Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 208e85735de406a1e1d37f437623169183356937 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-ssh9738874776853982279.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 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-ssh8697209161167210733.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 f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 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-ssh7871625729596683384.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f6201a7a3d6e66e18b8eca84a9a3a23cb614281a # timeout=10 Commit message: "Merge pull request #471 from jinlinGuan/fix-multi-arch" > 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-ssh13652742688387584425.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-ssh10532850497933821068.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-3366 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/854 [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/854 # 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 208e85735de406a1e1d37f437623169183356937 (main) Commit message: "Merge pull request #5182 from yichun-chou/EDX-5631-branch-2" > 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 208e85735de406a1e1d37f437623169183356937 # timeout=10 > git rev-list --no-walk 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:26:27 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:26:27 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:26:27 ========================================================= 03:26:27 EdgeX Global Pipelines Version Info 03:26:27 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:26:28 ------------------- 03:26:28 stable info: 03:26:28 ------------------- 03:26:28 Commited By: Ginny Guan ginny@iotechsys.com 03:26:28 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 03:26:28 Message: update stable to v1.0.274 03:26:29 ------------------- 03:26:29 experimental info: 03:26:29 ------------------- 03:26:29 Commited By: **** collab-it+edgex@linuxfoundation.org 03:26:29 Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 03:26:29 Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:26:29 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 03:26:29 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 03:26:29 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:26:29 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:26:29 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:26:29 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 03:26:29 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 03:26:29 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 03:26:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 03:26:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 03:26:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:26:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:26:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 03:26:30 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:26:30 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:26:30 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:26:30 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:26:30 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:26:30 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 03:26:30 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 03:26:30 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:26:30 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:26:30 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 03:26:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 03:26:30 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 03:26:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 03:26:30 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 208e85735de406a1e1d37f437623169183356937 [Pipeline] echo 03:26:30 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 208e857 [Pipeline] echo 03:26:30 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:26:30 provisioning config files... 03:26:30 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/854@tmp/config7690040707046882426tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:26:30 ---> ****-login.sh 03:26:30 nexus3.edgexfoundry.org:10001 03:26:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:26:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:26:31 Configure a credential helper to remove this warning. See 03:26:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:26:31 03:26:31 Login Succeeded 03:26:31 nexus3.edgexfoundry.org:10002 03:26:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:26:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:26:31 Configure a credential helper to remove this warning. See 03:26:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:26:31 03:26:31 Login Succeeded 03:26:31 nexus3.edgexfoundry.org:10003 03:26:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:26:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:26:31 Configure a credential helper to remove this warning. See 03:26:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:26:31 03:26:31 Login Succeeded 03:26:31 nexus3.edgexfoundry.org:10004 03:26:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:26:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:26:31 Configure a credential helper to remove this warning. See 03:26:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:26:31 03:26:31 Login Succeeded 03:26:31 ****.io 03:26:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:26:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:26:31 Configure a credential helper to remove this warning. See 03:26:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:26:31 03:26:31 Login Succeeded 03:26:31 ---> ****-login.sh ends [Pipeline] } 03:26:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:26:32 + 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 03:26:32 + + dirname cmd/core-command/Dockerfile 03:26:32 cut -d/ -f2 03:26:32 + echo core-command,cmd/core-command/Dockerfile 03:26:32 + dirname cmd/core-common-config-bootstrapper/Dockerfile 03:26:32 + cut -d/ -f2 03:26:32 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 03:26:32 + dirname cmd/core-data/Dockerfile 03:26:32 + cut -d/ -f2 03:26:32 + echo core-data,cmd/core-data/Dockerfile 03:26:32 + dirname cmd/core-keeper/Dockerfile 03:26:32 + cut -d/ -f2 03:26:32 + echo core-keeper,cmd/core-keeper/Dockerfile 03:26:32 + dirname cmd/core-metadata/Dockerfile 03:26:32 + cut -d/ -f2 03:26:32 + echo core-metadata,cmd/core-metadata/Dockerfile 03:26:32 + dirname cmd/security-bootstrapper/Dockerfile 03:26:32 + cut -d/ -f2 03:26:32 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 03:26:32 + dirname cmd/security-proxy-auth/Dockerfile 03:26:32 + cut -d/ -f2 03:26:32 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 03:26:32 + dirname cmd/security-proxy-setup/Dockerfile 03:26:32 + cut -d/ -f2 03:26:32 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 03:26:32 + dirname cmd/security-secretstore-setup/Dockerfile 03:26:32 + cut -d/ -f2 03:26:32 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 03:26:32 + dirname cmd/security-spiffe-token-provider/Dockerfile 03:26:32 + cut -d/ -f2 03:26:32 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 03:26:32 + dirname cmd/security-spire-agent/Dockerfile 03:26:32 + cut -d/ -f2 03:26:32 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 03:26:32 + dirname cmd/security-spire-config/Dockerfile 03:26:32 + cut -d/ -f2 03:26:32 + echo security-spire-config,cmd/security-spire-config/Dockerfile 03:26:32 + dirname cmd/security-spire-server/Dockerfile 03:26:32 + cut -d/ -f2 03:26:32 + echo security-spire-server,cmd/security-spire-server/Dockerfile 03:26:32 + dirname cmd/support-notifications/Dockerfile 03:26:32 + cut -d/ -f2 03:26:32 + echo support-notifications,cmd/support-notifications/Dockerfile 03:26:32 + dirname cmd/support-scheduler/Dockerfile 03:26:32 + cut -d/ -f2 03:26:32 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 03:26:32 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 03:26:32 + git rev-list -1 --merges 208e85735de406a1e1d37f437623169183356937~1..208e85735de406a1e1d37f437623169183356937 [Pipeline] echo 03:26:32 -----------> git rev-list -1 --merges 208e85735de406a1e1d37f437623169183356937~1..208e85735de406a1e1d37f437623169183356937 208e85735de406a1e1d37f437623169183356937 03:26:32 208e85735de406a1e1d37f437623169183356937 [false] [Pipeline] sh 03:26:32 + git log --format=format:%s -1 208e85735de406a1e1d37f437623169183356937 [Pipeline] echo 03:26:32 ========================================================= 03:26:32 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 03:26:32 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 03:26:33 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:26:33 + grep -v github /etc/ssh/ssh_known_hosts 03:26:33 + [ -e /tmp/ssh_known_hosts ] 03:26:33 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 03:26:33 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 03:26:33 + sudo tee -a /etc/ssh/ssh_known_hosts 03:26:33 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:26:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:26:33 03:26:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:26:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:26:34 0.1.4: Pulling from edgex-devops/py-git-semver 03:26:34 3dae71ba6b94: Pulling fs layer 03:26:34 6bf1a483ea7c: Pulling fs layer 03:26:34 f5dfc541a4d3: Pulling fs layer 03:26:34 461d9e800cba: Pulling fs layer 03:26:34 80192f66455f: Pulling fs layer 03:26:34 2e8e34ca0e6c: Pulling fs layer 03:26:34 a29436f7fd5d: Pulling fs layer 03:26:34 923cac83aea3: Pulling fs layer 03:26:34 25ad8b0a4227: Pulling fs layer 03:26:34 db01528c6b51: Pulling fs layer 03:26:34 28988de357af: Pulling fs layer 03:26:34 a29436f7fd5d: Waiting 03:26:34 80192f66455f: Waiting 03:26:34 923cac83aea3: Waiting 03:26:34 2e8e34ca0e6c: Waiting 03:26:34 461d9e800cba: Waiting 03:26:34 25ad8b0a4227: Waiting 03:26:34 28988de357af: Waiting 03:26:34 db01528c6b51: Waiting 03:26:34 6bf1a483ea7c: Verifying Checksum 03:26:34 6bf1a483ea7c: Download complete 03:26:34 461d9e800cba: Verifying Checksum 03:26:34 461d9e800cba: Download complete 03:26:34 80192f66455f: Download complete 03:26:34 f5dfc541a4d3: Verifying Checksum 03:26:34 f5dfc541a4d3: Download complete 03:26:34 3dae71ba6b94: Verifying Checksum 03:26:34 3dae71ba6b94: Download complete 03:26:34 923cac83aea3: Verifying Checksum 03:26:34 923cac83aea3: Download complete 03:26:34 25ad8b0a4227: Verifying Checksum 03:26:34 25ad8b0a4227: Download complete 03:26:34 db01528c6b51: Verifying Checksum 03:26:34 db01528c6b51: Download complete 03:26:34 28988de357af: Download complete 03:26:34 a29436f7fd5d: Verifying Checksum 03:26:34 a29436f7fd5d: Download complete 03:26:35 2e8e34ca0e6c: Verifying Checksum 03:26:35 2e8e34ca0e6c: Download complete 03:26:35 3dae71ba6b94: Pull complete 03:26:35 6bf1a483ea7c: Pull complete 03:26:36 f5dfc541a4d3: Pull complete 03:26:36 461d9e800cba: Pull complete 03:26:36 80192f66455f: Pull complete 03:26:39 2e8e34ca0e6c: Pull complete 03:26:40 a29436f7fd5d: Pull complete 03:26:40 923cac83aea3: Pull complete 03:26:40 25ad8b0a4227: Pull complete 03:26:40 db01528c6b51: Pull complete 03:26:40 28988de357af: Pull complete 03:26:40 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 03:26:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:26:40 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:26:40 prd-ubuntu20.04-docker-8c-8g-3366 does not seem to be running inside a container 03:26:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/854 -v /w/workspace/edgex-go/854:/w/workspace/edgex-go/854:rw,z -v /w/workspace/edgex-go/854@tmp:/w/workspace/edgex-go/854@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 03:26:42 $ docker top 8831ae29938453299b828dd8aed081c32c31712f82568125f23d72d77150996e -eo pid,comm 03:26:42 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). 03:26:42 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:26:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:26:42 [ssh-agent] Looking for ssh-agent implementation... 03:26:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:26:43 $ docker exec 8831ae29938453299b828dd8aed081c32c31712f82568125f23d72d77150996e ssh-agent 03:26:43 SSH_AUTH_SOCK=/tmp/ssh-4FxSkbb0KIAd/agent.32 03:26:43 SSH_AGENT_PID=38 03:26:43 Running ssh-add (command line suppressed) 03:26:43 Identity added: /w/workspace/edgex-go/854@tmp/private_key_9016232046694221807.key (/w/workspace/edgex-go/854@tmp/private_key_9016232046694221807.key) 03:26:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:26:43 + git tag --points-at HEAD [Pipeline] } 03:26:43 $ docker exec --env ******** --env ******** 8831ae29938453299b828dd8aed081c32c31712f82568125f23d72d77150996e ssh-agent -k 03:26:43 unset SSH_AUTH_SOCK; 03:26:43 unset SSH_AGENT_PID; 03:26:43 echo Agent pid 38 killed; 03:26:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:26:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:26:43 [ssh-agent] Looking for ssh-agent implementation... 03:26:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:26:43 $ docker exec 8831ae29938453299b828dd8aed081c32c31712f82568125f23d72d77150996e ssh-agent 03:26:43 SSH_AUTH_SOCK=/tmp/ssh-7wU3QkerZjyK/agent.72 03:26:43 SSH_AGENT_PID=78 03:26:43 Running ssh-add (command line suppressed) 03:26:44 Identity added: /w/workspace/edgex-go/854@tmp/private_key_17564047405888202559.key (/w/workspace/edgex-go/854@tmp/private_key_17564047405888202559.key) 03:26:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:26:44 + git semver init 03:26:44 2025-06-16 03:26:44,622 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 03:26:44 2025-06-16 03:26:44,625 [run_init] DEBUG init version:0.0.0 force:False 03:26:44 2025-06-16 03:26:44,626 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/854/.semver 03:26:44 2025-06-16 03:26:44,626 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/854/.semver 03:26:44 2025-06-16 03:26:44,627 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/854/.semver'], cwd=/w/workspace/edgex-go/854, stdin=None, shell=False, universal_newlines=False) 03:26:49 2025-06-16 03:26:49,080 [append_file] DEBUG append to file:/w/workspace/edgex-go/854/.git/info/exclude 03:26:49 2025-06-16 03:26:49,081 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/854/.semver/main with force:False 03:26:49 2025-06-16 03:26:49,081 [read_version] DEBUG read version from /w/workspace/edgex-go/854/.semver/main 03:26:49 2025-06-16 03:26:49,081 [read_version] DEBUG read version from /w/workspace/edgex-go/854/.semver/main 03:26:49 4.1.0-dev.24 [Pipeline] } 03:26:49 $ docker exec --env ******** --env ******** 8831ae29938453299b828dd8aed081c32c31712f82568125f23d72d77150996e ssh-agent -k 03:26:50 unset SSH_AUTH_SOCK; 03:26:50 unset SSH_AGENT_PID; 03:26:50 echo Agent pid 78 killed; 03:26:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:26:50 + git semver [Pipeline] } 03:26:50 $ docker stop --time=1 8831ae29938453299b828dd8aed081c32c31712f82568125f23d72d77150996e 03:26:52 $ docker rm -f --volumes 8831ae29938453299b828dd8aed081c32c31712f82568125f23d72d77150996e [Pipeline] // withDockerContainer [Pipeline] sh 03:26:52 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:26:52 Stashed 1 file(s) [Pipeline] echo 03:26:52 [edgeXSemver]: initialized semver on version 4.1.0-dev.24 [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 03:26:53 + git config --global --add safe.directory /w/workspace/edgex-go/854 [Pipeline] echo 03:26:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 03:26:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 03:26:53 ========================================================= 03:26:53 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 03:26:53 ========================================================= [Pipeline] fileExists [Pipeline] sh 03:26:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 03:26:53 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 03:26:53 0a9a5dfd008f: Pulling fs layer 03:26:53 dbfa0bcfca99: Pulling fs layer 03:26:53 70eabb1d9476: Pulling fs layer 03:26:53 957bedc73fa3: Pulling fs layer 03:26:53 4f4fb700ef54: Pulling fs layer 03:26:53 f40432e63723: Pulling fs layer 03:26:53 90b4343acab7: Pulling fs layer 03:26:53 9f67ea4ac784: Pulling fs layer 03:26:53 9228b9a606be: Pulling fs layer 03:26:53 9f67ea4ac784: Waiting 03:26:53 f40432e63723: Waiting 03:26:53 9228b9a606be: Waiting 03:26:53 90b4343acab7: Waiting 03:26:53 4f4fb700ef54: Waiting 03:26:53 957bedc73fa3: Waiting 03:26:53 dbfa0bcfca99: Download complete 03:26:53 957bedc73fa3: Verifying Checksum 03:26:53 957bedc73fa3: Download complete 03:26:53 0a9a5dfd008f: Download complete 03:26:53 4f4fb700ef54: Verifying Checksum 03:26:53 4f4fb700ef54: Download complete 03:26:53 f40432e63723: Verifying Checksum 03:26:53 f40432e63723: Download complete 03:26:53 90b4343acab7: Verifying Checksum 03:26:53 90b4343acab7: Download complete 03:26:53 0a9a5dfd008f: Pull complete 03:26:53 9228b9a606be: Verifying Checksum 03:26:53 9228b9a606be: Download complete 03:26:53 dbfa0bcfca99: Pull complete 03:26:54 70eabb1d9476: Download complete 03:26:54 9f67ea4ac784: Verifying Checksum 03:26:54 9f67ea4ac784: Download complete 03:26:57 70eabb1d9476: Pull complete 03:26:57 957bedc73fa3: Pull complete 03:26:57 4f4fb700ef54: Pull complete 03:26:57 f40432e63723: Pull complete 03:26:57 90b4343acab7: Pull complete 03:27:00 9f67ea4ac784: Pull complete 03:27:00 9228b9a606be: Pull complete 03:27:00 Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 03:27:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 03:27:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh 03:27:01 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 03:27:01 WORKDIR /edgex 03:27:01 COPY go.mod . 03:27:01 RUN go mod download 03:27:01 + docker build -t ci-base-image-x86_64 -f - . 03:27:01 Sending build context to Docker daemon 185.9MB 03:27:01 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 03:27:01 ---> 69404ca5bff2 03:27:01 Step 2/4 : WORKDIR /edgex 03:27:03 ---> Running in 72b4c696a0f6 03:27:03 Removing intermediate container 72b4c696a0f6 03:27:03 ---> f9e9dd2f7d82 03:27:03 Step 3/4 : COPY go.mod . 03:27:03 ---> 87934f8a82b7 03:27:03 Step 4/4 : RUN go mod download 03:27:03 ---> Running in 62df1d8f96f0 03:27:07 Still waiting to schedule task 03:27:07 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 03:27:25 Removing intermediate container 62df1d8f96f0 03:27:25 ---> 12ed1efd50e8 03:27:25 Successfully built 12ed1efd50e8 03:27:25 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:25 + docker inspect -f . ci-base-image-x86_64 03:27:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:27:25 prd-ubuntu20.04-docker-8c-8g-3366 does not seem to be running inside a container 03:27:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/854 -v /w/workspace/edgex-go/854:/w/workspace/edgex-go/854:rw,z -v /w/workspace/edgex-go/854@tmp:/w/workspace/edgex-go/854@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 03:27:26 $ docker top 5d6fd76938c9f3593fe80f4bdf24ae66fa63448417e4ebf35d68f6e38486fb74 -eo pid,comm [Pipeline] { [Pipeline] sh 03:27:26 + go version 03:27:26 go version go1.23.8 linux/amd64 [Pipeline] } 03:27:26 $ docker stop --time=1 5d6fd76938c9f3593fe80f4bdf24ae66fa63448417e4ebf35d68f6e38486fb74 03:27:27 $ docker rm -f --volumes 5d6fd76938c9f3593fe80f4bdf24ae66fa63448417e4ebf35d68f6e38486fb74 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:28 + docker inspect -f . ci-base-image-x86_64 03:27:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:27:28 prd-ubuntu20.04-docker-8c-8g-3366 does not seem to be running inside a container 03:27:28 $ 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/854 -v /w/workspace/edgex-go/854:/w/workspace/edgex-go/854:rw,z -v /w/workspace/edgex-go/854@tmp:/w/workspace/edgex-go/854@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 03:27:28 $ docker top fe0cf5380c77f55942f9db03d4d677b8130d42738367667b35fd0dc399f1ad12 -eo pid,comm [Pipeline] { [Pipeline] echo 03:27:28 ========================================================= 03:27:28 [edgeXBuildGoParallel] Running Tests and Build... 03:27:28 ========================================================= [Pipeline] sh 03:27:29 + git config --global --add safe.directory /w/workspace/edgex-go/854 [Pipeline] fileExists [Pipeline] sh 03:27:29 + make test 03:27:29 go test -race -coverprofile=coverage.out ./... 03:27:39 ? github.com/edgexfoundry/edgex-go [no test files] 03:28:06 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 03:28:06 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 03:28:06 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 03:28:06 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 03:28:06 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 03:28:06 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 03:28:06 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 03:28:06 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 03:28:06 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 03:28:06 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 03:28:06 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 03:28:06 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 03:28:06 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:28:06 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 03:28:06 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 03:28:06 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 03:28:06 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 03:28:06 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.022s coverage: 42.3% of statements 03:28:06 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 03:28:06 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 03:28:06 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 03:28:06 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 03:28:06 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.035s coverage: 97.0% of statements 03:28:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 03:28:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 03:28:07 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 03:28:07 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 03:28:07 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 03:28:07 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 03:28:07 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 03:28:07 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 03:28:07 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 03:28:07 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 03:28:08 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 03:28:08 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 03:28:08 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 03:28:08 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 03:28:08 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 03:28:08 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 03:28:10 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.066s coverage: 69.2% of statements 03:28:10 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.023s coverage: 3.5% of statements 03:28:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.053s coverage: 45.2% of statements 03:28:10 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 03:28:10 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 03:28:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.162s coverage: 93.4% of statements 03:28:10 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.045s coverage: 92.3% of statements 03:28:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.049s coverage: 8.4% of statements 03:28:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 03:28:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 03:28:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:28:12 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 03:28:12 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 03:28:12 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 03:28:12 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 03:28:12 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 03:28:12 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 03:28:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:28:12 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 03:28:12 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 03:28:12 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 03:28:12 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 03:28:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.365s coverage: 95.8% of statements 03:28:13 ok github.com/edgexfoundry/edgex-go/internal/io 1.029s coverage: 72.2% of statements 03:28:14 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 03:28:14 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements 03:28:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 03:28:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 03:28:14 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 03:28:14 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 03:28:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.037s coverage: 0.0% of statements [no tests to run] 03:28:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.041s coverage: 1.0% of statements 03:28:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.030s coverage: 38.1% of statements 03:28:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.022s coverage: 81.1% of statements 03:28:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.027s coverage: 40.0% of statements 03:28:16 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 03:28:16 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 03:28:16 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 03:28:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 03:28:16 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 03:28:16 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 03:28:16 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 03:28:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 2.027s coverage: 87.1% of statements 03:28:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.021s coverage: 94.1% of statements 03:28:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.029s coverage: 96.3% of statements 03:28:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.022s coverage: 87.5% of statements 03:28:18 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 03:28:18 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 03:28:18 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 03:28:19 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 03:28:19 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 03:28:19 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 03:28:19 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 03:28:19 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 03:28:19 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 03:28:20 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 03:28:22 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 03:28:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 03:28:23 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 03:28:24 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 03:28:24 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 03:28:24 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 03:28:28 github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements 03:28:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.040s coverage: 94.4% of statements 03:28:29 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 03:28:29 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 03:28:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 03:28:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 03:28:29 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 03:28:31 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 03:28:31 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 03:28:31 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 03:28:31 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 03:28:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 03:28:31 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 03:28:32 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 03:28:32 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 03:28:32 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 03:28:32 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 03:28:32 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 03:28:32 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 03:28:34 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 03:28:34 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 03:28:34 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 03:28:34 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 03:28:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 03:28:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 03:28:35 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 03:28:35 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 03:28:35 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 03:28:35 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 03:28:35 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 03:28:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 03:28:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 03:28:36 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 03:28:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.048s coverage: 92.9% of statements 03:28:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.024s coverage: 68.8% of statements 03:28:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.033s coverage: 62.3% of statements 03:28:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.031s coverage: 47.4% of statements 03:28:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.036s coverage: 87.2% of statements 03:28:39 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.023s coverage: 15.5% of statements 03:28:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.019s coverage: 100.0% of statements 03:28:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.094s coverage: 81.8% of statements 03:28:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.087s coverage: 82.1% of statements 03:28:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.025s coverage: 86.0% of statements 03:28:39 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.048s coverage: 6.8% of statements 03:28:39 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.051s coverage: 33.3% of statements 03:28:39 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.053s coverage: 100.0% of statements 03:28:39 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.176s coverage: 54.5% of statements 03:28:39 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.022s coverage: 89.4% of statements 03:28:39 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.017s coverage: 100.0% of statements 03:28:39 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.020s coverage: 73.7% of statements 03:28:39 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.016s coverage: 100.0% of statements 03:28:39 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.034s coverage: 88.6% of statements 03:28:39 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.030s coverage: 96.8% of statements 03:28:39 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.023s coverage: 100.0% of statements 03:28:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.204s coverage: 29.2% of statements 03:28:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.022s coverage: 93.8% of statements 03:28:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.023s coverage: 3.1% of statements 03:28:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.024s coverage: 76.2% of statements 03:28:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.025s coverage: 54.0% of statements 03:28:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.063s coverage: 17.0% of statements 03:28:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.136s coverage: 94.9% of statements 03:28:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.031s coverage: 9.0% of statements 03:28:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.081s coverage: 97.7% of statements 03:28:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.030s coverage: 43.6% of statements 03:28:41 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 03:28:41 running golangci-lint 03:28:41 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 03:28:41 go version go1.23.8 linux/amd64 03:28:41 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 03:28:41 level=info msg="[config_reader] Used config file .golangci.yml" 03:28:41 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 03:28:43 Running on prd-ubuntu20.04-docker-arm64-4c-16g-3367 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 03:28:43 Running in /w/workspace/edgex-go/854 [Pipeline] { [Pipeline] checkout 03:28:43 The recommended git tool is: git 03:28:47 using credential edgex-jenkins-ssh 03:28:47 Cloning the remote Git repository 03:28:47 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:28:47 > git init /w/workspace/edgex-go/854 # timeout=10 03:28:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:28:47 > git --version # timeout=10 03:28:48 > git --version # 'git version 2.25.1' 03:28:48 using GIT_SSH to set credentials SSH Credentials for GitHub 03:28:48 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:29:06 Avoid second fetch 03:29:06 Checking out Revision 208e85735de406a1e1d37f437623169183356937 (main) 03:29:07 Commit message: "Merge pull request #5182 from yichun-chou/EDX-5631-branch-2" 03:29:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:29:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:29:06 > git config core.sparsecheckout # timeout=10 03:29:06 > git checkout -f 208e85735de406a1e1d37f437623169183356937 # timeout=10 03:29:08 level=info msg="[loader] Go packages loading at mode 575 (deps|files|imports|name|compiled_files|exports_file|types_sizes) took 24.415771904s" 03:29:08 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 62.101114ms" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:29:12 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 03:29:12 % Total % Received % Xferd Average Speed Time Time Time Current 03:29:12 Dload Upload Total Spent Left Speed 03:29:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 94659 0 --:--:-- --:--:-- --:--:-- 94659 [Pipeline] sh 03:29:12 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 03:29:12 + sudo tee /etc/docker/daemon.new 03:29:12 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 03:29:12 { 03:29:12 "registry-mirrors": [ 03:29:12 "https://nexus3.edgexfoundry.org:10001" 03:29:12 ], 03:29:12 "bip": "10.250.0.254/24", 03:29:12 "hosts": [ 03:29:12 "tcp://0.0.0.0:5555", 03:29:12 "unix:///var/run/docker.sock" 03:29:12 ], 03:29:12 "mtu": 1458, 03:29:12 "selinux-enabled": true, 03:29:12 "seccomp-profile": "/etc/docker/seccomp.json" 03:29:12 } [Pipeline] sh 03:29:13 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 03:29:13 + sudo service docker restart 03:29:20 level=info msg="[linters_context/goanalysis] analyzers took 1m58.723663325s with top 10 stages: buildir: 1m9.859057744s, gosec: 3.590590689s, fact_deprecated: 3.357400643s, inspect: 3.145444378s, printf: 2.293465961s, ctrlflow: 1.820834933s, S1038: 1.485350709s, fact_purity: 1.428778804s, nilness: 1.335108753s, S1039: 914.371993ms" 03:29:20 level=info msg="[runner] Issues before processing: 202, after processing: 0" 03:29:20 level=info msg="[runner] Processors filtering stat (in/out): skip_dirs: 202/202, autogenerated_exclude: 202/202, cgo: 202/202, filename_unadjuster: 202/202, identifier_marker: 202/202, exclude: 202/202, skip_files: 202/202, invalid_issue: 202/202, path_prettifier: 202/202, exclude-rules: 202/20, nolint: 20/0" 03:29:20 level=info msg="[runner] processing took 21.348653ms with stages: nolint: 11.67298ms, identifier_marker: 4.894552ms, exclude-rules: 1.671872ms, path_prettifier: 1.212073ms, autogenerated_exclude: 1.155812ms, skip_dirs: 595.011µs, invalid_issue: 76.702µs, cgo: 39.06µs, filename_unadjuster: 22.151µs, max_same_issues: 2.22µs, fixer: 1.23µs, max_from_linter: 730ns, sort_results: 650ns, uniq_by_line: 590ns, diff: 590ns, exclude: 500ns, source_code: 460ns, skip_files: 430ns, path_shortener: 420ns, path_prefixer: 290ns, max_per_file_from_linter: 190ns, severity-rules: 140ns" 03:29:20 level=info msg="[runner] linters took 14.20482231s with stages: goanalysis_metalinter: 14.183313723s" 03:29:20 level=info msg="File cache stats: 0 entries of total size 0B" 03:29:20 level=info msg="Memory: 385 samples, avg is 306.6MB, max is 1286.7MB" 03:29:20 level=info msg="Execution took 38.690641548s" 03:29:20 go vet ./... 03:29:28 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 03:29:28 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 03:29:28 ./bin/test-attribution-txt.sh 03:29:28 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 03:29:28 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [Pipeline] echo 03:29:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 03:29:28 + ls -al . 03:29:28 total 1992 03:29:28 drwxrwxr-x 11 1001 1001 4096 Jun 16 03:27 . 03:29:28 drwxr-xr-x 4 root root 4096 Jun 16 03:27 .. 03:29:28 drwxrwxr-x 2 1001 1001 4096 Jun 16 03:26 .blubracket 03:29:28 -rw-rw-r-- 1 1001 1001 10 Jun 16 03:26 .dockerignore 03:29:28 drwxrwxr-x 8 1001 1001 4096 Jun 16 03:28 .git 03:29:28 drwxrwxr-x 3 1001 1001 4096 Jun 16 03:26 .github 03:29:28 -rw-rw-r-- 1 1001 1001 909 Jun 16 03:26 .gitignore 03:29:28 -rw-rw-r-- 1 1001 1001 218 Jun 16 03:26 .golangci.yml 03:29:28 -rw-rw-r-- 1 1001 1001 100 Jun 16 03:26 .hadolint.yml 03:29:28 drwxr-xr-x 3 1001 1001 4096 Jun 16 03:26 .semver 03:29:28 -rw-rw-r-- 1 1001 1001 155 Jun 16 03:26 .sonarcloud.properties 03:29:28 -rw-rw-r-- 1 1001 1001 1171 Jun 16 03:26 ADOPTERS.md 03:29:28 -rw-rw-r-- 1 1001 1001 17374 Jun 16 03:26 Attribution.txt 03:29:28 -rw-rw-r-- 1 1001 1001 108018 Jun 16 03:26 CHANGELOG.md 03:29:28 -rw-rw-r-- 1 1001 1001 3804 Jun 16 03:26 CONTRIBUTING.md 03:29:28 -rw-rw-r-- 1 1001 1001 677 Jun 16 03:26 GOVERNANCE.md 03:29:28 -rw-rw-r-- 1 1001 1001 858 Jun 16 03:26 Jenkinsfile 03:29:28 -rw-rw-r-- 1 1001 1001 10775 Jun 16 03:26 LICENSE 03:29:28 -rw-rw-r-- 1 1001 1001 16740 Jun 16 03:26 Makefile 03:29:28 -rw-rw-r-- 1 1001 1001 582 Jun 16 03:26 OWNERS.md 03:29:28 -rw-rw-r-- 1 1001 1001 9932 Jun 16 03:26 README.md 03:29:28 -rw-rw-r-- 1 1001 1001 789 Jun 16 03:26 SECURITY.md 03:29:28 -rw-rw-r-- 1 1001 1001 12 Jun 16 03:26 VERSION 03:29:28 drwxrwxr-x 2 1001 1001 4096 Jun 16 03:26 bin 03:29:28 drwxrwxr-x 19 1001 1001 4096 Jun 16 03:26 cmd 03:29:28 -rw-r--r-- 1 root root 1662281 Jun 16 03:28 coverage.out 03:29:28 drwxrwxr-x 2 1001 1001 4096 Jun 16 03:26 fuzz_test 03:29:28 -rw-rw-r-- 1 1001 1001 6474 Jun 16 03:26 go.mod 03:29:28 -rw-rw-r-- 1 1001 1001 88008 Jun 16 03:26 go.sum 03:29:28 drwxrwxr-x 7 1001 1001 4096 Jun 16 03:26 internal 03:29:28 drwxrwxr-x 2 1001 1001 4096 Jun 16 03:26 openapi 03:29:28 -rw-rw-r-- 1 1001 1001 584 Jun 16 03:26 security.txt 03:29:28 -rw-rw-r-- 1 1001 1001 204 Jun 16 03:26 version.go [Pipeline] sh 03:29:29 + '[' -e coverage.out ] 03:29:29 + chown 1001:1001 coverage.out [Pipeline] stash 03:29:29 Stashed 1 file(s) [Pipeline] sh 03:29:29 + make build 03:29:29 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:29:31 provisioning config files... 03:29:31 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/854@tmp/config93101651966271232tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:29:32 ---> ****-login.sh 03:29:32 nexus3.edgexfoundry.org:10001 03:29:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:29:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:29:32 Configure a credential helper to remove this warning. See 03:29:32 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:29:32 03:29:32 Login Succeeded 03:29:32 nexus3.edgexfoundry.org:10002 03:29:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:29:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:29:32 Configure a credential helper to remove this warning. See 03:29:32 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:29:32 03:29:32 Login Succeeded 03:29:32 nexus3.edgexfoundry.org:10003 03:29:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:29:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:29:33 Configure a credential helper to remove this warning. See 03:29:33 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:29:33 03:29:33 Login Succeeded 03:29:33 nexus3.edgexfoundry.org:10004 03:29:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:29:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:29:33 Configure a credential helper to remove this warning. See 03:29:33 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:29:33 03:29:33 Login Succeeded 03:29:33 ****.io 03:29:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:29:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:29:34 Configure a credential helper to remove this warning. See 03:29:34 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:29:34 03:29:34 Login Succeeded 03:29:34 ---> ****-login.sh ends [Pipeline] } 03:29:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 03:29:34 + git config --global --add safe.directory /w/workspace/edgex-go/854 [Pipeline] echo 03:29:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 03:29:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 03:29:34 ========================================================= 03:29:34 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 03:29:34 ========================================================= [Pipeline] fileExists [Pipeline] sh 03:29:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 03:29:35 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:29:35 94e9d8af2201: Pulling fs layer 03:29:35 634366ca850b: Pulling fs layer 03:29:35 f66ade281fe9: Pulling fs layer 03:29:35 13fd4ce6e94e: Pulling fs layer 03:29:35 4f4fb700ef54: Pulling fs layer 03:29:35 4cccf3f17d63: Pulling fs layer 03:29:35 2d8010953d95: Pulling fs layer 03:29:35 ec743f232bc5: Pulling fs layer 03:29:35 4cccf3f17d63: Waiting 03:29:35 2d8010953d95: Waiting 03:29:35 ec743f232bc5: Waiting 03:29:35 4f4fb700ef54: Waiting 03:29:35 13fd4ce6e94e: Waiting 03:29:35 634366ca850b: Verifying Checksum 03:29:35 634366ca850b: Download complete 03:29:35 13fd4ce6e94e: Verifying Checksum 03:29:35 13fd4ce6e94e: Download complete 03:29:35 4f4fb700ef54: Verifying Checksum 03:29:35 4f4fb700ef54: Download complete 03:29:35 4cccf3f17d63: Verifying Checksum 03:29:35 4cccf3f17d63: Download complete 03:29:35 94e9d8af2201: Verifying Checksum 03:29:35 94e9d8af2201: Download complete 03:29:35 ec743f232bc5: Verifying Checksum 03:29:35 ec743f232bc5: Download complete 03:29:36 94e9d8af2201: Pull complete 03:29:36 634366ca850b: Pull complete 03:29:37 f66ade281fe9: Verifying Checksum 03:29:37 f66ade281fe9: Download complete 03:29:38 2d8010953d95: Verifying Checksum 03:29:38 2d8010953d95: Download complete 03:29:53 f66ade281fe9: Pull complete 03:29:53 13fd4ce6e94e: Pull complete 03:29:53 4f4fb700ef54: Pull complete 03:29:53 4cccf3f17d63: Pull complete 03:29:56 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:29:56 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 03:29:56 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 03:29:57 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 03:29:58 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 03:30:01 2d8010953d95: Pull complete 03:30:01 ec743f232bc5: Pull complete 03:30:01 Digest: sha256:a6e51edf931e1c2109943d1a62f1c16b78b2281728f1935e6b3d8efd9a0c5dda 03:30:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 03:30:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh 03:30:02 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 03:30:02 WORKDIR /edgex 03:30:02 COPY go.mod . 03:30:02 RUN go mod download 03:30:02 + docker build -t ci-base-image-arm64 -f - . 03:30:02 Sending build context to Docker daemon 3.699MB 03:30:02 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 03:30:02 ---> 12c1d4c06be1 03:30:02 Step 2/4 : WORKDIR /edgex 03:30:03 ---> Running in accc54d6b98c 03:30:03 Removing intermediate container accc54d6b98c 03:30:03 ---> 2efc1f86326c 03:30:03 Step 3/4 : COPY go.mod . 03:30:04 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:30:04 ---> bdd4901d6310 03:30:04 Step 4/4 : RUN go mod download 03:30:04 ---> Running in eaf561618537 03:30:06 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 03:30:08 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:30:11 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:30:12 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 03:30:13 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 03:30:14 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 03:30:16 $ docker stop --time=1 fe0cf5380c77f55942f9db03d4d677b8130d42738367667b35fd0dc399f1ad12 03:30:19 $ docker rm -f --volumes fe0cf5380c77f55942f9db03d4d677b8130d42738367667b35fd0dc399f1ad12 [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 03:30:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:30:20 03:30:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:30:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:30:20 latest: Pulling from edgex-devops/edgex-compose 03:30:20 91d30c5bc195: Pulling fs layer 03:30:20 2e9b0aa3be6d: Pulling fs layer 03:30:20 9c61dcf015f6: Pulling fs layer 03:30:20 4698f68db338: Pulling fs layer 03:30:20 2a2f49069b9e: Pulling fs layer 03:30:20 e0025b399a48: Pulling fs layer 03:30:20 2a2f49069b9e: Waiting 03:30:20 e0025b399a48: Waiting 03:30:20 4698f68db338: Waiting 03:30:20 91d30c5bc195: Verifying Checksum 03:30:20 91d30c5bc195: Download complete 03:30:20 4698f68db338: Verifying Checksum 03:30:20 4698f68db338: Download complete 03:30:21 2e9b0aa3be6d: Verifying Checksum 03:30:21 2e9b0aa3be6d: Download complete 03:30:21 e0025b399a48: Verifying Checksum 03:30:21 e0025b399a48: Download complete 03:30:21 91d30c5bc195: Pull complete 03:30:21 2a2f49069b9e: Download complete 03:30:21 2e9b0aa3be6d: Pull complete 03:30:21 9c61dcf015f6: Verifying Checksum 03:30:21 9c61dcf015f6: Download complete 03:30:24 9c61dcf015f6: Pull complete 03:30:24 4698f68db338: Pull complete 03:30:24 2a2f49069b9e: Pull complete 03:30:24 e0025b399a48: Pull complete 03:30:24 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 03:30:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:30:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:30:24 prd-ubuntu20.04-docker-8c-8g-3366 does not seem to be running inside a container 03:30:24 $ 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/854 -v /w/workspace/edgex-go/854:/w/workspace/edgex-go/854:rw,z -v /w/workspace/edgex-go/854@tmp:/w/workspace/edgex-go/854@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 03:30:26 $ docker top 8827ad8df12dfb5670b5764a1d1595a70fd4482ebac9cda1893a757c12c7878d -eo pid,comm [Pipeline] { [Pipeline] sh 03:30:26 + docker compose -f ./docker-compose-build.yml build --parallel 03:30:28 #1 [security-spire-agent internal] load build definition from Dockerfile 03:30:28 #1 transferring dockerfile: 03:30:28 #1 transferring dockerfile: 1.81kB done 03:30:28 #1 DONE 0.0s 03:30:28 03:30:28 #2 [core-keeper internal] load build definition from Dockerfile 03:30:28 #2 transferring dockerfile: 2.01kB done 03:30:28 #2 DONE 0.0s 03:30:28 03:30:28 #3 [security-proxy-auth internal] load build definition from Dockerfile 03:30:28 #3 transferring dockerfile: 2.14kB done 03:30:28 #3 DONE 0.0s 03:30:28 03:30:28 #4 [security-proxy-setup internal] load build definition from Dockerfile 03:30:28 #4 transferring dockerfile: 2.50kB done 03:30:28 #4 DONE 0.0s 03:30:28 03:30:28 #5 [core-common-config-bootstrapper internal] load build definition from Dockerfile 03:30:28 #5 transferring dockerfile: 2.23kB done 03:30:28 #5 DONE 0.0s 03:30:28 03:30:28 #6 [support-notifications internal] load build definition from Dockerfile 03:30:28 #6 transferring dockerfile: 2.00kB done 03:30:28 #6 DONE 0.0s 03:30:28 03:30:28 #7 [core-command internal] load build definition from Dockerfile 03:30:28 #7 transferring dockerfile: 1.94kB done 03:30:28 #7 DONE 0.0s 03:30:28 03:30:28 #8 [security-spire-config internal] load build definition from Dockerfile 03:30:28 #8 transferring dockerfile: 1.69kB done 03:30:28 #8 DONE 0.0s 03:30:28 03:30:28 #9 [core-metadata internal] load build definition from Dockerfile 03:30:28 #9 transferring dockerfile: 2.10kB done 03:30:28 #9 DONE 0.0s 03:30:28 03:30:28 #10 [core-data internal] load build definition from Dockerfile 03:30:28 #10 transferring dockerfile: 2.04kB done 03:30:28 #10 DONE 0.0s 03:30:28 03:30:28 #11 [security-bootstrapper internal] load build definition from Dockerfile 03:30:28 #11 transferring dockerfile: 3.02kB done 03:30:28 #11 DONE 0.0s 03:30:28 03:30:28 #12 [security-secretstore-setup internal] load build definition from Dockerfile 03:30:28 #12 transferring dockerfile: 2.49kB done 03:30:28 #12 DONE 0.0s 03:30:28 03:30:28 #13 [security-spire-agent internal] load .dockerignore 03:30:29 #13 transferring context: 50B done 03:30:29 #13 DONE 0.0s 03:30:29 03:30:29 #14 [security-spiffe-token-provider internal] load build definition from Dockerfile 03:30:29 #14 transferring dockerfile: 1.89kB done 03:30:29 #14 DONE 0.0s 03:30:29 03:30:29 #15 [security-spire-server internal] load build definition from Dockerfile 03:30:29 #15 transferring dockerfile: 1.70kB done 03:30:29 #15 DONE 0.0s 03:30:29 03:30:29 #16 [support-scheduler internal] load build definition from Dockerfile 03:30:29 #16 transferring dockerfile: 1.83kB done 03:30:29 #16 DONE 0.0s 03:30:29 03:30:29 #17 [core-keeper internal] load .dockerignore 03:30:29 #17 transferring context: 50B done 03:30:29 #17 DONE 0.0s 03:30:29 03:30:29 #18 [security-proxy-auth internal] load .dockerignore 03:30:29 #18 transferring context: 50B done 03:30:29 #18 DONE 0.0s 03:30:29 03:30:29 #19 [security-proxy-setup internal] load .dockerignore 03:30:29 #19 transferring context: 50B done 03:30:29 #19 DONE 0.0s 03:30:29 03:30:29 #20 [core-common-config-bootstrapper internal] load .dockerignore 03:30:29 #20 transferring context: 50B done 03:30:29 #20 DONE 0.0s 03:30:29 03:30:29 #21 [support-notifications internal] load .dockerignore 03:30:29 #21 transferring context: 50B done 03:30:29 #21 DONE 0.0s 03:30:29 03:30:29 #22 [core-command internal] load .dockerignore 03:30:29 #22 transferring context: 50B done 03:30:29 #22 DONE 0.0s 03:30:29 03:30:29 #23 [security-spire-config internal] load .dockerignore 03:30:29 #23 transferring context: 50B done 03:30:29 #23 DONE 0.0s 03:30:29 03:30:29 #24 [core-metadata internal] load .dockerignore 03:30:29 #24 transferring context: 50B done 03:30:29 #24 DONE 0.0s 03:30:29 03:30:29 #25 [core-data internal] load .dockerignore 03:30:29 #25 transferring context: 50B done 03:30:29 #25 DONE 0.0s 03:30:29 03:30:29 #26 [security-bootstrapper internal] load .dockerignore 03:30:29 #26 transferring context: 50B done 03:30:29 #26 DONE 0.0s 03:30:29 03:30:29 #27 [security-secretstore-setup internal] load .dockerignore 03:30:29 #27 transferring context: 50B done 03:30:29 #27 DONE 0.0s 03:30:29 03:30:29 #28 [security-spiffe-token-provider internal] load .dockerignore 03:30:29 #28 transferring context: 50B done 03:30:29 #28 DONE 0.0s 03:30:29 03:30:29 #29 [support-scheduler internal] load .dockerignore 03:30:29 #29 transferring context: 50B done 03:30:29 #29 DONE 0.0s 03:30:29 03:30:29 #30 [security-spire-server internal] load .dockerignore 03:30:29 #30 transferring context: 50B done 03:30:29 #30 DONE 0.0s 03:30:29 03:30:29 #31 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.20 03:30:29 #31 DONE 0.1s 03:30:29 03:30:29 #32 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 03:30:29 #32 ... 03:30:29 03:30:29 #33 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 03:30:29 #33 DONE 0.0s 03:30:29 03:30:29 #33 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 03:30:29 #33 DONE 0.0s 03:30:29 03:30:29 #34 [security-proxy-auth stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:30:29 #34 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 03:30:29 #34 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 03:30:29 #34 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 03:30:29 #34 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 03:30:29 #34 DONE 0.2s 03:30:29 03:30:29 #33 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 03:30:29 #33 DONE 0.0s 03:30:29 03:30:29 #35 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 03:30:29 #35 ... 03:30:29 03:30:29 #34 [security-secretstore-setup stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:30:29 #34 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 03:30:29 #34 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 03:30:29 #34 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 03:30:29 #34 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 03:30:29 #34 DONE 0.2s 03:30:29 03:30:29 #33 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 03:30:29 #33 DONE 0.0s 03:30:29 03:30:29 #35 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 03:30:30 #35 ... 03:30:30 03:30:30 #34 [security-spiffe-token-provider stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:30:30 #34 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 03:30:30 #34 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 03:30:30 #34 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 03:30:30 #34 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 03:30:30 #34 DONE 0.2s 03:30:30 03:30:30 #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 03:30:30 #31 DONE 0.5s 03:30:30 03:30:30 #32 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 03:30:30 #32 DONE 0.7s 03:30:30 03:30:30 #36 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:30:30 #36 ... 03:30:30 03:30:30 #34 [security-spire-agent stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:30:30 #34 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 03:30:30 #34 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 03:30:30 #34 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 03:30:30 #34 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 03:30:30 #34 DONE 0.3s 03:30:30 03:30:30 #37 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 03:30:30 #37 DONE 1.0s 03:30:30 03:30:30 #38 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 03:30:31 #38 ... 03:30:31 03:30:31 #39 [security-secretstore-setup builder 1/8] FROM docker.io/library/ci-base-image-x86_64 03:30:31 #39 DONE 1.4s 03:30:31 03:30:31 #40 [security-spire-server internal] load build context 03:30:31 #40 transferring context: 23.80kB 0.0s done 03:30:31 #40 DONE 0.5s 03:30:31 03:30:31 #41 [security-spire-config internal] load build context 03:30:31 #41 transferring context: 22.05kB 0.0s done 03:30:31 #41 DONE 0.6s 03:30:31 03:30:31 #42 [security-spire-agent internal] load build context 03:30:31 #42 transferring context: 23.33kB 0.0s done 03:30:31 #42 DONE 0.5s 03:30:31 03:30:31 #43 [security-proxy-auth builder 2/8] WORKDIR /edgex-go 03:30:35 #43 DONE 3.5s 03:30:35 03:30:35 #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:30:35 #44 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.2s done 03:30:35 #44 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 03:30:35 #44 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done 03:30:35 #44 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done 03:30:35 #44 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done 03:30:35 #44 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done 03:30:35 #44 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.4s done 03:30:35 #44 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 03:30:35 #44 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 2.5s done 03:30:35 #44 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done 03:30:35 #44 ... 03:30:35 03:30:35 #45 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:30:35 #45 DONE 5.4s 03:30:35 03:30:35 #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:30:35 #44 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 03:30:35 #44 ... 03:30:35 03:30:35 #46 [core-keeper internal] load build context 03:30:35 #46 ... 03:30:35 03:30:35 #47 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 03:30:39 #47 ... 03:30:39 03:30:39 #48 [support-notifications internal] load build context 03:30:39 #48 transferring context: 331.68MB 9.9s 03:30:40 #48 ... 03:30:40 03:30:40 #49 [core-data internal] load build context 03:30:40 #49 ... 03:30:40 03:30:40 #50 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 03:30:40 #0 2.727 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:30:40 #0 2.889 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:30:40 #0 3.259 (1/1) Installing dumb-init (1.2.5-r3) 03:30:40 #0 3.270 Executing busybox-1.36.1-r29.trigger 03:30:40 #0 3.285 OK: 8 MiB in 15 packages 03:30:40 #50 ... 03:30:40 03:30:40 #51 [security-proxy-setup internal] load build context 03:30:40 #51 ... 03:30:40 03:30:40 #52 [security-bootstrapper internal] load build context 03:30:40 #52 ... 03:30:40 03:30:40 #53 [core-metadata internal] load build context 03:30:40 #53 ... 03:30:40 03:30:40 #54 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 03:30:40 #0 1.136 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:30:40 #0 3.712 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:30:40 #0 3.988 (1/4) Installing ca-certificates (20241121-r1) 03:30:40 #0 4.009 (2/4) Installing dumb-init (1.2.5-r3) 03:30:40 #0 4.014 (3/4) Installing su-exec (0.2-r3) 03:30:40 #0 4.015 (4/4) Installing yq-go (4.44.1-r2) 03:30:40 #0 4.093 Executing busybox-1.36.1-r29.trigger 03:30:40 #0 4.102 Executing ca-certificates-20241121-r1.trigger 03:30:40 #0 4.137 OK: 19 MiB in 18 packages 03:30:40 #54 ... 03:30:40 03:30:40 #55 [security-proxy-auth internal] load build context 03:30:40 #55 ... 03:30:40 03:30:40 #56 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 03:30:40 #56 ... 03:30:40 03:30:40 #35 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 03:30:40 #35 0.817 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:30:40 #35 3.422 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:30:40 #35 3.725 (1/1) Installing dumb-init (1.2.5-r3) 03:30:40 #35 3.729 Executing busybox-1.36.1-r29.trigger 03:30:40 #35 3.733 OK: 8 MiB in 15 packages 03:30:40 #35 ... 03:30:40 03:30:40 #57 [security-spiffe-token-provider internal] load build context 03:30:40 #57 ... 03:30:40 03:30:40 #58 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 03:30:40 #0 4.532 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:30:40 #0 4.611 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:30:40 #0 4.899 (1/2) Installing dumb-init (1.2.5-r3) 03:30:40 #0 4.917 (2/2) Installing su-exec (0.2-r3) 03:30:40 #0 4.917 Executing busybox-1.36.1-r29.trigger 03:30:40 #0 4.925 OK: 8 MiB in 16 packages 03:30:41 #58 ... 03:30:41 03:30:41 #35 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 03:30:41 #35 DONE 11.3s 03:30:41 03:30:41 #59 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:30:41 #59 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.2s done 03:30:41 #59 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 03:30:41 #59 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done 03:30:41 #59 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done 03:30:41 #59 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done 03:30:41 #59 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done 03:30:41 #59 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 03:30:41 #59 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 1.6s done 03:30:41 #59 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 2.5s done 03:30:41 #59 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 03:30:41 #59 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0.9s 03:30:41 #59 ... 03:30:41 03:30:41 #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 03:30:41 #0 1.574 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:30:41 #0 4.152 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:30:41 #0 4.428 (1/4) Installing dumb-init (1.2.5-r3) 03:30:41 #0 4.433 (2/4) Installing openssl (3.3.3-r0) 03:30:41 #0 4.445 (3/4) Installing su-exec (0.2-r3) 03:30:41 #0 4.446 (4/4) Installing yq-go (4.44.1-r2) 03:30:41 #0 4.509 Executing busybox-1.36.1-r29.trigger 03:30:41 #0 4.513 OK: 19 MiB in 18 packages 03:30:41 #60 DONE 11.4s 03:30:41 03:30:41 #59 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:30:41 #59 ... 03:30:41 03:30:41 #61 [support-scheduler internal] load build context 03:30:41 #61 ... 03:30:41 03:30:41 #54 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 03:30:41 #54 DONE 11.4s 03:30:41 03:30:41 #50 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 03:30:41 #50 DONE 11.4s 03:30:41 03:30:41 #61 [support-scheduler internal] load build context 03:30:41 #61 ... 03:30:41 03:30:41 #62 [core-command internal] load build context 03:30:41 #62 ... 03:30:41 03:30:41 #63 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 03:30:41 #0 0.661 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:30:41 #0 3.236 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:30:41 #0 3.541 (1/7) Installing ca-certificates (20241121-r1) 03:30:41 #0 3.559 (2/7) Installing dumb-init (1.2.5-r3) 03:30:41 #0 3.565 (3/7) Installing libgcc (13.2.1_git20240309-r1) 03:30:41 #0 3.572 (4/7) Installing libsodium (1.0.19-r0) 03:30:41 #0 3.583 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 03:30:41 #0 3.603 (6/7) Installing libzmq (4.3.5-r2) 03:30:41 #0 3.616 (7/7) Installing zeromq (4.3.5-r2) 03:30:41 #0 3.619 Executing busybox-1.36.1-r29.trigger 03:30:41 #0 3.630 Executing ca-certificates-20241121-r1.trigger 03:30:41 #0 3.679 OK: 12 MiB in 21 packages 03:30:41 #63 DONE 11.6s 03:30:41 03:30:41 #58 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 03:30:41 #58 DONE 11.5s 03:30:41 03:30:41 #62 [core-command internal] load build context 03:30:41 #62 ... 03:30:41 03:30:41 #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:30:41 #64 ... 03:30:41 03:30:41 #38 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 03:30:41 #38 3.956 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:30:41 #38 4.037 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:30:41 #38 4.349 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 03:30:41 #38 4.349 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 03:30:41 #38 4.349 OK: 24171 distinct packages available 03:30:41 #38 4.411 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:30:41 #38 4.489 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:30:41 #38 4.809 (1/4) Installing dumb-init (1.2.5-r3) 03:30:41 #38 4.909 (2/4) Installing musl-obstack (1.2.3-r2) 03:30:41 #38 4.909 (3/4) Installing libucontext (1.2-r3) 03:30:41 #38 4.909 (4/4) Installing gcompat (1.1.0-r4) 03:30:41 #38 4.913 Executing busybox-1.36.1-r29.trigger 03:30:41 #38 4.921 OK: 8 MiB in 18 packages 03:30:41 #38 DONE 10.9s 03:30:41 03:30:41 #65 [core-common-config-bootstrapper internal] load build context 03:30:41 #65 ... 03:30:41 03:30:41 #66 [security-secretstore-setup internal] load build context 03:30:41 #66 ... 03:30:41 03:30:41 #65 [core-common-config-bootstrapper internal] load build context 03:30:42 #65 ... 03:30:42 03:30:42 #62 [core-command internal] load build context 03:30:42 #62 transferring context: 507.80MB 11.9s done 03:30:42 #62 DONE 12.2s 03:30:42 03:30:42 #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:30:42 #44 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 2.5s 03:30:42 #44 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 3.4s done 03:30:44 #44 ... 03:30:44 03:30:44 #67 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:30:44 #67 ... 03:30:44 03:30:44 #49 [core-data internal] load build context 03:30:44 #49 transferring context: 507.80MB 12.6s done 03:30:44 #49 DONE 14.8s 03:30:44 03:30:44 #68 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 03:30:44 #0 9.006 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:30:44 #0 9.083 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:30:44 #0 9.425 OK: 248 MiB in 58 packages 03:30:44 #68 DONE 10.2s 03:30:44 03:30:44 #36 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:30:44 #36 10.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:30:44 #36 10.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:30:44 #36 11.30 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 03:30:44 #36 11.30 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 03:30:44 #36 11.30 OK: 24171 distinct packages available 03:30:44 #36 11.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:30:44 #36 11.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:30:44 #36 11.71 (1/14) Installing ca-certificates (20241121-r1) 03:30:44 #36 11.73 (2/14) Installing brotli-libs (1.1.0-r2) 03:30:44 #36 11.75 (3/14) Installing c-ares (1.33.1-r0) 03:30:44 #36 11.76 (4/14) Installing libunistring (1.2-r0) 03:30:44 #36 11.78 (5/14) Installing libidn2 (2.3.7-r0) 03:30:44 #36 11.79 (6/14) Installing nghttp2-libs (1.62.1-r0) 03:30:44 #36 11.79 (7/14) Installing libpsl (0.21.5-r1) 03:30:44 #36 11.79 (8/14) Installing zstd-libs (1.5.6-r0) 03:30:44 #36 11.81 (9/14) Installing libcurl (8.12.1-r0) 03:30:44 #36 11.82 (10/14) Installing curl (8.12.1-r0) 03:30:44 #36 11.82 (11/14) Installing dumb-init (1.2.5-r3) 03:30:44 #36 11.83 (12/14) Installing musl-obstack (1.2.3-r2) 03:30:44 #36 11.84 (13/14) Installing libucontext (1.2-r3) 03:30:44 #36 11.84 (14/14) Installing gcompat (1.1.0-r4) 03:30:44 #36 11.85 Executing busybox-1.36.1-r29.trigger 03:30:44 #36 11.86 Executing ca-certificates-20241121-r1.trigger 03:30:44 #36 11.90 OK: 13 MiB in 28 packages 03:30:44 #36 DONE 14.4s 03:30:44 03:30:44 #56 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 03:30:44 #56 11.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:30:44 #56 11.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:30:44 #56 11.80 (1/3) Installing ca-certificates (20241121-r1) 03:30:44 #56 11.82 (2/3) Installing dumb-init (1.2.5-r3) 03:30:44 #56 11.82 (3/3) Installing tzdata (2025b-r0) 03:30:44 #56 11.87 Executing busybox-1.36.1-r29.trigger 03:30:44 #56 11.90 Executing ca-certificates-20241121-r1.trigger 03:30:44 #56 11.97 OK: 10 MiB in 17 packages 03:30:44 #56 DONE 14.5s 03:30:44 03:30:44 #61 [support-scheduler internal] load build context 03:30:44 #61 transferring context: 507.80MB 12.5s done 03:30:44 #61 DONE 14.6s 03:30:44 03:30:44 #69 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 03:30:44 #0 8.801 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:30:44 #0 8.870 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:30:44 #0 9.192 OK: 248 MiB in 58 packages 03:30:44 #69 DONE 10.2s 03:30:44 03:30:44 #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 03:30:44 #0 8.185 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:30:44 #0 8.262 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:30:44 #0 8.549 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 03:30:44 #0 8.549 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 03:30:44 #0 8.549 OK: 24171 distinct packages available 03:30:44 #0 8.607 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:30:44 #0 8.766 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:30:44 #0 9.140 OK: 248 MiB in 58 packages 03:30:44 #70 DONE 10.2s 03:30:44 03:30:44 #52 [security-bootstrapper internal] load build context 03:30:44 #52 transferring context: 507.80MB 13.0s done 03:30:44 #52 DONE 14.9s 03:30:44 03:30:44 #46 [core-keeper internal] load build context 03:30:44 #46 transferring context: 507.80MB 13.5s done 03:30:44 #46 DONE 15.2s 03:30:44 03:30:44 #66 [security-secretstore-setup internal] load build context 03:30:44 #66 transferring context: 507.80MB 13.5s done 03:30:44 #66 DONE 14.9s 03:30:44 03:30:44 #64 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:30:44 #64 11.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:30:44 #64 11.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:30:44 #64 11.75 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 03:30:44 #64 11.75 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 03:30:44 #64 11.75 OK: 24171 distinct packages available 03:30:44 #64 11.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:30:44 #64 11.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:30:44 #64 12.17 (1/5) Installing dumb-init (1.2.5-r3) 03:30:44 #64 12.18 (2/5) Installing musl-obstack (1.2.3-r2) 03:30:44 #64 12.18 (3/5) Installing libucontext (1.2-r3) 03:30:44 #64 12.19 (4/5) Installing gcompat (1.1.0-r4) 03:30:44 #64 12.19 (5/5) Installing openssl (3.3.3-r0) 03:30:44 #64 12.21 Executing busybox-1.36.1-r29.trigger 03:30:44 #64 12.22 OK: 9 MiB in 19 packages 03:30:44 #64 DONE 14.3s 03:30:44 03:30:44 #71 [core-command builder 4/7] COPY go.mod vendor* ./ 03:30:44 #71 ... 03:30:44 03:30:44 #57 [security-spiffe-token-provider internal] load build context 03:30:44 #57 transferring context: 507.80MB 13.4s done 03:30:44 #57 DONE 14.7s 03:30:44 03:30:44 #65 [core-common-config-bootstrapper internal] load build context 03:30:44 #65 transferring context: 507.80MB 14.0s done 03:30:44 #65 DONE 15.1s 03:30:44 03:30:44 #53 [core-metadata internal] load build context 03:30:44 #53 transferring context: 507.80MB 14.2s done 03:30:44 #53 DONE 15.1s 03:30:44 03:30:44 #55 [security-proxy-auth internal] load build context 03:30:44 #55 transferring context: 507.80MB 14.1s done 03:30:44 #55 DONE 15.2s 03:30:44 03:30:44 #48 [support-notifications internal] load build context 03:30:44 #48 transferring context: 507.80MB 14.6s done 03:30:44 #48 DONE 15.2s 03:30:44 03:30:44 #72 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 03:30:44 #72 ... 03:30:44 03:30:44 #73 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 03:30:45 #73 ... 03:30:45 03:30:45 #71 [core-command builder 4/7] COPY go.mod vendor* ./ 03:30:45 #71 DONE 0.3s 03:30:45 03:30:45 #74 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 03:30:45 #74 DONE 0.3s 03:30:45 03:30:45 #75 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 03:30:45 #75 DONE 0.3s 03:30:45 03:30:45 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:30:45 #44 ... 03:30:45 03:30:45 #67 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:30:45 #67 DONE 11.2s 03:30:45 03:30:45 #51 [security-proxy-setup internal] load build context 03:30:45 #51 transferring context: 507.80MB 16.0s done 03:30:45 #51 DONE 16.1s 03:30:45 03:30:45 #73 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 03:30:45 #73 10.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:30:45 #73 10.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:30:45 #73 11.15 OK: 248 MiB in 58 packages 03:30:45 #73 DONE 11.3s 03:30:45 03:30:45 #76 [support-notifications builder 4/7] COPY go.mod vendor* ./ 03:30:45 #76 DONE 0.1s 03:30:45 03:30:45 #72 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 03:30:45 #72 11.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:30:45 #72 11.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:30:46 #72 11.59 OK: 248 MiB in 58 packages 03:30:46 #72 DONE 11.8s 03:30:46 03:30:46 #77 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 03:30:46 #0 4.584 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:30:46 #0 4.661 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:30:46 #0 4.938 OK: 8 MiB in 15 packages 03:30:46 #77 DONE 5.1s 03:30:46 03:30:46 #78 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 03:30:46 #78 DONE 0.1s 03:30:46 03:30:46 #47 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 03:30:46 #47 10.39 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:30:46 #47 ... 03:30:46 03:30:46 #79 [core-data stage-1 3/7] RUN apk --no-cache upgrade 03:30:46 #0 4.767 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:30:46 #0 4.847 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:30:46 #0 5.193 OK: 8 MiB in 15 packages 03:30:46 #79 DONE 5.3s 03:30:46 03:30:46 #80 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 03:30:46 #0 4.945 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:30:46 #0 5.040 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:30:46 #0 5.344 OK: 19 MiB in 18 packages 03:30:46 #80 DONE 5.4s 03:30:46 03:30:46 #81 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:30:47 #81 ... 03:30:47 03:30:47 #82 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 03:30:47 #0 5.231 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:30:47 #0 5.315 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:30:47 #0 5.594 OK: 8 MiB in 18 packages 03:30:47 #82 DONE 5.7s 03:30:47 03:30:47 #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 03:30:47 #0 4.488 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:30:47 #0 5.567 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:30:47 #0 5.859 OK: 19 MiB in 18 packages 03:30:47 #83 DONE 6.0s 03:30:47 03:30:47 #84 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 03:30:47 #84 DONE 0.1s 03:30:47 03:30:47 #85 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:30:47 #85 DONE 0.5s 03:30:47 03:30:47 #86 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 03:30:47 #0 5.398 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:30:47 #0 5.473 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:30:47 #0 5.839 OK: 8 MiB in 16 packages 03:30:47 #86 DONE 6.3s 03:30:47 03:30:47 #87 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 03:30:47 #0 2.655 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:30:47 #0 2.729 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:30:47 #0 3.034 OK: 9 MiB in 19 packages 03:30:47 #87 DONE 3.2s 03:30:47 03:30:47 #88 [security-spire-config stage-2 5/10] COPY Attribution.txt / 03:30:48 #88 DONE 0.4s 03:30:48 03:30:48 #89 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 03:30:48 #0 2.658 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:30:48 #0 2.738 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:30:48 #0 3.051 OK: 10 MiB in 17 packages 03:30:48 #89 DONE 3.5s 03:30:48 03:30:48 #90 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:30:48 #90 DONE 0.4s 03:30:48 03:30:48 #91 [security-spire-config stage-2 6/10] COPY security.txt / 03:30:48 #91 DONE 0.1s 03:30:48 03:30:48 #92 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 03:30:48 #92 DONE 0.5s 03:30:48 03:30:48 #93 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:30:48 #93 ... 03:30:48 03:30:48 #94 [security-spire-server stage-2 5/9] COPY Attribution.txt / 03:30:48 #94 DONE 0.1s 03:30:48 03:30:48 #95 [security-spire-server stage-2 6/9] COPY security.txt / 03:30:48 #95 DONE 0.4s 03:30:48 03:30:48 #96 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 03:30:48 #0 5.672 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:30:48 #0 6.760 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:30:48 #0 7.120 OK: 12 MiB in 21 packages 03:30:48 #96 DONE 7.2s 03:30:48 03:30:48 #93 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:30:48 #93 DONE 0.5s 03:30:48 03:30:48 #97 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 03:30:48 #97 ... 03:30:48 03:30:48 #98 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 03:30:48 #98 DONE 0.4s 03:30:48 03:30:48 #99 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 03:30:48 #0 2.448 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:30:48 #0 3.554 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:30:48 #0 3.903 OK: 13 MiB in 28 packages 03:30:48 #99 DONE 4.1s 03:30:48 03:30:48 #100 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 03:30:48 #100 DONE 0.1s 03:30:48 03:30:48 #101 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 03:30:48 #101 DONE 0.1s 03:30:48 03:30:48 #102 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 03:30:48 #102 DONE 0.1s 03:30:48 03:30:48 #103 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 03:30:48 #103 DONE 0.1s 03:30:48 03:30:48 #97 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 03:30:48 #97 DONE 0.1s 03:30:48 03:30:48 #104 [security-spire-agent stage-3 7/10] COPY security.txt / 03:30:48 #104 DONE 0.1s 03:30:48 03:30:48 #105 [security-spire-config] exporting to image 03:30:48 #105 exporting layers 03:30:48 #105 ... 03:30:48 03:30:48 #106 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 03:30:48 #106 DONE 0.1s 03:30:48 03:30:48 #107 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 03:30:48 #107 DONE 0.1s 03:30:48 03:30:48 #105 [security-spire-server] exporting to image 03:30:49 #105 ... 03:30:49 03:30:49 #108 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 03:30:49 #108 DONE 0.1s 03:30:49 03:30:49 #109 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 03:30:49 #109 DONE 0.0s 03:30:49 03:30:49 #105 [security-spire-agent] exporting to image 03:30:49 #105 ... 03:30:49 03:30:49 #110 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 03:30:49 #110 DONE 2.0s 03:30:49 03:30:49 #111 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 03:30:49 #111 DONE 0.0s 03:30:50 03:30:50 #105 [security-spire-config] exporting to image 03:30:50 #105 exporting layers 1.0s done 03:30:50 #105 writing image sha256:b65f97bafe1789bafa777f41350ae9e587ae69deac79156dd6695e815bd7467e 0.0s done 03:30:50 #105 naming to docker.io/library/security-spire-server done 03:30:50 #105 writing image sha256:3f95c0ec4f57f9f71432f43c8b58fa6233de9b1eb2e71f836f9a419d972fb887 done 03:30:50 #105 naming to docker.io/library/security-spire-config done 03:30:50 #105 exporting layers 0.8s done 03:30:50 #105 writing image sha256:8a0517c65c3604ed66c9fc89ac6483f604ec20577050bf926ed50018a2f85c43 done 03:30:50 #105 naming to docker.io/library/security-spire-agent done 03:30:50 #105 DONE 1.2s 03:30:50 03:30:50 #112 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 03:30:50 #0 3.005 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:30:51 #112 ... 03:30:51 03:30:51 #59 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:30:51 #59 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 1.3s done 03:30:52 #59 ... 03:30:52 03:30:52 #47 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 03:30:52 #47 16.86 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:30:55 #47 ... 03:30:55 03:30:55 #113 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:30:55 #113 ... 03:30:55 03:30:55 #114 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:30:55 #114 ... 03:30:55 03:30:55 #115 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:30:55 #115 ... 03:30:55 03:30:55 #112 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 03:30:55 #112 7.476 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:30:56 #112 ... 03:30:56 03:30:56 #116 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:30:56 #116 ... 03:30:56 03:30:56 #47 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 03:30:56 #47 20.27 (1/1) Installing dumb-init (1.2.5-r3) 03:30:57 #47 21.76 Executing busybox-1.36.1-r29.trigger 03:30:57 #47 21.76 OK: 8 MiB in 15 packages 03:31:02 #47 ... 03:31:02 03:31:02 #112 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 03:31:02 #112 10.80 OK: 248 MiB in 58 packages 03:31:02 #112 DONE 16.6s 03:31:02 03:31:02 #117 [core-keeper builder 5/8] COPY go.mod vendor* ./ 03:31:07 #117 ... 03:31:07 03:31:07 #47 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 03:31:07 #47 DONE 31.3s 03:31:07 03:31:07 #113 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:31:07 #113 DONE 21.7s 03:31:07 03:31:07 #81 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:31:07 #81 DONE 20.4s 03:31:07 03:31:07 #116 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:31:07 #116 DONE 20.9s 03:31:07 03:31:07 #115 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:31:07 #115 DONE 21.8s 03:31:07 03:31:07 #114 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:31:07 #114 DONE 21.8s 03:31:07 03:31:07 #117 [core-keeper builder 5/8] COPY go.mod vendor* ./ 03:31:07 #117 DONE 4.5s 03:31:07 03:31:07 #118 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:31:12 Removing intermediate container eaf561618537 03:31:12 ---> a7f4cbf0b2c5 03:31:12 Successfully built a7f4cbf0b2c5 03:31:12 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:31:12 + docker inspect -f . ci-base-image-arm64 03:31:12 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:31:12 prd-ubuntu20.04-docker-arm64-4c-16g-3367 does not seem to be running inside a container 03:31:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/854 -v /w/workspace/edgex-go/854:/w/workspace/edgex-go/854:rw,z -v /w/workspace/edgex-go/854@tmp:/w/workspace/edgex-go/854@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 03:31:12 #118 ... 03:31:12 03:31:12 #119 [core-command builder 6/7] COPY . . 03:31:12 #119 DONE 5.7s 03:31:12 03:31:12 #120 [core-metadata builder 4/7] COPY go.mod vendor* ./ 03:31:12 #120 CACHED 03:31:12 03:31:12 #121 [core-metadata builder 6/7] COPY . . 03:31:12 #121 CACHED 03:31:12 03:31:12 #122 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:31:12 #122 CACHED 03:31:12 03:31:12 #123 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:31:12 #123 CACHED 03:31:12 03:31:12 #124 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 03:31:12 #124 CACHED 03:31:12 03:31:12 #125 [core-common-config-bootstrapper builder 6/7] COPY . . 03:31:12 #125 CACHED 03:31:12 03:31:12 #126 [core-data builder 4/7] COPY go.mod vendor* ./ 03:31:12 #126 CACHED 03:31:12 03:31:12 #127 [core-data builder 6/7] COPY . . 03:31:12 #127 CACHED 03:31:12 03:31:12 #128 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:31:12 #128 CACHED 03:31:12 03:31:12 #129 [security-spiffe-token-provider builder 6/7] COPY . . 03:31:12 #129 DONE 5.8s 03:31:12 03:31:12 #130 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:31:12 #130 CACHED 03:31:12 03:31:12 #131 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 03:31:12 #131 CACHED 03:31:12 03:31:12 #132 [security-proxy-auth builder 6/7] COPY . . 03:31:12 #132 CACHED 03:31:12 03:31:12 #133 [support-notifications builder 6/7] COPY . . 03:31:12 #133 DONE 5.8s 03:31:12 03:31:12 #134 [support-scheduler builder 6/7] COPY . . 03:31:12 #134 DONE 5.8s 03:31:12 03:31:12 #135 [security-bootstrapper builder 6/7] COPY . . 03:31:12 #135 DONE 5.8s 03:31:12 03:31:12 #136 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 03:31:12 #136 CACHED 03:31:12 03:31:12 #137 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:31:12 #137 CACHED 03:31:12 03:31:12 #138 [security-secretstore-setup builder 6/7] COPY . . 03:31:12 #138 CACHED 03:31:12 03:31:12 #139 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 03:31:12 #139 CACHED 03:31:12 03:31:12 #140 [security-proxy-setup builder 6/7] COPY . . 03:31:12 #140 CACHED 03:31:12 03:31:12 #141 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:31:12 #141 CACHED 03:31:12 03:31:12 #142 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 03:31:13 #142 1.015 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 03:31:14 $ docker top 3346a8839778108f990e231f5be1786fddd200f2b579a7588c39a89f3a2260f4 -eo pid,comm [Pipeline] { [Pipeline] sh 03:31:14 + go version 03:31:14 go version go1.23.8 linux/arm64 [Pipeline] } 03:31:15 $ docker stop --time=1 3346a8839778108f990e231f5be1786fddd200f2b579a7588c39a89f3a2260f4 03:31:16 $ docker rm -f --volumes 3346a8839778108f990e231f5be1786fddd200f2b579a7588c39a89f3a2260f4 [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 03:31:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:31:17 03:31:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:31:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:31:17 latest: Pulling from edgex-devops/edgex-compose-arm64 03:31:17 547446be3368: Pulling fs layer 03:31:17 d125d8839a47: Pulling fs layer 03:31:17 3e85d5ac6304: Pulling fs layer 03:31:17 c3105a71a48b: Pulling fs layer 03:31:17 0f093f025ec4: Pulling fs layer 03:31:17 c3106fc0e877: Pulling fs layer 03:31:17 c3105a71a48b: Waiting 03:31:17 0f093f025ec4: Waiting 03:31:17 c3106fc0e877: Waiting 03:31:17 547446be3368: Verifying Checksum 03:31:17 547446be3368: Download complete 03:31:17 c3105a71a48b: Verifying Checksum 03:31:17 c3105a71a48b: Download complete 03:31:18 d125d8839a47: Verifying Checksum 03:31:18 d125d8839a47: Download complete 03:31:18 c3106fc0e877: Verifying Checksum 03:31:18 c3106fc0e877: Download complete 03:31:18 0f093f025ec4: Verifying Checksum 03:31:18 0f093f025ec4: Download complete 03:31:18 547446be3368: Pull complete 03:31:19 d125d8839a47: Pull complete 03:31:20 3e85d5ac6304: Verifying Checksum 03:31:20 3e85d5ac6304: Download complete 03:31:23 #142 ... 03:31:23 03:31:23 #143 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:31:23 #0 0.564 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 03:31:23 #143 ... 03:31:23 03:31:23 #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:31:23 #0 1.379 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 03:31:23 #144 ... 03:31:23 03:31:23 #145 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:31:23 #0 1.274 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:31:23 #145 ... 03:31:23 03:31:23 #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 03:31:23 #0 1.245 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:31:23 #146 ... 03:31:23 03:31:23 #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:31:23 #0 1.249 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 03:31:23 #147 ... 03:31:23 03:31:23 #148 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 03:31:23 #0 0.903 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 03:31:23 #148 ... 03:31:23 03:31:23 #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:31:23 #0 0.684 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 03:31:23 #149 ... 03:31:23 03:31:23 #150 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:31:23 #0 1.102 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:31:23 #150 ... 03:31:23 03:31:23 #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 03:31:23 #0 0.976 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 03:31:24 #151 ... 03:31:24 03:31:24 #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:31:24 #0 0.687 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 03:31:30 3e85d5ac6304: Pull complete 03:31:30 c3105a71a48b: Pull complete 03:31:31 0f093f025ec4: Pull complete 03:31:31 c3106fc0e877: Pull complete 03:31:31 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 03:31:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:31:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:31:31 prd-ubuntu20.04-docker-arm64-4c-16g-3367 does not seem to be running inside a container 03:31:31 $ 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/854 -v /w/workspace/edgex-go/854:/w/workspace/edgex-go/854:rw,z -v /w/workspace/edgex-go/854@tmp:/w/workspace/edgex-go/854@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 03:31:33 $ docker top f9fce6a4d47b8de1d3a24f25bb94ab93487a3af487eb903d53db38456028097b -eo pid,comm [Pipeline] { [Pipeline] sh 03:31:34 + docker compose -f ./docker-compose-build.yml build --parallel 03:31:38 #152 ... 03:31:38 03:31:38 #118 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:31:38 #118 DONE 32.2s 03:31:39 03:31:39 #153 [core-keeper builder 7/8] COPY . . 03:31:41 #153 DONE 1.7s 03:31:41 03:31:41 #154 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 03:31:41 #154 0.544 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 03:31:44 #1 [support-notifications internal] load build definition from Dockerfile 03:31:44 #1 transferring dockerfile: 03:31:44 #1 transferring dockerfile: 2.00kB done 03:31:44 #1 DONE 0.1s 03:31:44 03:31:44 #2 [security-spire-agent internal] load build definition from Dockerfile 03:31:44 #2 transferring dockerfile: 1.81kB done 03:31:44 #2 DONE 0.1s 03:31:44 03:31:44 #3 [security-spiffe-token-provider internal] load build definition from Dockerfile 03:31:44 #3 transferring dockerfile: 1.89kB 0.0s done 03:31:44 #3 DONE 0.1s 03:31:44 03:31:44 #4 [security-spire-config internal] load build definition from Dockerfile 03:31:44 #4 transferring dockerfile: 1.69kB done 03:31:44 #4 DONE 0.1s 03:31:44 03:31:44 #5 [security-secretstore-setup internal] load build definition from Dockerfile 03:31:44 #5 transferring dockerfile: 2.49kB 0.0s done 03:31:44 #5 DONE 0.1s 03:31:44 03:31:44 #6 [support-scheduler internal] load build definition from Dockerfile 03:31:44 #6 transferring dockerfile: 1.83kB done 03:31:44 #6 DONE 0.1s 03:31:44 03:31:44 #7 [core-data internal] load build definition from Dockerfile 03:31:44 #7 transferring dockerfile: 2.04kB done 03:31:44 #7 DONE 0.1s 03:31:44 03:31:44 #8 [security-proxy-setup internal] load build definition from Dockerfile 03:31:44 #8 transferring dockerfile: 2.50kB 0.0s done 03:31:44 #8 DONE 0.1s 03:31:44 03:31:44 #9 [security-proxy-auth internal] load build definition from Dockerfile 03:31:44 #9 transferring dockerfile: 2.14kB 0.0s done 03:31:44 #9 DONE 0.1s 03:31:44 03:31:44 #10 [core-keeper internal] load build definition from Dockerfile 03:31:44 #10 transferring dockerfile: 2.01kB done 03:31:44 #10 DONE 0.0s 03:31:44 03:31:44 #11 [security-spire-server internal] load build definition from Dockerfile 03:31:44 #11 transferring dockerfile: 1.70kB 0.0s done 03:31:44 #11 DONE 0.1s 03:31:44 03:31:44 #12 [security-bootstrapper internal] load build definition from Dockerfile 03:31:44 #12 transferring dockerfile: 3.02kB done 03:31:44 #12 DONE 0.1s 03:31:44 03:31:44 #13 [core-command internal] load build definition from Dockerfile 03:31:44 #13 transferring dockerfile: 1.94kB done 03:31:44 #13 DONE 0.1s 03:31:44 03:31:44 #14 [core-metadata internal] load build definition from Dockerfile 03:31:44 #14 transferring dockerfile: 2.10kB done 03:31:44 #14 DONE 0.1s 03:31:44 03:31:44 #15 [core-common-config-bootstrapper internal] load build definition from Dockerfile 03:31:44 #15 transferring dockerfile: 2.23kB done 03:31:44 #15 DONE 0.1s 03:31:44 03:31:44 #16 [support-notifications internal] load .dockerignore 03:31:44 #16 transferring context: 03:31:45 #16 transferring context: 50B done 03:31:45 #16 DONE 0.1s 03:31:45 03:31:45 #17 [security-spire-agent internal] load .dockerignore 03:31:45 #17 transferring context: 50B 0.0s done 03:31:45 #17 DONE 0.0s 03:31:45 03:31:45 #18 [security-spiffe-token-provider internal] load .dockerignore 03:31:45 #18 transferring context: 50B done 03:31:45 #18 DONE 0.1s 03:31:45 03:31:45 #19 [security-spire-config internal] load .dockerignore 03:31:45 #19 transferring context: 50B done 03:31:45 #19 DONE 0.0s 03:31:45 03:31:45 #20 [security-secretstore-setup internal] load .dockerignore 03:31:45 #20 transferring context: 50B done 03:31:45 #20 DONE 0.1s 03:31:45 03:31:45 #21 [support-scheduler internal] load .dockerignore 03:31:45 #21 transferring context: 50B done 03:31:45 #21 DONE 0.0s 03:31:45 03:31:45 #22 [core-data internal] load .dockerignore 03:31:45 #22 transferring context: 50B done 03:31:45 #22 DONE 0.0s 03:31:45 03:31:45 #23 [security-proxy-setup internal] load .dockerignore 03:31:45 #23 transferring context: 50B done 03:31:46 #23 DONE 0.0s 03:31:46 03:31:46 #24 [security-proxy-auth internal] load .dockerignore 03:31:46 #24 transferring context: 50B done 03:31:46 #24 DONE 0.1s 03:31:46 03:31:46 #25 [core-keeper internal] load .dockerignore 03:31:46 #25 transferring context: 50B 0.0s done 03:31:46 #25 DONE 0.1s 03:31:46 03:31:46 #26 [security-spire-server internal] load .dockerignore 03:31:46 #26 transferring context: 50B done 03:31:46 #26 DONE 0.1s 03:31:46 03:31:46 #27 [security-bootstrapper internal] load .dockerignore 03:31:46 #27 transferring context: 50B done 03:31:46 #27 DONE 0.1s 03:31:46 03:31:46 #28 [core-command internal] load .dockerignore 03:31:46 #28 transferring context: 50B done 03:31:46 #28 DONE 0.1s 03:31:46 03:31:46 #29 [core-metadata internal] load .dockerignore 03:31:46 #29 transferring context: 50B done 03:31:46 #29 DONE 0.1s 03:31:46 03:31:46 #30 [core-common-config-bootstrapper internal] load .dockerignore 03:31:46 #30 transferring context: 50B 0.0s done 03:31:46 #30 DONE 0.1s 03:31:46 03:31:46 #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:31:46 #31 DONE 0.0s 03:31:46 03:31:46 #32 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 03:31:47 #32 DONE 0.6s 03:31:47 03:31:47 #33 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:31:47 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 03:31:47 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 03:31:47 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 03:31:47 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 03:31:47 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 03:31:47 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 03:31:47 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 03:31:47 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 03:31:47 #33 DONE 0.4s 03:31:47 03:31:47 #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:31:47 #31 DONE 0.0s 03:31:47 03:31:47 #34 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 03:31:47 #34 ... 03:31:47 03:31:47 #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:31:47 #31 DONE 0.0s 03:31:47 03:31:47 #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:31:47 #31 DONE 0.0s 03:31:47 03:31:47 #33 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:31:47 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 03:31:47 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 03:31:47 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 03:31:47 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 03:31:47 #33 DONE 0.5s 03:31:47 03:31:47 #35 [security-secretstore-setup internal] load build context 03:31:47 #35 ... 03:31:47 03:31:47 #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:31:47 #31 DONE 0.0s 03:31:47 03:31:47 #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:31:47 #31 DONE 0.0s 03:31:47 03:31:47 #32 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 03:31:48 #32 ... 03:31:48 03:31:48 #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:31:48 #31 DONE 0.0s 03:31:48 03:31:48 #32 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 03:31:48 #32 ... 03:31:48 03:31:48 #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:31:48 #31 DONE 0.0s 03:31:48 03:31:48 #32 [core-keeper internal] load metadata for docker.io/library/alpine:3.20 03:31:48 #32 ... 03:31:48 03:31:48 #33 [security-proxy-auth stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:31:48 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 03:31:48 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 03:31:48 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 03:31:48 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 03:31:48 #33 DONE 0.6s 03:31:48 03:31:48 #32 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 03:31:48 #32 ... 03:31:48 03:31:48 #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:31:48 #31 DONE 0.0s 03:31:48 03:31:48 #32 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 03:31:48 #32 ... 03:31:48 03:31:48 #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:31:48 #31 DONE 0.0s 03:31:48 03:31:48 #32 [core-command internal] load metadata for docker.io/library/alpine:3.20 03:31:49 #32 ... 03:31:49 03:31:49 #33 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:31:49 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 03:31:49 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 03:31:49 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 03:31:49 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 03:31:49 #33 DONE 0.6s 03:31:49 03:31:49 #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:31:49 #31 DONE 0.0s 03:31:49 03:31:49 #36 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 03:31:49 #36 DONE 1.6s 03:31:49 03:31:49 #37 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 03:31:49 #37 DONE 1.7s 03:31:49 03:31:49 #32 [core-metadata internal] load metadata for docker.io/library/alpine:3.20 03:31:49 #32 ... 03:31:49 03:31:49 #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:31:49 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 03:31:49 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 03:31:49 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 03:31:49 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 03:31:49 #33 DONE 0.6s 03:31:49 03:31:49 #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:31:49 #31 DONE 0.1s 03:31:49 03:31:49 #32 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 03:31:49 #32 DONE 1.9s 03:31:49 03:31:49 #33 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:31:49 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 03:31:49 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 03:31:49 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 03:31:49 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 03:31:49 #33 DONE 0.7s 03:31:49 03:31:49 #38 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 03:31:49 #38 ... 03:31:49 03:31:49 #33 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:31:49 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 03:31:49 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 03:31:49 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 03:31:49 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 03:31:49 #33 DONE 0.7s 03:31:49 03:31:49 #39 [security-spire-server internal] load build context 03:31:49 #39 DONE 0.0s 03:31:49 03:31:49 #40 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:31:49 #40 ... 03:31:49 03:31:49 #41 [support-notifications internal] load build context 03:31:49 #41 transferring context: 3.22MB 1.2s done 03:31:49 #41 DONE 2.4s 03:31:49 03:31:49 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:31:49 #42 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.6s done 03:31:49 #42 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 03:31:49 #42 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 03:31:49 #42 ... 03:31:49 03:31:49 #43 [security-spiffe-token-provider internal] load build context 03:31:49 #43 transferring context: 3.22MB 1.4s done 03:31:49 #43 DONE 2.5s 03:31:50 03:31:50 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:31:50 #44 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.5s done 03:31:50 #44 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 03:31:50 #44 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done 03:31:50 #44 ... 03:31:50 03:31:50 #35 [security-secretstore-setup internal] load build context 03:31:50 #35 transferring context: 3.22MB 1.3s done 03:31:50 #35 DONE 2.5s 03:31:50 03:31:50 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:31:50 #42 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 03:31:51 #42 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 1.0s 03:31:51 #42 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.2s 03:31:51 #42 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 1.2s 03:31:51 #42 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 1.2s 03:31:51 #42 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.3s done 03:31:52 #42 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 1.5s 03:31:52 #42 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.4s done 03:31:52 #42 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.4s done 03:31:52 #42 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 03:31:52 #42 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 1.8s done 03:31:52 #42 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.4s done 03:31:53 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 2.7s 03:31:55 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 2.10MB / 33.17MB 5.3s 03:31:56 #42 ... 03:31:56 03:31:56 #39 [security-spire-server internal] load build context 03:31:56 #39 transferring context: 23.80kB 1.1s done 03:31:56 #39 DONE 6.7s 03:31:56 03:31:56 #45 [security-spire-agent internal] load build context 03:31:56 #45 transferring context: 23.33kB 0.7s done 03:31:56 #45 DONE 6.9s 03:31:56 03:31:56 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:31:56 #42 ... 03:31:56 03:31:56 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:31:56 #44 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done 03:31:56 #44 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.4s done 03:31:56 #44 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.5s done 03:31:56 #44 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 5.24MB / 14.28MB 5.5s 03:31:56 #44 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 4.9s done 03:31:56 #44 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 5.96MB / 14.28MB 5.7s 03:31:56 #44 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 03:31:56 #44 ... 03:31:56 03:31:56 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:31:56 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 5.24MB / 33.17MB 5.9s 03:31:56 #42 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 03:31:56 #42 ... 03:31:56 03:31:56 #46 [security-spire-config internal] load build context 03:31:56 #46 transferring context: 22.05kB 0.8s done 03:31:56 #46 DONE 7.6s 03:31:56 03:31:56 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:31:57 #42 ... 03:31:57 03:31:57 #47 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 03:31:57 #47 ... 03:31:57 03:31:57 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:31:57 #44 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 8.39MB / 14.28MB 6.6s 03:31:57 #44 ... 03:31:57 03:31:57 #48 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:31:57 #0 6.447 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:31:57 #0 7.103 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:31:57 #48 ... 03:31:57 03:31:57 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:31:57 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 8.39MB / 33.17MB 7.2s 03:31:57 #42 ... 03:31:57 03:31:57 #47 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 03:31:57 #47 DONE 11.6s 03:31:57 03:31:57 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:31:57 #42 ... 03:31:57 03:31:57 #49 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 03:31:57 #0 8.328 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:31:57 #0 9.291 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:31:57 #49 ... 03:31:57 03:31:57 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:31:58 #42 ... 03:31:58 03:31:58 #50 [security-proxy-setup internal] load build context 03:31:58 #50 transferring context: 2.56MB 8.6s 03:31:58 #50 ... 03:31:58 03:31:58 #51 [security-proxy-auth internal] load build context 03:31:58 #51 transferring context: 3.22MB 8.2s done 03:31:58 #51 DONE 10.1s 03:31:58 03:31:58 #52 [core-data internal] load build context 03:31:58 #52 transferring context: 3.22MB 8.3s done 03:31:58 #52 ... 03:31:58 03:31:58 #53 [support-scheduler internal] load build context 03:31:58 #53 transferring context: 3.22MB 8.5s done 03:31:58 #53 ... 03:31:58 03:31:58 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:31:58 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.49MB / 33.17MB 8.0s 03:31:58 #42 ... 03:31:58 03:31:58 #54 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 03:31:58 #54 ... 03:31:58 03:31:58 #55 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 03:31:59 #55 ... 03:31:59 03:31:59 #56 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 03:31:59 #56 ... 03:31:59 03:31:59 #57 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 03:31:59 #0 7.477 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:31:59 #0 8.267 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:31:59 #57 ... 03:31:59 03:31:59 #58 [core-command internal] load build context 03:31:59 #58 ... 03:31:59 03:31:59 #59 [core-common-config-bootstrapper internal] load build context 03:31:59 #59 ... 03:31:59 03:31:59 #52 [core-data internal] load build context 03:31:59 #52 DONE 11.2s 03:31:59 03:31:59 #59 [core-common-config-bootstrapper internal] load build context 03:31:59 #59 ... 03:31:59 03:31:59 #60 [security-bootstrapper internal] load build context 03:31:59 #60 ... 03:31:59 03:31:59 #61 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:31:59 #61 ... 03:31:59 03:31:59 #53 [support-scheduler internal] load build context 03:31:59 #53 DONE 11.3s 03:31:59 03:31:59 #62 [core-keeper internal] load build context 03:31:59 #62 ... 03:31:59 03:31:59 #63 [core-metadata internal] load build context 03:31:59 #63 ... 03:31:59 03:31:59 #64 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 03:32:00 #64 ... 03:32:00 03:32:00 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:32:00 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 15.73MB / 33.17MB 9.6s 03:32:00 #42 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 03:32:00 #42 ... 03:32:00 03:32:00 #50 [security-proxy-setup internal] load build context 03:32:00 #50 transferring context: 3.22MB 10.3s done 03:32:00 #50 DONE 11.8s 03:32:00 03:32:00 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:32:00 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 17.58MB / 33.17MB 10.2s 03:32:00 #42 ... 03:32:00 03:32:00 #65 [core-metadata builder 2/7] WORKDIR /edgex-go 03:32:00 #65 DONE 3.5s 03:32:00 03:32:00 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:32:01 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 19.92MB / 33.17MB 10.8s 03:32:01 #42 ... 03:32:01 03:32:01 #61 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:32:01 #61 DONE 11.9s 03:32:01 03:32:01 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:32:01 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 23.07MB / 33.17MB 11.3s 03:32:02 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 25.17MB / 33.17MB 11.7s 03:32:02 #42 ... 03:32:02 03:32:02 #59 [core-common-config-bootstrapper internal] load build context 03:32:02 #59 transferring context: 3.22MB 9.2s done 03:32:02 #59 DONE 13.2s 03:32:02 03:32:02 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:32:02 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 27.26MB / 33.17MB 12.0s 03:32:02 #42 ... 03:32:02 03:32:02 #62 [core-keeper internal] load build context 03:32:02 #62 transferring context: 3.22MB 9.2s done 03:32:02 #62 DONE 13.5s 03:32:02 03:32:02 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:32:02 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 29.36MB / 33.17MB 12.4s 03:32:02 #42 ... 03:32:02 03:32:02 #34 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 03:32:02 #34 6.298 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:32:02 #34 7.028 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:32:02 #34 9.753 (1/7) Installing ca-certificates (20241121-r1) 03:32:02 #34 10.03 (2/7) Installing dumb-init (1.2.5-r3) 03:32:02 #34 10.03 (3/7) Installing libgcc (13.2.1_git20240309-r1) 03:32:02 #34 10.03 (4/7) Installing libsodium (1.0.19-r0) 03:32:02 #34 10.10 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 03:32:02 #34 10.30 (6/7) Installing libzmq (4.3.5-r2) 03:32:02 #34 10.43 (7/7) Installing zeromq (4.3.5-r2) 03:32:02 #34 10.56 Executing busybox-1.36.1-r29.trigger 03:32:02 #34 10.85 Executing ca-certificates-20241121-r1.trigger 03:32:02 #34 11.95 OK: 14 MiB in 21 packages 03:32:02 #34 DONE 15.4s 03:32:02 03:32:02 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:32:03 #42 ... 03:32:03 03:32:03 #60 [security-bootstrapper internal] load build context 03:32:03 #60 transferring context: 3.22MB 10.1s done 03:32:03 #60 DONE 13.7s 03:32:03 03:32:03 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:32:03 #42 ... 03:32:03 03:32:03 #63 [core-metadata internal] load build context 03:32:03 #63 transferring context: 3.22MB 10.2s done 03:32:03 #63 DONE 14.0s 03:32:03 03:32:03 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:32:03 #42 ... 03:32:03 03:32:03 #58 [core-command internal] load build context 03:32:03 #58 transferring context: 3.22MB 10.3s done 03:32:03 #58 DONE 14.0s 03:32:03 03:32:03 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:32:03 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 31.46MB / 33.17MB 13.0s 03:32:03 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 13.3s 03:32:03 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 13.4s done 03:32:06 #42 ... 03:32:06 03:32:06 #40 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:32:06 #40 7.483 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:32:06 #40 8.459 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:32:06 #40 15.68 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 03:32:06 #40 15.68 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 03:32:06 #40 15.68 OK: 24049 distinct packages available 03:32:06 #40 17.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:32:06 #40 ... 03:32:06 03:32:06 #57 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 03:32:06 #57 15.39 (1/1) Installing dumb-init (1.2.5-r3) 03:32:06 #57 15.49 Executing busybox-1.36.1-r29.trigger 03:32:06 #57 15.63 OK: 9 MiB in 15 packages 03:32:06 #57 DONE 17.9s 03:32:06 03:32:06 #66 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 03:32:07 #66 ... 03:32:07 03:32:07 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:32:07 #44 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 9.2s done 03:32:07 #44 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.1s done 03:32:07 #44 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 5.3s 03:32:07 #44 ... 03:32:07 03:32:07 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:32:07 #42 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0.3s 03:32:08 #42 ... 03:32:08 03:32:08 #38 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 03:32:08 #38 8.853 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:32:08 #38 10.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:32:08 #38 ... 03:32:08 03:32:08 #48 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:32:08 #48 10.58 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 03:32:08 #48 10.58 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 03:32:08 #48 10.58 OK: 24049 distinct packages available 03:32:08 #48 11.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:32:08 #48 14.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:32:08 #48 ... 03:32:08 03:32:08 #38 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 03:32:08 #38 19.19 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 03:32:08 #38 19.19 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 03:32:08 #38 19.19 OK: 24049 distinct packages available 03:32:08 #38 ... 03:32:08 03:32:08 #54 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 03:32:08 #54 10.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:32:08 #54 12.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:32:09 #54 ... 03:32:09 03:32:09 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:32:09 #42 ... 03:32:09 03:32:09 #56 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 03:32:09 #56 10.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:32:09 #56 12.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:32:09 #56 20.50 (1/1) Installing dumb-init (1.2.5-r3) 03:32:09 #56 20.52 Executing busybox-1.36.1-r29.trigger 03:32:09 #56 20.61 OK: 9 MiB in 15 packages 03:32:09 #56 ... 03:32:09 03:32:09 #38 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 03:32:09 #38 20.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:32:10 #38 ... 03:32:10 03:32:10 #55 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 03:32:10 #55 11.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:32:10 #55 13.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:32:10 #55 20.60 (1/3) Installing ca-certificates (20241121-r1) 03:32:10 #55 20.98 (2/3) Installing dumb-init (1.2.5-r3) 03:32:10 #55 21.02 (3/3) Installing tzdata (2025b-r0) 03:32:10 #55 ... 03:32:10 03:32:10 #54 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 03:32:10 #54 21.80 (1/4) Installing dumb-init (1.2.5-r3) 03:32:10 #54 21.82 (2/4) Installing openssl (3.3.3-r0) 03:32:10 #54 22.04 (3/4) Installing su-exec (0.2-r3) 03:32:10 #54 ... 03:32:10 03:32:10 #49 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 03:32:10 #49 17.49 (1/4) Installing ca-certificates (20241121-r1) 03:32:10 #49 18.09 (2/4) Installing dumb-init (1.2.5-r3) 03:32:10 #49 18.14 (3/4) Installing su-exec (0.2-r3) 03:32:10 #49 18.16 (4/4) Installing yq-go (4.44.1-r2) 03:32:10 #49 19.43 Executing busybox-1.36.1-r29.trigger 03:32:10 #49 19.55 Executing ca-certificates-20241121-r1.trigger 03:32:10 #49 20.31 OK: 20 MiB in 18 packages 03:32:10 #49 DONE 22.8s 03:32:10 03:32:10 #54 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 03:32:10 #54 22.06 (4/4) Installing yq-go (4.44.1-r2) 03:32:10 #54 ... 03:32:10 03:32:10 #67 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 03:32:10 #67 ... 03:32:10 03:32:10 #68 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:32:11 #68 ... 03:32:11 03:32:11 #69 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 03:32:11 #69 ... 03:32:11 03:32:11 #56 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 03:32:11 #56 DONE 22.3s 03:32:11 03:32:11 #70 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 03:32:11 #70 ... 03:32:11 03:32:11 #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 03:32:11 #71 ... 03:32:11 03:32:11 #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 03:32:11 #72 ... 03:32:11 03:32:11 #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 03:32:11 #71 10.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:32:11 #71 ... 03:32:11 03:32:11 #68 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:32:11 #68 DONE 11.1s 03:32:11 03:32:11 #64 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 03:32:11 #64 12.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:32:11 #64 14.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:32:11 #64 ... 03:32:11 03:32:11 #73 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 03:32:11 #73 ... 03:32:11 03:32:11 #54 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 03:32:11 #54 23.33 Executing busybox-1.36.1-r29.trigger 03:32:11 #54 23.46 OK: 20 MiB in 18 packages 03:32:12 #54 ... 03:32:12 03:32:12 #74 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 03:32:13 #74 ... 03:32:13 03:32:13 #64 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 03:32:13 #64 23.60 (1/2) Installing dumb-init (1.2.5-r3) 03:32:13 #64 23.64 (2/2) Installing su-exec (0.2-r3) 03:32:13 #64 23.65 Executing busybox-1.36.1-r29.trigger 03:32:13 #64 23.89 OK: 9 MiB in 16 packages 03:32:13 #64 ... 03:32:13 03:32:13 #54 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 03:32:13 #54 DONE 25.1s 03:32:14 03:32:14 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:32:14 #42 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 6.2s 03:32:14 #42 ... 03:32:14 03:32:14 #64 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 03:32:14 #64 DONE 25.2s 03:32:14 03:32:14 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:32:14 #44 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 12.3s 03:32:14 #44 ... 03:32:14 03:32:14 #75 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 03:32:15 #75 ... 03:32:15 03:32:15 #55 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 03:32:15 #55 22.06 Executing busybox-1.36.1-r29.trigger 03:32:15 #55 22.14 Executing ca-certificates-20241121-r1.trigger 03:32:15 #55 23.36 OK: 11 MiB in 17 packages 03:32:15 #55 DONE 26.7s 03:32:15 03:32:15 #48 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:32:15 #48 23.13 (1/14) Installing ca-certificates (20241121-r1) 03:32:15 #48 23.82 (2/14) Installing brotli-libs (1.1.0-r2) 03:32:15 #48 23.86 (3/14) Installing c-ares (1.33.1-r0) 03:32:15 #48 23.86 (4/14) Installing libunistring (1.2-r0) 03:32:15 #48 23.99 (5/14) Installing libidn2 (2.3.7-r0) 03:32:15 #48 24.01 (6/14) Installing nghttp2-libs (1.62.1-r0) 03:32:15 #48 24.04 (7/14) Installing libpsl (0.21.5-r1) 03:32:15 #48 24.05 (8/14) Installing zstd-libs (1.5.6-r0) 03:32:15 #48 24.18 (9/14) Installing libcurl (8.12.1-r0) 03:32:15 #48 24.28 (10/14) Installing curl (8.12.1-r0) 03:32:15 #48 24.72 (11/14) Installing dumb-init (1.2.5-r3) 03:32:15 #48 24.75 (12/14) Installing musl-obstack (1.2.3-r2) 03:32:15 #48 24.77 (13/14) Installing libucontext (1.2-r3) 03:32:15 #48 24.79 (14/14) Installing gcompat (1.1.0-r4) 03:32:15 #48 24.83 Executing busybox-1.36.1-r29.trigger 03:32:15 #48 25.04 Executing ca-certificates-20241121-r1.trigger 03:32:15 #48 26.24 OK: 15 MiB in 28 packages 03:32:15 #48 DONE 28.1s 03:32:15 03:32:15 #76 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 03:32:16 #76 ... 03:32:16 03:32:16 #40 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:32:16 #40 18.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:32:16 #40 25.24 (1/5) Installing dumb-init (1.2.5-r3) 03:32:16 #40 25.27 (2/5) Installing musl-obstack (1.2.3-r2) 03:32:16 #40 25.28 (3/5) Installing libucontext (1.2-r3) 03:32:16 #40 25.34 (4/5) Installing gcompat (1.1.0-r4) 03:32:16 #40 25.37 (5/5) Installing openssl (3.3.3-r0) 03:32:16 #40 25.51 Executing busybox-1.36.1-r29.trigger 03:32:16 #40 25.79 OK: 10 MiB in 19 packages 03:32:16 #40 DONE 27.6s 03:32:16 03:32:16 #77 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade 03:32:18 #77 ... 03:32:18 03:32:18 #38 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 03:32:18 #38 21.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:32:18 #38 27.48 (1/4) Installing dumb-init (1.2.5-r3) 03:32:18 #38 27.52 (2/4) Installing musl-obstack (1.2.3-r2) 03:32:18 #38 27.55 (3/4) Installing libucontext (1.2-r3) 03:32:18 #38 27.55 (4/4) Installing gcompat (1.1.0-r4) 03:32:18 #38 27.58 Executing busybox-1.36.1-r29.trigger 03:32:18 #38 27.71 OK: 9 MiB in 18 packages 03:32:18 #38 DONE 29.7s 03:32:18 03:32:18 #66 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 03:32:18 #66 12.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:32:19 #66 ... 03:32:19 03:32:19 #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 03:32:19 #71 12.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:32:19 #71 18.34 OK: 239 MiB in 58 packages 03:32:19 #71 DONE 19.1s 03:32:19 03:32:19 #78 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 03:32:20 #78 ... 03:32:20 03:32:20 #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 03:32:20 #79 ... 03:32:20 03:32:20 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:32:20 #44 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 18.5s 03:32:21 #44 ... 03:32:21 03:32:21 #67 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 03:32:21 #67 11.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:32:21 #67 13.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:32:21 #67 19.57 OK: 239 MiB in 58 packages 03:32:21 #67 DONE 20.4s 03:32:21 03:32:21 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:32:21 #44 ... 03:32:21 03:32:21 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:32:21 #42 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 13.6s 03:32:21 #42 ... 03:32:21 03:32:21 #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade 03:32:21 #80 ... 03:32:21 03:32:21 #81 [support-notifications builder 4/7] COPY go.mod vendor* ./ 03:32:22 #81 ... 03:32:22 03:32:22 #82 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 03:32:22 #82 ... 03:32:22 03:32:22 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:32:22 #44 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 19.9s done 03:32:22 #44 ... 03:32:22 03:32:22 #78 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 03:32:22 #78 DONE 2.5s 03:32:22 03:32:22 #83 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:32:22 #83 ... 03:32:22 03:32:22 #81 [support-notifications builder 4/7] COPY go.mod vendor* ./ 03:32:22 #81 DONE 1.5s 03:32:22 03:32:22 #84 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:32:23 #84 ... 03:32:23 03:32:23 #69 [core-data builder 3/7] RUN apk add --update --no-cache make git 03:32:23 #69 14.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:32:23 #69 15.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:32:23 #69 21.28 OK: 239 MiB in 58 packages 03:32:23 #69 DONE 22.7s 03:32:23 03:32:23 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:32:24 #42 ... 03:32:24 03:32:24 #85 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 03:32:24 #85 ... 03:32:24 03:32:24 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:32:24 #44 DONE 35.0s 03:32:24 03:32:24 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:32:24 #42 ... 03:32:24 03:32:24 #74 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 03:32:24 #74 14.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:32:24 #74 16.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:32:24 #74 20.82 OK: 14 MiB in 21 packages 03:32:24 #74 DONE 21.9s 03:32:24 03:32:24 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:32:25 #42 ... 03:32:25 03:32:25 #86 [core-data builder 4/7] COPY go.mod vendor* ./ 03:32:25 #86 DONE 2.4s 03:32:25 03:32:25 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:32:25 #42 ... 03:32:25 03:32:25 #87 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 03:32:25 #87 ... 03:32:25 03:32:25 #88 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:32:27 #88 ... 03:32:27 03:32:27 #73 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 03:32:27 #73 15.53 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:32:27 #73 18.90 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:32:27 #73 ... 03:32:27 03:32:27 #70 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 03:32:27 #70 17.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:32:27 #70 19.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:32:27 #70 24.70 OK: 239 MiB in 58 packages 03:32:27 #70 DONE 26.8s 03:32:27 03:32:27 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:32:27 #42 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 19.9s 03:32:27 #42 ... 03:32:27 03:32:27 #66 [core-command stage-1 3/9] RUN apk --no-cache upgrade 03:32:27 #66 13.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:32:27 #66 19.39 OK: 9 MiB in 15 packages 03:32:27 #66 DONE 21.0s 03:32:27 03:32:27 #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 03:32:27 #72 16.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:32:27 #72 18.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:32:27 #72 24.71 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 03:32:27 #72 24.71 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 03:32:27 #72 24.71 OK: 24049 distinct packages available 03:32:27 #72 25.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:32:27 #72 26.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:32:27 #72 ... 03:32:27 03:32:27 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:32:28 #42 ... 03:32:28 03:32:28 #89 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 03:32:29 #89 ... 03:32:29 03:32:29 #90 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 03:32:29 #90 DONE 1.5s 03:32:29 03:32:29 #91 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:32:30 #91 ... 03:32:30 03:32:30 #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 03:32:30 #79 11.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:32:30 #79 13.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:32:30 #79 18.04 OK: 20 MiB in 18 packages 03:32:30 #79 DONE 19.7s 03:32:30 03:32:30 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:32:32 #42 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 24.8s 03:32:33 #42 ... 03:32:33 03:32:33 #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade 03:32:33 #80 13.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:32:33 #80 14.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:32:33 #80 20.69 OK: 9 MiB in 15 packages 03:32:33 #80 DONE 22.2s 03:32:33 03:32:33 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:32:34 #42 ... 03:32:34 03:32:34 #85 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 03:32:34 #85 12.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:32:34 #85 13.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:32:34 #85 19.11 OK: 20 MiB in 18 packages 03:32:34 #85 DONE 20.5s 03:32:34 03:32:34 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:32:34 #42 ... 03:32:34 03:32:34 #92 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 03:32:34 #92 DONE 0.2s 03:32:34 03:32:34 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:32:35 #42 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 28.4s done 03:32:36 #42 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 28.4s done 03:32:36 #42 DONE 47.4s 03:32:36 03:32:36 #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 03:32:36 #72 34.50 OK: 239 MiB in 58 packages 03:32:36 #72 DONE 35.4s 03:32:36 03:32:36 #73 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 03:32:36 #73 32.06 (1/1) Installing dumb-init (1.2.5-r3) 03:32:36 #73 ... 03:32:36 03:32:36 #93 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 03:32:36 #93 DONE 0.6s 03:32:36 03:32:36 #94 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:32:37 #94 ... 03:32:37 03:32:37 #82 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 03:32:37 #82 15.27 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:32:37 #82 20.31 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:32:37 #82 ... 03:32:37 03:32:37 #73 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 03:32:37 #73 35.31 Executing busybox-1.36.1-r29.trigger 03:32:37 #73 35.52 OK: 9 MiB in 15 packages 03:32:37 #73 ... 03:32:37 03:32:37 #77 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 03:32:37 #77 11.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:32:37 #77 12.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:32:37 #77 19.50 OK: 10 MiB in 19 packages 03:32:37 #77 DONE 20.7s 03:32:37 03:32:37 #95 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 03:32:37 #154 ... 03:32:37 03:32:37 #148 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 03:32:37 #148 DONE 83.3s 03:32:37 03:32:37 #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:32:37 #144 ... 03:32:37 03:32:37 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 03:32:37 #155 DONE 0.1s 03:32:37 03:32:37 #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 03:32:37 #156 DONE 0.1s 03:32:37 03:32:37 #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 03:32:37 #157 DONE 0.1s 03:32:37 03:32:37 #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 03:32:37 #146 ... 03:32:37 03:32:37 #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 03:32:37 #158 DONE 0.1s 03:32:37 03:32:37 #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 03:32:37 #159 DONE 0.1s 03:32:37 03:32:37 #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:32:37 #160 ... 03:32:37 03:32:37 #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 03:32:37 #151 DONE 84.3s 03:32:37 03:32:37 #142 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 03:32:37 #142 ... 03:32:37 03:32:37 #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 03:32:37 #161 DONE 0.2s 03:32:37 03:32:37 #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 03:32:37 #162 ... 03:32:37 03:32:37 #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:32:37 #160 DONE 0.9s 03:32:37 03:32:37 #105 [core-common-config-bootstrapper] exporting to image 03:32:37 #105 exporting layers 03:32:38 #105 exporting layers 0.5s done 03:32:38 #105 writing image sha256:a9a06414091490b7e19ee386138f674180fea2b32f4838feb8effa9172fcb9ac done 03:32:38 #105 naming to docker.io/library/core-common-config-bootstrapper done 03:32:38 #105 DONE 1.7s 03:32:38 03:32:38 #143 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:32:38 #143 ... 03:32:38 03:32:38 #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 03:32:38 #162 DONE 1.3s 03:32:38 03:32:38 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 03:32:38 #163 DONE 0.0s 03:32:38 03:32:38 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 03:32:38 #95 DONE 1.2s 03:32:38 03:32:38 #96 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:32:38 #96 ... 03:32:38 03:32:38 #87 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 03:32:38 #87 13.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:32:38 #87 14.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:32:38 #87 22.56 OK: 15 MiB in 28 packages 03:32:38 #87 ... 03:32:38 03:32:38 #73 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 03:32:38 #73 DONE 37.3s 03:32:38 03:32:38 #97 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:32:38 #164 DONE 0.1s 03:32:38 03:32:38 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 03:32:38 #165 DONE 0.1s 03:32:38 03:32:38 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 03:32:38 #166 DONE 0.1s 03:32:38 03:32:38 #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/ 03:32:38 #167 DONE 0.1s 03:32:38 03:32:38 #143 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:32:39 #143 ... 03:32:39 03:32:39 #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/ 03:32:39 #168 DONE 0.0s 03:32:39 03:32:39 #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/ 03:32:39 #169 DONE 0.0s 03:32:39 03:32:39 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 03:32:39 #170 DONE 0.1s 03:32:39 03:32:39 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 03:32:39 #97 ... 03:32:39 03:32:39 #75 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 03:32:39 #75 14.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:32:39 #75 16.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:32:39 #75 24.00 OK: 9 MiB in 16 packages 03:32:39 #75 ... 03:32:39 03:32:39 #76 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 03:32:39 #76 14.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:32:39 #76 16.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:32:39 #76 23.52 OK: 11 MiB in 17 packages 03:32:40 #76 ... 03:32:40 03:32:40 #89 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 03:32:40 #89 11.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:32:40 #89 12.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:32:40 #89 ... 03:32:40 03:32:40 #75 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 03:32:40 #75 DONE 25.4s 03:32:40 03:32:40 #87 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 03:32:40 #87 DONE 24.5s 03:32:40 03:32:40 #98 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 03:32:40 #98 ... 03:32:40 03:32:40 #76 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 03:32:40 #76 DONE 24.9s 03:32:40 #171 DONE 1.3s 03:32:40 03:32:40 #105 [security-bootstrapper] exporting to image 03:32:40 03:32:40 #89 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 03:32:40 #89 21.40 OK: 9 MiB in 18 packages 03:32:40 #105 exporting layers 0.4s done 03:32:40 #105 writing image sha256:eb4d7a2cd412524896d649ab4935c0e35762b7640df9d57ebc452283fb6cde33 done 03:32:40 #105 naming to docker.io/library/security-bootstrapper done 03:32:40 #105 DONE 2.2s 03:32:40 03:32:40 #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:32:41 #89 DONE 22.8s 03:32:41 03:32:41 #84 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:32:41 #84 ... 03:32:41 03:32:41 #99 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:32:42 #99 ... 03:32:42 03:32:42 #96 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:32:42 #96 DONE 3.7s 03:32:42 03:32:42 #100 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 03:32:42 #100 DONE 0.4s 03:32:42 03:32:42 #97 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:32:42 #97 DONE 4.0s 03:32:42 03:32:42 #101 [security-spire-server stage-2 5/9] COPY Attribution.txt / 03:32:42 #101 DONE 0.3s 03:32:42 03:32:42 #102 [security-spire-server stage-2 6/9] COPY security.txt / 03:32:42 #102 ... 03:32:42 03:32:42 #82 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 03:32:42 #82 30.20 OK: 239 MiB in 58 packages 03:32:42 #82 DONE 31.2s 03:32:43 03:32:43 #103 [security-spire-agent stage-3 7/10] COPY security.txt / 03:32:43 #103 DONE 0.5s 03:32:43 03:32:43 #104 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 03:32:43 #104 ... 03:32:43 03:32:43 #102 [security-spire-server stage-2 6/9] COPY security.txt / 03:32:43 #102 DONE 0.6s 03:32:43 03:32:43 #104 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 03:32:43 #104 DONE 0.4s 03:32:43 03:32:43 #105 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 03:32:43 #105 ... 03:32:43 03:32:43 #106 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 03:32:43 #106 DONE 0.3s 03:32:44 03:32:44 #107 [core-keeper builder 5/8] COPY go.mod vendor* ./ 03:32:44 #107 DONE 0.9s 03:32:44 03:32:44 #108 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 03:32:44 #108 ... 03:32:44 03:32:44 #105 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 03:32:44 #105 DONE 0.4s 03:32:44 03:32:44 #109 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 03:32:44 #109 ... 03:32:44 03:32:44 #108 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 03:32:44 #108 DONE 0.5s 03:32:44 03:32:44 #109 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 03:32:44 #109 DONE 0.4s 03:32:44 03:32:44 #110 [security-spire-agent] exporting to image 03:32:44 #110 exporting layers 03:32:44 #110 ... 03:32:44 03:32:44 #111 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 03:32:44 #111 DONE 0.3s 03:32:44 03:32:44 #110 [security-spire-server] exporting to image 03:32:45 #110 ... 03:32:45 03:32:45 #98 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 03:32:45 #98 DONE 5.1s 03:32:45 03:32:45 #112 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 03:32:45 #112 DONE 0.4s 03:32:45 03:32:45 #113 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:32:46 #113 ... 03:32:46 03:32:46 #99 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:32:46 #99 DONE 4.4s 03:32:46 03:32:46 #114 [security-spire-config stage-2 5/10] COPY Attribution.txt / 03:32:46 #114 DONE 0.3s 03:32:46 03:32:46 #115 [security-spire-config stage-2 6/10] COPY security.txt / 03:32:46 #115 DONE 0.2s 03:32:46 03:32:46 #116 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 03:32:46 #116 DONE 0.2s 03:32:46 03:32:46 #113 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:32:47 #113 ... 03:32:47 03:32:47 #117 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 03:32:47 #117 DONE 0.2s 03:32:47 03:32:47 #118 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 03:32:47 #118 DONE 0.2s 03:32:47 03:32:47 #88 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:32:47 #88 ... 03:32:47 03:32:47 #110 [security-spire-config] exporting to image 03:32:48 #110 exporting layers 4.1s done 03:32:48 #110 exporting layers 4.0s done 03:32:48 #110 writing image sha256:eeddcbb5a0cae0d4a3506962f55f4282cff8f1fff4289dee77bedf7744420a12 0.0s done 03:32:48 #110 naming to docker.io/library/security-spire-agent-arm64 done 03:32:48 #110 writing image sha256:e3b2109ac62c131f98ac0ffa8be371581809a057a0d4c3824c30f0aaa273e321 done 03:32:48 #110 naming to docker.io/library/security-spire-server-arm64 done 03:32:49 #110 exporting layers 2.4s done 03:32:49 #110 writing image sha256:d483e283c5650c88eae99a434925e55afa991844526ad645491f51d9ee51a2e2 done 03:32:49 #110 naming to docker.io/library/security-spire-config-arm64 done 03:32:49 #110 DONE 5.2s 03:32:49 03:32:49 #88 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:33:48 #152 ... 03:33:48 03:33:48 #150 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:33:48 #150 152.2 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:33:48 #150 ... 03:33:48 03:33:48 #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:33:48 #152 DONE 153.5s 03:33:48 03:33:48 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 03:33:48 #172 DONE 0.0s 03:33:48 03:33:48 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 03:33:48 #173 DONE 0.1s 03:33:48 03:33:48 #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:33:48 #144 ... 03:33:48 03:33:48 #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:33:48 #174 DONE 0.2s 03:33:48 03:33:48 #142 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 03:33:48 #142 DONE 154.1s 03:33:48 03:33:48 #175 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 03:33:48 #175 DONE 0.1s 03:33:48 03:33:48 #176 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 03:33:48 #176 DONE 0.2s 03:33:48 03:33:48 #105 [core-command] exporting to image 03:33:48 #105 exporting layers 03:33:48 #105 exporting layers 0.2s done 03:33:48 #105 writing image sha256:b08677b892ad6cdd94e2948b4ad6eb83857d5717c07635093e35326bc042623d 0.0s done 03:33:48 #105 naming to docker.io/library/core-command done 03:33:48 #105 DONE 2.4s 03:33:48 03:33:48 #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 03:33:48 #177 DONE 0.2s 03:33:48 03:33:48 #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 03:33:48 #178 DONE 0.1s 03:33:48 03:33:48 #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 03:33:48 #179 DONE 0.1s 03:33:48 03:33:48 #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:33:48 #144 ... 03:33:48 03:33:48 #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:33:48 #180 DONE 0.1s 03:33:48 03:33:48 #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 03:33:48 #181 DONE 0.0s 03:33:48 03:33:48 #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:33:48 #182 ... 03:33:48 03:33:48 #150 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:33:48 #150 DONE 155.8s 03:33:48 03:33:48 #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:33:48 #182 DONE 1.2s 03:33:48 03:33:48 #105 [security-proxy-setup] exporting to image 03:33:48 #105 ... 03:33:48 03:33:48 #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 03:33:48 #183 DONE 0.3s 03:33:49 03:33:49 #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 03:33:49 #184 DONE 0.2s 03:33:49 03:33:49 #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 03:33:49 #185 DONE 0.1s 03:33:49 03:33:49 #105 [security-proxy-setup] exporting to image 03:33:49 #105 exporting layers 0.6s done 03:33:49 #105 writing image sha256:62aca734df6e3f17c322fd752f61cb50de01e600cf75698bd2741acce2b193e9 done 03:33:49 #105 naming to docker.io/library/security-proxy-setup done 03:33:49 #105 DONE 3.0s 03:33:49 03:33:49 #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 03:33:49 #186 DONE 0.1s 03:33:49 03:33:49 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 03:33:49 #187 DONE 0.0s 03:33:49 03:33:49 #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:33:49 #188 DONE 0.1s 03:33:49 03:33:49 #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:33:49 #189 DONE 0.1s 03:33:49 03:33:49 #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:33:49 #144 ... 03:33:49 03:33:49 #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:33:49 #190 DONE 0.0s 03:33:49 03:33:49 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:33:50 #191 DONE 1.1s 03:33:50 03:33:50 #105 [security-secretstore-setup] exporting to image 03:33:51 #105 ... 03:33:51 03:33:51 #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:33:51 #144 DONE 158.6s 03:33:51 03:33:51 #105 [security-secretstore-setup] exporting to image 03:33:51 #105 exporting layers 0.5s done 03:33:51 #105 writing image sha256:49e6c11f0c10afb720412d3dbb8a0ba0f06d5c6d4732535c75f08ef4da66df93 0.0s done 03:33:51 #105 naming to docker.io/library/security-secretstore-setup 03:33:51 #105 naming to docker.io/library/security-secretstore-setup 0.1s done 03:33:51 #105 DONE 3.6s 03:33:51 03:33:51 #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:33:51 #192 DONE 0.3s 03:33:51 03:33:51 #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:33:51 #193 DONE 0.1s 03:33:51 03:33:51 #143 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:33:51 #143 DONE 159.1s 03:33:51 03:33:51 #194 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 03:33:52 #194 DONE 0.2s 03:33:52 03:33:52 #195 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 03:33:52 #195 DONE 0.3s 03:33:52 03:33:52 #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:33:52 #149 DONE 159.4s 03:33:52 03:33:52 #196 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 03:33:52 #196 DONE 0.2s 03:33:52 03:33:52 #105 [security-spiffe-token-provider] exporting to image 03:33:52 #105 ... 03:33:52 03:33:52 #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 03:33:52 #197 DONE 0.3s 03:33:52 03:33:52 #198 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:33:52 #198 DONE 0.2s 03:33:52 03:33:52 #199 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:33:52 #199 DONE 0.1s 03:33:52 03:33:52 #200 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 03:33:52 #200 DONE 0.2s 03:33:52 03:33:52 #201 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 03:33:52 #201 DONE 0.1s 03:33:52 03:33:52 #202 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:33:52 #202 DONE 0.1s 03:33:52 03:33:52 #105 [security-spiffe-token-provider] exporting to image 03:33:52 #105 exporting layers 0.3s done 03:33:52 #105 writing image sha256:fef66ae21ea10a2e6d40de9c51b093f3d64b79bd0dc86d95c48c957cd7d22ecf done 03:33:52 #105 naming to docker.io/library/security-spiffe-token-provider done 03:33:52 #105 DONE 3.9s 03:33:52 03:33:52 #203 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 03:33:52 #203 DONE 0.1s 03:33:52 03:33:52 #204 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 03:33:52 #204 DONE 0.1s 03:33:52 03:33:52 #105 [core-data] exporting to image 03:33:52 #105 exporting layers 0.1s done 03:33:52 #105 writing image sha256:4e4e03980593dea558667c18bd84db284a8ccfb324e9e5e9d7c68fbda98fd278 done 03:33:52 #105 naming to docker.io/library/core-data done 03:33:52 #105 DONE 4.1s 03:33:52 03:33:52 #205 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:33:53 #205 DONE 0.5s 03:33:53 03:33:53 #105 [security-proxy-auth] exporting to image 03:33:53 #105 exporting layers 0.2s done 03:33:53 #105 writing image sha256:1bba321290f153c0f056f322fb2f1306dc51f5b9b75ef98efb4b23dd0e2ce5f9 done 03:33:53 #105 naming to docker.io/library/security-proxy-auth done 03:33:53 #105 DONE 4.3s 03:33:53 03:33:53 #154 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 03:33:54 #154 ... 03:33:54 03:33:54 #145 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:33:54 #145 DONE 161.9s 03:33:54 03:33:54 #206 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 03:33:54 #206 DONE 0.0s 03:33:54 03:33:54 #207 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 03:33:54 #207 DONE 0.0s 03:33:54 03:33:54 #208 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:33:54 #208 DONE 0.1s 03:33:54 03:33:54 #209 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 03:33:54 #209 DONE 0.1s 03:33:54 03:33:54 #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:33:54 #147 ... 03:33:54 03:33:54 #210 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 03:33:54 #210 DONE 0.0s 03:33:54 03:33:54 #105 [core-metadata] exporting to image 03:33:55 #105 exporting layers 0.1s done 03:33:55 #105 writing image sha256:7ba85c9ff68a309946694570769bf6069ee7445aa730c596de41887c906c7f6b done 03:33:55 #105 naming to docker.io/library/core-metadata done 03:33:55 #105 DONE 4.4s 03:33:55 03:33:55 #59 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:33:57 #59 ... 03:33:57 03:33:57 #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 03:33:57 #146 DONE 164.4s 03:33:57 03:33:57 #211 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:33:57 #211 DONE 0.1s 03:33:57 03:33:57 #212 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:33:57 #212 DONE 0.0s 03:33:57 03:33:57 #59 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:33:57 #59 ... 03:33:57 03:33:57 #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:33:57 #147 DONE 164.8s 03:33:57 03:33:57 #213 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:33:57 #213 DONE 0.2s 03:33:57 03:33:57 #214 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 03:33:57 #214 DONE 0.0s 03:33:57 03:33:57 #105 [support-scheduler] exporting to image 03:33:57 #105 ... 03:33:57 03:33:57 #215 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:33:57 #215 DONE 0.0s 03:33:57 03:33:57 #216 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:33:57 #216 DONE 0.0s 03:33:57 03:33:57 #105 [support-scheduler] exporting to image 03:33:57 #105 exporting layers 0.2s done 03:33:57 #105 writing image sha256:8a6c735fc43832d915838adf3cffc5628565c4a34d570c6d33191e082359558a done 03:33:57 #105 naming to docker.io/library/support-scheduler done 03:33:57 #105 DONE 4.7s 03:33:57 03:33:57 #217 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:33:57 #217 DONE 0.1s 03:33:57 03:33:57 #218 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 03:33:57 #218 DONE 0.0s 03:33:57 03:33:57 #105 [support-notifications] exporting to image 03:33:58 #105 exporting layers 0.2s done 03:33:58 #105 writing image sha256:39964cadf7695d6dbb52ee964ebeaa6d9042dcadd5615c9eb98e3aeafb2caccd done 03:33:58 #105 naming to docker.io/library/support-notifications done 03:33:58 #105 DONE 4.9s 03:33:58 03:33:58 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:33:59 #44 ... 03:33:59 03:33:59 #154 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 03:33:59 #154 DONE 138.2s 03:33:59 03:33:59 #219 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 03:33:59 #219 DONE 0.0s 03:33:59 03:33:59 #220 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 03:33:59 #220 DONE 0.1s 03:33:59 03:33:59 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:33:59 #44 ... 03:33:59 03:33:59 #221 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 03:33:59 #221 DONE 0.0s 03:33:59 03:33:59 #105 [core-keeper] exporting to image 03:33:59 #105 exporting layers 0.1s done 03:33:59 #105 writing image sha256:1d43bfd93e7d262479bd59ce6ab24af46038e194f2251255025d0d58eecd4d1b done 03:33:59 #105 naming to docker.io/library/core-keeper done 03:33:59 #105 DONE 5.0s 03:33:59 03:33:59 #59 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:33:59 time="2025-06-16T03:30:26Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:33:59 time="2025-06-16T03:30:26Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:33:59 time="2025-06-16T03:30:26Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:33:59 time="2025-06-16T03:30:26Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:33:59 time="2025-06-16T03:30:26Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:33:59 time="2025-06-16T03:30:26Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:33:59 time="2025-06-16T03:30:26Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:33:59 time="2025-06-16T03:30:26Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:33:59 time="2025-06-16T03:30:26Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:33:59 time="2025-06-16T03:30:26Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:33:59 time="2025-06-16T03:30:26Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:33:59 time="2025-06-16T03:30:26Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:33:59 time="2025-06-16T03:30:26Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:33:59 time="2025-06-16T03:30:26Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:33:59 time="2025-06-16T03:30:26Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 03:33:59 $ docker stop --time=1 8827ad8df12dfb5670b5764a1d1595a70fd4482ebac9cda1893a757c12c7878d 03:34:00 $ docker rm -f --volumes 8827ad8df12dfb5670b5764a1d1595a70fd4482ebac9cda1893a757c12c7878d [Pipeline] // withDockerContainer [Pipeline] sh 03:34:01 + docker images 03:34:01 REPOSITORY TAG IMAGE ID CREATED SIZE 03:34:01 core-keeper latest 1d43bfd93e7d 1 second ago 32.5MB 03:34:01 support-scheduler latest 8a6c735fc438 3 seconds ago 48.8MB 03:34:01 support-notifications latest 39964cadf769 3 seconds ago 52.4MB 03:34:01 core-metadata latest 7ba85c9ff68a 6 seconds ago 33.1MB 03:34:01 core-data latest 4e4e03980593 8 seconds ago 32.9MB 03:34:01 security-proxy-auth latest 1bba321290f1 8 seconds ago 31.8MB 03:34:01 security-spiffe-token-provider latest fef66ae21ea1 9 seconds ago 47.7MB 03:34:01 security-secretstore-setup latest 49e6c11f0c10 10 seconds ago 68.7MB 03:34:01 security-proxy-setup latest 62aca734df6e 12 seconds ago 38.5MB 03:34:01 core-command latest b08677b892ad 14 seconds ago 28.4MB 03:34:01 security-bootstrapper latest eb4d7a2cd412 About a minute ago 20.4MB 03:34:01 core-common-config-bootstrapper latest a9a064140914 About a minute ago 17.1MB 03:34:01 security-spire-config latest 3f95c0ec4f57 3 minutes ago 149MB 03:34:01 security-spire-server latest b65f97bafe17 3 minutes ago 149MB 03:34:01 security-spire-agent latest 8a0517c65c36 3 minutes ago 195MB 03:34:01 ci-base-image-x86_64 latest 12ed1efd50e8 6 minutes ago 924MB 03:34:01 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 3 weeks ago 573MB 03:34:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine 69404ca5bff2 2 months ago 574MB 03:34:01 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 03:34:01 provisioning config files... 03:34:01 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/854@tmp/config17668943368898199446tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:34:01 ---> ****-login.sh 03:34:01 nexus3.edgexfoundry.org:10001 03:34:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:34:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:34:01 Configure a credential helper to remove this warning. See 03:34:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:34:01 03:34:01 Login Succeeded 03:34:01 nexus3.edgexfoundry.org:10002 03:34:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:34:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:34:01 Configure a credential helper to remove this warning. See 03:34:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:34:01 03:34:01 Login Succeeded 03:34:01 nexus3.edgexfoundry.org:10003 03:34:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:34:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:34:01 Configure a credential helper to remove this warning. See 03:34:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:34:01 03:34:01 Login Succeeded 03:34:01 nexus3.edgexfoundry.org:10004 03:34:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:34:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:34:01 Configure a credential helper to remove this warning. See 03:34:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:34:01 03:34:01 Login Succeeded 03:34:01 ****.io 03:34:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:34:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:34:02 Configure a credential helper to remove this warning. See 03:34:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:34:02 03:34:02 Login Succeeded 03:34:02 ---> ****-login.sh ends [Pipeline] } 03:34:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:34:02 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 03:34:02 [edgeXDocker.push] Tagging docker image core-command with the following tags: 03:34:02 208e85735de406a1e1d37f437623169183356937 03:34:02 latest 03:34:02 4.1.0-dev.24 03:34:02 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:34:02 main 03:34:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:02 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:02 + docker push nexus3.edgexfoundry.org:10004/core-command:208e85735de406a1e1d37f437623169183356937 03:34:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 03:34:02 680418a7261a: Preparing 03:34:02 cf758826a0eb: Preparing 03:34:02 f17021a9f238: Preparing 03:34:02 bf6512f40f05: Preparing 03:34:02 62deec87f970: Preparing 03:34:02 df86b84bd3c5: Preparing 03:34:02 994456c4fd7b: Preparing 03:34:02 df86b84bd3c5: Waiting 03:34:02 994456c4fd7b: Waiting 03:34:02 62deec87f970: Pushed 03:34:02 680418a7261a: Pushed 03:34:02 bf6512f40f05: Pushed 03:34:02 f17021a9f238: Pushed 03:34:02 994456c4fd7b: Layer already exists 03:34:02 df86b84bd3c5: Pushed 03:34:04 cf758826a0eb: Pushed 03:34:04 208e85735de406a1e1d37f437623169183356937: digest: sha256:36cbd5d3729b529ee6d3e90d789ccd29ca6dfde7a1271c03d1a004ac64087f49 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:05 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:05 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 03:34:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 03:34:05 680418a7261a: Preparing 03:34:05 cf758826a0eb: Preparing 03:34:05 f17021a9f238: Preparing 03:34:05 bf6512f40f05: Preparing 03:34:05 62deec87f970: Preparing 03:34:05 df86b84bd3c5: Preparing 03:34:05 994456c4fd7b: Preparing 03:34:05 df86b84bd3c5: Waiting 03:34:05 994456c4fd7b: Waiting 03:34:05 bf6512f40f05: Layer already exists 03:34:05 62deec87f970: Layer already exists 03:34:05 680418a7261a: Layer already exists 03:34:05 cf758826a0eb: Layer already exists 03:34:05 f17021a9f238: Layer already exists 03:34:05 df86b84bd3c5: Layer already exists 03:34:05 994456c4fd7b: Layer already exists 03:34:05 latest: digest: sha256:36cbd5d3729b529ee6d3e90d789ccd29ca6dfde7a1271c03d1a004ac64087f49 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:05 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:06 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.24 03:34:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 03:34:06 680418a7261a: Preparing 03:34:06 cf758826a0eb: Preparing 03:34:06 f17021a9f238: Preparing 03:34:06 bf6512f40f05: Preparing 03:34:06 62deec87f970: Preparing 03:34:06 df86b84bd3c5: Preparing 03:34:06 994456c4fd7b: Preparing 03:34:06 df86b84bd3c5: Waiting 03:34:06 994456c4fd7b: Waiting 03:34:06 680418a7261a: Layer already exists 03:34:06 cf758826a0eb: Layer already exists 03:34:06 62deec87f970: Layer already exists 03:34:06 f17021a9f238: Layer already exists 03:34:06 bf6512f40f05: Layer already exists 03:34:06 df86b84bd3c5: Layer already exists 03:34:06 994456c4fd7b: Layer already exists 03:34:06 4.1.0-dev.24: digest: sha256:36cbd5d3729b529ee6d3e90d789ccd29ca6dfde7a1271c03d1a004ac64087f49 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:06 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:06 + docker push nexus3.edgexfoundry.org:10004/core-command:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:34:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 03:34:06 680418a7261a: Preparing 03:34:06 cf758826a0eb: Preparing 03:34:06 f17021a9f238: Preparing 03:34:06 bf6512f40f05: Preparing 03:34:06 62deec87f970: Preparing 03:34:06 df86b84bd3c5: Preparing 03:34:06 994456c4fd7b: Preparing 03:34:06 df86b84bd3c5: Waiting 03:34:06 994456c4fd7b: Waiting 03:34:06 f17021a9f238: Layer already exists 03:34:06 bf6512f40f05: Layer already exists 03:34:06 680418a7261a: Layer already exists 03:34:06 62deec87f970: Layer already exists 03:34:06 cf758826a0eb: Layer already exists 03:34:06 994456c4fd7b: Layer already exists 03:34:06 df86b84bd3c5: Layer already exists 03:34:06 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:36cbd5d3729b529ee6d3e90d789ccd29ca6dfde7a1271c03d1a004ac64087f49 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:07 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:07 + docker push nexus3.edgexfoundry.org:10004/core-command:main 03:34:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 03:34:07 680418a7261a: Preparing 03:34:07 cf758826a0eb: Preparing 03:34:07 f17021a9f238: Preparing 03:34:07 bf6512f40f05: Preparing 03:34:07 62deec87f970: Preparing 03:34:07 df86b84bd3c5: Preparing 03:34:07 994456c4fd7b: Preparing 03:34:07 df86b84bd3c5: Waiting 03:34:07 994456c4fd7b: Waiting 03:34:07 680418a7261a: Layer already exists 03:34:07 f17021a9f238: Layer already exists 03:34:07 cf758826a0eb: Layer already exists 03:34:07 bf6512f40f05: Layer already exists 03:34:07 62deec87f970: Layer already exists 03:34:07 df86b84bd3c5: Layer already exists 03:34:07 994456c4fd7b: Layer already exists 03:34:07 main: digest: sha256:36cbd5d3729b529ee6d3e90d789ccd29ca6dfde7a1271c03d1a004ac64087f49 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:34:07 ===================================================== [Pipeline] echo 03:34:07 taggedImages: 03:34:07 - nexus3.edgexfoundry.org:10004/core-command:208e85735de406a1e1d37f437623169183356937 03:34:07 - nexus3.edgexfoundry.org:10004/core-command:latest 03:34:07 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.24 03:34:07 - nexus3.edgexfoundry.org:10004/core-command:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:34:07 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 03:34:07 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 03:34:07 208e85735de406a1e1d37f437623169183356937 03:34:07 latest 03:34:07 4.1.0-dev.24 03:34:07 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:34:07 main 03:34:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:07 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:08 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:208e85735de406a1e1d37f437623169183356937 03:34:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 03:34:08 3057f654a093: Preparing 03:34:08 9e7ea66392a8: Preparing 03:34:08 caa16fc78b74: Preparing 03:34:08 b908f586be05: Preparing 03:34:08 f17021a9f238: Preparing 03:34:08 bf6512f40f05: Preparing 03:34:08 62deec87f970: Preparing 03:34:08 df86b84bd3c5: Preparing 03:34:08 994456c4fd7b: Preparing 03:34:08 62deec87f970: Waiting 03:34:08 df86b84bd3c5: Waiting 03:34:08 994456c4fd7b: Waiting 03:34:08 bf6512f40f05: Waiting 03:34:08 f17021a9f238: Layer already exists 03:34:08 bf6512f40f05: Layer already exists 03:34:08 62deec87f970: Layer already exists 03:34:08 caa16fc78b74: Pushed 03:34:08 9e7ea66392a8: Pushed 03:34:08 df86b84bd3c5: Layer already exists 03:34:08 3057f654a093: Pushed 03:34:08 994456c4fd7b: Layer already exists 03:34:09 b908f586be05: Pushed 03:34:09 208e85735de406a1e1d37f437623169183356937: digest: sha256:fd11b0d15cdf6cd123db58cdd35d3687a159f3d4f9e3b7a89574be2ebcbc3cae size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:09 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:10 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 03:34:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 03:34:10 3057f654a093: Preparing 03:34:10 9e7ea66392a8: Preparing 03:34:10 caa16fc78b74: Preparing 03:34:10 b908f586be05: Preparing 03:34:10 f17021a9f238: Preparing 03:34:10 bf6512f40f05: Preparing 03:34:10 62deec87f970: Preparing 03:34:10 df86b84bd3c5: Preparing 03:34:10 994456c4fd7b: Preparing 03:34:10 bf6512f40f05: Waiting 03:34:10 62deec87f970: Waiting 03:34:10 df86b84bd3c5: Waiting 03:34:10 994456c4fd7b: Waiting 03:34:10 9e7ea66392a8: Layer already exists 03:34:10 b908f586be05: Layer already exists 03:34:10 3057f654a093: Layer already exists 03:34:10 caa16fc78b74: Layer already exists 03:34:10 f17021a9f238: Layer already exists 03:34:10 bf6512f40f05: Layer already exists 03:34:10 62deec87f970: Layer already exists 03:34:10 df86b84bd3c5: Layer already exists 03:34:10 994456c4fd7b: Layer already exists 03:34:10 latest: digest: sha256:fd11b0d15cdf6cd123db58cdd35d3687a159f3d4f9e3b7a89574be2ebcbc3cae size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:10 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:10 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.24 03:34:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 03:34:10 3057f654a093: Preparing 03:34:10 9e7ea66392a8: Preparing 03:34:10 caa16fc78b74: Preparing 03:34:10 b908f586be05: Preparing 03:34:10 f17021a9f238: Preparing 03:34:10 bf6512f40f05: Preparing 03:34:10 62deec87f970: Preparing 03:34:10 df86b84bd3c5: Preparing 03:34:10 994456c4fd7b: Preparing 03:34:10 bf6512f40f05: Waiting 03:34:10 994456c4fd7b: Waiting 03:34:10 df86b84bd3c5: Waiting 03:34:10 62deec87f970: Waiting 03:34:10 9e7ea66392a8: Layer already exists 03:34:10 b908f586be05: Layer already exists 03:34:10 f17021a9f238: Layer already exists 03:34:10 3057f654a093: Layer already exists 03:34:10 caa16fc78b74: Layer already exists 03:34:10 bf6512f40f05: Layer already exists 03:34:10 994456c4fd7b: Layer already exists 03:34:10 df86b84bd3c5: Layer already exists 03:34:10 62deec87f970: Layer already exists 03:34:10 4.1.0-dev.24: digest: sha256:fd11b0d15cdf6cd123db58cdd35d3687a159f3d4f9e3b7a89574be2ebcbc3cae size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:11 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:11 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:34:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 03:34:11 3057f654a093: Preparing 03:34:11 9e7ea66392a8: Preparing 03:34:11 caa16fc78b74: Preparing 03:34:11 b908f586be05: Preparing 03:34:11 f17021a9f238: Preparing 03:34:11 bf6512f40f05: Preparing 03:34:11 62deec87f970: Preparing 03:34:11 df86b84bd3c5: Preparing 03:34:11 994456c4fd7b: Preparing 03:34:11 bf6512f40f05: Waiting 03:34:11 62deec87f970: Waiting 03:34:11 df86b84bd3c5: Waiting 03:34:11 994456c4fd7b: Waiting 03:34:11 f17021a9f238: Layer already exists 03:34:11 caa16fc78b74: Layer already exists 03:34:11 3057f654a093: Layer already exists 03:34:11 9e7ea66392a8: Layer already exists 03:34:11 b908f586be05: Layer already exists 03:34:11 994456c4fd7b: Layer already exists 03:34:11 bf6512f40f05: Layer already exists 03:34:11 62deec87f970: Layer already exists 03:34:11 df86b84bd3c5: Layer already exists 03:34:11 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:fd11b0d15cdf6cd123db58cdd35d3687a159f3d4f9e3b7a89574be2ebcbc3cae size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:11 + 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 03:34:12 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 03:34:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 03:34:12 3057f654a093: Preparing 03:34:12 9e7ea66392a8: Preparing 03:34:12 caa16fc78b74: Preparing 03:34:12 b908f586be05: Preparing 03:34:12 f17021a9f238: Preparing 03:34:12 bf6512f40f05: Preparing 03:34:12 62deec87f970: Preparing 03:34:12 df86b84bd3c5: Preparing 03:34:12 994456c4fd7b: Preparing 03:34:12 62deec87f970: Waiting 03:34:12 994456c4fd7b: Waiting 03:34:12 df86b84bd3c5: Waiting 03:34:12 bf6512f40f05: Waiting 03:34:12 9e7ea66392a8: Layer already exists 03:34:12 3057f654a093: Layer already exists 03:34:12 b908f586be05: Layer already exists 03:34:12 f17021a9f238: Layer already exists 03:34:12 caa16fc78b74: Layer already exists 03:34:12 bf6512f40f05: Layer already exists 03:34:12 994456c4fd7b: Layer already exists 03:34:12 df86b84bd3c5: Layer already exists 03:34:12 62deec87f970: Layer already exists 03:34:12 main: digest: sha256:fd11b0d15cdf6cd123db58cdd35d3687a159f3d4f9e3b7a89574be2ebcbc3cae size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:34:12 ===================================================== [Pipeline] echo 03:34:12 taggedImages: 03:34:12 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:208e85735de406a1e1d37f437623169183356937 03:34:12 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 03:34:12 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.24 03:34:12 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:34:12 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 03:34:12 [edgeXDocker.push] Tagging docker image core-data with the following tags: 03:34:12 208e85735de406a1e1d37f437623169183356937 03:34:12 latest 03:34:12 4.1.0-dev.24 03:34:12 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:34:12 main 03:34:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:12 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:12 + docker push nexus3.edgexfoundry.org:10004/core-data:208e85735de406a1e1d37f437623169183356937 03:34:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 03:34:12 20753dca6c4a: Preparing 03:34:12 820ed1e27e03: Preparing 03:34:12 f17021a9f238: Preparing 03:34:12 bf6512f40f05: Preparing 03:34:12 18f4d6624604: Preparing 03:34:12 df86b84bd3c5: Preparing 03:34:12 994456c4fd7b: Preparing 03:34:12 df86b84bd3c5: Waiting 03:34:12 994456c4fd7b: Waiting 03:34:12 bf6512f40f05: Layer already exists 03:34:12 f17021a9f238: Layer already exists 03:34:12 df86b84bd3c5: Layer already exists 03:34:12 994456c4fd7b: Layer already exists 03:34:12 18f4d6624604: Pushed 03:34:12 20753dca6c4a: Pushed 03:34:15 820ed1e27e03: Pushed 03:34:15 208e85735de406a1e1d37f437623169183356937: digest: sha256:1d9fc44ca52c1ac07fc4c1fa10946560799dcb50b76b1ceefeb9f4139078b9ec size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:15 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:16 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 03:34:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 03:34:16 20753dca6c4a: Preparing 03:34:16 820ed1e27e03: Preparing 03:34:16 f17021a9f238: Preparing 03:34:16 bf6512f40f05: Preparing 03:34:16 18f4d6624604: Preparing 03:34:16 df86b84bd3c5: Preparing 03:34:16 994456c4fd7b: Preparing 03:34:16 df86b84bd3c5: Waiting 03:34:16 994456c4fd7b: Waiting 03:34:16 bf6512f40f05: Layer already exists 03:34:16 20753dca6c4a: Layer already exists 03:34:16 820ed1e27e03: Layer already exists 03:34:16 18f4d6624604: Layer already exists 03:34:16 f17021a9f238: Layer already exists 03:34:16 df86b84bd3c5: Layer already exists 03:34:16 994456c4fd7b: Layer already exists 03:34:16 latest: digest: sha256:1d9fc44ca52c1ac07fc4c1fa10946560799dcb50b76b1ceefeb9f4139078b9ec size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:16 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:16 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.24 03:34:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 03:34:16 20753dca6c4a: Preparing 03:34:16 820ed1e27e03: Preparing 03:34:16 f17021a9f238: Preparing 03:34:16 bf6512f40f05: Preparing 03:34:16 18f4d6624604: Preparing 03:34:16 df86b84bd3c5: Preparing 03:34:16 994456c4fd7b: Preparing 03:34:16 df86b84bd3c5: Waiting 03:34:16 994456c4fd7b: Waiting 03:34:16 18f4d6624604: Layer already exists 03:34:16 20753dca6c4a: Layer already exists 03:34:16 820ed1e27e03: Layer already exists 03:34:16 bf6512f40f05: Layer already exists 03:34:16 f17021a9f238: Layer already exists 03:34:16 df86b84bd3c5: Layer already exists 03:34:16 994456c4fd7b: Layer already exists 03:34:16 4.1.0-dev.24: digest: sha256:1d9fc44ca52c1ac07fc4c1fa10946560799dcb50b76b1ceefeb9f4139078b9ec size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:17 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:17 + docker push nexus3.edgexfoundry.org:10004/core-data:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:34:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 03:34:17 20753dca6c4a: Preparing 03:34:17 820ed1e27e03: Preparing 03:34:17 f17021a9f238: Preparing 03:34:17 bf6512f40f05: Preparing 03:34:17 18f4d6624604: Preparing 03:34:17 df86b84bd3c5: Preparing 03:34:17 994456c4fd7b: Preparing 03:34:17 df86b84bd3c5: Waiting 03:34:17 994456c4fd7b: Waiting 03:34:17 bf6512f40f05: Layer already exists 03:34:17 820ed1e27e03: Layer already exists 03:34:17 18f4d6624604: Layer already exists 03:34:17 20753dca6c4a: Layer already exists 03:34:17 f17021a9f238: Layer already exists 03:34:17 994456c4fd7b: Layer already exists 03:34:17 df86b84bd3c5: Layer already exists 03:34:17 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:1d9fc44ca52c1ac07fc4c1fa10946560799dcb50b76b1ceefeb9f4139078b9ec size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:17 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:17 + docker push nexus3.edgexfoundry.org:10004/core-data:main 03:34:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 03:34:17 20753dca6c4a: Preparing 03:34:17 820ed1e27e03: Preparing 03:34:17 f17021a9f238: Preparing 03:34:17 bf6512f40f05: Preparing 03:34:17 18f4d6624604: Preparing 03:34:17 df86b84bd3c5: Preparing 03:34:17 994456c4fd7b: Preparing 03:34:17 df86b84bd3c5: Waiting 03:34:17 994456c4fd7b: Waiting 03:34:17 20753dca6c4a: Layer already exists 03:34:17 820ed1e27e03: Layer already exists 03:34:17 18f4d6624604: Layer already exists 03:34:17 f17021a9f238: Layer already exists 03:34:17 bf6512f40f05: Layer already exists 03:34:17 df86b84bd3c5: Layer already exists 03:34:17 994456c4fd7b: Layer already exists 03:34:17 main: digest: sha256:1d9fc44ca52c1ac07fc4c1fa10946560799dcb50b76b1ceefeb9f4139078b9ec size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:34:18 ===================================================== [Pipeline] echo 03:34:18 taggedImages: 03:34:18 - nexus3.edgexfoundry.org:10004/core-data:208e85735de406a1e1d37f437623169183356937 03:34:18 - nexus3.edgexfoundry.org:10004/core-data:latest 03:34:18 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.24 03:34:18 - nexus3.edgexfoundry.org:10004/core-data:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:34:18 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 03:34:18 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 03:34:18 208e85735de406a1e1d37f437623169183356937 03:34:18 latest 03:34:18 4.1.0-dev.24 03:34:18 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:34:18 main 03:34:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:18 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:18 + docker push nexus3.edgexfoundry.org:10004/core-keeper:208e85735de406a1e1d37f437623169183356937 03:34:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 03:34:18 8dcfe5ee4555: Preparing 03:34:18 74dccc8f31b1: Preparing 03:34:18 bf6512f40f05: Preparing 03:34:18 c9bcfff3e090: Preparing 03:34:18 cd29c1c6b7b1: Preparing 03:34:18 994456c4fd7b: Preparing 03:34:18 bf6512f40f05: Layer already exists 03:34:18 994456c4fd7b: Layer already exists 03:34:18 c9bcfff3e090: Pushed 03:34:18 cd29c1c6b7b1: Pushed 03:34:18 8dcfe5ee4555: Pushed 03:34:21 74dccc8f31b1: Pushed 03:34:21 208e85735de406a1e1d37f437623169183356937: digest: sha256:d489badfeec22635c8de567ae846f5117f465f30a8ea4673c2984f2c15471bdd size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:21 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:21 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 03:34:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 03:34:21 8dcfe5ee4555: Preparing 03:34:21 74dccc8f31b1: Preparing 03:34:21 bf6512f40f05: Preparing 03:34:21 c9bcfff3e090: Preparing 03:34:21 cd29c1c6b7b1: Preparing 03:34:21 994456c4fd7b: Preparing 03:34:21 994456c4fd7b: Waiting 03:34:21 c9bcfff3e090: Layer already exists 03:34:21 bf6512f40f05: Layer already exists 03:34:21 74dccc8f31b1: Layer already exists 03:34:21 cd29c1c6b7b1: Layer already exists 03:34:21 8dcfe5ee4555: Layer already exists 03:34:21 994456c4fd7b: Layer already exists 03:34:21 latest: digest: sha256:d489badfeec22635c8de567ae846f5117f465f30a8ea4673c2984f2c15471bdd size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:22 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:22 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.24 03:34:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 03:34:22 8dcfe5ee4555: Preparing 03:34:22 74dccc8f31b1: Preparing 03:34:22 bf6512f40f05: Preparing 03:34:22 c9bcfff3e090: Preparing 03:34:22 cd29c1c6b7b1: Preparing 03:34:22 994456c4fd7b: Preparing 03:34:22 994456c4fd7b: Waiting 03:34:22 bf6512f40f05: Layer already exists 03:34:22 8dcfe5ee4555: Layer already exists 03:34:22 c9bcfff3e090: Layer already exists 03:34:22 cd29c1c6b7b1: Layer already exists 03:34:22 74dccc8f31b1: Layer already exists 03:34:22 994456c4fd7b: Layer already exists 03:34:22 4.1.0-dev.24: digest: sha256:d489badfeec22635c8de567ae846f5117f465f30a8ea4673c2984f2c15471bdd size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:22 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:23 + docker push nexus3.edgexfoundry.org:10004/core-keeper:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:34:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 03:34:23 8dcfe5ee4555: Preparing 03:34:23 74dccc8f31b1: Preparing 03:34:23 bf6512f40f05: Preparing 03:34:23 c9bcfff3e090: Preparing 03:34:23 cd29c1c6b7b1: Preparing 03:34:23 994456c4fd7b: Preparing 03:34:23 74dccc8f31b1: Layer already exists 03:34:23 8dcfe5ee4555: Layer already exists 03:34:23 cd29c1c6b7b1: Layer already exists 03:34:23 c9bcfff3e090: Layer already exists 03:34:23 bf6512f40f05: Layer already exists 03:34:23 994456c4fd7b: Layer already exists 03:34:23 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:d489badfeec22635c8de567ae846f5117f465f30a8ea4673c2984f2c15471bdd size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:23 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:23 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 03:34:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 03:34:23 8dcfe5ee4555: Preparing 03:34:23 74dccc8f31b1: Preparing 03:34:23 bf6512f40f05: Preparing 03:34:23 c9bcfff3e090: Preparing 03:34:23 cd29c1c6b7b1: Preparing 03:34:23 994456c4fd7b: Preparing 03:34:23 994456c4fd7b: Waiting 03:34:23 8dcfe5ee4555: Layer already exists 03:34:23 c9bcfff3e090: Layer already exists 03:34:23 74dccc8f31b1: Layer already exists 03:34:23 cd29c1c6b7b1: Layer already exists 03:34:23 bf6512f40f05: Layer already exists 03:34:23 994456c4fd7b: Layer already exists 03:34:23 main: digest: sha256:d489badfeec22635c8de567ae846f5117f465f30a8ea4673c2984f2c15471bdd size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:34:23 ===================================================== [Pipeline] echo 03:34:23 taggedImages: 03:34:23 - nexus3.edgexfoundry.org:10004/core-keeper:208e85735de406a1e1d37f437623169183356937 03:34:23 - nexus3.edgexfoundry.org:10004/core-keeper:latest 03:34:23 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.24 03:34:23 - nexus3.edgexfoundry.org:10004/core-keeper:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:34:23 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 03:34:23 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 03:34:23 208e85735de406a1e1d37f437623169183356937 03:34:23 latest 03:34:23 4.1.0-dev.24 03:34:23 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:34:23 main 03:34:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:24 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:24 + docker push nexus3.edgexfoundry.org:10004/core-metadata:208e85735de406a1e1d37f437623169183356937 03:34:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 03:34:24 bb8aaea430c6: Preparing 03:34:24 4dbc2f869173: Preparing 03:34:24 5488be866bd8: Preparing 03:34:24 f17021a9f238: Preparing 03:34:24 bf6512f40f05: Preparing 03:34:24 62deec87f970: Preparing 03:34:24 df86b84bd3c5: Preparing 03:34:24 994456c4fd7b: Preparing 03:34:24 62deec87f970: Waiting 03:34:24 df86b84bd3c5: Waiting 03:34:24 994456c4fd7b: Waiting 03:34:24 f17021a9f238: Layer already exists 03:34:24 bf6512f40f05: Layer already exists 03:34:24 62deec87f970: Layer already exists 03:34:24 df86b84bd3c5: Layer already exists 03:34:24 994456c4fd7b: Layer already exists 03:34:24 bb8aaea430c6: Pushed 03:34:24 4dbc2f869173: Pushed 03:34:27 5488be866bd8: Pushed 03:34:27 208e85735de406a1e1d37f437623169183356937: digest: sha256:7e904ccdc74eaa1c22a915045b625ca5978d3b9ad5b0c91e34ce5d7c108715dc size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:27 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:27 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 03:34:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 03:34:27 bb8aaea430c6: Preparing 03:34:27 4dbc2f869173: Preparing 03:34:27 5488be866bd8: Preparing 03:34:27 f17021a9f238: Preparing 03:34:27 bf6512f40f05: Preparing 03:34:27 62deec87f970: Preparing 03:34:27 62deec87f970: Waiting 03:34:27 df86b84bd3c5: Preparing 03:34:27 994456c4fd7b: Preparing 03:34:27 994456c4fd7b: Waiting 03:34:27 bf6512f40f05: Layer already exists 03:34:27 4dbc2f869173: Layer already exists 03:34:27 f17021a9f238: Layer already exists 03:34:27 5488be866bd8: Layer already exists 03:34:27 bb8aaea430c6: Layer already exists 03:34:27 62deec87f970: Layer already exists 03:34:27 df86b84bd3c5: Layer already exists 03:34:27 994456c4fd7b: Layer already exists 03:34:27 latest: digest: sha256:7e904ccdc74eaa1c22a915045b625ca5978d3b9ad5b0c91e34ce5d7c108715dc size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:28 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:28 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.24 03:34:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 03:34:28 bb8aaea430c6: Preparing 03:34:28 4dbc2f869173: Preparing 03:34:28 5488be866bd8: Preparing 03:34:28 f17021a9f238: Preparing 03:34:28 bf6512f40f05: Preparing 03:34:28 62deec87f970: Preparing 03:34:28 df86b84bd3c5: Preparing 03:34:28 994456c4fd7b: Preparing 03:34:28 62deec87f970: Waiting 03:34:28 994456c4fd7b: Waiting 03:34:28 bb8aaea430c6: Layer already exists 03:34:28 bf6512f40f05: Layer already exists 03:34:28 5488be866bd8: Layer already exists 03:34:28 f17021a9f238: Layer already exists 03:34:28 4dbc2f869173: Layer already exists 03:34:28 994456c4fd7b: Layer already exists 03:34:28 df86b84bd3c5: Layer already exists 03:34:28 62deec87f970: Layer already exists 03:34:28 4.1.0-dev.24: digest: sha256:7e904ccdc74eaa1c22a915045b625ca5978d3b9ad5b0c91e34ce5d7c108715dc size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:28 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:29 + docker push nexus3.edgexfoundry.org:10004/core-metadata:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:34:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 03:34:29 bb8aaea430c6: Preparing 03:34:29 4dbc2f869173: Preparing 03:34:29 5488be866bd8: Preparing 03:34:29 f17021a9f238: Preparing 03:34:29 bf6512f40f05: Preparing 03:34:29 62deec87f970: Preparing 03:34:29 df86b84bd3c5: Preparing 03:34:29 994456c4fd7b: Preparing 03:34:29 62deec87f970: Waiting 03:34:29 df86b84bd3c5: Waiting 03:34:29 994456c4fd7b: Waiting 03:34:29 5488be866bd8: Layer already exists 03:34:29 4dbc2f869173: Layer already exists 03:34:29 f17021a9f238: Layer already exists 03:34:29 bf6512f40f05: Layer already exists 03:34:29 bb8aaea430c6: Layer already exists 03:34:29 df86b84bd3c5: Layer already exists 03:34:29 62deec87f970: Layer already exists 03:34:29 994456c4fd7b: Layer already exists 03:34:29 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:7e904ccdc74eaa1c22a915045b625ca5978d3b9ad5b0c91e34ce5d7c108715dc size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:29 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:29 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 03:34:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 03:34:29 bb8aaea430c6: Preparing 03:34:29 4dbc2f869173: Preparing 03:34:29 5488be866bd8: Preparing 03:34:29 f17021a9f238: Preparing 03:34:29 bf6512f40f05: Preparing 03:34:29 62deec87f970: Preparing 03:34:29 df86b84bd3c5: Preparing 03:34:29 994456c4fd7b: Preparing 03:34:29 62deec87f970: Waiting 03:34:29 df86b84bd3c5: Waiting 03:34:29 994456c4fd7b: Waiting 03:34:29 bb8aaea430c6: Layer already exists 03:34:29 5488be866bd8: Layer already exists 03:34:29 bf6512f40f05: Layer already exists 03:34:29 4dbc2f869173: Layer already exists 03:34:29 f17021a9f238: Layer already exists 03:34:29 62deec87f970: Layer already exists 03:34:29 994456c4fd7b: Layer already exists 03:34:29 df86b84bd3c5: Layer already exists 03:34:29 main: digest: sha256:7e904ccdc74eaa1c22a915045b625ca5978d3b9ad5b0c91e34ce5d7c108715dc size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:34:29 ===================================================== [Pipeline] echo 03:34:29 taggedImages: 03:34:29 - nexus3.edgexfoundry.org:10004/core-metadata:208e85735de406a1e1d37f437623169183356937 03:34:29 - nexus3.edgexfoundry.org:10004/core-metadata:latest 03:34:29 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.24 03:34:29 - nexus3.edgexfoundry.org:10004/core-metadata:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:34:29 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 03:34:29 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 03:34:29 208e85735de406a1e1d37f437623169183356937 03:34:29 latest 03:34:29 4.1.0-dev.24 03:34:29 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:34:29 main 03:34:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:30 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:30 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:208e85735de406a1e1d37f437623169183356937 03:34:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 03:34:30 435872d05a69: Preparing 03:34:30 9b7e9f9c8a7d: Preparing 03:34:30 37730665b38a: Preparing 03:34:30 0e97fd56cab1: Preparing 03:34:30 cffc1e347d1d: Preparing 03:34:30 d01ea3ffa1c1: Preparing 03:34:30 6da999636bdd: Preparing 03:34:30 f17021a9f238: Preparing 03:34:30 bf6512f40f05: Preparing 03:34:30 b11f9a541f9b: Preparing 03:34:30 e32f260d92f3: Preparing 03:34:30 5f70bf18a086: Preparing 03:34:30 2f27d49a6deb: Preparing 03:34:30 5450ef183360: Preparing 03:34:30 a4df5b29613f: Preparing 03:34:30 994456c4fd7b: Preparing 03:34:30 d01ea3ffa1c1: Waiting 03:34:30 5f70bf18a086: Waiting 03:34:30 bf6512f40f05: Waiting 03:34:30 2f27d49a6deb: Waiting 03:34:30 b11f9a541f9b: Waiting 03:34:30 5450ef183360: Waiting 03:34:30 e32f260d92f3: Waiting 03:34:30 6da999636bdd: Waiting 03:34:30 a4df5b29613f: Waiting 03:34:30 f17021a9f238: Waiting 03:34:30 994456c4fd7b: Waiting 03:34:30 0e97fd56cab1: Pushed 03:34:30 9b7e9f9c8a7d: Pushed 03:34:30 37730665b38a: Pushed 03:34:30 cffc1e347d1d: Pushed 03:34:30 435872d05a69: Pushed 03:34:30 f17021a9f238: Layer already exists 03:34:30 bf6512f40f05: Layer already exists 03:34:30 5f70bf18a086: Layer already exists 03:34:30 d01ea3ffa1c1: Pushed 03:34:30 b11f9a541f9b: Pushed 03:34:30 e32f260d92f3: Pushed 03:34:30 994456c4fd7b: Layer already exists 03:34:30 2f27d49a6deb: Pushed 03:34:30 5450ef183360: Pushed 03:34:30 a4df5b29613f: Pushed 03:34:32 6da999636bdd: Pushed 03:34:32 208e85735de406a1e1d37f437623169183356937: digest: sha256:1ce66848ae9cb97182f388220182e214d2fc323c8457084c1f63506d11ae3713 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:32 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:32 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 03:34:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 03:34:32 435872d05a69: Preparing 03:34:32 9b7e9f9c8a7d: Preparing 03:34:32 37730665b38a: Preparing 03:34:32 0e97fd56cab1: Preparing 03:34:32 cffc1e347d1d: Preparing 03:34:32 d01ea3ffa1c1: Preparing 03:34:32 6da999636bdd: Preparing 03:34:32 f17021a9f238: Preparing 03:34:32 bf6512f40f05: Preparing 03:34:32 b11f9a541f9b: Preparing 03:34:32 e32f260d92f3: Preparing 03:34:32 5f70bf18a086: Preparing 03:34:32 2f27d49a6deb: Preparing 03:34:32 5450ef183360: Preparing 03:34:32 a4df5b29613f: Preparing 03:34:32 994456c4fd7b: Preparing 03:34:32 d01ea3ffa1c1: Waiting 03:34:32 bf6512f40f05: Waiting 03:34:32 6da999636bdd: Waiting 03:34:32 b11f9a541f9b: Waiting 03:34:32 f17021a9f238: Waiting 03:34:32 e32f260d92f3: Waiting 03:34:32 5450ef183360: Waiting 03:34:32 5f70bf18a086: Waiting 03:34:32 a4df5b29613f: Waiting 03:34:32 994456c4fd7b: Waiting 03:34:32 2f27d49a6deb: Waiting 03:34:32 9b7e9f9c8a7d: Layer already exists 03:34:32 37730665b38a: Layer already exists 03:34:32 435872d05a69: Layer already exists 03:34:32 0e97fd56cab1: Layer already exists 03:34:32 cffc1e347d1d: Layer already exists 03:34:32 6da999636bdd: Layer already exists 03:34:32 d01ea3ffa1c1: Layer already exists 03:34:32 f17021a9f238: Layer already exists 03:34:32 b11f9a541f9b: Layer already exists 03:34:32 bf6512f40f05: Layer already exists 03:34:32 e32f260d92f3: Layer already exists 03:34:32 5450ef183360: Layer already exists 03:34:32 5f70bf18a086: Layer already exists 03:34:32 2f27d49a6deb: Layer already exists 03:34:32 a4df5b29613f: Layer already exists 03:34:32 994456c4fd7b: Layer already exists 03:34:32 latest: digest: sha256:1ce66848ae9cb97182f388220182e214d2fc323c8457084c1f63506d11ae3713 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:33 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:33 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.24 03:34:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 03:34:33 435872d05a69: Preparing 03:34:33 9b7e9f9c8a7d: Preparing 03:34:33 37730665b38a: Preparing 03:34:33 0e97fd56cab1: Preparing 03:34:33 cffc1e347d1d: Preparing 03:34:33 d01ea3ffa1c1: Preparing 03:34:33 6da999636bdd: Preparing 03:34:33 f17021a9f238: Preparing 03:34:33 bf6512f40f05: Preparing 03:34:33 b11f9a541f9b: Preparing 03:34:33 e32f260d92f3: Preparing 03:34:33 5f70bf18a086: Preparing 03:34:33 2f27d49a6deb: Preparing 03:34:33 5450ef183360: Preparing 03:34:33 a4df5b29613f: Preparing 03:34:33 994456c4fd7b: Preparing 03:34:33 6da999636bdd: Waiting 03:34:33 f17021a9f238: Waiting 03:34:33 d01ea3ffa1c1: Waiting 03:34:33 bf6512f40f05: Waiting 03:34:33 b11f9a541f9b: Waiting 03:34:33 e32f260d92f3: Waiting 03:34:33 5f70bf18a086: Waiting 03:34:33 5450ef183360: Waiting 03:34:33 2f27d49a6deb: Waiting 03:34:33 a4df5b29613f: Waiting 03:34:33 994456c4fd7b: Waiting 03:34:33 cffc1e347d1d: Layer already exists 03:34:33 0e97fd56cab1: Layer already exists 03:34:33 9b7e9f9c8a7d: Layer already exists 03:34:33 37730665b38a: Layer already exists 03:34:33 435872d05a69: Layer already exists 03:34:33 6da999636bdd: Layer already exists 03:34:33 d01ea3ffa1c1: Layer already exists 03:34:33 b11f9a541f9b: Layer already exists 03:34:33 bf6512f40f05: Layer already exists 03:34:33 f17021a9f238: Layer already exists 03:34:33 5f70bf18a086: Layer already exists 03:34:33 2f27d49a6deb: Layer already exists 03:34:33 a4df5b29613f: Layer already exists 03:34:33 e32f260d92f3: Layer already exists 03:34:33 5450ef183360: Layer already exists 03:34:33 994456c4fd7b: Layer already exists 03:34:33 4.1.0-dev.24: digest: sha256:1ce66848ae9cb97182f388220182e214d2fc323c8457084c1f63506d11ae3713 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:33 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:34 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:34:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 03:34:34 435872d05a69: Preparing 03:34:34 9b7e9f9c8a7d: Preparing 03:34:34 37730665b38a: Preparing 03:34:34 0e97fd56cab1: Preparing 03:34:34 cffc1e347d1d: Preparing 03:34:34 d01ea3ffa1c1: Preparing 03:34:34 6da999636bdd: Preparing 03:34:34 f17021a9f238: Preparing 03:34:34 bf6512f40f05: Preparing 03:34:34 b11f9a541f9b: Preparing 03:34:34 e32f260d92f3: Preparing 03:34:34 5f70bf18a086: Preparing 03:34:34 2f27d49a6deb: Preparing 03:34:34 5450ef183360: Preparing 03:34:34 a4df5b29613f: Preparing 03:34:34 994456c4fd7b: Preparing 03:34:34 f17021a9f238: Waiting 03:34:34 d01ea3ffa1c1: Waiting 03:34:34 bf6512f40f05: Waiting 03:34:34 2f27d49a6deb: Waiting 03:34:34 5450ef183360: Waiting 03:34:34 a4df5b29613f: Waiting 03:34:34 994456c4fd7b: Waiting 03:34:34 b11f9a541f9b: Waiting 03:34:34 435872d05a69: Layer already exists 03:34:34 cffc1e347d1d: Layer already exists 03:34:34 37730665b38a: Layer already exists 03:34:34 9b7e9f9c8a7d: Layer already exists 03:34:34 0e97fd56cab1: Layer already exists 03:34:34 6da999636bdd: Layer already exists 03:34:34 d01ea3ffa1c1: Layer already exists 03:34:34 f17021a9f238: Layer already exists 03:34:34 b11f9a541f9b: Layer already exists 03:34:34 bf6512f40f05: Layer already exists 03:34:34 e32f260d92f3: Layer already exists 03:34:34 5f70bf18a086: Layer already exists 03:34:34 5450ef183360: Layer already exists 03:34:34 a4df5b29613f: Layer already exists 03:34:34 2f27d49a6deb: Layer already exists 03:34:34 994456c4fd7b: Layer already exists 03:34:34 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:1ce66848ae9cb97182f388220182e214d2fc323c8457084c1f63506d11ae3713 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:34 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:34 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 03:34:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 03:34:34 435872d05a69: Preparing 03:34:34 9b7e9f9c8a7d: Preparing 03:34:34 37730665b38a: Preparing 03:34:34 0e97fd56cab1: Preparing 03:34:34 cffc1e347d1d: Preparing 03:34:34 d01ea3ffa1c1: Preparing 03:34:34 6da999636bdd: Preparing 03:34:34 f17021a9f238: Preparing 03:34:34 bf6512f40f05: Preparing 03:34:34 b11f9a541f9b: Preparing 03:34:34 e32f260d92f3: Preparing 03:34:34 5f70bf18a086: Preparing 03:34:34 2f27d49a6deb: Preparing 03:34:34 5450ef183360: Preparing 03:34:34 a4df5b29613f: Preparing 03:34:34 994456c4fd7b: Preparing 03:34:34 d01ea3ffa1c1: Waiting 03:34:34 6da999636bdd: Waiting 03:34:34 f17021a9f238: Waiting 03:34:34 bf6512f40f05: Waiting 03:34:34 b11f9a541f9b: Waiting 03:34:34 e32f260d92f3: Waiting 03:34:34 5f70bf18a086: Waiting 03:34:34 2f27d49a6deb: Waiting 03:34:34 5450ef183360: Waiting 03:34:34 a4df5b29613f: Waiting 03:34:34 994456c4fd7b: Waiting 03:34:34 435872d05a69: Layer already exists 03:34:34 0e97fd56cab1: Layer already exists 03:34:34 cffc1e347d1d: Layer already exists 03:34:34 9b7e9f9c8a7d: Layer already exists 03:34:34 37730665b38a: Layer already exists 03:34:34 bf6512f40f05: Layer already exists 03:34:34 6da999636bdd: Layer already exists 03:34:34 f17021a9f238: Layer already exists 03:34:34 d01ea3ffa1c1: Layer already exists 03:34:34 b11f9a541f9b: Layer already exists 03:34:34 e32f260d92f3: Layer already exists 03:34:34 2f27d49a6deb: Layer already exists 03:34:34 a4df5b29613f: Layer already exists 03:34:34 5450ef183360: Layer already exists 03:34:34 5f70bf18a086: Layer already exists 03:34:34 994456c4fd7b: Layer already exists 03:34:34 main: digest: sha256:1ce66848ae9cb97182f388220182e214d2fc323c8457084c1f63506d11ae3713 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:34:34 ===================================================== [Pipeline] echo 03:34:34 taggedImages: 03:34:34 - nexus3.edgexfoundry.org:10004/security-bootstrapper:208e85735de406a1e1d37f437623169183356937 03:34:34 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 03:34:34 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.24 03:34:34 - nexus3.edgexfoundry.org:10004/security-bootstrapper:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:34:34 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 03:34:34 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 03:34:34 208e85735de406a1e1d37f437623169183356937 03:34:34 latest 03:34:34 4.1.0-dev.24 03:34:34 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:34:34 main 03:34:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:35 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:35 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:208e85735de406a1e1d37f437623169183356937 03:34:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 03:34:35 b6775f8f57c7: Preparing 03:34:35 6c5f13eb0141: Preparing 03:34:35 dae36013efc3: Preparing 03:34:35 1d1ac6c72a9e: Preparing 03:34:35 f17021a9f238: Preparing 03:34:35 bf6512f40f05: Preparing 03:34:35 62deec87f970: Preparing 03:34:35 df86b84bd3c5: Preparing 03:34:35 994456c4fd7b: Preparing 03:34:35 df86b84bd3c5: Waiting 03:34:35 62deec87f970: Waiting 03:34:35 bf6512f40f05: Waiting 03:34:35 994456c4fd7b: Waiting 03:34:35 f17021a9f238: Layer already exists 03:34:35 bf6512f40f05: Layer already exists 03:34:35 62deec87f970: Layer already exists 03:34:35 df86b84bd3c5: Layer already exists 03:34:35 6c5f13eb0141: Pushed 03:34:35 994456c4fd7b: Layer already exists 03:34:35 b6775f8f57c7: Pushed 03:34:35 dae36013efc3: Pushed 03:34:38 1d1ac6c72a9e: Pushed 03:34:38 208e85735de406a1e1d37f437623169183356937: digest: sha256:cde5993cdecfaa8731d01422f7dd94061aabf122f10d595ca7698e9ed777b114 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:38 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:38 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 03:34:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 03:34:38 b6775f8f57c7: Preparing 03:34:38 6c5f13eb0141: Preparing 03:34:38 dae36013efc3: Preparing 03:34:38 1d1ac6c72a9e: Preparing 03:34:38 f17021a9f238: Preparing 03:34:38 bf6512f40f05: Preparing 03:34:38 62deec87f970: Preparing 03:34:38 df86b84bd3c5: Preparing 03:34:38 994456c4fd7b: Preparing 03:34:38 bf6512f40f05: Waiting 03:34:38 994456c4fd7b: Waiting 03:34:38 df86b84bd3c5: Waiting 03:34:38 dae36013efc3: Layer already exists 03:34:38 1d1ac6c72a9e: Layer already exists 03:34:38 b6775f8f57c7: Layer already exists 03:34:38 6c5f13eb0141: Layer already exists 03:34:38 f17021a9f238: Layer already exists 03:34:38 994456c4fd7b: Layer already exists 03:34:38 df86b84bd3c5: Layer already exists 03:34:38 bf6512f40f05: Layer already exists 03:34:38 62deec87f970: Layer already exists 03:34:38 latest: digest: sha256:cde5993cdecfaa8731d01422f7dd94061aabf122f10d595ca7698e9ed777b114 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:39 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:39 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.24 03:34:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 03:34:39 b6775f8f57c7: Preparing 03:34:39 6c5f13eb0141: Preparing 03:34:39 dae36013efc3: Preparing 03:34:39 1d1ac6c72a9e: Preparing 03:34:39 f17021a9f238: Preparing 03:34:39 bf6512f40f05: Preparing 03:34:39 62deec87f970: Preparing 03:34:39 df86b84bd3c5: Preparing 03:34:39 994456c4fd7b: Preparing 03:34:39 bf6512f40f05: Waiting 03:34:39 62deec87f970: Waiting 03:34:39 df86b84bd3c5: Waiting 03:34:39 994456c4fd7b: Waiting 03:34:39 6c5f13eb0141: Layer already exists 03:34:39 dae36013efc3: Layer already exists 03:34:39 b6775f8f57c7: Layer already exists 03:34:39 1d1ac6c72a9e: Layer already exists 03:34:39 f17021a9f238: Layer already exists 03:34:39 bf6512f40f05: Layer already exists 03:34:39 62deec87f970: Layer already exists 03:34:39 df86b84bd3c5: Layer already exists 03:34:39 994456c4fd7b: Layer already exists 03:34:39 4.1.0-dev.24: digest: sha256:cde5993cdecfaa8731d01422f7dd94061aabf122f10d595ca7698e9ed777b114 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:39 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:40 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:34:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 03:34:40 b6775f8f57c7: Preparing 03:34:40 6c5f13eb0141: Preparing 03:34:40 dae36013efc3: Preparing 03:34:40 1d1ac6c72a9e: Preparing 03:34:40 f17021a9f238: Preparing 03:34:40 bf6512f40f05: Preparing 03:34:40 62deec87f970: Preparing 03:34:40 bf6512f40f05: Waiting 03:34:40 df86b84bd3c5: Preparing 03:34:40 994456c4fd7b: Preparing 03:34:40 df86b84bd3c5: Waiting 03:34:40 994456c4fd7b: Waiting 03:34:40 62deec87f970: Waiting 03:34:40 f17021a9f238: Layer already exists 03:34:40 b6775f8f57c7: Layer already exists 03:34:40 1d1ac6c72a9e: Layer already exists 03:34:40 dae36013efc3: Layer already exists 03:34:40 6c5f13eb0141: Layer already exists 03:34:40 df86b84bd3c5: Layer already exists 03:34:40 62deec87f970: Layer already exists 03:34:40 bf6512f40f05: Layer already exists 03:34:40 994456c4fd7b: Layer already exists 03:34:40 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:cde5993cdecfaa8731d01422f7dd94061aabf122f10d595ca7698e9ed777b114 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:40 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:40 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 03:34:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 03:34:40 b6775f8f57c7: Preparing 03:34:40 6c5f13eb0141: Preparing 03:34:40 dae36013efc3: Preparing 03:34:40 1d1ac6c72a9e: Preparing 03:34:40 f17021a9f238: Preparing 03:34:40 bf6512f40f05: Preparing 03:34:40 62deec87f970: Preparing 03:34:40 df86b84bd3c5: Preparing 03:34:40 994456c4fd7b: Preparing 03:34:40 62deec87f970: Waiting 03:34:40 df86b84bd3c5: Waiting 03:34:40 994456c4fd7b: Waiting 03:34:40 1d1ac6c72a9e: Layer already exists 03:34:40 dae36013efc3: Layer already exists 03:34:40 6c5f13eb0141: Layer already exists 03:34:40 f17021a9f238: Layer already exists 03:34:40 b6775f8f57c7: Layer already exists 03:34:40 62deec87f970: Layer already exists 03:34:40 df86b84bd3c5: Layer already exists 03:34:40 994456c4fd7b: Layer already exists 03:34:40 bf6512f40f05: Layer already exists 03:34:40 main: digest: sha256:cde5993cdecfaa8731d01422f7dd94061aabf122f10d595ca7698e9ed777b114 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:34:40 ===================================================== [Pipeline] echo 03:34:40 taggedImages: 03:34:40 - nexus3.edgexfoundry.org:10004/security-proxy-auth:208e85735de406a1e1d37f437623169183356937 03:34:40 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 03:34:40 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.24 03:34:40 - nexus3.edgexfoundry.org:10004/security-proxy-auth:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:34:40 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 03:34:40 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 03:34:40 208e85735de406a1e1d37f437623169183356937 03:34:40 latest 03:34:40 4.1.0-dev.24 03:34:40 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:34:40 main 03:34:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:41 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:41 #88 ... 03:34:41 03:34:41 #83 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:34:41 #83 DONE 128.7s 03:34:41 03:34:41 #91 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:34:41 #91 DONE 122.0s 03:34:41 03:34:41 #88 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:34:41 #88 DONE 125.4s 03:34:41 03:34:41 #119 [core-data builder 6/7] COPY . . 03:34:41 #119 ... 03:34:41 03:34:41 #94 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:34:41 #94 DONE 114.5s 03:34:41 03:34:41 #84 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:34:41 #84 DONE 128.5s 03:34:41 03:34:41 #120 [security-spiffe-token-provider builder 6/7] COPY . . 03:34:41 #120 ... 03:34:41 03:34:41 #113 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:34:41 #113 DONE 108.5s 03:34:41 03:34:41 #121 [core-keeper builder 7/8] COPY . . 03:34:41 #121 ... 03:34:41 03:34:41 #122 [support-scheduler builder 6/7] COPY . . 03:34:41 #122 DONE 2.0s 03:34:41 03:34:41 #119 [core-data builder 6/7] COPY . . 03:34:41 #119 DONE 2.0s 03:34:41 03:34:41 #120 [security-spiffe-token-provider builder 6/7] COPY . . 03:34:41 #120 DONE 1.9s 03:34:41 03:34:41 #123 [core-common-config-bootstrapper builder 6/7] COPY . . 03:34:41 #123 CACHED 03:34:41 03:34:41 #124 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:34:41 #124 CACHED 03:34:41 03:34:41 #125 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 03:34:41 #125 CACHED 03:34:41 03:34:41 #126 [core-metadata builder 4/7] COPY go.mod vendor* ./ 03:34:41 #126 CACHED 03:34:41 03:34:41 #127 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:34:41 #127 CACHED 03:34:41 03:34:41 #128 [core-metadata builder 6/7] COPY . . 03:34:41 #128 CACHED 03:34:41 03:34:41 #129 [core-command builder 4/7] COPY go.mod vendor* ./ 03:34:41 #129 CACHED 03:34:41 03:34:41 #130 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:34:41 #130 CACHED 03:34:41 03:34:41 #131 [core-command builder 6/7] COPY . . 03:34:41 #131 CACHED 03:34:41 03:34:41 #132 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:34:41 #132 CACHED 03:34:41 03:34:41 #133 [security-proxy-auth builder 6/7] COPY . . 03:34:41 #133 CACHED 03:34:41 03:34:41 #134 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 03:34:41 #134 CACHED 03:34:41 03:34:41 #135 [support-notifications builder 6/7] COPY . . 03:34:41 #135 DONE 2.1s 03:34:41 03:34:41 #136 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:34:41 #136 ... 03:34:41 03:34:41 #137 [security-bootstrapper builder 6/7] COPY . . 03:34:41 #137 CACHED 03:34:41 03:34:41 #138 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 03:34:41 #138 CACHED 03:34:41 03:34:41 #139 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:34:41 #139 CACHED 03:34:41 03:34:41 #140 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:34:41 #140 CACHED 03:34:41 03:34:41 #141 [security-proxy-setup builder 6/7] COPY . . 03:34:41 #141 CACHED 03:34:41 03:34:41 #142 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 03:34:41 #142 CACHED 03:34:41 03:34:41 #143 [security-secretstore-setup builder 6/7] COPY . . 03:34:41 #143 DONE 2.3s 03:34:41 03:34:41 #144 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 03:34:41 #144 ... 03:34:41 03:34:41 #121 [core-keeper builder 7/8] COPY . . 03:34:41 #121 DONE 1.3s 03:34:41 03:34:41 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 03:34:41 #145 ... 03:34:41 03:34:41 #136 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:34:41 #136 5.855 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 03:34:41 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:208e85735de406a1e1d37f437623169183356937 03:34:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 03:34:41 e9881a69b817: Preparing 03:34:41 97e01b001783: Preparing 03:34:41 b8e2d1458de9: Preparing 03:34:41 630dad7206c2: Preparing 03:34:41 c04de01c21b9: Preparing 03:34:41 f17021a9f238: Preparing 03:34:41 bf6512f40f05: Preparing 03:34:41 2c608fb7cc84: Preparing 03:34:41 37263d48d540: Preparing 03:34:41 9888f02b4f73: Preparing 03:34:41 994456c4fd7b: Preparing 03:34:41 f17021a9f238: Waiting 03:34:41 37263d48d540: Waiting 03:34:41 bf6512f40f05: Waiting 03:34:41 2c608fb7cc84: Waiting 03:34:41 9888f02b4f73: Waiting 03:34:41 630dad7206c2: Pushed 03:34:41 97e01b001783: Pushed 03:34:41 e9881a69b817: Pushed 03:34:41 c04de01c21b9: Pushed 03:34:41 f17021a9f238: Layer already exists 03:34:41 bf6512f40f05: Layer already exists 03:34:41 994456c4fd7b: Layer already exists 03:34:41 37263d48d540: Pushed 03:34:41 2c608fb7cc84: Pushed 03:34:43 9888f02b4f73: Pushed 03:34:43 #136 ... 03:34:43 03:34:43 #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 03:34:43 #0 4.721 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:34:43 #146 ... 03:34:43 03:34:43 #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:34:43 #0 5.619 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:34:43 b8e2d1458de9: Pushed 03:34:43 208e85735de406a1e1d37f437623169183356937: digest: sha256:9fc04073a5f0bd40a64b0b8caaae1a81ab7454e885364761c34704efd35de6b8 size: 2611 [Pipeline] } [Pipeline] // withEnv 03:34:43 #147 ... 03:34:43 03:34:43 #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:34:43 #0 5.667 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 03:34:43 #148 ... 03:34:43 03:34:43 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:34:43 #0 5.972 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:44 #149 ... 03:34:44 03:34:44 #150 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 03:34:44 #0 5.528 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 03:34:44 #150 ... 03:34:44 03:34:44 #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:34:44 #0 4.443 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 03:34:44 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:44 #151 ... 03:34:44 03:34:44 #152 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 03:34:44 #0 5.182 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 03:34:44 #152 ... 03:34:44 03:34:44 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:34:44 #0 6.194 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 03:34:44 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 03:34:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 03:34:44 e9881a69b817: Preparing 03:34:44 97e01b001783: Preparing 03:34:44 b8e2d1458de9: Preparing 03:34:44 630dad7206c2: Preparing 03:34:44 c04de01c21b9: Preparing 03:34:44 f17021a9f238: Preparing 03:34:44 bf6512f40f05: Preparing 03:34:44 2c608fb7cc84: Preparing 03:34:44 37263d48d540: Preparing 03:34:44 9888f02b4f73: Preparing 03:34:44 bf6512f40f05: Waiting 03:34:44 2c608fb7cc84: Waiting 03:34:44 37263d48d540: Waiting 03:34:44 f17021a9f238: Waiting 03:34:44 994456c4fd7b: Preparing 03:34:44 994456c4fd7b: Waiting 03:34:44 9888f02b4f73: Waiting 03:34:44 630dad7206c2: Layer already exists 03:34:44 b8e2d1458de9: Layer already exists 03:34:44 e9881a69b817: Layer already exists 03:34:44 c04de01c21b9: Layer already exists 03:34:44 97e01b001783: Layer already exists 03:34:44 f17021a9f238: Layer already exists 03:34:44 2c608fb7cc84: Layer already exists 03:34:44 37263d48d540: Layer already exists 03:34:44 bf6512f40f05: Layer already exists 03:34:44 9888f02b4f73: Layer already exists 03:34:44 994456c4fd7b: Layer already exists 03:34:44 latest: digest: sha256:9fc04073a5f0bd40a64b0b8caaae1a81ab7454e885364761c34704efd35de6b8 size: 2611 03:34:44 #153 ... 03:34:44 03:34:44 #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 03:34:44 #0 6.416 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:44 #154 ... 03:34:44 03:34:44 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 03:34:44 #145 5.639 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 03:34:44 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:45 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.24 03:34:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 03:34:45 e9881a69b817: Preparing 03:34:45 97e01b001783: Preparing 03:34:45 b8e2d1458de9: Preparing 03:34:45 630dad7206c2: Preparing 03:34:45 c04de01c21b9: Preparing 03:34:45 f17021a9f238: Preparing 03:34:45 bf6512f40f05: Preparing 03:34:45 2c608fb7cc84: Preparing 03:34:45 37263d48d540: Preparing 03:34:45 9888f02b4f73: Preparing 03:34:45 994456c4fd7b: Preparing 03:34:45 2c608fb7cc84: Waiting 03:34:45 bf6512f40f05: Waiting 03:34:45 f17021a9f238: Waiting 03:34:45 37263d48d540: Waiting 03:34:45 9888f02b4f73: Waiting 03:34:45 994456c4fd7b: Waiting 03:34:45 e9881a69b817: Layer already exists 03:34:45 b8e2d1458de9: Layer already exists 03:34:45 97e01b001783: Layer already exists 03:34:45 630dad7206c2: Layer already exists 03:34:45 c04de01c21b9: Layer already exists 03:34:45 2c608fb7cc84: Layer already exists 03:34:45 bf6512f40f05: Layer already exists 03:34:45 f17021a9f238: Layer already exists 03:34:45 9888f02b4f73: Layer already exists 03:34:45 37263d48d540: Layer already exists 03:34:45 994456c4fd7b: Layer already exists 03:34:45 4.1.0-dev.24: digest: sha256:9fc04073a5f0bd40a64b0b8caaae1a81ab7454e885364761c34704efd35de6b8 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:45 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:45 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:34:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 03:34:45 e9881a69b817: Preparing 03:34:45 97e01b001783: Preparing 03:34:45 b8e2d1458de9: Preparing 03:34:45 630dad7206c2: Preparing 03:34:45 c04de01c21b9: Preparing 03:34:45 f17021a9f238: Preparing 03:34:45 bf6512f40f05: Preparing 03:34:45 2c608fb7cc84: Preparing 03:34:45 37263d48d540: Preparing 03:34:45 9888f02b4f73: Preparing 03:34:45 994456c4fd7b: Preparing 03:34:45 37263d48d540: Waiting 03:34:45 f17021a9f238: Waiting 03:34:45 994456c4fd7b: Waiting 03:34:45 bf6512f40f05: Waiting 03:34:45 2c608fb7cc84: Waiting 03:34:45 e9881a69b817: Layer already exists 03:34:45 b8e2d1458de9: Layer already exists 03:34:45 97e01b001783: Layer already exists 03:34:45 c04de01c21b9: Layer already exists 03:34:45 630dad7206c2: Layer already exists 03:34:45 bf6512f40f05: Layer already exists 03:34:45 f17021a9f238: Layer already exists 03:34:45 2c608fb7cc84: Layer already exists 03:34:45 37263d48d540: Layer already exists 03:34:45 9888f02b4f73: Layer already exists 03:34:45 994456c4fd7b: Layer already exists 03:34:45 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:9fc04073a5f0bd40a64b0b8caaae1a81ab7454e885364761c34704efd35de6b8 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:46 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:46 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 03:34:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 03:34:46 e9881a69b817: Preparing 03:34:46 97e01b001783: Preparing 03:34:46 b8e2d1458de9: Preparing 03:34:46 630dad7206c2: Preparing 03:34:46 c04de01c21b9: Preparing 03:34:46 f17021a9f238: Preparing 03:34:46 bf6512f40f05: Preparing 03:34:46 2c608fb7cc84: Preparing 03:34:46 37263d48d540: Preparing 03:34:46 9888f02b4f73: Preparing 03:34:46 994456c4fd7b: Preparing 03:34:46 37263d48d540: Waiting 03:34:46 2c608fb7cc84: Waiting 03:34:46 9888f02b4f73: Waiting 03:34:46 994456c4fd7b: Waiting 03:34:46 f17021a9f238: Waiting 03:34:46 bf6512f40f05: Waiting 03:34:46 c04de01c21b9: Layer already exists 03:34:46 b8e2d1458de9: Layer already exists 03:34:46 97e01b001783: Layer already exists 03:34:46 630dad7206c2: Layer already exists 03:34:46 e9881a69b817: Layer already exists 03:34:46 bf6512f40f05: Layer already exists 03:34:46 9888f02b4f73: Layer already exists 03:34:46 f17021a9f238: Layer already exists 03:34:46 37263d48d540: Layer already exists 03:34:46 2c608fb7cc84: Layer already exists 03:34:46 994456c4fd7b: Layer already exists 03:34:46 main: digest: sha256:9fc04073a5f0bd40a64b0b8caaae1a81ab7454e885364761c34704efd35de6b8 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:34:46 ===================================================== [Pipeline] echo 03:34:46 taggedImages: 03:34:46 - nexus3.edgexfoundry.org:10004/security-proxy-setup:208e85735de406a1e1d37f437623169183356937 03:34:46 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 03:34:46 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.24 03:34:46 - nexus3.edgexfoundry.org:10004/security-proxy-setup:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:34:46 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 03:34:46 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 03:34:46 208e85735de406a1e1d37f437623169183356937 03:34:46 latest 03:34:46 4.1.0-dev.24 03:34:46 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:34:46 main 03:34:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:47 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:47 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:208e85735de406a1e1d37f437623169183356937 03:34:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 03:34:47 5a7682611344: Preparing 03:34:47 30f9b36281e8: Preparing 03:34:47 b8172ef527e4: Preparing 03:34:47 b851127278c1: Preparing 03:34:47 36904f787bf8: Preparing 03:34:47 3a5adc7ca2df: Preparing 03:34:47 e84c011ab554: Preparing 03:34:47 f17021a9f238: Preparing 03:34:47 bf6512f40f05: Preparing 03:34:47 67999ecaa4cb: Preparing 03:34:47 3bd429f241a1: Preparing 03:34:47 994456c4fd7b: Preparing 03:34:47 bf6512f40f05: Waiting 03:34:47 67999ecaa4cb: Waiting 03:34:47 f17021a9f238: Waiting 03:34:47 e84c011ab554: Waiting 03:34:47 994456c4fd7b: Waiting 03:34:47 36904f787bf8: Pushed 03:34:47 30f9b36281e8: Pushed 03:34:47 5a7682611344: Pushed 03:34:47 f17021a9f238: Layer already exists 03:34:47 bf6512f40f05: Layer already exists 03:34:47 3a5adc7ca2df: Pushed 03:34:47 e84c011ab554: Pushed 03:34:47 994456c4fd7b: Layer already exists 03:34:47 67999ecaa4cb: Pushed 03:34:48 3bd429f241a1: Pushed 03:34:49 b851127278c1: Pushed 03:34:50 b8172ef527e4: Pushed 03:34:50 208e85735de406a1e1d37f437623169183356937: digest: sha256:96ecf3a7fd444a0550ad522a0fa10ebe722d6988df593ca65a4bc7935d960f15 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:50 #145 ... 03:34:50 03:34:50 #144 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 03:34:50 #144 6.115 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 03:34:50 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:50 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 03:34:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 03:34:50 5a7682611344: Preparing 03:34:50 30f9b36281e8: Preparing 03:34:50 b8172ef527e4: Preparing 03:34:50 b851127278c1: Preparing 03:34:50 36904f787bf8: Preparing 03:34:50 3a5adc7ca2df: Preparing 03:34:50 e84c011ab554: Preparing 03:34:50 f17021a9f238: Preparing 03:34:50 bf6512f40f05: Preparing 03:34:50 67999ecaa4cb: Preparing 03:34:50 3bd429f241a1: Preparing 03:34:50 994456c4fd7b: Preparing 03:34:50 e84c011ab554: Waiting 03:34:50 67999ecaa4cb: Waiting 03:34:50 f17021a9f238: Waiting 03:34:50 3bd429f241a1: Waiting 03:34:50 994456c4fd7b: Waiting 03:34:50 bf6512f40f05: Waiting 03:34:50 3a5adc7ca2df: Waiting 03:34:50 5a7682611344: Layer already exists 03:34:50 b851127278c1: Layer already exists 03:34:50 b8172ef527e4: Layer already exists 03:34:50 30f9b36281e8: Layer already exists 03:34:50 36904f787bf8: Layer already exists 03:34:50 f17021a9f238: Layer already exists 03:34:50 e84c011ab554: Layer already exists 03:34:50 3a5adc7ca2df: Layer already exists 03:34:50 67999ecaa4cb: Layer already exists 03:34:50 bf6512f40f05: Layer already exists 03:34:50 3bd429f241a1: Layer already exists 03:34:50 994456c4fd7b: Layer already exists 03:34:50 latest: digest: sha256:96ecf3a7fd444a0550ad522a0fa10ebe722d6988df593ca65a4bc7935d960f15 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:51 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:51 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.24 03:34:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 03:34:51 5a7682611344: Preparing 03:34:51 30f9b36281e8: Preparing 03:34:51 b8172ef527e4: Preparing 03:34:51 b851127278c1: Preparing 03:34:51 36904f787bf8: Preparing 03:34:51 3a5adc7ca2df: Preparing 03:34:51 e84c011ab554: Preparing 03:34:51 f17021a9f238: Preparing 03:34:51 bf6512f40f05: Preparing 03:34:51 67999ecaa4cb: Preparing 03:34:51 3bd429f241a1: Preparing 03:34:51 994456c4fd7b: Preparing 03:34:51 bf6512f40f05: Waiting 03:34:51 3a5adc7ca2df: Waiting 03:34:51 67999ecaa4cb: Waiting 03:34:51 f17021a9f238: Waiting 03:34:51 e84c011ab554: Waiting 03:34:51 994456c4fd7b: Waiting 03:34:51 3bd429f241a1: Waiting 03:34:51 5a7682611344: Layer already exists 03:34:51 b851127278c1: Layer already exists 03:34:51 b8172ef527e4: Layer already exists 03:34:51 30f9b36281e8: Layer already exists 03:34:51 36904f787bf8: Layer already exists 03:34:51 f17021a9f238: Layer already exists 03:34:51 e84c011ab554: Layer already exists 03:34:51 bf6512f40f05: Layer already exists 03:34:51 3a5adc7ca2df: Layer already exists 03:34:51 67999ecaa4cb: Layer already exists 03:34:51 3bd429f241a1: Layer already exists 03:34:51 994456c4fd7b: Layer already exists 03:34:51 4.1.0-dev.24: digest: sha256:96ecf3a7fd444a0550ad522a0fa10ebe722d6988df593ca65a4bc7935d960f15 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:51 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:52 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:34:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 03:34:52 5a7682611344: Preparing 03:34:52 30f9b36281e8: Preparing 03:34:52 b8172ef527e4: Preparing 03:34:52 b851127278c1: Preparing 03:34:52 36904f787bf8: Preparing 03:34:52 3a5adc7ca2df: Preparing 03:34:52 e84c011ab554: Preparing 03:34:52 f17021a9f238: Preparing 03:34:52 bf6512f40f05: Preparing 03:34:52 67999ecaa4cb: Preparing 03:34:52 3bd429f241a1: Preparing 03:34:52 994456c4fd7b: Preparing 03:34:52 e84c011ab554: Waiting 03:34:52 f17021a9f238: Waiting 03:34:52 bf6512f40f05: Waiting 03:34:52 67999ecaa4cb: Waiting 03:34:52 3bd429f241a1: Waiting 03:34:52 994456c4fd7b: Waiting 03:34:52 3a5adc7ca2df: Waiting 03:34:52 30f9b36281e8: Layer already exists 03:34:52 5a7682611344: Layer already exists 03:34:52 b8172ef527e4: Layer already exists 03:34:52 36904f787bf8: Layer already exists 03:34:52 b851127278c1: Layer already exists 03:34:52 e84c011ab554: Layer already exists 03:34:52 3a5adc7ca2df: Layer already exists 03:34:52 f17021a9f238: Layer already exists 03:34:52 bf6512f40f05: Layer already exists 03:34:52 67999ecaa4cb: Layer already exists 03:34:52 3bd429f241a1: Layer already exists 03:34:52 994456c4fd7b: Layer already exists 03:34:52 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:96ecf3a7fd444a0550ad522a0fa10ebe722d6988df593ca65a4bc7935d960f15 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:52 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:52 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 03:34:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 03:34:52 5a7682611344: Preparing 03:34:52 30f9b36281e8: Preparing 03:34:52 b8172ef527e4: Preparing 03:34:52 b851127278c1: Preparing 03:34:52 36904f787bf8: Preparing 03:34:52 3a5adc7ca2df: Preparing 03:34:52 e84c011ab554: Preparing 03:34:52 f17021a9f238: Preparing 03:34:52 bf6512f40f05: Preparing 03:34:52 67999ecaa4cb: Preparing 03:34:52 3bd429f241a1: Preparing 03:34:52 994456c4fd7b: Preparing 03:34:52 e84c011ab554: Waiting 03:34:52 f17021a9f238: Waiting 03:34:52 bf6512f40f05: Waiting 03:34:52 67999ecaa4cb: Waiting 03:34:52 3bd429f241a1: Waiting 03:34:52 994456c4fd7b: Waiting 03:34:52 3a5adc7ca2df: Waiting 03:34:52 30f9b36281e8: Layer already exists 03:34:52 36904f787bf8: Layer already exists 03:34:52 b851127278c1: Layer already exists 03:34:52 b8172ef527e4: Layer already exists 03:34:52 5a7682611344: Layer already exists 03:34:52 3a5adc7ca2df: Layer already exists 03:34:52 e84c011ab554: Layer already exists 03:34:52 bf6512f40f05: Layer already exists 03:34:52 67999ecaa4cb: Layer already exists 03:34:52 f17021a9f238: Layer already exists 03:34:52 3bd429f241a1: Layer already exists 03:34:52 994456c4fd7b: Layer already exists 03:34:52 main: digest: sha256:96ecf3a7fd444a0550ad522a0fa10ebe722d6988df593ca65a4bc7935d960f15 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:34:52 ===================================================== [Pipeline] echo 03:34:52 taggedImages: 03:34:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:208e85735de406a1e1d37f437623169183356937 03:34:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 03:34:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.24 03:34:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:34:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 03:34:52 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 03:34:52 208e85735de406a1e1d37f437623169183356937 03:34:52 latest 03:34:52 4.1.0-dev.24 03:34:52 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:34:52 main 03:34:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:53 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:53 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:208e85735de406a1e1d37f437623169183356937 03:34:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 03:34:53 ceb742d585c9: Preparing 03:34:53 e47490925df1: Preparing 03:34:53 f17021a9f238: Preparing 03:34:53 bf6512f40f05: Preparing 03:34:53 7af7960a1761: Preparing 03:34:53 bee6df6f9cd5: Preparing 03:34:53 994456c4fd7b: Preparing 03:34:53 994456c4fd7b: Waiting 03:34:53 bee6df6f9cd5: Waiting 03:34:53 f17021a9f238: Layer already exists 03:34:53 bf6512f40f05: Layer already exists 03:34:53 994456c4fd7b: Layer already exists 03:34:53 7af7960a1761: Pushed 03:34:53 ceb742d585c9: Pushed 03:34:54 bee6df6f9cd5: Pushed 03:34:57 e47490925df1: Pushed 03:34:57 208e85735de406a1e1d37f437623169183356937: digest: sha256:355b465226d5104bbbbd1bb04cfb3038e25be981acd28b41acf3c635ab9f685b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:57 + 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 03:34:57 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 03:34:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 03:34:57 ceb742d585c9: Preparing 03:34:57 e47490925df1: Preparing 03:34:57 f17021a9f238: Preparing 03:34:57 bf6512f40f05: Preparing 03:34:57 7af7960a1761: Preparing 03:34:57 bee6df6f9cd5: Preparing 03:34:57 994456c4fd7b: Preparing 03:34:57 bee6df6f9cd5: Waiting 03:34:57 f17021a9f238: Layer already exists 03:34:57 7af7960a1761: Layer already exists 03:34:57 e47490925df1: Layer already exists 03:34:57 bf6512f40f05: Layer already exists 03:34:57 ceb742d585c9: Layer already exists 03:34:57 bee6df6f9cd5: Layer already exists 03:34:57 994456c4fd7b: Layer already exists 03:34:57 latest: digest: sha256:355b465226d5104bbbbd1bb04cfb3038e25be981acd28b41acf3c635ab9f685b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:58 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:58 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.24 03:34:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 03:34:58 ceb742d585c9: Preparing 03:34:58 e47490925df1: Preparing 03:34:58 f17021a9f238: Preparing 03:34:58 bf6512f40f05: Preparing 03:34:58 7af7960a1761: Preparing 03:34:58 bee6df6f9cd5: Preparing 03:34:58 994456c4fd7b: Preparing 03:34:58 bee6df6f9cd5: Waiting 03:34:58 994456c4fd7b: Waiting 03:34:58 7af7960a1761: Layer already exists 03:34:58 f17021a9f238: Layer already exists 03:34:58 bf6512f40f05: Layer already exists 03:34:58 ceb742d585c9: Layer already exists 03:34:58 e47490925df1: Layer already exists 03:34:58 bee6df6f9cd5: Layer already exists 03:34:58 994456c4fd7b: Layer already exists 03:34:58 4.1.0-dev.24: digest: sha256:355b465226d5104bbbbd1bb04cfb3038e25be981acd28b41acf3c635ab9f685b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:58 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:59 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:34:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 03:34:59 ceb742d585c9: Preparing 03:34:59 e47490925df1: Preparing 03:34:59 f17021a9f238: Preparing 03:34:59 bf6512f40f05: Preparing 03:34:59 7af7960a1761: Preparing 03:34:59 bee6df6f9cd5: Preparing 03:34:59 994456c4fd7b: Preparing 03:34:59 994456c4fd7b: Waiting 03:34:59 ceb742d585c9: Layer already exists 03:34:59 e47490925df1: Layer already exists 03:34:59 7af7960a1761: Layer already exists 03:34:59 f17021a9f238: Layer already exists 03:34:59 bf6512f40f05: Layer already exists 03:34:59 bee6df6f9cd5: Layer already exists 03:34:59 994456c4fd7b: Layer already exists 03:34:59 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:355b465226d5104bbbbd1bb04cfb3038e25be981acd28b41acf3c635ab9f685b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:59 + 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 03:34:59 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 03:34:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 03:34:59 ceb742d585c9: Preparing 03:34:59 e47490925df1: Preparing 03:34:59 f17021a9f238: Preparing 03:34:59 bf6512f40f05: Preparing 03:34:59 7af7960a1761: Preparing 03:34:59 bee6df6f9cd5: Preparing 03:34:59 994456c4fd7b: Preparing 03:34:59 bee6df6f9cd5: Waiting 03:34:59 994456c4fd7b: Waiting 03:34:59 ceb742d585c9: Layer already exists 03:34:59 e47490925df1: Layer already exists 03:34:59 f17021a9f238: Layer already exists 03:34:59 bf6512f40f05: Layer already exists 03:34:59 7af7960a1761: Layer already exists 03:34:59 bee6df6f9cd5: Layer already exists 03:34:59 994456c4fd7b: Layer already exists 03:34:59 main: digest: sha256:355b465226d5104bbbbd1bb04cfb3038e25be981acd28b41acf3c635ab9f685b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:34:59 ===================================================== [Pipeline] echo 03:34:59 taggedImages: 03:34:59 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:208e85735de406a1e1d37f437623169183356937 03:34:59 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 03:34:59 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.24 03:34:59 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:34:59 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 03:34:59 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 03:34:59 208e85735de406a1e1d37f437623169183356937 03:34:59 latest 03:34:59 4.1.0-dev.24 03:34:59 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:34:59 main 03:34:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:00 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:208e85735de406a1e1d37f437623169183356937 03:35:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 03:35:00 f7218f968b27: Preparing 03:35:00 1bd23b143018: Preparing 03:35:00 b8efd6f513a2: Preparing 03:35:00 f17021a9f238: Preparing 03:35:00 bf6512f40f05: Preparing 03:35:00 774baa02d0e2: Preparing 03:35:00 048836434330: Preparing 03:35:00 d826e195db4c: Preparing 03:35:00 43cbacd09f84: Preparing 03:35:00 048836434330: Waiting 03:35:00 994456c4fd7b: Preparing 03:35:00 43cbacd09f84: Waiting 03:35:00 994456c4fd7b: Waiting 03:35:00 bf6512f40f05: Layer already exists 03:35:00 f17021a9f238: Layer already exists 03:35:00 1bd23b143018: Pushed 03:35:00 b8efd6f513a2: Pushed 03:35:00 f7218f968b27: Pushed 03:35:00 994456c4fd7b: Layer already exists 03:35:00 d826e195db4c: Pushed 03:35:01 43cbacd09f84: Pushed 03:35:05 048836434330: Pushed 03:35:11 774baa02d0e2: Pushed 03:35:11 208e85735de406a1e1d37f437623169183356937: digest: sha256:6ca93857b35f27e09b4f149c5b24aa4b552e31e03c74abd4a4001d92c72614c8 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:12 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 03:35:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 03:35:12 f7218f968b27: Preparing 03:35:12 1bd23b143018: Preparing 03:35:12 b8efd6f513a2: Preparing 03:35:12 f17021a9f238: Preparing 03:35:12 bf6512f40f05: Preparing 03:35:12 774baa02d0e2: Preparing 03:35:12 048836434330: Preparing 03:35:12 d826e195db4c: Preparing 03:35:12 43cbacd09f84: Preparing 03:35:12 994456c4fd7b: Preparing 03:35:12 774baa02d0e2: Waiting 03:35:12 048836434330: Waiting 03:35:12 d826e195db4c: Waiting 03:35:12 43cbacd09f84: Waiting 03:35:12 994456c4fd7b: Waiting 03:35:12 f7218f968b27: Layer already exists 03:35:12 b8efd6f513a2: Layer already exists 03:35:12 f17021a9f238: Layer already exists 03:35:12 1bd23b143018: Layer already exists 03:35:12 bf6512f40f05: Layer already exists 03:35:12 048836434330: Layer already exists 03:35:12 774baa02d0e2: Layer already exists 03:35:12 43cbacd09f84: Layer already exists 03:35:12 994456c4fd7b: Layer already exists 03:35:12 d826e195db4c: Layer already exists 03:35:12 latest: digest: sha256:6ca93857b35f27e09b4f149c5b24aa4b552e31e03c74abd4a4001d92c72614c8 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:12 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.24 03:35:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 03:35:13 f7218f968b27: Preparing 03:35:13 1bd23b143018: Preparing 03:35:13 b8efd6f513a2: Preparing 03:35:13 f17021a9f238: Preparing 03:35:13 bf6512f40f05: Preparing 03:35:13 774baa02d0e2: Preparing 03:35:13 048836434330: Preparing 03:35:13 d826e195db4c: Preparing 03:35:13 43cbacd09f84: Preparing 03:35:13 994456c4fd7b: Preparing 03:35:13 048836434330: Waiting 03:35:13 43cbacd09f84: Waiting 03:35:13 994456c4fd7b: Waiting 03:35:13 774baa02d0e2: Waiting 03:35:13 d826e195db4c: Waiting 03:35:13 b8efd6f513a2: Layer already exists 03:35:13 1bd23b143018: Layer already exists 03:35:13 f7218f968b27: Layer already exists 03:35:13 f17021a9f238: Layer already exists 03:35:13 bf6512f40f05: Layer already exists 03:35:13 774baa02d0e2: Layer already exists 03:35:13 048836434330: Layer already exists 03:35:13 d826e195db4c: Layer already exists 03:35:13 43cbacd09f84: Layer already exists 03:35:13 994456c4fd7b: Layer already exists 03:35:13 4.1.0-dev.24: digest: sha256:6ca93857b35f27e09b4f149c5b24aa4b552e31e03c74abd4a4001d92c72614c8 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:13 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:35:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 03:35:13 f7218f968b27: Preparing 03:35:13 1bd23b143018: Preparing 03:35:13 b8efd6f513a2: Preparing 03:35:13 f17021a9f238: Preparing 03:35:13 bf6512f40f05: Preparing 03:35:13 774baa02d0e2: Preparing 03:35:13 048836434330: Preparing 03:35:13 d826e195db4c: Preparing 03:35:13 43cbacd09f84: Preparing 03:35:13 994456c4fd7b: Preparing 03:35:13 774baa02d0e2: Waiting 03:35:13 048836434330: Waiting 03:35:13 d826e195db4c: Waiting 03:35:13 43cbacd09f84: Waiting 03:35:13 994456c4fd7b: Waiting 03:35:13 f7218f968b27: Layer already exists 03:35:13 f17021a9f238: Layer already exists 03:35:13 1bd23b143018: Layer already exists 03:35:13 b8efd6f513a2: Layer already exists 03:35:13 bf6512f40f05: Layer already exists 03:35:13 774baa02d0e2: Layer already exists 03:35:13 43cbacd09f84: Layer already exists 03:35:13 994456c4fd7b: Layer already exists 03:35:13 048836434330: Layer already exists 03:35:13 d826e195db4c: Layer already exists 03:35:13 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:6ca93857b35f27e09b4f149c5b24aa4b552e31e03c74abd4a4001d92c72614c8 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:14 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 03:35:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 03:35:14 f7218f968b27: Preparing 03:35:14 1bd23b143018: Preparing 03:35:14 b8efd6f513a2: Preparing 03:35:14 f17021a9f238: Preparing 03:35:14 bf6512f40f05: Preparing 03:35:14 774baa02d0e2: Preparing 03:35:14 048836434330: Preparing 03:35:14 d826e195db4c: Preparing 03:35:14 43cbacd09f84: Preparing 03:35:14 994456c4fd7b: Preparing 03:35:14 774baa02d0e2: Waiting 03:35:14 d826e195db4c: Waiting 03:35:14 048836434330: Waiting 03:35:14 43cbacd09f84: Waiting 03:35:14 994456c4fd7b: Waiting 03:35:14 bf6512f40f05: Layer already exists 03:35:14 f7218f968b27: Layer already exists 03:35:14 f17021a9f238: Layer already exists 03:35:14 b8efd6f513a2: Layer already exists 03:35:14 1bd23b143018: Layer already exists 03:35:14 048836434330: Layer already exists 03:35:14 774baa02d0e2: Layer already exists 03:35:14 d826e195db4c: Layer already exists 03:35:14 994456c4fd7b: Layer already exists 03:35:14 43cbacd09f84: Layer already exists 03:35:14 main: digest: sha256:6ca93857b35f27e09b4f149c5b24aa4b552e31e03c74abd4a4001d92c72614c8 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:35:14 ===================================================== [Pipeline] echo 03:35:14 taggedImages: 03:35:14 - nexus3.edgexfoundry.org:10004/security-spire-agent:208e85735de406a1e1d37f437623169183356937 03:35:14 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 03:35:14 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.24 03:35:14 - nexus3.edgexfoundry.org:10004/security-spire-agent:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:35:14 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 03:35:14 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 03:35:14 208e85735de406a1e1d37f437623169183356937 03:35:14 latest 03:35:14 4.1.0-dev.24 03:35:14 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:35:14 main 03:35:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:14 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:15 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:208e85735de406a1e1d37f437623169183356937 03:35:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 03:35:15 336722c14137: Preparing 03:35:15 adcb8a1615a3: Preparing 03:35:15 0f3f0d64782b: Preparing 03:35:15 f17021a9f238: Preparing 03:35:15 bf6512f40f05: Preparing 03:35:15 4da15874ea52: Preparing 03:35:15 bfe2110a1f69: Preparing 03:35:15 002e96e51984: Preparing 03:35:15 994456c4fd7b: Preparing 03:35:15 bfe2110a1f69: Waiting 03:35:15 002e96e51984: Waiting 03:35:15 994456c4fd7b: Waiting 03:35:15 4da15874ea52: Waiting 03:35:15 f17021a9f238: Layer already exists 03:35:15 bf6512f40f05: Layer already exists 03:35:15 336722c14137: Pushed 03:35:15 adcb8a1615a3: Pushed 03:35:15 0f3f0d64782b: Pushed 03:35:15 bfe2110a1f69: Pushed 03:35:15 994456c4fd7b: Layer already exists 03:35:15 002e96e51984: Pushed 03:35:27 4da15874ea52: Pushed 03:35:27 208e85735de406a1e1d37f437623169183356937: digest: sha256:50dab69bc1f61e2af718208c0a8d62bbffaaa801dec9203fce24e0addf13fc47 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:28 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 03:35:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 03:35:28 336722c14137: Preparing 03:35:28 adcb8a1615a3: Preparing 03:35:28 0f3f0d64782b: Preparing 03:35:28 f17021a9f238: Preparing 03:35:28 bf6512f40f05: Preparing 03:35:28 4da15874ea52: Preparing 03:35:28 bfe2110a1f69: Preparing 03:35:28 002e96e51984: Preparing 03:35:28 994456c4fd7b: Preparing 03:35:28 4da15874ea52: Waiting 03:35:28 bfe2110a1f69: Waiting 03:35:28 002e96e51984: Waiting 03:35:28 994456c4fd7b: Waiting 03:35:28 0f3f0d64782b: Layer already exists 03:35:28 336722c14137: Layer already exists 03:35:28 adcb8a1615a3: Layer already exists 03:35:28 bf6512f40f05: Layer already exists 03:35:28 f17021a9f238: Layer already exists 03:35:28 4da15874ea52: Layer already exists 03:35:28 002e96e51984: Layer already exists 03:35:28 994456c4fd7b: Layer already exists 03:35:28 bfe2110a1f69: Layer already exists 03:35:28 latest: digest: sha256:50dab69bc1f61e2af718208c0a8d62bbffaaa801dec9203fce24e0addf13fc47 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:28 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.24 03:35:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 03:35:29 336722c14137: Preparing 03:35:29 adcb8a1615a3: Preparing 03:35:29 0f3f0d64782b: Preparing 03:35:29 f17021a9f238: Preparing 03:35:29 bf6512f40f05: Preparing 03:35:29 4da15874ea52: Preparing 03:35:29 bfe2110a1f69: Preparing 03:35:29 002e96e51984: Preparing 03:35:29 994456c4fd7b: Preparing 03:35:29 bfe2110a1f69: Waiting 03:35:29 4da15874ea52: Waiting 03:35:29 994456c4fd7b: Waiting 03:35:29 002e96e51984: Waiting 03:35:29 336722c14137: Layer already exists 03:35:29 0f3f0d64782b: Layer already exists 03:35:29 adcb8a1615a3: Layer already exists 03:35:29 bf6512f40f05: Layer already exists 03:35:29 f17021a9f238: Layer already exists 03:35:29 4da15874ea52: Layer already exists 03:35:29 002e96e51984: Layer already exists 03:35:29 994456c4fd7b: Layer already exists 03:35:29 bfe2110a1f69: Layer already exists 03:35:29 4.1.0-dev.24: digest: sha256:50dab69bc1f61e2af718208c0a8d62bbffaaa801dec9203fce24e0addf13fc47 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:29 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:35:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 03:35:30 336722c14137: Preparing 03:35:30 adcb8a1615a3: Preparing 03:35:30 0f3f0d64782b: Preparing 03:35:30 f17021a9f238: Preparing 03:35:30 bf6512f40f05: Preparing 03:35:30 4da15874ea52: Preparing 03:35:30 bfe2110a1f69: Preparing 03:35:30 002e96e51984: Preparing 03:35:30 994456c4fd7b: Preparing 03:35:30 bfe2110a1f69: Waiting 03:35:30 994456c4fd7b: Waiting 03:35:30 002e96e51984: Waiting 03:35:30 4da15874ea52: Waiting 03:35:30 f17021a9f238: Layer already exists 03:35:30 bf6512f40f05: Layer already exists 03:35:30 0f3f0d64782b: Layer already exists 03:35:30 336722c14137: Layer already exists 03:35:30 adcb8a1615a3: Layer already exists 03:35:30 002e96e51984: Layer already exists 03:35:30 994456c4fd7b: Layer already exists 03:35:30 4da15874ea52: Layer already exists 03:35:30 bfe2110a1f69: Layer already exists 03:35:30 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:50dab69bc1f61e2af718208c0a8d62bbffaaa801dec9203fce24e0addf13fc47 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:30 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 03:35:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 03:35:30 336722c14137: Preparing 03:35:30 adcb8a1615a3: Preparing 03:35:30 0f3f0d64782b: Preparing 03:35:30 f17021a9f238: Preparing 03:35:30 bf6512f40f05: Preparing 03:35:30 4da15874ea52: Preparing 03:35:30 bfe2110a1f69: Preparing 03:35:30 002e96e51984: Preparing 03:35:30 994456c4fd7b: Preparing 03:35:30 4da15874ea52: Waiting 03:35:30 bfe2110a1f69: Waiting 03:35:30 002e96e51984: Waiting 03:35:30 994456c4fd7b: Waiting 03:35:30 0f3f0d64782b: Layer already exists 03:35:30 336722c14137: Layer already exists 03:35:30 bf6512f40f05: Layer already exists 03:35:30 adcb8a1615a3: Layer already exists 03:35:30 f17021a9f238: Layer already exists 03:35:30 bfe2110a1f69: Layer already exists 03:35:30 4da15874ea52: Layer already exists 03:35:30 994456c4fd7b: Layer already exists 03:35:30 002e96e51984: Layer already exists 03:35:30 main: digest: sha256:50dab69bc1f61e2af718208c0a8d62bbffaaa801dec9203fce24e0addf13fc47 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:35:30 ===================================================== [Pipeline] echo 03:35:30 taggedImages: 03:35:30 - nexus3.edgexfoundry.org:10004/security-spire-config:208e85735de406a1e1d37f437623169183356937 03:35:30 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 03:35:30 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.24 03:35:30 - nexus3.edgexfoundry.org:10004/security-spire-config:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:35:30 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 03:35:31 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 03:35:31 208e85735de406a1e1d37f437623169183356937 03:35:31 latest 03:35:31 4.1.0-dev.24 03:35:31 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:35:31 main 03:35:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:31 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:208e85735de406a1e1d37f437623169183356937 03:35:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 03:35:31 f7218f968b27: Preparing 03:35:31 f2f01c1ff7ba: Preparing 03:35:31 6f8b50b90fe3: Preparing 03:35:31 f17021a9f238: Preparing 03:35:31 bf6512f40f05: Preparing 03:35:31 4da15874ea52: Preparing 03:35:31 d826e195db4c: Preparing 03:35:31 43cbacd09f84: Preparing 03:35:31 994456c4fd7b: Preparing 03:35:31 4da15874ea52: Waiting 03:35:31 d826e195db4c: Waiting 03:35:31 43cbacd09f84: Waiting 03:35:31 994456c4fd7b: Waiting 03:35:31 f17021a9f238: Layer already exists 03:35:31 f7218f968b27: Layer already exists 03:35:31 bf6512f40f05: Layer already exists 03:35:31 4da15874ea52: Layer already exists 03:35:31 43cbacd09f84: Layer already exists 03:35:31 d826e195db4c: Layer already exists 03:35:31 994456c4fd7b: Layer already exists 03:35:31 6f8b50b90fe3: Pushed 03:35:31 f2f01c1ff7ba: Pushed 03:35:31 208e85735de406a1e1d37f437623169183356937: digest: sha256:51e4f1fe8f16015d45276dca2d711a89ee47444a6b0f14934dbc9b01f8ec61d6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:32 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 03:35:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 03:35:32 f7218f968b27: Preparing 03:35:32 f2f01c1ff7ba: Preparing 03:35:32 6f8b50b90fe3: Preparing 03:35:32 f17021a9f238: Preparing 03:35:32 bf6512f40f05: Preparing 03:35:32 4da15874ea52: Preparing 03:35:32 d826e195db4c: Preparing 03:35:32 43cbacd09f84: Preparing 03:35:32 994456c4fd7b: Preparing 03:35:32 d826e195db4c: Waiting 03:35:32 43cbacd09f84: Waiting 03:35:32 4da15874ea52: Waiting 03:35:32 994456c4fd7b: Waiting 03:35:32 f7218f968b27: Layer already exists 03:35:32 6f8b50b90fe3: Layer already exists 03:35:32 f2f01c1ff7ba: Layer already exists 03:35:32 f17021a9f238: Layer already exists 03:35:32 bf6512f40f05: Layer already exists 03:35:32 43cbacd09f84: Layer already exists 03:35:32 4da15874ea52: Layer already exists 03:35:32 994456c4fd7b: Layer already exists 03:35:32 d826e195db4c: Layer already exists 03:35:32 latest: digest: sha256:51e4f1fe8f16015d45276dca2d711a89ee47444a6b0f14934dbc9b01f8ec61d6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:32 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.24 03:35:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 03:35:33 f7218f968b27: Preparing 03:35:33 f2f01c1ff7ba: Preparing 03:35:33 6f8b50b90fe3: Preparing 03:35:33 f17021a9f238: Preparing 03:35:33 bf6512f40f05: Preparing 03:35:33 4da15874ea52: Preparing 03:35:33 d826e195db4c: Preparing 03:35:33 43cbacd09f84: Preparing 03:35:33 994456c4fd7b: Preparing 03:35:33 d826e195db4c: Waiting 03:35:33 43cbacd09f84: Waiting 03:35:33 4da15874ea52: Waiting 03:35:33 994456c4fd7b: Waiting 03:35:33 f17021a9f238: Layer already exists 03:35:33 f2f01c1ff7ba: Layer already exists 03:35:33 bf6512f40f05: Layer already exists 03:35:33 f7218f968b27: Layer already exists 03:35:33 6f8b50b90fe3: Layer already exists 03:35:33 d826e195db4c: Layer already exists 03:35:33 4da15874ea52: Layer already exists 03:35:33 43cbacd09f84: Layer already exists 03:35:33 994456c4fd7b: Layer already exists 03:35:33 4.1.0-dev.24: digest: sha256:51e4f1fe8f16015d45276dca2d711a89ee47444a6b0f14934dbc9b01f8ec61d6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:33 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:35:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 03:35:33 f7218f968b27: Preparing 03:35:33 f2f01c1ff7ba: Preparing 03:35:33 6f8b50b90fe3: Preparing 03:35:33 f17021a9f238: Preparing 03:35:33 bf6512f40f05: Preparing 03:35:33 4da15874ea52: Preparing 03:35:33 d826e195db4c: Preparing 03:35:33 43cbacd09f84: Preparing 03:35:33 994456c4fd7b: Preparing 03:35:33 d826e195db4c: Waiting 03:35:33 43cbacd09f84: Waiting 03:35:33 4da15874ea52: Waiting 03:35:33 f17021a9f238: Layer already exists 03:35:33 bf6512f40f05: Layer already exists 03:35:33 6f8b50b90fe3: Layer already exists 03:35:33 f2f01c1ff7ba: Layer already exists 03:35:33 f7218f968b27: Layer already exists 03:35:33 43cbacd09f84: Layer already exists 03:35:33 4da15874ea52: Layer already exists 03:35:33 994456c4fd7b: Layer already exists 03:35:33 d826e195db4c: Layer already exists 03:35:33 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:51e4f1fe8f16015d45276dca2d711a89ee47444a6b0f14934dbc9b01f8ec61d6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:34 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 03:35:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 03:35:34 f7218f968b27: Preparing 03:35:34 f2f01c1ff7ba: Preparing 03:35:34 6f8b50b90fe3: Preparing 03:35:34 f17021a9f238: Preparing 03:35:34 bf6512f40f05: Preparing 03:35:34 4da15874ea52: Preparing 03:35:34 d826e195db4c: Preparing 03:35:34 43cbacd09f84: Preparing 03:35:34 994456c4fd7b: Preparing 03:35:34 d826e195db4c: Waiting 03:35:34 43cbacd09f84: Waiting 03:35:34 994456c4fd7b: Waiting 03:35:34 4da15874ea52: Waiting 03:35:34 6f8b50b90fe3: Layer already exists 03:35:34 f7218f968b27: Layer already exists 03:35:34 f17021a9f238: Layer already exists 03:35:34 f2f01c1ff7ba: Layer already exists 03:35:34 bf6512f40f05: Layer already exists 03:35:34 4da15874ea52: Layer already exists 03:35:34 43cbacd09f84: Layer already exists 03:35:34 d826e195db4c: Layer already exists 03:35:34 994456c4fd7b: Layer already exists 03:35:34 main: digest: sha256:51e4f1fe8f16015d45276dca2d711a89ee47444a6b0f14934dbc9b01f8ec61d6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:35:34 ===================================================== [Pipeline] echo 03:35:34 taggedImages: 03:35:34 - nexus3.edgexfoundry.org:10004/security-spire-server:208e85735de406a1e1d37f437623169183356937 03:35:34 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 03:35:34 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.24 03:35:34 - nexus3.edgexfoundry.org:10004/security-spire-server:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:35:34 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 03:35:34 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 03:35:34 208e85735de406a1e1d37f437623169183356937 03:35:34 latest 03:35:34 4.1.0-dev.24 03:35:34 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:35:34 main 03:35:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:35 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:35 + docker push nexus3.edgexfoundry.org:10004/support-notifications:208e85735de406a1e1d37f437623169183356937 03:35:35 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 03:35:35 6a9c64d12dbd: Preparing 03:35:35 67ae0a143d08: Preparing 03:35:35 f17021a9f238: Preparing 03:35:35 bf6512f40f05: Preparing 03:35:35 f15ef372b41d: Preparing 03:35:35 28e150db4664: Preparing 03:35:35 994456c4fd7b: Preparing 03:35:35 28e150db4664: Waiting 03:35:35 994456c4fd7b: Waiting 03:35:35 f17021a9f238: Layer already exists 03:35:35 bf6512f40f05: Layer already exists 03:35:35 994456c4fd7b: Layer already exists 03:35:35 6a9c64d12dbd: Pushed 03:35:35 f15ef372b41d: Pushed 03:35:35 28e150db4664: Pushed 03:35:39 67ae0a143d08: Pushed 03:35:39 208e85735de406a1e1d37f437623169183356937: digest: sha256:d374b5bd6d5355a34c77a86408de0cf2e6b2f528ae5c55bb0cf692f986d91105 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:39 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:39 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 03:35:39 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 03:35:39 6a9c64d12dbd: Preparing 03:35:39 67ae0a143d08: Preparing 03:35:39 f17021a9f238: Preparing 03:35:39 bf6512f40f05: Preparing 03:35:39 f15ef372b41d: Preparing 03:35:39 28e150db4664: Preparing 03:35:39 994456c4fd7b: Preparing 03:35:39 994456c4fd7b: Waiting 03:35:39 28e150db4664: Waiting 03:35:39 f17021a9f238: Layer already exists 03:35:39 67ae0a143d08: Layer already exists 03:35:39 6a9c64d12dbd: Layer already exists 03:35:39 bf6512f40f05: Layer already exists 03:35:39 f15ef372b41d: Layer already exists 03:35:39 28e150db4664: Layer already exists 03:35:39 994456c4fd7b: Layer already exists 03:35:39 latest: digest: sha256:d374b5bd6d5355a34c77a86408de0cf2e6b2f528ae5c55bb0cf692f986d91105 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:40 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:40 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.24 03:35:40 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 03:35:40 6a9c64d12dbd: Preparing 03:35:40 67ae0a143d08: Preparing 03:35:40 f17021a9f238: Preparing 03:35:40 bf6512f40f05: Preparing 03:35:40 f15ef372b41d: Preparing 03:35:40 28e150db4664: Preparing 03:35:40 994456c4fd7b: Preparing 03:35:40 28e150db4664: Waiting 03:35:40 994456c4fd7b: Waiting 03:35:40 f17021a9f238: Layer already exists 03:35:40 6a9c64d12dbd: Layer already exists 03:35:40 67ae0a143d08: Layer already exists 03:35:40 bf6512f40f05: Layer already exists 03:35:40 f15ef372b41d: Layer already exists 03:35:40 28e150db4664: Layer already exists 03:35:40 994456c4fd7b: Layer already exists 03:35:40 4.1.0-dev.24: digest: sha256:d374b5bd6d5355a34c77a86408de0cf2e6b2f528ae5c55bb0cf692f986d91105 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:40 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:41 + docker push nexus3.edgexfoundry.org:10004/support-notifications:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:35:41 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 03:35:41 6a9c64d12dbd: Preparing 03:35:41 67ae0a143d08: Preparing 03:35:41 f17021a9f238: Preparing 03:35:41 bf6512f40f05: Preparing 03:35:41 f15ef372b41d: Preparing 03:35:41 28e150db4664: Preparing 03:35:41 994456c4fd7b: Preparing 03:35:41 28e150db4664: Waiting 03:35:41 994456c4fd7b: Waiting 03:35:41 bf6512f40f05: Layer already exists 03:35:41 67ae0a143d08: Layer already exists 03:35:41 f15ef372b41d: Layer already exists 03:35:41 6a9c64d12dbd: Layer already exists 03:35:41 f17021a9f238: Layer already exists 03:35:41 994456c4fd7b: Layer already exists 03:35:41 28e150db4664: Layer already exists 03:35:41 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:d374b5bd6d5355a34c77a86408de0cf2e6b2f528ae5c55bb0cf692f986d91105 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:41 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:41 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 03:35:41 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 03:35:41 6a9c64d12dbd: Preparing 03:35:41 67ae0a143d08: Preparing 03:35:41 f17021a9f238: Preparing 03:35:41 bf6512f40f05: Preparing 03:35:41 f15ef372b41d: Preparing 03:35:41 28e150db4664: Preparing 03:35:41 994456c4fd7b: Preparing 03:35:41 994456c4fd7b: Waiting 03:35:41 28e150db4664: Waiting 03:35:41 f17021a9f238: Layer already exists 03:35:41 f15ef372b41d: Layer already exists 03:35:41 bf6512f40f05: Layer already exists 03:35:41 6a9c64d12dbd: Layer already exists 03:35:41 67ae0a143d08: Layer already exists 03:35:41 28e150db4664: Layer already exists 03:35:41 994456c4fd7b: Layer already exists 03:35:41 main: digest: sha256:d374b5bd6d5355a34c77a86408de0cf2e6b2f528ae5c55bb0cf692f986d91105 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:35:41 ===================================================== [Pipeline] echo 03:35:41 taggedImages: 03:35:41 - nexus3.edgexfoundry.org:10004/support-notifications:208e85735de406a1e1d37f437623169183356937 03:35:41 - nexus3.edgexfoundry.org:10004/support-notifications:latest 03:35:41 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.24 03:35:41 - nexus3.edgexfoundry.org:10004/support-notifications:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:35:41 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 03:35:41 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 03:35:41 208e85735de406a1e1d37f437623169183356937 03:35:41 latest 03:35:41 4.1.0-dev.24 03:35:41 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:35:41 main 03:35:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:42 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:42 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:208e85735de406a1e1d37f437623169183356937 03:35:42 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 03:35:42 d477330f3f13: Preparing 03:35:42 2cc02033eba2: Preparing 03:35:42 f17021a9f238: Preparing 03:35:42 bf6512f40f05: Preparing 03:35:42 5c3c7523c3be: Preparing 03:35:42 3e855f0dcc6e: Preparing 03:35:42 994456c4fd7b: Preparing 03:35:42 3e855f0dcc6e: Waiting 03:35:42 bf6512f40f05: Layer already exists 03:35:42 f17021a9f238: Layer already exists 03:35:42 994456c4fd7b: Layer already exists 03:35:42 d477330f3f13: Pushed 03:35:42 5c3c7523c3be: Pushed 03:35:42 3e855f0dcc6e: Pushed 03:35:46 2cc02033eba2: Pushed 03:35:46 208e85735de406a1e1d37f437623169183356937: digest: sha256:ea06e6de9f9e847dd6be9fdf5505938599f7bf8bba1cdaac78cbd6e11587366c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:46 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:46 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 03:35:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 03:35:46 d477330f3f13: Preparing 03:35:46 2cc02033eba2: Preparing 03:35:46 f17021a9f238: Preparing 03:35:46 bf6512f40f05: Preparing 03:35:46 5c3c7523c3be: Preparing 03:35:46 3e855f0dcc6e: Preparing 03:35:46 994456c4fd7b: Preparing 03:35:46 3e855f0dcc6e: Waiting 03:35:46 bf6512f40f05: Layer already exists 03:35:46 5c3c7523c3be: Layer already exists 03:35:46 2cc02033eba2: Layer already exists 03:35:46 d477330f3f13: Layer already exists 03:35:46 f17021a9f238: Layer already exists 03:35:46 3e855f0dcc6e: Layer already exists 03:35:46 994456c4fd7b: Layer already exists 03:35:46 latest: digest: sha256:ea06e6de9f9e847dd6be9fdf5505938599f7bf8bba1cdaac78cbd6e11587366c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:47 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:47 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.24 03:35:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 03:35:47 d477330f3f13: Preparing 03:35:47 2cc02033eba2: Preparing 03:35:47 f17021a9f238: Preparing 03:35:47 bf6512f40f05: Preparing 03:35:47 5c3c7523c3be: Preparing 03:35:47 3e855f0dcc6e: Preparing 03:35:47 994456c4fd7b: Preparing 03:35:47 3e855f0dcc6e: Waiting 03:35:47 f17021a9f238: Layer already exists 03:35:47 5c3c7523c3be: Layer already exists 03:35:47 2cc02033eba2: Layer already exists 03:35:47 bf6512f40f05: Layer already exists 03:35:47 d477330f3f13: Layer already exists 03:35:47 3e855f0dcc6e: Layer already exists 03:35:47 994456c4fd7b: Layer already exists 03:35:47 4.1.0-dev.24: digest: sha256:ea06e6de9f9e847dd6be9fdf5505938599f7bf8bba1cdaac78cbd6e11587366c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:47 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:48 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:35:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 03:35:48 d477330f3f13: Preparing 03:35:48 2cc02033eba2: Preparing 03:35:48 f17021a9f238: Preparing 03:35:48 bf6512f40f05: Preparing 03:35:48 5c3c7523c3be: Preparing 03:35:48 3e855f0dcc6e: Preparing 03:35:48 994456c4fd7b: Preparing 03:35:48 3e855f0dcc6e: Waiting 03:35:48 994456c4fd7b: Waiting 03:35:48 bf6512f40f05: Layer already exists 03:35:48 d477330f3f13: Layer already exists 03:35:48 5c3c7523c3be: Layer already exists 03:35:48 f17021a9f238: Layer already exists 03:35:48 2cc02033eba2: Layer already exists 03:35:48 994456c4fd7b: Layer already exists 03:35:48 3e855f0dcc6e: Layer already exists 03:35:48 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:ea06e6de9f9e847dd6be9fdf5505938599f7bf8bba1cdaac78cbd6e11587366c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:48 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:48 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 03:35:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 03:35:48 d477330f3f13: Preparing 03:35:48 2cc02033eba2: Preparing 03:35:48 f17021a9f238: Preparing 03:35:48 bf6512f40f05: Preparing 03:35:48 5c3c7523c3be: Preparing 03:35:48 3e855f0dcc6e: Preparing 03:35:48 994456c4fd7b: Preparing 03:35:48 3e855f0dcc6e: Waiting 03:35:48 994456c4fd7b: Waiting 03:35:48 2cc02033eba2: Layer already exists 03:35:48 d477330f3f13: Layer already exists 03:35:48 f17021a9f238: Layer already exists 03:35:48 bf6512f40f05: Layer already exists 03:35:48 5c3c7523c3be: Layer already exists 03:35:48 3e855f0dcc6e: Layer already exists 03:35:48 994456c4fd7b: Layer already exists 03:35:48 main: digest: sha256:ea06e6de9f9e847dd6be9fdf5505938599f7bf8bba1cdaac78cbd6e11587366c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:35:48 ===================================================== [Pipeline] echo 03:35:48 taggedImages: 03:35:48 - nexus3.edgexfoundry.org:10004/support-scheduler:208e85735de406a1e1d37f437623169183356937 03:35:48 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 03:35:48 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.24 03:35:48 - nexus3.edgexfoundry.org:10004/support-scheduler:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:35:48 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 03:35:48 ========================================================= 03:35:48 [edgeXBuildMultiArch] RAW Config: 03:35:48 images: 03:35:48 - nexus3.edgexfoundry.org:10004/core-command:208e85735de406a1e1d37f437623169183356937 03:35:48 - nexus3.edgexfoundry.org:10004/core-command:latest 03:35:48 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.24 03:35:48 - nexus3.edgexfoundry.org:10004/core-command:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:35:48 - nexus3.edgexfoundry.org:10004/core-command:main 03:35:48 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:208e85735de406a1e1d37f437623169183356937 03:35:48 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 03:35:48 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.24 03:35:48 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:35:48 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 03:35:48 - nexus3.edgexfoundry.org:10004/core-data:208e85735de406a1e1d37f437623169183356937 03:35:48 - nexus3.edgexfoundry.org:10004/core-data:latest 03:35:48 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.24 03:35:48 - nexus3.edgexfoundry.org:10004/core-data:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:35:48 - nexus3.edgexfoundry.org:10004/core-data:main 03:35:48 - nexus3.edgexfoundry.org:10004/core-keeper:208e85735de406a1e1d37f437623169183356937 03:35:48 - nexus3.edgexfoundry.org:10004/core-keeper:latest 03:35:48 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.24 03:35:48 - nexus3.edgexfoundry.org:10004/core-keeper:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:35:48 - nexus3.edgexfoundry.org:10004/core-keeper:main 03:35:48 - nexus3.edgexfoundry.org:10004/core-metadata:208e85735de406a1e1d37f437623169183356937 03:35:48 - nexus3.edgexfoundry.org:10004/core-metadata:latest 03:35:48 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.24 03:35:48 - nexus3.edgexfoundry.org:10004/core-metadata:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:35:48 - nexus3.edgexfoundry.org:10004/core-metadata:main 03:35:48 - nexus3.edgexfoundry.org:10004/security-bootstrapper:208e85735de406a1e1d37f437623169183356937 03:35:48 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 03:35:48 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.24 03:35:48 - nexus3.edgexfoundry.org:10004/security-bootstrapper:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:35:48 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 03:35:48 - nexus3.edgexfoundry.org:10004/security-proxy-auth:208e85735de406a1e1d37f437623169183356937 03:35:48 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 03:35:48 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.24 03:35:48 - nexus3.edgexfoundry.org:10004/security-proxy-auth:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:35:48 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 03:35:48 - nexus3.edgexfoundry.org:10004/security-proxy-setup:208e85735de406a1e1d37f437623169183356937 03:35:48 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 03:35:48 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.24 03:35:48 - nexus3.edgexfoundry.org:10004/security-proxy-setup:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:35:48 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 03:35:48 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:208e85735de406a1e1d37f437623169183356937 03:35:48 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 03:35:48 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.24 03:35:48 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:35:48 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 03:35:48 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:208e85735de406a1e1d37f437623169183356937 03:35:48 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 03:35:48 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.24 03:35:48 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:35:48 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 03:35:48 - nexus3.edgexfoundry.org:10004/security-spire-agent:208e85735de406a1e1d37f437623169183356937 03:35:48 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 03:35:48 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.24 03:35:48 - nexus3.edgexfoundry.org:10004/security-spire-agent:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:35:48 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 03:35:48 - nexus3.edgexfoundry.org:10004/security-spire-config:208e85735de406a1e1d37f437623169183356937 03:35:48 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 03:35:48 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.24 03:35:48 - nexus3.edgexfoundry.org:10004/security-spire-config:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:35:48 - nexus3.edgexfoundry.org:10004/security-spire-config:main 03:35:48 - nexus3.edgexfoundry.org:10004/security-spire-server:208e85735de406a1e1d37f437623169183356937 03:35:48 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 03:35:48 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.24 03:35:48 - nexus3.edgexfoundry.org:10004/security-spire-server:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:35:48 - nexus3.edgexfoundry.org:10004/security-spire-server:main 03:35:48 - nexus3.edgexfoundry.org:10004/support-notifications:208e85735de406a1e1d37f437623169183356937 03:35:48 - nexus3.edgexfoundry.org:10004/support-notifications:latest 03:35:48 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.24 03:35:48 - nexus3.edgexfoundry.org:10004/support-notifications:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:35:48 - nexus3.edgexfoundry.org:10004/support-notifications:main 03:35:48 - nexus3.edgexfoundry.org:10004/support-scheduler:208e85735de406a1e1d37f437623169183356937 03:35:48 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 03:35:48 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.24 03:35:48 - nexus3.edgexfoundry.org:10004/support-scheduler:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 03:35:48 - nexus3.edgexfoundry.org:10004/support-scheduler:main 03:35:48 settingsFile: 03:35:48 edgex-go-settings 03:35:48 ========================================================= [Pipeline] node 03:36:03 Still waiting to schedule task 03:36:03 All nodes of label ‘centos7-docker-4c-2g’ are offline 03:36:58 Running on prd-centos7-docker-4c-2g-3369 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:36:58 provisioning config files... 03:36:58 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config16346920490033001845tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:36:59 ---> ****-login.sh 03:36:59 nexus3.edgexfoundry.org:10001 03:52:13 #144 ... 03:52:13 03:52:13 #152 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 03:52:13 #152 DONE 1058.5s 03:52:13 03:52:13 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:52:13 #153 ... 03:52:13 03:52:13 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 03:52:13 #155 DONE 0.1s 03:52:13 03:52:13 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:52:13 #153 ... 03:52:13 03:52:13 #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 03:52:13 #156 DONE 0.2s 03:52:13 03:52:13 #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:52:13 #147 ... 03:52:13 03:52:13 #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 03:52:13 #157 DONE 0.2s 03:52:13 03:52:13 #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 03:52:13 #158 DONE 0.1s 03:52:13 03:52:13 #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 03:52:13 #159 DONE 0.1s 03:52:13 03:52:13 #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:52:15 #160 DONE 1.9s 03:52:15 03:52:15 #110 [core-common-config-bootstrapper] exporting to image 03:52:15 #110 exporting layers 03:52:15 #110 exporting layers 0.7s done 03:52:15 #110 writing image sha256:721344b80341e4b8687085579cf9e5e004d55227f2a277c11e31d4c468591089 done 03:52:15 #110 naming to docker.io/library/core-common-config-bootstrapper-arm64 0.0s done 03:52:15 #110 DONE 5.9s 03:52:15 03:52:15 #136 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:52:33 #136 ... 03:52:33 03:52:33 #150 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 03:52:33 #150 DONE 1078.7s 03:52:33 03:52:33 #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 03:52:33 #161 DONE 0.5s 03:52:33 03:52:33 #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 03:52:34 #162 DONE 2.4s 03:52:34 03:52:34 #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 03:52:35 #154 ... 03:52:35 03:52:35 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 03:52:35 #163 DONE 0.2s 03:52:35 03:52:35 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 03:52:35 #164 DONE 0.3s 03:52:35 03:52:35 #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:52:35 #147 ... 03:52:35 03:52:35 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 03:52:35 #165 DONE 0.2s 03:52:35 03:52:35 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 03:52:35 #166 DONE 0.1s 03:52:35 03:52:35 #136 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:52:36 #136 ... 03:52:36 03:52:36 #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/ 03:52:36 #167 DONE 0.1s 03:52:36 03:52:36 #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/ 03:52:36 #168 DONE 0.1s 03:52:36 03:52:36 #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/ 03:52:36 #169 DONE 0.1s 03:52:36 03:52:36 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 03:52:36 #170 DONE 0.2s 03:52:36 03:52:36 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 03:52:39 #171 DONE 2.3s 03:52:39 03:52:39 #110 [security-bootstrapper] exporting to image 03:52:39 #110 exporting layers 03:52:39 #110 exporting layers 1.0s done 03:52:39 #110 writing image sha256:c3bf76547c080fcadfce08b32047b1f3b27b238bc8f79d2899d4233e49309410 0.0s done 03:52:39 #110 naming to docker.io/library/security-bootstrapper-arm64 0.1s done 03:52:39 #110 DONE 7.0s 03:52:39 03:52:39 #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 04:07:02 #146 ... 04:07:02 04:07:02 #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 04:07:02 #151 DONE 1937.8s 04:07:02 04:07:02 #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 04:07:02 #154 ... 04:07:02 04:07:02 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 04:07:02 #172 DONE 0.2s 04:07:02 04:07:02 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 04:07:02 #173 DONE 0.3s 04:07:02 04:07:02 #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:07:02 #174 DONE 0.4s 04:07:02 04:07:02 #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 04:07:02 #148 ... 04:07:02 04:07:02 #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 04:07:02 #175 DONE 0.1s 04:07:02 04:07:02 #110 [core-command] exporting to image 04:07:02 #110 exporting layers 04:07:02 #110 exporting layers 0.3s done 04:07:02 #110 writing image sha256:783fdd00a5be0bd61783e504b1d9d3c9599efac2402c786b9eb6400d3fa1427b done 04:07:02 #110 naming to docker.io/library/core-command-arm64 done 04:07:02 #110 DONE 7.3s 04:07:02 04:07:02 #144 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 04:07:20 #144 ... 04:07:20 04:07:20 #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 04:07:20 #154 1966.5 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:07:27 #154 ... 04:07:27 04:07:27 #144 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 04:07:27 #144 DONE 1973.0s 04:07:27 04:07:27 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 04:07:27 #149 ... 04:07:27 04:07:27 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 04:07:27 #176 DONE 0.3s 04:07:27 04:07:27 #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 04:07:27 #177 DONE 0.1s 04:07:27 04:07:27 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:07:27 #153 ... 04:07:27 04:07:27 #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 04:07:27 #178 DONE 0.1s 04:07:27 04:07:27 #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 04:07:27 #179 DONE 0.1s 04:07:27 04:07:27 #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 04:07:28 #147 ... 04:07:28 04:07:28 #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 04:07:28 #180 DONE 0.4s 04:07:28 04:07:28 #136 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:07:28 #136 ... 04:07:28 04:07:28 #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 04:07:28 #181 DONE 0.2s 04:07:28 04:07:28 #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:07:30 #182 DONE 2.0s 04:07:30 04:07:30 #110 [security-proxy-setup] exporting to image 04:07:30 #110 exporting layers 04:07:31 #110 exporting layers 0.9s done 04:07:31 #110 writing image sha256:95e83e7ff7c905747ebbb0b006f8b77b0223d94a71256385b7ab67acb1bdb058 0.1s done 04:07:31 #110 naming to docker.io/library/security-proxy-setup-arm64 04:07:31 #110 naming to docker.io/library/security-proxy-setup-arm64 0.0s done 04:07:31 #110 DONE 8.3s 04:07:31 04:07:31 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:07:53 #153 ... 04:07:53 04:07:53 #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 04:07:53 #154 DONE 1998.1s 04:07:53 04:07:53 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:07:53 #153 ... 04:07:53 04:07:53 #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 04:07:53 #183 DONE 0.3s 04:07:53 04:07:53 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:07:53 #153 ... 04:07:53 04:07:53 #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 04:07:53 #184 DONE 0.1s 04:07:53 04:07:53 #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 04:07:53 #148 ... 04:07:53 04:07:53 #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 04:07:53 #185 DONE 0.3s 04:07:53 04:07:53 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:07:53 #153 ... 04:07:53 04:07:53 #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 04:07:53 #186 DONE 0.1s 04:07:53 04:07:53 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 04:07:53 #187 DONE 0.1s 04:07:53 04:07:53 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:07:53 #153 ... 04:07:53 04:07:53 #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:07:53 #188 DONE 0.3s 04:07:53 04:07:53 #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:07:54 #189 DONE 0.4s 04:07:54 04:07:54 #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:07:54 #190 DONE 0.1s 04:07:54 04:07:54 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:07:56 #191 DONE 1.8s 04:07:56 04:07:56 #110 [security-secretstore-setup] exporting to image 04:07:56 #110 exporting layers 04:07:57 #110 exporting layers 1.3s done 04:07:57 #110 writing image sha256:f850e66b686b0725a9cb724fa9afb9126b6a4bc63dd6337e86a018b654960527 done 04:07:57 #110 naming to docker.io/library/security-secretstore-setup-arm64 done 04:07:57 #110 DONE 9.7s 04:07:57 04:07:57 #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 04:09:05 #146 ... 04:09:05 04:09:05 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 04:09:05 #149 DONE 2067.1s 04:09:05 04:09:05 #136 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:09:05 #136 ... 04:09:05 04:09:05 #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 04:09:05 #192 DONE 0.2s 04:09:05 04:09:05 #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 04:09:05 #193 DONE 0.2s 04:09:05 04:09:05 #136 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:09:05 #136 ... 04:09:05 04:09:05 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 04:09:05 #194 DONE 0.4s 04:09:05 04:09:05 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 04:09:05 #145 ... 04:09:05 04:09:05 #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 04:09:05 #195 DONE 0.1s 04:09:05 04:09:05 #110 [security-spiffe-token-provider] exporting to image 04:09:05 #110 exporting layers 04:09:05 #110 exporting layers 1.1s done 04:09:05 #110 writing image sha256:5e4dd4b85462845a87c3867a49fe126ac30993d406e9b86a2b060ddf5242b397 done 04:09:05 #110 naming to docker.io/library/security-spiffe-token-provider-arm64 done 04:09:05 #110 DONE 10.8s 04:09:05 04:09:05 #136 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:09:32 #136 ... 04:09:32 04:09:32 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:09:32 #153 DONE 2098.4s 04:09:32 04:09:32 #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 04:09:32 #147 ... 04:09:32 04:09:32 #196 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 04:09:32 #196 DONE 0.1s 04:09:32 04:09:32 #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 04:09:32 #148 ... 04:09:32 04:09:32 #197 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 04:09:32 #197 DONE 0.1s 04:09:32 04:09:32 #198 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:09:33 #198 DONE 0.4s 04:09:33 04:09:33 #199 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 04:09:33 #199 DONE 0.2s 04:09:33 04:09:33 #110 [core-data] exporting to image 04:09:33 #110 exporting layers 04:09:33 #110 ... 04:09:33 04:09:33 #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 04:09:33 #148 DONE 2100.4s 04:09:33 04:09:33 #110 [core-data] exporting to image 04:09:34 #110 exporting layers 0.8s done 04:09:34 #110 writing image sha256:b2f2dbe313f5e2126318d7dc0003f6ea4298409b5be0138bd476417dbceed332 04:09:34 #110 writing image sha256:b2f2dbe313f5e2126318d7dc0003f6ea4298409b5be0138bd476417dbceed332 0.0s done 04:09:34 #110 naming to docker.io/library/core-data-arm64 done 04:09:34 #110 DONE 11.6s 04:09:34 04:09:34 #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 04:09:34 #147 ... 04:09:34 04:09:34 #200 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 04:09:34 #200 DONE 0.1s 04:09:34 04:09:34 #201 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 04:09:34 #201 DONE 0.2s 04:09:34 04:09:34 #202 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 04:09:35 #202 DONE 0.4s 04:09:35 04:09:35 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 04:09:35 #145 DONE 2101.4s 04:09:35 04:09:35 #203 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 04:09:35 #203 DONE 0.4s 04:09:35 04:09:35 #204 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 04:09:35 #204 DONE 0.4s 04:09:35 04:09:35 #205 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:09:36 #205 ... 04:09:36 04:09:36 #206 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 04:09:36 #206 DONE 0.3s 04:09:37 04:09:37 #207 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 04:09:37 #207 DONE 0.7s 04:09:37 04:09:37 #208 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 04:09:37 #208 DONE 0.2s 04:09:37 04:09:37 #136 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:09:38 #136 ... 04:09:38 04:09:38 #110 [core-keeper] exporting to image 04:09:38 #110 ... 04:09:38 04:09:38 #205 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:09:38 #205 DONE 2.2s 04:09:38 04:09:38 #110 [security-proxy-auth] exporting to image 04:09:38 #110 exporting layers 0.9s done 04:09:38 #110 writing image sha256:ff928870fecf22e5b228a45ce11a17e4b9537c8b224d1d962d57a2f1af549115 0.0s done 04:09:38 #110 naming to docker.io/library/core-keeper-arm64 done 04:09:38 #110 exporting layers 0.8s done 04:09:38 #110 writing image sha256:9cda02a8b9eaa963629a98d86c8c774e9b9bf1fafe9c734d9abb04a4ce7c550a done 04:09:38 #110 naming to docker.io/library/security-proxy-auth-arm64 done 04:09:38 #110 DONE 12.7s 04:09:38 04:09:38 #136 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:09:40 #136 ... 04:09:40 04:09:40 #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 04:09:40 #147 DONE 2107.3s 04:09:40 04:09:40 #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 04:09:40 #146 ... 04:09:40 04:09:40 #209 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 04:09:41 #209 DONE 0.1s 04:09:41 04:09:41 #210 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 04:09:41 #210 DONE 0.2s 04:09:41 04:09:41 #136 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:09:41 #136 ... 04:09:41 04:09:41 #211 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:09:41 #211 DONE 0.5s 04:09:41 04:09:41 #136 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:09:41 #136 ... 04:09:41 04:09:41 #212 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 04:09:41 #212 DONE 0.1s 04:09:41 04:09:41 #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 04:09:41 #213 DONE 0.1s 04:09:41 04:09:41 #136 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:09:42 #136 ... 04:09:42 04:09:42 #110 [core-metadata] exporting to image 04:09:42 #110 exporting layers 0.4s done 04:09:42 #110 writing image sha256:e34dcde717492ddfaf69890da219669485836ff6743fc08f10365377b4bee9a5 done 04:09:42 #110 naming to docker.io/library/core-metadata-arm64 done 04:09:42 #110 DONE 13.2s 04:09:42 04:09:42 #136 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:10:14 #136 ... 04:10:14 04:10:14 #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 04:10:14 #146 DONE 2136.4s 04:10:14 04:10:14 #136 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:10:14 #136 ... 04:10:14 04:10:14 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 04:10:14 #214 DONE 0.1s 04:10:14 04:10:14 #136 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:10:14 #136 ... 04:10:14 04:10:14 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 04:10:14 #215 DONE 0.1s 04:10:14 04:10:14 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:10:14 #216 DONE 0.4s 04:10:14 04:10:14 #136 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:10:14 #136 ... 04:10:14 04:10:14 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 04:10:14 #217 DONE 0.1s 04:10:14 04:10:14 #110 [support-scheduler] exporting to image 04:10:14 #110 exporting layers 04:10:14 #110 exporting layers 1.3s done 04:10:14 #110 writing image sha256:07a69e5f1b624880ab8d80e4e62d063f10ff1d51fabc9ff73f78f63e0747759a done 04:10:14 #110 naming to docker.io/library/support-scheduler-arm64 done 04:10:14 #110 DONE 14.4s 04:10:14 04:10:14 #136 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:10:18 #136 DONE 2145.4s 04:10:18 04:10:18 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 04:10:18 #218 DONE 0.1s 04:10:18 04:10:18 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 04:10:18 #219 DONE 0.1s 04:10:19 04:10:19 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:10:19 #220 DONE 0.4s 04:10:19 04:10:19 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 04:10:19 #221 DONE 0.1s 04:10:19 04:10:19 #110 [support-notifications] exporting to image 04:10:19 #110 exporting layers 04:10:20 #110 exporting layers 0.5s done 04:10:20 #110 writing image sha256:1e6048d44e90053d084f8e5ce1458a4da71266954697ff3b6f95e040bd90f63a done 04:10:20 #110 naming to docker.io/library/support-notifications-arm64 done 04:10:20 #110 DONE 15.0s 04:10:20 time="2025-06-16T03:31:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:10:20 time="2025-06-16T03:31:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:10:20 time="2025-06-16T03:31:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:10:20 time="2025-06-16T03:31:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:10:20 time="2025-06-16T03:31:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:10:20 time="2025-06-16T03:31:36Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:10:20 time="2025-06-16T03:31:36Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:10:20 time="2025-06-16T03:31:36Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:10:20 time="2025-06-16T03:31:36Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:10:20 time="2025-06-16T03:31:36Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:10:20 time="2025-06-16T03:31:36Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:10:20 time="2025-06-16T03:31:36Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:10:20 time="2025-06-16T03:31:36Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:10:20 time="2025-06-16T03:31:36Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:10:20 time="2025-06-16T03:31:36Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 04:10:20 $ docker stop --time=1 f9fce6a4d47b8de1d3a24f25bb94ab93487a3af487eb903d53db38456028097b 04:10:22 $ docker rm -f --volumes f9fce6a4d47b8de1d3a24f25bb94ab93487a3af487eb903d53db38456028097b [Pipeline] // withDockerContainer [Pipeline] sh 04:10:22 + docker images 04:10:22 REPOSITORY TAG IMAGE ID CREATED SIZE 04:10:22 support-notifications-arm64 latest 1e6048d44e90 3 seconds ago 52.8MB 04:10:22 support-scheduler-arm64 latest 07a69e5f1b62 12 seconds ago 48.9MB 04:10:22 core-metadata-arm64 latest e34dcde71749 41 seconds ago 33.5MB 04:10:22 core-keeper-arm64 latest ff928870fecf 45 seconds ago 33MB 04:10:22 security-proxy-auth-arm64 latest 9cda02a8b9ea 45 seconds ago 32.2MB 04:10:22 core-data-arm64 latest b2f2dbe313f5 49 seconds ago 33.3MB 04:10:22 security-spiffe-token-provider-arm64 latest 5e4dd4b85462 About a minute ago 48.6MB 04:10:22 security-secretstore-setup-arm64 latest f850e66b686b 2 minutes ago 68.2MB 04:10:22 security-proxy-setup-arm64 latest 95e83e7ff7c9 2 minutes ago 38.9MB 04:10:22 core-command-arm64 latest 783fdd00a5be 3 minutes ago 28.9MB 04:10:22 security-bootstrapper-arm64 latest c3bf76547c08 17 minutes ago 21.1MB 04:10:22 core-common-config-bootstrapper-arm64 latest 721344b80341 18 minutes ago 18MB 04:10:22 security-spire-config-arm64 latest d483e283c565 37 minutes ago 143MB 04:10:22 security-spire-agent-arm64 latest eeddcbb5a0ca 37 minutes ago 187MB 04:10:22 security-spire-server-arm64 latest e3b2109ac62c 37 minutes ago 144MB 04:10:22 ci-base-image-arm64 latest a7f4cbf0b2c5 39 minutes ago 910MB 04:10:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 12c1d4c06be1 2 months ago 560MB 04:10:22 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 04:10:22 provisioning config files... 04:10:22 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/854@tmp/config7365722231282134906tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:10:23 ---> ****-login.sh 04:10:23 nexus3.edgexfoundry.org:10001 04:10:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:10:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:10:23 Configure a credential helper to remove this warning. See 04:10:23 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:10:23 04:10:23 Login Succeeded 04:10:23 nexus3.edgexfoundry.org:10002 04:10:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:10:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:10:23 Configure a credential helper to remove this warning. See 04:10:23 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:10:23 04:10:23 Login Succeeded 04:10:23 nexus3.edgexfoundry.org:10003 04:10:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:10:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:10:24 Configure a credential helper to remove this warning. See 04:10:24 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:10:24 04:10:24 Login Succeeded 04:10:24 nexus3.edgexfoundry.org:10004 04:10:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:10:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:10:24 Configure a credential helper to remove this warning. See 04:10:24 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:10:24 04:10:24 Login Succeeded 04:10:24 ****.io 04:10:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:10:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:10:25 Configure a credential helper to remove this warning. See 04:10:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:10:25 04:10:25 Login Succeeded 04:10:25 ---> ****-login.sh ends [Pipeline] } 04:10:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:10:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 04:10:25 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 04:10:25 208e85735de406a1e1d37f437623169183356937 04:10:25 latest 04:10:25 4.1.0-dev.24 04:10:25 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 04:10:25 main 04:10:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:10:25 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:10:26 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:208e85735de406a1e1d37f437623169183356937 04:10:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 04:10:26 6c356aa98a5e: Preparing 04:10:26 e6ffbdaef649: Preparing 04:10:26 dcf7acc17af2: Preparing 04:10:26 7a144c9076ec: Preparing 04:10:26 5fd643c6ef8c: Preparing 04:10:26 2a255ec4fb4f: Preparing 04:10:26 dd9c8f8612c8: Preparing 04:10:26 2a255ec4fb4f: Waiting 04:10:26 dd9c8f8612c8: Waiting 04:10:26 7a144c9076ec: Pushed 04:10:26 5fd643c6ef8c: Pushed 04:10:26 6c356aa98a5e: Pushed 04:10:26 dcf7acc17af2: Pushed 04:10:26 dd9c8f8612c8: Layer already exists 04:10:26 2a255ec4fb4f: Pushed 04:10:30 e6ffbdaef649: Pushed 04:10:30 208e85735de406a1e1d37f437623169183356937: digest: sha256:8137644e1c945a356583aacfe0ef446aad86fdb7e6db58fc989b640dec5654bb size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:10:31 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:10:31 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 04:10:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 04:10:31 6c356aa98a5e: Preparing 04:10:31 e6ffbdaef649: Preparing 04:10:31 dcf7acc17af2: Preparing 04:10:31 7a144c9076ec: Preparing 04:10:31 5fd643c6ef8c: Preparing 04:10:31 2a255ec4fb4f: Preparing 04:10:31 dd9c8f8612c8: Preparing 04:10:31 dd9c8f8612c8: Waiting 04:10:31 2a255ec4fb4f: Waiting 04:10:31 dcf7acc17af2: Layer already exists 04:10:31 5fd643c6ef8c: Layer already exists 04:10:31 6c356aa98a5e: Layer already exists 04:10:31 7a144c9076ec: Layer already exists 04:10:31 e6ffbdaef649: Layer already exists 04:10:31 2a255ec4fb4f: Layer already exists 04:10:31 dd9c8f8612c8: Layer already exists 04:10:31 latest: digest: sha256:8137644e1c945a356583aacfe0ef446aad86fdb7e6db58fc989b640dec5654bb size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:10:32 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:10:32 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.24 04:10:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 04:10:32 6c356aa98a5e: Preparing 04:10:32 e6ffbdaef649: Preparing 04:10:32 dcf7acc17af2: Preparing 04:10:32 7a144c9076ec: Preparing 04:10:32 5fd643c6ef8c: Preparing 04:10:32 2a255ec4fb4f: Preparing 04:10:32 dd9c8f8612c8: Preparing 04:10:32 2a255ec4fb4f: Waiting 04:10:32 dd9c8f8612c8: Waiting 04:10:32 dcf7acc17af2: Layer already exists 04:10:32 7a144c9076ec: Layer already exists 04:10:32 6c356aa98a5e: Layer already exists 04:10:32 e6ffbdaef649: Layer already exists 04:10:32 5fd643c6ef8c: Layer already exists 04:10:32 dd9c8f8612c8: Layer already exists 04:10:32 2a255ec4fb4f: Layer already exists 04:10:32 4.1.0-dev.24: digest: sha256:8137644e1c945a356583aacfe0ef446aad86fdb7e6db58fc989b640dec5654bb size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:10:33 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:10:33 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 04:10:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 04:10:33 6c356aa98a5e: Preparing 04:10:33 e6ffbdaef649: Preparing 04:10:33 dcf7acc17af2: Preparing 04:10:33 7a144c9076ec: Preparing 04:10:33 5fd643c6ef8c: Preparing 04:10:33 2a255ec4fb4f: Preparing 04:10:33 dd9c8f8612c8: Preparing 04:10:33 2a255ec4fb4f: Waiting 04:10:33 dd9c8f8612c8: Waiting 04:10:33 6c356aa98a5e: Layer already exists 04:10:33 e6ffbdaef649: Layer already exists 04:10:33 7a144c9076ec: Layer already exists 04:10:33 5fd643c6ef8c: Layer already exists 04:10:33 dcf7acc17af2: Layer already exists 04:10:33 dd9c8f8612c8: Layer already exists 04:10:33 2a255ec4fb4f: Layer already exists 04:10:33 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:8137644e1c945a356583aacfe0ef446aad86fdb7e6db58fc989b640dec5654bb size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:10:34 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:10:34 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 04:10:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 04:10:34 6c356aa98a5e: Preparing 04:10:34 e6ffbdaef649: Preparing 04:10:34 dcf7acc17af2: Preparing 04:10:34 7a144c9076ec: Preparing 04:10:34 5fd643c6ef8c: Preparing 04:10:34 2a255ec4fb4f: Preparing 04:10:34 dd9c8f8612c8: Preparing 04:10:34 2a255ec4fb4f: Waiting 04:10:34 dd9c8f8612c8: Waiting 04:10:34 dcf7acc17af2: Layer already exists 04:10:34 e6ffbdaef649: Layer already exists 04:10:34 5fd643c6ef8c: Layer already exists 04:10:34 7a144c9076ec: Layer already exists 04:10:34 6c356aa98a5e: Layer already exists 04:10:34 dd9c8f8612c8: Layer already exists 04:10:34 2a255ec4fb4f: Layer already exists 04:10:34 main: digest: sha256:8137644e1c945a356583aacfe0ef446aad86fdb7e6db58fc989b640dec5654bb size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:10:34 ===================================================== [Pipeline] echo 04:10:34 taggedImages: 04:10:34 - nexus3.edgexfoundry.org:10004/core-command-arm64:208e85735de406a1e1d37f437623169183356937 04:10:34 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 04:10:34 - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.24 04:10:34 - nexus3.edgexfoundry.org:10004/core-command-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 04:10:34 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 04:10:34 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 04:10:34 208e85735de406a1e1d37f437623169183356937 04:10:34 latest 04:10:34 4.1.0-dev.24 04:10:34 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 04:10:34 main 04:10:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:10:35 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:10:35 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:208e85735de406a1e1d37f437623169183356937 04:10:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 04:10:35 12bf9b35c682: Preparing 04:10:35 90d49a44d80b: Preparing 04:10:35 3e165c0d5dba: Preparing 04:10:35 471f02e9b9be: Preparing 04:10:35 dcf7acc17af2: Preparing 04:10:35 7a144c9076ec: Preparing 04:10:35 5fd643c6ef8c: Preparing 04:10:35 2a255ec4fb4f: Preparing 04:10:35 dd9c8f8612c8: Preparing 04:10:35 7a144c9076ec: Waiting 04:10:35 5fd643c6ef8c: Waiting 04:10:35 2a255ec4fb4f: Waiting 04:10:35 dcf7acc17af2: Layer already exists 04:10:35 7a144c9076ec: Layer already exists 04:10:35 5fd643c6ef8c: Layer already exists 04:10:35 90d49a44d80b: Pushed 04:10:35 2a255ec4fb4f: Layer already exists 04:10:35 3e165c0d5dba: Pushed 04:10:35 12bf9b35c682: Pushed 04:10:35 dd9c8f8612c8: Layer already exists 04:10:37 471f02e9b9be: Pushed 04:10:37 208e85735de406a1e1d37f437623169183356937: digest: sha256:c13fcb547e975435fd1c4a44cb55e9abd06d349ae2c3cf11e351ab809a098506 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:10:38 + 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 04:10:38 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 04:10:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 04:10:38 12bf9b35c682: Preparing 04:10:38 90d49a44d80b: Preparing 04:10:38 3e165c0d5dba: Preparing 04:10:38 471f02e9b9be: Preparing 04:10:38 dcf7acc17af2: Preparing 04:10:38 7a144c9076ec: Preparing 04:10:38 5fd643c6ef8c: Preparing 04:10:38 2a255ec4fb4f: Preparing 04:10:38 dd9c8f8612c8: Preparing 04:10:38 7a144c9076ec: Waiting 04:10:38 5fd643c6ef8c: Waiting 04:10:38 2a255ec4fb4f: Waiting 04:10:38 dd9c8f8612c8: Waiting 04:10:38 12bf9b35c682: Layer already exists 04:10:38 90d49a44d80b: Layer already exists 04:10:38 dcf7acc17af2: Layer already exists 04:10:38 3e165c0d5dba: Layer already exists 04:10:38 471f02e9b9be: Layer already exists 04:10:38 5fd643c6ef8c: Layer already exists 04:10:38 2a255ec4fb4f: Layer already exists 04:10:38 7a144c9076ec: Layer already exists 04:10:38 dd9c8f8612c8: Layer already exists 04:10:38 latest: digest: sha256:c13fcb547e975435fd1c4a44cb55e9abd06d349ae2c3cf11e351ab809a098506 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:10:39 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:10:39 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.24 04:10:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 04:10:39 12bf9b35c682: Preparing 04:10:39 90d49a44d80b: Preparing 04:10:39 3e165c0d5dba: Preparing 04:10:39 471f02e9b9be: Preparing 04:10:39 dcf7acc17af2: Preparing 04:10:39 7a144c9076ec: Preparing 04:10:39 5fd643c6ef8c: Preparing 04:10:39 2a255ec4fb4f: Preparing 04:10:39 dd9c8f8612c8: Preparing 04:10:39 7a144c9076ec: Waiting 04:10:39 5fd643c6ef8c: Waiting 04:10:39 2a255ec4fb4f: Waiting 04:10:39 dd9c8f8612c8: Waiting 04:10:39 90d49a44d80b: Layer already exists 04:10:39 12bf9b35c682: Layer already exists 04:10:39 dcf7acc17af2: Layer already exists 04:10:39 471f02e9b9be: Layer already exists 04:10:39 3e165c0d5dba: Layer already exists 04:10:39 5fd643c6ef8c: Layer already exists 04:10:39 2a255ec4fb4f: Layer already exists 04:10:39 dd9c8f8612c8: Layer already exists 04:10:39 7a144c9076ec: Layer already exists 04:10:39 4.1.0-dev.24: digest: sha256:c13fcb547e975435fd1c4a44cb55e9abd06d349ae2c3cf11e351ab809a098506 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:10:40 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:10:40 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 04:10:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 04:10:40 12bf9b35c682: Preparing 04:10:40 90d49a44d80b: Preparing 04:10:40 3e165c0d5dba: Preparing 04:10:40 471f02e9b9be: Preparing 04:10:40 dcf7acc17af2: Preparing 04:10:40 7a144c9076ec: Preparing 04:10:40 5fd643c6ef8c: Preparing 04:10:40 2a255ec4fb4f: Preparing 04:10:40 dd9c8f8612c8: Preparing 04:10:40 7a144c9076ec: Waiting 04:10:40 5fd643c6ef8c: Waiting 04:10:40 2a255ec4fb4f: Waiting 04:10:40 dd9c8f8612c8: Waiting 04:10:40 90d49a44d80b: Layer already exists 04:10:40 dcf7acc17af2: Layer already exists 04:10:40 471f02e9b9be: Layer already exists 04:10:40 3e165c0d5dba: Layer already exists 04:10:40 12bf9b35c682: Layer already exists 04:10:40 dd9c8f8612c8: Layer already exists 04:10:40 7a144c9076ec: Layer already exists 04:10:40 5fd643c6ef8c: Layer already exists 04:10:40 2a255ec4fb4f: Layer already exists 04:10:40 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:c13fcb547e975435fd1c4a44cb55e9abd06d349ae2c3cf11e351ab809a098506 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:10:41 + 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 04:10:41 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 04:10:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 04:10:41 12bf9b35c682: Preparing 04:10:41 90d49a44d80b: Preparing 04:10:41 3e165c0d5dba: Preparing 04:10:41 471f02e9b9be: Preparing 04:10:41 dcf7acc17af2: Preparing 04:10:41 7a144c9076ec: Preparing 04:10:41 5fd643c6ef8c: Preparing 04:10:41 2a255ec4fb4f: Preparing 04:10:41 dd9c8f8612c8: Preparing 04:10:41 7a144c9076ec: Waiting 04:10:41 5fd643c6ef8c: Waiting 04:10:41 2a255ec4fb4f: Waiting 04:10:41 dd9c8f8612c8: Waiting 04:10:41 90d49a44d80b: Layer already exists 04:10:41 12bf9b35c682: Layer already exists 04:10:41 dcf7acc17af2: Layer already exists 04:10:41 471f02e9b9be: Layer already exists 04:10:41 3e165c0d5dba: Layer already exists 04:10:41 dd9c8f8612c8: Layer already exists 04:10:41 7a144c9076ec: Layer already exists 04:10:41 2a255ec4fb4f: Layer already exists 04:10:41 5fd643c6ef8c: Layer already exists 04:10:41 main: digest: sha256:c13fcb547e975435fd1c4a44cb55e9abd06d349ae2c3cf11e351ab809a098506 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:10:41 ===================================================== [Pipeline] echo 04:10:41 taggedImages: 04:10:41 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:208e85735de406a1e1d37f437623169183356937 04:10:41 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 04:10:41 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.24 04:10:41 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 04:10:41 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 04:10:41 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 04:10:41 208e85735de406a1e1d37f437623169183356937 04:10:41 latest 04:10:41 4.1.0-dev.24 04:10:41 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 04:10:41 main 04:10:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:10:42 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:10:42 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:208e85735de406a1e1d37f437623169183356937 04:10:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 04:10:42 5afbddfea132: Preparing 04:10:42 608af56b8a77: Preparing 04:10:42 dcf7acc17af2: Preparing 04:10:42 7a144c9076ec: Preparing 04:10:42 af8517002365: Preparing 04:10:42 10434424d8cf: Preparing 04:10:42 10434424d8cf: Waiting 04:10:42 dd9c8f8612c8: Preparing 04:10:42 dd9c8f8612c8: Waiting 04:10:42 7a144c9076ec: Layer already exists 04:10:42 dcf7acc17af2: Layer already exists 04:10:42 dd9c8f8612c8: Layer already exists 04:10:42 5afbddfea132: Pushed 04:10:42 af8517002365: Pushed 04:10:42 10434424d8cf: Pushed 04:10:48 608af56b8a77: Pushed 04:10:48 208e85735de406a1e1d37f437623169183356937: digest: sha256:0f89edfc4f7742023daaae780d29ff87fd7a1bfb4cc2060522fd34a8015c55b2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:10:48 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:10:48 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 04:10:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 04:10:48 5afbddfea132: Preparing 04:10:48 608af56b8a77: Preparing 04:10:48 dcf7acc17af2: Preparing 04:10:48 7a144c9076ec: Preparing 04:10:48 af8517002365: Preparing 04:10:48 10434424d8cf: Preparing 04:10:48 dd9c8f8612c8: Preparing 04:10:48 10434424d8cf: Waiting 04:10:48 dd9c8f8612c8: Waiting 04:10:48 af8517002365: Layer already exists 04:10:48 608af56b8a77: Layer already exists 04:10:48 7a144c9076ec: Layer already exists 04:10:48 5afbddfea132: Layer already exists 04:10:48 dcf7acc17af2: Layer already exists 04:10:48 dd9c8f8612c8: Layer already exists 04:10:48 10434424d8cf: Layer already exists 04:10:49 latest: digest: sha256:0f89edfc4f7742023daaae780d29ff87fd7a1bfb4cc2060522fd34a8015c55b2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:10:49 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:10:49 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.24 04:10:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 04:10:49 5afbddfea132: Preparing 04:10:49 608af56b8a77: Preparing 04:10:49 dcf7acc17af2: Preparing 04:10:49 7a144c9076ec: Preparing 04:10:49 af8517002365: Preparing 04:10:49 10434424d8cf: Preparing 04:10:49 dd9c8f8612c8: Preparing 04:10:49 10434424d8cf: Waiting 04:10:49 dd9c8f8612c8: Waiting 04:10:49 7a144c9076ec: Layer already exists 04:10:49 5afbddfea132: Layer already exists 04:10:49 af8517002365: Layer already exists 04:10:49 608af56b8a77: Layer already exists 04:10:49 dcf7acc17af2: Layer already exists 04:10:49 dd9c8f8612c8: Layer already exists 04:10:49 10434424d8cf: Layer already exists 04:10:50 4.1.0-dev.24: digest: sha256:0f89edfc4f7742023daaae780d29ff87fd7a1bfb4cc2060522fd34a8015c55b2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:10:50 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:10:51 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 04:10:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 04:10:51 5afbddfea132: Preparing 04:10:51 608af56b8a77: Preparing 04:10:51 dcf7acc17af2: Preparing 04:10:51 7a144c9076ec: Preparing 04:10:51 af8517002365: Preparing 04:10:51 10434424d8cf: Preparing 04:10:51 dd9c8f8612c8: Preparing 04:10:51 10434424d8cf: Waiting 04:10:51 dd9c8f8612c8: Waiting 04:10:51 5afbddfea132: Layer already exists 04:10:51 7a144c9076ec: Layer already exists 04:10:51 608af56b8a77: Layer already exists 04:10:51 dcf7acc17af2: Layer already exists 04:10:51 af8517002365: Layer already exists 04:10:51 dd9c8f8612c8: Layer already exists 04:10:51 10434424d8cf: Layer already exists 04:10:51 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:0f89edfc4f7742023daaae780d29ff87fd7a1bfb4cc2060522fd34a8015c55b2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:10:51 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:10:52 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 04:10:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 04:10:52 5afbddfea132: Preparing 04:10:52 608af56b8a77: Preparing 04:10:52 dcf7acc17af2: Preparing 04:10:52 7a144c9076ec: Preparing 04:10:52 af8517002365: Preparing 04:10:52 10434424d8cf: Preparing 04:10:52 dd9c8f8612c8: Preparing 04:10:52 10434424d8cf: Waiting 04:10:52 dd9c8f8612c8: Waiting 04:10:52 608af56b8a77: Layer already exists 04:10:52 dcf7acc17af2: Layer already exists 04:10:52 7a144c9076ec: Layer already exists 04:10:52 af8517002365: Layer already exists 04:10:52 5afbddfea132: Layer already exists 04:10:52 10434424d8cf: Layer already exists 04:10:52 dd9c8f8612c8: Layer already exists 04:10:52 main: digest: sha256:0f89edfc4f7742023daaae780d29ff87fd7a1bfb4cc2060522fd34a8015c55b2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:10:52 ===================================================== [Pipeline] echo 04:10:52 taggedImages: 04:10:52 - nexus3.edgexfoundry.org:10004/core-data-arm64:208e85735de406a1e1d37f437623169183356937 04:10:52 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 04:10:52 - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.24 04:10:52 - nexus3.edgexfoundry.org:10004/core-data-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 04:10:52 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 04:10:52 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 04:10:52 208e85735de406a1e1d37f437623169183356937 04:10:52 latest 04:10:52 4.1.0-dev.24 04:10:52 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 04:10:52 main 04:10:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:10:52 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:10:53 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:208e85735de406a1e1d37f437623169183356937 04:10:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 04:10:53 44419a13c9d7: Preparing 04:10:53 84c520dcc69d: Preparing 04:10:53 7a144c9076ec: Preparing 04:10:53 b75dd3462efb: Preparing 04:10:53 37a715764b40: Preparing 04:10:53 dd9c8f8612c8: Preparing 04:10:53 dd9c8f8612c8: Waiting 04:10:53 7a144c9076ec: Layer already exists 04:10:53 dd9c8f8612c8: Layer already exists 04:10:53 37a715764b40: Pushed 04:10:53 b75dd3462efb: Pushed 04:10:53 44419a13c9d7: Pushed 04:10:58 84c520dcc69d: Pushed 04:10:58 208e85735de406a1e1d37f437623169183356937: digest: sha256:a0ace28e1d0164661877b110f81d3080a0c6de43ade5f06bd6a25dd3c6b611f8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:10:59 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:10:59 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 04:10:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 04:10:59 44419a13c9d7: Preparing 04:10:59 84c520dcc69d: Preparing 04:10:59 7a144c9076ec: Preparing 04:10:59 b75dd3462efb: Preparing 04:10:59 37a715764b40: Preparing 04:10:59 dd9c8f8612c8: Preparing 04:10:59 dd9c8f8612c8: Waiting 04:10:59 84c520dcc69d: Layer already exists 04:10:59 7a144c9076ec: Layer already exists 04:10:59 44419a13c9d7: Layer already exists 04:10:59 b75dd3462efb: Layer already exists 04:10:59 37a715764b40: Layer already exists 04:10:59 dd9c8f8612c8: Layer already exists 04:10:59 latest: digest: sha256:a0ace28e1d0164661877b110f81d3080a0c6de43ade5f06bd6a25dd3c6b611f8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:00 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:00 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.24 04:11:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 04:11:00 44419a13c9d7: Preparing 04:11:00 84c520dcc69d: Preparing 04:11:00 7a144c9076ec: Preparing 04:11:00 b75dd3462efb: Preparing 04:11:00 37a715764b40: Preparing 04:11:00 dd9c8f8612c8: Preparing 04:11:00 dd9c8f8612c8: Waiting 04:11:00 b75dd3462efb: Layer already exists 04:11:00 37a715764b40: Layer already exists 04:11:00 7a144c9076ec: Layer already exists 04:11:00 84c520dcc69d: Layer already exists 04:11:00 44419a13c9d7: Layer already exists 04:11:00 dd9c8f8612c8: Layer already exists 04:11:00 4.1.0-dev.24: digest: sha256:a0ace28e1d0164661877b110f81d3080a0c6de43ade5f06bd6a25dd3c6b611f8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:01 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:01 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 04:11:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 04:11:01 44419a13c9d7: Preparing 04:11:01 84c520dcc69d: Preparing 04:11:01 7a144c9076ec: Preparing 04:11:01 b75dd3462efb: Preparing 04:11:01 37a715764b40: Preparing 04:11:01 dd9c8f8612c8: Preparing 04:11:01 dd9c8f8612c8: Waiting 04:11:01 b75dd3462efb: Layer already exists 04:11:01 37a715764b40: Layer already exists 04:11:01 7a144c9076ec: Layer already exists 04:11:01 44419a13c9d7: Layer already exists 04:11:01 84c520dcc69d: Layer already exists 04:11:01 dd9c8f8612c8: Layer already exists 04:11:01 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:a0ace28e1d0164661877b110f81d3080a0c6de43ade5f06bd6a25dd3c6b611f8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:02 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:02 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 04:11:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 04:11:02 44419a13c9d7: Preparing 04:11:02 84c520dcc69d: Preparing 04:11:02 7a144c9076ec: Preparing 04:11:02 b75dd3462efb: Preparing 04:11:02 37a715764b40: Preparing 04:11:02 dd9c8f8612c8: Preparing 04:11:02 dd9c8f8612c8: Waiting 04:11:02 b75dd3462efb: Layer already exists 04:11:02 7a144c9076ec: Layer already exists 04:11:02 37a715764b40: Layer already exists 04:11:02 44419a13c9d7: Layer already exists 04:11:02 84c520dcc69d: Layer already exists 04:11:02 dd9c8f8612c8: Layer already exists 04:11:02 main: digest: sha256:a0ace28e1d0164661877b110f81d3080a0c6de43ade5f06bd6a25dd3c6b611f8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:11:02 ===================================================== [Pipeline] echo 04:11:02 taggedImages: 04:11:02 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:208e85735de406a1e1d37f437623169183356937 04:11:02 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 04:11:02 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.24 04:11:02 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 04:11:02 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 04:11:02 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 04:11:02 208e85735de406a1e1d37f437623169183356937 04:11:02 latest 04:11:02 4.1.0-dev.24 04:11:02 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 04:11:02 main 04:11:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:03 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:03 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:208e85735de406a1e1d37f437623169183356937 04:11:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 04:11:03 980c6e1b2215: Preparing 04:11:03 0ecf80cd79c0: Preparing 04:11:03 c5e94070fd42: Preparing 04:11:03 dcf7acc17af2: Preparing 04:11:03 7a144c9076ec: Preparing 04:11:03 5fd643c6ef8c: Preparing 04:11:03 2a255ec4fb4f: Preparing 04:11:03 dd9c8f8612c8: Preparing 04:11:03 5fd643c6ef8c: Waiting 04:11:03 2a255ec4fb4f: Waiting 04:11:03 dd9c8f8612c8: Waiting 04:11:03 dcf7acc17af2: Layer already exists 04:11:03 7a144c9076ec: Layer already exists 04:11:03 5fd643c6ef8c: Layer already exists 04:11:03 2a255ec4fb4f: Layer already exists 04:11:03 dd9c8f8612c8: Layer already exists 04:11:03 0ecf80cd79c0: Pushed 04:11:03 980c6e1b2215: Pushed 04:11:09 c5e94070fd42: Pushed 04:11:09 208e85735de406a1e1d37f437623169183356937: digest: sha256:060d0764917e5b20b4b5e78daed4ff82e3a722412b60f252de0c4d4864ce2827 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:09 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:10 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 04:11:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 04:11:10 980c6e1b2215: Preparing 04:11:10 0ecf80cd79c0: Preparing 04:11:10 c5e94070fd42: Preparing 04:11:10 dcf7acc17af2: Preparing 04:11:10 7a144c9076ec: Preparing 04:11:10 5fd643c6ef8c: Preparing 04:11:10 2a255ec4fb4f: Preparing 04:11:10 dd9c8f8612c8: Preparing 04:11:10 5fd643c6ef8c: Waiting 04:11:10 2a255ec4fb4f: Waiting 04:11:10 dd9c8f8612c8: Waiting 04:11:10 0ecf80cd79c0: Layer already exists 04:11:10 7a144c9076ec: Layer already exists 04:11:10 980c6e1b2215: Layer already exists 04:11:10 dcf7acc17af2: Layer already exists 04:11:10 c5e94070fd42: Layer already exists 04:11:10 5fd643c6ef8c: Layer already exists 04:11:10 2a255ec4fb4f: Layer already exists 04:11:10 dd9c8f8612c8: Layer already exists 04:11:10 latest: digest: sha256:060d0764917e5b20b4b5e78daed4ff82e3a722412b60f252de0c4d4864ce2827 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:10 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:10 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.24 04:11:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 04:11:10 980c6e1b2215: Preparing 04:11:10 0ecf80cd79c0: Preparing 04:11:10 c5e94070fd42: Preparing 04:11:10 dcf7acc17af2: Preparing 04:11:10 7a144c9076ec: Preparing 04:11:10 5fd643c6ef8c: Preparing 04:11:10 2a255ec4fb4f: Preparing 04:11:10 dd9c8f8612c8: Preparing 04:11:10 2a255ec4fb4f: Waiting 04:11:10 dd9c8f8612c8: Waiting 04:11:10 5fd643c6ef8c: Waiting 04:11:10 0ecf80cd79c0: Layer already exists 04:11:10 7a144c9076ec: Layer already exists 04:11:10 c5e94070fd42: Layer already exists 04:11:10 980c6e1b2215: Layer already exists 04:11:10 dcf7acc17af2: Layer already exists 04:11:10 5fd643c6ef8c: Layer already exists 04:11:10 2a255ec4fb4f: Layer already exists 04:11:10 dd9c8f8612c8: Layer already exists 04:11:10 4.1.0-dev.24: digest: sha256:060d0764917e5b20b4b5e78daed4ff82e3a722412b60f252de0c4d4864ce2827 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:11 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:11 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 04:11:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 04:11:11 980c6e1b2215: Preparing 04:11:11 0ecf80cd79c0: Preparing 04:11:11 c5e94070fd42: Preparing 04:11:11 dcf7acc17af2: Preparing 04:11:11 7a144c9076ec: Preparing 04:11:11 5fd643c6ef8c: Preparing 04:11:11 2a255ec4fb4f: Preparing 04:11:11 dd9c8f8612c8: Preparing 04:11:11 2a255ec4fb4f: Waiting 04:11:11 dd9c8f8612c8: Waiting 04:11:11 5fd643c6ef8c: Waiting 04:11:11 980c6e1b2215: Layer already exists 04:11:11 0ecf80cd79c0: Layer already exists 04:11:11 7a144c9076ec: Layer already exists 04:11:11 dcf7acc17af2: Layer already exists 04:11:11 c5e94070fd42: Layer already exists 04:11:11 5fd643c6ef8c: Layer already exists 04:11:11 dd9c8f8612c8: Layer already exists 04:11:11 2a255ec4fb4f: Layer already exists 04:11:12 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:060d0764917e5b20b4b5e78daed4ff82e3a722412b60f252de0c4d4864ce2827 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:12 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:12 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 04:11:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 04:11:12 980c6e1b2215: Preparing 04:11:12 0ecf80cd79c0: Preparing 04:11:12 c5e94070fd42: Preparing 04:11:12 dcf7acc17af2: Preparing 04:11:12 7a144c9076ec: Preparing 04:11:12 5fd643c6ef8c: Preparing 04:11:12 2a255ec4fb4f: Preparing 04:11:12 dd9c8f8612c8: Preparing 04:11:12 5fd643c6ef8c: Waiting 04:11:12 2a255ec4fb4f: Waiting 04:11:12 dd9c8f8612c8: Waiting 04:11:12 7a144c9076ec: Layer already exists 04:11:12 980c6e1b2215: Layer already exists 04:11:12 dcf7acc17af2: Layer already exists 04:11:12 c5e94070fd42: Layer already exists 04:11:12 0ecf80cd79c0: Layer already exists 04:11:12 2a255ec4fb4f: Layer already exists 04:11:12 dd9c8f8612c8: Layer already exists 04:11:12 5fd643c6ef8c: Layer already exists 04:11:13 main: digest: sha256:060d0764917e5b20b4b5e78daed4ff82e3a722412b60f252de0c4d4864ce2827 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:11:13 ===================================================== [Pipeline] echo 04:11:13 taggedImages: 04:11:13 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:208e85735de406a1e1d37f437623169183356937 04:11:13 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 04:11:13 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.24 04:11:13 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 04:11:13 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 04:11:13 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 04:11:13 208e85735de406a1e1d37f437623169183356937 04:11:13 latest 04:11:13 4.1.0-dev.24 04:11:13 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 04:11:13 main 04:11:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:13 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:13 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:208e85735de406a1e1d37f437623169183356937 04:11:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 04:11:13 35e764677d29: Preparing 04:11:13 c03ab609e4ec: Preparing 04:11:13 a2e93731bae1: Preparing 04:11:13 600a41ea9881: Preparing 04:11:13 e2e6490787a4: Preparing 04:11:13 5c4f329fdee2: Preparing 04:11:13 3ad87116eb35: Preparing 04:11:13 dcf7acc17af2: Preparing 04:11:13 7a144c9076ec: Preparing 04:11:13 8cf3d0d2f216: Preparing 04:11:13 aab5fc7919df: Preparing 04:11:13 5f70bf18a086: Preparing 04:11:13 a9266b8222fa: Preparing 04:11:13 60a50349abc9: Preparing 04:11:13 c0f732982636: Preparing 04:11:13 dd9c8f8612c8: Preparing 04:11:13 5c4f329fdee2: Waiting 04:11:13 3ad87116eb35: Waiting 04:11:13 dcf7acc17af2: Waiting 04:11:13 7a144c9076ec: Waiting 04:11:13 8cf3d0d2f216: Waiting 04:11:13 aab5fc7919df: Waiting 04:11:13 5f70bf18a086: Waiting 04:11:13 a9266b8222fa: Waiting 04:11:13 60a50349abc9: Waiting 04:11:13 c0f732982636: Waiting 04:11:13 dd9c8f8612c8: Waiting 04:11:14 600a41ea9881: Pushed 04:11:14 a2e93731bae1: Pushed 04:11:14 c03ab609e4ec: Pushed 04:11:14 35e764677d29: Pushed 04:11:14 e2e6490787a4: Pushed 04:11:14 dcf7acc17af2: Layer already exists 04:11:14 7a144c9076ec: Layer already exists 04:11:14 5c4f329fdee2: Pushed 04:11:14 5f70bf18a086: Layer already exists 04:11:14 aab5fc7919df: Pushed 04:11:14 8cf3d0d2f216: Pushed 04:11:14 a9266b8222fa: Pushed 04:11:14 dd9c8f8612c8: Layer already exists 04:11:14 60a50349abc9: Pushed 04:11:14 c0f732982636: Pushed 04:11:17 3ad87116eb35: Pushed 04:11:17 208e85735de406a1e1d37f437623169183356937: digest: sha256:5059bb4253900eddd73fae6964554279773b7262ba268f136956af90201d2156 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:18 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:18 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 04:11:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 04:11:18 35e764677d29: Preparing 04:11:18 c03ab609e4ec: Preparing 04:11:18 a2e93731bae1: Preparing 04:11:18 600a41ea9881: Preparing 04:11:18 e2e6490787a4: Preparing 04:11:18 5c4f329fdee2: Preparing 04:11:18 3ad87116eb35: Preparing 04:11:18 dcf7acc17af2: Preparing 04:11:18 7a144c9076ec: Preparing 04:11:18 8cf3d0d2f216: Preparing 04:11:18 aab5fc7919df: Preparing 04:11:18 5f70bf18a086: Preparing 04:11:18 a9266b8222fa: Preparing 04:11:18 60a50349abc9: Preparing 04:11:18 c0f732982636: Preparing 04:11:18 dd9c8f8612c8: Preparing 04:11:18 8cf3d0d2f216: Waiting 04:11:18 aab5fc7919df: Waiting 04:11:18 5f70bf18a086: Waiting 04:11:18 a9266b8222fa: Waiting 04:11:18 60a50349abc9: Waiting 04:11:18 c0f732982636: Waiting 04:11:18 dd9c8f8612c8: Waiting 04:11:18 3ad87116eb35: Waiting 04:11:18 dcf7acc17af2: Waiting 04:11:18 7a144c9076ec: Waiting 04:11:18 5c4f329fdee2: Waiting 04:11:18 a2e93731bae1: Layer already exists 04:11:18 600a41ea9881: Layer already exists 04:11:18 c03ab609e4ec: Layer already exists 04:11:18 e2e6490787a4: Layer already exists 04:11:18 35e764677d29: Layer already exists 04:11:18 3ad87116eb35: Layer already exists 04:11:18 8cf3d0d2f216: Layer already exists 04:11:18 5c4f329fdee2: Layer already exists 04:11:18 dcf7acc17af2: Layer already exists 04:11:18 7a144c9076ec: Layer already exists 04:11:18 5f70bf18a086: Layer already exists 04:11:18 aab5fc7919df: Layer already exists 04:11:18 c0f732982636: Layer already exists 04:11:18 60a50349abc9: Layer already exists 04:11:18 a9266b8222fa: Layer already exists 04:11:18 dd9c8f8612c8: Layer already exists 04:11:18 latest: digest: sha256:5059bb4253900eddd73fae6964554279773b7262ba268f136956af90201d2156 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:19 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:19 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.24 04:11:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 04:11:19 35e764677d29: Preparing 04:11:19 c03ab609e4ec: Preparing 04:11:19 a2e93731bae1: Preparing 04:11:19 600a41ea9881: Preparing 04:11:19 e2e6490787a4: Preparing 04:11:19 5c4f329fdee2: Preparing 04:11:19 3ad87116eb35: Preparing 04:11:19 dcf7acc17af2: Preparing 04:11:19 7a144c9076ec: Preparing 04:11:19 8cf3d0d2f216: Preparing 04:11:19 aab5fc7919df: Preparing 04:11:19 5f70bf18a086: Preparing 04:11:19 a9266b8222fa: Preparing 04:11:19 60a50349abc9: Preparing 04:11:19 c0f732982636: Preparing 04:11:19 dd9c8f8612c8: Preparing 04:11:19 3ad87116eb35: Waiting 04:11:19 dcf7acc17af2: Waiting 04:11:19 7a144c9076ec: Waiting 04:11:19 5f70bf18a086: Waiting 04:11:19 a9266b8222fa: Waiting 04:11:19 60a50349abc9: Waiting 04:11:19 c0f732982636: Waiting 04:11:19 8cf3d0d2f216: Waiting 04:11:19 aab5fc7919df: Waiting 04:11:19 dd9c8f8612c8: Waiting 04:11:19 5c4f329fdee2: Waiting 04:11:19 35e764677d29: Layer already exists 04:11:19 e2e6490787a4: Layer already exists 04:11:19 c03ab609e4ec: Layer already exists 04:11:19 a2e93731bae1: Layer already exists 04:11:19 600a41ea9881: Layer already exists 04:11:19 5c4f329fdee2: Layer already exists 04:11:19 dcf7acc17af2: Layer already exists 04:11:19 3ad87116eb35: Layer already exists 04:11:19 7a144c9076ec: Layer already exists 04:11:19 8cf3d0d2f216: Layer already exists 04:11:19 5f70bf18a086: Layer already exists 04:11:19 aab5fc7919df: Layer already exists 04:11:19 60a50349abc9: Layer already exists 04:11:19 c0f732982636: Layer already exists 04:11:19 a9266b8222fa: Layer already exists 04:11:19 dd9c8f8612c8: Layer already exists 04:11:19 4.1.0-dev.24: digest: sha256:5059bb4253900eddd73fae6964554279773b7262ba268f136956af90201d2156 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:20 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:20 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 04:11:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 04:11:20 35e764677d29: Preparing 04:11:20 c03ab609e4ec: Preparing 04:11:20 a2e93731bae1: Preparing 04:11:20 600a41ea9881: Preparing 04:11:20 e2e6490787a4: Preparing 04:11:20 5c4f329fdee2: Preparing 04:11:20 3ad87116eb35: Preparing 04:11:20 dcf7acc17af2: Preparing 04:11:20 7a144c9076ec: Preparing 04:11:20 8cf3d0d2f216: Preparing 04:11:20 aab5fc7919df: Preparing 04:11:20 5f70bf18a086: Preparing 04:11:20 a9266b8222fa: Preparing 04:11:20 60a50349abc9: Preparing 04:11:20 c0f732982636: Preparing 04:11:20 dd9c8f8612c8: Preparing 04:11:20 5c4f329fdee2: Waiting 04:11:20 3ad87116eb35: Waiting 04:11:20 dcf7acc17af2: Waiting 04:11:20 7a144c9076ec: Waiting 04:11:20 8cf3d0d2f216: Waiting 04:11:20 aab5fc7919df: Waiting 04:11:20 5f70bf18a086: Waiting 04:11:20 a9266b8222fa: Waiting 04:11:20 60a50349abc9: Waiting 04:11:20 c0f732982636: Waiting 04:11:20 dd9c8f8612c8: Waiting 04:11:20 600a41ea9881: Layer already exists 04:11:20 a2e93731bae1: Layer already exists 04:11:20 35e764677d29: Layer already exists 04:11:20 c03ab609e4ec: Layer already exists 04:11:20 e2e6490787a4: Layer already exists 04:11:20 3ad87116eb35: Layer already exists 04:11:20 8cf3d0d2f216: Layer already exists 04:11:20 7a144c9076ec: Layer already exists 04:11:20 5c4f329fdee2: Layer already exists 04:11:20 dcf7acc17af2: Layer already exists 04:11:20 5f70bf18a086: Layer already exists 04:11:20 aab5fc7919df: Layer already exists 04:11:20 c0f732982636: Layer already exists 04:11:20 a9266b8222fa: Layer already exists 04:11:20 60a50349abc9: Layer already exists 04:11:20 dd9c8f8612c8: Layer already exists 04:11:20 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:5059bb4253900eddd73fae6964554279773b7262ba268f136956af90201d2156 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:21 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:21 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 04:11:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 04:11:21 35e764677d29: Preparing 04:11:21 c03ab609e4ec: Preparing 04:11:21 a2e93731bae1: Preparing 04:11:21 600a41ea9881: Preparing 04:11:21 e2e6490787a4: Preparing 04:11:21 5c4f329fdee2: Preparing 04:11:21 3ad87116eb35: Preparing 04:11:21 dcf7acc17af2: Preparing 04:11:21 7a144c9076ec: Preparing 04:11:21 8cf3d0d2f216: Preparing 04:11:21 aab5fc7919df: Preparing 04:11:21 5f70bf18a086: Preparing 04:11:21 a9266b8222fa: Preparing 04:11:21 60a50349abc9: Preparing 04:11:21 c0f732982636: Preparing 04:11:21 dd9c8f8612c8: Preparing 04:11:21 7a144c9076ec: Waiting 04:11:21 8cf3d0d2f216: Waiting 04:11:21 aab5fc7919df: Waiting 04:11:21 5f70bf18a086: Waiting 04:11:21 a9266b8222fa: Waiting 04:11:21 60a50349abc9: Waiting 04:11:21 5c4f329fdee2: Waiting 04:11:21 3ad87116eb35: Waiting 04:11:21 c0f732982636: Waiting 04:11:21 dd9c8f8612c8: Waiting 04:11:21 dcf7acc17af2: Waiting 04:11:21 35e764677d29: Layer already exists 04:11:21 e2e6490787a4: Layer already exists 04:11:21 c03ab609e4ec: Layer already exists 04:11:21 a2e93731bae1: Layer already exists 04:11:21 600a41ea9881: Layer already exists 04:11:21 dcf7acc17af2: Layer already exists 04:11:21 5c4f329fdee2: Layer already exists 04:11:21 3ad87116eb35: Layer already exists 04:11:21 7a144c9076ec: Layer already exists 04:11:21 8cf3d0d2f216: Layer already exists 04:11:21 5f70bf18a086: Layer already exists 04:11:21 aab5fc7919df: Layer already exists 04:11:21 a9266b8222fa: Layer already exists 04:11:21 60a50349abc9: Layer already exists 04:11:21 c0f732982636: Layer already exists 04:11:21 dd9c8f8612c8: Layer already exists 04:11:21 main: digest: sha256:5059bb4253900eddd73fae6964554279773b7262ba268f136956af90201d2156 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:11:21 ===================================================== [Pipeline] echo 04:11:21 taggedImages: 04:11:21 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:208e85735de406a1e1d37f437623169183356937 04:11:21 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 04:11:21 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.24 04:11:21 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 04:11:21 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 04:11:21 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 04:11:21 208e85735de406a1e1d37f437623169183356937 04:11:21 latest 04:11:21 4.1.0-dev.24 04:11:21 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 04:11:21 main 04:11:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:22 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:22 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:208e85735de406a1e1d37f437623169183356937 04:11:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 04:11:22 c94e509aa7ba: Preparing 04:11:22 03a4b3e863ca: Preparing 04:11:22 81179fa2dff5: Preparing 04:11:22 b33fe50bda3b: Preparing 04:11:22 dcf7acc17af2: Preparing 04:11:22 7a144c9076ec: Preparing 04:11:22 5fd643c6ef8c: Preparing 04:11:22 2a255ec4fb4f: Preparing 04:11:22 dd9c8f8612c8: Preparing 04:11:22 7a144c9076ec: Waiting 04:11:22 5fd643c6ef8c: Waiting 04:11:22 2a255ec4fb4f: Waiting 04:11:22 dd9c8f8612c8: Waiting 04:11:22 dcf7acc17af2: Layer already exists 04:11:22 7a144c9076ec: Layer already exists 04:11:22 5fd643c6ef8c: Layer already exists 04:11:22 81179fa2dff5: Pushed 04:11:22 03a4b3e863ca: Pushed 04:11:22 2a255ec4fb4f: Layer already exists 04:11:22 c94e509aa7ba: Pushed 04:11:22 dd9c8f8612c8: Layer already exists 04:11:28 b33fe50bda3b: Pushed 04:11:28 208e85735de406a1e1d37f437623169183356937: digest: sha256:093d95f7bba5b5bb7d81b1b5e61b01c5724d21026b207a7316533184b2783e7c size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:28 + 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 04:11:28 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 04:11:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 04:11:28 c94e509aa7ba: Preparing 04:11:28 03a4b3e863ca: Preparing 04:11:28 81179fa2dff5: Preparing 04:11:28 b33fe50bda3b: Preparing 04:11:28 dcf7acc17af2: Preparing 04:11:28 7a144c9076ec: Preparing 04:11:28 5fd643c6ef8c: Preparing 04:11:28 2a255ec4fb4f: Preparing 04:11:28 dd9c8f8612c8: Preparing 04:11:28 7a144c9076ec: Waiting 04:11:28 5fd643c6ef8c: Waiting 04:11:28 dd9c8f8612c8: Waiting 04:11:28 2a255ec4fb4f: Waiting 04:11:28 c94e509aa7ba: Layer already exists 04:11:28 b33fe50bda3b: Layer already exists 04:11:28 81179fa2dff5: Layer already exists 04:11:28 03a4b3e863ca: Layer already exists 04:11:28 dcf7acc17af2: Layer already exists 04:11:28 dd9c8f8612c8: Layer already exists 04:11:28 2a255ec4fb4f: Layer already exists 04:11:28 5fd643c6ef8c: Layer already exists 04:11:28 7a144c9076ec: Layer already exists 04:11:29 latest: digest: sha256:093d95f7bba5b5bb7d81b1b5e61b01c5724d21026b207a7316533184b2783e7c size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:29 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:29 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.24 04:11:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 04:11:29 c94e509aa7ba: Preparing 04:11:29 03a4b3e863ca: Preparing 04:11:29 81179fa2dff5: Preparing 04:11:29 b33fe50bda3b: Preparing 04:11:29 dcf7acc17af2: Preparing 04:11:29 7a144c9076ec: Preparing 04:11:29 5fd643c6ef8c: Preparing 04:11:29 2a255ec4fb4f: Preparing 04:11:29 dd9c8f8612c8: Preparing 04:11:29 5fd643c6ef8c: Waiting 04:11:29 2a255ec4fb4f: Waiting 04:11:29 dd9c8f8612c8: Waiting 04:11:29 7a144c9076ec: Waiting 04:11:29 c94e509aa7ba: Layer already exists 04:11:29 81179fa2dff5: Layer already exists 04:11:29 03a4b3e863ca: Layer already exists 04:11:29 dcf7acc17af2: Layer already exists 04:11:29 b33fe50bda3b: Layer already exists 04:11:29 5fd643c6ef8c: Layer already exists 04:11:29 7a144c9076ec: Layer already exists 04:11:29 2a255ec4fb4f: Layer already exists 04:11:29 dd9c8f8612c8: Layer already exists 04:11:29 4.1.0-dev.24: digest: sha256:093d95f7bba5b5bb7d81b1b5e61b01c5724d21026b207a7316533184b2783e7c size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:30 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:30 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 04:11:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 04:11:30 c94e509aa7ba: Preparing 04:11:30 03a4b3e863ca: Preparing 04:11:30 81179fa2dff5: Preparing 04:11:30 b33fe50bda3b: Preparing 04:11:30 dcf7acc17af2: Preparing 04:11:30 7a144c9076ec: Preparing 04:11:30 5fd643c6ef8c: Preparing 04:11:30 2a255ec4fb4f: Preparing 04:11:30 dd9c8f8612c8: Preparing 04:11:30 7a144c9076ec: Waiting 04:11:30 5fd643c6ef8c: Waiting 04:11:30 2a255ec4fb4f: Waiting 04:11:30 dd9c8f8612c8: Waiting 04:11:30 03a4b3e863ca: Layer already exists 04:11:30 dcf7acc17af2: Layer already exists 04:11:30 b33fe50bda3b: Layer already exists 04:11:30 81179fa2dff5: Layer already exists 04:11:30 c94e509aa7ba: Layer already exists 04:11:30 7a144c9076ec: Layer already exists 04:11:30 5fd643c6ef8c: Layer already exists 04:11:30 dd9c8f8612c8: Layer already exists 04:11:30 2a255ec4fb4f: Layer already exists 04:11:30 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:093d95f7bba5b5bb7d81b1b5e61b01c5724d21026b207a7316533184b2783e7c size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:31 + 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 04:11:31 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 04:11:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 04:11:31 c94e509aa7ba: Preparing 04:11:31 03a4b3e863ca: Preparing 04:11:31 81179fa2dff5: Preparing 04:11:31 b33fe50bda3b: Preparing 04:11:31 dcf7acc17af2: Preparing 04:11:31 7a144c9076ec: Preparing 04:11:31 5fd643c6ef8c: Preparing 04:11:31 2a255ec4fb4f: Preparing 04:11:31 dd9c8f8612c8: Preparing 04:11:31 7a144c9076ec: Waiting 04:11:31 5fd643c6ef8c: Waiting 04:11:31 2a255ec4fb4f: Waiting 04:11:31 dd9c8f8612c8: Waiting 04:11:31 03a4b3e863ca: Layer already exists 04:11:31 dcf7acc17af2: Layer already exists 04:11:31 81179fa2dff5: Layer already exists 04:11:31 b33fe50bda3b: Layer already exists 04:11:31 c94e509aa7ba: Layer already exists 04:11:31 dd9c8f8612c8: Layer already exists 04:11:31 7a144c9076ec: Layer already exists 04:11:31 5fd643c6ef8c: Layer already exists 04:11:31 2a255ec4fb4f: Layer already exists 04:11:31 main: digest: sha256:093d95f7bba5b5bb7d81b1b5e61b01c5724d21026b207a7316533184b2783e7c size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:11:31 ===================================================== [Pipeline] echo 04:11:31 taggedImages: 04:11:31 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:208e85735de406a1e1d37f437623169183356937 04:11:31 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 04:11:31 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.24 04:11:31 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 04:11:31 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 04:11:31 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 04:11:31 208e85735de406a1e1d37f437623169183356937 04:11:31 latest 04:11:31 4.1.0-dev.24 04:11:31 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 04:11:31 main 04:11:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:32 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:32 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:208e85735de406a1e1d37f437623169183356937 04:11:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 04:11:32 5fae0908bb54: Preparing 04:11:32 73cc9e11b79d: Preparing 04:11:32 5339d785cf43: Preparing 04:11:32 4a3fad5580cc: Preparing 04:11:32 67f37bacf248: Preparing 04:11:32 dcf7acc17af2: Preparing 04:11:32 7a144c9076ec: Preparing 04:11:32 082d8ce09fde: Preparing 04:11:32 bd173035aa17: Preparing 04:11:32 5be354cb6746: Preparing 04:11:32 dd9c8f8612c8: Preparing 04:11:32 082d8ce09fde: Waiting 04:11:32 bd173035aa17: Waiting 04:11:32 5be354cb6746: Waiting 04:11:32 dcf7acc17af2: Waiting 04:11:32 dd9c8f8612c8: Waiting 04:11:32 7a144c9076ec: Waiting 04:11:32 73cc9e11b79d: Pushed 04:11:32 4a3fad5580cc: Pushed 04:11:32 67f37bacf248: Pushed 04:11:32 dcf7acc17af2: Layer already exists 04:11:32 5fae0908bb54: Pushed 04:11:32 7a144c9076ec: Layer already exists 04:11:32 dd9c8f8612c8: Layer already exists 04:11:32 082d8ce09fde: Pushed 04:11:32 bd173035aa17: Pushed 04:11:35 5be354cb6746: Pushed 04:11:36 5339d785cf43: Pushed 04:11:36 208e85735de406a1e1d37f437623169183356937: digest: sha256:8d26bea7a50d4113607f75a2690e0acbef6a2f9532b217e09f798d56d3fafcfd size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:37 + 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 04:11:37 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 04:11:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 04:11:37 5fae0908bb54: Preparing 04:11:37 73cc9e11b79d: Preparing 04:11:37 5339d785cf43: Preparing 04:11:37 4a3fad5580cc: Preparing 04:11:37 67f37bacf248: Preparing 04:11:37 dcf7acc17af2: Preparing 04:11:37 7a144c9076ec: Preparing 04:11:37 dcf7acc17af2: Waiting 04:11:37 7a144c9076ec: Waiting 04:11:37 082d8ce09fde: Preparing 04:11:37 bd173035aa17: Preparing 04:11:37 082d8ce09fde: Waiting 04:11:37 5be354cb6746: Preparing 04:11:37 dd9c8f8612c8: Preparing 04:11:37 5be354cb6746: Waiting 04:11:37 dd9c8f8612c8: Waiting 04:11:37 5339d785cf43: Layer already exists 04:11:37 67f37bacf248: Layer already exists 04:11:37 5fae0908bb54: Layer already exists 04:11:37 73cc9e11b79d: Layer already exists 04:11:37 4a3fad5580cc: Layer already exists 04:11:37 bd173035aa17: Layer already exists 04:11:37 082d8ce09fde: Layer already exists 04:11:37 dcf7acc17af2: Layer already exists 04:11:37 7a144c9076ec: Layer already exists 04:11:37 5be354cb6746: Layer already exists 04:11:37 dd9c8f8612c8: Layer already exists 04:11:38 latest: digest: sha256:8d26bea7a50d4113607f75a2690e0acbef6a2f9532b217e09f798d56d3fafcfd size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:38 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:38 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.24 04:11:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 04:11:38 5fae0908bb54: Preparing 04:11:38 73cc9e11b79d: Preparing 04:11:38 5339d785cf43: Preparing 04:11:38 4a3fad5580cc: Preparing 04:11:38 67f37bacf248: Preparing 04:11:38 dcf7acc17af2: Preparing 04:11:38 7a144c9076ec: Preparing 04:11:38 dcf7acc17af2: Waiting 04:11:38 7a144c9076ec: Waiting 04:11:38 082d8ce09fde: Preparing 04:11:38 bd173035aa17: Preparing 04:11:38 5be354cb6746: Preparing 04:11:38 dd9c8f8612c8: Preparing 04:11:38 082d8ce09fde: Waiting 04:11:38 bd173035aa17: Waiting 04:11:38 5be354cb6746: Waiting 04:11:38 dd9c8f8612c8: Waiting 04:11:38 67f37bacf248: Layer already exists 04:11:38 5fae0908bb54: Layer already exists 04:11:38 73cc9e11b79d: Layer already exists 04:11:38 5339d785cf43: Layer already exists 04:11:38 4a3fad5580cc: Layer already exists 04:11:38 7a144c9076ec: Layer already exists 04:11:38 dcf7acc17af2: Layer already exists 04:11:38 bd173035aa17: Layer already exists 04:11:38 082d8ce09fde: Layer already exists 04:11:38 5be354cb6746: Layer already exists 04:11:38 dd9c8f8612c8: Layer already exists 04:11:39 4.1.0-dev.24: digest: sha256:8d26bea7a50d4113607f75a2690e0acbef6a2f9532b217e09f798d56d3fafcfd size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:39 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:39 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 04:11:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 04:11:39 5fae0908bb54: Preparing 04:11:39 73cc9e11b79d: Preparing 04:11:39 5339d785cf43: Preparing 04:11:39 4a3fad5580cc: Preparing 04:11:39 67f37bacf248: Preparing 04:11:39 dcf7acc17af2: Preparing 04:11:39 7a144c9076ec: Preparing 04:11:39 082d8ce09fde: Preparing 04:11:39 bd173035aa17: Preparing 04:11:39 5be354cb6746: Preparing 04:11:39 dd9c8f8612c8: Preparing 04:11:39 dcf7acc17af2: Waiting 04:11:39 7a144c9076ec: Waiting 04:11:39 082d8ce09fde: Waiting 04:11:39 bd173035aa17: Waiting 04:11:39 5be354cb6746: Waiting 04:11:39 dd9c8f8612c8: Waiting 04:11:39 5fae0908bb54: Layer already exists 04:11:39 73cc9e11b79d: Layer already exists 04:11:39 4a3fad5580cc: Layer already exists 04:11:39 67f37bacf248: Layer already exists 04:11:39 5339d785cf43: Layer already exists 04:11:39 5be354cb6746: Layer already exists 04:11:39 dcf7acc17af2: Layer already exists 04:11:39 7a144c9076ec: Layer already exists 04:11:39 bd173035aa17: Layer already exists 04:11:39 082d8ce09fde: Layer already exists 04:11:39 dd9c8f8612c8: Layer already exists 04:11:40 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:8d26bea7a50d4113607f75a2690e0acbef6a2f9532b217e09f798d56d3fafcfd size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:40 + 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 04:11:40 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 04:11:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 04:11:40 5fae0908bb54: Preparing 04:11:40 73cc9e11b79d: Preparing 04:11:40 5339d785cf43: Preparing 04:11:40 4a3fad5580cc: Preparing 04:11:40 67f37bacf248: Preparing 04:11:40 dcf7acc17af2: Preparing 04:11:40 7a144c9076ec: Preparing 04:11:40 082d8ce09fde: Preparing 04:11:40 bd173035aa17: Preparing 04:11:40 5be354cb6746: Preparing 04:11:40 dd9c8f8612c8: Preparing 04:11:40 dcf7acc17af2: Waiting 04:11:40 082d8ce09fde: Waiting 04:11:40 bd173035aa17: Waiting 04:11:40 5be354cb6746: Waiting 04:11:40 dd9c8f8612c8: Waiting 04:11:40 7a144c9076ec: Waiting 04:11:40 4a3fad5580cc: Layer already exists 04:11:40 73cc9e11b79d: Layer already exists 04:11:40 67f37bacf248: Layer already exists 04:11:40 5fae0908bb54: Layer already exists 04:11:40 5339d785cf43: Layer already exists 04:11:40 dcf7acc17af2: Layer already exists 04:11:40 7a144c9076ec: Layer already exists 04:11:40 5be354cb6746: Layer already exists 04:11:40 082d8ce09fde: Layer already exists 04:11:40 bd173035aa17: Layer already exists 04:11:40 dd9c8f8612c8: Layer already exists 04:11:40 main: digest: sha256:8d26bea7a50d4113607f75a2690e0acbef6a2f9532b217e09f798d56d3fafcfd size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:11:41 ===================================================== [Pipeline] echo 04:11:41 taggedImages: 04:11:41 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:208e85735de406a1e1d37f437623169183356937 04:11:41 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 04:11:41 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.24 04:11:41 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 04:11:41 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 04:11:41 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 04:11:41 208e85735de406a1e1d37f437623169183356937 04:11:41 latest 04:11:41 4.1.0-dev.24 04:11:41 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 04:11:41 main 04:11:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:41 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:41 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:208e85735de406a1e1d37f437623169183356937 04:11:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 04:11:41 b801184935b1: Preparing 04:11:41 ea4c3fe71798: Preparing 04:11:41 3ffb6bca2177: Preparing 04:11:41 31d3ef919af3: Preparing 04:11:41 d3c47a6ddb57: Preparing 04:11:41 490652fa921d: Preparing 04:11:41 501a59ec140c: Preparing 04:11:41 dcf7acc17af2: Preparing 04:11:41 7a144c9076ec: Preparing 04:11:41 3580f9685830: Preparing 04:11:41 143d6d931b39: Preparing 04:11:41 dd9c8f8612c8: Preparing 04:11:41 dcf7acc17af2: Waiting 04:11:41 7a144c9076ec: Waiting 04:11:41 3580f9685830: Waiting 04:11:41 143d6d931b39: Waiting 04:11:41 dd9c8f8612c8: Waiting 04:11:41 490652fa921d: Waiting 04:11:41 501a59ec140c: Waiting 04:11:42 ea4c3fe71798: Pushed 04:11:42 b801184935b1: Pushed 04:11:42 d3c47a6ddb57: Pushed 04:11:42 dcf7acc17af2: Layer already exists 04:11:42 7a144c9076ec: Layer already exists 04:11:42 490652fa921d: Pushed 04:11:42 501a59ec140c: Pushed 04:11:42 dd9c8f8612c8: Layer already exists 04:11:42 3580f9685830: Pushed 04:11:45 143d6d931b39: Pushed 04:11:46 31d3ef919af3: Pushed 04:11:49 3ffb6bca2177: Pushed 04:11:49 208e85735de406a1e1d37f437623169183356937: digest: sha256:69eb4704e7a1a9f8f5406a71f0ffe4ee24b85b4d549ce8ad24ec3c639eda923c size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:49 + 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 04:11:49 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 04:11:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 04:11:49 b801184935b1: Preparing 04:11:49 ea4c3fe71798: Preparing 04:11:49 3ffb6bca2177: Preparing 04:11:49 31d3ef919af3: Preparing 04:11:49 d3c47a6ddb57: Preparing 04:11:49 490652fa921d: Preparing 04:11:49 501a59ec140c: Preparing 04:11:49 dcf7acc17af2: Preparing 04:11:49 7a144c9076ec: Preparing 04:11:49 3580f9685830: Preparing 04:11:49 143d6d931b39: Preparing 04:11:49 dd9c8f8612c8: Preparing 04:11:49 dcf7acc17af2: Waiting 04:11:49 7a144c9076ec: Waiting 04:11:49 3580f9685830: Waiting 04:11:49 143d6d931b39: Waiting 04:11:49 dd9c8f8612c8: Waiting 04:11:49 490652fa921d: Waiting 04:11:49 501a59ec140c: Waiting 04:11:49 d3c47a6ddb57: Layer already exists 04:11:49 ea4c3fe71798: Layer already exists 04:11:49 3ffb6bca2177: Layer already exists 04:11:49 b801184935b1: Layer already exists 04:11:49 31d3ef919af3: Layer already exists 04:11:49 7a144c9076ec: Layer already exists 04:11:49 501a59ec140c: Layer already exists 04:11:49 490652fa921d: Layer already exists 04:11:49 dcf7acc17af2: Layer already exists 04:11:49 3580f9685830: Layer already exists 04:11:49 dd9c8f8612c8: Layer already exists 04:11:49 143d6d931b39: Layer already exists 04:11:49 latest: digest: sha256:69eb4704e7a1a9f8f5406a71f0ffe4ee24b85b4d549ce8ad24ec3c639eda923c size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:50 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:50 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.24 04:11:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 04:11:50 b801184935b1: Preparing 04:11:50 ea4c3fe71798: Preparing 04:11:50 3ffb6bca2177: Preparing 04:11:50 31d3ef919af3: Preparing 04:11:50 d3c47a6ddb57: Preparing 04:11:50 490652fa921d: Preparing 04:11:50 501a59ec140c: Preparing 04:11:50 dcf7acc17af2: Preparing 04:11:50 7a144c9076ec: Preparing 04:11:50 3580f9685830: Preparing 04:11:50 143d6d931b39: Preparing 04:11:50 dd9c8f8612c8: Preparing 04:11:50 490652fa921d: Waiting 04:11:50 7a144c9076ec: Waiting 04:11:50 3580f9685830: Waiting 04:11:50 dd9c8f8612c8: Waiting 04:11:50 143d6d931b39: Waiting 04:11:50 501a59ec140c: Waiting 04:11:50 dcf7acc17af2: Waiting 04:11:50 ea4c3fe71798: Layer already exists 04:11:50 3ffb6bca2177: Layer already exists 04:11:50 31d3ef919af3: Layer already exists 04:11:50 d3c47a6ddb57: Layer already exists 04:11:50 b801184935b1: Layer already exists 04:11:50 490652fa921d: Layer already exists 04:11:50 501a59ec140c: Layer already exists 04:11:50 dcf7acc17af2: Layer already exists 04:11:50 7a144c9076ec: Layer already exists 04:11:50 3580f9685830: Layer already exists 04:11:50 143d6d931b39: Layer already exists 04:11:50 dd9c8f8612c8: Layer already exists 04:11:50 4.1.0-dev.24: digest: sha256:69eb4704e7a1a9f8f5406a71f0ffe4ee24b85b4d549ce8ad24ec3c639eda923c size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:51 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:51 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 04:11:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 04:11:51 b801184935b1: Preparing 04:11:51 ea4c3fe71798: Preparing 04:11:51 3ffb6bca2177: Preparing 04:11:51 31d3ef919af3: Preparing 04:11:51 d3c47a6ddb57: Preparing 04:11:51 490652fa921d: Preparing 04:11:51 501a59ec140c: Preparing 04:11:51 dcf7acc17af2: Preparing 04:11:51 7a144c9076ec: Preparing 04:11:51 3580f9685830: Preparing 04:11:51 143d6d931b39: Preparing 04:11:51 dd9c8f8612c8: Preparing 04:11:51 7a144c9076ec: Waiting 04:11:51 3580f9685830: Waiting 04:11:51 143d6d931b39: Waiting 04:11:51 490652fa921d: Waiting 04:11:51 501a59ec140c: Waiting 04:11:51 dd9c8f8612c8: Waiting 04:11:51 dcf7acc17af2: Waiting 04:11:51 ea4c3fe71798: Layer already exists 04:11:51 3ffb6bca2177: Layer already exists 04:11:51 31d3ef919af3: Layer already exists 04:11:51 d3c47a6ddb57: Layer already exists 04:11:51 b801184935b1: Layer already exists 04:11:51 dcf7acc17af2: Layer already exists 04:11:51 490652fa921d: Layer already exists 04:11:51 501a59ec140c: Layer already exists 04:11:51 7a144c9076ec: Layer already exists 04:11:51 3580f9685830: Layer already exists 04:11:51 143d6d931b39: Layer already exists 04:11:51 dd9c8f8612c8: Layer already exists 04:11:51 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:69eb4704e7a1a9f8f5406a71f0ffe4ee24b85b4d549ce8ad24ec3c639eda923c size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:52 + 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 04:11:52 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 04:11:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 04:11:52 b801184935b1: Preparing 04:11:52 ea4c3fe71798: Preparing 04:11:52 3ffb6bca2177: Preparing 04:11:52 31d3ef919af3: Preparing 04:11:52 d3c47a6ddb57: Preparing 04:11:52 490652fa921d: Preparing 04:11:52 501a59ec140c: Preparing 04:11:52 dcf7acc17af2: Preparing 04:11:52 7a144c9076ec: Preparing 04:11:52 3580f9685830: Preparing 04:11:52 143d6d931b39: Preparing 04:11:52 dd9c8f8612c8: Preparing 04:11:52 490652fa921d: Waiting 04:11:52 501a59ec140c: Waiting 04:11:52 dcf7acc17af2: Waiting 04:11:52 7a144c9076ec: Waiting 04:11:52 3580f9685830: Waiting 04:11:52 143d6d931b39: Waiting 04:11:52 dd9c8f8612c8: Waiting 04:11:52 31d3ef919af3: Layer already exists 04:11:52 b801184935b1: Layer already exists 04:11:52 d3c47a6ddb57: Layer already exists 04:11:52 ea4c3fe71798: Layer already exists 04:11:52 3ffb6bca2177: Layer already exists 04:11:52 501a59ec140c: Layer already exists 04:11:52 3580f9685830: Layer already exists 04:11:52 490652fa921d: Layer already exists 04:11:52 7a144c9076ec: Layer already exists 04:11:52 dcf7acc17af2: Layer already exists 04:11:52 143d6d931b39: Layer already exists 04:11:52 dd9c8f8612c8: Layer already exists 04:11:52 main: digest: sha256:69eb4704e7a1a9f8f5406a71f0ffe4ee24b85b4d549ce8ad24ec3c639eda923c size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:11:52 ===================================================== [Pipeline] echo 04:11:52 taggedImages: 04:11:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:208e85735de406a1e1d37f437623169183356937 04:11:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 04:11:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.24 04:11:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 04:11:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 04:11:52 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 04:11:52 208e85735de406a1e1d37f437623169183356937 04:11:52 latest 04:11:52 4.1.0-dev.24 04:11:52 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 04:11:52 main 04:11:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:53 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:53 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:208e85735de406a1e1d37f437623169183356937 04:11:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 04:11:53 6fbf6a66fb1e: Preparing 04:11:53 d7510e707c0b: Preparing 04:11:53 dcf7acc17af2: Preparing 04:11:53 7a144c9076ec: Preparing 04:11:53 32bb23f3677c: Preparing 04:11:53 46e4f7ccac0e: Preparing 04:11:53 dd9c8f8612c8: Preparing 04:11:53 46e4f7ccac0e: Waiting 04:11:53 dd9c8f8612c8: Waiting 04:11:53 7a144c9076ec: Layer already exists 04:11:53 dcf7acc17af2: Layer already exists 04:11:53 32bb23f3677c: Pushed 04:11:53 dd9c8f8612c8: Layer already exists 04:11:53 6fbf6a66fb1e: Pushed 04:11:55 46e4f7ccac0e: Pushed 04:12:01 d7510e707c0b: Pushed 04:12:01 208e85735de406a1e1d37f437623169183356937: digest: sha256:dd7fdc16911a7b9b7b614e2122ea1de6473f91b1f9525bcc662e748d1f742312 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:01 + 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 04:12:01 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 04:12:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 04:12:01 6fbf6a66fb1e: Preparing 04:12:01 d7510e707c0b: Preparing 04:12:01 dcf7acc17af2: Preparing 04:12:01 7a144c9076ec: Preparing 04:12:01 32bb23f3677c: Preparing 04:12:01 46e4f7ccac0e: Preparing 04:12:01 dd9c8f8612c8: Preparing 04:12:01 46e4f7ccac0e: Waiting 04:12:01 dd9c8f8612c8: Waiting 04:12:01 d7510e707c0b: Layer already exists 04:12:01 6fbf6a66fb1e: Layer already exists 04:12:01 dcf7acc17af2: Layer already exists 04:12:01 7a144c9076ec: Layer already exists 04:12:01 32bb23f3677c: Layer already exists 04:12:01 46e4f7ccac0e: Layer already exists 04:12:01 dd9c8f8612c8: Layer already exists 04:12:02 latest: digest: sha256:dd7fdc16911a7b9b7b614e2122ea1de6473f91b1f9525bcc662e748d1f742312 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:02 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:02 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.24 04:12:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 04:12:02 6fbf6a66fb1e: Preparing 04:12:02 d7510e707c0b: Preparing 04:12:02 dcf7acc17af2: Preparing 04:12:02 7a144c9076ec: Preparing 04:12:02 32bb23f3677c: Preparing 04:12:02 46e4f7ccac0e: Preparing 04:12:02 dd9c8f8612c8: Preparing 04:12:02 dd9c8f8612c8: Waiting 04:12:02 7a144c9076ec: Layer already exists 04:12:02 d7510e707c0b: Layer already exists 04:12:02 6fbf6a66fb1e: Layer already exists 04:12:02 32bb23f3677c: Layer already exists 04:12:02 dcf7acc17af2: Layer already exists 04:12:02 dd9c8f8612c8: Layer already exists 04:12:02 46e4f7ccac0e: Layer already exists 04:12:03 4.1.0-dev.24: digest: sha256:dd7fdc16911a7b9b7b614e2122ea1de6473f91b1f9525bcc662e748d1f742312 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:03 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:03 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 04:12:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 04:12:03 6fbf6a66fb1e: Preparing 04:12:03 d7510e707c0b: Preparing 04:12:03 dcf7acc17af2: Preparing 04:12:03 7a144c9076ec: Preparing 04:12:03 32bb23f3677c: Preparing 04:12:03 46e4f7ccac0e: Preparing 04:12:03 dd9c8f8612c8: Preparing 04:12:03 46e4f7ccac0e: Waiting 04:12:03 dd9c8f8612c8: Waiting 04:12:03 dcf7acc17af2: Layer already exists 04:12:03 d7510e707c0b: Layer already exists 04:12:03 6fbf6a66fb1e: Layer already exists 04:12:03 7a144c9076ec: Layer already exists 04:12:03 32bb23f3677c: Layer already exists 04:12:03 46e4f7ccac0e: Layer already exists 04:12:03 dd9c8f8612c8: Layer already exists 04:12:03 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:dd7fdc16911a7b9b7b614e2122ea1de6473f91b1f9525bcc662e748d1f742312 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:04 + 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 04:12:04 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 04:12:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 04:12:04 6fbf6a66fb1e: Preparing 04:12:04 d7510e707c0b: Preparing 04:12:04 dcf7acc17af2: Preparing 04:12:04 7a144c9076ec: Preparing 04:12:04 32bb23f3677c: Preparing 04:12:04 46e4f7ccac0e: Preparing 04:12:04 dd9c8f8612c8: Preparing 04:12:04 46e4f7ccac0e: Waiting 04:12:04 dd9c8f8612c8: Waiting 04:12:04 7a144c9076ec: Layer already exists 04:12:04 32bb23f3677c: Layer already exists 04:12:04 dcf7acc17af2: Layer already exists 04:12:04 6fbf6a66fb1e: Layer already exists 04:12:04 d7510e707c0b: Layer already exists 04:12:04 dd9c8f8612c8: Layer already exists 04:12:04 46e4f7ccac0e: Layer already exists 04:12:04 main: digest: sha256:dd7fdc16911a7b9b7b614e2122ea1de6473f91b1f9525bcc662e748d1f742312 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:12:05 ===================================================== [Pipeline] echo 04:12:05 taggedImages: 04:12:05 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:208e85735de406a1e1d37f437623169183356937 04:12:05 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 04:12:05 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.24 04:12:05 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 04:12:05 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 04:12:05 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 04:12:05 208e85735de406a1e1d37f437623169183356937 04:12:05 latest 04:12:05 4.1.0-dev.24 04:12:05 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 04:12:05 main 04:12:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:05 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:208e85735de406a1e1d37f437623169183356937 04:12:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 04:12:05 8c39def30cd6: Preparing 04:12:05 96cbcf8feea3: Preparing 04:12:05 c73a5febb9f3: Preparing 04:12:05 dcf7acc17af2: Preparing 04:12:05 7a144c9076ec: Preparing 04:12:05 93ea966efe26: Preparing 04:12:05 e2527699ac1e: Preparing 04:12:05 93ea966efe26: Waiting 04:12:05 a2d261a33823: Preparing 04:12:05 e27164b515ff: Preparing 04:12:05 a2d261a33823: Waiting 04:12:05 dd9c8f8612c8: Preparing 04:12:05 e27164b515ff: Waiting 04:12:05 dd9c8f8612c8: Waiting 04:12:05 dcf7acc17af2: Layer already exists 04:12:05 7a144c9076ec: Layer already exists 04:12:06 c73a5febb9f3: Pushed 04:12:06 96cbcf8feea3: Pushed 04:12:06 8c39def30cd6: Pushed 04:12:06 dd9c8f8612c8: Layer already exists 04:12:06 a2d261a33823: Pushed 04:12:06 e27164b515ff: Pushed 04:12:16 e2527699ac1e: Pushed 04:12:31 93ea966efe26: Pushed 04:12:31 208e85735de406a1e1d37f437623169183356937: digest: sha256:74dcf175734a2fadca840923945b13de1e08d73eeca3a54986fe531652afc36e size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:32 + 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 04:12:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 04:12:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 04:12:32 8c39def30cd6: Preparing 04:12:32 96cbcf8feea3: Preparing 04:12:32 c73a5febb9f3: Preparing 04:12:32 dcf7acc17af2: Preparing 04:12:32 7a144c9076ec: Preparing 04:12:32 93ea966efe26: Preparing 04:12:32 e2527699ac1e: Preparing 04:12:32 a2d261a33823: Preparing 04:12:32 e27164b515ff: Preparing 04:12:32 dd9c8f8612c8: Preparing 04:12:32 93ea966efe26: Waiting 04:12:32 e2527699ac1e: Waiting 04:12:32 a2d261a33823: Waiting 04:12:32 e27164b515ff: Waiting 04:12:32 7a144c9076ec: Layer already exists 04:12:32 c73a5febb9f3: Layer already exists 04:12:32 dcf7acc17af2: Layer already exists 04:12:32 96cbcf8feea3: Layer already exists 04:12:32 8c39def30cd6: Layer already exists 04:12:32 a2d261a33823: Layer already exists 04:12:32 93ea966efe26: Layer already exists 04:12:32 e2527699ac1e: Layer already exists 04:12:32 e27164b515ff: Layer already exists 04:12:32 dd9c8f8612c8: Layer already exists 04:12:32 latest: digest: sha256:74dcf175734a2fadca840923945b13de1e08d73eeca3a54986fe531652afc36e size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:33 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.24 04:12:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 04:12:33 8c39def30cd6: Preparing 04:12:33 96cbcf8feea3: Preparing 04:12:33 c73a5febb9f3: Preparing 04:12:33 dcf7acc17af2: Preparing 04:12:33 7a144c9076ec: Preparing 04:12:33 93ea966efe26: Preparing 04:12:33 e2527699ac1e: Preparing 04:12:33 a2d261a33823: Preparing 04:12:33 e27164b515ff: Preparing 04:12:33 dd9c8f8612c8: Preparing 04:12:33 93ea966efe26: Waiting 04:12:33 e2527699ac1e: Waiting 04:12:33 a2d261a33823: Waiting 04:12:33 e27164b515ff: Waiting 04:12:33 dd9c8f8612c8: Waiting 04:12:33 96cbcf8feea3: Layer already exists 04:12:33 8c39def30cd6: Layer already exists 04:12:33 dcf7acc17af2: Layer already exists 04:12:33 7a144c9076ec: Layer already exists 04:12:33 c73a5febb9f3: Layer already exists 04:12:33 e2527699ac1e: Layer already exists 04:12:33 93ea966efe26: Layer already exists 04:12:33 a2d261a33823: Layer already exists 04:12:33 dd9c8f8612c8: Layer already exists 04:12:33 e27164b515ff: Layer already exists 04:12:33 4.1.0-dev.24: digest: sha256:74dcf175734a2fadca840923945b13de1e08d73eeca3a54986fe531652afc36e size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:34 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 04:12:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 04:12:34 8c39def30cd6: Preparing 04:12:34 96cbcf8feea3: Preparing 04:12:34 c73a5febb9f3: Preparing 04:12:34 dcf7acc17af2: Preparing 04:12:34 7a144c9076ec: Preparing 04:12:34 93ea966efe26: Preparing 04:12:34 e2527699ac1e: Preparing 04:12:34 a2d261a33823: Preparing 04:12:34 e27164b515ff: Preparing 04:12:34 dd9c8f8612c8: Preparing 04:12:34 93ea966efe26: Waiting 04:12:34 e2527699ac1e: Waiting 04:12:34 a2d261a33823: Waiting 04:12:34 e27164b515ff: Waiting 04:12:34 dd9c8f8612c8: Waiting 04:12:34 7a144c9076ec: Layer already exists 04:12:34 8c39def30cd6: Layer already exists 04:12:34 dcf7acc17af2: Layer already exists 04:12:34 c73a5febb9f3: Layer already exists 04:12:34 96cbcf8feea3: Layer already exists 04:12:34 e2527699ac1e: Layer already exists 04:12:34 a2d261a33823: Layer already exists 04:12:34 dd9c8f8612c8: Layer already exists 04:12:34 93ea966efe26: Layer already exists 04:12:34 e27164b515ff: Layer already exists 04:12:34 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:74dcf175734a2fadca840923945b13de1e08d73eeca3a54986fe531652afc36e size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:35 + 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 04:12:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 04:12:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 04:12:35 8c39def30cd6: Preparing 04:12:35 96cbcf8feea3: Preparing 04:12:35 c73a5febb9f3: Preparing 04:12:35 dcf7acc17af2: Preparing 04:12:35 7a144c9076ec: Preparing 04:12:35 93ea966efe26: Preparing 04:12:35 e2527699ac1e: Preparing 04:12:35 a2d261a33823: Preparing 04:12:35 e27164b515ff: Preparing 04:12:35 dd9c8f8612c8: Preparing 04:12:35 a2d261a33823: Waiting 04:12:35 dd9c8f8612c8: Waiting 04:12:35 e27164b515ff: Waiting 04:12:35 93ea966efe26: Waiting 04:12:35 e2527699ac1e: Waiting 04:12:35 8c39def30cd6: Layer already exists 04:12:35 96cbcf8feea3: Layer already exists 04:12:35 c73a5febb9f3: Layer already exists 04:12:35 7a144c9076ec: Layer already exists 04:12:35 dcf7acc17af2: Layer already exists 04:12:35 93ea966efe26: Layer already exists 04:12:35 e27164b515ff: Layer already exists 04:12:35 a2d261a33823: Layer already exists 04:12:35 e2527699ac1e: Layer already exists 04:12:35 dd9c8f8612c8: Layer already exists 04:12:35 main: digest: sha256:74dcf175734a2fadca840923945b13de1e08d73eeca3a54986fe531652afc36e size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:12:35 ===================================================== [Pipeline] echo 04:12:35 taggedImages: 04:12:35 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:208e85735de406a1e1d37f437623169183356937 04:12:35 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 04:12:35 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.24 04:12:35 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 04:12:35 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 04:12:36 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 04:12:36 208e85735de406a1e1d37f437623169183356937 04:12:36 latest 04:12:36 4.1.0-dev.24 04:12:36 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 04:12:36 main 04:12:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:36 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:208e85735de406a1e1d37f437623169183356937 04:12:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 04:12:36 9e748efbb74c: Preparing 04:12:36 7a5fcc73e97c: Preparing 04:12:36 93e39c55b40a: Preparing 04:12:36 dcf7acc17af2: Preparing 04:12:36 7a144c9076ec: Preparing 04:12:36 afa7a1fbf542: Preparing 04:12:36 ff4082d70a4d: Preparing 04:12:36 9c0d19590468: Preparing 04:12:36 dd9c8f8612c8: Preparing 04:12:36 afa7a1fbf542: Waiting 04:12:36 ff4082d70a4d: Waiting 04:12:36 9c0d19590468: Waiting 04:12:36 dd9c8f8612c8: Waiting 04:12:36 dcf7acc17af2: Layer already exists 04:12:36 7a144c9076ec: Layer already exists 04:12:36 93e39c55b40a: Pushed 04:12:36 9e748efbb74c: Pushed 04:12:36 7a5fcc73e97c: Pushed 04:12:36 dd9c8f8612c8: Layer already exists 04:12:36 ff4082d70a4d: Pushed 04:12:37 9c0d19590468: Pushed 04:13:04 afa7a1fbf542: Pushed 04:13:04 208e85735de406a1e1d37f437623169183356937: digest: sha256:c155e37cdf32ba3a3b8cae07b1e00e5531dfbd8d197c280a3c49fb15ea96d2a9 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:13:04 + 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 04:13:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 04:13:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 04:13:04 9e748efbb74c: Preparing 04:13:04 7a5fcc73e97c: Preparing 04:13:04 93e39c55b40a: Preparing 04:13:04 dcf7acc17af2: Preparing 04:13:04 7a144c9076ec: Preparing 04:13:04 afa7a1fbf542: Preparing 04:13:04 ff4082d70a4d: Preparing 04:13:04 9c0d19590468: Preparing 04:13:04 dd9c8f8612c8: Preparing 04:13:04 ff4082d70a4d: Waiting 04:13:04 9c0d19590468: Waiting 04:13:04 dd9c8f8612c8: Waiting 04:13:04 afa7a1fbf542: Waiting 04:13:04 93e39c55b40a: Layer already exists 04:13:04 7a5fcc73e97c: Layer already exists 04:13:04 7a144c9076ec: Layer already exists 04:13:04 dcf7acc17af2: Layer already exists 04:13:04 9e748efbb74c: Layer already exists 04:13:04 dd9c8f8612c8: Layer already exists 04:13:04 ff4082d70a4d: Layer already exists 04:13:04 afa7a1fbf542: Layer already exists 04:13:04 9c0d19590468: Layer already exists 04:13:05 latest: digest: sha256:c155e37cdf32ba3a3b8cae07b1e00e5531dfbd8d197c280a3c49fb15ea96d2a9 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:13:05 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:13:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.24 04:13:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 04:13:05 9e748efbb74c: Preparing 04:13:05 7a5fcc73e97c: Preparing 04:13:05 93e39c55b40a: Preparing 04:13:05 dcf7acc17af2: Preparing 04:13:05 7a144c9076ec: Preparing 04:13:05 afa7a1fbf542: Preparing 04:13:05 ff4082d70a4d: Preparing 04:13:05 9c0d19590468: Preparing 04:13:05 dd9c8f8612c8: Preparing 04:13:05 afa7a1fbf542: Waiting 04:13:05 ff4082d70a4d: Waiting 04:13:05 9c0d19590468: Waiting 04:13:05 dd9c8f8612c8: Waiting 04:13:05 9e748efbb74c: Layer already exists 04:13:05 7a144c9076ec: Layer already exists 04:13:05 93e39c55b40a: Layer already exists 04:13:05 dcf7acc17af2: Layer already exists 04:13:05 7a5fcc73e97c: Layer already exists 04:13:05 9c0d19590468: Layer already exists 04:13:05 ff4082d70a4d: Layer already exists 04:13:05 afa7a1fbf542: Layer already exists 04:13:05 dd9c8f8612c8: Layer already exists 04:13:05 4.1.0-dev.24: digest: sha256:c155e37cdf32ba3a3b8cae07b1e00e5531dfbd8d197c280a3c49fb15ea96d2a9 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:13:06 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:13:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 04:13:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 04:13:06 9e748efbb74c: Preparing 04:13:06 7a5fcc73e97c: Preparing 04:13:06 93e39c55b40a: Preparing 04:13:06 dcf7acc17af2: Preparing 04:13:06 7a144c9076ec: Preparing 04:13:06 afa7a1fbf542: Preparing 04:13:06 ff4082d70a4d: Preparing 04:13:06 9c0d19590468: Preparing 04:13:06 dd9c8f8612c8: Preparing 04:13:06 9c0d19590468: Waiting 04:13:06 dd9c8f8612c8: Waiting 04:13:06 afa7a1fbf542: Waiting 04:13:06 ff4082d70a4d: Waiting 04:13:06 93e39c55b40a: Layer already exists 04:13:06 7a144c9076ec: Layer already exists 04:13:06 9e748efbb74c: Layer already exists 04:13:06 7a5fcc73e97c: Layer already exists 04:13:06 dcf7acc17af2: Layer already exists 04:13:06 9c0d19590468: Layer already exists 04:13:06 afa7a1fbf542: Layer already exists 04:13:06 dd9c8f8612c8: Layer already exists 04:13:06 ff4082d70a4d: Layer already exists 04:13:06 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:c155e37cdf32ba3a3b8cae07b1e00e5531dfbd8d197c280a3c49fb15ea96d2a9 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:13:07 + 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 04:13:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 04:13:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 04:13:07 9e748efbb74c: Preparing 04:13:07 7a5fcc73e97c: Preparing 04:13:07 93e39c55b40a: Preparing 04:13:07 dcf7acc17af2: Preparing 04:13:07 7a144c9076ec: Preparing 04:13:07 afa7a1fbf542: Preparing 04:13:07 ff4082d70a4d: Preparing 04:13:07 9c0d19590468: Preparing 04:13:07 dd9c8f8612c8: Preparing 04:13:07 afa7a1fbf542: Waiting 04:13:07 ff4082d70a4d: Waiting 04:13:07 9c0d19590468: Waiting 04:13:07 dd9c8f8612c8: Waiting 04:13:07 7a144c9076ec: Layer already exists 04:13:07 93e39c55b40a: Layer already exists 04:13:07 dcf7acc17af2: Layer already exists 04:13:07 9e748efbb74c: Layer already exists 04:13:07 7a5fcc73e97c: Layer already exists 04:13:07 ff4082d70a4d: Layer already exists 04:13:07 9c0d19590468: Layer already exists 04:13:07 dd9c8f8612c8: Layer already exists 04:13:07 afa7a1fbf542: Layer already exists 04:13:07 main: digest: sha256:c155e37cdf32ba3a3b8cae07b1e00e5531dfbd8d197c280a3c49fb15ea96d2a9 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:13:07 ===================================================== [Pipeline] echo 04:13:07 taggedImages: 04:13:07 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:208e85735de406a1e1d37f437623169183356937 04:13:07 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 04:13:07 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.24 04:13:07 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 04:13:07 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 04:13:07 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 04:13:07 208e85735de406a1e1d37f437623169183356937 04:13:07 latest 04:13:07 4.1.0-dev.24 04:13:07 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 04:13:07 main 04:13:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:13:08 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:13:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:208e85735de406a1e1d37f437623169183356937 04:13:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 04:13:08 09204beea99a: Preparing 04:13:08 9f008b26a1c8: Preparing 04:13:08 0a79b24729ef: Preparing 04:13:08 dcf7acc17af2: Preparing 04:13:08 7a144c9076ec: Preparing 04:13:08 93ea966efe26: Preparing 04:13:08 a2d261a33823: Preparing 04:13:08 e27164b515ff: Preparing 04:13:08 dd9c8f8612c8: Preparing 04:13:08 a2d261a33823: Waiting 04:13:08 93ea966efe26: Waiting 04:13:08 dd9c8f8612c8: Waiting 04:13:08 7a144c9076ec: Layer already exists 04:13:08 dcf7acc17af2: Layer already exists 04:13:08 93ea966efe26: Layer already exists 04:13:08 a2d261a33823: Layer already exists 04:13:08 e27164b515ff: Layer already exists 04:13:08 dd9c8f8612c8: Layer already exists 04:13:08 0a79b24729ef: Pushed 04:13:08 09204beea99a: Pushed 04:13:08 9f008b26a1c8: Pushed 04:13:08 208e85735de406a1e1d37f437623169183356937: digest: sha256:c7290f6130981705f64ffebbb71ff3955457059688d420e175326c6eb03aa0bb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:13:09 + 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 04:13:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 04:13:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 04:13:09 09204beea99a: Preparing 04:13:09 9f008b26a1c8: Preparing 04:13:09 0a79b24729ef: Preparing 04:13:09 dcf7acc17af2: Preparing 04:13:09 7a144c9076ec: Preparing 04:13:09 93ea966efe26: Preparing 04:13:09 a2d261a33823: Preparing 04:13:09 e27164b515ff: Preparing 04:13:09 dd9c8f8612c8: Preparing 04:13:09 93ea966efe26: Waiting 04:13:09 a2d261a33823: Waiting 04:13:09 dd9c8f8612c8: Waiting 04:13:09 e27164b515ff: Waiting 04:13:09 09204beea99a: Layer already exists 04:13:09 0a79b24729ef: Layer already exists 04:13:09 dcf7acc17af2: Layer already exists 04:13:09 9f008b26a1c8: Layer already exists 04:13:09 7a144c9076ec: Layer already exists 04:13:09 93ea966efe26: Layer already exists 04:13:09 a2d261a33823: Layer already exists 04:13:09 dd9c8f8612c8: Layer already exists 04:13:09 e27164b515ff: Layer already exists 04:13:09 latest: digest: sha256:c7290f6130981705f64ffebbb71ff3955457059688d420e175326c6eb03aa0bb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:13:10 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:13:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.24 04:13:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 04:13:10 09204beea99a: Preparing 04:13:10 9f008b26a1c8: Preparing 04:13:10 0a79b24729ef: Preparing 04:13:10 dcf7acc17af2: Preparing 04:13:10 7a144c9076ec: Preparing 04:13:10 93ea966efe26: Preparing 04:13:10 a2d261a33823: Preparing 04:13:10 e27164b515ff: Preparing 04:13:10 dd9c8f8612c8: Preparing 04:13:10 93ea966efe26: Waiting 04:13:10 a2d261a33823: Waiting 04:13:10 e27164b515ff: Waiting 04:13:10 dd9c8f8612c8: Waiting 04:13:10 7a144c9076ec: Layer already exists 04:13:10 9f008b26a1c8: Layer already exists 04:13:10 09204beea99a: Layer already exists 04:13:10 0a79b24729ef: Layer already exists 04:13:10 dcf7acc17af2: Layer already exists 04:13:10 93ea966efe26: Layer already exists 04:13:10 a2d261a33823: Layer already exists 04:13:10 dd9c8f8612c8: Layer already exists 04:13:10 e27164b515ff: Layer already exists 04:13:10 4.1.0-dev.24: digest: sha256:c7290f6130981705f64ffebbb71ff3955457059688d420e175326c6eb03aa0bb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:13:11 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:13:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 04:13:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 04:13:11 09204beea99a: Preparing 04:13:11 9f008b26a1c8: Preparing 04:13:11 0a79b24729ef: Preparing 04:13:11 dcf7acc17af2: Preparing 04:13:11 7a144c9076ec: Preparing 04:13:11 93ea966efe26: Preparing 04:13:11 a2d261a33823: Preparing 04:13:11 e27164b515ff: Preparing 04:13:11 dd9c8f8612c8: Preparing 04:13:11 93ea966efe26: Waiting 04:13:11 a2d261a33823: Waiting 04:13:11 e27164b515ff: Waiting 04:13:11 dd9c8f8612c8: Waiting 04:13:11 0a79b24729ef: Layer already exists 04:13:11 7a144c9076ec: Layer already exists 04:13:11 9f008b26a1c8: Layer already exists 04:13:11 dcf7acc17af2: Layer already exists 04:13:11 09204beea99a: Layer already exists 04:13:11 93ea966efe26: Layer already exists 04:13:11 e27164b515ff: Layer already exists 04:13:11 a2d261a33823: Layer already exists 04:13:11 dd9c8f8612c8: Layer already exists 04:13:11 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:c7290f6130981705f64ffebbb71ff3955457059688d420e175326c6eb03aa0bb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:13:12 + 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 04:13:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 04:13:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 04:13:12 09204beea99a: Preparing 04:13:12 9f008b26a1c8: Preparing 04:13:12 0a79b24729ef: Preparing 04:13:12 dcf7acc17af2: Preparing 04:13:12 7a144c9076ec: Preparing 04:13:12 93ea966efe26: Preparing 04:13:12 a2d261a33823: Preparing 04:13:12 e27164b515ff: Preparing 04:13:12 dd9c8f8612c8: Preparing 04:13:12 a2d261a33823: Waiting 04:13:12 e27164b515ff: Waiting 04:13:12 dd9c8f8612c8: Waiting 04:13:12 93ea966efe26: Waiting 04:13:12 7a144c9076ec: Layer already exists 04:13:12 9f008b26a1c8: Layer already exists 04:13:12 0a79b24729ef: Layer already exists 04:13:12 dcf7acc17af2: Layer already exists 04:13:12 09204beea99a: Layer already exists 04:13:12 a2d261a33823: Layer already exists 04:13:12 93ea966efe26: Layer already exists 04:13:12 e27164b515ff: Layer already exists 04:13:12 dd9c8f8612c8: Layer already exists 04:13:12 main: digest: sha256:c7290f6130981705f64ffebbb71ff3955457059688d420e175326c6eb03aa0bb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:13:12 ===================================================== [Pipeline] echo 04:13:12 taggedImages: 04:13:12 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:208e85735de406a1e1d37f437623169183356937 04:13:12 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 04:13:12 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.24 04:13:12 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 04:13:12 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 04:13:12 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 04:13:12 208e85735de406a1e1d37f437623169183356937 04:13:12 latest 04:13:12 4.1.0-dev.24 04:13:12 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 04:13:12 main 04:13:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:13:13 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:13:13 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:208e85735de406a1e1d37f437623169183356937 04:13:13 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 04:13:13 e396bcc1afa7: Preparing 04:13:13 3650918bea88: Preparing 04:13:13 dcf7acc17af2: Preparing 04:13:13 7a144c9076ec: Preparing 04:13:13 18bbef0781b6: Preparing 04:13:13 fae590963679: Preparing 04:13:13 dd9c8f8612c8: Preparing 04:13:13 fae590963679: Waiting 04:13:13 dd9c8f8612c8: Waiting 04:13:13 dcf7acc17af2: Layer already exists 04:13:13 7a144c9076ec: Layer already exists 04:13:13 dd9c8f8612c8: Layer already exists 04:13:13 18bbef0781b6: Pushed 04:13:13 e396bcc1afa7: Pushed 04:13:15 fae590963679: Pushed 04:13:21 3650918bea88: Pushed 04:13:22 208e85735de406a1e1d37f437623169183356937: digest: sha256:455c1ce2b02ecf73dd414a67e6faa76368bc9a2e2a8e5a45f4b04d7f9b063bc0 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:13:22 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:13:22 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 04:13:22 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 04:13:22 e396bcc1afa7: Preparing 04:13:22 3650918bea88: Preparing 04:13:22 dcf7acc17af2: Preparing 04:13:22 7a144c9076ec: Preparing 04:13:22 18bbef0781b6: Preparing 04:13:22 fae590963679: Preparing 04:13:22 dd9c8f8612c8: Preparing 04:13:22 fae590963679: Waiting 04:13:22 dd9c8f8612c8: Waiting 04:13:22 dcf7acc17af2: Layer already exists 04:13:22 7a144c9076ec: Layer already exists 04:13:22 3650918bea88: Layer already exists 04:13:22 18bbef0781b6: Layer already exists 04:13:22 e396bcc1afa7: Layer already exists 04:13:22 dd9c8f8612c8: Layer already exists 04:13:22 fae590963679: Layer already exists 04:13:23 latest: digest: sha256:455c1ce2b02ecf73dd414a67e6faa76368bc9a2e2a8e5a45f4b04d7f9b063bc0 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:13:23 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:13:23 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.24 04:13:23 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 04:13:23 e396bcc1afa7: Preparing 04:13:23 3650918bea88: Preparing 04:13:23 dcf7acc17af2: Preparing 04:13:23 7a144c9076ec: Preparing 04:13:23 18bbef0781b6: Preparing 04:13:23 fae590963679: Preparing 04:13:23 dd9c8f8612c8: Preparing 04:13:23 fae590963679: Waiting 04:13:23 dd9c8f8612c8: Waiting 04:13:23 e396bcc1afa7: Layer already exists 04:13:23 3650918bea88: Layer already exists 04:13:23 dcf7acc17af2: Layer already exists 04:13:23 18bbef0781b6: Layer already exists 04:13:23 7a144c9076ec: Layer already exists 04:13:23 fae590963679: Layer already exists 04:13:23 dd9c8f8612c8: Layer already exists 04:13:24 4.1.0-dev.24: digest: sha256:455c1ce2b02ecf73dd414a67e6faa76368bc9a2e2a8e5a45f4b04d7f9b063bc0 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:13:24 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:13:24 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 04:13:24 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 04:13:24 e396bcc1afa7: Preparing 04:13:24 3650918bea88: Preparing 04:13:24 dcf7acc17af2: Preparing 04:13:24 7a144c9076ec: Preparing 04:13:24 18bbef0781b6: Preparing 04:13:24 fae590963679: Preparing 04:13:24 dd9c8f8612c8: Preparing 04:13:24 fae590963679: Waiting 04:13:24 dd9c8f8612c8: Waiting 04:13:24 e396bcc1afa7: Layer already exists 04:13:24 18bbef0781b6: Layer already exists 04:13:24 7a144c9076ec: Layer already exists 04:13:24 3650918bea88: Layer already exists 04:13:24 dcf7acc17af2: Layer already exists 04:13:24 fae590963679: Layer already exists 04:13:24 dd9c8f8612c8: Layer already exists 04:13:25 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:455c1ce2b02ecf73dd414a67e6faa76368bc9a2e2a8e5a45f4b04d7f9b063bc0 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:13:26 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:13:26 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 04:13:26 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 04:13:26 e396bcc1afa7: Preparing 04:13:26 3650918bea88: Preparing 04:13:26 dcf7acc17af2: Preparing 04:13:26 7a144c9076ec: Preparing 04:13:26 18bbef0781b6: Preparing 04:13:26 fae590963679: Preparing 04:13:26 dd9c8f8612c8: Preparing 04:13:26 fae590963679: Waiting 04:13:26 dd9c8f8612c8: Waiting 04:13:26 dcf7acc17af2: Layer already exists 04:13:26 18bbef0781b6: Layer already exists 04:13:26 3650918bea88: Layer already exists 04:13:26 7a144c9076ec: Layer already exists 04:13:26 e396bcc1afa7: Layer already exists 04:13:26 fae590963679: Layer already exists 04:13:26 dd9c8f8612c8: Layer already exists 04:13:27 main: digest: sha256:455c1ce2b02ecf73dd414a67e6faa76368bc9a2e2a8e5a45f4b04d7f9b063bc0 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:13:27 ===================================================== [Pipeline] echo 04:13:27 taggedImages: 04:13:27 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:208e85735de406a1e1d37f437623169183356937 04:13:27 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 04:13:27 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.24 04:13:27 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 04:13:27 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 04:13:27 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 04:13:27 208e85735de406a1e1d37f437623169183356937 04:13:27 latest 04:13:27 4.1.0-dev.24 04:13:27 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 04:13:27 main 04:13:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:13:27 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:13:27 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:208e85735de406a1e1d37f437623169183356937 04:13:27 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 04:13:27 bce043ddc37b: Preparing 04:13:27 cbf45b12b1a3: Preparing 04:13:27 dcf7acc17af2: Preparing 04:13:27 7a144c9076ec: Preparing 04:13:27 4c70afd975f2: Preparing 04:13:27 cf8c1689aeea: Preparing 04:13:27 dd9c8f8612c8: Preparing 04:13:27 cf8c1689aeea: Waiting 04:13:27 dd9c8f8612c8: Waiting 04:13:27 dcf7acc17af2: Layer already exists 04:13:28 7a144c9076ec: Layer already exists 04:13:28 dd9c8f8612c8: Layer already exists 04:13:28 4c70afd975f2: Pushed 04:13:28 bce043ddc37b: Pushed 04:13:28 cf8c1689aeea: Pushed 04:13:36 cbf45b12b1a3: Pushed 04:13:36 208e85735de406a1e1d37f437623169183356937: digest: sha256:b971f36b804b6a7465daff69c160f62032d04685a698058569c86cc25a7c84b8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:13:37 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:13:37 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 04:13:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 04:13:37 bce043ddc37b: Preparing 04:13:37 cbf45b12b1a3: Preparing 04:13:37 dcf7acc17af2: Preparing 04:13:37 7a144c9076ec: Preparing 04:13:37 4c70afd975f2: Preparing 04:13:37 cf8c1689aeea: Preparing 04:13:37 dd9c8f8612c8: Preparing 04:13:37 cf8c1689aeea: Waiting 04:13:37 dd9c8f8612c8: Waiting 04:13:37 cbf45b12b1a3: Layer already exists 04:13:37 bce043ddc37b: Layer already exists 04:13:37 4c70afd975f2: Layer already exists 04:13:37 dcf7acc17af2: Layer already exists 04:13:37 7a144c9076ec: Layer already exists 04:13:37 cf8c1689aeea: Layer already exists 04:13:37 dd9c8f8612c8: Layer already exists 04:14:04 latest: digest: sha256:b971f36b804b6a7465daff69c160f62032d04685a698058569c86cc25a7c84b8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:14:04 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:14:05 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.24 04:14:05 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 04:14:05 bce043ddc37b: Preparing 04:14:05 cbf45b12b1a3: Preparing 04:14:05 dcf7acc17af2: Preparing 04:14:05 7a144c9076ec: Preparing 04:14:05 4c70afd975f2: Preparing 04:14:05 cf8c1689aeea: Preparing 04:14:05 dd9c8f8612c8: Preparing 04:14:05 cf8c1689aeea: Waiting 04:14:05 dd9c8f8612c8: Waiting 04:14:05 bce043ddc37b: Layer already exists 04:14:05 7a144c9076ec: Layer already exists 04:14:05 cbf45b12b1a3: Layer already exists 04:14:05 4c70afd975f2: Layer already exists 04:14:05 dcf7acc17af2: Layer already exists 04:14:05 dd9c8f8612c8: Layer already exists 04:14:05 cf8c1689aeea: Layer already exists 04:14:05 4.1.0-dev.24: digest: sha256:b971f36b804b6a7465daff69c160f62032d04685a698058569c86cc25a7c84b8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:14:05 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:14:05 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 04:14:05 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 04:14:05 bce043ddc37b: Preparing 04:14:05 cbf45b12b1a3: Preparing 04:14:05 dcf7acc17af2: Preparing 04:14:05 7a144c9076ec: Preparing 04:14:05 4c70afd975f2: Preparing 04:14:05 cf8c1689aeea: Preparing 04:14:05 dd9c8f8612c8: Preparing 04:14:05 cf8c1689aeea: Waiting 04:14:05 dd9c8f8612c8: Waiting 04:14:05 dcf7acc17af2: Layer already exists 04:14:05 4c70afd975f2: Layer already exists 04:14:05 7a144c9076ec: Layer already exists 04:14:05 bce043ddc37b: Layer already exists 04:14:05 cbf45b12b1a3: Layer already exists 04:14:05 dd9c8f8612c8: Layer already exists 04:14:05 cf8c1689aeea: Layer already exists 04:14:06 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:b971f36b804b6a7465daff69c160f62032d04685a698058569c86cc25a7c84b8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:14:06 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:14:07 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 04:14:07 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 04:14:07 bce043ddc37b: Preparing 04:14:07 cbf45b12b1a3: Preparing 04:14:07 dcf7acc17af2: Preparing 04:14:07 7a144c9076ec: Preparing 04:14:07 4c70afd975f2: Preparing 04:14:07 cf8c1689aeea: Preparing 04:14:07 dd9c8f8612c8: Preparing 04:14:07 cf8c1689aeea: Waiting 04:14:07 dd9c8f8612c8: Waiting 04:14:07 4c70afd975f2: Layer already exists 04:14:07 dcf7acc17af2: Layer already exists 04:14:07 bce043ddc37b: Layer already exists 04:14:07 cbf45b12b1a3: Layer already exists 04:14:07 7a144c9076ec: Layer already exists 04:14:07 cf8c1689aeea: Layer already exists 04:14:07 dd9c8f8612c8: Layer already exists 04:14:07 main: digest: sha256:b971f36b804b6a7465daff69c160f62032d04685a698058569c86cc25a7c84b8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:14:07 ===================================================== [Pipeline] echo 04:14:07 taggedImages: 04:14:07 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:208e85735de406a1e1d37f437623169183356937 04:14:07 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 04:14:07 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.24 04:14:07 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 04:14:07 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 04:14:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] echo 04:14:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo 04:14:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.24 [Pipeline] echo 04:14:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] echo 04:14:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 04:14:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] echo 04:14:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo 04:14:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.24 [Pipeline] echo 04:14:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] echo 04:14:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 04:14:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] echo 04:14:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo 04:14:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.24 [Pipeline] echo 04:14:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] echo 04:14:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 04:14:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] echo 04:14:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo 04:14:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.24 [Pipeline] echo 04:14:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] echo 04:14:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 04:14:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] echo 04:14:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo 04:14:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.24 [Pipeline] echo 04:14:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] echo 04:14:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 04:14:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] echo 04:14:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo 04:14:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.24 [Pipeline] echo 04:14:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] echo 04:14:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 04:14:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] echo 04:14:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo 04:14:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.24 [Pipeline] echo 04:14:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] echo 04:14:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 04:14:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] echo 04:14:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo 04:14:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.24 [Pipeline] echo 04:14:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] echo 04:14:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 04:14:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] echo 04:14:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo 04:14:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.24 [Pipeline] echo 04:14:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] echo 04:14:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 04:14:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] echo 04:14:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo 04:14:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.24 [Pipeline] echo 04:14:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] echo 04:14:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 04:14:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] echo 04:14:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo 04:14:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.24 [Pipeline] echo 04:14:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] echo 04:14:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 04:14:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] echo 04:14:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo 04:14:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.24 [Pipeline] echo 04:14:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] echo 04:14:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 04:14:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] echo 04:14:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo 04:14:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.24 [Pipeline] echo 04:14:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] echo 04:14:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 04:14:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] echo 04:14:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo 04:14:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.24 [Pipeline] echo 04:14:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] echo 04:14:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 04:14:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] echo 04:14:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo 04:14:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.24 [Pipeline] echo 04:14:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] echo 04:14:08 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 04:14:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:14:08 04:14:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:14:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:14:09 arm64: Pulling from edgex-lftools-log-publisher 04:14:09 8998bd30e6a1: Pulling fs layer 04:14:09 04944245beec: Pulling fs layer 04:14:09 699f458cf7ca: Pulling fs layer 04:14:09 765212b225bb: Pulling fs layer 04:14:09 f23df028b6ca: Pulling fs layer 04:14:09 d65c8cfc05b1: Pulling fs layer 04:14:09 2437ff75d9bd: Pulling fs layer 04:14:09 f23df028b6ca: Waiting 04:14:09 765212b225bb: Waiting 04:14:09 d65c8cfc05b1: Waiting 04:14:09 2437ff75d9bd: Waiting 04:14:09 04944245beec: Verifying Checksum 04:14:09 04944245beec: Download complete 04:14:09 765212b225bb: Download complete 04:14:09 f23df028b6ca: Verifying Checksum 04:14:09 f23df028b6ca: Download complete 04:14:09 d65c8cfc05b1: Verifying Checksum 04:14:09 d65c8cfc05b1: Download complete 04:14:09 699f458cf7ca: Verifying Checksum 04:14:09 699f458cf7ca: Download complete 04:14:09 8998bd30e6a1: Verifying Checksum 04:14:09 8998bd30e6a1: Download complete 04:14:12 2437ff75d9bd: Verifying Checksum 04:14:12 2437ff75d9bd: Download complete 04:14:14 8998bd30e6a1: Pull complete 04:14:15 04944245beec: Pull complete 04:14:16 699f458cf7ca: Pull complete 04:14:16 765212b225bb: Pull complete 04:14:17 f23df028b6ca: Pull complete 04:14:17 d65c8cfc05b1: Pull complete 04:14:35 2437ff75d9bd: Pull complete 04:14:35 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 04:14:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:14:35 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:14:36 prd-ubuntu20.04-docker-arm64-4c-16g-3367 does not seem to be running inside a container 04:14:36 $ 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/854 -v /w/workspace/edgex-go/854:/w/workspace/edgex-go/854:rw,z -v /w/workspace/edgex-go/854@tmp:/w/workspace/edgex-go/854@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 04:14:38 $ docker top f56b7b229a093836b942815a986e28865fbe4cfe6a449343714d1a4f8a4f3f1a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:14:39 ---> job-cost.sh 04:14:39 lf-activate-venv: SKIPPING 04:14:39 INFO: No Stack... 04:14:39 INFO: Retrieving Pricing Info for: v3-standard-4 04:14:40 INFO: Archiving Costs [Pipeline] sh 04:14:41 + cat /w/workspace/edgex-go/854/archives/cost.csv 04:14:41 + cut -d, -f6 [Pipeline] lock 04:14:41 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-854-stack-cost] 04:14:41 Resource [jenkins-edgexfoundry-edgex-go-main-854-stack-cost] did not exist. Created. 04:14:41 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-854-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:14:42 + echo total: 0.10999999940395355 [Pipeline] stash 04:14:42 Stashed 1 file(s) [Pipeline] } 04:14:42 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-854-stack-cost] [Pipeline] // lock [Pipeline] } 04:14:42 $ docker stop --time=1 f56b7b229a093836b942815a986e28865fbe4cfe6a449343714d1a4f8a4f3f1a 04:14:44 $ docker rm -f --volumes f56b7b229a093836b942815a986e28865fbe4cfe6a449343714d1a4f8a4f3f1a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 09:26:27 Cancelling nested steps due to timeout 09:26:27 Sending interrupt signal to process 09:26:42 script returned exit code 143 [Pipeline] } 09:26:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] error [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 09:26:42 + '[' -d /w/workspace/edgex-go/854/archives ']' [Pipeline] libraryResource [Pipeline] sh 09:26:43 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:26:43 ---> package-listing.sh 09:26:43 ++ facter osfamily 09:26:43 ++ tr '[:upper:]' '[:lower:]' 09:26:44 + OS_FAMILY=redhat 09:26:44 + workspace=/w/workspace/edgex-go/854 09:26:44 + START_PACKAGES=/tmp/packages_start.txt 09:26:44 + END_PACKAGES=/tmp/packages_end.txt 09:26:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:26:44 + PACKAGES=/tmp/packages_start.txt 09:26:44 + '[' /w/workspace/edgex-go/854 ']' 09:26:44 + PACKAGES=/tmp/packages_end.txt 09:26:44 + case "${OS_FAMILY}" in 09:26:44 + rpm -qa 09:26:44 + sort 09:26:44 + '[' -f /tmp/packages_start.txt ']' 09:26:44 + '[' -f /tmp/packages_end.txt ']' 09:26:44 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:26:44 + '[' /w/workspace/edgex-go/854 ']' 09:26:44 + mkdir -p /w/workspace/edgex-go/854/archives/ 09:26:44 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/854/archives/ [Pipeline] echo 09:26:44 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/854/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:26:44 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:26:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:26:45 09:26:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:26:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:26:45 latest: Pulling from edgex-lftools-log-publisher 09:26:45 5eb5b503b376: Pulling fs layer 09:26:45 5c69ac0246d0: Pulling fs layer 09:26:45 ec43610c2a17: Pulling fs layer 09:26:45 3a2ae6a8a46f: Pulling fs layer 09:26:45 33b1e0a273af: Pulling fs layer 09:26:45 5d3b04190fa2: Pulling fs layer 09:26:45 2f39f015ded8: Pulling fs layer 09:26:45 3a2ae6a8a46f: Waiting 09:26:45 33b1e0a273af: Waiting 09:26:45 5d3b04190fa2: Waiting 09:26:45 2f39f015ded8: Waiting 09:26:46 5c69ac0246d0: Download complete 09:26:46 3a2ae6a8a46f: Verifying Checksum 09:26:46 3a2ae6a8a46f: Download complete 09:26:46 33b1e0a273af: Verifying Checksum 09:26:46 33b1e0a273af: Download complete 09:26:46 5d3b04190fa2: Verifying Checksum 09:26:46 5d3b04190fa2: Download complete 09:26:46 ec43610c2a17: Verifying Checksum 09:26:46 ec43610c2a17: Download complete 09:26:46 5eb5b503b376: Verifying Checksum 09:26:46 5eb5b503b376: Download complete 09:26:46 2f39f015ded8: Verifying Checksum 09:26:46 2f39f015ded8: Download complete 09:26:47 5eb5b503b376: Pull complete 09:26:47 5c69ac0246d0: Pull complete 09:26:48 ec43610c2a17: Pull complete 09:26:48 3a2ae6a8a46f: Pull complete 09:26:48 33b1e0a273af: Pull complete 09:26:48 5d3b04190fa2: Pull complete 09:26:52 2f39f015ded8: Pull complete 09:26:52 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 09:26:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:26:52 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:26:52 prd-centos7-docker-4c-2g-3369 does not seem to be running inside a container 09:26:52 $ 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/854/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 09:26:56 $ docker top 410e3a7642dece110d9b019fae773aaa87132e8b57110b6ccc0c43115b1903ae -eo pid,comm [Pipeline] { [Pipeline] sh 09:26:56 + touch /tmp/pre-build-complete [Pipeline] sh 09:26:56 + mkdir -p /var/log/sysstat [Pipeline] sh 09:26:56 + ls /var/log/sa-host 09:26:56 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:26:57 provisioning config files... 09:26:57 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config18229351977242185144tmp [Pipeline] { [Pipeline] echo 09:26:57 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:26:57 ---> create-netrc.sh [Pipeline] } 09:26:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 09:26:57 ---> python-tools-install.sh [Pipeline] echo 09:26:57 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:26:58 ---> sudo-logs.sh 09:26:58 Archiving 'sudo' log.. 09:26:58 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:26:58 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 09:26:58 $ docker stop --time=1 410e3a7642dece110d9b019fae773aaa87132e8b57110b6ccc0c43115b1903ae 09:26:59 $ docker rm -f --volumes 410e3a7642dece110d9b019fae773aaa87132e8b57110b6ccc0c43115b1903ae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 09:26:59 [WS-CLEANUP] Deleting project workspace... 09:26:59 [WS-CLEANUP] Deferred wipeout is used... 09:26:59 [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] } 09:26:59 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 09:27:00 + [ -d /w/workspace/edgex-go/854/archives ] [Pipeline] libraryResource [Pipeline] sh 09:27:00 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:27:02 ---> package-listing.sh 09:27:02 ++ facter osfamily 09:27:02 ++ tr '[:upper:]' '[:lower:]' 09:27:02 + OS_FAMILY=debian 09:27:02 + workspace=/w/workspace/edgex-go/854 09:27:02 + START_PACKAGES=/tmp/packages_start.txt 09:27:02 + END_PACKAGES=/tmp/packages_end.txt 09:27:02 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:27:02 + PACKAGES=/tmp/packages_start.txt 09:27:02 + '[' /w/workspace/edgex-go/854 ']' 09:27:02 + PACKAGES=/tmp/packages_end.txt 09:27:02 + case "${OS_FAMILY}" in 09:27:02 + dpkg -l 09:27:02 + grep '^ii' 09:27:02 + '[' -f /tmp/packages_start.txt ']' 09:27:02 + '[' -f /tmp/packages_end.txt ']' 09:27:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:27:02 + '[' /w/workspace/edgex-go/854 ']' 09:27:02 + mkdir -p /w/workspace/edgex-go/854/archives/ 09:27:02 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/854/archives/ [Pipeline] echo 09:27:02 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/854/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:27:02 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:27:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:27:03 09:27:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:27:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:27:03 latest: Pulling from edgex-lftools-log-publisher 09:27:03 5eb5b503b376: Pulling fs layer 09:27:03 5c69ac0246d0: Pulling fs layer 09:27:03 ec43610c2a17: Pulling fs layer 09:27:03 3a2ae6a8a46f: Pulling fs layer 09:27:03 33b1e0a273af: Pulling fs layer 09:27:03 5d3b04190fa2: Pulling fs layer 09:27:03 2f39f015ded8: Pulling fs layer 09:27:03 3a2ae6a8a46f: Waiting 09:27:03 33b1e0a273af: Waiting 09:27:03 5d3b04190fa2: Waiting 09:27:03 2f39f015ded8: Waiting 09:27:03 5c69ac0246d0: Download complete 09:27:03 3a2ae6a8a46f: Verifying Checksum 09:27:03 3a2ae6a8a46f: Download complete 09:27:03 33b1e0a273af: Verifying Checksum 09:27:03 33b1e0a273af: Download complete 09:27:03 5d3b04190fa2: Download complete 09:27:03 ec43610c2a17: Verifying Checksum 09:27:03 ec43610c2a17: Download complete 09:27:03 5eb5b503b376: Verifying Checksum 09:27:03 5eb5b503b376: Download complete 09:27:04 2f39f015ded8: Verifying Checksum 09:27:04 2f39f015ded8: Download complete 09:27:04 5eb5b503b376: Pull complete 09:27:05 5c69ac0246d0: Pull complete 09:27:05 ec43610c2a17: Pull complete 09:27:05 3a2ae6a8a46f: Pull complete 09:27:05 33b1e0a273af: Pull complete 09:27:05 5d3b04190fa2: Pull complete 09:27:10 2f39f015ded8: Pull complete 09:27:10 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 09:27:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:27:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:27:10 prd-ubuntu20.04-docker-8c-8g-3366 does not seem to be running inside a container 09:27:10 $ 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/854/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/854 -v /w/workspace/edgex-go/854:/w/workspace/edgex-go/854:rw,z -v /w/workspace/edgex-go/854@tmp:/w/workspace/edgex-go/854@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 09:27:11 $ docker top d8357aeca9086df87bb64e1dfa456ba1fccf247acb89b6f8546e7f142d178890 -eo pid,comm [Pipeline] { [Pipeline] sh 09:27:11 + touch /tmp/pre-build-complete [Pipeline] sh 09:27:12 + mkdir -p /var/log/sysstat [Pipeline] sh 09:27:12 + ls /var/log/sa-host 09:27:12 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:27:12 provisioning config files... 09:27:12 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/854@tmp/config4180549445255828486tmp [Pipeline] { [Pipeline] echo 09:27:12 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:27:12 ---> create-netrc.sh [Pipeline] } 09:27:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 09:27:13 ---> python-tools-install.sh [Pipeline] echo 09:27:13 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:27:13 ---> sudo-logs.sh 09:27:13 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 09:27:13 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:27:13 ---> job-cost.sh 09:27:13 lf-activate-venv: SKIPPING 09:27:13 DEBUG: total: 0.10999999940395355 09:27:13 INFO: Retrieving Stack Cost... 09:27:14 INFO: Retrieving Pricing Info for: v3-standard-8 09:27:14 INFO: Archiving Costs [Pipeline] echo 09:27:14 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:27:14 ---> logs-deploy.sh 09:27:14 lf-activate-venv: SKIPPING 09:27:14 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/854 09:27:14 INFO: archiving workspace using pattern(s): 09:27:15 Archives upload complete. 09:27:16 INFO: archiving logs to Nexus 09:27:16 ---> uname -a: 09:27:16 Linux prd-ubuntu20-04-docker-8c-8g-3366 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 09:27:16 09:27:16 09:27:16 ---> lscpu: 09:27:16 Architecture: x86_64 09:27:16 CPU op-mode(s): 32-bit, 64-bit 09:27:16 Byte Order: Little Endian 09:27:16 Address sizes: 40 bits physical, 48 bits virtual 09:27:16 CPU(s): 8 09:27:16 On-line CPU(s) list: 0-7 09:27:16 Thread(s) per core: 1 09:27:16 Core(s) per socket: 1 09:27:16 Socket(s): 8 09:27:16 NUMA node(s): 1 09:27:16 Vendor ID: AuthenticAMD 09:27:16 CPU family: 23 09:27:16 Model: 49 09:27:16 Model name: AMD EPYC-Rome Processor 09:27:16 Stepping: 0 09:27:16 CPU MHz: 2799.998 09:27:16 BogoMIPS: 5599.99 09:27:16 Virtualization: AMD-V 09:27:16 Hypervisor vendor: KVM 09:27:16 Virtualization type: full 09:27:16 L1d cache: 256 KiB 09:27:16 L1i cache: 256 KiB 09:27:16 L2 cache: 4 MiB 09:27:16 L3 cache: 128 MiB 09:27:16 NUMA node0 CPU(s): 0-7 09:27:16 Vulnerability Itlb multihit: Not affected 09:27:16 Vulnerability L1tf: Not affected 09:27:16 Vulnerability Mds: Not affected 09:27:16 Vulnerability Meltdown: Not affected 09:27:16 Vulnerability Mmio stale data: Not affected 09:27:16 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:27:16 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 09:27:16 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 09:27:16 Vulnerability Srbds: Not affected 09:27:16 Vulnerability Tsx async abort: Not affected 09:27:16 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 09:27:16 09:27:16 09:27:16 ---> nproc: 09:27:16 8 09:27:16 09:27:16 09:27:16 ---> df -h: 09:27:16 Filesystem Size Used Avail Use% Mounted on 09:27:16 overlay 155G 30G 126G 19% / 09:27:16 tmpfs 64M 0 64M 0% /dev 09:27:16 tmpfs 16G 0 16G 0% /sys/fs/cgroup 09:27:16 shm 64M 0 64M 0% /dev/shm 09:27:16 /dev/vda1 155G 30G 126G 19% /facter-os 09:27:16 09:27:16 09:27:16 ---> sar -b -r -n DEV: 09:27:16 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3366) 06/16/25 _x86_64_ (8 CPU) 09:27:16 09:27:16 03:25:43 LINUX RESTART (8 CPU) 09:27:16 09:27:16 03:26:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 09:27:16 03:27:01 355.26 45.41 309.85 0.00 5116.08 130829.93 0.00 09:27:16 03:28:01 184.29 1.25 183.04 0.00 20.66 59369.71 0.00 09:27:16 03:29:01 50.79 0.02 50.77 0.00 0.13 36656.97 0.00 09:27:16 03:30:01 38.14 0.17 37.98 0.00 2.53 20235.69 0.00 09:27:16 03:31:01 907.51 17.63 889.88 0.00 2533.69 316131.96 0.00 09:27:16 03:32:01 618.13 2.65 615.48 0.00 261.11 227989.07 0.00 09:27:16 03:33:01 410.06 0.10 409.96 0.00 3.20 95438.05 0.00 09:27:16 03:34:01 837.84 0.03 837.81 0.00 0.80 175474.49 0.00 09:27:16 03:35:01 41.01 0.07 40.94 0.00 12.93 1093.28 0.00 09:27:16 03:36:01 18.78 0.02 18.76 0.00 4.27 473.25 0.00 09:27:16 03:37:01 1.03 0.00 1.03 0.00 0.00 12.80 0.00 09:27:16 03:38:01 1.48 0.30 1.18 0.00 10.00 19.46 0.00 09:27:16 03:39:01 2.52 1.22 1.30 0.00 27.60 15.73 0.00 09:27:16 03:40:01 1.07 0.00 1.07 0.00 0.00 12.93 0.00 09:27:16 03:41:01 2.43 0.02 2.42 0.00 0.13 31.86 0.00 09:27:16 03:42:01 1.03 0.00 1.03 0.00 0.00 13.20 0.00 09:27:16 03:43:01 1.18 0.00 1.18 0.00 0.00 12.93 0.00 09:27:16 03:44:01 1.10 0.00 1.10 0.00 0.00 13.86 0.00 09:27:16 03:45:01 1.20 0.00 1.20 0.00 0.00 13.20 0.00 09:27:16 03:46:01 1.48 0.00 1.48 0.00 0.00 18.26 0.00 09:27:16 03:47:01 1.13 0.00 1.13 0.00 0.00 12.66 0.00 09:27:16 03:48:01 1.85 0.00 1.85 0.00 0.00 20.53 0.00 09:27:16 03:49:01 0.95 0.00 0.95 0.00 0.00 10.80 0.00 09:27:16 03:50:01 1.45 0.00 1.45 0.00 0.00 16.00 0.00 09:27:16 03:51:01 1.18 0.00 1.18 0.00 0.00 12.66 0.00 09:27:16 03:52:01 1.07 0.00 1.07 0.00 0.00 14.40 0.00 09:27:16 03:53:01 1.33 0.00 1.33 0.00 0.00 14.40 0.00 09:27:16 03:54:01 1.68 0.00 1.68 0.00 0.00 19.33 0.00 09:27:16 03:55:01 0.90 0.00 0.90 0.00 0.00 10.00 0.00 09:27:16 03:56:01 1.60 0.00 1.60 0.00 0.00 18.40 0.00 09:27:16 03:57:01 1.02 0.00 1.02 0.00 0.00 11.86 0.00 09:27:16 03:58:01 1.48 0.00 1.48 0.00 0.00 17.20 0.00 09:27:16 03:59:01 1.27 0.00 1.27 0.00 0.00 14.13 0.00 09:27:16 04:00:01 1.45 0.00 1.45 0.00 0.00 16.66 0.00 09:27:16 04:01:01 1.17 0.00 1.17 0.00 0.00 13.46 0.00 09:27:16 04:02:01 1.57 0.00 1.57 0.00 0.00 17.86 0.00 09:27:16 04:03:01 0.97 0.00 0.97 0.00 0.00 10.53 0.00 09:27:16 04:04:01 1.80 0.00 1.80 0.00 0.00 20.53 0.00 09:27:16 04:05:01 1.48 0.00 1.48 0.00 0.00 16.40 0.00 09:27:16 04:06:01 1.73 0.00 1.73 0.00 0.00 20.80 0.00 09:27:16 04:07:01 1.12 0.00 1.12 0.00 0.00 12.53 0.00 09:27:16 04:08:01 1.52 0.00 1.52 0.00 0.00 18.13 0.00 09:27:16 04:09:01 1.17 0.00 1.17 0.00 0.00 13.60 0.00 09:27:16 04:10:01 1.77 0.00 1.77 0.00 0.00 19.86 0.00 09:27:16 04:11:01 1.18 0.00 1.18 0.00 0.00 13.60 0.00 09:27:16 04:12:01 1.05 0.00 1.05 0.00 0.00 13.20 0.00 09:27:16 04:13:01 1.25 0.00 1.25 0.00 0.00 13.60 0.00 09:27:16 04:14:01 0.92 0.00 0.92 0.00 0.00 11.73 0.00 09:27:16 04:15:01 1.28 0.00 1.28 0.00 0.00 13.33 0.00 09:27:16 04:16:01 1.40 0.00 1.40 0.00 0.00 16.40 0.00 09:27:16 04:17:01 1.22 0.02 1.20 0.00 0.13 15.20 0.00 09:27:16 04:18:01 1.72 0.00 1.72 0.00 0.00 19.33 0.00 09:27:16 04:19:01 1.07 0.00 1.07 0.00 0.00 11.86 0.00 09:27:16 04:20:01 1.42 0.00 1.42 0.00 0.00 16.13 0.00 09:27:16 04:21:01 1.22 0.00 1.22 0.00 0.00 13.73 0.00 09:27:16 04:22:01 1.52 0.00 1.52 0.00 0.00 18.13 0.00 09:27:16 04:23:01 1.05 0.00 1.05 0.00 0.00 11.06 0.00 09:27:16 04:24:01 1.15 0.00 1.15 0.00 0.00 14.53 0.00 09:27:16 04:25:01 1.17 0.00 1.17 0.00 0.00 13.60 0.00 09:27:16 04:26:01 1.68 0.00 1.68 0.00 0.00 20.53 0.00 09:27:16 04:27:01 1.03 0.00 1.03 0.00 0.00 11.86 0.00 09:27:16 04:28:01 1.07 0.00 1.07 0.00 0.00 13.20 0.00 09:27:16 04:29:01 1.23 0.00 1.23 0.00 0.00 14.00 0.00 09:27:16 04:30:01 1.48 0.00 1.48 0.00 0.00 17.06 0.00 09:27:16 04:31:01 1.15 0.00 1.15 0.00 0.00 13.60 0.00 09:27:16 04:32:02 0.97 0.00 0.97 0.00 0.00 12.40 0.00 09:27:16 04:33:01 1.29 0.00 1.29 0.00 0.00 14.64 0.00 09:27:16 04:34:01 1.68 0.00 1.68 0.00 0.00 19.60 0.00 09:27:16 04:35:01 0.95 0.00 0.95 0.00 0.00 10.13 0.00 09:27:16 04:36:01 1.70 0.00 1.70 0.00 0.00 20.13 0.00 09:27:16 04:37:01 1.08 0.00 1.08 0.00 0.00 12.66 0.00 09:27:16 04:38:01 1.60 0.00 1.60 0.00 0.00 18.93 0.00 09:27:16 04:39:01 1.10 0.00 1.10 0.00 0.00 13.20 0.00 09:27:16 04:40:01 1.00 0.00 1.00 0.00 0.00 12.26 0.00 09:27:16 04:41:01 1.32 0.00 1.32 0.00 0.00 15.33 0.00 09:27:16 04:42:01 1.86 0.00 1.86 0.00 0.00 21.04 0.00 09:27:16 04:43:01 0.97 0.00 0.97 0.00 0.00 11.59 0.00 09:27:16 04:44:01 1.00 0.00 1.00 0.00 0.00 12.13 0.00 09:27:16 04:45:01 1.28 0.00 1.28 0.00 0.00 14.26 0.00 09:27:16 04:46:01 0.90 0.00 0.90 0.00 0.00 11.46 0.00 09:27:16 04:47:01 1.38 0.00 1.38 0.00 0.00 15.46 0.00 09:27:16 04:48:01 1.10 0.00 1.10 0.00 0.00 13.06 0.00 09:27:16 04:49:01 1.17 0.00 1.17 0.00 0.00 13.86 0.00 09:27:16 04:50:01 1.61 0.00 1.61 0.00 0.00 17.58 0.00 09:27:16 04:51:01 1.00 0.00 1.00 0.00 0.00 11.33 0.00 09:27:16 04:52:01 1.63 0.00 1.63 0.00 0.00 19.19 0.00 09:27:16 04:53:01 1.17 0.00 1.17 0.00 0.00 13.06 0.00 09:27:16 04:54:01 1.53 0.00 1.53 0.00 0.00 17.60 0.00 09:27:16 04:55:01 1.02 0.00 1.02 0.00 0.00 10.93 0.00 09:27:16 04:56:01 1.07 0.00 1.07 0.00 0.00 12.80 0.00 09:27:16 04:57:01 1.37 0.00 1.37 0.00 0.00 15.33 0.00 09:27:16 04:58:01 1.03 0.00 1.03 0.00 0.00 13.06 0.00 09:27:16 04:59:01 1.45 0.00 1.45 0.00 0.00 15.46 0.00 09:27:16 05:00:01 0.97 0.00 0.97 0.00 0.00 11.46 0.00 09:27:16 05:01:01 1.32 0.00 1.32 0.00 0.00 14.93 0.00 09:27:16 05:02:01 1.47 0.00 1.47 0.00 0.00 16.52 0.00 09:27:16 05:03:01 1.15 0.00 1.15 0.00 0.00 14.26 0.00 09:27:16 05:04:01 1.08 0.00 1.08 0.00 0.00 13.06 0.00 09:27:16 05:05:01 1.30 0.00 1.30 0.00 0.00 14.40 0.00 09:27:16 05:06:01 1.03 0.00 1.03 0.00 0.00 12.53 0.00 09:27:16 05:07:01 1.38 0.00 1.38 0.00 0.00 15.86 0.00 09:27:16 05:08:01 1.57 0.00 1.57 0.00 0.00 18.26 0.00 09:27:16 05:09:01 1.12 0.00 1.12 0.00 0.00 12.26 0.00 09:27:16 05:10:01 1.55 0.00 1.55 0.00 0.00 17.19 0.00 09:27:16 05:11:01 0.98 0.00 0.98 0.00 0.00 11.20 0.00 09:27:16 05:12:01 1.58 0.00 1.58 0.00 0.00 18.93 0.00 09:27:16 05:13:01 1.10 0.00 1.10 0.00 0.00 12.80 0.00 09:27:16 05:14:01 1.07 0.00 1.07 0.00 0.00 12.66 0.00 09:27:16 05:15:01 1.32 0.00 1.32 0.00 0.00 14.40 0.00 09:27:16 05:16:01 0.88 0.00 0.88 0.00 0.00 11.60 0.00 09:27:16 05:17:01 1.37 0.00 1.37 0.00 0.00 14.79 0.00 09:27:16 05:18:01 1.17 0.00 1.17 0.00 0.00 14.40 0.00 09:27:16 05:19:01 1.32 0.00 1.32 0.00 0.00 14.53 0.00 09:27:16 05:20:01 0.93 0.00 0.93 0.00 0.00 11.20 0.00 09:27:16 05:21:01 1.38 0.00 1.38 0.00 0.00 15.73 0.00 09:27:16 05:22:01 1.47 0.00 1.47 0.00 0.00 16.66 0.00 09:27:16 05:23:01 1.30 0.00 1.30 0.00 0.00 15.06 0.00 09:27:16 05:24:01 1.72 0.00 1.72 0.00 0.00 19.06 0.00 09:27:16 05:25:01 1.17 0.00 1.17 0.00 0.00 12.80 0.00 09:27:16 05:26:01 1.53 0.00 1.53 0.00 0.00 18.13 0.00 09:27:16 05:27:01 1.22 0.00 1.22 0.00 0.00 13.73 0.00 09:27:16 05:28:01 1.62 0.00 1.62 0.00 0.00 18.79 0.00 09:27:16 05:29:01 1.03 0.00 1.03 0.00 0.00 10.93 0.00 09:27:16 05:30:01 1.05 0.00 1.05 0.00 0.00 13.46 0.00 09:27:16 05:31:01 1.42 0.00 1.42 0.00 0.00 16.13 0.00 09:27:16 05:32:01 1.63 0.00 1.63 0.00 0.00 19.06 0.00 09:27:16 05:33:01 1.22 0.00 1.22 0.00 0.00 13.96 0.00 09:27:16 05:34:01 1.03 0.00 1.03 0.00 0.00 12.13 0.00 09:27:16 05:35:01 1.82 0.00 1.82 0.00 0.00 20.26 0.00 09:27:16 05:36:01 1.13 0.00 1.13 0.00 0.00 14.00 0.00 09:27:16 05:37:01 1.35 0.00 1.35 0.00 0.00 14.66 0.00 09:27:16 05:38:01 1.28 0.00 1.28 0.00 0.00 15.46 0.00 09:27:16 05:39:01 1.32 0.00 1.32 0.00 0.00 15.60 0.00 09:27:16 05:40:01 1.10 0.00 1.10 0.00 0.00 13.86 0.00 09:27:16 05:41:01 1.30 0.00 1.30 0.00 0.00 15.06 0.00 09:27:16 05:42:01 1.07 0.00 1.07 0.00 0.00 12.53 0.00 09:27:16 05:43:01 1.47 0.00 1.47 0.00 0.00 16.93 0.00 09:27:16 05:44:01 1.27 0.00 1.27 0.00 0.00 14.13 0.00 09:27:16 05:45:01 1.17 0.00 1.17 0.00 0.00 13.60 0.00 09:27:16 05:46:01 1.02 0.00 1.02 0.00 0.00 12.80 0.00 09:27:16 05:47:01 1.35 0.00 1.35 0.00 0.00 15.33 0.00 09:27:16 05:48:01 1.37 0.00 1.37 0.00 0.00 16.39 0.00 09:27:16 05:49:01 1.32 0.00 1.32 0.00 0.00 15.46 0.00 09:27:16 05:50:01 1.52 0.00 1.52 0.00 0.00 17.86 0.00 09:27:16 05:51:01 1.15 0.00 1.15 0.00 0.00 12.80 0.00 09:27:16 05:52:01 1.53 0.00 1.53 0.00 0.00 17.73 0.00 09:27:16 05:53:01 1.28 0.00 1.28 0.00 0.00 14.40 0.00 09:27:16 05:54:01 1.60 0.00 1.60 0.00 0.00 18.13 0.00 09:27:16 05:55:01 1.12 0.00 1.12 0.00 0.00 12.66 0.00 09:27:16 05:56:01 1.82 0.00 1.82 0.00 0.00 20.00 0.00 09:27:16 05:57:01 1.00 0.00 1.00 0.00 0.00 11.06 0.00 09:27:16 05:58:01 1.50 0.00 1.50 0.00 0.00 18.00 0.00 09:27:16 05:59:01 1.12 0.00 1.12 0.00 0.00 12.66 0.00 09:27:16 06:00:01 1.65 0.00 1.65 0.00 0.00 18.93 0.00 09:27:16 06:01:01 1.02 0.00 1.02 0.00 0.00 11.60 0.00 09:27:16 06:02:01 1.10 0.00 1.10 0.00 0.00 12.66 0.00 09:27:16 06:03:01 1.53 0.00 1.53 0.00 0.00 17.86 0.00 09:27:16 06:04:01 1.03 0.00 1.03 0.00 0.00 13.20 0.00 09:27:16 06:05:01 1.40 0.00 1.40 0.00 0.00 16.00 0.00 09:27:16 06:06:01 1.13 0.00 1.13 0.00 0.00 13.60 0.00 09:27:16 06:07:01 1.38 0.00 1.38 0.00 0.00 15.20 0.00 09:27:16 06:08:01 1.55 0.00 1.55 0.00 0.00 18.40 0.00 09:27:16 06:09:01 1.12 0.00 1.12 0.00 0.00 13.06 0.00 09:27:16 06:10:01 1.07 0.00 1.07 0.00 0.00 13.20 0.00 09:27:16 06:11:01 1.38 0.00 1.38 0.00 0.00 15.33 0.00 09:27:16 06:12:01 1.08 0.00 1.08 0.00 0.00 12.93 0.00 09:27:16 06:13:01 1.50 0.00 1.50 0.00 0.00 17.19 0.00 09:27:16 06:14:01 1.08 0.00 1.08 0.00 0.00 12.66 0.00 09:27:16 06:15:01 1.38 0.00 1.38 0.00 0.00 15.46 0.00 09:27:16 06:16:01 1.03 0.00 1.03 0.00 0.00 12.80 0.00 09:27:16 06:17:01 1.52 0.00 1.52 0.00 0.00 16.93 0.00 09:27:16 06:18:01 1.83 0.02 1.82 0.00 1.20 20.66 0.00 09:27:16 06:19:01 1.15 0.00 1.15 0.00 0.00 13.60 0.00 09:27:16 06:20:01 1.07 0.00 1.07 0.00 0.00 12.80 0.00 09:27:16 06:21:01 1.52 0.00 1.52 0.00 0.00 17.46 0.00 09:27:16 06:22:01 1.05 0.00 1.05 0.00 0.00 12.40 0.00 09:27:16 06:23:01 1.52 0.00 1.52 0.00 0.00 17.33 0.00 09:27:16 06:24:01 1.05 0.00 1.05 0.00 0.00 12.40 0.00 09:27:16 06:25:01 1.50 0.02 1.48 0.00 0.13 16.93 0.00 09:27:16 06:26:01 4.32 2.24 2.08 0.00 36.41 74.95 0.00 09:27:16 06:27:01 1.45 0.00 1.45 0.00 0.00 16.53 0.00 09:27:16 06:28:01 1.68 0.00 1.68 0.00 0.00 20.13 0.00 09:27:16 06:29:01 1.17 0.00 1.17 0.00 0.00 12.13 0.00 09:27:16 06:30:01 1.12 0.00 1.12 0.00 0.00 13.60 0.00 09:27:16 06:31:01 1.33 0.00 1.33 0.00 0.00 14.40 0.00 09:27:16 06:32:01 1.13 0.00 1.13 0.00 0.00 14.26 0.00 09:27:16 06:33:01 1.72 0.00 1.72 0.00 0.00 19.20 0.00 09:27:16 06:34:01 1.10 0.00 1.10 0.00 0.00 13.60 0.00 09:27:16 06:35:01 1.38 0.00 1.38 0.00 0.00 15.86 0.00 09:27:16 06:36:01 1.02 0.00 1.02 0.00 0.00 11.86 0.00 09:27:16 06:37:01 1.47 0.00 1.47 0.00 0.00 16.66 0.00 09:27:16 06:38:01 1.65 0.00 1.65 0.00 0.00 19.33 0.00 09:27:16 06:39:01 1.15 0.00 1.15 0.00 0.00 13.33 0.00 09:27:16 06:40:01 1.23 0.00 1.23 0.00 0.00 15.06 0.00 09:27:16 06:41:01 1.40 0.00 1.40 0.00 0.00 15.33 0.00 09:27:16 06:42:01 1.12 0.00 1.12 0.00 0.00 14.13 0.00 09:27:16 06:43:01 1.60 0.00 1.60 0.00 0.00 18.53 0.00 09:27:16 06:44:01 1.03 0.00 1.03 0.00 0.00 12.26 0.00 09:27:16 06:45:01 1.32 0.00 1.32 0.00 0.00 15.05 0.00 09:27:16 06:46:01 1.02 0.00 1.02 0.00 0.00 12.00 0.00 09:27:16 06:47:01 1.40 0.00 1.40 0.00 0.00 16.00 0.00 09:27:16 06:48:01 1.12 0.00 1.12 0.00 0.00 13.33 0.00 09:27:16 06:49:01 1.43 0.00 1.43 0.00 0.00 16.13 0.00 09:27:16 06:50:01 1.62 0.00 1.62 0.00 0.00 18.93 0.00 09:27:16 06:51:01 1.15 0.00 1.15 0.00 0.00 12.26 0.00 09:27:16 06:52:01 1.72 0.00 1.72 0.00 0.00 20.79 0.00 09:27:16 06:53:01 1.15 0.00 1.15 0.00 0.00 12.80 0.00 09:27:16 06:54:01 1.70 0.00 1.70 0.00 0.00 19.73 0.00 09:27:16 06:55:01 1.13 0.00 1.13 0.00 0.00 12.66 0.00 09:27:16 06:56:01 1.53 0.00 1.53 0.00 0.00 17.60 0.00 09:27:16 06:57:01 1.12 0.00 1.12 0.00 0.00 12.40 0.00 09:27:16 06:58:01 1.65 0.00 1.65 0.00 0.00 20.00 0.00 09:27:16 06:59:01 1.17 0.00 1.17 0.00 0.00 12.93 0.00 09:27:16 07:00:01 1.65 0.00 1.65 0.00 0.00 19.60 0.00 09:27:16 07:01:01 1.07 0.00 1.07 0.00 0.00 12.00 0.00 09:27:16 07:02:01 1.70 0.00 1.70 0.00 0.00 20.26 0.00 09:27:16 07:03:01 1.13 0.00 1.13 0.00 0.00 12.80 0.00 09:27:16 07:04:01 1.63 0.00 1.63 0.00 0.00 18.80 0.00 09:27:16 07:05:01 1.60 0.00 1.60 0.00 0.00 17.99 0.00 09:27:16 07:06:01 2.12 0.00 2.12 0.00 0.00 23.46 0.00 09:27:16 07:07:01 1.17 0.00 1.17 0.00 0.00 13.20 0.00 09:27:16 07:08:01 1.65 0.00 1.65 0.00 0.00 20.13 0.00 09:27:16 07:09:01 1.40 0.00 1.40 0.00 0.00 15.60 0.00 09:27:16 07:10:01 1.63 0.00 1.63 0.00 0.00 19.99 0.00 09:27:16 07:11:01 1.08 0.00 1.08 0.00 0.00 12.00 0.00 09:27:16 07:12:01 1.63 0.00 1.63 0.00 0.00 19.60 0.00 09:27:16 07:13:01 1.18 0.00 1.18 0.00 0.00 13.20 0.00 09:27:16 07:14:01 1.45 0.00 1.45 0.00 0.00 15.60 0.00 09:27:16 07:15:01 1.30 0.00 1.30 0.00 0.00 15.86 0.00 09:27:16 07:16:01 1.48 0.00 1.48 0.00 0.00 16.13 0.00 09:27:16 07:17:01 1.13 0.00 1.13 0.00 0.00 13.46 0.00 09:27:16 07:18:01 1.48 0.00 1.48 0.00 0.00 16.40 0.00 09:27:16 07:19:01 1.47 0.00 1.47 0.00 0.00 17.59 0.00 09:27:16 07:20:01 1.03 0.00 1.03 0.00 0.00 11.73 0.00 09:27:16 07:21:01 1.35 0.00 1.35 0.00 0.00 15.46 0.00 09:27:16 07:22:01 0.92 0.00 0.92 0.00 0.00 11.06 0.00 09:27:16 07:23:01 1.38 0.00 1.38 0.00 0.00 16.66 0.00 09:27:16 07:24:01 1.55 0.00 1.55 0.00 0.00 18.66 0.00 09:27:16 07:25:01 1.35 0.00 1.35 0.00 0.00 14.26 0.00 09:27:16 07:26:01 1.02 0.00 1.02 0.00 0.00 11.06 0.00 09:27:16 07:27:01 1.45 0.00 1.45 0.00 0.00 17.06 0.00 09:27:16 07:28:01 1.03 0.00 1.03 0.00 0.00 11.06 0.00 09:27:16 07:29:01 1.53 0.00 1.53 0.00 0.00 18.80 0.00 09:27:16 07:30:01 1.02 0.00 1.02 0.00 0.00 11.73 0.00 09:27:16 07:31:01 1.43 0.00 1.43 0.00 0.00 15.86 0.00 09:27:16 07:32:01 0.97 0.00 0.97 0.00 0.00 11.60 0.00 09:27:16 07:33:01 1.37 0.00 1.37 0.00 0.00 15.46 0.00 09:27:16 07:34:01 1.53 0.00 1.53 0.00 0.00 17.20 0.00 09:27:16 07:35:01 1.28 0.00 1.28 0.00 0.00 15.46 0.00 09:27:16 07:36:01 1.03 0.00 1.03 0.00 0.00 11.60 0.00 09:27:16 07:37:01 1.47 0.00 1.47 0.00 0.00 17.33 0.00 09:27:16 07:38:01 1.03 0.00 1.03 0.00 0.00 11.06 0.00 09:27:16 07:39:01 1.60 0.00 1.60 0.00 0.00 19.46 0.00 09:27:16 07:40:01 1.10 0.00 1.10 0.00 0.00 12.93 0.00 09:27:16 07:41:01 1.33 0.00 1.33 0.00 0.00 16.80 0.00 09:27:16 07:42:01 1.25 0.00 1.25 0.00 0.00 14.93 0.00 09:27:16 07:43:01 1.32 0.00 1.32 0.00 0.00 14.53 0.00 09:27:16 07:44:01 1.50 0.00 1.50 0.00 0.00 16.93 0.00 09:27:16 07:45:01 1.15 0.00 1.15 0.00 0.00 14.40 0.00 09:27:16 07:46:01 1.02 0.00 1.02 0.00 0.00 10.93 0.00 09:27:16 07:47:01 1.50 0.00 1.50 0.00 0.00 18.00 0.00 09:27:16 07:48:01 1.10 0.00 1.10 0.00 0.00 11.46 0.00 09:27:16 07:49:01 1.48 0.00 1.48 0.00 0.00 18.00 0.00 09:27:16 07:50:01 1.12 0.00 1.12 0.00 0.00 12.66 0.00 09:27:16 07:51:01 1.38 0.00 1.38 0.00 0.00 16.26 0.00 09:27:16 07:52:01 1.03 0.00 1.03 0.00 0.00 12.13 0.00 09:27:16 07:53:01 1.52 0.00 1.52 0.00 0.00 17.46 0.00 09:27:16 07:54:01 1.58 0.00 1.58 0.00 0.00 19.33 0.00 09:27:16 07:55:01 1.10 0.00 1.10 0.00 0.00 12.26 0.00 09:27:16 07:56:01 1.00 0.00 1.00 0.00 0.00 10.93 0.00 09:27:16 07:57:01 1.42 0.00 1.42 0.00 0.00 17.33 0.00 09:27:16 07:58:01 1.07 0.00 1.07 0.00 0.00 12.40 0.00 09:27:16 07:59:01 1.43 0.00 1.43 0.00 0.00 17.33 0.00 09:27:16 08:00:01 1.13 0.00 1.13 0.00 0.00 12.53 0.00 09:27:16 08:01:01 1.28 0.00 1.28 0.00 0.00 14.93 0.00 09:27:16 08:02:01 1.02 0.00 1.02 0.00 0.00 11.73 0.00 09:27:16 08:03:01 1.45 0.00 1.45 0.00 0.00 17.20 0.00 09:27:16 08:04:01 1.80 0.00 1.80 0.00 0.00 22.00 0.00 09:27:16 08:05:01 1.20 0.00 1.20 0.00 0.00 13.20 0.00 09:27:16 08:06:01 1.10 0.00 1.10 0.00 0.00 12.26 0.00 09:27:16 08:07:02 1.38 0.00 1.38 0.00 0.00 16.80 0.00 09:27:16 08:08:01 1.08 0.00 1.08 0.00 0.00 11.93 0.00 09:27:16 08:09:01 1.30 0.00 1.30 0.00 0.00 15.46 0.00 09:27:16 08:10:01 1.15 0.00 1.15 0.00 0.00 13.73 0.00 09:27:16 08:11:01 1.28 0.00 1.28 0.00 0.00 14.53 0.00 09:27:16 08:12:01 1.02 0.00 1.02 0.00 0.00 11.73 0.00 09:27:16 08:13:01 1.33 0.00 1.33 0.00 0.00 15.60 0.00 09:27:16 08:14:01 1.10 0.00 1.10 0.00 0.00 13.20 0.00 09:27:16 08:15:01 1.58 0.00 1.58 0.00 0.00 19.33 0.00 09:27:16 08:16:01 1.05 0.00 1.05 0.00 0.00 11.33 0.00 09:27:16 08:17:01 1.47 0.00 1.47 0.00 0.00 17.20 0.00 09:27:16 08:18:01 1.27 0.00 1.27 0.00 0.00 13.46 0.00 09:27:16 08:19:01 1.33 0.00 1.33 0.00 0.00 16.00 0.00 09:27:16 08:20:01 1.15 0.00 1.15 0.00 0.00 12.80 0.00 09:27:16 08:21:01 1.60 0.00 1.60 0.00 0.00 18.26 0.00 09:27:16 08:22:01 1.15 0.00 1.15 0.00 0.00 13.20 0.00 09:27:16 08:23:01 1.30 0.00 1.30 0.00 0.00 14.93 0.00 09:27:16 08:24:01 1.07 0.00 1.07 0.00 0.00 12.26 0.00 09:27:16 08:25:01 1.43 0.00 1.43 0.00 0.00 17.60 0.00 09:27:16 08:26:01 0.98 0.00 0.98 0.00 0.00 10.53 0.00 09:27:16 08:27:01 1.37 0.00 1.37 0.00 0.00 16.13 0.00 09:27:16 08:28:01 1.02 0.00 1.02 0.00 0.00 11.20 0.00 09:27:16 08:29:01 1.32 0.00 1.32 0.00 0.00 15.60 0.00 09:27:16 08:30:01 1.65 0.00 1.65 0.00 0.00 19.06 0.00 09:27:16 08:31:01 1.20 0.00 1.20 0.00 0.00 14.80 0.00 09:27:16 08:32:01 1.08 0.00 1.08 0.00 0.00 12.13 0.00 09:27:16 08:33:01 1.35 0.00 1.35 0.00 0.00 16.00 0.00 09:27:16 08:34:01 1.07 0.00 1.07 0.00 0.00 12.13 0.00 09:27:16 08:35:01 1.72 0.00 1.72 0.00 0.00 20.26 0.00 09:27:16 08:36:01 1.12 0.00 1.12 0.00 0.00 12.53 0.00 09:27:16 08:37:01 1.45 0.00 1.45 0.00 0.00 17.20 0.00 09:27:16 08:38:01 1.03 0.00 1.03 0.00 0.00 11.20 0.00 09:27:16 08:39:01 1.77 0.00 1.77 0.00 0.00 20.26 0.00 09:27:16 08:40:01 1.83 0.00 1.83 0.00 0.00 21.86 0.00 09:27:16 08:41:01 1.32 0.00 1.32 0.00 0.00 14.40 0.00 09:27:16 08:42:01 1.18 0.00 1.18 0.00 0.00 13.33 0.00 09:27:16 08:43:01 1.67 0.00 1.67 0.00 0.00 19.33 0.00 09:27:16 08:44:01 1.05 0.00 1.05 0.00 0.00 11.86 0.00 09:27:16 08:45:01 1.40 0.00 1.40 0.00 0.00 16.93 0.00 09:27:16 08:46:01 1.27 0.00 1.27 0.00 0.00 13.60 0.00 09:27:16 08:47:01 1.88 0.00 1.88 0.00 0.00 22.13 0.00 09:27:16 08:48:01 0.98 0.00 0.98 0.00 0.00 10.66 0.00 09:27:16 08:49:01 1.40 0.00 1.40 0.00 0.00 16.13 0.00 09:27:16 08:50:01 2.10 0.00 2.10 0.00 0.00 24.26 0.00 09:27:16 08:51:01 1.35 0.00 1.35 0.00 0.00 15.46 0.00 09:27:16 08:52:01 1.17 0.00 1.17 0.00 0.00 13.33 0.00 09:27:16 08:53:01 1.48 0.00 1.48 0.00 0.00 16.93 0.00 09:27:16 08:54:01 1.42 0.00 1.42 0.00 0.00 15.86 0.00 09:27:16 08:55:01 1.47 0.00 1.47 0.00 0.00 17.20 0.00 09:27:16 08:56:01 1.00 0.00 1.00 0.00 0.00 11.46 0.00 09:27:16 08:57:01 1.45 0.00 1.45 0.00 0.00 17.06 0.00 09:27:16 08:58:01 1.02 0.00 1.02 0.00 0.00 10.80 0.00 09:27:16 08:59:01 1.35 0.00 1.35 0.00 0.00 15.86 0.00 09:27:16 09:00:01 1.13 0.00 1.13 0.00 0.00 12.66 0.00 09:27:16 09:01:01 14.78 2.73 12.05 0.00 2048.33 2584.50 0.00 09:27:16 09:02:01 1.82 0.00 1.82 0.00 0.00 18.66 0.00 09:27:16 09:03:01 1.60 0.00 1.60 0.00 0.00 17.46 0.00 09:27:16 09:04:01 1.53 0.00 1.53 0.00 0.00 17.46 0.00 09:27:16 09:05:01 1.65 0.00 1.65 0.00 0.00 19.06 0.00 09:27:16 09:06:01 1.88 0.00 1.88 0.00 0.00 27.86 0.00 09:27:16 09:07:01 1.83 0.00 1.83 0.00 0.00 21.33 0.00 09:27:16 09:08:01 1.50 0.00 1.50 0.00 0.00 15.46 0.00 09:27:16 09:09:01 1.62 0.00 1.62 0.00 0.00 18.40 0.00 09:27:16 09:10:01 1.27 0.00 1.27 0.00 0.00 13.60 0.00 09:27:16 09:11:01 1.45 0.00 1.45 0.00 0.00 16.40 0.00 09:27:16 09:12:01 1.13 0.00 1.13 0.00 0.00 12.80 0.00 09:27:16 09:13:01 1.73 0.00 1.73 0.00 0.00 18.66 0.00 09:27:16 09:14:01 1.02 0.00 1.02 0.00 0.00 11.20 0.00 09:27:16 09:15:01 1.48 0.00 1.48 0.00 0.00 17.33 0.00 09:27:16 09:16:01 1.25 0.00 1.25 0.00 0.00 14.26 0.00 09:27:16 09:17:01 1.53 0.00 1.53 0.00 0.00 17.86 0.00 09:27:16 09:18:01 1.33 0.00 1.33 0.00 0.00 13.60 0.00 09:27:16 09:19:01 1.42 0.00 1.42 0.00 0.00 16.80 0.00 09:27:16 09:20:01 1.08 0.00 1.08 0.00 0.00 10.80 0.00 09:27:16 09:21:01 1.37 0.00 1.37 0.00 0.00 15.33 0.00 09:27:16 09:22:01 1.15 0.00 1.15 0.00 0.00 12.53 0.00 09:27:16 09:23:01 1.38 0.00 1.38 0.00 0.00 15.46 0.00 09:27:16 09:24:01 1.12 0.00 1.12 0.00 0.00 12.13 0.00 09:27:16 09:25:01 1.43 0.00 1.43 0.00 0.00 16.00 0.00 09:27:16 09:26:01 1.03 0.00 1.03 0.00 0.00 11.33 0.00 09:27:16 09:27:01 1.53 0.08 1.45 0.00 4.93 16.00 0.00 09:27:16 Average: 10.92 0.21 10.72 0.00 27.95 2970.15 0.00 09:27:16 09:27:16 03:26:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:27:16 03:27:01 28459664 31517620 801692 2.44 75176 3245708 1993976 5.88 1109572 2918176 695752 09:27:16 03:28:01 26846836 31366672 941060 2.86 128608 4515108 2169580 6.39 1891484 3600896 952164 09:27:16 03:29:01 26192356 31136596 1167464 3.55 132068 4914676 2495072 7.35 2092548 4025724 804180 09:27:16 03:30:01 26168476 31453572 849944 2.58 136048 5210256 1928484 5.68 1837816 4266384 547252 09:27:16 03:31:01 17759324 31108280 1127740 3.43 302956 12629928 3576860 10.54 2876492 11070164 671568 09:27:16 03:32:01 8034752 28607716 3573232 10.87 412240 19253716 10593784 31.22 6579252 16521600 945964 09:27:16 03:33:01 4625480 27800032 4383844 13.33 427192 21740712 10499436 30.94 8484232 17929924 1039140 09:27:16 03:34:01 8104836 31384508 864804 2.63 440888 22012644 2344884 6.91 3419756 19794708 112 09:27:16 03:35:01 8129844 31412828 836468 2.54 442832 22013592 2325748 6.85 3662276 19530816 536 09:27:16 03:36:01 8139128 31423144 825464 2.51 443624 22013880 2149492 6.33 4018816 19163660 12 09:27:16 03:37:01 8141460 31425516 823144 2.50 443652 22013880 2149492 6.33 4015580 19163664 36 09:27:16 03:38:01 8152404 31436792 811776 2.47 443688 22014176 2149492 6.33 4006056 19163740 204 09:27:16 03:39:01 8147808 31434092 815092 2.48 443704 22015012 2165560 6.38 4011412 19164048 56 09:27:16 03:40:01 8147688 31434000 815124 2.48 443716 22015016 2165560 6.38 4011532 19163980 200 09:27:16 03:41:01 8148244 31434708 814388 2.48 443760 22014996 2203624 6.49 4007920 19163964 32 09:27:16 03:42:01 8148764 31435256 813784 2.47 443784 22014996 2203624 6.49 4007840 19163968 188 09:27:16 03:43:01 8149072 31435568 813440 2.47 443788 22015000 2203624 6.49 4007584 19163968 16 09:27:16 03:44:01 8149316 31435872 813280 2.47 443816 22015004 2187460 6.45 4007796 19163972 176 09:27:16 03:45:01 8149284 31435864 813248 2.47 443836 22015004 2187460 6.45 4007492 19163972 8 09:27:16 03:46:01 8149728 31436328 812924 2.47 443864 22015004 2187460 6.45 4007228 19163976 72 09:27:16 03:47:01 8149784 31436404 812820 2.47 443888 22015012 2187460 6.45 4007116 19163980 12 09:27:16 03:48:01 8149608 31436332 812792 2.47 443908 22015012 2187460 6.45 4007104 19163980 12 09:27:16 03:49:01 8149300 31436036 813012 2.47 443916 22015020 2187460 6.45 4007092 19163984 8 09:27:16 03:50:01 8149440 31436196 812740 2.47 443928 22015020 2187460 6.45 4007476 19163984 48 09:27:16 03:51:01 8149316 31436204 812828 2.47 443944 22015156 2187460 6.45 4007508 19164092 180 09:27:16 03:52:01 8149388 31436328 812740 2.47 443968 22015160 2203512 6.49 4007260 19164120 176 09:27:16 03:53:01 8148868 31435812 813200 2.47 444000 22015160 2203512 6.49 4007204 19164120 8 09:27:16 03:54:01 8149000 31436016 812968 2.47 444032 22015164 2203512 6.49 4007588 19164124 8 09:27:16 03:55:01 8148896 31435940 813024 2.47 444052 22015164 2203512 6.49 4007632 19164124 172 09:27:16 03:56:01 8148620 31435684 813272 2.47 444060 22015168 2203512 6.49 4007684 19164136 200 09:27:16 03:57:01 8148564 31435644 813244 2.47 444076 22015172 2203512 6.49 4007720 19164140 180 09:27:16 03:58:01 8148928 31436040 812832 2.47 444100 22015176 2203512 6.49 4007996 19164144 216 09:27:16 03:59:01 8148912 31436072 812752 2.47 444136 22015180 2203512 6.49 4007728 19164148 172 09:27:16 04:00:01 8148872 31436032 812772 2.47 444156 22015180 2203512 6.49 4007392 19164148 44 09:27:16 04:01:01 8148780 31435944 812996 2.47 444176 22015180 2203512 6.49 4007404 19164152 8 09:27:16 04:02:01 8148732 31435940 812988 2.47 444196 22015188 2186920 6.45 4007504 19164156 40 09:27:16 04:03:01 8148936 31436144 812716 2.47 444204 22015188 2186920 6.45 4007428 19164156 8 09:27:16 04:04:01 8148920 31436164 812636 2.47 444236 22015192 2202996 6.49 4007460 19164160 44 09:27:16 04:05:01 8148764 31436056 812852 2.47 444296 22015192 2202996 6.49 4008100 19164160 188 09:27:16 04:06:01 8148976 31436332 812604 2.47 444324 22015196 2202996 6.49 4007572 19164168 48 09:27:16 04:07:01 8149388 31436772 812324 2.47 444336 22015200 2202996 6.49 4007644 19164168 8 09:27:16 04:08:01 8148948 31436360 812648 2.47 444348 22015208 2202996 6.49 4009968 19164172 220 09:27:16 04:09:01 8148900 31436320 812624 2.47 444360 22015212 2202996 6.49 4009952 19164180 200 09:27:16 04:10:01 8148632 31436068 812840 2.47 444396 22015212 2202996 6.49 4009976 19164180 220 09:27:16 04:11:01 8148576 31436016 812816 2.47 444408 22015212 2202996 6.49 4010008 19164184 20 09:27:16 04:12:01 8148244 31435736 813056 2.47 444424 22015220 2202996 6.49 4010152 19164188 296 09:27:16 04:13:01 8148456 31435948 812768 2.47 444440 22015220 2202996 6.49 4009956 19164188 8 09:27:16 04:14:01 8148600 31436148 812736 2.47 444452 22015224 2202996 6.49 4010004 19164192 288 09:27:16 04:15:01 8148380 31435932 812956 2.47 444464 22015224 2202996 6.49 4009760 19164192 4 09:27:16 04:16:01 8148316 31435876 812912 2.47 444480 22015232 2202996 6.49 4010200 19164200 80 09:27:16 04:17:01 8148180 31435784 813024 2.47 444500 22015232 2202996 6.49 4010164 19164204 8 09:27:16 04:18:01 8148108 31435724 812980 2.47 444520 22015236 2202996 6.49 4009820 19164204 44 09:27:16 04:19:01 8147856 31435480 813164 2.47 444536 22015240 2202996 6.49 4009848 19164208 8 09:27:16 04:20:01 8147808 31435480 813124 2.47 444560 22015240 2202996 6.49 4009884 19164208 44 09:27:16 04:21:01 8147984 31435680 813108 2.47 444572 22015240 2202996 6.49 4009884 19164212 8 09:27:16 04:22:01 8147936 31435680 813072 2.47 444600 22015248 2202996 6.49 4010300 19164216 180 09:27:16 04:23:01 8147920 31435664 813068 2.47 444620 22015248 2219084 6.54 4009928 19164216 8 09:27:16 04:24:01 8147872 31435676 813024 2.47 444640 22015256 2219084 6.54 4009968 19164228 192 09:27:16 04:25:01 8147784 31435588 813228 2.47 444656 22015256 2202716 6.49 4009968 19164228 12 09:27:16 04:26:01 8147656 31435512 813220 2.47 444680 22015264 2202716 6.49 4010380 19164236 52 09:27:16 04:27:01 8147652 31435640 813224 2.47 444700 22015392 2202716 6.49 4010528 19164332 188 09:27:16 04:28:01 8147516 31435540 813208 2.47 444712 22015396 2202716 6.49 4010496 19164336 296 09:27:16 04:29:01 8147476 31435556 813176 2.47 444720 22015400 2202716 6.49 4010444 19164368 152 09:27:16 04:30:01 8147468 31435552 813120 2.47 444740 22015400 2202716 6.49 4010112 19164368 40 09:27:16 04:31:01 8147420 31435512 813080 2.47 444772 22015392 2202716 6.49 4010112 19164372 8 09:27:16 04:32:02 8147340 31435484 813088 2.47 444772 22015404 2202716 6.49 4010224 19164372 184 09:27:16 04:33:01 8147324 31435480 813056 2.47 444792 22015408 2202716 6.49 4010164 19164376 8 09:27:16 04:34:01 8146984 31435144 813304 2.47 444816 22015416 2202716 6.49 4010164 19164380 24 09:27:16 04:35:01 8146632 31434964 813620 2.47 444832 22015544 2202716 6.49 4010592 19164504 188 09:27:16 04:36:01 8146908 31435296 813252 2.47 444856 22015548 2202716 6.49 4010648 19164516 180 09:27:16 04:37:01 8146852 31435280 813248 2.47 444900 22015548 2202716 6.49 4010756 19164516 64 09:27:16 04:38:01 8146868 31435312 813192 2.47 444924 22015552 2202716 6.49 4010308 19164520 44 09:27:16 04:39:01 8145100 31433576 815088 2.48 444932 22015556 2218892 6.54 4012200 19163504 20 09:27:16 04:40:01 8145160 31433640 814900 2.48 444952 22015556 2218892 6.54 4012328 19163504 304 09:27:16 04:41:01 8145128 31433612 814860 2.48 444964 22015564 2202516 6.49 4012208 19163504 200 09:27:16 04:42:01 8145396 31433956 814552 2.48 445008 22015556 2202516 6.49 4011992 19163508 4 09:27:16 04:43:01 8145348 31433924 814504 2.48 445028 22015568 2202516 6.49 4011940 19163512 28 09:27:16 04:44:01 8144976 31433556 814776 2.48 445052 22015576 2202516 6.49 4011940 19163516 204 09:27:16 04:45:01 8144876 31433512 814984 2.48 445080 22015576 2202516 6.49 4011996 19163524 4 09:27:16 04:46:01 8144892 31433564 815016 2.48 445100 22015580 2202516 6.49 4012020 19163524 200 09:27:16 04:47:01 8144876 31433548 814964 2.48 445128 22015568 2202516 6.49 4012084 19163524 8 09:27:16 04:48:01 8145112 31433824 814676 2.48 445144 22015584 2202516 6.49 4012056 19163528 180 09:27:16 04:49:01 8145128 31433848 814748 2.48 445156 22015588 2202516 6.49 4012064 19163532 24 09:27:16 04:50:01 8145080 31433852 814716 2.48 445184 22015588 2202516 6.49 4012104 19163536 4 09:27:16 04:51:01 8144780 31433556 814936 2.48 445204 22015592 2202516 6.49 4012104 19163540 4 09:27:16 04:52:01 8145340 31434168 814292 2.48 445244 22015576 2202516 6.49 4012212 19163544 44 09:27:16 04:53:01 8145696 31434540 814024 2.48 445264 22015600 2202516 6.49 4012176 19163540 8 09:27:16 04:54:01 8145788 31434668 813836 2.47 445280 22015604 2202516 6.49 4012172 19163544 40 09:27:16 04:55:01 8145520 31434452 814076 2.48 445292 22015604 2202516 6.49 4012216 19163552 8 09:27:16 04:56:01 8145220 31434156 814284 2.48 445320 22015608 2218676 6.54 4012236 19163556 180 09:27:16 04:57:01 8145412 31434392 814220 2.48 445344 22015600 2218676 6.54 4012324 19163552 8 09:27:16 04:58:01 8145308 31434360 814120 2.48 445372 22015616 2218676 6.54 4012304 19163560 212 09:27:16 04:59:01 8145000 31434060 814324 2.48 445400 22015620 2218676 6.54 4012308 19163564 4 09:27:16 05:00:01 8144936 31434056 814264 2.48 445412 22015620 2218676 6.54 4012368 19163568 192 09:27:16 05:01:01 8144912 31434064 814236 2.48 445436 22015624 2218676 6.54 4012652 19163568 8 09:27:16 05:02:01 8145152 31434368 814144 2.48 445476 22015628 2218676 6.54 4012504 19163576 188 09:27:16 05:03:01 8144812 31434040 814348 2.48 445512 22015632 2202500 6.49 4012876 19163580 220 09:27:16 05:04:01 8144732 31434020 814388 2.48 445524 22015636 2202500 6.49 4013328 19163584 312 09:27:16 05:05:01 8144692 31433984 814348 2.48 445540 22015636 2202500 6.49 4012824 19163584 196 09:27:16 05:06:01 8144708 31434004 814304 2.48 445564 22015640 2202500 6.49 4012528 19163588 204 09:27:16 05:07:01 8144520 31433868 814556 2.48 445600 22015628 2202500 6.49 4012948 19163592 12 09:27:16 05:08:01 8144512 31433884 814528 2.48 445628 22015644 2202500 6.49 4012660 19163588 44 09:27:16 05:09:01 8144716 31434136 814264 2.48 445656 22015648 2202500 6.49 4012704 19163592 4 09:27:16 05:10:01 8144228 31433804 814544 2.48 445676 22015776 2202500 6.49 4012752 19163720 4 09:27:16 05:11:01 8144164 31433764 814512 2.48 445688 22015780 2202500 6.49 4012752 19163724 4 09:27:16 05:12:01 8144156 31433756 814416 2.48 445716 22015780 2202500 6.49 4012848 19163724 48 09:27:16 05:13:01 8144384 31434040 814112 2.48 445736 22015788 2202500 6.49 4012744 19163732 28 09:27:16 05:14:01 8144300 31433996 814332 2.48 445756 22015788 2202500 6.49 4012788 19163736 196 09:27:16 05:15:01 8144204 31433936 814308 2.48 445780 22015796 2202500 6.49 4013164 19163740 180 09:27:16 05:16:01 8144220 31433956 814260 2.48 445808 22015800 2202500 6.49 4012896 19163744 200 09:27:16 05:17:01 8144040 31433836 814444 2.48 445844 22015800 2202500 6.49 4013656 19163744 208 09:27:16 05:18:01 8144296 31434144 814384 2.48 445872 22015804 2202500 6.49 4013244 19163748 308 09:27:16 05:19:01 8144296 31434148 814364 2.48 445892 22015808 2202500 6.49 4013288 19163752 192 09:27:16 05:20:01 8144192 31434044 814396 2.48 445900 22015812 2202500 6.49 4013252 19163752 304 09:27:16 05:21:01 8143892 31433796 814612 2.48 445920 22015816 2202500 6.49 4013316 19163764 180 09:27:16 05:22:01 8143836 31433740 814580 2.48 445940 22015816 2218756 6.54 4013452 19163764 64 09:27:16 05:23:01 8143860 31433824 814520 2.48 445968 22015820 2218756 6.54 4013060 19163772 8 09:27:16 05:24:01 8144412 31434380 814180 2.48 445988 22015824 2218756 6.54 4013052 19163776 4 09:27:16 05:25:01 8144580 31434600 814040 2.48 446028 22015824 2218756 6.54 4013100 19163780 8 09:27:16 05:26:01 8144192 31434252 814276 2.48 446036 22015828 2218756 6.54 4013100 19163784 44 09:27:16 05:27:01 8143892 31433992 814508 2.48 446060 22015820 2218756 6.54 4013224 19163772 8 09:27:16 05:28:01 8143512 31433652 814736 2.48 446080 22015832 2234828 6.59 4013524 19163776 228 09:27:16 05:29:01 8143472 31433616 814756 2.48 446096 22015832 2234828 6.59 4013196 19163776 8 09:27:16 05:30:01 8143248 31433476 814784 2.48 446116 22015844 2234828 6.59 4013200 19163780 228 09:27:16 05:31:01 8143452 31433740 814500 2.48 446132 22015848 2234828 6.59 4013256 19163796 8 09:27:16 05:32:01 8143540 31433864 814396 2.48 446164 22015840 2218124 6.54 4013344 19163792 188 09:27:16 05:33:01 8143744 31434112 814092 2.48 446192 22015852 2218124 6.54 4013312 19163796 8 09:27:16 05:34:01 8143444 31433836 814308 2.48 446216 22015852 2218124 6.54 4013340 19163796 196 09:27:16 05:35:01 8143360 31433944 814348 2.48 446284 22015980 2218124 6.54 4013408 19163928 8 09:27:16 05:36:01 8143092 31433728 814560 2.48 446312 22015988 2218124 6.54 4013568 19163932 200 09:27:16 05:37:01 8142980 31433632 814600 2.48 446332 22015988 2218124 6.54 4013520 19163932 12 09:27:16 05:38:01 8143468 31434168 814016 2.48 446360 22015996 2218124 6.54 4013500 19163940 188 09:27:16 05:39:01 8143516 31434232 814224 2.48 446380 22015996 2218124 6.54 4013584 19163940 8 09:27:16 05:40:01 8142628 31433392 815152 2.48 446408 22016000 2218124 6.54 4014284 19163944 204 09:27:16 05:41:01 8142328 31433100 815428 2.48 446412 22016004 2218124 6.54 4013892 19163948 8 09:27:16 05:42:01 8142524 31433312 815116 2.48 446432 22016004 2218124 6.54 4014184 19163948 296 09:27:16 05:43:01 8142444 31433256 815160 2.48 446448 22016008 2218124 6.54 4014184 19163952 12 09:27:16 05:44:01 8141900 31432732 815640 2.48 446468 22016008 2201900 6.49 4014164 19163952 268 09:27:16 05:45:01 8141924 31432760 815608 2.48 446472 22016012 2201900 6.49 4013812 19163956 8 09:27:16 05:46:01 8142128 31433000 815328 2.48 446492 22016016 2201900 6.49 4013860 19163960 208 09:27:16 05:47:01 8142296 31433184 815292 2.48 446512 22016020 2201900 6.49 4013944 19163964 8 09:27:16 05:48:01 8142312 31433236 815228 2.48 446528 22016028 2201900 6.49 4013912 19163972 200 09:27:16 05:49:01 8142012 31432944 815444 2.48 446548 22016028 2201900 6.49 4013928 19163972 24 09:27:16 05:50:01 8141932 31432908 815440 2.48 446564 22016032 2201900 6.49 4013948 19163976 44 09:27:16 05:51:01 8141876 31432856 815408 2.48 446580 22016036 2201900 6.49 4013948 19163980 8 09:27:16 05:52:01 8141764 31432776 815436 2.48 446600 22016036 2201900 6.49 4014044 19163980 44 09:27:16 05:53:01 8141464 31432496 815652 2.48 446636 22016024 2201900 6.49 4014004 19163984 8 09:27:16 05:54:01 8141668 31432728 815372 2.48 446636 22016040 2201900 6.49 4014024 19163984 44 09:27:16 05:55:01 8141892 31432964 815316 2.48 446648 22016044 2201900 6.49 4014024 19163988 8 09:27:16 05:56:01 8141908 31432984 815232 2.48 446684 22016048 2201900 6.49 4014024 19163992 4 09:27:16 05:57:01 8141924 31433060 815184 2.48 446692 22016048 2201900 6.49 4014152 19163992 8 09:27:16 05:58:01 8141868 31433028 815156 2.48 446708 22016056 2201900 6.49 4014148 19164000 192 09:27:16 05:59:01 8141576 31432760 815360 2.48 446732 22016056 2201900 6.49 4014112 19164000 8 09:27:16 06:00:01 8141416 31432628 815368 2.48 446752 22016060 2201900 6.49 4014480 19164004 228 09:27:16 06:01:01 8141576 31432816 815332 2.48 446772 22016064 2218024 6.54 4014552 19164008 216 09:27:16 06:02:01 8141600 31432856 815268 2.48 446792 22016064 2218024 6.54 4014580 19164008 308 09:27:16 06:03:01 8141544 31432820 815228 2.48 446820 22016064 2218024 6.54 4014584 19164012 16 09:27:16 06:04:01 8142096 31433312 814740 2.48 446844 22016072 2218024 6.54 4014556 19164016 232 09:27:16 06:05:01 8141828 31433080 814904 2.48 446884 22016076 2218024 6.54 4014372 19164020 32 09:27:16 06:06:01 8141780 31433080 814852 2.48 446916 22016084 2218024 6.54 4014404 19164024 208 09:27:16 06:07:01 8141708 31433024 814852 2.48 446928 22016084 2218024 6.54 4014420 19164024 8 09:27:16 06:08:01 8142160 31433484 814532 2.48 446944 22016088 2218024 6.54 4014364 19164028 192 09:27:16 06:09:01 8142144 31433528 814492 2.48 446980 22016088 2218024 6.54 4014420 19164036 8 09:27:16 06:10:01 8142096 31433508 814560 2.48 447004 22016092 2218024 6.54 4014432 19164036 204 09:27:16 06:11:01 8142264 31433680 814544 2.48 447016 22016096 2218024 6.54 4014432 19164040 8 09:27:16 06:12:01 8141932 31433396 814792 2.48 447044 22016096 2218024 6.54 4014556 19164040 192 09:27:16 06:13:01 8141664 31433148 814984 2.48 447072 22016088 2218024 6.54 4014504 19164044 8 09:27:16 06:14:01 8141616 31433132 814936 2.48 447092 22016100 2218024 6.54 4014528 19164044 196 09:27:16 06:15:01 8141812 31433332 814640 2.48 447120 22016104 2218024 6.54 4014528 19164048 4 09:27:16 06:16:01 8141796 31433372 814564 2.48 447144 22016112 2218024 6.54 4014592 19164056 212 09:27:16 06:17:01 8141196 31432796 815116 2.48 447172 22016112 2201752 6.49 4014668 19164052 12 09:27:16 06:18:01 8140912 31432624 815224 2.48 447200 22016152 2217804 6.54 4014660 19164096 192 09:27:16 06:19:01 8140564 31432300 815436 2.48 447236 22016156 2217804 6.54 4014928 19164100 24 09:27:16 06:20:01 8140760 31432728 814956 2.48 447264 22016352 2217804 6.54 4015020 19164296 320 09:27:16 06:21:01 8140784 31432756 814912 2.48 447280 22016356 2217804 6.54 4014700 19164300 28 09:27:16 06:22:01 8141196 31433112 814832 2.48 447300 22016356 2217804 6.54 4014880 19164300 208 09:27:16 06:23:01 8140904 31432836 815076 2.48 447320 22016352 2217804 6.54 4014748 19164304 4 09:27:16 06:24:01 8140824 31432780 815080 2.48 447332 22016364 2217804 6.54 4014772 19164304 220 09:27:16 06:25:01 8140448 31432412 815592 2.48 447348 22016364 2217804 6.54 4015620 19164312 176 09:27:16 06:26:01 8138520 31433136 814604 2.48 447392 22018728 2217804 6.54 4014920 19166604 204 09:27:16 06:27:01 8138520 31433156 814576 2.48 447412 22018732 2217804 6.54 4014984 19166608 4 09:27:16 06:28:01 8138424 31433220 814392 2.48 447460 22018864 2217804 6.54 4014972 19166724 76 09:27:16 06:29:01 8138600 31433412 814348 2.48 447488 22018864 2217804 6.54 4014956 19166740 8 09:27:16 06:30:01 8138852 31433732 814056 2.48 447512 22018868 2217804 6.54 4015020 19166744 204 09:27:16 06:31:01 8138592 31433472 814292 2.48 447528 22018868 2217804 6.54 4015032 19166744 12 09:27:16 06:32:01 8138324 31433252 814516 2.48 447552 22018872 2233856 6.58 4015156 19166748 220 09:27:16 06:33:01 8138276 31433224 814456 2.48 447596 22018872 2233856 6.58 4015088 19166752 8 09:27:16 06:34:01 8138480 31433492 814152 2.48 447624 22018880 2233856 6.58 4015160 19166756 208 09:27:16 06:35:01 8137888 31432904 814664 2.48 447636 22018888 2233856 6.58 4015144 19166760 8 09:27:16 06:36:01 8138164 31433188 814308 2.48 447652 22018888 2233856 6.58 4015288 19166764 216 09:27:16 06:37:01 8138116 31433148 814272 2.48 447668 22018892 2233856 6.58 4015212 19166768 12 09:27:16 06:38:01 8138316 31433392 814232 2.48 447680 22018896 2233856 6.58 4015228 19166772 208 09:27:16 06:39:01 8138292 31433384 814200 2.48 447700 22018896 2233856 6.58 4015308 19166772 8 09:27:16 06:40:01 8136692 31431820 815620 2.48 447728 22018900 2233856 6.58 4015692 19166776 212 09:27:16 06:41:01 8136572 31431708 815656 2.48 447752 22018900 2233856 6.58 4015492 19166776 12 09:27:16 06:42:01 8136752 31431924 815356 2.48 447772 22018908 2233856 6.58 4015452 19166780 208 09:27:16 06:43:01 8137028 31432220 815000 2.48 447796 22018904 2217752 6.54 4015388 19166784 8 09:27:16 06:44:01 8137180 31432408 814972 2.48 447812 22018908 2217752 6.54 4015420 19166788 172 09:27:16 06:45:01 8137356 31432588 814940 2.48 447824 22018916 2217752 6.54 4015420 19166792 8 09:27:16 06:46:01 8137104 31432352 815176 2.48 447828 22018916 2217752 6.54 4015436 19166792 212 09:27:16 06:47:01 8137088 31432340 815156 2.48 447844 22018920 2217752 6.54 4015508 19166796 8 09:27:16 06:48:01 8137040 31432328 815120 2.48 447864 22018924 2217752 6.54 4015468 19166800 212 09:27:16 06:49:01 8137244 31432532 814836 2.48 447892 22018916 2217752 6.54 4015484 19166800 4 09:27:16 06:50:01 8136912 31432256 815180 2.48 447912 22018928 2217752 6.54 4015516 19166804 40 09:27:16 06:51:01 8137016 31432360 815140 2.48 447932 22018932 2217752 6.54 4016064 19166804 212 09:27:16 06:52:01 8136828 31432236 815296 2.48 447960 22018940 2217752 6.54 4015648 19166812 48 09:27:16 06:53:01 8137268 31432688 814836 2.48 447976 22018944 2217752 6.54 4015600 19166816 8 09:27:16 06:54:01 8136976 31432424 815044 2.48 448008 22018944 2217752 6.54 4015832 19166820 60 09:27:16 06:55:01 8137180 31432632 814864 2.48 448024 22018948 2217752 6.54 4015628 19166824 8 09:27:16 06:56:01 8137164 31432664 814808 2.48 448036 22018948 2217752 6.54 4015656 19166824 44 09:27:16 06:57:01 8137048 31432560 815072 2.48 448044 22018952 2217752 6.54 4015724 19166828 12 09:27:16 06:58:01 8137016 31432552 815052 2.48 448056 22018956 2217752 6.54 4015740 19166832 4 09:27:16 06:59:01 8137008 31432544 815040 2.48 448068 22018948 2217752 6.54 4015692 19166832 8 09:27:16 07:00:01 8136960 31432636 814888 2.48 448072 22019084 2201424 6.49 4015692 19166956 4 09:27:16 07:01:01 8136872 31432548 814900 2.48 448076 22019092 2201424 6.49 4015692 19166956 8 09:27:16 07:02:01 8136780 31432468 815136 2.48 448080 22019092 2217504 6.54 4015768 19166960 4 09:27:16 07:03:01 8136764 31432464 815112 2.48 448084 22019100 2233628 6.58 4015720 19166964 8 09:27:16 07:04:01 8137008 31432736 814764 2.48 448104 22019100 2233628 6.58 4016004 19166976 72 09:27:16 07:05:01 8136692 31432400 815052 2.48 448136 22019104 2233628 6.58 4016320 19166980 200 09:27:16 07:06:01 8136360 31432116 815332 2.48 448184 22019104 2233628 6.58 4015804 19166980 4 09:27:16 07:07:01 8137064 31432840 814752 2.48 448200 22019108 2233628 6.58 4015876 19166984 8 09:27:16 07:08:01 8137064 31432864 814736 2.48 448220 22019104 2233628 6.58 4015836 19166988 4 09:27:16 07:09:01 8137040 31432840 814680 2.48 448252 22019116 2233628 6.58 4015848 19166988 32 09:27:16 07:10:01 8136748 31432612 814872 2.48 448264 22019124 2233628 6.58 4015908 19166996 60 09:27:16 07:11:01 8136976 31432844 814580 2.48 448280 22019124 2233628 6.58 4015892 19166996 8 09:27:16 07:12:01 8137088 31432992 814580 2.48 448304 22019128 2233628 6.58 4015992 19167000 56 09:27:16 07:13:01 8137088 31432992 814564 2.48 448312 22019132 2233628 6.58 4015936 19167004 4 09:27:16 07:14:01 8137072 31432984 814560 2.48 448316 22019132 2233628 6.58 4015956 19167004 176 09:27:16 07:15:01 8136772 31432688 814788 2.48 448324 22019136 2233628 6.58 4015960 19167008 4 09:27:16 07:16:01 8136952 31432880 814528 2.48 448328 22019136 2233628 6.58 4015956 19167008 4 09:27:16 07:17:01 8136604 31432548 814908 2.48 448352 22019140 2233628 6.58 4016028 19167012 8 09:27:16 07:18:01 8136328 31432312 815044 2.48 448388 22019148 2233628 6.58 4015996 19167020 180 09:27:16 07:19:01 8136028 31432012 815600 2.48 448404 22019144 2233628 6.58 4015980 19167020 8 09:27:16 07:20:01 8136180 31432228 815368 2.48 448432 22019152 2233628 6.58 4016036 19167028 196 09:27:16 07:21:01 8136440 31432508 815212 2.48 448448 22019152 2233628 6.58 4016596 19167024 180 09:27:16 07:22:01 8135968 31432068 815656 2.48 448456 22019156 2233628 6.58 4016148 19167032 196 09:27:16 07:23:01 8136172 31432280 815376 2.48 448472 22019160 2233628 6.58 4016088 19167036 4 09:27:16 07:24:01 8136132 31432244 815320 2.48 448496 22019160 2233628 6.58 4016116 19167040 200 09:27:16 07:25:01 8136140 31432312 815280 2.48 448520 22019168 2233628 6.58 4016156 19167044 4 09:27:16 07:26:01 8136312 31432484 815016 2.48 448540 22019168 2233628 6.58 4016144 19167044 188 09:27:16 07:27:01 8136264 31432472 815036 2.48 448564 22019172 2233628 6.58 4016276 19167048 8 09:27:16 07:28:01 8136240 31432488 815016 2.48 448588 22019176 2233628 6.58 4016216 19167048 184 09:27:16 07:29:01 8135980 31432240 815188 2.48 448624 22019168 2233628 6.58 4016220 19167056 8 09:27:16 07:30:01 8136668 31432988 814656 2.48 448644 22019184 2233628 6.58 4016272 19167060 204 09:27:16 07:31:01 8136660 31432980 814600 2.48 448680 22019184 2217380 6.53 4016272 19167060 8 09:27:16 07:32:01 8136860 31433240 814532 2.48 448700 22019188 2217380 6.53 4016412 19167064 196 09:27:16 07:33:01 8137088 31433468 814256 2.48 448712 22019188 2233528 6.58 4016328 19167064 8 09:27:16 07:34:01 8136820 31433244 814476 2.48 448744 22019188 2233528 6.58 4016368 19167068 196 09:27:16 07:35:01 8136772 31433236 814420 2.48 448784 22019196 2233528 6.58 4016396 19167072 4 09:27:16 07:36:01 8136588 31433096 814456 2.48 448812 22019196 2233528 6.58 4017124 19167072 292 09:27:16 07:37:01 8136612 31433124 814408 2.48 448832 22019200 2233528 6.58 4016508 19167076 4 09:27:16 07:38:01 8136572 31433128 814344 2.48 448856 22019204 2233528 6.58 4016484 19167076 184 09:27:16 07:39:01 8136232 31432816 814612 2.48 448884 22019204 2217036 6.53 4016576 19167080 16 09:27:16 07:40:01 8134672 31431296 816032 2.48 448912 22019216 2217036 6.53 4017468 19167088 296 09:27:16 07:41:01 8135124 31431820 815652 2.48 448932 22019268 2217036 6.53 4017120 19167136 224 09:27:16 07:42:01 8135100 31431844 815620 2.48 448968 22019272 2200280 6.48 4017108 19167148 328 09:27:16 07:43:01 8135116 31431864 815524 2.48 448984 22019272 2200280 6.48 4017084 19167148 208 09:27:16 07:44:01 8134816 31431596 815748 2.48 448996 22019276 2216344 6.53 4017092 19167152 48 09:27:16 07:45:01 8135052 31431836 815476 2.48 449012 22019280 2216344 6.53 4017300 19167156 216 09:27:16 07:46:01 8135256 31432064 815200 2.48 449020 22019284 2216344 6.53 4017148 19167156 312 09:27:16 07:47:01 8135208 31432028 815172 2.48 449032 22019288 2216344 6.53 4017148 19167160 220 09:27:16 07:48:01 8135232 31432064 815124 2.48 449052 22019288 2216344 6.53 4016768 19167160 176 09:27:16 07:49:01 8134964 31431828 815292 2.48 449080 22019288 2216344 6.53 4016784 19167164 8 09:27:16 07:50:01 8134756 31431652 815408 2.48 449104 22019296 2216344 6.53 4017200 19167172 180 09:27:16 07:51:01 8135248 31432172 815044 2.48 449132 22019296 2216344 6.53 4016852 19167172 8 09:27:16 07:52:01 8135712 31432792 814892 2.48 449152 22019400 2216344 6.53 4016948 19167276 200 09:27:16 07:53:01 8135436 31432520 815124 2.48 449168 22019400 2216344 6.53 4016888 19167276 8 09:27:16 07:54:01 8135388 31432480 815088 2.48 449192 22019396 2216344 6.53 4016888 19167280 188 09:27:16 07:55:01 8135080 31432212 815356 2.48 449200 22019408 2216344 6.53 4016932 19167284 8 09:27:16 07:56:01 8134796 31431960 815544 2.48 449216 22019412 2216344 6.53 4016952 19167284 188 09:27:16 07:57:01 8134708 31431888 815500 2.48 449232 22019420 2216344 6.53 4017340 19167296 208 09:27:16 07:58:01 8134636 31431816 815548 2.48 449240 22019420 2216344 6.53 4017004 19167296 180 09:27:16 07:59:01 8134604 31431820 815508 2.48 449244 22019424 2216344 6.53 4017352 19167300 188 09:27:16 08:00:01 8134304 31431524 815720 2.48 449268 22019428 2216344 6.53 4017316 19167304 256 09:27:16 08:01:01 8134508 31431872 815308 2.48 449288 22019556 2216344 6.53 4017360 19167424 200 09:27:16 08:02:01 8134896 31432268 815148 2.48 449304 22019560 2216344 6.53 4017404 19167428 328 09:27:16 08:03:01 8134984 31432368 815072 2.48 449316 22019560 2216344 6.53 4017496 19167436 240 09:27:16 08:04:01 8134724 31432140 815292 2.48 449340 22019556 2216344 6.53 4017072 19167440 224 09:27:16 08:05:01 8134984 31432416 814972 2.48 449352 22019568 2216344 6.53 4017208 19167444 12 09:27:16 08:06:01 8134912 31432348 815056 2.48 449360 22019572 2216344 6.53 4017088 19167444 192 09:27:16 08:07:02 8134824 31432288 815088 2.48 449372 22019576 2216344 6.53 4017168 19167448 4 09:27:16 08:08:01 8134724 31432200 815348 2.48 449380 22019576 2216344 6.53 4017600 19167452 292 09:27:16 08:09:01 8134456 31431944 815584 2.48 449392 22019580 2216344 6.53 4017496 19167456 200 09:27:16 08:10:01 8134660 31432300 815176 2.48 449408 22019712 2216344 6.53 4017516 19167580 328 09:27:16 08:11:01 8134456 31432104 815360 2.48 449412 22019712 2216344 6.53 4017572 19167588 200 09:27:16 08:12:01 8134004 31431656 815780 2.48 449424 22019716 2216344 6.53 4017592 19167592 292 09:27:16 08:13:01 8134272 31431944 815496 2.48 449436 22019716 2216344 6.53 4017224 19167592 4 09:27:16 08:14:01 8134232 31431908 815476 2.48 449452 22019728 2216344 6.53 4017208 19167596 192 09:27:16 08:15:01 8134176 31431892 815440 2.48 449480 22019728 2216344 6.53 4017252 19167608 16 09:27:16 08:16:01 8134032 31431772 815472 2.48 449500 22019732 2232420 6.58 4017264 19167608 184 09:27:16 08:17:01 8133780 31431552 815640 2.48 449532 22019736 2232420 6.58 4017348 19167612 4 09:27:16 08:18:01 8134240 31432028 815392 2.48 449544 22019736 2232420 6.58 4017308 19167612 180 09:27:16 08:19:01 8134492 31432332 815120 2.48 449556 22019740 2232420 6.58 4017336 19167616 8 09:27:16 08:20:01 8134688 31432532 814856 2.48 449572 22019744 2232420 6.58 4017344 19167620 176 09:27:16 08:21:01 8134872 31432748 814836 2.48 449588 22019744 2232420 6.58 4017376 19167620 12 09:27:16 08:22:01 8134556 31432440 815088 2.48 449612 22019748 2232420 6.58 4017452 19167624 180 09:27:16 08:23:01 8134564 31432484 815064 2.48 449628 22019748 2232420 6.58 4017424 19167624 8 09:27:16 08:24:01 8134516 31432444 815036 2.48 449632 22019756 2232420 6.58 4017868 19167632 300 09:27:16 08:25:01 8134248 31432224 815256 2.48 449660 22019756 2215700 6.53 4017752 19167636 20 09:27:16 08:26:01 8134256 31432236 815212 2.48 449672 22019760 2215700 6.53 4017804 19167636 292 09:27:16 08:27:01 8134248 31432256 815124 2.48 449696 22019764 2215700 6.53 4017876 19167640 208 09:27:16 08:28:01 8134224 31432232 815112 2.48 449716 22019764 2215700 6.53 4017932 19167640 296 09:27:16 08:29:01 8134256 31432312 815060 2.48 449732 22019768 2215700 6.53 4017544 19167644 8 09:27:16 08:30:01 8134232 31432292 815040 2.48 449756 22019764 2215700 6.53 4017536 19167644 12 09:27:16 08:31:01 8134212 31432324 815212 2.48 449784 22019776 2215700 6.53 4017584 19167648 8 09:27:16 08:32:01 8134156 31432276 815232 2.48 449804 22019780 2215700 6.53 4017720 19167656 4 09:27:16 08:33:01 8134368 31432536 814944 2.48 449820 22019784 2215700 6.53 4017640 19167660 12 09:27:16 08:34:01 8134580 31432752 814664 2.48 449840 22019788 2215700 6.53 4017624 19167664 8 09:27:16 08:35:01 8134028 31432236 815100 2.48 449908 22019776 2215700 6.53 4017660 19167664 8 09:27:16 08:36:01 8134124 31432404 814932 2.48 449924 22019792 2215700 6.53 4017868 19167668 192 09:27:16 08:37:01 8134036 31432348 814948 2.48 449944 22019796 2215700 6.53 4017824 19167672 12 09:27:16 08:38:01 8133904 31432220 815216 2.48 449960 22019796 2215700 6.53 4017744 19167672 184 09:27:16 08:39:01 8133872 31432232 815144 2.48 450012 22019800 2215700 6.53 4017780 19167676 16 09:27:16 08:40:01 8132216 31430776 816520 2.48 450064 22019796 2215700 6.53 4018468 19167676 196 09:27:16 08:41:01 8131892 31430460 816772 2.48 450076 22019804 2215700 6.53 4018060 19167680 24 09:27:16 08:42:01 8132364 31430912 816256 2.48 450084 22019812 2215700 6.53 4017980 19167684 200 09:27:16 08:43:01 8132308 31430880 816244 2.48 450120 22019812 2215700 6.53 4018220 19167688 188 09:27:16 08:44:01 8132784 31431416 815944 2.48 450148 22019816 2215700 6.53 4017996 19167696 184 09:27:16 08:45:01 8132508 31431152 816180 2.48 450168 22019812 2215700 6.53 4018316 19167692 12 09:27:16 08:46:01 8132508 31431176 816120 2.48 450196 22019824 2215700 6.53 4018008 19167696 192 09:27:16 08:47:01 8132476 31431180 816056 2.48 450244 22019828 2247888 6.62 4018100 19167700 8 09:27:16 08:48:01 8132680 31431444 815772 2.48 450264 22019828 2247888 6.62 4018160 19167708 8 09:27:16 08:49:01 8132696 31431480 815720 2.48 450276 22019832 2247888 6.62 4018112 19167708 4 09:27:16 08:50:01 8132656 31431496 815768 2.48 450352 22019800 2247888 6.62 4018164 19167712 300 09:27:16 08:51:01 8132860 31431744 815436 2.48 450384 22019840 2247888 6.62 4018216 19167716 8 09:27:16 08:52:01 8133000 31431948 815320 2.48 450408 22019844 2247888 6.62 4018376 19167724 4 09:27:16 08:53:01 8132984 31431932 815308 2.48 450424 22019844 2247888 6.62 4018260 19167720 8 09:27:16 08:54:01 8132716 31431724 815512 2.48 450468 22019848 2247888 6.62 4018312 19167728 8 09:27:16 08:55:01 8132908 31431924 815484 2.48 450488 22019840 2247888 6.62 4018332 19167724 4 09:27:16 08:56:01 8133176 31432216 815264 2.48 450500 22019852 2247888 6.62 4018356 19167728 8 09:27:16 08:57:01 8133368 31432428 815192 2.48 450532 22019856 2247888 6.62 4018412 19167732 8 09:27:16 08:58:01 8133084 31432148 815424 2.48 450548 22019856 2247888 6.62 4018352 19167732 8 09:27:16 08:59:01 8133044 31432168 815388 2.48 450556 22019860 2247888 6.62 4018400 19167736 8 09:27:16 09:00:01 8133192 31432320 815168 2.48 450584 22019852 2230932 6.57 4018424 19167736 8 09:27:16 09:01:01 7993188 31422876 824220 2.51 451704 22146640 2252488 6.64 4090440 19227172 236 09:27:16 09:02:01 7993416 31423112 823852 2.51 451732 22146644 2252488 6.64 4090900 19227176 208 09:27:16 09:03:01 7993020 31422792 824044 2.51 451764 22146644 2252488 6.64 4090752 19227176 152 09:27:16 09:04:01 7993828 31423720 823308 2.50 451804 22146716 2252488 6.64 4091140 19227232 216 09:27:16 09:05:01 7995356 31425288 821764 2.50 451832 22146708 2252488 6.64 4089408 19227248 12 09:27:16 09:06:01 7997064 31427088 819884 2.49 451908 22146720 2252488 6.64 4087940 19227252 160 09:27:16 09:07:01 7997136 31427172 819772 2.49 451944 22146728 2252488 6.64 4088092 19227260 196 09:27:16 09:08:01 7997340 31427432 819484 2.49 451968 22146728 2252488 6.64 4088088 19227264 204 09:27:16 09:09:01 7996936 31427036 819796 2.49 451984 22146732 2252488 6.64 4088068 19227264 136 09:27:16 09:10:01 7996668 31426808 820016 2.49 452016 22146732 2252488 6.64 4088164 19227264 232 09:27:16 09:11:01 7997188 31427348 819484 2.49 452024 22146736 2252488 6.64 4087356 19227268 8 09:27:16 09:12:01 7997084 31427248 819512 2.49 452036 22146740 2235776 6.59 4087400 19227272 12 09:27:16 09:13:01 7997332 31427512 819432 2.49 452056 22146740 2235776 6.59 4087356 19227272 8 09:27:16 09:14:01 7997592 31427776 819248 2.49 452068 22146744 2235776 6.59 4087360 19227276 8 09:27:16 09:15:01 7997300 31427580 819416 2.49 452092 22146800 2235776 6.59 4087404 19227340 8 09:27:16 09:16:01 7997252 31427584 819376 2.49 452112 22146812 2235776 6.59 4087452 19227344 8 09:27:16 09:17:01 7996968 31427380 819552 2.49 452120 22146892 2235776 6.59 4087796 19227420 8 09:27:16 09:18:01 7997184 31427628 819460 2.49 452144 22146892 2235776 6.59 4087460 19227424 12 09:27:16 09:19:01 7997224 31427712 819384 2.49 452148 22146900 2235776 6.59 4087760 19227432 8 09:27:16 09:20:01 7996924 31427412 819612 2.49 452160 22146900 2235776 6.59 4087760 19227432 184 09:27:16 09:21:01 7996900 31427408 819612 2.49 452164 22146904 2235776 6.59 4087864 19227436 208 09:27:16 09:22:01 7996940 31427456 819708 2.49 452176 22146908 2235776 6.59 4087984 19227440 204 09:27:16 09:23:01 7996820 31427484 819632 2.49 452192 22147036 2235776 6.59 4087536 19227568 8 09:27:16 09:24:01 7996488 31427168 819832 2.49 452220 22147040 2235776 6.59 4087800 19227572 176 09:27:16 09:25:01 7996716 31427448 819496 2.49 452228 22147044 2235776 6.59 4087940 19227576 208 09:27:16 09:26:01 7996740 31427484 819460 2.49 452236 22147048 2235776 6.59 4087616 19227576 28 09:27:16 09:27:01 7985808 31419128 827652 2.52 452252 22149512 2291328 6.75 4098928 19228980 2336 09:27:16 Average: 8354260 31413106 835099 2.54 443257 21798219 2267029 6.68 4008203 18968395 15777 09:27:16 09:27:16 03:26:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:27:16 03:27:01 docker0 636.71 593.12 43.70 2986.48 0.00 0.00 0.00 0.00 09:27:16 03:27:01 lo 5.27 5.27 0.51 0.51 0.00 0.00 0.00 0.00 09:27:16 03:27:01 ens3 1593.92 1361.56 13687.06 174.49 0.00 0.00 0.00 0.00 09:27:16 03:28:01 docker0 202.40 244.36 17.22 1653.87 0.00 0.00 0.00 0.00 09:27:16 03:28:01 veth4d88dde 0.00 0.18 0.00 0.02 0.00 0.00 0.00 0.00 09:27:16 03:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 03:28:01 ens3 275.29 221.38 1683.13 32.24 0.00 0.00 0.00 0.00 09:27:16 03:29:01 docker0 0.92 0.92 0.07 0.08 0.00 0.00 0.00 0.00 09:27:16 03:29:01 veth4d88dde 0.92 0.93 0.08 0.08 0.00 0.00 0.00 0.00 09:27:16 03:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:29:01 ens3 37.83 21.38 33.43 15.35 0.00 0.00 0.00 0.00 09:27:16 03:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:30:01 veth4d88dde 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 03:30:01 ens3 20.60 14.16 17.54 11.03 0.00 0.00 0.00 0.00 09:27:16 03:31:01 docker0 529.06 885.29 42.37 7566.11 0.00 0.00 0.00 0.00 09:27:16 03:31:01 veth80e15bc 90.35 148.45 8.85 1230.16 0.00 0.00 0.00 0.10 09:27:16 03:31:01 veth8df787d 91.21 139.50 8.83 1228.84 0.00 0.00 0.00 0.10 09:27:16 03:31:01 veth5c92bed 12.50 14.55 0.84 39.46 0.00 0.00 0.00 0.00 09:27:16 03:31:01 vethbcec99f 84.45 139.56 8.40 1231.28 0.00 0.00 0.00 0.10 09:27:16 03:31:01 veth277ddab 82.52 144.82 8.27 1231.20 0.00 0.00 0.00 0.10 09:27:16 03:31:01 lo 1.60 1.60 0.17 0.17 0.00 0.00 0.00 0.00 09:27:16 03:31:01 ens3 1176.46 706.82 12926.99 233.51 0.00 0.00 0.00 0.00 09:27:16 03:31:01 vethec7c3c6 96.50 151.76 9.20 1229.84 0.00 0.00 0.00 0.10 09:27:16 03:31:01 veth0766921 11.07 13.93 0.74 38.86 0.00 0.00 0.00 0.00 09:27:16 03:31:01 veth8c28994 0.63 1.36 0.06 0.27 0.00 0.00 0.00 0.00 09:27:16 03:32:01 veth7f4792e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 09:27:16 03:32:01 docker0 80.69 141.87 7.02 1230.54 0.00 0.00 0.00 0.00 09:27:16 03:32:01 veth7820c8b 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 09:27:16 03:32:01 veth4525502 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 09:27:16 03:32:01 veth4f7a9bc 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 09:27:16 03:32:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 09:27:16 03:32:01 veth02b5f45 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 09:27:16 03:32:01 vethe20eecf 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 09:27:16 03:32:01 veth34d6000 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 09:27:16 03:32:01 ens3 162.85 95.03 1247.38 17.61 0.00 0.00 0.00 0.00 09:27:16 03:32:01 veth4cfe807 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 09:27:16 03:32:01 vethfb2734f 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 09:27:16 03:32:01 vethb22fb45 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 09:27:16 03:32:01 vethacdc2fc 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 09:27:16 03:32:01 veth8c28994 0.13 0.15 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 03:32:01 veth7b0c635 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 09:27:16 03:33:01 veth7f4792e 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:33:01 docker0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:33:01 veth7820c8b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:33:01 veth4525502 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:33:01 veth4f7a9bc 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:33:01 veth02b5f45 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:33:01 vethe20eecf 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:33:01 veth34d6000 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:33:01 ens3 8.96 7.00 7.30 4.29 0.00 0.00 0.00 0.00 09:27:16 03:33:01 veth4cfe807 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:33:01 vethfb2734f 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:33:01 vethacdc2fc 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:33:01 veth8c28994 0.02 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:34:01 lo 0.53 0.53 0.05 0.05 0.00 0.00 0.00 0.00 09:27:16 03:34:01 ens3 18.23 13.20 14.86 7.65 0.00 0.00 0.00 0.00 09:27:16 03:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:35:01 lo 56.66 56.66 5.59 5.59 0.00 0.00 0.00 0.00 09:27:16 03:35:01 ens3 459.01 475.07 245.35 1948.04 0.00 0.00 0.00 0.00 09:27:16 03:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:36:01 lo 23.53 23.53 2.31 2.31 0.00 0.00 0.00 0.00 09:27:16 03:36:01 ens3 274.10 282.25 123.45 1865.53 0.00 0.00 0.00 0.00 09:27:16 03:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:37:01 ens3 0.52 0.07 0.12 0.06 0.00 0.00 0.00 0.00 09:27:16 03:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 03:38:01 ens3 1.33 1.13 1.08 0.59 0.00 0.00 0.00 0.00 09:27:16 03:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:39:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 03:39:01 ens3 5.75 4.87 3.74 4.82 0.00 0.00 0.00 0.00 09:27:16 03:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 03:40:01 ens3 2.23 1.13 1.08 1.15 0.00 0.00 0.00 0.00 09:27:16 03:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:41:01 ens3 0.43 0.27 0.26 0.20 0.00 0.00 0.00 0.00 09:27:16 03:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 03:42:01 ens3 0.25 0.15 0.08 0.07 0.00 0.00 0.00 0.00 09:27:16 03:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:43:01 ens3 0.58 0.07 0.11 0.00 0.00 0.00 0.00 0.00 09:27:16 03:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 03:44:01 ens3 0.77 0.45 0.37 0.28 0.00 0.00 0.00 0.00 09:27:16 03:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:45:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 03:46:01 ens3 1.00 0.68 0.41 0.30 0.00 0.00 0.00 0.00 09:27:16 03:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:47:01 ens3 0.28 0.20 0.14 0.07 0.00 0.00 0.00 0.00 09:27:16 03:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 03:48:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 03:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:49:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 03:50:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 03:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:51:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 03:52:01 ens3 0.38 0.23 0.14 0.07 0.00 0.00 0.00 0.00 09:27:16 03:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:53:01 ens3 0.35 0.00 0.04 0.00 0.00 0.00 0.00 0.00 09:27:16 03:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 03:54:01 ens3 0.43 0.33 0.26 0.21 0.00 0.00 0.00 0.00 09:27:16 03:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:55:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 03:56:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 03:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:57:01 ens3 0.30 0.13 0.14 0.07 0.00 0.00 0.00 0.00 09:27:16 03:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 03:58:01 ens3 0.88 0.38 0.31 0.22 0.00 0.00 0.00 0.00 09:27:16 03:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 03:59:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 04:00:01 ens3 0.22 0.12 0.02 0.01 0.00 0.00 0.00 0.00 09:27:16 04:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:01:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 04:02:01 ens3 0.25 0.22 0.08 0.07 0.00 0.00 0.00 0.00 09:27:16 04:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:03:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 04:04:01 ens3 0.20 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 04:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:05:01 ens3 0.83 0.48 0.31 0.22 0.00 0.00 0.00 0.00 09:27:16 04:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 04:06:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 04:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:07:01 ens3 0.18 0.13 0.08 0.07 0.00 0.00 0.00 0.00 09:27:16 04:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 04:08:01 ens3 1.40 1.57 0.20 12.57 0.00 0.00 0.00 0.00 09:27:16 04:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:09:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 04:10:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 04:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:11:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 04:12:01 ens3 2.93 3.60 0.31 6.82 0.00 0.00 0.00 0.00 09:27:16 04:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:13:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 04:14:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 04:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:15:01 ens3 0.08 0.00 0.01 0.00 0.00 0.00 0.00 0.00 09:27:16 04:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 04:16:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 04:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:17:01 ens3 2.85 6.07 0.30 7.32 0.00 0.00 0.00 0.00 09:27:16 04:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 04:18:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 04:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:19:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 04:20:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 04:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:21:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 04:22:01 ens3 4.37 7.48 0.35 7.41 0.00 0.00 0.00 0.00 09:27:16 04:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:23:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 04:24:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 04:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:25:01 ens3 0.15 0.05 0.06 0.00 0.00 0.00 0.00 0.00 09:27:16 04:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 04:26:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 04:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:27:01 ens3 2.33 5.77 0.22 7.30 0.00 0.00 0.00 0.00 09:27:16 04:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 04:28:01 ens3 0.25 0.18 0.09 0.01 0.00 0.00 0.00 0.00 09:27:16 04:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:29:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 04:30:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 04:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:31:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:32:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:32:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 04:32:02 ens3 4.43 8.35 0.35 7.46 0.00 0.00 0.00 0.00 09:27:16 04:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:33:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 04:34:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 04:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:35:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 04:36:01 ens3 6.95 16.55 0.68 14.95 0.00 0.00 0.00 0.00 09:27:16 04:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:37:01 ens3 4.45 8.22 0.46 7.45 0.00 0.00 0.00 0.00 09:27:16 04:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 04:38:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 04:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:39:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 04:39:01 ens3 14.98 26.90 2.38 42.83 0.00 0.00 0.00 0.00 09:27:16 04:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 04:40:01 ens3 1.45 0.88 0.79 1.08 0.00 0.00 0.00 0.00 09:27:16 04:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:41:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 04:42:01 ens3 0.35 0.23 0.14 0.07 0.00 0.00 0.00 0.00 09:27:16 04:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:43:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 04:44:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 04:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:45:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 04:46:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 04:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:47:01 ens3 0.13 0.08 0.08 0.06 0.00 0.00 0.00 0.00 09:27:16 04:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 04:48:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 04:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:49:01 ens3 0.20 0.05 0.07 0.00 0.00 0.00 0.00 0.00 09:27:16 04:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 04:50:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 04:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:51:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 04:52:01 ens3 0.38 0.30 0.14 0.08 0.00 0.00 0.00 0.00 09:27:16 04:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:53:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 04:54:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 04:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:55:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 04:56:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 04:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:57:01 ens3 0.15 0.10 0.08 0.07 0.00 0.00 0.00 0.00 09:27:16 04:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 04:58:01 ens3 0.22 0.13 0.07 0.01 0.00 0.00 0.00 0.00 09:27:16 04:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 04:59:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 05:00:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 05:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:01:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 05:02:01 ens3 0.28 0.22 0.08 0.07 0.00 0.00 0.00 0.00 09:27:16 05:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:03:01 ens3 0.10 0.05 0.06 0.00 0.00 0.00 0.00 0.00 09:27:16 05:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 05:04:01 ens3 0.85 0.35 0.31 0.21 0.00 0.00 0.00 0.00 09:27:16 05:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:05:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 05:06:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 05:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:07:01 ens3 0.15 0.08 0.08 0.06 0.00 0.00 0.00 0.00 09:27:16 05:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 05:08:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 05:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:09:01 ens3 0.18 0.07 0.06 0.00 0.00 0.00 0.00 0.00 09:27:16 05:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 05:10:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 05:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:11:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 05:12:01 ens3 0.28 0.22 0.08 0.07 0.00 0.00 0.00 0.00 09:27:16 05:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:13:01 ens3 0.10 0.05 0.06 0.00 0.00 0.00 0.00 0.00 09:27:16 05:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 05:14:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 05:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:15:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 05:16:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 05:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:17:01 ens3 0.22 0.12 0.13 0.07 0.00 0.00 0.00 0.00 09:27:16 05:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 05:18:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 05:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:19:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 05:20:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 05:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:21:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 05:22:01 ens3 0.25 0.22 0.08 0.07 0.00 0.00 0.00 0.00 09:27:16 05:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:23:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 05:24:01 ens3 0.22 0.12 0.07 0.01 0.00 0.00 0.00 0.00 09:27:16 05:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:25:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 05:26:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 05:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:27:01 ens3 0.22 0.13 0.13 0.07 0.00 0.00 0.00 0.00 09:27:16 05:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 05:28:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 05:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:29:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 05:30:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 05:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:31:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 05:32:01 ens3 0.30 0.22 0.14 0.07 0.00 0.00 0.00 0.00 09:27:16 05:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:33:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 05:34:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 05:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:35:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 05:36:01 ens3 0.52 0.42 0.27 0.22 0.00 0.00 0.00 0.00 09:27:16 05:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:37:01 ens3 0.13 0.10 0.08 0.07 0.00 0.00 0.00 0.00 09:27:16 05:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 05:38:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 05:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:39:01 ens3 0.30 0.18 0.16 0.24 0.00 0.00 0.00 0.00 09:27:16 05:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:40:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 09:27:16 05:40:01 ens3 2.65 2.47 1.45 3.93 0.00 0.00 0.00 0.00 09:27:16 05:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:41:01 ens3 1.45 1.27 0.78 1.15 0.00 0.00 0.00 0.00 09:27:16 05:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 05:42:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 09:27:16 05:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:43:01 ens3 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 05:44:01 ens3 0.23 0.12 0.07 0.01 0.00 0.00 0.00 0.00 09:27:16 05:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:45:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 05:46:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 05:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:47:01 ens3 0.15 0.08 0.08 0.06 0.00 0.00 0.00 0.00 09:27:16 05:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 05:48:01 ens3 0.20 0.12 0.07 0.01 0.00 0.00 0.00 0.00 09:27:16 05:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:49:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 05:50:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 05:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:51:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 05:52:01 ens3 0.38 0.27 0.14 0.08 0.00 0.00 0.00 0.00 09:27:16 05:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:53:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 05:54:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 05:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:55:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 05:56:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 05:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:57:01 ens3 0.25 0.12 0.14 0.07 0.00 0.00 0.00 0.00 09:27:16 05:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 05:58:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 05:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 05:59:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 06:00:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 06:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:01:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 06:02:01 ens3 0.25 0.23 0.08 0.07 0.00 0.00 0.00 0.00 09:27:16 06:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:03:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 06:04:01 ens3 0.95 0.42 0.37 0.22 0.00 0.00 0.00 0.00 09:27:16 06:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:05:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 06:06:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 06:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:07:01 ens3 0.15 0.08 0.08 0.06 0.00 0.00 0.00 0.00 09:27:16 06:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 06:08:01 ens3 0.25 0.15 0.07 0.01 0.00 0.00 0.00 0.00 09:27:16 06:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:09:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 06:10:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 06:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:11:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 06:12:01 ens3 0.35 0.22 0.14 0.07 0.00 0.00 0.00 0.00 09:27:16 06:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:13:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 06:14:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 06:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:15:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 06:16:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 06:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:17:01 ens3 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 09:27:16 06:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 06:18:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 06:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:19:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 06:20:01 ens3 0.27 0.20 0.09 0.01 0.00 0.00 0.00 0.00 09:27:16 06:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:21:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 06:22:01 ens3 0.25 0.27 0.08 0.08 0.00 0.00 0.00 0.00 09:27:16 06:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:23:01 ens3 0.17 0.10 0.06 0.01 0.00 0.00 0.00 0.00 09:27:16 06:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 06:24:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 06:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:25:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 06:26:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 06:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:27:01 ens3 0.13 0.13 0.08 0.07 0.00 0.00 0.00 0.00 09:27:16 06:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 06:28:01 ens3 0.27 0.18 0.07 0.01 0.00 0.00 0.00 0.00 09:27:16 06:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:29:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 06:30:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 06:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:31:01 ens3 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 06:32:01 ens3 0.37 0.22 0.14 0.07 0.00 0.00 0.00 0.00 09:27:16 06:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:33:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 06:34:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 06:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:35:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 06:36:01 ens3 0.52 0.40 0.27 0.22 0.00 0.00 0.00 0.00 09:27:16 06:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:37:01 ens3 0.13 0.10 0.08 0.07 0.00 0.00 0.00 0.00 09:27:16 06:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 06:38:01 ens3 0.23 0.12 0.07 0.01 0.00 0.00 0.00 0.00 09:27:16 06:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:39:01 ens3 0.20 0.17 0.10 0.23 0.00 0.00 0.00 0.00 09:27:16 06:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:40:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 09:27:16 06:40:01 ens3 2.60 2.47 1.45 3.93 0.00 0.00 0.00 0.00 09:27:16 06:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:41:01 ens3 1.45 1.27 0.78 1.15 0.00 0.00 0.00 0.00 09:27:16 06:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 06:42:01 ens3 0.25 0.22 0.08 0.07 0.00 0.00 0.00 0.00 09:27:16 06:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:43:01 ens3 0.10 0.02 0.06 0.00 0.00 0.00 0.00 0.00 09:27:16 06:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 06:44:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 06:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:45:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 06:46:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 06:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:47:01 ens3 0.13 0.08 0.08 0.06 0.00 0.00 0.00 0.00 09:27:16 06:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 06:48:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 06:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:49:01 ens3 0.12 0.02 0.06 0.00 0.00 0.00 0.00 0.00 09:27:16 06:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 06:50:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 06:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:51:01 ens3 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 06:52:01 ens3 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 09:27:16 06:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:53:01 ens3 0.17 0.05 0.06 0.00 0.00 0.00 0.00 0.00 09:27:16 06:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 06:54:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 06:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:55:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 06:56:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 06:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:57:01 ens3 0.25 0.10 0.14 0.07 0.00 0.00 0.00 0.00 09:27:16 06:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 06:58:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 06:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 06:59:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 07:00:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 07:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:01:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 07:02:01 ens3 0.25 0.22 0.08 0.07 0.00 0.00 0.00 0.00 09:27:16 07:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:03:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 07:04:01 ens3 0.95 0.38 0.37 0.22 0.00 0.00 0.00 0.00 09:27:16 07:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:05:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 07:06:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 07:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:07:01 ens3 0.30 0.13 0.14 0.07 0.00 0.00 0.00 0.00 09:27:16 07:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 07:08:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 07:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:09:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 07:10:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 07:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:11:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 07:12:01 ens3 0.35 0.22 0.14 0.08 0.00 0.00 0.00 0.00 09:27:16 07:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:13:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 07:14:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 07:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:15:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 07:16:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 07:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:17:01 ens3 0.15 0.10 0.08 0.07 0.00 0.00 0.00 0.00 09:27:16 07:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 07:18:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 07:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:19:01 ens3 0.17 0.07 0.06 0.00 0.00 0.00 0.00 0.00 09:27:16 07:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 07:20:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 07:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:21:01 ens3 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 07:22:01 ens3 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 09:27:16 07:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:23:01 ens3 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 07:24:01 ens3 0.22 0.12 0.07 0.01 0.00 0.00 0.00 0.00 09:27:16 07:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:25:01 ens3 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 07:26:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 07:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:27:01 ens3 0.18 0.13 0.08 0.07 0.00 0.00 0.00 0.00 09:27:16 07:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 07:28:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 07:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:29:01 ens3 0.15 0.10 0.06 0.01 0.00 0.00 0.00 0.00 09:27:16 07:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 07:30:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 07:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:31:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 07:32:01 ens3 0.38 0.25 0.14 0.08 0.00 0.00 0.00 0.00 09:27:16 07:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:33:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 07:34:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 07:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:35:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 07:36:01 ens3 0.52 0.43 0.27 0.22 0.00 0.00 0.00 0.00 09:27:16 07:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:37:01 ens3 0.12 0.08 0.07 0.06 0.00 0.00 0.00 0.00 09:27:16 07:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 07:38:01 ens3 0.18 0.10 0.07 0.01 0.00 0.00 0.00 0.00 09:27:16 07:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:39:01 ens3 0.18 0.17 0.10 0.23 0.00 0.00 0.00 0.00 09:27:16 07:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:40:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 09:27:16 07:40:01 ens3 2.68 2.70 1.46 3.94 0.00 0.00 0.00 0.00 09:27:16 07:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:41:01 ens3 1.27 0.63 0.77 1.05 0.00 0.00 0.00 0.00 09:27:16 07:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 07:42:01 ens3 0.20 0.15 0.08 0.07 0.00 0.00 0.00 0.00 09:27:16 07:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:43:01 ens3 0.18 0.08 0.06 0.00 0.00 0.00 0.00 0.00 09:27:16 07:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 07:44:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 07:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:45:01 ens3 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 07:46:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 07:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:47:01 ens3 0.15 0.10 0.08 0.07 0.00 0.00 0.00 0.00 09:27:16 07:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 07:48:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 07:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:49:01 ens3 0.47 0.05 0.10 0.00 0.00 0.00 0.00 0.00 09:27:16 07:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 07:50:01 ens3 0.45 0.33 0.26 0.21 0.00 0.00 0.00 0.00 09:27:16 07:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:51:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 07:52:01 ens3 0.40 0.25 0.15 0.08 0.00 0.00 0.00 0.00 09:27:16 07:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:53:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 07:54:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 07:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:55:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 07:56:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 07:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:57:01 ens3 0.15 0.10 0.08 0.07 0.00 0.00 0.00 0.00 09:27:16 07:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 07:58:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 07:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 07:59:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 08:00:01 ens3 0.22 0.13 0.07 0.01 0.00 0.00 0.00 0.00 09:27:16 08:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:01:01 ens3 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 08:02:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 09:27:16 08:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:03:01 ens3 1.03 0.53 0.37 0.22 0.00 0.00 0.00 0.00 09:27:16 08:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 08:04:01 ens3 0.32 0.07 0.02 0.01 0.00 0.00 0.00 0.00 09:27:16 08:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:05:01 ens3 0.97 0.67 0.43 0.30 0.00 0.00 0.00 0.00 09:27:16 08:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 08:06:01 ens3 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 08:07:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:07:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:07:02 ens3 0.32 0.15 0.14 0.07 0.00 0.00 0.00 0.00 09:27:16 08:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 08:08:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 08:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:09:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 08:10:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 08:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:11:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 08:12:01 ens3 0.32 0.25 0.09 0.08 0.00 0.00 0.00 0.00 09:27:16 08:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:13:01 ens3 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 08:14:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 08:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:15:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 08:16:01 ens3 0.20 0.17 0.07 0.01 0.00 0.00 0.00 0.00 09:27:16 08:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:17:01 ens3 0.25 0.23 0.14 0.07 0.00 0.00 0.00 0.00 09:27:16 08:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 08:18:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 08:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:19:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 08:20:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 08:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:21:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 08:22:01 ens3 0.22 0.23 0.08 0.08 0.00 0.00 0.00 0.00 09:27:16 08:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:23:01 ens3 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 08:24:01 ens3 0.25 0.17 0.09 0.01 0.00 0.00 0.00 0.00 09:27:16 08:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:25:01 ens3 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 08:26:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 08:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:27:01 ens3 0.25 0.23 0.13 0.07 0.00 0.00 0.00 0.00 09:27:16 08:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 08:28:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 08:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:29:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 08:30:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 08:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:31:01 ens3 0.37 0.02 0.04 0.00 0.00 0.00 0.00 0.00 09:27:16 08:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 08:32:01 ens3 0.82 0.65 0.41 0.29 0.00 0.00 0.00 0.00 09:27:16 08:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:33:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 08:34:01 ens3 0.12 0.13 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 08:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:35:01 ens3 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 08:36:01 ens3 0.53 0.42 0.27 0.22 0.00 0.00 0.00 0.00 09:27:16 08:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:37:01 ens3 0.12 0.08 0.07 0.06 0.00 0.00 0.00 0.00 09:27:16 08:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 08:38:01 ens3 0.18 0.12 0.07 0.01 0.00 0.00 0.00 0.00 09:27:16 08:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:39:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:40:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 09:27:16 08:40:01 ens3 2.95 2.75 1.57 4.17 0.00 0.00 0.00 0.00 09:27:16 08:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:41:01 ens3 1.28 0.70 0.77 1.06 0.00 0.00 0.00 0.00 09:27:16 08:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 08:42:01 ens3 0.30 0.15 0.14 0.07 0.00 0.00 0.00 0.00 09:27:16 08:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:43:01 ens3 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 08:44:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 08:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:45:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 08:46:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 08:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:47:01 ens3 0.15 0.10 0.08 0.07 0.00 0.00 0.00 0.00 09:27:16 08:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 08:48:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 08:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:49:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 08:50:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 08:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:51:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 08:52:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 09:27:16 08:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:53:01 ens3 0.20 0.07 0.12 0.00 0.00 0.00 0.00 0.00 09:27:16 08:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:54:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 08:55:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 08:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:56:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 08:57:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 09:27:16 08:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:58:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 08:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 08:59:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 09:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 09:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 09:00:01 ens3 0.15 0.05 0.06 0.00 0.00 0.00 0.00 0.00 09:27:16 09:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 09:01:01 lo 0.40 0.40 0.04 0.04 0.00 0.00 0.00 0.00 09:27:16 09:01:01 ens3 34.49 17.61 712.92 1.36 0.00 0.00 0.00 0.00 09:27:16 09:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 09:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 09:02:01 ens3 0.32 0.25 0.09 0.08 0.00 0.00 0.00 0.00 09:27:16 09:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 09:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 09:03:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 09:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 09:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 09:04:01 ens3 0.83 0.28 0.36 0.21 0.00 0.00 0.00 0.00 09:27:16 09:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 09:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 09:05:01 ens3 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 09:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 09:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 09:06:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 09:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 09:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 09:07:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 09:27:16 09:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 09:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 09:08:01 ens3 0.08 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 09:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 09:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 09:09:01 ens3 0.23 0.12 0.07 0.01 0.00 0.00 0.00 0.00 09:27:16 09:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 09:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 09:10:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 09:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 09:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 09:11:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 09:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 09:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 09:12:01 ens3 0.27 0.15 0.14 0.07 0.00 0.00 0.00 0.00 09:27:16 09:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 09:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 09:13:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 09:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 09:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 09:14:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 09:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 09:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 09:15:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 09:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 09:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 09:16:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 09:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 09:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 09:17:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 09:27:16 09:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 09:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 09:18:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 09:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 09:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 09:19:01 ens3 0.23 0.18 0.07 0.01 0.00 0.00 0.00 0.00 09:27:16 09:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 09:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 09:20:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 09:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 09:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 09:21:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 09:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 09:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 09:22:01 ens3 0.20 0.12 0.08 0.07 0.00 0.00 0.00 0.00 09:27:16 09:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 09:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 09:23:01 ens3 0.18 0.13 0.07 0.01 0.00 0.00 0.00 0.00 09:27:16 09:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 09:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 09:24:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 09:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 09:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 09:25:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 09:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 09:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 09:26:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 09:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:27:16 09:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:27:16 09:27:01 ens3 4.40 2.75 4.99 1.65 0.00 0.00 0.00 0.00 09:27:16 Average: docker0 4.02 5.17 0.31 37.25 0.00 0.00 0.00 0.00 09:27:16 Average: lo 0.34 0.34 0.03 0.03 0.00 0.00 0.00 0.00 09:27:16 Average: ens3 11.61 9.30 85.21 12.37 0.00 0.00 0.00 0.00 09:27:16 09:27:16 09:27:16 ---> sar -P ALL: 09:27:16 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3366) 06/16/25 _x86_64_ (8 CPU) 09:27:16 09:27:16 03:25:43 LINUX RESTART (8 CPU) 09:27:16 09:27:16 03:26:01 CPU %user %nice %system %iowait %steal %idle 09:27:16 03:27:01 all 12.14 0.00 4.22 1.53 0.06 82.05 09:27:16 03:27:01 0 10.72 0.00 5.45 4.25 0.05 79.53 09:27:16 03:27:01 1 11.73 0.00 4.50 1.99 0.08 81.69 09:27:16 03:27:01 2 11.96 0.00 3.02 0.24 0.05 84.73 09:27:16 03:27:01 3 11.32 0.00 3.57 0.34 0.07 84.71 09:27:16 03:27:01 4 11.88 0.00 4.67 0.42 0.05 82.98 09:27:16 03:27:01 5 13.04 0.00 4.76 4.28 0.07 77.86 09:27:16 03:27:01 6 10.71 0.00 3.40 0.17 0.05 85.67 09:27:16 03:27:01 7 15.73 0.00 4.37 0.56 0.05 79.29 09:27:16 03:28:01 all 37.29 0.00 6.94 0.69 0.08 55.00 09:27:16 03:28:01 0 38.27 0.00 7.21 0.89 0.08 53.55 09:27:16 03:28:01 1 37.69 0.00 7.09 0.25 0.07 54.90 09:27:16 03:28:01 2 36.76 0.00 6.86 0.30 0.08 56.00 09:27:16 03:28:01 3 37.76 0.00 7.34 0.08 0.10 54.72 09:27:16 03:28:01 4 36.90 0.00 7.33 0.05 0.07 55.65 09:27:16 03:28:01 5 37.39 0.00 5.92 0.10 0.07 56.52 09:27:16 03:28:01 6 37.36 0.00 6.72 0.12 0.08 55.72 09:27:16 03:28:01 7 36.17 0.00 7.05 3.74 0.08 52.97 09:27:16 03:29:01 all 41.15 0.00 6.73 0.32 0.08 51.72 09:27:16 03:29:01 0 37.32 0.00 6.70 0.03 0.08 55.86 09:27:16 03:29:01 1 43.63 0.00 6.67 0.17 0.07 49.47 09:27:16 03:29:01 2 45.21 0.00 8.02 0.00 0.08 46.69 09:27:16 03:29:01 3 38.05 0.00 6.39 1.46 0.07 54.03 09:27:16 03:29:01 4 39.25 0.00 6.23 0.00 0.08 54.44 09:27:16 03:29:01 5 40.65 0.00 6.49 0.92 0.08 51.86 09:27:16 03:29:01 6 43.07 0.00 6.63 0.00 0.07 50.23 09:27:16 03:29:01 7 42.01 0.00 6.75 0.00 0.08 51.16 09:27:16 03:30:01 all 57.79 0.00 7.26 0.14 0.08 34.72 09:27:16 03:30:01 0 58.93 0.00 7.69 0.02 0.08 33.27 09:27:16 03:30:01 1 57.76 0.00 7.88 0.07 0.08 34.21 09:27:16 03:30:01 2 56.41 0.00 7.17 0.60 0.08 35.73 09:27:16 03:30:01 3 57.26 0.00 6.78 0.02 0.07 35.87 09:27:16 03:30:01 4 58.15 0.00 7.12 0.02 0.10 34.61 09:27:16 03:30:01 5 57.36 0.00 7.44 0.34 0.08 34.78 09:27:16 03:30:01 6 58.31 0.00 7.09 0.07 0.10 34.43 09:27:16 03:30:01 7 58.12 0.00 6.90 0.03 0.07 34.88 09:27:16 03:31:01 all 31.79 0.00 12.18 5.60 0.11 50.32 09:27:16 03:31:01 0 31.47 0.00 13.07 4.37 0.08 51.01 09:27:16 03:31:01 1 35.07 0.00 11.77 4.74 0.10 48.31 09:27:16 03:31:01 2 29.04 0.00 11.36 6.23 0.10 53.26 09:27:16 03:31:01 3 32.30 0.00 11.74 6.63 0.12 49.20 09:27:16 03:31:01 4 32.11 0.00 12.53 7.92 0.10 47.33 09:27:16 03:31:01 5 31.78 0.00 14.21 5.17 0.12 48.72 09:27:16 03:31:01 6 32.34 0.00 11.17 4.26 0.10 52.12 09:27:16 03:31:01 7 30.21 0.00 11.61 5.45 0.12 52.61 09:27:16 03:32:01 all 70.99 0.00 12.43 4.72 0.09 11.77 09:27:16 03:32:01 0 70.12 0.00 12.40 1.36 0.08 16.04 09:27:16 03:32:01 1 71.54 0.00 12.02 5.32 0.08 11.04 09:27:16 03:32:01 2 71.15 0.00 12.19 4.85 0.08 11.74 09:27:16 03:32:01 3 70.30 0.00 13.47 6.69 0.10 9.44 09:27:16 03:32:01 4 69.46 0.00 13.49 7.02 0.08 9.93 09:27:16 03:32:01 5 71.01 0.00 12.32 2.22 0.08 14.36 09:27:16 03:32:01 6 72.22 0.00 11.14 2.27 0.12 14.25 09:27:16 03:32:01 7 72.09 0.00 12.38 8.09 0.10 7.35 09:27:16 03:33:01 all 90.15 0.00 9.71 0.00 0.14 0.00 09:27:16 03:33:01 0 88.79 0.00 11.08 0.00 0.13 0.00 09:27:16 03:33:01 1 88.72 0.00 11.15 0.00 0.13 0.00 09:27:16 03:33:01 2 90.45 0.00 9.40 0.00 0.15 0.00 09:27:16 03:33:01 3 90.19 0.00 9.68 0.00 0.13 0.00 09:27:16 03:33:01 4 90.77 0.00 9.10 0.00 0.13 0.00 09:27:16 03:33:01 5 91.12 0.00 8.71 0.00 0.17 0.00 09:27:16 03:33:01 6 90.19 0.00 9.66 0.00 0.15 0.00 09:27:16 03:33:01 7 91.00 0.00 8.87 0.00 0.13 0.00 09:27:16 03:34:01 all 82.06 0.00 10.00 0.26 0.11 7.57 09:27:16 03:34:01 0 81.57 0.00 11.18 0.22 0.10 6.93 09:27:16 03:34:01 1 80.78 0.00 11.16 0.10 0.10 7.86 09:27:16 03:34:01 2 82.24 0.00 9.63 0.10 0.10 7.93 09:27:16 03:34:01 3 81.72 0.00 10.27 0.90 0.12 6.99 09:27:16 03:34:01 4 80.21 0.00 11.25 0.50 0.12 7.93 09:27:16 03:34:01 5 83.41 0.00 9.00 0.07 0.13 7.38 09:27:16 03:34:01 6 82.70 0.00 9.02 0.07 0.13 8.07 09:27:16 03:34:01 7 83.85 0.00 8.49 0.10 0.12 7.44 09:27:16 03:35:01 all 7.51 0.00 1.19 0.14 0.05 91.11 09:27:16 03:35:01 0 7.94 0.00 1.42 0.03 0.05 90.56 09:27:16 03:35:01 1 5.41 0.00 1.42 0.02 0.07 93.09 09:27:16 03:35:01 2 6.81 0.00 1.26 0.03 0.07 91.83 09:27:16 03:35:01 3 9.59 0.00 1.27 0.92 0.07 88.15 09:27:16 03:35:01 4 8.79 0.00 1.25 0.03 0.05 89.87 09:27:16 03:35:01 5 8.27 0.00 0.95 0.02 0.05 90.70 09:27:16 03:35:01 6 6.71 0.00 0.77 0.03 0.03 92.45 09:27:16 03:35:01 7 6.54 0.00 1.14 0.03 0.05 92.23 09:27:16 03:36:01 all 7.29 0.00 0.62 0.07 0.06 91.96 09:27:16 03:36:01 0 9.34 0.00 0.68 0.00 0.07 89.91 09:27:16 03:36:01 1 2.29 0.00 0.43 0.00 0.03 97.24 09:27:16 03:36:01 2 5.67 0.00 0.55 0.00 0.05 93.73 09:27:16 03:36:01 3 9.86 0.00 0.71 0.44 0.08 88.91 09:27:16 03:36:01 4 13.08 0.00 0.78 0.03 0.08 86.02 09:27:16 03:36:01 5 8.41 0.00 0.60 0.03 0.05 90.90 09:27:16 03:36:01 6 5.45 0.00 0.55 0.02 0.07 93.92 09:27:16 03:36:01 7 4.24 0.00 0.63 0.05 0.07 95.01 09:27:16 03:37:01 all 0.02 0.00 0.02 0.00 0.01 99.94 09:27:16 03:37:01 0 0.05 0.00 0.05 0.00 0.00 99.90 09:27:16 03:37:01 1 0.03 0.00 0.03 0.00 0.02 99.92 09:27:16 03:37:01 2 0.03 0.00 0.03 0.00 0.03 99.90 09:27:16 03:37:01 3 0.02 0.00 0.02 0.02 0.02 99.93 09:27:16 03:37:01 4 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 03:37:01 5 0.00 0.00 0.03 0.00 0.02 99.95 09:27:16 03:37:01 6 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 03:37:01 7 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 09:27:16 03:37:01 CPU %user %nice %system %iowait %steal %idle 09:27:16 03:38:01 all 0.16 0.00 0.02 0.02 0.01 99.79 09:27:16 03:38:01 0 0.13 0.00 0.02 0.00 0.02 99.83 09:27:16 03:38:01 1 0.07 0.00 0.00 0.00 0.02 99.92 09:27:16 03:38:01 2 0.05 0.00 0.02 0.03 0.02 99.88 09:27:16 03:38:01 3 0.08 0.00 0.02 0.12 0.00 99.78 09:27:16 03:38:01 4 0.15 0.00 0.03 0.00 0.02 99.80 09:27:16 03:38:01 5 0.05 0.00 0.03 0.00 0.00 99.92 09:27:16 03:38:01 6 0.73 0.00 0.02 0.00 0.02 99.23 09:27:16 03:38:01 7 0.03 0.00 0.03 0.00 0.00 99.93 09:27:16 03:39:01 all 0.20 0.00 0.03 0.01 0.01 99.76 09:27:16 03:39:01 0 0.23 0.00 0.07 0.00 0.00 99.70 09:27:16 03:39:01 1 0.20 0.00 0.05 0.00 0.00 99.75 09:27:16 03:39:01 2 0.03 0.00 0.03 0.00 0.00 99.93 09:27:16 03:39:01 3 0.03 0.00 0.00 0.03 0.02 99.92 09:27:16 03:39:01 4 0.25 0.00 0.05 0.03 0.00 99.67 09:27:16 03:39:01 5 0.05 0.00 0.03 0.00 0.02 99.90 09:27:16 03:39:01 6 0.59 0.00 0.02 0.00 0.02 99.38 09:27:16 03:39:01 7 0.20 0.00 0.00 0.00 0.00 99.80 09:27:16 03:40:01 all 0.04 0.00 0.01 0.00 0.01 99.93 09:27:16 03:40:01 0 0.03 0.00 0.03 0.00 0.02 99.92 09:27:16 03:40:01 1 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 03:40:01 2 0.03 0.00 0.03 0.00 0.03 99.90 09:27:16 03:40:01 3 0.08 0.00 0.03 0.02 0.00 99.87 09:27:16 03:40:01 4 0.05 0.00 0.00 0.00 0.00 99.95 09:27:16 03:40:01 5 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 03:40:01 6 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 03:40:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 03:41:01 all 0.17 0.00 0.04 0.22 0.02 99.55 09:27:16 03:41:01 0 0.05 0.00 0.07 0.00 0.00 99.88 09:27:16 03:41:01 1 0.08 0.00 0.07 0.00 0.02 99.83 09:27:16 03:41:01 2 0.10 0.00 0.05 0.00 0.02 99.83 09:27:16 03:41:01 3 0.05 0.00 0.00 1.75 0.02 98.18 09:27:16 03:41:01 4 1.01 0.00 0.02 0.02 0.02 98.94 09:27:16 03:41:01 5 0.03 0.00 0.05 0.00 0.00 99.92 09:27:16 03:41:01 6 0.00 0.00 0.03 0.00 0.00 99.97 09:27:16 03:41:01 7 0.03 0.00 0.03 0.00 0.07 99.87 09:27:16 03:42:01 all 0.09 0.00 0.02 0.00 0.01 99.87 09:27:16 03:42:01 0 0.07 0.00 0.03 0.00 0.02 99.88 09:27:16 03:42:01 1 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 03:42:01 2 0.03 0.00 0.03 0.00 0.02 99.92 09:27:16 03:42:01 3 0.03 0.00 0.03 0.02 0.07 99.85 09:27:16 03:42:01 4 0.55 0.00 0.08 0.00 0.00 99.37 09:27:16 03:42:01 5 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 03:42:01 6 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 03:42:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 03:43:01 all 0.07 0.00 0.02 0.04 0.01 99.87 09:27:16 03:43:01 0 0.10 0.00 0.03 0.00 0.02 99.85 09:27:16 03:43:01 1 0.05 0.00 0.00 0.00 0.02 99.93 09:27:16 03:43:01 2 0.07 0.00 0.03 0.00 0.02 99.88 09:27:16 03:43:01 3 0.09 0.00 0.03 0.10 0.02 99.76 09:27:16 03:43:01 4 0.05 0.00 0.02 0.18 0.00 99.75 09:27:16 03:43:01 5 0.05 0.00 0.02 0.00 0.00 99.93 09:27:16 03:43:01 6 0.12 0.00 0.00 0.00 0.02 99.87 09:27:16 03:43:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 03:44:01 all 0.20 0.00 0.02 0.00 0.00 99.77 09:27:16 03:44:01 0 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 03:44:01 1 0.03 0.00 0.05 0.00 0.00 99.92 09:27:16 03:44:01 2 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 03:44:01 3 0.02 0.00 0.03 0.00 0.00 99.95 09:27:16 03:44:01 4 0.02 0.00 0.00 0.02 0.02 99.95 09:27:16 03:44:01 5 0.02 0.00 0.03 0.00 0.02 99.93 09:27:16 03:44:01 6 1.48 0.00 0.03 0.00 0.00 98.48 09:27:16 03:44:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 03:45:01 all 0.25 0.00 0.01 0.00 0.01 99.72 09:27:16 03:45:01 0 0.07 0.00 0.02 0.00 0.02 99.90 09:27:16 03:45:01 1 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 03:45:01 2 0.08 0.00 0.02 0.00 0.00 99.90 09:27:16 03:45:01 3 0.03 0.00 0.00 0.02 0.00 99.95 09:27:16 03:45:01 4 0.03 0.00 0.03 0.02 0.02 99.90 09:27:16 03:45:01 5 0.07 0.00 0.03 0.00 0.02 99.88 09:27:16 03:45:01 6 1.66 0.00 0.00 0.00 0.02 98.32 09:27:16 03:45:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 03:46:01 all 0.27 0.00 0.02 0.01 0.01 99.70 09:27:16 03:46:01 0 0.07 0.00 0.03 0.00 0.02 99.88 09:27:16 03:46:01 1 0.00 0.00 0.00 0.02 0.00 99.98 09:27:16 03:46:01 2 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 03:46:01 3 0.00 0.00 0.02 0.02 0.02 99.95 09:27:16 03:46:01 4 0.07 0.00 0.02 0.02 0.03 99.87 09:27:16 03:46:01 5 0.02 0.00 0.03 0.00 0.02 99.93 09:27:16 03:46:01 6 1.95 0.00 0.02 0.00 0.00 98.03 09:27:16 03:46:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 03:47:01 all 0.16 0.00 0.02 0.00 0.01 99.81 09:27:16 03:47:01 0 0.10 0.00 0.03 0.00 0.00 99.87 09:27:16 03:47:01 1 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 03:47:01 2 0.07 0.00 0.00 0.00 0.02 99.92 09:27:16 03:47:01 3 0.03 0.00 0.00 0.02 0.00 99.95 09:27:16 03:47:01 4 0.07 0.00 0.02 0.02 0.00 99.90 09:27:16 03:47:01 5 0.05 0.00 0.03 0.00 0.03 99.88 09:27:16 03:47:01 6 0.93 0.00 0.05 0.00 0.00 99.02 09:27:16 03:47:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 03:48:01 all 0.03 0.00 0.01 0.01 0.01 99.94 09:27:16 03:48:01 0 0.03 0.00 0.03 0.00 0.02 99.92 09:27:16 03:48:01 1 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 03:48:01 2 0.13 0.00 0.02 0.00 0.02 99.83 09:27:16 03:48:01 3 0.00 0.00 0.00 0.02 0.00 99.98 09:27:16 03:48:01 4 0.02 0.00 0.03 0.05 0.02 99.88 09:27:16 03:48:01 5 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 03:48:01 6 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 03:48:01 7 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 09:27:16 03:48:01 CPU %user %nice %system %iowait %steal %idle 09:27:16 03:49:01 all 0.03 0.00 0.01 0.00 0.01 99.96 09:27:16 03:49:01 0 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 03:49:01 1 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 03:49:01 2 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 03:49:01 3 0.02 0.00 0.02 0.02 0.02 99.93 09:27:16 03:49:01 4 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 03:49:01 5 0.07 0.00 0.02 0.00 0.02 99.90 09:27:16 03:49:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 03:49:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 03:50:01 all 0.01 0.00 0.01 0.00 0.01 99.96 09:27:16 03:50:01 0 0.03 0.00 0.03 0.00 0.02 99.92 09:27:16 03:50:01 1 0.00 0.00 0.02 0.00 0.02 99.97 09:27:16 03:50:01 2 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 03:50:01 3 0.02 0.00 0.00 0.02 0.00 99.97 09:27:16 03:50:01 4 0.03 0.00 0.00 0.02 0.00 99.95 09:27:16 03:50:01 5 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 03:50:01 6 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 03:50:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 03:51:01 all 0.03 0.00 0.02 0.00 0.01 99.95 09:27:16 03:51:01 0 0.08 0.00 0.05 0.00 0.00 99.87 09:27:16 03:51:01 1 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 03:51:01 2 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 03:51:01 3 0.02 0.00 0.00 0.02 0.00 99.97 09:27:16 03:51:01 4 0.03 0.00 0.03 0.02 0.02 99.90 09:27:16 03:51:01 5 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 03:51:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 03:51:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 03:52:01 all 0.02 0.00 0.02 0.00 0.01 99.94 09:27:16 03:52:01 0 0.05 0.00 0.00 0.00 0.02 99.93 09:27:16 03:52:01 1 0.07 0.00 0.02 0.00 0.02 99.90 09:27:16 03:52:01 2 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 03:52:01 3 0.00 0.00 0.02 0.02 0.00 99.97 09:27:16 03:52:01 4 0.00 0.00 0.07 0.02 0.00 99.92 09:27:16 03:52:01 5 0.05 0.00 0.03 0.00 0.02 99.90 09:27:16 03:52:01 6 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 03:52:01 7 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 03:53:01 all 0.03 0.00 0.00 0.00 0.01 99.96 09:27:16 03:53:01 0 0.07 0.00 0.02 0.00 0.02 99.90 09:27:16 03:53:01 1 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 03:53:01 2 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 03:53:01 3 0.00 0.00 0.00 0.02 0.02 99.97 09:27:16 03:53:01 4 0.02 0.00 0.02 0.02 0.02 99.93 09:27:16 03:53:01 5 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 03:53:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 03:53:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 03:54:01 all 0.02 0.00 0.01 0.01 0.01 99.95 09:27:16 03:54:01 0 0.07 0.00 0.00 0.00 0.00 99.93 09:27:16 03:54:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 03:54:01 2 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 03:54:01 3 0.02 0.00 0.02 0.03 0.00 99.93 09:27:16 03:54:01 4 0.03 0.00 0.02 0.02 0.00 99.93 09:27:16 03:54:01 5 0.03 0.00 0.03 0.00 0.03 99.90 09:27:16 03:54:01 6 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 03:54:01 7 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 03:55:01 all 0.02 0.00 0.01 0.00 0.00 99.96 09:27:16 03:55:01 0 0.03 0.00 0.03 0.00 0.02 99.92 09:27:16 03:55:01 1 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 03:55:01 2 0.03 0.00 0.03 0.00 0.00 99.93 09:27:16 03:55:01 3 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 03:55:01 4 0.05 0.00 0.00 0.00 0.00 99.95 09:27:16 03:55:01 5 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 03:55:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 03:55:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 03:56:01 all 0.02 0.00 0.01 0.01 0.01 99.95 09:27:16 03:56:01 0 0.08 0.00 0.03 0.00 0.02 99.87 09:27:16 03:56:01 1 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 03:56:01 2 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 03:56:01 3 0.00 0.00 0.00 0.03 0.02 99.95 09:27:16 03:56:01 4 0.00 0.00 0.02 0.02 0.02 99.95 09:27:16 03:56:01 5 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 03:56:01 6 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 03:56:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 03:57:01 all 0.05 0.00 0.02 0.00 0.01 99.92 09:27:16 03:57:01 0 0.03 0.00 0.05 0.02 0.03 99.87 09:27:16 03:57:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 03:57:01 2 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 03:57:01 3 0.00 0.00 0.02 0.02 0.00 99.97 09:27:16 03:57:01 4 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 03:57:01 5 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 03:57:01 6 0.32 0.00 0.02 0.00 0.00 99.67 09:27:16 03:57:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 03:58:01 all 0.26 0.00 0.01 0.00 0.00 99.72 09:27:16 03:58:01 0 0.08 0.00 0.05 0.00 0.02 99.85 09:27:16 03:58:01 1 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 03:58:01 2 0.08 0.00 0.00 0.00 0.00 99.92 09:27:16 03:58:01 3 0.03 0.00 0.00 0.02 0.00 99.95 09:27:16 03:58:01 4 0.05 0.00 0.02 0.00 0.00 99.93 09:27:16 03:58:01 5 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 03:58:01 6 1.76 0.00 0.00 0.00 0.00 98.24 09:27:16 03:58:01 7 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 03:59:01 all 0.27 0.00 0.01 0.00 0.01 99.70 09:27:16 03:59:01 0 0.13 0.00 0.03 0.02 0.03 99.78 09:27:16 03:59:01 1 0.00 0.00 0.03 0.00 0.00 99.97 09:27:16 03:59:01 2 0.03 0.00 0.03 0.00 0.02 99.92 09:27:16 03:59:01 3 0.00 0.00 0.00 0.02 0.02 99.97 09:27:16 03:59:01 4 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 03:59:01 5 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 03:59:01 6 1.97 0.00 0.00 0.00 0.02 98.01 09:27:16 03:59:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 09:27:16 03:59:01 CPU %user %nice %system %iowait %steal %idle 09:27:16 04:00:01 all 0.18 0.00 0.02 0.00 0.01 99.79 09:27:16 04:00:01 0 0.13 0.00 0.03 0.02 0.03 99.78 09:27:16 04:00:01 1 0.05 0.00 0.02 0.00 0.02 99.92 09:27:16 04:00:01 2 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 04:00:01 3 0.00 0.00 0.02 0.02 0.00 99.97 09:27:16 04:00:01 4 0.00 0.00 0.02 0.00 0.02 99.97 09:27:16 04:00:01 5 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 04:00:01 6 1.21 0.00 0.07 0.00 0.00 98.73 09:27:16 04:00:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:01:01 all 0.03 0.00 0.01 0.01 0.01 99.95 09:27:16 04:01:01 0 0.07 0.00 0.03 0.03 0.02 99.85 09:27:16 04:01:01 1 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 04:01:01 2 0.05 0.00 0.03 0.00 0.02 99.90 09:27:16 04:01:01 3 0.00 0.00 0.00 0.02 0.00 99.98 09:27:16 04:01:01 4 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 04:01:01 5 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 04:01:01 6 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 04:01:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:02:01 all 0.04 0.00 0.01 0.00 0.01 99.94 09:27:16 04:02:01 0 0.10 0.00 0.03 0.00 0.02 99.85 09:27:16 04:02:01 1 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 04:02:01 2 0.05 0.00 0.05 0.00 0.02 99.88 09:27:16 04:02:01 3 0.02 0.00 0.00 0.03 0.00 99.95 09:27:16 04:02:01 4 0.05 0.00 0.00 0.00 0.00 99.95 09:27:16 04:02:01 5 0.05 0.00 0.02 0.00 0.00 99.93 09:27:16 04:02:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:02:01 7 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 04:03:01 all 0.01 0.00 0.01 0.00 0.01 99.97 09:27:16 04:03:01 0 0.03 0.00 0.00 0.02 0.03 99.92 09:27:16 04:03:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:03:01 2 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 04:03:01 3 0.00 0.00 0.02 0.00 0.02 99.97 09:27:16 04:03:01 4 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 04:03:01 5 0.00 0.00 0.02 0.00 0.02 99.97 09:27:16 04:03:01 6 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 04:03:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:04:01 all 0.03 0.00 0.02 0.01 0.01 99.94 09:27:16 04:04:01 0 0.10 0.00 0.05 0.03 0.02 99.80 09:27:16 04:04:01 1 0.05 0.00 0.02 0.00 0.02 99.92 09:27:16 04:04:01 2 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 04:04:01 3 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 04:04:01 4 0.05 0.00 0.03 0.02 0.02 99.88 09:27:16 04:04:01 5 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 04:04:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:04:01 7 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 04:05:01 all 0.11 0.00 0.02 0.01 0.01 99.86 09:27:16 04:05:01 0 0.03 0.00 0.05 0.05 0.00 99.87 09:27:16 04:05:01 1 0.03 0.00 0.03 0.00 0.02 99.92 09:27:16 04:05:01 2 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 04:05:01 3 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:05:01 4 0.03 0.00 0.03 0.00 0.02 99.92 09:27:16 04:05:01 5 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 04:05:01 6 0.76 0.00 0.00 0.00 0.02 99.22 09:27:16 04:05:01 7 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 04:06:01 all 0.12 0.00 0.02 0.00 0.01 99.85 09:27:16 04:06:01 0 0.07 0.00 0.02 0.02 0.02 99.88 09:27:16 04:06:01 1 0.03 0.00 0.07 0.00 0.03 99.87 09:27:16 04:06:01 2 0.02 0.00 0.05 0.00 0.02 99.92 09:27:16 04:06:01 3 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 04:06:01 4 0.02 0.00 0.02 0.02 0.00 99.95 09:27:16 04:06:01 5 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 04:06:01 6 0.76 0.00 0.00 0.00 0.00 99.24 09:27:16 04:06:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:07:01 all 0.02 0.00 0.01 0.00 0.12 99.85 09:27:16 04:07:01 0 0.03 0.00 0.02 0.03 0.12 99.80 09:27:16 04:07:01 1 0.03 0.00 0.00 0.00 0.50 99.47 09:27:16 04:07:01 2 0.03 0.00 0.03 0.00 0.00 99.93 09:27:16 04:07:01 3 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 04:07:01 4 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 04:07:01 5 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 04:07:01 6 0.00 0.00 0.00 0.00 0.27 99.73 09:27:16 04:07:01 7 0.00 0.00 0.02 0.00 0.03 99.95 09:27:16 04:08:01 all 0.08 0.00 0.02 0.00 0.01 99.89 09:27:16 04:08:01 0 0.12 0.00 0.02 0.02 0.02 99.83 09:27:16 04:08:01 1 0.07 0.00 0.02 0.00 0.02 99.90 09:27:16 04:08:01 2 0.12 0.00 0.00 0.00 0.00 99.88 09:27:16 04:08:01 3 0.02 0.00 0.02 0.02 0.00 99.95 09:27:16 04:08:01 4 0.10 0.00 0.02 0.00 0.02 99.87 09:27:16 04:08:01 5 0.10 0.00 0.03 0.00 0.00 99.87 09:27:16 04:08:01 6 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 04:08:01 7 0.10 0.00 0.03 0.00 0.02 99.85 09:27:16 04:09:01 all 0.01 0.00 0.01 0.00 0.00 99.97 09:27:16 04:09:01 0 0.02 0.00 0.02 0.02 0.00 99.95 09:27:16 04:09:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 04:09:01 2 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 04:09:01 3 0.00 0.00 0.00 0.02 0.00 99.98 09:27:16 04:09:01 4 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 04:09:01 5 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 04:09:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:09:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 04:10:01 all 0.02 0.00 0.02 0.02 0.01 99.94 09:27:16 04:10:01 0 0.02 0.00 0.00 0.13 0.02 99.83 09:27:16 04:10:01 1 0.02 0.00 0.03 0.00 0.02 99.93 09:27:16 04:10:01 2 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 04:10:01 3 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 04:10:01 4 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 04:10:01 5 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 04:10:01 6 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 04:10:01 7 0.02 0.00 0.03 0.00 0.02 99.93 09:27:16 09:27:16 04:10:01 CPU %user %nice %system %iowait %steal %idle 09:27:16 04:11:01 all 0.01 0.00 0.01 0.00 0.01 99.97 09:27:16 04:11:01 0 0.00 0.00 0.00 0.02 0.00 99.98 09:27:16 04:11:01 1 0.05 0.00 0.03 0.00 0.02 99.90 09:27:16 04:11:01 2 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 04:11:01 3 0.00 0.00 0.00 0.02 0.02 99.97 09:27:16 04:11:01 4 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 04:11:01 5 0.02 0.00 0.03 0.00 0.00 99.95 09:27:16 04:11:01 6 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 04:11:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:12:01 all 0.02 0.00 0.01 0.00 0.01 99.96 09:27:16 04:12:01 0 0.02 0.00 0.03 0.00 0.02 99.93 09:27:16 04:12:01 1 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 04:12:01 2 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 04:12:01 3 0.03 0.00 0.00 0.02 0.00 99.95 09:27:16 04:12:01 4 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 04:12:01 5 0.00 0.00 0.02 0.00 0.02 99.97 09:27:16 04:12:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:12:01 7 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 04:13:01 all 0.04 0.00 0.01 0.00 0.00 99.94 09:27:16 04:13:01 0 0.07 0.00 0.02 0.02 0.00 99.90 09:27:16 04:13:01 1 0.07 0.00 0.02 0.00 0.02 99.90 09:27:16 04:13:01 2 0.02 0.00 0.05 0.00 0.00 99.93 09:27:16 04:13:01 3 0.02 0.00 0.02 0.02 0.00 99.95 09:27:16 04:13:01 4 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 04:13:01 5 0.05 0.00 0.02 0.00 0.00 99.93 09:27:16 04:13:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:13:01 7 0.05 0.00 0.00 0.00 0.02 99.93 09:27:16 04:14:01 all 0.00 0.00 0.02 0.00 0.01 99.97 09:27:16 04:14:01 0 0.00 0.00 0.05 0.02 0.02 99.92 09:27:16 04:14:01 1 0.02 0.00 0.03 0.00 0.03 99.92 09:27:16 04:14:01 2 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 04:14:01 3 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:14:01 4 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 04:14:01 5 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 04:14:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:14:01 7 0.00 0.00 0.03 0.00 0.00 99.97 09:27:16 04:15:01 all 0.02 0.00 0.02 0.00 0.01 99.95 09:27:16 04:15:01 0 0.05 0.00 0.02 0.00 0.02 99.92 09:27:16 04:15:01 1 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 04:15:01 2 0.00 0.00 0.03 0.00 0.02 99.95 09:27:16 04:15:01 3 0.00 0.00 0.00 0.02 0.02 99.97 09:27:16 04:15:01 4 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 04:15:01 5 0.03 0.00 0.03 0.00 0.00 99.93 09:27:16 04:15:01 6 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 04:15:01 7 0.00 0.00 0.02 0.00 0.02 99.97 09:27:16 04:16:01 all 0.02 0.00 0.02 0.01 0.01 99.95 09:27:16 04:16:01 0 0.05 0.00 0.05 0.05 0.02 99.83 09:27:16 04:16:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 04:16:01 2 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 04:16:01 3 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 04:16:01 4 0.02 0.00 0.03 0.00 0.00 99.95 09:27:16 04:16:01 5 0.02 0.00 0.03 0.00 0.00 99.95 09:27:16 04:16:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:16:01 7 0.00 0.00 0.03 0.00 0.02 99.95 09:27:16 04:17:01 all 0.02 0.00 0.02 0.00 0.01 99.95 09:27:16 04:17:01 0 0.05 0.00 0.03 0.00 0.03 99.88 09:27:16 04:17:01 1 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 04:17:01 2 0.03 0.00 0.03 0.00 0.00 99.93 09:27:16 04:17:01 3 0.02 0.00 0.03 0.02 0.00 99.93 09:27:16 04:17:01 4 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 04:17:01 5 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 04:17:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:17:01 7 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 04:18:01 all 0.02 0.00 0.01 0.00 0.01 99.95 09:27:16 04:18:01 0 0.05 0.00 0.07 0.02 0.02 99.85 09:27:16 04:18:01 1 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 04:18:01 2 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 04:18:01 3 0.02 0.00 0.00 0.02 0.00 99.97 09:27:16 04:18:01 4 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 04:18:01 5 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 04:18:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:18:01 7 0.02 0.00 0.03 0.00 0.02 99.93 09:27:16 04:19:01 all 0.03 0.00 0.01 0.00 0.01 99.95 09:27:16 04:19:01 0 0.08 0.00 0.00 0.02 0.02 99.88 09:27:16 04:19:01 1 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 04:19:01 2 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 04:19:01 3 0.02 0.00 0.02 0.02 0.02 99.93 09:27:16 04:19:01 4 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 04:19:01 5 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 04:19:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:19:01 7 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 04:20:01 all 0.02 0.00 0.02 0.00 0.01 99.96 09:27:16 04:20:01 0 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 04:20:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 04:20:01 2 0.02 0.00 0.03 0.00 0.00 99.95 09:27:16 04:20:01 3 0.00 0.00 0.02 0.02 0.00 99.97 09:27:16 04:20:01 4 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 04:20:01 5 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 04:20:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:20:01 7 0.05 0.00 0.02 0.00 0.03 99.90 09:27:16 04:21:01 all 0.02 0.00 0.01 0.00 0.01 99.96 09:27:16 04:21:01 0 0.00 0.00 0.02 0.02 0.00 99.97 09:27:16 04:21:01 1 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 04:21:01 2 0.02 0.00 0.03 0.00 0.00 99.95 09:27:16 04:21:01 3 0.02 0.00 0.00 0.02 0.00 99.97 09:27:16 04:21:01 4 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 04:21:01 5 0.05 0.00 0.00 0.00 0.02 99.93 09:27:16 04:21:01 6 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 04:21:01 7 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 09:27:16 04:21:01 CPU %user %nice %system %iowait %steal %idle 09:27:16 04:22:01 all 0.01 0.00 0.02 0.01 0.01 99.96 09:27:16 04:22:01 0 0.02 0.00 0.05 0.02 0.02 99.90 09:27:16 04:22:01 1 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 04:22:01 2 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 04:22:01 3 0.00 0.00 0.00 0.03 0.00 99.97 09:27:16 04:22:01 4 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 04:22:01 5 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 04:22:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:22:01 7 0.03 0.00 0.05 0.00 0.02 99.90 09:27:16 04:23:01 all 0.04 0.00 0.01 0.00 0.01 99.95 09:27:16 04:23:01 0 0.10 0.00 0.00 0.00 0.00 99.90 09:27:16 04:23:01 1 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 04:23:01 2 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 04:23:01 3 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 04:23:01 4 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 04:23:01 5 0.05 0.00 0.00 0.00 0.00 99.95 09:27:16 04:23:01 6 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 04:23:01 7 0.02 0.00 0.03 0.00 0.02 99.93 09:27:16 04:24:01 all 0.02 0.00 0.02 0.00 0.01 99.95 09:27:16 04:24:01 0 0.03 0.00 0.05 0.02 0.02 99.88 09:27:16 04:24:01 1 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 04:24:01 2 0.07 0.00 0.02 0.00 0.00 99.92 09:27:16 04:24:01 3 0.00 0.00 0.02 0.02 0.00 99.97 09:27:16 04:24:01 4 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 04:24:01 5 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 04:24:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:24:01 7 0.02 0.00 0.05 0.00 0.03 99.90 09:27:16 04:25:01 all 0.02 0.00 0.02 0.00 0.00 99.96 09:27:16 04:25:01 0 0.03 0.00 0.02 0.02 0.02 99.92 09:27:16 04:25:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:25:01 2 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 04:25:01 3 0.02 0.00 0.00 0.02 0.00 99.97 09:27:16 04:25:01 4 0.02 0.00 0.03 0.00 0.00 99.95 09:27:16 04:25:01 5 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 04:25:01 6 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 04:25:01 7 0.02 0.00 0.03 0.00 0.02 99.93 09:27:16 04:26:01 all 0.01 0.00 0.01 0.00 0.01 99.96 09:27:16 04:26:01 0 0.02 0.00 0.03 0.02 0.00 99.93 09:27:16 04:26:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:26:01 2 0.07 0.00 0.00 0.00 0.02 99.92 09:27:16 04:26:01 3 0.00 0.00 0.02 0.02 0.00 99.97 09:27:16 04:26:01 4 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:26:01 5 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 04:26:01 6 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 04:26:01 7 0.00 0.00 0.02 0.00 0.03 99.95 09:27:16 04:27:01 all 0.03 0.00 0.01 0.00 0.01 99.95 09:27:16 04:27:01 0 0.05 0.00 0.07 0.02 0.02 99.85 09:27:16 04:27:01 1 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 04:27:01 2 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:27:01 3 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 04:27:01 4 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 04:27:01 5 0.07 0.00 0.00 0.00 0.02 99.92 09:27:16 04:27:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:27:01 7 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 04:28:01 all 0.01 0.00 0.01 0.00 0.00 99.97 09:27:16 04:28:01 0 0.02 0.00 0.02 0.02 0.00 99.95 09:27:16 04:28:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:28:01 2 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 04:28:01 3 0.02 0.00 0.02 0.02 0.00 99.95 09:27:16 04:28:01 4 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 04:28:01 5 0.05 0.00 0.05 0.00 0.00 99.90 09:27:16 04:28:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:28:01 7 0.00 0.00 0.02 0.00 0.02 99.97 09:27:16 04:29:01 all 0.01 0.00 0.01 0.00 0.01 99.96 09:27:16 04:29:01 0 0.00 0.00 0.02 0.00 0.02 99.97 09:27:16 04:29:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:29:01 2 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 04:29:01 3 0.00 0.00 0.02 0.02 0.00 99.97 09:27:16 04:29:01 4 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 04:29:01 5 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 04:29:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:29:01 7 0.08 0.00 0.03 0.00 0.02 99.87 09:27:16 04:30:01 all 0.02 0.00 0.01 0.00 0.01 99.96 09:27:16 04:30:01 0 0.05 0.00 0.00 0.02 0.00 99.93 09:27:16 04:30:01 1 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 04:30:01 2 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 04:30:01 3 0.00 0.00 0.02 0.02 0.00 99.97 09:27:16 04:30:01 4 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:30:01 5 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 04:30:01 6 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 04:30:01 7 0.03 0.00 0.02 0.00 0.03 99.92 09:27:16 04:31:01 all 0.02 0.00 0.01 0.00 0.01 99.96 09:27:16 04:31:01 0 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 04:31:01 1 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 04:31:01 2 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 04:31:01 3 0.02 0.00 0.02 0.02 0.02 99.93 09:27:16 04:31:01 4 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 04:31:01 5 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 04:31:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:31:01 7 0.07 0.00 0.02 0.00 0.02 99.90 09:27:16 04:32:02 all 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 04:32:02 0 0.07 0.00 0.05 0.02 0.00 99.87 09:27:16 04:32:02 1 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 04:32:02 2 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 04:32:02 3 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 04:32:02 4 0.00 0.00 0.02 0.00 0.02 99.97 09:27:16 04:32:02 5 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 04:32:02 6 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 04:32:02 7 0.05 0.00 0.05 0.00 0.02 99.88 09:27:16 09:27:16 04:32:02 CPU %user %nice %system %iowait %steal %idle 09:27:16 04:33:01 all 0.01 0.00 0.01 0.00 0.01 99.97 09:27:16 04:33:01 0 0.02 0.00 0.02 0.02 0.02 99.93 09:27:16 04:33:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:33:01 2 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 04:33:01 3 0.02 0.00 0.02 0.02 0.00 99.95 09:27:16 04:33:01 4 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 04:33:01 5 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:33:01 6 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 04:33:01 7 0.00 0.00 0.02 0.00 0.02 99.97 09:27:16 04:34:01 all 0.03 0.00 0.02 0.00 0.01 99.94 09:27:16 04:34:01 0 0.07 0.00 0.03 0.02 0.02 99.87 09:27:16 04:34:01 1 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 04:34:01 2 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 04:34:01 3 0.02 0.00 0.02 0.02 0.00 99.95 09:27:16 04:34:01 4 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 04:34:01 5 0.03 0.00 0.05 0.00 0.02 99.90 09:27:16 04:34:01 6 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 04:34:01 7 0.03 0.00 0.03 0.00 0.03 99.90 09:27:16 04:35:01 all 0.01 0.00 0.01 0.00 0.01 99.97 09:27:16 04:35:01 0 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 04:35:01 1 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 04:35:01 2 0.00 0.00 0.03 0.00 0.00 99.97 09:27:16 04:35:01 3 0.00 0.00 0.00 0.02 0.02 99.97 09:27:16 04:35:01 4 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:35:01 5 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 04:35:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:35:01 7 0.03 0.00 0.05 0.00 0.03 99.88 09:27:16 04:36:01 all 0.03 0.00 0.01 0.01 0.00 99.95 09:27:16 04:36:01 0 0.02 0.00 0.02 0.03 0.02 99.92 09:27:16 04:36:01 1 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 04:36:01 2 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 04:36:01 3 0.02 0.00 0.00 0.03 0.00 99.95 09:27:16 04:36:01 4 0.03 0.00 0.03 0.00 0.00 99.93 09:27:16 04:36:01 5 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:36:01 6 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 04:36:01 7 0.07 0.00 0.05 0.00 0.02 99.87 09:27:16 04:37:01 all 0.02 0.00 0.01 0.00 0.00 99.96 09:27:16 04:37:01 0 0.08 0.00 0.03 0.02 0.00 99.87 09:27:16 04:37:01 1 0.03 0.00 0.00 0.02 0.00 99.95 09:27:16 04:37:01 2 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:37:01 3 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:37:01 4 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 04:37:01 5 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 04:37:01 6 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 04:37:01 7 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 04:38:01 all 0.01 0.00 0.02 0.00 0.01 99.95 09:27:16 04:38:01 0 0.03 0.00 0.03 0.00 0.02 99.92 09:27:16 04:38:01 1 0.02 0.00 0.03 0.00 0.02 99.93 09:27:16 04:38:01 2 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:38:01 3 0.00 0.00 0.02 0.02 0.00 99.97 09:27:16 04:38:01 4 0.00 0.00 0.02 0.00 0.02 99.97 09:27:16 04:38:01 5 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 04:38:01 6 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 04:38:01 7 0.02 0.00 0.03 0.00 0.02 99.93 09:27:16 04:39:01 all 0.13 0.00 0.04 0.00 0.01 99.82 09:27:16 04:39:01 0 0.08 0.00 0.12 0.02 0.02 99.77 09:27:16 04:39:01 1 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 04:39:01 2 0.07 0.00 0.02 0.00 0.00 99.92 09:27:16 04:39:01 3 0.07 0.00 0.03 0.02 0.02 99.87 09:27:16 04:39:01 4 0.23 0.00 0.05 0.00 0.00 99.72 09:27:16 04:39:01 5 0.07 0.00 0.02 0.00 0.00 99.92 09:27:16 04:39:01 6 0.07 0.00 0.03 0.00 0.00 99.90 09:27:16 04:39:01 7 0.40 0.00 0.03 0.00 0.02 99.55 09:27:16 04:40:01 all 0.28 0.00 0.02 0.00 0.01 99.69 09:27:16 04:40:01 0 0.05 0.00 0.02 0.02 0.02 99.90 09:27:16 04:40:01 1 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 04:40:01 2 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 04:40:01 3 0.02 0.00 0.00 0.02 0.00 99.97 09:27:16 04:40:01 4 1.99 0.00 0.03 0.00 0.00 97.98 09:27:16 04:40:01 5 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 04:40:01 6 0.03 0.00 0.03 0.00 0.02 99.92 09:27:16 04:40:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 04:41:01 all 0.09 0.00 0.00 0.00 0.01 99.89 09:27:16 04:41:01 0 0.65 0.00 0.02 0.02 0.02 99.30 09:27:16 04:41:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:41:01 2 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:41:01 3 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:41:01 4 0.05 0.00 0.00 0.00 0.02 99.93 09:27:16 04:41:01 5 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 04:41:01 6 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 04:41:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:42:01 all 0.02 0.00 0.01 0.01 0.00 99.96 09:27:16 04:42:01 0 0.07 0.00 0.02 0.05 0.00 99.87 09:27:16 04:42:01 1 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 04:42:01 2 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:42:01 3 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 04:42:01 4 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 04:42:01 5 0.07 0.00 0.00 0.00 0.00 99.93 09:27:16 04:42:01 6 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 04:42:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:43:01 all 0.02 0.00 0.03 0.00 0.01 99.94 09:27:16 04:43:01 0 0.08 0.00 0.03 0.02 0.02 99.85 09:27:16 04:43:01 1 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 04:43:01 2 0.00 0.00 0.02 0.00 0.02 99.97 09:27:16 04:43:01 3 0.00 0.00 0.00 0.02 0.02 99.97 09:27:16 04:43:01 4 0.03 0.00 0.05 0.00 0.00 99.92 09:27:16 04:43:01 5 0.02 0.00 0.05 0.00 0.02 99.92 09:27:16 04:43:01 6 0.03 0.00 0.03 0.00 0.02 99.92 09:27:16 04:43:01 7 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 09:27:16 04:43:01 CPU %user %nice %system %iowait %steal %idle 09:27:16 04:44:01 all 0.02 0.00 0.01 0.00 0.00 99.96 09:27:16 04:44:01 0 0.07 0.00 0.02 0.00 0.00 99.92 09:27:16 04:44:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:44:01 2 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:44:01 3 0.00 0.00 0.00 0.02 0.00 99.98 09:27:16 04:44:01 4 0.07 0.00 0.03 0.00 0.02 99.88 09:27:16 04:44:01 5 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 04:44:01 6 0.00 0.00 0.02 0.00 0.02 99.97 09:27:16 04:44:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:45:01 all 0.03 0.00 0.02 0.00 0.01 99.94 09:27:16 04:45:01 0 0.02 0.00 0.02 0.02 0.02 99.93 09:27:16 04:45:01 1 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 04:45:01 2 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 04:45:01 3 0.02 0.00 0.02 0.02 0.00 99.95 09:27:16 04:45:01 4 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 04:45:01 5 0.03 0.00 0.08 0.00 0.02 99.87 09:27:16 04:45:01 6 0.07 0.00 0.00 0.00 0.03 99.90 09:27:16 04:45:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:46:01 all 0.02 0.00 0.01 0.00 0.01 99.95 09:27:16 04:46:01 0 0.07 0.00 0.00 0.02 0.02 99.90 09:27:16 04:46:01 1 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 04:46:01 2 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 04:46:01 3 0.02 0.00 0.02 0.02 0.02 99.93 09:27:16 04:46:01 4 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:46:01 5 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 04:46:01 6 0.03 0.00 0.03 0.00 0.02 99.92 09:27:16 04:46:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 04:47:01 all 0.04 0.00 0.02 0.00 0.01 99.92 09:27:16 04:47:01 0 0.15 0.00 0.07 0.02 0.02 99.75 09:27:16 04:47:01 1 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 04:47:01 2 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 04:47:01 3 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 04:47:01 4 0.05 0.00 0.02 0.00 0.02 99.92 09:27:16 04:47:01 5 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 04:47:01 6 0.05 0.00 0.05 0.00 0.02 99.88 09:27:16 04:47:01 7 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 04:48:01 all 0.01 0.00 0.01 0.00 0.00 99.97 09:27:16 04:48:01 0 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 04:48:01 1 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 04:48:01 2 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 04:48:01 3 0.00 0.00 0.00 0.02 0.00 99.98 09:27:16 04:48:01 4 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 04:48:01 5 0.00 0.00 0.02 0.00 0.02 99.97 09:27:16 04:48:01 6 0.03 0.00 0.05 0.00 0.02 99.90 09:27:16 04:48:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:49:01 all 0.16 0.00 0.01 0.00 0.01 99.80 09:27:16 04:49:01 0 1.13 0.00 0.07 0.02 0.03 98.76 09:27:16 04:49:01 1 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 04:49:01 2 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 04:49:01 3 0.02 0.00 0.00 0.02 0.02 99.95 09:27:16 04:49:01 4 0.08 0.00 0.02 0.00 0.02 99.88 09:27:16 04:49:01 5 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 04:49:01 6 0.03 0.00 0.02 0.00 0.03 99.92 09:27:16 04:49:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:50:01 all 0.26 0.00 0.01 0.00 0.00 99.73 09:27:16 04:50:01 0 1.94 0.00 0.02 0.02 0.00 98.03 09:27:16 04:50:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:50:01 2 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 04:50:01 3 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:50:01 4 0.03 0.00 0.03 0.02 0.00 99.92 09:27:16 04:50:01 5 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 04:50:01 6 0.03 0.00 0.03 0.00 0.02 99.92 09:27:16 04:50:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:51:01 all 0.03 0.00 0.02 0.00 0.01 99.94 09:27:16 04:51:01 0 0.05 0.00 0.00 0.02 0.02 99.92 09:27:16 04:51:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:51:01 2 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 04:51:01 3 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 04:51:01 4 0.05 0.00 0.05 0.02 0.02 99.87 09:27:16 04:51:01 5 0.05 0.00 0.02 0.00 0.00 99.93 09:27:16 04:51:01 6 0.02 0.00 0.05 0.00 0.02 99.92 09:27:16 04:51:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 04:52:01 all 0.02 0.00 0.01 0.00 0.01 99.95 09:27:16 04:52:01 0 0.03 0.00 0.02 0.02 0.02 99.92 09:27:16 04:52:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:52:01 2 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:52:01 3 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 04:52:01 4 0.02 0.00 0.02 0.02 0.02 99.93 09:27:16 04:52:01 5 0.05 0.00 0.02 0.00 0.02 99.92 09:27:16 04:52:01 6 0.05 0.00 0.05 0.00 0.02 99.88 09:27:16 04:52:01 7 0.00 0.00 0.02 0.00 0.02 99.97 09:27:16 04:53:01 all 0.02 0.00 0.01 0.00 0.01 99.95 09:27:16 04:53:01 0 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 04:53:01 1 0.00 0.00 0.02 0.00 0.02 99.97 09:27:16 04:53:01 2 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 04:53:01 3 0.02 0.00 0.00 0.02 0.00 99.97 09:27:16 04:53:01 4 0.05 0.00 0.02 0.00 0.02 99.92 09:27:16 04:53:01 5 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 04:53:01 6 0.05 0.00 0.02 0.00 0.02 99.92 09:27:16 04:53:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:54:01 all 0.00 0.00 0.01 0.00 0.00 99.98 09:27:16 04:54:01 0 0.00 0.00 0.00 0.02 0.02 99.97 09:27:16 04:54:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:54:01 2 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 04:54:01 3 0.00 0.00 0.00 0.02 0.00 99.98 09:27:16 04:54:01 4 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 04:54:01 5 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 04:54:01 6 0.03 0.00 0.03 0.00 0.02 99.92 09:27:16 04:54:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 09:27:16 04:54:01 CPU %user %nice %system %iowait %steal %idle 09:27:16 04:55:01 all 0.02 0.00 0.01 0.00 0.01 99.95 09:27:16 04:55:01 0 0.02 0.00 0.03 0.02 0.02 99.92 09:27:16 04:55:01 1 0.05 0.00 0.00 0.00 0.00 99.95 09:27:16 04:55:01 2 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:55:01 3 0.02 0.00 0.02 0.02 0.00 99.95 09:27:16 04:55:01 4 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 04:55:01 5 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 04:55:01 6 0.03 0.00 0.03 0.00 0.03 99.90 09:27:16 04:55:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:56:01 all 0.16 0.00 0.02 0.00 0.01 99.81 09:27:16 04:56:01 0 1.16 0.00 0.03 0.00 0.02 98.79 09:27:16 04:56:01 1 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 04:56:01 2 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 04:56:01 3 0.00 0.00 0.02 0.02 0.02 99.95 09:27:16 04:56:01 4 0.02 0.00 0.05 0.00 0.02 99.92 09:27:16 04:56:01 5 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 04:56:01 6 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 04:56:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 04:57:01 all 0.22 0.00 0.01 0.01 0.00 99.77 09:27:16 04:57:01 0 1.53 0.00 0.00 0.03 0.02 98.42 09:27:16 04:57:01 1 0.05 0.00 0.00 0.02 0.00 99.93 09:27:16 04:57:01 2 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 04:57:01 3 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 04:57:01 4 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 04:57:01 5 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 04:57:01 6 0.05 0.00 0.03 0.00 0.02 99.90 09:27:16 04:57:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:58:01 all 0.26 0.00 0.01 0.00 0.01 99.72 09:27:16 04:58:01 0 1.99 0.00 0.02 0.02 0.02 97.96 09:27:16 04:58:01 1 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 04:58:01 2 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 04:58:01 3 0.00 0.00 0.00 0.02 0.00 99.98 09:27:16 04:58:01 4 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 04:58:01 5 0.02 0.00 0.03 0.00 0.00 99.95 09:27:16 04:58:01 6 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 04:58:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:59:01 all 0.26 0.00 0.01 0.00 0.01 99.72 09:27:16 04:59:01 0 1.97 0.00 0.02 0.02 0.02 97.98 09:27:16 04:59:01 1 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 04:59:01 2 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 04:59:01 3 0.00 0.00 0.00 0.02 0.00 99.98 09:27:16 04:59:01 4 0.05 0.00 0.02 0.00 0.00 99.93 09:27:16 04:59:01 5 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 04:59:01 6 0.03 0.00 0.03 0.00 0.02 99.92 09:27:16 04:59:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:00:01 all 0.19 0.00 0.03 0.00 0.01 99.77 09:27:16 05:00:01 0 1.32 0.00 0.02 0.02 0.02 98.63 09:27:16 05:00:01 1 0.02 0.00 0.05 0.00 0.02 99.92 09:27:16 05:00:01 2 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 05:00:01 3 0.00 0.00 0.02 0.02 0.02 99.95 09:27:16 05:00:01 4 0.00 0.00 0.02 0.00 0.02 99.97 09:27:16 05:00:01 5 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 05:00:01 6 0.07 0.00 0.08 0.00 0.02 99.83 09:27:16 05:00:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 05:01:01 all 0.05 0.00 0.01 0.00 0.01 99.93 09:27:16 05:01:01 0 0.28 0.00 0.03 0.03 0.02 99.63 09:27:16 05:01:01 1 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 05:01:01 2 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 05:01:01 3 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 05:01:01 4 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 05:01:01 5 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:01:01 6 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 05:01:01 7 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 05:02:01 all 0.02 0.00 0.01 0.00 0.00 99.96 09:27:16 05:02:01 0 0.05 0.00 0.00 0.02 0.00 99.93 09:27:16 05:02:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:02:01 2 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 05:02:01 3 0.00 0.00 0.03 0.02 0.00 99.95 09:27:16 05:02:01 4 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:02:01 5 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 05:02:01 6 0.03 0.00 0.03 0.00 0.02 99.92 09:27:16 05:02:01 7 0.03 0.00 0.03 0.00 0.02 99.92 09:27:16 05:03:01 all 0.02 0.00 0.01 0.00 0.00 99.96 09:27:16 05:03:01 0 0.03 0.00 0.03 0.02 0.02 99.90 09:27:16 05:03:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:03:01 2 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 05:03:01 3 0.00 0.00 0.00 0.02 0.00 99.98 09:27:16 05:03:01 4 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 05:03:01 5 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 05:03:01 6 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 05:03:01 7 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 05:04:01 all 0.12 0.00 0.02 0.00 0.01 99.85 09:27:16 05:04:01 0 0.62 0.00 0.08 0.00 0.03 99.27 09:27:16 05:04:01 1 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 05:04:01 2 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 05:04:01 3 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 05:04:01 4 0.03 0.00 0.03 0.00 0.00 99.93 09:27:16 05:04:01 5 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 05:04:01 6 0.05 0.00 0.03 0.00 0.02 99.90 09:27:16 05:04:01 7 0.13 0.00 0.02 0.00 0.02 99.83 09:27:16 05:05:01 all 0.26 0.00 0.01 0.00 0.01 99.72 09:27:16 05:05:01 0 2.05 0.00 0.03 0.02 0.02 97.88 09:27:16 05:05:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:05:01 2 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:05:01 3 0.00 0.00 0.00 0.02 0.00 99.98 09:27:16 05:05:01 4 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 05:05:01 5 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:05:01 6 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 05:05:01 7 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 09:27:16 05:05:01 CPU %user %nice %system %iowait %steal %idle 09:27:16 05:06:01 all 0.27 0.00 0.01 0.00 0.00 99.71 09:27:16 05:06:01 0 2.02 0.00 0.03 0.02 0.03 97.90 09:27:16 05:06:01 1 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 05:06:01 2 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 05:06:01 3 0.00 0.00 0.00 0.02 0.00 99.98 09:27:16 05:06:01 4 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 05:06:01 5 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 05:06:01 6 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 05:06:01 7 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 05:07:01 all 0.26 0.00 0.01 0.00 0.01 99.73 09:27:16 05:07:01 0 1.97 0.00 0.02 0.02 0.03 97.96 09:27:16 05:07:01 1 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 05:07:01 2 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 05:07:01 3 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:07:01 4 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 05:07:01 5 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 05:07:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:07:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 05:08:01 all 0.28 0.00 0.01 0.01 0.01 99.69 09:27:16 05:08:01 0 2.04 0.00 0.05 0.02 0.03 97.87 09:27:16 05:08:01 1 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 05:08:01 2 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 05:08:01 3 0.02 0.00 0.00 0.03 0.02 99.93 09:27:16 05:08:01 4 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 05:08:01 5 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 05:08:01 6 0.02 0.00 0.03 0.00 0.02 99.93 09:27:16 05:08:01 7 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 05:09:01 all 0.08 0.00 0.01 0.00 0.01 99.91 09:27:16 05:09:01 0 0.50 0.00 0.02 0.02 0.02 99.45 09:27:16 05:09:01 1 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 05:09:01 2 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:09:01 3 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 05:09:01 4 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 05:09:01 5 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 05:09:01 6 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 05:09:01 7 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 05:10:01 all 0.17 0.00 0.02 0.00 0.01 99.80 09:27:16 05:10:01 0 1.26 0.00 0.05 0.00 0.03 98.66 09:27:16 05:10:01 1 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 05:10:01 2 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:10:01 3 0.02 0.00 0.03 0.03 0.00 99.92 09:27:16 05:10:01 4 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 05:10:01 5 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 05:10:01 6 0.03 0.00 0.03 0.00 0.00 99.93 09:27:16 05:10:01 7 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 05:11:01 all 0.27 0.00 0.01 0.00 0.01 99.71 09:27:16 05:11:01 0 2.00 0.00 0.02 0.02 0.03 97.93 09:27:16 05:11:01 1 0.03 0.00 0.03 0.00 0.00 99.93 09:27:16 05:11:01 2 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:11:01 3 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 05:11:01 4 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 05:11:01 5 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 05:11:01 6 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 05:11:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 05:12:01 all 0.14 0.00 0.01 0.01 0.00 99.84 09:27:16 05:12:01 0 0.95 0.00 0.02 0.02 0.02 99.00 09:27:16 05:12:01 1 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 05:12:01 2 0.03 0.00 0.02 0.02 0.00 99.93 09:27:16 05:12:01 3 0.02 0.00 0.00 0.02 0.00 99.97 09:27:16 05:12:01 4 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 05:12:01 5 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 05:12:01 6 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 05:12:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:13:01 all 0.14 0.00 0.01 0.00 0.01 99.84 09:27:16 05:13:01 0 0.99 0.00 0.00 0.02 0.02 98.97 09:27:16 05:13:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:13:01 2 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:13:01 3 0.00 0.00 0.03 0.02 0.00 99.95 09:27:16 05:13:01 4 0.03 0.00 0.02 0.00 0.03 99.92 09:27:16 05:13:01 5 0.05 0.00 0.02 0.00 0.00 99.93 09:27:16 05:13:01 6 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 05:13:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 05:14:01 all 0.01 0.00 0.01 0.00 0.01 99.96 09:27:16 05:14:01 0 0.03 0.00 0.02 0.02 0.02 99.92 09:27:16 05:14:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:14:01 2 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:14:01 3 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:14:01 4 0.02 0.00 0.03 0.00 0.02 99.93 09:27:16 05:14:01 5 0.02 0.00 0.03 0.00 0.02 99.93 09:27:16 05:14:01 6 0.05 0.00 0.00 0.00 0.02 99.93 09:27:16 05:14:01 7 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 05:15:01 all 0.02 0.00 0.01 0.00 0.00 99.96 09:27:16 05:15:01 0 0.00 0.00 0.00 0.02 0.00 99.98 09:27:16 05:15:01 1 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 05:15:01 2 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 05:15:01 3 0.02 0.00 0.02 0.02 0.02 99.93 09:27:16 05:15:01 4 0.03 0.00 0.03 0.00 0.02 99.92 09:27:16 05:15:01 5 0.07 0.00 0.03 0.00 0.00 99.90 09:27:16 05:15:01 6 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 05:15:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 05:16:01 all 0.03 0.00 0.01 0.00 0.01 99.96 09:27:16 05:16:01 0 0.05 0.00 0.00 0.00 0.02 99.93 09:27:16 05:16:01 1 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 05:16:01 2 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 05:16:01 3 0.00 0.00 0.00 0.02 0.00 99.98 09:27:16 05:16:01 4 0.07 0.00 0.03 0.00 0.03 99.87 09:27:16 05:16:01 5 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 05:16:01 6 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 05:16:01 7 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 09:27:16 05:16:01 CPU %user %nice %system %iowait %steal %idle 09:27:16 05:17:01 all 0.03 0.00 0.03 0.00 0.01 99.94 09:27:16 05:17:01 0 0.07 0.00 0.02 0.02 0.00 99.90 09:27:16 05:17:01 1 0.02 0.00 0.05 0.00 0.00 99.93 09:27:16 05:17:01 2 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 05:17:01 3 0.03 0.00 0.03 0.00 0.00 99.93 09:27:16 05:17:01 4 0.05 0.00 0.05 0.00 0.02 99.88 09:27:16 05:17:01 5 0.03 0.00 0.03 0.00 0.02 99.92 09:27:16 05:17:01 6 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 05:17:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:18:01 all 0.01 0.00 0.02 0.00 0.01 99.96 09:27:16 05:18:01 0 0.02 0.00 0.02 0.02 0.02 99.93 09:27:16 05:18:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 05:18:01 2 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 05:18:01 3 0.00 0.00 0.02 0.02 0.00 99.97 09:27:16 05:18:01 4 0.00 0.00 0.03 0.00 0.02 99.95 09:27:16 05:18:01 5 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 05:18:01 6 0.03 0.00 0.03 0.00 0.00 99.93 09:27:16 05:18:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 05:19:01 all 0.03 0.00 0.01 0.00 0.01 99.95 09:27:16 05:19:01 0 0.05 0.00 0.00 0.00 0.02 99.93 09:27:16 05:19:01 1 0.07 0.00 0.00 0.00 0.00 99.93 09:27:16 05:19:01 2 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 05:19:01 3 0.02 0.00 0.00 0.02 0.02 99.95 09:27:16 05:19:01 4 0.05 0.00 0.00 0.00 0.03 99.92 09:27:16 05:19:01 5 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 05:19:01 6 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 05:19:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:20:01 all 0.02 0.00 0.02 0.00 0.01 99.96 09:27:16 05:20:01 0 0.08 0.00 0.03 0.02 0.00 99.87 09:27:16 05:20:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 05:20:01 2 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 05:20:01 3 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:20:01 4 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 05:20:01 5 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 05:20:01 6 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 05:20:01 7 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 05:21:01 all 0.05 0.00 0.00 0.00 0.01 99.94 09:27:16 05:21:01 0 0.12 0.00 0.00 0.00 0.02 99.87 09:27:16 05:21:01 1 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 05:21:01 2 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 05:21:01 3 0.03 0.00 0.02 0.02 0.00 99.93 09:27:16 05:21:01 4 0.08 0.00 0.02 0.00 0.03 99.87 09:27:16 05:21:01 5 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 05:21:01 6 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 05:21:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:22:01 all 0.01 0.00 0.01 0.00 0.01 99.96 09:27:16 05:22:01 0 0.00 0.00 0.02 0.02 0.02 99.95 09:27:16 05:22:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 05:22:01 2 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:22:01 3 0.00 0.00 0.00 0.02 0.02 99.97 09:27:16 05:22:01 4 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 05:22:01 5 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 05:22:01 6 0.03 0.00 0.03 0.00 0.00 99.93 09:27:16 05:22:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 05:23:01 all 0.05 0.00 0.01 0.00 0.01 99.92 09:27:16 05:23:01 0 0.08 0.00 0.02 0.02 0.00 99.88 09:27:16 05:23:01 1 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 05:23:01 2 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 05:23:01 3 0.02 0.00 0.02 0.02 0.00 99.95 09:27:16 05:23:01 4 0.07 0.00 0.05 0.00 0.03 99.85 09:27:16 05:23:01 5 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 05:23:01 6 0.12 0.00 0.00 0.00 0.02 99.87 09:27:16 05:23:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:24:01 all 0.01 0.00 0.01 0.00 0.00 99.97 09:27:16 05:24:01 0 0.02 0.00 0.03 0.02 0.02 99.92 09:27:16 05:24:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:24:01 2 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:24:01 3 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 05:24:01 4 0.02 0.00 0.03 0.00 0.02 99.93 09:27:16 05:24:01 5 0.02 0.00 0.03 0.00 0.00 99.95 09:27:16 05:24:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:24:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:25:01 all 0.04 0.00 0.01 0.00 0.01 99.93 09:27:16 05:25:01 0 0.08 0.00 0.00 0.02 0.02 99.88 09:27:16 05:25:01 1 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 05:25:01 2 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 05:25:01 3 0.02 0.00 0.00 0.02 0.00 99.97 09:27:16 05:25:01 4 0.07 0.00 0.03 0.00 0.03 99.87 09:27:16 05:25:01 5 0.03 0.00 0.03 0.00 0.00 99.93 09:27:16 05:25:01 6 0.03 0.00 0.03 0.00 0.00 99.93 09:27:16 05:25:01 7 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 05:26:01 all 0.01 0.00 0.01 0.01 0.01 99.97 09:27:16 05:26:01 0 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 05:26:01 1 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 05:26:01 2 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 05:26:01 3 0.00 0.00 0.00 0.05 0.00 99.95 09:27:16 05:26:01 4 0.02 0.00 0.03 0.00 0.02 99.93 09:27:16 05:26:01 5 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 05:26:01 6 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 05:26:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:27:01 all 0.21 0.00 0.01 0.01 0.01 99.75 09:27:16 05:27:01 0 0.03 0.00 0.02 0.02 0.02 99.92 09:27:16 05:27:01 1 0.02 0.00 0.00 0.02 0.00 99.97 09:27:16 05:27:01 2 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 05:27:01 3 0.02 0.00 0.00 0.02 0.02 99.95 09:27:16 05:27:01 4 0.03 0.00 0.05 0.00 0.03 99.88 09:27:16 05:27:01 5 1.50 0.00 0.05 0.00 0.00 98.45 09:27:16 05:27:01 6 0.05 0.00 0.00 0.00 0.02 99.93 09:27:16 05:27:01 7 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 09:27:16 05:27:01 CPU %user %nice %system %iowait %steal %idle 09:27:16 05:28:01 all 0.27 0.00 0.01 0.00 0.00 99.71 09:27:16 05:28:01 0 0.03 0.00 0.02 0.02 0.00 99.93 09:27:16 05:28:01 1 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 05:28:01 2 0.00 0.00 0.03 0.00 0.00 99.97 09:27:16 05:28:01 3 0.00 0.00 0.00 0.02 0.00 99.98 09:27:16 05:28:01 4 0.03 0.00 0.05 0.00 0.02 99.90 09:27:16 05:28:01 5 1.98 0.00 0.00 0.00 0.00 98.02 09:27:16 05:28:01 6 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 05:28:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 05:29:01 all 0.05 0.00 0.01 0.00 0.00 99.93 09:27:16 05:29:01 0 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 05:29:01 1 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 05:29:01 2 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:29:01 3 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 05:29:01 4 0.08 0.00 0.03 0.00 0.02 99.87 09:27:16 05:29:01 5 0.22 0.00 0.02 0.00 0.00 99.77 09:27:16 05:29:01 6 0.05 0.00 0.02 0.00 0.00 99.93 09:27:16 05:29:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 05:30:01 all 0.02 0.00 0.01 0.00 0.01 99.95 09:27:16 05:30:01 0 0.00 0.00 0.02 0.02 0.02 99.95 09:27:16 05:30:01 1 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 05:30:01 2 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 05:30:01 3 0.02 0.00 0.00 0.02 0.00 99.97 09:27:16 05:30:01 4 0.05 0.00 0.03 0.00 0.03 99.88 09:27:16 05:30:01 5 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 05:30:01 6 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 05:30:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 05:31:01 all 0.01 0.00 0.01 0.00 0.01 99.96 09:27:16 05:31:01 0 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 05:31:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:31:01 2 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 05:31:01 3 0.00 0.00 0.00 0.02 0.02 99.97 09:27:16 05:31:01 4 0.05 0.00 0.02 0.00 0.02 99.92 09:27:16 05:31:01 5 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:31:01 6 0.02 0.00 0.05 0.00 0.02 99.92 09:27:16 05:31:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 05:32:01 all 0.03 0.00 0.00 0.00 0.01 99.96 09:27:16 05:32:01 0 0.07 0.00 0.00 0.02 0.02 99.90 09:27:16 05:32:01 1 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 05:32:01 2 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 05:32:01 3 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 05:32:01 4 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 05:32:01 5 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 05:32:01 6 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 05:32:01 7 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 05:33:01 all 0.25 0.00 0.01 0.00 0.01 99.73 09:27:16 05:33:01 0 0.03 0.00 0.02 0.02 0.03 99.90 09:27:16 05:33:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:33:01 2 0.00 0.00 0.03 0.00 0.00 99.97 09:27:16 05:33:01 3 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 05:33:01 4 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 05:33:01 5 1.80 0.00 0.02 0.00 0.02 98.16 09:27:16 05:33:01 6 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 05:33:01 7 0.05 0.00 0.00 0.00 0.00 99.95 09:27:16 05:34:01 all 0.03 0.00 0.01 0.00 0.00 99.96 09:27:16 05:34:01 0 0.05 0.00 0.03 0.03 0.02 99.87 09:27:16 05:34:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:34:01 2 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 05:34:01 3 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:34:01 4 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 05:34:01 5 0.05 0.00 0.00 0.00 0.00 99.95 09:27:16 05:34:01 6 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 05:34:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 05:35:01 all 0.01 0.00 0.02 0.00 0.01 99.96 09:27:16 05:35:01 0 0.00 0.00 0.03 0.03 0.02 99.92 09:27:16 05:35:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:35:01 2 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 05:35:01 3 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 05:35:01 4 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 05:35:01 5 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 05:35:01 6 0.03 0.00 0.08 0.00 0.02 99.87 09:27:16 05:35:01 7 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 05:36:01 all 0.02 0.00 0.01 0.00 0.01 99.96 09:27:16 05:36:01 0 0.05 0.00 0.02 0.02 0.00 99.92 09:27:16 05:36:01 1 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 05:36:01 2 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 05:36:01 3 0.02 0.00 0.00 0.02 0.00 99.97 09:27:16 05:36:01 4 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 05:36:01 5 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:36:01 6 0.03 0.00 0.05 0.00 0.03 99.88 09:27:16 05:36:01 7 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 05:37:01 all 0.01 0.00 0.01 0.00 0.01 99.96 09:27:16 05:37:01 0 0.03 0.00 0.02 0.03 0.02 99.90 09:27:16 05:37:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:37:01 2 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 05:37:01 3 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:37:01 4 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 05:37:01 5 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 05:37:01 6 0.05 0.00 0.05 0.00 0.02 99.88 09:27:16 05:37:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 05:38:01 all 0.10 0.00 0.01 0.00 0.01 99.87 09:27:16 05:38:01 0 0.03 0.00 0.02 0.02 0.02 99.92 09:27:16 05:38:01 1 0.02 0.00 0.02 0.02 0.00 99.95 09:27:16 05:38:01 2 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 05:38:01 3 0.63 0.00 0.02 0.00 0.00 99.35 09:27:16 05:38:01 4 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 05:38:01 5 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 05:38:01 6 0.05 0.00 0.02 0.00 0.03 99.90 09:27:16 05:38:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 09:27:16 05:38:01 CPU %user %nice %system %iowait %steal %idle 09:27:16 05:39:01 all 0.10 0.00 0.02 0.00 0.01 99.87 09:27:16 05:39:01 0 0.03 0.00 0.03 0.02 0.00 99.92 09:27:16 05:39:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:39:01 2 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 05:39:01 3 0.63 0.00 0.07 0.00 0.02 99.28 09:27:16 05:39:01 4 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 05:39:01 5 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 05:39:01 6 0.00 0.00 0.05 0.00 0.03 99.92 09:27:16 05:39:01 7 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 05:40:01 all 0.08 0.00 0.02 0.01 0.01 99.88 09:27:16 05:40:01 0 0.07 0.00 0.03 0.03 0.02 99.85 09:27:16 05:40:01 1 0.03 0.00 0.03 0.00 0.02 99.92 09:27:16 05:40:01 2 0.12 0.00 0.00 0.00 0.00 99.88 09:27:16 05:40:01 3 0.05 0.00 0.02 0.02 0.00 99.92 09:27:16 05:40:01 4 0.07 0.00 0.05 0.00 0.00 99.88 09:27:16 05:40:01 5 0.07 0.00 0.02 0.00 0.02 99.90 09:27:16 05:40:01 6 0.13 0.00 0.02 0.00 0.02 99.83 09:27:16 05:40:01 7 0.13 0.00 0.00 0.00 0.02 99.85 09:27:16 05:41:01 all 0.02 0.00 0.02 0.00 0.01 99.95 09:27:16 05:41:01 0 0.05 0.00 0.02 0.00 0.02 99.92 09:27:16 05:41:01 1 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 05:41:01 2 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 05:41:01 3 0.00 0.00 0.00 0.02 0.02 99.97 09:27:16 05:41:01 4 0.05 0.00 0.03 0.00 0.00 99.92 09:27:16 05:41:01 5 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 05:41:01 6 0.03 0.00 0.03 0.00 0.02 99.92 09:27:16 05:41:01 7 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 05:42:01 all 0.03 0.00 0.01 0.00 0.00 99.95 09:27:16 05:42:01 0 0.05 0.00 0.03 0.02 0.00 99.90 09:27:16 05:42:01 1 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 05:42:01 2 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 05:42:01 3 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 05:42:01 4 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 05:42:01 5 0.05 0.00 0.02 0.00 0.02 99.92 09:27:16 05:42:01 6 0.03 0.00 0.03 0.00 0.00 99.93 09:27:16 05:42:01 7 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 05:43:01 all 0.01 0.00 0.01 0.00 0.01 99.96 09:27:16 05:43:01 0 0.05 0.00 0.00 0.02 0.02 99.92 09:27:16 05:43:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:43:01 2 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:43:01 3 0.00 0.00 0.00 0.02 0.02 99.97 09:27:16 05:43:01 4 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 05:43:01 5 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 05:43:01 6 0.05 0.00 0.03 0.00 0.03 99.88 09:27:16 05:43:01 7 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 05:44:01 all 0.01 0.00 0.01 0.00 0.01 99.96 09:27:16 05:44:01 0 0.03 0.00 0.03 0.02 0.02 99.90 09:27:16 05:44:01 1 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 05:44:01 2 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 05:44:01 3 0.00 0.00 0.00 0.02 0.00 99.98 09:27:16 05:44:01 4 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 05:44:01 5 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:44:01 6 0.02 0.00 0.03 0.00 0.02 99.93 09:27:16 05:44:01 7 0.05 0.00 0.00 0.00 0.00 99.95 09:27:16 05:45:01 all 0.04 0.00 0.01 0.00 0.01 99.95 09:27:16 05:45:01 0 0.07 0.00 0.02 0.00 0.00 99.92 09:27:16 05:45:01 1 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 05:45:01 2 0.07 0.00 0.00 0.00 0.02 99.92 09:27:16 05:45:01 3 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 05:45:01 4 0.05 0.00 0.00 0.00 0.00 99.95 09:27:16 05:45:01 5 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 05:45:01 6 0.05 0.00 0.03 0.00 0.02 99.90 09:27:16 05:45:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:46:01 all 0.10 0.00 0.02 0.00 0.01 99.88 09:27:16 05:46:01 0 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 05:46:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:46:01 2 0.02 0.00 0.03 0.00 0.00 99.95 09:27:16 05:46:01 3 0.70 0.00 0.03 0.02 0.00 99.25 09:27:16 05:46:01 4 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 05:46:01 5 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:46:01 6 0.03 0.00 0.05 0.00 0.02 99.90 09:27:16 05:46:01 7 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 05:47:01 all 0.27 0.00 0.01 0.00 0.01 99.70 09:27:16 05:47:01 0 0.02 0.00 0.02 0.02 0.02 99.93 09:27:16 05:47:01 1 0.00 0.00 0.02 0.00 0.02 99.97 09:27:16 05:47:01 2 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 05:47:01 3 1.97 0.00 0.00 0.02 0.02 98.00 09:27:16 05:47:01 4 0.05 0.00 0.02 0.00 0.02 99.92 09:27:16 05:47:01 5 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 05:47:01 6 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 05:47:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 05:48:01 all 0.26 0.00 0.02 0.00 0.00 99.72 09:27:16 05:48:01 0 0.02 0.00 0.02 0.02 0.00 99.95 09:27:16 05:48:01 1 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 05:48:01 2 0.00 0.00 0.03 0.00 0.00 99.97 09:27:16 05:48:01 3 1.97 0.00 0.00 0.00 0.00 98.03 09:27:16 05:48:01 4 0.00 0.00 0.03 0.00 0.02 99.95 09:27:16 05:48:01 5 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 05:48:01 6 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 05:48:01 7 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 05:49:01 all 0.16 0.00 0.02 0.01 0.01 99.80 09:27:16 05:49:01 0 0.02 0.00 0.03 0.02 0.00 99.93 09:27:16 05:49:01 1 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 05:49:01 2 0.05 0.00 0.02 0.02 0.00 99.92 09:27:16 05:49:01 3 1.08 0.00 0.08 0.02 0.02 98.81 09:27:16 05:49:01 4 0.03 0.00 0.05 0.00 0.02 99.90 09:27:16 05:49:01 5 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 05:49:01 6 0.05 0.00 0.02 0.00 0.02 99.92 09:27:16 05:49:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 09:27:16 05:49:01 CPU %user %nice %system %iowait %steal %idle 09:27:16 05:50:01 all 0.01 0.00 0.01 0.00 0.01 99.96 09:27:16 05:50:01 0 0.02 0.00 0.02 0.02 0.02 99.93 09:27:16 05:50:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 05:50:01 2 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 05:50:01 3 0.00 0.00 0.00 0.02 0.00 99.98 09:27:16 05:50:01 4 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 05:50:01 5 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 05:50:01 6 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 05:50:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 05:51:01 all 0.02 0.00 0.01 0.00 0.00 99.97 09:27:16 05:51:01 0 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 05:51:01 1 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 05:51:01 2 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 05:51:01 3 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 05:51:01 4 0.05 0.00 0.00 0.00 0.00 99.95 09:27:16 05:51:01 5 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 05:51:01 6 0.00 0.00 0.03 0.00 0.00 99.97 09:27:16 05:51:01 7 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 05:52:01 all 0.15 0.00 0.01 0.01 0.01 99.83 09:27:16 05:52:01 0 0.05 0.00 0.03 0.02 0.02 99.88 09:27:16 05:52:01 1 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 05:52:01 2 0.02 0.00 0.03 0.00 0.00 99.95 09:27:16 05:52:01 3 1.08 0.00 0.00 0.03 0.02 98.87 09:27:16 05:52:01 4 0.02 0.00 0.03 0.00 0.00 99.95 09:27:16 05:52:01 5 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:52:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:52:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:53:01 all 0.10 0.00 0.01 0.00 0.00 99.89 09:27:16 05:53:01 0 0.05 0.00 0.02 0.00 0.02 99.92 09:27:16 05:53:01 1 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 05:53:01 2 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 05:53:01 3 0.53 0.00 0.02 0.00 0.00 99.45 09:27:16 05:53:01 4 0.05 0.00 0.00 0.00 0.00 99.95 09:27:16 05:53:01 5 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 05:53:01 6 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 05:53:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 05:54:01 all 0.01 0.00 0.01 0.01 0.01 99.96 09:27:16 05:54:01 0 0.05 0.00 0.05 0.02 0.02 99.87 09:27:16 05:54:01 1 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 05:54:01 2 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 05:54:01 3 0.03 0.00 0.00 0.03 0.02 99.92 09:27:16 05:54:01 4 0.00 0.00 0.02 0.00 0.02 99.97 09:27:16 05:54:01 5 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:54:01 6 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 05:54:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 05:55:01 all 0.25 0.00 0.02 0.00 0.01 99.73 09:27:16 05:55:01 0 0.03 0.00 0.07 0.02 0.02 99.87 09:27:16 05:55:01 1 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 05:55:01 2 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 05:55:01 3 1.79 0.00 0.02 0.00 0.00 98.19 09:27:16 05:55:01 4 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 05:55:01 5 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 05:55:01 6 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 05:55:01 7 0.00 0.00 0.02 0.00 0.02 99.97 09:27:16 05:56:01 all 0.25 0.00 0.02 0.01 0.01 99.71 09:27:16 05:56:01 0 0.02 0.00 0.07 0.02 0.03 99.87 09:27:16 05:56:01 1 0.02 0.00 0.03 0.00 0.02 99.93 09:27:16 05:56:01 2 0.00 0.00 0.03 0.00 0.00 99.97 09:27:16 05:56:01 3 1.95 0.00 0.00 0.03 0.02 98.00 09:27:16 05:56:01 4 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 05:56:01 5 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 05:56:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:56:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:57:01 all 0.14 0.00 0.02 0.00 0.01 99.83 09:27:16 05:57:01 0 0.03 0.00 0.03 0.02 0.03 99.88 09:27:16 05:57:01 1 0.03 0.00 0.03 0.00 0.02 99.92 09:27:16 05:57:01 2 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 05:57:01 3 0.96 0.00 0.03 0.00 0.00 99.01 09:27:16 05:57:01 4 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 05:57:01 5 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:57:01 6 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 05:57:01 7 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 05:58:01 all 0.03 0.00 0.01 0.00 0.00 99.95 09:27:16 05:58:01 0 0.02 0.00 0.02 0.02 0.02 99.93 09:27:16 05:58:01 1 0.02 0.00 0.03 0.00 0.02 99.93 09:27:16 05:58:01 2 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 05:58:01 3 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 05:58:01 4 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:58:01 5 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 05:58:01 6 0.15 0.00 0.00 0.00 0.00 99.85 09:27:16 05:58:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 05:59:01 all 0.25 0.00 0.02 0.00 0.01 99.72 09:27:16 05:59:01 0 0.03 0.00 0.03 0.02 0.02 99.90 09:27:16 05:59:01 1 0.05 0.00 0.05 0.00 0.00 99.90 09:27:16 05:59:01 2 0.00 0.00 0.03 0.00 0.00 99.97 09:27:16 05:59:01 3 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 05:59:01 4 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 05:59:01 5 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 05:59:01 6 1.91 0.00 0.02 0.00 0.02 98.06 09:27:16 05:59:01 7 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 06:00:01 all 0.08 0.00 0.01 0.01 0.01 99.89 09:27:16 06:00:01 0 0.02 0.00 0.00 0.03 0.02 99.93 09:27:16 06:00:01 1 0.03 0.00 0.03 0.00 0.02 99.92 09:27:16 06:00:01 2 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 06:00:01 3 0.03 0.00 0.00 0.03 0.00 99.93 09:27:16 06:00:01 4 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 06:00:01 5 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 06:00:01 6 0.47 0.00 0.02 0.00 0.00 99.52 09:27:16 06:00:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 09:27:16 06:00:01 CPU %user %nice %system %iowait %steal %idle 09:27:16 06:01:01 all 0.01 0.00 0.01 0.00 0.01 99.97 09:27:16 06:01:01 0 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 06:01:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 06:01:01 2 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 06:01:01 3 0.00 0.00 0.00 0.02 0.00 99.98 09:27:16 06:01:01 4 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:01:01 5 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 06:01:01 6 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 06:01:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:02:01 all 0.03 0.00 0.02 0.00 0.01 99.94 09:27:16 06:02:01 0 0.03 0.00 0.02 0.02 0.02 99.92 09:27:16 06:02:01 1 0.03 0.00 0.03 0.00 0.00 99.93 09:27:16 06:02:01 2 0.05 0.00 0.02 0.00 0.02 99.92 09:27:16 06:02:01 3 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 06:02:01 4 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 06:02:01 5 0.05 0.00 0.02 0.00 0.02 99.92 09:27:16 06:02:01 6 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 06:02:01 7 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 06:03:01 all 0.01 0.00 0.01 0.01 0.01 99.96 09:27:16 06:03:01 0 0.03 0.00 0.03 0.03 0.02 99.88 09:27:16 06:03:01 1 0.00 0.00 0.00 0.02 0.00 99.98 09:27:16 06:03:01 2 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 06:03:01 3 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 06:03:01 4 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 06:03:01 5 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 06:03:01 6 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 06:03:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 06:04:01 all 0.02 0.00 0.02 0.00 0.00 99.95 09:27:16 06:04:01 0 0.02 0.00 0.05 0.02 0.02 99.90 09:27:16 06:04:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:04:01 2 0.03 0.00 0.03 0.00 0.00 99.93 09:27:16 06:04:01 3 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 06:04:01 4 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:04:01 5 0.05 0.00 0.02 0.00 0.02 99.92 09:27:16 06:04:01 6 0.00 0.00 0.03 0.00 0.00 99.97 09:27:16 06:04:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 06:05:01 all 0.01 0.00 0.01 0.00 0.01 99.97 09:27:16 06:05:01 0 0.02 0.00 0.03 0.02 0.02 99.92 09:27:16 06:05:01 1 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 06:05:01 2 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 06:05:01 3 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:05:01 4 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 06:05:01 5 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 06:05:01 6 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 06:05:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:06:01 all 0.03 0.00 0.01 0.00 0.00 99.95 09:27:16 06:06:01 0 0.03 0.00 0.02 0.03 0.02 99.90 09:27:16 06:06:01 1 0.05 0.00 0.03 0.00 0.00 99.92 09:27:16 06:06:01 2 0.05 0.00 0.00 0.00 0.00 99.95 09:27:16 06:06:01 3 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 06:06:01 4 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:06:01 5 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 06:06:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:06:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 06:07:01 all 0.02 0.00 0.01 0.00 0.00 99.96 09:27:16 06:07:01 0 0.07 0.00 0.02 0.02 0.00 99.90 09:27:16 06:07:01 1 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 06:07:01 2 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 06:07:01 3 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 06:07:01 4 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 06:07:01 5 0.02 0.00 0.05 0.00 0.00 99.93 09:27:16 06:07:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:07:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 06:08:01 all 0.02 0.00 0.01 0.00 0.01 99.96 09:27:16 06:08:01 0 0.03 0.00 0.03 0.02 0.02 99.90 09:27:16 06:08:01 1 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 06:08:01 2 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 06:08:01 3 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 06:08:01 4 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 06:08:01 5 0.05 0.00 0.00 0.00 0.02 99.93 09:27:16 06:08:01 6 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 06:08:01 7 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 06:09:01 all 0.01 0.00 0.01 0.00 0.01 99.97 09:27:16 06:09:01 0 0.05 0.00 0.03 0.02 0.02 99.88 09:27:16 06:09:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 06:09:01 2 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 06:09:01 3 0.00 0.00 0.00 0.02 0.00 99.98 09:27:16 06:09:01 4 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:09:01 5 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 06:09:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:09:01 7 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 06:10:01 all 0.03 0.00 0.01 0.00 0.01 99.94 09:27:16 06:10:01 0 0.03 0.00 0.02 0.02 0.02 99.92 09:27:16 06:10:01 1 0.03 0.00 0.03 0.00 0.03 99.90 09:27:16 06:10:01 2 0.07 0.00 0.00 0.00 0.00 99.93 09:27:16 06:10:01 3 0.00 0.00 0.02 0.02 0.00 99.97 09:27:16 06:10:01 4 0.05 0.00 0.03 0.00 0.02 99.90 09:27:16 06:10:01 5 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 06:10:01 6 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 06:10:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 06:11:01 all 0.01 0.00 0.01 0.00 0.00 99.97 09:27:16 06:11:01 0 0.02 0.00 0.00 0.02 0.00 99.97 09:27:16 06:11:01 1 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 06:11:01 2 0.00 0.00 0.03 0.00 0.00 99.97 09:27:16 06:11:01 3 0.00 0.00 0.02 0.00 0.02 99.97 09:27:16 06:11:01 4 0.02 0.00 0.03 0.00 0.00 99.95 09:27:16 06:11:01 5 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:11:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:11:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 09:27:16 06:11:01 CPU %user %nice %system %iowait %steal %idle 09:27:16 06:12:01 all 0.02 0.00 0.01 0.00 0.01 99.95 09:27:16 06:12:01 0 0.03 0.00 0.03 0.02 0.02 99.90 09:27:16 06:12:01 1 0.00 0.00 0.02 0.00 0.02 99.97 09:27:16 06:12:01 2 0.05 0.00 0.02 0.00 0.00 99.93 09:27:16 06:12:01 3 0.02 0.00 0.02 0.02 0.00 99.95 09:27:16 06:12:01 4 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 06:12:01 5 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 06:12:01 6 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 06:12:01 7 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 06:13:01 all 0.01 0.00 0.01 0.00 0.00 99.97 09:27:16 06:13:01 0 0.02 0.00 0.00 0.02 0.00 99.97 09:27:16 06:13:01 1 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 06:13:01 2 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 06:13:01 3 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 06:13:01 4 0.02 0.00 0.05 0.00 0.00 99.93 09:27:16 06:13:01 5 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:13:01 6 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 06:13:01 7 0.02 0.00 0.03 0.00 0.00 99.95 09:27:16 06:14:01 all 0.01 0.00 0.01 0.00 0.01 99.96 09:27:16 06:14:01 0 0.00 0.00 0.02 0.02 0.00 99.97 09:27:16 06:14:01 1 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 06:14:01 2 0.02 0.00 0.03 0.00 0.02 99.93 09:27:16 06:14:01 3 0.00 0.00 0.02 0.02 0.00 99.97 09:27:16 06:14:01 4 0.05 0.00 0.02 0.00 0.03 99.90 09:27:16 06:14:01 5 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:14:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:14:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 06:15:01 all 0.06 0.00 0.02 0.00 0.01 99.91 09:27:16 06:15:01 0 0.02 0.00 0.03 0.00 0.02 99.93 09:27:16 06:15:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:15:01 2 0.05 0.00 0.02 0.00 0.00 99.93 09:27:16 06:15:01 3 0.02 0.00 0.02 0.02 0.02 99.93 09:27:16 06:15:01 4 0.05 0.00 0.03 0.00 0.02 99.90 09:27:16 06:15:01 5 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 06:15:01 6 0.35 0.00 0.02 0.00 0.02 99.62 09:27:16 06:15:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 06:16:01 all 0.01 0.00 0.01 0.00 0.00 99.97 09:27:16 06:16:01 0 0.05 0.00 0.03 0.02 0.02 99.88 09:27:16 06:16:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:16:01 2 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 06:16:01 3 0.02 0.00 0.00 0.02 0.00 99.97 09:27:16 06:16:01 4 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 06:16:01 5 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:16:01 6 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 06:16:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:17:01 all 0.03 0.00 0.01 0.00 0.01 99.95 09:27:16 06:17:01 0 0.10 0.00 0.02 0.03 0.00 99.85 09:27:16 06:17:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 06:17:01 2 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 06:17:01 3 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 06:17:01 4 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 06:17:01 5 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 06:17:01 6 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 06:17:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 06:18:01 all 0.01 0.00 0.01 0.00 0.01 99.97 09:27:16 06:18:01 0 0.02 0.00 0.03 0.00 0.02 99.93 09:27:16 06:18:01 1 0.03 0.00 0.02 0.02 0.00 99.93 09:27:16 06:18:01 2 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:18:01 3 0.00 0.00 0.00 0.02 0.02 99.97 09:27:16 06:18:01 4 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 06:18:01 5 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 06:18:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:18:01 7 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 06:19:01 all 0.04 0.00 0.01 0.00 0.01 99.94 09:27:16 06:19:01 0 0.02 0.00 0.03 0.02 0.02 99.92 09:27:16 06:19:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 06:19:01 2 0.05 0.00 0.02 0.00 0.00 99.93 09:27:16 06:19:01 3 0.05 0.00 0.00 0.02 0.00 99.93 09:27:16 06:19:01 4 0.05 0.00 0.00 0.00 0.02 99.93 09:27:16 06:19:01 5 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 06:19:01 6 0.10 0.00 0.00 0.00 0.02 99.88 09:27:16 06:19:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 06:20:01 all 0.01 0.00 0.01 0.00 0.01 99.98 09:27:16 06:20:01 0 0.02 0.00 0.00 0.02 0.02 99.95 09:27:16 06:20:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:20:01 2 0.00 0.00 0.02 0.00 0.02 99.97 09:27:16 06:20:01 3 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 06:20:01 4 0.02 0.00 0.03 0.00 0.02 99.93 09:27:16 06:20:01 5 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:20:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:20:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 06:21:01 all 0.02 0.00 0.01 0.00 0.01 99.96 09:27:16 06:21:01 0 0.03 0.00 0.02 0.02 0.02 99.92 09:27:16 06:21:01 1 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 06:21:01 2 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 06:21:01 3 0.02 0.00 0.02 0.02 0.02 99.93 09:27:16 06:21:01 4 0.05 0.00 0.03 0.00 0.02 99.90 09:27:16 06:21:01 5 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 06:21:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:21:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:22:01 all 0.01 0.00 0.01 0.00 0.01 99.97 09:27:16 06:22:01 0 0.03 0.00 0.00 0.02 0.00 99.95 09:27:16 06:22:01 1 0.00 0.00 0.02 0.00 0.02 99.97 09:27:16 06:22:01 2 0.00 0.00 0.03 0.00 0.00 99.97 09:27:16 06:22:01 3 0.00 0.00 0.00 0.02 0.00 99.98 09:27:16 06:22:01 4 0.05 0.00 0.02 0.00 0.02 99.92 09:27:16 06:22:01 5 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:22:01 6 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 06:22:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 09:27:16 06:22:01 CPU %user %nice %system %iowait %steal %idle 09:27:16 06:23:01 all 0.03 0.00 0.01 0.00 0.00 99.95 09:27:16 06:23:01 0 0.03 0.00 0.03 0.02 0.02 99.90 09:27:16 06:23:01 1 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 06:23:01 2 0.05 0.00 0.02 0.00 0.00 99.93 09:27:16 06:23:01 3 0.02 0.00 0.00 0.02 0.00 99.97 09:27:16 06:23:01 4 0.07 0.00 0.03 0.00 0.02 99.88 09:27:16 06:23:01 5 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 06:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:23:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 06:24:01 all 0.02 0.00 0.01 0.00 0.01 99.96 09:27:16 06:24:01 0 0.07 0.00 0.03 0.00 0.02 99.88 09:27:16 06:24:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 06:24:01 2 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 06:24:01 3 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 06:24:01 4 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 06:24:01 5 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 06:24:01 6 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 06:24:01 7 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 06:25:01 all 0.03 0.00 0.01 0.00 0.01 99.94 09:27:16 06:25:01 0 0.08 0.00 0.05 0.02 0.02 99.83 09:27:16 06:25:01 1 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 06:25:01 2 0.05 0.00 0.02 0.00 0.02 99.92 09:27:16 06:25:01 3 0.03 0.00 0.02 0.02 0.00 99.93 09:27:16 06:25:01 4 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 06:25:01 5 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 06:25:01 6 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 06:25:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 06:26:01 all 0.09 0.00 0.03 0.01 0.01 99.86 09:27:16 06:26:01 0 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 06:26:01 1 0.02 0.00 0.03 0.00 0.00 99.95 09:27:16 06:26:01 2 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 06:26:01 3 0.10 0.00 0.02 0.03 0.02 99.83 09:27:16 06:26:01 4 0.03 0.00 0.07 0.02 0.02 99.87 09:27:16 06:26:01 5 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 06:26:01 6 0.46 0.00 0.03 0.00 0.02 99.49 09:27:16 06:26:01 7 0.02 0.00 0.03 0.05 0.02 99.88 09:27:16 06:27:01 all 0.19 0.00 0.02 0.00 0.00 99.78 09:27:16 06:27:01 0 0.03 0.00 0.02 0.02 0.00 99.93 09:27:16 06:27:01 1 0.00 0.00 0.02 0.00 0.02 99.97 09:27:16 06:27:01 2 0.10 0.00 0.02 0.00 0.00 99.88 09:27:16 06:27:01 3 0.03 0.00 0.12 0.02 0.00 99.83 09:27:16 06:27:01 4 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 06:27:01 5 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 06:27:01 6 1.30 0.00 0.02 0.00 0.00 98.68 09:27:16 06:27:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 06:28:01 all 0.02 0.00 0.01 0.00 0.00 99.96 09:27:16 06:28:01 0 0.02 0.00 0.02 0.02 0.02 99.93 09:27:16 06:28:01 1 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 06:28:01 2 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:28:01 3 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 06:28:01 4 0.07 0.00 0.03 0.00 0.02 99.88 09:27:16 06:28:01 5 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 06:28:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:28:01 7 0.05 0.00 0.02 0.00 0.00 99.93 09:27:16 06:29:01 all 0.03 0.00 0.01 0.00 0.01 99.94 09:27:16 06:29:01 0 0.07 0.00 0.03 0.02 0.02 99.87 09:27:16 06:29:01 1 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 06:29:01 2 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 06:29:01 3 0.03 0.00 0.00 0.02 0.02 99.93 09:27:16 06:29:01 4 0.03 0.00 0.03 0.00 0.02 99.92 09:27:16 06:29:01 5 0.05 0.00 0.02 0.00 0.00 99.93 09:27:16 06:29:01 6 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 06:29:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:30:01 all 0.02 0.00 0.01 0.00 0.00 99.96 09:27:16 06:30:01 0 0.02 0.00 0.02 0.02 0.02 99.93 09:27:16 06:30:01 1 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 06:30:01 2 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:30:01 3 0.00 0.00 0.00 0.02 0.00 99.98 09:27:16 06:30:01 4 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 06:30:01 5 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 06:30:01 6 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 06:30:01 7 0.03 0.00 0.03 0.00 0.00 99.93 09:27:16 06:31:01 all 0.03 0.00 0.01 0.00 0.01 99.95 09:27:16 06:31:01 0 0.05 0.00 0.03 0.00 0.02 99.90 09:27:16 06:31:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 06:31:01 2 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 06:31:01 3 0.03 0.00 0.02 0.02 0.00 99.93 09:27:16 06:31:01 4 0.03 0.00 0.05 0.00 0.02 99.90 09:27:16 06:31:01 5 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 06:31:01 6 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 06:31:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:32:01 all 0.02 0.00 0.01 0.00 0.00 99.96 09:27:16 06:32:01 0 0.02 0.00 0.02 0.03 0.00 99.93 09:27:16 06:32:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:32:01 2 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 06:32:01 3 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 06:32:01 4 0.07 0.00 0.05 0.00 0.02 99.87 09:27:16 06:32:01 5 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 06:32:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:32:01 7 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 06:33:01 all 0.02 0.00 0.01 0.01 0.01 99.95 09:27:16 06:33:01 0 0.02 0.00 0.03 0.02 0.02 99.92 09:27:16 06:33:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:33:01 2 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:33:01 3 0.02 0.00 0.02 0.07 0.00 99.90 09:27:16 06:33:01 4 0.05 0.00 0.03 0.00 0.02 99.90 09:27:16 06:33:01 5 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 06:33:01 6 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 06:33:01 7 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 09:27:16 06:33:01 CPU %user %nice %system %iowait %steal %idle 09:27:16 06:34:01 all 0.02 0.00 0.01 0.00 0.01 99.96 09:27:16 06:34:01 0 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 06:34:01 1 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 06:34:01 2 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 06:34:01 3 0.00 0.00 0.00 0.02 0.00 99.98 09:27:16 06:34:01 4 0.05 0.00 0.03 0.00 0.03 99.88 09:27:16 06:34:01 5 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 06:34:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:34:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 06:35:01 all 0.20 0.00 0.01 0.00 0.00 99.79 09:27:16 06:35:01 0 0.00 0.00 0.00 0.02 0.02 99.97 09:27:16 06:35:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:35:01 2 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:35:01 3 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 06:35:01 4 0.02 0.00 0.03 0.02 0.00 99.93 09:27:16 06:35:01 5 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 06:35:01 6 1.50 0.00 0.00 0.00 0.00 98.50 09:27:16 06:35:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 06:36:01 all 0.10 0.00 0.00 0.00 0.01 99.89 09:27:16 06:36:01 0 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 06:36:01 1 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 06:36:01 2 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 06:36:01 3 0.03 0.00 0.00 0.02 0.02 99.93 09:27:16 06:36:01 4 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 06:36:01 5 0.05 0.00 0.02 0.00 0.00 99.93 09:27:16 06:36:01 6 0.58 0.00 0.00 0.00 0.02 99.40 09:27:16 06:36:01 7 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 06:37:01 all 0.01 0.00 0.02 0.00 0.01 99.96 09:27:16 06:37:01 0 0.03 0.00 0.02 0.02 0.02 99.92 09:27:16 06:37:01 1 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 06:37:01 2 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 06:37:01 3 0.00 0.00 0.05 0.02 0.00 99.93 09:27:16 06:37:01 4 0.05 0.00 0.02 0.00 0.02 99.92 09:27:16 06:37:01 5 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 06:37:01 6 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 06:37:01 7 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 06:38:01 all 0.03 0.00 0.01 0.00 0.01 99.95 09:27:16 06:38:01 0 0.03 0.00 0.03 0.02 0.02 99.90 09:27:16 06:38:01 1 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 06:38:01 2 0.03 0.00 0.00 0.02 0.00 99.95 09:27:16 06:38:01 3 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 06:38:01 4 0.03 0.00 0.03 0.00 0.02 99.92 09:27:16 06:38:01 5 0.05 0.00 0.00 0.00 0.00 99.95 09:27:16 06:38:01 6 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 06:38:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:39:01 all 0.01 0.00 0.02 0.00 0.01 99.96 09:27:16 06:39:01 0 0.03 0.00 0.02 0.02 0.02 99.92 09:27:16 06:39:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:39:01 2 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 06:39:01 3 0.00 0.00 0.02 0.02 0.02 99.95 09:27:16 06:39:01 4 0.03 0.00 0.03 0.00 0.03 99.90 09:27:16 06:39:01 5 0.03 0.00 0.03 0.00 0.00 99.93 09:27:16 06:39:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:39:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 06:40:01 all 0.07 0.00 0.02 0.00 0.01 99.90 09:27:16 06:40:01 0 0.10 0.00 0.02 0.02 0.00 99.87 09:27:16 06:40:01 1 0.15 0.00 0.00 0.00 0.00 99.85 09:27:16 06:40:01 2 0.08 0.00 0.00 0.00 0.02 99.90 09:27:16 06:40:01 3 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 06:40:01 4 0.12 0.00 0.07 0.00 0.02 99.80 09:27:16 06:40:01 5 0.07 0.00 0.00 0.00 0.00 99.93 09:27:16 06:40:01 6 0.00 0.00 0.02 0.00 0.02 99.97 09:27:16 06:40:01 7 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 06:41:01 all 0.02 0.00 0.01 0.00 0.01 99.96 09:27:16 06:41:01 0 0.03 0.00 0.00 0.02 0.02 99.93 09:27:16 06:41:01 1 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 06:41:01 2 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 06:41:01 3 0.00 0.00 0.02 0.02 0.00 99.97 09:27:16 06:41:01 4 0.08 0.00 0.02 0.00 0.02 99.88 09:27:16 06:41:01 5 0.02 0.00 0.03 0.00 0.02 99.93 09:27:16 06:41:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:41:01 7 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 06:42:01 all 0.03 0.00 0.02 0.00 0.01 99.94 09:27:16 06:42:01 0 0.03 0.00 0.03 0.02 0.00 99.92 09:27:16 06:42:01 1 0.05 0.00 0.00 0.00 0.02 99.93 09:27:16 06:42:01 2 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 06:42:01 3 0.02 0.00 0.03 0.02 0.02 99.92 09:27:16 06:42:01 4 0.03 0.00 0.07 0.00 0.02 99.88 09:27:16 06:42:01 5 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 06:42:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:42:01 7 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 06:43:01 all 0.20 0.00 0.01 0.00 0.01 99.78 09:27:16 06:43:01 0 0.03 0.00 0.02 0.02 0.02 99.92 09:27:16 06:43:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:43:01 2 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 06:43:01 3 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 06:43:01 4 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 06:43:01 5 0.03 0.00 0.03 0.00 0.02 99.92 09:27:16 06:43:01 6 1.45 0.00 0.00 0.00 0.02 98.53 09:27:16 06:43:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 06:44:01 all 0.02 0.00 0.01 0.00 0.00 99.96 09:27:16 06:44:01 0 0.02 0.00 0.03 0.00 0.00 99.95 09:27:16 06:44:01 1 0.03 0.00 0.03 0.00 0.02 99.92 09:27:16 06:44:01 2 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:44:01 3 0.00 0.00 0.02 0.02 0.00 99.97 09:27:16 06:44:01 4 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 06:44:01 5 0.05 0.00 0.02 0.00 0.00 99.93 09:27:16 06:44:01 6 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 06:44:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 09:27:16 06:44:01 CPU %user %nice %system %iowait %steal %idle 09:27:16 06:45:01 all 0.02 0.00 0.01 0.00 0.01 99.96 09:27:16 06:45:01 0 0.02 0.00 0.00 0.02 0.02 99.95 09:27:16 06:45:01 1 0.02 0.00 0.05 0.00 0.03 99.90 09:27:16 06:45:01 2 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 06:45:01 3 0.00 0.00 0.00 0.02 0.00 99.98 09:27:16 06:45:01 4 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 06:45:01 5 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 06:45:01 6 0.05 0.00 0.00 0.00 0.02 99.93 09:27:16 06:45:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 06:46:01 all 0.03 0.00 0.01 0.00 0.01 99.95 09:27:16 06:46:01 0 0.05 0.00 0.02 0.02 0.00 99.92 09:27:16 06:46:01 1 0.05 0.00 0.05 0.00 0.03 99.87 09:27:16 06:46:01 2 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 06:46:01 3 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 06:46:01 4 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 06:46:01 5 0.05 0.00 0.02 0.00 0.00 99.93 09:27:16 06:46:01 6 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 06:46:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 06:47:01 all 0.02 0.00 0.01 0.00 0.00 99.97 09:27:16 06:47:01 0 0.02 0.00 0.03 0.00 0.00 99.95 09:27:16 06:47:01 1 0.05 0.00 0.02 0.00 0.02 99.92 09:27:16 06:47:01 2 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 06:47:01 3 0.00 0.00 0.00 0.02 0.00 99.98 09:27:16 06:47:01 4 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 06:47:01 5 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 06:47:01 6 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 06:47:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:48:01 all 0.01 0.00 0.01 0.00 0.01 99.96 09:27:16 06:48:01 0 0.02 0.00 0.03 0.02 0.00 99.93 09:27:16 06:48:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 06:48:01 2 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:48:01 3 0.02 0.00 0.02 0.02 0.02 99.93 09:27:16 06:48:01 4 0.00 0.00 0.02 0.00 0.02 99.97 09:27:16 06:48:01 5 0.05 0.00 0.00 0.00 0.00 99.95 09:27:16 06:48:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:48:01 7 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 06:49:01 all 0.03 0.00 0.01 0.00 0.01 99.95 09:27:16 06:49:01 0 0.02 0.00 0.03 0.02 0.02 99.92 09:27:16 06:49:01 1 0.05 0.00 0.03 0.00 0.02 99.90 09:27:16 06:49:01 2 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 06:49:01 3 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 06:49:01 4 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 06:49:01 5 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 06:49:01 6 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 06:49:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 06:50:01 all 0.01 0.00 0.01 0.00 0.00 99.96 09:27:16 06:50:01 0 0.03 0.00 0.03 0.00 0.00 99.93 09:27:16 06:50:01 1 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 06:50:01 2 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 06:50:01 3 0.02 0.00 0.00 0.02 0.00 99.97 09:27:16 06:50:01 4 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 06:50:01 5 0.00 0.00 0.02 0.00 0.02 99.97 09:27:16 06:50:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:50:01 7 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 06:51:01 all 0.02 0.00 0.01 0.00 0.01 99.96 09:27:16 06:51:01 0 0.05 0.00 0.02 0.02 0.02 99.90 09:27:16 06:51:01 1 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 06:51:01 2 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:51:01 3 0.03 0.00 0.02 0.02 0.00 99.93 09:27:16 06:51:01 4 0.05 0.00 0.00 0.00 0.02 99.93 09:27:16 06:51:01 5 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 06:51:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:51:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:52:01 all 0.01 0.00 0.01 0.00 0.01 99.97 09:27:16 06:52:01 0 0.02 0.00 0.02 0.02 0.00 99.95 09:27:16 06:52:01 1 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 06:52:01 2 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 06:52:01 3 0.02 0.00 0.00 0.02 0.02 99.95 09:27:16 06:52:01 4 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 06:52:01 5 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 06:52:01 6 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 06:52:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 06:53:01 all 0.02 0.00 0.01 0.00 0.01 99.96 09:27:16 06:53:01 0 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 06:53:01 1 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 06:53:01 2 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 06:53:01 3 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 06:53:01 4 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 06:53:01 5 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 06:53:01 6 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 06:53:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:54:01 all 0.02 0.00 0.01 0.01 0.01 99.96 09:27:16 06:54:01 0 0.05 0.00 0.02 0.02 0.00 99.92 09:27:16 06:54:01 1 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 06:54:01 2 0.00 0.00 0.00 0.02 0.00 99.98 09:27:16 06:54:01 3 0.02 0.00 0.02 0.02 0.00 99.95 09:27:16 06:54:01 4 0.00 0.00 0.03 0.00 0.02 99.95 09:27:16 06:54:01 5 0.03 0.00 0.03 0.00 0.02 99.92 09:27:16 06:54:01 6 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 06:54:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 06:55:01 all 0.02 0.00 0.01 0.00 0.00 99.96 09:27:16 06:55:01 0 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 06:55:01 1 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 06:55:01 2 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 06:55:01 3 0.05 0.00 0.00 0.02 0.00 99.93 09:27:16 06:55:01 4 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 06:55:01 5 0.02 0.00 0.05 0.00 0.02 99.92 09:27:16 06:55:01 6 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 06:55:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 09:27:16 06:55:01 CPU %user %nice %system %iowait %steal %idle 09:27:16 06:56:01 all 0.23 0.00 0.02 0.00 0.01 99.74 09:27:16 06:56:01 0 0.03 0.00 0.02 0.02 0.00 99.93 09:27:16 06:56:01 1 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 06:56:01 2 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 06:56:01 3 0.00 0.00 0.02 0.02 0.02 99.95 09:27:16 06:56:01 4 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 06:56:01 5 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 06:56:01 6 1.66 0.00 0.03 0.00 0.02 98.29 09:27:16 06:56:01 7 0.02 0.00 0.03 0.00 0.00 99.95 09:27:16 06:57:01 all 0.27 0.00 0.01 0.00 0.01 99.71 09:27:16 06:57:01 0 0.05 0.00 0.02 0.02 0.00 99.92 09:27:16 06:57:01 1 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 06:57:01 2 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 06:57:01 3 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 06:57:01 4 0.02 0.00 0.03 0.00 0.02 99.93 09:27:16 06:57:01 5 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 06:57:01 6 1.97 0.00 0.00 0.00 0.00 98.03 09:27:16 06:57:01 7 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 06:58:01 all 0.26 0.00 0.01 0.00 0.01 99.72 09:27:16 06:58:01 0 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 06:58:01 1 0.00 0.00 0.02 0.00 0.02 99.97 09:27:16 06:58:01 2 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 06:58:01 3 0.00 0.00 0.00 0.02 0.00 99.98 09:27:16 06:58:01 4 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 06:58:01 5 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 06:58:01 6 1.97 0.00 0.00 0.00 0.02 98.01 09:27:16 06:58:01 7 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 06:59:01 all 0.28 0.00 0.02 0.00 0.01 99.69 09:27:16 06:59:01 0 0.07 0.00 0.02 0.02 0.00 99.90 09:27:16 06:59:01 1 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 06:59:01 2 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 06:59:01 3 0.00 0.00 0.02 0.02 0.02 99.95 09:27:16 06:59:01 4 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 06:59:01 5 0.03 0.00 0.05 0.00 0.02 99.90 09:27:16 06:59:01 6 2.00 0.00 0.00 0.00 0.00 98.00 09:27:16 06:59:01 7 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 07:00:01 all 0.11 0.00 0.01 0.00 0.00 99.87 09:27:16 07:00:01 0 0.03 0.00 0.03 0.00 0.02 99.92 09:27:16 07:00:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:00:01 2 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 07:00:01 3 0.00 0.00 0.02 0.02 0.00 99.97 09:27:16 07:00:01 4 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:00:01 5 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 07:00:01 6 0.81 0.00 0.00 0.00 0.00 99.19 09:27:16 07:00:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 07:01:01 all 0.16 0.00 0.01 0.00 0.01 99.82 09:27:16 07:01:01 0 0.03 0.00 0.02 0.02 0.00 99.93 09:27:16 07:01:01 1 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 07:01:01 2 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 07:01:01 3 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 07:01:01 4 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 07:01:01 5 0.08 0.00 0.02 0.00 0.02 99.88 09:27:16 07:01:01 6 0.99 0.00 0.00 0.00 0.02 98.99 09:27:16 07:01:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 07:02:01 all 0.01 0.00 0.01 0.00 0.00 99.97 09:27:16 07:02:01 0 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 07:02:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:02:01 2 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:02:01 3 0.00 0.00 0.02 0.02 0.00 99.97 09:27:16 07:02:01 4 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 07:02:01 5 0.05 0.00 0.03 0.00 0.02 99.90 09:27:16 07:02:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:02:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 07:03:01 all 0.25 0.00 0.01 0.00 0.01 99.73 09:27:16 07:03:01 0 0.03 0.00 0.00 0.02 0.00 99.95 09:27:16 07:03:01 1 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 07:03:01 2 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 07:03:01 3 0.03 0.00 0.03 0.00 0.00 99.93 09:27:16 07:03:01 4 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 07:03:01 5 0.08 0.00 0.05 0.00 0.03 99.83 09:27:16 07:03:01 6 1.74 0.00 0.00 0.00 0.02 98.24 09:27:16 07:03:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:04:01 all 0.14 0.00 0.02 0.01 0.00 99.84 09:27:16 07:04:01 0 0.00 0.00 0.03 0.02 0.00 99.95 09:27:16 07:04:01 1 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 07:04:01 2 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 07:04:01 3 0.02 0.00 0.03 0.03 0.02 99.90 09:27:16 07:04:01 4 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 07:04:01 5 0.05 0.00 0.02 0.00 0.02 99.92 09:27:16 07:04:01 6 0.98 0.00 0.00 0.00 0.00 99.02 09:27:16 07:04:01 7 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 07:05:01 all 0.03 0.00 0.01 0.00 0.01 99.95 09:27:16 07:05:01 0 0.02 0.00 0.00 0.02 0.02 99.95 09:27:16 07:05:01 1 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 07:05:01 2 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:05:01 3 0.05 0.00 0.02 0.00 0.02 99.92 09:27:16 07:05:01 4 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 07:05:01 5 0.05 0.00 0.05 0.02 0.03 99.85 09:27:16 07:05:01 6 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 07:05:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 07:06:01 all 0.02 0.00 0.01 0.00 0.00 99.96 09:27:16 07:06:01 0 0.03 0.00 0.00 0.03 0.00 99.93 09:27:16 07:06:01 1 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 07:06:01 2 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 07:06:01 3 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 07:06:01 4 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 07:06:01 5 0.05 0.00 0.05 0.00 0.02 99.88 09:27:16 07:06:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:06:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 09:27:16 07:06:01 CPU %user %nice %system %iowait %steal %idle 09:27:16 07:07:01 all 0.01 0.00 0.01 0.00 0.01 99.97 09:27:16 07:07:01 0 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:07:01 1 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 07:07:01 2 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 07:07:01 3 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 07:07:01 4 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 07:07:01 5 0.07 0.00 0.02 0.00 0.03 99.88 09:27:16 07:07:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:07:01 7 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 07:08:01 all 0.04 0.00 0.01 0.00 0.00 99.93 09:27:16 07:08:01 0 0.03 0.00 0.02 0.02 0.00 99.93 09:27:16 07:08:01 1 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 07:08:01 2 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:08:01 3 0.03 0.00 0.02 0.02 0.00 99.93 09:27:16 07:08:01 4 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 07:08:01 5 0.07 0.00 0.05 0.00 0.02 99.87 09:27:16 07:08:01 6 0.13 0.00 0.00 0.00 0.02 99.85 09:27:16 07:08:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 07:09:01 all 0.01 0.00 0.01 0.01 0.01 99.96 09:27:16 07:09:01 0 0.02 0.00 0.00 0.02 0.02 99.95 09:27:16 07:09:01 1 0.00 0.00 0.02 0.00 0.02 99.97 09:27:16 07:09:01 2 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:09:01 3 0.00 0.00 0.02 0.03 0.02 99.93 09:27:16 07:09:01 4 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 07:09:01 5 0.02 0.00 0.05 0.00 0.02 99.92 09:27:16 07:09:01 6 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 07:09:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:10:01 all 0.02 0.00 0.01 0.00 0.01 99.96 09:27:16 07:10:01 0 0.00 0.00 0.02 0.02 0.00 99.97 09:27:16 07:10:01 1 0.05 0.00 0.00 0.00 0.00 99.95 09:27:16 07:10:01 2 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 07:10:01 3 0.03 0.00 0.03 0.02 0.00 99.92 09:27:16 07:10:01 4 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 07:10:01 5 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 07:10:01 6 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 07:10:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 07:11:01 all 0.03 0.00 0.01 0.00 0.01 99.94 09:27:16 07:11:01 0 0.03 0.00 0.03 0.00 0.02 99.92 09:27:16 07:11:01 1 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 07:11:01 2 0.02 0.00 0.03 0.00 0.02 99.93 09:27:16 07:11:01 3 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 07:11:01 4 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:11:01 5 0.03 0.00 0.03 0.00 0.02 99.92 09:27:16 07:11:01 6 0.15 0.00 0.00 0.00 0.00 99.85 09:27:16 07:11:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:12:01 all 0.22 0.00 0.02 0.00 0.01 99.75 09:27:16 07:12:01 0 0.03 0.00 0.02 0.02 0.00 99.93 09:27:16 07:12:01 1 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 07:12:01 2 0.02 0.00 0.05 0.00 0.02 99.92 09:27:16 07:12:01 3 0.02 0.00 0.00 0.02 0.00 99.97 09:27:16 07:12:01 4 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 07:12:01 5 0.03 0.00 0.03 0.00 0.02 99.92 09:27:16 07:12:01 6 1.56 0.00 0.00 0.00 0.00 98.44 09:27:16 07:12:01 7 0.05 0.00 0.03 0.00 0.00 99.92 09:27:16 07:13:01 all 0.02 0.00 0.02 0.00 0.00 99.95 09:27:16 07:13:01 0 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 07:13:01 1 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 07:13:01 2 0.02 0.00 0.05 0.00 0.02 99.92 09:27:16 07:13:01 3 0.00 0.00 0.02 0.02 0.00 99.97 09:27:16 07:13:01 4 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 07:13:01 5 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 07:13:01 6 0.08 0.00 0.02 0.00 0.02 99.88 09:27:16 07:13:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 07:14:01 all 0.03 0.00 0.02 0.00 0.01 99.94 09:27:16 07:14:01 0 0.02 0.00 0.00 0.02 0.00 99.97 09:27:16 07:14:01 1 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 07:14:01 2 0.05 0.00 0.03 0.00 0.02 99.90 09:27:16 07:14:01 3 0.07 0.00 0.03 0.00 0.02 99.88 09:27:16 07:14:01 4 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 07:14:01 5 0.02 0.00 0.03 0.00 0.02 99.93 09:27:16 07:14:01 6 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 07:14:01 7 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 07:15:01 all 0.01 0.00 0.01 0.00 0.01 99.96 09:27:16 07:15:01 0 0.00 0.00 0.00 0.02 0.02 99.97 09:27:16 07:15:01 1 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 07:15:01 2 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 07:15:01 3 0.02 0.00 0.05 0.02 0.02 99.90 09:27:16 07:15:01 4 0.00 0.00 0.02 0.00 0.02 99.97 09:27:16 07:15:01 5 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 07:15:01 6 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 07:15:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 07:16:01 all 0.03 0.00 0.01 0.00 0.01 99.96 09:27:16 07:16:01 0 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 07:16:01 1 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 07:16:01 2 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 07:16:01 3 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 07:16:01 4 0.02 0.00 0.00 0.02 0.00 99.97 09:27:16 07:16:01 5 0.08 0.00 0.02 0.00 0.02 99.88 09:27:16 07:16:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:16:01 7 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 07:17:01 all 0.01 0.00 0.01 0.00 0.01 99.96 09:27:16 07:17:01 0 0.00 0.00 0.02 0.02 0.02 99.95 09:27:16 07:17:01 1 0.00 0.00 0.02 0.00 0.02 99.97 09:27:16 07:17:01 2 0.02 0.00 0.03 0.00 0.02 99.93 09:27:16 07:17:01 3 0.02 0.00 0.03 0.00 0.02 99.93 09:27:16 07:17:01 4 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 07:17:01 5 0.05 0.00 0.02 0.00 0.00 99.93 09:27:16 07:17:01 6 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 07:17:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 09:27:16 07:17:01 CPU %user %nice %system %iowait %steal %idle 09:27:16 07:18:01 all 0.03 0.00 0.01 0.00 0.00 99.96 09:27:16 07:18:01 0 0.03 0.00 0.03 0.02 0.00 99.92 09:27:16 07:18:01 1 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 07:18:01 2 0.07 0.00 0.02 0.00 0.02 99.90 09:27:16 07:18:01 3 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 07:18:01 4 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 07:18:01 5 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 07:18:01 6 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 07:18:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 07:19:01 all 0.01 0.00 0.02 0.00 0.01 99.96 09:27:16 07:19:01 0 0.03 0.00 0.07 0.02 0.02 99.87 09:27:16 07:19:01 1 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 07:19:01 2 0.02 0.00 0.03 0.00 0.00 99.95 09:27:16 07:19:01 3 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 07:19:01 4 0.00 0.00 0.02 0.02 0.02 99.95 09:27:16 07:19:01 5 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 07:19:01 6 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 07:19:01 7 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 07:20:01 all 0.02 0.00 0.01 0.00 0.00 99.96 09:27:16 07:20:01 0 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 07:20:01 1 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 07:20:01 2 0.07 0.00 0.02 0.00 0.02 99.90 09:27:16 07:20:01 3 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 07:20:01 4 0.03 0.00 0.00 0.02 0.00 99.95 09:27:16 07:20:01 5 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 07:20:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:20:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:21:01 all 0.01 0.00 0.01 0.00 0.01 99.97 09:27:16 07:21:01 0 0.05 0.00 0.03 0.02 0.02 99.88 09:27:16 07:21:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:21:01 2 0.00 0.00 0.03 0.00 0.03 99.93 09:27:16 07:21:01 3 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:21:01 4 0.00 0.00 0.03 0.00 0.00 99.97 09:27:16 07:21:01 5 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 07:21:01 6 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 07:21:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:22:01 all 0.01 0.00 0.01 0.00 0.01 99.96 09:27:16 07:22:01 0 0.02 0.00 0.03 0.00 0.00 99.95 09:27:16 07:22:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 07:22:01 2 0.05 0.00 0.03 0.00 0.02 99.90 09:27:16 07:22:01 3 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 07:22:01 4 0.00 0.00 0.00 0.02 0.02 99.97 09:27:16 07:22:01 5 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 07:22:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:22:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 07:23:01 all 0.05 0.00 0.02 0.00 0.00 99.93 09:27:16 07:23:01 0 0.05 0.00 0.03 0.02 0.02 99.88 09:27:16 07:23:01 1 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 07:23:01 2 0.05 0.00 0.03 0.00 0.02 99.90 09:27:16 07:23:01 3 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:23:01 4 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 07:23:01 5 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 07:23:01 6 0.18 0.00 0.05 0.00 0.00 99.77 09:27:16 07:23:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:24:01 all 0.01 0.00 0.01 0.01 0.01 99.97 09:27:16 07:24:01 0 0.02 0.00 0.03 0.02 0.02 99.92 09:27:16 07:24:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:24:01 2 0.00 0.00 0.02 0.00 0.02 99.97 09:27:16 07:24:01 3 0.00 0.00 0.00 0.02 0.00 99.98 09:27:16 07:24:01 4 0.03 0.00 0.03 0.00 0.00 99.93 09:27:16 07:24:01 5 0.02 0.00 0.00 0.02 0.00 99.97 09:27:16 07:24:01 6 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 07:24:01 7 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 07:25:01 all 0.03 0.00 0.01 0.00 0.01 99.95 09:27:16 07:25:01 0 0.02 0.00 0.03 0.00 0.02 99.93 09:27:16 07:25:01 1 0.05 0.00 0.00 0.00 0.02 99.93 09:27:16 07:25:01 2 0.03 0.00 0.03 0.00 0.02 99.92 09:27:16 07:25:01 3 0.00 0.00 0.02 0.02 0.02 99.95 09:27:16 07:25:01 4 0.07 0.00 0.00 0.00 0.00 99.93 09:27:16 07:25:01 5 0.05 0.00 0.00 0.00 0.00 99.95 09:27:16 07:25:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:25:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:26:01 all 0.01 0.00 0.01 0.00 0.01 99.97 09:27:16 07:26:01 0 0.03 0.00 0.00 0.02 0.02 99.93 09:27:16 07:26:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:26:01 2 0.02 0.00 0.05 0.00 0.02 99.92 09:27:16 07:26:01 3 0.00 0.00 0.00 0.02 0.00 99.98 09:27:16 07:26:01 4 0.00 0.00 0.02 0.00 0.02 99.97 09:27:16 07:26:01 5 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 07:26:01 6 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 07:26:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 07:27:01 all 0.02 0.00 0.01 0.00 0.01 99.96 09:27:16 07:27:01 0 0.02 0.00 0.03 0.02 0.02 99.92 09:27:16 07:27:01 1 0.07 0.00 0.02 0.00 0.02 99.90 09:27:16 07:27:01 2 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 07:27:01 3 0.00 0.00 0.00 0.02 0.00 99.98 09:27:16 07:27:01 4 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 07:27:01 5 0.05 0.00 0.00 0.00 0.02 99.93 09:27:16 07:27:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:27:01 7 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 07:28:01 all 0.02 0.00 0.01 0.00 0.00 99.96 09:27:16 07:28:01 0 0.03 0.00 0.02 0.02 0.00 99.93 09:27:16 07:28:01 1 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 07:28:01 2 0.05 0.00 0.03 0.00 0.02 99.90 09:27:16 07:28:01 3 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 07:28:01 4 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:28:01 5 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 07:28:01 6 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 07:28:01 7 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 09:27:16 07:28:01 CPU %user %nice %system %iowait %steal %idle 09:27:16 07:29:01 all 0.02 0.00 0.01 0.00 0.01 99.95 09:27:16 07:29:01 0 0.02 0.00 0.03 0.00 0.02 99.93 09:27:16 07:29:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 07:29:01 2 0.05 0.00 0.03 0.00 0.02 99.90 09:27:16 07:29:01 3 0.02 0.00 0.02 0.02 0.02 99.93 09:27:16 07:29:01 4 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 07:29:01 5 0.08 0.00 0.00 0.00 0.00 99.92 09:27:16 07:29:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:29:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:30:01 all 0.02 0.00 0.01 0.00 0.00 99.96 09:27:16 07:30:01 0 0.03 0.00 0.02 0.02 0.02 99.92 09:27:16 07:30:01 1 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 07:30:01 2 0.05 0.00 0.03 0.00 0.00 99.92 09:27:16 07:30:01 3 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 07:30:01 4 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:30:01 5 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 07:30:01 6 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 07:30:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 07:31:01 all 0.02 0.00 0.01 0.00 0.01 99.96 09:27:16 07:31:01 0 0.03 0.00 0.02 0.02 0.00 99.93 09:27:16 07:31:01 1 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 07:31:01 2 0.05 0.00 0.03 0.00 0.02 99.90 09:27:16 07:31:01 3 0.02 0.00 0.00 0.02 0.00 99.97 09:27:16 07:31:01 4 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 07:31:01 5 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 07:31:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:31:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:32:01 all 0.01 0.00 0.01 0.00 0.01 99.97 09:27:16 07:32:01 0 0.02 0.00 0.03 0.00 0.02 99.93 09:27:16 07:32:01 1 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 07:32:01 2 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 07:32:01 3 0.00 0.00 0.02 0.02 0.02 99.95 09:27:16 07:32:01 4 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 07:32:01 5 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 07:32:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:32:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 07:33:01 all 0.03 0.00 0.02 0.00 0.01 99.95 09:27:16 07:33:01 0 0.05 0.00 0.02 0.02 0.02 99.90 09:27:16 07:33:01 1 0.05 0.00 0.02 0.00 0.00 99.93 09:27:16 07:33:01 2 0.02 0.00 0.03 0.00 0.02 99.93 09:27:16 07:33:01 3 0.02 0.00 0.00 0.02 0.00 99.97 09:27:16 07:33:01 4 0.02 0.00 0.03 0.00 0.02 99.93 09:27:16 07:33:01 5 0.05 0.00 0.02 0.00 0.00 99.93 09:27:16 07:33:01 6 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 07:33:01 7 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 07:34:01 all 0.02 0.00 0.01 0.00 0.01 99.97 09:27:16 07:34:01 0 0.02 0.00 0.03 0.02 0.00 99.93 09:27:16 07:34:01 1 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 07:34:01 2 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:34:01 3 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 07:34:01 4 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 07:34:01 5 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:34:01 6 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 07:34:01 7 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 07:35:01 all 0.10 0.00 0.01 0.00 0.01 99.87 09:27:16 07:35:01 0 0.05 0.00 0.03 0.02 0.02 99.88 09:27:16 07:35:01 1 0.05 0.00 0.02 0.00 0.00 99.93 09:27:16 07:35:01 2 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 07:35:01 3 0.03 0.00 0.00 0.02 0.02 99.93 09:27:16 07:35:01 4 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 07:35:01 5 0.05 0.00 0.02 0.00 0.00 99.93 09:27:16 07:35:01 6 0.60 0.00 0.00 0.00 0.02 99.39 09:27:16 07:35:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:36:01 all 0.02 0.00 0.01 0.00 0.01 99.96 09:27:16 07:36:01 0 0.02 0.00 0.02 0.02 0.02 99.93 09:27:16 07:36:01 1 0.05 0.00 0.00 0.00 0.02 99.93 09:27:16 07:36:01 2 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:36:01 3 0.02 0.00 0.03 0.02 0.02 99.92 09:27:16 07:36:01 4 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 07:36:01 5 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 07:36:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:36:01 7 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 07:37:01 all 0.01 0.00 0.01 0.00 0.00 99.97 09:27:16 07:37:01 0 0.03 0.00 0.05 0.02 0.00 99.90 09:27:16 07:37:01 1 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 07:37:01 2 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 07:37:01 3 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 07:37:01 4 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:37:01 5 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 07:37:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:37:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:38:01 all 0.03 0.00 0.00 0.00 0.01 99.95 09:27:16 07:38:01 0 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 07:38:01 1 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 07:38:01 2 0.05 0.00 0.00 0.00 0.02 99.93 09:27:16 07:38:01 3 0.07 0.00 0.00 0.02 0.02 99.90 09:27:16 07:38:01 4 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:38:01 5 0.05 0.00 0.03 0.00 0.00 99.92 09:27:16 07:38:01 6 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 07:38:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:39:01 all 0.02 0.00 0.01 0.00 0.01 99.95 09:27:16 07:39:01 0 0.02 0.00 0.03 0.03 0.02 99.90 09:27:16 07:39:01 1 0.05 0.00 0.02 0.00 0.00 99.93 09:27:16 07:39:01 2 0.03 0.00 0.03 0.00 0.00 99.93 09:27:16 07:39:01 3 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 07:39:01 4 0.00 0.00 0.02 0.00 0.02 99.97 09:27:16 07:39:01 5 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 07:39:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:39:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 09:27:16 07:39:01 CPU %user %nice %system %iowait %steal %idle 09:27:16 07:40:01 all 0.07 0.00 0.03 0.00 0.01 99.90 09:27:16 07:40:01 0 0.05 0.00 0.03 0.00 0.02 99.90 09:27:16 07:40:01 1 0.05 0.00 0.02 0.00 0.00 99.93 09:27:16 07:40:01 2 0.08 0.00 0.07 0.00 0.00 99.85 09:27:16 07:40:01 3 0.13 0.00 0.03 0.02 0.03 99.78 09:27:16 07:40:01 4 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 07:40:01 5 0.12 0.00 0.00 0.00 0.00 99.88 09:27:16 07:40:01 6 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 07:40:01 7 0.08 0.00 0.05 0.00 0.00 99.87 09:27:16 07:41:01 all 0.03 0.00 0.01 0.00 0.01 99.94 09:27:16 07:41:01 0 0.00 0.00 0.00 0.02 0.00 99.98 09:27:16 07:41:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 07:41:01 2 0.02 0.00 0.05 0.00 0.02 99.92 09:27:16 07:41:01 3 0.05 0.00 0.02 0.00 0.02 99.92 09:27:16 07:41:01 4 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 07:41:01 5 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 07:41:01 6 0.13 0.00 0.00 0.00 0.00 99.87 09:27:16 07:41:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:42:01 all 0.03 0.00 0.01 0.00 0.00 99.95 09:27:16 07:42:01 0 0.02 0.00 0.00 0.02 0.00 99.97 09:27:16 07:42:01 1 0.05 0.00 0.02 0.00 0.00 99.93 09:27:16 07:42:01 2 0.05 0.00 0.03 0.00 0.00 99.92 09:27:16 07:42:01 3 0.02 0.00 0.02 0.02 0.02 99.93 09:27:16 07:42:01 4 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 07:42:01 5 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 07:42:01 6 0.05 0.00 0.02 0.00 0.00 99.93 09:27:16 07:42:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 07:43:01 all 0.01 0.00 0.01 0.00 0.01 99.96 09:27:16 07:43:01 0 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 07:43:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 07:43:01 2 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 07:43:01 3 0.02 0.00 0.03 0.02 0.02 99.92 09:27:16 07:43:01 4 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 07:43:01 5 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 07:43:01 6 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 07:43:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:44:01 all 0.02 0.00 0.01 0.00 0.00 99.96 09:27:16 07:44:01 0 0.02 0.00 0.00 0.02 0.00 99.97 09:27:16 07:44:01 1 0.05 0.00 0.02 0.02 0.00 99.92 09:27:16 07:44:01 2 0.00 0.00 0.03 0.00 0.00 99.97 09:27:16 07:44:01 3 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 07:44:01 4 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 07:44:01 5 0.07 0.00 0.02 0.00 0.02 99.90 09:27:16 07:44:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:44:01 7 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 07:45:01 all 0.01 0.00 0.00 0.00 0.01 99.97 09:27:16 07:45:01 0 0.00 0.00 0.00 0.02 0.00 99.98 09:27:16 07:45:01 1 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 07:45:01 2 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:45:01 3 0.00 0.00 0.02 0.02 0.02 99.95 09:27:16 07:45:01 4 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:45:01 5 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 07:45:01 6 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 07:45:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 07:46:01 all 0.02 0.00 0.01 0.00 0.01 99.96 09:27:16 07:46:01 0 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 07:46:01 1 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 07:46:01 2 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:46:01 3 0.00 0.00 0.02 0.00 0.02 99.97 09:27:16 07:46:01 4 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 07:46:01 5 0.07 0.00 0.05 0.00 0.02 99.87 09:27:16 07:46:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:46:01 7 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 07:47:01 all 0.01 0.00 0.02 0.00 0.01 99.96 09:27:16 07:47:01 0 0.02 0.00 0.03 0.00 0.02 99.93 09:27:16 07:47:01 1 0.00 0.00 0.02 0.00 0.02 99.97 09:27:16 07:47:01 2 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 07:47:01 3 0.03 0.00 0.03 0.02 0.02 99.90 09:27:16 07:47:01 4 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 07:47:01 5 0.02 0.00 0.03 0.00 0.02 99.93 09:27:16 07:47:01 6 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 07:47:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:48:01 all 0.01 0.00 0.00 0.00 0.00 99.98 09:27:16 07:48:01 0 0.00 0.00 0.00 0.02 0.00 99.98 09:27:16 07:48:01 1 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 07:48:01 2 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:48:01 3 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 07:48:01 4 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 07:48:01 5 0.07 0.00 0.00 0.00 0.00 99.93 09:27:16 07:48:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:48:01 7 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 07:49:01 all 0.15 0.00 0.02 0.00 0.01 99.82 09:27:16 07:49:01 0 0.02 0.00 0.02 0.02 0.00 99.95 09:27:16 07:49:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:49:01 2 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 07:49:01 3 0.03 0.00 0.02 0.02 0.02 99.92 09:27:16 07:49:01 4 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:49:01 5 0.03 0.00 0.03 0.00 0.02 99.92 09:27:16 07:49:01 6 1.09 0.00 0.07 0.00 0.00 98.84 09:27:16 07:49:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 07:50:01 all 0.03 0.00 0.01 0.00 0.01 99.95 09:27:16 07:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 07:50:01 1 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 07:50:01 2 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 07:50:01 3 0.07 0.00 0.03 0.02 0.02 99.87 09:27:16 07:50:01 4 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 07:50:01 5 0.05 0.00 0.03 0.00 0.02 99.90 09:27:16 07:50:01 6 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 07:50:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 09:27:16 07:50:01 CPU %user %nice %system %iowait %steal %idle 09:27:16 07:51:01 all 0.21 0.00 0.02 0.00 0.00 99.77 09:27:16 07:51:01 0 0.02 0.00 0.02 0.02 0.02 99.93 09:27:16 07:51:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:51:01 2 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:51:01 3 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:51:01 4 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 07:51:01 5 0.05 0.00 0.08 0.00 0.02 99.85 09:27:16 07:51:01 6 1.56 0.00 0.00 0.00 0.00 98.44 09:27:16 07:51:01 7 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 07:52:01 all 0.01 0.00 0.01 0.00 0.00 99.97 09:27:16 07:52:01 0 0.00 0.00 0.03 0.02 0.02 99.93 09:27:16 07:52:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:52:01 2 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 07:52:01 3 0.00 0.00 0.00 0.02 0.02 99.97 09:27:16 07:52:01 4 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:52:01 5 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 07:52:01 6 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 07:52:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 07:53:01 all 0.03 0.00 0.01 0.00 0.01 99.95 09:27:16 07:53:01 0 0.05 0.00 0.02 0.02 0.02 99.90 09:27:16 07:53:01 1 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 07:53:01 2 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 07:53:01 3 0.02 0.00 0.00 0.02 0.00 99.97 09:27:16 07:53:01 4 0.02 0.00 0.03 0.00 0.00 99.95 09:27:16 07:53:01 5 0.08 0.00 0.02 0.00 0.02 99.88 09:27:16 07:53:01 6 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 07:53:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 07:54:01 all 0.01 0.00 0.01 0.00 0.00 99.97 09:27:16 07:54:01 0 0.02 0.00 0.03 0.02 0.02 99.92 09:27:16 07:54:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:54:01 2 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 07:54:01 3 0.00 0.00 0.00 0.02 0.00 99.98 09:27:16 07:54:01 4 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:54:01 5 0.03 0.00 0.03 0.00 0.02 99.92 09:27:16 07:54:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:54:01 7 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 07:55:01 all 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 07:55:01 0 0.05 0.00 0.00 0.00 0.02 99.93 09:27:16 07:55:01 1 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 07:55:01 2 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 07:55:01 3 0.02 0.00 0.00 0.02 0.00 99.97 09:27:16 07:55:01 4 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 07:55:01 5 0.05 0.00 0.00 0.00 0.00 99.95 09:27:16 07:55:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:55:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:56:01 all 0.01 0.00 0.01 0.00 0.01 99.96 09:27:16 07:56:01 0 0.02 0.00 0.03 0.02 0.02 99.92 09:27:16 07:56:01 1 0.00 0.00 0.02 0.00 0.02 99.97 09:27:16 07:56:01 2 0.03 0.00 0.03 0.00 0.02 99.92 09:27:16 07:56:01 3 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 07:56:01 4 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:56:01 5 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 07:56:01 6 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 07:56:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 07:57:01 all 0.03 0.00 0.01 0.00 0.00 99.95 09:27:16 07:57:01 0 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 07:57:01 1 0.05 0.00 0.02 0.00 0.02 99.92 09:27:16 07:57:01 2 0.05 0.00 0.03 0.00 0.00 99.92 09:27:16 07:57:01 3 0.02 0.00 0.02 0.02 0.00 99.95 09:27:16 07:57:01 4 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 07:57:01 5 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 07:57:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 07:57:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 07:58:01 all 0.01 0.00 0.01 0.00 0.01 99.97 09:27:16 07:58:01 0 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 07:58:01 1 0.02 0.00 0.03 0.00 0.00 99.95 09:27:16 07:58:01 2 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 07:58:01 3 0.00 0.00 0.00 0.02 0.00 99.98 09:27:16 07:58:01 4 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 07:58:01 5 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 07:58:01 6 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 07:58:01 7 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 07:59:01 all 0.16 0.00 0.01 0.00 0.00 99.82 09:27:16 07:59:01 0 0.03 0.00 0.02 0.02 0.00 99.93 09:27:16 07:59:01 1 0.00 0.00 0.02 0.00 0.02 99.97 09:27:16 07:59:01 2 0.03 0.00 0.03 0.00 0.00 99.93 09:27:16 07:59:01 3 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 07:59:01 4 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 07:59:01 5 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 07:59:01 6 1.08 0.00 0.00 0.00 0.00 98.92 09:27:16 07:59:01 7 0.07 0.00 0.03 0.00 0.00 99.90 09:27:16 08:00:01 all 0.26 0.00 0.01 0.00 0.01 99.72 09:27:16 08:00:01 0 0.02 0.00 0.02 0.02 0.00 99.95 09:27:16 08:00:01 1 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 08:00:01 2 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 08:00:01 3 0.00 0.00 0.00 0.02 0.02 99.97 09:27:16 08:00:01 4 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 08:00:01 5 0.03 0.00 0.03 0.00 0.02 99.92 09:27:16 08:00:01 6 1.97 0.00 0.00 0.00 0.00 98.03 09:27:16 08:00:01 7 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 08:01:01 all 0.27 0.00 0.01 0.00 0.01 99.70 09:27:16 08:01:01 0 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 08:01:01 1 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 08:01:01 2 0.00 0.00 0.03 0.00 0.00 99.97 09:27:16 08:01:01 3 0.00 0.00 0.02 0.02 0.00 99.97 09:27:16 08:01:01 4 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 08:01:01 5 0.05 0.00 0.00 0.00 0.00 99.95 09:27:16 08:01:01 6 1.99 0.00 0.00 0.00 0.02 98.00 09:27:16 08:01:01 7 0.05 0.00 0.00 0.00 0.00 99.95 09:27:16 09:27:16 08:01:01 CPU %user %nice %system %iowait %steal %idle 09:27:16 08:02:01 all 0.24 0.00 0.02 0.00 0.00 99.74 09:27:16 08:02:01 0 0.00 0.00 0.03 0.02 0.02 99.93 09:27:16 08:02:01 1 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 08:02:01 2 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 08:02:01 3 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 08:02:01 4 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 08:02:01 5 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 08:02:01 6 1.82 0.00 0.03 0.00 0.00 98.14 09:27:16 08:02:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 08:03:01 all 0.05 0.00 0.02 0.00 0.01 99.92 09:27:16 08:03:01 0 0.05 0.00 0.03 0.02 0.02 99.88 09:27:16 08:03:01 1 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 08:03:01 2 0.05 0.00 0.02 0.00 0.00 99.93 09:27:16 08:03:01 3 0.02 0.00 0.02 0.02 0.00 99.95 09:27:16 08:03:01 4 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 08:03:01 5 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 08:03:01 6 0.15 0.00 0.07 0.00 0.02 99.77 09:27:16 08:03:01 7 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 08:04:01 all 0.01 0.00 0.02 0.01 0.01 99.95 09:27:16 08:04:01 0 0.02 0.00 0.05 0.02 0.02 99.90 09:27:16 08:04:01 1 0.00 0.00 0.02 0.02 0.02 99.95 09:27:16 08:04:01 2 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 08:04:01 3 0.00 0.00 0.02 0.02 0.02 99.95 09:27:16 08:04:01 4 0.02 0.00 0.03 0.00 0.00 99.95 09:27:16 08:04:01 5 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 08:04:01 6 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 08:04:01 7 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 08:05:01 all 0.04 0.00 0.02 0.00 0.00 99.94 09:27:16 08:05:01 0 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 08:05:01 1 0.05 0.00 0.03 0.00 0.00 99.92 09:27:16 08:05:01 2 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 08:05:01 3 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 08:05:01 4 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 08:05:01 5 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 08:05:01 6 0.10 0.00 0.00 0.00 0.00 99.90 09:27:16 08:05:01 7 0.03 0.00 0.03 0.00 0.00 99.93 09:27:16 08:06:01 all 0.01 0.00 0.01 0.00 0.01 99.96 09:27:16 08:06:01 0 0.02 0.00 0.02 0.02 0.02 99.93 09:27:16 08:06:01 1 0.00 0.00 0.02 0.00 0.02 99.97 09:27:16 08:06:01 2 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 08:06:01 3 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 08:06:01 4 0.02 0.00 0.00 0.02 0.00 99.97 09:27:16 08:06:01 5 0.02 0.00 0.03 0.00 0.02 99.93 09:27:16 08:06:01 6 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 08:06:01 7 0.02 0.00 0.03 0.00 0.00 99.95 09:27:16 08:07:02 all 0.02 0.00 0.01 0.00 0.01 99.96 09:27:16 08:07:02 0 0.03 0.00 0.03 0.02 0.02 99.90 09:27:16 08:07:02 1 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 08:07:02 2 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 08:07:02 3 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 08:07:02 4 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 08:07:02 5 0.08 0.00 0.03 0.00 0.00 99.88 09:27:16 08:07:02 6 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 08:07:02 7 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 08:08:01 all 0.19 0.00 0.01 0.00 0.01 99.78 09:27:16 08:08:01 0 0.05 0.00 0.02 0.00 0.02 99.92 09:27:16 08:08:01 1 0.07 0.00 0.03 0.00 0.02 99.88 09:27:16 08:08:01 2 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 08:08:01 3 1.31 0.00 0.02 0.02 0.02 98.64 09:27:16 08:08:01 4 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 08:08:01 5 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 08:08:01 6 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 08:08:01 7 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 08:09:01 all 0.05 0.00 0.01 0.00 0.01 99.93 09:27:16 08:09:01 0 0.03 0.00 0.02 0.02 0.02 99.92 09:27:16 08:09:01 1 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 08:09:01 2 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 08:09:01 3 0.30 0.00 0.00 0.00 0.00 99.70 09:27:16 08:09:01 4 0.00 0.00 0.00 0.02 0.02 99.97 09:27:16 08:09:01 5 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 08:09:01 6 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 08:09:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 08:10:01 all 0.02 0.00 0.02 0.00 0.01 99.95 09:27:16 08:10:01 0 0.03 0.00 0.03 0.00 0.02 99.92 09:27:16 08:10:01 1 0.02 0.00 0.02 0.03 0.02 99.92 09:27:16 08:10:01 2 0.02 0.00 0.03 0.00 0.02 99.93 09:27:16 08:10:01 3 0.00 0.00 0.02 0.00 0.02 99.97 09:27:16 08:10:01 4 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 08:10:01 5 0.05 0.00 0.03 0.00 0.00 99.92 09:27:16 08:10:01 6 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 08:10:01 7 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 08:11:01 all 0.01 0.00 0.01 0.00 0.00 99.97 09:27:16 08:11:01 0 0.02 0.00 0.02 0.02 0.02 99.93 09:27:16 08:11:01 1 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 08:11:01 2 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 08:11:01 3 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 08:11:01 4 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 08:11:01 5 0.00 0.00 0.03 0.00 0.00 99.97 09:27:16 08:11:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 08:11:01 7 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 08:12:01 all 0.03 0.00 0.01 0.00 0.01 99.95 09:27:16 08:12:01 0 0.05 0.00 0.02 0.00 0.02 99.92 09:27:16 08:12:01 1 0.05 0.00 0.02 0.00 0.02 99.92 09:27:16 08:12:01 2 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 08:12:01 3 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 08:12:01 4 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 08:12:01 5 0.05 0.00 0.00 0.00 0.02 99.93 09:27:16 08:12:01 6 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 08:12:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 09:27:16 08:12:01 CPU %user %nice %system %iowait %steal %idle 09:27:16 08:13:01 all 0.00 0.00 0.01 0.00 0.01 99.98 09:27:16 08:13:01 0 0.00 0.00 0.02 0.02 0.02 99.95 09:27:16 08:13:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 08:13:01 2 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 08:13:01 3 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 08:13:01 4 0.00 0.00 0.00 0.02 0.00 99.98 09:27:16 08:13:01 5 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 08:13:01 6 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 08:13:01 7 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 08:14:01 all 0.03 0.00 0.01 0.00 0.01 99.96 09:27:16 08:14:01 0 0.05 0.00 0.02 0.00 0.00 99.93 09:27:16 08:14:01 1 0.05 0.00 0.02 0.00 0.02 99.92 09:27:16 08:14:01 2 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 08:14:01 3 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 08:14:01 4 0.00 0.00 0.00 0.02 0.00 99.98 09:27:16 08:14:01 5 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 08:14:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 08:14:01 7 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 08:15:01 all 0.17 0.00 0.01 0.00 0.01 99.80 09:27:16 08:15:01 0 0.02 0.00 0.00 0.02 0.02 99.95 09:27:16 08:15:01 1 0.05 0.00 0.00 0.00 0.00 99.95 09:27:16 08:15:01 2 0.03 0.00 0.03 0.00 0.02 99.92 09:27:16 08:15:01 3 1.22 0.00 0.02 0.00 0.02 98.74 09:27:16 08:15:01 4 0.02 0.00 0.00 0.02 0.02 99.95 09:27:16 08:15:01 5 0.03 0.00 0.05 0.00 0.00 99.92 09:27:16 08:15:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 08:15:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 08:16:01 all 0.27 0.00 0.02 0.00 0.01 99.70 09:27:16 08:16:01 0 0.02 0.00 0.03 0.02 0.00 99.93 09:27:16 08:16:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 08:16:01 2 0.03 0.00 0.05 0.00 0.02 99.90 09:27:16 08:16:01 3 2.00 0.00 0.02 0.00 0.00 97.98 09:27:16 08:16:01 4 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 08:16:01 5 0.03 0.00 0.03 0.00 0.02 99.92 09:27:16 08:16:01 6 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 08:16:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 08:17:01 all 0.26 0.00 0.00 0.00 0.01 99.72 09:27:16 08:17:01 0 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 08:17:01 1 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 08:17:01 2 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 08:17:01 3 1.95 0.00 0.00 0.00 0.02 98.03 09:27:16 08:17:01 4 0.03 0.00 0.00 0.02 0.02 99.93 09:27:16 08:17:01 5 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 08:17:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 08:17:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 08:18:01 all 0.21 0.00 0.01 0.00 0.01 99.77 09:27:16 08:18:01 0 0.02 0.00 0.02 0.02 0.00 99.95 09:27:16 08:18:01 1 0.05 0.00 0.02 0.00 0.02 99.92 09:27:16 08:18:01 2 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 08:18:01 3 1.47 0.00 0.00 0.00 0.00 98.53 09:27:16 08:18:01 4 0.02 0.00 0.02 0.02 0.00 99.95 09:27:16 08:18:01 5 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 08:18:01 6 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 08:18:01 7 0.02 0.00 0.03 0.00 0.00 99.95 09:27:16 08:19:01 all 0.01 0.00 0.01 0.00 0.01 99.97 09:27:16 08:19:01 0 0.00 0.00 0.02 0.02 0.02 99.95 09:27:16 08:19:01 1 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 08:19:01 2 0.03 0.00 0.03 0.00 0.02 99.92 09:27:16 08:19:01 3 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 08:19:01 4 0.00 0.00 0.00 0.02 0.00 99.98 09:27:16 08:19:01 5 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 08:19:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 08:19:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 08:20:01 all 0.23 0.00 0.01 0.00 0.00 99.75 09:27:16 08:20:01 0 0.02 0.00 0.02 0.02 0.00 99.95 09:27:16 08:20:01 1 0.05 0.00 0.05 0.00 0.02 99.88 09:27:16 08:20:01 2 0.07 0.00 0.02 0.00 0.00 99.92 09:27:16 08:20:01 3 1.58 0.00 0.00 0.00 0.00 98.42 09:27:16 08:20:01 4 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 08:20:01 5 0.05 0.00 0.02 0.00 0.00 99.93 09:27:16 08:20:01 6 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 08:20:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 08:21:01 all 0.01 0.00 0.01 0.00 0.00 99.97 09:27:16 08:21:01 0 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 08:21:01 1 0.05 0.00 0.02 0.00 0.00 99.93 09:27:16 08:21:01 2 0.00 0.00 0.05 0.00 0.02 99.93 09:27:16 08:21:01 3 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 08:21:01 4 0.00 0.00 0.02 0.02 0.00 99.97 09:27:16 08:21:01 5 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 08:21:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 08:21:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 08:22:01 all 0.03 0.00 0.01 0.01 0.01 99.95 09:27:16 08:22:01 0 0.00 0.00 0.02 0.03 0.00 99.95 09:27:16 08:22:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 08:22:01 2 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 08:22:01 3 0.10 0.00 0.00 0.00 0.02 99.88 09:27:16 08:22:01 4 0.02 0.00 0.00 0.02 0.02 99.95 09:27:16 08:22:01 5 0.05 0.00 0.00 0.00 0.00 99.95 09:27:16 08:22:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 08:22:01 7 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 08:23:01 all 0.03 0.00 0.01 0.00 0.01 99.95 09:27:16 08:23:01 0 0.05 0.00 0.00 0.00 0.02 99.93 09:27:16 08:23:01 1 0.05 0.00 0.02 0.00 0.02 99.92 09:27:16 08:23:01 2 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 08:23:01 3 0.03 0.00 0.02 0.02 0.00 99.93 09:27:16 08:23:01 4 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 08:23:01 5 0.05 0.00 0.02 0.00 0.00 99.93 09:27:16 08:23:01 6 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 08:23:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 09:27:16 08:23:01 CPU %user %nice %system %iowait %steal %idle 09:27:16 08:24:01 all 0.01 0.00 0.01 0.00 0.00 99.97 09:27:16 08:24:01 0 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 08:24:01 1 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 08:24:01 2 0.02 0.00 0.03 0.00 0.02 99.93 09:27:16 08:24:01 3 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 08:24:01 4 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 08:24:01 5 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 08:24:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 08:24:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 08:25:01 all 0.03 0.00 0.02 0.00 0.01 99.94 09:27:16 08:25:01 0 0.02 0.00 0.00 0.02 0.00 99.97 09:27:16 08:25:01 1 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 08:25:01 2 0.03 0.00 0.07 0.00 0.02 99.88 09:27:16 08:25:01 3 0.02 0.00 0.00 0.02 0.02 99.95 09:27:16 08:25:01 4 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 08:25:01 5 0.03 0.00 0.03 0.00 0.02 99.92 09:27:16 08:25:01 6 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 08:25:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 08:26:01 all 0.02 0.00 0.01 0.00 0.00 99.97 09:27:16 08:26:01 0 0.00 0.00 0.00 0.02 0.00 99.98 09:27:16 08:26:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 08:26:01 2 0.03 0.00 0.03 0.00 0.02 99.92 09:27:16 08:26:01 3 0.02 0.00 0.00 0.02 0.00 99.97 09:27:16 08:26:01 4 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 08:26:01 5 0.05 0.00 0.03 0.00 0.00 99.92 09:27:16 08:26:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 08:26:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 08:27:01 all 0.10 0.00 0.01 0.00 0.01 99.88 09:27:16 08:27:01 0 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 08:27:01 1 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 08:27:01 2 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 08:27:01 3 0.62 0.00 0.00 0.00 0.02 99.37 09:27:16 08:27:01 4 0.05 0.00 0.00 0.00 0.00 99.95 09:27:16 08:27:01 5 0.05 0.00 0.00 0.00 0.00 99.95 09:27:16 08:27:01 6 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 08:27:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 08:28:01 all 0.03 0.00 0.01 0.00 0.01 99.95 09:27:16 08:28:01 0 0.00 0.00 0.02 0.02 0.02 99.95 09:27:16 08:28:01 1 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 08:28:01 2 0.02 0.00 0.05 0.00 0.02 99.92 09:27:16 08:28:01 3 0.17 0.00 0.00 0.02 0.00 99.82 09:27:16 08:28:01 4 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 08:28:01 5 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 08:28:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 08:28:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 08:29:01 all 0.03 0.00 0.01 0.00 0.01 99.94 09:27:16 08:29:01 0 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 08:29:01 1 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 08:29:01 2 0.07 0.00 0.03 0.00 0.03 99.87 09:27:16 08:29:01 3 0.00 0.00 0.00 0.02 0.02 99.97 09:27:16 08:29:01 4 0.03 0.00 0.03 0.00 0.02 99.92 09:27:16 08:29:01 5 0.03 0.00 0.03 0.00 0.00 99.93 09:27:16 08:29:01 6 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 08:29:01 7 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 08:30:01 all 0.05 0.00 0.01 0.00 0.00 99.93 09:27:16 08:30:01 0 0.02 0.00 0.00 0.02 0.00 99.97 09:27:16 08:30:01 1 0.02 0.00 0.00 0.02 0.00 99.97 09:27:16 08:30:01 2 0.02 0.00 0.03 0.00 0.02 99.93 09:27:16 08:30:01 3 0.33 0.00 0.02 0.00 0.02 99.63 09:27:16 08:30:01 4 0.00 0.00 0.05 0.00 0.00 99.95 09:27:16 08:30:01 5 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 08:30:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 08:30:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 08:31:01 all 0.27 0.00 0.01 0.00 0.00 99.71 09:27:16 08:31:01 0 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 08:31:01 1 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 08:31:01 2 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 08:31:01 3 1.99 0.00 0.00 0.02 0.00 98.00 09:27:16 08:31:01 4 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 08:31:01 5 0.07 0.00 0.03 0.00 0.02 99.88 09:27:16 08:31:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 08:31:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 08:32:01 all 0.22 0.00 0.01 0.00 0.01 99.76 09:27:16 08:32:01 0 0.00 0.00 0.00 0.02 0.02 99.97 09:27:16 08:32:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 08:32:01 2 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 08:32:01 3 1.61 0.00 0.00 0.00 0.02 98.37 09:27:16 08:32:01 4 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 08:32:01 5 0.05 0.00 0.03 0.00 0.02 99.90 09:27:16 08:32:01 6 0.00 0.00 0.02 0.00 0.02 99.97 09:27:16 08:32:01 7 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 08:33:01 all 0.25 0.00 0.01 0.00 0.01 99.73 09:27:16 08:33:01 0 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 08:33:01 1 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 08:33:01 2 0.05 0.00 0.03 0.00 0.02 99.90 09:27:16 08:33:01 3 1.76 0.00 0.02 0.00 0.00 98.22 09:27:16 08:33:01 4 0.03 0.00 0.02 0.02 0.02 99.92 09:27:16 08:33:01 5 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 08:33:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 08:33:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 08:34:01 all 0.24 0.00 0.01 0.00 0.01 99.74 09:27:16 08:34:01 0 0.00 0.00 0.02 0.02 0.00 99.97 09:27:16 08:34:01 1 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 08:34:01 2 0.03 0.00 0.05 0.00 0.02 99.90 09:27:16 08:34:01 3 1.78 0.00 0.02 0.00 0.02 98.19 09:27:16 08:34:01 4 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 08:34:01 5 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 08:34:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 08:34:01 7 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 09:27:16 08:34:01 CPU %user %nice %system %iowait %steal %idle 09:27:16 08:35:01 all 0.03 0.00 0.01 0.01 0.01 99.95 09:27:16 08:35:01 0 0.03 0.00 0.00 0.03 0.00 99.93 09:27:16 08:35:01 1 0.05 0.00 0.02 0.00 0.00 99.93 09:27:16 08:35:01 2 0.03 0.00 0.05 0.00 0.02 99.90 09:27:16 08:35:01 3 0.00 0.00 0.00 0.02 0.00 99.98 09:27:16 08:35:01 4 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 08:35:01 5 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 08:35:01 6 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 08:35:01 7 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 08:36:01 all 0.03 0.00 0.02 0.00 0.01 99.94 09:27:16 08:36:01 0 0.00 0.00 0.02 0.00 0.02 99.97 09:27:16 08:36:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 08:36:01 2 0.05 0.00 0.07 0.00 0.02 99.87 09:27:16 08:36:01 3 0.13 0.00 0.00 0.03 0.02 99.82 09:27:16 08:36:01 4 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 08:36:01 5 0.05 0.00 0.00 0.00 0.02 99.93 09:27:16 08:36:01 6 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 08:36:01 7 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 08:37:01 all 0.12 0.00 0.01 0.01 0.00 99.86 09:27:16 08:37:01 0 0.02 0.00 0.00 0.02 0.00 99.97 09:27:16 08:37:01 1 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 08:37:01 2 0.07 0.00 0.03 0.00 0.02 99.88 09:27:16 08:37:01 3 0.73 0.00 0.02 0.03 0.00 99.22 09:27:16 08:37:01 4 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 08:37:01 5 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 08:37:01 6 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 08:37:01 7 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 08:38:01 all 0.01 0.00 0.01 0.00 0.01 99.97 09:27:16 08:38:01 0 0.02 0.00 0.00 0.02 0.00 99.97 09:27:16 08:38:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 08:38:01 2 0.05 0.00 0.03 0.00 0.02 99.90 09:27:16 08:38:01 3 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 08:38:01 4 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 08:38:01 5 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 08:38:01 6 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 08:38:01 7 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 08:39:01 all 0.02 0.00 0.01 0.00 0.00 99.96 09:27:16 08:39:01 0 0.00 0.00 0.00 0.02 0.00 99.98 09:27:16 08:39:01 1 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 08:39:01 2 0.08 0.00 0.02 0.00 0.02 99.88 09:27:16 08:39:01 3 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 08:39:01 4 0.02 0.00 0.00 0.02 0.00 99.97 09:27:16 08:39:01 5 0.05 0.00 0.03 0.00 0.02 99.90 09:27:16 08:39:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 08:39:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 08:40:01 all 0.08 0.00 0.03 0.00 0.01 99.88 09:27:16 08:40:01 0 0.05 0.00 0.03 0.02 0.00 99.90 09:27:16 08:40:01 1 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 08:40:01 2 0.13 0.00 0.08 0.00 0.03 99.75 09:27:16 08:40:01 3 0.08 0.00 0.02 0.00 0.00 99.90 09:27:16 08:40:01 4 0.07 0.00 0.03 0.00 0.00 99.90 09:27:16 08:40:01 5 0.08 0.00 0.05 0.02 0.02 99.83 09:27:16 08:40:01 6 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 08:40:01 7 0.15 0.00 0.03 0.00 0.02 99.80 09:27:16 08:41:01 all 0.01 0.00 0.01 0.00 0.01 99.96 09:27:16 08:41:01 0 0.00 0.00 0.00 0.02 0.00 99.98 09:27:16 08:41:01 1 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 08:41:01 2 0.03 0.00 0.03 0.00 0.02 99.92 09:27:16 08:41:01 3 0.05 0.00 0.02 0.00 0.02 99.92 09:27:16 08:41:01 4 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 08:41:01 5 0.02 0.00 0.02 0.02 0.02 99.93 09:27:16 08:41:01 6 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 08:41:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 08:42:01 all 0.03 0.00 0.01 0.00 0.01 99.95 09:27:16 08:42:01 0 0.02 0.00 0.00 0.02 0.02 99.95 09:27:16 08:42:01 1 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 08:42:01 2 0.05 0.00 0.02 0.00 0.02 99.92 09:27:16 08:42:01 3 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 08:42:01 4 0.02 0.00 0.02 0.02 0.02 99.93 09:27:16 08:42:01 5 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 08:42:01 6 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 08:42:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 08:43:01 all 0.06 0.00 0.02 0.00 0.01 99.91 09:27:16 08:43:01 0 0.00 0.00 0.03 0.02 0.00 99.95 09:27:16 08:43:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 08:43:01 2 0.05 0.00 0.02 0.00 0.02 99.92 09:27:16 08:43:01 3 0.33 0.00 0.02 0.00 0.02 99.63 09:27:16 08:43:01 4 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 08:43:01 5 0.07 0.00 0.03 0.02 0.02 99.87 09:27:16 08:43:01 6 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 08:43:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 08:44:01 all 0.27 0.00 0.01 0.00 0.00 99.71 09:27:16 08:44:01 0 0.03 0.00 0.00 0.02 0.00 99.95 09:27:16 08:44:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 08:44:01 2 0.08 0.00 0.05 0.00 0.02 99.85 09:27:16 08:44:01 3 1.97 0.00 0.00 0.00 0.00 98.03 09:27:16 08:44:01 4 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 08:44:01 5 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 08:44:01 6 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 08:44:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 08:45:01 all 0.13 0.00 0.01 0.00 0.01 99.85 09:27:16 08:45:01 0 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 08:45:01 1 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 08:45:01 2 0.05 0.00 0.03 0.00 0.02 99.90 09:27:16 08:45:01 3 0.88 0.00 0.03 0.00 0.00 99.09 09:27:16 08:45:01 4 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 08:45:01 5 0.03 0.00 0.02 0.02 0.02 99.92 09:27:16 08:45:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 08:45:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 09:27:16 08:45:01 CPU %user %nice %system %iowait %steal %idle 09:27:16 08:46:01 all 0.03 0.00 0.01 0.00 0.01 99.95 09:27:16 08:46:01 0 0.02 0.00 0.02 0.02 0.02 99.93 09:27:16 08:46:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 08:46:01 2 0.05 0.00 0.05 0.00 0.03 99.87 09:27:16 08:46:01 3 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 08:46:01 4 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 08:46:01 5 0.05 0.00 0.00 0.00 0.00 99.95 09:27:16 08:46:01 6 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 08:46:01 7 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 08:47:01 all 0.01 0.00 0.01 0.01 0.01 99.97 09:27:16 08:47:01 0 0.00 0.00 0.00 0.03 0.00 99.97 09:27:16 08:47:01 1 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 08:47:01 2 0.03 0.00 0.05 0.00 0.02 99.90 09:27:16 08:47:01 3 0.00 0.00 0.00 0.02 0.00 99.98 09:27:16 08:47:01 4 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 08:47:01 5 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 08:47:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 08:47:01 7 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 08:48:01 all 0.02 0.00 0.01 0.00 0.01 99.96 09:27:16 08:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 08:48:01 1 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 08:48:01 2 0.03 0.00 0.03 0.00 0.00 99.93 09:27:16 08:48:01 3 0.00 0.00 0.02 0.02 0.02 99.95 09:27:16 08:48:01 4 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 08:48:01 5 0.05 0.00 0.00 0.00 0.02 99.93 09:27:16 08:48:01 6 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 08:48:01 7 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 08:49:01 all 0.01 0.00 0.01 0.00 0.01 99.97 09:27:16 08:49:01 0 0.00 0.00 0.02 0.02 0.00 99.97 09:27:16 08:49:01 1 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 08:49:01 2 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 08:49:01 3 0.02 0.00 0.00 0.02 0.00 99.97 09:27:16 08:49:01 4 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 08:49:01 5 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 08:49:01 6 0.00 0.00 0.02 0.00 0.02 99.97 09:27:16 08:49:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 08:50:01 all 0.02 0.00 0.02 0.01 0.01 99.95 09:27:16 08:50:01 0 0.03 0.00 0.00 0.03 0.00 99.93 09:27:16 08:50:01 1 0.00 0.00 0.03 0.02 0.02 99.93 09:27:16 08:50:01 2 0.03 0.00 0.03 0.00 0.00 99.93 09:27:16 08:50:01 3 0.00 0.00 0.02 0.00 0.02 99.97 09:27:16 08:50:01 4 0.05 0.00 0.03 0.00 0.02 99.90 09:27:16 08:50:01 5 0.05 0.00 0.02 0.00 0.00 99.93 09:27:16 08:50:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 08:50:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 08:51:01 all 0.01 0.00 0.01 0.01 0.00 99.97 09:27:16 08:51:01 0 0.00 0.00 0.02 0.02 0.00 99.97 09:27:16 08:51:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 08:51:01 2 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 08:51:01 3 0.00 0.00 0.00 0.02 0.00 99.98 09:27:16 08:51:01 4 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 08:51:01 5 0.03 0.00 0.00 0.02 0.02 99.93 09:27:16 08:51:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 08:51:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 08:52:01 all 0.02 0.00 0.01 0.00 0.01 99.96 09:27:16 08:52:01 0 0.02 0.00 0.00 0.02 0.02 99.95 09:27:16 08:52:01 1 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 08:52:01 2 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 08:52:01 3 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 08:52:01 4 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 08:52:01 5 0.02 0.00 0.03 0.00 0.00 99.95 09:27:16 08:52:01 6 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 08:52:01 7 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 08:53:01 all 0.02 0.00 0.01 0.00 0.01 99.96 09:27:16 08:53:01 0 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 08:53:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 08:53:01 2 0.02 0.00 0.03 0.00 0.00 99.95 09:27:16 08:53:01 3 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 08:53:01 4 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 08:53:01 5 0.07 0.00 0.03 0.00 0.02 99.88 09:27:16 08:53:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 08:53:01 7 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 08:54:01 all 0.01 0.00 0.01 0.01 0.01 99.96 09:27:16 08:54:01 0 0.00 0.00 0.00 0.03 0.00 99.97 09:27:16 08:54:01 1 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 08:54:01 2 0.02 0.00 0.03 0.00 0.02 99.93 09:27:16 08:54:01 3 0.00 0.00 0.00 0.02 0.02 99.97 09:27:16 08:54:01 4 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 08:54:01 5 0.05 0.00 0.03 0.02 0.02 99.88 09:27:16 08:54:01 6 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 08:54:01 7 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 08:55:01 all 0.06 0.00 0.02 0.00 0.00 99.92 09:27:16 08:55:01 0 0.03 0.00 0.02 0.02 0.00 99.93 09:27:16 08:55:01 1 0.03 0.00 0.03 0.00 0.02 99.92 09:27:16 08:55:01 2 0.07 0.00 0.03 0.02 0.00 99.88 09:27:16 08:55:01 3 0.17 0.00 0.03 0.00 0.00 99.80 09:27:16 08:55:01 4 0.05 0.00 0.00 0.00 0.00 99.95 09:27:16 08:55:01 5 0.05 0.00 0.02 0.00 0.02 99.92 09:27:16 08:55:01 6 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 08:55:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 08:56:01 all 0.26 0.00 0.01 0.00 0.01 99.71 09:27:16 08:56:01 0 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 08:56:01 1 0.03 0.00 0.02 0.00 0.03 99.92 09:27:16 08:56:01 2 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 08:56:01 3 1.97 0.00 0.00 0.02 0.02 98.00 09:27:16 08:56:01 4 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 08:56:01 5 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 08:56:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 08:56:01 7 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 09:27:16 08:56:01 CPU %user %nice %system %iowait %steal %idle 09:27:16 08:57:01 all 0.17 0.00 0.01 0.00 0.01 99.81 09:27:16 08:57:01 0 0.03 0.00 0.02 0.02 0.02 99.92 09:27:16 08:57:01 1 0.07 0.00 0.00 0.00 0.02 99.92 09:27:16 08:57:01 2 0.03 0.00 0.03 0.00 0.00 99.93 09:27:16 08:57:01 3 1.06 0.00 0.00 0.02 0.00 98.92 09:27:16 08:57:01 4 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 08:57:01 5 0.05 0.00 0.03 0.00 0.02 99.90 09:27:16 08:57:01 6 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 08:57:01 7 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 08:58:01 all 0.01 0.00 0.01 0.00 0.01 99.97 09:27:16 08:58:01 0 0.00 0.00 0.00 0.02 0.00 99.98 09:27:16 08:58:01 1 0.03 0.00 0.03 0.00 0.02 99.92 09:27:16 08:58:01 2 0.02 0.00 0.03 0.00 0.00 99.95 09:27:16 08:58:01 3 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 08:58:01 4 0.00 0.00 0.03 0.00 0.02 99.95 09:27:16 08:58:01 5 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 08:58:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 08:58:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 08:59:01 all 0.10 0.00 0.01 0.00 0.01 99.88 09:27:16 08:59:01 0 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 08:59:01 1 0.07 0.00 0.03 0.00 0.02 99.88 09:27:16 08:59:01 2 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 08:59:01 3 0.61 0.00 0.02 0.02 0.00 99.35 09:27:16 08:59:01 4 0.05 0.00 0.00 0.00 0.00 99.95 09:27:16 08:59:01 5 0.03 0.00 0.03 0.00 0.02 99.92 09:27:16 08:59:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 08:59:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 09:00:01 all 0.02 0.00 0.01 0.00 0.00 99.96 09:27:16 09:00:01 0 0.00 0.00 0.02 0.02 0.00 99.97 09:27:16 09:00:01 1 0.02 0.00 0.03 0.00 0.02 99.93 09:27:16 09:00:01 2 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 09:00:01 3 0.00 0.00 0.00 0.02 0.00 99.98 09:27:16 09:00:01 4 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 09:00:01 5 0.12 0.00 0.00 0.00 0.00 99.88 09:27:16 09:00:01 6 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 09:00:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 09:01:01 all 0.38 0.00 0.16 0.08 0.01 99.37 09:27:16 09:01:01 0 0.17 0.00 0.12 0.28 0.02 99.42 09:27:16 09:01:01 1 0.30 0.00 0.07 0.07 0.02 99.55 09:27:16 09:01:01 2 1.47 0.00 0.30 0.00 0.00 98.23 09:27:16 09:01:01 3 0.20 0.00 0.12 0.02 0.02 99.65 09:27:16 09:01:01 4 0.25 0.00 0.30 0.13 0.00 99.32 09:27:16 09:01:01 5 0.38 0.00 0.18 0.05 0.02 99.37 09:27:16 09:01:01 6 0.12 0.00 0.13 0.00 0.00 99.75 09:27:16 09:01:01 7 0.13 0.00 0.10 0.07 0.02 99.68 09:27:16 09:02:01 all 0.01 0.00 0.01 0.00 0.01 99.96 09:27:16 09:02:01 0 0.00 0.00 0.00 0.02 0.00 99.98 09:27:16 09:02:01 1 0.02 0.00 0.03 0.00 0.02 99.93 09:27:16 09:02:01 2 0.02 0.00 0.05 0.00 0.02 99.92 09:27:16 09:02:01 3 0.00 0.00 0.00 0.02 0.00 99.98 09:27:16 09:02:01 4 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 09:02:01 5 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 09:02:01 6 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 09:02:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 09:03:01 all 0.03 0.00 0.01 0.00 0.01 99.96 09:27:16 09:03:01 0 0.03 0.00 0.00 0.02 0.00 99.95 09:27:16 09:03:01 1 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 09:03:01 2 0.02 0.00 0.03 0.00 0.02 99.93 09:27:16 09:03:01 3 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 09:03:01 4 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 09:03:01 5 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 09:03:01 6 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 09:03:01 7 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 09:04:01 all 0.01 0.00 0.02 0.01 0.01 99.95 09:27:16 09:04:01 0 0.00 0.00 0.02 0.03 0.00 99.95 09:27:16 09:04:01 1 0.07 0.00 0.07 0.00 0.03 99.83 09:27:16 09:04:01 2 0.02 0.00 0.03 0.00 0.02 99.93 09:27:16 09:04:01 3 0.00 0.00 0.00 0.02 0.00 99.98 09:27:16 09:04:01 4 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 09:04:01 5 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 09:04:01 6 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 09:04:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 09:05:01 all 0.03 0.00 0.01 0.00 0.00 99.96 09:27:16 09:05:01 0 0.03 0.00 0.00 0.02 0.00 99.95 09:27:16 09:05:01 1 0.03 0.00 0.03 0.00 0.02 99.92 09:27:16 09:05:01 2 0.05 0.00 0.02 0.00 0.00 99.93 09:27:16 09:05:01 3 0.02 0.00 0.00 0.02 0.02 99.95 09:27:16 09:05:01 4 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 09:05:01 5 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 09:05:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 09:05:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 09:06:01 all 0.01 0.00 0.01 0.00 0.01 99.96 09:27:16 09:06:01 0 0.02 0.00 0.02 0.02 0.02 99.93 09:27:16 09:06:01 1 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 09:06:01 2 0.02 0.00 0.05 0.00 0.02 99.92 09:27:16 09:06:01 3 0.00 0.00 0.00 0.02 0.00 99.98 09:27:16 09:06:01 4 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 09:06:01 5 0.05 0.00 0.02 0.00 0.00 99.93 09:27:16 09:06:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 09:06:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 09:07:01 all 0.04 0.00 0.01 0.00 0.01 99.94 09:27:16 09:07:01 0 0.02 0.00 0.00 0.03 0.00 99.95 09:27:16 09:07:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 09:07:01 2 0.07 0.00 0.02 0.00 0.02 99.90 09:27:16 09:07:01 3 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 09:07:01 4 0.05 0.00 0.00 0.00 0.02 99.93 09:27:16 09:07:01 5 0.05 0.00 0.03 0.00 0.02 99.90 09:27:16 09:07:01 6 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 09:07:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 09:27:16 09:07:01 CPU %user %nice %system %iowait %steal %idle 09:27:16 09:08:01 all 0.12 0.00 0.02 0.00 0.00 99.86 09:27:16 09:08:01 0 0.00 0.00 0.00 0.02 0.00 99.98 09:27:16 09:08:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 09:08:01 2 0.02 0.00 0.07 0.00 0.02 99.90 09:27:16 09:08:01 3 0.88 0.00 0.07 0.02 0.00 99.04 09:27:16 09:08:01 4 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 09:08:01 5 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 09:08:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 09:08:01 7 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 09:09:01 all 0.03 0.00 0.01 0.00 0.00 99.95 09:27:16 09:09:01 0 0.02 0.00 0.02 0.02 0.00 99.95 09:27:16 09:09:01 1 0.05 0.00 0.00 0.00 0.00 99.95 09:27:16 09:09:01 2 0.08 0.00 0.03 0.00 0.02 99.87 09:27:16 09:09:01 3 0.02 0.00 0.00 0.02 0.02 99.95 09:27:16 09:09:01 4 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 09:09:01 5 0.05 0.00 0.02 0.00 0.00 99.93 09:27:16 09:09:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 09:09:01 7 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 09:10:01 all 0.01 0.00 0.01 0.00 0.01 99.96 09:27:16 09:10:01 0 0.00 0.00 0.00 0.02 0.02 99.97 09:27:16 09:10:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 09:10:01 2 0.03 0.00 0.07 0.02 0.02 99.87 09:27:16 09:10:01 3 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 09:10:01 4 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 09:10:01 5 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 09:10:01 6 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 09:10:01 7 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 09:11:01 all 0.05 0.00 0.01 0.00 0.01 99.92 09:27:16 09:11:01 0 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 09:11:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 09:11:01 2 0.07 0.00 0.05 0.00 0.02 99.87 09:27:16 09:11:01 3 0.18 0.00 0.03 0.02 0.02 99.75 09:27:16 09:11:01 4 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 09:11:01 5 0.07 0.00 0.00 0.00 0.02 99.92 09:27:16 09:11:01 6 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 09:11:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 09:12:01 all 0.27 0.00 0.02 0.00 0.01 99.70 09:27:16 09:12:01 0 0.00 0.00 0.03 0.02 0.00 99.95 09:27:16 09:12:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 09:12:01 2 0.03 0.00 0.03 0.00 0.02 99.92 09:27:16 09:12:01 3 1.97 0.00 0.00 0.02 0.00 98.01 09:27:16 09:12:01 4 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 09:12:01 5 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 09:12:01 6 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 09:12:01 7 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 09:13:01 all 0.04 0.00 0.01 0.00 0.00 99.94 09:27:16 09:13:01 0 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 09:13:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 09:13:01 2 0.03 0.00 0.05 0.00 0.02 99.90 09:27:16 09:13:01 3 0.20 0.00 0.02 0.02 0.02 99.75 09:27:16 09:13:01 4 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 09:13:01 5 0.05 0.00 0.00 0.00 0.00 99.95 09:27:16 09:13:01 6 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 09:13:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 09:14:01 all 0.03 0.00 0.01 0.00 0.01 99.95 09:27:16 09:14:01 0 0.03 0.00 0.00 0.02 0.02 99.93 09:27:16 09:14:01 1 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 09:14:01 2 0.05 0.00 0.07 0.00 0.03 99.85 09:27:16 09:14:01 3 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 09:14:01 4 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 09:14:01 5 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 09:14:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 09:14:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 09:15:01 all 0.01 0.00 0.01 0.00 0.01 99.97 09:27:16 09:15:01 0 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 09:15:01 1 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 09:15:01 2 0.07 0.00 0.03 0.00 0.02 99.88 09:27:16 09:15:01 3 0.00 0.00 0.00 0.02 0.02 99.97 09:27:16 09:15:01 4 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 09:15:01 5 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 09:15:01 6 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 09:15:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 09:16:01 all 0.03 0.00 0.01 0.00 0.00 99.96 09:27:16 09:16:01 0 0.02 0.00 0.00 0.02 0.00 99.97 09:27:16 09:16:01 1 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 09:16:01 2 0.05 0.00 0.02 0.00 0.00 99.93 09:27:16 09:16:01 3 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 09:16:01 4 0.05 0.00 0.02 0.02 0.02 99.90 09:27:16 09:16:01 5 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 09:16:01 6 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 09:16:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 09:17:01 all 0.02 0.00 0.01 0.00 0.01 99.95 09:27:16 09:17:01 0 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 09:17:01 1 0.00 0.00 0.02 0.00 0.02 99.97 09:27:16 09:17:01 2 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 09:17:01 3 0.07 0.00 0.00 0.00 0.02 99.92 09:27:16 09:17:01 4 0.03 0.00 0.02 0.02 0.02 99.92 09:27:16 09:17:01 5 0.07 0.00 0.03 0.00 0.02 99.88 09:27:16 09:17:01 6 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 09:17:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 09:18:01 all 0.02 0.00 0.01 0.00 0.01 99.95 09:27:16 09:18:01 0 0.03 0.00 0.00 0.02 0.02 99.93 09:27:16 09:18:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 09:18:01 2 0.02 0.00 0.02 0.00 0.02 99.95 09:27:16 09:18:01 3 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 09:18:01 4 0.02 0.00 0.05 0.02 0.03 99.88 09:27:16 09:18:01 5 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 09:18:01 6 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 09:18:01 7 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 09:27:16 09:18:01 CPU %user %nice %system %iowait %steal %idle 09:27:16 09:19:01 all 0.01 0.00 0.00 0.00 0.01 99.97 09:27:16 09:19:01 0 0.02 0.00 0.00 0.02 0.00 99.97 09:27:16 09:19:01 1 0.02 0.00 0.00 0.00 0.02 99.97 09:27:16 09:19:01 2 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 09:19:01 3 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 09:19:01 4 0.05 0.00 0.02 0.00 0.02 99.92 09:27:16 09:19:01 5 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 09:19:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 09:19:01 7 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 09:20:01 all 0.14 0.00 0.02 0.00 0.01 99.84 09:27:16 09:20:01 0 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 09:20:01 1 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 09:20:01 2 0.02 0.00 0.03 0.00 0.00 99.95 09:27:16 09:20:01 3 0.88 0.00 0.03 0.02 0.00 99.07 09:27:16 09:20:01 4 0.03 0.00 0.03 0.00 0.02 99.92 09:27:16 09:20:01 5 0.10 0.00 0.03 0.00 0.02 99.85 09:27:16 09:20:01 6 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 09:20:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 09:21:01 all 0.25 0.00 0.01 0.00 0.01 99.72 09:27:16 09:21:01 0 0.00 0.00 0.02 0.02 0.00 99.97 09:27:16 09:21:01 1 0.02 0.00 0.02 0.00 0.03 99.93 09:27:16 09:21:01 2 0.00 0.00 0.03 0.00 0.00 99.97 09:27:16 09:21:01 3 1.92 0.00 0.02 0.00 0.02 98.04 09:27:16 09:21:01 4 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 09:21:01 5 0.05 0.00 0.02 0.00 0.00 99.93 09:27:16 09:21:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 09:21:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 09:22:01 all 0.09 0.00 0.01 0.00 0.01 99.90 09:27:16 09:22:01 0 0.05 0.00 0.02 0.00 0.02 99.92 09:27:16 09:22:01 1 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 09:22:01 2 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 09:22:01 3 0.52 0.00 0.00 0.02 0.00 99.47 09:27:16 09:22:01 4 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 09:22:01 5 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 09:22:01 6 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 09:22:01 7 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 09:23:01 all 0.01 0.00 0.01 0.00 0.00 99.97 09:27:16 09:23:01 0 0.00 0.00 0.02 0.02 0.00 99.97 09:27:16 09:23:01 1 0.02 0.00 0.05 0.00 0.02 99.92 09:27:16 09:23:01 2 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 09:23:01 3 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 09:23:01 4 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 09:23:01 5 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 09:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 09:23:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 09:24:01 all 0.03 0.00 0.01 0.00 0.01 99.95 09:27:16 09:24:01 0 0.02 0.00 0.00 0.02 0.00 99.97 09:27:16 09:24:01 1 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 09:24:01 2 0.05 0.00 0.02 0.00 0.00 99.93 09:27:16 09:24:01 3 0.05 0.00 0.02 0.02 0.02 99.90 09:27:16 09:24:01 4 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 09:24:01 5 0.03 0.00 0.00 0.00 0.02 99.95 09:27:16 09:24:01 6 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 09:24:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:27:16 09:25:01 all 0.01 0.00 0.01 0.00 0.00 99.97 09:27:16 09:25:01 0 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 09:25:01 1 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 09:25:01 2 0.03 0.00 0.02 0.00 0.02 99.93 09:27:16 09:25:01 3 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 09:25:01 4 0.00 0.00 0.02 0.00 0.00 99.98 09:27:16 09:25:01 5 0.03 0.00 0.02 0.00 0.00 99.95 09:27:16 09:25:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 09:25:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:27:16 09:26:01 all 0.02 0.00 0.01 0.00 0.01 99.95 09:27:16 09:26:01 0 0.02 0.00 0.02 0.02 0.00 99.95 09:27:16 09:26:01 1 0.03 0.00 0.03 0.00 0.03 99.90 09:27:16 09:26:01 2 0.03 0.00 0.03 0.00 0.02 99.92 09:27:16 09:26:01 3 0.03 0.00 0.02 0.02 0.02 99.92 09:27:16 09:26:01 4 0.00 0.00 0.00 0.00 0.02 99.98 09:27:16 09:26:01 5 0.03 0.00 0.00 0.00 0.00 99.97 09:27:16 09:26:01 6 0.00 0.00 0.02 0.00 0.02 99.97 09:27:16 09:26:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 09:27:01 all 0.18 0.00 0.11 0.00 0.01 99.70 09:27:16 09:27:01 0 0.07 0.00 0.05 0.00 0.02 99.87 09:27:16 09:27:01 1 0.38 0.00 0.07 0.00 0.02 99.53 09:27:16 09:27:01 2 0.23 0.00 0.12 0.00 0.02 99.63 09:27:16 09:27:01 3 0.50 0.00 0.55 0.02 0.00 98.93 09:27:16 09:27:01 4 0.08 0.00 0.02 0.00 0.00 99.90 09:27:16 09:27:01 5 0.15 0.00 0.03 0.00 0.00 99.82 09:27:16 09:27:01 6 0.02 0.00 0.00 0.00 0.00 99.98 09:27:16 09:27:01 7 0.02 0.00 0.03 0.00 0.00 99.95 09:27:16 Average: all 1.28 0.00 0.21 0.04 0.01 98.46 09:27:16 Average: 0 1.30 0.00 0.23 0.04 0.01 98.41 09:27:16 Average: 1 1.22 0.00 0.22 0.04 0.01 98.52 09:27:16 Average: 2 1.23 0.00 0.21 0.03 0.01 98.52 09:27:16 Average: 3 1.35 0.00 0.21 0.06 0.01 98.37 09:27:16 Average: 4 1.25 0.00 0.22 0.05 0.01 98.47 09:27:16 Average: 5 1.27 0.00 0.21 0.04 0.01 98.48 09:27:16 Average: 6 1.36 0.00 0.19 0.02 0.01 98.42 09:27:16 Average: 7 1.23 0.00 0.20 0.05 0.01 98.52 09:27:16 09:27:16 09:27:16