Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 3fa30c341bbe9c3881ba0169229bc34ff150aef2 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-ssh17173468388447467473.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-ssh12698657340558077601.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-ssh12135161915056793297.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-ssh9300730917715336265.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-ssh17856564640173763085.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-247 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/831 [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/831 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 3fa30c341bbe9c3881ba0169229bc34ff150aef2 (main) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#5136)" > git config core.sparsecheckout # timeout=10 > git checkout -f 3fa30c341bbe9c3881ba0169229bc34ff150aef2 # timeout=10 > git rev-list --no-walk 580d767449178ed974b9cdc199fef803bb3ff70c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:28:50 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:28:51 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:28:51 ========================================================= 05:28:51 EdgeX Global Pipelines Version Info 05:28:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:28:52 ------------------- 05:28:52 stable info: 05:28:52 ------------------- 05:28:52 Commited By: Ginny Guan ginny@iotechsys.com 05:28:52 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 05:28:52 Message: update stable to v1.0.274 05:28:52 ------------------- 05:28:52 experimental info: 05:28:52 ------------------- 05:28:52 Commited By: Ginny Guan ginny@iotechsys.com 05:28:52 Commit SHA: d23c20eb9a5ec3463b7c8c72fdbb28744bcccce8 05:28:52 Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:28:52 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 05:28:52 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 05:28:52 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:28:52 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:28:52 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:28:52 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 05:28:52 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 05:28:52 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 05:28:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 05:28:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 05:28:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:28:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:28:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 05:28:52 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:28:52 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:28:52 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 05:28:52 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 05:28:52 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:28:52 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 05:28:52 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 05:28:52 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:28:52 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 05:28:52 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 05:28:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 05:28:52 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 05:28:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 05:28:53 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3fa30c341bbe9c3881ba0169229bc34ff150aef2 [Pipeline] echo 05:28:53 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3fa30c3 [Pipeline] echo 05:28:53 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:28:53 provisioning config files... 05:28:53 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/831@tmp/config12610800940627372977tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:28:53 ---> ****-login.sh 05:28:53 nexus3.edgexfoundry.org:10001 05:28:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:28:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:28:53 Configure a credential helper to remove this warning. See 05:28:53 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:28:53 05:28:53 Login Succeeded 05:28:53 nexus3.edgexfoundry.org:10002 05:28:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:28:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:28:54 Configure a credential helper to remove this warning. See 05:28:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:28:54 05:28:54 Login Succeeded 05:28:54 nexus3.edgexfoundry.org:10003 05:28:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:28:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:28:54 Configure a credential helper to remove this warning. See 05:28:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:28:54 05:28:54 Login Succeeded 05:28:54 nexus3.edgexfoundry.org:10004 05:28:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:28:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:28:54 Configure a credential helper to remove this warning. See 05:28:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:28:54 05:28:54 Login Succeeded 05:28:54 ****.io 05:28:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:28:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:28:54 Configure a credential helper to remove this warning. See 05:28:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:28:54 05:28:54 Login Succeeded 05:28:54 ---> ****-login.sh ends [Pipeline] } 05:28:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:28:54 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-keeper/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 05:28:54 + dirname cmd/core-command/Dockerfile 05:28:54 + cut -d/ -f2 05:28:54 + echo core-command,cmd/core-command/Dockerfile 05:28:54 + cut -d/ -f2 05:28:54 + dirname cmd/core-common-config-bootstrapper/Dockerfile 05:28:54 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 05:28:54 + + dirname cmd/core-data/Dockerfile 05:28:54 cut -d/ -f2 05:28:54 + echo core-data,cmd/core-data/Dockerfile 05:28:54 + dirname cmd/core-keeper/Dockerfile 05:28:54 + cut -d/ -f2 05:28:54 + echo core-keeper,cmd/core-keeper/Dockerfile 05:28:54 + dirname cmd/core-metadata/Dockerfile 05:28:54 + cut -d/ -f2 05:28:54 + echo core-metadata,cmd/core-metadata/Dockerfile 05:28:54 + dirname cmd/security-bootstrapper/Dockerfile 05:28:54 + cut -d/ -f2 05:28:54 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 05:28:54 + dirname cmd/security-proxy-auth/Dockerfile 05:28:54 + cut -d/ -f2 05:28:54 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 05:28:54 + dirname cmd/security-proxy-setup/Dockerfile 05:28:54 + cut -d/ -f2 05:28:54 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 05:28:54 + dirname cmd/security-secretstore-setup/Dockerfile 05:28:54 + cut -d/ -f2 05:28:54 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 05:28:54 + dirname cmd/security-spiffe-token-provider/Dockerfile 05:28:54 + cut -d/ -f2 05:28:54 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 05:28:54 + dirname cmd/security-spire-agent/Dockerfile 05:28:54 + cut -d/ -f2 05:28:54 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 05:28:54 + dirname cmd/security-spire-config/Dockerfile 05:28:54 + cut -d/ -f2 05:28:54 + echo security-spire-config,cmd/security-spire-config/Dockerfile 05:28:54 + dirname cmd/security-spire-server/Dockerfile 05:28:54 + cut -d/ -f2 05:28:54 + echo security-spire-server,cmd/security-spire-server/Dockerfile 05:28:54 + dirname cmd/support-notifications/Dockerfile 05:28:54 + cut -d/ -f2 05:28:54 + echo support-notifications,cmd/support-notifications/Dockerfile 05:28:54 + dirname cmd/support-scheduler/Dockerfile 05:28:54 + cut -d/ -f2 05:28:54 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 05:28:54 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-keeper, dockerfile:cmd/core-keeper/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 05:28:55 + git rev-list -1 --merges 3fa30c341bbe9c3881ba0169229bc34ff150aef2~1..3fa30c341bbe9c3881ba0169229bc34ff150aef2 [Pipeline] echo 05:28:55 -----------> git rev-list -1 --merges 3fa30c341bbe9c3881ba0169229bc34ff150aef2~1..3fa30c341bbe9c3881ba0169229bc34ff150aef2 3fa30c341bbe9c3881ba0169229bc34ff150aef2 [false] [Pipeline] sh 05:28:55 + git log --format=format:%s -1 3fa30c341bbe9c3881ba0169229bc34ff150aef2 [Pipeline] echo 05:28:55 ========================================================= 05:28:55 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 05:28:55 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 05:28:55 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:28:55 + grep -v github /etc/ssh/ssh_known_hosts 05:28:55 + [ -e /tmp/ssh_known_hosts ] 05:28:55 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 05:28:55 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 05:28:55 + sudo tee -a /etc/ssh/ssh_known_hosts 05:28:55 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:28:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:28:56 05:28:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:28:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:28:56 0.1.4: Pulling from edgex-devops/py-git-semver 05:28:56 b85a868b505f: Pulling fs layer 05:28:56 e2be974225ed: Pulling fs layer 05:28:56 339a4e72a1f5: Pulling fs layer 05:28:56 988bab9f4d93: Pulling fs layer 05:28:56 1469e6f7b9e6: Pulling fs layer 05:28:56 eaf3925da568: Pulling fs layer 05:28:56 bab4dde63d76: Pulling fs layer 05:28:56 bde34c3a00c8: Pulling fs layer 05:28:56 b352a97aabf1: Pulling fs layer 05:28:56 4872d77fe225: Pulling fs layer 05:28:56 5851b861e8e6: Pulling fs layer 05:28:56 988bab9f4d93: Waiting 05:28:56 bde34c3a00c8: Waiting 05:28:56 b352a97aabf1: Waiting 05:28:56 1469e6f7b9e6: Waiting 05:28:56 5851b861e8e6: Waiting 05:28:56 bab4dde63d76: Waiting 05:28:56 eaf3925da568: Waiting 05:28:56 4872d77fe225: Waiting 05:28:56 e2be974225ed: Verifying Checksum 05:28:56 e2be974225ed: Download complete 05:28:56 988bab9f4d93: Verifying Checksum 05:28:56 988bab9f4d93: Download complete 05:28:56 1469e6f7b9e6: Verifying Checksum 05:28:56 1469e6f7b9e6: Download complete 05:28:56 339a4e72a1f5: Verifying Checksum 05:28:56 339a4e72a1f5: Download complete 05:28:56 eaf3925da568: Verifying Checksum 05:28:56 eaf3925da568: Download complete 05:28:56 bde34c3a00c8: Verifying Checksum 05:28:56 bde34c3a00c8: Download complete 05:28:56 b352a97aabf1: Download complete 05:28:56 4872d77fe225: Verifying Checksum 05:28:56 4872d77fe225: Download complete 05:28:56 5851b861e8e6: Verifying Checksum 05:28:56 5851b861e8e6: Download complete 05:28:56 b85a868b505f: Verifying Checksum 05:28:56 b85a868b505f: Download complete 05:28:57 bab4dde63d76: Verifying Checksum 05:28:57 bab4dde63d76: Download complete 05:28:58 b85a868b505f: Pull complete 05:28:58 e2be974225ed: Pull complete 05:28:58 339a4e72a1f5: Pull complete 05:28:58 988bab9f4d93: Pull complete 05:28:59 1469e6f7b9e6: Pull complete 05:28:59 eaf3925da568: Pull complete 05:29:01 bab4dde63d76: Pull complete 05:29:01 bde34c3a00c8: Pull complete 05:29:01 b352a97aabf1: Pull complete 05:29:01 4872d77fe225: Pull complete 05:29:01 5851b861e8e6: Pull complete 05:29:01 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 05:29:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:29:01 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:29:01 prd-ubuntu20.04-docker-8c-8g-247 does not seem to be running inside a container 05:29:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/831 -v /w/workspace/edgex-go/831:/w/workspace/edgex-go/831:rw,z -v /w/workspace/edgex-go/831@tmp:/w/workspace/edgex-go/831@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 05:29:02 $ docker top 6baeff4b9ba706af2ffa539f4f8cba1ca2558cc6d384f96864f89d2622ec61c8 -eo pid,comm 05:29:02 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). 05:29:02 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:29:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:29:02 [ssh-agent] Looking for ssh-agent implementation... 05:29:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:29:02 $ docker exec 6baeff4b9ba706af2ffa539f4f8cba1ca2558cc6d384f96864f89d2622ec61c8 ssh-agent 05:29:02 SSH_AUTH_SOCK=/tmp/ssh-CEAoPZpZg6JQ/agent.32 05:29:02 SSH_AGENT_PID=38 05:29:02 Running ssh-add (command line suppressed) 05:29:02 Identity added: /w/workspace/edgex-go/831@tmp/private_key_7302840303275164277.key (/w/workspace/edgex-go/831@tmp/private_key_7302840303275164277.key) 05:29:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:29:03 + git tag --points-at HEAD [Pipeline] } 05:29:03 $ docker exec --env ******** --env ******** 6baeff4b9ba706af2ffa539f4f8cba1ca2558cc6d384f96864f89d2622ec61c8 ssh-agent -k 05:29:03 unset SSH_AUTH_SOCK; 05:29:03 unset SSH_AGENT_PID; 05:29:03 echo Agent pid 38 killed; 05:29:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:29:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:29:03 [ssh-agent] Looking for ssh-agent implementation... 05:29:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:29:03 $ docker exec 6baeff4b9ba706af2ffa539f4f8cba1ca2558cc6d384f96864f89d2622ec61c8 ssh-agent 05:29:03 SSH_AUTH_SOCK=/tmp/ssh-YK3uKn3nIDj8/agent.71 05:29:03 SSH_AGENT_PID=77 05:29:03 Running ssh-add (command line suppressed) 05:29:03 Identity added: /w/workspace/edgex-go/831@tmp/private_key_16492706850529194567.key (/w/workspace/edgex-go/831@tmp/private_key_16492706850529194567.key) 05:29:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:29:04 + git semver init 05:29:04 2025-04-21 05:29:04,337 [run_init] DEBUG init version:0.0.0 force:False 05:29:04 2025-04-21 05:29:04,337 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/831/.semver 05:29:04 2025-04-21 05:29:04,338 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/831/.semver 05:29:04 2025-04-21 05:29:04,338 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/831/.semver'], cwd=/w/workspace/edgex-go/831, universal_newlines=False, shell=None, istream=None) 05:29:09 2025-04-21 05:29:08,900 [append_file] DEBUG append to file:/w/workspace/edgex-go/831/.git/info/exclude 05:29:09 2025-04-21 05:29:08,901 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/831/.semver/main with force:False 05:29:09 2025-04-21 05:29:08,901 [read_version] DEBUG read version from /w/workspace/edgex-go/831/.semver/main 05:29:09 2025-04-21 05:29:08,901 [read_version] DEBUG read version from /w/workspace/edgex-go/831/.semver/main 05:29:09 4.1.0-dev.6 [Pipeline] } 05:29:09 $ docker exec --env ******** --env ******** 6baeff4b9ba706af2ffa539f4f8cba1ca2558cc6d384f96864f89d2622ec61c8 ssh-agent -k 05:29:09 unset SSH_AUTH_SOCK; 05:29:09 unset SSH_AGENT_PID; 05:29:09 echo Agent pid 77 killed; 05:29:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:29:10 + git semver [Pipeline] } 05:29:10 $ docker stop --time=1 6baeff4b9ba706af2ffa539f4f8cba1ca2558cc6d384f96864f89d2622ec61c8 05:29:11 $ docker rm -f --volumes 6baeff4b9ba706af2ffa539f4f8cba1ca2558cc6d384f96864f89d2622ec61c8 [Pipeline] // withDockerContainer [Pipeline] sh 05:29:12 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:29:12 Stashed 1 file(s) [Pipeline] echo 05:29:12 [edgeXSemver]: initialized semver on version 4.1.0-dev.6 [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 05:29:12 + git config --global --add safe.directory /w/workspace/edgex-go/831 [Pipeline] echo 05:29:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 05:29:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 05:29:12 ========================================================= 05:29:12 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 05:29:12 ========================================================= [Pipeline] fileExists [Pipeline] sh 05:29:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 05:29:13 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 05:29:13 0a9a5dfd008f: Pulling fs layer 05:29:13 dbfa0bcfca99: Pulling fs layer 05:29:13 70eabb1d9476: Pulling fs layer 05:29:13 957bedc73fa3: Pulling fs layer 05:29:13 4f4fb700ef54: Pulling fs layer 05:29:13 f40432e63723: Pulling fs layer 05:29:13 90b4343acab7: Pulling fs layer 05:29:13 9f67ea4ac784: Pulling fs layer 05:29:13 9228b9a606be: Pulling fs layer 05:29:13 957bedc73fa3: Waiting 05:29:13 4f4fb700ef54: Waiting 05:29:13 f40432e63723: Waiting 05:29:13 90b4343acab7: Waiting 05:29:13 9f67ea4ac784: Waiting 05:29:13 9228b9a606be: Waiting 05:29:13 dbfa0bcfca99: Verifying Checksum 05:29:13 dbfa0bcfca99: Download complete 05:29:13 957bedc73fa3: Verifying Checksum 05:29:13 957bedc73fa3: Download complete 05:29:13 4f4fb700ef54: Verifying Checksum 05:29:13 4f4fb700ef54: Download complete 05:29:13 f40432e63723: Verifying Checksum 05:29:13 f40432e63723: Download complete 05:29:13 0a9a5dfd008f: Download complete 05:29:13 90b4343acab7: Verifying Checksum 05:29:13 90b4343acab7: Download complete 05:29:13 0a9a5dfd008f: Pull complete 05:29:13 dbfa0bcfca99: Pull complete 05:29:13 9228b9a606be: Verifying Checksum 05:29:13 9228b9a606be: Download complete 05:29:13 70eabb1d9476: Download complete 05:29:14 9f67ea4ac784: Verifying Checksum 05:29:14 9f67ea4ac784: Download complete 05:29:17 70eabb1d9476: Pull complete 05:29:17 957bedc73fa3: Pull complete 05:29:17 4f4fb700ef54: Pull complete 05:29:17 f40432e63723: Pull complete 05:29:17 90b4343acab7: Pull complete 05:29:19 9f67ea4ac784: Pull complete 05:29:20 9228b9a606be: Pull complete 05:29:20 Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 05:29:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 05:29:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh 05:29:20 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 05:29:20 WORKDIR /edgex 05:29:20 COPY go.mod . 05:29:20 RUN go mod download 05:29:20 + docker build -t ci-base-image-x86_64 -f - . 05:29:21 Sending build context to Docker daemon 185.8MB 05:29:21 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 05:29:21 ---> 69404ca5bff2 05:29:21 Step 2/4 : WORKDIR /edgex 05:29:23 ---> Running in 4e337ddee6cd 05:29:23 Removing intermediate container 4e337ddee6cd 05:29:23 ---> 9bf86a496734 05:29:23 Step 3/4 : COPY go.mod . 05:29:23 ---> 87772f5e3345 05:29:23 Step 4/4 : RUN go mod download 05:29:23 ---> Running in f39f978c8e20 05:29:27 Still waiting to schedule task 05:29:27 ‘prd-ubuntu20.04-docker-arm64-4c-16g-242’ is offline 05:29:37 Removing intermediate container f39f978c8e20 05:29:37 ---> 0d42cb901949 05:29:37 Successfully built 0d42cb901949 05:29:37 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:29:38 + docker inspect -f . ci-base-image-x86_64 05:29:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:29:38 prd-ubuntu20.04-docker-8c-8g-247 does not seem to be running inside a container 05:29:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/831 -v /w/workspace/edgex-go/831:/w/workspace/edgex-go/831:rw,z -v /w/workspace/edgex-go/831@tmp:/w/workspace/edgex-go/831@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 ******** ci-base-image-x86_64 cat 05:29:38 $ docker top 33acf94f4950f178f8ff9166072989e389fa7f3329c6b764beb65c2a02c01c15 -eo pid,comm [Pipeline] { [Pipeline] sh 05:29:38 + go version 05:29:38 go version go1.23.8 linux/amd64 [Pipeline] } 05:29:38 $ docker stop --time=1 33acf94f4950f178f8ff9166072989e389fa7f3329c6b764beb65c2a02c01c15 05:29:40 $ docker rm -f --volumes 33acf94f4950f178f8ff9166072989e389fa7f3329c6b764beb65c2a02c01c15 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:29:40 + docker inspect -f . ci-base-image-x86_64 05:29:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:29:40 prd-ubuntu20.04-docker-8c-8g-247 does not seem to be running inside a container 05:29:40 $ 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/831 -v /w/workspace/edgex-go/831:/w/workspace/edgex-go/831:rw,z -v /w/workspace/edgex-go/831@tmp:/w/workspace/edgex-go/831@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 ******** ci-base-image-x86_64 cat 05:29:41 $ docker top 74dc5556978bb5b35c92e34ad8e92182236c150e33bd667cfb3e608836cc683d -eo pid,comm [Pipeline] { [Pipeline] echo 05:29:41 ========================================================= 05:29:41 [edgeXBuildGoParallel] Running Tests and Build... 05:29:41 ========================================================= [Pipeline] sh 05:29:41 + git config --global --add safe.directory /w/workspace/edgex-go/831 [Pipeline] fileExists [Pipeline] sh 05:29:41 + make test 05:29:41 go test -race -coverprofile=coverage.out ./... 05:29:49 ? github.com/edgexfoundry/edgex-go [no test files] 05:30:16 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 05:30:16 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 05:30:16 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 05:30:16 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 05:30:16 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 05:30:16 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 05:30:16 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 05:30:16 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 05:30:16 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 05:30:16 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 05:30:16 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 05:30:16 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 05:30:16 ? github.com/edgexfoundry/edgex-go/internal [no test files] 05:30:16 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 05:30:16 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 05:30:16 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 05:30:16 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 05:30:16 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.026s coverage: 28.7% of statements 05:30:16 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 05:30:16 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 05:30:16 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 05:30:16 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 05:30:16 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.041s coverage: 97.0% of statements 05:30:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 05:30:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 05:30:17 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 05:30:17 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 05:30:17 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 05:30:17 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 05:30:17 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 05:30:17 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 05:30:17 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 05:30:17 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 05:30:18 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 05:30:18 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 05:30:18 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 05:30:18 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 05:30:18 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 05:30:18 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 05:30:20 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.067s coverage: 69.2% of statements 05:30:20 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.028s coverage: 3.5% of statements 05:30:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.057s coverage: 45.2% of statements 05:30:20 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 05:30:20 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 05:30:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.962s coverage: 93.4% of statements 05:30:20 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.042s coverage: 92.3% of statements 05:30:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.047s coverage: 8.4% of statements 05:30:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 05:30:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 05:30:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 05:30:22 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 05:30:22 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 05:30:22 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 05:30:22 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 05:30:22 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 05:30:22 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 05:30:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 05:30:22 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 05:30:22 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 05:30:22 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 05:30:22 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 05:30:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.350s coverage: 95.8% of statements 05:30:23 ok github.com/edgexfoundry/edgex-go/internal/io 1.024s coverage: 72.2% of statements 05:30:23 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 05:30:23 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements 05:30:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 05:30:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 05:30:24 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 05:30:24 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 05:30:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.039s coverage: 0.0% of statements [no tests to run] 05:30:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.051s coverage: 1.0% of statements 05:30:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.030s coverage: 42.6% of statements 05:30:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.019s coverage: 81.1% of statements 05:30:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.019s coverage: 40.0% of statements 05:30:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.024s coverage: 87.1% of statements 05:30:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.014s coverage: 94.1% of statements 05:30:25 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 05:30:25 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 05:30:25 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 05:30:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.030s coverage: 96.3% of statements 05:30:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 05:30:26 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 05:30:26 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 05:30:26 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 05:30:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.019s coverage: 87.5% of statements 05:30:27 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 05:30:27 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 05:30:27 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 05:30:28 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 05:30:28 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 05:30:28 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 05:30:28 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 05:30:28 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 05:30:28 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 05:30:29 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 05:30:31 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 05:30:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 05:30:32 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 05:30:33 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 05:30:33 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 05:30:33 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 05:30:36 github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements 05:30:37 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 05:30:37 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 05:30:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 05:30:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 05:30:37 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 05:30:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.035s coverage: 94.4% of statements 05:30:39 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 05:30:39 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 05:30:39 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 05:30:39 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 05:30:39 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 05:30:39 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 05:30:39 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 05:30:39 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 05:30:39 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 05:30:39 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 05:30:39 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 05:30:39 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 05:30:41 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 05:30:41 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 05:30:41 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 05:30:41 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 05:30:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 05:30:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 05:30:42 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 05:30:42 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 05:30:42 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 05:30:42 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 05:30:42 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 05:30:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 05:30:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 05:30:43 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 05:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.035s coverage: 92.9% of statements 05:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.021s coverage: 68.8% of statements 05:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.028s coverage: 62.3% of statements 05:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.029s coverage: 47.4% of statements 05:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.025s coverage: 87.2% of statements 05:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.026s coverage: 15.5% of statements 05:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.016s coverage: 100.0% of statements 05:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.092s coverage: 81.8% of statements 05:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.096s coverage: 82.1% of statements 05:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.025s coverage: 86.0% of statements 05:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.047s coverage: 6.8% of statements 05:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.042s coverage: 33.3% of statements 05:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.047s coverage: 100.0% of statements 05:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.163s coverage: 54.5% of statements 05:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.022s coverage: 89.4% of statements 05:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.015s coverage: 100.0% of statements 05:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.017s coverage: 73.7% of statements 05:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.014s coverage: 100.0% of statements 05:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.025s coverage: 88.6% of statements 05:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.032s coverage: 96.8% of statements 05:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.017s coverage: 100.0% of statements 05:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.278s coverage: 29.2% of statements 05:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.018s coverage: 93.8% of statements 05:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.021s coverage: 3.1% of statements 05:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.022s coverage: 76.2% of statements 05:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.022s coverage: 54.0% of statements 05:30:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.056s coverage: 17.0% of statements 05:30:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.127s coverage: 94.9% of statements 05:30:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.031s coverage: 9.0% of statements 05:30:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.070s coverage: 97.7% of statements 05:30:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.027s coverage: 43.6% of statements 05:30:48 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 05:30:48 running golangci-lint 05:30:49 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 05:30:49 go version go1.23.8 linux/amd64 05:30:49 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 05:30:49 level=info msg="[config_reader] Used config file .golangci.yml" 05:30:49 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 05:31:02 Running on prd-ubuntu20.04-docker-arm64-4c-16g-248 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 05:31:02 Running in /w/workspace/edgex-go/831 [Pipeline] { [Pipeline] checkout 05:31:05 The recommended git tool is: git 05:31:10 using credential edgex-jenkins-ssh 05:31:10 Cloning the remote Git repository 05:31:10 Cloning repository git@github.com:edgexfoundry/edgex-go.git 05:31:10 > git init /w/workspace/edgex-go/831 # timeout=10 05:31:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 05:31:10 > git --version # timeout=10 05:31:10 > git --version # 'git version 2.25.1' 05:31:10 using GIT_SSH to set credentials SSH Credentials for GitHub 05:31:10 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:31:11 level=info msg="[loader] Go packages loading at mode 575 (deps|exports_file|name|types_sizes|compiled_files|files|imports) took 21.659791019s" 05:31:11 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 50.339574ms" 05:31:23 level=info msg="[linters_context/goanalysis] analyzers took 1m52.706064843s with top 10 stages: buildir: 51.248517475s, fact_deprecated: 3.406318056s, gosec: 3.181157738s, inspect: 3.012745721s, ctrlflow: 2.031861508s, printf: 1.742162299s, fact_purity: 1.512719473s, nilness: 1.265923443s, S1038: 1.112659599s, SA5012: 905.990257ms" 05:31:23 level=info msg="[runner] Issues before processing: 202, after processing: 0" 05:31:23 level=info msg="[runner] Processors filtering stat (in/out): skip_files: 202/202, identifier_marker: 202/202, exclude: 202/202, exclude-rules: 202/20, invalid_issue: 202/202, skip_dirs: 202/202, path_prettifier: 202/202, filename_unadjuster: 202/202, autogenerated_exclude: 202/202, nolint: 20/0, cgo: 202/202" 05:31:23 level=info msg="[runner] processing took 18.164764ms with stages: nolint: 7.953315ms, identifier_marker: 4.883313ms, exclude-rules: 1.922989ms, path_prettifier: 1.586334ms, autogenerated_exclude: 1.031974ms, skip_dirs: 584.313µs, invalid_issue: 118.409µs, cgo: 55.704µs, filename_unadjuster: 21.062µs, max_same_issues: 4.88µs, fixer: 380ns, uniq_by_line: 310ns, skip_files: 300ns, exclude: 270ns, sort_results: 260ns, max_from_linter: 191ns, source_code: 160ns, diff: 150ns, path_prefixer: 130ns, max_per_file_from_linter: 120ns, path_shortener: 110ns, severity-rules: 90ns" 05:31:23 level=info msg="[runner] linters took 11.006600123s with stages: goanalysis_metalinter: 10.988319823s" 05:31:23 level=info msg="File cache stats: 0 entries of total size 0B" 05:31:23 level=info msg="Memory: 328 samples, avg is 284.9MB, max is 1274.3MB" 05:31:23 level=info msg="Execution took 32.724845642s" 05:31:23 go vet ./... 05:31:28 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 05:31:28 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 05:31:28 ./bin/test-attribution-txt.sh [Pipeline] echo 05:31:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 05:31:28 + ls -al . 05:31:28 total 1992 05:31:28 drwxrwxr-x 11 1001 1001 4096 Apr 21 05:29 . 05:31:28 drwxr-xr-x 4 root root 4096 Apr 21 05:29 .. 05:31:28 drwxrwxr-x 2 1001 1001 4096 Apr 21 05:28 .blubracket 05:31:28 -rw-rw-r-- 1 1001 1001 10 Apr 21 05:28 .dockerignore 05:31:28 drwxrwxr-x 8 1001 1001 4096 Apr 21 05:30 .git 05:31:28 drwxrwxr-x 3 1001 1001 4096 Apr 21 05:28 .github 05:31:28 -rw-rw-r-- 1 1001 1001 909 Apr 21 05:28 .gitignore 05:31:28 -rw-rw-r-- 1 1001 1001 218 Apr 21 05:28 .golangci.yml 05:31:28 -rw-rw-r-- 1 1001 1001 100 Apr 21 05:28 .hadolint.yml 05:31:28 drwxr-xr-x 3 1001 1001 4096 Apr 21 05:29 .semver 05:31:28 -rw-rw-r-- 1 1001 1001 155 Apr 21 05:28 .sonarcloud.properties 05:31:28 -rw-rw-r-- 1 1001 1001 1171 Apr 21 05:28 ADOPTERS.md 05:31:28 -rw-rw-r-- 1 1001 1001 17374 Apr 21 05:28 Attribution.txt 05:31:28 -rw-rw-r-- 1 1001 1001 108018 Apr 21 05:28 CHANGELOG.md 05:31:28 -rw-rw-r-- 1 1001 1001 3804 Apr 21 05:28 CONTRIBUTING.md 05:31:28 -rw-rw-r-- 1 1001 1001 677 Apr 21 05:28 GOVERNANCE.md 05:31:28 -rw-rw-r-- 1 1001 1001 858 Apr 21 05:28 Jenkinsfile 05:31:28 -rw-rw-r-- 1 1001 1001 10775 Apr 21 05:28 LICENSE 05:31:28 -rw-rw-r-- 1 1001 1001 16740 Apr 21 05:28 Makefile 05:31:28 -rw-rw-r-- 1 1001 1001 582 Apr 21 05:28 OWNERS.md 05:31:28 -rw-rw-r-- 1 1001 1001 9932 Apr 21 05:28 README.md 05:31:28 -rw-rw-r-- 1 1001 1001 789 Apr 21 05:28 SECURITY.md 05:31:28 -rw-rw-r-- 1 1001 1001 11 Apr 21 05:29 VERSION 05:31:28 drwxrwxr-x 2 1001 1001 4096 Apr 21 05:28 bin 05:31:28 drwxrwxr-x 19 1001 1001 4096 Apr 21 05:28 cmd 05:31:28 -rw-r--r-- 1 root root 1661463 Apr 21 05:30 coverage.out 05:31:28 drwxrwxr-x 2 1001 1001 4096 Apr 21 05:28 fuzz_test 05:31:28 -rw-rw-r-- 1 1001 1001 6491 Apr 21 05:28 go.mod 05:31:28 -rw-rw-r-- 1 1001 1001 88213 Apr 21 05:28 go.sum 05:31:28 drwxrwxr-x 7 1001 1001 4096 Apr 21 05:28 internal 05:31:28 drwxrwxr-x 2 1001 1001 4096 Apr 21 05:28 openapi 05:31:28 -rw-rw-r-- 1 1001 1001 584 Apr 21 05:28 security.txt 05:31:28 -rw-rw-r-- 1 1001 1001 204 Apr 21 05:28 version.go [Pipeline] sh 05:31:29 + '[' -e coverage.out ] 05:31:29 + chown 1001:1001 coverage.out [Pipeline] stash 05:31:29 Stashed 1 file(s) [Pipeline] sh 05:31:29 + make build 05:31:29 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.6 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 05:31:29 Avoid second fetch 05:31:29 Checking out Revision 3fa30c341bbe9c3881ba0169229bc34ff150aef2 (main) 05:31:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 05:31:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:31:29 > git config core.sparsecheckout # timeout=10 05:31:29 > git checkout -f 3fa30c341bbe9c3881ba0169229bc34ff150aef2 # timeout=10 05:31:30 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#5136)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:31:35 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 05:31:35 % Total % Received % Xferd Average Speed Time Time Time Current 05:31:35 Dload Upload Total Spent Left Speed 05:31:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 89083 0 --:--:-- --:--:-- --:--:-- 88468 [Pipeline] sh 05:31:35 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 05:31:35 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 05:31:35 + sudo tee /etc/docker/daemon.new 05:31:35 { 05:31:35 "registry-mirrors": [ 05:31:35 "https://nexus3.edgexfoundry.org:10001" 05:31:35 ], 05:31:35 "bip": "10.250.0.254/24", 05:31:35 "hosts": [ 05:31:35 "tcp://0.0.0.0:5555", 05:31:35 "unix:///var/run/docker.sock" 05:31:35 ], 05:31:35 "mtu": 1458, 05:31:35 "selinux-enabled": true, 05:31:35 "seccomp-profile": "/etc/docker/seccomp.json" 05:31:35 } [Pipeline] sh 05:31:36 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 05:31:36 + sudo service docker restart 05:31:51 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.6 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 05:31:51 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.6 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 05:31:52 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.6 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 05:31:52 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.6 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 05:31:53 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.6 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:31:54 provisioning config files... 05:31:54 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/831@tmp/config18431612098613533478tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:31:55 ---> ****-login.sh 05:31:55 nexus3.edgexfoundry.org:10001 05:31:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:31:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:31:55 Configure a credential helper to remove this warning. See 05:31:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:31:55 05:31:55 Login Succeeded 05:31:55 nexus3.edgexfoundry.org:10002 05:31:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:31:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:31:56 Configure a credential helper to remove this warning. See 05:31:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:31:56 05:31:56 Login Succeeded 05:31:56 nexus3.edgexfoundry.org:10003 05:31:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:31:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:31:56 Configure a credential helper to remove this warning. See 05:31:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:31:56 05:31:56 Login Succeeded 05:31:56 nexus3.edgexfoundry.org:10004 05:31:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:31:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:31:56 Configure a credential helper to remove this warning. See 05:31:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:31:56 05:31:56 Login Succeeded 05:31:56 ****.io 05:31:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:31:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:31:57 Configure a credential helper to remove this warning. See 05:31:57 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:31:57 05:31:57 Login Succeeded 05:31:57 ---> ****-login.sh ends [Pipeline] } 05:31:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 05:31:57 + git config --global --add safe.directory /w/workspace/edgex-go/831 [Pipeline] echo 05:31:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 05:31:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 05:31:57 ========================================================= 05:31:57 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 05:31:57 ========================================================= [Pipeline] fileExists [Pipeline] sh 05:31:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 05:31:58 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:31:58 94e9d8af2201: Pulling fs layer 05:31:58 634366ca850b: Pulling fs layer 05:31:58 f66ade281fe9: Pulling fs layer 05:31:58 13fd4ce6e94e: Pulling fs layer 05:31:58 4f4fb700ef54: Pulling fs layer 05:31:58 4cccf3f17d63: Pulling fs layer 05:31:58 2d8010953d95: Pulling fs layer 05:31:58 ec743f232bc5: Pulling fs layer 05:31:58 4f4fb700ef54: Waiting 05:31:58 4cccf3f17d63: Waiting 05:31:58 2d8010953d95: Waiting 05:31:58 ec743f232bc5: Waiting 05:31:58 13fd4ce6e94e: Waiting 05:31:58 634366ca850b: Verifying Checksum 05:31:58 634366ca850b: Download complete 05:31:58 13fd4ce6e94e: Download complete 05:31:58 4f4fb700ef54: Verifying Checksum 05:31:58 4f4fb700ef54: Download complete 05:31:58 4cccf3f17d63: Verifying Checksum 05:31:58 4cccf3f17d63: Download complete 05:31:58 94e9d8af2201: Verifying Checksum 05:31:58 94e9d8af2201: Download complete 05:31:59 ec743f232bc5: Verifying Checksum 05:31:59 ec743f232bc5: Download complete 05:31:59 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.6 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 05:31:59 94e9d8af2201: Pull complete 05:32:00 634366ca850b: Pull complete 05:32:00 f66ade281fe9: Download complete 05:32:00 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.6 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 05:32:01 2d8010953d95: Verifying Checksum 05:32:01 2d8010953d95: Download complete 05:32:02 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.6 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 05:32:04 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.6 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 05:32:05 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.6 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 05:32:06 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.6 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 05:32:07 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.6 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 05:32:09 $ docker stop --time=1 74dc5556978bb5b35c92e34ad8e92182236c150e33bd667cfb3e608836cc683d 05:32:11 $ docker rm -f --volumes 74dc5556978bb5b35c92e34ad8e92182236c150e33bd667cfb3e608836cc683d [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 05:32:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 05:32:13 05:32:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:32:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 05:32:13 latest: Pulling from edgex-devops/edgex-compose 05:32:13 91d30c5bc195: Pulling fs layer 05:32:13 2e9b0aa3be6d: Pulling fs layer 05:32:13 9c61dcf015f6: Pulling fs layer 05:32:13 4698f68db338: Pulling fs layer 05:32:13 2a2f49069b9e: Pulling fs layer 05:32:13 e0025b399a48: Pulling fs layer 05:32:13 2a2f49069b9e: Waiting 05:32:13 e0025b399a48: Waiting 05:32:13 91d30c5bc195: Verifying Checksum 05:32:13 91d30c5bc195: Download complete 05:32:13 4698f68db338: Verifying Checksum 05:32:13 4698f68db338: Download complete 05:32:13 f66ade281fe9: Pull complete 05:32:13 13fd4ce6e94e: Pull complete 05:32:13 2e9b0aa3be6d: Verifying Checksum 05:32:13 2e9b0aa3be6d: Download complete 05:32:13 e0025b399a48: Verifying Checksum 05:32:13 e0025b399a48: Download complete 05:32:13 91d30c5bc195: Pull complete 05:32:13 2a2f49069b9e: Download complete 05:32:13 4f4fb700ef54: Pull complete 05:32:13 2e9b0aa3be6d: Pull complete 05:32:14 4cccf3f17d63: Pull complete 05:32:14 9c61dcf015f6: Verifying Checksum 05:32:14 9c61dcf015f6: Download complete 05:32:16 9c61dcf015f6: Pull complete 05:32:16 4698f68db338: Pull complete 05:32:16 2a2f49069b9e: Pull complete 05:32:16 e0025b399a48: Pull complete 05:32:16 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 05:32:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 05:32:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:32:16 prd-ubuntu20.04-docker-8c-8g-247 does not seem to be running inside a container 05:32:16 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/831 -v /w/workspace/edgex-go/831:/w/workspace/edgex-go/831:rw,z -v /w/workspace/edgex-go/831@tmp:/w/workspace/edgex-go/831@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-devops/edgex-compose:latest cat 05:32:18 $ docker top 241292aff3d9fb02823ded8d85f4ee1a0c9b0f8347646dfccdd72a0ff89c36ee -eo pid,comm [Pipeline] { [Pipeline] sh 05:32:18 + docker compose -f ./docker-compose-build.yml build --parallel 05:32:20 #1 [security-spire-agent internal] load build definition from Dockerfile 05:32:20 #1 transferring dockerfile: 1.81kB done 05:32:20 #1 DONE 0.0s 05:32:20 05:32:20 #2 [core-keeper internal] load build definition from Dockerfile 05:32:20 #2 transferring dockerfile: 2.01kB done 05:32:20 #2 DONE 0.0s 05:32:20 05:32:20 #3 [core-command internal] load build definition from Dockerfile 05:32:20 #3 transferring dockerfile: 1.94kB done 05:32:20 #3 DONE 0.0s 05:32:20 05:32:20 #4 [core-common-config-bootstrapper internal] load build definition from Dockerfile 05:32:20 #4 transferring dockerfile: 2.23kB done 05:32:20 #4 DONE 0.0s 05:32:20 05:32:20 #5 [security-bootstrapper internal] load build definition from Dockerfile 05:32:20 #5 transferring dockerfile: 3.02kB done 05:32:20 #5 DONE 0.0s 05:32:20 05:32:20 #6 [support-notifications internal] load build definition from Dockerfile 05:32:20 #6 transferring dockerfile: 2.00kB done 05:32:20 #6 DONE 0.0s 05:32:20 05:32:20 #7 [security-spire-config internal] load build definition from Dockerfile 05:32:20 #7 transferring dockerfile: 1.69kB done 05:32:20 #7 DONE 0.0s 05:32:20 05:32:20 #8 [security-proxy-setup internal] load build definition from Dockerfile 05:32:20 #8 transferring dockerfile: 2.50kB done 05:32:20 #8 DONE 0.0s 05:32:20 05:32:20 #9 [security-secretstore-setup internal] load build definition from Dockerfile 05:32:20 #9 transferring dockerfile: 2.49kB done 05:32:20 #9 DONE 0.0s 05:32:20 05:32:20 #10 [security-spiffe-token-provider internal] load build definition from Dockerfile 05:32:20 #10 transferring dockerfile: 1.89kB done 05:32:20 #10 DONE 0.0s 05:32:20 05:32:20 #11 [core-data internal] load build definition from Dockerfile 05:32:20 #11 transferring dockerfile: 2.04kB done 05:32:20 #11 DONE 0.0s 05:32:20 05:32:20 #12 [security-proxy-auth internal] load build definition from Dockerfile 05:32:20 #12 transferring dockerfile: 2.14kB done 05:32:20 #12 DONE 0.0s 05:32:20 05:32:20 #13 [security-spire-server internal] load build definition from Dockerfile 05:32:20 #13 transferring dockerfile: 1.70kB done 05:32:20 #13 DONE 0.0s 05:32:20 05:32:20 #14 [core-metadata internal] load build definition from Dockerfile 05:32:20 #14 transferring dockerfile: 2.10kB done 05:32:20 #14 DONE 0.1s 05:32:20 05:32:20 #15 [support-scheduler internal] load build definition from Dockerfile 05:32:20 #15 transferring dockerfile: 1.83kB done 05:32:20 #15 DONE 0.0s 05:32:20 05:32:20 #16 [security-spire-agent internal] load .dockerignore 05:32:20 #16 transferring context: 50B done 05:32:20 #16 DONE 0.0s 05:32:20 05:32:20 #17 [core-keeper internal] load .dockerignore 05:32:20 #17 transferring context: 50B done 05:32:20 #17 DONE 0.0s 05:32:20 05:32:20 #18 [core-command internal] load .dockerignore 05:32:20 #18 transferring context: 50B done 05:32:20 #18 DONE 0.0s 05:32:20 05:32:20 #19 [core-common-config-bootstrapper internal] load .dockerignore 05:32:20 #19 transferring context: 50B done 05:32:20 #19 DONE 0.0s 05:32:20 05:32:20 #20 [security-bootstrapper internal] load .dockerignore 05:32:20 #20 transferring context: 50B done 05:32:20 #20 DONE 0.0s 05:32:20 05:32:20 #21 [support-notifications internal] load .dockerignore 05:32:20 #21 transferring context: 50B done 05:32:20 #21 DONE 0.0s 05:32:20 05:32:20 #22 [security-spire-config internal] load .dockerignore 05:32:21 #22 transferring context: 50B done 05:32:21 #22 DONE 0.0s 05:32:21 05:32:21 #23 [security-proxy-setup internal] load .dockerignore 05:32:21 #23 transferring context: 50B done 05:32:21 #23 DONE 0.0s 05:32:21 05:32:21 #24 [security-secretstore-setup internal] load .dockerignore 05:32:21 #24 transferring context: 50B done 05:32:21 #24 DONE 0.0s 05:32:21 05:32:21 #25 [security-spiffe-token-provider internal] load .dockerignore 05:32:21 #25 transferring context: 50B done 05:32:21 #25 DONE 0.0s 05:32:21 05:32:21 #26 [core-data internal] load .dockerignore 05:32:21 #26 transferring context: 50B done 05:32:21 #26 DONE 0.0s 05:32:21 05:32:21 #27 [security-spire-server internal] load .dockerignore 05:32:21 #27 transferring context: 50B done 05:32:21 #27 DONE 0.0s 05:32:21 05:32:21 #28 [core-metadata internal] load .dockerignore 05:32:21 #28 transferring context: 50B done 05:32:21 #28 DONE 0.0s 05:32:21 05:32:21 #29 [support-scheduler internal] load .dockerignore 05:32:21 #29 transferring context: 50B done 05:32:21 #29 DONE 0.0s 05:32:21 05:32:21 #30 [security-proxy-auth internal] load .dockerignore 05:32:21 #30 transferring context: 50B done 05:32:21 #30 DONE 0.0s 05:32:21 05:32:21 #31 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.20 05:32:21 #31 DONE 0.1s 05:32:21 05:32:21 #32 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 05:32:21 #32 ... 05:32:21 05:32:21 #33 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 05:32:21 #33 DONE 0.0s 05:32:21 05:32:21 #34 [security-proxy-setup stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:32:21 #34 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 05:32:21 #34 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 05:32:21 #34 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 05:32:21 #34 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 05:32:21 #34 DONE 0.1s 05:32:21 05:32:21 #33 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 05:32:21 #33 DONE 0.0s 05:32:21 05:32:21 #31 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 05:32:21 #31 ... 05:32:21 05:32:21 #34 [security-proxy-auth stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:32:21 #34 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 05:32:21 #34 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 05:32:21 #34 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 05:32:21 #34 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 05:32:21 #34 DONE 0.1s 05:32:21 05:32:21 #33 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 05:32:21 #33 DONE 0.0s 05:32:21 05:32:21 #31 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 05:32:21 #31 ... 05:32:21 05:32:21 #32 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 05:32:21 #32 DONE 0.5s 05:32:21 05:32:21 #34 [security-spire-agent stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:32:21 #34 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 05:32:21 #34 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 05:32:21 #34 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 05:32:21 #34 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 05:32:21 #34 DONE 0.2s 05:32:21 05:32:21 #31 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 05:32:21 #31 DONE 0.4s 05:32:21 05:32:21 #35 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 05:32:21 #35 DONE 0.6s 05:32:21 05:32:21 #36 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:32:21 #36 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:32:21 #36 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.2s done 05:32:22 #36 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 05:32:22 #36 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done 05:32:22 #36 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done 05:32:22 2d8010953d95: Pull complete 05:32:23 #36 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 1.4s 05:32:23 ec743f232bc5: Pull complete 05:32:23 Digest: sha256:a6e51edf931e1c2109943d1a62f1c16b78b2281728f1935e6b3d8efd9a0c5dda 05:32:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 05:32:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh 05:32:23 #36 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.7s 05:32:24 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 05:32:24 WORKDIR /edgex 05:32:24 COPY go.mod . 05:32:24 RUN go mod download 05:32:24 + docker build -t ci-base-image-arm64 -f - . 05:32:24 Sending build context to Docker daemon 3.693MB 05:32:24 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 05:32:24 ---> 12c1d4c06be1 05:32:24 Step 2/4 : WORKDIR /edgex 05:32:24 #36 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 2.5s 05:32:25 #36 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 3.0s 05:32:26 #36 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 4.4s done 05:32:26 #36 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 4.4s 05:32:26 #36 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0B / 36.47MB 4.4s 05:32:26 ---> Running in 39d88feb8238 05:32:26 Removing intermediate container 39d88feb8238 05:32:26 ---> 8b4adce7379b 05:32:26 Step 3/4 : COPY go.mod . 05:32:26 #36 ... 05:32:26 05:32:26 #37 [security-spire-config internal] load build context 05:32:26 #37 transferring context: 22.05kB 0.0s done 05:32:26 #37 DONE 4.8s 05:32:26 05:32:26 #38 [security-spire-server internal] load build context 05:32:26 #38 transferring context: 23.80kB 0.0s done 05:32:26 #38 DONE 4.8s 05:32:26 05:32:26 #39 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 05:32:26 #39 DONE 5.1s 05:32:26 05:32:26 #40 [security-spire-agent internal] load build context 05:32:26 #40 transferring context: 23.33kB 0.0s done 05:32:26 #40 DONE 4.8s 05:32:26 05:32:26 #36 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:32:26 #36 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 4.4s done 05:32:26 #36 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 4.4s done 05:32:26 #36 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 4.4s done 05:32:26 #36 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done 05:32:26 #36 ... 05:32:26 05:32:26 #41 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 05:32:26 #0 1.574 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:32:26 #0 1.723 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:32:26 #0 2.064 (1/2) Installing dumb-init (1.2.5-r3) 05:32:26 #0 2.226 (2/2) Installing su-exec (0.2-r3) 05:32:26 #0 2.231 Executing busybox-1.36.1-r29.trigger 05:32:26 #0 2.242 OK: 8 MiB in 16 packages 05:32:26 #41 DONE 5.2s 05:32:26 05:32:26 #36 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:32:26 #36 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 9.44MB / 36.47MB 4.6s 05:32:26 #36 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 05:32:26 #36 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 19.13MB / 36.47MB 4.7s 05:32:26 #36 ... 05:32:26 05:32:26 #42 [security-proxy-auth builder 1/8] FROM docker.io/library/ci-base-image-x86_64 05:32:26 #42 DONE 5.5s 05:32:26 05:32:26 #36 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:32:26 #36 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 25.17MB / 36.47MB 4.8s 05:32:26 #36 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.1s done 05:32:26 #36 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 35.65MB / 36.47MB 4.9s 05:32:27 ---> ad5070a42f1c 05:32:27 Step 4/4 : RUN go mod download 05:32:27 ---> Running in 5b4113fc781d 05:32:27 #36 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 5.3s done 05:32:31 #36 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 05:32:31 #36 ... 05:32:31 05:32:31 #43 [security-bootstrapper internal] load build context 05:32:31 #43 transferring context: 407.02MB 9.8s 05:32:31 #43 ... 05:32:31 05:32:31 #44 [support-notifications internal] load build context 05:32:31 #44 ... 05:32:31 05:32:31 #45 [core-command internal] load build context 05:32:31 #45 ... 05:32:31 05:32:31 #46 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 05:32:31 #0 5.840 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:32:31 #0 5.922 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:32:31 #0 6.209 (1/7) Installing ca-certificates (20241121-r1) 05:32:31 #0 6.209 (2/7) Installing dumb-init (1.2.5-r3) 05:32:31 #0 6.209 (3/7) Installing libgcc (13.2.1_git20240309-r1) 05:32:31 #0 6.212 (4/7) Installing libsodium (1.0.19-r0) 05:32:31 #0 6.222 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 05:32:31 #0 6.243 (6/7) Installing libzmq (4.3.5-r2) 05:32:31 #0 6.254 (7/7) Installing zeromq (4.3.5-r2) 05:32:31 #0 6.260 Executing busybox-1.36.1-r29.trigger 05:32:31 #0 6.271 Executing ca-certificates-20241121-r1.trigger 05:32:31 #0 6.328 OK: 12 MiB in 21 packages 05:32:31 #46 ... 05:32:31 05:32:31 #47 [core-common-config-bootstrapper internal] load build context 05:32:31 #47 ... 05:32:31 05:32:31 #48 [security-proxy-auth internal] load build context 05:32:31 #48 ... 05:32:31 05:32:31 #49 [support-scheduler internal] load build context 05:32:32 #49 ... 05:32:32 05:32:32 #50 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 05:32:32 #0 5.986 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:32:32 #0 6.091 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:32:32 #0 6.381 v3.20.6-112-g7139c31afd5 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 05:32:32 #0 6.381 v3.20.6-116-gdd75ad0bc46 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 05:32:32 #0 6.381 OK: 24171 distinct packages available 05:32:32 #0 6.434 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:32:32 #0 6.509 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:32:32 #0 6.761 (1/14) Installing ca-certificates (20241121-r1) 05:32:32 #0 6.775 (2/14) Installing brotli-libs (1.1.0-r2) 05:32:32 #0 6.786 (3/14) Installing c-ares (1.33.1-r0) 05:32:32 #0 6.790 (4/14) Installing libunistring (1.2-r0) 05:32:32 #0 6.804 (5/14) Installing libidn2 (2.3.7-r0) 05:32:32 #0 6.808 (6/14) Installing nghttp2-libs (1.62.1-r0) 05:32:32 #0 6.811 (7/14) Installing libpsl (0.21.5-r1) 05:32:32 #0 6.815 (8/14) Installing zstd-libs (1.5.6-r0) 05:32:32 #0 6.828 (9/14) Installing libcurl (8.12.1-r0) 05:32:32 #0 6.837 (10/14) Installing curl (8.12.1-r0) 05:32:32 #0 6.841 (11/14) Installing dumb-init (1.2.5-r3) 05:32:32 #0 6.845 (12/14) Installing musl-obstack (1.2.3-r2) 05:32:32 #0 6.848 (13/14) Installing libucontext (1.2-r3) 05:32:32 #0 6.851 (14/14) Installing gcompat (1.1.0-r4) 05:32:32 #0 6.859 Executing busybox-1.36.1-r29.trigger 05:32:32 #0 6.862 Executing ca-certificates-20241121-r1.trigger 05:32:32 #0 6.898 OK: 13 MiB in 28 packages 05:32:32 #50 ... 05:32:32 05:32:32 #51 [security-proxy-setup internal] load build context 05:32:32 #51 ... 05:32:32 05:32:32 #52 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 05:32:32 #52 ... 05:32:32 05:32:32 #53 [core-metadata internal] load build context 05:32:32 #53 ... 05:32:32 05:32:32 #54 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:32:32 #54 ... 05:32:32 05:32:32 #55 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 05:32:32 #55 ... 05:32:32 05:32:32 #56 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 05:32:32 #56 ... 05:32:32 05:32:32 #57 [security-secretstore-setup internal] load build context 05:32:32 #57 ... 05:32:32 05:32:32 #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 05:32:32 #58 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.2s done 05:32:32 #58 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 05:32:32 #58 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done 05:32:32 #58 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done 05:32:32 #58 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 4.0s done 05:32:32 #58 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 4.1s done 05:32:32 #58 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done 05:32:32 #58 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 4.2s done 05:32:32 #58 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 5.9s done 05:32:32 #58 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 05:32:32 #58 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.1s done 05:32:32 #58 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 1.3s done 05:32:32 #58 ... 05:32:32 05:32:32 #59 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 05:32:33 #59 ... 05:32:33 05:32:33 #60 [security-spiffe-token-provider internal] load build context 05:32:33 #60 transferring context: 503.43MB 11.2s done 05:32:33 #60 ... 05:32:33 05:32:33 #61 [security-proxy-auth builder 2/8] WORKDIR /edgex-go 05:32:33 #61 DONE 6.4s 05:32:33 05:32:33 #62 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init 05:32:33 #0 5.347 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:32:33 #0 5.443 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:32:33 #0 5.716 (1/1) Installing dumb-init (1.2.5-r3) 05:32:33 #0 5.812 Executing busybox-1.36.1-r29.trigger 05:32:33 #0 5.817 OK: 8 MiB in 15 packages 05:32:33 #62 ... 05:32:33 05:32:33 #63 [core-keeper internal] load build context 05:32:33 #63 ... 05:32:33 05:32:33 #64 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 05:32:33 #0 5.951 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:32:33 #0 6.033 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:32:33 #0 6.325 (1/4) Installing dumb-init (1.2.5-r3) 05:32:33 #0 6.330 (2/4) Installing openssl (3.3.3-r0) 05:32:33 #0 6.339 (3/4) Installing su-exec (0.2-r3) 05:32:33 #0 6.343 (4/4) Installing yq-go (4.44.1-r2) 05:32:33 #0 6.412 Executing busybox-1.36.1-r29.trigger 05:32:33 #0 6.420 OK: 19 MiB in 18 packages 05:32:33 #64 ... 05:32:33 05:32:33 #65 [core-data internal] load build context 05:32:33 #65 ... 05:32:33 05:32:33 #36 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:32:33 #36 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 2.2s done 05:32:37 #36 ... 05:32:37 05:32:37 #66 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 05:32:37 #66 ... 05:32:37 05:32:37 #67 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 05:32:37 #67 ... 05:32:37 05:32:37 #48 [security-proxy-auth internal] load build context 05:32:37 #48 transferring context: 503.43MB 11.1s done 05:32:37 #48 DONE 15.4s 05:32:37 05:32:37 #64 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 05:32:37 #64 DONE 15.5s 05:32:37 05:32:37 #50 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 05:32:37 #50 DONE 15.3s 05:32:37 05:32:37 #62 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init 05:32:37 #62 DONE 15.5s 05:32:37 05:32:37 #46 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 05:32:37 #46 DONE 15.5s 05:32:37 05:32:37 #60 [security-spiffe-token-provider internal] load build context 05:32:37 #60 DONE 15.4s 05:32:37 05:32:37 #47 [core-common-config-bootstrapper internal] load build context 05:32:37 #47 transferring context: 503.43MB 11.8s done 05:32:37 #47 DONE 15.6s 05:32:37 05:32:37 #43 [security-bootstrapper internal] load build context 05:32:37 #43 transferring context: 503.43MB 11.9s done 05:32:37 #43 DONE 15.7s 05:32:37 05:32:37 #44 [support-notifications internal] load build context 05:32:37 #44 transferring context: 503.43MB 12.3s done 05:32:37 #44 DONE 15.6s 05:32:37 05:32:37 #68 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade 05:32:37 #68 ... 05:32:37 05:32:37 #57 [security-secretstore-setup internal] load build context 05:32:37 #57 transferring context: 503.43MB 12.1s done 05:32:37 #57 DONE 15.5s 05:32:37 05:32:37 #49 [support-scheduler internal] load build context 05:32:37 #49 transferring context: 503.43MB 12.1s done 05:32:37 #49 DONE 15.3s 05:32:37 05:32:37 #51 [security-proxy-setup internal] load build context 05:32:37 #51 transferring context: 503.43MB 12.5s done 05:32:37 #51 DONE 15.6s 05:32:37 05:32:37 #53 [core-metadata internal] load build context 05:32:37 #53 transferring context: 503.43MB 12.6s done 05:32:37 #53 DONE 15.5s 05:32:37 05:32:37 #45 [core-command internal] load build context 05:32:37 #45 transferring context: 503.43MB 12.6s done 05:32:37 #45 DONE 15.7s 05:32:37 05:32:37 #65 [core-data internal] load build context 05:32:37 #65 transferring context: 503.43MB 12.8s done 05:32:37 #65 DONE 15.5s 05:32:37 05:32:37 #63 [core-keeper internal] load build context 05:32:37 #63 transferring context: 503.43MB 13.8s done 05:32:37 #63 DONE 15.8s 05:32:37 05:32:37 #36 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:32:37 #36 DONE 15.6s 05:32:37 05:32:37 #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 05:32:38 #58 ... 05:32:38 05:32:38 #59 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 05:32:38 #59 15.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:32:38 #59 15.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:32:38 #59 16.30 (1/1) Installing dumb-init (1.2.5-r3) 05:32:38 #59 16.30 Executing busybox-1.36.1-r29.trigger 05:32:38 #59 16.31 OK: 8 MiB in 15 packages 05:32:38 #59 DONE 16.5s 05:32:38 05:32:38 #66 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 05:32:38 #66 11.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:32:38 #66 11.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:32:38 #66 11.42 OK: 8 MiB in 16 packages 05:32:38 #66 DONE 11.6s 05:32:38 05:32:38 #56 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 05:32:38 #56 15.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:32:38 #56 15.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:32:38 #56 16.19 (1/3) Installing ca-certificates (20241121-r1) 05:32:38 #56 16.28 (2/3) Installing dumb-init (1.2.5-r3) 05:32:38 #56 16.32 (3/3) Installing tzdata (2025b-r0) 05:32:38 #56 16.36 Executing busybox-1.36.1-r29.trigger 05:32:38 #56 16.37 Executing ca-certificates-20241121-r1.trigger 05:32:38 #56 16.43 OK: 10 MiB in 17 packages 05:32:38 #56 DONE 16.5s 05:32:38 05:32:38 #52 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 05:32:38 #52 15.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:32:38 #52 15.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:32:38 #52 16.28 (1/4) Installing ca-certificates (20241121-r1) 05:32:38 #52 16.30 (2/4) Installing dumb-init (1.2.5-r3) 05:32:38 #52 16.31 (3/4) Installing su-exec (0.2-r3) 05:32:38 #52 16.31 (4/4) Installing yq-go (4.44.1-r2) 05:32:38 #52 16.40 Executing busybox-1.36.1-r29.trigger 05:32:38 #52 16.40 Executing ca-certificates-20241121-r1.trigger 05:32:38 #52 16.52 OK: 19 MiB in 18 packages 05:32:38 #52 DONE 16.6s 05:32:38 05:32:38 #69 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 05:32:38 #69 ... 05:32:38 05:32:38 #70 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 05:32:38 #70 DONE 3.2s 05:32:38 05:32:38 #54 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:32:38 #54 15.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:32:38 #54 16.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:32:38 #54 16.38 v3.20.6-112-g7139c31afd5 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 05:32:38 #54 16.38 v3.20.6-116-gdd75ad0bc46 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 05:32:38 #54 16.38 OK: 24171 distinct packages available 05:32:38 #54 16.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:32:38 #54 16.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:32:38 #54 16.80 (1/5) Installing dumb-init (1.2.5-r3) 05:32:38 #54 16.81 (2/5) Installing musl-obstack (1.2.3-r2) 05:32:38 #54 16.81 (3/5) Installing libucontext (1.2-r3) 05:32:38 #54 16.81 (4/5) Installing gcompat (1.1.0-r4) 05:32:38 #54 16.82 (5/5) Installing openssl (3.3.3-r0) 05:32:38 #54 16.83 Executing busybox-1.36.1-r29.trigger 05:32:38 #54 16.84 OK: 9 MiB in 19 packages 05:32:38 #54 DONE 17.0s 05:32:38 05:32:38 #55 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 05:32:38 #55 15.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:32:38 #55 15.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:32:38 #55 16.24 v3.20.6-112-g7139c31afd5 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 05:32:38 #55 16.24 v3.20.6-116-gdd75ad0bc46 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 05:32:38 #55 16.24 OK: 24171 distinct packages available 05:32:38 #55 16.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:32:38 #55 16.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:32:38 #55 16.66 (1/4) Installing dumb-init (1.2.5-r3) 05:32:38 #55 16.67 (2/4) Installing musl-obstack (1.2.3-r2) 05:32:38 #55 16.67 (3/4) Installing libucontext (1.2-r3) 05:32:38 #55 16.67 (4/4) Installing gcompat (1.1.0-r4) 05:32:38 #55 16.67 Executing busybox-1.36.1-r29.trigger 05:32:38 #55 16.68 OK: 8 MiB in 18 packages 05:32:38 #55 DONE 16.8s 05:32:38 05:32:38 #71 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 05:32:38 #0 2.983 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:32:38 #0 3.063 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:32:38 #0 3.374 OK: 248 MiB in 58 packages 05:32:38 #71 DONE 3.5s 05:32:38 05:32:38 #72 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 05:32:38 #72 ... 05:32:38 05:32:38 #73 [support-notifications builder 4/7] COPY go.mod vendor* ./ 05:32:38 #73 DONE 0.0s 05:32:38 05:32:38 #74 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 05:32:38 #0 3.048 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:32:38 #0 3.132 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:32:38 #0 3.424 OK: 248 MiB in 58 packages 05:32:38 #74 DONE 3.5s 05:32:38 05:32:38 #75 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 05:32:38 #75 DONE 0.0s 05:32:39 05:32:39 #76 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:32:39 #76 ... 05:32:39 05:32:39 #77 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 05:32:39 #0 3.395 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:32:39 #0 3.490 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:32:39 #0 3.819 OK: 248 MiB in 58 packages 05:32:39 #77 DONE 3.9s 05:32:39 05:32:39 #78 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 05:32:39 #78 DONE 0.1s 05:32:39 05:32:39 #67 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 05:32:39 #67 11.11 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:32:39 #67 11.57 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:32:39 #67 12.31 (1/1) Installing dumb-init (1.2.5-r3) 05:32:39 #67 12.62 Executing busybox-1.36.1-r29.trigger 05:32:39 #67 12.63 OK: 8 MiB in 15 packages 05:32:39 #67 DONE 12.8s 05:32:39 05:32:39 #79 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:32:39 #79 ... 05:32:39 05:32:39 #80 [core-data builder 3/7] RUN apk add --update --no-cache make git 05:32:39 #0 3.889 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:32:39 #0 3.964 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:32:39 #0 4.236 OK: 248 MiB in 58 packages 05:32:39 #80 DONE 4.3s 05:32:39 05:32:39 #81 [core-command builder 4/7] COPY go.mod vendor* ./ 05:32:39 #81 DONE 0.0s 05:32:39 05:32:39 #82 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:32:40 #82 ... 05:32:40 05:32:40 #83 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 05:32:40 #0 3.677 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:32:40 #0 3.759 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:32:40 #0 4.063 v3.20.6-112-g7139c31afd5 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 05:32:40 #0 4.063 v3.20.6-116-gdd75ad0bc46 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 05:32:40 #0 4.063 OK: 24171 distinct packages available 05:32:40 #0 4.131 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:32:40 #0 4.200 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:32:40 #0 4.485 OK: 248 MiB in 58 packages 05:32:40 #83 DONE 4.6s 05:32:40 05:32:40 #84 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 05:32:40 #0 2.443 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:32:40 #0 2.530 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:32:40 #0 2.849 OK: 19 MiB in 18 packages 05:32:40 #84 DONE 3.0s 05:32:40 05:32:40 #85 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 05:32:40 #85 DONE 0.0s 05:32:40 05:32:40 #86 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 05:32:40 #86 DONE 0.1s 05:32:40 05:32:40 #87 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:32:40 #87 ... 05:32:40 05:32:40 #88 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 05:32:40 #0 2.863 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:32:40 #0 2.945 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:32:40 #0 3.215 OK: 13 MiB in 28 packages 05:32:40 #88 DONE 3.3s 05:32:40 05:32:40 #68 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade 05:32:40 #68 3.448 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:32:40 #68 3.524 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:32:40 #68 3.806 OK: 8 MiB in 15 packages 05:32:40 #68 DONE 3.9s 05:32:40 05:32:40 #89 [core-data stage-1 3/7] RUN apk --no-cache upgrade 05:32:40 #0 2.657 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:32:40 #0 2.727 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:32:41 #89 ... 05:32:41 05:32:41 #90 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 05:32:41 #0 3.614 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:32:41 #0 3.674 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:32:41 #0 4.002 OK: 12 MiB in 21 packages 05:32:41 #90 DONE 4.2s 05:32:41 05:32:41 #91 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 05:32:41 #91 DONE 3.0s 05:32:41 05:32:41 #89 [core-data stage-1 3/7] RUN apk --no-cache upgrade 05:32:41 #89 3.009 OK: 8 MiB in 15 packages 05:32:41 #89 DONE 3.1s 05:32:41 05:32:41 #92 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 05:32:41 #92 DONE 0.0s 05:32:41 05:32:41 #69 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 05:32:41 #69 2.955 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:32:41 #69 3.047 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:32:41 #69 3.327 OK: 19 MiB in 18 packages 05:32:41 #69 DONE 3.5s 05:32:41 05:32:41 #93 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 05:32:41 #0 2.914 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:32:41 #0 3.006 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:32:41 #0 3.292 OK: 10 MiB in 17 packages 05:32:41 #93 DONE 3.4s 05:32:41 05:32:41 #72 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 05:32:41 #72 2.944 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:32:42 #72 ... 05:32:42 05:32:42 #94 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 05:32:42 #0 2.980 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:32:42 #0 3.055 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:32:42 #0 3.336 OK: 8 MiB in 18 packages 05:32:42 #94 DONE 3.4s 05:32:42 05:32:42 #95 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:32:42 #95 ... 05:32:42 05:32:42 #96 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 05:32:42 #0 2.676 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:32:42 #0 3.130 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:32:42 #0 3.913 OK: 248 MiB in 58 packages 05:32:42 #96 DONE 4.2s 05:32:42 05:32:42 #95 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:32:42 #95 DONE 0.5s 05:32:42 05:32:42 #97 [core-keeper builder 5/8] COPY go.mod vendor* ./ 05:32:42 #97 DONE 0.1s 05:32:42 05:32:42 #98 [security-spire-config stage-2 5/10] COPY Attribution.txt / 05:32:42 #98 DONE 0.1s 05:32:42 05:32:42 #99 [security-spire-config stage-2 6/10] COPY security.txt / 05:32:42 #99 DONE 0.0s 05:32:42 05:32:42 #100 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:32:42 #100 ... 05:32:42 05:32:42 #101 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 05:32:42 #101 DONE 0.0s 05:32:42 05:32:42 #102 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 05:32:42 #102 DONE 0.0s 05:32:42 05:32:42 #103 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 05:32:42 #103 DONE 0.0s 05:32:43 05:32:43 #72 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 05:32:43 #72 3.880 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:32:43 #72 4.198 OK: 9 MiB in 19 packages 05:32:43 #72 DONE 4.5s 05:32:43 05:32:43 #104 [security-spire-config] exporting to image 05:32:43 #104 exporting layers 05:32:43 #104 ... 05:32:43 05:32:43 #105 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 05:32:43 #105 DONE 0.7s 05:32:43 05:32:43 #106 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:32:43 #106 DONE 0.7s 05:32:43 05:32:43 #104 [security-spire-config] exporting to image 05:32:43 #104 exporting layers 0.8s done 05:32:43 #104 writing image sha256:5b581c416abdd8d7011ff00cb31c3b8287ac2cb6a14544bc98630223d6d23372 0.0s done 05:32:43 #104 naming to docker.io/library/security-spire-config done 05:32:43 #104 DONE 0.8s 05:32:43 05:32:43 #107 [security-spire-server stage-2 5/9] COPY Attribution.txt / 05:32:43 #107 DONE 0.1s 05:32:43 05:32:43 #108 [security-spire-server stage-2 6/9] COPY security.txt / 05:32:44 #108 DONE 0.4s 05:32:44 05:32:44 #109 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 05:32:44 #109 DONE 0.0s 05:32:44 05:32:44 #110 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 05:32:44 #110 DONE 0.0s 05:32:44 05:32:44 #111 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:32:44 #111 DONE 0.5s 05:32:44 05:32:44 #112 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 05:32:44 #112 DONE 0.1s 05:32:44 05:32:44 #113 [security-spire-agent stage-3 7/10] COPY security.txt / 05:32:44 #113 DONE 0.1s 05:32:44 05:32:44 #114 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 05:32:44 #114 DONE 0.0s 05:32:44 05:32:44 #115 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 05:32:44 #115 DONE 0.1s 05:32:44 05:32:44 #116 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 05:32:44 #116 DONE 0.0s 05:32:44 05:32:44 #104 [security-spire-server] exporting to image 05:32:44 #104 ... 05:32:44 05:32:44 #117 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 05:32:44 #117 DONE 0.0s 05:32:44 05:32:44 #104 [security-spire-agent] exporting to image 05:32:45 #104 exporting layers 0.8s done 05:32:45 #104 writing image sha256:2a030ea99215c07acb68248535857adacee9642819de7af32b012ba5d814cda2 done 05:32:45 #104 naming to docker.io/library/security-spire-server done 05:32:45 #104 exporting layers 0.8s done 05:32:45 #104 writing image sha256:deca47714168ebae5cbaafc37f1ff0865975ab94a47e9bbe18c34e36eb5d09ed done 05:32:45 #104 naming to docker.io/library/security-spire-agent done 05:32:45 #104 DONE 1.9s 05:32:45 05:32:45 #118 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:33:07 #118 DONE 26.9s 05:33:07 05:33:07 #76 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:33:07 #76 DONE 26.8s 05:33:07 05:33:07 #87 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:33:07 #87 DONE 25.6s 05:33:07 05:33:07 #100 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:33:07 #100 DONE 22.9s 05:33:07 05:33:07 #82 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:33:07 #82 DONE 26.0s 05:33:07 05:33:07 #79 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:33:07 #79 DONE 26.4s 05:33:07 05:33:07 #119 [core-command builder 6/7] COPY . . 05:33:12 #119 ... 05:33:12 05:33:12 #120 [security-bootstrapper builder 6/7] COPY . . 05:33:12 #120 DONE 7.3s 05:33:12 05:33:12 #121 [security-spiffe-token-provider builder 6/7] COPY . . 05:33:12 #121 DONE 7.3s 05:33:12 05:33:12 #122 [core-keeper builder 7/8] COPY . . 05:33:12 #122 DONE 7.3s 05:33:12 05:33:12 #123 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:33:12 #123 CACHED 05:33:12 05:33:12 #124 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 05:33:12 #124 CACHED 05:33:12 05:33:12 #125 [security-secretstore-setup builder 6/7] COPY . . 05:33:12 #125 CACHED 05:33:12 05:33:12 #126 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:33:12 #126 CACHED 05:33:12 05:33:12 #127 [security-proxy-setup builder 6/7] COPY . . 05:33:12 #127 CACHED 05:33:12 05:33:12 #128 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 05:33:12 #128 CACHED 05:33:12 05:33:12 #129 [support-notifications builder 6/7] COPY . . 05:33:12 #129 DONE 7.3s 05:33:12 05:33:12 #130 [core-metadata builder 6/7] COPY . . 05:33:12 #130 CACHED 05:33:12 05:33:12 #131 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:33:12 #131 CACHED 05:33:12 05:33:12 #132 [core-metadata builder 4/7] COPY go.mod vendor* ./ 05:33:12 #132 CACHED 05:33:12 05:33:12 #119 [core-command builder 6/7] COPY . . 05:33:12 #119 DONE 7.3s 05:33:12 05:33:12 #133 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:33:13 #133 ... 05:33:13 05:33:13 #134 [support-scheduler builder 6/7] COPY . . 05:33:13 #134 DONE 7.4s 05:33:13 05:33:13 #135 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 05:33:13 #135 CACHED 05:33:13 05:33:13 #136 [security-proxy-auth builder 6/7] COPY . . 05:33:13 #136 CACHED 05:33:13 05:33:13 #137 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:33:13 #137 CACHED 05:33:13 05:33:13 #138 [core-common-config-bootstrapper builder 6/7] COPY . . 05:33:13 #138 CACHED 05:33:13 05:33:13 #139 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:33:13 #139 CACHED 05:33:13 05:33:13 #140 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 05:33:13 #140 CACHED 05:33:13 05:33:13 #141 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:33:13 #141 CACHED 05:33:13 05:33:13 #142 [core-data builder 6/7] COPY . . 05:33:13 #142 CACHED 05:33:13 05:33:13 #143 [core-data builder 4/7] COPY go.mod vendor* ./ 05:33:13 #143 CACHED 05:33:13 05:33:13 #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:33:14 #144 1.103 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.6 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 05:33:23 Removing intermediate container 5b4113fc781d 05:33:23 ---> 0aad30dce0b4 05:33:23 Successfully built 0aad30dce0b4 05:33:23 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:33:23 + docker inspect -f . ci-base-image-arm64 05:33:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:33:24 prd-ubuntu20.04-docker-arm64-4c-16g-248 does not seem to be running inside a container 05:33:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/831 -v /w/workspace/edgex-go/831:/w/workspace/edgex-go/831:rw,z -v /w/workspace/edgex-go/831@tmp:/w/workspace/edgex-go/831@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 05:33:24 #144 ... 05:33:24 05:33:24 #145 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 05:33:24 #0 0.640 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.6 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 05:33:24 #145 ... 05:33:24 05:33:24 #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:33:24 #0 1.229 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.6 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 05:33:24 #146 ... 05:33:24 05:33:24 #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 05:33:24 #0 1.305 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.6 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 05:33:24 #147 ... 05:33:24 05:33:24 #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 05:33:24 #0 1.185 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.6 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 05:33:24 #148 ... 05:33:24 05:33:24 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 05:33:24 #0 0.694 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.6 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 05:33:24 #149 ... 05:33:24 05:33:24 #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:33:24 #0 1.106 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.6 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 05:33:24 #150 ... 05:33:24 05:33:24 #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 05:33:24 #0 1.437 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.6 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 05:33:24 #151 ... 05:33:24 05:33:24 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 05:33:24 #0 1.377 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.6 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 05:33:24 #152 ... 05:33:24 05:33:24 #153 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 05:33:24 #0 0.349 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.6 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 05:33:24 #153 ... 05:33:24 05:33:24 #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 05:33:24 #0 0.445 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.6 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 05:33:24 #154 ... 05:33:24 05:33:24 #133 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:33:24 #133 1.530 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.6 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 05:33:25 $ docker top af214932a6ac87a5ada8fd058161ee43d22f1d3ac4dfbe64072da9c42a222b31 -eo pid,comm [Pipeline] { [Pipeline] sh 05:33:26 + go version 05:33:26 go version go1.23.8 linux/arm64 [Pipeline] } 05:33:26 $ docker stop --time=1 af214932a6ac87a5ada8fd058161ee43d22f1d3ac4dfbe64072da9c42a222b31 05:33:27 $ docker rm -f --volumes af214932a6ac87a5ada8fd058161ee43d22f1d3ac4dfbe64072da9c42a222b31 [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 05:33:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 05:33:28 05:33:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:33:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 05:33:29 latest: Pulling from edgex-devops/edgex-compose-arm64 05:33:29 547446be3368: Pulling fs layer 05:33:29 d125d8839a47: Pulling fs layer 05:33:29 3e85d5ac6304: Pulling fs layer 05:33:29 c3105a71a48b: Pulling fs layer 05:33:29 0f093f025ec4: Pulling fs layer 05:33:29 c3106fc0e877: Pulling fs layer 05:33:29 c3105a71a48b: Waiting 05:33:29 c3106fc0e877: Waiting 05:33:29 0f093f025ec4: Waiting 05:33:29 547446be3368: Verifying Checksum 05:33:29 c3105a71a48b: Verifying Checksum 05:33:29 c3105a71a48b: Download complete 05:33:29 d125d8839a47: Verifying Checksum 05:33:29 d125d8839a47: Download complete 05:33:29 c3106fc0e877: Verifying Checksum 05:33:29 c3106fc0e877: Download complete 05:33:29 0f093f025ec4: Verifying Checksum 05:33:29 0f093f025ec4: Download complete 05:33:29 547446be3368: Pull complete 05:33:30 d125d8839a47: Pull complete 05:33:31 3e85d5ac6304: Verifying Checksum 05:33:31 3e85d5ac6304: Download complete 05:33:41 3e85d5ac6304: Pull complete 05:33:41 c3105a71a48b: Pull complete 05:33:42 0f093f025ec4: Pull complete 05:33:42 c3106fc0e877: Pull complete 05:33:43 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 05:33:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 05:33:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:33:43 prd-ubuntu20.04-docker-arm64-4c-16g-248 does not seem to be running inside a container 05:33:43 $ 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/831 -v /w/workspace/edgex-go/831:/w/workspace/edgex-go/831:rw,z -v /w/workspace/edgex-go/831@tmp:/w/workspace/edgex-go/831@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 05:33:45 $ docker top 8c203bb599aadfd40c645ed541f52c4fc588b6958bfd4c7384f5ff61efc75813 -eo pid,comm [Pipeline] { [Pipeline] sh 05:33:46 + docker compose -f ./docker-compose-build.yml build --parallel 05:33:56 #1 [security-proxy-setup internal] load build definition from Dockerfile 05:33:56 #1 transferring dockerfile: 2.50kB done 05:33:56 #1 DONE 0.1s 05:33:56 05:33:56 #2 [support-notifications internal] load build definition from Dockerfile 05:33:56 #2 transferring dockerfile: 2.00kB done 05:33:56 #2 DONE 0.0s 05:33:56 05:33:56 #3 [core-metadata internal] load build definition from Dockerfile 05:33:56 #3 transferring dockerfile: 2.10kB 0.0s done 05:33:56 #3 DONE 0.1s 05:33:56 05:33:56 #4 [security-spire-server internal] load build definition from Dockerfile 05:33:56 #4 transferring dockerfile: 1.70kB 0.0s done 05:33:56 #4 DONE 0.1s 05:33:56 05:33:56 #5 [security-bootstrapper internal] load build definition from Dockerfile 05:33:56 #5 transferring dockerfile: 3.02kB done 05:33:56 #5 DONE 0.1s 05:33:56 05:33:56 #6 [core-command internal] load build definition from Dockerfile 05:33:56 #6 transferring dockerfile: 1.94kB done 05:33:56 #6 DONE 0.1s 05:33:56 05:33:56 #7 [core-keeper internal] load build definition from Dockerfile 05:33:56 #7 transferring dockerfile: 2.01kB done 05:33:56 #7 DONE 0.1s 05:33:56 05:33:56 #8 [security-proxy-auth internal] load build definition from Dockerfile 05:33:56 #8 transferring dockerfile: 2.14kB done 05:33:56 #8 DONE 0.1s 05:33:56 05:33:56 #9 [support-scheduler internal] load build definition from Dockerfile 05:33:56 #9 transferring dockerfile: 1.83kB done 05:33:56 #9 DONE 0.1s 05:33:56 05:33:56 #10 [security-secretstore-setup internal] load build definition from Dockerfile 05:33:56 #10 transferring dockerfile: 2.49kB done 05:33:56 #10 DONE 0.1s 05:33:56 05:33:56 #11 [security-spire-agent internal] load build definition from Dockerfile 05:33:56 #11 transferring dockerfile: 1.81kB 0.0s done 05:33:56 #11 DONE 0.1s 05:33:56 05:33:56 #12 [core-data internal] load build definition from Dockerfile 05:33:56 #12 transferring dockerfile: 2.04kB done 05:33:56 #12 DONE 0.1s 05:33:56 05:33:56 #13 [security-spire-config internal] load build definition from Dockerfile 05:33:56 #13 transferring dockerfile: 1.69kB 0.0s done 05:33:56 #13 DONE 0.1s 05:33:56 05:33:56 #14 [core-common-config-bootstrapper internal] load build definition from Dockerfile 05:33:56 #14 transferring dockerfile: 2.23kB done 05:33:56 #14 DONE 0.1s 05:33:56 05:33:56 #15 [security-spiffe-token-provider internal] load build definition from Dockerfile 05:33:56 #15 transferring dockerfile: 1.89kB done 05:33:56 #15 DONE 0.1s 05:33:56 05:33:56 #16 [security-proxy-setup internal] load .dockerignore 05:33:56 #16 transferring context: 50B 0.0s done 05:33:56 #16 DONE 0.1s 05:33:57 05:33:57 #17 [support-notifications internal] load .dockerignore 05:33:57 #17 transferring context: 50B 0.0s done 05:33:57 #17 DONE 0.1s 05:33:57 05:33:57 #18 [core-metadata internal] load .dockerignore 05:33:57 #18 transferring context: 50B done 05:33:57 #18 DONE 0.0s 05:33:57 05:33:57 #19 [security-spire-server internal] load .dockerignore 05:33:57 #19 transferring context: 50B done 05:33:57 #19 DONE 0.1s 05:33:57 05:33:57 #20 [security-bootstrapper internal] load .dockerignore 05:33:57 #20 transferring context: 50B done 05:33:57 #20 DONE 0.1s 05:33:57 05:33:57 #21 [core-command internal] load .dockerignore 05:33:57 #21 transferring context: 50B 0.0s done 05:33:57 #21 DONE 0.1s 05:33:57 05:33:57 #22 [core-keeper internal] load .dockerignore 05:33:57 #22 transferring context: 50B done 05:33:57 #22 DONE 0.0s 05:33:57 05:33:57 #23 [security-proxy-auth internal] load .dockerignore 05:33:57 #23 transferring context: 50B done 05:33:57 #23 DONE 0.1s 05:33:57 05:33:57 #24 [support-scheduler internal] load .dockerignore 05:33:57 #24 transferring context: 50B done 05:33:57 #24 DONE 0.1s 05:33:57 05:33:57 #25 [security-secretstore-setup internal] load .dockerignore 05:33:57 #25 transferring context: 50B done 05:33:57 #25 DONE 0.1s 05:33:57 05:33:57 #26 [security-spire-agent internal] load .dockerignore 05:33:57 #26 transferring context: 50B 0.0s done 05:33:57 #26 DONE 0.1s 05:33:57 05:33:57 #27 [core-data internal] load .dockerignore 05:33:57 #27 transferring context: 50B done 05:33:57 #27 DONE 0.1s 05:33:57 05:33:57 #28 [security-spire-config internal] load .dockerignore 05:33:57 #28 transferring context: 50B done 05:33:57 #28 DONE 0.1s 05:33:57 05:33:57 #29 [core-common-config-bootstrapper internal] load .dockerignore 05:33:57 #29 transferring context: 50B done 05:33:57 #29 DONE 0.1s 05:33:57 05:33:57 #30 [security-spiffe-token-provider internal] load .dockerignore 05:33:57 #30 transferring context: 50B 0.0s done 05:33:57 #30 DONE 0.1s 05:33:57 05:33:57 #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:33:57 #31 DONE 0.0s 05:33:57 05:33:57 #32 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 05:33:57 #32 DONE 0.2s 05:33:57 05:33:57 #33 [security-proxy-setup stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:33:57 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 05:33:58 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 05:33:58 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 05:33:58 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 05:33:58 #33 DONE 0.1s 05:33:58 05:33:58 #34 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 05:33:58 #34 ... 05:33:58 05:33:58 #35 [security-proxy-setup internal] load build context 05:33:58 #35 transferring context: 3.22MB 0.6s done 05:33:58 #35 DONE 0.8s 05:33:58 05:33:58 #33 [support-notifications stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:33:58 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 05:33:58 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 05:33:58 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 05:33:58 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 05:33:58 #33 DONE 0.2s 05:33:58 05:33:58 #36 [support-notifications internal] load build context 05:33:58 #36 DONE 0.0s 05:33:58 05:33:58 #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:33:58 #31 DONE 0.0s 05:33:58 05:33:58 #37 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 05:33:58 #37 DONE 1.5s 05:33:58 05:33:58 #32 [core-metadata internal] load metadata for docker.io/library/alpine:3.20 05:33:59 #32 DONE 0.3s 05:33:59 05:33:59 #33 [core-metadata stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:33:59 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 05:33:59 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 05:33:59 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 05:33:59 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 05:33:59 #33 DONE 0.2s 05:33:59 05:33:59 #37 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 05:33:59 #37 DONE 1.5s 05:33:59 05:33:59 #38 [core-metadata builder 2/7] WORKDIR /edgex-go 05:33:59 #38 ... 05:33:59 05:33:59 #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:33:59 #31 DONE 0.0s 05:33:59 05:33:59 #39 [core-metadata internal] load build context 05:33:59 #39 ... 05:33:59 05:33:59 #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:33:59 #31 DONE 0.0s 05:33:59 05:33:59 #39 [core-metadata internal] load build context 05:33:59 #39 ... 05:33:59 05:33:59 #33 [security-bootstrapper stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:33:59 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 05:33:59 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 05:33:59 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 05:33:59 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 05:33:59 #33 DONE 0.3s 05:33:59 05:33:59 #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:33:59 #31 DONE 0.0s 05:33:59 05:33:59 #40 [core-command internal] load build context 05:33:59 #40 DONE 0.0s 05:33:59 05:33:59 #37 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 05:33:59 #37 DONE 1.6s 05:33:59 05:33:59 #38 [security-bootstrapper builder 2/7] WORKDIR /edgex-go 05:33:59 #38 DONE 1.1s 05:33:59 05:33:59 #39 [core-metadata internal] load build context 05:33:59 #39 ... 05:33:59 05:33:59 #32 [core-keeper internal] load metadata for docker.io/library/alpine:3.20 05:33:59 #32 DONE 0.8s 05:33:59 05:33:59 #39 [core-metadata internal] load build context 05:33:59 #39 ... 05:33:59 05:33:59 #33 [core-keeper stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:33:59 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 05:33:59 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 05:33:59 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 05:33:59 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 05:33:59 #33 DONE 0.3s 05:33:59 05:33:59 #37 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 05:33:59 #37 DONE 1.6s 05:33:59 05:33:59 #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:33:59 #31 DONE 0.0s 05:33:59 05:33:59 #38 [core-keeper builder 2/7] WORKDIR /edgex-go 05:33:59 #38 DONE 1.2s 05:33:59 05:33:59 #39 [core-metadata internal] load build context 05:33:59 #39 ... 05:33:59 05:33:59 #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:33:59 #31 DONE 0.0s 05:33:59 05:33:59 #39 [core-metadata internal] load build context 05:34:00 #39 ... 05:34:00 05:34:00 #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:34:00 #31 DONE 0.0s 05:34:00 05:34:00 #39 [core-metadata internal] load build context 05:34:00 #39 ... 05:34:00 05:34:00 #36 [support-notifications internal] load build context 05:34:00 #36 transferring context: 3.22MB 1.3s done 05:34:00 #36 DONE 1.4s 05:34:00 05:34:00 #39 [core-metadata internal] load build context 05:34:00 #39 transferring context: 3.22MB 1.2s done 05:34:00 #39 DONE 1.6s 05:34:00 05:34:00 #41 [security-bootstrapper internal] load build context 05:34:00 #41 ... 05:34:00 05:34:00 #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:34:00 #31 DONE 0.0s 05:34:00 05:34:00 #41 [security-bootstrapper internal] load build context 05:34:00 #41 ... 05:34:00 05:34:00 #33 [support-scheduler stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:34:00 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 05:34:00 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 05:34:00 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 05:34:00 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 05:34:00 #33 DONE 0.4s 05:34:00 05:34:00 #37 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 05:34:00 #37 DONE 1.7s 05:34:00 05:34:00 #38 [support-scheduler builder 2/7] WORKDIR /edgex-go 05:34:00 #38 DONE 1.3s 05:34:00 05:34:00 #32 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 05:34:00 #32 DONE 2.0s 05:34:00 05:34:00 #41 [security-bootstrapper internal] load build context 05:34:01 #41 ... 05:34:01 05:34:01 #33 [security-proxy-auth stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:34:01 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 05:34:01 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 05:34:01 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 05:34:01 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 05:34:01 #33 DONE 0.4s 05:34:01 05:34:01 #37 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 05:34:01 #37 DONE 1.7s 05:34:01 05:34:01 #38 [security-proxy-auth builder 2/7] WORKDIR /edgex-go 05:34:01 #38 DONE 1.3s 05:34:01 05:34:01 #41 [security-bootstrapper internal] load build context 05:34:01 #41 ... 05:34:01 05:34:01 #33 [security-secretstore-setup stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:34:01 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 05:34:01 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 05:34:01 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 05:34:01 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 05:34:01 #33 DONE 0.4s 05:34:01 05:34:01 #37 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 05:34:01 #37 DONE 1.7s 05:34:01 05:34:01 #38 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go 05:34:01 #38 DONE 1.3s 05:34:01 05:34:01 #41 [security-bootstrapper internal] load build context 05:34:01 #41 ... 05:34:01 05:34:01 #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:34:01 #31 DONE 0.0s 05:34:01 05:34:01 #41 [security-bootstrapper internal] load build context 05:34:01 #41 ... 05:34:01 05:34:01 #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:34:01 #31 DONE 0.0s 05:34:01 05:34:01 #41 [security-bootstrapper internal] load build context 05:34:02 #41 ... 05:34:02 05:34:02 #42 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 05:34:02 #42 DONE 3.3s 05:34:02 05:34:02 #41 [security-bootstrapper internal] load build context 05:34:02 #41 transferring context: 3.22MB 2.5s done 05:34:02 #41 ... 05:34:02 05:34:02 #33 [security-spire-server stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:34:02 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 05:34:02 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 05:34:02 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 05:34:02 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 05:34:02 #33 DONE 0.4s 05:34:02 05:34:02 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:34:02 #43 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:34:02 #43 ... 05:34:02 05:34:02 #41 [security-bootstrapper internal] load build context 05:34:02 #41 DONE 3.2s 05:34:02 05:34:02 #32 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 05:34:02 #32 DONE 3.6s 05:34:02 05:34:02 #34 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 05:34:02 #34 4.653 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:34:03 #34 ... 05:34:03 05:34:03 #33 [security-spiffe-token-provider stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:34:03 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 05:34:03 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 05:34:03 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 05:34:03 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 05:34:03 #33 DONE 0.4s 05:34:03 05:34:03 #37 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 05:34:03 #37 DONE 1.7s 05:34:03 05:34:03 #38 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go 05:34:03 #38 DONE 1.3s 05:34:03 05:34:03 #33 [core-common-config-bootstrapper stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:34:03 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 05:34:03 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 05:34:03 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 05:34:03 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 05:34:03 #33 DONE 0.4s 05:34:03 05:34:03 #37 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 05:34:03 #37 DONE 1.7s 05:34:03 05:34:03 #38 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go 05:34:03 #38 DONE 1.3s 05:34:03 05:34:03 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:34:03 #43 ... 05:34:03 05:34:03 #40 [core-command internal] load build context 05:34:03 #40 transferring context: 3.22MB 3.4s done 05:34:03 #40 DONE 3.8s 05:34:03 05:34:03 #44 [core-keeper internal] load build context 05:34:03 #44 transferring context: 3.22MB 2.8s done 05:34:03 #44 DONE 4.0s 05:34:03 05:34:03 #45 [core-data internal] load build context 05:34:04 #45 ... 05:34:04 05:34:04 #46 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 05:34:04 #46 DONE 3.9s 05:34:04 05:34:04 #45 [core-data internal] load build context 05:34:04 #45 ... 05:34:04 05:34:04 #33 [security-spire-agent stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:34:04 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 05:34:04 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 05:34:04 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 05:34:04 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 05:34:04 #33 DONE 0.4s 05:34:04 05:34:04 #45 [core-data internal] load build context 05:34:05 #45 ... 05:34:05 05:34:05 #47 [security-spire-server internal] load build context 05:34:05 #47 transferring context: 23.80kB 0.4s done 05:34:05 #47 DONE 3.8s 05:34:05 05:34:05 #45 [core-data internal] load build context 05:34:07 #45 ... 05:34:07 05:34:07 #34 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 05:34:07 #34 5.073 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:34:07 #34 7.113 (1/4) Installing dumb-init (1.2.5-r3) 05:34:07 #34 7.113 (2/4) Installing openssl (3.3.3-r0) 05:34:07 #34 7.183 (3/4) Installing su-exec (0.2-r3) 05:34:07 #34 7.183 (4/4) Installing yq-go (4.44.1-r2) 05:34:07 #34 7.526 Executing busybox-1.36.1-r29.trigger 05:34:07 #34 7.526 OK: 20 MiB in 18 packages 05:34:07 #34 DONE 9.3s 05:34:07 05:34:07 #45 [core-data internal] load build context 05:34:08 #45 transferring context: 3.22MB 6.4s done 05:34:08 #45 ... 05:34:08 05:34:08 #48 [security-spire-config internal] load build context 05:34:08 #48 transferring context: 22.05kB 0.6s done 05:34:08 #48 DONE 5.4s 05:34:08 05:34:08 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:34:08 #43 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 2.8s done 05:34:08 #43 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 05:34:08 #43 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 05:34:08 #43 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 05:34:08 #43 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.6s done 05:34:08 #43 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.9s done 05:34:08 #43 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 2.4s done 05:34:08 #43 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.2s done 05:34:09 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 2.9s 05:34:09 #43 ... 05:34:09 05:34:09 #49 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 05:34:09 #0 8.092 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:34:09 #0 8.561 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:34:09 #49 ... 05:34:09 05:34:09 #50 [security-proxy-auth internal] load build context 05:34:09 #50 transferring context: 3.22MB 5.7s done 05:34:09 #50 DONE 7.9s 05:34:09 05:34:09 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:34:09 #43 ... 05:34:09 05:34:09 #51 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 05:34:09 #51 ... 05:34:09 05:34:09 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:34:09 #43 ... 05:34:09 05:34:09 #52 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 05:34:09 #0 9.759 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:34:09 #52 ... 05:34:09 05:34:09 #53 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 05:34:09 #53 ... 05:34:09 05:34:09 #54 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 05:34:09 #54 ... 05:34:09 05:34:09 #45 [core-data internal] load build context 05:34:09 #45 DONE 8.8s 05:34:09 05:34:09 #55 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 05:34:10 #55 ... 05:34:10 05:34:10 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:34:10 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 2.10MB / 33.17MB 4.0s 05:34:10 #43 ... 05:34:10 05:34:10 #56 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 05:34:10 #56 ... 05:34:10 05:34:10 #57 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 05:34:10 #57 ... 05:34:10 05:34:10 #53 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 05:34:10 #53 DONE 10.7s 05:34:10 05:34:10 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:34:10 #43 ... 05:34:10 05:34:10 #58 [support-scheduler internal] load build context 05:34:10 #58 transferring context: 3.22MB 5.4s done 05:34:11 #58 ... 05:34:11 05:34:11 #59 [security-spire-agent internal] load build context 05:34:11 #59 transferring context: 23.33kB 0.3s done 05:34:11 #59 DONE 6.8s 05:34:11 05:34:11 #60 [security-secretstore-setup internal] load build context 05:34:11 #60 transferring context: 3.22MB 7.1s done 05:34:11 #60 ... 05:34:11 05:34:11 #61 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 05:34:11 #61 ... 05:34:11 05:34:11 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:34:11 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 4.19MB / 33.17MB 5.4s 05:34:11 #43 ... 05:34:11 05:34:11 #58 [support-scheduler internal] load build context 05:34:11 #58 DONE 10.5s 05:34:11 05:34:11 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:34:11 #43 ... 05:34:11 05:34:11 #62 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 05:34:11 #62 ... 05:34:11 05:34:11 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:34:12 #43 ... 05:34:12 05:34:12 #63 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 05:34:12 #63 ... 05:34:12 05:34:12 #51 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 05:34:12 #51 13.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:34:12 #51 ... 05:34:12 05:34:12 #60 [security-secretstore-setup internal] load build context 05:34:12 #60 DONE 11.2s 05:34:12 05:34:12 #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 05:34:12 #64 ... 05:34:12 05:34:12 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:34:12 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 6.09MB / 33.17MB 6.5s 05:34:13 #43 ... 05:34:13 05:34:13 #49 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 05:34:13 #49 10.56 (1/7) Installing ca-certificates (20241121-r1) 05:34:13 #49 10.69 (2/7) Installing dumb-init (1.2.5-r3) 05:34:13 #49 10.70 (3/7) Installing libgcc (13.2.1_git20240309-r1) 05:34:13 #49 10.78 (4/7) Installing libsodium (1.0.19-r0) 05:34:13 #49 10.78 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 05:34:13 #49 10.87 (6/7) Installing libzmq (4.3.5-r2) 05:34:13 #49 10.92 (7/7) Installing zeromq (4.3.5-r2) 05:34:13 #49 10.99 Executing busybox-1.36.1-r29.trigger 05:34:13 #49 11.12 Executing ca-certificates-20241121-r1.trigger 05:34:13 #49 11.70 OK: 14 MiB in 21 packages 05:34:13 #49 DONE 14.1s 05:34:13 05:34:13 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:34:13 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 8.39MB / 33.17MB 7.1s 05:34:13 #43 ... 05:34:13 05:34:13 #65 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:34:13 #65 ... 05:34:13 05:34:13 #66 [security-spiffe-token-provider internal] load build context 05:34:13 #66 ... 05:34:13 05:34:13 #67 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 05:34:13 #67 ... 05:34:13 05:34:13 #68 [core-common-config-bootstrapper internal] load build context 05:34:13 #68 ... 05:34:13 05:34:13 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:34:13 #43 ... 05:34:13 05:34:13 #52 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 05:34:13 #52 10.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:34:13 #52 12.81 OK: 239 MiB in 58 packages 05:34:13 #52 DONE 14.1s 05:34:13 05:34:13 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:34:14 #43 ... 05:34:14 05:34:14 #69 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 05:34:14 #69 ... 05:34:14 05:34:14 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:34:14 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.49MB / 33.17MB 8.4s 05:34:14 #43 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 05:34:14 #43 ... 05:34:14 05:34:14 #68 [core-common-config-bootstrapper internal] load build context 05:34:14 #68 transferring context: 3.22MB 7.7s done 05:34:14 #68 DONE 11.3s 05:34:14 05:34:14 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:34:14 #43 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.2s done 05:34:14 #43 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.2s done 05:34:14 #43 ... 05:34:14 05:34:14 #70 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 05:34:14 #70 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.8s done 05:34:14 #70 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 05:34:14 #70 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done 05:34:14 #70 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done 05:34:14 #70 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 05:34:14 #70 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB done 05:34:14 #70 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B done 05:34:14 #70 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.7s done 05:34:14 #70 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 12.58MB / 14.28MB 5.6s 05:34:14 #70 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 13.63MB / 14.28MB 5.7s 05:34:14 #70 ... 05:34:14 05:34:14 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:34:14 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 12.30MB / 33.17MB 8.7s 05:34:14 #43 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.2s done 05:34:14 #43 ... 05:34:14 05:34:14 #66 [security-spiffe-token-provider internal] load build context 05:34:14 #66 transferring context: 3.22MB 8.1s done 05:34:14 #66 DONE 11.7s 05:34:14 05:34:14 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:34:15 #43 ... 05:34:15 05:34:15 #71 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 05:34:15 #71 ... 05:34:15 05:34:15 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:34:15 #43 ... 05:34:15 05:34:15 #72 [support-notifications builder 4/7] COPY go.mod vendor* ./ 05:34:15 #72 DONE 1.8s 05:34:15 05:34:15 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:34:15 #43 ... 05:34:15 05:34:15 #57 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 05:34:15 #57 DONE 15.5s 05:34:15 05:34:15 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:34:16 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 14.14MB / 33.17MB 10.0s 05:34:17 #43 ... 05:34:17 05:34:17 #51 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 05:34:17 #51 13.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:34:17 #51 16.21 (1/1) Installing dumb-init (1.2.5-r3) 05:34:17 #51 16.24 Executing busybox-1.36.1-r29.trigger 05:34:17 #51 16.37 OK: 9 MiB in 15 packages 05:34:17 #51 DONE 17.8s 05:34:17 05:34:17 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:34:17 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 15.89MB / 33.17MB 11.4s 05:34:18 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 17.57MB / 33.17MB 12.1s 05:34:18 #43 ... 05:34:18 05:34:18 #73 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 05:34:18 #73 ... 05:34:18 05:34:18 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:34:19 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 20.11MB / 33.17MB 13.3s 05:34:19 #43 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 05:34:19 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 22.02MB / 33.17MB 13.6s 05:34:19 #43 ... 05:34:19 05:34:19 #55 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 05:34:19 #55 14.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:34:19 #55 15.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:34:19 #55 19.77 OK: 239 MiB in 58 packages 05:34:19 #55 DONE 21.1s 05:34:19 05:34:19 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:34:20 #43 ... 05:34:20 05:34:20 #54 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 05:34:20 #54 13.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:34:20 #54 14.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:34:20 #54 19.03 OK: 239 MiB in 58 packages 05:34:20 #54 DONE 20.6s 05:34:20 05:34:20 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:34:20 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 24.12MB / 33.17MB 14.5s 05:34:20 #43 ... 05:34:20 05:34:20 #74 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 05:34:20 #74 ... 05:34:20 05:34:20 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:34:21 #43 ... 05:34:21 05:34:21 #56 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 05:34:21 #56 13.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:34:21 #56 14.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:34:21 #56 19.33 (1/2) Installing dumb-init (1.2.5-r3) 05:34:21 #56 19.39 (2/2) Installing su-exec (0.2-r3) 05:34:21 #56 19.41 Executing busybox-1.36.1-r29.trigger 05:34:21 #56 19.51 OK: 9 MiB in 16 packages 05:34:21 #56 DONE 21.1s 05:34:21 05:34:21 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:34:21 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 26.21MB / 33.17MB 15.7s 05:34:22 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 27.97MB / 33.17MB 16.2s 05:34:22 #43 ... 05:34:22 05:34:22 #75 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 05:34:22 #75 DONE 2.2s 05:34:22 05:34:22 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:34:22 #43 ... 05:34:22 05:34:22 #61 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 05:34:22 #61 13.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:34:22 #61 14.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:34:22 #61 20.05 OK: 239 MiB in 58 packages 05:34:22 #61 DONE 21.4s 05:34:22 05:34:22 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:34:22 #43 ... 05:34:22 05:34:22 #76 [core-metadata builder 4/7] COPY go.mod vendor* ./ 05:34:22 #76 DONE 2.6s 05:34:22 05:34:22 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:34:22 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 30.24MB / 33.17MB 16.7s 05:34:23 #43 ... 05:34:23 05:34:23 #77 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 05:34:23 #77 ... 05:34:23 05:34:23 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:34:23 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 32.51MB / 33.17MB 17.7s 05:34:24 #43 ... 05:34:24 05:34:24 #78 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 05:34:24 #78 DONE 1.7s 05:34:24 05:34:24 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:34:24 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 17.9s done 05:34:25 #43 ... 05:34:25 05:34:25 #70 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 05:34:25 #70 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 6.2s done 05:34:25 #70 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 05:34:25 #70 ... 05:34:25 05:34:25 #79 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:34:26 #79 ... 05:34:26 05:34:26 #62 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 05:34:26 #62 15.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:34:26 #62 17.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:34:26 #62 22.52 (1/1) Installing dumb-init (1.2.5-r3) 05:34:26 #62 22.59 Executing busybox-1.36.1-r29.trigger 05:34:26 #62 22.65 OK: 9 MiB in 15 packages 05:34:26 #62 DONE 24.0s 05:34:26 05:34:26 #80 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 05:34:26 #80 ... 05:34:26 05:34:26 #81 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:34:26 #81 ... 05:34:26 05:34:26 #71 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 05:34:26 #71 20.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:34:26 #71 ... 05:34:26 05:34:26 #82 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 05:34:26 #82 ... 05:34:26 05:34:26 #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 05:34:26 #64 16.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:34:26 #64 17.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:34:26 #64 22.63 (1/4) Installing ca-certificates (20241121-r1) 05:34:26 #64 23.07 (2/4) Installing dumb-init (1.2.5-r3) 05:34:26 #64 23.11 (3/4) Installing su-exec (0.2-r3) 05:34:26 #64 23.14 (4/4) Installing yq-go (4.44.1-r2) 05:34:26 #64 24.44 Executing busybox-1.36.1-r29.trigger 05:34:26 #64 24.58 Executing ca-certificates-20241121-r1.trigger 05:34:27 #64 25.46 OK: 20 MiB in 18 packages 05:34:27 #64 ... 05:34:27 05:34:27 #71 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 05:34:27 #71 22.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:34:30 #71 ... 05:34:30 05:34:30 #65 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:34:30 #65 17.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:34:30 #65 18.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:34:30 #65 26.19 v3.20.6-112-g7139c31afd5 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 05:34:30 #65 26.19 v3.20.6-115-ge3524b899d9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 05:34:30 #65 26.19 OK: 24049 distinct packages available 05:34:30 #65 ... 05:34:30 05:34:30 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:34:30 #43 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 1.4s 05:34:30 #43 ... 05:34:30 05:34:30 #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 05:34:30 #64 DONE 28.3s 05:34:30 05:34:30 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:34:31 #43 ... 05:34:31 05:34:31 #83 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 05:34:31 #0 9.373 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:34:31 #83 ... 05:34:31 05:34:31 #63 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 05:34:31 #63 19.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:34:31 #63 20.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:34:31 #63 24.75 (1/3) Installing ca-certificates (20241121-r1) 05:34:31 #63 24.99 (2/3) Installing dumb-init (1.2.5-r3) 05:34:31 #63 25.02 (3/3) Installing tzdata (2025b-r0) 05:34:31 #63 26.45 Executing busybox-1.36.1-r29.trigger 05:34:31 #63 26.60 Executing ca-certificates-20241121-r1.trigger 05:34:31 #63 27.86 OK: 11 MiB in 17 packages 05:34:31 #63 ... 05:34:31 05:34:31 #67 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 05:34:31 #67 18.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:34:31 #67 20.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:34:31 #67 27.39 v3.20.6-112-g7139c31afd5 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 05:34:31 #67 27.39 v3.20.6-115-ge3524b899d9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 05:34:31 #67 27.39 OK: 24049 distinct packages available 05:34:31 #67 ... 05:34:31 05:34:31 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:34:32 #43 ... 05:34:32 05:34:32 #69 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 05:34:32 #69 17.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:34:32 #69 19.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:34:32 #69 27.54 v3.20.6-112-g7139c31afd5 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 05:34:32 #69 27.54 v3.20.6-115-ge3524b899d9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 05:34:32 #69 27.54 OK: 24049 distinct packages available 05:34:32 #69 ... 05:34:32 05:34:32 #63 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 05:34:32 #63 DONE 30.2s 05:34:32 05:34:32 #84 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 05:34:32 #84 ... 05:34:32 05:34:32 #85 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:34:32 #85 ... 05:34:32 05:34:32 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:34:32 #43 ... 05:34:32 05:34:32 #86 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:34:33 #86 ... 05:34:33 05:34:33 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:34:35 #43 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 6.5s 05:34:35 #43 ... 05:34:35 05:34:35 #70 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 05:34:35 #70 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 9.7s done 05:34:35 #70 ... 05:34:35 05:34:35 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:34:35 #43 ... 05:34:35 05:34:35 #70 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 05:34:35 #70 DONE 31.0s 05:34:35 05:34:35 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:34:35 #43 ... 05:34:35 05:34:35 #87 [core-data stage-1 3/7] RUN apk --no-cache upgrade 05:34:35 #0 7.328 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:34:35 #0 9.679 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:34:35 #87 ... 05:34:35 05:34:35 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:34:38 #43 ... 05:34:38 05:34:38 #80 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 05:34:38 #80 12.33 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:34:38 #80 14.58 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:34:38 #80 ... 05:34:38 05:34:38 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:34:38 #43 ... 05:34:38 05:34:38 #74 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 05:34:38 #74 17.62 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:34:38 #74 19.40 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:34:38 #74 ... 05:34:38 05:34:38 #82 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 05:34:38 #82 11.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:34:38 #82 13.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:34:38 #82 ... 05:34:38 05:34:38 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:34:38 #43 ... 05:34:38 05:34:38 #77 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 05:34:38 #77 15.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:34:38 #77 17.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:34:39 #77 ... 05:34:39 05:34:39 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:34:39 #43 ... 05:34:39 05:34:39 #73 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 05:34:39 #73 21.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:34:39 #73 23.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:34:39 #73 ... 05:34:39 05:34:39 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:34:40 #43 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 11.7s 05:34:40 #43 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 11.8s done 05:34:40 #43 ... 05:34:40 05:34:40 #88 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 05:34:40 #0 4.914 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:34:40 #0 6.980 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:34:40 #88 ... 05:34:40 05:34:40 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:34:41 #43 ... 05:34:41 05:34:41 #65 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:34:41 #65 28.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:34:41 #65 30.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:34:41 #65 ... 05:34:41 05:34:41 #74 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 05:34:41 #74 29.50 OK: 239 MiB in 58 packages 05:34:41 #74 DONE 30.9s 05:34:41 05:34:41 #89 [core-keeper builder 5/8] COPY go.mod vendor* ./ 05:34:42 #89 DONE 0.5s 05:34:42 05:34:42 #90 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:34:42 #90 ... 05:34:42 05:34:42 #67 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 05:34:42 #67 29.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:34:42 #67 32.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:34:42 #67 ... 05:34:42 05:34:42 #77 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 05:34:42 #77 28.94 OK: 14 MiB in 21 packages 05:34:43 #77 ... 05:34:43 05:34:43 #83 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 05:34:43 #83 12.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:34:43 #83 ... 05:34:43 05:34:43 #71 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 05:34:43 #71 33.50 v3.20.6-112-g7139c31afd5 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 05:34:43 #71 33.50 v3.20.6-115-ge3524b899d9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 05:34:43 #71 33.50 OK: 24049 distinct packages available 05:34:43 #71 34.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:34:43 #71 36.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:34:43 #71 ... 05:34:43 05:34:43 #82 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 05:34:43 #82 25.40 OK: 9 MiB in 15 packages 05:34:43 #82 DONE 27.2s 05:34:43 05:34:43 #67 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 05:34:43 #67 40.62 OK: 239 MiB in 58 packages 05:34:43 #67 ... 05:34:43 05:34:43 #77 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 05:34:43 #77 DONE 30.5s 05:34:44 05:34:44 #84 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 05:34:44 #84 5.267 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:34:44 #84 7.590 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:34:44 #84 ... 05:34:44 05:34:44 #80 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 05:34:44 #80 28.48 (1/1) Installing dumb-init (1.2.5-r3) 05:34:44 #80 ... 05:34:44 05:34:44 #69 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 05:34:44 #69 30.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:34:44 #69 32.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:34:44 #69 ... 05:34:44 05:34:44 #65 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:34:44 #65 41.73 (1/5) Installing dumb-init (1.2.5-r3) 05:34:44 #65 41.74 (2/5) Installing musl-obstack (1.2.3-r2) 05:34:44 #65 41.76 (3/5) Installing libucontext (1.2-r3) 05:34:44 #65 41.77 (4/5) Installing gcompat (1.1.0-r4) 05:34:44 #65 41.79 (5/5) Installing openssl (3.3.3-r0) 05:34:45 #65 41.89 Executing busybox-1.36.1-r29.trigger 05:34:45 #65 42.04 OK: 10 MiB in 19 packages 05:34:45 #65 ... 05:34:45 05:34:45 #67 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 05:34:45 #67 DONE 42.4s 05:34:45 05:34:45 #83 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 05:34:45 #83 24.35 OK: 9 MiB in 16 packages 05:34:45 #83 ... 05:34:45 05:34:45 #73 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 05:34:45 #73 36.44 OK: 20 MiB in 18 packages 05:34:45 #73 DONE 37.8s 05:34:45 05:34:45 #91 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 05:34:45 #133 ... 05:34:45 05:34:45 #145 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 05:34:45 #145 DONE 82.8s 05:34:45 05:34:45 #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 05:34:45 #151 DONE 82.8s 05:34:45 05:34:45 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 05:34:45 #155 DONE 0.1s 05:34:45 05:34:45 #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 05:34:45 #156 ... 05:34:45 05:34:45 #157 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 05:34:45 #157 DONE 0.1s 05:34:45 05:34:45 #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 05:34:45 #156 DONE 0.2s 05:34:45 05:34:45 #158 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 05:34:45 #158 DONE 0.3s 05:34:45 05:34:45 #159 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 05:34:45 #159 DONE 0.1s 05:34:45 05:34:45 #160 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 05:34:45 #160 DONE 0.2s 05:34:45 05:34:45 #161 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 05:34:45 #161 DONE 1.5s 05:34:45 05:34:45 #162 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:34:45 #162 ... 05:34:45 05:34:45 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 05:34:45 #163 DONE 0.2s 05:34:45 05:34:45 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 05:34:45 #164 DONE 0.1s 05:34:45 05:34:45 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 05:34:45 #165 DONE 0.2s 05:34:45 05:34:45 #162 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:34:45 #162 DONE 1.2s 05:34:45 05:34:45 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 05:34:45 #166 DONE 0.2s 05:34:45 05:34:45 #104 [core-common-config-bootstrapper] exporting to image 05:34:45 #104 exporting layers 05:34:45 #104 exporting layers 0.4s done 05:34:45 #104 writing image sha256:1f88366e4a60f3b29a317fa9fb2523686da4024ef0e63e00b8292131ea198647 done 05:34:45 #104 naming to docker.io/library/core-common-config-bootstrapper 0.1s done 05:34:45 #104 DONE 2.4s 05:34:45 05:34:45 #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/ 05:34:45 #167 DONE 0.3s 05:34:45 05:34:45 #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/ 05:34:45 #168 DONE 0.1s 05:34:45 05:34:45 #133 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:34:45 #133 ... 05:34:45 05:34:45 #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/ 05:34:45 #169 DONE 0.1s 05:34:45 05:34:45 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 05:34:45 #170 DONE 0.2s 05:34:45 05:34:45 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 05:34:45 #171 DONE 1.3s 05:34:45 05:34:45 #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 05:34:45 #154 ... 05:34:45 05:34:45 #104 [security-bootstrapper] exporting to image 05:34:45 #104 exporting layers 0.4s done 05:34:45 #104 writing image sha256:0afc20dc6ccd8c8eedf5344031953e2d374714edd3e9ba97816011b2316be478 done 05:34:45 #104 naming to docker.io/library/security-bootstrapper done 05:34:45 #104 DONE 2.8s 05:34:45 05:34:45 #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 05:34:46 #91 DONE 0.5s 05:34:46 05:34:46 #69 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 05:34:46 #69 40.83 (1/4) Installing dumb-init (1.2.5-r3) 05:34:46 #69 40.86 (2/4) Installing musl-obstack (1.2.3-r2) 05:34:46 #69 40.88 (3/4) Installing libucontext (1.2-r3) 05:34:46 #69 40.92 (4/4) Installing gcompat (1.1.0-r4) 05:34:46 #69 40.97 Executing busybox-1.36.1-r29.trigger 05:34:46 #69 41.16 OK: 9 MiB in 18 packages 05:34:46 #69 ... 05:34:46 05:34:46 #92 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 05:34:46 #92 DONE 0.9s 05:34:46 05:34:46 #93 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:34:47 #93 ... 05:34:47 05:34:47 #80 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 05:34:47 #80 29.21 Executing busybox-1.36.1-r29.trigger 05:34:47 #80 29.34 OK: 9 MiB in 15 packages 05:34:47 #80 DONE 31.4s 05:34:47 05:34:47 #87 [core-data stage-1 3/7] RUN apk --no-cache upgrade 05:34:47 #87 20.67 OK: 9 MiB in 15 packages 05:34:47 #87 ... 05:34:47 05:34:47 #69 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 05:34:47 #69 DONE 43.2s 05:34:47 05:34:47 #65 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:34:47 #65 DONE 44.5s 05:34:47 05:34:47 #94 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 05:34:48 #94 ... 05:34:48 05:34:48 #88 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 05:34:48 #88 14.85 OK: 20 MiB in 18 packages 05:34:48 #88 DONE 17.3s 05:34:48 05:34:48 #95 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 05:34:48 #95 ... 05:34:48 05:34:48 #83 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 05:34:48 #83 DONE 26.9s 05:34:48 05:34:48 #96 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 05:34:48 #96 ... 05:34:48 05:34:48 #87 [core-data stage-1 3/7] RUN apk --no-cache upgrade 05:34:48 #87 DONE 23.0s 05:34:49 05:34:49 #94 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 05:34:50 #94 ... 05:34:50 05:34:50 #84 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 05:34:50 #84 17.29 OK: 11 MiB in 17 packages 05:34:50 #84 DONE 18.4s 05:34:50 05:34:50 #79 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:34:50 #79 ... 05:34:50 05:34:50 #71 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 05:34:50 #71 45.86 (1/14) Installing ca-certificates (20241121-r1) 05:34:51 #71 46.13 (2/14) Installing brotli-libs (1.1.0-r2) 05:34:51 #71 46.21 (3/14) Installing c-ares (1.33.1-r0) 05:34:51 #71 46.23 (4/14) Installing libunistring (1.2-r0) 05:34:51 #71 46.32 (5/14) Installing libidn2 (2.3.7-r0) 05:34:51 #71 46.34 (6/14) Installing nghttp2-libs (1.62.1-r0) 05:34:51 #71 46.37 (7/14) Installing libpsl (0.21.5-r1) 05:34:51 #71 46.40 (8/14) Installing zstd-libs (1.5.6-r0) 05:34:51 #71 46.47 (9/14) Installing libcurl (8.12.1-r0) 05:34:51 #71 46.52 (10/14) Installing curl (8.12.1-r0) 05:34:51 #71 46.55 (11/14) Installing dumb-init (1.2.5-r3) 05:34:51 #71 46.57 (12/14) Installing musl-obstack (1.2.3-r2) 05:34:51 #71 46.57 (13/14) Installing libucontext (1.2-r3) 05:34:51 #71 46.58 (14/14) Installing gcompat (1.1.0-r4) 05:34:51 #71 46.63 Executing busybox-1.36.1-r29.trigger 05:34:51 #71 46.68 Executing ca-certificates-20241121-r1.trigger 05:34:52 #71 47.41 OK: 15 MiB in 28 packages 05:34:52 #71 ... 05:34:52 05:34:52 #96 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 05:34:52 #96 DONE 4.3s 05:34:52 05:34:52 #97 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 05:34:52 #97 DONE 0.2s 05:34:52 05:34:52 #94 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 05:34:52 #94 5.090 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:34:53 #94 ... 05:34:53 05:34:53 #71 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 05:34:53 #71 DONE 48.2s 05:34:53 05:34:53 #94 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 05:34:53 #94 5.906 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:34:57 #94 9.479 OK: 10 MiB in 19 packages 05:34:57 #94 ... 05:34:57 05:34:57 #95 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 05:34:57 #95 4.560 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:34:57 #95 5.938 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:34:57 #95 9.428 OK: 9 MiB in 18 packages 05:34:57 #95 DONE 10.4s 05:34:58 05:34:58 #94 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 05:34:58 #94 DONE 10.4s 05:34:58 05:34:58 #98 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 05:35:00 #98 DONE 2.8s 05:35:00 05:35:00 #99 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 05:35:00 #0 1.924 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:35:00 #0 2.624 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:35:00 #0 6.336 OK: 15 MiB in 28 packages 05:35:00 #99 DONE 7.4s 05:35:00 05:35:00 #100 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:35:00 #100 DONE 2.9s 05:35:00 05:35:00 #101 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:35:00 #101 DONE 2.8s 05:35:00 05:35:00 #102 [security-spire-server stage-2 5/9] COPY Attribution.txt / 05:35:01 #102 DONE 0.4s 05:35:01 05:35:01 #103 [security-spire-server stage-2 6/9] COPY security.txt / 05:35:01 #103 ... 05:35:01 05:35:01 #104 [security-spire-config stage-2 5/10] COPY Attribution.txt / 05:35:01 #104 DONE 0.4s 05:35:01 05:35:01 #103 [security-spire-server stage-2 6/9] COPY security.txt / 05:35:01 #103 DONE 0.3s 05:35:01 05:35:01 #105 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 05:35:01 #105 ... 05:35:01 05:35:01 #106 [security-spire-config stage-2 6/10] COPY security.txt / 05:35:01 #106 DONE 0.4s 05:35:01 05:35:01 #105 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 05:35:01 #105 DONE 0.4s 05:35:01 05:35:01 #107 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 05:35:02 #107 DONE 0.4s 05:35:02 05:35:02 #108 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 05:35:02 #108 DONE 0.4s 05:35:02 05:35:02 #109 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 05:35:02 #109 DONE 0.5s 05:35:02 05:35:02 #110 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 05:35:02 #110 DONE 0.4s 05:35:02 05:35:02 #111 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 05:35:03 #111 DONE 0.6s 05:35:03 05:35:03 #112 [security-spire-server] exporting to image 05:35:03 #112 exporting layers 05:35:04 #112 ... 05:35:04 05:35:04 #113 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:35:04 #113 DONE 3.5s 05:35:04 05:35:04 #114 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 05:35:04 #114 DONE 0.3s 05:35:04 05:35:04 #115 [security-spire-agent stage-3 7/10] COPY security.txt / 05:35:04 #115 DONE 0.2s 05:35:04 05:35:04 #79 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:35:04 #79 ... 05:35:04 05:35:04 #116 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 05:35:04 #116 DONE 0.4s 05:35:04 05:35:04 #117 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 05:35:05 #117 DONE 0.3s 05:35:05 05:35:05 #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 05:35:05 #118 DONE 0.2s 05:35:05 05:35:05 #85 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:35:05 #85 ... 05:35:05 05:35:05 #112 [security-spire-agent] exporting to image 05:35:06 #112 exporting layers 4.2s done 05:35:06 #112 writing image sha256:0943178f1154dec49b324eeedeb1ba13c6023ae87e8d4d8b3af598f9d4fa71cc 0.1s done 05:35:06 #112 naming to docker.io/library/security-spire-server-arm64 05:35:07 #112 naming to docker.io/library/security-spire-server-arm64 done 05:35:07 #112 exporting layers 3.9s done 05:35:07 #112 writing image sha256:9b44596412e4f1a56b323d6680ea25153a18d7225c5e3981278606dd6d38221a 0.0s done 05:35:07 #112 naming to docker.io/library/security-spire-config-arm64 05:35:07 #112 naming to docker.io/library/security-spire-config-arm64 done 05:35:08 #112 exporting layers 2.6s done 05:35:08 #112 writing image sha256:9383cef329ce8ff207d4988acb1504c4ca2b37b517960979cf942818f99f857e 0.0s done 05:35:08 #112 naming to docker.io/library/security-spire-agent-arm64 0.0s done 05:35:08 #112 DONE 5.6s 05:35:08 05:35:08 #79 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:35:32 #154 136.4 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.6 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 05:35:40 #154 ... 05:35:40 05:35:40 #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 05:35:40 #148 DONE 147.7s 05:35:40 05:35:40 #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 05:35:40 #147 DONE 147.8s 05:35:40 05:35:40 #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:35:40 #146 DONE 147.7s 05:35:40 05:35:40 #133 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:35:40 #133 DONE 147.8s 05:35:40 05:35:40 #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:35:40 #144 DONE 147.8s 05:35:40 05:35:40 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 05:35:40 #152 DONE 147.8s 05:35:40 05:35:40 #153 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 05:35:40 #153 DONE 147.9s 05:35:40 05:35:40 #172 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 05:35:41 #172 ... 05:35:41 05:35:41 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 05:35:41 #149 DONE 147.9s 05:35:41 05:35:41 #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 05:35:41 #154 DONE 147.9s 05:35:41 05:35:41 #173 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 05:35:41 #173 DONE 0.2s 05:35:41 05:35:41 #172 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 05:35:41 #172 DONE 0.2s 05:35:41 05:35:41 #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:35:41 #150 DONE 148.0s 05:35:41 05:35:41 #174 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 05:35:41 #174 DONE 0.1s 05:35:41 05:35:41 #175 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 05:35:41 #175 ... 05:35:41 05:35:41 #176 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:35:41 #176 DONE 0.2s 05:35:41 05:35:41 #177 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 05:35:41 #177 DONE 0.1s 05:35:41 05:35:41 #178 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 05:35:41 #178 CACHED 05:35:41 05:35:41 #179 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 05:35:41 #179 CACHED 05:35:41 05:35:41 #180 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 05:35:41 #180 CACHED 05:35:41 05:35:41 #181 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 05:35:41 #181 CACHED 05:35:41 05:35:41 #182 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 05:35:41 #182 DONE 0.1s 05:35:41 05:35:41 #183 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:35:41 #183 DONE 0.2s 05:35:41 05:35:41 #175 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 05:35:41 #175 DONE 0.2s 05:35:41 05:35:41 #184 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:35:41 #184 ... 05:35:41 05:35:41 #185 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 05:35:41 #185 DONE 0.5s 05:35:41 05:35:41 #186 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:35:41 #186 DONE 0.5s 05:35:41 05:35:41 #187 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:35:41 #187 DONE 0.5s 05:35:41 05:35:41 #188 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:35:41 #188 DONE 0.5s 05:35:41 05:35:41 #189 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 05:35:41 #189 DONE 0.5s 05:35:41 05:35:41 #190 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 05:35:41 #190 DONE 0.5s 05:35:41 05:35:41 #191 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 05:35:41 #191 DONE 0.5s 05:35:41 05:35:41 #192 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 05:35:41 #192 DONE 0.5s 05:35:41 05:35:41 #193 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 05:35:41 #193 ... 05:35:41 05:35:41 #184 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:35:41 #184 DONE 0.6s 05:35:41 05:35:41 #194 [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 05:35:41 #194 DONE 0.3s 05:35:42 05:35:42 #195 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 05:35:42 #195 DONE 0.4s 05:35:42 05:35:42 #196 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:35:42 #196 DONE 0.3s 05:35:42 05:35:42 #197 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 05:35:42 #197 DONE 0.3s 05:35:42 05:35:42 #198 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 05:35:42 #198 DONE 0.3s 05:35:42 05:35:42 #199 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:35:42 #199 DONE 0.3s 05:35:42 05:35:42 #200 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 05:35:42 #200 ... 05:35:42 05:35:42 #201 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 05:35:42 #201 DONE 0.4s 05:35:42 05:35:42 #193 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 05:35:42 #193 DONE 0.4s 05:35:42 05:35:42 #202 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 05:35:42 #202 DONE 0.4s 05:35:42 05:35:42 #203 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 05:35:42 #203 DONE 0.4s 05:35:42 05:35:42 #104 [core-command] exporting to image 05:35:42 #104 exporting layers 05:35:42 #104 ... 05:35:42 05:35:42 #204 [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 05:35:42 #204 DONE 0.5s 05:35:42 05:35:42 #205 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 05:35:42 #205 DONE 0.5s 05:35:42 05:35:42 #206 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 05:35:42 #206 DONE 0.5s 05:35:42 05:35:42 #207 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 05:35:42 #207 DONE 0.4s 05:35:42 05:35:42 #104 [core-data] exporting to image 05:35:42 #104 ... 05:35:42 05:35:42 #200 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 05:35:42 #200 DONE 0.5s 05:35:42 05:35:42 #208 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 05:35:42 #208 DONE 0.5s 05:35:42 05:35:42 #209 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 05:35:42 #209 DONE 0.4s 05:35:42 05:35:42 #210 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 05:35:42 #210 DONE 0.4s 05:35:42 05:35:42 #211 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 05:35:42 #211 DONE 0.4s 05:35:42 05:35:42 #212 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 05:35:42 #212 DONE 0.2s 05:35:42 05:35:42 #104 [support-scheduler] exporting to image 05:35:42 #104 ... 05:35:42 05:35:42 #213 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 05:35:42 #213 DONE 0.1s 05:35:42 05:35:42 #214 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 05:35:42 #214 DONE 0.1s 05:35:42 05:35:42 #215 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 05:35:42 #215 DONE 0.2s 05:35:42 05:35:42 #104 [support-notifications] exporting to image 05:35:42 #104 ... 05:35:42 05:35:42 #216 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 05:35:42 #216 DONE 0.2s 05:35:42 05:35:42 #104 [core-data] exporting to image 05:35:42 #104 exporting layers 0.3s done 05:35:42 #104 writing image sha256:0d2ec8670f1cc2c7cbaa3e7dd40c0d49c238a79ec5c23b18d95e6e9c1e1b07be done 05:35:42 #104 naming to docker.io/library/core-command done 05:35:42 #104 writing image sha256:55f52c86bc5ecb4472dddd374c8e2a42e0b93d1dd640979214c82770b5ab900b 0.0s done 05:35:42 #104 writing image sha256:6a24eaa0e644422addcbd114dc2c18e78cdb27b1fb6dceab5d127c1aa0195db0 0.0s done 05:35:42 #104 naming to docker.io/library/core-keeper done 05:35:42 #104 naming to docker.io/library/core-data done 05:35:42 #104 writing image sha256:96caf22980ea1b609f67d59696bd662ac2af1f1e37efbd07fddba9805606717b 05:35:42 #104 writing image sha256:96caf22980ea1b609f67d59696bd662ac2af1f1e37efbd07fddba9805606717b 0.1s done 05:35:42 #104 naming to docker.io/library/support-scheduler 05:35:43 #104 ... 05:35:43 05:35:43 #217 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:35:43 #217 DONE 0.5s 05:35:43 05:35:43 #218 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 05:35:43 #218 DONE 0.3s 05:35:43 05:35:43 #219 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 05:35:43 #219 DONE 0.1s 05:35:43 05:35:43 #104 [security-spiffe-token-provider] exporting to image 05:35:43 #104 exporting layers 0.4s done 05:35:43 #104 naming to docker.io/library/support-scheduler done 05:35:43 #104 writing image sha256:8eecaa1d53f7d8b90529314504733681ee59f202edc01d92845fce63ccb95b82 done 05:35:43 #104 naming to docker.io/library/support-notifications done 05:35:43 #104 writing image sha256:09f4d500d66b7b54c1bcb65bb9e7e9d870cc041cd1dd34d9b69def5f739ee8a0 done 05:35:43 #104 naming to docker.io/library/security-spiffe-token-provider done 05:35:43 #104 exporting layers 0.7s done 05:35:43 #104 ... 05:35:43 05:35:43 #220 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:35:43 #220 DONE 0.6s 05:35:43 05:35:43 #104 [security-proxy-auth] exporting to image 05:35:43 #104 exporting layers 0.3s done 05:35:43 #104 writing image sha256:1fc812388d79710d7ad853224ce483936999ddf940bd01278c87c86cbc0ec658 done 05:35:43 #104 naming to docker.io/library/core-metadata done 05:35:43 #104 writing image sha256:dffe216132cbaf66907369616838db6934d62903d467a27cb2d58fb0f82ce1cd done 05:35:43 #104 naming to docker.io/library/security-proxy-auth done 05:35:43 #104 exporting layers 0.2s done 05:35:43 #104 writing image sha256:dc18bda80644912398d69ceb8ebe8929830557a9fc98777c0811eb0a0255cb23 done 05:35:43 #104 naming to docker.io/library/security-proxy-setup done 05:35:43 #104 DONE 4.2s 05:35:43 05:35:43 #221 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:35:43 #221 DONE 0.5s 05:35:43 05:35:43 #104 [security-secretstore-setup] exporting to image 05:35:43 #104 exporting layers 0.2s done 05:35:43 #104 writing image sha256:40a92c5d81bb02d46ffd3e5f6399ef333686dfbbb53abd295fb983d244f85a8e done 05:35:43 #104 naming to docker.io/library/security-secretstore-setup done 05:35:43 #104 DONE 4.4s 05:35:43 05:35:43 #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 05:35:43 time="2025-04-21T05:32:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:35:43 time="2025-04-21T05:32:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:35:43 time="2025-04-21T05:32:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:35:43 time="2025-04-21T05:32:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:35:43 time="2025-04-21T05:32:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:35:43 time="2025-04-21T05:32:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:35:43 time="2025-04-21T05:32:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:35:43 time="2025-04-21T05:32:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:35:43 time="2025-04-21T05:32:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:35:43 time="2025-04-21T05:32:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:35:43 time="2025-04-21T05:32:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:35:43 time="2025-04-21T05:32:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:35:43 time="2025-04-21T05:32:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:35:43 time="2025-04-21T05:32:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:35:43 time="2025-04-21T05:32:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 05:35:43 $ docker stop --time=1 241292aff3d9fb02823ded8d85f4ee1a0c9b0f8347646dfccdd72a0ff89c36ee 05:35:45 $ docker rm -f --volumes 241292aff3d9fb02823ded8d85f4ee1a0c9b0f8347646dfccdd72a0ff89c36ee [Pipeline] // withDockerContainer [Pipeline] sh 05:35:45 + docker images 05:35:45 REPOSITORY TAG IMAGE ID CREATED SIZE 05:35:45 security-proxy-setup latest dc18bda80644 2 seconds ago 38.3MB 05:35:45 security-secretstore-setup latest 40a92c5d81bb 2 seconds ago 68MB 05:35:45 core-metadata latest 1fc812388d79 3 seconds ago 32.7MB 05:35:45 support-scheduler latest 96caf22980ea 3 seconds ago 48.4MB 05:35:45 security-proxy-auth latest dffe216132cb 3 seconds ago 31.4MB 05:35:45 support-notifications latest 8eecaa1d53f7 3 seconds ago 51.9MB 05:35:45 core-keeper latest 55f52c86bc5e 3 seconds ago 32.2MB 05:35:45 security-spiffe-token-provider latest 09f4d500d66b 3 seconds ago 47.2MB 05:35:45 core-data latest 6a24eaa0e644 3 seconds ago 32.5MB 05:35:45 core-command latest 0d2ec8670f1c 4 seconds ago 28MB 05:35:45 security-bootstrapper latest 0afc20dc6ccd About a minute ago 20.3MB 05:35:45 core-common-config-bootstrapper latest 1f88366e4a60 About a minute ago 17.1MB 05:35:45 security-spire-agent latest deca47714168 3 minutes ago 195MB 05:35:45 security-spire-server latest 2a030ea99215 3 minutes ago 149MB 05:35:45 security-spire-config latest 5b581c416abd 3 minutes ago 149MB 05:35:45 ci-base-image-x86_64 latest 0d42cb901949 6 minutes ago 923MB 05:35:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine 69404ca5bff2 10 days ago 574MB 05:35:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 22 months ago 334MB 05:35:45 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 2 years ago 253MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:35:45 provisioning config files... 05:35:45 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/831@tmp/config8437663900245509255tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:35:45 ---> ****-login.sh 05:35:45 nexus3.edgexfoundry.org:10001 05:35:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:35:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:35:45 Configure a credential helper to remove this warning. See 05:35:45 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:35:45 05:35:45 Login Succeeded 05:35:45 nexus3.edgexfoundry.org:10002 05:35:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:35:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:35:45 Configure a credential helper to remove this warning. See 05:35:45 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:35:45 05:35:45 Login Succeeded 05:35:45 nexus3.edgexfoundry.org:10003 05:35:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:35:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:35:46 Configure a credential helper to remove this warning. See 05:35:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:35:46 05:35:46 Login Succeeded 05:35:46 nexus3.edgexfoundry.org:10004 05:35:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:35:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:35:46 Configure a credential helper to remove this warning. See 05:35:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:35:46 05:35:46 Login Succeeded 05:35:46 ****.io 05:35:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:35:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:35:46 Configure a credential helper to remove this warning. See 05:35:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:35:46 05:35:46 Login Succeeded 05:35:46 ---> ****-login.sh ends [Pipeline] } 05:35:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:35:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 05:35:46 [edgeXDocker.push] Tagging docker image core-command with the following tags: 05:35:46 3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:35:46 latest 05:35:46 4.1.0-dev.6 05:35:46 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:35:46 main 05:35:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:46 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3fa30c341bbe9c3881ba0169229bc34ff150aef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:47 + docker push nexus3.edgexfoundry.org:10004/core-command:3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:35:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 05:35:47 fa089a00b8c8: Preparing 05:35:47 11894b226913: Preparing 05:35:47 305694d298f9: Preparing 05:35:47 10b2967efb11: Preparing 05:35:47 db4460c4cc4b: Preparing 05:35:47 34dc1bd15a18: Preparing 05:35:47 994456c4fd7b: Preparing 05:35:47 994456c4fd7b: Waiting 05:35:47 34dc1bd15a18: Waiting 05:35:47 fa089a00b8c8: Pushed 05:35:47 305694d298f9: Pushed 05:35:47 db4460c4cc4b: Pushed 05:35:47 10b2967efb11: Pushed 05:35:47 994456c4fd7b: Layer already exists 05:35:47 34dc1bd15a18: Pushed 05:35:49 11894b226913: Pushed 05:35:49 3fa30c341bbe9c3881ba0169229bc34ff150aef2: digest: sha256:a54dc575943a9e5992c7b614b08a299af11a24e46ab1d7384b594c8085a0ed7b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:49 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:50 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 05:35:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 05:35:50 fa089a00b8c8: Preparing 05:35:50 11894b226913: Preparing 05:35:50 305694d298f9: Preparing 05:35:50 10b2967efb11: Preparing 05:35:50 db4460c4cc4b: Preparing 05:35:50 34dc1bd15a18: Preparing 05:35:50 994456c4fd7b: Preparing 05:35:50 994456c4fd7b: Waiting 05:35:50 34dc1bd15a18: Waiting 05:35:50 fa089a00b8c8: Layer already exists 05:35:50 11894b226913: Layer already exists 05:35:50 10b2967efb11: Layer already exists 05:35:50 db4460c4cc4b: Layer already exists 05:35:50 305694d298f9: Layer already exists 05:35:50 994456c4fd7b: Layer already exists 05:35:50 34dc1bd15a18: Layer already exists 05:35:50 latest: digest: sha256:a54dc575943a9e5992c7b614b08a299af11a24e46ab1d7384b594c8085a0ed7b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:50 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:50 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.6 05:35:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 05:35:50 fa089a00b8c8: Preparing 05:35:50 11894b226913: Preparing 05:35:50 305694d298f9: Preparing 05:35:50 10b2967efb11: Preparing 05:35:50 db4460c4cc4b: Preparing 05:35:50 34dc1bd15a18: Preparing 05:35:50 994456c4fd7b: Preparing 05:35:50 994456c4fd7b: Waiting 05:35:50 34dc1bd15a18: Waiting 05:35:50 11894b226913: Layer already exists 05:35:50 db4460c4cc4b: Layer already exists 05:35:50 fa089a00b8c8: Layer already exists 05:35:50 10b2967efb11: Layer already exists 05:35:50 305694d298f9: Layer already exists 05:35:50 994456c4fd7b: Layer already exists 05:35:50 34dc1bd15a18: Layer already exists 05:35:50 4.1.0-dev.6: digest: sha256:a54dc575943a9e5992c7b614b08a299af11a24e46ab1d7384b594c8085a0ed7b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:51 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:51 + docker push nexus3.edgexfoundry.org:10004/core-command:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:35:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 05:35:51 fa089a00b8c8: Preparing 05:35:51 11894b226913: Preparing 05:35:51 305694d298f9: Preparing 05:35:51 10b2967efb11: Preparing 05:35:51 db4460c4cc4b: Preparing 05:35:51 34dc1bd15a18: Preparing 05:35:51 994456c4fd7b: Preparing 05:35:51 34dc1bd15a18: Waiting 05:35:51 994456c4fd7b: Waiting 05:35:51 db4460c4cc4b: Layer already exists 05:35:51 305694d298f9: Layer already exists 05:35:51 11894b226913: Layer already exists 05:35:51 fa089a00b8c8: Layer already exists 05:35:51 10b2967efb11: Layer already exists 05:35:51 34dc1bd15a18: Layer already exists 05:35:51 994456c4fd7b: Layer already exists 05:35:51 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6: digest: sha256:a54dc575943a9e5992c7b614b08a299af11a24e46ab1d7384b594c8085a0ed7b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:51 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:52 + docker push nexus3.edgexfoundry.org:10004/core-command:main 05:35:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 05:35:52 fa089a00b8c8: Preparing 05:35:52 11894b226913: Preparing 05:35:52 305694d298f9: Preparing 05:35:52 10b2967efb11: Preparing 05:35:52 db4460c4cc4b: Preparing 05:35:52 34dc1bd15a18: Preparing 05:35:52 994456c4fd7b: Preparing 05:35:52 994456c4fd7b: Waiting 05:35:52 34dc1bd15a18: Waiting 05:35:52 fa089a00b8c8: Layer already exists 05:35:52 db4460c4cc4b: Layer already exists 05:35:52 305694d298f9: Layer already exists 05:35:52 11894b226913: Layer already exists 05:35:52 10b2967efb11: Layer already exists 05:35:52 994456c4fd7b: Layer already exists 05:35:52 34dc1bd15a18: Layer already exists 05:35:52 main: digest: sha256:a54dc575943a9e5992c7b614b08a299af11a24e46ab1d7384b594c8085a0ed7b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:35:52 ===================================================== [Pipeline] echo 05:35:52 taggedImages: 05:35:52 - nexus3.edgexfoundry.org:10004/core-command:3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:35:52 - nexus3.edgexfoundry.org:10004/core-command:latest 05:35:52 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.6 05:35:52 - nexus3.edgexfoundry.org:10004/core-command:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:35:52 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 05:35:52 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 05:35:52 3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:35:52 latest 05:35:52 4.1.0-dev.6 05:35:52 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:35:52 main 05:35:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:52 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3fa30c341bbe9c3881ba0169229bc34ff150aef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:52 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:35:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 05:35:52 2162bc151f8d: Preparing 05:35:52 02dffe2413bf: Preparing 05:35:52 04bf3856530f: Preparing 05:35:52 8d370d37f7aa: Preparing 05:35:52 305694d298f9: Preparing 05:35:52 10b2967efb11: Preparing 05:35:52 db4460c4cc4b: Preparing 05:35:52 34dc1bd15a18: Preparing 05:35:52 994456c4fd7b: Preparing 05:35:52 10b2967efb11: Waiting 05:35:52 db4460c4cc4b: Waiting 05:35:52 34dc1bd15a18: Waiting 05:35:52 994456c4fd7b: Waiting 05:35:52 305694d298f9: Layer already exists 05:35:52 10b2967efb11: Layer already exists 05:35:52 db4460c4cc4b: Layer already exists 05:35:52 34dc1bd15a18: Layer already exists 05:35:52 04bf3856530f: Pushed 05:35:52 994456c4fd7b: Layer already exists 05:35:52 02dffe2413bf: Pushed 05:35:52 2162bc151f8d: Pushed 05:35:53 8d370d37f7aa: Pushed 05:35:54 3fa30c341bbe9c3881ba0169229bc34ff150aef2: digest: sha256:4f64e9f5c3185edc4623a2087715471bff81e90571091164a5dc5ea175eb00f7 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:54 + 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 05:35:54 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 05:35:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 05:35:54 2162bc151f8d: Preparing 05:35:54 02dffe2413bf: Preparing 05:35:54 04bf3856530f: Preparing 05:35:54 8d370d37f7aa: Preparing 05:35:54 305694d298f9: Preparing 05:35:54 10b2967efb11: Preparing 05:35:54 db4460c4cc4b: Preparing 05:35:54 34dc1bd15a18: Preparing 05:35:54 994456c4fd7b: Preparing 05:35:54 10b2967efb11: Waiting 05:35:54 994456c4fd7b: Waiting 05:35:54 db4460c4cc4b: Waiting 05:35:54 34dc1bd15a18: Waiting 05:35:54 04bf3856530f: Layer already exists 05:35:54 02dffe2413bf: Layer already exists 05:35:54 2162bc151f8d: Layer already exists 05:35:54 305694d298f9: Layer already exists 05:35:54 8d370d37f7aa: Layer already exists 05:35:54 10b2967efb11: Layer already exists 05:35:54 db4460c4cc4b: Layer already exists 05:35:54 994456c4fd7b: Layer already exists 05:35:54 34dc1bd15a18: Layer already exists 05:35:54 latest: digest: sha256:4f64e9f5c3185edc4623a2087715471bff81e90571091164a5dc5ea175eb00f7 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:54 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:55 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.6 05:35:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 05:35:55 2162bc151f8d: Preparing 05:35:55 02dffe2413bf: Preparing 05:35:55 04bf3856530f: Preparing 05:35:55 8d370d37f7aa: Preparing 05:35:55 305694d298f9: Preparing 05:35:55 10b2967efb11: Preparing 05:35:55 db4460c4cc4b: Preparing 05:35:55 34dc1bd15a18: Preparing 05:35:55 994456c4fd7b: Preparing 05:35:55 34dc1bd15a18: Waiting 05:35:55 10b2967efb11: Waiting 05:35:55 994456c4fd7b: Waiting 05:35:55 db4460c4cc4b: Waiting 05:35:55 305694d298f9: Layer already exists 05:35:55 02dffe2413bf: Layer already exists 05:35:55 04bf3856530f: Layer already exists 05:35:55 2162bc151f8d: Layer already exists 05:35:55 8d370d37f7aa: Layer already exists 05:35:55 34dc1bd15a18: Layer already exists 05:35:55 db4460c4cc4b: Layer already exists 05:35:55 10b2967efb11: Layer already exists 05:35:55 994456c4fd7b: Layer already exists 05:35:55 4.1.0-dev.6: digest: sha256:4f64e9f5c3185edc4623a2087715471bff81e90571091164a5dc5ea175eb00f7 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:55 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:55 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:35:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 05:35:55 2162bc151f8d: Preparing 05:35:55 02dffe2413bf: Preparing 05:35:55 04bf3856530f: Preparing 05:35:55 8d370d37f7aa: Preparing 05:35:55 305694d298f9: Preparing 05:35:55 10b2967efb11: Preparing 05:35:55 db4460c4cc4b: Preparing 05:35:55 34dc1bd15a18: Preparing 05:35:55 994456c4fd7b: Preparing 05:35:55 db4460c4cc4b: Waiting 05:35:55 994456c4fd7b: Waiting 05:35:55 34dc1bd15a18: Waiting 05:35:55 10b2967efb11: Waiting 05:35:55 02dffe2413bf: Layer already exists 05:35:55 04bf3856530f: Layer already exists 05:35:55 8d370d37f7aa: Layer already exists 05:35:55 305694d298f9: Layer already exists 05:35:55 2162bc151f8d: Layer already exists 05:35:55 10b2967efb11: Layer already exists 05:35:55 34dc1bd15a18: Layer already exists 05:35:55 db4460c4cc4b: Layer already exists 05:35:55 994456c4fd7b: Layer already exists 05:35:55 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6: digest: sha256:4f64e9f5c3185edc4623a2087715471bff81e90571091164a5dc5ea175eb00f7 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:56 + 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 05:35:56 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 05:35:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 05:35:56 2162bc151f8d: Preparing 05:35:56 02dffe2413bf: Preparing 05:35:56 04bf3856530f: Preparing 05:35:56 8d370d37f7aa: Preparing 05:35:56 305694d298f9: Preparing 05:35:56 10b2967efb11: Preparing 05:35:56 db4460c4cc4b: Preparing 05:35:56 34dc1bd15a18: Preparing 05:35:56 994456c4fd7b: Preparing 05:35:56 10b2967efb11: Waiting 05:35:56 34dc1bd15a18: Waiting 05:35:56 db4460c4cc4b: Waiting 05:35:56 994456c4fd7b: Waiting 05:35:56 305694d298f9: Layer already exists 05:35:56 02dffe2413bf: Layer already exists 05:35:56 04bf3856530f: Layer already exists 05:35:56 8d370d37f7aa: Layer already exists 05:35:56 2162bc151f8d: Layer already exists 05:35:56 10b2967efb11: Layer already exists 05:35:56 db4460c4cc4b: Layer already exists 05:35:56 994456c4fd7b: Layer already exists 05:35:56 34dc1bd15a18: Layer already exists 05:35:56 main: digest: sha256:4f64e9f5c3185edc4623a2087715471bff81e90571091164a5dc5ea175eb00f7 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:35:56 ===================================================== [Pipeline] echo 05:35:56 taggedImages: 05:35:56 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:35:56 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 05:35:56 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.6 05:35:56 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:35:56 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 05:35:56 [edgeXDocker.push] Tagging docker image core-data with the following tags: 05:35:56 3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:35:56 latest 05:35:56 4.1.0-dev.6 05:35:56 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:35:56 main 05:35:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:57 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3fa30c341bbe9c3881ba0169229bc34ff150aef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:57 + docker push nexus3.edgexfoundry.org:10004/core-data:3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:35:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 05:35:57 192b4d6f7d19: Preparing 05:35:57 1bfc51db2451: Preparing 05:35:57 305694d298f9: Preparing 05:35:57 10b2967efb11: Preparing 05:35:57 ba9f96ef0646: Preparing 05:35:57 06fb63afac24: Preparing 05:35:57 994456c4fd7b: Preparing 05:35:57 06fb63afac24: Waiting 05:35:57 994456c4fd7b: Waiting 05:35:57 10b2967efb11: Layer already exists 05:35:57 305694d298f9: Layer already exists 05:35:57 994456c4fd7b: Layer already exists 05:35:57 192b4d6f7d19: Pushed 05:35:57 ba9f96ef0646: Pushed 05:35:57 06fb63afac24: Pushed 05:35:59 1bfc51db2451: Pushed 05:35:59 3fa30c341bbe9c3881ba0169229bc34ff150aef2: digest: sha256:84bee63e94af8c971c39617ef442ab55aee45e05df20bb290d442d3d8d607bba size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:00 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:00 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 05:36:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 05:36:00 192b4d6f7d19: Preparing 05:36:00 1bfc51db2451: Preparing 05:36:00 305694d298f9: Preparing 05:36:00 10b2967efb11: Preparing 05:36:00 ba9f96ef0646: Preparing 05:36:00 06fb63afac24: Preparing 05:36:00 994456c4fd7b: Preparing 05:36:00 06fb63afac24: Waiting 05:36:00 994456c4fd7b: Waiting 05:36:00 305694d298f9: Layer already exists 05:36:00 ba9f96ef0646: Layer already exists 05:36:00 192b4d6f7d19: Layer already exists 05:36:00 10b2967efb11: Layer already exists 05:36:00 1bfc51db2451: Layer already exists 05:36:00 06fb63afac24: Layer already exists 05:36:00 994456c4fd7b: Layer already exists 05:36:00 latest: digest: sha256:84bee63e94af8c971c39617ef442ab55aee45e05df20bb290d442d3d8d607bba size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:00 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:01 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.6 05:36:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 05:36:01 192b4d6f7d19: Preparing 05:36:01 1bfc51db2451: Preparing 05:36:01 305694d298f9: Preparing 05:36:01 10b2967efb11: Preparing 05:36:01 ba9f96ef0646: Preparing 05:36:01 06fb63afac24: Preparing 05:36:01 994456c4fd7b: Preparing 05:36:01 06fb63afac24: Waiting 05:36:01 305694d298f9: Layer already exists 05:36:01 ba9f96ef0646: Layer already exists 05:36:01 10b2967efb11: Layer already exists 05:36:01 192b4d6f7d19: Layer already exists 05:36:01 1bfc51db2451: Layer already exists 05:36:01 06fb63afac24: Layer already exists 05:36:01 994456c4fd7b: Layer already exists 05:36:01 4.1.0-dev.6: digest: sha256:84bee63e94af8c971c39617ef442ab55aee45e05df20bb290d442d3d8d607bba size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:01 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:01 + docker push nexus3.edgexfoundry.org:10004/core-data:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:36:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 05:36:01 192b4d6f7d19: Preparing 05:36:01 1bfc51db2451: Preparing 05:36:01 305694d298f9: Preparing 05:36:01 10b2967efb11: Preparing 05:36:01 ba9f96ef0646: Preparing 05:36:01 06fb63afac24: Preparing 05:36:01 994456c4fd7b: Preparing 05:36:01 06fb63afac24: Waiting 05:36:01 994456c4fd7b: Waiting 05:36:01 ba9f96ef0646: Layer already exists 05:36:01 305694d298f9: Layer already exists 05:36:01 10b2967efb11: Layer already exists 05:36:01 192b4d6f7d19: Layer already exists 05:36:01 1bfc51db2451: Layer already exists 05:36:01 994456c4fd7b: Layer already exists 05:36:01 06fb63afac24: Layer already exists 05:36:01 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6: digest: sha256:84bee63e94af8c971c39617ef442ab55aee45e05df20bb290d442d3d8d607bba size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:02 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:02 + docker push nexus3.edgexfoundry.org:10004/core-data:main 05:36:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 05:36:02 192b4d6f7d19: Preparing 05:36:02 1bfc51db2451: Preparing 05:36:02 305694d298f9: Preparing 05:36:02 10b2967efb11: Preparing 05:36:02 ba9f96ef0646: Preparing 05:36:02 06fb63afac24: Preparing 05:36:02 994456c4fd7b: Preparing 05:36:02 06fb63afac24: Waiting 05:36:02 994456c4fd7b: Waiting 05:36:02 ba9f96ef0646: Layer already exists 05:36:02 1bfc51db2451: Layer already exists 05:36:02 192b4d6f7d19: Layer already exists 05:36:02 10b2967efb11: Layer already exists 05:36:02 305694d298f9: Layer already exists 05:36:02 994456c4fd7b: Layer already exists 05:36:02 06fb63afac24: Layer already exists 05:36:02 main: digest: sha256:84bee63e94af8c971c39617ef442ab55aee45e05df20bb290d442d3d8d607bba size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:36:02 ===================================================== [Pipeline] echo 05:36:02 taggedImages: 05:36:02 - nexus3.edgexfoundry.org:10004/core-data:3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:36:02 - nexus3.edgexfoundry.org:10004/core-data:latest 05:36:02 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.6 05:36:02 - nexus3.edgexfoundry.org:10004/core-data:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:36:02 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 05:36:02 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 05:36:02 3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:36:02 latest 05:36:02 4.1.0-dev.6 05:36:02 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:36:02 main 05:36:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:03 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:3fa30c341bbe9c3881ba0169229bc34ff150aef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:03 + docker push nexus3.edgexfoundry.org:10004/core-keeper:3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:36:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 05:36:03 cc347d72d5b7: Preparing 05:36:03 1a7795a4df12: Preparing 05:36:03 10b2967efb11: Preparing 05:36:03 97ab7fa0409b: Preparing 05:36:03 6e1d243965ce: Preparing 05:36:03 994456c4fd7b: Preparing 05:36:03 994456c4fd7b: Waiting 05:36:03 10b2967efb11: Layer already exists 05:36:03 6e1d243965ce: Pushed 05:36:03 994456c4fd7b: Layer already exists 05:36:03 97ab7fa0409b: Pushed 05:36:03 cc347d72d5b7: Pushed 05:36:05 1a7795a4df12: Pushed 05:36:05 3fa30c341bbe9c3881ba0169229bc34ff150aef2: digest: sha256:c0347516aa37756a2742a3e503ceebeed370aec9da822ec473a736cceedfb80f size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:06 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:06 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 05:36:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 05:36:06 cc347d72d5b7: Preparing 05:36:06 1a7795a4df12: Preparing 05:36:06 10b2967efb11: Preparing 05:36:06 97ab7fa0409b: Preparing 05:36:06 6e1d243965ce: Preparing 05:36:06 994456c4fd7b: Preparing 05:36:06 994456c4fd7b: Waiting 05:36:06 cc347d72d5b7: Layer already exists 05:36:06 10b2967efb11: Layer already exists 05:36:06 1a7795a4df12: Layer already exists 05:36:06 97ab7fa0409b: Layer already exists 05:36:06 6e1d243965ce: Layer already exists 05:36:06 994456c4fd7b: Layer already exists 05:36:06 latest: digest: sha256:c0347516aa37756a2742a3e503ceebeed370aec9da822ec473a736cceedfb80f size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:06 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:07 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.6 05:36:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 05:36:07 cc347d72d5b7: Preparing 05:36:07 1a7795a4df12: Preparing 05:36:07 10b2967efb11: Preparing 05:36:07 97ab7fa0409b: Preparing 05:36:07 6e1d243965ce: Preparing 05:36:07 994456c4fd7b: Preparing 05:36:07 994456c4fd7b: Waiting 05:36:07 6e1d243965ce: Layer already exists 05:36:07 10b2967efb11: Layer already exists 05:36:07 1a7795a4df12: Layer already exists 05:36:07 cc347d72d5b7: Layer already exists 05:36:07 97ab7fa0409b: Layer already exists 05:36:07 994456c4fd7b: Layer already exists 05:36:07 4.1.0-dev.6: digest: sha256:c0347516aa37756a2742a3e503ceebeed370aec9da822ec473a736cceedfb80f size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:07 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:07 + docker push nexus3.edgexfoundry.org:10004/core-keeper:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:36:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 05:36:07 cc347d72d5b7: Preparing 05:36:07 1a7795a4df12: Preparing 05:36:07 10b2967efb11: Preparing 05:36:07 97ab7fa0409b: Preparing 05:36:07 6e1d243965ce: Preparing 05:36:07 994456c4fd7b: Preparing 05:36:07 994456c4fd7b: Waiting 05:36:07 97ab7fa0409b: Layer already exists 05:36:07 10b2967efb11: Layer already exists 05:36:07 1a7795a4df12: Layer already exists 05:36:07 cc347d72d5b7: Layer already exists 05:36:07 6e1d243965ce: Layer already exists 05:36:07 994456c4fd7b: Layer already exists 05:36:07 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6: digest: sha256:c0347516aa37756a2742a3e503ceebeed370aec9da822ec473a736cceedfb80f size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:08 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:08 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 05:36:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 05:36:08 cc347d72d5b7: Preparing 05:36:08 1a7795a4df12: Preparing 05:36:08 10b2967efb11: Preparing 05:36:08 97ab7fa0409b: Preparing 05:36:08 6e1d243965ce: Preparing 05:36:08 994456c4fd7b: Preparing 05:36:08 994456c4fd7b: Waiting 05:36:08 10b2967efb11: Layer already exists 05:36:08 97ab7fa0409b: Layer already exists 05:36:08 6e1d243965ce: Layer already exists 05:36:08 cc347d72d5b7: Layer already exists 05:36:08 1a7795a4df12: Layer already exists 05:36:08 994456c4fd7b: Layer already exists 05:36:08 main: digest: sha256:c0347516aa37756a2742a3e503ceebeed370aec9da822ec473a736cceedfb80f size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:36:08 ===================================================== [Pipeline] echo 05:36:08 taggedImages: 05:36:08 - nexus3.edgexfoundry.org:10004/core-keeper:3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:36:08 - nexus3.edgexfoundry.org:10004/core-keeper:latest 05:36:08 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.6 05:36:08 - nexus3.edgexfoundry.org:10004/core-keeper:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:36:08 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 05:36:08 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 05:36:08 3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:36:08 latest 05:36:08 4.1.0-dev.6 05:36:08 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:36:08 main 05:36:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:08 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3fa30c341bbe9c3881ba0169229bc34ff150aef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:09 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:36:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 05:36:09 8b515172cafd: Preparing 05:36:09 b564175f7290: Preparing 05:36:09 eba48de0d921: Preparing 05:36:09 305694d298f9: Preparing 05:36:09 10b2967efb11: Preparing 05:36:09 db4460c4cc4b: Preparing 05:36:09 34dc1bd15a18: Preparing 05:36:09 994456c4fd7b: Preparing 05:36:09 db4460c4cc4b: Waiting 05:36:09 34dc1bd15a18: Waiting 05:36:09 994456c4fd7b: Waiting 05:36:09 305694d298f9: Layer already exists 05:36:09 10b2967efb11: Layer already exists 05:36:09 db4460c4cc4b: Layer already exists 05:36:09 34dc1bd15a18: Layer already exists 05:36:09 994456c4fd7b: Layer already exists 05:36:09 b564175f7290: Pushed 05:36:09 8b515172cafd: Pushed 05:36:11 eba48de0d921: Pushed 05:36:11 3fa30c341bbe9c3881ba0169229bc34ff150aef2: digest: sha256:88a154626618c59c2176c54ee43f04d18572d29d49afcbb1423857975d887976 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:12 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:12 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 05:36:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 05:36:12 8b515172cafd: Preparing 05:36:12 b564175f7290: Preparing 05:36:12 eba48de0d921: Preparing 05:36:12 305694d298f9: Preparing 05:36:12 10b2967efb11: Preparing 05:36:12 db4460c4cc4b: Preparing 05:36:12 34dc1bd15a18: Preparing 05:36:12 994456c4fd7b: Preparing 05:36:12 34dc1bd15a18: Waiting 05:36:12 994456c4fd7b: Waiting 05:36:12 db4460c4cc4b: Waiting 05:36:12 10b2967efb11: Layer already exists 05:36:12 305694d298f9: Layer already exists 05:36:12 8b515172cafd: Layer already exists 05:36:12 eba48de0d921: Layer already exists 05:36:12 b564175f7290: Layer already exists 05:36:12 994456c4fd7b: Layer already exists 05:36:12 db4460c4cc4b: Layer already exists 05:36:12 34dc1bd15a18: Layer already exists 05:36:12 latest: digest: sha256:88a154626618c59c2176c54ee43f04d18572d29d49afcbb1423857975d887976 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:12 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:13 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.6 05:36:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 05:36:13 8b515172cafd: Preparing 05:36:13 b564175f7290: Preparing 05:36:13 eba48de0d921: Preparing 05:36:13 305694d298f9: Preparing 05:36:13 10b2967efb11: Preparing 05:36:13 db4460c4cc4b: Preparing 05:36:13 34dc1bd15a18: Preparing 05:36:13 994456c4fd7b: Preparing 05:36:13 db4460c4cc4b: Waiting 05:36:13 34dc1bd15a18: Waiting 05:36:13 10b2967efb11: Layer already exists 05:36:13 305694d298f9: Layer already exists 05:36:13 eba48de0d921: Layer already exists 05:36:13 8b515172cafd: Layer already exists 05:36:13 b564175f7290: Layer already exists 05:36:13 db4460c4cc4b: Layer already exists 05:36:13 994456c4fd7b: Layer already exists 05:36:13 34dc1bd15a18: Layer already exists 05:36:13 4.1.0-dev.6: digest: sha256:88a154626618c59c2176c54ee43f04d18572d29d49afcbb1423857975d887976 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:13 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:13 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:36:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 05:36:13 8b515172cafd: Preparing 05:36:13 b564175f7290: Preparing 05:36:13 eba48de0d921: Preparing 05:36:13 305694d298f9: Preparing 05:36:13 10b2967efb11: Preparing 05:36:13 db4460c4cc4b: Preparing 05:36:13 34dc1bd15a18: Preparing 05:36:13 994456c4fd7b: Preparing 05:36:13 34dc1bd15a18: Waiting 05:36:13 994456c4fd7b: Waiting 05:36:13 8b515172cafd: Layer already exists 05:36:13 b564175f7290: Layer already exists 05:36:13 305694d298f9: Layer already exists 05:36:13 10b2967efb11: Layer already exists 05:36:13 eba48de0d921: Layer already exists 05:36:13 34dc1bd15a18: Layer already exists 05:36:13 994456c4fd7b: Layer already exists 05:36:13 db4460c4cc4b: Layer already exists 05:36:13 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6: digest: sha256:88a154626618c59c2176c54ee43f04d18572d29d49afcbb1423857975d887976 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:14 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:14 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 05:36:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 05:36:14 8b515172cafd: Preparing 05:36:14 b564175f7290: Preparing 05:36:14 eba48de0d921: Preparing 05:36:14 305694d298f9: Preparing 05:36:14 10b2967efb11: Preparing 05:36:14 db4460c4cc4b: Preparing 05:36:14 34dc1bd15a18: Preparing 05:36:14 994456c4fd7b: Preparing 05:36:14 34dc1bd15a18: Waiting 05:36:14 994456c4fd7b: Waiting 05:36:14 db4460c4cc4b: Waiting 05:36:14 8b515172cafd: Layer already exists 05:36:14 eba48de0d921: Layer already exists 05:36:14 10b2967efb11: Layer already exists 05:36:14 305694d298f9: Layer already exists 05:36:14 b564175f7290: Layer already exists 05:36:14 34dc1bd15a18: Layer already exists 05:36:14 db4460c4cc4b: Layer already exists 05:36:14 994456c4fd7b: Layer already exists 05:36:14 main: digest: sha256:88a154626618c59c2176c54ee43f04d18572d29d49afcbb1423857975d887976 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:36:14 ===================================================== [Pipeline] echo 05:36:14 taggedImages: 05:36:14 - nexus3.edgexfoundry.org:10004/core-metadata:3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:36:14 - nexus3.edgexfoundry.org:10004/core-metadata:latest 05:36:14 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.6 05:36:14 - nexus3.edgexfoundry.org:10004/core-metadata:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:36:14 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 05:36:14 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 05:36:14 3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:36:14 latest 05:36:14 4.1.0-dev.6 05:36:14 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:36:14 main 05:36:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:14 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3fa30c341bbe9c3881ba0169229bc34ff150aef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:15 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:36:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 05:36:15 bead45bec402: Preparing 05:36:15 986de23624f3: Preparing 05:36:15 5b080bf42878: Preparing 05:36:15 762578248572: Preparing 05:36:15 0aee209d2c98: Preparing 05:36:15 1352a403b0cf: Preparing 05:36:15 7f4e1ddf1137: Preparing 05:36:15 305694d298f9: Preparing 05:36:15 10b2967efb11: Preparing 05:36:15 5695754518d2: Preparing 05:36:15 535a78c6b04d: Preparing 05:36:15 5f70bf18a086: Preparing 05:36:15 3b0a833ea0ea: Preparing 05:36:15 9f7511930dc0: Preparing 05:36:15 8b614b7f6527: Preparing 05:36:15 994456c4fd7b: Preparing 05:36:15 1352a403b0cf: Waiting 05:36:15 5f70bf18a086: Waiting 05:36:15 7f4e1ddf1137: Waiting 05:36:15 3b0a833ea0ea: Waiting 05:36:15 305694d298f9: Waiting 05:36:15 9f7511930dc0: Waiting 05:36:15 10b2967efb11: Waiting 05:36:15 5695754518d2: Waiting 05:36:15 535a78c6b04d: Waiting 05:36:15 994456c4fd7b: Waiting 05:36:15 8b614b7f6527: Waiting 05:36:15 bead45bec402: Pushed 05:36:15 762578248572: Pushed 05:36:15 5b080bf42878: Pushed 05:36:15 986de23624f3: Pushed 05:36:15 0aee209d2c98: Pushed 05:36:15 305694d298f9: Layer already exists 05:36:15 10b2967efb11: Layer already exists 05:36:15 1352a403b0cf: Pushed 05:36:15 5f70bf18a086: Layer already exists 05:36:15 535a78c6b04d: Pushed 05:36:15 5695754518d2: Pushed 05:36:15 3b0a833ea0ea: Pushed 05:36:15 994456c4fd7b: Layer already exists 05:36:15 9f7511930dc0: Pushed 05:36:15 8b614b7f6527: Pushed 05:36:16 7f4e1ddf1137: Pushed 05:36:16 3fa30c341bbe9c3881ba0169229bc34ff150aef2: digest: sha256:9b84335211d72660786bc4f6acb5f0f884e88cb658baf22a1c3b9026d4ac28d2 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:17 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:17 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 05:36:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 05:36:17 bead45bec402: Preparing 05:36:17 986de23624f3: Preparing 05:36:17 5b080bf42878: Preparing 05:36:17 762578248572: Preparing 05:36:17 0aee209d2c98: Preparing 05:36:17 1352a403b0cf: Preparing 05:36:17 7f4e1ddf1137: Preparing 05:36:17 305694d298f9: Preparing 05:36:17 10b2967efb11: Preparing 05:36:17 5695754518d2: Preparing 05:36:17 535a78c6b04d: Preparing 05:36:17 5f70bf18a086: Preparing 05:36:17 3b0a833ea0ea: Preparing 05:36:17 9f7511930dc0: Preparing 05:36:17 8b614b7f6527: Preparing 05:36:17 994456c4fd7b: Preparing 05:36:17 5695754518d2: Waiting 05:36:17 535a78c6b04d: Waiting 05:36:17 5f70bf18a086: Waiting 05:36:17 3b0a833ea0ea: Waiting 05:36:17 994456c4fd7b: Waiting 05:36:17 7f4e1ddf1137: Waiting 05:36:17 305694d298f9: Waiting 05:36:17 9f7511930dc0: Waiting 05:36:17 10b2967efb11: Waiting 05:36:17 8b614b7f6527: Waiting 05:36:17 1352a403b0cf: Waiting 05:36:17 5b080bf42878: Layer already exists 05:36:17 762578248572: Layer already exists 05:36:17 bead45bec402: Layer already exists 05:36:17 0aee209d2c98: Layer already exists 05:36:17 986de23624f3: Layer already exists 05:36:17 1352a403b0cf: Layer already exists 05:36:17 10b2967efb11: Layer already exists 05:36:17 7f4e1ddf1137: Layer already exists 05:36:17 535a78c6b04d: Layer already exists 05:36:17 305694d298f9: Layer already exists 05:36:17 5695754518d2: Layer already exists 05:36:17 5f70bf18a086: Layer already exists 05:36:17 3b0a833ea0ea: Layer already exists 05:36:17 9f7511930dc0: Layer already exists 05:36:17 8b614b7f6527: Layer already exists 05:36:17 994456c4fd7b: Layer already exists 05:36:17 latest: digest: sha256:9b84335211d72660786bc4f6acb5f0f884e88cb658baf22a1c3b9026d4ac28d2 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:17 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:18 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.6 05:36:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 05:36:18 bead45bec402: Preparing 05:36:18 986de23624f3: Preparing 05:36:18 5b080bf42878: Preparing 05:36:18 762578248572: Preparing 05:36:18 0aee209d2c98: Preparing 05:36:18 1352a403b0cf: Preparing 05:36:18 7f4e1ddf1137: Preparing 05:36:18 305694d298f9: Preparing 05:36:18 10b2967efb11: Preparing 05:36:18 5695754518d2: Preparing 05:36:18 535a78c6b04d: Preparing 05:36:18 5f70bf18a086: Preparing 05:36:18 3b0a833ea0ea: Preparing 05:36:18 9f7511930dc0: Preparing 05:36:18 8b614b7f6527: Preparing 05:36:18 994456c4fd7b: Preparing 05:36:18 7f4e1ddf1137: Waiting 05:36:18 305694d298f9: Waiting 05:36:18 535a78c6b04d: Waiting 05:36:18 9f7511930dc0: Waiting 05:36:18 5f70bf18a086: Waiting 05:36:18 3b0a833ea0ea: Waiting 05:36:18 10b2967efb11: Waiting 05:36:18 8b614b7f6527: Waiting 05:36:18 994456c4fd7b: Waiting 05:36:18 1352a403b0cf: Waiting 05:36:18 5695754518d2: Waiting 05:36:18 762578248572: Layer already exists 05:36:18 0aee209d2c98: Layer already exists 05:36:18 bead45bec402: Layer already exists 05:36:18 986de23624f3: Layer already exists 05:36:18 5b080bf42878: Layer already exists 05:36:18 1352a403b0cf: Layer already exists 05:36:18 7f4e1ddf1137: Layer already exists 05:36:18 10b2967efb11: Layer already exists 05:36:18 5695754518d2: Layer already exists 05:36:18 305694d298f9: Layer already exists 05:36:18 5f70bf18a086: Layer already exists 05:36:18 535a78c6b04d: Layer already exists 05:36:18 9f7511930dc0: Layer already exists 05:36:18 3b0a833ea0ea: Layer already exists 05:36:18 8b614b7f6527: Layer already exists 05:36:18 994456c4fd7b: Layer already exists 05:36:18 4.1.0-dev.6: digest: sha256:9b84335211d72660786bc4f6acb5f0f884e88cb658baf22a1c3b9026d4ac28d2 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:18 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:18 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:36:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 05:36:18 bead45bec402: Preparing 05:36:18 986de23624f3: Preparing 05:36:18 5b080bf42878: Preparing 05:36:18 762578248572: Preparing 05:36:18 0aee209d2c98: Preparing 05:36:18 1352a403b0cf: Preparing 05:36:18 7f4e1ddf1137: Preparing 05:36:18 305694d298f9: Preparing 05:36:18 10b2967efb11: Preparing 05:36:18 5695754518d2: Preparing 05:36:18 535a78c6b04d: Preparing 05:36:18 5f70bf18a086: Preparing 05:36:18 3b0a833ea0ea: Preparing 05:36:18 9f7511930dc0: Preparing 05:36:18 8b614b7f6527: Preparing 05:36:18 994456c4fd7b: Preparing 05:36:18 305694d298f9: Waiting 05:36:18 3b0a833ea0ea: Waiting 05:36:18 10b2967efb11: Waiting 05:36:18 9f7511930dc0: Waiting 05:36:18 8b614b7f6527: Waiting 05:36:18 5695754518d2: Waiting 05:36:18 994456c4fd7b: Waiting 05:36:18 535a78c6b04d: Waiting 05:36:18 5f70bf18a086: Waiting 05:36:18 1352a403b0cf: Waiting 05:36:18 7f4e1ddf1137: Waiting 05:36:18 bead45bec402: Layer already exists 05:36:18 5b080bf42878: Layer already exists 05:36:18 762578248572: Layer already exists 05:36:18 986de23624f3: Layer already exists 05:36:18 0aee209d2c98: Layer already exists 05:36:18 305694d298f9: Layer already exists 05:36:18 10b2967efb11: Layer already exists 05:36:18 1352a403b0cf: Layer already exists 05:36:18 7f4e1ddf1137: Layer already exists 05:36:18 5695754518d2: Layer already exists 05:36:18 5f70bf18a086: Layer already exists 05:36:18 535a78c6b04d: Layer already exists 05:36:18 8b614b7f6527: Layer already exists 05:36:18 3b0a833ea0ea: Layer already exists 05:36:18 9f7511930dc0: Layer already exists 05:36:18 994456c4fd7b: Layer already exists 05:36:18 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6: digest: sha256:9b84335211d72660786bc4f6acb5f0f884e88cb658baf22a1c3b9026d4ac28d2 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:19 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:19 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 05:36:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 05:36:19 bead45bec402: Preparing 05:36:19 986de23624f3: Preparing 05:36:19 5b080bf42878: Preparing 05:36:19 762578248572: Preparing 05:36:19 0aee209d2c98: Preparing 05:36:19 1352a403b0cf: Preparing 05:36:19 7f4e1ddf1137: Preparing 05:36:19 305694d298f9: Preparing 05:36:19 10b2967efb11: Preparing 05:36:19 5695754518d2: Preparing 05:36:19 535a78c6b04d: Preparing 05:36:19 5f70bf18a086: Preparing 05:36:19 3b0a833ea0ea: Preparing 05:36:19 9f7511930dc0: Preparing 05:36:19 8b614b7f6527: Preparing 05:36:19 994456c4fd7b: Preparing 05:36:19 305694d298f9: Waiting 05:36:19 10b2967efb11: Waiting 05:36:19 1352a403b0cf: Waiting 05:36:19 7f4e1ddf1137: Waiting 05:36:19 5f70bf18a086: Waiting 05:36:19 5695754518d2: Waiting 05:36:19 3b0a833ea0ea: Waiting 05:36:19 9f7511930dc0: Waiting 05:36:19 535a78c6b04d: Waiting 05:36:19 8b614b7f6527: Waiting 05:36:19 bead45bec402: Layer already exists 05:36:19 986de23624f3: Layer already exists 05:36:19 762578248572: Layer already exists 05:36:19 5b080bf42878: Layer already exists 05:36:19 0aee209d2c98: Layer already exists 05:36:19 1352a403b0cf: Layer already exists 05:36:19 7f4e1ddf1137: Layer already exists 05:36:19 305694d298f9: Layer already exists 05:36:19 10b2967efb11: Layer already exists 05:36:19 5695754518d2: Layer already exists 05:36:19 5f70bf18a086: Layer already exists 05:36:19 535a78c6b04d: Layer already exists 05:36:19 9f7511930dc0: Layer already exists 05:36:19 3b0a833ea0ea: Layer already exists 05:36:19 8b614b7f6527: Layer already exists 05:36:19 994456c4fd7b: Layer already exists 05:36:19 main: digest: sha256:9b84335211d72660786bc4f6acb5f0f884e88cb658baf22a1c3b9026d4ac28d2 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:36:19 ===================================================== [Pipeline] echo 05:36:19 taggedImages: 05:36:19 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:36:19 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 05:36:19 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.6 05:36:19 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:36:19 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 05:36:19 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 05:36:19 3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:36:19 latest 05:36:19 4.1.0-dev.6 05:36:19 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:36:19 main 05:36:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:19 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3fa30c341bbe9c3881ba0169229bc34ff150aef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:20 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:36:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 05:36:20 2a7ec1b09e56: Preparing 05:36:20 9aa73b891b03: Preparing 05:36:20 8b240d8e4cc2: Preparing 05:36:20 caf5f4ba7ff8: Preparing 05:36:20 305694d298f9: Preparing 05:36:20 10b2967efb11: Preparing 05:36:20 db4460c4cc4b: Preparing 05:36:20 34dc1bd15a18: Preparing 05:36:20 994456c4fd7b: Preparing 05:36:20 db4460c4cc4b: Waiting 05:36:20 34dc1bd15a18: Waiting 05:36:20 10b2967efb11: Waiting 05:36:20 305694d298f9: Layer already exists 05:36:20 9aa73b891b03: Pushed 05:36:20 8b240d8e4cc2: Pushed 05:36:20 10b2967efb11: Layer already exists 05:36:20 db4460c4cc4b: Layer already exists 05:36:20 34dc1bd15a18: Layer already exists 05:36:20 994456c4fd7b: Layer already exists 05:36:20 2a7ec1b09e56: Pushed 05:36:22 caf5f4ba7ff8: Pushed 05:36:22 3fa30c341bbe9c3881ba0169229bc34ff150aef2: digest: sha256:71fa1276e458c3656acdf5ef37e3f9fc87a0bfd127b9c5ccd5887a519271d8ac size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:23 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:23 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 05:36:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 05:36:23 2a7ec1b09e56: Preparing 05:36:23 9aa73b891b03: Preparing 05:36:23 8b240d8e4cc2: Preparing 05:36:23 caf5f4ba7ff8: Preparing 05:36:23 305694d298f9: Preparing 05:36:23 10b2967efb11: Preparing 05:36:23 db4460c4cc4b: Preparing 05:36:23 34dc1bd15a18: Preparing 05:36:23 994456c4fd7b: Preparing 05:36:23 db4460c4cc4b: Waiting 05:36:23 34dc1bd15a18: Waiting 05:36:23 994456c4fd7b: Waiting 05:36:23 10b2967efb11: Waiting 05:36:23 caf5f4ba7ff8: Layer already exists 05:36:23 305694d298f9: Layer already exists 05:36:23 9aa73b891b03: Layer already exists 05:36:23 8b240d8e4cc2: Layer already exists 05:36:23 2a7ec1b09e56: Layer already exists 05:36:23 10b2967efb11: Layer already exists 05:36:23 db4460c4cc4b: Layer already exists 05:36:23 994456c4fd7b: Layer already exists 05:36:23 34dc1bd15a18: Layer already exists 05:36:23 latest: digest: sha256:71fa1276e458c3656acdf5ef37e3f9fc87a0bfd127b9c5ccd5887a519271d8ac size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:23 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:24 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.6 05:36:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 05:36:24 2a7ec1b09e56: Preparing 05:36:24 9aa73b891b03: Preparing 05:36:24 8b240d8e4cc2: Preparing 05:36:24 caf5f4ba7ff8: Preparing 05:36:24 305694d298f9: Preparing 05:36:24 10b2967efb11: Preparing 05:36:24 db4460c4cc4b: Preparing 05:36:24 34dc1bd15a18: Preparing 05:36:24 994456c4fd7b: Preparing 05:36:24 10b2967efb11: Waiting 05:36:24 db4460c4cc4b: Waiting 05:36:24 34dc1bd15a18: Waiting 05:36:24 994456c4fd7b: Waiting 05:36:24 305694d298f9: Layer already exists 05:36:24 9aa73b891b03: Layer already exists 05:36:24 caf5f4ba7ff8: Layer already exists 05:36:24 8b240d8e4cc2: Layer already exists 05:36:24 2a7ec1b09e56: Layer already exists 05:36:24 10b2967efb11: Layer already exists 05:36:24 db4460c4cc4b: Layer already exists 05:36:24 34dc1bd15a18: Layer already exists 05:36:24 994456c4fd7b: Layer already exists 05:36:24 4.1.0-dev.6: digest: sha256:71fa1276e458c3656acdf5ef37e3f9fc87a0bfd127b9c5ccd5887a519271d8ac size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:24 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:24 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:36:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 05:36:24 2a7ec1b09e56: Preparing 05:36:24 9aa73b891b03: Preparing 05:36:24 8b240d8e4cc2: Preparing 05:36:24 caf5f4ba7ff8: Preparing 05:36:24 305694d298f9: Preparing 05:36:24 10b2967efb11: Preparing 05:36:24 db4460c4cc4b: Preparing 05:36:24 34dc1bd15a18: Preparing 05:36:24 994456c4fd7b: Preparing 05:36:24 994456c4fd7b: Waiting 05:36:24 db4460c4cc4b: Waiting 05:36:24 34dc1bd15a18: Waiting 05:36:24 10b2967efb11: Waiting 05:36:24 9aa73b891b03: Layer already exists 05:36:24 8b240d8e4cc2: Layer already exists 05:36:24 caf5f4ba7ff8: Layer already exists 05:36:24 2a7ec1b09e56: Layer already exists 05:36:24 305694d298f9: Layer already exists 05:36:24 10b2967efb11: Layer already exists 05:36:24 db4460c4cc4b: Layer already exists 05:36:24 34dc1bd15a18: Layer already exists 05:36:24 994456c4fd7b: Layer already exists 05:36:24 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6: digest: sha256:71fa1276e458c3656acdf5ef37e3f9fc87a0bfd127b9c5ccd5887a519271d8ac size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:25 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:25 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 05:36:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 05:36:25 2a7ec1b09e56: Preparing 05:36:25 9aa73b891b03: Preparing 05:36:25 8b240d8e4cc2: Preparing 05:36:25 caf5f4ba7ff8: Preparing 05:36:25 305694d298f9: Preparing 05:36:25 10b2967efb11: Preparing 05:36:25 db4460c4cc4b: Preparing 05:36:25 34dc1bd15a18: Preparing 05:36:25 994456c4fd7b: Preparing 05:36:25 db4460c4cc4b: Waiting 05:36:25 34dc1bd15a18: Waiting 05:36:25 994456c4fd7b: Waiting 05:36:25 10b2967efb11: Waiting 05:36:25 8b240d8e4cc2: Layer already exists 05:36:25 2a7ec1b09e56: Layer already exists 05:36:25 9aa73b891b03: Layer already exists 05:36:25 305694d298f9: Layer already exists 05:36:25 caf5f4ba7ff8: Layer already exists 05:36:25 994456c4fd7b: Layer already exists 05:36:25 34dc1bd15a18: Layer already exists 05:36:25 db4460c4cc4b: Layer already exists 05:36:25 10b2967efb11: Layer already exists 05:36:25 main: digest: sha256:71fa1276e458c3656acdf5ef37e3f9fc87a0bfd127b9c5ccd5887a519271d8ac size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:36:25 ===================================================== [Pipeline] echo 05:36:25 taggedImages: 05:36:25 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:36:25 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 05:36:25 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.6 05:36:25 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:36:25 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 05:36:25 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 05:36:25 3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:36:25 latest 05:36:25 4.1.0-dev.6 05:36:25 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:36:25 main 05:36:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:25 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3fa30c341bbe9c3881ba0169229bc34ff150aef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:26 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:36:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 05:36:26 ee4e0b3e39b3: Preparing 05:36:26 fee62520850a: Preparing 05:36:26 a34f681de9ce: Preparing 05:36:26 710c28da01e4: Preparing 05:36:26 8a23a600cbac: Preparing 05:36:26 305694d298f9: Preparing 05:36:26 10b2967efb11: Preparing 05:36:26 f931cd3f63f6: Preparing 05:36:26 bc21d44c7161: Preparing 05:36:26 18c3e811cd79: Preparing 05:36:26 994456c4fd7b: Preparing 05:36:26 10b2967efb11: Waiting 05:36:26 f931cd3f63f6: Waiting 05:36:26 bc21d44c7161: Waiting 05:36:26 18c3e811cd79: Waiting 05:36:26 994456c4fd7b: Waiting 05:36:26 305694d298f9: Waiting 05:36:26 710c28da01e4: Pushed 05:36:26 fee62520850a: Pushed 05:36:26 8a23a600cbac: Pushed 05:36:26 ee4e0b3e39b3: Pushed 05:36:26 10b2967efb11: Layer already exists 05:36:26 305694d298f9: Layer already exists 05:36:26 994456c4fd7b: Layer already exists 05:36:26 f931cd3f63f6: Pushed 05:36:26 bc21d44c7161: Pushed 05:36:27 18c3e811cd79: Pushed 05:36:28 a34f681de9ce: Pushed 05:36:28 3fa30c341bbe9c3881ba0169229bc34ff150aef2: digest: sha256:dd2d873d894894125bef1e753c2a5248f4b81501ec87f0b39aa1cbde1bb4faf6 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:28 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:28 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 05:36:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 05:36:28 ee4e0b3e39b3: Preparing 05:36:28 fee62520850a: Preparing 05:36:28 a34f681de9ce: Preparing 05:36:28 710c28da01e4: Preparing 05:36:28 8a23a600cbac: Preparing 05:36:28 305694d298f9: Preparing 05:36:28 10b2967efb11: Preparing 05:36:28 f931cd3f63f6: Preparing 05:36:28 bc21d44c7161: Preparing 05:36:28 18c3e811cd79: Preparing 05:36:28 994456c4fd7b: Preparing 05:36:28 10b2967efb11: Waiting 05:36:28 f931cd3f63f6: Waiting 05:36:28 18c3e811cd79: Waiting 05:36:28 bc21d44c7161: Waiting 05:36:28 994456c4fd7b: Waiting 05:36:28 ee4e0b3e39b3: Layer already exists 05:36:28 8a23a600cbac: Layer already exists 05:36:28 710c28da01e4: Layer already exists 05:36:28 a34f681de9ce: Layer already exists 05:36:28 fee62520850a: Layer already exists 05:36:28 f931cd3f63f6: Layer already exists 05:36:28 305694d298f9: Layer already exists 05:36:28 10b2967efb11: Layer already exists 05:36:28 18c3e811cd79: Layer already exists 05:36:28 994456c4fd7b: Layer already exists 05:36:28 bc21d44c7161: Layer already exists 05:36:28 latest: digest: sha256:dd2d873d894894125bef1e753c2a5248f4b81501ec87f0b39aa1cbde1bb4faf6 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:29 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:29 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.6 05:36:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 05:36:29 ee4e0b3e39b3: Preparing 05:36:29 fee62520850a: Preparing 05:36:29 a34f681de9ce: Preparing 05:36:29 710c28da01e4: Preparing 05:36:29 8a23a600cbac: Preparing 05:36:29 305694d298f9: Preparing 05:36:29 10b2967efb11: Preparing 05:36:29 f931cd3f63f6: Preparing 05:36:29 bc21d44c7161: Preparing 05:36:29 18c3e811cd79: Preparing 05:36:29 305694d298f9: Waiting 05:36:29 10b2967efb11: Waiting 05:36:29 f931cd3f63f6: Waiting 05:36:29 bc21d44c7161: Waiting 05:36:29 994456c4fd7b: Preparing 05:36:29 18c3e811cd79: Waiting 05:36:29 994456c4fd7b: Waiting 05:36:29 a34f681de9ce: Layer already exists 05:36:29 ee4e0b3e39b3: Layer already exists 05:36:29 fee62520850a: Layer already exists 05:36:29 710c28da01e4: Layer already exists 05:36:29 8a23a600cbac: Layer already exists 05:36:29 305694d298f9: Layer already exists 05:36:29 10b2967efb11: Layer already exists 05:36:29 f931cd3f63f6: Layer already exists 05:36:29 18c3e811cd79: Layer already exists 05:36:29 bc21d44c7161: Layer already exists 05:36:29 994456c4fd7b: Layer already exists 05:36:29 4.1.0-dev.6: digest: sha256:dd2d873d894894125bef1e753c2a5248f4b81501ec87f0b39aa1cbde1bb4faf6 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:29 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:30 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:36:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 05:36:30 ee4e0b3e39b3: Preparing 05:36:30 fee62520850a: Preparing 05:36:30 a34f681de9ce: Preparing 05:36:30 710c28da01e4: Preparing 05:36:30 8a23a600cbac: Preparing 05:36:30 305694d298f9: Preparing 05:36:30 10b2967efb11: Preparing 05:36:30 f931cd3f63f6: Preparing 05:36:30 bc21d44c7161: Preparing 05:36:30 18c3e811cd79: Preparing 05:36:30 994456c4fd7b: Preparing 05:36:30 305694d298f9: Waiting 05:36:30 10b2967efb11: Waiting 05:36:30 f931cd3f63f6: Waiting 05:36:30 bc21d44c7161: Waiting 05:36:30 18c3e811cd79: Waiting 05:36:30 994456c4fd7b: Waiting 05:36:30 ee4e0b3e39b3: Layer already exists 05:36:30 710c28da01e4: Layer already exists 05:36:30 fee62520850a: Layer already exists 05:36:30 a34f681de9ce: Layer already exists 05:36:30 8a23a600cbac: Layer already exists 05:36:30 f931cd3f63f6: Layer already exists 05:36:30 bc21d44c7161: Layer already exists 05:36:30 10b2967efb11: Layer already exists 05:36:30 305694d298f9: Layer already exists 05:36:30 18c3e811cd79: Layer already exists 05:36:30 994456c4fd7b: Layer already exists 05:36:30 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6: digest: sha256:dd2d873d894894125bef1e753c2a5248f4b81501ec87f0b39aa1cbde1bb4faf6 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:30 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:30 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 05:36:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 05:36:30 ee4e0b3e39b3: Preparing 05:36:30 fee62520850a: Preparing 05:36:30 a34f681de9ce: Preparing 05:36:30 710c28da01e4: Preparing 05:36:30 8a23a600cbac: Preparing 05:36:30 305694d298f9: Preparing 05:36:30 10b2967efb11: Preparing 05:36:30 f931cd3f63f6: Preparing 05:36:30 bc21d44c7161: Preparing 05:36:30 18c3e811cd79: Preparing 05:36:30 994456c4fd7b: Preparing 05:36:30 305694d298f9: Waiting 05:36:30 10b2967efb11: Waiting 05:36:30 f931cd3f63f6: Waiting 05:36:30 bc21d44c7161: Waiting 05:36:30 18c3e811cd79: Waiting 05:36:30 8a23a600cbac: Layer already exists 05:36:30 a34f681de9ce: Layer already exists 05:36:30 ee4e0b3e39b3: Layer already exists 05:36:30 710c28da01e4: Layer already exists 05:36:30 fee62520850a: Layer already exists 05:36:30 f931cd3f63f6: Layer already exists 05:36:30 10b2967efb11: Layer already exists 05:36:30 305694d298f9: Layer already exists 05:36:30 bc21d44c7161: Layer already exists 05:36:30 18c3e811cd79: Layer already exists 05:36:30 994456c4fd7b: Layer already exists 05:36:30 main: digest: sha256:dd2d873d894894125bef1e753c2a5248f4b81501ec87f0b39aa1cbde1bb4faf6 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:36:30 ===================================================== [Pipeline] echo 05:36:30 taggedImages: 05:36:30 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:36:30 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 05:36:30 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.6 05:36:30 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:36:30 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 05:36:30 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 05:36:30 3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:36:30 latest 05:36:30 4.1.0-dev.6 05:36:30 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:36:30 main 05:36:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:31 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3fa30c341bbe9c3881ba0169229bc34ff150aef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:31 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:36:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 05:36:31 7ade4d6b8594: Preparing 05:36:31 91d89c14b700: Preparing 05:36:31 3bba5bb0f22b: Preparing 05:36:31 633196a27af7: Preparing 05:36:31 83101a37ba69: Preparing 05:36:31 3624eb5c577f: Preparing 05:36:31 c1ce1f4c06b0: Preparing 05:36:31 305694d298f9: Preparing 05:36:31 10b2967efb11: Preparing 05:36:31 550a98492e12: Preparing 05:36:31 6b64d865a79e: Preparing 05:36:31 994456c4fd7b: Preparing 05:36:31 3624eb5c577f: Waiting 05:36:31 6b64d865a79e: Waiting 05:36:31 10b2967efb11: Waiting 05:36:31 c1ce1f4c06b0: Waiting 05:36:31 994456c4fd7b: Waiting 05:36:31 305694d298f9: Waiting 05:36:31 83101a37ba69: Pushed 05:36:31 91d89c14b700: Pushed 05:36:31 7ade4d6b8594: Pushed 05:36:31 305694d298f9: Layer already exists 05:36:31 10b2967efb11: Layer already exists 05:36:31 3624eb5c577f: Pushed 05:36:31 c1ce1f4c06b0: Pushed 05:36:31 550a98492e12: Pushed 05:36:31 994456c4fd7b: Layer already exists 05:36:33 6b64d865a79e: Pushed 05:36:33 633196a27af7: Pushed 05:36:34 3bba5bb0f22b: Pushed 05:36:34 3fa30c341bbe9c3881ba0169229bc34ff150aef2: digest: sha256:6d0e7a22937992a4223ad8d273564f4a42417c087f4ffcd3e806948a27e9ce1e size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:35 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:35 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 05:36:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 05:36:35 7ade4d6b8594: Preparing 05:36:35 91d89c14b700: Preparing 05:36:35 3bba5bb0f22b: Preparing 05:36:35 633196a27af7: Preparing 05:36:35 83101a37ba69: Preparing 05:36:35 3624eb5c577f: Preparing 05:36:35 c1ce1f4c06b0: Preparing 05:36:35 305694d298f9: Preparing 05:36:35 10b2967efb11: Preparing 05:36:35 550a98492e12: Preparing 05:36:35 6b64d865a79e: Preparing 05:36:35 994456c4fd7b: Preparing 05:36:35 3624eb5c577f: Waiting 05:36:35 c1ce1f4c06b0: Waiting 05:36:35 305694d298f9: Waiting 05:36:35 10b2967efb11: Waiting 05:36:35 550a98492e12: Waiting 05:36:35 6b64d865a79e: Waiting 05:36:35 994456c4fd7b: Waiting 05:36:35 91d89c14b700: Layer already exists 05:36:35 7ade4d6b8594: Layer already exists 05:36:35 3bba5bb0f22b: Layer already exists 05:36:35 83101a37ba69: Layer already exists 05:36:35 633196a27af7: Layer already exists 05:36:35 c1ce1f4c06b0: Layer already exists 05:36:35 3624eb5c577f: Layer already exists 05:36:35 305694d298f9: Layer already exists 05:36:35 10b2967efb11: Layer already exists 05:36:35 550a98492e12: Layer already exists 05:36:35 6b64d865a79e: Layer already exists 05:36:35 994456c4fd7b: Layer already exists 05:36:35 latest: digest: sha256:6d0e7a22937992a4223ad8d273564f4a42417c087f4ffcd3e806948a27e9ce1e size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:35 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:36 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.6 05:36:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 05:36:36 7ade4d6b8594: Preparing 05:36:36 91d89c14b700: Preparing 05:36:36 3bba5bb0f22b: Preparing 05:36:36 633196a27af7: Preparing 05:36:36 83101a37ba69: Preparing 05:36:36 3624eb5c577f: Preparing 05:36:36 c1ce1f4c06b0: Preparing 05:36:36 305694d298f9: Preparing 05:36:36 10b2967efb11: Preparing 05:36:36 550a98492e12: Preparing 05:36:36 6b64d865a79e: Preparing 05:36:36 994456c4fd7b: Preparing 05:36:36 305694d298f9: Waiting 05:36:36 10b2967efb11: Waiting 05:36:36 550a98492e12: Waiting 05:36:36 6b64d865a79e: Waiting 05:36:36 994456c4fd7b: Waiting 05:36:36 3624eb5c577f: Waiting 05:36:36 c1ce1f4c06b0: Waiting 05:36:36 7ade4d6b8594: Layer already exists 05:36:36 633196a27af7: Layer already exists 05:36:36 91d89c14b700: Layer already exists 05:36:36 83101a37ba69: Layer already exists 05:36:36 3bba5bb0f22b: Layer already exists 05:36:36 c1ce1f4c06b0: Layer already exists 05:36:36 10b2967efb11: Layer already exists 05:36:36 3624eb5c577f: Layer already exists 05:36:36 305694d298f9: Layer already exists 05:36:36 550a98492e12: Layer already exists 05:36:36 6b64d865a79e: Layer already exists 05:36:36 994456c4fd7b: Layer already exists 05:36:36 4.1.0-dev.6: digest: sha256:6d0e7a22937992a4223ad8d273564f4a42417c087f4ffcd3e806948a27e9ce1e size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:36 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:36 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:36:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 05:36:36 7ade4d6b8594: Preparing 05:36:36 91d89c14b700: Preparing 05:36:36 3bba5bb0f22b: Preparing 05:36:36 633196a27af7: Preparing 05:36:36 83101a37ba69: Preparing 05:36:36 3624eb5c577f: Preparing 05:36:36 c1ce1f4c06b0: Preparing 05:36:36 305694d298f9: Preparing 05:36:36 10b2967efb11: Preparing 05:36:36 550a98492e12: Preparing 05:36:36 6b64d865a79e: Preparing 05:36:36 994456c4fd7b: Preparing 05:36:36 3624eb5c577f: Waiting 05:36:36 10b2967efb11: Waiting 05:36:36 550a98492e12: Waiting 05:36:36 c1ce1f4c06b0: Waiting 05:36:36 305694d298f9: Waiting 05:36:36 6b64d865a79e: Waiting 05:36:36 994456c4fd7b: Waiting 05:36:36 633196a27af7: Layer already exists 05:36:36 3bba5bb0f22b: Layer already exists 05:36:36 91d89c14b700: Layer already exists 05:36:36 7ade4d6b8594: Layer already exists 05:36:36 83101a37ba69: Layer already exists 05:36:36 550a98492e12: Layer already exists 05:36:36 305694d298f9: Layer already exists 05:36:36 3624eb5c577f: Layer already exists 05:36:36 10b2967efb11: Layer already exists 05:36:36 c1ce1f4c06b0: Layer already exists 05:36:36 6b64d865a79e: Layer already exists 05:36:36 994456c4fd7b: Layer already exists 05:36:36 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6: digest: sha256:6d0e7a22937992a4223ad8d273564f4a42417c087f4ffcd3e806948a27e9ce1e size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:37 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:37 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 05:36:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 05:36:37 7ade4d6b8594: Preparing 05:36:37 91d89c14b700: Preparing 05:36:37 3bba5bb0f22b: Preparing 05:36:37 633196a27af7: Preparing 05:36:37 83101a37ba69: Preparing 05:36:37 3624eb5c577f: Preparing 05:36:37 c1ce1f4c06b0: Preparing 05:36:37 305694d298f9: Preparing 05:36:37 10b2967efb11: Preparing 05:36:37 550a98492e12: Preparing 05:36:37 6b64d865a79e: Preparing 05:36:37 994456c4fd7b: Preparing 05:36:37 10b2967efb11: Waiting 05:36:37 550a98492e12: Waiting 05:36:37 6b64d865a79e: Waiting 05:36:37 994456c4fd7b: Waiting 05:36:37 3624eb5c577f: Waiting 05:36:37 c1ce1f4c06b0: Waiting 05:36:37 305694d298f9: Waiting 05:36:37 7ade4d6b8594: Layer already exists 05:36:37 633196a27af7: Layer already exists 05:36:37 3bba5bb0f22b: Layer already exists 05:36:37 91d89c14b700: Layer already exists 05:36:37 83101a37ba69: Layer already exists 05:36:37 305694d298f9: Layer already exists 05:36:37 3624eb5c577f: Layer already exists 05:36:37 c1ce1f4c06b0: Layer already exists 05:36:37 550a98492e12: Layer already exists 05:36:37 10b2967efb11: Layer already exists 05:36:37 6b64d865a79e: Layer already exists 05:36:37 994456c4fd7b: Layer already exists 05:36:37 main: digest: sha256:6d0e7a22937992a4223ad8d273564f4a42417c087f4ffcd3e806948a27e9ce1e size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:36:37 ===================================================== [Pipeline] echo 05:36:37 taggedImages: 05:36:37 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:36:37 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 05:36:37 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.6 05:36:37 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:36:37 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 05:36:37 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 05:36:37 3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:36:37 latest 05:36:37 4.1.0-dev.6 05:36:37 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:36:37 main 05:36:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:37 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3fa30c341bbe9c3881ba0169229bc34ff150aef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:38 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:36:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 05:36:38 2f3d4aa8829f: Preparing 05:36:38 06b10788819a: Preparing 05:36:38 305694d298f9: Preparing 05:36:38 10b2967efb11: Preparing 05:36:38 6d3de284970b: Preparing 05:36:38 299dbc8637d4: Preparing 05:36:38 994456c4fd7b: Preparing 05:36:38 299dbc8637d4: Waiting 05:36:38 994456c4fd7b: Waiting 05:36:38 305694d298f9: Layer already exists 05:36:38 10b2967efb11: Layer already exists 05:36:38 994456c4fd7b: Layer already exists 05:36:38 2f3d4aa8829f: Pushed 05:36:38 6d3de284970b: Pushed 05:36:39 299dbc8637d4: Pushed 05:36:41 06b10788819a: Pushed 05:36:41 3fa30c341bbe9c3881ba0169229bc34ff150aef2: digest: sha256:72115b44160a241f9ee8dc1ab26a1e84a076cc27ef6e2e25dec43967b7df547e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:41 + 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 05:36:41 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 05:36:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 05:36:41 2f3d4aa8829f: Preparing 05:36:41 06b10788819a: Preparing 05:36:41 305694d298f9: Preparing 05:36:41 10b2967efb11: Preparing 05:36:41 6d3de284970b: Preparing 05:36:41 299dbc8637d4: Preparing 05:36:41 994456c4fd7b: Preparing 05:36:41 299dbc8637d4: Waiting 05:36:41 06b10788819a: Layer already exists 05:36:41 10b2967efb11: Layer already exists 05:36:41 6d3de284970b: Layer already exists 05:36:41 2f3d4aa8829f: Layer already exists 05:36:41 305694d298f9: Layer already exists 05:36:41 299dbc8637d4: Layer already exists 05:36:41 994456c4fd7b: Layer already exists 05:36:41 latest: digest: sha256:72115b44160a241f9ee8dc1ab26a1e84a076cc27ef6e2e25dec43967b7df547e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:42 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:42 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.6 05:36:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 05:36:42 2f3d4aa8829f: Preparing 05:36:42 06b10788819a: Preparing 05:36:42 305694d298f9: Preparing 05:36:42 10b2967efb11: Preparing 05:36:42 6d3de284970b: Preparing 05:36:42 299dbc8637d4: Preparing 05:36:42 994456c4fd7b: Preparing 05:36:42 994456c4fd7b: Waiting 05:36:42 299dbc8637d4: Waiting 05:36:42 2f3d4aa8829f: Layer already exists 05:36:42 6d3de284970b: Layer already exists 05:36:42 10b2967efb11: Layer already exists 05:36:42 06b10788819a: Layer already exists 05:36:42 305694d298f9: Layer already exists 05:36:42 299dbc8637d4: Layer already exists 05:36:42 994456c4fd7b: Layer already exists 05:36:42 4.1.0-dev.6: digest: sha256:72115b44160a241f9ee8dc1ab26a1e84a076cc27ef6e2e25dec43967b7df547e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:42 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:43 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:36:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 05:36:43 2f3d4aa8829f: Preparing 05:36:43 06b10788819a: Preparing 05:36:43 305694d298f9: Preparing 05:36:43 10b2967efb11: Preparing 05:36:43 6d3de284970b: Preparing 05:36:43 299dbc8637d4: Preparing 05:36:43 994456c4fd7b: Preparing 05:36:43 299dbc8637d4: Waiting 05:36:43 994456c4fd7b: Waiting 05:36:43 10b2967efb11: Layer already exists 05:36:43 2f3d4aa8829f: Layer already exists 05:36:43 305694d298f9: Layer already exists 05:36:43 06b10788819a: Layer already exists 05:36:43 6d3de284970b: Layer already exists 05:36:43 994456c4fd7b: Layer already exists 05:36:43 299dbc8637d4: Layer already exists 05:36:43 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6: digest: sha256:72115b44160a241f9ee8dc1ab26a1e84a076cc27ef6e2e25dec43967b7df547e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:43 + 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 05:36:43 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 05:36:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 05:36:43 2f3d4aa8829f: Preparing 05:36:43 06b10788819a: Preparing 05:36:43 305694d298f9: Preparing 05:36:43 10b2967efb11: Preparing 05:36:43 6d3de284970b: Preparing 05:36:43 299dbc8637d4: Preparing 05:36:43 994456c4fd7b: Preparing 05:36:43 299dbc8637d4: Waiting 05:36:43 994456c4fd7b: Waiting 05:36:43 305694d298f9: Layer already exists 05:36:43 6d3de284970b: Layer already exists 05:36:43 06b10788819a: Layer already exists 05:36:43 2f3d4aa8829f: Layer already exists 05:36:43 10b2967efb11: Layer already exists 05:36:43 299dbc8637d4: Layer already exists 05:36:43 994456c4fd7b: Layer already exists 05:36:43 main: digest: sha256:72115b44160a241f9ee8dc1ab26a1e84a076cc27ef6e2e25dec43967b7df547e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:36:43 ===================================================== [Pipeline] echo 05:36:44 taggedImages: 05:36:44 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:36:44 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 05:36:44 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.6 05:36:44 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:36:44 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 05:36:44 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 05:36:44 3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:36:44 latest 05:36:44 4.1.0-dev.6 05:36:44 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:36:44 main 05:36:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:44 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3fa30c341bbe9c3881ba0169229bc34ff150aef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:36:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 05:36:44 21681d44203a: Preparing 05:36:44 61bf92bfb706: Preparing 05:36:44 33e8a0f93d55: Preparing 05:36:44 305694d298f9: Preparing 05:36:44 10b2967efb11: Preparing 05:36:44 9f9a4ebba2c4: Preparing 05:36:44 62c5f22f34da: Preparing 05:36:44 711ace7c0c3c: Preparing 05:36:44 f6c5c2308a59: Preparing 05:36:44 994456c4fd7b: Preparing 05:36:44 f6c5c2308a59: Waiting 05:36:44 62c5f22f34da: Waiting 05:36:44 711ace7c0c3c: Waiting 05:36:44 994456c4fd7b: Waiting 05:36:44 9f9a4ebba2c4: Waiting 05:36:44 10b2967efb11: Layer already exists 05:36:44 305694d298f9: Layer already exists 05:36:44 61bf92bfb706: Pushed 05:36:44 33e8a0f93d55: Pushed 05:36:44 21681d44203a: Pushed 05:36:44 994456c4fd7b: Layer already exists 05:36:44 711ace7c0c3c: Pushed 05:36:45 #79 DONE 128.1s 05:36:45 05:36:45 #81 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:36:45 #81 DONE 136.5s 05:36:45 05:36:45 #119 [support-scheduler builder 6/7] COPY . . 05:36:45 #119 DONE 2.1s 05:36:45 05:36:45 #120 [support-notifications builder 6/7] COPY . . 05:36:45 #120 DONE 2.3s 05:36:45 05:36:45 #121 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:36:45 #121 ... 05:36:45 05:36:45 #85 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:36:45 #85 DONE 132.6s 05:36:45 05:36:45 #122 [security-proxy-setup builder 6/7] COPY . . 05:36:45 #122 ... 05:36:45 05:36:45 #86 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:36:45 #86 DONE 134.2s 05:36:45 05:36:45 #123 [core-metadata builder 6/7] COPY . . 05:36:45 #123 ... 05:36:45 05:36:45 #93 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:36:45 #93 DONE 111.7s 05:36:45 05:36:45 #122 [security-proxy-setup builder 6/7] COPY . . 05:36:45 #122 DONE 3.2s 05:36:45 05:36:45 #124 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 05:36:45 #124 CACHED 05:36:45 05:36:45 #125 [security-secretstore-setup builder 6/7] COPY . . 05:36:45 #125 CACHED 05:36:45 05:36:45 #126 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:36:45 #126 CACHED 05:36:45 05:36:45 #127 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 05:36:45 #127 CACHED 05:36:45 05:36:45 #128 [security-bootstrapper builder 6/7] COPY . . 05:36:45 #128 CACHED 05:36:45 05:36:45 #129 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:36:45 #129 CACHED 05:36:45 05:36:45 #130 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:36:45 #130 ... 05:36:45 05:36:45 #90 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:36:45 #90 DONE 116.4s 05:36:45 05:36:45 #121 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:36:45 #121 4.256 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.6 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 05:36:45 #121 ... 05:36:45 05:36:45 #123 [core-metadata builder 6/7] COPY . . 05:36:45 #123 DONE 4.6s 05:36:45 05:36:45 #131 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:36:45 #131 CACHED 05:36:45 05:36:45 #132 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 05:36:45 #132 CACHED 05:36:45 05:36:45 #133 [core-common-config-bootstrapper builder 6/7] COPY . . 05:36:45 #133 CACHED 05:36:45 05:36:45 #134 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:36:45 #134 CACHED 05:36:45 05:36:45 #135 [core-data builder 4/7] COPY go.mod vendor* ./ 05:36:45 #135 CACHED 05:36:45 05:36:45 #136 [core-data builder 6/7] COPY . . 05:36:45 #136 CACHED 05:36:45 05:36:45 #137 [security-proxy-auth builder 6/7] COPY . . 05:36:45 #137 CACHED 05:36:45 05:36:45 #138 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:36:45 #138 CACHED 05:36:45 05:36:45 #139 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 05:36:45 #139 CACHED 05:36:45 05:36:45 #140 [core-command builder 6/7] COPY . . 05:36:45 #140 CACHED 05:36:45 05:36:45 #141 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:36:45 #141 CACHED 05:36:45 05:36:45 #142 [core-command builder 4/7] COPY go.mod vendor* ./ 05:36:45 #142 CACHED 05:36:45 05:36:45 #143 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:36:45 #143 ... 05:36:45 05:36:45 #144 [security-spiffe-token-provider builder 6/7] COPY . . 05:36:45 #144 DONE 4.5s 05:36:45 05:36:45 #145 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 05:36:45 #145 ... 05:36:45 05:36:45 #146 [core-keeper builder 7/8] COPY . . 05:36:45 #146 DONE 5.8s 05:36:45 05:36:45 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:36:45 #0 3.384 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.6 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 05:36:45 #147 ... 05:36:45 05:36:45 #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 05:36:45 f6c5c2308a59: Pushed 05:36:48 #148 ... 05:36:48 05:36:48 #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 05:36:48 #0 7.578 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.6 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 05:36:48 #149 ... 05:36:48 05:36:48 #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 05:36:48 #0 10.00 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.6 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 05:36:48 #150 ... 05:36:48 05:36:48 #130 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:36:48 #130 8.287 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.6 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 05:36:49 62c5f22f34da: Pushed 05:36:51 #130 ... 05:36:51 05:36:51 #151 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:36:51 #0 9.291 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.6 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 05:36:51 #151 ... 05:36:51 05:36:51 #152 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 05:36:51 #0 8.899 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.6 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 05:36:52 #152 ... 05:36:52 05:36:52 #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 05:36:52 #0 9.396 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.6 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 05:36:52 #153 ... 05:36:52 05:36:52 #154 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 05:36:52 #0 9.549 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.6 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 05:36:52 #154 ... 05:36:52 05:36:52 #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 05:36:52 #148 7.210 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.6 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 05:36:56 9f9a4ebba2c4: Pushed 05:36:56 3fa30c341bbe9c3881ba0169229bc34ff150aef2: digest: sha256:584c8040bbd9c58963c5472bd12114bdc2061e802982a16e5568e1af198330ee size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:56 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 05:36:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 05:36:56 21681d44203a: Preparing 05:36:56 61bf92bfb706: Preparing 05:36:56 33e8a0f93d55: Preparing 05:36:56 305694d298f9: Preparing 05:36:56 10b2967efb11: Preparing 05:36:56 9f9a4ebba2c4: Preparing 05:36:56 62c5f22f34da: Preparing 05:36:56 711ace7c0c3c: Preparing 05:36:56 f6c5c2308a59: Preparing 05:36:56 994456c4fd7b: Preparing 05:36:56 9f9a4ebba2c4: Waiting 05:36:56 62c5f22f34da: Waiting 05:36:56 711ace7c0c3c: Waiting 05:36:56 f6c5c2308a59: Waiting 05:36:56 994456c4fd7b: Waiting 05:36:56 21681d44203a: Layer already exists 05:36:56 10b2967efb11: Layer already exists 05:36:56 61bf92bfb706: Layer already exists 05:36:56 33e8a0f93d55: Layer already exists 05:36:56 305694d298f9: Layer already exists 05:36:56 62c5f22f34da: Layer already exists 05:36:56 9f9a4ebba2c4: Layer already exists 05:36:56 711ace7c0c3c: Layer already exists 05:36:56 f6c5c2308a59: Layer already exists 05:36:56 994456c4fd7b: Layer already exists 05:36:56 latest: digest: sha256:584c8040bbd9c58963c5472bd12114bdc2061e802982a16e5568e1af198330ee size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:56 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.6 05:36:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 05:36:57 21681d44203a: Preparing 05:36:57 61bf92bfb706: Preparing 05:36:57 33e8a0f93d55: Preparing 05:36:57 305694d298f9: Preparing 05:36:57 10b2967efb11: Preparing 05:36:57 9f9a4ebba2c4: Preparing 05:36:57 62c5f22f34da: Preparing 05:36:57 711ace7c0c3c: Preparing 05:36:57 f6c5c2308a59: Preparing 05:36:57 994456c4fd7b: Preparing 05:36:57 9f9a4ebba2c4: Waiting 05:36:57 62c5f22f34da: Waiting 05:36:57 711ace7c0c3c: Waiting 05:36:57 f6c5c2308a59: Waiting 05:36:57 994456c4fd7b: Waiting 05:36:57 305694d298f9: Layer already exists 05:36:57 10b2967efb11: Layer already exists 05:36:57 21681d44203a: Layer already exists 05:36:57 33e8a0f93d55: Layer already exists 05:36:57 61bf92bfb706: Layer already exists 05:36:57 9f9a4ebba2c4: Layer already exists 05:36:57 f6c5c2308a59: Layer already exists 05:36:57 711ace7c0c3c: Layer already exists 05:36:57 62c5f22f34da: Layer already exists 05:36:57 994456c4fd7b: Layer already exists 05:36:57 4.1.0-dev.6: digest: sha256:584c8040bbd9c58963c5472bd12114bdc2061e802982a16e5568e1af198330ee size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:57 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:36:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 05:36:57 21681d44203a: Preparing 05:36:57 61bf92bfb706: Preparing 05:36:57 33e8a0f93d55: Preparing 05:36:57 305694d298f9: Preparing 05:36:57 10b2967efb11: Preparing 05:36:57 9f9a4ebba2c4: Preparing 05:36:57 62c5f22f34da: Preparing 05:36:57 711ace7c0c3c: Preparing 05:36:57 f6c5c2308a59: Preparing 05:36:57 994456c4fd7b: Preparing 05:36:57 711ace7c0c3c: Waiting 05:36:57 9f9a4ebba2c4: Waiting 05:36:57 62c5f22f34da: Waiting 05:36:57 f6c5c2308a59: Waiting 05:36:57 10b2967efb11: Layer already exists 05:36:57 33e8a0f93d55: Layer already exists 05:36:57 21681d44203a: Layer already exists 05:36:57 305694d298f9: Layer already exists 05:36:57 61bf92bfb706: Layer already exists 05:36:57 62c5f22f34da: Layer already exists 05:36:57 9f9a4ebba2c4: Layer already exists 05:36:57 711ace7c0c3c: Layer already exists 05:36:57 f6c5c2308a59: Layer already exists 05:36:57 994456c4fd7b: Layer already exists 05:36:57 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6: digest: sha256:584c8040bbd9c58963c5472bd12114bdc2061e802982a16e5568e1af198330ee size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:58 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 05:36:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 05:36:58 21681d44203a: Preparing 05:36:58 61bf92bfb706: Preparing 05:36:58 33e8a0f93d55: Preparing 05:36:58 305694d298f9: Preparing 05:36:58 10b2967efb11: Preparing 05:36:58 9f9a4ebba2c4: Preparing 05:36:58 62c5f22f34da: Preparing 05:36:58 711ace7c0c3c: Preparing 05:36:58 f6c5c2308a59: Preparing 05:36:58 994456c4fd7b: Preparing 05:36:58 62c5f22f34da: Waiting 05:36:58 9f9a4ebba2c4: Waiting 05:36:58 711ace7c0c3c: Waiting 05:36:58 f6c5c2308a59: Waiting 05:36:58 994456c4fd7b: Waiting 05:36:58 305694d298f9: Layer already exists 05:36:58 61bf92bfb706: Layer already exists 05:36:58 33e8a0f93d55: Layer already exists 05:36:58 21681d44203a: Layer already exists 05:36:58 10b2967efb11: Layer already exists 05:36:58 62c5f22f34da: Layer already exists 05:36:58 9f9a4ebba2c4: Layer already exists 05:36:58 711ace7c0c3c: Layer already exists 05:36:58 f6c5c2308a59: Layer already exists 05:36:58 994456c4fd7b: Layer already exists 05:36:58 main: digest: sha256:584c8040bbd9c58963c5472bd12114bdc2061e802982a16e5568e1af198330ee size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:36:58 ===================================================== [Pipeline] echo 05:36:58 taggedImages: 05:36:58 - nexus3.edgexfoundry.org:10004/security-spire-agent:3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:36:58 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 05:36:58 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.6 05:36:58 - nexus3.edgexfoundry.org:10004/security-spire-agent:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:36:58 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 05:36:58 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 05:36:58 3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:36:58 latest 05:36:58 4.1.0-dev.6 05:36:58 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:36:58 main 05:36:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:59 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3fa30c341bbe9c3881ba0169229bc34ff150aef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:36:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 05:36:59 9e2bf243829b: Preparing 05:36:59 592e07eaecfa: Preparing 05:36:59 b5f46c6402ae: Preparing 05:36:59 305694d298f9: Preparing 05:36:59 10b2967efb11: Preparing 05:36:59 96d89a1d8956: Preparing 05:36:59 588edd06e7f5: Preparing 05:36:59 e757cd7058ac: Preparing 05:36:59 994456c4fd7b: Preparing 05:36:59 588edd06e7f5: Waiting 05:36:59 994456c4fd7b: Waiting 05:36:59 e757cd7058ac: Waiting 05:36:59 96d89a1d8956: Waiting 05:36:59 305694d298f9: Layer already exists 05:36:59 10b2967efb11: Layer already exists 05:36:59 b5f46c6402ae: Pushed 05:36:59 592e07eaecfa: Pushed 05:36:59 9e2bf243829b: Pushed 05:36:59 588edd06e7f5: Pushed 05:36:59 994456c4fd7b: Layer already exists 05:36:59 e757cd7058ac: Pushed 05:37:02 #148 ... 05:37:02 05:37:02 #145 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 05:37:02 #145 8.662 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.6 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 05:37:02 #145 ... 05:37:02 05:37:02 #143 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:37:02 #143 9.754 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.6 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 05:37:11 96d89a1d8956: Pushed 05:37:11 3fa30c341bbe9c3881ba0169229bc34ff150aef2: digest: sha256:3aa5d82d9b7791d184b9478195137d31275383089bbb3e9487cf292ce3a035a2 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:12 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 05:37:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 05:37:12 9e2bf243829b: Preparing 05:37:12 592e07eaecfa: Preparing 05:37:12 b5f46c6402ae: Preparing 05:37:12 305694d298f9: Preparing 05:37:12 10b2967efb11: Preparing 05:37:12 96d89a1d8956: Preparing 05:37:12 588edd06e7f5: Preparing 05:37:12 e757cd7058ac: Preparing 05:37:12 994456c4fd7b: Preparing 05:37:12 96d89a1d8956: Waiting 05:37:12 588edd06e7f5: Waiting 05:37:12 994456c4fd7b: Waiting 05:37:12 305694d298f9: Layer already exists 05:37:12 9e2bf243829b: Layer already exists 05:37:12 b5f46c6402ae: Layer already exists 05:37:12 10b2967efb11: Layer already exists 05:37:12 592e07eaecfa: Layer already exists 05:37:12 96d89a1d8956: Layer already exists 05:37:12 588edd06e7f5: Layer already exists 05:37:12 e757cd7058ac: Layer already exists 05:37:12 994456c4fd7b: Layer already exists 05:37:12 latest: digest: sha256:3aa5d82d9b7791d184b9478195137d31275383089bbb3e9487cf292ce3a035a2 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:12 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.6 05:37:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 05:37:13 9e2bf243829b: Preparing 05:37:13 592e07eaecfa: Preparing 05:37:13 b5f46c6402ae: Preparing 05:37:13 305694d298f9: Preparing 05:37:13 10b2967efb11: Preparing 05:37:13 96d89a1d8956: Preparing 05:37:13 588edd06e7f5: Preparing 05:37:13 e757cd7058ac: Preparing 05:37:13 994456c4fd7b: Preparing 05:37:13 96d89a1d8956: Waiting 05:37:13 588edd06e7f5: Waiting 05:37:13 e757cd7058ac: Waiting 05:37:13 10b2967efb11: Layer already exists 05:37:13 9e2bf243829b: Layer already exists 05:37:13 305694d298f9: Layer already exists 05:37:13 592e07eaecfa: Layer already exists 05:37:13 b5f46c6402ae: Layer already exists 05:37:13 994456c4fd7b: Layer already exists 05:37:13 96d89a1d8956: Layer already exists 05:37:13 e757cd7058ac: Layer already exists 05:37:13 588edd06e7f5: Layer already exists 05:37:13 4.1.0-dev.6: digest: sha256:3aa5d82d9b7791d184b9478195137d31275383089bbb3e9487cf292ce3a035a2 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:13 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:37:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 05:37:13 9e2bf243829b: Preparing 05:37:13 592e07eaecfa: Preparing 05:37:13 b5f46c6402ae: Preparing 05:37:13 305694d298f9: Preparing 05:37:13 10b2967efb11: Preparing 05:37:13 96d89a1d8956: Preparing 05:37:13 588edd06e7f5: Preparing 05:37:13 e757cd7058ac: Preparing 05:37:13 994456c4fd7b: Preparing 05:37:13 96d89a1d8956: Waiting 05:37:13 588edd06e7f5: Waiting 05:37:13 e757cd7058ac: Waiting 05:37:13 994456c4fd7b: Waiting 05:37:13 10b2967efb11: Layer already exists 05:37:13 9e2bf243829b: Layer already exists 05:37:13 305694d298f9: Layer already exists 05:37:13 b5f46c6402ae: Layer already exists 05:37:13 592e07eaecfa: Layer already exists 05:37:13 96d89a1d8956: Layer already exists 05:37:13 588edd06e7f5: Layer already exists 05:37:13 e757cd7058ac: Layer already exists 05:37:13 994456c4fd7b: Layer already exists 05:37:13 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6: digest: sha256:3aa5d82d9b7791d184b9478195137d31275383089bbb3e9487cf292ce3a035a2 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:14 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 05:37:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 05:37:14 9e2bf243829b: Preparing 05:37:14 592e07eaecfa: Preparing 05:37:14 b5f46c6402ae: Preparing 05:37:14 305694d298f9: Preparing 05:37:14 10b2967efb11: Preparing 05:37:14 96d89a1d8956: Preparing 05:37:14 588edd06e7f5: Preparing 05:37:14 e757cd7058ac: Preparing 05:37:14 994456c4fd7b: Preparing 05:37:14 e757cd7058ac: Waiting 05:37:14 96d89a1d8956: Waiting 05:37:14 588edd06e7f5: Waiting 05:37:14 994456c4fd7b: Waiting 05:37:14 592e07eaecfa: Layer already exists 05:37:14 b5f46c6402ae: Layer already exists 05:37:14 305694d298f9: Layer already exists 05:37:14 10b2967efb11: Layer already exists 05:37:14 9e2bf243829b: Layer already exists 05:37:14 588edd06e7f5: Layer already exists 05:37:14 96d89a1d8956: Layer already exists 05:37:14 e757cd7058ac: Layer already exists 05:37:14 994456c4fd7b: Layer already exists 05:37:14 main: digest: sha256:3aa5d82d9b7791d184b9478195137d31275383089bbb3e9487cf292ce3a035a2 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:37:14 ===================================================== [Pipeline] echo 05:37:14 taggedImages: 05:37:14 - nexus3.edgexfoundry.org:10004/security-spire-config:3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:37:14 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 05:37:14 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.6 05:37:14 - nexus3.edgexfoundry.org:10004/security-spire-config:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:37:14 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 05:37:14 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 05:37:14 3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:37:14 latest 05:37:14 4.1.0-dev.6 05:37:14 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:37:14 main 05:37:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:14 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3fa30c341bbe9c3881ba0169229bc34ff150aef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:15 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:37:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 05:37:15 21681d44203a: Preparing 05:37:15 1cb53d9274ab: Preparing 05:37:15 2224bb380801: Preparing 05:37:15 305694d298f9: Preparing 05:37:15 10b2967efb11: Preparing 05:37:15 96d89a1d8956: Preparing 05:37:15 711ace7c0c3c: Preparing 05:37:15 f6c5c2308a59: Preparing 05:37:15 994456c4fd7b: Preparing 05:37:15 96d89a1d8956: Waiting 05:37:15 711ace7c0c3c: Waiting 05:37:15 f6c5c2308a59: Waiting 05:37:15 994456c4fd7b: Waiting 05:37:15 305694d298f9: Layer already exists 05:37:15 21681d44203a: Layer already exists 05:37:15 10b2967efb11: Layer already exists 05:37:15 96d89a1d8956: Layer already exists 05:37:15 711ace7c0c3c: Layer already exists 05:37:15 f6c5c2308a59: Layer already exists 05:37:15 994456c4fd7b: Layer already exists 05:37:15 1cb53d9274ab: Pushed 05:37:15 2224bb380801: Pushed 05:37:15 3fa30c341bbe9c3881ba0169229bc34ff150aef2: digest: sha256:0d0a64854d6cdbfb05801d8e3af74f36c0e3c4e5171187e387ec879173b41924 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:15 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:16 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 05:37:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 05:37:16 21681d44203a: Preparing 05:37:16 1cb53d9274ab: Preparing 05:37:16 2224bb380801: Preparing 05:37:16 305694d298f9: Preparing 05:37:16 10b2967efb11: Preparing 05:37:16 96d89a1d8956: Preparing 05:37:16 711ace7c0c3c: Preparing 05:37:16 f6c5c2308a59: Preparing 05:37:16 994456c4fd7b: Preparing 05:37:16 711ace7c0c3c: Waiting 05:37:16 f6c5c2308a59: Waiting 05:37:16 994456c4fd7b: Waiting 05:37:16 96d89a1d8956: Waiting 05:37:16 10b2967efb11: Layer already exists 05:37:16 305694d298f9: Layer already exists 05:37:16 1cb53d9274ab: Layer already exists 05:37:16 2224bb380801: Layer already exists 05:37:16 21681d44203a: Layer already exists 05:37:16 96d89a1d8956: Layer already exists 05:37:16 711ace7c0c3c: Layer already exists 05:37:16 f6c5c2308a59: Layer already exists 05:37:16 994456c4fd7b: Layer already exists 05:37:16 latest: digest: sha256:0d0a64854d6cdbfb05801d8e3af74f36c0e3c4e5171187e387ec879173b41924 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:16 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:16 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.6 05:37:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 05:37:16 21681d44203a: Preparing 05:37:16 1cb53d9274ab: Preparing 05:37:16 2224bb380801: Preparing 05:37:16 305694d298f9: Preparing 05:37:16 10b2967efb11: Preparing 05:37:16 96d89a1d8956: Preparing 05:37:16 711ace7c0c3c: Preparing 05:37:16 f6c5c2308a59: Preparing 05:37:16 994456c4fd7b: Preparing 05:37:16 96d89a1d8956: Waiting 05:37:16 711ace7c0c3c: Waiting 05:37:16 f6c5c2308a59: Waiting 05:37:16 994456c4fd7b: Waiting 05:37:16 10b2967efb11: Layer already exists 05:37:16 2224bb380801: Layer already exists 05:37:16 21681d44203a: Layer already exists 05:37:16 305694d298f9: Layer already exists 05:37:16 1cb53d9274ab: Layer already exists 05:37:16 f6c5c2308a59: Layer already exists 05:37:16 96d89a1d8956: Layer already exists 05:37:16 711ace7c0c3c: Layer already exists 05:37:16 994456c4fd7b: Layer already exists 05:37:16 4.1.0-dev.6: digest: sha256:0d0a64854d6cdbfb05801d8e3af74f36c0e3c4e5171187e387ec879173b41924 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:17 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:37:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 05:37:17 21681d44203a: Preparing 05:37:17 1cb53d9274ab: Preparing 05:37:17 2224bb380801: Preparing 05:37:17 305694d298f9: Preparing 05:37:17 10b2967efb11: Preparing 05:37:17 96d89a1d8956: Preparing 05:37:17 711ace7c0c3c: Preparing 05:37:17 f6c5c2308a59: Preparing 05:37:17 994456c4fd7b: Preparing 05:37:17 f6c5c2308a59: Waiting 05:37:17 96d89a1d8956: Waiting 05:37:17 711ace7c0c3c: Waiting 05:37:17 994456c4fd7b: Waiting 05:37:17 305694d298f9: Layer already exists 05:37:17 21681d44203a: Layer already exists 05:37:17 10b2967efb11: Layer already exists 05:37:17 2224bb380801: Layer already exists 05:37:17 1cb53d9274ab: Layer already exists 05:37:17 711ace7c0c3c: Layer already exists 05:37:17 96d89a1d8956: Layer already exists 05:37:17 994456c4fd7b: Layer already exists 05:37:17 f6c5c2308a59: Layer already exists 05:37:17 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6: digest: sha256:0d0a64854d6cdbfb05801d8e3af74f36c0e3c4e5171187e387ec879173b41924 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:17 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 05:37:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 05:37:18 21681d44203a: Preparing 05:37:18 1cb53d9274ab: Preparing 05:37:18 2224bb380801: Preparing 05:37:18 305694d298f9: Preparing 05:37:18 10b2967efb11: Preparing 05:37:18 96d89a1d8956: Preparing 05:37:18 711ace7c0c3c: Preparing 05:37:18 f6c5c2308a59: Preparing 05:37:18 994456c4fd7b: Preparing 05:37:18 f6c5c2308a59: Waiting 05:37:18 711ace7c0c3c: Waiting 05:37:18 994456c4fd7b: Waiting 05:37:18 96d89a1d8956: Waiting 05:37:18 10b2967efb11: Layer already exists 05:37:18 2224bb380801: Layer already exists 05:37:18 1cb53d9274ab: Layer already exists 05:37:18 21681d44203a: Layer already exists 05:37:18 305694d298f9: Layer already exists 05:37:18 96d89a1d8956: Layer already exists 05:37:18 711ace7c0c3c: Layer already exists 05:37:18 994456c4fd7b: Layer already exists 05:37:18 f6c5c2308a59: Layer already exists 05:37:18 main: digest: sha256:0d0a64854d6cdbfb05801d8e3af74f36c0e3c4e5171187e387ec879173b41924 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:37:18 ===================================================== [Pipeline] echo 05:37:18 taggedImages: 05:37:18 - nexus3.edgexfoundry.org:10004/security-spire-server:3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:37:18 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 05:37:18 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.6 05:37:18 - nexus3.edgexfoundry.org:10004/security-spire-server:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:37:18 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 05:37:18 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 05:37:18 3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:37:18 latest 05:37:18 4.1.0-dev.6 05:37:18 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:37:18 main 05:37:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:18 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3fa30c341bbe9c3881ba0169229bc34ff150aef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:18 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:37:18 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 05:37:18 15b7dc328b23: Preparing 05:37:18 be21b501b6f1: Preparing 05:37:18 305694d298f9: Preparing 05:37:18 10b2967efb11: Preparing 05:37:18 68248c506bdd: Preparing 05:37:18 92f9d0a91323: Preparing 05:37:18 994456c4fd7b: Preparing 05:37:18 994456c4fd7b: Waiting 05:37:18 10b2967efb11: Layer already exists 05:37:18 305694d298f9: Layer already exists 05:37:18 994456c4fd7b: Layer already exists 05:37:18 68248c506bdd: Pushed 05:37:18 15b7dc328b23: Pushed 05:37:19 92f9d0a91323: Pushed 05:37:22 be21b501b6f1: Pushed 05:37:22 3fa30c341bbe9c3881ba0169229bc34ff150aef2: digest: sha256:2845c8877c35d31551218b562fb3c922d89cc838a22479c91c9f554a49abaabb size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:23 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:23 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 05:37:23 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 05:37:23 15b7dc328b23: Preparing 05:37:23 be21b501b6f1: Preparing 05:37:23 305694d298f9: Preparing 05:37:23 10b2967efb11: Preparing 05:37:23 68248c506bdd: Preparing 05:37:23 92f9d0a91323: Preparing 05:37:23 994456c4fd7b: Preparing 05:37:23 92f9d0a91323: Waiting 05:37:23 994456c4fd7b: Waiting 05:37:23 be21b501b6f1: Layer already exists 05:37:23 15b7dc328b23: Layer already exists 05:37:23 10b2967efb11: Layer already exists 05:37:23 305694d298f9: Layer already exists 05:37:23 68248c506bdd: Layer already exists 05:37:23 92f9d0a91323: Layer already exists 05:37:23 994456c4fd7b: Layer already exists 05:37:23 latest: digest: sha256:2845c8877c35d31551218b562fb3c922d89cc838a22479c91c9f554a49abaabb size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:23 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:23 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.6 05:37:23 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 05:37:23 15b7dc328b23: Preparing 05:37:23 be21b501b6f1: Preparing 05:37:23 305694d298f9: Preparing 05:37:23 10b2967efb11: Preparing 05:37:23 68248c506bdd: Preparing 05:37:23 92f9d0a91323: Preparing 05:37:23 994456c4fd7b: Preparing 05:37:23 994456c4fd7b: Waiting 05:37:23 92f9d0a91323: Waiting 05:37:23 68248c506bdd: Layer already exists 05:37:23 15b7dc328b23: Layer already exists 05:37:23 10b2967efb11: Layer already exists 05:37:23 305694d298f9: Layer already exists 05:37:23 be21b501b6f1: Layer already exists 05:37:23 994456c4fd7b: Layer already exists 05:37:23 92f9d0a91323: Layer already exists 05:37:23 4.1.0-dev.6: digest: sha256:2845c8877c35d31551218b562fb3c922d89cc838a22479c91c9f554a49abaabb size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:24 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:24 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:37:24 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 05:37:24 15b7dc328b23: Preparing 05:37:24 be21b501b6f1: Preparing 05:37:24 305694d298f9: Preparing 05:37:24 10b2967efb11: Preparing 05:37:24 68248c506bdd: Preparing 05:37:24 92f9d0a91323: Preparing 05:37:24 994456c4fd7b: Preparing 05:37:24 92f9d0a91323: Waiting 05:37:24 994456c4fd7b: Waiting 05:37:24 10b2967efb11: Layer already exists 05:37:24 15b7dc328b23: Layer already exists 05:37:24 be21b501b6f1: Layer already exists 05:37:24 68248c506bdd: Layer already exists 05:37:24 305694d298f9: Layer already exists 05:37:24 92f9d0a91323: Layer already exists 05:37:24 994456c4fd7b: Layer already exists 05:37:24 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6: digest: sha256:2845c8877c35d31551218b562fb3c922d89cc838a22479c91c9f554a49abaabb size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:24 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:25 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 05:37:25 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 05:37:25 15b7dc328b23: Preparing 05:37:25 be21b501b6f1: Preparing 05:37:25 305694d298f9: Preparing 05:37:25 10b2967efb11: Preparing 05:37:25 68248c506bdd: Preparing 05:37:25 92f9d0a91323: Preparing 05:37:25 994456c4fd7b: Preparing 05:37:25 92f9d0a91323: Waiting 05:37:25 994456c4fd7b: Waiting 05:37:25 305694d298f9: Layer already exists 05:37:25 be21b501b6f1: Layer already exists 05:37:25 10b2967efb11: Layer already exists 05:37:25 68248c506bdd: Layer already exists 05:37:25 15b7dc328b23: Layer already exists 05:37:25 92f9d0a91323: Layer already exists 05:37:25 994456c4fd7b: Layer already exists 05:37:25 main: digest: sha256:2845c8877c35d31551218b562fb3c922d89cc838a22479c91c9f554a49abaabb size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:37:25 ===================================================== [Pipeline] echo 05:37:25 taggedImages: 05:37:25 - nexus3.edgexfoundry.org:10004/support-notifications:3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:37:25 - nexus3.edgexfoundry.org:10004/support-notifications:latest 05:37:25 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.6 05:37:25 - nexus3.edgexfoundry.org:10004/support-notifications:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:37:25 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 05:37:25 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 05:37:25 3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:37:25 latest 05:37:25 4.1.0-dev.6 05:37:25 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:37:25 main 05:37:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:25 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3fa30c341bbe9c3881ba0169229bc34ff150aef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:26 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:37:26 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 05:37:26 bca4ba3dfaf7: Preparing 05:37:26 21741a034882: Preparing 05:37:26 305694d298f9: Preparing 05:37:26 10b2967efb11: Preparing 05:37:26 36e5fb86279a: Preparing 05:37:26 f0a1deed609d: Preparing 05:37:26 994456c4fd7b: Preparing 05:37:26 f0a1deed609d: Waiting 05:37:26 994456c4fd7b: Waiting 05:37:26 10b2967efb11: Layer already exists 05:37:26 305694d298f9: Layer already exists 05:37:26 994456c4fd7b: Layer already exists 05:37:26 bca4ba3dfaf7: Pushed 05:37:26 36e5fb86279a: Pushed 05:37:26 f0a1deed609d: Pushed 05:37:30 21741a034882: Pushed 05:37:30 3fa30c341bbe9c3881ba0169229bc34ff150aef2: digest: sha256:b07a784e7a463a7d982a79fa4d5c2fead8efe84733430471b2ec4da1dd2f1b5c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:30 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:31 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 05:37:31 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 05:37:31 bca4ba3dfaf7: Preparing 05:37:31 21741a034882: Preparing 05:37:31 305694d298f9: Preparing 05:37:31 10b2967efb11: Preparing 05:37:31 36e5fb86279a: Preparing 05:37:31 f0a1deed609d: Preparing 05:37:31 994456c4fd7b: Preparing 05:37:31 f0a1deed609d: Waiting 05:37:31 994456c4fd7b: Waiting 05:37:31 36e5fb86279a: Layer already exists 05:37:31 10b2967efb11: Layer already exists 05:37:31 bca4ba3dfaf7: Layer already exists 05:37:31 305694d298f9: Layer already exists 05:37:31 21741a034882: Layer already exists 05:37:31 f0a1deed609d: Layer already exists 05:37:31 994456c4fd7b: Layer already exists 05:37:31 latest: digest: sha256:b07a784e7a463a7d982a79fa4d5c2fead8efe84733430471b2ec4da1dd2f1b5c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:31 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:31 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.6 05:37:31 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 05:37:31 bca4ba3dfaf7: Preparing 05:37:31 21741a034882: Preparing 05:37:31 305694d298f9: Preparing 05:37:31 10b2967efb11: Preparing 05:37:31 36e5fb86279a: Preparing 05:37:31 f0a1deed609d: Preparing 05:37:31 994456c4fd7b: Preparing 05:37:31 f0a1deed609d: Waiting 05:37:31 994456c4fd7b: Waiting 05:37:31 305694d298f9: Layer already exists 05:37:31 21741a034882: Layer already exists 05:37:31 10b2967efb11: Layer already exists 05:37:31 bca4ba3dfaf7: Layer already exists 05:37:31 36e5fb86279a: Layer already exists 05:37:31 f0a1deed609d: Layer already exists 05:37:31 994456c4fd7b: Layer already exists 05:37:31 4.1.0-dev.6: digest: sha256:b07a784e7a463a7d982a79fa4d5c2fead8efe84733430471b2ec4da1dd2f1b5c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:32 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:32 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:37:32 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 05:37:32 bca4ba3dfaf7: Preparing 05:37:32 21741a034882: Preparing 05:37:32 305694d298f9: Preparing 05:37:32 10b2967efb11: Preparing 05:37:32 36e5fb86279a: Preparing 05:37:32 f0a1deed609d: Preparing 05:37:32 994456c4fd7b: Preparing 05:37:32 f0a1deed609d: Waiting 05:37:32 bca4ba3dfaf7: Layer already exists 05:37:32 305694d298f9: Layer already exists 05:37:32 10b2967efb11: Layer already exists 05:37:32 21741a034882: Layer already exists 05:37:32 36e5fb86279a: Layer already exists 05:37:32 f0a1deed609d: Layer already exists 05:37:32 994456c4fd7b: Layer already exists 05:37:32 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6: digest: sha256:b07a784e7a463a7d982a79fa4d5c2fead8efe84733430471b2ec4da1dd2f1b5c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:32 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:37:33 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 05:37:33 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 05:37:33 bca4ba3dfaf7: Preparing 05:37:33 21741a034882: Preparing 05:37:33 305694d298f9: Preparing 05:37:33 10b2967efb11: Preparing 05:37:33 36e5fb86279a: Preparing 05:37:33 f0a1deed609d: Preparing 05:37:33 994456c4fd7b: Preparing 05:37:33 f0a1deed609d: Waiting 05:37:33 994456c4fd7b: Waiting 05:37:33 bca4ba3dfaf7: Layer already exists 05:37:33 10b2967efb11: Layer already exists 05:37:33 36e5fb86279a: Layer already exists 05:37:33 21741a034882: Layer already exists 05:37:33 305694d298f9: Layer already exists 05:37:33 f0a1deed609d: Layer already exists 05:37:33 994456c4fd7b: Layer already exists 05:37:33 main: digest: sha256:b07a784e7a463a7d982a79fa4d5c2fead8efe84733430471b2ec4da1dd2f1b5c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:37:33 ===================================================== [Pipeline] echo 05:37:33 taggedImages: 05:37:33 - nexus3.edgexfoundry.org:10004/support-scheduler:3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:37:33 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 05:37:33 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.6 05:37:33 - nexus3.edgexfoundry.org:10004/support-scheduler:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:37:33 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 05:37:33 ========================================================= 05:37:33 [edgeXBuildMultiArch] RAW Config: 05:37:33 images: 05:37:33 - nexus3.edgexfoundry.org:10004/core-command:3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:37:33 - nexus3.edgexfoundry.org:10004/core-command:latest 05:37:33 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.6 05:37:33 - nexus3.edgexfoundry.org:10004/core-command:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:37:33 - nexus3.edgexfoundry.org:10004/core-command:main 05:37:33 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:37:33 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 05:37:33 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.6 05:37:33 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:37:33 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 05:37:33 - nexus3.edgexfoundry.org:10004/core-data:3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:37:33 - nexus3.edgexfoundry.org:10004/core-data:latest 05:37:33 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.6 05:37:33 - nexus3.edgexfoundry.org:10004/core-data:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:37:33 - nexus3.edgexfoundry.org:10004/core-data:main 05:37:33 - nexus3.edgexfoundry.org:10004/core-keeper:3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:37:33 - nexus3.edgexfoundry.org:10004/core-keeper:latest 05:37:33 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.6 05:37:33 - nexus3.edgexfoundry.org:10004/core-keeper:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:37:33 - nexus3.edgexfoundry.org:10004/core-keeper:main 05:37:33 - nexus3.edgexfoundry.org:10004/core-metadata:3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:37:33 - nexus3.edgexfoundry.org:10004/core-metadata:latest 05:37:33 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.6 05:37:33 - nexus3.edgexfoundry.org:10004/core-metadata:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:37:33 - nexus3.edgexfoundry.org:10004/core-metadata:main 05:37:33 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:37:33 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 05:37:33 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.6 05:37:33 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:37:33 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 05:37:33 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:37:33 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 05:37:33 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.6 05:37:33 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:37:33 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 05:37:33 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:37:33 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 05:37:33 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.6 05:37:33 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:37:33 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 05:37:33 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:37:33 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 05:37:33 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.6 05:37:33 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:37:33 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 05:37:33 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:37:33 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 05:37:33 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.6 05:37:33 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:37:33 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 05:37:33 - nexus3.edgexfoundry.org:10004/security-spire-agent:3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:37:33 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 05:37:33 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.6 05:37:33 - nexus3.edgexfoundry.org:10004/security-spire-agent:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:37:33 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 05:37:33 - nexus3.edgexfoundry.org:10004/security-spire-config:3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:37:33 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 05:37:33 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.6 05:37:33 - nexus3.edgexfoundry.org:10004/security-spire-config:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:37:33 - nexus3.edgexfoundry.org:10004/security-spire-config:main 05:37:33 - nexus3.edgexfoundry.org:10004/security-spire-server:3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:37:33 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 05:37:33 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.6 05:37:33 - nexus3.edgexfoundry.org:10004/security-spire-server:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:37:33 - nexus3.edgexfoundry.org:10004/security-spire-server:main 05:37:33 - nexus3.edgexfoundry.org:10004/support-notifications:3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:37:33 - nexus3.edgexfoundry.org:10004/support-notifications:latest 05:37:33 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.6 05:37:33 - nexus3.edgexfoundry.org:10004/support-notifications:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:37:33 - nexus3.edgexfoundry.org:10004/support-notifications:main 05:37:33 - nexus3.edgexfoundry.org:10004/support-scheduler:3fa30c341bbe9c3881ba0169229bc34ff150aef2 05:37:33 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 05:37:33 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.6 05:37:33 - nexus3.edgexfoundry.org:10004/support-scheduler:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 05:37:33 - nexus3.edgexfoundry.org:10004/support-scheduler:main 05:37:33 settingsFile: 05:37:33 edgex-go-settings 05:37:33 ========================================================= [Pipeline] node 05:37:48 Still waiting to schedule task 05:37:48 All nodes of label ‘centos7-docker-4c-2g’ are offline 05:38:39 Running on prd-centos7-docker-4c-2g-249 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:38:39 provisioning config files... 05:38:39 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config324946474612634476tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:38:40 ---> ****-login.sh 05:38:40 nexus3.edgexfoundry.org:10001 05:54:25 #143 ... 05:54:25 05:54:25 #152 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 05:54:25 #152 DONE 1052.3s 05:54:25 05:54:25 #143 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:54:25 #143 ... 05:54:25 05:54:25 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 05:54:25 #155 DONE 0.2s 05:54:25 05:54:25 #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 05:54:25 #156 DONE 0.2s 05:54:25 05:54:25 #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 05:54:25 #150 ... 05:54:25 05:54:25 #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 05:54:25 #157 DONE 0.3s 05:54:25 05:54:25 #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 05:54:25 #158 DONE 0.2s 05:54:25 05:54:25 #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 05:54:25 #159 DONE 0.2s 05:54:25 05:54:25 #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:54:25 #160 DONE 1.9s 05:54:25 05:54:25 #112 [core-common-config-bootstrapper] exporting to image 05:54:25 #112 exporting layers 05:54:25 #112 exporting layers 0.7s done 05:54:25 #112 writing image sha256:bf43a9200b6dc6ddc830794d1a2fa51457ec26f0be43bc6a23a670687e7febb1 0.1s done 05:54:25 #112 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 05:54:25 #112 DONE 6.4s 05:54:25 05:54:25 #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 05:54:25 #150 ... 05:54:25 05:54:25 #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 05:54:25 #149 DONE 1061.4s 05:54:25 05:54:25 #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 05:54:25 #161 DONE 0.4s 05:54:25 05:54:25 #154 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 05:54:25 #154 ... 05:54:25 05:54:25 #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 05:54:25 #162 DONE 2.2s 05:54:25 05:54:25 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 05:54:25 #163 DONE 0.3s 05:54:25 05:54:25 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 05:54:25 #164 DONE 0.1s 05:54:25 05:54:25 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 05:54:25 #165 DONE 0.3s 05:54:25 05:54:25 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 05:54:25 #166 DONE 0.1s 05:54:25 05:54:25 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:54:25 #43 ... 05:54:25 05:54:25 #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/ 05:54:25 #167 DONE 0.1s 05:54:25 05:54:25 #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/ 05:54:25 #168 DONE 0.1s 05:54:25 05:54:25 #154 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 05:54:25 #154 ... 05:54:25 05:54:25 #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/ 05:54:25 #169 DONE 0.1s 05:54:25 05:54:25 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 05:54:25 #170 DONE 0.2s 05:54:25 05:54:25 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 05:54:25 #171 DONE 1.8s 05:54:25 05:54:25 #112 [security-bootstrapper] exporting to image 05:54:25 #112 exporting layers 05:54:26 #112 exporting layers 0.9s done 05:54:26 #112 writing image sha256:c409464239b28877047646f6cef7dd70b2394d2b5aa0b368e0dc4cf4ebcd2bb5 done 05:54:26 #112 naming to docker.io/library/security-bootstrapper-arm64 done 05:54:26 #112 DONE 7.3s 05:54:26 05:54:26 #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 06:08:49 #150 ... 06:08:49 06:08:49 #154 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 06:08:49 #154 DONE 1916.2s 06:08:49 06:08:49 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 06:08:49 #147 ... 06:08:49 06:08:49 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 06:08:49 #172 DONE 0.2s 06:08:49 06:08:49 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 06:08:49 #173 DONE 0.3s 06:08:49 06:08:49 #145 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 06:08:49 #145 ... 06:08:49 06:08:49 #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:08:49 #174 DONE 0.4s 06:08:49 06:08:49 #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 06:08:49 #175 DONE 0.2s 06:08:49 06:08:49 #112 [core-command] exporting to image 06:08:49 #112 exporting layers 06:08:49 #112 exporting layers 0.4s done 06:08:49 #112 writing image sha256:0bfef9729cba8efb16df1fa72517778ac35f1d41f84e8e208047721601df36e2 done 06:08:49 #112 naming to docker.io/library/core-command-arm64 06:08:49 #112 naming to docker.io/library/core-command-arm64 done 06:08:49 #112 DONE 7.8s 06:08:49 06:08:49 #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 06:08:59 #148 ... 06:08:59 06:08:59 #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 06:08:59 #150 DONE 1940.5s 06:08:59 06:08:59 #143 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 06:08:59 #143 ... 06:08:59 06:08:59 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 06:08:59 #176 DONE 0.2s 06:08:59 06:08:59 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:08:59 #43 ... 06:08:59 06:08:59 #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 06:08:59 #177 DONE 0.2s 06:08:59 06:08:59 #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 06:09:00 #178 DONE 0.2s 06:09:00 06:09:00 #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 06:09:00 #179 DONE 0.2s 06:09:00 06:09:00 #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 06:09:00 #180 DONE 0.4s 06:09:00 06:09:00 #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 06:09:00 #181 DONE 0.2s 06:09:00 06:09:00 #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:09:03 #182 DONE 2.2s 06:09:03 06:09:03 #130 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:09:03 #130 1943.2 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.6 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 06:09:03 #130 ... 06:09:03 06:09:03 #112 [security-proxy-setup] exporting to image 06:09:03 #112 exporting layers 0.8s done 06:09:03 #112 writing image sha256:3170205f6f255133e7e8c45e79e1694791342adbb0902ddef944e0735c301828 done 06:09:03 #112 naming to docker.io/library/security-proxy-setup-arm64 done 06:09:03 #112 DONE 8.6s 06:09:03 06:09:03 #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 06:09:36 #148 ... 06:09:36 06:09:36 #130 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:09:36 #130 DONE 1975.4s 06:09:36 06:09:36 #143 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 06:09:36 #143 ... 06:09:36 06:09:36 #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 06:09:36 #183 DONE 0.3s 06:09:36 06:09:36 #143 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 06:09:36 #143 ... 06:09:36 06:09:36 #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 06:09:36 #184 DONE 0.1s 06:09:36 06:09:36 #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 06:09:36 #185 DONE 0.3s 06:09:36 06:09:36 #121 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:09:36 #121 ... 06:09:36 06:09:36 #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 06:09:36 #186 DONE 0.1s 06:09:36 06:09:36 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 06:09:36 #187 DONE 0.1s 06:09:36 06:09:36 #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:09:36 #188 DONE 0.3s 06:09:36 06:09:36 #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 06:09:36 #148 ... 06:09:36 06:09:36 #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:09:36 #189 DONE 0.4s 06:09:36 06:09:36 #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:09:36 #190 DONE 0.1s 06:09:36 06:09:36 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:09:37 #191 DONE 1.9s 06:09:37 06:09:37 #112 [security-secretstore-setup] exporting to image 06:09:37 #112 exporting layers 06:09:39 #112 exporting layers 1.4s done 06:09:39 #112 writing image sha256:e4fbf1edbe25170697b0574a732e443df3db613709417515ae538994f3945f78 done 06:09:39 #112 naming to docker.io/library/security-secretstore-setup-arm64 done 06:09:39 #112 DONE 9.9s 06:09:39 06:09:39 #143 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 06:10:47 #143 ... 06:10:47 06:10:47 #145 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 06:10:47 #145 DONE 2034.1s 06:10:47 06:10:47 #121 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:10:47 #121 ... 06:10:47 06:10:47 #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 06:10:47 #192 DONE 0.1s 06:10:47 06:10:47 #143 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 06:10:47 #143 ... 06:10:47 06:10:47 #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 06:10:47 #193 DONE 0.1s 06:10:47 06:10:47 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 06:10:47 #194 DONE 0.4s 06:10:47 06:10:47 #143 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 06:10:47 #143 ... 06:10:47 06:10:47 #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 06:10:47 #195 DONE 0.1s 06:10:47 06:10:47 #112 [security-spiffe-token-provider] exporting to image 06:10:47 #112 exporting layers 06:10:47 #112 exporting layers 0.9s done 06:10:47 #112 writing image sha256:9fbf0603da82baf8814ef3237e7ad60b1562223c921294424345f2f55c097f11 done 06:10:47 #112 naming to docker.io/library/security-spiffe-token-provider-arm64 done 06:10:47 #112 DONE 10.9s 06:10:47 06:10:47 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:11:19 #43 ... 06:11:19 06:11:19 #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 06:11:19 #153 DONE 2072.7s 06:11:19 06:11:19 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:11:19 #43 ... 06:11:19 06:11:19 #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 06:11:19 #196 DONE 0.3s 06:11:19 06:11:19 #143 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 06:11:19 #143 ... 06:11:19 06:11:19 #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 06:11:19 #197 DONE 0.2s 06:11:19 06:11:19 #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 06:11:19 #198 DONE 0.3s 06:11:19 06:11:19 #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 06:11:19 #199 DONE 0.1s 06:11:19 06:11:19 #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 06:11:19 #200 DONE 0.1s 06:11:19 06:11:19 #201 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:11:19 #201 DONE 1.7s 06:11:19 06:11:19 #112 [security-proxy-auth] exporting to image 06:11:19 #112 exporting layers 06:11:19 #112 exporting layers 0.7s done 06:11:19 #112 writing image sha256:eb73b35a7664137cdada10e41cd006b686906fd246423912e2e117bb9fea4511 done 06:11:19 #112 naming to docker.io/library/security-proxy-auth-arm64 done 06:11:19 #112 DONE 11.6s 06:11:19 06:11:19 #121 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:11:21 #121 ... 06:11:21 06:11:21 #143 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 06:11:21 #143 DONE 2079.6s 06:11:21 06:11:21 #121 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:11:21 #121 ... 06:11:21 06:11:21 #202 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 06:11:21 #202 DONE 0.2s 06:11:21 06:11:21 #203 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 06:11:22 #203 DONE 0.2s 06:11:22 06:11:22 #204 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:11:22 #204 DONE 0.6s 06:11:22 06:11:22 #205 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 06:11:22 #205 DONE 0.2s 06:11:22 06:11:22 #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 06:11:22 #148 DONE 2078.5s 06:11:22 06:11:22 #151 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 06:11:23 #151 ... 06:11:23 06:11:23 #112 [core-data] exporting to image 06:11:24 #112 ... 06:11:24 06:11:24 #151 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 06:11:24 #151 DONE 2082.3s 06:11:24 06:11:24 #112 [core-data] exporting to image 06:11:24 #112 exporting layers 1.4s done 06:11:24 #112 writing image sha256:05fa18338d9678178624d447a05a91dff3ec47e3f69cebda06e6b9297d67f478 0.0s done 06:11:24 #112 naming to docker.io/library/core-data-arm64 done 06:11:24 #112 DONE 13.0s 06:11:24 06:11:24 #206 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 06:11:24 #206 DONE 0.4s 06:11:24 06:11:24 #207 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 06:11:24 #207 DONE 0.3s 06:11:24 06:11:24 #208 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 06:11:25 #208 ... 06:11:25 06:11:25 #209 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 06:11:25 #209 DONE 0.3s 06:11:25 06:11:25 #210 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:11:25 #210 ... 06:11:25 06:11:25 #208 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 06:11:25 #208 DONE 0.7s 06:11:25 06:11:25 #211 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 06:11:25 #211 DONE 0.2s 06:11:25 06:11:25 #210 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:11:25 #210 DONE 0.5s 06:11:25 06:11:25 #112 [core-keeper] exporting to image 06:11:25 #112 ... 06:11:25 06:11:25 #212 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 06:11:25 #212 DONE 0.2s 06:11:25 06:11:25 #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 06:11:26 #213 DONE 0.2s 06:11:26 06:11:26 #112 [core-metadata] exporting to image 06:11:26 #112 exporting layers 0.7s done 06:11:26 #112 writing image sha256:bdc2f537631cfb0b68406bbb9c565f1ee59babc34e98eb9d1b13dca97855c1f4 0.0s done 06:11:26 #112 naming to docker.io/library/core-keeper-arm64 done 06:11:26 #112 exporting layers 0.6s done 06:11:26 #112 writing image sha256:bccdd2655d4fcf7be07d09c0417f8640d15c995ac527068b1be0f46d045303fc done 06:11:26 #112 naming to docker.io/library/core-metadata-arm64 done 06:11:26 #112 DONE 14.1s 06:11:26 06:11:26 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:11:53 #43 ... 06:11:53 06:11:53 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 06:11:53 #147 DONE 2118.1s 06:11:53 06:11:53 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:11:53 #43 ... 06:11:53 06:11:53 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 06:11:53 #214 DONE 0.1s 06:11:53 06:11:53 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:11:53 #43 ... 06:11:53 06:11:53 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 06:11:53 #215 DONE 0.1s 06:11:53 06:11:53 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:11:53 #43 ... 06:11:53 06:11:53 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:11:54 #216 DONE 0.7s 06:11:54 06:11:54 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 06:11:54 #217 DONE 0.1s 06:11:54 06:11:54 #112 [support-scheduler] exporting to image 06:11:54 #112 exporting layers 06:11:55 #112 exporting layers 1.1s done 06:11:55 #112 writing image sha256:eaf02bc4848873d22aece7d5679947ae1e7837a6c6baaa707130bd951c85dd27 done 06:11:55 #112 naming to docker.io/library/support-scheduler-arm64 done 06:11:55 #112 DONE 15.2s 06:11:55 06:11:55 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:11:58 #43 ... 06:11:58 06:11:58 #121 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:11:58 #121 DONE 2123.4s 06:11:58 06:11:58 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 06:11:58 #218 DONE 0.1s 06:11:58 06:11:58 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 06:11:58 #219 DONE 0.1s 06:11:58 06:11:58 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:11:58 #43 ... 06:11:58 06:11:58 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:11:58 #220 DONE 0.4s 06:11:58 06:11:58 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:11:59 #43 ... 06:11:59 06:11:59 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 06:11:59 #221 DONE 0.1s 06:11:59 06:11:59 #112 [support-notifications] exporting to image 06:11:59 #112 exporting layers 0.6s done 06:11:59 #112 writing image sha256:fb7c89cea9bee6b817803263fd2f4178bc2a479134ac96774fd1cd70b8ee3904 done 06:11:59 #112 naming to docker.io/library/support-notifications-arm64 done 06:11:59 #112 DONE 15.7s 06:11:59 06:11:59 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:11:59 time="2025-04-21T05:33:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:11:59 time="2025-04-21T05:33:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:11:59 time="2025-04-21T05:33:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:11:59 time="2025-04-21T05:33:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:11:59 time="2025-04-21T05:33:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:11:59 time="2025-04-21T05:33:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:11:59 time="2025-04-21T05:33:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:11:59 time="2025-04-21T05:33:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:11:59 time="2025-04-21T05:33:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:11:59 time="2025-04-21T05:33:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:11:59 time="2025-04-21T05:33:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:11:59 time="2025-04-21T05:33:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:11:59 time="2025-04-21T05:33:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:11:59 time="2025-04-21T05:33:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:11:59 time="2025-04-21T05:33:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 06:11:59 $ docker stop --time=1 8c203bb599aadfd40c645ed541f52c4fc588b6958bfd4c7384f5ff61efc75813 06:12:01 $ docker rm -f --volumes 8c203bb599aadfd40c645ed541f52c4fc588b6958bfd4c7384f5ff61efc75813 [Pipeline] // withDockerContainer [Pipeline] sh 06:12:01 + docker images 06:12:01 REPOSITORY TAG IMAGE ID CREATED SIZE 06:12:01 support-notifications-arm64 latest fb7c89cea9be 3 seconds ago 52.3MB 06:12:01 support-scheduler-arm64 latest eaf02bc48488 8 seconds ago 48.5MB 06:12:01 core-keeper-arm64 latest bdc2f537631c 36 seconds ago 32.6MB 06:12:01 core-metadata-arm64 latest bccdd2655d4f 36 seconds ago 33.1MB 06:12:01 core-data-arm64 latest 05fa18338d96 39 seconds ago 33MB 06:12:01 security-proxy-auth-arm64 latest eb73b35a7664 44 seconds ago 31.9MB 06:12:01 security-spiffe-token-provider-arm64 latest 9fbf0603da82 About a minute ago 48.1MB 06:12:01 security-secretstore-setup-arm64 latest e4fbf1edbe25 2 minutes ago 67.6MB 06:12:01 security-proxy-setup-arm64 latest 3170205f6f25 2 minutes ago 38.7MB 06:12:01 core-command-arm64 latest 0bfef9729cba 3 minutes ago 28.5MB 06:12:01 security-bootstrapper-arm64 latest c409464239b2 17 minutes ago 21.1MB 06:12:01 core-common-config-bootstrapper-arm64 latest bf43a9200b6d 17 minutes ago 17.9MB 06:12:01 security-spire-agent-arm64 latest 9383cef329ce 36 minutes ago 187MB 06:12:01 security-spire-config-arm64 latest 9b44596412e4 36 minutes ago 143MB 06:12:01 security-spire-server-arm64 latest 0943178f1154 36 minutes ago 144MB 06:12:01 ci-base-image-arm64 latest 0aad30dce0b4 38 minutes ago 908MB 06:12:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 12c1d4c06be1 10 days ago 560MB 06:12:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 22 months ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:12:01 provisioning config files... 06:12:02 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/831@tmp/config12631886192590197268tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:12:02 ---> ****-login.sh 06:12:02 nexus3.edgexfoundry.org:10001 06:12:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:12:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:12:02 Configure a credential helper to remove this warning. See 06:12:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:12:02 06:12:02 Login Succeeded 06:12:02 nexus3.edgexfoundry.org:10002 06:12:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:12:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:12:03 Configure a credential helper to remove this warning. See 06:12:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:12:03 06:12:03 Login Succeeded 06:12:03 nexus3.edgexfoundry.org:10003 06:12:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:12:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:12:03 Configure a credential helper to remove this warning. See 06:12:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:12:03 06:12:03 Login Succeeded 06:12:03 nexus3.edgexfoundry.org:10004 06:12:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:12:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:12:03 Configure a credential helper to remove this warning. See 06:12:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:12:03 06:12:03 Login Succeeded 06:12:03 ****.io 06:12:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:12:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:12:04 Configure a credential helper to remove this warning. See 06:12:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:12:04 06:12:04 Login Succeeded 06:12:04 ---> ****-login.sh ends [Pipeline] } 06:12:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:12:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 06:12:04 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 06:12:04 3fa30c341bbe9c3881ba0169229bc34ff150aef2 06:12:04 latest 06:12:04 4.1.0-dev.6 06:12:04 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 06:12:04 main 06:12:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:04 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:05 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 06:12:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 06:12:05 7852e467761e: Preparing 06:12:05 386a2b20a105: Preparing 06:12:05 05757c32a373: Preparing 06:12:05 ae3ba76dbed2: Preparing 06:12:05 2735adbf1f21: Preparing 06:12:05 f0e9e6d3188b: Preparing 06:12:05 dd9c8f8612c8: Preparing 06:12:05 f0e9e6d3188b: Waiting 06:12:05 dd9c8f8612c8: Waiting 06:12:05 ae3ba76dbed2: Pushed 06:12:05 7852e467761e: Pushed 06:12:05 05757c32a373: Pushed 06:12:05 2735adbf1f21: Pushed 06:12:05 dd9c8f8612c8: Layer already exists 06:12:05 f0e9e6d3188b: Pushed 06:12:09 386a2b20a105: Pushed 06:12:10 3fa30c341bbe9c3881ba0169229bc34ff150aef2: digest: sha256:fdc22416d3261a0a98e9bbc2e0db61a14eb7b35d6b4300e0841b27b2e0e409c7 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:10 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:10 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 06:12:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 06:12:10 7852e467761e: Preparing 06:12:10 386a2b20a105: Preparing 06:12:10 05757c32a373: Preparing 06:12:10 ae3ba76dbed2: Preparing 06:12:10 2735adbf1f21: Preparing 06:12:10 f0e9e6d3188b: Preparing 06:12:10 dd9c8f8612c8: Preparing 06:12:10 dd9c8f8612c8: Waiting 06:12:10 f0e9e6d3188b: Waiting 06:12:10 386a2b20a105: Layer already exists 06:12:10 05757c32a373: Layer already exists 06:12:10 2735adbf1f21: Layer already exists 06:12:10 7852e467761e: Layer already exists 06:12:10 ae3ba76dbed2: Layer already exists 06:12:10 dd9c8f8612c8: Layer already exists 06:12:10 f0e9e6d3188b: Layer already exists 06:12:11 latest: digest: sha256:fdc22416d3261a0a98e9bbc2e0db61a14eb7b35d6b4300e0841b27b2e0e409c7 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:11 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:11 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.6 06:12:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 06:12:11 7852e467761e: Preparing 06:12:11 386a2b20a105: Preparing 06:12:11 05757c32a373: Preparing 06:12:11 ae3ba76dbed2: Preparing 06:12:11 2735adbf1f21: Preparing 06:12:11 f0e9e6d3188b: Preparing 06:12:11 dd9c8f8612c8: Preparing 06:12:11 f0e9e6d3188b: Waiting 06:12:11 dd9c8f8612c8: Waiting 06:12:11 ae3ba76dbed2: Layer already exists 06:12:11 2735adbf1f21: Layer already exists 06:12:11 05757c32a373: Layer already exists 06:12:11 7852e467761e: Layer already exists 06:12:11 386a2b20a105: Layer already exists 06:12:11 f0e9e6d3188b: Layer already exists 06:12:11 dd9c8f8612c8: Layer already exists 06:12:12 4.1.0-dev.6: digest: sha256:fdc22416d3261a0a98e9bbc2e0db61a14eb7b35d6b4300e0841b27b2e0e409c7 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:12 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:12 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 06:12:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 06:12:12 7852e467761e: Preparing 06:12:12 386a2b20a105: Preparing 06:12:12 05757c32a373: Preparing 06:12:12 ae3ba76dbed2: Preparing 06:12:12 2735adbf1f21: Preparing 06:12:12 f0e9e6d3188b: Preparing 06:12:12 dd9c8f8612c8: Preparing 06:12:12 f0e9e6d3188b: Waiting 06:12:12 7852e467761e: Layer already exists 06:12:12 386a2b20a105: Layer already exists 06:12:12 ae3ba76dbed2: Layer already exists 06:12:12 2735adbf1f21: Layer already exists 06:12:12 05757c32a373: Layer already exists 06:12:12 dd9c8f8612c8: Layer already exists 06:12:12 f0e9e6d3188b: Layer already exists 06:12:13 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6: digest: sha256:fdc22416d3261a0a98e9bbc2e0db61a14eb7b35d6b4300e0841b27b2e0e409c7 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:13 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:13 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 06:12:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 06:12:13 7852e467761e: Preparing 06:12:13 386a2b20a105: Preparing 06:12:13 05757c32a373: Preparing 06:12:13 ae3ba76dbed2: Preparing 06:12:13 2735adbf1f21: Preparing 06:12:13 f0e9e6d3188b: Preparing 06:12:13 dd9c8f8612c8: Preparing 06:12:13 f0e9e6d3188b: Waiting 06:12:13 dd9c8f8612c8: Waiting 06:12:13 2735adbf1f21: Layer already exists 06:12:13 7852e467761e: Layer already exists 06:12:13 386a2b20a105: Layer already exists 06:12:13 ae3ba76dbed2: Layer already exists 06:12:13 05757c32a373: Layer already exists 06:12:13 f0e9e6d3188b: Layer already exists 06:12:13 dd9c8f8612c8: Layer already exists 06:12:14 main: digest: sha256:fdc22416d3261a0a98e9bbc2e0db61a14eb7b35d6b4300e0841b27b2e0e409c7 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:12:14 ===================================================== [Pipeline] echo 06:12:14 taggedImages: 06:12:14 - nexus3.edgexfoundry.org:10004/core-command-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 06:12:14 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 06:12:14 - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.6 06:12:14 - nexus3.edgexfoundry.org:10004/core-command-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 06:12:14 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 06:12:14 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 06:12:14 3fa30c341bbe9c3881ba0169229bc34ff150aef2 06:12:14 latest 06:12:14 4.1.0-dev.6 06:12:14 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 06:12:14 main 06:12:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:14 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:14 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 06:12:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 06:12:14 5ad4c6c713f5: Preparing 06:12:14 de06deb0e4d4: Preparing 06:12:14 cb94c40547f4: Preparing 06:12:14 b376999a4ee7: Preparing 06:12:14 05757c32a373: Preparing 06:12:14 ae3ba76dbed2: Preparing 06:12:14 2735adbf1f21: Preparing 06:12:14 f0e9e6d3188b: Preparing 06:12:14 dd9c8f8612c8: Preparing 06:12:14 2735adbf1f21: Waiting 06:12:14 f0e9e6d3188b: Waiting 06:12:14 ae3ba76dbed2: Waiting 06:12:14 dd9c8f8612c8: Waiting 06:12:15 05757c32a373: Layer already exists 06:12:15 ae3ba76dbed2: Layer already exists 06:12:15 2735adbf1f21: Layer already exists 06:12:15 cb94c40547f4: Pushed 06:12:15 de06deb0e4d4: Pushed 06:12:15 5ad4c6c713f5: Pushed 06:12:15 f0e9e6d3188b: Layer already exists 06:12:15 dd9c8f8612c8: Layer already exists 06:12:17 b376999a4ee7: Pushed 06:12:17 3fa30c341bbe9c3881ba0169229bc34ff150aef2: digest: sha256:857b1fccb316ebc30f12d3a530f3db76ad50e7892a70aad982dfc59c6d6c670a size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:17 + 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 06:12:18 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 06:12:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 06:12:18 5ad4c6c713f5: Preparing 06:12:18 de06deb0e4d4: Preparing 06:12:18 cb94c40547f4: Preparing 06:12:18 b376999a4ee7: Preparing 06:12:18 05757c32a373: Preparing 06:12:18 ae3ba76dbed2: Preparing 06:12:18 2735adbf1f21: Preparing 06:12:18 f0e9e6d3188b: Preparing 06:12:18 dd9c8f8612c8: Preparing 06:12:18 ae3ba76dbed2: Waiting 06:12:18 2735adbf1f21: Waiting 06:12:18 f0e9e6d3188b: Waiting 06:12:18 dd9c8f8612c8: Waiting 06:12:18 05757c32a373: Layer already exists 06:12:18 b376999a4ee7: Layer already exists 06:12:18 cb94c40547f4: Layer already exists 06:12:18 de06deb0e4d4: Layer already exists 06:12:18 5ad4c6c713f5: Layer already exists 06:12:18 dd9c8f8612c8: Layer already exists 06:12:18 f0e9e6d3188b: Layer already exists 06:12:18 ae3ba76dbed2: Layer already exists 06:12:18 2735adbf1f21: Layer already exists 06:12:18 latest: digest: sha256:857b1fccb316ebc30f12d3a530f3db76ad50e7892a70aad982dfc59c6d6c670a size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:18 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:19 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.6 06:12:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 06:12:19 5ad4c6c713f5: Preparing 06:12:19 de06deb0e4d4: Preparing 06:12:19 cb94c40547f4: Preparing 06:12:19 b376999a4ee7: Preparing 06:12:19 05757c32a373: Preparing 06:12:19 ae3ba76dbed2: Preparing 06:12:19 2735adbf1f21: Preparing 06:12:19 f0e9e6d3188b: Preparing 06:12:19 dd9c8f8612c8: Preparing 06:12:19 f0e9e6d3188b: Waiting 06:12:19 ae3ba76dbed2: Waiting 06:12:19 dd9c8f8612c8: Waiting 06:12:19 2735adbf1f21: Waiting 06:12:19 05757c32a373: Layer already exists 06:12:19 b376999a4ee7: Layer already exists 06:12:19 cb94c40547f4: Layer already exists 06:12:19 5ad4c6c713f5: Layer already exists 06:12:19 de06deb0e4d4: Layer already exists 06:12:19 f0e9e6d3188b: Layer already exists 06:12:19 ae3ba76dbed2: Layer already exists 06:12:19 2735adbf1f21: Layer already exists 06:12:19 dd9c8f8612c8: Layer already exists 06:12:19 4.1.0-dev.6: digest: sha256:857b1fccb316ebc30f12d3a530f3db76ad50e7892a70aad982dfc59c6d6c670a size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:19 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:20 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 06:12:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 06:12:20 5ad4c6c713f5: Preparing 06:12:20 de06deb0e4d4: Preparing 06:12:20 cb94c40547f4: Preparing 06:12:20 b376999a4ee7: Preparing 06:12:20 05757c32a373: Preparing 06:12:20 ae3ba76dbed2: Preparing 06:12:20 2735adbf1f21: Preparing 06:12:20 f0e9e6d3188b: Preparing 06:12:20 dd9c8f8612c8: Preparing 06:12:20 ae3ba76dbed2: Waiting 06:12:20 2735adbf1f21: Waiting 06:12:20 f0e9e6d3188b: Waiting 06:12:20 dd9c8f8612c8: Waiting 06:12:20 de06deb0e4d4: Layer already exists 06:12:20 cb94c40547f4: Layer already exists 06:12:20 b376999a4ee7: Layer already exists 06:12:20 05757c32a373: Layer already exists 06:12:20 5ad4c6c713f5: Layer already exists 06:12:20 f0e9e6d3188b: Layer already exists 06:12:20 dd9c8f8612c8: Layer already exists 06:12:20 ae3ba76dbed2: Layer already exists 06:12:20 2735adbf1f21: Layer already exists 06:12:20 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6: digest: sha256:857b1fccb316ebc30f12d3a530f3db76ad50e7892a70aad982dfc59c6d6c670a size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:20 + 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 06:12:20 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 06:12:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 06:12:20 5ad4c6c713f5: Preparing 06:12:20 de06deb0e4d4: Preparing 06:12:20 cb94c40547f4: Preparing 06:12:20 b376999a4ee7: Preparing 06:12:20 05757c32a373: Preparing 06:12:20 ae3ba76dbed2: Preparing 06:12:20 2735adbf1f21: Preparing 06:12:20 f0e9e6d3188b: Preparing 06:12:20 dd9c8f8612c8: Preparing 06:12:20 ae3ba76dbed2: Waiting 06:12:20 f0e9e6d3188b: Waiting 06:12:20 2735adbf1f21: Waiting 06:12:20 dd9c8f8612c8: Waiting 06:12:20 5ad4c6c713f5: Layer already exists 06:12:20 de06deb0e4d4: Layer already exists 06:12:20 cb94c40547f4: Layer already exists 06:12:20 b376999a4ee7: Layer already exists 06:12:20 05757c32a373: Layer already exists 06:12:20 f0e9e6d3188b: Layer already exists 06:12:20 2735adbf1f21: Layer already exists 06:12:20 ae3ba76dbed2: Layer already exists 06:12:20 dd9c8f8612c8: Layer already exists 06:12:21 main: digest: sha256:857b1fccb316ebc30f12d3a530f3db76ad50e7892a70aad982dfc59c6d6c670a size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:12:21 ===================================================== [Pipeline] echo 06:12:21 taggedImages: 06:12:21 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 06:12:21 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 06:12:21 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.6 06:12:21 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 06:12:21 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 06:12:21 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 06:12:21 3fa30c341bbe9c3881ba0169229bc34ff150aef2 06:12:21 latest 06:12:21 4.1.0-dev.6 06:12:21 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 06:12:21 main 06:12:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:21 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:22 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 06:12:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 06:12:22 a46c06df45e4: Preparing 06:12:22 e4612fbc48ca: Preparing 06:12:22 05757c32a373: Preparing 06:12:22 ae3ba76dbed2: Preparing 06:12:22 a4e03480769d: Preparing 06:12:22 3da9651345bb: Preparing 06:12:22 dd9c8f8612c8: Preparing 06:12:22 3da9651345bb: Waiting 06:12:22 dd9c8f8612c8: Waiting 06:12:22 ae3ba76dbed2: Layer already exists 06:12:22 05757c32a373: Layer already exists 06:12:22 dd9c8f8612c8: Layer already exists 06:12:22 a4e03480769d: Pushed 06:12:22 a46c06df45e4: Pushed 06:12:22 3da9651345bb: Pushed 06:12:27 e4612fbc48ca: Pushed 06:12:27 3fa30c341bbe9c3881ba0169229bc34ff150aef2: digest: sha256:f1cf081bd4c0072d8c74956668a6cc3df185c6694aceb908bd21e4fa62b1d774 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:28 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:28 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 06:12:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 06:12:28 a46c06df45e4: Preparing 06:12:28 e4612fbc48ca: Preparing 06:12:28 05757c32a373: Preparing 06:12:28 ae3ba76dbed2: Preparing 06:12:28 a4e03480769d: Preparing 06:12:28 3da9651345bb: Preparing 06:12:28 dd9c8f8612c8: Preparing 06:12:28 3da9651345bb: Waiting 06:12:28 dd9c8f8612c8: Waiting 06:12:28 e4612fbc48ca: Layer already exists 06:12:28 05757c32a373: Layer already exists 06:12:28 a4e03480769d: Layer already exists 06:12:28 ae3ba76dbed2: Layer already exists 06:12:28 a46c06df45e4: Layer already exists 06:12:28 3da9651345bb: Layer already exists 06:12:28 dd9c8f8612c8: Layer already exists 06:12:28 latest: digest: sha256:f1cf081bd4c0072d8c74956668a6cc3df185c6694aceb908bd21e4fa62b1d774 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:28 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:29 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.6 06:12:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 06:12:29 a46c06df45e4: Preparing 06:12:29 e4612fbc48ca: Preparing 06:12:29 05757c32a373: Preparing 06:12:29 ae3ba76dbed2: Preparing 06:12:29 a4e03480769d: Preparing 06:12:29 3da9651345bb: Preparing 06:12:29 dd9c8f8612c8: Preparing 06:12:29 3da9651345bb: Waiting 06:12:29 dd9c8f8612c8: Waiting 06:12:29 05757c32a373: Layer already exists 06:12:29 a4e03480769d: Layer already exists 06:12:29 a46c06df45e4: Layer already exists 06:12:29 e4612fbc48ca: Layer already exists 06:12:29 ae3ba76dbed2: Layer already exists 06:12:29 dd9c8f8612c8: Layer already exists 06:12:29 3da9651345bb: Layer already exists 06:12:29 4.1.0-dev.6: digest: sha256:f1cf081bd4c0072d8c74956668a6cc3df185c6694aceb908bd21e4fa62b1d774 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:29 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:30 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 06:12:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 06:12:30 a46c06df45e4: Preparing 06:12:30 e4612fbc48ca: Preparing 06:12:30 05757c32a373: Preparing 06:12:30 ae3ba76dbed2: Preparing 06:12:30 a4e03480769d: Preparing 06:12:30 3da9651345bb: Preparing 06:12:30 3da9651345bb: Waiting 06:12:30 dd9c8f8612c8: Preparing 06:12:30 dd9c8f8612c8: Waiting 06:12:30 a46c06df45e4: Layer already exists 06:12:30 e4612fbc48ca: Layer already exists 06:12:30 a4e03480769d: Layer already exists 06:12:30 05757c32a373: Layer already exists 06:12:30 ae3ba76dbed2: Layer already exists 06:12:30 3da9651345bb: Layer already exists 06:12:30 dd9c8f8612c8: Layer already exists 06:12:30 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6: digest: sha256:f1cf081bd4c0072d8c74956668a6cc3df185c6694aceb908bd21e4fa62b1d774 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:30 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:31 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 06:12:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 06:12:31 a46c06df45e4: Preparing 06:12:31 e4612fbc48ca: Preparing 06:12:31 05757c32a373: Preparing 06:12:31 ae3ba76dbed2: Preparing 06:12:31 a4e03480769d: Preparing 06:12:31 3da9651345bb: Preparing 06:12:31 dd9c8f8612c8: Preparing 06:12:31 3da9651345bb: Waiting 06:12:31 dd9c8f8612c8: Waiting 06:12:31 e4612fbc48ca: Layer already exists 06:12:31 05757c32a373: Layer already exists 06:12:31 a4e03480769d: Layer already exists 06:12:31 a46c06df45e4: Layer already exists 06:12:31 ae3ba76dbed2: Layer already exists 06:12:31 3da9651345bb: Layer already exists 06:12:31 dd9c8f8612c8: Layer already exists 06:12:31 main: digest: sha256:f1cf081bd4c0072d8c74956668a6cc3df185c6694aceb908bd21e4fa62b1d774 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:12:31 ===================================================== [Pipeline] echo 06:12:31 taggedImages: 06:12:31 - nexus3.edgexfoundry.org:10004/core-data-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 06:12:31 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 06:12:31 - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.6 06:12:31 - nexus3.edgexfoundry.org:10004/core-data-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 06:12:31 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 06:12:31 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 06:12:31 3fa30c341bbe9c3881ba0169229bc34ff150aef2 06:12:31 latest 06:12:31 4.1.0-dev.6 06:12:31 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 06:12:31 main 06:12:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:31 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:32 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 06:12:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 06:12:32 840bbe306dfa: Preparing 06:12:32 314b40170c86: Preparing 06:12:32 ae3ba76dbed2: Preparing 06:12:32 9dd77a8f1df5: Preparing 06:12:32 4cf6ffe69605: Preparing 06:12:32 dd9c8f8612c8: Preparing 06:12:32 dd9c8f8612c8: Waiting 06:12:32 ae3ba76dbed2: Layer already exists 06:12:32 dd9c8f8612c8: Layer already exists 06:12:32 840bbe306dfa: Pushed 06:12:32 4cf6ffe69605: Pushed 06:12:32 9dd77a8f1df5: Pushed 06:12:37 314b40170c86: Pushed 06:12:37 3fa30c341bbe9c3881ba0169229bc34ff150aef2: digest: sha256:fa79b469801bc23fb14ac4ba2654b28ae48deab6faa3bd8ff17e3bcf834c7e4d size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:38 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:38 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 06:12:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 06:12:38 840bbe306dfa: Preparing 06:12:38 314b40170c86: Preparing 06:12:38 ae3ba76dbed2: Preparing 06:12:38 9dd77a8f1df5: Preparing 06:12:38 4cf6ffe69605: Preparing 06:12:38 dd9c8f8612c8: Preparing 06:12:38 dd9c8f8612c8: Waiting 06:12:38 9dd77a8f1df5: Layer already exists 06:12:38 314b40170c86: Layer already exists 06:12:38 4cf6ffe69605: Layer already exists 06:12:38 840bbe306dfa: Layer already exists 06:12:38 ae3ba76dbed2: Layer already exists 06:12:38 dd9c8f8612c8: Layer already exists 06:12:38 latest: digest: sha256:fa79b469801bc23fb14ac4ba2654b28ae48deab6faa3bd8ff17e3bcf834c7e4d size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:39 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:39 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.6 06:12:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 06:12:39 840bbe306dfa: Preparing 06:12:39 314b40170c86: Preparing 06:12:39 ae3ba76dbed2: Preparing 06:12:39 9dd77a8f1df5: Preparing 06:12:39 4cf6ffe69605: Preparing 06:12:39 dd9c8f8612c8: Preparing 06:12:39 dd9c8f8612c8: Waiting 06:12:39 314b40170c86: Layer already exists 06:12:39 4cf6ffe69605: Layer already exists 06:12:39 9dd77a8f1df5: Layer already exists 06:12:39 840bbe306dfa: Layer already exists 06:12:39 ae3ba76dbed2: Layer already exists 06:12:39 dd9c8f8612c8: Layer already exists 06:12:39 4.1.0-dev.6: digest: sha256:fa79b469801bc23fb14ac4ba2654b28ae48deab6faa3bd8ff17e3bcf834c7e4d size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:39 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:40 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 06:12:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 06:12:40 840bbe306dfa: Preparing 06:12:40 314b40170c86: Preparing 06:12:40 ae3ba76dbed2: Preparing 06:12:40 9dd77a8f1df5: Preparing 06:12:40 4cf6ffe69605: Preparing 06:12:40 dd9c8f8612c8: Preparing 06:12:40 dd9c8f8612c8: Waiting 06:12:40 314b40170c86: Layer already exists 06:12:40 840bbe306dfa: Layer already exists 06:12:40 9dd77a8f1df5: Layer already exists 06:12:40 4cf6ffe69605: Layer already exists 06:12:40 ae3ba76dbed2: Layer already exists 06:12:40 dd9c8f8612c8: Layer already exists 06:12:40 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6: digest: sha256:fa79b469801bc23fb14ac4ba2654b28ae48deab6faa3bd8ff17e3bcf834c7e4d size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:40 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:40 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 06:12:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 06:12:40 840bbe306dfa: Preparing 06:12:40 314b40170c86: Preparing 06:12:40 ae3ba76dbed2: Preparing 06:12:40 9dd77a8f1df5: Preparing 06:12:40 4cf6ffe69605: Preparing 06:12:40 dd9c8f8612c8: Preparing 06:12:40 dd9c8f8612c8: Waiting 06:12:40 ae3ba76dbed2: Layer already exists 06:12:40 9dd77a8f1df5: Layer already exists 06:12:40 314b40170c86: Layer already exists 06:12:40 4cf6ffe69605: Layer already exists 06:12:40 840bbe306dfa: Layer already exists 06:12:40 dd9c8f8612c8: Layer already exists 06:12:41 main: digest: sha256:fa79b469801bc23fb14ac4ba2654b28ae48deab6faa3bd8ff17e3bcf834c7e4d size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:12:41 ===================================================== [Pipeline] echo 06:12:41 taggedImages: 06:12:41 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 06:12:41 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 06:12:41 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.6 06:12:41 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 06:12:41 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 06:12:41 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 06:12:41 3fa30c341bbe9c3881ba0169229bc34ff150aef2 06:12:41 latest 06:12:41 4.1.0-dev.6 06:12:41 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 06:12:41 main 06:12:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:41 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:42 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 06:12:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 06:12:42 0ca27c5e32ed: Preparing 06:12:42 ead2103937a5: Preparing 06:12:42 82ebf7383db0: Preparing 06:12:42 05757c32a373: Preparing 06:12:42 ae3ba76dbed2: Preparing 06:12:42 2735adbf1f21: Preparing 06:12:42 f0e9e6d3188b: Preparing 06:12:42 dd9c8f8612c8: Preparing 06:12:42 2735adbf1f21: Waiting 06:12:42 f0e9e6d3188b: Waiting 06:12:42 dd9c8f8612c8: Waiting 06:12:42 ead2103937a5: Pushed 06:12:42 05757c32a373: Layer already exists 06:12:42 ae3ba76dbed2: Layer already exists 06:12:42 2735adbf1f21: Layer already exists 06:12:42 dd9c8f8612c8: Layer already exists 06:12:42 f0e9e6d3188b: Layer already exists 06:12:42 0ca27c5e32ed: Pushed 06:12:47 82ebf7383db0: Pushed 06:12:47 3fa30c341bbe9c3881ba0169229bc34ff150aef2: digest: sha256:d921b9688fb6bd2d766aa4e7b33317af2b665b23836396457d611a11191c52a8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:47 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:48 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 06:12:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 06:12:48 0ca27c5e32ed: Preparing 06:12:48 ead2103937a5: Preparing 06:12:48 82ebf7383db0: Preparing 06:12:48 05757c32a373: Preparing 06:12:48 ae3ba76dbed2: Preparing 06:12:48 2735adbf1f21: Preparing 06:12:48 f0e9e6d3188b: Preparing 06:12:48 dd9c8f8612c8: Preparing 06:12:48 2735adbf1f21: Waiting 06:12:48 f0e9e6d3188b: Waiting 06:12:48 dd9c8f8612c8: Waiting 06:12:48 ae3ba76dbed2: Layer already exists 06:12:48 ead2103937a5: Layer already exists 06:12:48 82ebf7383db0: Layer already exists 06:12:48 0ca27c5e32ed: Layer already exists 06:12:48 05757c32a373: Layer already exists 06:12:48 f0e9e6d3188b: Layer already exists 06:12:48 dd9c8f8612c8: Layer already exists 06:12:48 2735adbf1f21: Layer already exists 06:12:48 latest: digest: sha256:d921b9688fb6bd2d766aa4e7b33317af2b665b23836396457d611a11191c52a8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:48 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:49 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.6 06:12:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 06:12:49 0ca27c5e32ed: Preparing 06:12:49 ead2103937a5: Preparing 06:12:49 82ebf7383db0: Preparing 06:12:49 05757c32a373: Preparing 06:12:49 ae3ba76dbed2: Preparing 06:12:49 2735adbf1f21: Preparing 06:12:49 f0e9e6d3188b: Preparing 06:12:49 dd9c8f8612c8: Preparing 06:12:49 2735adbf1f21: Waiting 06:12:49 f0e9e6d3188b: Waiting 06:12:49 dd9c8f8612c8: Waiting 06:12:49 ae3ba76dbed2: Layer already exists 06:12:49 05757c32a373: Layer already exists 06:12:49 ead2103937a5: Layer already exists 06:12:49 82ebf7383db0: Layer already exists 06:12:49 0ca27c5e32ed: Layer already exists 06:12:49 2735adbf1f21: Layer already exists 06:12:49 f0e9e6d3188b: Layer already exists 06:12:49 dd9c8f8612c8: Layer already exists 06:12:49 4.1.0-dev.6: digest: sha256:d921b9688fb6bd2d766aa4e7b33317af2b665b23836396457d611a11191c52a8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:49 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:49 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 06:12:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 06:12:49 0ca27c5e32ed: Preparing 06:12:49 ead2103937a5: Preparing 06:12:49 82ebf7383db0: Preparing 06:12:49 05757c32a373: Preparing 06:12:49 ae3ba76dbed2: Preparing 06:12:49 2735adbf1f21: Preparing 06:12:49 f0e9e6d3188b: Preparing 06:12:49 dd9c8f8612c8: Preparing 06:12:49 2735adbf1f21: Waiting 06:12:49 f0e9e6d3188b: Waiting 06:12:49 dd9c8f8612c8: Waiting 06:12:49 ead2103937a5: Layer already exists 06:12:49 82ebf7383db0: Layer already exists 06:12:49 ae3ba76dbed2: Layer already exists 06:12:49 0ca27c5e32ed: Layer already exists 06:12:49 05757c32a373: Layer already exists 06:12:49 2735adbf1f21: Layer already exists 06:12:49 f0e9e6d3188b: Layer already exists 06:12:49 dd9c8f8612c8: Layer already exists 06:12:49 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6: digest: sha256:d921b9688fb6bd2d766aa4e7b33317af2b665b23836396457d611a11191c52a8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:50 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:50 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 06:12:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 06:12:50 0ca27c5e32ed: Preparing 06:12:50 ead2103937a5: Preparing 06:12:50 82ebf7383db0: Preparing 06:12:50 05757c32a373: Preparing 06:12:50 ae3ba76dbed2: Preparing 06:12:50 2735adbf1f21: Preparing 06:12:50 f0e9e6d3188b: Preparing 06:12:50 dd9c8f8612c8: Preparing 06:12:50 2735adbf1f21: Waiting 06:12:50 f0e9e6d3188b: Waiting 06:12:50 dd9c8f8612c8: Waiting 06:12:50 0ca27c5e32ed: Layer already exists 06:12:50 05757c32a373: Layer already exists 06:12:50 ead2103937a5: Layer already exists 06:12:50 82ebf7383db0: Layer already exists 06:12:50 ae3ba76dbed2: Layer already exists 06:12:50 2735adbf1f21: Layer already exists 06:12:50 dd9c8f8612c8: Layer already exists 06:12:50 f0e9e6d3188b: Layer already exists 06:12:50 main: digest: sha256:d921b9688fb6bd2d766aa4e7b33317af2b665b23836396457d611a11191c52a8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:12:50 ===================================================== [Pipeline] echo 06:12:50 taggedImages: 06:12:50 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 06:12:50 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 06:12:50 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.6 06:12:50 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 06:12:50 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 06:12:50 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 06:12:50 3fa30c341bbe9c3881ba0169229bc34ff150aef2 06:12:50 latest 06:12:50 4.1.0-dev.6 06:12:50 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 06:12:50 main 06:12:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:51 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:51 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 06:12:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 06:12:51 28658097deb2: Preparing 06:12:51 14845891a709: Preparing 06:12:51 21ae913605a4: Preparing 06:12:51 5bc73e70fc03: Preparing 06:12:51 9ec5f473e0d1: Preparing 06:12:51 c28a504d49a0: Preparing 06:12:51 c28a504d49a0: Waiting 06:12:51 2aab0c0df0b9: Preparing 06:12:51 05757c32a373: Preparing 06:12:51 2aab0c0df0b9: Waiting 06:12:51 ae3ba76dbed2: Preparing 06:12:51 05757c32a373: Waiting 06:12:51 ae3ba76dbed2: Waiting 06:12:51 b8379c2d05b8: Preparing 06:12:51 5cafa2a1b3b9: Preparing 06:12:51 5f70bf18a086: Preparing 06:12:51 2ad9dc6a7f7e: Preparing 06:12:51 6f2a0c6f5562: Preparing 06:12:51 164126d73dbb: Preparing 06:12:51 dd9c8f8612c8: Preparing 06:12:51 b8379c2d05b8: Waiting 06:12:51 5cafa2a1b3b9: Waiting 06:12:51 5f70bf18a086: Waiting 06:12:51 2ad9dc6a7f7e: Waiting 06:12:51 6f2a0c6f5562: Waiting 06:12:51 164126d73dbb: Waiting 06:12:51 dd9c8f8612c8: Waiting 06:12:51 21ae913605a4: Pushed 06:12:51 9ec5f473e0d1: Pushed 06:12:51 5bc73e70fc03: Pushed 06:12:51 14845891a709: Pushed 06:12:51 28658097deb2: Pushed 06:12:51 05757c32a373: Layer already exists 06:12:51 ae3ba76dbed2: Layer already exists 06:12:51 c28a504d49a0: Pushed 06:12:51 5f70bf18a086: Layer already exists 06:12:51 b8379c2d05b8: Pushed 06:12:51 5cafa2a1b3b9: Pushed 06:12:51 dd9c8f8612c8: Layer already exists 06:12:51 2ad9dc6a7f7e: Pushed 06:12:51 6f2a0c6f5562: Pushed 06:12:51 164126d73dbb: Pushed 06:12:54 2aab0c0df0b9: Pushed 06:12:54 3fa30c341bbe9c3881ba0169229bc34ff150aef2: digest: sha256:c9be9a7561a5c4cf9d93f78285ade3f70e5ac1beff6595b11d786cb1e89c3438 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:54 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:55 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 06:12:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 06:12:55 28658097deb2: Preparing 06:12:55 14845891a709: Preparing 06:12:55 21ae913605a4: Preparing 06:12:55 5bc73e70fc03: Preparing 06:12:55 9ec5f473e0d1: Preparing 06:12:55 c28a504d49a0: Preparing 06:12:55 2aab0c0df0b9: Preparing 06:12:55 c28a504d49a0: Waiting 06:12:55 05757c32a373: Preparing 06:12:55 2aab0c0df0b9: Waiting 06:12:55 ae3ba76dbed2: Preparing 06:12:55 05757c32a373: Waiting 06:12:55 b8379c2d05b8: Preparing 06:12:55 ae3ba76dbed2: Waiting 06:12:55 b8379c2d05b8: Waiting 06:12:55 5cafa2a1b3b9: Preparing 06:12:55 5f70bf18a086: Preparing 06:12:55 5cafa2a1b3b9: Waiting 06:12:55 2ad9dc6a7f7e: Preparing 06:12:55 5f70bf18a086: Waiting 06:12:55 6f2a0c6f5562: Preparing 06:12:55 2ad9dc6a7f7e: Waiting 06:12:55 6f2a0c6f5562: Waiting 06:12:55 164126d73dbb: Preparing 06:12:55 dd9c8f8612c8: Preparing 06:12:55 164126d73dbb: Waiting 06:12:55 dd9c8f8612c8: Waiting 06:12:55 14845891a709: Layer already exists 06:12:55 9ec5f473e0d1: Layer already exists 06:12:55 21ae913605a4: Layer already exists 06:12:55 28658097deb2: Layer already exists 06:12:55 5bc73e70fc03: Layer already exists 06:12:55 c28a504d49a0: Layer already exists 06:12:55 2aab0c0df0b9: Layer already exists 06:12:55 ae3ba76dbed2: Layer already exists 06:12:55 b8379c2d05b8: Layer already exists 06:12:55 05757c32a373: Layer already exists 06:12:55 164126d73dbb: Layer already exists 06:12:55 2ad9dc6a7f7e: Layer already exists 06:12:55 6f2a0c6f5562: Layer already exists 06:12:55 5f70bf18a086: Layer already exists 06:12:55 5cafa2a1b3b9: Layer already exists 06:12:55 dd9c8f8612c8: Layer already exists 06:12:55 latest: digest: sha256:c9be9a7561a5c4cf9d93f78285ade3f70e5ac1beff6595b11d786cb1e89c3438 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:55 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:56 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.6 06:12:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 06:12:56 28658097deb2: Preparing 06:12:56 14845891a709: Preparing 06:12:56 21ae913605a4: Preparing 06:12:56 5bc73e70fc03: Preparing 06:12:56 9ec5f473e0d1: Preparing 06:12:56 c28a504d49a0: Preparing 06:12:56 2aab0c0df0b9: Preparing 06:12:56 05757c32a373: Preparing 06:12:56 ae3ba76dbed2: Preparing 06:12:56 b8379c2d05b8: Preparing 06:12:56 5cafa2a1b3b9: Preparing 06:12:56 5f70bf18a086: Preparing 06:12:56 2ad9dc6a7f7e: Preparing 06:12:56 6f2a0c6f5562: Preparing 06:12:56 164126d73dbb: Preparing 06:12:56 dd9c8f8612c8: Preparing 06:12:56 c28a504d49a0: Waiting 06:12:56 2aab0c0df0b9: Waiting 06:12:56 05757c32a373: Waiting 06:12:56 ae3ba76dbed2: Waiting 06:12:56 b8379c2d05b8: Waiting 06:12:56 5cafa2a1b3b9: Waiting 06:12:56 5f70bf18a086: Waiting 06:12:56 2ad9dc6a7f7e: Waiting 06:12:56 6f2a0c6f5562: Waiting 06:12:56 164126d73dbb: Waiting 06:12:56 dd9c8f8612c8: Waiting 06:12:56 21ae913605a4: Layer already exists 06:12:56 5bc73e70fc03: Layer already exists 06:12:56 9ec5f473e0d1: Layer already exists 06:12:56 14845891a709: Layer already exists 06:12:56 28658097deb2: Layer already exists 06:12:56 2aab0c0df0b9: Layer already exists 06:12:56 ae3ba76dbed2: Layer already exists 06:12:56 05757c32a373: Layer already exists 06:12:56 c28a504d49a0: Layer already exists 06:12:56 b8379c2d05b8: Layer already exists 06:12:56 5f70bf18a086: Layer already exists 06:12:56 5cafa2a1b3b9: Layer already exists 06:12:56 164126d73dbb: Layer already exists 06:12:56 6f2a0c6f5562: Layer already exists 06:12:56 2ad9dc6a7f7e: Layer already exists 06:12:56 dd9c8f8612c8: Layer already exists 06:12:56 4.1.0-dev.6: digest: sha256:c9be9a7561a5c4cf9d93f78285ade3f70e5ac1beff6595b11d786cb1e89c3438 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:56 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:57 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 06:12:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 06:12:57 28658097deb2: Preparing 06:12:57 14845891a709: Preparing 06:12:57 21ae913605a4: Preparing 06:12:57 5bc73e70fc03: Preparing 06:12:57 9ec5f473e0d1: Preparing 06:12:57 c28a504d49a0: Preparing 06:12:57 2aab0c0df0b9: Preparing 06:12:57 c28a504d49a0: Waiting 06:12:57 05757c32a373: Preparing 06:12:57 2aab0c0df0b9: Waiting 06:12:57 ae3ba76dbed2: Preparing 06:12:57 b8379c2d05b8: Preparing 06:12:57 05757c32a373: Waiting 06:12:57 5cafa2a1b3b9: Preparing 06:12:57 ae3ba76dbed2: Waiting 06:12:57 5f70bf18a086: Preparing 06:12:57 2ad9dc6a7f7e: Preparing 06:12:57 6f2a0c6f5562: Preparing 06:12:57 164126d73dbb: Preparing 06:12:57 dd9c8f8612c8: Preparing 06:12:57 5cafa2a1b3b9: Waiting 06:12:57 5f70bf18a086: Waiting 06:12:57 2ad9dc6a7f7e: Waiting 06:12:57 6f2a0c6f5562: Waiting 06:12:57 164126d73dbb: Waiting 06:12:57 dd9c8f8612c8: Waiting 06:12:57 b8379c2d05b8: Waiting 06:12:57 21ae913605a4: Layer already exists 06:12:57 5bc73e70fc03: Layer already exists 06:12:57 14845891a709: Layer already exists 06:12:57 9ec5f473e0d1: Layer already exists 06:12:57 28658097deb2: Layer already exists 06:12:57 c28a504d49a0: Layer already exists 06:12:57 05757c32a373: Layer already exists 06:12:57 2aab0c0df0b9: Layer already exists 06:12:57 ae3ba76dbed2: Layer already exists 06:12:57 b8379c2d05b8: Layer already exists 06:12:57 5f70bf18a086: Layer already exists 06:12:57 2ad9dc6a7f7e: Layer already exists 06:12:57 5cafa2a1b3b9: Layer already exists 06:12:57 164126d73dbb: Layer already exists 06:12:57 6f2a0c6f5562: Layer already exists 06:12:57 dd9c8f8612c8: Layer already exists 06:12:57 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6: digest: sha256:c9be9a7561a5c4cf9d93f78285ade3f70e5ac1beff6595b11d786cb1e89c3438 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:57 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:58 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 06:12:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 06:12:58 28658097deb2: Preparing 06:12:58 14845891a709: Preparing 06:12:58 21ae913605a4: Preparing 06:12:58 5bc73e70fc03: Preparing 06:12:58 9ec5f473e0d1: Preparing 06:12:58 c28a504d49a0: Preparing 06:12:58 2aab0c0df0b9: Preparing 06:12:58 05757c32a373: Preparing 06:12:58 ae3ba76dbed2: Preparing 06:12:58 b8379c2d05b8: Preparing 06:12:58 5cafa2a1b3b9: Preparing 06:12:58 5f70bf18a086: Preparing 06:12:58 2ad9dc6a7f7e: Preparing 06:12:58 6f2a0c6f5562: Preparing 06:12:58 164126d73dbb: Preparing 06:12:58 dd9c8f8612c8: Preparing 06:12:58 b8379c2d05b8: Waiting 06:12:58 5cafa2a1b3b9: Waiting 06:12:58 5f70bf18a086: Waiting 06:12:58 2ad9dc6a7f7e: Waiting 06:12:58 6f2a0c6f5562: Waiting 06:12:58 164126d73dbb: Waiting 06:12:58 dd9c8f8612c8: Waiting 06:12:58 2aab0c0df0b9: Waiting 06:12:58 05757c32a373: Waiting 06:12:58 ae3ba76dbed2: Waiting 06:12:58 c28a504d49a0: Waiting 06:12:58 21ae913605a4: Layer already exists 06:12:58 28658097deb2: Layer already exists 06:12:58 14845891a709: Layer already exists 06:12:58 5bc73e70fc03: Layer already exists 06:12:58 9ec5f473e0d1: Layer already exists 06:12:58 05757c32a373: Layer already exists 06:12:58 c28a504d49a0: Layer already exists 06:12:58 2aab0c0df0b9: Layer already exists 06:12:58 ae3ba76dbed2: Layer already exists 06:12:58 b8379c2d05b8: Layer already exists 06:12:58 5cafa2a1b3b9: Layer already exists 06:12:58 2ad9dc6a7f7e: Layer already exists 06:12:58 5f70bf18a086: Layer already exists 06:12:58 164126d73dbb: Layer already exists 06:12:58 6f2a0c6f5562: Layer already exists 06:12:58 dd9c8f8612c8: Layer already exists 06:12:58 main: digest: sha256:c9be9a7561a5c4cf9d93f78285ade3f70e5ac1beff6595b11d786cb1e89c3438 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:12:58 ===================================================== [Pipeline] echo 06:12:58 taggedImages: 06:12:58 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 06:12:58 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 06:12:58 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.6 06:12:58 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 06:12:58 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 06:12:58 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 06:12:58 3fa30c341bbe9c3881ba0169229bc34ff150aef2 06:12:58 latest 06:12:58 4.1.0-dev.6 06:12:58 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 06:12:58 main 06:12:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:59 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:59 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 06:12:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 06:12:59 1e138b838c77: Preparing 06:12:59 7fcdd2310d6d: Preparing 06:12:59 6901df3640b4: Preparing 06:12:59 ed7e59ef8e5c: Preparing 06:12:59 05757c32a373: Preparing 06:12:59 ae3ba76dbed2: Preparing 06:12:59 2735adbf1f21: Preparing 06:12:59 f0e9e6d3188b: Preparing 06:12:59 dd9c8f8612c8: Preparing 06:12:59 ae3ba76dbed2: Waiting 06:12:59 2735adbf1f21: Waiting 06:12:59 f0e9e6d3188b: Waiting 06:12:59 dd9c8f8612c8: Waiting 06:12:59 05757c32a373: Layer already exists 06:12:59 ae3ba76dbed2: Layer already exists 06:12:59 2735adbf1f21: Layer already exists 06:12:59 6901df3640b4: Pushed 06:12:59 7fcdd2310d6d: Pushed 06:12:59 1e138b838c77: Pushed 06:12:59 f0e9e6d3188b: Layer already exists 06:12:59 dd9c8f8612c8: Layer already exists 06:13:05 ed7e59ef8e5c: Pushed 06:13:05 3fa30c341bbe9c3881ba0169229bc34ff150aef2: digest: sha256:56a7bcd6148c3f2fb79c87e8fa12867d8ac6dda5326ba920b950225b4a987fe6 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:05 + 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 06:13:05 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 06:13:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 06:13:05 1e138b838c77: Preparing 06:13:05 7fcdd2310d6d: Preparing 06:13:05 6901df3640b4: Preparing 06:13:05 ed7e59ef8e5c: Preparing 06:13:05 05757c32a373: Preparing 06:13:05 ae3ba76dbed2: Preparing 06:13:05 2735adbf1f21: Preparing 06:13:05 f0e9e6d3188b: Preparing 06:13:05 dd9c8f8612c8: Preparing 06:13:05 2735adbf1f21: Waiting 06:13:05 f0e9e6d3188b: Waiting 06:13:05 dd9c8f8612c8: Waiting 06:13:05 ae3ba76dbed2: Waiting 06:13:05 6901df3640b4: Layer already exists 06:13:05 7fcdd2310d6d: Layer already exists 06:13:05 1e138b838c77: Layer already exists 06:13:05 05757c32a373: Layer already exists 06:13:05 ed7e59ef8e5c: Layer already exists 06:13:05 f0e9e6d3188b: Layer already exists 06:13:05 2735adbf1f21: Layer already exists 06:13:05 dd9c8f8612c8: Layer already exists 06:13:05 ae3ba76dbed2: Layer already exists 06:13:05 latest: digest: sha256:56a7bcd6148c3f2fb79c87e8fa12867d8ac6dda5326ba920b950225b4a987fe6 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:06 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:06 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.6 06:13:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 06:13:06 1e138b838c77: Preparing 06:13:06 7fcdd2310d6d: Preparing 06:13:06 6901df3640b4: Preparing 06:13:06 ed7e59ef8e5c: Preparing 06:13:06 05757c32a373: Preparing 06:13:06 ae3ba76dbed2: Preparing 06:13:06 2735adbf1f21: Preparing 06:13:06 ae3ba76dbed2: Waiting 06:13:06 f0e9e6d3188b: Preparing 06:13:06 2735adbf1f21: Waiting 06:13:06 dd9c8f8612c8: Preparing 06:13:06 f0e9e6d3188b: Waiting 06:13:06 dd9c8f8612c8: Waiting 06:13:06 1e138b838c77: Layer already exists 06:13:06 05757c32a373: Layer already exists 06:13:06 ed7e59ef8e5c: Layer already exists 06:13:06 6901df3640b4: Layer already exists 06:13:06 7fcdd2310d6d: Layer already exists 06:13:06 dd9c8f8612c8: Layer already exists 06:13:06 2735adbf1f21: Layer already exists 06:13:06 ae3ba76dbed2: Layer already exists 06:13:06 f0e9e6d3188b: Layer already exists 06:13:06 4.1.0-dev.6: digest: sha256:56a7bcd6148c3f2fb79c87e8fa12867d8ac6dda5326ba920b950225b4a987fe6 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:07 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:07 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 06:13:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 06:13:07 1e138b838c77: Preparing 06:13:07 7fcdd2310d6d: Preparing 06:13:07 6901df3640b4: Preparing 06:13:07 ed7e59ef8e5c: Preparing 06:13:07 05757c32a373: Preparing 06:13:07 ae3ba76dbed2: Preparing 06:13:07 2735adbf1f21: Preparing 06:13:07 f0e9e6d3188b: Preparing 06:13:07 dd9c8f8612c8: Preparing 06:13:07 f0e9e6d3188b: Waiting 06:13:07 dd9c8f8612c8: Waiting 06:13:07 ae3ba76dbed2: Waiting 06:13:07 2735adbf1f21: Waiting 06:13:07 1e138b838c77: Layer already exists 06:13:07 7fcdd2310d6d: Layer already exists 06:13:07 ed7e59ef8e5c: Layer already exists 06:13:07 05757c32a373: Layer already exists 06:13:07 6901df3640b4: Layer already exists 06:13:07 ae3ba76dbed2: Layer already exists 06:13:07 dd9c8f8612c8: Layer already exists 06:13:07 f0e9e6d3188b: Layer already exists 06:13:07 2735adbf1f21: Layer already exists 06:13:07 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6: digest: sha256:56a7bcd6148c3f2fb79c87e8fa12867d8ac6dda5326ba920b950225b4a987fe6 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:08 + 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 06:13:08 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 06:13:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 06:13:08 1e138b838c77: Preparing 06:13:08 7fcdd2310d6d: Preparing 06:13:08 6901df3640b4: Preparing 06:13:08 ed7e59ef8e5c: Preparing 06:13:08 05757c32a373: Preparing 06:13:08 ae3ba76dbed2: Preparing 06:13:08 2735adbf1f21: Preparing 06:13:08 f0e9e6d3188b: Preparing 06:13:08 dd9c8f8612c8: Preparing 06:13:08 2735adbf1f21: Waiting 06:13:08 ae3ba76dbed2: Waiting 06:13:08 f0e9e6d3188b: Waiting 06:13:08 dd9c8f8612c8: Waiting 06:13:08 ed7e59ef8e5c: Layer already exists 06:13:08 05757c32a373: Layer already exists 06:13:08 7fcdd2310d6d: Layer already exists 06:13:08 6901df3640b4: Layer already exists 06:13:08 1e138b838c77: Layer already exists 06:13:08 dd9c8f8612c8: Layer already exists 06:13:08 2735adbf1f21: Layer already exists 06:13:08 ae3ba76dbed2: Layer already exists 06:13:08 f0e9e6d3188b: Layer already exists 06:13:08 main: digest: sha256:56a7bcd6148c3f2fb79c87e8fa12867d8ac6dda5326ba920b950225b4a987fe6 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:13:08 ===================================================== [Pipeline] echo 06:13:08 taggedImages: 06:13:08 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 06:13:08 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 06:13:08 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.6 06:13:08 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 06:13:08 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 06:13:08 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 06:13:08 3fa30c341bbe9c3881ba0169229bc34ff150aef2 06:13:08 latest 06:13:08 4.1.0-dev.6 06:13:08 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 06:13:08 main 06:13:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:09 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:09 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 06:13:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 06:13:09 d0afac06d2fc: Preparing 06:13:09 62001049d49a: Preparing 06:13:09 1d4c7fd9b262: Preparing 06:13:09 d6151e921a17: Preparing 06:13:09 32567cc19622: Preparing 06:13:09 05757c32a373: Preparing 06:13:09 ae3ba76dbed2: Preparing 06:13:09 8a2bd4dde4f2: Preparing 06:13:09 83d18b5f3ae9: Preparing 06:13:09 baf41ad82834: Preparing 06:13:09 dd9c8f8612c8: Preparing 06:13:09 8a2bd4dde4f2: Waiting 06:13:09 83d18b5f3ae9: Waiting 06:13:09 baf41ad82834: Waiting 06:13:09 05757c32a373: Waiting 06:13:09 dd9c8f8612c8: Waiting 06:13:09 d6151e921a17: Pushed 06:13:09 32567cc19622: Pushed 06:13:09 62001049d49a: Pushed 06:13:09 d0afac06d2fc: Pushed 06:13:09 05757c32a373: Layer already exists 06:13:09 ae3ba76dbed2: Layer already exists 06:13:09 dd9c8f8612c8: Layer already exists 06:13:09 83d18b5f3ae9: Pushed 06:13:09 8a2bd4dde4f2: Pushed 06:13:13 baf41ad82834: Pushed 06:13:14 1d4c7fd9b262: Pushed 06:13:14 3fa30c341bbe9c3881ba0169229bc34ff150aef2: digest: sha256:a683adf9780ad19c25da78d14850f4414d59e76b82527a8cd8fb0bcf6180bd5b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:14 + 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 06:13:14 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 06:13:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 06:13:14 d0afac06d2fc: Preparing 06:13:14 62001049d49a: Preparing 06:13:14 1d4c7fd9b262: Preparing 06:13:14 d6151e921a17: Preparing 06:13:14 32567cc19622: Preparing 06:13:14 05757c32a373: Preparing 06:13:14 ae3ba76dbed2: Preparing 06:13:14 8a2bd4dde4f2: Preparing 06:13:14 83d18b5f3ae9: Preparing 06:13:14 baf41ad82834: Preparing 06:13:14 dd9c8f8612c8: Preparing 06:13:14 05757c32a373: Waiting 06:13:14 ae3ba76dbed2: Waiting 06:13:14 83d18b5f3ae9: Waiting 06:13:14 8a2bd4dde4f2: Waiting 06:13:14 baf41ad82834: Waiting 06:13:14 dd9c8f8612c8: Waiting 06:13:14 d0afac06d2fc: Layer already exists 06:13:14 62001049d49a: Layer already exists 06:13:14 1d4c7fd9b262: Layer already exists 06:13:14 d6151e921a17: Layer already exists 06:13:14 32567cc19622: Layer already exists 06:13:14 05757c32a373: Layer already exists 06:13:14 baf41ad82834: Layer already exists 06:13:14 ae3ba76dbed2: Layer already exists 06:13:14 83d18b5f3ae9: Layer already exists 06:13:14 8a2bd4dde4f2: Layer already exists 06:13:14 dd9c8f8612c8: Layer already exists 06:13:15 latest: digest: sha256:a683adf9780ad19c25da78d14850f4414d59e76b82527a8cd8fb0bcf6180bd5b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:15 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:15 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.6 06:13:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 06:13:15 d0afac06d2fc: Preparing 06:13:15 62001049d49a: Preparing 06:13:15 1d4c7fd9b262: Preparing 06:13:15 d6151e921a17: Preparing 06:13:15 32567cc19622: Preparing 06:13:15 05757c32a373: Preparing 06:13:15 ae3ba76dbed2: Preparing 06:13:15 8a2bd4dde4f2: Preparing 06:13:15 83d18b5f3ae9: Preparing 06:13:15 baf41ad82834: Preparing 06:13:15 dd9c8f8612c8: Preparing 06:13:15 ae3ba76dbed2: Waiting 06:13:15 8a2bd4dde4f2: Waiting 06:13:15 baf41ad82834: Waiting 06:13:15 83d18b5f3ae9: Waiting 06:13:15 05757c32a373: Waiting 06:13:15 dd9c8f8612c8: Waiting 06:13:15 62001049d49a: Layer already exists 06:13:15 d0afac06d2fc: Layer already exists 06:13:15 1d4c7fd9b262: Layer already exists 06:13:15 d6151e921a17: Layer already exists 06:13:15 32567cc19622: Layer already exists 06:13:15 baf41ad82834: Layer already exists 06:13:15 05757c32a373: Layer already exists 06:13:15 8a2bd4dde4f2: Layer already exists 06:13:15 ae3ba76dbed2: Layer already exists 06:13:15 83d18b5f3ae9: Layer already exists 06:13:15 dd9c8f8612c8: Layer already exists 06:13:16 4.1.0-dev.6: digest: sha256:a683adf9780ad19c25da78d14850f4414d59e76b82527a8cd8fb0bcf6180bd5b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:16 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:16 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 06:13:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 06:13:16 d0afac06d2fc: Preparing 06:13:16 62001049d49a: Preparing 06:13:16 1d4c7fd9b262: Preparing 06:13:16 d6151e921a17: Preparing 06:13:16 32567cc19622: Preparing 06:13:16 05757c32a373: Preparing 06:13:16 ae3ba76dbed2: Preparing 06:13:16 8a2bd4dde4f2: Preparing 06:13:16 83d18b5f3ae9: Preparing 06:13:16 baf41ad82834: Preparing 06:13:16 dd9c8f8612c8: Preparing 06:13:16 8a2bd4dde4f2: Waiting 06:13:16 83d18b5f3ae9: Waiting 06:13:16 baf41ad82834: Waiting 06:13:16 dd9c8f8612c8: Waiting 06:13:16 05757c32a373: Waiting 06:13:16 1d4c7fd9b262: Layer already exists 06:13:16 32567cc19622: Layer already exists 06:13:16 d0afac06d2fc: Layer already exists 06:13:16 62001049d49a: Layer already exists 06:13:16 d6151e921a17: Layer already exists 06:13:16 05757c32a373: Layer already exists 06:13:16 ae3ba76dbed2: Layer already exists 06:13:16 83d18b5f3ae9: Layer already exists 06:13:16 8a2bd4dde4f2: Layer already exists 06:13:16 baf41ad82834: Layer already exists 06:13:16 dd9c8f8612c8: Layer already exists 06:13:17 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6: digest: sha256:a683adf9780ad19c25da78d14850f4414d59e76b82527a8cd8fb0bcf6180bd5b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:17 + 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 06:13:17 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 06:13:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 06:13:17 d0afac06d2fc: Preparing 06:13:17 62001049d49a: Preparing 06:13:17 1d4c7fd9b262: Preparing 06:13:17 d6151e921a17: Preparing 06:13:17 32567cc19622: Preparing 06:13:17 05757c32a373: Preparing 06:13:17 ae3ba76dbed2: Preparing 06:13:17 8a2bd4dde4f2: Preparing 06:13:17 83d18b5f3ae9: Preparing 06:13:17 baf41ad82834: Preparing 06:13:17 dd9c8f8612c8: Preparing 06:13:17 ae3ba76dbed2: Waiting 06:13:17 05757c32a373: Waiting 06:13:17 83d18b5f3ae9: Waiting 06:13:17 baf41ad82834: Waiting 06:13:17 dd9c8f8612c8: Waiting 06:13:17 d0afac06d2fc: Layer already exists 06:13:17 62001049d49a: Layer already exists 06:13:17 d6151e921a17: Layer already exists 06:13:17 32567cc19622: Layer already exists 06:13:17 1d4c7fd9b262: Layer already exists 06:13:17 83d18b5f3ae9: Layer already exists 06:13:17 ae3ba76dbed2: Layer already exists 06:13:17 8a2bd4dde4f2: Layer already exists 06:13:17 05757c32a373: Layer already exists 06:13:17 baf41ad82834: Layer already exists 06:13:17 dd9c8f8612c8: Layer already exists 06:13:18 main: digest: sha256:a683adf9780ad19c25da78d14850f4414d59e76b82527a8cd8fb0bcf6180bd5b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:13:18 ===================================================== [Pipeline] echo 06:13:18 taggedImages: 06:13:18 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 06:13:18 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 06:13:18 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.6 06:13:18 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 06:13:18 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 06:13:18 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 06:13:18 3fa30c341bbe9c3881ba0169229bc34ff150aef2 06:13:18 latest 06:13:18 4.1.0-dev.6 06:13:18 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 06:13:18 main 06:13:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:18 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:19 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 06:13:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 06:13:19 99aad7470baf: Preparing 06:13:19 aa31ad82a43f: Preparing 06:13:19 7444c26a9ea8: Preparing 06:13:19 9d866cf9b721: Preparing 06:13:19 85a58e389f94: Preparing 06:13:19 9531e3f8e612: Preparing 06:13:19 5d4081d9041f: Preparing 06:13:19 05757c32a373: Preparing 06:13:19 ae3ba76dbed2: Preparing 06:13:19 2906f05bbb6e: Preparing 06:13:19 1b986b223a10: Preparing 06:13:19 dd9c8f8612c8: Preparing 06:13:19 ae3ba76dbed2: Waiting 06:13:19 2906f05bbb6e: Waiting 06:13:19 1b986b223a10: Waiting 06:13:19 dd9c8f8612c8: Waiting 06:13:19 9531e3f8e612: Waiting 06:13:19 5d4081d9041f: Waiting 06:13:19 05757c32a373: Waiting 06:13:19 aa31ad82a43f: Pushed 06:13:19 99aad7470baf: Pushed 06:13:19 85a58e389f94: Pushed 06:13:19 9531e3f8e612: Pushed 06:13:19 05757c32a373: Layer already exists 06:13:19 ae3ba76dbed2: Layer already exists 06:13:19 5d4081d9041f: Pushed 06:13:19 dd9c8f8612c8: Layer already exists 06:13:19 2906f05bbb6e: Pushed 06:13:22 1b986b223a10: Pushed 06:13:23 9d866cf9b721: Pushed 06:13:26 7444c26a9ea8: Pushed 06:13:26 3fa30c341bbe9c3881ba0169229bc34ff150aef2: digest: sha256:7d57310f10e33230a95657503d8b6c935905bdb15e20c1e61ff065029c3275f1 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:26 + 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 06:13:27 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 06:13:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 06:13:27 99aad7470baf: Preparing 06:13:27 aa31ad82a43f: Preparing 06:13:27 7444c26a9ea8: Preparing 06:13:27 9d866cf9b721: Preparing 06:13:27 85a58e389f94: Preparing 06:13:27 9531e3f8e612: Preparing 06:13:27 5d4081d9041f: Preparing 06:13:27 9531e3f8e612: Waiting 06:13:27 05757c32a373: Preparing 06:13:27 5d4081d9041f: Waiting 06:13:27 ae3ba76dbed2: Preparing 06:13:27 05757c32a373: Waiting 06:13:27 2906f05bbb6e: Preparing 06:13:27 ae3ba76dbed2: Waiting 06:13:27 1b986b223a10: Preparing 06:13:27 2906f05bbb6e: Waiting 06:13:27 dd9c8f8612c8: Preparing 06:13:27 1b986b223a10: Waiting 06:13:27 dd9c8f8612c8: Waiting 06:13:27 85a58e389f94: Layer already exists 06:13:27 99aad7470baf: Layer already exists 06:13:27 7444c26a9ea8: Layer already exists 06:13:27 9d866cf9b721: Layer already exists 06:13:27 aa31ad82a43f: Layer already exists 06:13:27 5d4081d9041f: Layer already exists 06:13:27 9531e3f8e612: Layer already exists 06:13:27 05757c32a373: Layer already exists 06:13:27 ae3ba76dbed2: Layer already exists 06:13:27 2906f05bbb6e: Layer already exists 06:13:27 1b986b223a10: Layer already exists 06:13:27 dd9c8f8612c8: Layer already exists 06:13:27 latest: digest: sha256:7d57310f10e33230a95657503d8b6c935905bdb15e20c1e61ff065029c3275f1 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:27 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:27 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.6 06:13:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 06:13:27 99aad7470baf: Preparing 06:13:27 aa31ad82a43f: Preparing 06:13:27 7444c26a9ea8: Preparing 06:13:27 9d866cf9b721: Preparing 06:13:27 85a58e389f94: Preparing 06:13:27 9531e3f8e612: Preparing 06:13:27 5d4081d9041f: Preparing 06:13:27 05757c32a373: Preparing 06:13:27 ae3ba76dbed2: Preparing 06:13:27 2906f05bbb6e: Preparing 06:13:27 1b986b223a10: Preparing 06:13:27 dd9c8f8612c8: Preparing 06:13:27 05757c32a373: Waiting 06:13:27 ae3ba76dbed2: Waiting 06:13:27 9531e3f8e612: Waiting 06:13:27 5d4081d9041f: Waiting 06:13:27 2906f05bbb6e: Waiting 06:13:27 1b986b223a10: Waiting 06:13:27 dd9c8f8612c8: Waiting 06:13:27 aa31ad82a43f: Layer already exists 06:13:27 99aad7470baf: Layer already exists 06:13:27 9d866cf9b721: Layer already exists 06:13:27 85a58e389f94: Layer already exists 06:13:27 7444c26a9ea8: Layer already exists 06:13:27 05757c32a373: Layer already exists 06:13:27 9531e3f8e612: Layer already exists 06:13:27 5d4081d9041f: Layer already exists 06:13:27 ae3ba76dbed2: Layer already exists 06:13:27 2906f05bbb6e: Layer already exists 06:13:27 1b986b223a10: Layer already exists 06:13:27 dd9c8f8612c8: Layer already exists 06:13:28 4.1.0-dev.6: digest: sha256:7d57310f10e33230a95657503d8b6c935905bdb15e20c1e61ff065029c3275f1 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:28 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:28 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 06:13:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 06:13:28 99aad7470baf: Preparing 06:13:28 aa31ad82a43f: Preparing 06:13:28 7444c26a9ea8: Preparing 06:13:28 9d866cf9b721: Preparing 06:13:28 85a58e389f94: Preparing 06:13:28 9531e3f8e612: Preparing 06:13:28 5d4081d9041f: Preparing 06:13:28 05757c32a373: Preparing 06:13:28 ae3ba76dbed2: Preparing 06:13:28 2906f05bbb6e: Preparing 06:13:28 1b986b223a10: Preparing 06:13:28 dd9c8f8612c8: Preparing 06:13:28 05757c32a373: Waiting 06:13:28 ae3ba76dbed2: Waiting 06:13:28 2906f05bbb6e: Waiting 06:13:28 1b986b223a10: Waiting 06:13:28 dd9c8f8612c8: Waiting 06:13:28 9531e3f8e612: Waiting 06:13:28 5d4081d9041f: Waiting 06:13:28 7444c26a9ea8: Layer already exists 06:13:28 99aad7470baf: Layer already exists 06:13:28 85a58e389f94: Layer already exists 06:13:28 9d866cf9b721: Layer already exists 06:13:28 aa31ad82a43f: Layer already exists 06:13:28 9531e3f8e612: Layer already exists 06:13:28 5d4081d9041f: Layer already exists 06:13:28 ae3ba76dbed2: Layer already exists 06:13:28 05757c32a373: Layer already exists 06:13:28 2906f05bbb6e: Layer already exists 06:13:28 1b986b223a10: Layer already exists 06:13:28 dd9c8f8612c8: Layer already exists 06:13:29 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6: digest: sha256:7d57310f10e33230a95657503d8b6c935905bdb15e20c1e61ff065029c3275f1 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:29 + 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 06:13:29 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 06:13:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 06:13:29 99aad7470baf: Preparing 06:13:29 aa31ad82a43f: Preparing 06:13:29 7444c26a9ea8: Preparing 06:13:29 9d866cf9b721: Preparing 06:13:29 85a58e389f94: Preparing 06:13:29 9531e3f8e612: Preparing 06:13:29 5d4081d9041f: Preparing 06:13:29 05757c32a373: Preparing 06:13:29 9531e3f8e612: Waiting 06:13:29 5d4081d9041f: Waiting 06:13:29 05757c32a373: Waiting 06:13:29 ae3ba76dbed2: Preparing 06:13:29 2906f05bbb6e: Preparing 06:13:29 1b986b223a10: Preparing 06:13:29 dd9c8f8612c8: Preparing 06:13:29 ae3ba76dbed2: Waiting 06:13:29 2906f05bbb6e: Waiting 06:13:29 1b986b223a10: Waiting 06:13:29 dd9c8f8612c8: Waiting 06:13:29 7444c26a9ea8: Layer already exists 06:13:29 9d866cf9b721: Layer already exists 06:13:29 aa31ad82a43f: Layer already exists 06:13:29 85a58e389f94: Layer already exists 06:13:29 99aad7470baf: Layer already exists 06:13:29 9531e3f8e612: Layer already exists 06:13:29 5d4081d9041f: Layer already exists 06:13:29 05757c32a373: Layer already exists 06:13:29 2906f05bbb6e: Layer already exists 06:13:29 ae3ba76dbed2: Layer already exists 06:13:29 dd9c8f8612c8: Layer already exists 06:13:29 1b986b223a10: Layer already exists 06:13:30 main: digest: sha256:7d57310f10e33230a95657503d8b6c935905bdb15e20c1e61ff065029c3275f1 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:13:30 ===================================================== [Pipeline] echo 06:13:30 taggedImages: 06:13:30 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 06:13:30 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 06:13:30 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.6 06:13:30 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 06:13:30 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 06:13:30 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 06:13:30 3fa30c341bbe9c3881ba0169229bc34ff150aef2 06:13:30 latest 06:13:30 4.1.0-dev.6 06:13:30 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 06:13:30 main 06:13:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:30 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:31 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 06:13:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 06:13:31 3e8284763967: Preparing 06:13:31 9b55a8f47bd7: Preparing 06:13:31 05757c32a373: Preparing 06:13:31 ae3ba76dbed2: Preparing 06:13:31 d175d918761f: Preparing 06:13:31 e599f4289abb: Preparing 06:13:31 dd9c8f8612c8: Preparing 06:13:31 e599f4289abb: Waiting 06:13:31 dd9c8f8612c8: Waiting 06:13:31 05757c32a373: Layer already exists 06:13:31 ae3ba76dbed2: Layer already exists 06:13:31 dd9c8f8612c8: Layer already exists 06:13:31 d175d918761f: Pushed 06:13:31 3e8284763967: Pushed 06:13:33 e599f4289abb: Pushed 06:13:38 9b55a8f47bd7: Pushed 06:13:38 3fa30c341bbe9c3881ba0169229bc34ff150aef2: digest: sha256:23e6850578d09e6c457f657a0b564916db6a2fc808ab5f5e55461a9fae4d9c2d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:38 + 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 06:13:39 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 06:13:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 06:13:39 3e8284763967: Preparing 06:13:39 9b55a8f47bd7: Preparing 06:13:39 05757c32a373: Preparing 06:13:39 ae3ba76dbed2: Preparing 06:13:39 d175d918761f: Preparing 06:13:39 e599f4289abb: Preparing 06:13:39 dd9c8f8612c8: Preparing 06:13:39 e599f4289abb: Waiting 06:13:39 dd9c8f8612c8: Waiting 06:13:39 d175d918761f: Layer already exists 06:13:39 05757c32a373: Layer already exists 06:13:39 ae3ba76dbed2: Layer already exists 06:13:39 9b55a8f47bd7: Layer already exists 06:13:39 3e8284763967: Layer already exists 06:13:39 e599f4289abb: Layer already exists 06:13:39 dd9c8f8612c8: Layer already exists 06:13:39 latest: digest: sha256:23e6850578d09e6c457f657a0b564916db6a2fc808ab5f5e55461a9fae4d9c2d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:39 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:40 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.6 06:13:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 06:13:40 3e8284763967: Preparing 06:13:40 9b55a8f47bd7: Preparing 06:13:40 05757c32a373: Preparing 06:13:40 ae3ba76dbed2: Preparing 06:13:40 d175d918761f: Preparing 06:13:40 e599f4289abb: Preparing 06:13:40 dd9c8f8612c8: Preparing 06:13:40 e599f4289abb: Waiting 06:13:40 dd9c8f8612c8: Waiting 06:13:40 9b55a8f47bd7: Layer already exists 06:13:40 05757c32a373: Layer already exists 06:13:40 d175d918761f: Layer already exists 06:13:40 3e8284763967: Layer already exists 06:13:40 ae3ba76dbed2: Layer already exists 06:13:40 e599f4289abb: Layer already exists 06:13:40 dd9c8f8612c8: Layer already exists 06:13:40 4.1.0-dev.6: digest: sha256:23e6850578d09e6c457f657a0b564916db6a2fc808ab5f5e55461a9fae4d9c2d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:40 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:41 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 06:13:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 06:13:41 3e8284763967: Preparing 06:13:41 9b55a8f47bd7: Preparing 06:13:41 05757c32a373: Preparing 06:13:41 ae3ba76dbed2: Preparing 06:13:41 d175d918761f: Preparing 06:13:41 e599f4289abb: Preparing 06:13:41 dd9c8f8612c8: Preparing 06:13:41 e599f4289abb: Waiting 06:13:41 dd9c8f8612c8: Waiting 06:13:41 05757c32a373: Layer already exists 06:13:41 ae3ba76dbed2: Layer already exists 06:13:41 9b55a8f47bd7: Layer already exists 06:13:41 d175d918761f: Layer already exists 06:13:41 3e8284763967: Layer already exists 06:13:41 dd9c8f8612c8: Layer already exists 06:13:41 e599f4289abb: Layer already exists 06:13:41 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6: digest: sha256:23e6850578d09e6c457f657a0b564916db6a2fc808ab5f5e55461a9fae4d9c2d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:41 + 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 06:13:41 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 06:13:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 06:13:41 3e8284763967: Preparing 06:13:41 9b55a8f47bd7: Preparing 06:13:41 05757c32a373: Preparing 06:13:41 ae3ba76dbed2: Preparing 06:13:41 d175d918761f: Preparing 06:13:41 e599f4289abb: Preparing 06:13:41 dd9c8f8612c8: Preparing 06:13:41 e599f4289abb: Waiting 06:13:41 05757c32a373: Layer already exists 06:13:41 d175d918761f: Layer already exists 06:13:41 ae3ba76dbed2: Layer already exists 06:13:41 3e8284763967: Layer already exists 06:13:41 9b55a8f47bd7: Layer already exists 06:13:41 dd9c8f8612c8: Layer already exists 06:13:41 e599f4289abb: Layer already exists 06:13:41 main: digest: sha256:23e6850578d09e6c457f657a0b564916db6a2fc808ab5f5e55461a9fae4d9c2d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:13:41 ===================================================== [Pipeline] echo 06:13:41 taggedImages: 06:13:41 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 06:13:41 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 06:13:41 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.6 06:13:41 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 06:13:41 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 06:13:41 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 06:13:41 3fa30c341bbe9c3881ba0169229bc34ff150aef2 06:13:41 latest 06:13:41 4.1.0-dev.6 06:13:41 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 06:13:41 main 06:13:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:42 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 06:13:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 06:13:42 b1ee59085398: Preparing 06:13:42 f99a5d0a865d: Preparing 06:13:42 c93a7091b10b: Preparing 06:13:42 05757c32a373: Preparing 06:13:42 ae3ba76dbed2: Preparing 06:13:42 19550aa9acc3: Preparing 06:13:42 3c8c9acbdd23: Preparing 06:13:42 a2b7ce2a1199: Preparing 06:13:42 6f92f043f9db: Preparing 06:13:42 dd9c8f8612c8: Preparing 06:13:42 3c8c9acbdd23: Waiting 06:13:42 a2b7ce2a1199: Waiting 06:13:42 6f92f043f9db: Waiting 06:13:42 dd9c8f8612c8: Waiting 06:13:42 19550aa9acc3: Waiting 06:13:42 ae3ba76dbed2: Layer already exists 06:13:42 05757c32a373: Layer already exists 06:13:42 b1ee59085398: Pushed 06:13:42 c93a7091b10b: Pushed 06:13:42 f99a5d0a865d: Pushed 06:13:42 dd9c8f8612c8: Layer already exists 06:13:42 a2b7ce2a1199: Pushed 06:13:43 6f92f043f9db: Pushed 06:13:53 3c8c9acbdd23: Pushed 06:14:08 19550aa9acc3: Pushed 06:14:08 3fa30c341bbe9c3881ba0169229bc34ff150aef2: digest: sha256:d23e6e7ccb3701f86d373af8dd59a6507748e5fd57482f499bcd396f5f280303 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:09 + 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 06:14:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 06:14:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 06:14:09 b1ee59085398: Preparing 06:14:09 f99a5d0a865d: Preparing 06:14:09 c93a7091b10b: Preparing 06:14:09 05757c32a373: Preparing 06:14:09 ae3ba76dbed2: Preparing 06:14:09 19550aa9acc3: Preparing 06:14:09 3c8c9acbdd23: Preparing 06:14:09 a2b7ce2a1199: Preparing 06:14:09 6f92f043f9db: Preparing 06:14:09 dd9c8f8612c8: Preparing 06:14:09 19550aa9acc3: Waiting 06:14:09 3c8c9acbdd23: Waiting 06:14:09 6f92f043f9db: Waiting 06:14:09 dd9c8f8612c8: Waiting 06:14:09 a2b7ce2a1199: Waiting 06:14:09 05757c32a373: Layer already exists 06:14:09 b1ee59085398: Layer already exists 06:14:09 ae3ba76dbed2: Layer already exists 06:14:09 f99a5d0a865d: Layer already exists 06:14:09 c93a7091b10b: Layer already exists 06:14:09 6f92f043f9db: Layer already exists 06:14:09 a2b7ce2a1199: Layer already exists 06:14:09 19550aa9acc3: Layer already exists 06:14:09 3c8c9acbdd23: Layer already exists 06:14:09 dd9c8f8612c8: Layer already exists 06:14:09 latest: digest: sha256:d23e6e7ccb3701f86d373af8dd59a6507748e5fd57482f499bcd396f5f280303 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:10 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.6 06:14:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 06:14:10 b1ee59085398: Preparing 06:14:10 f99a5d0a865d: Preparing 06:14:10 c93a7091b10b: Preparing 06:14:10 05757c32a373: Preparing 06:14:10 ae3ba76dbed2: Preparing 06:14:10 19550aa9acc3: Preparing 06:14:10 3c8c9acbdd23: Preparing 06:14:10 a2b7ce2a1199: Preparing 06:14:10 6f92f043f9db: Preparing 06:14:10 dd9c8f8612c8: Preparing 06:14:10 19550aa9acc3: Waiting 06:14:10 3c8c9acbdd23: Waiting 06:14:10 a2b7ce2a1199: Waiting 06:14:10 6f92f043f9db: Waiting 06:14:10 dd9c8f8612c8: Waiting 06:14:10 ae3ba76dbed2: Layer already exists 06:14:10 f99a5d0a865d: Layer already exists 06:14:10 b1ee59085398: Layer already exists 06:14:10 05757c32a373: Layer already exists 06:14:10 c93a7091b10b: Layer already exists 06:14:10 a2b7ce2a1199: Layer already exists 06:14:10 6f92f043f9db: Layer already exists 06:14:10 19550aa9acc3: Layer already exists 06:14:10 3c8c9acbdd23: Layer already exists 06:14:10 dd9c8f8612c8: Layer already exists 06:14:10 4.1.0-dev.6: digest: sha256:d23e6e7ccb3701f86d373af8dd59a6507748e5fd57482f499bcd396f5f280303 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:11 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 06:14:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 06:14:11 b1ee59085398: Preparing 06:14:11 f99a5d0a865d: Preparing 06:14:11 c93a7091b10b: Preparing 06:14:11 05757c32a373: Preparing 06:14:11 ae3ba76dbed2: Preparing 06:14:11 19550aa9acc3: Preparing 06:14:11 3c8c9acbdd23: Preparing 06:14:11 a2b7ce2a1199: Preparing 06:14:11 6f92f043f9db: Preparing 06:14:11 dd9c8f8612c8: Preparing 06:14:11 19550aa9acc3: Waiting 06:14:11 3c8c9acbdd23: Waiting 06:14:11 a2b7ce2a1199: Waiting 06:14:11 6f92f043f9db: Waiting 06:14:11 dd9c8f8612c8: Waiting 06:14:11 f99a5d0a865d: Layer already exists 06:14:11 ae3ba76dbed2: Layer already exists 06:14:11 b1ee59085398: Layer already exists 06:14:11 05757c32a373: Layer already exists 06:14:11 c93a7091b10b: Layer already exists 06:14:11 19550aa9acc3: Layer already exists 06:14:11 3c8c9acbdd23: Layer already exists 06:14:11 6f92f043f9db: Layer already exists 06:14:11 a2b7ce2a1199: Layer already exists 06:14:11 dd9c8f8612c8: Layer already exists 06:14:11 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6: digest: sha256:d23e6e7ccb3701f86d373af8dd59a6507748e5fd57482f499bcd396f5f280303 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:11 + 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 06:14:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 06:14:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 06:14:12 b1ee59085398: Preparing 06:14:12 f99a5d0a865d: Preparing 06:14:12 c93a7091b10b: Preparing 06:14:12 05757c32a373: Preparing 06:14:12 ae3ba76dbed2: Preparing 06:14:12 19550aa9acc3: Preparing 06:14:12 3c8c9acbdd23: Preparing 06:14:12 a2b7ce2a1199: Preparing 06:14:12 6f92f043f9db: Preparing 06:14:12 dd9c8f8612c8: Preparing 06:14:12 19550aa9acc3: Waiting 06:14:12 3c8c9acbdd23: Waiting 06:14:12 a2b7ce2a1199: Waiting 06:14:12 6f92f043f9db: Waiting 06:14:12 dd9c8f8612c8: Waiting 06:14:12 f99a5d0a865d: Layer already exists 06:14:12 c93a7091b10b: Layer already exists 06:14:12 05757c32a373: Layer already exists 06:14:12 b1ee59085398: Layer already exists 06:14:12 ae3ba76dbed2: Layer already exists 06:14:12 a2b7ce2a1199: Layer already exists 06:14:12 19550aa9acc3: Layer already exists 06:14:12 6f92f043f9db: Layer already exists 06:14:12 3c8c9acbdd23: Layer already exists 06:14:12 dd9c8f8612c8: Layer already exists 06:14:12 main: digest: sha256:d23e6e7ccb3701f86d373af8dd59a6507748e5fd57482f499bcd396f5f280303 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:14:12 ===================================================== [Pipeline] echo 06:14:12 taggedImages: 06:14:12 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 06:14:12 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 06:14:12 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.6 06:14:12 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 06:14:12 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 06:14:12 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 06:14:12 3fa30c341bbe9c3881ba0169229bc34ff150aef2 06:14:12 latest 06:14:12 4.1.0-dev.6 06:14:12 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 06:14:12 main 06:14:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:12 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 06:14:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 06:14:13 530f69308cf4: Preparing 06:14:13 81da03bb7b2c: Preparing 06:14:13 c5248cb54ec4: Preparing 06:14:13 05757c32a373: Preparing 06:14:13 ae3ba76dbed2: Preparing 06:14:13 f040d0b0e0e8: Preparing 06:14:13 f37a288ec57e: Preparing 06:14:13 f040d0b0e0e8: Waiting 06:14:13 f69514ec7142: Preparing 06:14:13 f37a288ec57e: Waiting 06:14:13 dd9c8f8612c8: Preparing 06:14:13 f69514ec7142: Waiting 06:14:13 05757c32a373: Layer already exists 06:14:13 ae3ba76dbed2: Layer already exists 06:14:13 81da03bb7b2c: Pushed 06:14:13 c5248cb54ec4: Pushed 06:14:13 530f69308cf4: Pushed 06:14:13 dd9c8f8612c8: Layer already exists 06:14:13 f37a288ec57e: Pushed 06:14:14 f69514ec7142: Pushed 06:14:40 f040d0b0e0e8: Pushed 06:14:40 3fa30c341bbe9c3881ba0169229bc34ff150aef2: digest: sha256:4bbc88f0e2954f13a99a9cdb94973c8bf4b0e6d0d41ca13de0c9883799014c59 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:41 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 06:14:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 06:14:41 530f69308cf4: Preparing 06:14:41 81da03bb7b2c: Preparing 06:14:41 c5248cb54ec4: Preparing 06:14:41 05757c32a373: Preparing 06:14:41 ae3ba76dbed2: Preparing 06:14:41 f040d0b0e0e8: Preparing 06:14:41 f37a288ec57e: Preparing 06:14:41 f69514ec7142: Preparing 06:14:41 dd9c8f8612c8: Preparing 06:14:41 f37a288ec57e: Waiting 06:14:41 f69514ec7142: Waiting 06:14:41 f040d0b0e0e8: Waiting 06:14:41 dd9c8f8612c8: Waiting 06:14:41 05757c32a373: Layer already exists 06:14:41 81da03bb7b2c: Layer already exists 06:14:41 c5248cb54ec4: Layer already exists 06:14:41 530f69308cf4: Layer already exists 06:14:41 ae3ba76dbed2: Layer already exists 06:14:41 f37a288ec57e: Layer already exists 06:14:41 dd9c8f8612c8: Layer already exists 06:14:41 f040d0b0e0e8: Layer already exists 06:14:41 f69514ec7142: Layer already exists 06:14:41 latest: digest: sha256:4bbc88f0e2954f13a99a9cdb94973c8bf4b0e6d0d41ca13de0c9883799014c59 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:42 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.6 06:14:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 06:14:42 530f69308cf4: Preparing 06:14:42 81da03bb7b2c: Preparing 06:14:42 c5248cb54ec4: Preparing 06:14:42 05757c32a373: Preparing 06:14:42 ae3ba76dbed2: Preparing 06:14:42 f040d0b0e0e8: Preparing 06:14:42 f37a288ec57e: Preparing 06:14:42 f69514ec7142: Preparing 06:14:42 dd9c8f8612c8: Preparing 06:14:42 f37a288ec57e: Waiting 06:14:42 f69514ec7142: Waiting 06:14:42 dd9c8f8612c8: Waiting 06:14:42 f040d0b0e0e8: Waiting 06:14:42 530f69308cf4: Layer already exists 06:14:42 81da03bb7b2c: Layer already exists 06:14:42 ae3ba76dbed2: Layer already exists 06:14:42 c5248cb54ec4: Layer already exists 06:14:42 05757c32a373: Layer already exists 06:14:42 f37a288ec57e: Layer already exists 06:14:42 f040d0b0e0e8: Layer already exists 06:14:42 dd9c8f8612c8: Layer already exists 06:14:42 f69514ec7142: Layer already exists 06:14:42 4.1.0-dev.6: digest: sha256:4bbc88f0e2954f13a99a9cdb94973c8bf4b0e6d0d41ca13de0c9883799014c59 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:43 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 06:14:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 06:14:43 530f69308cf4: Preparing 06:14:43 81da03bb7b2c: Preparing 06:14:43 c5248cb54ec4: Preparing 06:14:43 05757c32a373: Preparing 06:14:43 ae3ba76dbed2: Preparing 06:14:43 f040d0b0e0e8: Preparing 06:14:43 f37a288ec57e: Preparing 06:14:43 f69514ec7142: Preparing 06:14:43 dd9c8f8612c8: Preparing 06:14:43 f040d0b0e0e8: Waiting 06:14:43 f37a288ec57e: Waiting 06:14:43 f69514ec7142: Waiting 06:14:43 dd9c8f8612c8: Waiting 06:14:43 05757c32a373: Layer already exists 06:14:43 81da03bb7b2c: Layer already exists 06:14:43 530f69308cf4: Layer already exists 06:14:43 c5248cb54ec4: Layer already exists 06:14:43 ae3ba76dbed2: Layer already exists 06:14:43 dd9c8f8612c8: Layer already exists 06:14:43 f69514ec7142: Layer already exists 06:14:43 f040d0b0e0e8: Layer already exists 06:14:43 f37a288ec57e: Layer already exists 06:14:43 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6: digest: sha256:4bbc88f0e2954f13a99a9cdb94973c8bf4b0e6d0d41ca13de0c9883799014c59 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:44 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 06:14:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 06:14:44 530f69308cf4: Preparing 06:14:44 81da03bb7b2c: Preparing 06:14:44 c5248cb54ec4: Preparing 06:14:44 05757c32a373: Preparing 06:14:44 ae3ba76dbed2: Preparing 06:14:44 f040d0b0e0e8: Preparing 06:14:44 f37a288ec57e: Preparing 06:14:44 f69514ec7142: Preparing 06:14:44 dd9c8f8612c8: Preparing 06:14:44 f69514ec7142: Waiting 06:14:44 f040d0b0e0e8: Waiting 06:14:44 f37a288ec57e: Waiting 06:14:44 dd9c8f8612c8: Waiting 06:14:44 81da03bb7b2c: Layer already exists 06:14:44 530f69308cf4: Layer already exists 06:14:44 ae3ba76dbed2: Layer already exists 06:14:44 05757c32a373: Layer already exists 06:14:44 c5248cb54ec4: Layer already exists 06:14:44 f37a288ec57e: Layer already exists 06:14:44 f040d0b0e0e8: Layer already exists 06:14:44 f69514ec7142: Layer already exists 06:14:44 dd9c8f8612c8: Layer already exists 06:14:44 main: digest: sha256:4bbc88f0e2954f13a99a9cdb94973c8bf4b0e6d0d41ca13de0c9883799014c59 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:14:44 ===================================================== [Pipeline] echo 06:14:44 taggedImages: 06:14:44 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 06:14:44 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 06:14:44 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.6 06:14:44 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 06:14:44 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 06:14:44 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 06:14:44 3fa30c341bbe9c3881ba0169229bc34ff150aef2 06:14:44 latest 06:14:44 4.1.0-dev.6 06:14:44 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 06:14:44 main 06:14:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:44 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 06:14:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 06:14:45 7a706761cf41: Preparing 06:14:45 859fb867bbc0: Preparing 06:14:45 60dfe6a7b51f: Preparing 06:14:45 05757c32a373: Preparing 06:14:45 ae3ba76dbed2: Preparing 06:14:45 f040d0b0e0e8: Preparing 06:14:45 a2b7ce2a1199: Preparing 06:14:45 f040d0b0e0e8: Waiting 06:14:45 6f92f043f9db: Preparing 06:14:45 a2b7ce2a1199: Waiting 06:14:45 dd9c8f8612c8: Preparing 06:14:45 dd9c8f8612c8: Waiting 06:14:45 6f92f043f9db: Waiting 06:14:45 ae3ba76dbed2: Layer already exists 06:14:45 05757c32a373: Layer already exists 06:14:45 f040d0b0e0e8: Layer already exists 06:14:45 a2b7ce2a1199: Layer already exists 06:14:45 6f92f043f9db: Layer already exists 06:14:45 dd9c8f8612c8: Layer already exists 06:14:45 859fb867bbc0: Pushed 06:14:45 60dfe6a7b51f: Pushed 06:14:45 7a706761cf41: Pushed 06:14:45 3fa30c341bbe9c3881ba0169229bc34ff150aef2: digest: sha256:e51dfac4e6dd04862d6a9edfb9262e300ceb444bea117d2bf0093b748897f128 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:45 + 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 06:14:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 06:14:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 06:14:46 7a706761cf41: Preparing 06:14:46 859fb867bbc0: Preparing 06:14:46 60dfe6a7b51f: Preparing 06:14:46 05757c32a373: Preparing 06:14:46 ae3ba76dbed2: Preparing 06:14:46 f040d0b0e0e8: Preparing 06:14:46 a2b7ce2a1199: Preparing 06:14:46 6f92f043f9db: Preparing 06:14:46 dd9c8f8612c8: Preparing 06:14:46 a2b7ce2a1199: Waiting 06:14:46 6f92f043f9db: Waiting 06:14:46 dd9c8f8612c8: Waiting 06:14:46 f040d0b0e0e8: Waiting 06:14:46 ae3ba76dbed2: Layer already exists 06:14:46 7a706761cf41: Layer already exists 06:14:46 60dfe6a7b51f: Layer already exists 06:14:46 859fb867bbc0: Layer already exists 06:14:46 05757c32a373: Layer already exists 06:14:46 a2b7ce2a1199: Layer already exists 06:14:46 6f92f043f9db: Layer already exists 06:14:46 f040d0b0e0e8: Layer already exists 06:14:46 dd9c8f8612c8: Layer already exists 06:14:46 latest: digest: sha256:e51dfac4e6dd04862d6a9edfb9262e300ceb444bea117d2bf0093b748897f128 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:46 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:47 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.6 06:14:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 06:14:47 7a706761cf41: Preparing 06:14:47 859fb867bbc0: Preparing 06:14:47 60dfe6a7b51f: Preparing 06:14:47 05757c32a373: Preparing 06:14:47 ae3ba76dbed2: Preparing 06:14:47 f040d0b0e0e8: Preparing 06:14:47 a2b7ce2a1199: Preparing 06:14:47 6f92f043f9db: Preparing 06:14:47 dd9c8f8612c8: Preparing 06:14:47 a2b7ce2a1199: Waiting 06:14:47 6f92f043f9db: Waiting 06:14:47 f040d0b0e0e8: Waiting 06:14:47 dd9c8f8612c8: Waiting 06:14:47 7a706761cf41: Layer already exists 06:14:47 60dfe6a7b51f: Layer already exists 06:14:47 859fb867bbc0: Layer already exists 06:14:47 ae3ba76dbed2: Layer already exists 06:14:47 05757c32a373: Layer already exists 06:14:47 a2b7ce2a1199: Layer already exists 06:14:47 f040d0b0e0e8: Layer already exists 06:14:47 6f92f043f9db: Layer already exists 06:14:47 dd9c8f8612c8: Layer already exists 06:14:47 4.1.0-dev.6: digest: sha256:e51dfac4e6dd04862d6a9edfb9262e300ceb444bea117d2bf0093b748897f128 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:47 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:47 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 06:14:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 06:14:47 7a706761cf41: Preparing 06:14:47 859fb867bbc0: Preparing 06:14:47 60dfe6a7b51f: Preparing 06:14:47 05757c32a373: Preparing 06:14:47 ae3ba76dbed2: Preparing 06:14:47 f040d0b0e0e8: Preparing 06:14:47 a2b7ce2a1199: Preparing 06:14:47 6f92f043f9db: Preparing 06:14:47 dd9c8f8612c8: Preparing 06:14:47 a2b7ce2a1199: Waiting 06:14:47 6f92f043f9db: Waiting 06:14:47 dd9c8f8612c8: Waiting 06:14:47 f040d0b0e0e8: Waiting 06:14:47 ae3ba76dbed2: Layer already exists 06:14:47 60dfe6a7b51f: Layer already exists 06:14:47 05757c32a373: Layer already exists 06:14:47 7a706761cf41: Layer already exists 06:14:47 859fb867bbc0: Layer already exists 06:14:47 f040d0b0e0e8: Layer already exists 06:14:47 a2b7ce2a1199: Layer already exists 06:14:47 dd9c8f8612c8: Layer already exists 06:14:47 6f92f043f9db: Layer already exists 06:14:48 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6: digest: sha256:e51dfac4e6dd04862d6a9edfb9262e300ceb444bea117d2bf0093b748897f128 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:48 + 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 06:14:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 06:14:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 06:14:48 7a706761cf41: Preparing 06:14:48 859fb867bbc0: Preparing 06:14:48 60dfe6a7b51f: Preparing 06:14:48 05757c32a373: Preparing 06:14:48 ae3ba76dbed2: Preparing 06:14:48 f040d0b0e0e8: Preparing 06:14:48 a2b7ce2a1199: Preparing 06:14:48 6f92f043f9db: Preparing 06:14:48 dd9c8f8612c8: Preparing 06:14:48 f040d0b0e0e8: Waiting 06:14:48 a2b7ce2a1199: Waiting 06:14:48 6f92f043f9db: Waiting 06:14:48 dd9c8f8612c8: Waiting 06:14:48 60dfe6a7b51f: Layer already exists 06:14:48 ae3ba76dbed2: Layer already exists 06:14:48 7a706761cf41: Layer already exists 06:14:48 859fb867bbc0: Layer already exists 06:14:48 05757c32a373: Layer already exists 06:14:48 dd9c8f8612c8: Layer already exists 06:14:48 a2b7ce2a1199: Layer already exists 06:14:48 6f92f043f9db: Layer already exists 06:14:48 f040d0b0e0e8: Layer already exists 06:14:48 main: digest: sha256:e51dfac4e6dd04862d6a9edfb9262e300ceb444bea117d2bf0093b748897f128 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:14:49 ===================================================== [Pipeline] echo 06:14:49 taggedImages: 06:14:49 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 06:14:49 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 06:14:49 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.6 06:14:49 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 06:14:49 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 06:14:49 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 06:14:49 3fa30c341bbe9c3881ba0169229bc34ff150aef2 06:14:49 latest 06:14:49 4.1.0-dev.6 06:14:49 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 06:14:49 main 06:14:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:49 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:49 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 06:14:49 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 06:14:49 2b10dde8aa9e: Preparing 06:14:49 da84af396fce: Preparing 06:14:49 05757c32a373: Preparing 06:14:49 ae3ba76dbed2: Preparing 06:14:49 b4470c29535a: Preparing 06:14:49 463fa60fcd91: Preparing 06:14:49 dd9c8f8612c8: Preparing 06:14:49 463fa60fcd91: Waiting 06:14:49 dd9c8f8612c8: Waiting 06:14:49 ae3ba76dbed2: Layer already exists 06:14:49 05757c32a373: Layer already exists 06:14:50 dd9c8f8612c8: Layer already exists 06:14:50 b4470c29535a: Pushed 06:14:50 2b10dde8aa9e: Pushed 06:14:51 463fa60fcd91: Pushed 06:14:58 da84af396fce: Pushed 06:14:58 3fa30c341bbe9c3881ba0169229bc34ff150aef2: digest: sha256:3aa7e4f89ed669ac42cb02ad1a68b9a03783385b534377e12cf21fd71305a824 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:58 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:58 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 06:14:58 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 06:14:58 2b10dde8aa9e: Preparing 06:14:58 da84af396fce: Preparing 06:14:58 05757c32a373: Preparing 06:14:58 ae3ba76dbed2: Preparing 06:14:58 b4470c29535a: Preparing 06:14:58 463fa60fcd91: Preparing 06:14:58 dd9c8f8612c8: Preparing 06:14:58 463fa60fcd91: Waiting 06:14:58 dd9c8f8612c8: Waiting 06:14:58 2b10dde8aa9e: Layer already exists 06:14:58 ae3ba76dbed2: Layer already exists 06:14:58 da84af396fce: Layer already exists 06:14:58 b4470c29535a: Layer already exists 06:14:58 05757c32a373: Layer already exists 06:14:58 463fa60fcd91: Layer already exists 06:14:58 dd9c8f8612c8: Layer already exists 06:14:58 latest: digest: sha256:3aa7e4f89ed669ac42cb02ad1a68b9a03783385b534377e12cf21fd71305a824 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:59 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:59 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.6 06:14:59 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 06:14:59 2b10dde8aa9e: Preparing 06:14:59 da84af396fce: Preparing 06:14:59 05757c32a373: Preparing 06:14:59 ae3ba76dbed2: Preparing 06:14:59 b4470c29535a: Preparing 06:14:59 463fa60fcd91: Preparing 06:14:59 dd9c8f8612c8: Preparing 06:14:59 463fa60fcd91: Waiting 06:14:59 dd9c8f8612c8: Waiting 06:14:59 05757c32a373: Layer already exists 06:14:59 ae3ba76dbed2: Layer already exists 06:14:59 da84af396fce: Layer already exists 06:14:59 b4470c29535a: Layer already exists 06:14:59 2b10dde8aa9e: Layer already exists 06:14:59 463fa60fcd91: Layer already exists 06:14:59 dd9c8f8612c8: Layer already exists 06:14:59 4.1.0-dev.6: digest: sha256:3aa7e4f89ed669ac42cb02ad1a68b9a03783385b534377e12cf21fd71305a824 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:00 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:00 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 06:15:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 06:15:00 2b10dde8aa9e: Preparing 06:15:00 da84af396fce: Preparing 06:15:00 05757c32a373: Preparing 06:15:00 ae3ba76dbed2: Preparing 06:15:00 b4470c29535a: Preparing 06:15:00 463fa60fcd91: Preparing 06:15:00 dd9c8f8612c8: Preparing 06:15:00 463fa60fcd91: Waiting 06:15:00 dd9c8f8612c8: Waiting 06:15:00 05757c32a373: Layer already exists 06:15:00 b4470c29535a: Layer already exists 06:15:00 ae3ba76dbed2: Layer already exists 06:15:00 2b10dde8aa9e: Layer already exists 06:15:00 da84af396fce: Layer already exists 06:15:00 463fa60fcd91: Layer already exists 06:15:00 dd9c8f8612c8: Layer already exists 06:15:00 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6: digest: sha256:3aa7e4f89ed669ac42cb02ad1a68b9a03783385b534377e12cf21fd71305a824 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:01 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:01 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 06:15:01 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 06:15:01 2b10dde8aa9e: Preparing 06:15:01 da84af396fce: Preparing 06:15:01 05757c32a373: Preparing 06:15:01 ae3ba76dbed2: Preparing 06:15:01 b4470c29535a: Preparing 06:15:01 463fa60fcd91: Preparing 06:15:01 dd9c8f8612c8: Preparing 06:15:01 dd9c8f8612c8: Waiting 06:15:01 463fa60fcd91: Waiting 06:15:01 2b10dde8aa9e: Layer already exists 06:15:01 b4470c29535a: Layer already exists 06:15:01 ae3ba76dbed2: Layer already exists 06:15:01 da84af396fce: Layer already exists 06:15:01 05757c32a373: Layer already exists 06:15:01 dd9c8f8612c8: Layer already exists 06:15:01 463fa60fcd91: Layer already exists 06:15:01 main: digest: sha256:3aa7e4f89ed669ac42cb02ad1a68b9a03783385b534377e12cf21fd71305a824 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:15:01 ===================================================== [Pipeline] echo 06:15:01 taggedImages: 06:15:01 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 06:15:01 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 06:15:01 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.6 06:15:01 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 06:15:01 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 06:15:01 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 06:15:01 3fa30c341bbe9c3881ba0169229bc34ff150aef2 06:15:01 latest 06:15:01 4.1.0-dev.6 06:15:01 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 06:15:01 main 06:15:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:01 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:02 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 06:15:02 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 06:15:02 37cdac3d4b11: Preparing 06:15:02 e503e65c5020: Preparing 06:15:02 05757c32a373: Preparing 06:15:02 ae3ba76dbed2: Preparing 06:15:02 406ea7da7037: Preparing 06:15:02 e0ec59835bcb: Preparing 06:15:02 dd9c8f8612c8: Preparing 06:15:02 e0ec59835bcb: Waiting 06:15:02 dd9c8f8612c8: Waiting 06:15:02 ae3ba76dbed2: Layer already exists 06:15:02 05757c32a373: Layer already exists 06:15:02 dd9c8f8612c8: Layer already exists 06:15:02 37cdac3d4b11: Pushed 06:15:02 406ea7da7037: Pushed 06:15:03 e0ec59835bcb: Pushed 06:15:11 e503e65c5020: Pushed 06:15:11 3fa30c341bbe9c3881ba0169229bc34ff150aef2: digest: sha256:66e80cc41a03cdcc3c3606048a8b315e8fd924ab972d2c5affc52bb73dcb537b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:11 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:12 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 06:15:12 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 06:15:12 37cdac3d4b11: Preparing 06:15:12 e503e65c5020: Preparing 06:15:12 05757c32a373: Preparing 06:15:12 ae3ba76dbed2: Preparing 06:15:12 406ea7da7037: Preparing 06:15:12 e0ec59835bcb: Preparing 06:15:12 dd9c8f8612c8: Preparing 06:15:12 e0ec59835bcb: Waiting 06:15:12 dd9c8f8612c8: Waiting 06:15:12 ae3ba76dbed2: Layer already exists 06:15:12 05757c32a373: Layer already exists 06:15:12 e503e65c5020: Layer already exists 06:15:12 406ea7da7037: Layer already exists 06:15:12 37cdac3d4b11: Layer already exists 06:15:12 e0ec59835bcb: Layer already exists 06:15:12 dd9c8f8612c8: Layer already exists 06:15:12 latest: digest: sha256:66e80cc41a03cdcc3c3606048a8b315e8fd924ab972d2c5affc52bb73dcb537b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:12 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:12 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.6 06:15:12 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 06:15:12 37cdac3d4b11: Preparing 06:15:12 e503e65c5020: Preparing 06:15:12 05757c32a373: Preparing 06:15:12 ae3ba76dbed2: Preparing 06:15:12 406ea7da7037: Preparing 06:15:12 e0ec59835bcb: Preparing 06:15:12 dd9c8f8612c8: Preparing 06:15:12 e0ec59835bcb: Waiting 06:15:12 dd9c8f8612c8: Waiting 06:15:12 37cdac3d4b11: Layer already exists 06:15:12 e503e65c5020: Layer already exists 06:15:12 05757c32a373: Layer already exists 06:15:12 406ea7da7037: Layer already exists 06:15:12 ae3ba76dbed2: Layer already exists 06:15:12 e0ec59835bcb: Layer already exists 06:15:12 dd9c8f8612c8: Layer already exists 06:15:13 4.1.0-dev.6: digest: sha256:66e80cc41a03cdcc3c3606048a8b315e8fd924ab972d2c5affc52bb73dcb537b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:13 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:13 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 06:15:13 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 06:15:13 37cdac3d4b11: Preparing 06:15:13 e503e65c5020: Preparing 06:15:13 05757c32a373: Preparing 06:15:13 ae3ba76dbed2: Preparing 06:15:13 406ea7da7037: Preparing 06:15:13 e0ec59835bcb: Preparing 06:15:13 dd9c8f8612c8: Preparing 06:15:13 e0ec59835bcb: Waiting 06:15:13 dd9c8f8612c8: Waiting 06:15:13 406ea7da7037: Layer already exists 06:15:13 37cdac3d4b11: Layer already exists 06:15:13 ae3ba76dbed2: Layer already exists 06:15:13 05757c32a373: Layer already exists 06:15:13 e503e65c5020: Layer already exists 06:15:13 e0ec59835bcb: Layer already exists 06:15:13 dd9c8f8612c8: Layer already exists 06:15:13 3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6: digest: sha256:66e80cc41a03cdcc3c3606048a8b315e8fd924ab972d2c5affc52bb73dcb537b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:14 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:14 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 06:15:14 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 06:15:14 37cdac3d4b11: Preparing 06:15:14 e503e65c5020: Preparing 06:15:14 05757c32a373: Preparing 06:15:14 ae3ba76dbed2: Preparing 06:15:14 406ea7da7037: Preparing 06:15:14 e0ec59835bcb: Preparing 06:15:14 dd9c8f8612c8: Preparing 06:15:14 dd9c8f8612c8: Waiting 06:15:14 e503e65c5020: Layer already exists 06:15:14 05757c32a373: Layer already exists 06:15:14 406ea7da7037: Layer already exists 06:15:14 ae3ba76dbed2: Layer already exists 06:15:14 37cdac3d4b11: Layer already exists 06:15:14 e0ec59835bcb: Layer already exists 06:15:14 dd9c8f8612c8: Layer already exists 06:15:14 main: digest: sha256:66e80cc41a03cdcc3c3606048a8b315e8fd924ab972d2c5affc52bb73dcb537b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:15:14 ===================================================== [Pipeline] echo 06:15:14 taggedImages: 06:15:14 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 06:15:14 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 06:15:14 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.6 06:15:14 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 06:15:14 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 06:15:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 [Pipeline] echo 06:15:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo 06:15:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.6 [Pipeline] echo 06:15:14 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.6 [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.6 [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.6 [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.6 [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.6 [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.6 [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.6 [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.6 [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.6 [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.6 [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.6 [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.6 [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.6 [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2 [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.6 [Pipeline] echo 06:15:15 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3fa30c341bbe9c3881ba0169229bc34ff150aef2-4.1.0-dev.6 [Pipeline] echo 06:15:15 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 06:15:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:15:16 06:15:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:15:16 arm64: Pulling from edgex-lftools-log-publisher 06:15:16 8998bd30e6a1: Pulling fs layer 06:15:16 04944245beec: Pulling fs layer 06:15:16 699f458cf7ca: Pulling fs layer 06:15:16 765212b225bb: Pulling fs layer 06:15:16 f23df028b6ca: Pulling fs layer 06:15:16 d65c8cfc05b1: Pulling fs layer 06:15:16 2437ff75d9bd: Pulling fs layer 06:15:16 f23df028b6ca: Waiting 06:15:16 765212b225bb: Waiting 06:15:16 d65c8cfc05b1: Waiting 06:15:16 2437ff75d9bd: Waiting 06:15:16 04944245beec: Verifying Checksum 06:15:16 04944245beec: Download complete 06:15:16 765212b225bb: Verifying Checksum 06:15:16 765212b225bb: Download complete 06:15:16 f23df028b6ca: Verifying Checksum 06:15:16 f23df028b6ca: Download complete 06:15:16 d65c8cfc05b1: Verifying Checksum 06:15:16 d65c8cfc05b1: Download complete 06:15:17 699f458cf7ca: Verifying Checksum 06:15:17 699f458cf7ca: Download complete 06:15:17 8998bd30e6a1: Verifying Checksum 06:15:17 8998bd30e6a1: Download complete 06:15:19 2437ff75d9bd: Verifying Checksum 06:15:19 2437ff75d9bd: Download complete 06:15:21 8998bd30e6a1: Pull complete 06:15:22 04944245beec: Pull complete 06:15:23 699f458cf7ca: Pull complete 06:15:24 765212b225bb: Pull complete 06:15:25 f23df028b6ca: Pull complete 06:15:25 d65c8cfc05b1: Pull complete 06:15:43 2437ff75d9bd: Pull complete 06:15:43 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 06:15:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:15:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:15:43 prd-ubuntu20.04-docker-arm64-4c-16g-248 does not seem to be running inside a container 06:15:43 $ 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/831 -v /w/workspace/edgex-go/831:/w/workspace/edgex-go/831:rw,z -v /w/workspace/edgex-go/831@tmp:/w/workspace/edgex-go/831@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 06:15:45 $ docker top 6eae1344d64e668dc1c18254edb724c0021552d56101634b5ede3dc803fbedb8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:15:46 ---> job-cost.sh 06:15:46 lf-activate-venv: SKIPPING 06:15:46 INFO: No Stack... 06:15:46 INFO: Retrieving Pricing Info for: v3-standard-4 06:15:47 INFO: Archiving Costs [Pipeline] sh 06:15:48 + cat /w/workspace/edgex-go/831/archives/cost.csv 06:15:48 + cut -d, -f6 [Pipeline] lock 06:15:48 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-831-stack-cost] 06:15:48 Resource [jenkins-edgexfoundry-edgex-go-main-831-stack-cost] did not exist. Created. 06:15:48 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-831-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:15:49 + echo total: 0.10999999940395355 [Pipeline] stash 06:15:49 Stashed 1 file(s) [Pipeline] } 06:15:49 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-831-stack-cost] [Pipeline] // lock [Pipeline] } 06:15:49 $ docker stop --time=1 6eae1344d64e668dc1c18254edb724c0021552d56101634b5ede3dc803fbedb8 06:15:51 $ docker rm -f --volumes 6eae1344d64e668dc1c18254edb724c0021552d56101634b5ede3dc803fbedb8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 11:28:50 Cancelling nested steps due to timeout 11:28:50 Sending interrupt signal to process 11:28:55 script returned exit code 143 [Pipeline] } 11:28:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] error [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 11:28:56 + '[' -d /w/workspace/edgex-go/831/archives ']' [Pipeline] libraryResource [Pipeline] sh 11:28:57 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:28:57 ---> package-listing.sh 11:28:57 ++ facter osfamily 11:28:57 ++ tr '[:upper:]' '[:lower:]' 11:28:58 + OS_FAMILY=redhat 11:28:58 + workspace=/w/workspace/edgex-go/831 11:28:58 + START_PACKAGES=/tmp/packages_start.txt 11:28:58 + END_PACKAGES=/tmp/packages_end.txt 11:28:58 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:28:58 + PACKAGES=/tmp/packages_start.txt 11:28:58 + '[' /w/workspace/edgex-go/831 ']' 11:28:58 + PACKAGES=/tmp/packages_end.txt 11:28:58 + case "${OS_FAMILY}" in 11:28:58 + rpm -qa 11:28:58 + sort 11:28:58 + '[' -f /tmp/packages_start.txt ']' 11:28:58 + '[' -f /tmp/packages_end.txt ']' 11:28:58 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:28:58 + '[' /w/workspace/edgex-go/831 ']' 11:28:58 + mkdir -p /w/workspace/edgex-go/831/archives/ 11:28:58 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/831/archives/ [Pipeline] echo 11:28:58 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/831/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 11:28:58 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:28:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:28:59 11:28:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:28:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:29:00 latest: Pulling from edgex-lftools-log-publisher 11:29:00 5eb5b503b376: Pulling fs layer 11:29:00 5c69ac0246d0: Pulling fs layer 11:29:00 ec43610c2a17: Pulling fs layer 11:29:00 3a2ae6a8a46f: Pulling fs layer 11:29:00 33b1e0a273af: Pulling fs layer 11:29:00 5d3b04190fa2: Pulling fs layer 11:29:00 2f39f015ded8: Pulling fs layer 11:29:00 33b1e0a273af: Waiting 11:29:00 5d3b04190fa2: Waiting 11:29:00 2f39f015ded8: Waiting 11:29:00 3a2ae6a8a46f: Waiting 11:29:00 5c69ac0246d0: Verifying Checksum 11:29:00 5c69ac0246d0: Download complete 11:29:00 3a2ae6a8a46f: Verifying Checksum 11:29:00 3a2ae6a8a46f: Download complete 11:29:00 33b1e0a273af: Verifying Checksum 11:29:00 33b1e0a273af: Download complete 11:29:00 5d3b04190fa2: Verifying Checksum 11:29:00 5d3b04190fa2: Download complete 11:29:00 ec43610c2a17: Verifying Checksum 11:29:00 ec43610c2a17: Download complete 11:29:00 5eb5b503b376: Verifying Checksum 11:29:00 5eb5b503b376: Download complete 11:29:01 2f39f015ded8: Verifying Checksum 11:29:01 2f39f015ded8: Download complete 11:29:01 5eb5b503b376: Pull complete 11:29:01 5c69ac0246d0: Pull complete 11:29:02 ec43610c2a17: Pull complete 11:29:02 3a2ae6a8a46f: Pull complete 11:29:02 33b1e0a273af: Pull complete 11:29:02 5d3b04190fa2: Pull complete 11:29:06 2f39f015ded8: Pull complete 11:29:06 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 11:29:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:29:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:29:06 prd-centos7-docker-4c-2g-249 does not seem to be running inside a container 11:29:06 $ 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/831/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 11:29:10 $ docker top 35c2eb8a78f674acbe2d900108b37f7a164f6e6fe19be5fdfce33068ec488d1c -eo pid,comm [Pipeline] { [Pipeline] sh 11:29:10 + touch /tmp/pre-build-complete [Pipeline] sh 11:29:10 + mkdir -p /var/log/sysstat [Pipeline] sh 11:29:10 + ls /var/log/sa-host 11:29:10 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:29:11 provisioning config files... 11:29:11 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config11138172091470611386tmp [Pipeline] { [Pipeline] echo 11:29:11 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:29:11 ---> create-netrc.sh [Pipeline] } 11:29:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 11:29:11 ---> python-tools-install.sh [Pipeline] echo 11:29:11 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:29:12 ---> sudo-logs.sh 11:29:12 Archiving 'sudo' log.. 11:29:12 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:29:12 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 11:29:12 $ docker stop --time=1 35c2eb8a78f674acbe2d900108b37f7a164f6e6fe19be5fdfce33068ec488d1c 11:29:13 $ docker rm -f --volumes 35c2eb8a78f674acbe2d900108b37f7a164f6e6fe19be5fdfce33068ec488d1c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 11:29:13 [WS-CLEANUP] Deleting project workspace... 11:29:13 [WS-CLEANUP] Deferred wipeout is used... 11:29:13 [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] } 11:29:13 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 11:29:14 + [ -d /w/workspace/edgex-go/831/archives ] [Pipeline] libraryResource [Pipeline] sh 11:29:14 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:29:15 ---> package-listing.sh 11:29:15 ++ facter osfamily 11:29:15 ++ tr '[:upper:]' '[:lower:]' 11:29:15 + OS_FAMILY=debian 11:29:15 + workspace=/w/workspace/edgex-go/831 11:29:15 + START_PACKAGES=/tmp/packages_start.txt 11:29:15 + END_PACKAGES=/tmp/packages_end.txt 11:29:15 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:29:15 + PACKAGES=/tmp/packages_start.txt 11:29:15 + '[' /w/workspace/edgex-go/831 ']' 11:29:15 + PACKAGES=/tmp/packages_end.txt 11:29:15 + case "${OS_FAMILY}" in 11:29:15 + dpkg -l 11:29:15 + grep '^ii' 11:29:15 + '[' -f /tmp/packages_start.txt ']' 11:29:15 + '[' -f /tmp/packages_end.txt ']' 11:29:15 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:29:15 + '[' /w/workspace/edgex-go/831 ']' 11:29:15 + mkdir -p /w/workspace/edgex-go/831/archives/ 11:29:15 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/831/archives/ [Pipeline] echo 11:29:15 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/831/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 11:29:16 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:29:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:29:16 11:29:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:29:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:29:16 latest: Pulling from edgex-lftools-log-publisher 11:29:16 5eb5b503b376: Pulling fs layer 11:29:16 5c69ac0246d0: Pulling fs layer 11:29:16 ec43610c2a17: Pulling fs layer 11:29:16 3a2ae6a8a46f: Pulling fs layer 11:29:16 33b1e0a273af: Pulling fs layer 11:29:16 5d3b04190fa2: Pulling fs layer 11:29:16 2f39f015ded8: Pulling fs layer 11:29:16 33b1e0a273af: Waiting 11:29:16 5d3b04190fa2: Waiting 11:29:16 3a2ae6a8a46f: Waiting 11:29:16 2f39f015ded8: Waiting 11:29:16 5c69ac0246d0: Verifying Checksum 11:29:16 5c69ac0246d0: Download complete 11:29:16 3a2ae6a8a46f: Verifying Checksum 11:29:16 3a2ae6a8a46f: Download complete 11:29:16 33b1e0a273af: Verifying Checksum 11:29:16 33b1e0a273af: Download complete 11:29:16 5d3b04190fa2: Download complete 11:29:16 ec43610c2a17: Verifying Checksum 11:29:16 ec43610c2a17: Download complete 11:29:17 5eb5b503b376: Verifying Checksum 11:29:17 5eb5b503b376: Download complete 11:29:17 2f39f015ded8: Download complete 11:29:18 5eb5b503b376: Pull complete 11:29:18 5c69ac0246d0: Pull complete 11:29:18 ec43610c2a17: Pull complete 11:29:18 3a2ae6a8a46f: Pull complete 11:29:19 33b1e0a273af: Pull complete 11:29:19 5d3b04190fa2: Pull complete 11:29:23 2f39f015ded8: Pull complete 11:29:23 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 11:29:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:29:23 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:29:23 prd-ubuntu20.04-docker-8c-8g-247 does not seem to be running inside a container 11:29:23 $ 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/831/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/831 -v /w/workspace/edgex-go/831:/w/workspace/edgex-go/831:rw,z -v /w/workspace/edgex-go/831@tmp:/w/workspace/edgex-go/831@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 11:29:24 $ docker top 57c345dbb12ac9981b2aa56f85b2160f01862abc921a8baee958103fb4322d3a -eo pid,comm [Pipeline] { [Pipeline] sh 11:29:25 + touch /tmp/pre-build-complete [Pipeline] sh 11:29:25 + mkdir -p /var/log/sysstat [Pipeline] sh 11:29:25 + ls /var/log/sa-host 11:29:25 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:29:25 provisioning config files... 11:29:25 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/831@tmp/config7210844938224300305tmp [Pipeline] { [Pipeline] echo 11:29:25 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:29:25 ---> create-netrc.sh [Pipeline] } 11:29:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 11:29:26 ---> python-tools-install.sh [Pipeline] echo 11:29:26 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:29:26 ---> sudo-logs.sh 11:29:26 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 11:29:26 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:29:26 ---> job-cost.sh 11:29:26 lf-activate-venv: SKIPPING 11:29:26 DEBUG: total: 0.10999999940395355 11:29:26 INFO: Retrieving Stack Cost... 11:29:27 INFO: Retrieving Pricing Info for: v3-standard-8 11:29:27 INFO: Archiving Costs [Pipeline] echo 11:29:27 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:29:28 ---> logs-deploy.sh 11:29:28 lf-activate-venv: SKIPPING 11:29:28 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/831 11:29:28 INFO: archiving workspace using pattern(s): 11:29:28 Archives upload complete. 11:29:29 INFO: archiving logs to Nexus 11:29:29 ---> uname -a: 11:29:29 Linux prd-ubuntu20-04-docker-8c-8g-247 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 11:29:29 11:29:29 11:29:29 ---> lscpu: 11:29:29 Architecture: x86_64 11:29:29 CPU op-mode(s): 32-bit, 64-bit 11:29:29 Byte Order: Little Endian 11:29:29 Address sizes: 40 bits physical, 48 bits virtual 11:29:29 CPU(s): 8 11:29:29 On-line CPU(s) list: 0-7 11:29:29 Thread(s) per core: 1 11:29:29 Core(s) per socket: 1 11:29:29 Socket(s): 8 11:29:29 NUMA node(s): 1 11:29:29 Vendor ID: AuthenticAMD 11:29:29 CPU family: 23 11:29:29 Model: 49 11:29:29 Model name: AMD EPYC-Rome Processor 11:29:29 Stepping: 0 11:29:29 CPU MHz: 2800.000 11:29:29 BogoMIPS: 5600.00 11:29:29 Virtualization: AMD-V 11:29:29 Hypervisor vendor: KVM 11:29:29 Virtualization type: full 11:29:29 L1d cache: 256 KiB 11:29:29 L1i cache: 256 KiB 11:29:29 L2 cache: 4 MiB 11:29:29 L3 cache: 128 MiB 11:29:29 NUMA node0 CPU(s): 0-7 11:29:29 Vulnerability Itlb multihit: Not affected 11:29:29 Vulnerability L1tf: Not affected 11:29:29 Vulnerability Mds: Not affected 11:29:29 Vulnerability Meltdown: Not affected 11:29:29 Vulnerability Mmio stale data: Not affected 11:29:29 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 11:29:29 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 11:29:29 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 11:29:29 Vulnerability Srbds: Not affected 11:29:29 Vulnerability Tsx async abort: Not affected 11:29:29 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 11:29:29 11:29:29 11:29:29 ---> nproc: 11:29:29 8 11:29:29 11:29:29 11:29:29 ---> df -h: 11:29:29 Filesystem Size Used Avail Use% Mounted on 11:29:29 overlay 155G 29G 127G 19% / 11:29:29 tmpfs 64M 0 64M 0% /dev 11:29:29 tmpfs 16G 0 16G 0% /sys/fs/cgroup 11:29:29 shm 64M 0 64M 0% /dev/shm 11:29:29 /dev/vda1 155G 29G 127G 19% /facter-os 11:29:29 11:29:29 11:29:29 ---> sar -b -r -n DEV: 11:29:29 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-247) 04/21/25 _x86_64_ (8 CPU) 11:29:29 11:29:29 05:28:11 LINUX RESTART (8 CPU) 11:29:29 11:29:29 05:29:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 11:29:29 05:30:01 224.93 4.43 220.49 0.00 439.59 75853.38 0.00 11:29:29 05:31:01 49.99 0.02 49.98 0.00 0.13 36041.21 0.00 11:29:29 05:32:01 28.06 0.15 27.91 0.00 2.40 20122.78 0.00 11:29:29 05:33:01 1071.70 17.61 1054.09 0.00 198.63 342228.30 0.00 11:29:29 05:34:01 464.37 12.23 452.14 0.00 3523.81 180758.67 0.00 11:29:29 05:35:01 456.41 0.02 456.40 0.00 0.13 119359.68 0.00 11:29:29 05:36:01 661.84 0.08 661.76 0.00 3.33 141398.43 0.00 11:29:29 05:37:01 40.31 1.08 39.23 0.00 31.59 988.37 0.00 11:29:29 05:38:01 14.01 0.05 13.96 0.00 10.80 353.94 0.00 11:29:29 05:39:01 2.35 0.00 2.35 0.00 0.00 34.13 0.00 11:29:29 05:40:01 0.93 0.00 0.93 0.00 0.00 10.40 0.00 11:29:29 05:41:01 1.33 0.00 1.33 0.00 0.00 16.00 0.00 11:29:29 05:42:01 0.95 0.00 0.95 0.00 0.00 10.66 0.00 11:29:29 05:43:01 1.22 0.00 1.22 0.00 0.00 14.13 0.00 11:29:29 05:44:01 1.58 0.02 1.57 0.00 0.13 19.33 0.00 11:29:29 05:45:01 1.68 0.00 1.68 0.00 0.00 18.26 0.00 11:29:29 05:46:01 0.93 0.00 0.93 0.00 0.00 10.53 0.00 11:29:29 05:47:01 1.63 0.00 1.63 0.00 0.00 18.93 0.00 11:29:29 05:48:01 0.95 0.00 0.95 0.00 0.00 10.53 0.00 11:29:29 05:49:01 1.78 0.00 1.78 0.00 0.00 21.60 0.00 11:29:29 05:50:01 0.88 0.00 0.88 0.00 0.00 9.60 0.00 11:29:29 05:51:01 1.28 0.00 1.28 0.00 0.00 15.86 0.00 11:29:29 05:52:01 0.98 0.00 0.98 0.00 0.00 11.46 0.00 11:29:29 05:53:01 1.57 0.00 1.57 0.00 0.00 18.53 0.00 11:29:29 05:54:01 1.05 0.00 1.05 0.00 0.00 12.80 0.00 11:29:29 05:55:01 1.27 0.00 1.27 0.00 0.00 15.46 0.00 11:29:29 05:56:01 0.90 0.00 0.90 0.00 0.00 10.53 0.00 11:29:29 05:57:01 1.23 0.00 1.23 0.00 0.00 14.53 0.00 11:29:29 05:58:01 0.95 0.00 0.95 0.00 0.00 11.33 0.00 11:29:29 05:59:01 1.52 0.00 1.52 0.00 0.00 18.80 0.00 11:29:29 06:00:01 0.98 0.00 0.98 0.00 0.00 11.06 0.00 11:29:29 06:01:01 1.62 0.00 1.62 0.00 0.00 18.53 0.00 11:29:29 06:02:01 0.95 0.00 0.95 0.00 0.00 10.26 0.00 11:29:29 06:03:01 1.47 0.00 1.47 0.00 0.00 17.86 0.00 11:29:29 06:04:01 1.15 0.00 1.15 0.00 0.00 13.33 0.00 11:29:29 06:05:01 1.32 0.00 1.32 0.00 0.00 16.53 0.00 11:29:29 06:06:01 1.38 0.37 1.02 0.00 11.46 12.00 0.00 11:29:29 06:07:01 2.58 1.20 1.38 0.00 25.46 17.60 0.00 11:29:29 06:08:01 0.92 0.00 0.92 0.00 0.00 11.73 0.00 11:29:29 06:09:01 1.48 0.00 1.48 0.00 0.00 17.86 0.00 11:29:29 06:10:01 0.90 0.00 0.90 0.00 0.00 10.93 0.00 11:29:29 06:11:01 1.28 0.00 1.28 0.00 0.00 15.60 0.00 11:29:29 06:12:01 0.93 0.00 0.93 0.00 0.00 11.20 0.00 11:29:29 06:13:01 1.38 0.00 1.38 0.00 0.00 16.80 0.00 11:29:29 06:14:01 1.03 0.00 1.03 0.00 0.00 12.13 0.00 11:29:29 06:15:01 1.52 0.00 1.52 0.00 0.00 18.93 0.00 11:29:29 06:16:01 0.87 0.00 0.87 0.00 0.00 9.60 0.00 11:29:29 06:17:01 1.52 0.02 1.50 0.00 0.13 17.60 0.00 11:29:29 06:18:01 1.13 0.00 1.13 0.00 0.00 12.53 0.00 11:29:29 06:19:01 1.52 0.00 1.52 0.00 0.00 17.60 0.00 11:29:29 06:20:01 0.98 0.00 0.98 0.00 0.00 11.73 0.00 11:29:29 06:21:01 1.20 0.00 1.20 0.00 0.00 14.80 0.00 11:29:29 06:22:01 0.97 0.00 0.97 0.00 0.00 10.80 0.00 11:29:29 06:23:01 1.25 0.00 1.25 0.00 0.00 14.93 0.00 11:29:29 06:24:01 0.98 0.00 0.98 0.00 0.00 12.26 0.00 11:29:29 06:25:01 1.35 0.03 1.32 0.00 0.27 15.46 0.00 11:29:29 06:26:02 4.45 2.34 2.11 0.00 43.85 74.80 0.00 11:29:29 06:27:01 1.34 0.00 1.34 0.00 0.00 16.68 0.00 11:29:29 06:28:01 0.93 0.00 0.93 0.00 0.00 10.26 0.00 11:29:29 06:29:01 1.43 0.00 1.43 0.00 0.00 17.73 0.00 11:29:29 06:30:01 1.20 0.00 1.20 0.00 0.00 14.00 0.00 11:29:29 06:31:01 1.25 0.00 1.25 0.00 0.00 15.86 0.00 11:29:29 06:32:01 1.07 0.00 1.07 0.00 0.00 11.73 0.00 11:29:29 06:33:01 1.32 0.00 1.32 0.00 0.00 15.86 0.00 11:29:29 06:34:01 0.93 0.00 0.93 0.00 0.00 10.93 0.00 11:29:29 06:35:01 1.35 0.00 1.35 0.00 0.00 16.66 0.00 11:29:29 06:36:01 1.00 0.00 1.00 0.00 0.00 11.73 0.00 11:29:29 06:37:01 1.30 0.00 1.30 0.00 0.00 15.73 0.00 11:29:29 06:38:01 1.00 0.00 1.00 0.00 0.00 11.46 0.00 11:29:29 06:39:01 1.12 0.00 1.12 0.00 0.00 14.80 0.00 11:29:29 06:40:01 1.13 0.00 1.13 0.00 0.00 12.93 0.00 11:29:29 06:41:01 1.38 0.00 1.38 0.00 0.00 16.66 0.00 11:29:29 06:42:01 0.97 0.00 0.97 0.00 0.00 10.53 0.00 11:29:29 06:43:01 1.38 0.00 1.38 0.00 0.00 16.26 0.00 11:29:29 06:44:01 0.92 0.00 0.92 0.00 0.00 10.26 0.00 11:29:29 06:45:01 1.47 0.00 1.47 0.00 0.00 18.40 0.00 11:29:29 06:46:01 0.97 0.00 0.97 0.00 0.00 11.20 0.00 11:29:29 06:47:01 1.37 0.00 1.37 0.00 0.00 17.46 0.00 11:29:29 06:48:01 1.02 0.00 1.02 0.00 0.00 11.86 0.00 11:29:29 06:49:01 1.22 0.00 1.22 0.00 0.00 15.86 0.00 11:29:29 06:50:01 0.97 0.00 0.97 0.00 0.00 11.06 0.00 11:29:29 06:51:01 1.10 0.00 1.10 0.00 0.00 14.13 0.00 11:29:29 06:52:01 0.88 0.00 0.88 0.00 0.00 10.80 0.00 11:29:29 06:53:01 1.32 0.00 1.32 0.00 0.00 16.66 0.00 11:29:29 06:54:01 0.93 0.00 0.93 0.00 0.00 10.40 0.00 11:29:29 06:55:01 1.48 0.00 1.48 0.00 0.00 18.53 0.00 11:29:29 06:56:01 0.93 0.00 0.93 0.00 0.00 10.53 0.00 11:29:29 06:57:01 1.43 0.00 1.43 0.00 0.00 17.86 0.00 11:29:29 06:58:01 0.93 0.00 0.93 0.00 0.00 10.80 0.00 11:29:29 06:59:01 1.37 0.00 1.37 0.00 0.00 16.66 0.00 11:29:29 07:00:01 1.15 0.00 1.15 0.00 0.00 13.60 0.00 11:29:29 07:01:01 1.27 0.00 1.27 0.00 0.00 15.46 0.00 11:29:29 07:02:01 1.07 0.00 1.07 0.00 0.00 12.53 0.00 11:29:29 07:03:01 1.22 0.00 1.22 0.00 0.00 15.06 0.00 11:29:29 07:04:01 1.22 0.00 1.22 0.00 0.00 14.80 0.00 11:29:29 07:05:01 1.28 0.00 1.28 0.00 0.00 17.46 0.00 11:29:29 07:06:01 1.07 0.00 1.07 0.00 0.00 11.60 0.00 11:29:29 07:07:01 1.37 0.00 1.37 0.00 0.00 18.53 0.00 11:29:29 07:08:01 0.92 0.00 0.92 0.00 0.00 10.53 0.00 11:29:29 07:09:01 1.65 0.00 1.65 0.00 0.00 23.46 0.00 11:29:29 07:10:01 1.08 0.00 1.08 0.00 0.00 12.53 0.00 11:29:29 07:11:01 1.40 0.00 1.40 0.00 0.00 17.20 0.00 11:29:29 07:12:01 0.88 0.00 0.88 0.00 0.00 10.40 0.00 11:29:29 07:13:01 1.53 0.00 1.53 0.00 0.00 18.13 0.00 11:29:29 07:14:01 1.03 0.00 1.03 0.00 0.00 12.13 0.00 11:29:29 07:15:01 1.40 0.00 1.40 0.00 0.00 18.13 0.00 11:29:29 07:16:01 0.97 0.00 0.97 0.00 0.00 11.06 0.00 11:29:29 07:17:01 1.27 0.00 1.27 0.00 0.00 15.33 0.00 11:29:29 07:18:01 1.08 0.00 1.08 0.00 0.00 12.40 0.00 11:29:29 07:19:01 1.45 0.00 1.45 0.00 0.00 19.06 0.00 11:29:29 07:20:01 1.08 0.00 1.08 0.00 0.00 12.66 0.00 11:29:29 07:21:01 1.42 0.00 1.42 0.00 0.00 17.33 0.00 11:29:29 07:22:01 0.93 0.00 0.93 0.00 0.00 10.66 0.00 11:29:29 07:23:01 1.32 0.00 1.32 0.00 0.00 16.26 0.00 11:29:29 07:24:01 1.17 0.00 1.17 0.00 0.00 13.46 0.00 11:29:29 07:25:01 1.43 0.00 1.43 0.00 0.00 16.79 0.00 11:29:29 07:26:01 1.05 0.00 1.05 0.00 0.00 11.20 0.00 11:29:29 07:27:01 1.58 0.00 1.58 0.00 0.00 18.13 0.00 11:29:29 07:28:01 0.98 0.00 0.98 0.00 0.00 10.80 0.00 11:29:29 07:29:01 1.65 0.00 1.65 0.00 0.00 18.93 0.00 11:29:29 07:30:01 1.13 0.00 1.13 0.00 0.00 12.66 0.00 11:29:29 07:31:01 1.72 0.00 1.72 0.00 0.00 19.06 0.00 11:29:29 07:32:01 1.15 0.00 1.15 0.00 0.00 12.53 0.00 11:29:29 07:33:01 1.60 0.00 1.60 0.00 0.00 19.33 0.00 11:29:29 07:34:01 1.05 0.00 1.05 0.00 0.00 11.20 0.00 11:29:29 07:35:01 1.52 0.00 1.52 0.00 0.00 19.46 0.00 11:29:29 07:36:01 1.12 0.00 1.12 0.00 0.00 12.13 0.00 11:29:29 07:37:01 1.65 0.00 1.65 0.00 0.00 18.80 0.00 11:29:29 07:38:01 1.15 0.00 1.15 0.00 0.00 12.53 0.00 11:29:29 07:39:01 1.62 0.00 1.62 0.00 0.00 18.80 0.00 11:29:29 07:40:01 1.28 0.00 1.28 0.00 0.00 14.66 0.00 11:29:29 07:41:01 1.63 0.00 1.63 0.00 0.00 18.13 0.00 11:29:29 07:42:01 1.02 0.00 1.02 0.00 0.00 11.33 0.00 11:29:29 07:43:01 1.63 0.00 1.63 0.00 0.00 19.06 0.00 11:29:29 07:44:01 1.00 0.00 1.00 0.00 0.00 10.93 0.00 11:29:29 07:45:01 1.77 0.00 1.77 0.00 0.00 20.66 0.00 11:29:29 07:46:01 1.00 0.00 1.00 0.00 0.00 10.80 0.00 11:29:29 07:47:01 1.63 0.00 1.63 0.00 0.00 18.40 0.00 11:29:29 07:48:01 0.98 0.00 0.98 0.00 0.00 10.93 0.00 11:29:29 07:49:01 1.45 0.00 1.45 0.00 0.00 17.86 0.00 11:29:29 07:50:01 1.12 0.00 1.12 0.00 0.00 13.33 0.00 11:29:29 07:51:01 1.58 0.00 1.58 0.00 0.00 19.33 0.00 11:29:29 07:52:01 1.07 0.00 1.07 0.00 0.00 12.26 0.00 11:29:29 07:53:01 1.35 0.00 1.35 0.00 0.00 16.80 0.00 11:29:29 07:54:02 0.95 0.00 0.95 0.00 0.00 11.33 0.00 11:29:29 07:55:01 1.37 0.00 1.37 0.00 0.00 16.94 0.00 11:29:29 07:56:01 1.15 0.00 1.15 0.00 0.00 13.86 0.00 11:29:29 07:57:01 1.43 0.00 1.43 0.00 0.00 17.33 0.00 11:29:29 07:58:01 1.03 0.00 1.03 0.00 0.00 11.60 0.00 11:29:29 07:59:01 1.62 0.00 1.62 0.00 0.00 19.06 0.00 11:29:29 08:00:01 0.97 0.00 0.97 0.00 0.00 10.66 0.00 11:29:29 08:01:01 1.77 0.00 1.77 0.00 0.00 20.40 0.00 11:29:29 08:02:01 0.98 0.00 0.98 0.00 0.00 10.93 0.00 11:29:29 08:03:01 1.75 0.00 1.75 0.00 0.00 20.53 0.00 11:29:29 08:04:01 1.08 0.00 1.08 0.00 0.00 12.26 0.00 11:29:29 08:05:01 1.57 0.00 1.57 0.00 0.00 18.40 0.00 11:29:29 08:06:01 1.18 0.00 1.18 0.00 0.00 12.93 0.00 11:29:29 08:07:01 1.20 0.00 1.20 0.00 0.00 14.53 0.00 11:29:29 08:08:01 1.02 0.00 1.02 0.00 0.00 12.80 0.00 11:29:29 08:09:01 1.37 0.00 1.37 0.00 0.00 16.53 0.00 11:29:29 08:10:01 1.02 0.00 1.02 0.00 0.00 12.53 0.00 11:29:29 08:11:01 1.78 0.00 1.78 0.00 0.00 21.86 0.00 11:29:29 08:12:01 1.02 0.00 1.02 0.00 0.00 11.06 0.00 11:29:29 08:13:01 1.42 0.00 1.42 0.00 0.00 17.33 0.00 11:29:29 08:14:01 0.97 0.00 0.97 0.00 0.00 10.80 0.00 11:29:29 08:15:01 1.75 0.00 1.75 0.00 0.00 20.40 0.00 11:29:29 08:16:01 1.23 0.00 1.23 0.00 0.00 14.40 0.00 11:29:29 08:17:01 1.60 0.00 1.60 0.00 0.00 18.26 0.00 11:29:29 08:18:01 1.33 0.00 1.33 0.00 0.00 14.40 0.00 11:29:29 08:19:01 1.62 0.00 1.62 0.00 0.00 19.06 0.00 11:29:29 08:20:01 1.02 0.00 1.02 0.00 0.00 11.86 0.00 11:29:29 08:21:01 1.53 0.00 1.53 0.00 0.00 18.13 0.00 11:29:29 08:22:01 1.00 0.00 1.00 0.00 0.00 11.46 0.00 11:29:29 08:23:01 1.38 0.00 1.38 0.00 0.00 17.46 0.00 11:29:29 08:24:01 1.03 0.00 1.03 0.00 0.00 11.60 0.00 11:29:29 08:25:01 1.65 0.02 1.63 0.00 1.20 19.20 0.00 11:29:29 08:26:01 1.22 0.00 1.22 0.00 0.00 14.26 0.00 11:29:29 08:27:01 1.67 0.00 1.67 0.00 0.00 19.06 0.00 11:29:29 08:28:01 1.00 0.00 1.00 0.00 0.00 10.80 0.00 11:29:29 08:29:01 1.33 0.00 1.33 0.00 0.00 16.93 0.00 11:29:29 08:30:01 1.23 0.00 1.23 0.00 0.00 13.33 0.00 11:29:29 08:31:01 1.47 0.00 1.47 0.00 0.00 16.66 0.00 11:29:29 08:32:01 0.98 0.00 0.98 0.00 0.00 10.93 0.00 11:29:29 08:33:01 1.77 0.00 1.77 0.00 0.00 19.60 0.00 11:29:29 08:34:01 1.03 0.00 1.03 0.00 0.00 11.86 0.00 11:29:29 08:35:01 1.85 0.00 1.85 0.00 0.00 20.79 0.00 11:29:29 08:36:01 1.12 0.00 1.12 0.00 0.00 12.66 0.00 11:29:29 08:37:01 1.62 0.00 1.62 0.00 0.00 18.93 0.00 11:29:29 08:38:01 1.08 0.00 1.08 0.00 0.00 11.60 0.00 11:29:29 08:39:01 1.47 0.00 1.47 0.00 0.00 18.53 0.00 11:29:29 08:40:01 0.98 0.00 0.98 0.00 0.00 10.40 0.00 11:29:29 08:41:01 1.25 0.00 1.25 0.00 0.00 16.53 0.00 11:29:29 08:42:01 1.25 0.00 1.25 0.00 0.00 13.46 0.00 11:29:29 08:43:01 2.20 0.18 2.02 0.00 18.53 26.13 0.00 11:29:29 08:44:01 1.82 0.00 1.82 0.00 0.00 21.99 0.00 11:29:29 08:45:01 1.27 0.00 1.27 0.00 0.00 15.46 0.00 11:29:29 08:46:01 1.23 0.00 1.23 0.00 0.00 13.86 0.00 11:29:29 08:47:01 1.32 0.00 1.32 0.00 0.00 15.33 0.00 11:29:29 08:48:01 1.02 0.00 1.02 0.00 0.00 11.60 0.00 11:29:29 08:49:01 1.52 0.00 1.52 0.00 0.00 17.86 0.00 11:29:29 08:50:01 1.03 0.00 1.03 0.00 0.00 11.33 0.00 11:29:29 08:51:01 1.83 0.00 1.83 0.00 0.00 21.86 0.00 11:29:29 08:52:01 1.02 0.00 1.02 0.00 0.00 10.66 0.00 11:29:29 08:53:01 1.50 0.00 1.50 0.00 0.00 18.00 0.00 11:29:29 08:54:01 0.97 0.00 0.97 0.00 0.00 10.26 0.00 11:29:29 08:55:01 1.60 0.00 1.60 0.00 0.00 18.93 0.00 11:29:29 08:56:01 1.28 0.00 1.28 0.00 0.00 14.80 0.00 11:29:29 08:57:01 1.67 0.00 1.67 0.00 0.00 18.66 0.00 11:29:29 08:58:01 1.12 0.00 1.12 0.00 0.00 12.53 0.00 11:29:29 08:59:01 1.52 0.00 1.52 0.00 0.00 17.73 0.00 11:29:29 09:00:01 1.20 0.00 1.20 0.00 0.00 13.86 0.00 11:29:29 09:01:01 1.65 0.00 1.65 0.00 0.00 19.60 0.00 11:29:29 09:02:01 1.07 0.00 1.07 0.00 0.00 11.06 0.00 11:29:29 09:03:01 1.52 0.00 1.52 0.00 0.00 17.73 0.00 11:29:29 09:04:01 1.07 0.00 1.07 0.00 0.00 12.00 0.00 11:29:29 09:05:01 1.33 0.00 1.33 0.00 0.00 16.80 0.00 11:29:29 09:06:01 1.27 0.00 1.27 0.00 0.00 13.86 0.00 11:29:29 09:07:01 1.63 0.00 1.63 0.00 0.00 18.66 0.00 11:29:29 09:08:01 1.10 0.00 1.10 0.00 0.00 12.80 0.00 11:29:29 09:09:01 1.33 0.00 1.33 0.00 0.00 16.26 0.00 11:29:29 09:10:01 1.13 0.00 1.13 0.00 0.00 12.40 0.00 11:29:29 09:11:01 1.57 0.00 1.57 0.00 0.00 18.53 0.00 11:29:29 09:12:01 1.03 0.00 1.03 0.00 0.00 11.20 0.00 11:29:29 09:13:01 1.40 0.00 1.40 0.00 0.00 17.46 0.00 11:29:29 09:14:01 1.03 0.00 1.03 0.00 0.00 12.00 0.00 11:29:29 09:15:01 1.30 0.00 1.30 0.00 0.00 16.53 0.00 11:29:29 09:16:01 1.35 0.00 1.35 0.00 0.00 14.93 0.00 11:29:29 09:17:01 1.27 0.00 1.27 0.00 0.00 15.60 0.00 11:29:29 09:18:01 1.33 0.00 1.33 0.00 0.00 13.60 0.00 11:29:29 09:19:01 1.35 0.00 1.35 0.00 0.00 16.53 0.00 11:29:29 09:20:01 1.12 0.00 1.12 0.00 0.00 11.73 0.00 11:29:29 09:21:01 1.40 0.00 1.40 0.00 0.00 17.73 0.00 11:29:29 09:22:01 1.23 0.00 1.23 0.00 0.00 13.06 0.00 11:29:29 09:23:01 1.32 0.00 1.32 0.00 0.00 16.53 0.00 11:29:29 09:24:01 1.22 0.00 1.22 0.00 0.00 13.60 0.00 11:29:29 09:25:02 1.62 0.00 1.62 0.00 0.00 18.40 0.00 11:29:29 09:26:01 1.32 0.02 1.30 0.00 0.81 14.51 0.00 11:29:29 09:27:01 1.70 0.00 1.70 0.00 0.00 20.13 0.00 11:29:29 09:28:01 1.03 0.00 1.03 0.00 0.00 10.80 0.00 11:29:29 09:29:01 1.27 0.00 1.27 0.00 0.00 15.73 0.00 11:29:29 09:30:01 1.10 0.00 1.10 0.00 0.00 11.46 0.00 11:29:29 09:31:01 1.27 0.00 1.27 0.00 0.00 16.00 0.00 11:29:29 09:32:01 1.40 0.00 1.40 0.00 0.00 15.60 0.00 11:29:29 09:33:01 1.37 0.00 1.37 0.00 0.00 16.66 0.00 11:29:29 09:34:01 1.17 0.00 1.17 0.00 0.00 12.93 0.00 11:29:29 09:35:01 1.42 0.00 1.42 0.00 0.00 16.40 0.00 11:29:29 09:36:01 1.07 0.00 1.07 0.00 0.00 12.13 0.00 11:29:29 09:37:01 1.90 0.00 1.90 0.00 0.00 21.86 0.00 11:29:29 09:38:01 1.03 0.00 1.03 0.00 0.00 11.73 0.00 11:29:29 09:39:01 1.63 0.00 1.63 0.00 0.00 18.66 0.00 11:29:29 09:40:01 1.22 0.00 1.22 0.00 0.00 13.06 0.00 11:29:29 09:41:01 1.58 0.00 1.58 0.00 0.00 18.66 0.00 11:29:29 09:42:01 1.28 0.00 1.28 0.00 0.00 14.13 0.00 11:29:29 09:43:01 1.57 0.00 1.57 0.00 0.00 18.13 0.00 11:29:29 09:44:01 1.12 0.00 1.12 0.00 0.00 11.60 0.00 11:29:29 09:45:01 1.62 0.00 1.62 0.00 0.00 18.80 0.00 11:29:29 09:46:01 1.03 0.00 1.03 0.00 0.00 11.20 0.00 11:29:29 09:47:01 1.43 0.00 1.43 0.00 0.00 16.26 0.00 11:29:29 09:48:01 1.43 0.00 1.43 0.00 0.00 16.40 0.00 11:29:29 09:49:01 1.58 0.00 1.58 0.00 0.00 18.53 0.00 11:29:29 09:50:01 1.25 0.00 1.25 0.00 0.00 13.73 0.00 11:29:29 09:51:01 1.58 0.00 1.58 0.00 0.00 18.13 0.00 11:29:29 09:52:01 1.23 0.00 1.23 0.00 0.00 13.86 0.00 11:29:29 09:53:01 1.55 0.00 1.55 0.00 0.00 17.86 0.00 11:29:29 09:54:01 1.07 0.00 1.07 0.00 0.00 11.33 0.00 11:29:29 09:55:01 1.25 0.00 1.25 0.00 0.00 15.86 0.00 11:29:29 09:56:01 1.10 0.00 1.10 0.00 0.00 11.73 0.00 11:29:29 09:57:01 1.38 0.00 1.38 0.00 0.00 17.46 0.00 11:29:29 09:58:01 1.20 0.00 1.20 0.00 0.00 12.40 0.00 11:29:29 09:59:01 1.38 0.00 1.38 0.00 0.00 17.20 0.00 11:29:29 10:00:01 1.08 0.00 1.08 0.00 0.00 12.40 0.00 11:29:29 10:01:01 1.27 0.00 1.27 0.00 0.00 15.06 0.00 11:29:29 10:02:01 1.37 0.00 1.37 0.00 0.00 15.46 0.00 11:29:29 10:03:01 1.28 0.00 1.28 0.00 0.00 14.93 0.00 11:29:29 10:04:01 1.27 0.00 1.27 0.00 0.00 14.13 0.00 11:29:29 10:05:01 1.40 0.00 1.40 0.00 0.00 16.26 0.00 11:29:29 10:06:01 1.08 0.00 1.08 0.00 0.00 12.40 0.00 11:29:29 10:07:01 1.67 0.00 1.67 0.00 0.00 19.60 0.00 11:29:29 10:08:01 1.07 0.00 1.07 0.00 0.00 12.00 0.00 11:29:29 10:09:01 1.52 0.00 1.52 0.00 0.00 18.40 0.00 11:29:29 10:10:01 1.10 0.00 1.10 0.00 0.00 12.40 0.00 11:29:29 10:11:01 1.52 0.00 1.52 0.00 0.00 18.13 0.00 11:29:29 10:12:01 1.10 0.00 1.10 0.00 0.00 12.53 0.00 11:29:29 10:13:01 1.30 0.00 1.30 0.00 0.00 15.60 0.00 11:29:29 10:14:01 1.15 0.00 1.15 0.00 0.00 12.66 0.00 11:29:29 10:15:01 1.32 0.00 1.32 0.00 0.00 15.60 0.00 11:29:29 10:16:01 0.98 0.00 0.98 0.00 0.00 10.93 0.00 11:29:29 10:17:01 1.37 0.00 1.37 0.00 0.00 16.93 0.00 11:29:29 10:18:01 1.30 0.00 1.30 0.00 0.00 14.80 0.00 11:29:29 10:19:01 1.23 0.00 1.23 0.00 0.00 14.00 0.00 11:29:29 10:20:01 1.33 0.00 1.33 0.00 0.00 14.93 0.00 11:29:29 10:21:01 1.13 0.00 1.13 0.00 0.00 13.60 0.00 11:29:29 10:22:01 1.32 0.00 1.32 0.00 0.00 15.86 0.00 11:29:29 10:23:01 1.23 0.00 1.23 0.00 0.00 14.13 0.00 11:29:29 10:24:01 1.32 0.00 1.32 0.00 0.00 14.53 0.00 11:29:29 10:25:01 1.45 0.00 1.45 0.00 0.00 17.20 0.00 11:29:29 10:26:01 1.13 0.00 1.13 0.00 0.00 12.53 0.00 11:29:29 10:27:01 1.48 0.00 1.48 0.00 0.00 18.00 0.00 11:29:29 10:28:01 1.05 0.00 1.05 0.00 0.00 11.73 0.00 11:29:29 10:29:01 1.53 0.00 1.53 0.00 0.00 17.73 0.00 11:29:29 10:30:01 1.02 0.00 1.02 0.00 0.00 11.33 0.00 11:29:29 10:31:01 1.08 0.00 1.08 0.00 0.00 13.20 0.00 11:29:29 10:32:01 1.30 0.00 1.30 0.00 0.00 16.00 0.00 11:29:29 10:33:01 1.30 0.00 1.30 0.00 0.00 16.13 0.00 11:29:29 10:34:01 1.17 0.00 1.17 0.00 0.00 12.53 0.00 11:29:29 10:35:01 1.57 0.00 1.57 0.00 0.00 18.13 0.00 11:29:29 10:36:01 1.05 0.00 1.05 0.00 0.00 11.46 0.00 11:29:29 10:37:01 1.67 0.00 1.67 0.00 0.00 20.53 0.00 11:29:29 10:38:01 1.07 0.00 1.07 0.00 0.00 11.33 0.00 11:29:29 10:39:01 1.53 0.00 1.53 0.00 0.00 19.06 0.00 11:29:29 10:40:01 1.05 0.00 1.05 0.00 0.00 11.33 0.00 11:29:29 10:41:01 1.52 0.00 1.52 0.00 0.00 16.66 0.00 11:29:29 10:42:01 1.13 0.00 1.13 0.00 0.00 12.93 0.00 11:29:29 10:43:01 1.53 0.00 1.53 0.00 0.00 16.80 0.00 11:29:29 10:44:01 1.00 0.00 1.00 0.00 0.00 11.46 0.00 11:29:29 10:45:01 1.63 0.00 1.63 0.00 0.00 19.06 0.00 11:29:29 10:46:01 1.03 0.00 1.03 0.00 0.00 10.80 0.00 11:29:29 10:47:01 1.77 0.00 1.77 0.00 0.00 19.46 0.00 11:29:29 10:48:01 1.13 0.00 1.13 0.00 0.00 12.53 0.00 11:29:29 10:49:01 1.53 0.00 1.53 0.00 0.00 18.13 0.00 11:29:29 10:50:01 1.12 0.00 1.12 0.00 0.00 11.60 0.00 11:29:29 10:51:01 1.50 0.00 1.50 0.00 0.00 17.33 0.00 11:29:29 10:52:01 1.20 0.00 1.20 0.00 0.00 13.20 0.00 11:29:29 10:53:01 1.32 0.00 1.32 0.00 0.00 15.33 0.00 11:29:29 10:54:01 1.15 0.00 1.15 0.00 0.00 12.13 0.00 11:29:29 10:55:01 1.50 0.00 1.50 0.00 0.00 17.46 0.00 11:29:29 10:56:02 1.12 0.00 1.12 0.00 0.00 12.26 0.00 11:29:29 10:57:01 1.24 0.00 1.24 0.00 0.00 14.51 0.00 11:29:29 10:58:01 1.27 0.00 1.27 0.00 0.00 14.40 0.00 11:29:29 10:59:01 1.12 0.00 1.12 0.00 0.00 12.80 0.00 11:29:29 11:00:01 1.25 0.00 1.25 0.00 0.00 13.73 0.00 11:29:29 11:01:01 1.17 0.00 1.17 0.00 0.00 13.33 0.00 11:29:29 11:02:01 1.27 0.00 1.27 0.00 0.00 13.73 0.00 11:29:29 11:03:01 1.88 0.00 1.88 0.00 0.00 21.33 0.00 11:29:29 11:04:01 1.12 0.00 1.12 0.00 0.00 12.13 0.00 11:29:29 11:05:01 1.60 0.00 1.60 0.00 0.00 18.80 0.00 11:29:29 11:06:01 1.10 0.00 1.10 0.00 0.00 11.60 0.00 11:29:29 11:07:01 1.48 0.00 1.48 0.00 0.00 16.93 0.00 11:29:29 11:08:01 1.23 0.00 1.23 0.00 0.00 13.33 0.00 11:29:29 11:09:01 1.15 0.00 1.15 0.00 0.00 13.46 0.00 11:29:29 11:10:01 1.42 0.00 1.42 0.00 0.00 15.86 0.00 11:29:29 11:11:01 1.42 0.00 1.42 0.00 0.00 16.66 0.00 11:29:29 11:12:01 1.07 0.00 1.07 0.00 0.00 11.46 0.00 11:29:29 11:13:01 1.77 0.00 1.77 0.00 0.00 20.93 0.00 11:29:29 11:14:01 1.18 0.00 1.18 0.00 0.00 12.53 0.00 11:29:29 11:15:01 1.60 0.00 1.60 0.00 0.00 20.00 0.00 11:29:29 11:16:01 1.08 0.00 1.08 0.00 0.00 11.20 0.00 11:29:29 11:17:01 1.40 0.00 1.40 0.00 0.00 16.53 0.00 11:29:29 11:18:01 1.53 0.00 1.53 0.00 0.00 15.73 0.00 11:29:29 11:19:01 1.33 0.00 1.33 0.00 0.00 15.33 0.00 11:29:29 11:20:01 1.27 0.00 1.27 0.00 0.00 13.60 0.00 11:29:29 11:21:01 1.43 0.00 1.43 0.00 0.00 16.26 0.00 11:29:29 11:22:01 1.10 0.00 1.10 0.00 0.00 11.60 0.00 11:29:29 11:23:01 1.77 0.00 1.77 0.00 0.00 19.73 0.00 11:29:29 11:24:01 1.15 0.00 1.15 0.00 0.00 12.66 0.00 11:29:29 11:25:01 1.25 0.00 1.25 0.00 0.00 15.33 0.00 11:29:29 11:26:01 1.15 0.00 1.15 0.00 0.00 11.60 0.00 11:29:29 11:27:01 1.72 0.00 1.72 0.00 0.00 19.46 0.00 11:29:29 11:28:01 1.32 0.00 1.32 0.00 0.00 14.26 0.00 11:29:29 11:29:01 1.20 0.00 1.20 0.00 0.00 13.60 0.00 11:29:29 Average: 9.63 0.11 9.52 0.00 11.98 2562.78 0.00 11:29:29 11:29:29 05:29:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 11:29:29 05:30:01 27497096 31340852 960092 2.92 127796 3866228 2266488 6.68 1730908 3126484 618008 11:29:29 05:31:01 26861476 31162240 1135328 3.45 131504 4288700 2511580 7.40 1907920 3552932 500940 11:29:29 05:32:01 26478052 31503252 793188 2.41 135656 4955776 1925556 5.67 1762992 4029992 624424 11:29:29 05:33:01 16958756 31380344 896228 2.73 340564 13654628 2499592 7.37 2714816 12071924 1436388 11:29:29 05:34:01 7825188 28035264 4154840 12.64 392524 18905012 11531180 33.98 7152244 16159468 1550644 11:29:29 05:35:01 5457348 28830540 3363656 10.23 410552 21930744 9253940 27.27 7734432 17839420 1437976 11:29:29 05:36:01 8740804 31437632 822616 2.50 421728 21457964 2206188 6.50 3358320 19244332 596 11:29:29 05:37:01 8718960 31419612 840564 2.56 423560 21459512 2340156 6.90 3768164 18856000 564 11:29:29 05:38:01 8733048 31434876 824792 2.51 424120 21459932 2219240 6.54 3937608 18671016 68 11:29:29 05:39:01 8734124 31436000 823912 2.51 424188 21459912 2219240 6.54 3936508 18671000 8 11:29:29 05:40:01 8744912 31446800 813100 2.47 424188 21459912 2219240 6.54 3924840 18670996 12 11:29:29 05:41:01 8747060 31448964 811412 2.47 424192 21459920 2219240 6.54 3924832 18671012 8 11:29:29 05:42:01 8749776 31451692 808608 2.46 424196 21459924 2219240 6.54 3921700 18671016 8 11:29:29 05:43:01 8749728 31451804 808576 2.46 424216 21459924 2219240 6.54 3921548 18671172 8 11:29:29 05:44:01 8749924 31452200 808816 2.46 424256 21459928 2236048 6.59 3921640 18671192 8 11:29:29 05:45:01 8749908 31452208 808780 2.46 424276 21459932 2236048 6.59 3921524 18671196 8 11:29:29 05:46:01 8750112 31452440 808500 2.46 424284 21459936 2236048 6.59 3921544 18671200 8 11:29:29 05:47:01 8750056 31452396 808456 2.46 424312 21459940 2236048 6.59 3921232 18671204 12 11:29:29 05:48:01 8750268 31452636 808172 2.46 424332 21459940 2236048 6.59 3921260 18671204 8 11:29:29 05:49:01 8750284 31452676 808060 2.46 424380 21459928 2236048 6.59 3921068 18671208 8 11:29:29 05:50:01 8749984 31452424 808276 2.46 424388 21459944 2236048 6.59 3921348 18671208 12 11:29:29 05:51:01 8749928 31452380 808236 2.46 424412 21459948 2236048 6.59 3921356 18671212 8 11:29:29 05:52:01 8750096 31452628 808140 2.46 424432 21460008 2236048 6.59 3921088 18671264 16 11:29:29 05:53:01 8750048 31452616 808128 2.46 424452 21460020 2236048 6.59 3921400 18671280 20 11:29:29 05:54:01 8749740 31452340 808348 2.46 424468 21460016 2236048 6.59 3921504 18671284 40 11:29:29 05:55:01 8750164 31452784 807836 2.46 424488 21460024 2236048 6.59 3921460 18671288 8 11:29:29 05:56:01 8750116 31452764 807800 2.46 424504 21460028 2236048 6.59 3921484 18671292 28 11:29:29 05:57:01 8749848 31452512 807980 2.46 424532 21460028 2236048 6.59 3921500 18671292 4 11:29:29 05:58:01 8749800 31452496 807944 2.46 424548 21460036 2236048 6.59 3921512 18671296 40 11:29:29 05:59:01 8750288 31453000 807384 2.46 424568 21460028 2236048 6.59 3921312 18671296 8 11:29:29 06:00:01 8750456 31453208 807324 2.46 424592 21460040 2236048 6.59 3921548 18671304 24 11:29:29 06:01:01 8750180 31453076 807412 2.46 424612 21460172 2236048 6.59 3921296 18671424 8 11:29:29 06:02:01 8750236 31453224 807388 2.46 424632 21460168 2236048 6.59 3921300 18671436 4 11:29:29 06:03:01 8749732 31452764 807856 2.46 424656 21460180 2236048 6.59 3921340 18671440 24 11:29:29 06:04:01 8749060 31452120 808444 2.46 424708 21460168 2236048 6.59 3921612 18671444 20 11:29:29 06:05:01 8749344 31452460 808036 2.46 424720 21460184 2236048 6.59 3921424 18671448 8 11:29:29 06:06:01 8748812 31452288 808356 2.46 424748 21460524 2236048 6.59 3923660 18671572 36 11:29:29 06:07:01 8742680 31447864 812688 2.47 424780 21461292 2236048 6.59 3927932 18671740 4 11:29:29 06:08:01 8742704 31448040 812452 2.47 424800 21461424 2236048 6.59 3927824 18671872 28 11:29:29 06:09:01 8742876 31448256 812140 2.47 424840 21461424 2236048 6.59 3927680 18671852 220 11:29:29 06:10:01 8742996 31448396 812168 2.47 424852 21461428 2236048 6.59 3927996 18671856 204 11:29:29 06:11:01 8743012 31448412 812128 2.47 424872 21461432 2236048 6.59 3927688 18671856 4 11:29:29 06:12:01 8742584 31448044 812416 2.47 424900 21461436 2236048 6.59 3928136 18671864 196 11:29:29 06:13:01 8742664 31448128 812304 2.47 424912 21461440 2236048 6.59 3927920 18671868 8 11:29:29 06:14:01 8742624 31448100 812260 2.47 424944 21461432 2236048 6.59 3927744 18671868 12 11:29:29 06:15:01 8742568 31448116 812208 2.47 424976 21461448 2236048 6.59 3928008 18671876 152 11:29:29 06:16:01 8742524 31448072 812444 2.47 424984 21461448 2236048 6.59 3927732 18671876 8 11:29:29 06:17:01 8742192 31447752 812720 2.47 425012 21461448 2236048 6.59 3928016 18671880 12 11:29:29 06:18:01 8741876 31447468 812932 2.47 425024 21461452 2236048 6.59 3927800 18671880 8 11:29:29 06:19:01 8741796 31447420 812928 2.47 425052 21461456 2236048 6.59 3927888 18671884 20 11:29:29 06:20:01 8742284 31447944 812404 2.47 425064 21461460 2252100 6.64 3927832 18671888 12 11:29:29 06:21:01 8741976 31447648 812632 2.47 425080 21461464 2252100 6.64 3928220 18671888 24 11:29:29 06:22:01 8741936 31447628 812592 2.47 425096 21461468 2268184 6.68 3927900 18671892 24 11:29:29 06:23:01 8741668 31447380 812776 2.47 425120 21461468 2268184 6.68 3927932 18671896 4 11:29:29 06:24:01 8741344 31447084 813004 2.47 425140 21461468 2251536 6.64 3928016 18671900 24 11:29:29 06:25:01 8741444 31447204 812908 2.47 425164 21461468 2251536 6.64 3928268 18671900 8 11:29:29 06:26:02 8738456 31447204 812452 2.47 425204 21464068 2254720 6.64 3928168 18674372 8 11:29:29 06:27:01 8738448 31447208 812420 2.47 425220 21464072 2254720 6.64 3928176 18674376 4 11:29:29 06:28:01 8738616 31447396 812380 2.47 425244 21464072 2254720 6.64 3928176 18674376 8 11:29:29 06:29:01 8738600 31447412 812320 2.47 425280 21464080 2254720 6.64 3928284 18674380 12 11:29:29 06:30:01 8738552 31447400 812272 2.47 425320 21464076 2254720 6.64 3928236 18674380 4 11:29:29 06:31:01 8738820 31447844 811772 2.47 425348 21464216 2238544 6.60 3928292 18674512 28 11:29:29 06:32:01 8738772 31447828 811744 2.47 425360 21464220 2238544 6.60 3928308 18674516 12 11:29:29 06:33:01 8738724 31447796 811712 2.47 425376 21464220 2238544 6.60 3928336 18674516 8 11:29:29 06:34:01 8738892 31447988 811668 2.47 425408 21464216 2238544 6.60 3928404 18674520 24 11:29:29 06:35:01 8738916 31448060 811584 2.47 425444 21464212 2238544 6.60 3928400 18674520 8 11:29:29 06:36:01 8739124 31448280 811532 2.47 425464 21464228 2238544 6.60 3928596 18674532 28 11:29:29 06:37:01 8739376 31448572 811228 2.47 425496 21464228 2238544 6.60 3928440 18674532 12 11:29:29 06:38:01 8739036 31448280 811484 2.47 425516 21464232 2238544 6.60 3928468 18674536 4 11:29:29 06:39:01 8738924 31448200 811508 2.47 425532 21464240 2238544 6.60 3928620 18674544 48 11:29:29 06:40:01 8738884 31448164 811472 2.47 425564 21464224 2238544 6.60 3928492 18674544 16 11:29:29 06:41:01 8738584 31447904 811672 2.47 425580 21464244 2238544 6.60 3928540 18674548 4 11:29:29 06:42:01 8738752 31448096 811640 2.47 425592 21464244 2238544 6.60 3928540 18674548 12 11:29:29 06:43:01 8738736 31448100 811588 2.47 425624 21464248 2238544 6.60 3928568 18674552 4 11:29:29 06:44:01 8738972 31448372 811476 2.47 425644 21464248 2238544 6.60 3928652 18674552 8 11:29:29 06:45:01 8738696 31448120 811676 2.47 425684 21464236 2238544 6.60 3928676 18674556 4 11:29:29 06:46:01 8738656 31448128 811628 2.47 425700 21464256 2238544 6.60 3928644 18674560 24 11:29:29 06:47:01 8738404 31447932 811836 2.47 425728 21464260 2238544 6.60 3928672 18674560 8 11:29:29 06:48:01 8738624 31448192 811536 2.47 425748 21464264 2222492 6.55 3928688 18674564 8 11:29:29 06:49:01 8738292 31447892 811776 2.47 425768 21464268 2222492 6.55 3928788 18674568 24 11:29:29 06:50:01 8738212 31447844 811772 2.47 425784 21464272 2222492 6.55 3928800 18674572 192 11:29:29 06:51:01 8737904 31447552 812000 2.47 425796 21464272 2222492 6.55 3928760 18674572 12 11:29:29 06:52:01 8737644 31447316 812180 2.47 425808 21464276 2222492 6.55 3928760 18674576 28 11:29:29 06:53:01 8737596 31447420 812020 2.47 425820 21464408 2222492 6.55 3928772 18674712 12 11:29:29 06:54:01 8738048 31447884 811712 2.47 425828 21464408 2222492 6.55 3928840 18674712 20 11:29:29 06:55:01 8738284 31448132 811428 2.47 425856 21464400 2238660 6.60 3928804 18674716 8 11:29:29 06:56:01 8738016 31447868 811652 2.47 425868 21464412 2238660 6.60 3928808 18674716 12 11:29:29 06:57:01 8737944 31447848 811628 2.47 425896 21464420 2238660 6.60 3928848 18674720 8 11:29:29 06:58:01 8737644 31447580 811848 2.47 425912 21464424 2254720 6.64 3928860 18674724 24 11:29:29 06:59:01 8737880 31447844 811532 2.47 425928 21464424 2254720 6.64 3928964 18674728 8 11:29:29 07:00:01 8737612 31447596 811708 2.47 425960 21464420 2254720 6.64 3928892 18674732 4 11:29:29 07:01:01 8737556 31447580 811784 2.47 425980 21464428 2254720 6.64 3929024 18674732 12 11:29:29 07:02:01 8737732 31447772 811752 2.47 425996 21464432 2254720 6.64 3928948 18674736 4 11:29:29 07:03:01 8737740 31447800 811708 2.47 426008 21464432 2254720 6.64 3929068 18674736 12 11:29:29 07:04:01 8737180 31447260 812156 2.47 426040 21464440 2254720 6.64 3929936 18674740 20 11:29:29 07:05:01 8737320 31447476 811860 2.47 426064 21464436 2254720 6.64 3929720 18674744 32 11:29:29 07:06:01 8737280 31447460 811808 2.47 426084 21464444 2254720 6.64 3929668 18674744 8 11:29:29 07:07:01 8733464 31443768 815288 2.48 426116 21464452 2254720 6.64 3933368 18673736 8 11:29:29 07:08:01 8733356 31443672 815824 2.48 426136 21464452 2254720 6.64 3933172 18673736 8 11:29:29 07:09:01 8733396 31443756 815612 2.48 426168 21464448 2254720 6.64 3933212 18673736 4 11:29:29 07:10:01 8733380 31443764 815584 2.48 426192 21464444 2254720 6.64 3933156 18673736 12 11:29:29 07:11:01 8733324 31443724 815544 2.48 426212 21464460 2254720 6.64 3933172 18673740 4 11:29:29 07:12:01 8732520 31442924 816272 2.48 426224 21464464 2254720 6.64 3933172 18673744 24 11:29:29 07:13:01 8733040 31443508 815708 2.48 426248 21464464 2254720 6.64 3933540 18673748 12 11:29:29 07:14:01 8733056 31443548 815644 2.48 426264 21464468 2254720 6.64 3933320 18673748 4 11:29:29 07:15:01 8733008 31443564 815584 2.48 426312 21464464 2254720 6.64 3933324 18673756 8 11:29:29 07:16:01 8732456 31443020 816052 2.48 426320 21464476 2254720 6.64 3933324 18673760 8 11:29:29 07:17:01 8732028 31442528 816388 2.48 426336 21464476 2270840 6.69 3933864 18673760 20 11:29:29 07:18:01 8732740 31443264 815848 2.48 426352 21464480 2270840 6.69 3933724 18673764 200 11:29:29 07:19:01 8732796 31443384 815752 2.48 426384 21464488 2270840 6.69 3933452 18673776 16 11:29:29 07:20:01 8732424 31443012 815972 2.48 426416 21464488 2270840 6.69 3933936 18673776 228 11:29:29 07:21:01 8732448 31443100 815924 2.48 426436 21464492 2270840 6.69 3933452 18673784 28 11:29:29 07:22:01 8732320 31442972 815912 2.48 426448 21464492 2270840 6.69 3933872 18673784 176 11:29:29 07:23:01 8732344 31443008 815864 2.48 426460 21464496 2270840 6.69 3933460 18673788 8 11:29:29 07:24:01 8731720 31442448 816380 2.48 426484 21464504 2270840 6.69 3933904 18673800 200 11:29:29 07:25:01 8732248 31442976 815836 2.48 426500 21464504 2270840 6.69 3933512 18673800 8 11:29:29 07:26:01 8732408 31443140 815808 2.48 426512 21464508 2254552 6.64 3933520 18673804 12 11:29:29 07:27:01 8732424 31443212 815728 2.48 426544 21464508 2254552 6.64 3933584 18673808 16 11:29:29 07:28:01 8732376 31443168 815704 2.48 426552 21464512 2254552 6.64 3933584 18673812 8 11:29:29 07:29:01 8732192 31443016 815972 2.48 426568 21464512 2254552 6.64 3934116 18673792 200 11:29:29 07:30:01 8732468 31443296 815684 2.48 426588 21464504 2254552 6.64 3933648 18673796 12 11:29:29 07:31:01 8732420 31443252 815656 2.48 426600 21464520 2254552 6.64 3933684 18673800 192 11:29:29 07:32:01 8732436 31443328 815560 2.48 426628 21464520 2238164 6.60 3933704 18673804 8 11:29:29 07:33:01 8732876 31443796 815492 2.48 426644 21464528 2238164 6.60 3934156 18673808 20 11:29:29 07:34:01 8732600 31443536 815720 2.48 426664 21464528 2238164 6.60 3933920 18673808 20 11:29:29 07:35:01 8732236 31443184 815992 2.48 426680 21464528 2238164 6.60 3934044 18673812 8 11:29:29 07:36:01 8732464 31443456 815680 2.48 426696 21464536 2238164 6.60 3934040 18673816 12 11:29:29 07:37:01 8732424 31443452 815632 2.48 426716 21464540 2238164 6.60 3933816 18673824 16 11:29:29 07:38:01 8732432 31443492 815524 2.48 426748 21464544 2238164 6.60 3934176 18673824 20 11:29:29 07:39:01 8732276 31443336 815808 2.48 426768 21464544 2238164 6.60 3933984 18673824 16 11:29:29 07:40:01 8732016 31443136 816000 2.48 426812 21464536 2238164 6.60 3933912 18673828 8 11:29:29 07:41:01 8731660 31442780 816248 2.48 426832 21464548 2238164 6.60 3933944 18673828 8 11:29:29 07:42:01 8732172 31443352 815672 2.48 426844 21464552 2238164 6.60 3933984 18673836 8 11:29:29 07:43:01 8731684 31442864 816076 2.48 426864 21464556 2238164 6.60 3933984 18673836 8 11:29:29 07:44:01 8732204 31443388 815524 2.48 426876 21464560 2238164 6.60 3934044 18673840 16 11:29:29 07:45:01 8732156 31443404 815780 2.48 426900 21464564 2254448 6.64 3934040 18673852 40 11:29:29 07:46:01 8732072 31443320 815832 2.48 426900 21464564 2254448 6.64 3934044 18673852 12 11:29:29 07:47:01 8732544 31443712 815388 2.48 426924 21464568 2254448 6.64 3934120 18673848 12 11:29:29 07:48:01 8732504 31443676 815348 2.48 426948 21464568 2254448 6.64 3934048 18673848 12 11:29:29 07:49:01 8732520 31443756 815276 2.48 426984 21464572 2254448 6.64 3934180 18673856 4 11:29:29 07:50:01 8732204 31443444 815492 2.48 427024 21464564 2270568 6.69 3934168 18673860 24 11:29:29 07:51:01 8731840 31443204 815704 2.48 427036 21464644 2270568 6.69 3934160 18673928 24 11:29:29 07:52:01 8731768 31443140 815688 2.48 427056 21464648 2270568 6.69 3934160 18673932 8 11:29:29 07:53:01 8731904 31443276 815668 2.48 427068 21464652 2270568 6.69 3934232 18673932 4 11:29:29 07:54:02 8731628 31443064 815876 2.48 427088 21464656 2270568 6.69 3934288 18673948 16 11:29:29 07:55:01 8732052 31443496 815840 2.48 427116 21464656 2270568 6.69 3934232 18673948 8 11:29:29 07:56:01 8732296 31443812 815536 2.48 427152 21464652 2254072 6.64 3934272 18673956 4 11:29:29 07:57:01 8732280 31443800 815468 2.48 427164 21464664 2254072 6.64 3934276 18673960 40 11:29:29 07:58:01 8731980 31443500 815684 2.48 427188 21464664 2254072 6.64 3934276 18673960 8 11:29:29 07:59:01 8731932 31443520 815648 2.48 427212 21464660 2254072 6.64 3934412 18673968 4 11:29:29 08:00:01 8732084 31443676 815624 2.48 427220 21464668 2254072 6.64 3934404 18673968 12 11:29:29 08:01:01 8731792 31443444 815824 2.48 427248 21464668 2254072 6.64 3934656 18673980 8 11:29:29 08:02:01 8732020 31443672 815552 2.48 427260 21464676 2254072 6.64 3934404 18673980 8 11:29:29 08:03:01 8731980 31443640 815516 2.48 427280 21464676 2254072 6.64 3934404 18673984 44 11:29:29 08:04:01 8731892 31443616 815512 2.48 427304 21464684 2254072 6.64 3934636 18673992 16 11:29:29 08:05:01 8732120 31443844 815192 2.48 427328 21464684 2254072 6.64 3934520 18673992 20 11:29:29 08:06:01 8732080 31443852 815080 2.48 427352 21464752 2254072 6.64 3934448 18674040 4 11:29:29 08:07:01 8731836 31443664 815288 2.48 427368 21464752 2254072 6.64 3934696 18674012 44 11:29:29 08:08:01 8731072 31442976 815920 2.48 427388 21464884 2254072 6.64 3934960 18674164 28 11:29:29 08:09:01 8731276 31443212 815932 2.48 427404 21464884 2254072 6.64 3934900 18674164 8 11:29:29 08:10:01 8731444 31443496 815684 2.48 427416 21465020 2254072 6.64 3934812 18674280 44 11:29:29 08:11:01 8731420 31443476 815656 2.48 427452 21465020 2254072 6.64 3934892 18674284 12 11:29:29 08:12:01 8731128 31443268 815884 2.48 427460 21465028 2254072 6.64 3934868 18674312 8 11:29:29 08:13:01 8731372 31443524 815604 2.48 427472 21465028 2254072 6.64 3934884 18674316 4 11:29:29 08:14:01 8731556 31443732 815592 2.48 427484 21465032 2254072 6.64 3934952 18674312 16 11:29:29 08:15:01 8731320 31443524 815776 2.48 427508 21465036 2254072 6.64 3934928 18674316 8 11:29:29 08:16:01 8731272 31443480 815736 2.48 427552 21465024 2254072 6.64 3934912 18674320 4 11:29:29 08:17:01 8730932 31443208 815988 2.48 427568 21465032 2254072 6.64 3934984 18674324 8 11:29:29 08:18:01 8730640 31442952 816144 2.48 427588 21465044 2254072 6.64 3934976 18674324 4 11:29:29 08:19:01 8730656 31442972 816080 2.48 427612 21465048 2254072 6.64 3935056 18674324 32 11:29:29 08:20:01 8730608 31442988 816068 2.48 427624 21465052 2254072 6.64 3935108 18674336 32 11:29:29 08:21:01 8730560 31442940 816048 2.48 427644 21465040 2254072 6.64 3935112 18674336 44 11:29:29 08:22:01 8730764 31443148 815744 2.48 427660 21465056 2270144 6.69 3935036 18674340 28 11:29:29 08:23:01 8730652 31443108 815760 2.48 427684 21465060 2270144 6.69 3935108 18674348 28 11:29:29 08:24:01 8730600 31443056 815948 2.48 427704 21465060 2270144 6.69 3935240 18674348 20 11:29:29 08:25:01 8730308 31442808 816152 2.48 427716 21465100 2270144 6.69 3935388 18674388 12 11:29:29 08:26:01 8730300 31442804 816116 2.48 427736 21465104 2286400 6.74 3935112 18674388 8 11:29:29 08:27:01 8730252 31442832 816072 2.48 427756 21465108 2286400 6.74 3935168 18674400 12 11:29:29 08:28:01 8730448 31443144 815668 2.48 427768 21465236 2286400 6.74 3935168 18674516 8 11:29:29 08:29:01 8730320 31443024 815700 2.48 427784 21465244 2286400 6.74 3935304 18674520 68 11:29:29 08:30:01 8730488 31443256 815656 2.48 427804 21465248 2269604 6.69 3935224 18674528 12 11:29:29 08:31:01 8730236 31443004 815892 2.48 427820 21465248 2269604 6.69 3935224 18674528 12 11:29:29 08:32:01 8730032 31442824 816112 2.48 427832 21465252 2269604 6.69 3935256 18674516 24 11:29:29 08:33:01 8730276 31443068 815792 2.48 427848 21465252 2269604 6.69 3935260 18674516 4 11:29:29 08:34:01 8730688 31443488 815504 2.48 427872 21465256 2269604 6.69 3935388 18674520 28 11:29:29 08:35:01 8730452 31443328 815664 2.48 427908 21465256 2269604 6.69 3935312 18674528 4 11:29:29 08:36:01 8730152 31443048 815880 2.48 427932 21465252 2269604 6.69 3935520 18674544 20 11:29:29 08:37:01 8730104 31443068 815844 2.48 427940 21465264 2253144 6.64 3935376 18674552 44 11:29:29 08:38:01 8729772 31442740 816092 2.48 427956 21465268 2253144 6.64 3935376 18674552 20 11:29:29 08:39:01 8729912 31442916 815984 2.48 427968 21465268 2253144 6.64 3935472 18674552 60 11:29:29 08:40:01 8730080 31443112 815952 2.48 427988 21465272 2253144 6.64 3935448 18674552 8 11:29:29 08:41:01 8730096 31443136 815892 2.48 428020 21465260 2253144 6.64 3935436 18674556 60 11:29:29 08:42:01 8729504 31442592 816348 2.48 428040 21465280 2253144 6.64 3935740 18674560 4 11:29:29 08:43:01 8724944 31439000 818576 2.49 428060 21465852 2252724 6.64 3936368 18675080 8 11:29:29 08:44:01 8727972 31441808 817580 2.49 428092 21465844 2254056 6.64 3935680 18675072 16 11:29:29 08:45:01 8727892 31441732 817536 2.49 428116 21465848 2254056 6.64 3935596 18675072 60 11:29:29 08:46:01 8727836 31441740 817504 2.49 428144 21465840 2254056 6.64 3935648 18675084 24 11:29:29 08:47:01 8727748 31441652 817512 2.49 428152 21465852 2254056 6.64 3935672 18675084 44 11:29:29 08:48:01 8728152 31442064 817320 2.49 428160 21465856 2254056 6.64 3935980 18675088 220 11:29:29 08:49:01 8728168 31442088 817364 2.49 428184 21465860 2254056 6.64 3936080 18675092 200 11:29:29 08:50:01 8727868 31441848 817596 2.49 428204 21465860 2254056 6.64 3936148 18675096 200 11:29:29 08:51:01 8727504 31441536 817860 2.49 428244 21465864 2254056 6.64 3936320 18675092 236 11:29:29 08:52:01 8727528 31441560 817820 2.49 428260 21465864 2254056 6.64 3935768 18675092 8 11:29:29 08:53:01 8727940 31441984 817520 2.49 428288 21465868 2254056 6.64 3935768 18675096 4 11:29:29 08:54:01 8728216 31442320 817212 2.49 428304 21465868 2254056 6.64 3935892 18675100 16 11:29:29 08:55:01 8727884 31441996 817500 2.49 428320 21465876 2254056 6.64 3935832 18675104 48 11:29:29 08:56:01 8727972 31442132 817476 2.49 428336 21465880 2254056 6.64 3936244 18675108 12 11:29:29 08:57:01 8727964 31442252 817304 2.49 428360 21466008 2254056 6.64 3936248 18675224 208 11:29:29 08:58:01 8727988 31442280 817260 2.49 428376 21466012 2254056 6.64 3935868 18675228 4 11:29:29 08:59:01 8728004 31442312 817168 2.49 428388 21466012 2254056 6.64 3935932 18675240 44 11:29:29 09:00:01 8727956 31442328 817136 2.48 428400 21466020 2254056 6.64 3935920 18675252 12 11:29:29 09:01:01 8727940 31442316 817112 2.48 428420 21466024 2254056 6.64 3935920 18675256 8 11:29:29 09:02:01 8727892 31442296 817084 2.48 428436 21466024 2254056 6.64 3935972 18675252 8 11:29:29 09:03:01 8728016 31442424 817020 2.48 428460 21466032 2254056 6.64 3936360 18675256 204 11:29:29 09:04:01 8728104 31442560 816924 2.48 428468 21466032 2254056 6.64 3936324 18675260 20 11:29:29 09:05:01 8728556 31443044 816604 2.48 428496 21466036 2254056 6.64 3936040 18675264 64 11:29:29 09:06:01 8728532 31443024 816580 2.48 428524 21466024 2254056 6.64 3936024 18675264 12 11:29:29 09:07:01 8728296 31442820 816776 2.48 428532 21466040 2254056 6.64 3936128 18675268 44 11:29:29 09:08:01 8728192 31442692 816804 2.48 428552 21466044 2270132 6.69 3936404 18675268 20 11:29:29 09:09:01 8728136 31442640 816780 2.48 428572 21466044 2270132 6.69 3936360 18675268 232 11:29:29 09:10:01 8728096 31442664 816752 2.48 428576 21466048 2270132 6.69 3936192 18675276 24 11:29:29 09:11:01 8727756 31442232 817116 2.48 428584 21466048 2270132 6.69 3936196 18675276 40 11:29:29 09:12:01 8728292 31442772 816512 2.48 428588 21466052 2270132 6.69 3936196 18675280 212 11:29:29 09:13:01 8728484 31442964 816496 2.48 428608 21466056 2270132 6.69 3936196 18675280 20 11:29:29 09:14:01 8728176 31442668 816744 2.48 428620 21466060 2270132 6.69 3936268 18675284 216 11:29:29 09:15:01 8728280 31442840 816764 2.48 428644 21466064 2270132 6.69 3936272 18675296 248 11:29:29 09:16:01 8728012 31442596 816988 2.48 428664 21466060 2270132 6.69 3936288 18675292 4 11:29:29 09:17:01 8727672 31442268 817248 2.49 428672 21466072 2270132 6.69 3936296 18675296 60 11:29:29 09:18:01 8727900 31442516 816916 2.48 428684 21466072 2270132 6.69 3936324 18675296 8 11:29:29 09:19:01 8728144 31442764 816644 2.48 428700 21466076 2270132 6.69 3936368 18675300 60 11:29:29 09:20:01 8728104 31442724 816624 2.48 428716 21466076 2270132 6.69 3936308 18675300 12 11:29:29 09:21:01 8728088 31442772 816560 2.48 428748 21466064 2253648 6.64 3936368 18675308 60 11:29:29 09:22:01 8727788 31442496 816776 2.48 428752 21466084 2269860 6.69 3936404 18675308 4 11:29:29 09:23:01 8727856 31442580 816492 2.48 428768 21466088 2269860 6.69 3936408 18675308 4 11:29:29 09:24:01 8728060 31442808 816200 2.48 428792 21466092 2269860 6.69 3936484 18675316 8 11:29:29 09:25:02 8727760 31442536 816424 2.48 428808 21466092 2269860 6.69 3936448 18675316 12 11:29:29 09:26:01 8727712 31442496 816348 2.48 428844 21466120 2253620 6.64 3936460 18675320 8 11:29:29 09:27:01 8727880 31442712 816288 2.48 428888 21466124 2253620 6.64 3936496 18675324 44 11:29:29 09:28:01 8727864 31442756 816372 2.48 428900 21466124 2253620 6.64 3936536 18675348 8 11:29:29 09:29:01 8727872 31442784 816284 2.48 428916 21466128 2253620 6.64 3936612 18675352 68 11:29:29 09:30:01 8727824 31442752 816268 2.48 428928 21466128 2253620 6.64 3936572 18675352 12 11:29:29 09:31:01 8728016 31442964 816248 2.48 428936 21466136 2253620 6.64 3936580 18675356 68 11:29:29 09:32:01 8727748 31442844 816336 2.48 428960 21466264 2253620 6.64 3936592 18675492 8 11:29:29 09:33:01 8727572 31442688 816428 2.48 428976 21466272 2253620 6.64 3936624 18675496 60 11:29:29 09:34:01 8727556 31442700 816356 2.48 429000 21466276 2253620 6.64 3936692 18675500 28 11:29:29 09:35:01 8727724 31442892 816332 2.48 429012 21466276 2253620 6.64 3936656 18675500 44 11:29:29 09:36:01 8728056 31443228 815940 2.48 429040 21466280 2253620 6.64 3936776 18675504 36 11:29:29 09:37:01 8727820 31442992 816144 2.48 429064 21466272 2253620 6.64 3936668 18675504 16 11:29:29 09:38:01 8727772 31443004 816112 2.48 429068 21466284 2253620 6.64 3936708 18675508 28 11:29:29 09:39:01 8727660 31442900 816152 2.48 429080 21466284 2253620 6.64 3936776 18675508 52 11:29:29 09:40:01 8727612 31442860 816116 2.48 429096 21466288 2269744 6.69 3936716 18675512 12 11:29:29 09:41:01 8727532 31442836 816104 2.48 429116 21466296 2269744 6.69 3936768 18675520 52 11:29:29 09:42:01 8727484 31442804 816064 2.48 429148 21466284 2269744 6.69 3936768 18675520 8 11:29:29 09:43:01 8727720 31443076 815780 2.48 429160 21466300 2269744 6.69 3936800 18675524 48 11:29:29 09:44:01 8727920 31443296 815720 2.48 429172 21466300 2269744 6.69 3936876 18675524 16 11:29:29 09:45:01 8727872 31443268 815724 2.48 429184 21466304 2269744 6.69 3936836 18675528 40 11:29:29 09:46:01 8727824 31443236 815696 2.48 429196 21466304 2269744 6.69 3936844 18675528 12 11:29:29 09:47:01 8727768 31443204 815660 2.48 429212 21466308 2269744 6.69 3936860 18675532 172 11:29:29 09:48:01 8727720 31443180 815624 2.48 429232 21466312 2269744 6.69 3936896 18675536 8 11:29:29 09:49:01 8727952 31443432 815568 2.48 429252 21466316 2269744 6.69 3936996 18675536 44 11:29:29 09:50:01 8727936 31443424 815528 2.48 429276 21466320 2269744 6.69 3936940 18675540 8 11:29:29 09:51:01 8727628 31443140 816056 2.48 429276 21466324 2269744 6.69 3936992 18675540 44 11:29:29 09:52:01 8728300 31443820 815440 2.48 429280 21466328 2269744 6.69 3937004 18675544 8 11:29:29 09:53:01 8728284 31443820 815424 2.48 429292 21466332 2269744 6.69 3937008 18675556 44 11:29:29 09:54:01 8727952 31443464 815716 2.48 429308 21466332 2269744 6.69 3937068 18675556 16 11:29:29 09:55:01 8727908 31443424 815908 2.48 429332 21466336 2269744 6.69 3937008 18675560 64 11:29:29 09:56:01 8727908 31443484 815896 2.48 429340 21466336 2253420 6.64 3937072 18675564 12 11:29:29 09:57:01 8728112 31443692 815612 2.48 429372 21466328 2253420 6.64 3937064 18675568 60 11:29:29 09:58:01 8728056 31443660 815584 2.48 429388 21466340 2253420 6.64 3937100 18675564 16 11:29:29 09:59:01 8727472 31443116 816088 2.48 429396 21466348 2253420 6.64 3937128 18675568 68 11:29:29 10:00:01 8727680 31443340 816016 2.48 429408 21466352 2253420 6.64 3937080 18675572 28 11:29:29 10:01:01 8728152 31443812 815504 2.48 429416 21466352 2269676 6.69 3937076 18675572 44 11:29:29 10:02:01 8727844 31443556 815656 2.48 429436 21466420 2269676 6.69 3937076 18675624 4 11:29:29 10:03:01 8727828 31443592 815588 2.48 429460 21466420 2269676 6.69 3937124 18675644 44 11:29:29 10:04:01 8727716 31443488 815608 2.48 429484 21466424 2269676 6.69 3937168 18675648 4 11:29:29 10:05:01 8727480 31443312 815756 2.48 429512 21466424 2269676 6.69 3937308 18675652 8 11:29:29 10:06:01 8727432 31443268 815716 2.48 429532 21466432 2269676 6.69 3937180 18675656 40 11:29:29 10:07:01 8727632 31443532 815644 2.48 429564 21466428 2269676 6.69 3937280 18675664 20 11:29:29 10:08:01 8726100 31442132 816940 2.48 429588 21466436 2269676 6.69 3937676 18675660 8 11:29:29 10:09:01 8726276 31442320 816868 2.48 429604 21466444 2269676 6.69 3937484 18675668 8 11:29:29 10:10:01 8726772 31442816 816444 2.48 429624 21466444 2269676 6.69 3937420 18675668 12 11:29:29 10:11:01 8726668 31442904 816340 2.48 429652 21466568 2269676 6.69 3937404 18675804 4 11:29:29 10:12:01 8726620 31442856 816312 2.48 429676 21466568 2285804 6.74 3937404 18675804 12 11:29:29 10:13:01 8726284 31442576 816784 2.48 429684 21466580 2269428 6.69 3937452 18675804 260 11:29:29 10:14:01 8726780 31443076 816228 2.48 429696 21466584 2269428 6.69 3937520 18675808 24 11:29:29 10:15:01 8726724 31443028 816216 2.48 429712 21466584 2269428 6.69 3937452 18675808 48 11:29:29 10:16:01 8726496 31442812 816440 2.48 429716 21466588 2269428 6.69 3937452 18675812 24 11:29:29 10:17:01 8726172 31442492 816696 2.48 429728 21466580 2269428 6.69 3937452 18675812 44 11:29:29 10:18:01 8726668 31443044 816084 2.48 429736 21466596 2269428 6.69 3937512 18675816 44 11:29:29 10:19:01 8726540 31443060 816140 2.48 429756 21466728 2269428 6.69 3937836 18675944 188 11:29:29 10:20:01 8726508 31443040 816116 2.48 429772 21466728 2269428 6.69 3937768 18675952 8 11:29:29 10:21:01 8726184 31442728 816352 2.48 429780 21466736 2269428 6.69 3937892 18675956 296 11:29:29 10:22:01 8726336 31442944 816316 2.48 429804 21466736 2269428 6.69 3937960 18675960 252 11:29:29 10:23:01 8726604 31443216 816012 2.48 429824 21466740 2269428 6.69 3937828 18675964 172 11:29:29 10:24:01 8725888 31442532 816712 2.48 429836 21466740 2269428 6.69 3937656 18675964 4 11:29:29 10:25:01 8725580 31442264 816908 2.48 429864 21466744 2269428 6.69 3938040 18675968 208 11:29:29 10:26:01 8725532 31442220 816876 2.48 429880 21466748 2269428 6.69 3937992 18675972 204 11:29:29 10:27:01 8725484 31442232 816828 2.48 429908 21466752 2253240 6.64 3938188 18675976 228 11:29:29 10:28:01 8725920 31442672 816556 2.48 429924 21466756 2253240 6.64 3938072 18675980 216 11:29:29 10:29:01 8725992 31442744 816428 2.48 429960 21466756 2253240 6.64 3938060 18675980 4 11:29:29 10:30:01 8725936 31442752 816472 2.48 429968 21466760 2253240 6.64 3937784 18675988 4 11:29:29 10:31:01 8725952 31442772 816424 2.48 429980 21466760 2253240 6.64 3938124 18675984 172 11:29:29 10:32:01 8725652 31442488 816656 2.48 429996 21466752 2253240 6.64 3937828 18675988 24 11:29:29 10:33:01 8725952 31442800 816308 2.48 430012 21466768 2253240 6.64 3937828 18675992 60 11:29:29 10:34:01 8725556 31442388 816580 2.48 430032 21466768 2253240 6.64 3938284 18675992 168 11:29:29 10:35:01 8725792 31442692 816308 2.48 430060 21466772 2253240 6.64 3937884 18676000 4 11:29:29 10:36:01 8725712 31442612 816304 2.48 430084 21466772 2253240 6.64 3937956 18676000 24 11:29:29 10:37:01 8725696 31442664 816272 2.48 430112 21466776 2253240 6.64 3937940 18676012 12 11:29:29 10:38:01 8725648 31442616 816236 2.48 430132 21466780 2253240 6.64 3937952 18676004 12 11:29:29 10:39:01 8725652 31442628 816364 2.48 430148 21466788 2269292 6.69 3938140 18676012 8 11:29:29 10:40:01 8725848 31442892 816160 2.48 430172 21466792 2269292 6.69 3938340 18676020 28 11:29:29 10:41:01 8725840 31442884 816232 2.48 430196 21466792 2269292 6.69 3938008 18676020 4 11:29:29 10:42:01 8725792 31442844 816216 2.48 430208 21466792 2269292 6.69 3938008 18676024 28 11:29:29 10:43:01 8725776 31442868 816184 2.48 430232 21466796 2269292 6.69 3938048 18676020 4 11:29:29 10:44:01 8725688 31442784 816168 2.48 430248 21466800 2285344 6.74 3938380 18676024 28 11:29:29 10:45:01 8725648 31442812 816156 2.48 430272 21466808 2285344 6.74 3938104 18676032 8 11:29:29 10:46:01 8725088 31442252 816628 2.48 430296 21466808 2285344 6.74 3938104 18676032 8 11:29:29 10:47:01 8725508 31442676 816344 2.48 430316 21466812 2285344 6.74 3938120 18676036 180 11:29:29 10:48:01 8725692 31442916 816308 2.48 430340 21466812 2285344 6.74 3938164 18676032 8 11:29:29 10:49:01 8725756 31442992 816204 2.48 430372 21466816 2285344 6.74 3938232 18676040 8 11:29:29 10:50:01 8725732 31443028 816164 2.48 430400 21466816 2285344 6.74 3938220 18676044 12 11:29:29 10:51:01 8725928 31443144 815968 2.48 430412 21466820 2285344 6.74 3938232 18676048 4 11:29:29 10:52:01 8725880 31443100 815932 2.48 430432 21466824 2285344 6.74 3938220 18676052 8 11:29:29 10:53:01 8725572 31442844 816156 2.48 430456 21466824 2285344 6.74 3938276 18676048 44 11:29:29 10:54:01 8725972 31443248 815680 2.48 430468 21466828 2285344 6.74 3938640 18676052 16 11:29:29 10:55:01 8726108 31443384 815668 2.48 430480 21466832 2285344 6.74 3938604 18676052 8 11:29:29 10:56:02 8725872 31443160 815880 2.48 430488 21466840 2285344 6.74 3938276 18676056 8 11:29:29 10:57:01 8725808 31443160 815852 2.48 430496 21466840 2285344 6.74 3938544 18676060 44 11:29:29 10:58:01 8725800 31443168 815812 2.48 430532 21466836 2285344 6.74 3938300 18676060 8 11:29:29 10:59:01 8726100 31443480 815432 2.48 430540 21466848 2285344 6.74 3938364 18676072 184 11:29:29 11:00:01 8725548 31442928 815908 2.48 430556 21466848 2285344 6.74 3938300 18676072 12 11:29:29 11:01:01 8725532 31442916 815900 2.48 430560 21466852 2285344 6.74 3938300 18676076 176 11:29:29 11:02:01 8725484 31442928 815876 2.48 430572 21466852 2269216 6.69 3938372 18676080 8 11:29:29 11:03:01 8725404 31442852 816172 2.48 430592 21466852 2269216 6.69 3938356 18676084 176 11:29:29 11:04:01 8725476 31442928 816040 2.48 430612 21466860 2269216 6.69 3938496 18676088 20 11:29:29 11:05:01 8725484 31443000 815976 2.48 430636 21466864 2269216 6.69 3938416 18676096 48 11:29:29 11:06:01 8725436 31442960 815948 2.48 430652 21466868 2269216 6.69 3938416 18676100 8 11:29:29 11:07:01 8725384 31442916 816172 2.48 430672 21466868 2253080 6.64 3938660 18676100 52 11:29:29 11:08:01 8725092 31442776 816324 2.48 430688 21466868 2253080 6.64 3938848 18676108 20 11:29:29 11:09:01 8725232 31442916 816112 2.48 430696 21466872 2253080 6.64 3938660 18676108 176 11:29:29 11:10:01 8724924 31442616 816336 2.48 430712 21466876 2253080 6.64 3938576 18676112 12 11:29:29 11:11:01 8724884 31442580 816288 2.48 430736 21466880 2253080 6.64 3938512 18676116 8 11:29:29 11:12:01 8725052 31442748 816268 2.48 430740 21466884 2253080 6.64 3938512 18676116 8 11:29:29 11:13:01 8725248 31443008 816024 2.48 430764 21466884 2253080 6.64 3938580 18676124 180 11:29:29 11:14:01 8724948 31442728 816232 2.48 430788 21466892 2253080 6.64 3938668 18676108 8 11:29:29 11:15:01 8725184 31443064 815784 2.48 430796 21467036 2253080 6.64 3938732 18676208 4 11:29:29 11:16:01 8724884 31442764 816020 2.48 430800 21467036 2269152 6.69 3938612 18676208 8 11:29:29 11:17:01 8724544 31442484 816288 2.48 430804 21467040 2285332 6.74 3938616 18676264 60 11:29:29 11:18:01 8724752 31442764 816184 2.48 430812 21467040 2285332 6.74 3938664 18676268 8 11:29:29 11:19:01 8725004 31443148 815796 2.48 430816 21467172 2285332 6.74 3938824 18676396 52 11:29:29 11:20:01 8724980 31443128 815764 2.48 430840 21467176 2285332 6.74 3938912 18676400 8 11:29:29 11:21:01 8724680 31442832 815984 2.48 430856 21467176 2285332 6.74 3938652 18676400 8 11:29:29 11:22:01 8724632 31442848 815948 2.48 430876 21467180 2285332 6.74 3938720 18676408 24 11:29:29 11:23:01 8724824 31443044 815884 2.48 430888 21467184 2285332 6.74 3938712 18676408 180 11:29:29 11:24:01 8724832 31443080 815836 2.48 430896 21467188 2285332 6.74 3939060 18676408 16 11:29:29 11:25:01 8724508 31442764 816136 2.48 430900 21467192 2285332 6.74 3938944 18676412 64 11:29:29 11:26:01 8724712 31443064 815728 2.48 430912 21467320 2285332 6.74 3938748 18676504 8 11:29:29 11:27:01 8724664 31443024 815688 2.48 430932 21467324 2285332 6.74 3938744 18676508 48 11:29:29 11:28:01 8724364 31442724 815908 2.48 430960 21467316 2285332 6.74 3938744 18676508 8 11:29:29 11:29:01 8724032 31442504 816144 2.48 430972 21467332 2285332 6.74 3938876 18676556 180 11:29:29 Average: 8895095 31426551 832802 2.53 424879 21294952 2302791 6.79 3930095 18523119 17177 11:29:29 11:29:29 05:29:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 11:29:29 05:30:01 docker0 785.84 858.18 59.36 4635.97 0.00 0.00 0.00 0.00 11:29:29 05:30:01 lo 1.20 1.20 0.12 0.12 0.00 0.00 0.00 0.00 11:29:29 05:30:01 ens3 1029.96 888.30 7884.18 98.03 0.00 0.00 0.00 0.00 11:29:29 05:30:01 veth480cb14 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 11:29:29 05:31:01 docker0 1.23 1.23 0.09 0.11 0.00 0.00 0.00 0.00 11:29:29 05:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 05:31:01 ens3 35.86 22.50 28.71 14.61 0.00 0.00 0.00 0.00 11:29:29 05:31:01 veth480cb14 1.23 1.27 0.11 0.11 0.00 0.00 0.00 0.00 11:29:29 05:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:32:01 ens3 23.06 13.65 19.60 11.86 0.00 0.00 0.00 0.00 11:29:29 05:32:01 veth480cb14 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:33:01 veth9f0e97d 66.66 134.33 7.23 1225.86 0.00 0.00 0.00 0.10 11:29:29 05:33:01 vethb8898cc 85.84 147.69 8.45 1230.06 0.00 0.00 0.00 0.10 11:29:29 05:33:01 docker0 483.87 927.88 42.77 8771.67 0.00 0.00 0.00 0.00 11:29:29 05:33:01 lo 1.33 1.33 0.13 0.13 0.00 0.00 0.00 0.00 11:29:29 05:33:01 ens3 1099.48 618.16 11854.92 224.67 0.00 0.00 0.00 0.00 11:29:29 05:33:01 vethabce661 64.86 137.69 7.09 1225.37 0.00 0.00 0.00 0.10 11:29:29 05:33:01 veth8d49410 70.79 141.91 7.51 1227.06 0.00 0.00 0.00 0.10 11:29:29 05:33:01 veth5d6317f 0.62 1.52 0.06 0.28 0.00 0.00 0.00 0.00 11:29:29 05:33:01 vethd722b1b 68.76 140.88 7.36 1226.01 0.00 0.00 0.00 0.10 11:29:29 05:33:01 veth0799277 67.21 117.55 7.29 1224.62 0.00 0.00 0.00 0.10 11:29:29 05:34:01 vethed86db1 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 11:29:29 05:34:01 veth171fbc9 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 11:29:29 05:34:01 veth388c055 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 11:29:29 05:34:01 veth9454134 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 11:29:29 05:34:01 veth84a6a16 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 11:29:29 05:34:01 veth7225af4 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 11:29:29 05:34:01 docker0 0.12 0.08 0.01 0.00 0.00 0.00 0.00 0.00 11:29:29 05:34:01 lo 0.33 0.33 0.04 0.04 0.00 0.00 0.00 0.00 11:29:29 05:34:01 ens3 97.02 40.74 1419.82 8.84 0.00 0.00 0.00 0.00 11:29:29 05:34:01 veth1084844 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 11:29:29 05:34:01 veth5d6317f 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 05:34:01 vethb437680 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 11:29:29 05:34:01 veth4badb17 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 11:29:29 05:34:01 vethf2db29b 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 11:29:29 05:34:01 veth04e1936 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 11:29:29 05:34:01 veth5b07a40 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 11:29:29 05:35:01 vethed86db1 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:35:01 veth171fbc9 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:35:01 veth388c055 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:35:01 veth9454134 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:35:01 veth84a6a16 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:35:01 veth7225af4 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 05:35:01 ens3 5.33 2.75 4.32 2.34 0.00 0.00 0.00 0.00 11:29:29 05:35:01 veth1084844 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:35:01 veth5d6317f 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:35:01 vethb437680 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:35:01 veth4badb17 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:35:01 vethf2db29b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:36:01 lo 14.53 14.53 1.43 1.43 0.00 0.00 0.00 0.00 11:29:29 05:36:01 ens3 108.52 96.47 71.11 333.75 0.00 0.00 0.00 0.00 11:29:29 05:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:37:01 lo 47.99 47.99 4.73 4.73 0.00 0.00 0.00 0.00 11:29:29 05:37:01 ens3 472.24 473.55 218.82 2490.06 0.00 0.00 0.00 0.00 11:29:29 05:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:38:01 lo 17.26 17.26 1.70 1.70 0.00 0.00 0.00 0.00 11:29:29 05:38:01 ens3 180.05 170.72 90.58 960.00 0.00 0.00 0.00 0.00 11:29:29 05:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 05:39:01 ens3 1.03 0.37 0.38 0.27 0.00 0.00 0.00 0.00 11:29:29 05:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:40:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 05:41:01 ens3 0.43 0.25 1.15 0.02 0.00 0.00 0.00 0.00 11:29:29 05:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:42:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 05:43:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 05:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:44:01 ens3 0.22 0.12 0.13 0.07 0.00 0.00 0.00 0.00 11:29:29 05:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 05:45:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 05:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:46:01 ens3 0.05 0.07 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 05:47:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 05:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:48:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 05:49:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 11:29:29 05:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:50:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 05:51:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 05:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:52:01 ens3 0.15 0.05 0.06 0.00 0.00 0.00 0.00 0.00 11:29:29 05:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 05:53:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 05:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:54:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 11:29:29 05:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 05:55:01 ens3 0.20 0.12 0.07 0.01 0.00 0.00 0.00 0.00 11:29:29 05:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:56:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 05:57:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 05:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:58:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 05:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 05:59:01 ens3 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 11:29:29 06:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:00:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 06:01:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 06:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:02:01 ens3 0.17 0.05 0.06 0.00 0.00 0.00 0.00 0.00 11:29:29 06:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 06:03:01 ens3 0.10 0.12 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 06:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:04:01 ens3 0.93 0.43 0.38 0.28 0.00 0.00 0.00 0.00 11:29:29 06:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 06:05:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 06:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:06:01 ens3 0.82 0.43 0.86 0.33 0.00 0.00 0.00 0.00 11:29:29 06:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:07:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 11:29:29 06:07:01 ens3 5.77 5.13 3.74 4.81 0.00 0.00 0.00 0.00 11:29:29 06:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:08:01 ens3 1.72 1.42 0.97 1.21 0.00 0.00 0.00 0.00 11:29:29 06:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 06:09:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 11:29:29 06:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:10:01 ens3 0.13 0.05 0.06 0.00 0.00 0.00 0.00 0.00 11:29:29 06:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 06:11:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 06:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:12:01 ens3 0.33 0.00 0.04 0.00 0.00 0.00 0.00 0.00 11:29:29 06:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 06:13:01 ens3 0.57 0.40 0.27 0.22 0.00 0.00 0.00 0.00 11:29:29 06:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:14:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 11:29:29 06:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 06:15:01 ens3 0.20 0.10 0.07 0.01 0.00 0.00 0.00 0.00 11:29:29 06:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:16:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 06:17:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 06:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:18:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 06:19:01 ens3 0.27 0.23 0.08 0.07 0.00 0.00 0.00 0.00 11:29:29 06:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:20:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 06:21:01 ens3 0.25 0.17 0.07 0.01 0.00 0.00 0.00 0.00 11:29:29 06:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:22:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 06:23:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 06:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:24:01 ens3 0.18 0.17 0.08 0.07 0.00 0.00 0.00 0.00 11:29:29 06:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 06:25:01 ens3 0.17 0.17 0.06 0.01 0.00 0.00 0.00 0.00 11:29:29 06:26:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:26:02 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 06:27:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 06:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:28:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 06:29:01 ens3 0.23 0.23 0.08 0.08 0.00 0.00 0.00 0.00 11:29:29 06:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:30:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 06:31:01 ens3 0.22 0.12 0.07 0.01 0.00 0.00 0.00 0.00 11:29:29 06:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:32:01 ens3 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 06:33:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 06:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:34:01 ens3 0.17 0.10 0.08 0.06 0.00 0.00 0.00 0.00 11:29:29 06:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 06:35:01 ens3 0.20 0.10 0.07 0.01 0.00 0.00 0.00 0.00 11:29:29 06:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:36:01 ens3 0.45 0.33 0.26 0.21 0.00 0.00 0.00 0.00 11:29:29 06:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 06:37:01 ens3 0.08 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 06:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:38:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 06:39:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 11:29:29 06:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:40:01 ens3 0.13 0.05 0.06 0.00 0.00 0.00 0.00 0.00 11:29:29 06:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 06:41:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 06:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:42:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 06:43:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 06:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:44:01 ens3 0.18 0.13 0.08 0.07 0.00 0.00 0.00 0.00 11:29:29 06:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 06:45:01 ens3 0.17 0.12 0.06 0.01 0.00 0.00 0.00 0.00 11:29:29 06:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:46:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 06:47:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 06:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:48:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 06:49:01 ens3 0.23 0.22 0.08 0.07 0.00 0.00 0.00 0.00 11:29:29 06:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:50:01 ens3 0.12 0.10 0.06 0.01 0.00 0.00 0.00 0.00 11:29:29 06:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 06:51:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 06:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:52:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 06:53:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 06:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:54:01 ens3 0.18 0.17 0.08 0.07 0.00 0.00 0.00 0.00 11:29:29 06:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 06:55:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 06:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:56:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 06:57:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 06:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:58:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 06:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 06:59:01 ens3 0.25 0.25 0.08 0.08 0.00 0.00 0.00 0.00 11:29:29 07:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:00:01 ens3 0.18 0.08 0.12 0.01 0.00 0.00 0.00 0.00 11:29:29 07:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 07:01:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 07:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:02:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 07:03:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 07:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:04:01 ens3 1.53 2.47 0.42 12.61 0.00 0.00 0.00 0.00 11:29:29 07:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 07:05:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 07:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:06:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:07:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 11:29:29 07:07:01 ens3 18.11 35.69 2.64 84.50 0.00 0.00 0.00 0.00 11:29:29 07:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:08:01 ens3 1.38 0.80 0.78 1.08 0.00 0.00 0.00 0.00 11:29:29 07:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:09:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 11:29:29 07:09:01 ens3 0.57 0.52 0.43 0.17 0.00 0.00 0.00 0.00 11:29:29 07:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:10:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 07:11:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 07:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:12:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 07:13:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 07:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:14:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 11:29:29 07:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 07:15:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 07:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:16:01 ens3 0.15 0.05 0.12 0.00 0.00 0.00 0.00 0.00 11:29:29 07:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 07:17:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 07:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:18:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 07:19:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 11:29:29 07:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:20:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 07:21:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 07:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:22:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 07:23:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 07:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:24:01 ens3 0.28 0.15 0.19 0.07 0.00 0.00 0.00 0.00 11:29:29 07:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 07:25:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 07:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:26:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 07:27:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 07:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:28:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 07:29:01 ens3 0.30 0.22 0.14 0.07 0.00 0.00 0.00 0.00 11:29:29 07:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:30:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 07:31:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 07:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:32:01 ens3 0.35 0.00 0.04 0.00 0.00 0.00 0.00 0.00 11:29:29 07:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 07:33:01 ens3 0.52 0.35 0.27 0.21 0.00 0.00 0.00 0.00 11:29:29 07:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:34:01 ens3 0.77 0.12 0.13 0.07 0.00 0.00 0.00 0.00 11:29:29 07:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 07:35:01 ens3 0.78 0.60 0.42 0.30 0.00 0.00 0.00 0.00 11:29:29 07:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:36:01 ens3 0.50 0.33 0.26 0.21 0.00 0.00 0.00 0.00 11:29:29 07:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 07:37:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 07:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:38:01 ens3 1.08 0.30 0.34 0.22 0.00 0.00 0.00 0.00 11:29:29 07:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 07:39:01 ens3 0.27 0.18 0.08 0.07 0.00 0.00 0.00 0.00 11:29:29 07:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:40:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 07:41:01 ens3 0.25 0.12 0.07 0.01 0.00 0.00 0.00 0.00 11:29:29 07:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:42:01 ens3 0.10 0.03 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 07:43:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 07:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:44:01 ens3 0.20 0.12 0.08 0.07 0.00 0.00 0.00 0.00 11:29:29 07:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 07:45:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 07:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:46:01 ens3 0.08 0.00 0.01 0.00 0.00 0.00 0.00 0.00 11:29:29 07:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 07:47:01 ens3 0.23 0.13 0.07 0.01 0.00 0.00 0.00 0.00 11:29:29 07:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:48:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 07:49:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 11:29:29 07:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:50:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 07:51:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 07:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:52:01 ens3 0.15 0.05 0.06 0.00 0.00 0.00 0.00 0.00 11:29:29 07:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 07:53:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 07:54:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:54:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:54:02 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 11:29:29 07:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 07:55:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 07:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:56:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 07:57:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 07:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:58:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 07:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 07:59:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 11:29:29 08:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:00:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 08:01:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 08:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:02:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 08:03:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 08:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:04:01 ens3 0.88 0.38 0.37 0.27 0.00 0.00 0.00 0.00 11:29:29 08:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 08:05:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 08:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:06:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 08:07:01 ens3 0.37 0.25 0.27 0.24 0.00 0.00 0.00 0.00 11:29:29 08:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:08:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 08:08:01 ens3 3.80 2.82 2.22 4.93 0.00 0.00 0.00 0.00 11:29:29 08:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 08:09:01 ens3 0.22 0.17 0.08 0.07 0.00 0.00 0.00 0.00 11:29:29 08:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:10:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 08:11:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 08:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:12:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 08:13:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 08:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:14:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 11:29:29 08:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 08:15:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 08:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:16:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 08:17:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 08:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:18:01 ens3 0.18 0.07 0.12 0.00 0.00 0.00 0.00 0.00 11:29:29 08:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 08:19:01 ens3 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 11:29:29 08:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:20:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 08:21:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 08:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:22:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 08:23:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 08:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:24:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 11:29:29 08:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 08:25:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 08:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:26:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 08:27:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 08:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:28:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 08:29:01 ens3 0.38 0.23 0.20 0.07 0.00 0.00 0.00 0.00 11:29:29 08:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:30:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 08:31:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 08:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:32:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 08:33:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 08:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:34:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 11:29:29 08:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 08:35:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 08:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:36:01 ens3 0.47 0.33 0.26 0.21 0.00 0.00 0.00 0.00 11:29:29 08:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 08:37:01 ens3 0.07 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 08:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:38:01 ens3 0.20 0.07 0.12 0.00 0.00 0.00 0.00 0.00 11:29:29 08:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 08:39:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 11:29:29 08:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:40:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 08:41:01 ens3 0.18 0.12 0.07 0.01 0.00 0.00 0.00 0.00 11:29:29 08:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:42:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:43:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 11:29:29 08:43:01 ens3 0.15 0.23 0.01 0.02 0.00 0.00 0.00 0.00 11:29:29 08:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:44:01 ens3 0.32 0.32 0.15 0.09 0.00 0.00 0.00 0.00 11:29:29 08:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 08:45:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 08:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:46:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 08:47:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 08:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:48:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 08:49:01 ens3 0.25 0.22 0.08 0.08 0.00 0.00 0.00 0.00 11:29:29 08:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:50:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 08:51:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 08:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:52:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 08:53:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 08:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:54:01 ens3 0.17 0.18 0.08 0.07 0.00 0.00 0.00 0.00 11:29:29 08:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 08:55:01 ens3 0.23 0.20 0.17 0.01 0.00 0.00 0.00 0.00 11:29:29 08:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:56:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 08:57:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 08:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:58:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 08:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 08:59:01 ens3 0.30 0.32 0.14 0.08 0.00 0.00 0.00 0.00 11:29:29 09:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:00:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 09:01:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 09:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:02:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 09:03:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 09:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:04:01 ens3 1.03 0.52 0.52 0.35 0.00 0.00 0.00 0.00 11:29:29 09:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 09:05:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 09:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:06:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 09:07:01 ens3 0.27 0.23 0.10 0.24 0.00 0.00 0.00 0.00 11:29:29 09:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:08:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 09:08:01 ens3 2.53 1.62 1.45 3.75 0.00 0.00 0.00 0.00 11:29:29 09:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 09:09:01 ens3 1.72 0.98 0.92 1.15 0.00 0.00 0.00 0.00 11:29:29 09:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:10:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 09:11:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 09:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:12:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 09:13:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 09:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:14:01 ens3 0.23 0.13 0.13 0.07 0.00 0.00 0.00 0.00 11:29:29 09:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 09:15:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 09:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:16:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 09:17:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 09:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:18:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 09:19:01 ens3 0.33 0.20 0.14 0.07 0.00 0.00 0.00 0.00 11:29:29 09:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:20:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 09:21:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 09:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:22:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 09:23:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 09:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:24:01 ens3 0.20 0.13 0.13 0.07 0.00 0.00 0.00 0.00 11:29:29 09:25:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:25:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 09:25:02 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 09:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:26:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 09:27:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 09:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:28:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 09:29:01 ens3 0.33 0.22 0.14 0.07 0.00 0.00 0.00 0.00 11:29:29 09:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:30:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 09:31:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 09:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:32:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 09:33:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 09:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:34:01 ens3 0.27 0.23 0.14 0.07 0.00 0.00 0.00 0.00 11:29:29 09:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 09:35:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 09:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:36:01 ens3 0.50 0.53 0.28 0.23 0.00 0.00 0.00 0.00 11:29:29 09:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 09:37:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 09:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:38:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 09:39:01 ens3 0.32 0.27 0.14 0.08 0.00 0.00 0.00 0.00 11:29:29 09:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:40:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 09:41:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 09:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:42:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 09:43:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 09:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:44:01 ens3 0.18 0.15 0.08 0.07 0.00 0.00 0.00 0.00 11:29:29 09:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 09:45:01 ens3 0.20 0.12 0.07 0.01 0.00 0.00 0.00 0.00 11:29:29 09:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:46:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 09:47:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 09:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:48:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 09:49:01 ens3 0.30 0.30 0.14 0.08 0.00 0.00 0.00 0.00 11:29:29 09:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:50:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 09:51:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 09:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:52:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 09:53:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 09:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:54:01 ens3 0.28 0.28 0.16 0.08 0.00 0.00 0.00 0.00 11:29:29 09:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 09:55:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 09:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:56:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 09:57:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 09:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:58:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 09:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 09:59:01 ens3 0.30 0.32 0.14 0.08 0.00 0.00 0.00 0.00 11:29:29 10:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:00:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 10:01:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 10:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:02:01 ens3 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 10:03:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 10:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:04:01 ens3 0.62 0.25 0.18 0.08 0.00 0.00 0.00 0.00 11:29:29 10:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 10:05:01 ens3 0.52 0.40 0.27 0.21 0.00 0.00 0.00 0.00 11:29:29 10:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:06:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 10:07:01 ens3 0.32 0.23 0.11 0.24 0.00 0.00 0.00 0.00 11:29:29 10:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:08:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 10:08:01 ens3 2.58 2.10 1.45 3.84 0.00 0.00 0.00 0.00 11:29:29 10:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 10:09:01 ens3 1.68 1.52 0.92 1.23 0.00 0.00 0.00 0.00 11:29:29 10:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:10:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 10:11:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 10:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:12:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 10:13:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 10:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:14:01 ens3 0.23 0.23 0.13 0.07 0.00 0.00 0.00 0.00 11:29:29 10:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 10:15:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 10:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:16:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 10:17:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 10:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:18:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 10:19:01 ens3 0.33 0.25 0.14 0.08 0.00 0.00 0.00 0.00 11:29:29 10:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:20:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 10:21:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 10:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:22:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 10:23:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 10:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:24:01 ens3 0.30 0.25 0.14 0.08 0.00 0.00 0.00 0.00 11:29:29 10:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 10:25:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 10:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:26:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 10:27:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 10:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:28:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 10:29:01 ens3 0.30 0.30 0.14 0.08 0.00 0.00 0.00 0.00 11:29:29 10:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:30:01 ens3 0.35 0.00 0.04 0.00 0.00 0.00 0.00 0.00 11:29:29 10:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 10:31:01 ens3 0.52 0.53 0.27 0.23 0.00 0.00 0.00 0.00 11:29:29 10:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:32:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 10:33:01 ens3 0.45 0.10 0.05 0.01 0.00 0.00 0.00 0.00 11:29:29 10:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:34:01 ens3 0.72 0.47 0.40 0.28 0.00 0.00 0.00 0.00 11:29:29 10:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 10:35:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 10:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:36:01 ens3 0.50 0.43 0.26 0.22 0.00 0.00 0.00 0.00 11:29:29 10:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 10:37:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 10:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:38:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 10:39:01 ens3 1.18 0.55 0.53 0.35 0.00 0.00 0.00 0.00 11:29:29 10:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:40:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 10:41:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 10:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:42:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 10:43:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 10:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:44:01 ens3 0.22 0.12 0.13 0.07 0.00 0.00 0.00 0.00 11:29:29 10:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 10:45:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 10:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:46:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 10:47:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 10:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:48:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 10:49:01 ens3 0.30 0.20 0.14 0.07 0.00 0.00 0.00 0.00 11:29:29 10:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:50:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 10:51:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 10:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:52:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 10:53:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 10:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:54:01 ens3 0.95 0.37 0.43 0.27 0.00 0.00 0.00 0.00 11:29:29 10:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 10:55:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 10:56:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:56:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:56:02 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 10:57:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 10:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:58:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 10:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 10:59:01 ens3 0.32 0.22 0.14 0.08 0.00 0.00 0.00 0.00 11:29:29 11:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:00:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 11:01:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 11:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:02:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 11:03:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 11:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:04:01 ens3 1.00 0.65 0.44 0.29 0.00 0.00 0.00 0.00 11:29:29 11:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 11:05:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 11:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:06:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 11:07:01 ens3 0.30 0.27 0.11 0.24 0.00 0.00 0.00 0.00 11:29:29 11:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:08:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 11:08:01 ens3 2.53 2.52 1.44 3.90 0.00 0.00 0.00 0.00 11:29:29 11:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 11:09:01 ens3 1.72 1.45 0.92 1.22 0.00 0.00 0.00 0.00 11:29:29 11:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:10:01 ens3 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 11:11:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 11:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:12:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 11:13:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 11:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:14:01 ens3 0.22 0.12 0.13 0.07 0.00 0.00 0.00 0.00 11:29:29 11:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 11:15:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 11:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:16:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 11:17:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 11:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:18:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 11:29:29 11:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 11:19:01 ens3 0.27 0.18 0.14 0.07 0.00 0.00 0.00 0.00 11:29:29 11:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:20:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 11:21:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 11:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:22:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 11:23:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 11:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:24:01 ens3 0.23 0.15 0.13 0.07 0.00 0.00 0.00 0.00 11:29:29 11:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 11:25:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 11:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:26:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 11:27:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 11:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:28:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:29:29 11:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:29:29 11:29:01 ens3 0.32 0.18 0.14 0.07 0.00 0.00 0.00 0.00 11:29:29 Average: docker0 3.53 4.97 0.28 37.25 0.00 0.00 0.00 0.00 11:29:29 Average: lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 11:29:29 Average: ens3 8.74 6.73 60.09 11.89 0.00 0.00 0.00 0.00 11:29:29 11:29:29 11:29:30 ---> sar -P ALL: 11:29:30 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-247) 04/21/25 _x86_64_ (8 CPU) 11:29:30 11:29:30 05:28:11 LINUX RESTART (8 CPU) 11:29:30 11:29:30 05:29:01 CPU %user %nice %system %iowait %steal %idle 11:29:30 05:30:01 all 27.26 0.00 6.48 1.10 0.08 65.10 11:29:30 05:30:01 0 28.42 0.00 6.37 1.13 0.08 63.98 11:29:30 05:30:01 1 27.10 0.00 5.86 0.10 0.08 66.86 11:29:30 05:30:01 2 29.31 0.00 6.68 0.32 0.08 63.61 11:29:30 05:30:01 3 26.73 0.00 6.15 0.08 0.07 66.96 11:29:30 05:30:01 4 25.93 0.00 6.58 2.83 0.08 64.58 11:29:30 05:30:01 5 25.43 0.00 5.84 0.79 0.08 67.85 11:29:30 05:30:01 6 27.25 0.00 8.38 3.29 0.07 61.02 11:29:30 05:30:01 7 27.87 0.00 5.94 0.22 0.07 65.90 11:29:30 05:31:01 all 38.93 0.00 6.42 0.44 0.09 54.13 11:29:30 05:31:01 0 38.34 0.00 6.45 0.02 0.08 55.11 11:29:30 05:31:01 1 41.04 0.00 6.24 0.10 0.08 52.53 11:29:30 05:31:01 2 38.32 0.00 6.08 0.05 0.08 55.46 11:29:30 05:31:01 3 37.47 0.00 6.81 0.00 0.10 55.62 11:29:30 05:31:01 4 39.22 0.00 6.51 0.39 0.08 53.81 11:29:30 05:31:01 5 38.17 0.00 6.73 0.00 0.08 55.02 11:29:30 05:31:01 6 39.34 0.00 6.32 0.05 0.08 54.21 11:29:30 05:31:01 7 39.52 0.00 6.21 2.90 0.08 51.28 11:29:30 05:32:01 all 57.54 0.00 7.12 0.09 0.09 35.17 11:29:30 05:32:01 0 57.36 0.00 6.91 0.02 0.08 35.63 11:29:30 05:32:01 1 57.71 0.00 7.60 0.00 0.10 34.59 11:29:30 05:32:01 2 58.63 0.00 6.77 0.02 0.10 34.48 11:29:30 05:32:01 3 57.14 0.00 7.04 0.00 0.08 35.73 11:29:30 05:32:01 4 57.76 0.00 7.68 0.12 0.10 34.34 11:29:30 05:32:01 5 57.46 0.00 7.25 0.00 0.08 35.20 11:29:30 05:32:01 6 58.15 0.00 6.92 0.02 0.10 34.82 11:29:30 05:32:01 7 56.06 0.00 6.77 0.52 0.10 36.55 11:29:30 05:33:01 all 27.35 0.00 10.91 8.65 0.10 52.99 11:29:30 05:33:01 0 27.80 0.00 9.90 6.14 0.10 56.06 11:29:30 05:33:01 1 27.49 0.00 12.35 14.78 0.10 45.27 11:29:30 05:33:01 2 28.97 0.00 10.36 4.91 0.10 55.66 11:29:30 05:33:01 3 27.55 0.00 9.97 7.14 0.10 55.23 11:29:30 05:33:01 4 26.15 0.00 10.95 7.83 0.10 54.97 11:29:30 05:33:01 5 27.18 0.00 11.43 6.64 0.10 54.65 11:29:30 05:33:01 6 26.74 0.00 11.05 7.58 0.12 54.51 11:29:30 05:33:01 7 26.95 0.00 11.25 14.24 0.09 47.48 11:29:30 05:34:01 all 70.01 0.00 10.51 3.98 0.11 15.38 11:29:30 05:34:01 0 70.17 0.00 11.17 10.43 0.12 8.10 11:29:30 05:34:01 1 69.92 0.00 11.46 7.83 0.13 10.66 11:29:30 05:34:01 2 70.28 0.00 9.48 3.68 0.12 16.45 11:29:30 05:34:01 3 69.27 0.00 11.45 0.95 0.10 18.22 11:29:30 05:34:01 4 69.76 0.00 10.73 3.26 0.10 16.15 11:29:30 05:34:01 5 70.48 0.00 9.04 3.03 0.08 17.37 11:29:30 05:34:01 6 70.26 0.00 10.11 1.99 0.10 17.54 11:29:30 05:34:01 7 69.95 0.00 10.68 0.69 0.12 18.56 11:29:30 05:35:01 all 90.96 0.00 8.92 0.00 0.12 0.00 11:29:30 05:35:01 0 90.40 0.00 9.48 0.00 0.12 0.00 11:29:30 05:35:01 1 91.47 0.00 8.42 0.00 0.12 0.00 11:29:30 05:35:01 2 91.47 0.00 8.42 0.00 0.12 0.00 11:29:30 05:35:01 3 90.72 0.00 9.15 0.00 0.13 0.00 11:29:30 05:35:01 4 91.17 0.00 8.72 0.00 0.12 0.00 11:29:30 05:35:01 5 91.19 0.00 8.70 0.00 0.12 0.00 11:29:30 05:35:01 6 90.74 0.00 9.15 0.00 0.12 0.00 11:29:30 05:35:01 7 90.55 0.00 9.33 0.00 0.12 0.00 11:29:30 05:36:01 all 58.19 0.00 7.01 1.77 0.11 32.92 11:29:30 05:36:01 0 58.19 0.00 6.59 1.96 0.10 33.15 11:29:30 05:36:01 1 59.01 0.00 7.42 1.15 0.12 32.30 11:29:30 05:36:01 2 56.62 0.00 6.55 1.07 0.12 35.64 11:29:30 05:36:01 3 56.82 0.00 7.77 1.14 0.10 34.18 11:29:30 05:36:01 4 59.78 0.00 6.71 1.69 0.10 31.71 11:29:30 05:36:01 5 59.81 0.00 6.37 1.10 0.10 32.62 11:29:30 05:36:01 6 58.20 0.00 7.05 1.82 0.12 32.81 11:29:30 05:36:01 7 57.11 0.00 7.57 4.23 0.10 30.98 11:29:30 05:37:01 all 9.48 0.00 1.09 0.16 0.06 89.20 11:29:30 05:37:01 0 9.82 0.00 1.25 0.03 0.07 88.83 11:29:30 05:37:01 1 7.40 0.00 1.27 0.03 0.05 91.25 11:29:30 05:37:01 2 6.47 0.00 1.05 0.12 0.07 92.29 11:29:30 05:37:01 3 11.20 0.00 1.17 0.20 0.07 87.36 11:29:30 05:37:01 4 10.72 0.00 0.94 0.60 0.07 87.67 11:29:30 05:37:01 5 9.48 0.00 1.19 0.17 0.07 89.10 11:29:30 05:37:01 6 7.17 0.00 1.10 0.12 0.07 91.54 11:29:30 05:37:01 7 13.63 0.00 0.72 0.03 0.07 85.55 11:29:30 05:38:01 all 3.95 0.00 0.45 0.06 0.04 95.51 11:29:30 05:38:01 0 3.75 0.00 0.45 0.00 0.05 95.75 11:29:30 05:38:01 1 1.47 0.00 0.37 0.02 0.03 98.11 11:29:30 05:38:01 2 1.53 0.00 0.42 0.00 0.05 98.00 11:29:30 05:38:01 3 6.86 0.00 0.44 0.32 0.05 92.34 11:29:30 05:38:01 4 2.78 0.00 0.43 0.02 0.02 96.75 11:29:30 05:38:01 5 5.68 0.00 0.49 0.07 0.03 93.73 11:29:30 05:38:01 6 3.26 0.00 0.47 0.02 0.03 96.22 11:29:30 05:38:01 7 6.27 0.00 0.53 0.02 0.03 93.14 11:29:30 05:39:01 all 0.03 0.00 0.02 0.01 0.01 99.94 11:29:30 05:39:01 0 0.03 0.00 0.05 0.00 0.03 99.88 11:29:30 05:39:01 1 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 05:39:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 05:39:01 3 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 05:39:01 4 0.05 0.00 0.00 0.00 0.02 99.93 11:29:30 05:39:01 5 0.03 0.00 0.03 0.03 0.02 99.88 11:29:30 05:39:01 6 0.03 0.00 0.03 0.03 0.00 99.90 11:29:30 05:39:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 05:40:01 all 0.03 0.00 0.01 0.00 0.02 99.93 11:29:30 05:40:01 0 0.08 0.00 0.05 0.00 0.03 99.83 11:29:30 05:40:01 1 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 05:40:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 05:40:01 3 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 05:40:01 4 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 05:40:01 5 0.05 0.00 0.03 0.00 0.02 99.90 11:29:30 05:40:01 6 0.02 0.00 0.02 0.02 0.02 99.93 11:29:30 05:40:01 7 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 11:29:30 05:40:01 CPU %user %nice %system %iowait %steal %idle 11:29:30 05:41:01 all 0.05 0.00 0.01 0.00 0.01 99.93 11:29:30 05:41:01 0 0.02 0.00 0.02 0.00 0.03 99.93 11:29:30 05:41:01 1 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 05:41:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 05:41:01 3 0.25 0.00 0.00 0.00 0.00 99.75 11:29:30 05:41:01 4 0.05 0.00 0.03 0.00 0.02 99.90 11:29:30 05:41:01 5 0.02 0.00 0.02 0.02 0.00 99.95 11:29:30 05:41:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 05:41:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 05:42:01 all 0.15 0.00 0.02 0.00 0.01 99.83 11:29:30 05:42:01 0 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 05:42:01 1 0.05 0.00 0.02 0.00 0.00 99.93 11:29:30 05:42:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 05:42:01 3 0.96 0.00 0.00 0.00 0.02 99.02 11:29:30 05:42:01 4 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 05:42:01 5 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 05:42:01 6 0.03 0.00 0.05 0.02 0.02 99.88 11:29:30 05:42:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 05:43:01 all 0.02 0.00 0.02 0.00 0.01 99.95 11:29:30 05:43:01 0 0.03 0.00 0.03 0.00 0.02 99.92 11:29:30 05:43:01 1 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 05:43:01 2 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 05:43:01 3 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 05:43:01 4 0.02 0.00 0.03 0.00 0.00 99.95 11:29:30 05:43:01 5 0.02 0.00 0.00 0.02 0.02 99.95 11:29:30 05:43:01 6 0.03 0.00 0.02 0.02 0.02 99.92 11:29:30 05:43:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 05:44:01 all 0.14 0.00 0.03 0.01 0.01 99.80 11:29:30 05:44:01 0 0.07 0.00 0.07 0.00 0.03 99.83 11:29:30 05:44:01 1 0.03 0.00 0.05 0.00 0.02 99.90 11:29:30 05:44:01 2 0.03 0.00 0.03 0.00 0.02 99.92 11:29:30 05:44:01 3 0.95 0.00 0.00 0.00 0.02 99.04 11:29:30 05:44:01 4 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 05:44:01 5 0.03 0.00 0.05 0.05 0.00 99.87 11:29:30 05:44:01 6 0.00 0.00 0.02 0.02 0.00 99.97 11:29:30 05:44:01 7 0.02 0.00 0.03 0.00 0.00 99.95 11:29:30 05:45:01 all 0.02 0.00 0.01 0.00 0.00 99.96 11:29:30 05:45:01 0 0.02 0.00 0.02 0.02 0.03 99.92 11:29:30 05:45:01 1 0.07 0.00 0.00 0.00 0.00 99.93 11:29:30 05:45:01 2 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 05:45:01 3 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 05:45:01 4 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 05:45:01 5 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 05:45:01 6 0.00 0.00 0.00 0.02 0.00 99.98 11:29:30 05:45:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 05:46:01 all 0.02 0.00 0.01 0.00 0.01 99.95 11:29:30 05:46:01 0 0.08 0.00 0.03 0.00 0.03 99.85 11:29:30 05:46:01 1 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 05:46:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 05:46:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 05:46:01 4 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 05:46:01 5 0.03 0.00 0.02 0.02 0.02 99.92 11:29:30 05:46:01 6 0.03 0.00 0.03 0.00 0.02 99.92 11:29:30 05:46:01 7 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 05:47:01 all 0.08 0.00 0.02 0.00 0.01 99.89 11:29:30 05:47:01 0 0.03 0.00 0.05 0.00 0.02 99.90 11:29:30 05:47:01 1 0.07 0.00 0.02 0.00 0.00 99.92 11:29:30 05:47:01 2 0.03 0.00 0.03 0.00 0.02 99.92 11:29:30 05:47:01 3 0.37 0.00 0.02 0.00 0.00 99.62 11:29:30 05:47:01 4 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 05:47:01 5 0.05 0.00 0.02 0.02 0.00 99.92 11:29:30 05:47:01 6 0.02 0.00 0.00 0.02 0.00 99.97 11:29:30 05:47:01 7 0.05 0.00 0.02 0.00 0.02 99.92 11:29:30 05:48:01 all 0.19 0.00 0.02 0.00 0.01 99.78 11:29:30 05:48:01 0 0.02 0.00 0.03 0.00 0.03 99.92 11:29:30 05:48:01 1 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 05:48:01 2 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 05:48:01 3 1.42 0.00 0.03 0.00 0.02 98.53 11:29:30 05:48:01 4 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 05:48:01 5 0.00 0.00 0.03 0.00 0.00 99.97 11:29:30 05:48:01 6 0.03 0.00 0.05 0.00 0.02 99.90 11:29:30 05:48:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 05:49:01 all 0.28 0.00 0.02 0.16 0.01 99.54 11:29:30 05:49:01 0 0.03 0.00 0.03 0.00 0.02 99.92 11:29:30 05:49:01 1 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 05:49:01 2 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 05:49:01 3 2.02 0.00 0.02 0.00 0.00 97.96 11:29:30 05:49:01 4 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 05:49:01 5 0.02 0.00 0.02 0.02 0.02 99.93 11:29:30 05:49:01 6 0.07 0.00 0.03 1.25 0.00 98.65 11:29:30 05:49:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 05:50:01 all 0.26 0.00 0.01 0.00 0.01 99.72 11:29:30 05:50:01 0 0.03 0.00 0.03 0.00 0.03 99.90 11:29:30 05:50:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 05:50:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 05:50:01 3 2.00 0.00 0.00 0.00 0.00 98.00 11:29:30 05:50:01 4 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 05:50:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 05:50:01 6 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 05:50:01 7 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 05:51:01 all 0.29 0.00 0.02 0.00 0.01 99.68 11:29:30 05:51:01 0 0.07 0.00 0.07 0.00 0.03 99.83 11:29:30 05:51:01 1 0.05 0.00 0.00 0.00 0.00 99.95 11:29:30 05:51:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 05:51:01 3 1.99 0.00 0.02 0.00 0.02 97.98 11:29:30 05:51:01 4 0.05 0.00 0.03 0.00 0.02 99.90 11:29:30 05:51:01 5 0.05 0.00 0.03 0.02 0.02 99.88 11:29:30 05:51:01 6 0.03 0.00 0.00 0.02 0.00 99.95 11:29:30 05:51:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 11:29:30 05:51:01 CPU %user %nice %system %iowait %steal %idle 11:29:30 05:52:01 all 0.27 0.00 0.01 0.00 0.01 99.71 11:29:30 05:52:01 0 0.08 0.00 0.05 0.00 0.02 99.85 11:29:30 05:52:01 1 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 05:52:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 05:52:01 3 2.05 0.00 0.00 0.00 0.00 97.95 11:29:30 05:52:01 4 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 05:52:01 5 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 05:52:01 6 0.00 0.00 0.02 0.02 0.00 99.97 11:29:30 05:52:01 7 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 05:53:01 all 0.20 0.00 0.02 0.00 0.01 99.78 11:29:30 05:53:01 0 0.05 0.00 0.07 0.00 0.03 99.85 11:29:30 05:53:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 05:53:01 2 0.05 0.00 0.02 0.00 0.00 99.93 11:29:30 05:53:01 3 1.34 0.00 0.03 0.00 0.02 98.61 11:29:30 05:53:01 4 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 05:53:01 5 0.05 0.00 0.00 0.02 0.00 99.93 11:29:30 05:53:01 6 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 05:53:01 7 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 05:54:01 all 0.02 0.00 0.02 0.00 0.01 99.95 11:29:30 05:54:01 0 0.03 0.00 0.03 0.00 0.02 99.92 11:29:30 05:54:01 1 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 05:54:01 2 0.07 0.00 0.02 0.00 0.02 99.90 11:29:30 05:54:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 05:54:01 4 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 05:54:01 5 0.00 0.00 0.03 0.02 0.02 99.93 11:29:30 05:54:01 6 0.03 0.00 0.00 0.02 0.00 99.95 11:29:30 05:54:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 05:55:01 all 0.03 0.00 0.01 0.00 0.01 99.94 11:29:30 05:55:01 0 0.05 0.00 0.02 0.00 0.02 99.92 11:29:30 05:55:01 1 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 05:55:01 2 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 05:55:01 3 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 05:55:01 4 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 05:55:01 5 0.05 0.00 0.02 0.02 0.00 99.92 11:29:30 05:55:01 6 0.02 0.00 0.05 0.02 0.02 99.90 11:29:30 05:55:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 05:56:01 all 0.16 0.00 0.01 0.00 0.01 99.82 11:29:30 05:56:01 0 0.02 0.00 0.05 0.00 0.02 99.92 11:29:30 05:56:01 1 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 05:56:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 05:56:01 3 1.16 0.00 0.00 0.00 0.00 98.84 11:29:30 05:56:01 4 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 05:56:01 5 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 05:56:01 6 0.03 0.00 0.05 0.00 0.03 99.88 11:29:30 05:56:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 05:57:01 all 0.06 0.00 0.01 0.00 0.01 99.91 11:29:30 05:57:01 0 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 05:57:01 1 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 05:57:01 2 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 05:57:01 3 0.23 0.00 0.02 0.00 0.02 99.73 11:29:30 05:57:01 4 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 05:57:01 5 0.05 0.00 0.02 0.02 0.00 99.92 11:29:30 05:57:01 6 0.07 0.00 0.03 0.02 0.02 99.87 11:29:30 05:57:01 7 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 05:58:01 all 0.01 0.00 0.01 0.00 0.01 99.97 11:29:30 05:58:01 0 0.00 0.00 0.03 0.02 0.00 99.95 11:29:30 05:58:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 05:58:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 05:58:01 3 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 05:58:01 4 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 05:58:01 5 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 05:58:01 6 0.05 0.00 0.02 0.02 0.03 99.88 11:29:30 05:58:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 05:59:01 all 0.19 0.00 0.02 0.00 0.01 99.78 11:29:30 05:59:01 0 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 05:59:01 1 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 05:59:01 2 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 05:59:01 3 1.27 0.00 0.00 0.00 0.02 98.71 11:29:30 05:59:01 4 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 05:59:01 5 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 05:59:01 6 0.05 0.00 0.07 0.02 0.03 99.83 11:29:30 05:59:01 7 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 06:00:01 all 0.02 0.00 0.01 0.00 0.01 99.96 11:29:30 06:00:01 0 0.02 0.00 0.02 0.02 0.02 99.93 11:29:30 06:00:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 06:00:01 2 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 06:00:01 3 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 06:00:01 4 0.02 0.00 0.03 0.00 0.02 99.93 11:29:30 06:00:01 5 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 06:00:01 6 0.05 0.00 0.02 0.02 0.02 99.90 11:29:30 06:00:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 06:01:01 all 0.02 0.00 0.01 0.01 0.01 99.95 11:29:30 06:01:01 0 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 06:01:01 1 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 06:01:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 06:01:01 3 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 06:01:01 4 0.05 0.00 0.02 0.00 0.00 99.93 11:29:30 06:01:01 5 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 06:01:01 6 0.02 0.00 0.05 0.05 0.03 99.85 11:29:30 06:01:01 7 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 06:02:01 all 0.17 0.00 0.02 0.00 0.01 99.80 11:29:30 06:02:01 0 0.02 0.00 0.02 0.02 0.02 99.93 11:29:30 06:02:01 1 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 06:02:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 06:02:01 3 1.13 0.00 0.02 0.00 0.00 98.86 11:29:30 06:02:01 4 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 06:02:01 5 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 06:02:01 6 0.08 0.00 0.05 0.02 0.03 99.82 11:29:30 06:02:01 7 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 11:29:30 06:02:01 CPU %user %nice %system %iowait %steal %idle 11:29:30 06:03:01 all 0.01 0.00 0.02 0.00 0.01 99.96 11:29:30 06:03:01 0 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 06:03:01 1 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 06:03:01 2 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 06:03:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 06:03:01 4 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 06:03:01 5 0.00 0.00 0.02 0.02 0.00 99.97 11:29:30 06:03:01 6 0.05 0.00 0.05 0.00 0.03 99.87 11:29:30 06:03:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 06:04:01 all 0.04 0.00 0.01 0.00 0.01 99.94 11:29:30 06:04:01 0 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 06:04:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 06:04:01 2 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 06:04:01 3 0.05 0.00 0.00 0.00 0.00 99.95 11:29:30 06:04:01 4 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 06:04:01 5 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 06:04:01 6 0.13 0.00 0.07 0.02 0.02 99.77 11:29:30 06:04:01 7 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 06:05:01 all 0.01 0.00 0.01 0.00 0.01 99.96 11:29:30 06:05:01 0 0.02 0.00 0.03 0.00 0.00 99.95 11:29:30 06:05:01 1 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 06:05:01 2 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 06:05:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 06:05:01 4 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 06:05:01 5 0.00 0.00 0.02 0.02 0.00 99.97 11:29:30 06:05:01 6 0.05 0.00 0.03 0.02 0.03 99.87 11:29:30 06:05:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 06:06:01 all 0.08 0.00 0.02 0.01 0.01 99.89 11:29:30 06:06:01 0 0.07 0.00 0.02 0.02 0.02 99.88 11:29:30 06:06:01 1 0.05 0.00 0.02 0.00 0.00 99.93 11:29:30 06:06:01 2 0.12 0.00 0.02 0.02 0.00 99.85 11:29:30 06:06:01 3 0.10 0.00 0.02 0.00 0.02 99.87 11:29:30 06:06:01 4 0.08 0.00 0.02 0.00 0.02 99.88 11:29:30 06:06:01 5 0.03 0.00 0.03 0.00 0.00 99.93 11:29:30 06:06:01 6 0.03 0.00 0.03 0.02 0.02 99.90 11:29:30 06:06:01 7 0.15 0.00 0.00 0.00 0.00 99.85 11:29:30 06:07:01 all 0.20 0.00 0.07 0.01 0.01 99.71 11:29:30 06:07:01 0 0.17 0.00 0.05 0.02 0.02 99.75 11:29:30 06:07:01 1 0.08 0.00 0.25 0.00 0.02 99.65 11:29:30 06:07:01 2 0.28 0.00 0.05 0.03 0.00 99.63 11:29:30 06:07:01 3 0.20 0.00 0.03 0.00 0.02 99.75 11:29:30 06:07:01 4 0.07 0.00 0.05 0.00 0.00 99.88 11:29:30 06:07:01 5 0.03 0.00 0.03 0.00 0.02 99.92 11:29:30 06:07:01 6 0.08 0.00 0.07 0.02 0.02 99.82 11:29:30 06:07:01 7 0.68 0.00 0.00 0.00 0.00 99.32 11:29:30 06:08:01 all 0.03 0.00 0.01 0.00 0.01 99.94 11:29:30 06:08:01 0 0.02 0.00 0.00 0.02 0.02 99.95 11:29:30 06:08:01 1 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 06:08:01 2 0.07 0.00 0.00 0.00 0.02 99.92 11:29:30 06:08:01 3 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 06:08:01 4 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 06:08:01 5 0.02 0.00 0.03 0.00 0.00 99.95 11:29:30 06:08:01 6 0.05 0.00 0.03 0.02 0.03 99.87 11:29:30 06:08:01 7 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 06:09:01 all 0.03 0.00 0.01 0.00 0.01 99.95 11:29:30 06:09:01 0 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 06:09:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 06:09:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 06:09:01 3 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 06:09:01 4 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 06:09:01 5 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 06:09:01 6 0.08 0.00 0.07 0.02 0.03 99.80 11:29:30 06:09:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 06:10:01 all 0.03 0.00 0.02 0.00 0.01 99.94 11:29:30 06:10:01 0 0.03 0.00 0.03 0.02 0.00 99.92 11:29:30 06:10:01 1 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 06:10:01 2 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 06:10:01 3 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 06:10:01 4 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 06:10:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 06:10:01 6 0.08 0.00 0.07 0.00 0.02 99.83 11:29:30 06:10:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 06:11:01 all 0.03 0.00 0.01 0.00 0.01 99.95 11:29:30 06:11:01 0 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 06:11:01 1 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 06:11:01 2 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 06:11:01 3 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 06:11:01 4 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 06:11:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 06:11:01 6 0.07 0.00 0.02 0.02 0.03 99.87 11:29:30 06:11:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 06:12:01 all 0.03 0.00 0.01 0.00 0.01 99.94 11:29:30 06:12:01 0 0.05 0.00 0.00 0.02 0.02 99.92 11:29:30 06:12:01 1 0.03 0.00 0.03 0.00 0.02 99.92 11:29:30 06:12:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 06:12:01 3 0.05 0.00 0.00 0.00 0.00 99.95 11:29:30 06:12:01 4 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 06:12:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 06:12:01 6 0.05 0.00 0.00 0.02 0.03 99.90 11:29:30 06:12:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 06:13:01 all 0.02 0.00 0.02 0.00 0.01 99.95 11:29:30 06:13:01 0 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 06:13:01 1 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 06:13:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 06:13:01 3 0.05 0.00 0.02 0.00 0.02 99.92 11:29:30 06:13:01 4 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 06:13:01 5 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 06:13:01 6 0.03 0.00 0.05 0.00 0.02 99.90 11:29:30 06:13:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 11:29:30 06:13:01 CPU %user %nice %system %iowait %steal %idle 11:29:30 06:14:01 all 0.03 0.00 0.01 0.01 0.01 99.94 11:29:30 06:14:01 0 0.02 0.00 0.02 0.02 0.02 99.93 11:29:30 06:14:01 1 0.08 0.00 0.03 0.00 0.02 99.87 11:29:30 06:14:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 06:14:01 3 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 06:14:01 4 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 06:14:01 5 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 06:14:01 6 0.03 0.00 0.02 0.02 0.02 99.92 11:29:30 06:14:01 7 0.02 0.00 0.00 0.02 0.00 99.97 11:29:30 06:15:01 all 0.01 0.00 0.02 0.01 0.01 99.96 11:29:30 06:15:01 0 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 06:15:01 1 0.00 0.00 0.05 0.02 0.00 99.93 11:29:30 06:15:01 2 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 06:15:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 06:15:01 4 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 06:15:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 06:15:01 6 0.02 0.00 0.03 0.03 0.03 99.88 11:29:30 06:15:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 06:16:01 all 0.02 0.00 0.02 0.01 0.01 99.94 11:29:30 06:16:01 0 0.02 0.00 0.03 0.00 0.02 99.93 11:29:30 06:16:01 1 0.02 0.00 0.00 0.05 0.02 99.92 11:29:30 06:16:01 2 0.00 0.00 0.03 0.00 0.02 99.95 11:29:30 06:16:01 3 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 06:16:01 4 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 06:16:01 5 0.02 0.00 0.03 0.00 0.00 99.95 11:29:30 06:16:01 6 0.08 0.00 0.03 0.00 0.02 99.87 11:29:30 06:16:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 06:17:01 all 0.08 0.00 0.01 0.00 0.01 99.90 11:29:30 06:17:01 0 0.05 0.00 0.02 0.00 0.02 99.92 11:29:30 06:17:01 1 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 06:17:01 2 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 06:17:01 3 0.40 0.00 0.00 0.00 0.00 99.60 11:29:30 06:17:01 4 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 06:17:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 06:17:01 6 0.07 0.00 0.05 0.02 0.03 99.83 11:29:30 06:17:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 06:18:01 all 0.26 0.00 0.01 0.00 0.01 99.71 11:29:30 06:18:01 0 0.00 0.00 0.03 0.00 0.00 99.97 11:29:30 06:18:01 1 0.02 0.00 0.02 0.02 0.02 99.93 11:29:30 06:18:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 06:18:01 3 1.97 0.00 0.00 0.00 0.02 98.01 11:29:30 06:18:01 4 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 06:18:01 5 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 06:18:01 6 0.05 0.00 0.03 0.00 0.03 99.88 11:29:30 06:18:01 7 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 06:19:01 all 0.07 0.00 0.02 0.00 0.01 99.90 11:29:30 06:19:01 0 0.02 0.00 0.00 0.02 0.02 99.95 11:29:30 06:19:01 1 0.05 0.00 0.00 0.00 0.00 99.95 11:29:30 06:19:01 2 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 06:19:01 3 0.27 0.00 0.03 0.00 0.02 99.68 11:29:30 06:19:01 4 0.05 0.00 0.05 0.00 0.02 99.88 11:29:30 06:19:01 5 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 06:19:01 6 0.10 0.00 0.03 0.02 0.02 99.83 11:29:30 06:19:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 06:20:01 all 0.01 0.00 0.01 0.00 0.01 99.96 11:29:30 06:20:01 0 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 06:20:01 1 0.00 0.00 0.03 0.02 0.02 99.93 11:29:30 06:20:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 06:20:01 3 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 06:20:01 4 0.05 0.00 0.02 0.00 0.03 99.90 11:29:30 06:20:01 5 0.00 0.00 0.03 0.00 0.00 99.97 11:29:30 06:20:01 6 0.00 0.00 0.00 0.02 0.02 99.97 11:29:30 06:20:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 06:21:01 all 0.03 0.00 0.01 0.00 0.01 99.95 11:29:30 06:21:01 0 0.05 0.00 0.02 0.02 0.00 99.92 11:29:30 06:21:01 1 0.08 0.00 0.03 0.00 0.02 99.87 11:29:30 06:21:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 06:21:01 3 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 06:21:01 4 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 06:21:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 06:21:01 6 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 06:21:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 06:22:01 all 0.04 0.00 0.02 0.00 0.01 99.93 11:29:30 06:22:01 0 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 06:22:01 1 0.07 0.00 0.05 0.00 0.00 99.88 11:29:30 06:22:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 06:22:01 3 0.23 0.00 0.05 0.00 0.00 99.72 11:29:30 06:22:01 4 0.02 0.00 0.03 0.00 0.02 99.93 11:29:30 06:22:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 06:22:01 6 0.02 0.00 0.02 0.02 0.02 99.93 11:29:30 06:22:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 06:23:01 all 0.25 0.00 0.02 0.00 0.01 99.71 11:29:30 06:23:01 0 0.02 0.00 0.02 0.02 0.02 99.93 11:29:30 06:23:01 1 0.05 0.00 0.02 0.00 0.02 99.92 11:29:30 06:23:01 2 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 06:23:01 3 1.76 0.00 0.03 0.00 0.02 98.19 11:29:30 06:23:01 4 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 06:23:01 5 0.05 0.00 0.02 0.00 0.02 99.92 11:29:30 06:23:01 6 0.05 0.00 0.03 0.02 0.02 99.88 11:29:30 06:23:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 06:24:01 all 0.01 0.00 0.01 0.00 0.01 99.97 11:29:30 06:24:01 0 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 06:24:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 06:24:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 06:24:01 3 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 06:24:01 4 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 06:24:01 5 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 06:24:01 6 0.05 0.00 0.02 0.00 0.02 99.92 11:29:30 06:24:01 7 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 11:29:30 06:24:01 CPU %user %nice %system %iowait %steal %idle 11:29:30 06:25:01 all 0.04 0.00 0.01 0.00 0.01 99.94 11:29:30 06:25:01 0 0.03 0.00 0.02 0.02 0.02 99.92 11:29:30 06:25:01 1 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 06:25:01 2 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 06:25:01 3 0.05 0.00 0.02 0.00 0.02 99.92 11:29:30 06:25:01 4 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 06:25:01 5 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 06:25:01 6 0.07 0.00 0.03 0.02 0.00 99.88 11:29:30 06:25:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 06:26:02 all 0.03 0.00 0.04 0.01 0.01 99.91 11:29:30 06:26:02 0 0.02 0.00 0.03 0.02 0.00 99.93 11:29:30 06:26:02 1 0.13 0.00 0.10 0.05 0.02 99.70 11:29:30 06:26:02 2 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 06:26:02 3 0.03 0.00 0.03 0.00 0.00 99.93 11:29:30 06:26:02 4 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 06:26:02 5 0.02 0.00 0.07 0.00 0.02 99.90 11:29:30 06:26:02 6 0.03 0.00 0.03 0.02 0.02 99.90 11:29:30 06:26:02 7 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 06:27:01 all 0.24 0.00 0.02 0.00 0.01 99.72 11:29:30 06:27:01 0 0.02 0.00 0.03 0.02 0.02 99.92 11:29:30 06:27:01 1 0.05 0.00 0.02 0.00 0.02 99.92 11:29:30 06:27:01 2 0.07 0.00 0.02 0.00 0.02 99.90 11:29:30 06:27:01 3 1.72 0.00 0.05 0.00 0.02 98.21 11:29:30 06:27:01 4 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 06:27:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 06:27:01 6 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 06:27:01 7 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 06:28:01 all 0.01 0.00 0.01 0.00 0.01 99.98 11:29:30 06:28:01 0 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 06:28:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 06:28:01 2 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 06:28:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 06:28:01 4 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 06:28:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 06:28:01 6 0.03 0.00 0.02 0.02 0.02 99.92 11:29:30 06:28:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 06:29:01 all 0.03 0.00 0.02 0.00 0.01 99.94 11:29:30 06:29:01 0 0.03 0.00 0.02 0.02 0.02 99.92 11:29:30 06:29:01 1 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 06:29:01 2 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 06:29:01 3 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 06:29:01 4 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 06:29:01 5 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 06:29:01 6 0.07 0.00 0.07 0.02 0.02 99.83 11:29:30 06:29:01 7 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 06:30:01 all 0.02 0.00 0.01 0.00 0.00 99.96 11:29:30 06:30:01 0 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 06:30:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 06:30:01 2 0.02 0.00 0.03 0.02 0.02 99.92 11:29:30 06:30:01 3 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 06:30:01 4 0.05 0.00 0.02 0.00 0.00 99.93 11:29:30 06:30:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 06:30:01 6 0.02 0.00 0.02 0.02 0.02 99.93 11:29:30 06:30:01 7 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 06:31:01 all 0.02 0.00 0.01 0.00 0.01 99.96 11:29:30 06:31:01 0 0.05 0.00 0.05 0.00 0.02 99.88 11:29:30 06:31:01 1 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 06:31:01 2 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 06:31:01 3 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 06:31:01 4 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 06:31:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 06:31:01 6 0.05 0.00 0.02 0.00 0.00 99.93 11:29:30 06:31:01 7 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 06:32:01 all 0.03 0.00 0.01 0.00 0.01 99.95 11:29:30 06:32:01 0 0.03 0.00 0.02 0.02 0.02 99.92 11:29:30 06:32:01 1 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 06:32:01 2 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 06:32:01 3 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 06:32:01 4 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 06:32:01 5 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 06:32:01 6 0.05 0.00 0.03 0.02 0.02 99.88 11:29:30 06:32:01 7 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 06:33:01 all 0.01 0.00 0.01 0.01 0.01 99.96 11:29:30 06:33:01 0 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 06:33:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 06:33:01 2 0.02 0.00 0.03 0.00 0.03 99.92 11:29:30 06:33:01 3 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 06:33:01 4 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 06:33:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 06:33:01 6 0.05 0.00 0.03 0.05 0.02 99.85 11:29:30 06:33:01 7 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 06:34:01 all 0.03 0.00 0.02 0.00 0.01 99.93 11:29:30 06:34:01 0 0.02 0.00 0.02 0.02 0.02 99.93 11:29:30 06:34:01 1 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 06:34:01 2 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 06:34:01 3 0.10 0.00 0.03 0.00 0.02 99.85 11:29:30 06:34:01 4 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 06:34:01 5 0.02 0.00 0.03 0.00 0.00 99.95 11:29:30 06:34:01 6 0.08 0.00 0.07 0.02 0.02 99.82 11:29:30 06:34:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 06:35:01 all 0.27 0.00 0.01 0.00 0.00 99.71 11:29:30 06:35:01 0 0.02 0.00 0.05 0.00 0.00 99.93 11:29:30 06:35:01 1 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 06:35:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 06:35:01 3 2.00 0.00 0.00 0.00 0.00 98.00 11:29:30 06:35:01 4 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 06:35:01 5 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 06:35:01 6 0.03 0.00 0.02 0.02 0.02 99.92 11:29:30 06:35:01 7 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 11:29:30 06:35:01 CPU %user %nice %system %iowait %steal %idle 11:29:30 06:36:01 all 0.18 0.00 0.02 0.00 0.01 99.79 11:29:30 06:36:01 0 0.05 0.00 0.00 0.00 0.02 99.93 11:29:30 06:36:01 1 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 06:36:01 2 0.05 0.00 0.02 0.00 0.02 99.92 11:29:30 06:36:01 3 1.14 0.00 0.02 0.00 0.02 98.82 11:29:30 06:36:01 4 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 06:36:01 5 0.05 0.00 0.03 0.00 0.00 99.92 11:29:30 06:36:01 6 0.03 0.00 0.03 0.02 0.02 99.90 11:29:30 06:36:01 7 0.05 0.00 0.02 0.00 0.02 99.92 11:29:30 06:37:01 all 0.01 0.00 0.01 0.00 0.00 99.97 11:29:30 06:37:01 0 0.00 0.00 0.00 0.02 0.00 99.98 11:29:30 06:37:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 06:37:01 2 0.02 0.00 0.03 0.00 0.02 99.93 11:29:30 06:37:01 3 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 06:37:01 4 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 06:37:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 06:37:01 6 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 06:37:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 06:38:01 all 0.04 0.00 0.01 0.00 0.01 99.94 11:29:30 06:38:01 0 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 06:38:01 1 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 06:38:01 2 0.05 0.00 0.02 0.00 0.02 99.92 11:29:30 06:38:01 3 0.07 0.00 0.00 0.00 0.02 99.92 11:29:30 06:38:01 4 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 06:38:01 5 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 06:38:01 6 0.03 0.00 0.02 0.02 0.02 99.92 11:29:30 06:38:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 06:39:01 all 0.02 0.00 0.01 0.02 0.01 99.94 11:29:30 06:39:01 0 0.00 0.00 0.02 0.02 0.00 99.97 11:29:30 06:39:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 06:39:01 2 0.05 0.00 0.02 0.00 0.03 99.90 11:29:30 06:39:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 06:39:01 4 0.07 0.00 0.03 0.00 0.02 99.88 11:29:30 06:39:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 06:39:01 6 0.02 0.00 0.03 0.12 0.00 99.83 11:29:30 06:39:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 06:40:01 all 0.03 0.00 0.01 0.00 0.01 99.95 11:29:30 06:40:01 0 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 06:40:01 1 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 06:40:01 2 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 06:40:01 3 0.05 0.00 0.00 0.00 0.02 99.93 11:29:30 06:40:01 4 0.05 0.00 0.03 0.00 0.02 99.90 11:29:30 06:40:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 06:40:01 6 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 06:40:01 7 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 06:41:01 all 0.02 0.00 0.01 0.00 0.00 99.96 11:29:30 06:41:01 0 0.02 0.00 0.00 0.02 0.00 99.97 11:29:30 06:41:01 1 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 06:41:01 2 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 06:41:01 3 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 06:41:01 4 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 06:41:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 06:41:01 6 0.02 0.00 0.03 0.02 0.02 99.92 11:29:30 06:41:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 06:42:01 all 0.02 0.00 0.01 0.00 0.01 99.95 11:29:30 06:42:01 0 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 06:42:01 1 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 06:42:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 06:42:01 3 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 06:42:01 4 0.03 0.00 0.02 0.00 0.03 99.92 11:29:30 06:42:01 5 0.02 0.00 0.03 0.00 0.00 99.95 11:29:30 06:42:01 6 0.02 0.00 0.00 0.02 0.00 99.97 11:29:30 06:42:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 06:43:01 all 0.02 0.00 0.01 0.00 0.01 99.95 11:29:30 06:43:01 0 0.03 0.00 0.03 0.02 0.02 99.90 11:29:30 06:43:01 1 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 06:43:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 06:43:01 3 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 06:43:01 4 0.05 0.00 0.00 0.00 0.00 99.95 11:29:30 06:43:01 5 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 06:43:01 6 0.05 0.00 0.02 0.00 0.02 99.92 11:29:30 06:43:01 7 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 06:44:01 all 0.03 0.00 0.02 0.00 0.01 99.95 11:29:30 06:44:01 0 0.02 0.00 0.00 0.00 0.03 99.95 11:29:30 06:44:01 1 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 06:44:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 06:44:01 3 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 06:44:01 4 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 06:44:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 06:44:01 6 0.07 0.00 0.08 0.02 0.02 99.82 11:29:30 06:44:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 06:45:01 all 0.02 0.00 0.01 0.00 0.01 99.96 11:29:30 06:45:01 0 0.02 0.00 0.05 0.02 0.02 99.90 11:29:30 06:45:01 1 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 06:45:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 06:45:01 3 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 06:45:01 4 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 06:45:01 5 0.03 0.00 0.03 0.00 0.00 99.93 11:29:30 06:45:01 6 0.00 0.00 0.00 0.02 0.00 99.98 11:29:30 06:45:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 06:46:01 all 0.21 0.00 0.02 0.00 0.01 99.76 11:29:30 06:46:01 0 0.03 0.00 0.03 0.02 0.02 99.90 11:29:30 06:46:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 06:46:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 06:46:01 3 1.50 0.00 0.05 0.00 0.00 98.45 11:29:30 06:46:01 4 0.02 0.00 0.03 0.00 0.02 99.93 11:29:30 06:46:01 5 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 06:46:01 6 0.02 0.00 0.02 0.02 0.02 99.93 11:29:30 06:46:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 11:29:30 06:46:01 CPU %user %nice %system %iowait %steal %idle 11:29:30 06:47:01 all 0.28 0.00 0.01 0.00 0.01 99.70 11:29:30 06:47:01 0 0.03 0.00 0.03 0.00 0.03 99.90 11:29:30 06:47:01 1 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 06:47:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 06:47:01 3 1.99 0.00 0.00 0.00 0.00 98.01 11:29:30 06:47:01 4 0.07 0.00 0.02 0.00 0.02 99.90 11:29:30 06:47:01 5 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 06:47:01 6 0.02 0.00 0.02 0.02 0.00 99.95 11:29:30 06:47:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 06:48:01 all 0.26 0.00 0.02 0.00 0.01 99.71 11:29:30 06:48:01 0 0.02 0.00 0.05 0.02 0.02 99.90 11:29:30 06:48:01 1 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 06:48:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 06:48:01 3 1.99 0.00 0.00 0.00 0.02 98.00 11:29:30 06:48:01 4 0.03 0.00 0.05 0.00 0.02 99.90 11:29:30 06:48:01 5 0.00 0.00 0.03 0.00 0.00 99.97 11:29:30 06:48:01 6 0.02 0.00 0.00 0.02 0.02 99.95 11:29:30 06:48:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 06:49:01 all 0.28 0.00 0.01 0.00 0.00 99.69 11:29:30 06:49:01 0 0.02 0.00 0.03 0.02 0.02 99.92 11:29:30 06:49:01 1 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 06:49:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 06:49:01 3 2.00 0.00 0.02 0.00 0.00 97.98 11:29:30 06:49:01 4 0.08 0.00 0.03 0.00 0.02 99.87 11:29:30 06:49:01 5 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 06:49:01 6 0.03 0.00 0.00 0.02 0.00 99.95 11:29:30 06:49:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 06:50:01 all 0.08 0.00 0.02 0.00 0.01 99.90 11:29:30 06:50:01 0 0.02 0.00 0.03 0.00 0.03 99.92 11:29:30 06:50:01 1 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 06:50:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 06:50:01 3 0.52 0.00 0.02 0.00 0.02 99.45 11:29:30 06:50:01 4 0.05 0.00 0.03 0.00 0.00 99.92 11:29:30 06:50:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 06:50:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 06:50:01 7 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 06:51:01 all 0.03 0.00 0.01 0.00 0.01 99.95 11:29:30 06:51:01 0 0.05 0.00 0.03 0.00 0.02 99.90 11:29:30 06:51:01 1 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 06:51:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 06:51:01 3 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 06:51:01 4 0.07 0.00 0.02 0.00 0.02 99.90 11:29:30 06:51:01 5 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 06:51:01 6 0.03 0.00 0.00 0.02 0.02 99.93 11:29:30 06:51:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 06:52:01 all 0.02 0.00 0.01 0.00 0.01 99.96 11:29:30 06:52:01 0 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 06:52:01 1 0.02 0.00 0.03 0.02 0.02 99.92 11:29:30 06:52:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 06:52:01 3 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 06:52:01 4 0.05 0.00 0.02 0.00 0.02 99.92 11:29:30 06:52:01 5 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 06:52:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 06:52:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 06:53:01 all 0.04 0.00 0.01 0.00 0.01 99.94 11:29:30 06:53:01 0 0.03 0.00 0.02 0.02 0.02 99.92 11:29:30 06:53:01 1 0.05 0.00 0.03 0.00 0.02 99.90 11:29:30 06:53:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 06:53:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 06:53:01 4 0.07 0.00 0.03 0.00 0.02 99.88 11:29:30 06:53:01 5 0.07 0.00 0.02 0.00 0.00 99.92 11:29:30 06:53:01 6 0.03 0.00 0.00 0.02 0.00 99.95 11:29:30 06:53:01 7 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 06:54:01 all 0.01 0.00 0.01 0.00 0.01 99.96 11:29:30 06:54:01 0 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 06:54:01 1 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 06:54:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 06:54:01 3 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 06:54:01 4 0.02 0.00 0.03 0.00 0.02 99.93 11:29:30 06:54:01 5 0.03 0.00 0.05 0.00 0.00 99.92 11:29:30 06:54:01 6 0.02 0.00 0.02 0.02 0.00 99.95 11:29:30 06:54:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 06:55:01 all 0.02 0.00 0.02 0.01 0.01 99.94 11:29:30 06:55:01 0 0.02 0.00 0.00 0.02 0.02 99.95 11:29:30 06:55:01 1 0.05 0.00 0.00 0.00 0.02 99.93 11:29:30 06:55:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 06:55:01 3 0.02 0.00 0.03 0.00 0.00 99.95 11:29:30 06:55:01 4 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 06:55:01 5 0.03 0.00 0.07 0.00 0.02 99.88 11:29:30 06:55:01 6 0.02 0.00 0.02 0.05 0.02 99.90 11:29:30 06:55:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 06:56:01 all 0.01 0.00 0.01 0.00 0.01 99.96 11:29:30 06:56:01 0 0.02 0.00 0.03 0.00 0.02 99.93 11:29:30 06:56:01 1 0.02 0.00 0.02 0.00 0.03 99.93 11:29:30 06:56:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 06:56:01 3 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 06:56:01 4 0.03 0.00 0.03 0.00 0.02 99.92 11:29:30 06:56:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 06:56:01 6 0.00 0.00 0.00 0.02 0.00 99.98 11:29:30 06:56:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 06:57:01 all 0.04 0.00 0.01 0.00 0.01 99.94 11:29:30 06:57:01 0 0.05 0.00 0.03 0.02 0.00 99.90 11:29:30 06:57:01 1 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 06:57:01 2 0.05 0.00 0.00 0.00 0.00 99.95 11:29:30 06:57:01 3 0.05 0.00 0.02 0.00 0.00 99.93 11:29:30 06:57:01 4 0.05 0.00 0.02 0.00 0.02 99.92 11:29:30 06:57:01 5 0.05 0.00 0.03 0.00 0.02 99.90 11:29:30 06:57:01 6 0.02 0.00 0.00 0.02 0.02 99.95 11:29:30 06:57:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 11:29:30 06:57:01 CPU %user %nice %system %iowait %steal %idle 11:29:30 06:58:01 all 0.02 0.00 0.01 0.00 0.01 99.96 11:29:30 06:58:01 0 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 06:58:01 1 0.05 0.00 0.02 0.00 0.02 99.92 11:29:30 06:58:01 2 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 06:58:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 06:58:01 4 0.03 0.00 0.03 0.00 0.02 99.92 11:29:30 06:58:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 06:58:01 6 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 06:58:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 06:59:01 all 0.04 0.00 0.01 0.00 0.01 99.93 11:29:30 06:59:01 0 0.03 0.00 0.00 0.02 0.02 99.93 11:29:30 06:59:01 1 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 06:59:01 2 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 06:59:01 3 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 06:59:01 4 0.08 0.00 0.05 0.00 0.02 99.85 11:29:30 06:59:01 5 0.03 0.00 0.03 0.00 0.00 99.93 11:29:30 06:59:01 6 0.03 0.00 0.02 0.02 0.00 99.93 11:29:30 06:59:01 7 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 07:00:01 all 0.01 0.00 0.01 0.00 0.01 99.97 11:29:30 07:00:01 0 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 07:00:01 1 0.02 0.00 0.02 0.00 0.03 99.93 11:29:30 07:00:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:00:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 07:00:01 4 0.05 0.00 0.03 0.00 0.02 99.90 11:29:30 07:00:01 5 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 07:00:01 6 0.00 0.00 0.00 0.02 0.02 99.97 11:29:30 07:00:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:01:01 all 0.02 0.00 0.01 0.00 0.01 99.96 11:29:30 07:01:01 0 0.02 0.00 0.02 0.02 0.02 99.93 11:29:30 07:01:01 1 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 07:01:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:01:01 3 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 07:01:01 4 0.05 0.00 0.02 0.00 0.02 99.92 11:29:30 07:01:01 5 0.02 0.00 0.03 0.00 0.00 99.95 11:29:30 07:01:01 6 0.00 0.00 0.00 0.02 0.00 99.98 11:29:30 07:01:01 7 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 07:02:01 all 0.03 0.00 0.01 0.00 0.01 99.95 11:29:30 07:02:01 0 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:02:01 1 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 07:02:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:02:01 3 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 07:02:01 4 0.05 0.00 0.03 0.00 0.02 99.90 11:29:30 07:02:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 07:02:01 6 0.02 0.00 0.02 0.02 0.00 99.95 11:29:30 07:02:01 7 0.10 0.00 0.00 0.00 0.00 99.90 11:29:30 07:03:01 all 0.02 0.00 0.01 0.00 0.01 99.96 11:29:30 07:03:01 0 0.00 0.00 0.03 0.02 0.00 99.95 11:29:30 07:03:01 1 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 07:03:01 2 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 07:03:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:03:01 4 0.07 0.00 0.02 0.00 0.02 99.90 11:29:30 07:03:01 5 0.00 0.00 0.03 0.00 0.00 99.97 11:29:30 07:03:01 6 0.02 0.00 0.02 0.02 0.02 99.93 11:29:30 07:03:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:04:01 all 0.06 0.00 0.03 0.00 0.01 99.90 11:29:30 07:04:01 0 0.10 0.00 0.02 0.00 0.02 99.87 11:29:30 07:04:01 1 0.07 0.00 0.07 0.00 0.02 99.85 11:29:30 07:04:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 07:04:01 3 0.12 0.00 0.02 0.00 0.00 99.87 11:29:30 07:04:01 4 0.05 0.00 0.07 0.00 0.02 99.87 11:29:30 07:04:01 5 0.03 0.00 0.03 0.00 0.00 99.93 11:29:30 07:04:01 6 0.02 0.00 0.02 0.02 0.00 99.95 11:29:30 07:04:01 7 0.12 0.00 0.00 0.00 0.00 99.88 11:29:30 07:05:01 all 0.01 0.00 0.01 0.00 0.01 99.96 11:29:30 07:05:01 0 0.00 0.00 0.02 0.02 0.00 99.97 11:29:30 07:05:01 1 0.03 0.00 0.03 0.00 0.03 99.90 11:29:30 07:05:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:05:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:05:01 4 0.03 0.00 0.03 0.00 0.02 99.92 11:29:30 07:05:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 07:05:01 6 0.00 0.00 0.02 0.02 0.00 99.97 11:29:30 07:05:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:06:01 all 0.02 0.00 0.01 0.00 0.01 99.96 11:29:30 07:06:01 0 0.02 0.00 0.00 0.02 0.02 99.95 11:29:30 07:06:01 1 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 07:06:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:06:01 3 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 07:06:01 4 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 07:06:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 07:06:01 6 0.02 0.00 0.00 0.02 0.00 99.97 11:29:30 07:06:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:07:01 all 0.15 0.00 0.05 0.00 0.01 99.78 11:29:30 07:07:01 0 0.25 0.00 0.03 0.00 0.00 99.72 11:29:30 07:07:01 1 0.17 0.00 0.02 0.00 0.02 99.80 11:29:30 07:07:01 2 0.07 0.00 0.08 0.00 0.02 99.83 11:29:30 07:07:01 3 0.05 0.00 0.08 0.00 0.00 99.87 11:29:30 07:07:01 4 0.05 0.00 0.07 0.00 0.02 99.87 11:29:30 07:07:01 5 0.07 0.00 0.02 0.00 0.02 99.90 11:29:30 07:07:01 6 0.03 0.00 0.05 0.00 0.02 99.90 11:29:30 07:07:01 7 0.55 0.00 0.07 0.00 0.00 99.38 11:29:30 07:08:01 all 0.28 0.00 0.01 0.00 0.01 99.70 11:29:30 07:08:01 0 0.02 0.00 0.03 0.02 0.02 99.92 11:29:30 07:08:01 1 0.03 0.00 0.02 0.00 0.03 99.92 11:29:30 07:08:01 2 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 07:08:01 3 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 07:08:01 4 0.05 0.00 0.02 0.00 0.02 99.92 11:29:30 07:08:01 5 0.02 0.00 0.03 0.00 0.00 99.95 11:29:30 07:08:01 6 0.03 0.00 0.00 0.02 0.00 99.95 11:29:30 07:08:01 7 1.97 0.00 0.00 0.00 0.00 98.03 11:29:30 11:29:30 07:08:01 CPU %user %nice %system %iowait %steal %idle 11:29:30 07:09:01 all 0.27 0.00 0.01 0.00 0.01 99.71 11:29:30 07:09:01 0 0.02 0.00 0.02 0.02 0.02 99.93 11:29:30 07:09:01 1 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 07:09:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:09:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:09:01 4 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 07:09:01 5 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:09:01 6 0.05 0.00 0.02 0.02 0.02 99.90 11:29:30 07:09:01 7 1.97 0.00 0.00 0.00 0.02 98.01 11:29:30 07:10:01 all 0.27 0.00 0.01 0.00 0.01 99.70 11:29:30 07:10:01 0 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 07:10:01 1 0.03 0.00 0.03 0.00 0.03 99.90 11:29:30 07:10:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 07:10:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:10:01 4 0.07 0.00 0.02 0.02 0.00 99.90 11:29:30 07:10:01 5 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:10:01 6 0.03 0.00 0.03 0.02 0.02 99.90 11:29:30 07:10:01 7 1.99 0.00 0.00 0.00 0.00 98.01 11:29:30 07:11:01 all 0.06 0.00 0.02 0.00 0.00 99.91 11:29:30 07:11:01 0 0.02 0.00 0.02 0.02 0.00 99.95 11:29:30 07:11:01 1 0.02 0.00 0.03 0.00 0.02 99.93 11:29:30 07:11:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:11:01 3 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 07:11:01 4 0.00 0.00 0.00 0.02 0.02 99.97 11:29:30 07:11:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 07:11:01 6 0.05 0.00 0.02 0.00 0.00 99.93 11:29:30 07:11:01 7 0.38 0.00 0.07 0.00 0.00 99.55 11:29:30 07:12:01 all 0.02 0.00 0.01 0.00 0.01 99.96 11:29:30 07:12:01 0 0.03 0.00 0.03 0.02 0.02 99.90 11:29:30 07:12:01 1 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 07:12:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:12:01 3 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 07:12:01 4 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 07:12:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 07:12:01 6 0.03 0.00 0.02 0.00 0.03 99.92 11:29:30 07:12:01 7 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 07:13:01 all 0.01 0.00 0.01 0.00 0.01 99.97 11:29:30 07:13:01 0 0.02 0.00 0.00 0.02 0.00 99.97 11:29:30 07:13:01 1 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 07:13:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:13:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:13:01 4 0.02 0.00 0.02 0.02 0.02 99.93 11:29:30 07:13:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 07:13:01 6 0.02 0.00 0.03 0.00 0.02 99.93 11:29:30 07:13:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:14:01 all 0.04 0.00 0.01 0.00 0.01 99.94 11:29:30 07:14:01 0 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 07:14:01 1 0.03 0.00 0.00 0.02 0.00 99.95 11:29:30 07:14:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 07:14:01 3 0.08 0.00 0.02 0.00 0.00 99.90 11:29:30 07:14:01 4 0.05 0.00 0.03 0.00 0.03 99.88 11:29:30 07:14:01 5 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 07:14:01 6 0.05 0.00 0.00 0.00 0.02 99.93 11:29:30 07:14:01 7 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 07:15:01 all 0.00 0.00 0.01 0.01 0.01 99.97 11:29:30 07:15:01 0 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:15:01 1 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 07:15:01 2 0.00 0.00 0.00 0.02 0.00 99.98 11:29:30 07:15:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:15:01 4 0.02 0.00 0.05 0.03 0.02 99.88 11:29:30 07:15:01 5 0.00 0.00 0.03 0.00 0.02 99.95 11:29:30 07:15:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:15:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:16:01 all 0.01 0.00 0.00 0.00 0.01 99.97 11:29:30 07:16:01 0 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 07:16:01 1 0.00 0.00 0.00 0.02 0.00 99.98 11:29:30 07:16:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:16:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:16:01 4 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 07:16:01 5 0.07 0.00 0.02 0.00 0.00 99.92 11:29:30 07:16:01 6 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 07:16:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:17:01 all 0.03 0.00 0.01 0.00 0.01 99.94 11:29:30 07:17:01 0 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 07:17:01 1 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 07:17:01 2 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 07:17:01 3 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 07:17:01 4 0.07 0.00 0.03 0.02 0.05 99.83 11:29:30 07:17:01 5 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:17:01 6 0.05 0.00 0.00 0.00 0.00 99.95 11:29:30 07:17:01 7 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 07:18:01 all 0.01 0.00 0.01 0.00 0.01 99.97 11:29:30 07:18:01 0 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 07:18:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:18:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:18:01 3 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 07:18:01 4 0.03 0.00 0.05 0.00 0.02 99.90 11:29:30 07:18:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 07:18:01 6 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 07:18:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:19:01 all 0.03 0.00 0.01 0.01 0.00 99.94 11:29:30 07:19:01 0 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 07:19:01 1 0.05 0.00 0.02 0.02 0.00 99.92 11:29:30 07:19:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:19:01 3 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 07:19:01 4 0.07 0.00 0.07 0.03 0.02 99.82 11:29:30 07:19:01 5 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 07:19:01 6 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 07:19:01 7 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 11:29:30 07:19:01 CPU %user %nice %system %iowait %steal %idle 11:29:30 07:20:01 all 0.01 0.00 0.01 0.00 0.01 99.97 11:29:30 07:20:01 0 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 07:20:01 1 0.00 0.00 0.02 0.02 0.00 99.97 11:29:30 07:20:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:20:01 3 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 07:20:01 4 0.05 0.00 0.03 0.02 0.02 99.88 11:29:30 07:20:01 5 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:20:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:20:01 7 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 07:21:01 all 0.03 0.00 0.01 0.00 0.01 99.95 11:29:30 07:21:01 0 0.03 0.00 0.03 0.02 0.00 99.92 11:29:30 07:21:01 1 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 07:21:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 07:21:01 3 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 07:21:01 4 0.05 0.00 0.00 0.00 0.03 99.92 11:29:30 07:21:01 5 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 07:21:01 6 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 07:21:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:22:01 all 0.01 0.00 0.01 0.00 0.00 99.97 11:29:30 07:22:01 0 0.00 0.00 0.00 0.02 0.02 99.97 11:29:30 07:22:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:22:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:22:01 3 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 07:22:01 4 0.03 0.00 0.05 0.02 0.02 99.88 11:29:30 07:22:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 07:22:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 07:22:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:23:01 all 0.03 0.00 0.01 0.00 0.01 99.95 11:29:30 07:23:01 0 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 07:23:01 1 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 07:23:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:23:01 3 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 07:23:01 4 0.05 0.00 0.02 0.02 0.03 99.88 11:29:30 07:23:01 5 0.05 0.00 0.02 0.00 0.02 99.92 11:29:30 07:23:01 6 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 07:23:01 7 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 07:24:01 all 0.01 0.00 0.01 0.00 0.01 99.98 11:29:30 07:24:01 0 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 07:24:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:24:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 07:24:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:24:01 4 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 07:24:01 5 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 07:24:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:24:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:25:01 all 0.03 0.00 0.01 0.00 0.01 99.95 11:29:30 07:25:01 0 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 07:25:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:25:01 2 0.02 0.00 0.00 0.02 0.00 99.97 11:29:30 07:25:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:25:01 4 0.05 0.00 0.03 0.02 0.02 99.88 11:29:30 07:25:01 5 0.02 0.00 0.05 0.00 0.02 99.92 11:29:30 07:25:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:25:01 7 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 07:26:01 all 0.01 0.00 0.02 0.00 0.01 99.95 11:29:30 07:26:01 0 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 07:26:01 1 0.00 0.00 0.02 0.02 0.02 99.95 11:29:30 07:26:01 2 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 07:26:01 3 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 07:26:01 4 0.03 0.00 0.02 0.02 0.00 99.93 11:29:30 07:26:01 5 0.03 0.00 0.05 0.00 0.02 99.90 11:29:30 07:26:01 6 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 07:26:01 7 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 07:27:01 all 0.03 0.00 0.01 0.00 0.01 99.95 11:29:30 07:27:01 0 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 07:27:01 1 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 07:27:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:27:01 3 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 07:27:01 4 0.03 0.00 0.00 0.02 0.02 99.93 11:29:30 07:27:01 5 0.07 0.00 0.02 0.00 0.02 99.90 11:29:30 07:27:01 6 0.03 0.00 0.03 0.00 0.00 99.93 11:29:30 07:27:01 7 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 07:28:01 all 0.01 0.00 0.01 0.00 0.01 99.97 11:29:30 07:28:01 0 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 07:28:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:28:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 07:28:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:28:01 4 0.00 0.00 0.03 0.00 0.00 99.97 11:29:30 07:28:01 5 0.02 0.00 0.03 0.00 0.02 99.93 11:29:30 07:28:01 6 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 07:28:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:29:01 all 0.03 0.00 0.01 0.00 0.00 99.95 11:29:30 07:29:01 0 0.02 0.00 0.02 0.02 0.00 99.95 11:29:30 07:29:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:29:01 2 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 07:29:01 3 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 07:29:01 4 0.05 0.00 0.02 0.02 0.02 99.90 11:29:30 07:29:01 5 0.05 0.00 0.02 0.00 0.02 99.92 11:29:30 07:29:01 6 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 07:29:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:30:01 all 0.01 0.00 0.01 0.00 0.01 99.97 11:29:30 07:30:01 0 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 07:30:01 1 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 07:30:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 07:30:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:30:01 4 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 07:30:01 5 0.02 0.00 0.03 0.00 0.02 99.93 11:29:30 07:30:01 6 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 07:30:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:29:30 07:30:01 CPU %user %nice %system %iowait %steal %idle 11:29:30 07:31:01 all 0.01 0.00 0.00 0.00 0.00 99.97 11:29:30 07:31:01 0 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:31:01 1 0.02 0.00 0.00 0.02 0.00 99.97 11:29:30 07:31:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:31:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:31:01 4 0.03 0.00 0.00 0.02 0.02 99.93 11:29:30 07:31:01 5 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 07:31:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:31:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:32:01 all 0.02 0.00 0.01 0.00 0.01 99.95 11:29:30 07:32:01 0 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 07:32:01 1 0.02 0.00 0.02 0.02 0.02 99.93 11:29:30 07:32:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 07:32:01 3 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 07:32:01 4 0.03 0.00 0.03 0.02 0.02 99.90 11:29:30 07:32:01 5 0.03 0.00 0.03 0.00 0.02 99.92 11:29:30 07:32:01 6 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 07:32:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:33:01 all 0.11 0.00 0.01 0.00 0.01 99.87 11:29:30 07:33:01 0 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 07:33:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:33:01 2 0.71 0.00 0.02 0.00 0.00 99.27 11:29:30 07:33:01 3 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 07:33:01 4 0.03 0.00 0.02 0.02 0.00 99.93 11:29:30 07:33:01 5 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 07:33:01 6 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 07:33:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 07:34:01 all 0.28 0.00 0.02 0.00 0.01 99.69 11:29:30 07:34:01 0 0.02 0.00 0.03 0.00 0.00 99.95 11:29:30 07:34:01 1 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 07:34:01 2 1.99 0.00 0.00 0.00 0.02 98.00 11:29:30 07:34:01 3 0.02 0.00 0.00 0.02 0.00 99.97 11:29:30 07:34:01 4 0.03 0.00 0.05 0.02 0.02 99.88 11:29:30 07:34:01 5 0.07 0.00 0.03 0.00 0.02 99.88 11:29:30 07:34:01 6 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 07:34:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 07:35:01 all 0.26 0.00 0.02 0.00 0.01 99.70 11:29:30 07:35:01 0 0.02 0.00 0.03 0.00 0.02 99.93 11:29:30 07:35:01 1 0.00 0.00 0.02 0.02 0.02 99.95 11:29:30 07:35:01 2 1.97 0.00 0.02 0.00 0.00 98.01 11:29:30 07:35:01 3 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 07:35:01 4 0.05 0.00 0.02 0.02 0.02 99.90 11:29:30 07:35:01 5 0.02 0.00 0.03 0.00 0.02 99.93 11:29:30 07:35:01 6 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 07:35:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:36:01 all 0.27 0.00 0.02 0.00 0.01 99.70 11:29:30 07:36:01 0 0.02 0.00 0.03 0.00 0.00 99.95 11:29:30 07:36:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:36:01 2 1.99 0.00 0.00 0.00 0.02 98.00 11:29:30 07:36:01 3 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 07:36:01 4 0.05 0.00 0.03 0.00 0.00 99.92 11:29:30 07:36:01 5 0.03 0.00 0.03 0.00 0.03 99.90 11:29:30 07:36:01 6 0.02 0.00 0.03 0.00 0.00 99.95 11:29:30 07:36:01 7 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 07:37:01 all 0.26 0.00 0.01 0.01 0.01 99.71 11:29:30 07:37:01 0 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 07:37:01 1 0.02 0.00 0.02 0.02 0.02 99.93 11:29:30 07:37:01 2 1.97 0.00 0.00 0.00 0.02 98.01 11:29:30 07:37:01 3 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 07:37:01 4 0.03 0.00 0.05 0.03 0.02 99.87 11:29:30 07:37:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 07:37:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:37:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:38:01 all 0.27 0.00 0.01 0.00 0.01 99.71 11:29:30 07:38:01 0 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 07:38:01 1 0.03 0.00 0.00 0.02 0.02 99.93 11:29:30 07:38:01 2 1.99 0.00 0.02 0.00 0.00 98.00 11:29:30 07:38:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:38:01 4 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 07:38:01 5 0.02 0.00 0.05 0.00 0.02 99.92 11:29:30 07:38:01 6 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 07:38:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 07:39:01 all 0.27 0.00 0.02 0.00 0.01 99.70 11:29:30 07:39:01 0 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 07:39:01 1 0.00 0.00 0.00 0.02 0.00 99.98 11:29:30 07:39:01 2 1.97 0.00 0.00 0.00 0.00 98.03 11:29:30 07:39:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:39:01 4 0.03 0.00 0.03 0.02 0.02 99.90 11:29:30 07:39:01 5 0.03 0.00 0.05 0.00 0.03 99.88 11:29:30 07:39:01 6 0.03 0.00 0.03 0.00 0.00 99.93 11:29:30 07:39:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:40:01 all 0.15 0.00 0.01 0.00 0.01 99.83 11:29:30 07:40:01 0 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:40:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:40:01 2 1.03 0.00 0.08 0.00 0.02 98.87 11:29:30 07:40:01 3 0.05 0.00 0.00 0.00 0.00 99.95 11:29:30 07:40:01 4 0.03 0.00 0.00 0.02 0.00 99.95 11:29:30 07:40:01 5 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 07:40:01 6 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 07:40:01 7 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 07:41:01 all 0.01 0.00 0.01 0.00 0.01 99.97 11:29:30 07:41:01 0 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:41:01 1 0.02 0.00 0.00 0.02 0.02 99.95 11:29:30 07:41:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:41:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 07:41:01 4 0.03 0.00 0.03 0.02 0.02 99.90 11:29:30 07:41:01 5 0.00 0.00 0.05 0.00 0.02 99.93 11:29:30 07:41:01 6 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 07:41:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:29:30 07:41:01 CPU %user %nice %system %iowait %steal %idle 11:29:30 07:42:01 all 0.01 0.00 0.02 0.00 0.01 99.95 11:29:30 07:42:01 0 0.02 0.00 0.05 0.00 0.02 99.92 11:29:30 07:42:01 1 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 07:42:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 07:42:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:42:01 4 0.03 0.00 0.03 0.02 0.02 99.90 11:29:30 07:42:01 5 0.02 0.00 0.03 0.00 0.02 99.93 11:29:30 07:42:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 07:42:01 7 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 07:43:01 all 0.01 0.00 0.01 0.00 0.01 99.97 11:29:30 07:43:01 0 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:43:01 1 0.00 0.00 0.03 0.02 0.00 99.95 11:29:30 07:43:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:43:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:43:01 4 0.03 0.00 0.03 0.00 0.02 99.92 11:29:30 07:43:01 5 0.02 0.00 0.05 0.00 0.02 99.92 11:29:30 07:43:01 6 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 07:43:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:44:01 all 0.02 0.00 0.02 0.00 0.01 99.95 11:29:30 07:44:01 0 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 07:44:01 1 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 07:44:01 2 0.02 0.00 0.02 0.02 0.02 99.93 11:29:30 07:44:01 3 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 07:44:01 4 0.05 0.00 0.05 0.00 0.02 99.88 11:29:30 07:44:01 5 0.02 0.00 0.03 0.00 0.03 99.92 11:29:30 07:44:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:44:01 7 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 07:45:01 all 0.02 0.00 0.01 0.00 0.01 99.96 11:29:30 07:45:01 0 0.02 0.00 0.03 0.00 0.02 99.93 11:29:30 07:45:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:45:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 07:45:01 3 0.02 0.00 0.02 0.02 0.00 99.95 11:29:30 07:45:01 4 0.03 0.00 0.00 0.02 0.02 99.93 11:29:30 07:45:01 5 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 07:45:01 6 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 07:45:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:46:01 all 0.01 0.00 0.01 0.00 0.01 99.97 11:29:30 07:46:01 0 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:46:01 1 0.00 0.00 0.00 0.02 0.00 99.98 11:29:30 07:46:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:46:01 3 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 07:46:01 4 0.03 0.00 0.02 0.02 0.00 99.93 11:29:30 07:46:01 5 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 07:46:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 07:46:01 7 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 07:47:01 all 0.03 0.00 0.01 0.00 0.01 99.95 11:29:30 07:47:01 0 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:47:01 1 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 07:47:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 07:47:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:47:01 4 0.05 0.00 0.03 0.02 0.02 99.88 11:29:30 07:47:01 5 0.03 0.00 0.03 0.00 0.02 99.92 11:29:30 07:47:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:47:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:48:01 all 0.01 0.00 0.01 0.00 0.01 99.97 11:29:30 07:48:01 0 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:48:01 1 0.00 0.00 0.00 0.02 0.00 99.98 11:29:30 07:48:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:48:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:48:01 4 0.03 0.00 0.07 0.02 0.02 99.87 11:29:30 07:48:01 5 0.02 0.00 0.03 0.00 0.02 99.93 11:29:30 07:48:01 6 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 07:48:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:49:01 all 0.02 0.00 0.01 0.00 0.01 99.95 11:29:30 07:49:01 0 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 07:49:01 1 0.00 0.00 0.02 0.02 0.00 99.97 11:29:30 07:49:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 07:49:01 3 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 07:49:01 4 0.07 0.00 0.02 0.02 0.02 99.88 11:29:30 07:49:01 5 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 07:49:01 6 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 07:49:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:50:01 all 0.06 0.00 0.01 0.00 0.00 99.92 11:29:30 07:50:01 0 0.02 0.00 0.00 0.02 0.00 99.97 11:29:30 07:50:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:50:01 2 0.45 0.00 0.00 0.00 0.00 99.55 11:29:30 07:50:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:50:01 4 0.03 0.00 0.05 0.02 0.02 99.88 11:29:30 07:50:01 5 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 07:50:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 07:50:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:51:01 all 0.27 0.00 0.02 0.00 0.01 99.70 11:29:30 07:51:01 0 0.00 0.00 0.05 0.00 0.02 99.93 11:29:30 07:51:01 1 0.02 0.00 0.00 0.02 0.02 99.95 11:29:30 07:51:01 2 1.99 0.00 0.00 0.00 0.02 98.00 11:29:30 07:51:01 3 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 07:51:01 4 0.05 0.00 0.02 0.00 0.00 99.93 11:29:30 07:51:01 5 0.03 0.00 0.05 0.00 0.02 99.90 11:29:30 07:51:01 6 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 07:51:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:52:01 all 0.25 0.00 0.01 0.00 0.01 99.72 11:29:30 07:52:01 0 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 07:52:01 1 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 07:52:01 2 1.97 0.00 0.00 0.00 0.02 98.01 11:29:30 07:52:01 3 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 07:52:01 4 0.02 0.00 0.02 0.02 0.02 99.93 11:29:30 07:52:01 5 0.02 0.00 0.05 0.00 0.02 99.92 11:29:30 07:52:01 6 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 07:52:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:29:30 07:52:01 CPU %user %nice %system %iowait %steal %idle 11:29:30 07:53:01 all 0.28 0.00 0.01 0.00 0.00 99.70 11:29:30 07:53:01 0 0.02 0.00 0.02 0.02 0.00 99.95 11:29:30 07:53:01 1 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 07:53:01 2 1.99 0.00 0.02 0.00 0.00 98.00 11:29:30 07:53:01 3 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 07:53:01 4 0.08 0.00 0.02 0.02 0.00 99.88 11:29:30 07:53:01 5 0.02 0.00 0.00 0.00 0.03 99.95 11:29:30 07:53:01 6 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 07:53:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:54:02 all 0.26 0.00 0.01 0.00 0.01 99.71 11:29:30 07:54:02 0 0.00 0.00 0.03 0.00 0.02 99.95 11:29:30 07:54:02 1 0.00 0.00 0.02 0.02 0.02 99.95 11:29:30 07:54:02 2 1.95 0.00 0.00 0.00 0.02 98.03 11:29:30 07:54:02 3 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 07:54:02 4 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 07:54:02 5 0.03 0.00 0.05 0.00 0.02 99.90 11:29:30 07:54:02 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:54:02 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:55:01 all 0.08 0.00 0.02 0.00 0.00 99.89 11:29:30 07:55:01 0 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:55:01 1 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 07:55:01 2 0.51 0.00 0.10 0.00 0.00 99.39 11:29:30 07:55:01 3 0.05 0.00 0.00 0.00 0.00 99.95 11:29:30 07:55:01 4 0.03 0.00 0.00 0.02 0.00 99.95 11:29:30 07:55:01 5 0.02 0.00 0.03 0.00 0.02 99.93 11:29:30 07:55:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 07:55:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:56:01 all 0.01 0.00 0.01 0.00 0.01 99.97 11:29:30 07:56:01 0 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 07:56:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:56:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 07:56:01 3 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 07:56:01 4 0.03 0.00 0.02 0.02 0.02 99.92 11:29:30 07:56:01 5 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 07:56:01 6 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 07:56:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:57:01 all 0.02 0.00 0.02 0.00 0.01 99.95 11:29:30 07:57:01 0 0.03 0.00 0.00 0.02 0.00 99.95 11:29:30 07:57:01 1 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 07:57:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 07:57:01 3 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 07:57:01 4 0.02 0.00 0.05 0.02 0.02 99.90 11:29:30 07:57:01 5 0.03 0.00 0.05 0.00 0.03 99.88 11:29:30 07:57:01 6 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 07:57:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:58:01 all 0.02 0.00 0.01 0.00 0.00 99.97 11:29:30 07:58:01 0 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 07:58:01 1 0.05 0.00 0.03 0.00 0.00 99.92 11:29:30 07:58:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 07:58:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:58:01 4 0.03 0.00 0.03 0.00 0.00 99.93 11:29:30 07:58:01 5 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 07:58:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 07:58:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 07:59:01 all 0.03 0.00 0.01 0.00 0.01 99.95 11:29:30 07:59:01 0 0.03 0.00 0.02 0.02 0.02 99.92 11:29:30 07:59:01 1 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 07:59:01 2 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 07:59:01 3 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 07:59:01 4 0.00 0.00 0.00 0.02 0.00 99.98 11:29:30 07:59:01 5 0.05 0.00 0.03 0.00 0.02 99.90 11:29:30 07:59:01 6 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 07:59:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 08:00:01 all 0.01 0.00 0.01 0.00 0.01 99.97 11:29:30 08:00:01 0 0.02 0.00 0.00 0.02 0.00 99.97 11:29:30 08:00:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 08:00:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 08:00:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 08:00:01 4 0.05 0.00 0.02 0.00 0.02 99.92 11:29:30 08:00:01 5 0.02 0.00 0.03 0.00 0.03 99.92 11:29:30 08:00:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 08:00:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 08:01:01 all 0.02 0.00 0.01 0.00 0.01 99.96 11:29:30 08:01:01 0 0.00 0.00 0.00 0.02 0.02 99.97 11:29:30 08:01:01 1 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 08:01:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 08:01:01 3 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 08:01:01 4 0.03 0.00 0.02 0.02 0.00 99.93 11:29:30 08:01:01 5 0.02 0.00 0.03 0.00 0.02 99.93 11:29:30 08:01:01 6 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 08:01:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 08:02:01 all 0.03 0.00 0.02 0.00 0.01 99.95 11:29:30 08:02:01 0 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 08:02:01 1 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 08:02:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 08:02:01 3 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 08:02:01 4 0.03 0.00 0.03 0.02 0.02 99.90 11:29:30 08:02:01 5 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 08:02:01 6 0.03 0.00 0.05 0.00 0.02 99.90 11:29:30 08:02:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 08:03:01 all 0.00 0.00 0.00 0.00 0.01 99.98 11:29:30 08:03:01 0 0.00 0.00 0.00 0.02 0.02 99.97 11:29:30 08:03:01 1 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 08:03:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 08:03:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 08:03:01 4 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 08:03:01 5 0.00 0.00 0.03 0.00 0.00 99.97 11:29:30 08:03:01 6 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 08:03:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:29:30 08:03:01 CPU %user %nice %system %iowait %steal %idle 11:29:30 08:04:01 all 0.03 0.00 0.01 0.00 0.01 99.95 11:29:30 08:04:01 0 0.02 0.00 0.02 0.02 0.00 99.95 11:29:30 08:04:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 08:04:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 08:04:01 3 0.05 0.00 0.00 0.00 0.00 99.95 11:29:30 08:04:01 4 0.03 0.00 0.03 0.02 0.02 99.90 11:29:30 08:04:01 5 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 08:04:01 6 0.05 0.00 0.00 0.00 0.02 99.93 11:29:30 08:04:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 08:05:01 all 0.01 0.00 0.01 0.00 0.01 99.96 11:29:30 08:05:01 0 0.02 0.00 0.00 0.02 0.00 99.97 11:29:30 08:05:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 08:05:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 08:05:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 08:05:01 4 0.05 0.00 0.03 0.02 0.02 99.88 11:29:30 08:05:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 08:05:01 6 0.03 0.00 0.03 0.00 0.02 99.92 11:29:30 08:05:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 08:06:01 all 0.02 0.00 0.01 0.00 0.01 99.96 11:29:30 08:06:01 0 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 08:06:01 1 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 08:06:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 08:06:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 08:06:01 4 0.02 0.00 0.00 0.02 0.02 99.95 11:29:30 08:06:01 5 0.00 0.00 0.03 0.00 0.00 99.97 11:29:30 08:06:01 6 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 08:06:01 7 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 08:07:01 all 0.01 0.00 0.02 0.00 0.01 99.96 11:29:30 08:07:01 0 0.02 0.00 0.00 0.02 0.00 99.97 11:29:30 08:07:01 1 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 08:07:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 08:07:01 3 0.02 0.00 0.03 0.00 0.00 99.95 11:29:30 08:07:01 4 0.03 0.00 0.03 0.00 0.00 99.93 11:29:30 08:07:01 5 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 08:07:01 6 0.02 0.00 0.03 0.00 0.02 99.93 11:29:30 08:07:01 7 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 08:08:01 all 0.09 0.00 0.02 0.00 0.01 99.88 11:29:30 08:08:01 0 0.08 0.00 0.05 0.00 0.02 99.85 11:29:30 08:08:01 1 0.15 0.00 0.02 0.00 0.00 99.83 11:29:30 08:08:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 08:08:01 3 0.07 0.00 0.00 0.00 0.02 99.92 11:29:30 08:08:01 4 0.02 0.00 0.03 0.02 0.02 99.92 11:29:30 08:08:01 5 0.03 0.00 0.03 0.00 0.00 99.93 11:29:30 08:08:01 6 0.13 0.00 0.02 0.00 0.02 99.83 11:29:30 08:08:01 7 0.20 0.00 0.00 0.00 0.00 99.80 11:29:30 08:09:01 all 0.01 0.00 0.01 0.00 0.00 99.97 11:29:30 08:09:01 0 0.00 0.00 0.00 0.02 0.00 99.98 11:29:30 08:09:01 1 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 08:09:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 08:09:01 3 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 08:09:01 4 0.03 0.00 0.03 0.02 0.00 99.92 11:29:30 08:09:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 08:09:01 6 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 08:09:01 7 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 08:10:01 all 0.02 0.00 0.01 0.00 0.01 99.96 11:29:30 08:10:01 0 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 08:10:01 1 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 08:10:01 2 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 08:10:01 3 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 08:10:01 4 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 08:10:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 08:10:01 6 0.03 0.00 0.02 0.00 0.03 99.92 11:29:30 08:10:01 7 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 08:11:01 all 0.01 0.00 0.01 0.01 0.01 99.96 11:29:30 08:11:01 0 0.02 0.00 0.02 0.02 0.00 99.95 11:29:30 08:11:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 08:11:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 08:11:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 08:11:01 4 0.03 0.00 0.03 0.03 0.00 99.90 11:29:30 08:11:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 08:11:01 6 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 08:11:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 08:12:01 all 0.02 0.00 0.01 0.00 0.01 99.96 11:29:30 08:12:01 0 0.02 0.00 0.02 0.02 0.02 99.93 11:29:30 08:12:01 1 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 08:12:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 08:12:01 3 0.02 0.00 0.03 0.00 0.00 99.95 11:29:30 08:12:01 4 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 08:12:01 5 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 08:12:01 6 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 08:12:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 08:13:01 all 0.01 0.00 0.02 0.00 0.01 99.97 11:29:30 08:13:01 0 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 08:13:01 1 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 08:13:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 08:13:01 3 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 08:13:01 4 0.03 0.00 0.03 0.00 0.02 99.92 11:29:30 08:13:01 5 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 08:13:01 6 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 08:13:01 7 0.00 0.00 0.03 0.00 0.00 99.97 11:29:30 08:14:01 all 0.03 0.00 0.01 0.00 0.01 99.95 11:29:30 08:14:01 0 0.02 0.00 0.00 0.02 0.00 99.97 11:29:30 08:14:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 08:14:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 08:14:01 3 0.05 0.00 0.02 0.00 0.02 99.92 11:29:30 08:14:01 4 0.05 0.00 0.00 0.02 0.00 99.93 11:29:30 08:14:01 5 0.05 0.00 0.00 0.00 0.02 99.93 11:29:30 08:14:01 6 0.03 0.00 0.03 0.00 0.02 99.92 11:29:30 08:14:01 7 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 11:29:30 08:14:01 CPU %user %nice %system %iowait %steal %idle 11:29:30 08:15:01 all 0.02 0.00 0.01 0.00 0.01 99.96 11:29:30 08:15:01 0 0.02 0.00 0.03 0.02 0.02 99.92 11:29:30 08:15:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 08:15:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 08:15:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 08:15:01 4 0.05 0.00 0.02 0.02 0.02 99.90 11:29:30 08:15:01 5 0.02 0.00 0.03 0.00 0.00 99.95 11:29:30 08:15:01 6 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 08:15:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 08:16:01 all 0.01 0.00 0.01 0.00 0.01 99.97 11:29:30 08:16:01 0 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 08:16:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 08:16:01 2 0.00 0.00 0.02 0.02 0.02 99.95 11:29:30 08:16:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 08:16:01 4 0.03 0.00 0.02 0.02 0.02 99.92 11:29:30 08:16:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 08:16:01 6 0.00 0.00 0.00 0.00 0.03 99.97 11:29:30 08:16:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 08:17:01 all 0.03 0.00 0.01 0.00 0.01 99.95 11:29:30 08:17:01 0 0.02 0.00 0.00 0.02 0.02 99.95 11:29:30 08:17:01 1 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 08:17:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 08:17:01 3 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 08:17:01 4 0.07 0.00 0.03 0.02 0.00 99.88 11:29:30 08:17:01 5 0.00 0.00 0.03 0.00 0.00 99.97 11:29:30 08:17:01 6 0.05 0.00 0.00 0.00 0.02 99.93 11:29:30 08:17:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 08:18:01 all 0.01 0.00 0.01 0.00 0.01 99.97 11:29:30 08:18:01 0 0.00 0.00 0.02 0.02 0.00 99.97 11:29:30 08:18:01 1 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 08:18:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 08:18:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 08:18:01 4 0.03 0.00 0.02 0.02 0.02 99.92 11:29:30 08:18:01 5 0.00 0.00 0.03 0.00 0.00 99.97 11:29:30 08:18:01 6 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 08:18:01 7 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 08:19:01 all 0.03 0.00 0.01 0.00 0.01 99.95 11:29:30 08:19:01 0 0.03 0.00 0.00 0.02 0.02 99.93 11:29:30 08:19:01 1 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 08:19:01 2 0.05 0.00 0.00 0.00 0.00 99.95 11:29:30 08:19:01 3 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 08:19:01 4 0.03 0.00 0.02 0.02 0.02 99.92 11:29:30 08:19:01 5 0.05 0.00 0.02 0.00 0.00 99.93 11:29:30 08:19:01 6 0.02 0.00 0.05 0.00 0.02 99.92 11:29:30 08:19:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 08:20:01 all 0.05 0.00 0.02 0.00 0.00 99.92 11:29:30 08:20:01 0 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 08:20:01 1 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 08:20:01 2 0.32 0.00 0.03 0.00 0.00 99.65 11:29:30 08:20:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 08:20:01 4 0.07 0.00 0.03 0.00 0.00 99.90 11:29:30 08:20:01 5 0.00 0.00 0.03 0.00 0.00 99.97 11:29:30 08:20:01 6 0.02 0.00 0.02 0.00 0.03 99.93 11:29:30 08:20:01 7 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 08:21:01 all 0.28 0.00 0.01 0.00 0.01 99.70 11:29:30 08:21:01 0 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 08:21:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 08:21:01 2 1.99 0.00 0.00 0.00 0.02 98.00 11:29:30 08:21:01 3 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 08:21:01 4 0.05 0.00 0.03 0.02 0.02 99.88 11:29:30 08:21:01 5 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 08:21:01 6 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 08:21:01 7 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 08:22:01 all 0.26 0.00 0.01 0.00 0.01 99.71 11:29:30 08:22:01 0 0.02 0.00 0.03 0.02 0.02 99.92 11:29:30 08:22:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 08:22:01 2 1.97 0.00 0.00 0.00 0.00 98.03 11:29:30 08:22:01 3 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 08:22:01 4 0.05 0.00 0.02 0.02 0.02 99.90 11:29:30 08:22:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 08:22:01 6 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 08:22:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 08:23:01 all 0.26 0.00 0.01 0.00 0.01 99.72 11:29:30 08:23:01 0 0.03 0.00 0.05 0.00 0.00 99.92 11:29:30 08:23:01 1 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 08:23:01 2 1.86 0.00 0.00 0.00 0.02 98.13 11:29:30 08:23:01 3 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 08:23:01 4 0.07 0.00 0.02 0.00 0.00 99.92 11:29:30 08:23:01 5 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 08:23:01 6 0.05 0.00 0.03 0.00 0.03 99.88 11:29:30 08:23:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 08:24:01 all 0.01 0.00 0.02 0.00 0.01 99.96 11:29:30 08:24:01 0 0.00 0.00 0.02 0.02 0.00 99.97 11:29:30 08:24:01 1 0.00 0.00 0.03 0.00 0.00 99.97 11:29:30 08:24:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 08:24:01 3 0.05 0.00 0.02 0.00 0.00 99.93 11:29:30 08:24:01 4 0.03 0.00 0.03 0.02 0.02 99.90 11:29:30 08:24:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 08:24:01 6 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 08:24:01 7 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 08:25:01 all 0.02 0.00 0.02 0.00 0.01 99.95 11:29:30 08:25:01 0 0.00 0.00 0.00 0.02 0.02 99.97 11:29:30 08:25:01 1 0.02 0.00 0.03 0.00 0.02 99.93 11:29:30 08:25:01 2 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 08:25:01 3 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 08:25:01 4 0.07 0.00 0.05 0.00 0.00 99.88 11:29:30 08:25:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 08:25:01 6 0.02 0.00 0.03 0.00 0.02 99.93 11:29:30 08:25:01 7 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 11:29:30 08:25:01 CPU %user %nice %system %iowait %steal %idle 11:29:30 08:26:01 all 0.01 0.00 0.01 0.00 0.01 99.97 11:29:30 08:26:01 0 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 08:26:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 08:26:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 08:26:01 3 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 08:26:01 4 0.02 0.00 0.02 0.02 0.00 99.95 11:29:30 08:26:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 08:26:01 6 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 08:26:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 08:27:01 all 0.03 0.00 0.01 0.00 0.00 99.96 11:29:30 08:27:01 0 0.03 0.00 0.00 0.02 0.00 99.95 11:29:30 08:27:01 1 0.05 0.00 0.00 0.00 0.00 99.95 11:29:30 08:27:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 08:27:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 08:27:01 4 0.07 0.00 0.02 0.02 0.02 99.88 11:29:30 08:27:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 08:27:01 6 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 08:27:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 08:28:01 all 0.00 0.00 0.02 0.00 0.01 99.97 11:29:30 08:28:01 0 0.00 0.00 0.03 0.02 0.02 99.93 11:29:30 08:28:01 1 0.00 0.00 0.03 0.00 0.00 99.97 11:29:30 08:28:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 08:28:01 3 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 08:28:01 4 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 08:28:01 5 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 08:28:01 6 0.00 0.00 0.05 0.00 0.02 99.93 11:29:30 08:28:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 08:29:01 all 0.03 0.00 0.01 0.00 0.01 99.95 11:29:30 08:29:01 0 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 08:29:01 1 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 08:29:01 2 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 08:29:01 3 0.05 0.00 0.02 0.00 0.00 99.93 11:29:30 08:29:01 4 0.02 0.00 0.03 0.02 0.00 99.93 11:29:30 08:29:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 08:29:01 6 0.05 0.00 0.02 0.00 0.02 99.92 11:29:30 08:29:01 7 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 08:30:01 all 0.01 0.00 0.01 0.00 0.00 99.97 11:29:30 08:30:01 0 0.00 0.00 0.00 0.02 0.00 99.98 11:29:30 08:30:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 08:30:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 08:30:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 08:30:01 4 0.03 0.00 0.03 0.02 0.02 99.90 11:29:30 08:30:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 08:30:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 08:30:01 7 0.02 0.00 0.03 0.00 0.02 99.93 11:29:30 08:31:01 all 0.01 0.00 0.01 0.00 0.01 99.96 11:29:30 08:31:01 0 0.00 0.00 0.00 0.02 0.02 99.97 11:29:30 08:31:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 08:31:01 2 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 08:31:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 08:31:01 4 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 08:31:01 5 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 08:31:01 6 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 08:31:01 7 0.05 0.00 0.03 0.00 0.02 99.90 11:29:30 08:32:01 all 0.02 0.00 0.01 0.00 0.01 99.96 11:29:30 08:32:01 0 0.00 0.00 0.03 0.00 0.00 99.97 11:29:30 08:32:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 08:32:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 08:32:01 3 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 08:32:01 4 0.05 0.00 0.00 0.02 0.02 99.92 11:29:30 08:32:01 5 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 08:32:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 08:32:01 7 0.03 0.00 0.03 0.00 0.03 99.90 11:29:30 08:33:01 all 0.01 0.00 0.01 0.00 0.01 99.96 11:29:30 08:33:01 0 0.02 0.00 0.00 0.02 0.00 99.97 11:29:30 08:33:01 1 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 08:33:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 08:33:01 3 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 08:33:01 4 0.02 0.00 0.03 0.02 0.00 99.93 11:29:30 08:33:01 5 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 08:33:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 08:33:01 7 0.00 0.00 0.05 0.00 0.02 99.93 11:29:30 08:34:01 all 0.03 0.00 0.01 0.00 0.01 99.95 11:29:30 08:34:01 0 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 08:34:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 08:34:01 2 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 08:34:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 08:34:01 4 0.05 0.00 0.00 0.02 0.02 99.92 11:29:30 08:34:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 08:34:01 6 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 08:34:01 7 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 08:35:01 all 0.01 0.00 0.01 0.00 0.00 99.97 11:29:30 08:35:01 0 0.02 0.00 0.00 0.02 0.00 99.97 11:29:30 08:35:01 1 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 08:35:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 08:35:01 3 0.05 0.00 0.03 0.00 0.00 99.92 11:29:30 08:35:01 4 0.00 0.00 0.02 0.02 0.00 99.97 11:29:30 08:35:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 08:35:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 08:35:01 7 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 08:36:01 all 0.02 0.00 0.01 0.00 0.01 99.95 11:29:30 08:36:01 0 0.02 0.00 0.02 0.02 0.02 99.93 11:29:30 08:36:01 1 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 08:36:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 08:36:01 3 0.05 0.00 0.00 0.02 0.02 99.92 11:29:30 08:36:01 4 0.02 0.00 0.03 0.00 0.02 99.93 11:29:30 08:36:01 5 0.00 0.00 0.03 0.00 0.00 99.97 11:29:30 08:36:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 08:36:01 7 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 11:29:30 08:36:01 CPU %user %nice %system %iowait %steal %idle 11:29:30 08:37:01 all 0.01 0.00 0.01 0.00 0.01 99.97 11:29:30 08:37:01 0 0.00 0.00 0.02 0.02 0.00 99.97 11:29:30 08:37:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 08:37:01 2 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 08:37:01 3 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 08:37:01 4 0.02 0.00 0.03 0.02 0.00 99.93 11:29:30 08:37:01 5 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 08:37:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 08:37:01 7 0.00 0.00 0.02 0.00 0.03 99.95 11:29:30 08:38:01 all 0.03 0.00 0.01 0.00 0.01 99.95 11:29:30 08:38:01 0 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 08:38:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 08:38:01 2 0.02 0.00 0.05 0.00 0.00 99.93 11:29:30 08:38:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 08:38:01 4 0.03 0.00 0.03 0.00 0.02 99.92 11:29:30 08:38:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 08:38:01 6 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 08:38:01 7 0.07 0.00 0.02 0.00 0.02 99.90 11:29:30 08:39:01 all 0.01 0.00 0.02 0.00 0.01 99.96 11:29:30 08:39:01 0 0.00 0.00 0.02 0.02 0.02 99.95 11:29:30 08:39:01 1 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 08:39:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 08:39:01 3 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 08:39:01 4 0.02 0.00 0.02 0.02 0.00 99.95 11:29:30 08:39:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 08:39:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 08:39:01 7 0.02 0.00 0.05 0.00 0.02 99.92 11:29:30 08:40:01 all 0.02 0.00 0.01 0.00 0.01 99.95 11:29:30 08:40:01 0 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 08:40:01 1 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 08:40:01 2 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 08:40:01 3 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 08:40:01 4 0.03 0.00 0.05 0.02 0.02 99.88 11:29:30 08:40:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 08:40:01 6 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 08:40:01 7 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 08:41:01 all 0.01 0.00 0.01 0.00 0.00 99.97 11:29:30 08:41:01 0 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 08:41:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 08:41:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 08:41:01 3 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 08:41:01 4 0.05 0.00 0.00 0.00 0.00 99.95 11:29:30 08:41:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 08:41:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 08:41:01 7 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 08:42:01 all 0.03 0.00 0.01 0.00 0.01 99.95 11:29:30 08:42:01 0 0.02 0.00 0.02 0.02 0.02 99.93 11:29:30 08:42:01 1 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 08:42:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 08:42:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 08:42:01 4 0.03 0.00 0.03 0.02 0.02 99.90 11:29:30 08:42:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 08:42:01 6 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 08:42:01 7 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 08:43:01 all 0.09 0.00 0.04 0.00 0.01 99.86 11:29:30 08:43:01 0 0.05 0.00 0.02 0.02 0.00 99.92 11:29:30 08:43:01 1 0.50 0.00 0.13 0.00 0.00 99.37 11:29:30 08:43:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 08:43:01 3 0.07 0.00 0.02 0.00 0.02 99.90 11:29:30 08:43:01 4 0.03 0.00 0.02 0.02 0.00 99.93 11:29:30 08:43:01 5 0.02 0.00 0.03 0.00 0.00 99.95 11:29:30 08:43:01 6 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 08:43:01 7 0.02 0.00 0.05 0.00 0.03 99.90 11:29:30 08:44:01 all 0.03 0.00 0.02 0.00 0.01 99.95 11:29:30 08:44:01 0 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 08:44:01 1 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 08:44:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 08:44:01 3 0.05 0.00 0.02 0.00 0.00 99.93 11:29:30 08:44:01 4 0.05 0.00 0.02 0.02 0.02 99.90 11:29:30 08:44:01 5 0.03 0.00 0.03 0.00 0.00 99.93 11:29:30 08:44:01 6 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 08:44:01 7 0.02 0.00 0.05 0.00 0.02 99.92 11:29:30 08:45:01 all 0.01 0.00 0.01 0.00 0.01 99.96 11:29:30 08:45:01 0 0.00 0.00 0.02 0.02 0.02 99.95 11:29:30 08:45:01 1 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 08:45:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 08:45:01 3 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 08:45:01 4 0.03 0.00 0.03 0.02 0.00 99.92 11:29:30 08:45:01 5 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 08:45:01 6 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 08:45:01 7 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 08:46:01 all 0.01 0.00 0.01 0.00 0.01 99.97 11:29:30 08:46:01 0 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 08:46:01 1 0.05 0.00 0.02 0.00 0.00 99.93 11:29:30 08:46:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 08:46:01 3 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 08:46:01 4 0.02 0.00 0.00 0.02 0.02 99.95 11:29:30 08:46:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 08:46:01 6 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 08:46:01 7 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 08:47:01 all 0.03 0.00 0.01 0.00 0.00 99.96 11:29:30 08:47:01 0 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 08:47:01 1 0.02 0.00 0.02 0.02 0.00 99.95 11:29:30 08:47:01 2 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 08:47:01 3 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 08:47:01 4 0.03 0.00 0.03 0.00 0.00 99.93 11:29:30 08:47:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 08:47:01 6 0.05 0.00 0.00 0.00 0.00 99.95 11:29:30 08:47:01 7 0.05 0.00 0.02 0.00 0.02 99.92 11:29:30 11:29:30 08:47:01 CPU %user %nice %system %iowait %steal %idle 11:29:30 08:48:01 all 0.01 0.00 0.01 0.00 0.01 99.96 11:29:30 08:48:01 0 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 08:48:01 1 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 08:48:01 2 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 08:48:01 3 0.02 0.00 0.03 0.00 0.00 99.95 11:29:30 08:48:01 4 0.03 0.00 0.02 0.02 0.02 99.92 11:29:30 08:48:01 5 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 08:48:01 6 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 08:48:01 7 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 08:49:01 all 0.02 0.00 0.01 0.00 0.00 99.96 11:29:30 08:49:01 0 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 08:49:01 1 0.00 0.00 0.02 0.02 0.00 99.97 11:29:30 08:49:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 08:49:01 3 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 08:49:01 4 0.05 0.00 0.02 0.02 0.02 99.90 11:29:30 08:49:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 08:49:01 6 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 08:49:01 7 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 08:50:01 all 0.02 0.00 0.01 0.00 0.01 99.96 11:29:30 08:50:01 0 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 08:50:01 1 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 08:50:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 08:50:01 3 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 08:50:01 4 0.03 0.00 0.02 0.02 0.00 99.93 11:29:30 08:50:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 08:50:01 6 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 08:50:01 7 0.03 0.00 0.03 0.00 0.02 99.92 11:29:30 08:51:01 all 0.16 0.00 0.02 0.00 0.01 99.80 11:29:30 08:51:01 0 0.00 0.00 0.03 0.00 0.02 99.95 11:29:30 08:51:01 1 0.03 0.00 0.05 0.02 0.02 99.88 11:29:30 08:51:01 2 1.16 0.00 0.02 0.00 0.02 98.81 11:29:30 08:51:01 3 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 08:51:01 4 0.05 0.00 0.03 0.02 0.02 99.88 11:29:30 08:51:01 5 0.02 0.00 0.03 0.00 0.00 99.95 11:29:30 08:51:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 08:51:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 08:52:01 all 0.26 0.00 0.01 0.00 0.00 99.73 11:29:30 08:52:01 0 0.00 0.00 0.03 0.00 0.00 99.97 11:29:30 08:52:01 1 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 08:52:01 2 1.99 0.00 0.00 0.00 0.00 98.01 11:29:30 08:52:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 08:52:01 4 0.02 0.00 0.03 0.00 0.00 99.95 11:29:30 08:52:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 08:52:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 08:52:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 08:53:01 all 0.28 0.00 0.01 0.00 0.01 99.69 11:29:30 08:53:01 0 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 08:53:01 1 0.03 0.00 0.02 0.02 0.03 99.90 11:29:30 08:53:01 2 1.99 0.00 0.00 0.00 0.02 98.00 11:29:30 08:53:01 3 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 08:53:01 4 0.07 0.00 0.02 0.02 0.02 99.88 11:29:30 08:53:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 08:53:01 6 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 08:53:01 7 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 08:54:01 all 0.26 0.00 0.01 0.00 0.01 99.72 11:29:30 08:54:01 0 0.00 0.00 0.00 0.02 0.00 99.98 11:29:30 08:54:01 1 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 08:54:01 2 1.97 0.00 0.00 0.00 0.00 98.03 11:29:30 08:54:01 3 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 08:54:01 4 0.03 0.00 0.05 0.02 0.02 99.88 11:29:30 08:54:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 08:54:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 08:54:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 08:55:01 all 0.27 0.00 0.01 0.00 0.01 99.70 11:29:30 08:55:01 0 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 08:55:01 1 0.02 0.00 0.03 0.02 0.03 99.90 11:29:30 08:55:01 2 2.00 0.00 0.02 0.00 0.02 97.97 11:29:30 08:55:01 3 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 08:55:01 4 0.03 0.00 0.03 0.00 0.00 99.93 11:29:30 08:55:01 5 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 08:55:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 08:55:01 7 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 08:56:01 all 0.26 0.00 0.01 0.00 0.00 99.72 11:29:30 08:56:01 0 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 08:56:01 1 0.03 0.00 0.00 0.02 0.02 99.93 11:29:30 08:56:01 2 1.99 0.00 0.00 0.00 0.00 98.01 11:29:30 08:56:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 08:56:01 4 0.03 0.00 0.00 0.02 0.02 99.93 11:29:30 08:56:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 08:56:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 08:56:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 08:57:01 all 0.06 0.00 0.03 0.00 0.01 99.90 11:29:30 08:57:01 0 0.03 0.00 0.03 0.00 0.00 99.93 11:29:30 08:57:01 1 0.02 0.00 0.03 0.00 0.02 99.93 11:29:30 08:57:01 2 0.33 0.00 0.10 0.00 0.02 99.55 11:29:30 08:57:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 08:57:01 4 0.03 0.00 0.03 0.02 0.00 99.92 11:29:30 08:57:01 5 0.05 0.00 0.02 0.00 0.02 99.92 11:29:30 08:57:01 6 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 08:57:01 7 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 08:58:01 all 0.01 0.00 0.01 0.00 0.01 99.96 11:29:30 08:58:01 0 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 08:58:01 1 0.02 0.00 0.02 0.02 0.02 99.93 11:29:30 08:58:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 08:58:01 3 0.02 0.00 0.03 0.00 0.02 99.93 11:29:30 08:58:01 4 0.03 0.00 0.00 0.02 0.02 99.93 11:29:30 08:58:01 5 0.00 0.00 0.03 0.00 0.00 99.97 11:29:30 08:58:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 08:58:01 7 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 11:29:30 08:58:01 CPU %user %nice %system %iowait %steal %idle 11:29:30 08:59:01 all 0.03 0.00 0.02 0.00 0.01 99.94 11:29:30 08:59:01 0 0.02 0.00 0.02 0.02 0.00 99.95 11:29:30 08:59:01 1 0.03 0.00 0.03 0.00 0.03 99.90 11:29:30 08:59:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 08:59:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 08:59:01 4 0.07 0.00 0.03 0.02 0.02 99.87 11:29:30 08:59:01 5 0.05 0.00 0.02 0.00 0.00 99.93 11:29:30 08:59:01 6 0.02 0.00 0.03 0.00 0.00 99.95 11:29:30 08:59:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 09:00:01 all 0.01 0.00 0.00 0.00 0.01 99.97 11:29:30 09:00:01 0 0.02 0.00 0.00 0.02 0.00 99.97 11:29:30 09:00:01 1 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 09:00:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 09:00:01 3 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 09:00:01 4 0.02 0.00 0.00 0.02 0.02 99.95 11:29:30 09:00:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 09:00:01 6 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 09:00:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 09:01:01 all 0.01 0.00 0.02 0.00 0.00 99.96 11:29:30 09:01:01 0 0.00 0.00 0.00 0.02 0.02 99.97 11:29:30 09:01:01 1 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 09:01:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 09:01:01 3 0.02 0.00 0.03 0.00 0.02 99.93 11:29:30 09:01:01 4 0.03 0.00 0.03 0.02 0.00 99.92 11:29:30 09:01:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 09:01:01 6 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 09:01:01 7 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 09:02:01 all 0.01 0.00 0.01 0.00 0.01 99.97 11:29:30 09:02:01 0 0.02 0.00 0.03 0.00 0.00 99.95 11:29:30 09:02:01 1 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 09:02:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 09:02:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 09:02:01 4 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 09:02:01 5 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 09:02:01 6 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 09:02:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 09:03:01 all 0.01 0.00 0.01 0.00 0.01 99.97 11:29:30 09:03:01 0 0.00 0.00 0.02 0.02 0.02 99.95 11:29:30 09:03:01 1 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 09:03:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 09:03:01 3 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 09:03:01 4 0.03 0.00 0.02 0.02 0.00 99.93 11:29:30 09:03:01 5 0.00 0.00 0.03 0.00 0.00 99.97 11:29:30 09:03:01 6 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 09:03:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 09:04:01 all 0.03 0.00 0.02 0.00 0.01 99.94 11:29:30 09:04:01 0 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 09:04:01 1 0.08 0.00 0.05 0.00 0.03 99.83 11:29:30 09:04:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 09:04:01 3 0.03 0.00 0.03 0.00 0.00 99.93 11:29:30 09:04:01 4 0.02 0.00 0.03 0.02 0.02 99.92 11:29:30 09:04:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 09:04:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 09:04:01 7 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 09:05:01 all 0.01 0.00 0.01 0.00 0.01 99.96 11:29:30 09:05:01 0 0.00 0.00 0.00 0.02 0.00 99.98 11:29:30 09:05:01 1 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 09:05:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 09:05:01 3 0.03 0.00 0.03 0.00 0.03 99.90 11:29:30 09:05:01 4 0.03 0.00 0.00 0.02 0.00 99.95 11:29:30 09:05:01 5 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 09:05:01 6 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 09:05:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 09:06:01 all 0.03 0.00 0.01 0.00 0.01 99.95 11:29:30 09:06:01 0 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 09:06:01 1 0.07 0.00 0.02 0.00 0.00 99.92 11:29:30 09:06:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 09:06:01 3 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 09:06:01 4 0.05 0.00 0.02 0.02 0.02 99.90 11:29:30 09:06:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 09:06:01 6 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 09:06:01 7 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 09:07:01 all 0.02 0.00 0.01 0.00 0.01 99.96 11:29:30 09:07:01 0 0.02 0.00 0.02 0.02 0.00 99.95 11:29:30 09:07:01 1 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 09:07:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 09:07:01 3 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 09:07:01 4 0.02 0.00 0.00 0.02 0.02 99.95 11:29:30 09:07:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 09:07:01 6 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 09:07:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 09:08:01 all 0.06 0.00 0.03 0.00 0.01 99.90 11:29:30 09:08:01 0 0.08 0.00 0.03 0.02 0.02 99.85 11:29:30 09:08:01 1 0.07 0.00 0.02 0.00 0.00 99.92 11:29:30 09:08:01 2 0.05 0.00 0.02 0.00 0.00 99.93 11:29:30 09:08:01 3 0.08 0.00 0.03 0.00 0.03 99.85 11:29:30 09:08:01 4 0.10 0.00 0.03 0.02 0.00 99.85 11:29:30 09:08:01 5 0.03 0.00 0.03 0.00 0.00 99.93 11:29:30 09:08:01 6 0.02 0.00 0.03 0.00 0.02 99.93 11:29:30 09:08:01 7 0.08 0.00 0.00 0.00 0.00 99.92 11:29:30 09:09:01 all 0.01 0.00 0.01 0.00 0.01 99.97 11:29:30 09:09:01 0 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 09:09:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 09:09:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 09:09:01 3 0.05 0.00 0.02 0.00 0.03 99.90 11:29:30 09:09:01 4 0.02 0.00 0.02 0.02 0.02 99.93 11:29:30 09:09:01 5 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 09:09:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 09:09:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:29:30 09:09:01 CPU %user %nice %system %iowait %steal %idle 11:29:30 09:10:01 all 0.02 0.00 0.01 0.00 0.01 99.95 11:29:30 09:10:01 0 0.03 0.00 0.00 0.02 0.02 99.93 11:29:30 09:10:01 1 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 09:10:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 09:10:01 3 0.03 0.00 0.07 0.00 0.03 99.87 11:29:30 09:10:01 4 0.02 0.00 0.00 0.02 0.00 99.97 11:29:30 09:10:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 09:10:01 6 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 09:10:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 09:11:01 all 0.00 0.00 0.01 0.00 0.00 99.98 11:29:30 09:11:01 0 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 09:11:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 09:11:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 09:11:01 3 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 09:11:01 4 0.00 0.00 0.05 0.00 0.02 99.93 11:29:30 09:11:01 5 0.00 0.00 0.03 0.00 0.00 99.97 11:29:30 09:11:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 09:11:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 09:12:01 all 0.02 0.00 0.01 0.00 0.01 99.96 11:29:30 09:12:01 0 0.02 0.00 0.02 0.02 0.02 99.93 11:29:30 09:12:01 1 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 09:12:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 09:12:01 3 0.05 0.00 0.00 0.00 0.02 99.93 11:29:30 09:12:01 4 0.03 0.00 0.02 0.02 0.00 99.93 11:29:30 09:12:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 09:12:01 6 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 09:12:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 09:13:01 all 0.02 0.00 0.01 0.00 0.01 99.97 11:29:30 09:13:01 0 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 09:13:01 1 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 09:13:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 09:13:01 3 0.05 0.00 0.03 0.00 0.02 99.90 11:29:30 09:13:01 4 0.00 0.00 0.02 0.02 0.02 99.95 11:29:30 09:13:01 5 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 09:13:01 6 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 09:13:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 09:14:01 all 0.02 0.00 0.02 0.00 0.01 99.96 11:29:30 09:14:01 0 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 09:14:01 1 0.03 0.00 0.03 0.00 0.02 99.92 11:29:30 09:14:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 09:14:01 3 0.03 0.00 0.02 0.02 0.02 99.92 11:29:30 09:14:01 4 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 09:14:01 5 0.00 0.00 0.03 0.00 0.00 99.97 11:29:30 09:14:01 6 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 09:14:01 7 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 09:15:01 all 0.02 0.00 0.01 0.00 0.01 99.96 11:29:30 09:15:01 0 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 09:15:01 1 0.03 0.00 0.02 0.00 0.03 99.92 11:29:30 09:15:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 09:15:01 3 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 09:15:01 4 0.00 0.00 0.02 0.02 0.02 99.95 11:29:30 09:15:01 5 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 09:15:01 6 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 09:15:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 09:16:01 all 0.00 0.00 0.01 0.00 0.00 99.98 11:29:30 09:16:01 0 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 09:16:01 1 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 09:16:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 09:16:01 3 0.00 0.00 0.00 0.02 0.00 99.98 11:29:30 09:16:01 4 0.00 0.00 0.03 0.02 0.00 99.95 11:29:30 09:16:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 09:16:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 09:16:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 09:17:01 all 0.04 0.00 0.01 0.00 0.01 99.95 11:29:30 09:17:01 0 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 09:17:01 1 0.05 0.00 0.02 0.00 0.02 99.92 11:29:30 09:17:01 2 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 09:17:01 3 0.03 0.00 0.03 0.00 0.02 99.92 11:29:30 09:17:01 4 0.05 0.00 0.00 0.00 0.02 99.93 11:29:30 09:17:01 5 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 09:17:01 6 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 09:17:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 09:18:01 all 0.01 0.00 0.02 0.00 0.01 99.96 11:29:30 09:18:01 0 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 09:18:01 1 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 09:18:01 2 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 09:18:01 3 0.02 0.00 0.02 0.02 0.02 99.93 11:29:30 09:18:01 4 0.03 0.00 0.07 0.02 0.02 99.87 11:29:30 09:18:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 09:18:01 6 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 09:18:01 7 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 09:19:01 all 0.03 0.00 0.02 0.00 0.00 99.94 11:29:30 09:19:01 0 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 09:19:01 1 0.05 0.00 0.02 0.02 0.02 99.90 11:29:30 09:19:01 2 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 09:19:01 3 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 09:19:01 4 0.05 0.00 0.03 0.02 0.00 99.90 11:29:30 09:19:01 5 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 09:19:01 6 0.05 0.00 0.02 0.00 0.00 99.93 11:29:30 09:19:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 09:20:01 all 0.00 0.00 0.01 0.00 0.01 99.98 11:29:30 09:20:01 0 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 09:20:01 1 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 09:20:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 09:20:01 3 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 09:20:01 4 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 09:20:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 09:20:01 6 0.00 0.00 0.03 0.00 0.00 99.97 11:29:30 09:20:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 11:29:30 09:20:01 CPU %user %nice %system %iowait %steal %idle 11:29:30 09:21:01 all 0.03 0.00 0.01 0.01 0.00 99.95 11:29:30 09:21:01 0 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 09:21:01 1 0.02 0.00 0.00 0.02 0.02 99.95 11:29:30 09:21:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 09:21:01 3 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 09:21:01 4 0.03 0.00 0.00 0.03 0.00 99.93 11:29:30 09:21:01 5 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 09:21:01 6 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 09:21:01 7 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 09:22:01 all 0.13 0.00 0.02 0.00 0.01 99.84 11:29:30 09:22:01 0 0.02 0.00 0.03 0.00 0.00 99.95 11:29:30 09:22:01 1 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 09:22:01 2 0.96 0.00 0.02 0.00 0.02 99.01 11:29:30 09:22:01 3 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 09:22:01 4 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 09:22:01 5 0.00 0.00 0.03 0.00 0.00 99.97 11:29:30 09:22:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 09:22:01 7 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 09:23:01 all 0.28 0.00 0.01 0.00 0.01 99.70 11:29:30 09:23:01 0 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 09:23:01 1 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 09:23:01 2 1.99 0.00 0.00 0.00 0.02 98.00 11:29:30 09:23:01 3 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 09:23:01 4 0.07 0.00 0.00 0.02 0.00 99.92 11:29:30 09:23:01 5 0.03 0.00 0.03 0.00 0.02 99.92 11:29:30 09:23:01 6 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 09:23:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 09:24:01 all 0.26 0.00 0.01 0.00 0.01 99.72 11:29:30 09:24:01 0 0.02 0.00 0.03 0.00 0.02 99.93 11:29:30 09:24:01 1 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 09:24:01 2 1.97 0.00 0.00 0.00 0.00 98.03 11:29:30 09:24:01 3 0.02 0.00 0.02 0.02 0.02 99.93 11:29:30 09:24:01 4 0.03 0.00 0.00 0.02 0.02 99.93 11:29:30 09:24:01 5 0.00 0.00 0.03 0.00 0.00 99.97 11:29:30 09:24:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 09:24:01 7 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 09:25:02 all 0.28 0.00 0.01 0.00 0.01 99.70 11:29:30 09:25:02 0 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 09:25:02 1 0.07 0.00 0.03 0.00 0.02 99.88 11:29:30 09:25:02 2 1.99 0.00 0.00 0.00 0.02 98.00 11:29:30 09:25:02 3 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 09:25:02 4 0.03 0.00 0.03 0.02 0.00 99.92 11:29:30 09:25:02 5 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 09:25:02 6 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 09:25:02 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 09:26:01 all 0.26 0.00 0.02 0.00 0.01 99.72 11:29:30 09:26:01 0 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 09:26:01 1 0.05 0.00 0.03 0.00 0.02 99.90 11:29:30 09:26:01 2 1.95 0.00 0.00 0.00 0.00 98.05 11:29:30 09:26:01 3 0.00 0.00 0.03 0.02 0.02 99.93 11:29:30 09:26:01 4 0.02 0.00 0.03 0.02 0.02 99.92 11:29:30 09:26:01 5 0.00 0.00 0.03 0.00 0.00 99.97 11:29:30 09:26:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 09:26:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 09:27:01 all 0.27 0.00 0.01 0.00 0.01 99.71 11:29:30 09:27:01 0 0.02 0.00 0.03 0.02 0.02 99.92 11:29:30 09:27:01 1 0.03 0.00 0.03 0.00 0.02 99.92 11:29:30 09:27:01 2 1.95 0.00 0.00 0.00 0.02 98.03 11:29:30 09:27:01 3 0.05 0.00 0.02 0.00 0.02 99.92 11:29:30 09:27:01 4 0.02 0.00 0.00 0.02 0.00 99.97 11:29:30 09:27:01 5 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 09:27:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 09:27:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 09:28:01 all 0.26 0.00 0.02 0.00 0.00 99.72 11:29:30 09:28:01 0 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 09:28:01 1 0.02 0.00 0.05 0.00 0.02 99.92 11:29:30 09:28:01 2 1.95 0.00 0.00 0.00 0.00 98.05 11:29:30 09:28:01 3 0.05 0.00 0.02 0.00 0.00 99.93 11:29:30 09:28:01 4 0.02 0.00 0.03 0.02 0.02 99.92 11:29:30 09:28:01 5 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 09:28:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 09:28:01 7 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 09:29:01 all 0.11 0.00 0.02 0.00 0.01 99.85 11:29:30 09:29:01 0 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 09:29:01 1 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 09:29:01 2 0.76 0.00 0.07 0.00 0.02 99.15 11:29:30 09:29:01 3 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 09:29:01 4 0.00 0.00 0.02 0.02 0.00 99.97 11:29:30 09:29:01 5 0.02 0.00 0.03 0.00 0.02 99.93 11:29:30 09:29:01 6 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 09:29:01 7 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 09:30:01 all 0.01 0.00 0.01 0.00 0.01 99.98 11:29:30 09:30:01 0 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 09:30:01 1 0.02 0.00 0.03 0.00 0.02 99.93 11:29:30 09:30:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 09:30:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 09:30:01 4 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 09:30:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 09:30:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 09:30:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 09:31:01 all 0.01 0.00 0.01 0.00 0.01 99.96 11:29:30 09:31:01 0 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 09:31:01 1 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 09:31:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 09:31:01 3 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 09:31:01 4 0.03 0.00 0.03 0.03 0.02 99.88 11:29:30 09:31:01 5 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 09:31:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 09:31:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 11:29:30 09:31:01 CPU %user %nice %system %iowait %steal %idle 11:29:30 09:32:01 all 0.02 0.00 0.01 0.00 0.00 99.96 11:29:30 09:32:01 0 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 09:32:01 1 0.02 0.00 0.03 0.00 0.02 99.93 11:29:30 09:32:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 09:32:01 3 0.05 0.00 0.00 0.00 0.00 99.95 11:29:30 09:32:01 4 0.03 0.00 0.02 0.02 0.00 99.93 11:29:30 09:32:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 09:32:01 6 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 09:32:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 09:33:01 all 0.01 0.00 0.02 0.00 0.01 99.95 11:29:30 09:33:01 0 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 09:33:01 1 0.05 0.00 0.05 0.00 0.02 99.88 11:29:30 09:33:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 09:33:01 3 0.03 0.00 0.05 0.00 0.02 99.90 11:29:30 09:33:01 4 0.00 0.00 0.00 0.03 0.02 99.95 11:29:30 09:33:01 5 0.00 0.00 0.03 0.00 0.00 99.97 11:29:30 09:33:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 09:33:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 09:34:01 all 0.03 0.00 0.00 0.00 0.01 99.96 11:29:30 09:34:01 0 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 09:34:01 1 0.05 0.00 0.02 0.00 0.02 99.92 11:29:30 09:34:01 2 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 09:34:01 3 0.05 0.00 0.00 0.00 0.02 99.93 11:29:30 09:34:01 4 0.03 0.00 0.00 0.02 0.00 99.95 11:29:30 09:34:01 5 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 09:34:01 6 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 09:34:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 09:35:01 all 0.01 0.00 0.01 0.01 0.01 99.96 11:29:30 09:35:01 0 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 09:35:01 1 0.03 0.00 0.02 0.02 0.03 99.90 11:29:30 09:35:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 09:35:01 3 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 09:35:01 4 0.00 0.00 0.02 0.08 0.00 99.90 11:29:30 09:35:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 09:35:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 09:35:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 09:36:01 all 0.02 0.00 0.01 0.00 0.01 99.95 11:29:30 09:36:01 0 0.05 0.00 0.00 0.02 0.00 99.93 11:29:30 09:36:01 1 0.03 0.00 0.03 0.00 0.00 99.93 11:29:30 09:36:01 2 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 09:36:01 3 0.03 0.00 0.03 0.00 0.02 99.92 11:29:30 09:36:01 4 0.03 0.00 0.00 0.02 0.02 99.93 11:29:30 09:36:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 09:36:01 6 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 09:36:01 7 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 09:37:01 all 0.01 0.00 0.01 0.00 0.01 99.97 11:29:30 09:37:01 0 0.00 0.00 0.00 0.02 0.02 99.97 11:29:30 09:37:01 1 0.02 0.00 0.02 0.00 0.03 99.93 11:29:30 09:37:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 09:37:01 3 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 09:37:01 4 0.00 0.00 0.02 0.02 0.00 99.97 11:29:30 09:37:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 09:37:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 09:37:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 09:38:01 all 0.02 0.00 0.01 0.00 0.01 99.95 11:29:30 09:38:01 0 0.02 0.00 0.02 0.02 0.00 99.95 11:29:30 09:38:01 1 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 09:38:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 09:38:01 3 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 09:38:01 4 0.03 0.00 0.02 0.02 0.02 99.92 11:29:30 09:38:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 09:38:01 6 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 09:38:01 7 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 09:39:01 all 0.01 0.00 0.01 0.00 0.01 99.96 11:29:30 09:39:01 0 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 09:39:01 1 0.02 0.00 0.03 0.00 0.02 99.93 11:29:30 09:39:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 09:39:01 3 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 09:39:01 4 0.02 0.00 0.02 0.02 0.00 99.95 11:29:30 09:39:01 5 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 09:39:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 09:39:01 7 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 09:40:01 all 0.02 0.00 0.02 0.00 0.01 99.96 11:29:30 09:40:01 0 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 09:40:01 1 0.02 0.00 0.02 0.02 0.02 99.93 11:29:30 09:40:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 09:40:01 3 0.05 0.00 0.05 0.00 0.00 99.90 11:29:30 09:40:01 4 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 09:40:01 5 0.02 0.00 0.03 0.00 0.00 99.95 11:29:30 09:40:01 6 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 09:40:01 7 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 09:41:01 all 0.02 0.00 0.01 0.00 0.00 99.97 11:29:30 09:41:01 0 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 09:41:01 1 0.03 0.00 0.02 0.02 0.02 99.92 11:29:30 09:41:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 09:41:01 3 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 09:41:01 4 0.02 0.00 0.00 0.02 0.00 99.97 11:29:30 09:41:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 09:41:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 09:41:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 09:42:01 all 0.03 0.00 0.01 0.00 0.01 99.95 11:29:30 09:42:01 0 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 09:42:01 1 0.03 0.00 0.02 0.00 0.03 99.92 11:29:30 09:42:01 2 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 09:42:01 3 0.05 0.00 0.02 0.02 0.00 99.92 11:29:30 09:42:01 4 0.05 0.00 0.03 0.02 0.02 99.88 11:29:30 09:42:01 5 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 09:42:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 09:42:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:29:30 09:42:01 CPU %user %nice %system %iowait %steal %idle 11:29:30 09:43:01 all 0.01 0.00 0.02 0.00 0.01 99.96 11:29:30 09:43:01 0 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 09:43:01 1 0.05 0.00 0.03 0.00 0.02 99.90 11:29:30 09:43:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 09:43:01 3 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 09:43:01 4 0.02 0.00 0.03 0.03 0.00 99.92 11:29:30 09:43:01 5 0.00 0.00 0.03 0.00 0.00 99.97 11:29:30 09:43:01 6 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 09:43:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 09:44:01 all 0.02 0.00 0.01 0.00 0.01 99.96 11:29:30 09:44:01 0 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 09:44:01 1 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 09:44:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 09:44:01 3 0.05 0.00 0.02 0.00 0.00 99.93 11:29:30 09:44:01 4 0.02 0.00 0.00 0.02 0.02 99.95 11:29:30 09:44:01 5 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 09:44:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 09:44:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 09:45:01 all 0.02 0.00 0.01 0.00 0.00 99.96 11:29:30 09:45:01 0 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 09:45:01 1 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 09:45:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 09:45:01 3 0.05 0.00 0.02 0.00 0.00 99.93 11:29:30 09:45:01 4 0.02 0.00 0.03 0.03 0.02 99.90 11:29:30 09:45:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 09:45:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 09:45:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 09:46:01 all 0.01 0.00 0.00 0.00 0.01 99.98 11:29:30 09:46:01 0 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 09:46:01 1 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 09:46:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 09:46:01 3 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 09:46:01 4 0.00 0.00 0.02 0.02 0.00 99.97 11:29:30 09:46:01 5 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 09:46:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 09:46:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 09:47:01 all 0.04 0.00 0.01 0.00 0.01 99.94 11:29:30 09:47:01 0 0.03 0.00 0.03 0.00 0.00 99.93 11:29:30 09:47:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 09:47:01 2 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 09:47:01 3 0.10 0.00 0.02 0.00 0.02 99.87 11:29:30 09:47:01 4 0.07 0.00 0.02 0.03 0.02 99.87 11:29:30 09:47:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 09:47:01 6 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 09:47:01 7 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 09:48:01 all 0.01 0.00 0.00 0.00 0.00 99.98 11:29:30 09:48:01 0 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 09:48:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 09:48:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 09:48:01 3 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 09:48:01 4 0.02 0.00 0.00 0.02 0.00 99.97 11:29:30 09:48:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 09:48:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 09:48:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 09:49:01 all 0.03 0.00 0.01 0.00 0.01 99.95 11:29:30 09:49:01 0 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 09:49:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 09:49:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 09:49:01 3 0.03 0.00 0.03 0.00 0.02 99.92 11:29:30 09:49:01 4 0.03 0.00 0.02 0.03 0.02 99.90 11:29:30 09:49:01 5 0.05 0.00 0.02 0.00 0.00 99.93 11:29:30 09:49:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 09:49:01 7 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 09:50:01 all 0.01 0.00 0.01 0.01 0.01 99.96 11:29:30 09:50:01 0 0.05 0.00 0.00 0.00 0.02 99.93 11:29:30 09:50:01 1 0.00 0.00 0.00 0.05 0.02 99.93 11:29:30 09:50:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 09:50:01 3 0.05 0.00 0.02 0.00 0.02 99.92 11:29:30 09:50:01 4 0.02 0.00 0.02 0.02 0.02 99.93 11:29:30 09:50:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 09:50:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 09:50:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 09:51:01 all 0.03 0.00 0.01 0.00 0.01 99.95 11:29:30 09:51:01 0 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 09:51:01 1 0.02 0.00 0.00 0.02 0.00 99.97 11:29:30 09:51:01 2 0.05 0.00 0.00 0.00 0.00 99.95 11:29:30 09:51:01 3 0.07 0.00 0.02 0.00 0.02 99.90 11:29:30 09:51:01 4 0.05 0.00 0.02 0.02 0.02 99.90 11:29:30 09:51:01 5 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 09:51:01 6 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 09:51:01 7 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 09:52:01 all 0.05 0.00 0.02 0.00 0.01 99.92 11:29:30 09:52:01 0 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 09:52:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 09:52:01 2 0.42 0.00 0.03 0.00 0.02 99.53 11:29:30 09:52:01 3 0.00 0.00 0.03 0.00 0.02 99.95 11:29:30 09:52:01 4 0.02 0.00 0.03 0.02 0.00 99.93 11:29:30 09:52:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 09:52:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 09:52:01 7 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 09:53:01 all 0.28 0.00 0.01 0.00 0.01 99.70 11:29:30 09:53:01 0 0.05 0.00 0.03 0.00 0.02 99.90 11:29:30 09:53:01 1 0.00 0.00 0.00 0.02 0.02 99.97 11:29:30 09:53:01 2 2.00 0.00 0.00 0.00 0.00 98.00 11:29:30 09:53:01 3 0.07 0.00 0.03 0.00 0.03 99.87 11:29:30 09:53:01 4 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 09:53:01 5 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 09:53:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 09:53:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 11:29:30 09:53:01 CPU %user %nice %system %iowait %steal %idle 11:29:30 09:54:01 all 0.26 0.00 0.01 0.00 0.01 99.72 11:29:30 09:54:01 0 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 09:54:01 1 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 09:54:01 2 1.97 0.00 0.00 0.00 0.00 98.03 11:29:30 09:54:01 3 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 09:54:01 4 0.02 0.00 0.00 0.02 0.02 99.95 11:29:30 09:54:01 5 0.02 0.00 0.03 0.00 0.02 99.93 11:29:30 09:54:01 6 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 09:54:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 09:55:01 all 0.28 0.00 0.01 0.00 0.01 99.70 11:29:30 09:55:01 0 0.05 0.00 0.02 0.00 0.02 99.92 11:29:30 09:55:01 1 0.02 0.00 0.00 0.02 0.00 99.97 11:29:30 09:55:01 2 1.99 0.00 0.00 0.00 0.02 98.00 11:29:30 09:55:01 3 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 09:55:01 4 0.07 0.00 0.03 0.00 0.02 99.88 11:29:30 09:55:01 5 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 09:55:01 6 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 09:55:01 7 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 09:56:01 all 0.26 0.00 0.02 0.00 0.01 99.71 11:29:30 09:56:01 0 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 09:56:01 1 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 09:56:01 2 1.97 0.00 0.00 0.00 0.00 98.03 11:29:30 09:56:01 3 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 09:56:01 4 0.03 0.00 0.03 0.02 0.00 99.92 11:29:30 09:56:01 5 0.00 0.00 0.03 0.00 0.00 99.97 11:29:30 09:56:01 6 0.00 0.00 0.03 0.00 0.00 99.97 11:29:30 09:56:01 7 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 09:57:01 all 0.27 0.00 0.02 0.00 0.01 99.70 11:29:30 09:57:01 0 0.03 0.00 0.05 0.00 0.02 99.90 11:29:30 09:57:01 1 0.02 0.00 0.00 0.02 0.00 99.97 11:29:30 09:57:01 2 1.99 0.00 0.00 0.00 0.00 98.01 11:29:30 09:57:01 3 0.03 0.00 0.02 0.00 0.03 99.92 11:29:30 09:57:01 4 0.05 0.00 0.05 0.02 0.00 99.88 11:29:30 09:57:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 09:57:01 6 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 09:57:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 09:58:01 all 0.26 0.00 0.01 0.00 0.01 99.72 11:29:30 09:58:01 0 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 09:58:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 09:58:01 2 1.99 0.00 0.00 0.00 0.02 98.00 11:29:30 09:58:01 3 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 09:58:01 4 0.02 0.00 0.00 0.02 0.02 99.95 11:29:30 09:58:01 5 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 09:58:01 6 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 09:58:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 09:59:01 all 0.26 0.00 0.02 0.00 0.01 99.71 11:29:30 09:59:01 0 0.00 0.00 0.03 0.00 0.02 99.95 11:29:30 09:59:01 1 0.03 0.00 0.00 0.02 0.02 99.93 11:29:30 09:59:01 2 1.89 0.00 0.07 0.00 0.02 98.03 11:29:30 09:59:01 3 0.05 0.00 0.02 0.00 0.02 99.92 11:29:30 09:59:01 4 0.02 0.00 0.03 0.00 0.02 99.93 11:29:30 09:59:01 5 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 09:59:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 09:59:01 7 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 10:00:01 all 0.03 0.00 0.02 0.00 0.00 99.94 11:29:30 10:00:01 0 0.02 0.00 0.03 0.00 0.00 99.95 11:29:30 10:00:01 1 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 10:00:01 2 0.13 0.00 0.07 0.00 0.00 99.80 11:29:30 10:00:01 3 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 10:00:01 4 0.03 0.00 0.02 0.02 0.02 99.92 11:29:30 10:00:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 10:00:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:00:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 10:01:01 all 0.01 0.00 0.01 0.01 0.03 99.94 11:29:30 10:01:01 0 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 10:01:01 1 0.02 0.00 0.00 0.02 0.02 99.95 11:29:30 10:01:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 10:01:01 3 0.02 0.00 0.03 0.00 0.00 99.95 11:29:30 10:01:01 4 0.05 0.00 0.03 0.10 0.15 99.67 11:29:30 10:01:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 10:01:01 6 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 10:01:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:02:01 all 0.02 0.00 0.00 0.00 0.01 99.97 11:29:30 10:02:01 0 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 10:02:01 1 0.02 0.00 0.00 0.02 0.00 99.97 11:29:30 10:02:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 10:02:01 3 0.02 0.00 0.02 0.00 0.03 99.93 11:29:30 10:02:01 4 0.00 0.00 0.00 0.02 0.00 99.98 11:29:30 10:02:01 5 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 10:02:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:02:01 7 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 10:03:01 all 0.01 0.00 0.01 0.00 0.01 99.96 11:29:30 10:03:01 0 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 10:03:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:03:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 10:03:01 3 0.02 0.00 0.03 0.00 0.02 99.93 11:29:30 10:03:01 4 0.05 0.00 0.02 0.02 0.00 99.92 11:29:30 10:03:01 5 0.02 0.00 0.03 0.00 0.00 99.95 11:29:30 10:03:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:03:01 7 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 10:04:01 all 0.02 0.00 0.01 0.00 0.01 99.96 11:29:30 10:04:01 0 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 10:04:01 1 0.03 0.00 0.00 0.02 0.02 99.93 11:29:30 10:04:01 2 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 10:04:01 3 0.00 0.00 0.03 0.00 0.02 99.95 11:29:30 10:04:01 4 0.05 0.00 0.02 0.00 0.02 99.92 11:29:30 10:04:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 10:04:01 6 0.02 0.00 0.03 0.00 0.00 99.95 11:29:30 10:04:01 7 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 11:29:30 10:04:01 CPU %user %nice %system %iowait %steal %idle 11:29:30 10:05:01 all 0.01 0.00 0.01 0.00 0.01 99.96 11:29:30 10:05:01 0 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 10:05:01 1 0.00 0.00 0.00 0.02 0.00 99.98 11:29:30 10:05:01 2 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 10:05:01 3 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 10:05:01 4 0.03 0.00 0.00 0.02 0.00 99.95 11:29:30 10:05:01 5 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 10:05:01 6 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 10:05:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 10:06:01 all 0.02 0.00 0.01 0.00 0.01 99.96 11:29:30 10:06:01 0 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 10:06:01 1 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 10:06:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:06:01 3 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 10:06:01 4 0.03 0.00 0.02 0.02 0.02 99.92 11:29:30 10:06:01 5 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 10:06:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 10:06:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 10:07:01 all 0.01 0.00 0.01 0.00 0.01 99.97 11:29:30 10:07:01 0 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 10:07:01 1 0.00 0.00 0.00 0.02 0.02 99.97 11:29:30 10:07:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 10:07:01 3 0.05 0.00 0.02 0.00 0.02 99.92 11:29:30 10:07:01 4 0.02 0.00 0.02 0.02 0.02 99.93 11:29:30 10:07:01 5 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 10:07:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:07:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:08:01 all 0.06 0.00 0.03 0.00 0.01 99.90 11:29:30 10:08:01 0 0.07 0.00 0.05 0.00 0.02 99.87 11:29:30 10:08:01 1 0.07 0.00 0.05 0.02 0.02 99.85 11:29:30 10:08:01 2 0.05 0.00 0.02 0.00 0.02 99.92 11:29:30 10:08:01 3 0.08 0.00 0.05 0.00 0.00 99.87 11:29:30 10:08:01 4 0.03 0.00 0.00 0.02 0.00 99.95 11:29:30 10:08:01 5 0.05 0.00 0.02 0.00 0.00 99.93 11:29:30 10:08:01 6 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 10:08:01 7 0.10 0.00 0.00 0.00 0.02 99.88 11:29:30 10:09:01 all 0.02 0.00 0.01 0.00 0.01 99.96 11:29:30 10:09:01 0 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:09:01 1 0.05 0.00 0.02 0.00 0.02 99.92 11:29:30 10:09:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:09:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 10:09:01 4 0.05 0.00 0.02 0.02 0.02 99.90 11:29:30 10:09:01 5 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 10:09:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 10:09:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 10:10:01 all 0.03 0.00 0.01 0.00 0.01 99.95 11:29:30 10:10:01 0 0.05 0.00 0.03 0.00 0.02 99.90 11:29:30 10:10:01 1 0.02 0.00 0.03 0.02 0.02 99.92 11:29:30 10:10:01 2 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 10:10:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 10:10:01 4 0.03 0.00 0.02 0.02 0.00 99.93 11:29:30 10:10:01 5 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 10:10:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:10:01 7 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 10:11:01 all 0.01 0.00 0.01 0.00 0.01 99.97 11:29:30 10:11:01 0 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:11:01 1 0.05 0.00 0.05 0.00 0.03 99.87 11:29:30 10:11:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:11:01 3 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 10:11:01 4 0.02 0.00 0.00 0.02 0.02 99.95 11:29:30 10:11:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 10:11:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:11:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 10:12:01 all 0.03 0.00 0.01 0.00 0.01 99.95 11:29:30 10:12:01 0 0.02 0.00 0.03 0.00 0.02 99.93 11:29:30 10:12:01 1 0.02 0.00 0.03 0.02 0.02 99.92 11:29:30 10:12:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 10:12:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 10:12:01 4 0.05 0.00 0.00 0.02 0.00 99.93 11:29:30 10:12:01 5 0.05 0.00 0.05 0.00 0.00 99.90 11:29:30 10:12:01 6 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 10:12:01 7 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 10:13:01 all 0.01 0.00 0.01 0.00 0.00 99.97 11:29:30 10:13:01 0 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 10:13:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 10:13:01 2 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 10:13:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:13:01 4 0.05 0.00 0.02 0.00 0.00 99.93 11:29:30 10:13:01 5 0.02 0.00 0.03 0.00 0.03 99.92 11:29:30 10:13:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:13:01 7 0.02 0.00 0.03 0.00 0.00 99.95 11:29:30 10:14:01 all 0.02 0.00 0.01 0.00 0.01 99.96 11:29:30 10:14:01 0 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 10:14:01 1 0.02 0.00 0.00 0.02 0.02 99.95 11:29:30 10:14:01 2 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 10:14:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 10:14:01 4 0.05 0.00 0.02 0.02 0.02 99.90 11:29:30 10:14:01 5 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 10:14:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 10:14:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 10:15:01 all 0.02 0.00 0.01 0.00 0.01 99.96 11:29:30 10:15:01 0 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 10:15:01 1 0.03 0.00 0.00 0.02 0.02 99.93 11:29:30 10:15:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 10:15:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:15:01 4 0.03 0.00 0.02 0.02 0.00 99.93 11:29:30 10:15:01 5 0.05 0.00 0.02 0.00 0.02 99.92 11:29:30 10:15:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:15:01 7 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 11:29:30 10:15:01 CPU %user %nice %system %iowait %steal %idle 11:29:30 10:16:01 all 0.00 0.00 0.01 0.00 0.01 99.98 11:29:30 10:16:01 0 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 10:16:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:16:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:16:01 3 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 10:16:01 4 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 10:16:01 5 0.00 0.00 0.03 0.00 0.02 99.95 11:29:30 10:16:01 6 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 10:16:01 7 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 10:17:01 all 0.03 0.00 0.01 0.00 0.01 99.95 11:29:30 10:17:01 0 0.05 0.00 0.05 0.00 0.02 99.88 11:29:30 10:17:01 1 0.02 0.00 0.02 0.02 0.02 99.93 11:29:30 10:17:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 10:17:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:17:01 4 0.03 0.00 0.00 0.02 0.02 99.93 11:29:30 10:17:01 5 0.05 0.00 0.03 0.00 0.02 99.90 11:29:30 10:17:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:17:01 7 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 10:18:01 all 0.01 0.00 0.00 0.00 0.01 99.97 11:29:30 10:18:01 0 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 10:18:01 1 0.03 0.00 0.00 0.02 0.02 99.93 11:29:30 10:18:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:18:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 10:18:01 4 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 10:18:01 5 0.03 0.00 0.03 0.00 0.02 99.92 11:29:30 10:18:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:18:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:19:01 all 0.03 0.00 0.01 0.00 0.01 99.95 11:29:30 10:19:01 0 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 10:19:01 1 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 10:19:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 10:19:01 3 0.02 0.00 0.02 0.02 0.00 99.95 11:29:30 10:19:01 4 0.03 0.00 0.03 0.02 0.02 99.90 11:29:30 10:19:01 5 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 10:19:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:19:01 7 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 10:20:01 all 0.01 0.00 0.01 0.00 0.00 99.97 11:29:30 10:20:01 0 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 10:20:01 1 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 10:20:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:20:01 3 0.00 0.00 0.00 0.02 0.00 99.98 11:29:30 10:20:01 4 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 10:20:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 10:20:01 6 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 10:20:01 7 0.02 0.00 0.03 0.00 0.02 99.93 11:29:30 10:21:01 all 0.02 0.00 0.01 0.00 0.01 99.96 11:29:30 10:21:01 0 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 10:21:01 1 0.07 0.00 0.02 0.00 0.00 99.92 11:29:30 10:21:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 10:21:01 3 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 10:21:01 4 0.03 0.00 0.02 0.02 0.00 99.93 11:29:30 10:21:01 5 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:21:01 6 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 10:21:01 7 0.05 0.00 0.02 0.00 0.02 99.92 11:29:30 10:22:01 all 0.01 0.00 0.01 0.00 0.01 99.96 11:29:30 10:22:01 0 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 10:22:01 1 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 10:22:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:22:01 3 0.00 0.00 0.00 0.02 0.02 99.97 11:29:30 10:22:01 4 0.05 0.00 0.02 0.02 0.02 99.90 11:29:30 10:22:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 10:22:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 10:22:01 7 0.00 0.00 0.03 0.00 0.02 99.95 11:29:30 10:23:01 all 0.02 0.00 0.01 0.00 0.01 99.96 11:29:30 10:23:01 0 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 10:23:01 1 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 10:23:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 10:23:01 3 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 10:23:01 4 0.02 0.00 0.03 0.02 0.00 99.93 11:29:30 10:23:01 5 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 10:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:23:01 7 0.05 0.00 0.02 0.00 0.02 99.92 11:29:30 10:24:01 all 0.01 0.00 0.01 0.00 0.01 99.96 11:29:30 10:24:01 0 0.02 0.00 0.03 0.00 0.03 99.92 11:29:30 10:24:01 1 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 10:24:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 10:24:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:24:01 4 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 10:24:01 5 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 10:24:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:24:01 7 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 10:25:01 all 0.02 0.00 0.01 0.00 0.01 99.95 11:29:30 10:25:01 0 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 10:25:01 1 0.00 0.00 0.02 0.02 0.00 99.97 11:29:30 10:25:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 10:25:01 3 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 10:25:01 4 0.02 0.00 0.05 0.02 0.02 99.90 11:29:30 10:25:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 10:25:01 6 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 10:25:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 10:26:01 all 0.00 0.00 0.01 0.00 0.01 99.97 11:29:30 10:26:01 0 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 10:26:01 1 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 10:26:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:26:01 3 0.00 0.00 0.02 0.02 0.02 99.95 11:29:30 10:26:01 4 0.02 0.00 0.03 0.02 0.00 99.93 11:29:30 10:26:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 10:26:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 10:26:01 7 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 11:29:30 10:26:01 CPU %user %nice %system %iowait %steal %idle 11:29:30 10:27:01 all 0.18 0.00 0.02 0.00 0.01 99.79 11:29:30 10:27:01 0 0.03 0.00 0.03 0.00 0.02 99.92 11:29:30 10:27:01 1 0.05 0.00 0.02 0.02 0.00 99.92 11:29:30 10:27:01 2 1.22 0.00 0.02 0.00 0.02 98.74 11:29:30 10:27:01 3 0.03 0.00 0.03 0.00 0.02 99.92 11:29:30 10:27:01 4 0.05 0.00 0.03 0.02 0.02 99.88 11:29:30 10:27:01 5 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 10:27:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 10:27:01 7 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 10:28:01 all 0.27 0.00 0.01 0.00 0.01 99.72 11:29:30 10:28:01 0 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 10:28:01 1 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 10:28:01 2 1.97 0.00 0.00 0.00 0.00 98.03 11:29:30 10:28:01 3 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 10:28:01 4 0.02 0.00 0.00 0.02 0.00 99.97 11:29:30 10:28:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 10:28:01 6 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 10:28:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 10:29:01 all 0.28 0.00 0.02 0.00 0.01 99.70 11:29:30 10:29:01 0 0.03 0.00 0.03 0.00 0.02 99.92 11:29:30 10:29:01 1 1.37 0.00 0.00 0.00 0.00 98.63 11:29:30 10:29:01 2 0.68 0.00 0.00 0.00 0.02 99.30 11:29:30 10:29:01 3 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 10:29:01 4 0.05 0.00 0.03 0.02 0.02 99.88 11:29:30 10:29:01 5 0.02 0.00 0.03 0.00 0.00 99.95 11:29:30 10:29:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:29:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 10:30:01 all 0.26 0.00 0.01 0.00 0.01 99.71 11:29:30 10:30:01 0 0.02 0.00 0.02 0.02 0.02 99.93 11:29:30 10:30:01 1 2.00 0.00 0.02 0.00 0.02 97.97 11:29:30 10:30:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 10:30:01 3 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 10:30:01 4 0.03 0.00 0.00 0.02 0.02 99.93 11:29:30 10:30:01 5 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 10:30:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:30:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 10:31:01 all 0.28 0.00 0.01 0.00 0.01 99.70 11:29:30 10:31:01 0 0.03 0.00 0.03 0.00 0.00 99.93 11:29:30 10:31:01 1 1.99 0.00 0.02 0.00 0.02 97.98 11:29:30 10:31:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 10:31:01 3 0.10 0.00 0.00 0.00 0.00 99.90 11:29:30 10:31:01 4 0.05 0.00 0.05 0.00 0.00 99.90 11:29:30 10:31:01 5 0.02 0.00 0.02 0.00 0.03 99.93 11:29:30 10:31:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 10:31:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:32:01 all 0.27 0.00 0.01 0.00 0.01 99.72 11:29:30 10:32:01 0 0.02 0.00 0.00 0.02 0.02 99.95 11:29:30 10:32:01 1 2.00 0.00 0.00 0.00 0.00 98.00 11:29:30 10:32:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 10:32:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:32:01 4 0.05 0.00 0.02 0.02 0.02 99.90 11:29:30 10:32:01 5 0.00 0.00 0.03 0.00 0.00 99.97 11:29:30 10:32:01 6 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 10:32:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 10:33:01 all 0.25 0.00 0.01 0.00 0.01 99.73 11:29:30 10:33:01 0 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:33:01 1 1.94 0.00 0.00 0.00 0.02 98.05 11:29:30 10:33:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 10:33:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:33:01 4 0.02 0.00 0.02 0.02 0.02 99.93 11:29:30 10:33:01 5 0.02 0.00 0.05 0.00 0.03 99.90 11:29:30 10:33:01 6 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 10:33:01 7 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 10:34:01 all 0.08 0.00 0.02 0.00 0.01 99.89 11:29:30 10:34:01 0 0.00 0.00 0.03 0.00 0.02 99.95 11:29:30 10:34:01 1 0.53 0.00 0.10 0.00 0.02 99.35 11:29:30 10:34:01 2 0.02 0.00 0.00 0.02 0.00 99.97 11:29:30 10:34:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 10:34:01 4 0.05 0.00 0.00 0.00 0.00 99.95 11:29:30 10:34:01 5 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 10:34:01 6 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 10:34:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:35:01 all 0.02 0.00 0.01 0.00 0.01 99.96 11:29:30 10:35:01 0 0.02 0.00 0.00 0.02 0.00 99.97 11:29:30 10:35:01 1 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 10:35:01 2 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 10:35:01 3 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 10:35:01 4 0.02 0.00 0.03 0.02 0.02 99.92 11:29:30 10:35:01 5 0.03 0.00 0.03 0.00 0.02 99.92 11:29:30 10:35:01 6 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 10:35:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 10:36:01 all 0.03 0.00 0.01 0.00 0.01 99.96 11:29:30 10:36:01 0 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 10:36:01 1 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 10:36:01 2 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 10:36:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 10:36:01 4 0.03 0.00 0.02 0.02 0.00 99.93 11:29:30 10:36:01 5 0.07 0.00 0.02 0.00 0.02 99.90 11:29:30 10:36:01 6 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 10:36:01 7 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 10:37:01 all 0.01 0.00 0.01 0.00 0.01 99.96 11:29:30 10:37:01 0 0.03 0.00 0.02 0.02 0.00 99.93 11:29:30 10:37:01 1 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 10:37:01 2 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 10:37:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 10:37:01 4 0.03 0.00 0.02 0.02 0.02 99.92 11:29:30 10:37:01 5 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 10:37:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:37:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 11:29:30 10:37:01 CPU %user %nice %system %iowait %steal %idle 11:29:30 10:38:01 all 0.03 0.00 0.02 0.00 0.01 99.94 11:29:30 10:38:01 0 0.03 0.00 0.02 0.02 0.02 99.92 11:29:30 10:38:01 1 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 10:38:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 10:38:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 10:38:01 4 0.03 0.00 0.02 0.02 0.00 99.93 11:29:30 10:38:01 5 0.05 0.00 0.05 0.00 0.02 99.88 11:29:30 10:38:01 6 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 10:38:01 7 0.00 0.00 0.03 0.00 0.00 99.97 11:29:30 10:39:01 all 0.01 0.00 0.01 0.00 0.01 99.97 11:29:30 10:39:01 0 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 10:39:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 10:39:01 2 0.00 0.00 0.00 0.02 0.00 99.98 11:29:30 10:39:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:39:01 4 0.03 0.00 0.00 0.02 0.02 99.93 11:29:30 10:39:01 5 0.00 0.00 0.05 0.00 0.03 99.92 11:29:30 10:39:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 10:39:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 10:40:01 all 0.03 0.00 0.01 0.00 0.01 99.95 11:29:30 10:40:01 0 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 10:40:01 1 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 10:40:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 10:40:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 10:40:01 4 0.05 0.00 0.03 0.02 0.02 99.88 11:29:30 10:40:01 5 0.03 0.00 0.05 0.00 0.02 99.90 11:29:30 10:40:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 10:40:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 10:41:01 all 0.02 0.00 0.01 0.00 0.00 99.96 11:29:30 10:41:01 0 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 10:41:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:41:01 2 0.00 0.00 0.00 0.02 0.00 99.98 11:29:30 10:41:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:41:01 4 0.05 0.00 0.03 0.00 0.00 99.92 11:29:30 10:41:01 5 0.03 0.00 0.07 0.00 0.02 99.88 11:29:30 10:41:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 10:41:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 10:42:01 all 0.02 0.00 0.01 0.01 0.01 99.96 11:29:30 10:42:01 0 0.02 0.00 0.00 0.02 0.02 99.95 11:29:30 10:42:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 10:42:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 10:42:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:42:01 4 0.07 0.00 0.00 0.03 0.02 99.88 11:29:30 10:42:01 5 0.03 0.00 0.03 0.00 0.02 99.92 11:29:30 10:42:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:42:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 10:43:01 all 0.02 0.00 0.02 0.00 0.01 99.95 11:29:30 10:43:01 0 0.02 0.00 0.02 0.02 0.00 99.95 11:29:30 10:43:01 1 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 10:43:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:43:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 10:43:01 4 0.07 0.00 0.03 0.00 0.02 99.88 11:29:30 10:43:01 5 0.02 0.00 0.07 0.00 0.03 99.88 11:29:30 10:43:01 6 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 10:43:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 10:44:01 all 0.03 0.00 0.01 0.00 0.00 99.95 11:29:30 10:44:01 0 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 10:44:01 1 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 10:44:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 10:44:01 3 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 10:44:01 4 0.08 0.00 0.00 0.02 0.02 99.88 11:29:30 10:44:01 5 0.02 0.00 0.05 0.00 0.02 99.92 11:29:30 10:44:01 6 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 10:44:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 10:45:01 all 0.01 0.00 0.02 0.00 0.01 99.96 11:29:30 10:45:01 0 0.02 0.00 0.02 0.02 0.02 99.93 11:29:30 10:45:01 1 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 10:45:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 10:45:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:45:01 4 0.03 0.00 0.05 0.02 0.00 99.90 11:29:30 10:45:01 5 0.02 0.00 0.05 0.00 0.02 99.92 11:29:30 10:45:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 10:45:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 10:46:01 all 0.01 0.00 0.01 0.00 0.01 99.97 11:29:30 10:46:01 0 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 10:46:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:46:01 2 0.00 0.00 0.00 0.03 0.00 99.97 11:29:30 10:46:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:46:01 4 0.05 0.00 0.02 0.00 0.02 99.92 11:29:30 10:46:01 5 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 10:46:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:46:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 10:47:01 all 0.02 0.00 0.01 0.00 0.01 99.95 11:29:30 10:47:01 0 0.03 0.00 0.03 0.00 0.02 99.92 11:29:30 10:47:01 1 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 10:47:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 10:47:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:47:01 4 0.03 0.00 0.02 0.02 0.02 99.92 11:29:30 10:47:01 5 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 10:47:01 6 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 10:47:01 7 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 10:48:01 all 0.01 0.00 0.02 0.00 0.00 99.97 11:29:30 10:48:01 0 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:48:01 1 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 10:48:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:48:01 3 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 10:48:01 4 0.03 0.00 0.03 0.02 0.00 99.92 11:29:30 10:48:01 5 0.03 0.00 0.03 0.00 0.02 99.92 11:29:30 10:48:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:48:01 7 0.02 0.00 0.03 0.00 0.00 99.95 11:29:30 11:29:30 10:48:01 CPU %user %nice %system %iowait %steal %idle 11:29:30 10:49:01 all 0.03 0.00 0.01 0.00 0.01 99.95 11:29:30 10:49:01 0 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 10:49:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 10:49:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 10:49:01 3 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 10:49:01 4 0.08 0.00 0.03 0.02 0.02 99.85 11:29:30 10:49:01 5 0.03 0.00 0.02 0.00 0.03 99.92 11:29:30 10:49:01 6 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 10:49:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 10:50:01 all 0.01 0.00 0.01 0.00 0.01 99.97 11:29:30 10:50:01 0 0.02 0.00 0.00 0.02 0.00 99.97 11:29:30 10:50:01 1 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 10:50:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 10:50:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:50:01 4 0.05 0.00 0.02 0.02 0.00 99.92 11:29:30 10:50:01 5 0.02 0.00 0.03 0.00 0.02 99.93 11:29:30 10:50:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:50:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:51:01 all 0.03 0.00 0.01 0.00 0.01 99.95 11:29:30 10:51:01 0 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 10:51:01 1 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 10:51:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 10:51:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 10:51:01 4 0.08 0.00 0.02 0.00 0.02 99.88 11:29:30 10:51:01 5 0.03 0.00 0.05 0.00 0.02 99.90 11:29:30 10:51:01 6 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 10:51:01 7 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 10:52:01 all 0.02 0.00 0.02 0.00 0.01 99.95 11:29:30 10:52:01 0 0.00 0.00 0.03 0.02 0.00 99.95 11:29:30 10:52:01 1 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 10:52:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 10:52:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 10:52:01 4 0.05 0.00 0.02 0.02 0.02 99.90 11:29:30 10:52:01 5 0.05 0.00 0.03 0.00 0.02 99.90 11:29:30 10:52:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 10:52:01 7 0.02 0.00 0.03 0.00 0.00 99.95 11:29:30 10:53:01 all 0.02 0.00 0.01 0.00 0.01 99.95 11:29:30 10:53:01 0 0.02 0.00 0.02 0.02 0.02 99.93 11:29:30 10:53:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 10:53:01 2 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 10:53:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 10:53:01 4 0.07 0.00 0.03 0.02 0.02 99.87 11:29:30 10:53:01 5 0.00 0.00 0.05 0.00 0.02 99.93 11:29:30 10:53:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:53:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 10:54:01 all 0.01 0.00 0.01 0.00 0.00 99.97 11:29:30 10:54:01 0 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 10:54:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:54:01 2 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 10:54:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:54:01 4 0.03 0.00 0.03 0.02 0.00 99.92 11:29:30 10:54:01 5 0.05 0.00 0.02 0.00 0.02 99.92 11:29:30 10:54:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 10:54:01 7 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 10:55:01 all 0.03 0.00 0.01 0.00 0.01 99.95 11:29:30 10:55:01 0 0.03 0.00 0.02 0.02 0.02 99.92 11:29:30 10:55:01 1 0.05 0.00 0.02 0.00 0.02 99.92 11:29:30 10:55:01 2 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 10:55:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:55:01 4 0.07 0.00 0.00 0.00 0.02 99.92 11:29:30 10:55:01 5 0.03 0.00 0.05 0.00 0.02 99.90 11:29:30 10:55:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:55:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 10:56:02 all 0.01 0.00 0.01 0.00 0.00 99.97 11:29:30 10:56:02 0 0.02 0.00 0.00 0.02 0.00 99.97 11:29:30 10:56:02 1 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 10:56:02 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:56:02 3 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 10:56:02 4 0.05 0.00 0.00 0.00 0.00 99.95 11:29:30 10:56:02 5 0.02 0.00 0.03 0.00 0.02 99.93 11:29:30 10:56:02 6 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 10:56:02 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:57:01 all 0.10 0.00 0.01 0.00 0.01 99.87 11:29:30 10:57:01 0 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 10:57:01 1 0.64 0.00 0.02 0.00 0.02 99.32 11:29:30 10:57:01 2 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 10:57:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 10:57:01 4 0.07 0.00 0.03 0.02 0.02 99.86 11:29:30 10:57:01 5 0.03 0.00 0.03 0.00 0.02 99.92 11:29:30 10:57:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:57:01 7 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 10:58:01 all 0.14 0.00 0.01 0.00 0.01 99.84 11:29:30 10:58:01 0 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 10:58:01 1 0.98 0.00 0.00 0.00 0.02 99.01 11:29:30 10:58:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:58:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 10:58:01 4 0.05 0.00 0.03 0.03 0.00 99.88 11:29:30 10:58:01 5 0.05 0.00 0.02 0.00 0.03 99.90 11:29:30 10:58:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:58:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 10:59:01 all 0.03 0.00 0.01 0.00 0.01 99.95 11:29:30 10:59:01 0 0.05 0.00 0.00 0.02 0.02 99.92 11:29:30 10:59:01 1 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 10:59:01 2 0.05 0.00 0.02 0.00 0.00 99.93 11:29:30 10:59:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 10:59:01 4 0.05 0.00 0.02 0.00 0.02 99.92 11:29:30 10:59:01 5 0.05 0.00 0.02 0.00 0.02 99.92 11:29:30 10:59:01 6 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 10:59:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:29:30 10:59:01 CPU %user %nice %system %iowait %steal %idle 11:29:30 11:00:01 all 0.01 0.00 0.01 0.00 0.00 99.97 11:29:30 11:00:01 0 0.03 0.00 0.05 0.00 0.00 99.92 11:29:30 11:00:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 11:00:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:00:01 3 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 11:00:01 4 0.02 0.00 0.02 0.02 0.02 99.93 11:29:30 11:00:01 5 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 11:00:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 11:00:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:01:01 all 0.03 0.00 0.01 0.00 0.01 99.95 11:29:30 11:01:01 0 0.05 0.00 0.02 0.02 0.02 99.90 11:29:30 11:01:01 1 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 11:01:01 2 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 11:01:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 11:01:01 4 0.03 0.00 0.03 0.00 0.00 99.93 11:29:30 11:01:01 5 0.03 0.00 0.03 0.00 0.02 99.92 11:29:30 11:01:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 11:01:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 11:02:01 all 0.01 0.00 0.01 0.00 0.01 99.97 11:29:30 11:02:01 0 0.02 0.00 0.03 0.02 0.02 99.92 11:29:30 11:02:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:02:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:02:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:02:01 4 0.02 0.00 0.05 0.00 0.02 99.92 11:29:30 11:02:01 5 0.02 0.00 0.03 0.00 0.02 99.93 11:29:30 11:02:01 6 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 11:02:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 11:03:01 all 0.01 0.00 0.01 0.00 0.01 99.97 11:29:30 11:03:01 0 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:03:01 1 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 11:03:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:03:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:03:01 4 0.03 0.00 0.03 0.02 0.02 99.90 11:29:30 11:03:01 5 0.03 0.00 0.03 0.02 0.02 99.90 11:29:30 11:03:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:03:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:04:01 all 0.02 0.00 0.01 0.00 0.01 99.96 11:29:30 11:04:01 0 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 11:04:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 11:04:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 11:04:01 3 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 11:04:01 4 0.03 0.00 0.02 0.02 0.00 99.93 11:29:30 11:04:01 5 0.03 0.00 0.03 0.00 0.02 99.92 11:29:30 11:04:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 11:04:01 7 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 11:05:01 all 0.01 0.00 0.01 0.00 0.01 99.96 11:29:30 11:05:01 0 0.02 0.00 0.02 0.02 0.00 99.95 11:29:30 11:05:01 1 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 11:05:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:05:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:05:01 4 0.07 0.00 0.03 0.02 0.02 99.87 11:29:30 11:05:01 5 0.02 0.00 0.05 0.00 0.03 99.90 11:29:30 11:05:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:05:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 11:06:01 all 0.02 0.00 0.01 0.00 0.00 99.96 11:29:30 11:06:01 0 0.02 0.00 0.02 0.02 0.00 99.95 11:29:30 11:06:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 11:06:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 11:06:01 3 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 11:06:01 4 0.05 0.00 0.02 0.00 0.00 99.93 11:29:30 11:06:01 5 0.03 0.00 0.03 0.00 0.00 99.93 11:29:30 11:06:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:06:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 11:07:01 all 0.01 0.00 0.01 0.00 0.01 99.97 11:29:30 11:07:01 0 0.00 0.00 0.02 0.02 0.02 99.95 11:29:30 11:07:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:07:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:07:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 11:07:01 4 0.03 0.00 0.02 0.02 0.02 99.92 11:29:30 11:07:01 5 0.05 0.00 0.02 0.00 0.02 99.92 11:29:30 11:07:01 6 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 11:07:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:08:01 all 0.07 0.00 0.02 0.00 0.00 99.91 11:29:30 11:08:01 0 0.10 0.00 0.02 0.00 0.00 99.88 11:29:30 11:08:01 1 0.07 0.00 0.02 0.00 0.00 99.92 11:29:30 11:08:01 2 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 11:08:01 3 0.17 0.00 0.03 0.00 0.00 99.80 11:29:30 11:08:01 4 0.03 0.00 0.03 0.00 0.00 99.93 11:29:30 11:08:01 5 0.07 0.00 0.00 0.00 0.03 99.90 11:29:30 11:08:01 6 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 11:08:01 7 0.05 0.00 0.02 0.00 0.00 99.93 11:29:30 11:09:01 all 0.03 0.00 0.01 0.00 0.01 99.95 11:29:30 11:09:01 0 0.05 0.00 0.05 0.02 0.02 99.87 11:29:30 11:09:01 1 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 11:09:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 11:09:01 3 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 11:09:01 4 0.03 0.00 0.02 0.02 0.02 99.92 11:29:30 11:09:01 5 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 11:09:01 6 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 11:09:01 7 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 11:10:01 all 0.03 0.00 0.01 0.00 0.00 99.96 11:29:30 11:10:01 0 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 11:10:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 11:10:01 2 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 11:10:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 11:10:01 4 0.07 0.00 0.02 0.02 0.00 99.90 11:29:30 11:10:01 5 0.05 0.00 0.02 0.00 0.02 99.92 11:29:30 11:10:01 6 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 11:10:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 11:29:30 11:10:01 CPU %user %nice %system %iowait %steal %idle 11:29:30 11:11:01 all 0.01 0.00 0.01 0.06 0.01 99.91 11:29:30 11:11:01 0 0.02 0.00 0.02 0.18 0.02 99.77 11:29:30 11:11:01 1 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 11:11:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 11:11:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:11:01 4 0.03 0.00 0.00 0.02 0.02 99.93 11:29:30 11:11:01 5 0.00 0.00 0.03 0.30 0.02 99.65 11:29:30 11:11:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 11:11:01 7 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 11:12:01 all 0.02 0.00 0.01 0.00 0.01 99.95 11:29:30 11:12:01 0 0.03 0.00 0.02 0.02 0.02 99.92 11:29:30 11:12:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 11:12:01 2 0.05 0.00 0.02 0.00 0.02 99.92 11:29:30 11:12:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 11:12:01 4 0.02 0.00 0.05 0.00 0.00 99.93 11:29:30 11:12:01 5 0.03 0.00 0.03 0.00 0.02 99.92 11:29:30 11:12:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 11:12:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:13:01 all 0.01 0.00 0.01 0.00 0.00 99.97 11:29:30 11:13:01 0 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 11:13:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:13:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 11:13:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:13:01 4 0.05 0.00 0.02 0.02 0.03 99.88 11:29:30 11:13:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 11:13:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 11:13:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:14:01 all 0.02 0.00 0.01 0.00 0.01 99.95 11:29:30 11:14:01 0 0.05 0.00 0.02 0.00 0.02 99.92 11:29:30 11:14:01 1 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 11:14:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:14:01 3 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 11:14:01 4 0.07 0.00 0.03 0.02 0.02 99.87 11:29:30 11:14:01 5 0.03 0.00 0.03 0.00 0.00 99.93 11:29:30 11:14:01 6 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 11:14:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 11:15:01 all 0.01 0.00 0.01 0.00 0.01 99.96 11:29:30 11:15:01 0 0.02 0.00 0.03 0.02 0.00 99.93 11:29:30 11:15:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:15:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 11:15:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:15:01 4 0.05 0.00 0.03 0.02 0.02 99.88 11:29:30 11:15:01 5 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 11:15:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 11:15:01 7 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 11:16:01 all 0.02 0.00 0.01 0.00 0.01 99.96 11:29:30 11:16:01 0 0.03 0.00 0.03 0.02 0.02 99.90 11:29:30 11:16:01 1 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 11:16:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 11:16:01 3 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 11:16:01 4 0.03 0.00 0.02 0.02 0.03 99.90 11:29:30 11:16:01 5 0.02 0.00 0.03 0.00 0.00 99.95 11:29:30 11:16:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:16:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:17:01 all 0.02 0.00 0.01 0.00 0.01 99.96 11:29:30 11:17:01 0 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 11:17:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 11:17:01 2 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 11:17:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 11:17:01 4 0.03 0.00 0.02 0.02 0.02 99.92 11:29:30 11:17:01 5 0.03 0.00 0.03 0.00 0.02 99.92 11:29:30 11:17:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 11:17:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 11:18:01 all 0.00 0.00 0.01 0.00 0.01 99.97 11:29:30 11:18:01 0 0.00 0.00 0.00 0.02 0.02 99.97 11:29:30 11:18:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:18:01 2 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 11:18:01 3 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 11:18:01 4 0.03 0.00 0.03 0.02 0.02 99.90 11:29:30 11:18:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 11:18:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:18:01 7 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 11:19:01 all 0.03 0.00 0.01 0.00 0.01 99.96 11:29:30 11:19:01 0 0.05 0.00 0.02 0.02 0.00 99.92 11:29:30 11:19:01 1 0.00 0.00 0.00 0.00 0.02 99.98 11:29:30 11:19:01 2 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 11:19:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:19:01 4 0.07 0.00 0.02 0.00 0.02 99.90 11:29:30 11:19:01 5 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 11:19:01 6 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 11:19:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 11:20:01 all 0.01 0.00 0.02 0.00 0.00 99.97 11:29:30 11:20:01 0 0.02 0.00 0.05 0.00 0.02 99.92 11:29:30 11:20:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:20:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 11:20:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:20:01 4 0.03 0.00 0.05 0.02 0.02 99.88 11:29:30 11:20:01 5 0.00 0.00 0.03 0.00 0.00 99.97 11:29:30 11:20:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:20:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:21:01 all 0.23 0.00 0.01 0.00 0.01 99.75 11:29:30 11:21:01 0 0.05 0.00 0.03 0.02 0.02 99.88 11:29:30 11:21:01 1 1.58 0.00 0.00 0.00 0.02 98.40 11:29:30 11:21:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 11:21:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 11:21:01 4 0.07 0.00 0.03 0.02 0.03 99.85 11:29:30 11:21:01 5 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 11:21:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:21:01 7 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 11:29:30 11:21:01 CPU %user %nice %system %iowait %steal %idle 11:29:30 11:22:01 all 0.27 0.00 0.01 0.00 0.01 99.71 11:29:30 11:22:01 0 0.05 0.00 0.03 0.00 0.00 99.92 11:29:30 11:22:01 1 1.97 0.00 0.02 0.00 0.00 98.01 11:29:30 11:22:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 11:22:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:22:01 4 0.05 0.00 0.03 0.00 0.02 99.90 11:29:30 11:22:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 11:22:01 6 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 11:22:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:23:01 all 0.21 0.00 0.03 0.00 0.01 99.75 11:29:30 11:23:01 0 0.03 0.00 0.05 0.02 0.02 99.88 11:29:30 11:23:01 1 1.53 0.00 0.10 0.00 0.00 98.37 11:29:30 11:23:01 2 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 11:23:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 11:23:01 4 0.03 0.00 0.03 0.02 0.02 99.90 11:29:30 11:23:01 5 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 11:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:23:01 7 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 11:24:01 all 0.01 0.00 0.01 0.00 0.01 99.97 11:29:30 11:24:01 0 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 11:24:01 1 0.00 0.00 0.02 0.00 0.02 99.97 11:29:30 11:24:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:24:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:24:01 4 0.02 0.00 0.05 0.02 0.03 99.88 11:29:30 11:24:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:29:30 11:24:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:24:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:25:01 all 0.03 0.00 0.01 0.00 0.00 99.95 11:29:30 11:25:01 0 0.03 0.00 0.02 0.02 0.02 99.92 11:29:30 11:25:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 11:25:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 11:25:01 3 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 11:25:01 4 0.05 0.00 0.03 0.00 0.02 99.90 11:29:30 11:25:01 5 0.05 0.00 0.02 0.00 0.00 99.93 11:29:30 11:25:01 6 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 11:25:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 11:26:01 all 0.01 0.00 0.01 0.00 0.00 99.97 11:29:30 11:26:01 0 0.02 0.00 0.00 0.02 0.00 99.97 11:29:30 11:26:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:26:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:26:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:26:01 4 0.07 0.00 0.03 0.02 0.02 99.87 11:29:30 11:26:01 5 0.00 0.00 0.03 0.00 0.00 99.97 11:29:30 11:26:01 6 0.00 0.00 0.02 0.00 0.00 99.98 11:29:30 11:26:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:27:01 all 0.03 0.00 0.01 0.00 0.01 99.94 11:29:30 11:27:01 0 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 11:27:01 1 0.02 0.00 0.00 0.00 0.02 99.97 11:29:30 11:27:01 2 0.02 0.00 0.00 0.02 0.02 99.95 11:29:30 11:27:01 3 0.03 0.00 0.02 0.00 0.00 99.95 11:29:30 11:27:01 4 0.08 0.00 0.05 0.02 0.03 99.82 11:29:30 11:27:01 5 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 11:27:01 6 0.02 0.00 0.02 0.00 0.02 99.95 11:29:30 11:27:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 11:28:01 all 0.01 0.00 0.01 0.00 0.00 99.97 11:29:30 11:28:01 0 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 11:28:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:28:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:28:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:28:01 4 0.05 0.00 0.02 0.02 0.02 99.90 11:29:30 11:28:01 5 0.00 0.00 0.05 0.00 0.00 99.95 11:29:30 11:28:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:28:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:29:30 11:29:01 all 0.03 0.00 0.01 0.00 0.01 99.95 11:29:30 11:29:01 0 0.02 0.00 0.02 0.02 0.00 99.95 11:29:30 11:29:01 1 0.03 0.00 0.00 0.00 0.02 99.95 11:29:30 11:29:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 11:29:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:29:30 11:29:01 4 0.05 0.00 0.03 0.00 0.03 99.88 11:29:30 11:29:01 5 0.03 0.00 0.02 0.00 0.02 99.93 11:29:30 11:29:01 6 0.02 0.00 0.03 0.00 0.02 99.93 11:29:30 11:29:01 7 0.03 0.00 0.00 0.00 0.00 99.97 11:29:30 Average: all 1.13 0.00 0.18 0.05 0.01 98.64 11:29:30 Average: 0 1.08 0.00 0.18 0.06 0.01 98.67 11:29:30 Average: 1 1.13 0.00 0.18 0.07 0.01 98.61 11:29:30 Average: 2 1.27 0.00 0.16 0.03 0.01 98.53 11:29:30 Average: 3 1.18 0.00 0.18 0.03 0.01 98.61 11:29:30 Average: 4 1.09 0.00 0.18 0.06 0.01 98.65 11:29:30 Average: 5 1.08 0.00 0.18 0.03 0.01 98.70 11:29:30 Average: 6 1.07 0.00 0.18 0.05 0.01 98.69 11:29:30 Average: 7 1.11 0.00 0.17 0.06 0.01 98.66 11:29:30 11:29:30 11:29:30