Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 9304f160789e41c5c58b4be9994841ed5e82e09f 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-ssh155080974032051431.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-ssh5402963584518570407.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-ssh682413932673494975.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-ssh2305696402182071035.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-ssh2977765987733848532.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-3628 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/857 [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/857 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 9304f160789e41c5c58b4be9994841ed5e82e09f (main) Commit message: "fix: CoreData apply default retention policy to none autoEvent (#5189)" > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9304f160789e41c5c58b4be9994841ed5e82e09f # timeout=10 > git rev-list --no-walk 82c539f34f6a916b913fe300897188a5ee0c39b9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:23:43 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:23:43 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:23:43 ========================================================= 10:23:43 EdgeX Global Pipelines Version Info 10:23:43 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:23:44 ------------------- 10:23:44 stable info: 10:23:44 ------------------- 10:23:44 Commited By: Ginny Guan ginny@iotechsys.com 10:23:44 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 10:23:44 Message: update stable to v1.0.274 10:23:44 ------------------- 10:23:44 experimental info: 10:23:44 ------------------- 10:23:44 Commited By: **** collab-it+edgex@linuxfoundation.org 10:23:44 Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 10:23:44 Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:23:44 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 10:23:44 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 10:23:44 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:23:44 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:23:44 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:23:44 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 10:23:44 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 10:23:44 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 10:23:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 10:23:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 10:23:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:23:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:23:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 10:23:45 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:23:45 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:23:45 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:23:45 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:23:45 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:23:45 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 10:23:45 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 10:23:45 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:23:45 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 10:23:45 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 10:23:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 10:23:45 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 10:23:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 10:23:45 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] echo 10:23:45 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9304f16 [Pipeline] echo 10:23:45 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:23:45 provisioning config files... 10:23:45 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/857@tmp/config14309729859106680216tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:23:45 ---> ****-login.sh 10:23:45 nexus3.edgexfoundry.org:10001 10:23:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:23:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:23:46 Configure a credential helper to remove this warning. See 10:23:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:23:46 10:23:46 Login Succeeded 10:23:46 nexus3.edgexfoundry.org:10002 10:23:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:23:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:23:46 Configure a credential helper to remove this warning. See 10:23:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:23:46 10:23:46 Login Succeeded 10:23:46 nexus3.edgexfoundry.org:10003 10:23:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:23:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:23:46 Configure a credential helper to remove this warning. See 10:23:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:23:46 10:23:46 Login Succeeded 10:23:46 nexus3.edgexfoundry.org:10004 10:23:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:23:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:23:46 Configure a credential helper to remove this warning. See 10:23:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:23:46 10:23:46 Login Succeeded 10:23:46 ****.io 10:23:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:23:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:23:46 Configure a credential helper to remove this warning. See 10:23:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:23:46 10:23:46 Login Succeeded 10:23:46 ---> ****-login.sh ends [Pipeline] } 10:23:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:23:47 + 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 10:23:47 + dirname cmd/core-command/Dockerfile 10:23:47 + cut -d/ -f2 10:23:47 + echo core-command,cmd/core-command/Dockerfile 10:23:47 + dirname cmd/core-common-config-bootstrapper/Dockerfile 10:23:47 + cut -d/ -f2 10:23:47 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 10:23:47 + dirname cmd/core-data/Dockerfile 10:23:47 + cut -d/ -f2 10:23:47 + echo core-data,cmd/core-data/Dockerfile 10:23:47 + dirname cmd/core-keeper/Dockerfile 10:23:47 + cut -d/ -f2 10:23:47 + echo core-keeper,cmd/core-keeper/Dockerfile 10:23:47 + dirname cmd/core-metadata/Dockerfile 10:23:47 + cut -d/ -f2 10:23:47 + echo core-metadata,cmd/core-metadata/Dockerfile 10:23:47 + dirname cmd/security-bootstrapper/Dockerfile 10:23:47 + cut -d/ -f2 10:23:47 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 10:23:47 + dirname cmd/security-proxy-auth/Dockerfile 10:23:47 + cut -d/ -f2 10:23:47 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 10:23:47 + + cutdirname -d/ cmd/security-proxy-setup/Dockerfile -f2 10:23:47 10:23:47 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 10:23:47 + dirname cmd/security-secretstore-setup/Dockerfile 10:23:47 + cut -d/ -f2 10:23:47 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 10:23:47 + dirname cmd/security-spiffe-token-provider/Dockerfile 10:23:47 + cut -d/ -f2 10:23:47 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 10:23:47 + dirname cmd/security-spire-agent/Dockerfile 10:23:47 + cut -d/ -f2 10:23:47 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 10:23:47 + dirname cmd/security-spire-config/Dockerfile 10:23:47 + cut -d/ -f2 10:23:47 + echo security-spire-config,cmd/security-spire-config/Dockerfile 10:23:47 + dirname cmd/security-spire-server/Dockerfile 10:23:47 + cut -d/ -f2 10:23:47 + echo security-spire-server,cmd/security-spire-server/Dockerfile 10:23:47 + dirname cmd/support-notifications/Dockerfile 10:23:47 + cut -d/ -f2 10:23:47 + echo support-notifications,cmd/support-notifications/Dockerfile 10:23:47 + dirname cmd/support-scheduler/Dockerfile 10:23:47 + cut -d/ -f2 10:23:47 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 10:23:47 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 10:23:47 + git rev-list -1 --merges 9304f160789e41c5c58b4be9994841ed5e82e09f~1..9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] echo 10:23:47 -----------> git rev-list -1 --merges 9304f160789e41c5c58b4be9994841ed5e82e09f~1..9304f160789e41c5c58b4be9994841ed5e82e09f 9304f160789e41c5c58b4be9994841ed5e82e09f [false] [Pipeline] sh 10:23:47 + git log --format=format:%s -1 9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] echo 10:23:47 ========================================================= 10:23:47 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 10:23:47 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 10:23:48 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:23:48 + grep -v github /etc/ssh/ssh_known_hosts 10:23:48 + [ -e /tmp/ssh_known_hosts ] 10:23:48 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 10:23:48 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 10:23:48 + sudo tee -a /etc/ssh/ssh_known_hosts 10:23:48 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:23:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:23:48 10:23:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:23:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:23:49 0.1.4: Pulling from edgex-devops/py-git-semver 10:23:49 3dae71ba6b94: Pulling fs layer 10:23:49 6bf1a483ea7c: Pulling fs layer 10:23:49 f5dfc541a4d3: Pulling fs layer 10:23:49 461d9e800cba: Pulling fs layer 10:23:49 80192f66455f: Pulling fs layer 10:23:49 2e8e34ca0e6c: Pulling fs layer 10:23:49 a29436f7fd5d: Pulling fs layer 10:23:49 923cac83aea3: Pulling fs layer 10:23:49 25ad8b0a4227: Pulling fs layer 10:23:49 db01528c6b51: Pulling fs layer 10:23:49 28988de357af: Pulling fs layer 10:23:49 a29436f7fd5d: Waiting 10:23:49 923cac83aea3: Waiting 10:23:49 25ad8b0a4227: Waiting 10:23:49 461d9e800cba: Waiting 10:23:49 db01528c6b51: Waiting 10:23:49 28988de357af: Waiting 10:23:49 80192f66455f: Waiting 10:23:49 2e8e34ca0e6c: Waiting 10:23:49 6bf1a483ea7c: Verifying Checksum 10:23:49 6bf1a483ea7c: Download complete 10:23:49 80192f66455f: Verifying Checksum 10:23:49 80192f66455f: Download complete 10:23:49 f5dfc541a4d3: Verifying Checksum 10:23:49 f5dfc541a4d3: Download complete 10:23:49 3dae71ba6b94: Verifying Checksum 10:23:49 3dae71ba6b94: Download complete 10:23:49 923cac83aea3: Verifying Checksum 10:23:49 923cac83aea3: Download complete 10:23:49 25ad8b0a4227: Verifying Checksum 10:23:49 25ad8b0a4227: Download complete 10:23:49 db01528c6b51: Download complete 10:23:49 28988de357af: Verifying Checksum 10:23:49 28988de357af: Download complete 10:23:49 a29436f7fd5d: Verifying Checksum 10:23:49 a29436f7fd5d: Download complete 10:23:50 2e8e34ca0e6c: Verifying Checksum 10:23:50 2e8e34ca0e6c: Download complete 10:23:50 3dae71ba6b94: Pull complete 10:23:50 6bf1a483ea7c: Pull complete 10:23:51 f5dfc541a4d3: Pull complete 10:23:51 461d9e800cba: Pull complete 10:23:51 80192f66455f: Pull complete 10:23:54 2e8e34ca0e6c: Pull complete 10:23:55 a29436f7fd5d: Pull complete 10:23:55 923cac83aea3: Pull complete 10:23:55 25ad8b0a4227: Pull complete 10:23:55 db01528c6b51: Pull complete 10:23:55 28988de357af: Pull complete 10:23:55 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 10:23:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:23:55 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:23:55 prd-ubuntu20.04-docker-8c-8g-3628 does not seem to be running inside a container 10:23:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/857 -v /w/workspace/edgex-go/857:/w/workspace/edgex-go/857:rw,z -v /w/workspace/edgex-go/857@tmp:/w/workspace/edgex-go/857@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 10:23:58 $ docker top 7af475f9396984bad619cd225fa6bde43f7457a35bc14a35ef255879e8478d1a -eo pid,comm 10:23:58 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). 10:23:58 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:23:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:23:58 [ssh-agent] Looking for ssh-agent implementation... 10:23:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:23:58 $ docker exec 7af475f9396984bad619cd225fa6bde43f7457a35bc14a35ef255879e8478d1a ssh-agent 10:23:58 SSH_AUTH_SOCK=/tmp/ssh-SodnTSHAb0SI/agent.32 10:23:58 SSH_AGENT_PID=38 10:23:58 Running ssh-add (command line suppressed) 10:23:59 Identity added: /w/workspace/edgex-go/857@tmp/private_key_14125807358632831728.key (/w/workspace/edgex-go/857@tmp/private_key_14125807358632831728.key) 10:23:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:23:59 + git tag --points-at HEAD [Pipeline] } 10:23:59 $ docker exec --env ******** --env ******** 7af475f9396984bad619cd225fa6bde43f7457a35bc14a35ef255879e8478d1a ssh-agent -k 10:23:59 unset SSH_AUTH_SOCK; 10:23:59 unset SSH_AGENT_PID; 10:23:59 echo Agent pid 38 killed; 10:23:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:23:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:23:59 [ssh-agent] Looking for ssh-agent implementation... 10:23:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:23:59 $ docker exec 7af475f9396984bad619cd225fa6bde43f7457a35bc14a35ef255879e8478d1a ssh-agent 10:23:59 SSH_AUTH_SOCK=/tmp/ssh-1uKD97S7Weow/agent.71 10:23:59 SSH_AGENT_PID=77 10:23:59 Running ssh-add (command line suppressed) 10:23:59 Identity added: /w/workspace/edgex-go/857@tmp/private_key_17866185445794484119.key (/w/workspace/edgex-go/857@tmp/private_key_17866185445794484119.key) 10:23:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:24:00 + git semver init 10:24:00 2025-06-20 10:24:00,304 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 10:24:00 2025-06-20 10:24:00,309 [run_init] DEBUG init version:0.0.0 force:False 10:24:00 2025-06-20 10:24:00,310 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/857/.semver 10:24:00 2025-06-20 10:24:00,311 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/857/.semver 10:24:00 2025-06-20 10:24:00,311 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/857/.semver'], cwd=/w/workspace/edgex-go/857, stdin=None, shell=False, universal_newlines=False) 10:24:05 2025-06-20 10:24:05,416 [append_file] DEBUG append to file:/w/workspace/edgex-go/857/.git/info/exclude 10:24:05 2025-06-20 10:24:05,417 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/857/.semver/main with force:False 10:24:05 2025-06-20 10:24:05,417 [read_version] DEBUG read version from /w/workspace/edgex-go/857/.semver/main 10:24:05 2025-06-20 10:24:05,417 [read_version] DEBUG read version from /w/workspace/edgex-go/857/.semver/main 10:24:05 4.1.0-dev.26 [Pipeline] } 10:24:05 $ docker exec --env ******** --env ******** 7af475f9396984bad619cd225fa6bde43f7457a35bc14a35ef255879e8478d1a ssh-agent -k 10:24:05 unset SSH_AUTH_SOCK; 10:24:05 unset SSH_AGENT_PID; 10:24:05 echo Agent pid 77 killed; 10:24:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:24:06 + git semver [Pipeline] } 10:24:06 $ docker stop --time=1 7af475f9396984bad619cd225fa6bde43f7457a35bc14a35ef255879e8478d1a 10:24:07 $ docker rm -f --volumes 7af475f9396984bad619cd225fa6bde43f7457a35bc14a35ef255879e8478d1a [Pipeline] // withDockerContainer [Pipeline] sh 10:24:08 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:24:08 Stashed 1 file(s) [Pipeline] echo 10:24:08 [edgeXSemver]: initialized semver on version 4.1.0-dev.26 [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 10:24:08 + git config --global --add safe.directory /w/workspace/edgex-go/857 [Pipeline] echo 10:24:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 10:24:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 10:24:08 ========================================================= 10:24:08 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 10:24:08 ========================================================= [Pipeline] fileExists [Pipeline] sh 10:24:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 10:24:09 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 10:24:09 0a9a5dfd008f: Pulling fs layer 10:24:09 36466aa92d05: Pulling fs layer 10:24:09 e10405b45d13: Pulling fs layer 10:24:09 096b7ceb2af7: Pulling fs layer 10:24:09 4f4fb700ef54: Pulling fs layer 10:24:09 8213a616a21b: Pulling fs layer 10:24:09 985586143405: Pulling fs layer 10:24:09 0eae2285b678: Pulling fs layer 10:24:09 d3ac315be8c5: Pulling fs layer 10:24:09 4f4fb700ef54: Waiting 10:24:09 8213a616a21b: Waiting 10:24:09 985586143405: Waiting 10:24:09 0eae2285b678: Waiting 10:24:09 d3ac315be8c5: Waiting 10:24:09 096b7ceb2af7: Waiting 10:24:09 36466aa92d05: Verifying Checksum 10:24:09 36466aa92d05: Download complete 10:24:09 096b7ceb2af7: Verifying Checksum 10:24:09 096b7ceb2af7: Download complete 10:24:09 4f4fb700ef54: Verifying Checksum 10:24:09 4f4fb700ef54: Download complete 10:24:09 8213a616a21b: Verifying Checksum 10:24:09 8213a616a21b: Download complete 10:24:09 0a9a5dfd008f: Download complete 10:24:09 985586143405: Verifying Checksum 10:24:09 985586143405: Download complete 10:24:09 0a9a5dfd008f: Pull complete 10:24:09 36466aa92d05: Pull complete 10:24:09 d3ac315be8c5: Verifying Checksum 10:24:09 d3ac315be8c5: Download complete 10:24:09 e10405b45d13: Download complete 10:24:09 0eae2285b678: Verifying Checksum 10:24:09 0eae2285b678: Download complete 10:24:13 e10405b45d13: Pull complete 10:24:13 096b7ceb2af7: Pull complete 10:24:13 4f4fb700ef54: Pull complete 10:24:13 8213a616a21b: Pull complete 10:24:13 985586143405: Pull complete 10:24:16 0eae2285b678: Pull complete 10:24:16 d3ac315be8c5: Pull complete 10:24:16 Digest: sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 10:24:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 10:24:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh 10:24:16 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 10:24:16 WORKDIR /edgex 10:24:16 COPY go.mod . 10:24:16 RUN go mod download 10:24:16 + docker build -t ci-base-image-x86_64 -f - . 10:24:17 Sending build context to Docker daemon 185.9MB 10:24:17 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 10:24:17 ---> ea6120ae94a0 10:24:17 Step 2/4 : WORKDIR /edgex 10:24:20 ---> Running in a62ff3e170d6 10:24:20 Removing intermediate container a62ff3e170d6 10:24:20 ---> 70479202ed0e 10:24:20 Step 3/4 : COPY go.mod . 10:24:20 ---> 02f443fac243 10:24:20 Step 4/4 : RUN go mod download 10:24:20 ---> Running in 05f53054ab1e 10:24:23 Still waiting to schedule task 10:24:23 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 10:24:52 Removing intermediate container 05f53054ab1e 10:24:52 ---> 219cc8dc26ab 10:24:52 Successfully built 219cc8dc26ab 10:24:52 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:53 + docker inspect -f . ci-base-image-x86_64 10:24:53 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:24:53 prd-ubuntu20.04-docker-8c-8g-3628 does not seem to be running inside a container 10:24:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/857 -v /w/workspace/edgex-go/857:/w/workspace/edgex-go/857:rw,z -v /w/workspace/edgex-go/857@tmp:/w/workspace/edgex-go/857@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:24:53 $ docker top fa96340e9068b4c4782b52ae0eec9f21c2053de4a9dd9a733f5240fd1b6b81fe -eo pid,comm [Pipeline] { [Pipeline] sh 10:24:53 + go version 10:24:53 go version go1.23.9 linux/amd64 [Pipeline] } 10:24:53 $ docker stop --time=1 fa96340e9068b4c4782b52ae0eec9f21c2053de4a9dd9a733f5240fd1b6b81fe 10:24:55 $ docker rm -f --volumes fa96340e9068b4c4782b52ae0eec9f21c2053de4a9dd9a733f5240fd1b6b81fe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:24:55 + docker inspect -f . ci-base-image-x86_64 10:24:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:24:55 prd-ubuntu20.04-docker-8c-8g-3628 does not seem to be running inside a container 10:24:55 $ 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/857 -v /w/workspace/edgex-go/857:/w/workspace/edgex-go/857:rw,z -v /w/workspace/edgex-go/857@tmp:/w/workspace/edgex-go/857@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:24:56 $ docker top 10b6949361ef2f6c7762a30d2d5fcd505d2179b6014e32e7be8b3426671c7e3c -eo pid,comm [Pipeline] { [Pipeline] echo 10:24:56 ========================================================= 10:24:56 [edgeXBuildGoParallel] Running Tests and Build... 10:24:56 ========================================================= [Pipeline] sh 10:24:56 + git config --global --add safe.directory /w/workspace/edgex-go/857 [Pipeline] fileExists [Pipeline] sh 10:24:56 + make test 10:24:56 go test -race -coverprofile=coverage.out ./... 10:25:04 ? github.com/edgexfoundry/edgex-go [no test files] 10:25:31 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 10:25:31 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 10:25:31 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 10:25:31 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 10:25:31 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 10:25:31 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 10:25:31 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 10:25:31 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 10:25:31 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 10:25:31 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 10:25:31 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 10:25:31 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 10:25:31 ? github.com/edgexfoundry/edgex-go/internal [no test files] 10:25:31 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 10:25:31 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 10:25:31 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 10:25:31 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 10:25:31 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.029s coverage: 42.3% of statements 10:25:32 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 10:25:32 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 10:25:32 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 10:25:32 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 10:25:32 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.034s coverage: 97.0% of statements 10:25:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 10:25:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 10:25:33 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 10:25:33 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 10:25:33 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 10:25:33 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 10:25:33 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 10:25:33 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 10:25:33 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 10:25:33 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 10:25:35 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 10:25:35 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 10:25:35 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 10:25:35 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 10:25:35 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 10:25:35 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 10:25:36 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.046s coverage: 69.4% of statements 10:25:36 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.024s coverage: 3.5% of statements 10:25:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.061s coverage: 46.3% of statements 10:25:36 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 10:25:36 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 10:25:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.070s coverage: 93.4% of statements 10:25:36 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.044s coverage: 92.3% of statements 10:25:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.049s coverage: 8.4% of statements 10:25:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 10:25:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 10:25:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 10:25:38 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 10:25:38 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 10:25:38 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 10:25:38 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 10:25:38 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 10:25:38 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 10:25:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 10:25:38 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 10:25:38 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 10:25:38 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 10:25:38 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 10:25:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.389s coverage: 95.8% of statements 10:25:40 ok github.com/edgexfoundry/edgex-go/internal/io 1.028s coverage: 72.2% of statements 10:25:40 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements 10:25:40 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 10:25:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 10:25:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 10:25:40 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 10:25:40 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 10:25:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.043s coverage: 0.0% of statements [no tests to run] 10:25:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.043s coverage: 1.0% of statements 10:25:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.025s coverage: 38.1% of statements 10:25:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.014s coverage: 81.1% of statements 10:25:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.030s coverage: 40.0% of statements 10:25:42 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 10:25:42 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 10:25:42 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 10:25:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 10:25:43 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 10:25:43 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 10:25:43 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 10:25:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 2.026s coverage: 87.1% of statements 10:25:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.016s coverage: 94.1% of statements 10:25:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.041s coverage: 96.3% of statements 10:25:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.022s coverage: 87.5% of statements 10:25:44 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 10:25:44 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 10:25:44 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 10:25:44 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 10:25:44 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 10:25:44 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 10:25:44 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 10:25:45 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 10:25:45 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 10:25:45 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 10:25:47 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 10:25:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 10:25:49 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 10:25:49 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 10:25:49 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 10:25:49 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 10:25:53 github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements 10:25:54 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 10:25:54 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 10:25:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 10:25:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 10:25:54 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 10:25:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.029s coverage: 94.4% of statements 10:25:56 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 10:25:56 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 10:25:56 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 10:25:56 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 10:25:56 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 10:25:56 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 10:25:56 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 10:25:56 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 10:25:56 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 10:25:56 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 10:25:56 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 10:25:56 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 10:25:58 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 10:25:58 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 10:25:58 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 10:25:58 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 10:25:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 10:25:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 10:25:59 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 10:26:00 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 10:26:00 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 10:26:00 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 10:26:00 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 10:26:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 10:26:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 10:26:01 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 10:26:05 Running on prd-ubuntu20.04-docker-arm64-4c-16g-3630 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 10:26:05 Running in /w/workspace/edgex-go/857 [Pipeline] { [Pipeline] checkout 10:26:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.066s coverage: 92.9% of statements 10:26:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.024s coverage: 68.8% of statements 10:26:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.035s coverage: 62.3% of statements 10:26:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.022s coverage: 47.4% of statements 10:26:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.031s coverage: 87.2% of statements 10:26:06 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.020s coverage: 15.5% of statements 10:26:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.020s coverage: 100.0% of statements 10:26:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.084s coverage: 81.8% of statements 10:26:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.081s coverage: 82.1% of statements 10:26:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.024s coverage: 86.0% of statements 10:26:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.042s coverage: 6.8% of statements 10:26:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.044s coverage: 33.3% of statements 10:26:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.049s coverage: 100.0% of statements 10:26:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.193s coverage: 54.5% of statements 10:26:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.021s coverage: 89.4% of statements 10:26:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.013s coverage: 100.0% of statements 10:26:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.016s coverage: 73.7% of statements 10:26:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.016s coverage: 100.0% of statements 10:26:06 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.031s coverage: 88.6% of statements 10:26:06 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.026s coverage: 96.8% of statements 10:26:06 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.020s coverage: 100.0% of statements 10:26:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.170s coverage: 29.2% of statements 10:26:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.024s coverage: 93.8% of statements 10:26:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.022s coverage: 3.1% of statements 10:26:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.028s coverage: 76.2% of statements 10:26:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.024s coverage: 54.0% of statements 10:26:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.061s coverage: 17.0% of statements 10:26:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.143s coverage: 94.9% of statements 10:26:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.031s coverage: 9.0% of statements 10:26:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.066s coverage: 97.7% of statements 10:26:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.031s coverage: 43.6% of statements 10:26:06 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 10:26:07 running golangci-lint 10:26:07 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 10:26:07 go version go1.23.9 linux/amd64 10:26:07 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 10:26:07 level=info msg="[config_reader] Used config file .golangci.yml" 10:26:07 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 10:26:08 The recommended git tool is: git 10:26:12 using credential edgex-jenkins-ssh 10:26:12 Cloning the remote Git repository 10:26:12 Cloning repository git@github.com:edgexfoundry/edgex-go.git 10:26:12 > git init /w/workspace/edgex-go/857 # timeout=10 10:26:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:26:13 > git --version # timeout=10 10:26:13 > git --version # 'git version 2.25.1' 10:26:13 using GIT_SSH to set credentials SSH Credentials for GitHub 10:26:13 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:26:29 level=info msg="[loader] Go packages loading at mode 575 (deps|exports_file|compiled_files|files|imports|name|types_sizes) took 20.960593695s" 10:26:29 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 57.646133ms" 10:26:31 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:26:31 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:26:32 Avoid second fetch 10:26:32 Checking out Revision 9304f160789e41c5c58b4be9994841ed5e82e09f (main) 10:26:33 Commit message: "fix: CoreData apply default retention policy to none autoEvent (#5189)" 10:26:32 > git config core.sparsecheckout # timeout=10 10:26:32 > git checkout -f 9304f160789e41c5c58b4be9994841ed5e82e09f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:26:38 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 10:26:38 % Total % Received % Xferd Average Speed Time Time Time Current 10:26:38 Dload Upload Total Spent Left Speed 10:26:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 106k 0 --:--:-- --:--:-- --:--:-- 106k [Pipeline] sh 10:26:38 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 10:26:39 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 10:26:39 + sudo tee /etc/docker/daemon.new 10:26:39 { 10:26:39 "registry-mirrors": [ 10:26:39 "https://nexus3.edgexfoundry.org:10001" 10:26:39 ], 10:26:39 "bip": "10.250.0.254/24", 10:26:39 "hosts": [ 10:26:39 "tcp://0.0.0.0:5555", 10:26:39 "unix:///var/run/docker.sock" 10:26:39 ], 10:26:39 "mtu": 1458, 10:26:39 "selinux-enabled": true, 10:26:39 "seccomp-profile": "/etc/docker/seccomp.json" 10:26:39 } [Pipeline] sh 10:26:39 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 10:26:39 + sudo service docker restart 10:26:44 level=info msg="[linters_context/goanalysis] analyzers took 1m51.034410748s with top 10 stages: buildir: 1m8.626927633s, gosec: 4.738443339s, inspect: 3.101107047s, fact_deprecated: 2.742090248s, printf: 2.225837433s, fact_purity: 1.71744629s, ctrlflow: 1.635651056s, S1038: 1.342760266s, nilness: 1.232647944s, ineffassign: 1.146002708s" 10:26:44 level=info msg="[runner] Issues before processing: 202, after processing: 0" 10:26:44 level=info msg="[runner] Processors filtering stat (in/out): identifier_marker: 202/202, exclude-rules: 202/20, cgo: 202/202, path_prettifier: 202/202, skip_dirs: 202/202, exclude: 202/202, filename_unadjuster: 202/202, skip_files: 202/202, autogenerated_exclude: 202/202, nolint: 20/0, invalid_issue: 202/202" 10:26:44 level=info msg="[runner] processing took 18.001605ms with stages: nolint: 7.896258ms, identifier_marker: 4.001885ms, path_prettifier: 2.115468ms, skip_dirs: 1.516403ms, exclude-rules: 1.469052ms, autogenerated_exclude: 901.018µs, cgo: 50.201µs, invalid_issue: 29.61µs, filename_unadjuster: 14.19µs, max_same_issues: 2.32µs, uniq_by_line: 720ns, fixer: 670ns, diff: 610ns, max_from_linter: 590ns, sort_results: 540ns, skip_files: 420ns, source_code: 410ns, severity-rules: 360ns, path_shortener: 330ns, exclude: 320ns, max_per_file_from_linter: 120ns, path_prefixer: 110ns" 10:26:44 level=info msg="[runner] linters took 14.383870125s with stages: goanalysis_metalinter: 14.365732299s" 10:26:44 level=info msg="File cache stats: 0 entries of total size 0B" 10:26:44 level=info msg="Memory: 356 samples, avg is 345.0MB, max is 1302.7MB" 10:26:44 level=info msg="Execution took 35.410403165s" 10:26:44 go vet ./... 10:26:50 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 10:26:50 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 10:26:50 ./bin/test-attribution-txt.sh 10:26:50 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 10:26:50 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [Pipeline] echo 10:26:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 10:26:51 + ls -al . 10:26:51 total 1996 10:26:51 drwxrwxr-x 11 1001 1001 4096 Jun 20 10:24 . 10:26:51 drwxr-xr-x 4 root root 4096 Jun 20 10:24 .. 10:26:51 drwxrwxr-x 2 1001 1001 4096 Jun 20 10:23 .blubracket 10:26:51 -rw-rw-r-- 1 1001 1001 10 Jun 20 10:23 .dockerignore 10:26:51 drwxrwxr-x 8 1001 1001 4096 Jun 20 10:26 .git 10:26:51 drwxrwxr-x 3 1001 1001 4096 Jun 20 10:23 .github 10:26:51 -rw-rw-r-- 1 1001 1001 909 Jun 20 10:23 .gitignore 10:26:51 -rw-rw-r-- 1 1001 1001 218 Jun 20 10:23 .golangci.yml 10:26:51 -rw-rw-r-- 1 1001 1001 100 Jun 20 10:23 .hadolint.yml 10:26:51 drwxr-xr-x 3 1001 1001 4096 Jun 20 10:24 .semver 10:26:51 -rw-rw-r-- 1 1001 1001 155 Jun 20 10:23 .sonarcloud.properties 10:26:51 -rw-rw-r-- 1 1001 1001 1171 Jun 20 10:23 ADOPTERS.md 10:26:51 -rw-rw-r-- 1 1001 1001 17374 Jun 20 10:23 Attribution.txt 10:26:51 -rw-rw-r-- 1 1001 1001 108018 Jun 20 10:23 CHANGELOG.md 10:26:51 -rw-rw-r-- 1 1001 1001 3804 Jun 20 10:23 CONTRIBUTING.md 10:26:51 -rw-rw-r-- 1 1001 1001 677 Jun 20 10:23 GOVERNANCE.md 10:26:51 -rw-rw-r-- 1 1001 1001 858 Jun 20 10:23 Jenkinsfile 10:26:51 -rw-rw-r-- 1 1001 1001 10775 Jun 20 10:23 LICENSE 10:26:51 -rw-rw-r-- 1 1001 1001 16740 Jun 20 10:23 Makefile 10:26:51 -rw-rw-r-- 1 1001 1001 582 Jun 20 10:23 OWNERS.md 10:26:51 -rw-rw-r-- 1 1001 1001 9932 Jun 20 10:23 README.md 10:26:51 -rw-rw-r-- 1 1001 1001 789 Jun 20 10:23 SECURITY.md 10:26:51 -rw-rw-r-- 1 1001 1001 12 Jun 20 10:24 VERSION 10:26:51 drwxrwxr-x 2 1001 1001 4096 Jun 20 10:23 bin 10:26:51 drwxrwxr-x 19 1001 1001 4096 Jun 20 10:23 cmd 10:26:51 -rw-r--r-- 1 root root 1665452 Jun 20 10:26 coverage.out 10:26:51 drwxrwxr-x 2 1001 1001 4096 Jun 20 10:23 fuzz_test 10:26:51 -rw-rw-r-- 1 1001 1001 6474 Jun 20 10:23 go.mod 10:26:51 -rw-rw-r-- 1 1001 1001 88008 Jun 20 10:23 go.sum 10:26:51 drwxrwxr-x 7 1001 1001 4096 Jun 20 10:23 internal 10:26:51 drwxrwxr-x 2 1001 1001 4096 Jun 20 10:23 openapi 10:26:51 -rw-rw-r-- 1 1001 1001 584 Jun 20 10:23 security.txt 10:26:51 -rw-rw-r-- 1 1001 1001 204 Jun 20 10:23 version.go [Pipeline] sh 10:26:51 + '[' -e coverage.out ] 10:26:51 + chown 1001:1001 coverage.out [Pipeline] stash 10:26:51 Stashed 1 file(s) [Pipeline] sh 10:26:51 + make build 10:26:51 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:26:57 provisioning config files... 10:26:57 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/857@tmp/config2426301010864495872tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:26:58 ---> ****-login.sh 10:26:58 nexus3.edgexfoundry.org:10001 10:26:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:26:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:26:58 Configure a credential helper to remove this warning. See 10:26:58 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:26:58 10:26:58 Login Succeeded 10:26:58 nexus3.edgexfoundry.org:10002 10:26:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:26:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:26:59 Configure a credential helper to remove this warning. See 10:26:59 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:26:59 10:26:59 Login Succeeded 10:26:59 nexus3.edgexfoundry.org:10003 10:26:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:26:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:26:59 Configure a credential helper to remove this warning. See 10:26:59 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:26:59 10:26:59 Login Succeeded 10:26:59 nexus3.edgexfoundry.org:10004 10:27:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:27:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:27:00 Configure a credential helper to remove this warning. See 10:27:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:27:00 10:27:00 Login Succeeded 10:27:00 ****.io 10:27:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:27:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:27:00 Configure a credential helper to remove this warning. See 10:27:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:27:00 10:27:00 Login Succeeded 10:27:00 ---> ****-login.sh ends [Pipeline] } 10:27:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 10:27:01 + git config --global --add safe.directory /w/workspace/edgex-go/857 [Pipeline] echo 10:27:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 10:27:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 10:27:01 ========================================================= 10:27:01 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 10:27:01 ========================================================= [Pipeline] fileExists [Pipeline] sh 10:27:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 10:27:01 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:27:01 94e9d8af2201: Pulling fs layer 10:27:01 a6c56e8762df: Pulling fs layer 10:27:01 f0f3c8884826: Pulling fs layer 10:27:01 c7e7622c144d: Pulling fs layer 10:27:01 4f4fb700ef54: Pulling fs layer 10:27:01 e8859aadc426: Pulling fs layer 10:27:01 b4813487a9f6: Pulling fs layer 10:27:01 502a3d64fb4b: Pulling fs layer 10:27:01 c7e7622c144d: Waiting 10:27:01 4f4fb700ef54: Waiting 10:27:01 b4813487a9f6: Waiting 10:27:01 a6c56e8762df: Verifying Checksum 10:27:01 a6c56e8762df: Download complete 10:27:01 c7e7622c144d: Verifying Checksum 10:27:01 c7e7622c144d: Download complete 10:27:01 4f4fb700ef54: Verifying Checksum 10:27:01 4f4fb700ef54: Download complete 10:27:01 e8859aadc426: Verifying Checksum 10:27:01 e8859aadc426: Download complete 10:27:01 94e9d8af2201: Verifying Checksum 10:27:01 94e9d8af2201: Download complete 10:27:02 502a3d64fb4b: Verifying Checksum 10:27:02 502a3d64fb4b: Download complete 10:27:02 94e9d8af2201: Pull complete 10:27:03 a6c56e8762df: Pull complete 10:27:03 f0f3c8884826: Verifying Checksum 10:27:03 f0f3c8884826: Download complete 10:27:04 b4813487a9f6: Verifying Checksum 10:27:04 b4813487a9f6: Download complete 10:27:18 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:27:18 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 10:27:19 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 10:27:19 f0f3c8884826: Pull complete 10:27:19 c7e7622c144d: Pull complete 10:27:19 4f4fb700ef54: Pull complete 10:27:19 e8859aadc426: Pull complete 10:27:19 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 10:27:21 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:27:26 b4813487a9f6: Pull complete 10:27:26 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:27:28 502a3d64fb4b: Pull complete 10:27:28 Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde 10:27:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 10:27:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh 10:27:28 + + dockerecho build FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 10:27:28 WORKDIR /edgex 10:27:28 COPY go.mod . 10:27:28 RUN go mod download -t 10:27:28 ci-base-image-arm64 -f - . 10:27:29 Sending build context to Docker daemon 3.704MB 10:27:29 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 10:27:29 ---> 3bb21d53e231 10:27:29 Step 2/4 : WORKDIR /edgex 10:27:29 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 10:27:31 ---> Running in 706945cb70f8 10:27:31 Removing intermediate container 706945cb70f8 10:27:31 ---> e9c15e6a049f 10:27:31 Step 3/4 : COPY go.mod . 10:27:31 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:27:31 ---> 2a08efb911a8 10:27:31 Step 4/4 : RUN go mod download 10:27:31 ---> Running in 61d44e3318f8 10:27:33 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:27:35 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 10:27:36 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:27:37 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 10:27:38 $ docker stop --time=1 10b6949361ef2f6c7762a30d2d5fcd505d2179b6014e32e7be8b3426671c7e3c 10:27:42 $ docker rm -f --volumes 10b6949361ef2f6c7762a30d2d5fcd505d2179b6014e32e7be8b3426671c7e3c [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 10:27:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:27:44 10:27:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:27:44 latest: Pulling from edgex-devops/edgex-compose 10:27:44 91d30c5bc195: Pulling fs layer 10:27:44 2e9b0aa3be6d: Pulling fs layer 10:27:44 9c61dcf015f6: Pulling fs layer 10:27:44 4698f68db338: Pulling fs layer 10:27:44 2a2f49069b9e: Pulling fs layer 10:27:44 e0025b399a48: Pulling fs layer 10:27:44 4698f68db338: Waiting 10:27:44 2a2f49069b9e: Waiting 10:27:44 e0025b399a48: Waiting 10:27:44 91d30c5bc195: Download complete 10:27:44 4698f68db338: Verifying Checksum 10:27:44 4698f68db338: Download complete 10:27:44 91d30c5bc195: Pull complete 10:27:44 2e9b0aa3be6d: Verifying Checksum 10:27:44 2e9b0aa3be6d: Download complete 10:27:44 e0025b399a48: Download complete 10:27:44 2a2f49069b9e: Download complete 10:27:44 2e9b0aa3be6d: Pull complete 10:27:45 9c61dcf015f6: Verifying Checksum 10:27:45 9c61dcf015f6: Download complete 10:27:47 9c61dcf015f6: Pull complete 10:27:47 4698f68db338: Pull complete 10:27:47 2a2f49069b9e: Pull complete 10:27:47 e0025b399a48: Pull complete 10:27:47 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 10:27:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:27:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:27:48 prd-ubuntu20.04-docker-8c-8g-3628 does not seem to be running inside a container 10:27:48 $ 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/857 -v /w/workspace/edgex-go/857:/w/workspace/edgex-go/857:rw,z -v /w/workspace/edgex-go/857@tmp:/w/workspace/edgex-go/857@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 10:27:49 $ docker top e0195ba5104525b213334018f3bdf43e7a3c84951f2331279501278a3a0c59c5 -eo pid,comm [Pipeline] { [Pipeline] sh 10:27:50 + docker compose -f ./docker-compose-build.yml build --parallel 10:27:52 #1 [support-scheduler internal] load build definition from Dockerfile 10:27:52 #1 transferring dockerfile: 1.83kB done 10:27:52 #1 DONE 0.1s 10:27:52 10:27:52 #2 [core-keeper internal] load build definition from Dockerfile 10:27:52 #2 DONE 0.0s 10:27:52 10:27:52 #3 [core-data internal] load build definition from Dockerfile 10:27:52 #3 ... 10:27:52 10:27:52 #4 [core-metadata internal] load build definition from Dockerfile 10:27:52 #4 transferring dockerfile: 2.10kB done 10:27:52 #4 DONE 0.1s 10:27:52 10:27:52 #3 [core-data internal] load build definition from Dockerfile 10:27:52 #3 transferring dockerfile: 2.04kB done 10:27:52 #3 DONE 0.2s 10:27:52 10:27:52 #5 [security-spire-server internal] load build definition from Dockerfile 10:27:52 #5 transferring dockerfile: 1.70kB done 10:27:52 #5 DONE 0.2s 10:27:52 10:27:52 #2 [core-keeper internal] load build definition from Dockerfile 10:27:52 #2 transferring dockerfile: 2.01kB done 10:27:52 #2 DONE 0.2s 10:27:52 10:27:52 #6 [support-scheduler internal] load .dockerignore 10:27:52 #6 transferring context: 50B done 10:27:53 #6 ... 10:27:53 10:27:53 #7 [security-proxy-auth internal] load build definition from Dockerfile 10:27:53 #7 transferring dockerfile: 2.14kB done 10:27:53 #7 DONE 0.6s 10:27:53 10:27:53 #8 [security-spire-agent internal] load build definition from Dockerfile 10:27:53 #8 transferring dockerfile: 1.81kB done 10:27:53 #8 DONE 0.8s 10:27:53 10:27:53 #9 [support-notifications internal] load build definition from Dockerfile 10:27:53 #9 transferring dockerfile: 2.00kB done 10:27:53 #9 DONE 0.8s 10:27:53 10:27:53 #10 [core-common-config-bootstrapper internal] load build definition from Dockerfile 10:27:53 #10 transferring dockerfile: 2.23kB done 10:27:53 #10 DONE 0.8s 10:27:53 10:27:53 #11 [core-command internal] load build definition from Dockerfile 10:27:53 #11 transferring dockerfile: 1.94kB done 10:27:53 #11 DONE 0.8s 10:27:53 10:27:53 #12 [security-proxy-setup internal] load build definition from Dockerfile 10:27:53 #12 transferring dockerfile: 2.50kB done 10:27:53 #12 DONE 0.9s 10:27:53 10:27:53 #13 [security-spire-config internal] load build definition from Dockerfile 10:27:53 #13 transferring dockerfile: 1.69kB done 10:27:53 #13 DONE 0.8s 10:27:53 10:27:53 #6 [support-scheduler internal] load .dockerignore 10:27:53 #6 DONE 0.8s 10:27:53 10:27:53 #14 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 10:27:53 #14 ... 10:27:53 10:27:53 #15 [security-spiffe-token-provider internal] load build definition from Dockerfile 10:27:53 #15 transferring dockerfile: 1.89kB done 10:27:53 #15 DONE 0.9s 10:27:53 10:27:53 #16 [security-secretstore-setup internal] load build definition from Dockerfile 10:27:53 #16 transferring dockerfile: 2.49kB done 10:27:53 #16 DONE 0.9s 10:27:53 10:27:53 #17 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 10:27:53 #17 DONE 0.0s 10:27:53 10:27:53 #18 [security-bootstrapper internal] load build definition from Dockerfile 10:27:53 #18 transferring dockerfile: 3.02kB done 10:27:53 #18 DONE 1.1s 10:27:53 10:27:53 #14 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 10:27:53 #14 DONE 0.2s 10:27:53 10:27:53 #19 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 10:27:53 #19 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 10:27:53 #19 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 10:27:53 #19 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 10:27:53 #19 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 10:27:53 #19 ... 10:27:53 10:27:53 #20 [core-metadata internal] load .dockerignore 10:27:53 #20 transferring context: 50B done 10:27:53 #20 DONE 1.0s 10:27:53 10:27:53 #21 [core-data internal] load .dockerignore 10:27:53 #21 transferring context: 50B done 10:27:53 #21 DONE 1.0s 10:27:53 10:27:53 #22 [security-spire-server internal] load .dockerignore 10:27:53 #22 transferring context: 50B done 10:27:53 #22 DONE 1.0s 10:27:53 10:27:53 #17 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 10:27:53 #17 DONE 0.0s 10:27:53 10:27:53 #23 [support-notifications internal] load .dockerignore 10:27:53 #23 transferring context: 50B done 10:27:53 #23 DONE 1.0s 10:27:53 10:27:53 #24 [security-bootstrapper internal] load .dockerignore 10:27:53 #24 transferring context: 50B done 10:27:53 #24 DONE 1.0s 10:27:53 10:27:53 #17 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 10:27:53 #17 DONE 0.0s 10:27:53 10:27:53 #25 [core-keeper internal] load .dockerignore 10:27:53 #25 transferring context: 50B done 10:27:53 #25 DONE 1.1s 10:27:53 10:27:53 #14 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 10:27:53 #14 DONE 0.3s 10:27:53 10:27:53 #26 [support-notifications internal] load build context 10:27:54 #26 ... 10:27:54 10:27:54 #17 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 10:27:54 #17 DONE 0.0s 10:27:54 10:27:54 #14 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 10:27:54 #14 DONE 0.4s 10:27:54 10:27:54 #19 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 10:27:54 #19 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 10:27:54 #19 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 10:27:54 #19 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 10:27:54 #19 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 10:27:54 #19 ... 10:27:54 10:27:54 #27 [security-spire-config internal] load .dockerignore 10:27:54 #27 transferring context: 50B done 10:27:54 #27 DONE 1.4s 10:27:54 10:27:54 #28 [security-secretstore-setup internal] load .dockerignore 10:27:54 #28 transferring context: 50B done 10:27:54 #28 DONE 1.3s 10:27:54 10:27:54 #29 [core-common-config-bootstrapper internal] load .dockerignore 10:27:54 #29 transferring context: 50B done 10:27:54 #29 DONE 1.4s 10:27:54 10:27:54 #17 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 10:27:54 #17 DONE 0.0s 10:27:54 10:27:54 #30 [security-spiffe-token-provider internal] load .dockerignore 10:27:54 #30 transferring context: 50B done 10:27:54 #30 DONE 1.4s 10:27:54 10:27:54 #31 [core-command internal] load .dockerignore 10:27:54 #31 transferring context: 50B done 10:27:54 #31 DONE 1.5s 10:27:54 10:27:54 #32 [security-proxy-auth internal] load .dockerignore 10:27:54 #32 transferring context: 50B done 10:27:54 #32 DONE 1.5s 10:27:54 10:27:54 #17 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 10:27:54 #17 DONE 0.0s 10:27:54 10:27:54 #33 [security-spire-agent internal] load .dockerignore 10:27:54 #33 transferring context: 50B done 10:27:54 #33 DONE 1.6s 10:27:54 10:27:54 #34 [security-proxy-setup internal] load .dockerignore 10:27:54 #34 transferring context: 50B done 10:27:54 #34 DONE 1.7s 10:27:54 10:27:54 #35 [core-command internal] load build context 10:27:54 #35 ... 10:27:54 10:27:54 #17 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 10:27:54 #17 DONE 0.0s 10:27:54 10:27:54 #19 [security-proxy-auth stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 10:27:54 #19 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 10:27:54 #19 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 10:27:54 #19 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 10:27:54 #19 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 10:27:54 #19 DONE 1.2s 10:27:54 10:27:54 #35 [core-command internal] load build context 10:27:54 #35 ... 10:27:54 10:27:54 #36 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 10:27:54 #36 DONE 0.9s 10:27:54 10:27:54 #19 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 10:27:54 #19 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 10:27:54 #19 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 10:27:54 #19 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 10:27:54 #19 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 10:27:54 #19 DONE 1.2s 10:27:54 10:27:54 #35 [core-command internal] load build context 10:27:54 #35 ... 10:27:54 10:27:54 #14 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 10:27:54 #14 DONE 0.9s 10:27:54 10:27:54 #19 [security-proxy-setup stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 10:27:54 #19 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 10:27:54 #19 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 10:27:54 #19 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 10:27:54 #19 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 10:27:54 #19 DONE 1.2s 10:27:54 10:27:54 #35 [core-command internal] load build context 10:27:55 #35 ... 10:27:55 10:27:55 #19 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 10:27:55 #19 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 10:27:55 #19 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 10:27:55 #19 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 10:27:55 #19 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 10:27:55 #19 DONE 1.2s 10:27:55 10:27:55 #37 [security-spire-config internal] load build context 10:27:55 #37 transferring context: 22.05kB 0.0s done 10:27:55 #37 DONE 0.5s 10:27:55 10:27:55 #38 [security-spire-server internal] load build context 10:27:55 #38 transferring context: 23.80kB 0.0s done 10:27:55 #38 DONE 0.5s 10:27:55 10:27:55 #39 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 10:27:55 #39 DONE 0.7s 10:27:55 10:27:55 #35 [core-command internal] load build context 10:27:55 #35 ... 10:27:55 10:27:55 #40 [security-spire-agent internal] load build context 10:27:55 #40 transferring context: 23.33kB 0.0s done 10:27:55 #40 DONE 0.5s 10:27:55 10:27:55 #35 [core-command internal] load build context 10:27:56 #35 ... 10:27:56 10:27:56 #41 [core-data builder 1/7] FROM docker.io/library/ci-base-image-x86_64 10:27:56 #41 DONE 2.7s 10:27:56 10:27:56 #35 [core-command internal] load build context 10:28:01 #35 transferring context: 181.36MB 6.2s 10:28:01 #35 ... 10:28:01 10:28:01 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:28:01 #42 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.3s done 10:28:01 #42 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done 10:28:01 #42 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done 10:28:01 #42 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 10:28:01 #42 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.3s done 10:28:01 #42 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.3s done 10:28:01 #42 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.3s done 10:28:01 #42 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done 10:28:01 #42 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 3.7s done 10:28:01 #42 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 10:28:01 #42 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.0s done 10:28:02 #42 ... 10:28:02 10:28:02 #35 [core-command internal] load build context 10:28:03 #35 ... 10:28:03 10:28:03 #43 [support-scheduler internal] load build context 10:28:03 #43 ... 10:28:03 10:28:03 #44 [core-data internal] load build context 10:28:03 #44 ... 10:28:03 10:28:03 #45 [core-metadata internal] load build context 10:28:03 #45 ... 10:28:03 10:28:03 #46 [core-keeper internal] load build context 10:28:04 #46 ... 10:28:04 10:28:04 #47 [security-bootstrapper internal] load build context 10:28:04 #47 ... 10:28:04 10:28:04 #46 [core-keeper internal] load build context 10:28:04 #46 ... 10:28:04 10:28:04 #48 [security-secretstore-setup internal] load build context 10:28:04 #48 ... 10:28:04 10:28:04 #49 [security-spiffe-token-provider internal] load build context 10:28:04 #49 ... 10:28:04 10:28:04 #50 [core-common-config-bootstrapper internal] load build context 10:28:04 #50 ... 10:28:04 10:28:04 #51 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:28:04 #51 ... 10:28:04 10:28:04 #52 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 10:28:04 #0 2.325 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:28:04 #0 2.489 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:28:04 #0 2.861 (1/3) Installing ca-certificates (20241121-r1) 10:28:04 #0 2.875 (2/3) Installing dumb-init (1.2.5-r3) 10:28:04 #0 2.878 (3/3) Installing tzdata (2025b-r0) 10:28:04 #0 2.908 Executing busybox-1.36.1-r29.trigger 10:28:04 #0 2.920 Executing ca-certificates-20241121-r1.trigger 10:28:04 #0 2.965 OK: 10 MiB in 17 packages 10:28:04 #52 ... 10:28:04 10:28:04 #53 [security-proxy-setup internal] load build context 10:28:05 #53 ... 10:28:05 10:28:05 #54 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 10:28:05 #0 1.567 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:28:05 #0 4.164 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:28:05 #0 4.462 (1/1) Installing dumb-init (1.2.5-r3) 10:28:05 #0 4.469 Executing busybox-1.36.1-r29.trigger 10:28:05 #0 4.480 OK: 8 MiB in 15 packages 10:28:05 #54 ... 10:28:05 10:28:05 #55 [security-proxy-auth internal] load build context 10:28:05 #55 ... 10:28:05 10:28:05 #56 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 10:28:05 #0 8.442 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:28:05 #0 9.085 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:28:05 #0 9.363 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 10:28:05 #0 9.363 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 10:28:05 #0 9.363 OK: 24171 distinct packages available 10:28:05 #0 9.425 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:28:05 #0 9.506 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:28:05 #0 9.775 (1/4) Installing dumb-init (1.2.5-r3) 10:28:05 #0 9.779 (2/4) Installing musl-obstack (1.2.3-r2) 10:28:05 #0 9.786 (3/4) Installing libucontext (1.2-r3) 10:28:05 #0 9.791 (4/4) Installing gcompat (1.1.0-r4) 10:28:05 #0 9.796 Executing busybox-1.36.1-r29.trigger 10:28:05 #0 9.816 OK: 8 MiB in 18 packages 10:28:05 #56 ... 10:28:05 10:28:05 #57 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 10:28:05 #0 7.826 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:28:05 #0 7.893 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:28:05 #0 8.166 (1/4) Installing ca-certificates (20241121-r1) 10:28:05 #0 8.526 (2/4) Installing dumb-init (1.2.5-r3) 10:28:05 #0 8.526 (3/4) Installing su-exec (0.2-r3) 10:28:05 #0 8.530 (4/4) Installing yq-go (4.44.1-r2) 10:28:05 #0 9.149 Executing busybox-1.36.1-r29.trigger 10:28:05 #0 9.157 Executing ca-certificates-20241121-r1.trigger 10:28:05 #0 9.238 OK: 19 MiB in 18 packages 10:28:05 #57 ... 10:28:05 10:28:05 #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:28:05 #0 1.227 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:28:05 #0 3.862 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:28:05 #0 4.194 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 10:28:05 #0 4.194 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 10:28:05 #0 4.194 OK: 24171 distinct packages available 10:28:05 #0 4.251 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:28:05 #0 4.346 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:28:05 #0 4.767 (1/14) Installing ca-certificates (20241121-r1) 10:28:05 #0 4.781 (2/14) Installing brotli-libs (1.1.0-r2) 10:28:05 #0 4.799 (3/14) Installing c-ares (1.33.1-r0) 10:28:05 #0 4.805 (4/14) Installing libunistring (1.2-r0) 10:28:05 #0 4.817 (5/14) Installing libidn2 (2.3.7-r0) 10:28:05 #0 4.825 (6/14) Installing nghttp2-libs (1.62.1-r0) 10:28:05 #0 4.830 (7/14) Installing libpsl (0.21.5-r1) 10:28:05 #0 4.831 (8/14) Installing zstd-libs (1.5.6-r0) 10:28:05 #0 4.883 (9/14) Installing libcurl (8.12.1-r0) 10:28:05 #0 4.895 (10/14) Installing curl (8.12.1-r0) 10:28:05 #0 4.898 (11/14) Installing dumb-init (1.2.5-r3) 10:28:05 #0 4.898 (12/14) Installing musl-obstack (1.2.3-r2) 10:28:05 #0 4.902 (13/14) Installing libucontext (1.2-r3) 10:28:05 #0 4.903 (14/14) Installing gcompat (1.1.0-r4) 10:28:05 #0 4.915 Executing busybox-1.36.1-r29.trigger 10:28:05 #0 4.924 Executing ca-certificates-20241121-r1.trigger 10:28:05 #0 4.967 OK: 13 MiB in 28 packages 10:28:05 #58 ... 10:28:05 10:28:05 #59 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:28:05 #0 9.455 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:28:05 #0 9.527 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:28:05 #0 9.789 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 10:28:05 #0 9.789 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 10:28:05 #0 9.789 OK: 24171 distinct packages available 10:28:05 #0 9.846 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:28:05 #0 9.927 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:28:05 #0 10.18 (1/5) Installing dumb-init (1.2.5-r3) 10:28:05 #0 10.19 (2/5) Installing musl-obstack (1.2.3-r2) 10:28:05 #0 10.19 (3/5) Installing libucontext (1.2-r3) 10:28:05 #0 10.19 (4/5) Installing gcompat (1.1.0-r4) 10:28:05 #0 10.20 (5/5) Installing openssl (3.3.3-r0) 10:28:05 #0 10.21 Executing busybox-1.36.1-r29.trigger 10:28:05 #0 10.22 OK: 9 MiB in 19 packages 10:28:05 #59 ... 10:28:05 10:28:05 #60 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 10:28:05 #0 3.594 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:28:05 #0 3.705 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:28:05 #0 3.968 (1/2) Installing dumb-init (1.2.5-r3) 10:28:05 #0 3.974 (2/2) Installing su-exec (0.2-r3) 10:28:05 #0 3.979 Executing busybox-1.36.1-r29.trigger 10:28:05 #0 3.988 OK: 8 MiB in 16 packages 10:28:05 #60 ... 10:28:05 10:28:05 #26 [support-notifications internal] load build context 10:28:06 #26 ... 10:28:06 10:28:06 #61 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init 10:28:06 #0 1.118 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:28:06 #0 3.703 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:28:06 #0 3.987 (1/1) Installing dumb-init (1.2.5-r3) 10:28:06 #0 3.992 Executing busybox-1.36.1-r29.trigger 10:28:06 #0 4.006 OK: 8 MiB in 15 packages 10:28:06 #61 ... 10:28:06 10:28:06 #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 10:28:06 #62 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.0s done 10:28:06 #62 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 10:28:06 #62 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done 10:28:06 #62 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 10:28:06 #62 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B done 10:28:06 #62 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done 10:28:06 #62 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB done 10:28:06 #62 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.2s done 10:28:06 #62 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 0.5s done 10:28:06 #62 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 10:28:06 #62 ... 10:28:06 10:28:06 #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 10:28:06 #63 ... 10:28:06 10:28:06 #64 [support-notifications builder 2/7] WORKDIR /edgex-go 10:28:06 #64 ... 10:28:06 10:28:06 #65 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 10:28:06 #0 0.775 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:28:06 #0 3.358 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:28:06 #0 3.724 (1/7) Installing ca-certificates (20241121-r1) 10:28:06 #0 3.752 (2/7) Installing dumb-init (1.2.5-r3) 10:28:06 #0 3.761 (3/7) Installing libgcc (13.2.1_git20240309-r1) 10:28:06 #0 3.768 (4/7) Installing libsodium (1.0.19-r0) 10:28:06 #0 3.783 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 10:28:06 #0 3.825 (6/7) Installing libzmq (4.3.5-r2) 10:28:06 #0 3.846 (7/7) Installing zeromq (4.3.5-r2) 10:28:06 #0 3.849 Executing busybox-1.36.1-r29.trigger 10:28:06 #0 3.861 Executing ca-certificates-20241121-r1.trigger 10:28:06 #0 3.915 OK: 12 MiB in 21 packages 10:28:06 #65 ... 10:28:06 10:28:06 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:28:06 #42 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 1.3s 10:28:07 #42 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 2.2s done 10:28:14 #42 ... 10:28:14 10:28:14 #35 [core-command internal] load build context 10:28:14 #35 transferring context: 507.81MB 15.7s done 10:28:14 #35 ... 10:28:14 10:28:14 #43 [support-scheduler internal] load build context 10:28:14 #43 transferring context: 507.81MB 16.4s done 10:28:14 #43 ... 10:28:14 10:28:14 #44 [core-data internal] load build context 10:28:14 #44 transferring context: 507.81MB 16.0s done 10:28:14 #44 ... 10:28:14 10:28:14 #46 [core-keeper internal] load build context 10:28:14 #46 transferring context: 507.81MB 14.9s done 10:28:15 #46 ... 10:28:15 10:28:15 #45 [core-metadata internal] load build context 10:28:15 #45 transferring context: 507.81MB 16.0s done 10:28:15 #45 ... 10:28:15 10:28:15 #48 [security-secretstore-setup internal] load build context 10:28:15 #48 transferring context: 507.81MB 14.6s done 10:28:15 #48 ... 10:28:15 10:28:15 #53 [security-proxy-setup internal] load build context 10:28:15 #53 transferring context: 507.81MB 15.1s done 10:28:15 #53 ... 10:28:15 10:28:15 #50 [core-common-config-bootstrapper internal] load build context 10:28:15 #50 transferring context: 507.81MB 15.5s done 10:28:15 #50 ... 10:28:15 10:28:15 #49 [security-spiffe-token-provider internal] load build context 10:28:15 #49 transferring context: 507.81MB 15.9s done 10:28:15 #49 ... 10:28:15 10:28:15 #47 [security-bootstrapper internal] load build context 10:28:15 #47 transferring context: 507.81MB 15.6s done 10:28:16 #47 ... 10:28:16 10:28:16 #55 [security-proxy-auth internal] load build context 10:28:16 #55 transferring context: 507.81MB 15.7s done 10:28:16 #55 ... 10:28:16 10:28:16 #26 [support-notifications internal] load build context 10:28:16 #26 transferring context: 507.81MB 16.1s done 10:28:19 #26 ... 10:28:19 10:28:19 #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 10:28:19 #62 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 1.2s done 10:28:24 #62 ... 10:28:24 10:28:24 #48 [security-secretstore-setup internal] load build context 10:28:24 #48 DONE 29.7s 10:28:24 10:28:24 #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 10:28:24 #63 ... 10:28:24 10:28:24 #51 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:28:24 #51 DONE 29.7s 10:28:24 10:28:24 #66 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 10:28:24 #66 ... 10:28:24 10:28:24 #65 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 10:28:24 #65 DONE 29.6s 10:28:24 10:28:24 #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:28:24 #58 DONE 29.7s 10:28:24 10:28:24 #56 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 10:28:24 #56 DONE 29.6s 10:28:24 10:28:24 #67 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 10:28:24 #67 ... 10:28:24 10:28:24 #54 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 10:28:24 #54 DONE 29.9s 10:28:24 10:28:24 #60 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 10:28:24 #60 DONE 30.0s 10:28:24 10:28:24 #61 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 10:28:24 #61 DONE 30.1s 10:28:24 10:28:24 #59 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:28:24 #59 DONE 30.0s 10:28:24 10:28:24 #68 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 10:28:25 #68 ... 10:28:25 10:28:25 #52 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 10:28:25 #52 DONE 30.2s 10:28:25 10:28:25 #68 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 10:28:25 #68 ... 10:28:25 10:28:25 #57 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 10:28:25 #57 DONE 30.3s 10:28:25 10:28:25 #46 [core-keeper internal] load build context 10:28:25 #46 DONE 31.1s 10:28:25 10:28:25 #47 [security-bootstrapper internal] load build context 10:28:25 #47 DONE 31.1s 10:28:25 10:28:25 #64 [security-proxy-auth builder 2/7] WORKDIR /edgex-go 10:28:25 #64 DONE 29.1s 10:28:25 10:28:25 #50 [core-common-config-bootstrapper internal] load build context 10:28:25 #50 DONE 30.7s 10:28:25 10:28:25 #53 [security-proxy-setup internal] load build context 10:28:25 #53 DONE 30.4s 10:28:25 10:28:25 #35 [core-command internal] load build context 10:28:25 #35 DONE 30.7s 10:28:25 10:28:25 #69 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 10:28:25 #69 ... 10:28:25 10:28:25 #55 [security-proxy-auth internal] load build context 10:28:25 #55 DONE 30.6s 10:28:25 10:28:25 #49 [security-spiffe-token-provider internal] load build context 10:28:25 #49 DONE 30.8s 10:28:25 10:28:25 #26 [support-notifications internal] load build context 10:28:25 #26 DONE 31.4s 10:28:25 10:28:25 #44 [core-data internal] load build context 10:28:25 #44 DONE 31.4s 10:28:25 10:28:25 #45 [core-metadata internal] load build context 10:28:25 #45 DONE 31.4s 10:28:25 10:28:25 #43 [support-scheduler internal] load build context 10:28:25 #43 DONE 31.7s 10:28:25 10:28:25 #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 10:28:25 #63 29.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:28:25 #63 29.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:28:25 #63 30.09 (1/4) Installing dumb-init (1.2.5-r3) 10:28:25 #63 30.09 (2/4) Installing openssl (3.3.3-r0) 10:28:25 #63 30.11 (3/4) Installing su-exec (0.2-r3) 10:28:25 #63 30.11 (4/4) Installing yq-go (4.44.1-r2) 10:28:25 #63 30.17 Executing busybox-1.36.1-r29.trigger 10:28:25 #63 30.18 OK: 19 MiB in 18 packages 10:28:25 #63 DONE 30.5s 10:28:25 10:28:25 #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:28:27 #42 ... 10:28:27 10:28:27 #70 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 10:28:27 #0 1.568 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:28:27 #0 1.648 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:28:27 #0 1.974 OK: 12 MiB in 21 packages 10:28:27 #70 DONE 2.1s 10:28:27 10:28:27 #68 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 10:28:27 #68 1.593 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:28:27 #68 1.665 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:28:27 #68 ... 10:28:27 10:28:27 #71 [core-data stage-1 3/7] RUN apk --no-cache upgrade 10:28:27 #0 1.520 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:28:27 #0 1.605 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:28:27 #0 1.888 OK: 8 MiB in 15 packages 10:28:27 #71 DONE 2.0s 10:28:27 10:28:27 #67 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 10:28:27 #67 1.652 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:28:27 #67 1.716 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:28:27 #67 2.038 OK: 8 MiB in 18 packages 10:28:27 #67 DONE 2.2s 10:28:27 10:28:27 #69 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 10:28:27 #69 1.662 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:28:27 #69 1.740 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:28:27 #69 2.253 OK: 248 MiB in 58 packages 10:28:27 #69 ... 10:28:27 10:28:27 #72 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:28:27 #72 DONE 1.0s 10:28:27 10:28:27 #73 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 10:28:27 #0 1.529 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:28:27 #0 1.594 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:28:27 #0 1.914 OK: 8 MiB in 16 packages 10:28:27 #73 DONE 3.0s 10:28:27 10:28:27 #74 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 10:28:27 #0 1.871 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:28:27 #0 1.939 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:28:27 #0 2.277 OK: 13 MiB in 28 packages 10:28:27 #74 DONE 3.4s 10:28:27 10:28:27 #75 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 10:28:27 #0 1.716 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:28:27 #0 1.818 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:28:27 #0 2.423 OK: 8 MiB in 15 packages 10:28:27 #75 DONE 3.0s 10:28:27 10:28:27 #68 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 10:28:27 #68 2.366 OK: 9 MiB in 19 packages 10:28:27 #68 DONE 3.0s 10:28:27 10:28:27 #76 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:28:27 #76 DONE 2.8s 10:28:27 10:28:27 #69 [core-command builder 3/7] RUN apk add --update --no-cache make git 10:28:27 #69 DONE 2.8s 10:28:27 10:28:27 #77 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 10:28:27 #0 1.449 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:28:27 #0 1.526 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:28:27 #0 1.867 OK: 10 MiB in 17 packages 10:28:27 #77 DONE 2.8s 10:28:27 10:28:27 #78 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 10:28:28 #78 ... 10:28:28 10:28:28 #79 [security-spire-config stage-2 5/10] COPY Attribution.txt / 10:28:28 #79 DONE 0.2s 10:28:28 10:28:28 #80 [security-spire-config stage-2 6/10] COPY security.txt / 10:28:29 #80 ... 10:28:29 10:28:29 #81 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 10:28:29 #81 DONE 1.2s 10:28:29 10:28:29 #82 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:28:29 #82 DONE 1.2s 10:28:29 10:28:29 #80 [security-spire-config stage-2 6/10] COPY security.txt / 10:28:29 #80 DONE 1.1s 10:28:29 10:28:29 #83 [core-data builder 4/7] COPY go.mod vendor* ./ 10:28:29 #83 DONE 1.2s 10:28:29 10:28:29 #84 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 10:28:29 #84 ... 10:28:29 10:28:29 #85 [security-spire-server stage-2 5/9] COPY Attribution.txt / 10:28:29 #85 DONE 0.6s 10:28:29 10:28:29 #86 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 10:28:29 #0 4.019 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:28:29 #0 4.100 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:28:29 #0 4.361 OK: 248 MiB in 58 packages 10:28:29 #86 DONE 4.6s 10:28:29 10:28:29 #84 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 10:28:29 #84 DONE 0.6s 10:28:29 10:28:29 #87 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:28:29 #87 DONE 0.6s 10:28:29 10:28:29 #88 [security-spire-server stage-2 6/9] COPY security.txt / 10:28:29 #88 DONE 0.1s 10:28:29 10:28:29 #89 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 10:28:29 #0 4.031 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:28:29 #0 4.105 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:28:29 #0 4.403 OK: 248 MiB in 58 packages 10:28:29 #89 DONE 4.6s 10:28:29 10:28:29 #90 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 10:28:29 #90 DONE 0.1s 10:28:29 10:28:29 #91 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 10:28:29 #91 DONE 0.1s 10:28:29 10:28:29 #92 [support-notifications builder 4/7] COPY go.mod vendor* ./ 10:28:29 #92 DONE 0.2s 10:28:29 10:28:29 #93 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 10:28:29 #93 DONE 0.1s 10:28:29 10:28:29 #94 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 10:28:29 #94 DONE 0.2s 10:28:29 10:28:29 #95 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:28:29 #95 ... 10:28:29 10:28:29 #96 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 10:28:29 #96 DONE 0.1s 10:28:29 10:28:29 #97 [security-spire-agent stage-3 7/10] COPY security.txt / 10:28:29 #97 DONE 0.1s 10:28:29 10:28:29 #98 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 10:28:29 #98 DONE 0.0s 10:28:29 10:28:29 #99 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 10:28:29 #99 DONE 0.0s 10:28:29 10:28:29 #100 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 10:28:29 #100 DONE 0.1s 10:28:30 10:28:30 #101 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 10:28:30 #101 DONE 0.1s 10:28:30 10:28:30 #102 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 10:28:30 #102 DONE 0.1s 10:28:30 10:28:30 #103 [security-spire-agent] exporting to image 10:28:30 #103 exporting layers 10:28:30 #103 ... 10:28:30 10:28:30 #104 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 10:28:30 #104 DONE 2.8s 10:28:30 10:28:30 #105 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 10:28:30 #105 DONE 0.0s 10:28:30 10:28:30 #106 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 10:28:30 #0 4.641 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:28:30 #0 4.730 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:28:30 #0 5.032 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 10:28:30 #0 5.032 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 10:28:30 #0 5.032 OK: 24171 distinct packages available 10:28:30 #0 5.091 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:28:30 #0 5.159 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:28:30 #0 5.478 OK: 248 MiB in 58 packages 10:28:30 #106 DONE 5.6s 10:28:30 10:28:30 #107 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 10:28:30 #107 DONE 0.0s 10:28:30 10:28:30 #103 [security-spire-agent] exporting to image 10:28:30 #103 exporting layers 0.8s done 10:28:30 #103 writing image sha256:39081bf4203a05cc906c009370e3bb0eef907906a6a1d4c42c83a090536f88dd 10:28:30 #103 ... 10:28:30 10:28:30 #108 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 10:28:30 #0 5.269 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:28:30 #0 5.337 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:28:30 #0 5.620 OK: 19 MiB in 18 packages 10:28:30 #108 DONE 5.7s 10:28:30 10:28:30 #103 [security-spire-config] exporting to image 10:28:30 #103 writing image sha256:39081bf4203a05cc906c009370e3bb0eef907906a6a1d4c42c83a090536f88dd done 10:28:30 #103 naming to docker.io/library/security-spire-config done 10:28:31 #103 ... 10:28:31 10:28:31 #109 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 10:28:31 #0 5.026 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:28:31 #0 5.109 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:28:31 #0 5.384 OK: 19 MiB in 18 packages 10:28:31 #109 DONE 5.5s 10:28:31 10:28:31 #103 [security-spire-server] exporting to image 10:28:31 #103 exporting layers 0.9s done 10:28:31 #103 writing image sha256:bf83acc327a07a02879128b1b1d30f242d375c569808e8eacbc41a09eb5f2fad done 10:28:31 #103 naming to docker.io/library/security-spire-server done 10:28:31 #103 writing image sha256:0604c6ca004cb48138dcd83250cffb042e62c8a45282cc2122384569497a2246 done 10:28:31 #103 naming to docker.io/library/security-spire-agent 10:28:31 #103 naming to docker.io/library/security-spire-agent done 10:28:31 #103 DONE 1.1s 10:28:31 10:28:31 #110 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 10:28:31 #110 DONE 0.0s 10:28:31 10:28:31 #111 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:28:31 #111 ... 10:28:31 10:28:31 #112 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 10:28:31 #0 5.225 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:28:31 #0 6.326 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:28:31 #0 6.578 OK: 248 MiB in 58 packages 10:28:31 #112 DONE 6.8s 10:28:31 10:28:31 #113 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 10:28:31 #113 DONE 0.1s 10:28:31 10:28:31 #114 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:28:33 #114 ... 10:28:33 10:28:33 #66 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 10:28:33 #66 1.562 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:28:33 #66 4.303 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:28:33 #66 7.712 (1/1) Installing dumb-init (1.2.5-r3) 10:28:33 #66 9.172 Executing busybox-1.36.1-r29.trigger 10:28:33 #66 9.178 OK: 8 MiB in 15 packages 10:28:33 #66 DONE 9.3s 10:28:33 10:28:33 #78 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 10:28:33 #78 2.824 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:28:33 #78 5.427 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:28:35 #78 ... 10:28:35 10:28:35 #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 10:28:35 #62 ... 10:28:35 10:28:35 #115 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:28:36 #115 ... 10:28:36 10:28:36 #78 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 10:28:36 #78 8.675 OK: 248 MiB in 58 packages 10:28:36 #78 DONE 8.8s 10:28:36 10:28:36 #116 [core-keeper builder 5/8] COPY go.mod vendor* ./ 10:28:36 #116 DONE 0.1s 10:28:36 10:28:36 #117 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:28:39 #117 ... 10:28:39 10:28:39 #118 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:28:53 Removing intermediate container 61d44e3318f8 10:28:53 ---> a140444121b6 10:28:53 Successfully built a140444121b6 10:28:53 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:53 + docker inspect -f . ci-base-image-arm64 10:28:53 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:28:54 prd-ubuntu20.04-docker-arm64-4c-16g-3630 does not seem to be running inside a container 10:28:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/857 -v /w/workspace/edgex-go/857:/w/workspace/edgex-go/857:rw,z -v /w/workspace/edgex-go/857@tmp:/w/workspace/edgex-go/857@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 10:28:55 $ docker top 5a944b245667436d82aaab8e785fa47e44e2870e53ff59ff7d0d6f69b828974e -eo pid,comm [Pipeline] { [Pipeline] sh 10:28:56 + go version 10:28:56 go version go1.23.9 linux/arm64 [Pipeline] } 10:28:56 $ docker stop --time=1 5a944b245667436d82aaab8e785fa47e44e2870e53ff59ff7d0d6f69b828974e 10:28:57 $ docker rm -f --volumes 5a944b245667436d82aaab8e785fa47e44e2870e53ff59ff7d0d6f69b828974e [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 10:28:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:28:58 10:28:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:28:59 latest: Pulling from edgex-devops/edgex-compose-arm64 10:28:59 547446be3368: Pulling fs layer 10:28:59 d125d8839a47: Pulling fs layer 10:28:59 3e85d5ac6304: Pulling fs layer 10:28:59 c3105a71a48b: Pulling fs layer 10:28:59 0f093f025ec4: Pulling fs layer 10:28:59 c3106fc0e877: Pulling fs layer 10:28:59 c3105a71a48b: Waiting 10:28:59 c3106fc0e877: Waiting 10:28:59 0f093f025ec4: Waiting 10:28:59 547446be3368: Verifying Checksum 10:28:59 547446be3368: Download complete 10:28:59 c3105a71a48b: Verifying Checksum 10:28:59 c3105a71a48b: Download complete 10:28:59 d125d8839a47: Verifying Checksum 10:28:59 d125d8839a47: Download complete 10:28:59 c3106fc0e877: Verifying Checksum 10:28:59 c3106fc0e877: Download complete 10:28:59 0f093f025ec4: Verifying Checksum 10:28:59 0f093f025ec4: Download complete 10:28:59 547446be3368: Pull complete 10:29:00 d125d8839a47: Pull complete 10:29:01 3e85d5ac6304: Verifying Checksum 10:29:01 3e85d5ac6304: Download complete 10:29:11 3e85d5ac6304: Pull complete 10:29:11 c3105a71a48b: Pull complete 10:29:12 0f093f025ec4: Pull complete 10:29:12 c3106fc0e877: Pull complete 10:29:12 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 10:29:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:29:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:29:12 prd-ubuntu20.04-docker-arm64-4c-16g-3630 does not seem to be running inside a container 10:29:13 $ 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/857 -v /w/workspace/edgex-go/857:/w/workspace/edgex-go/857:rw,z -v /w/workspace/edgex-go/857@tmp:/w/workspace/edgex-go/857@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 10:29:15 $ docker top a364df3b6c1cb109c2c3fab8849bc96a12b3fefdea30ee798c2c949034a2edc3 -eo pid,comm [Pipeline] { [Pipeline] sh 10:29:15 + docker compose -f ./docker-compose-build.yml build --parallel 10:29:25 #1 [security-spire-server internal] load build definition from Dockerfile 10:29:25 #1 transferring dockerfile: 1.70kB done 10:29:25 #1 DONE 0.1s 10:29:25 10:29:25 #2 [security-spire-agent internal] load build definition from Dockerfile 10:29:25 #2 transferring dockerfile: 1.81kB 0.0s done 10:29:25 #2 DONE 0.1s 10:29:25 10:29:25 #3 [core-command internal] load build definition from Dockerfile 10:29:25 #3 transferring dockerfile: 1.94kB done 10:29:25 #3 DONE 0.1s 10:29:25 10:29:25 #4 [security-bootstrapper internal] load build definition from Dockerfile 10:29:25 #4 transferring dockerfile: 3.02kB done 10:29:25 #4 DONE 0.1s 10:29:25 10:29:25 #5 [support-notifications internal] load build definition from Dockerfile 10:29:25 #5 transferring dockerfile: 2.00kB 0.0s done 10:29:25 #5 DONE 0.1s 10:29:25 10:29:25 #6 [security-proxy-auth internal] load build definition from Dockerfile 10:29:25 #6 transferring dockerfile: 2.14kB done 10:29:25 #6 DONE 0.1s 10:29:25 10:29:25 #7 [security-spiffe-token-provider internal] load build definition from Dockerfile 10:29:25 #7 transferring dockerfile: 1.89kB 0.0s done 10:29:25 #7 DONE 0.1s 10:29:25 10:29:25 #8 [core-metadata internal] load build definition from Dockerfile 10:29:25 #8 transferring dockerfile: 2.10kB done 10:29:25 #8 DONE 0.1s 10:29:25 10:29:25 #9 [security-secretstore-setup internal] load build definition from Dockerfile 10:29:25 #9 transferring dockerfile: 2.49kB done 10:29:25 #9 DONE 0.1s 10:29:25 10:29:25 #10 [core-keeper internal] load build definition from Dockerfile 10:29:25 #10 transferring dockerfile: 2.01kB done 10:29:25 #10 DONE 0.1s 10:29:25 10:29:25 #11 [support-scheduler internal] load build definition from Dockerfile 10:29:25 #11 transferring dockerfile: 1.83kB 0.0s done 10:29:25 #11 DONE 0.1s 10:29:25 10:29:25 #12 [core-data internal] load build definition from Dockerfile 10:29:25 #12 transferring dockerfile: 2.04kB done 10:29:25 #12 DONE 0.1s 10:29:25 10:29:25 #13 [security-proxy-setup internal] load build definition from Dockerfile 10:29:25 #13 transferring dockerfile: 2.50kB done 10:29:25 #13 DONE 0.1s 10:29:25 10:29:25 #14 [core-common-config-bootstrapper internal] load build definition from Dockerfile 10:29:25 #14 transferring dockerfile: 2.23kB 0.0s done 10:29:25 #14 DONE 0.1s 10:29:25 10:29:25 #15 [security-spire-config internal] load build definition from Dockerfile 10:29:25 #15 transferring dockerfile: 1.69kB 0.0s done 10:29:25 #15 DONE 0.1s 10:29:25 10:29:25 #16 [security-spire-server internal] load .dockerignore 10:29:25 #16 transferring context: 10:29:25 #118 ... 10:29:25 10:29:25 #114 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:29:25 #114 DONE 46.9s 10:29:25 10:29:25 #111 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:29:25 #111 DONE 48.1s 10:29:25 10:29:25 #115 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:29:25 #115 DONE 49.0s 10:29:25 10:29:25 #117 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:29:25 #117 DONE 42.1s 10:29:25 10:29:25 #118 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:29:25 #118 DONE 49.8s 10:29:25 10:29:25 #95 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:29:25 #95 DONE 49.0s 10:29:25 10:29:25 #119 [core-data builder 6/7] COPY . . 10:29:26 #16 transferring context: 50B 0.0s done 10:29:26 #16 DONE 0.1s 10:29:26 10:29:26 #17 [security-spire-agent internal] load .dockerignore 10:29:26 #17 transferring context: 50B 0.0s done 10:29:26 #17 DONE 0.1s 10:29:26 10:29:26 #18 [core-command internal] load .dockerignore 10:29:26 #18 transferring context: 50B done 10:29:26 #18 DONE 0.1s 10:29:26 10:29:26 #19 [security-bootstrapper internal] load .dockerignore 10:29:26 #19 transferring context: 50B 0.0s done 10:29:26 #19 DONE 0.1s 10:29:26 10:29:26 #20 [support-notifications internal] load .dockerignore 10:29:27 #20 transferring context: 50B done 10:29:27 #20 DONE 0.1s 10:29:27 10:29:27 #21 [security-proxy-auth internal] load .dockerignore 10:29:27 #21 transferring context: 50B done 10:29:27 #21 DONE 0.1s 10:29:27 10:29:27 #22 [security-spiffe-token-provider internal] load .dockerignore 10:29:27 #22 transferring context: 50B done 10:29:27 #22 DONE 0.1s 10:29:27 10:29:27 #23 [core-metadata internal] load .dockerignore 10:29:27 #23 transferring context: 50B done 10:29:27 #23 DONE 0.1s 10:29:27 10:29:27 #24 [security-secretstore-setup internal] load .dockerignore 10:29:27 #24 transferring context: 50B 0.0s done 10:29:27 #24 DONE 0.1s 10:29:27 10:29:27 #25 [core-keeper internal] load .dockerignore 10:29:27 #25 transferring context: 50B done 10:29:27 #25 DONE 0.1s 10:29:27 10:29:27 #26 [support-scheduler internal] load .dockerignore 10:29:27 #26 transferring context: 50B 0.0s done 10:29:27 #26 DONE 0.1s 10:29:27 10:29:27 #27 [core-data internal] load .dockerignore 10:29:27 #27 transferring context: 50B done 10:29:27 #27 DONE 0.1s 10:29:27 10:29:27 #28 [security-proxy-setup internal] load .dockerignore 10:29:27 #28 transferring context: 50B 0.0s done 10:29:27 #28 DONE 0.1s 10:29:27 10:29:27 #29 [core-common-config-bootstrapper internal] load .dockerignore 10:29:27 #29 transferring context: 50B 0.0s done 10:29:27 #29 DONE 0.1s 10:29:27 10:29:27 #30 [security-spire-config internal] load .dockerignore 10:29:27 #30 transferring context: 50B 0.0s done 10:29:27 #30 DONE 0.1s 10:29:27 10:29:27 #31 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 10:29:27 #119 DONE 8.8s 10:29:27 10:29:27 #120 [core-common-config-bootstrapper builder 6/7] COPY . . 10:29:27 #120 CACHED 10:29:27 10:29:27 #121 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:29:27 #121 CACHED 10:29:27 10:29:27 #122 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 10:29:27 #122 CACHED 10:29:27 10:29:27 #123 [security-proxy-auth builder 6/7] COPY . . 10:29:27 #123 CACHED 10:29:27 10:29:27 #124 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:29:27 #124 CACHED 10:29:27 10:29:27 #125 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 10:29:27 #125 CACHED 10:29:27 10:29:27 #126 [security-spiffe-token-provider builder 6/7] COPY . . 10:29:27 #126 DONE 8.9s 10:29:27 10:29:27 #127 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:29:27 #127 CACHED 10:29:27 10:29:27 #128 [core-command builder 4/7] COPY go.mod vendor* ./ 10:29:27 #128 CACHED 10:29:27 10:29:27 #129 [core-command builder 6/7] COPY . . 10:29:27 #129 CACHED 10:29:27 10:29:27 #130 [security-bootstrapper builder 6/7] COPY . . 10:29:27 #130 DONE 8.9s 10:29:27 10:29:27 #131 [core-metadata builder 6/7] COPY . . 10:29:27 #131 CACHED 10:29:27 10:29:27 #132 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:29:27 #132 CACHED 10:29:27 10:29:27 #133 [core-metadata builder 4/7] COPY go.mod vendor* ./ 10:29:27 #133 CACHED 10:29:27 10:29:27 #134 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 10:29:27 #134 CACHED 10:29:27 10:29:27 #135 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:29:27 #135 CACHED 10:29:27 10:29:27 #136 [security-proxy-setup builder 6/7] COPY . . 10:29:27 #136 CACHED 10:29:27 10:29:27 #137 [security-secretstore-setup builder 6/7] COPY . . 10:29:27 #137 CACHED 10:29:27 10:29:27 #138 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:29:27 #138 CACHED 10:29:27 10:29:27 #139 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 10:29:27 #139 CACHED 10:29:27 10:29:27 #140 [support-notifications builder 6/7] COPY . . 10:29:27 #140 DONE 8.9s 10:29:27 10:29:27 #141 [core-keeper builder 7/8] COPY . . 10:29:27 #141 DONE 8.9s 10:29:27 10:29:27 #142 [support-scheduler builder 6/7] COPY . . 10:29:27 #142 DONE 8.9s 10:29:27 10:29:27 #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:29:28 #31 ... 10:29:28 10:29:28 #32 [security-spire-server internal] load metadata for docker.io/library/alpine:3.20 10:29:28 #32 DONE 0.6s 10:29:28 10:29:28 #31 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 10:29:28 #31 DONE 0.7s 10:29:28 10:29:28 #33 [security-spire-server internal] load build context 10:29:28 #33 transferring context: 23.80kB 0.0s done 10:29:28 #33 DONE 0.1s 10:29:28 10:29:28 #34 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:29:28 #34 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.0s done 10:29:28 #34 ... 10:29:28 10:29:28 #35 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:29:28 #35 DONE 0.0s 10:29:28 10:29:28 #31 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 10:29:28 #31 DONE 0.7s 10:29:28 10:29:28 #34 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:29:28 #34 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 10:29:28 #34 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 10:29:28 #34 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 10:29:28 #34 ... 10:29:28 10:29:28 #35 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:29:28 #35 DONE 0.0s 10:29:28 10:29:28 #34 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:29:28 #34 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.1s 10:29:28 #34 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done 10:29:28 #34 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.1s done 10:29:28 #34 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 10:29:28 #34 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 0.2s 10:29:28 #34 ... 10:29:28 10:29:28 #35 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:29:28 #35 DONE 0.0s 10:29:28 10:29:28 #32 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 10:29:28 #32 DONE 0.6s 10:29:28 10:29:28 #34 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:29:28 #34 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.2s done 10:29:28 #34 ... 10:29:28 10:29:28 #35 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:29:28 #35 DONE 0.0s 10:29:28 10:29:28 #34 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:29:28 #34 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 2.21MB / 33.17MB 0.4s 10:29:28 #34 ... 10:29:28 10:29:28 #35 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:29:28 #35 DONE 0.0s 10:29:28 10:29:28 #34 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:29:28 #34 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 5.16MB / 33.17MB 0.5s 10:29:29 #34 ... 10:29:29 10:29:29 #35 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:29:29 #35 DONE 0.0s 10:29:29 10:29:29 #36 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 10:29:29 #36 DONE 0.7s 10:29:29 10:29:29 #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:29:29 #34 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.0s done 10:29:29 #34 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 10:29:29 #34 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 10:29:29 #34 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 10:29:29 #34 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.2s done 10:29:29 #34 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done 10:29:29 #34 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.1s done 10:29:29 #34 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 10:29:29 #34 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.49MB / 33.17MB 0.9s 10:29:29 #34 ... 10:29:29 10:29:29 #35 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:29:29 #35 DONE 0.0s 10:29:29 10:29:29 #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:29:29 #34 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 10:29:29 #34 ... 10:29:29 10:29:29 #32 [core-keeper internal] load metadata for docker.io/library/alpine:3.20 10:29:29 #32 DONE 1.1s 10:29:29 10:29:29 #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:29:29 #34 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 12.58MB / 33.17MB 1.2s 10:29:29 #143 1.969 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 10:29:29 #34 ... 10:29:29 10:29:29 #35 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:29:29 #35 DONE 0.0s 10:29:29 10:29:29 #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:29:29 #34 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 14.68MB / 33.17MB 1.5s 10:29:30 #34 ... 10:29:30 10:29:30 #35 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:29:30 #35 DONE 0.0s 10:29:30 10:29:30 #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:29:30 #34 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 18.87MB / 33.17MB 1.8s 10:29:30 #34 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 20.97MB / 33.17MB 2.0s 10:29:30 #34 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 10:29:30 #34 ... 10:29:30 10:29:30 #35 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:29:30 #35 DONE 0.0s 10:29:30 10:29:30 #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:29:30 #34 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.1s done 10:29:31 #34 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 25.17MB / 33.17MB 2.5s 10:29:31 #34 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 27.26MB / 33.17MB 2.8s 10:29:31 #34 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 29.36MB / 33.17MB 3.1s 10:29:31 #34 ... 10:29:31 10:29:31 #32 [core-data internal] load metadata for docker.io/library/alpine:3.20 10:29:31 #32 DONE 2.8s 10:29:31 10:29:31 #37 [core-metadata stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 10:29:31 #37 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 10:29:31 #37 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 10:29:31 #37 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 10:29:31 #37 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 10:29:32 #37 ... 10:29:32 10:29:32 #38 [security-proxy-setup internal] load build context 10:29:32 #38 DONE 0.0s 10:29:32 10:29:32 #39 [security-spire-agent internal] load build context 10:29:32 #39 transferring context: 23.33kB 0.1s done 10:29:32 #39 DONE 3.0s 10:29:32 10:29:32 #37 [security-proxy-setup stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 10:29:32 #37 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 10:29:32 #37 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 10:29:32 #37 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 10:29:32 #37 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 10:29:33 #37 ... 10:29:33 10:29:33 #31 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 10:29:33 #31 DONE 3.1s 10:29:33 10:29:33 #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:29:33 #34 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 4.7s done 10:29:33 #34 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.0s done 10:29:33 #34 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 10:29:33 #34 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 10:29:33 #34 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 10:29:33 #34 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.2s done 10:29:33 #34 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done 10:29:33 #34 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.1s done 10:29:33 #34 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 10:29:33 #34 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 4.7s done 10:29:33 #34 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 10:29:33 #34 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.1s done 10:29:33 #34 ... 10:29:33 10:29:33 #40 [core-command internal] load build context 10:29:33 #40 transferring context: 3.22MB 3.4s done 10:29:33 #40 DONE 5.2s 10:29:33 10:29:33 #41 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 10:29:34 #41 ... 10:29:34 10:29:34 #42 [security-bootstrapper internal] load build context 10:29:34 #42 transferring context: 3.22MB 3.1s done 10:29:34 #42 DONE 5.8s 10:29:34 10:29:34 #43 [security-spiffe-token-provider internal] load build context 10:29:34 #43 transferring context: 3.22MB 3.7s done 10:29:34 #43 DONE 5.9s 10:29:34 10:29:34 #34 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:29:34 #34 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10:29:35 #34 ... 10:29:35 10:29:35 #44 [security-proxy-auth internal] load build context 10:29:35 #44 transferring context: 3.22MB 4.0s done 10:29:35 #44 DONE 6.4s 10:29:35 10:29:35 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 10:29:35 #45 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.8s done 10:29:35 #45 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 10:29:35 #45 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done 10:29:35 #45 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done 10:29:35 #45 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 2.2s done 10:29:35 #45 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 8.39MB / 14.28MB 4.9s 10:29:35 #45 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 10:29:35 #45 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 9.44MB / 14.28MB 5.2s 10:29:35 #45 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 10.49MB / 14.28MB 5.4s 10:29:35 #45 ... 10:29:35 10:29:35 #46 [support-notifications internal] load build context 10:29:35 #46 transferring context: 3.22MB 4.5s done 10:29:35 #46 DONE 7.1s 10:29:35 10:29:35 #47 [support-scheduler internal] load build context 10:29:35 #47 ... 10:29:35 10:29:35 #34 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:29:37 #143 ... 10:29:37 10:29:37 #144 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 10:29:37 #0 0.546 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 10:29:37 #144 ... 10:29:37 10:29:37 #145 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 10:29:37 #0 0.809 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 10:29:38 #145 ... 10:29:38 10:29:38 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:29:38 #0 1.582 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:29:38 #146 ... 10:29:38 10:29:38 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:29:38 #0 1.907 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:29:38 #147 ... 10:29:38 10:29:38 #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 10:29:38 #0 0.360 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 10:29:38 #34 ... 10:29:38 10:29:38 #48 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 10:29:38 #148 ... 10:29:38 10:29:38 #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 10:29:38 #0 1.276 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 10:29:38 #149 ... 10:29:38 10:29:38 #150 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 10:29:38 #0 1.823 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:29:38 #48 ... 10:29:38 10:29:38 #47 [support-scheduler internal] load build context 10:29:38 #47 transferring context: 3.22MB 6.1s done 10:29:38 #47 ... 10:29:38 10:29:38 #49 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 10:29:38 #0 6.405 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:29:38 #0 6.830 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:29:38 #0 9.057 (1/7) Installing ca-certificates (20241121-r1) 10:29:38 #0 9.292 (2/7) Installing dumb-init (1.2.5-r3) 10:29:38 #0 9.292 (3/7) Installing libgcc (13.2.1_git20240309-r1) 10:29:38 #0 9.292 (4/7) Installing libsodium (1.0.19-r0) 10:29:38 #0 9.416 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 10:29:38 #0 9.623 (6/7) Installing libzmq (4.3.5-r2) 10:29:38 #0 9.675 (7/7) Installing zeromq (4.3.5-r2) 10:29:38 #0 9.787 Executing busybox-1.36.1-r29.trigger 10:29:38 #0 9.920 Executing ca-certificates-20241121-r1.trigger 10:29:38 #150 ... 10:29:38 10:29:38 #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:29:38 #0 1.056 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 10:29:38 #151 ... 10:29:38 10:29:38 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:29:38 #0 1.011 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 10:29:39 #49 ... 10:29:39 10:29:39 #50 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:29:39 #0 9.273 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:29:39 #50 ... 10:29:39 10:29:39 #51 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init 10:29:39 #0 8.427 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:29:39 #0 9.003 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:29:39 #152 ... 10:29:39 10:29:39 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:29:39 #0 0.786 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:29:39 #51 ... 10:29:39 10:29:39 #52 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:29:39 #0 10.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:29:39 #52 ... 10:29:39 10:29:39 #53 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 10:29:39 #0 9.305 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:29:39 #0 10.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:29:39 #153 ... 10:29:39 10:29:39 #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 10:29:39 #0 1.677 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:29:39 #53 ... 10:29:39 10:29:39 #34 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:29:39 #34 ... 10:29:39 10:29:39 #54 [core-metadata internal] load build context 10:29:39 #54 transferring context: 3.22MB 6.5s done 10:29:39 #54 ... 10:29:39 10:29:39 #55 [core-keeper internal] load build context 10:29:39 #55 transferring context: 3.22MB 7.3s done 10:29:40 #55 ... 10:29:40 10:29:40 #56 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:29:40 #56 ... 10:29:40 10:29:40 #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 10:29:40 #0 9.524 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:29:40 #57 ... 10:29:40 10:29:40 #58 [security-secretstore-setup internal] load build context 10:29:40 #58 transferring context: 3.22MB 6.2s done 10:29:40 #58 ... 10:29:40 10:29:40 #47 [support-scheduler internal] load build context 10:29:40 #47 DONE 10.7s 10:29:40 10:29:40 #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 10:29:40 #59 ... 10:29:40 10:29:40 #34 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:29:40 #34 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 5.9s 10:29:40 #34 ... 10:29:40 10:29:40 #58 [security-secretstore-setup internal] load build context 10:29:40 #58 DONE 11.0s 10:29:41 10:29:41 #60 [core-data internal] load build context 10:29:41 #60 ... 10:29:41 10:29:41 #54 [core-metadata internal] load build context 10:29:41 #54 DONE 11.4s 10:29:41 10:29:41 #61 [core-common-config-bootstrapper internal] load build context 10:29:41 #61 ... 10:29:41 10:29:41 #60 [core-data internal] load build context 10:29:41 #60 ... 10:29:41 10:29:41 #55 [core-keeper internal] load build context 10:29:41 #55 DONE 11.7s 10:29:41 10:29:41 #60 [core-data internal] load build context 10:29:41 #60 ... 10:29:41 10:29:41 #56 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:29:41 #56 DONE 11.5s 10:29:41 10:29:41 #60 [core-data internal] load build context 10:29:42 #60 ... 10:29:42 10:29:42 #49 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 10:29:42 #49 11.19 OK: 14 MiB in 21 packages 10:29:42 #49 DONE 13.0s 10:29:42 10:29:42 #60 [core-data internal] load build context 10:29:42 #60 transferring context: 3.22MB 5.0s done 10:29:42 #60 ... 10:29:42 10:29:42 #62 [security-spire-config internal] load build context 10:29:42 #62 transferring context: 22.05kB 0.3s done 10:29:42 #62 DONE 8.4s 10:29:42 10:29:42 #60 [core-data internal] load build context 10:29:42 #60 DONE 9.7s 10:29:42 10:29:42 #34 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:29:42 #34 ... 10:29:42 10:29:42 #38 [security-proxy-setup internal] load build context 10:29:42 #38 transferring context: 3.22MB 5.1s done 10:29:42 #38 DONE 10.2s 10:29:42 10:29:42 #48 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 10:29:42 #48 DONE 14.0s 10:29:42 10:29:42 #34 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:29:42 #34 ... 10:29:42 10:29:42 #61 [core-common-config-bootstrapper internal] load build context 10:29:42 #61 transferring context: 3.22MB 5.2s done 10:29:42 #61 DONE 10.6s 10:29:42 10:29:42 #63 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go 10:29:43 #63 DONE 1.0s 10:29:43 10:29:43 #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 10:29:43 #57 11.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:29:43 #57 ... 10:29:43 10:29:43 #64 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 10:29:43 #0 9.797 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:29:43 #64 ... 10:29:43 10:29:43 #65 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 10:29:43 #65 ... 10:29:43 10:29:43 #37 [security-spire-config stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 10:29:43 #37 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 10:29:43 #37 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 10:29:43 #37 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 10:29:43 #37 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 10:29:44 #37 ... 10:29:44 10:29:44 #66 [core-command builder 3/7] RUN apk add --update --no-cache make git 10:29:44 #66 ... 10:29:44 10:29:44 #51 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init 10:29:44 #51 13.62 (1/1) Installing dumb-init (1.2.5-r3) 10:29:44 #51 13.65 Executing busybox-1.36.1-r29.trigger 10:29:44 #51 13.84 OK: 9 MiB in 15 packages 10:29:44 #51 DONE 15.8s 10:29:44 10:29:44 #67 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade 10:29:46 #67 ... 10:29:46 10:29:46 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 10:29:46 #45 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 7.4s done 10:29:46 #45 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 7.9s 10:29:46 #45 ... 10:29:46 10:29:46 #53 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 10:29:46 #53 16.60 (1/2) Installing dumb-init (1.2.5-r3) 10:29:46 #53 16.63 (2/2) Installing su-exec (0.2-r3) 10:29:46 #53 16.65 Executing busybox-1.36.1-r29.trigger 10:29:46 #53 16.80 OK: 9 MiB in 16 packages 10:29:47 #53 DONE 18.9s 10:29:47 10:29:47 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 10:29:49 #45 ... 10:29:49 10:29:49 #50 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:29:49 #50 10.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:29:49 #50 17.12 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 10:29:49 #50 17.12 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 10:29:49 #50 17.12 OK: 24049 distinct packages available 10:29:49 #50 18.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:29:49 #50 19.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:29:49 #50 ... 10:29:49 10:29:49 #34 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:29:49 #34 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 14.0s 10:29:49 #34 ... 10:29:49 10:29:49 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 10:29:51 #45 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 12.9s 10:29:51 #45 ... 10:29:51 10:29:51 #52 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:29:51 #52 12.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:29:51 #52 19.21 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 10:29:51 #52 19.21 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 10:29:51 #52 19.21 OK: 24049 distinct packages available 10:29:51 #52 20.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:29:51 #52 21.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:29:51 #52 ... 10:29:51 10:29:51 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 10:29:51 #45 ... 10:29:51 10:29:51 #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 10:29:51 #57 16.77 (1/3) Installing ca-certificates (20241121-r1) 10:29:51 #57 17.35 (2/3) Installing dumb-init (1.2.5-r3) 10:29:51 #57 17.39 (3/3) Installing tzdata (2025b-r0) 10:29:51 #57 18.67 Executing busybox-1.36.1-r29.trigger 10:29:51 #57 18.88 Executing ca-certificates-20241121-r1.trigger 10:29:51 #57 19.93 OK: 11 MiB in 17 packages 10:29:51 #57 DONE 21.5s 10:29:51 10:29:51 #34 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:29:52 #34 ... 10:29:52 10:29:52 #68 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 10:29:52 #68 ... 10:29:52 10:29:52 #69 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 10:29:52 #69 ... 10:29:52 10:29:52 #64 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 10:29:52 #64 11.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:29:52 #64 17.09 (1/1) Installing dumb-init (1.2.5-r3) 10:29:52 #64 17.11 Executing busybox-1.36.1-r29.trigger 10:29:52 #64 17.27 OK: 9 MiB in 15 packages 10:29:52 #64 DONE 18.8s 10:29:52 10:29:52 #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 10:29:52 #59 11.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:29:52 #59 12.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:29:52 #59 19.20 (1/4) Installing ca-certificates (20241121-r1) 10:29:52 #59 19.60 (2/4) Installing dumb-init (1.2.5-r3) 10:29:52 #59 19.65 (3/4) Installing su-exec (0.2-r3) 10:29:52 #59 19.65 (4/4) Installing yq-go (4.44.1-r2) 10:29:52 #59 20.46 Executing busybox-1.36.1-r29.trigger 10:29:52 #59 20.53 Executing ca-certificates-20241121-r1.trigger 10:29:52 #59 21.69 OK: 20 MiB in 18 packages 10:29:52 #59 ... 10:29:52 10:29:52 #70 [core-data stage-1 3/7] RUN apk --no-cache upgrade 10:29:53 #70 ... 10:29:53 10:29:53 #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 10:29:53 #59 DONE 23.1s 10:29:53 10:29:53 #71 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:29:53 #71 ... 10:29:53 10:29:53 #72 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 10:29:53 #72 ... 10:29:53 10:29:53 #73 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 10:29:53 #73 ... 10:29:53 10:29:53 #74 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 10:29:54 #74 ... 10:29:54 10:29:54 #75 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 10:29:54 #75 ... 10:29:54 10:29:54 #34 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:29:54 #34 ... 10:29:54 10:29:54 #65 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 10:29:54 #65 11.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:29:54 #65 13.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:29:54 #65 19.43 (1/4) Installing dumb-init (1.2.5-r3) 10:29:54 #65 19.45 (2/4) Installing openssl (3.3.3-r0) 10:29:54 #65 19.52 (3/4) Installing su-exec (0.2-r3) 10:29:54 #65 19.52 (4/4) Installing yq-go (4.44.1-r2) 10:29:54 #65 19.89 Executing busybox-1.36.1-r29.trigger 10:29:54 #65 19.95 OK: 20 MiB in 18 packages 10:29:54 #65 DONE 21.1s 10:29:54 10:29:54 #50 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:29:54 #50 25.57 (1/5) Installing dumb-init (1.2.5-r3) 10:29:54 #50 25.57 (2/5) Installing musl-obstack (1.2.3-r2) 10:29:54 #50 25.61 (3/5) Installing libucontext (1.2-r3) 10:29:54 #50 25.61 (4/5) Installing gcompat (1.1.0-r4) 10:29:54 #50 25.66 (5/5) Installing openssl (3.3.3-r0) 10:29:54 #50 25.74 Executing busybox-1.36.1-r29.trigger 10:29:54 #50 25.84 OK: 10 MiB in 19 packages 10:29:56 #50 DONE 27.9s 10:29:56 10:29:56 #76 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 10:29:57 #76 ... 10:29:57 10:29:57 #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 10:29:58 #77 ... 10:29:58 10:29:58 #34 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:29:58 #34 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 23.0s 10:29:58 #34 ... 10:29:58 10:29:58 #71 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:29:58 #71 DONE 14.6s 10:29:58 10:29:58 #34 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:29:58 #34 ... 10:29:58 10:29:58 #41 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 10:29:58 #41 14.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:29:58 #41 15.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:29:58 #41 20.54 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 10:29:58 #41 20.54 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 10:29:58 #41 20.54 OK: 24049 distinct packages available 10:29:58 #41 21.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:29:58 #41 22.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:29:58 #41 ... 10:29:58 10:29:58 #52 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:29:58 #52 26.06 (1/14) Installing ca-certificates (20241121-r1) 10:29:58 #52 26.36 (2/14) Installing brotli-libs (1.1.0-r2) 10:29:58 #52 26.43 (3/14) Installing c-ares (1.33.1-r0) 10:29:58 #52 26.44 (4/14) Installing libunistring (1.2-r0) 10:29:58 #52 26.53 (5/14) Installing libidn2 (2.3.7-r0) 10:29:58 #52 26.57 (6/14) Installing nghttp2-libs (1.62.1-r0) 10:29:58 #52 26.58 (7/14) Installing libpsl (0.21.5-r1) 10:29:58 #52 26.60 (8/14) Installing zstd-libs (1.5.6-r0) 10:29:58 #52 26.64 (9/14) Installing libcurl (8.12.1-r0) 10:29:58 #52 26.68 (10/14) Installing curl (8.12.1-r0) 10:29:58 #52 26.69 (11/14) Installing dumb-init (1.2.5-r3) 10:29:58 #52 26.72 (12/14) Installing musl-obstack (1.2.3-r2) 10:29:58 #52 26.72 (13/14) Installing libucontext (1.2-r3) 10:29:58 #52 26.74 (14/14) Installing gcompat (1.1.0-r4) 10:29:58 #52 26.76 Executing busybox-1.36.1-r29.trigger 10:29:58 #52 26.88 Executing ca-certificates-20241121-r1.trigger 10:29:58 #52 27.54 OK: 15 MiB in 28 packages 10:29:58 #52 DONE 29.8s 10:29:58 10:29:58 #78 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 10:30:01 #78 ... 10:30:01 10:30:01 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 10:30:01 #45 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 19.2s done 10:30:01 #45 ... 10:30:01 10:30:01 #79 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 10:30:01 #79 ... 10:30:01 10:30:01 #34 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:30:03 #34 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 28.5s 10:30:03 #34 ... 10:30:03 10:30:03 #80 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 10:30:03 #80 ... 10:30:03 10:30:03 #70 [core-data stage-1 3/7] RUN apk --no-cache upgrade 10:30:03 #70 11.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:30:03 #70 ... 10:30:03 10:30:03 #68 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 10:30:03 #68 11.94 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:30:03 #68 15.65 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:30:03 #68 ... 10:30:03 10:30:03 #34 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:30:04 #34 ... 10:30:04 10:30:04 #75 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 10:30:04 #75 11.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:30:04 #75 12.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:30:04 #75 19.12 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 10:30:04 #75 19.12 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 10:30:04 #75 19.12 OK: 24049 distinct packages available 10:30:04 #75 ... 10:30:04 10:30:04 #81 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 10:30:04 #0 9.458 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:30:04 #81 ... 10:30:04 10:30:04 #34 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:30:06 #34 ... 10:30:06 10:30:06 #66 [core-command builder 3/7] RUN apk add --update --no-cache make git 10:30:06 #66 12.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:30:06 #66 13.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:30:06 #66 20.77 OK: 239 MiB in 58 packages 10:30:06 #66 ... 10:30:06 10:30:06 #34 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:30:06 #34 ... 10:30:06 10:30:06 #66 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 10:30:06 #66 DONE 23.0s 10:30:06 10:30:06 #34 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:30:06 #34 ... 10:30:06 10:30:06 #69 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 10:30:06 #69 14.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:30:06 #69 15.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:30:06 #69 23.06 OK: 14 MiB in 21 packages 10:30:06 #69 ... 10:30:06 10:30:06 #34 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:30:06 #34 ... 10:30:06 10:30:06 #82 [core-command builder 4/7] COPY go.mod vendor* ./ 10:30:06 #82 DONE 0.6s 10:30:06 10:30:06 #34 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:30:06 #34 ... 10:30:06 10:30:06 #73 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 10:30:06 #73 13.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:30:06 #73 14.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:30:06 #73 ... 10:30:06 10:30:06 #41 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 10:30:06 #41 30.43 (1/4) Installing dumb-init (1.2.5-r3) 10:30:06 #41 30.47 (2/4) Installing musl-obstack (1.2.3-r2) 10:30:06 #41 30.50 (3/4) Installing libucontext (1.2-r3) 10:30:06 #41 30.56 (4/4) Installing gcompat (1.1.0-r4) 10:30:06 #41 30.61 Executing busybox-1.36.1-r29.trigger 10:30:06 #41 30.76 OK: 9 MiB in 18 packages 10:30:06 #41 DONE 33.0s 10:30:06 10:30:06 #83 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:30:07 #83 ... 10:30:07 10:30:07 #69 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 10:30:07 #69 DONE 25.8s 10:30:08 10:30:08 #34 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:30:08 #34 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 32.8s done 10:30:08 #34 ... 10:30:08 10:30:08 #84 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 10:30:08 #0 6.832 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:30:08 #84 ... 10:30:08 10:30:08 #85 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 10:30:08 #85 ... 10:30:08 10:30:08 #34 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:30:08 #34 DONE 40.9s 10:30:08 10:30:08 #73 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 10:30:08 #73 24.86 OK: 239 MiB in 58 packages 10:30:09 #73 ... 10:30:09 10:30:09 #74 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 10:30:09 #74 15.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:30:09 #74 17.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:30:09 #74 ... 10:30:09 10:30:09 #67 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade 10:30:09 #67 14.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:30:09 #67 16.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:30:09 #67 ... 10:30:09 10:30:09 #84 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 10:30:09 #84 10.65 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:30:09 #84 ... 10:30:09 10:30:09 #73 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 10:30:09 #73 DONE 26.4s 10:30:10 10:30:10 #86 [support-notifications builder 4/7] COPY go.mod vendor* ./ 10:30:10 #86 ... 10:30:10 10:30:10 #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 10:30:10 #77 12.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:30:10 #77 14.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:30:10 #77 ... 10:30:10 10:30:10 #86 [support-notifications builder 4/7] COPY go.mod vendor* ./ 10:30:10 #86 DONE 0.5s 10:30:10 10:30:10 #87 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:30:10 #87 ... 10:30:10 10:30:10 #72 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 10:30:10 #72 17.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:30:10 #72 18.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:30:10 #72 ... 10:30:10 10:30:10 #78 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 10:30:10 #78 6.183 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:30:10 #78 8.332 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:30:11 #78 ... 10:30:11 10:30:11 #74 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 10:30:11 #74 27.60 OK: 239 MiB in 58 packages 10:30:12 #74 ... 10:30:12 10:30:12 #79 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 10:30:12 #79 10.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:30:12 #79 12.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:30:12 #79 ... 10:30:12 10:30:12 #72 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 10:30:12 #72 28.00 OK: 239 MiB in 58 packages 10:30:12 #72 ... 10:30:12 10:30:12 #74 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 10:30:12 #74 DONE 28.8s 10:30:12 10:30:12 #88 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 10:30:12 #88 ... 10:30:12 10:30:12 #72 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 10:30:12 #72 DONE 29.4s 10:30:12 10:30:12 #89 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 10:30:13 #89 ... 10:30:13 10:30:13 #88 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 10:30:13 #88 DONE 0.8s 10:30:13 10:30:13 #90 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:30:13 #90 ... 10:30:13 10:30:13 #67 [core-metadata stage-1 3/8] RUN apk --no-cache upgrade 10:30:13 #67 27.05 OK: 9 MiB in 15 packages 10:30:13 #67 DONE 29.1s 10:30:13 10:30:13 #89 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 10:30:13 #89 DONE 0.9s 10:30:13 10:30:13 #76 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 10:30:13 #76 8.240 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:30:13 #76 10.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:30:13 #76 ... 10:30:13 10:30:13 #91 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:30:13 #91 ... 10:30:13 10:30:13 #80 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 10:30:13 #80 10.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:30:13 #80 12.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:30:14 #80 ... 10:30:14 10:30:14 #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 10:30:14 #77 25.75 OK: 9 MiB in 16 packages 10:30:15 #77 DONE 27.2s 10:30:15 10:30:15 #79 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 10:30:15 #79 22.95 OK: 11 MiB in 17 packages 10:30:15 #79 ... 10:30:15 10:30:15 #75 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 10:30:15 #75 21.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:30:15 #75 24.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:30:15 #75 ... 10:30:15 10:30:15 #92 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 10:30:16 #92 ... 10:30:16 10:30:16 #79 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 10:30:16 #79 DONE 24.6s 10:30:16 10:30:16 #70 [core-data stage-1 3/7] RUN apk --no-cache upgrade 10:30:16 #70 13.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:30:16 #70 ... 10:30:16 10:30:16 #68 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 10:30:16 #68 29.60 (1/1) Installing dumb-init (1.2.5-r3) 10:30:16 #68 31.62 Executing busybox-1.36.1-r29.trigger 10:30:16 #68 31.83 OK: 9 MiB in 15 packages 10:30:16 #68 DONE 34.3s 10:30:16 10:30:16 #81 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 10:30:16 #81 11.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:30:16 #81 ... 10:30:16 10:30:16 #76 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 10:30:16 #76 21.10 OK: 10 MiB in 19 packages 10:30:17 #76 DONE 22.2s 10:30:17 10:30:17 #93 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:30:18 #93 ... 10:30:18 10:30:18 #70 [core-data stage-1 3/7] RUN apk --no-cache upgrade 10:30:18 #70 24.22 OK: 9 MiB in 15 packages 10:30:18 #70 DONE 26.0s 10:30:18 10:30:18 #81 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 10:30:18 #81 22.39 OK: 20 MiB in 18 packages 10:30:18 #81 DONE 23.6s 10:30:18 10:30:18 #78 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 10:30:18 #78 18.45 OK: 15 MiB in 28 packages 10:30:18 #78 DONE 19.8s 10:30:18 10:30:18 #94 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 10:30:19 #94 DONE 0.6s 10:30:19 10:30:19 #80 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 10:30:19 #80 24.94 OK: 20 MiB in 18 packages 10:30:20 #80 DONE 26.8s 10:30:20 10:30:20 #75 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 10:30:20 #75 34.29 OK: 239 MiB in 58 packages 10:30:20 #75 DONE 36.5s 10:30:20 10:30:20 #95 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 10:30:20 #95 ... 10:30:20 10:30:20 #96 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 10:30:20 #96 DONE 2.6s 10:30:20 10:30:20 #97 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:30:20 #97 ... 10:30:20 10:30:20 #92 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 10:30:20 #92 DONE 5.6s 10:30:20 10:30:20 #98 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 10:30:20 #98 ... 10:30:20 10:30:20 #95 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 10:30:20 #95 DONE 0.9s 10:30:20 10:30:20 #98 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 10:30:20 #98 DONE 0.4s 10:30:20 10:30:20 #99 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:30:21 #99 ... 10:30:21 10:30:21 #85 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 10:30:21 #85 4.142 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:30:21 #85 5.948 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:30:21 #85 ... 10:30:21 10:30:21 #84 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 10:30:21 #84 22.46 OK: 239 MiB in 58 packages 10:30:21 #84 DONE 23.7s 10:30:21 10:30:21 #85 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 10:30:21 #85 14.60 OK: 9 MiB in 18 packages 10:30:22 #85 DONE 15.3s 10:30:22 10:30:22 #100 [core-keeper builder 5/8] COPY go.mod vendor* ./ 10:30:22 #100 DONE 0.8s 10:30:22 10:30:22 #101 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:30:24 #101 ... 10:30:24 10:30:24 #93 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:30:24 #93 DONE 6.7s 10:30:24 10:30:24 #102 [security-spire-server stage-2 5/9] COPY Attribution.txt / 10:30:24 #102 DONE 0.2s 10:30:24 10:30:24 #103 [security-spire-server stage-2 6/9] COPY security.txt / 10:30:24 #103 DONE 0.3s 10:30:24 10:30:24 #97 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:30:24 #97 DONE 4.6s 10:30:24 10:30:24 #104 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 10:30:25 #104 ... 10:30:25 10:30:25 #105 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 10:30:25 #105 DONE 0.3s 10:30:25 10:30:25 #104 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 10:30:25 #104 DONE 0.4s 10:30:25 10:30:25 #106 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 10:30:25 #106 DONE 0.3s 10:30:25 10:30:25 #107 [security-spire-agent stage-3 7/10] COPY security.txt / 10:30:25 #107 DONE 0.3s 10:30:25 10:30:25 #108 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 10:30:25 #108 DONE 0.2s 10:30:25 10:30:25 #109 [security-spire-server] exporting to image 10:30:25 #109 exporting layers 10:30:26 #109 ... 10:30:26 10:30:26 #110 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 10:30:26 #110 DONE 0.3s 10:30:26 10:30:26 #111 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 10:30:26 #111 DONE 0.2s 10:30:26 10:30:26 #112 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:30:26 #112 DONE 3.8s 10:30:26 10:30:26 #113 [security-spire-config stage-2 5/10] COPY Attribution.txt / 10:30:26 #113 ... 10:30:26 10:30:26 #114 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 10:30:26 #114 DONE 0.2s 10:30:26 10:30:26 #113 [security-spire-config stage-2 5/10] COPY Attribution.txt / 10:30:26 #113 DONE 0.2s 10:30:26 10:30:26 #109 [security-spire-agent] exporting to image 10:30:26 #109 ... 10:30:26 10:30:26 #115 [security-spire-config stage-2 6/10] COPY security.txt / 10:30:26 #115 DONE 0.2s 10:30:27 10:30:27 #116 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 10:30:27 #116 DONE 0.2s 10:30:27 10:30:27 #117 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 10:30:27 #117 DONE 0.2s 10:30:27 10:30:27 #118 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 10:30:27 #118 DONE 0.3s 10:30:27 10:30:27 #87 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:30:27 #87 ... 10:30:27 10:30:27 #109 [security-spire-config] exporting to image 10:30:29 #109 exporting layers 3.7s done 10:30:29 #109 writing image sha256:f1cf0a3fba3bc8b59ad208a2d22c92b58c504a68991b1f654e794d5d8702c220 0.0s done 10:30:29 #109 naming to docker.io/library/security-spire-server-arm64 done 10:30:29 #109 exporting layers 3.4s done 10:30:29 #109 writing image sha256:72aabeb32110154cfa6e5550a72dff3f9d61d84b5354383c70e6d1aef2eb3821 done 10:30:29 #109 naming to docker.io/library/security-spire-agent-arm64 done 10:30:30 #109 exporting layers 2.6s done 10:30:30 #109 writing image sha256:541fdb45ab544500036ba5877d2de5c386527fb33ccecd47e0af2f48da94da74 done 10:30:30 #109 naming to docker.io/library/security-spire-config-arm64 done 10:30:30 #109 DONE 3.7s 10:30:30 10:30:30 #91 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:31:15 #154 ... 10:31:15 10:31:15 #144 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 10:31:15 #144 DONE 98.5s 10:31:15 10:31:15 #150 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 10:31:15 #150 DONE 98.5s 10:31:15 10:31:15 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 10:31:15 #155 DONE 0.3s 10:31:15 10:31:15 #156 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 10:31:15 #156 DONE 0.2s 10:31:15 10:31:15 #157 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 10:31:15 #157 ... 10:31:15 10:31:15 #158 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 10:31:15 #158 DONE 0.3s 10:31:15 10:31:15 #159 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 10:31:15 #159 DONE 0.3s 10:31:15 10:31:15 #160 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 10:31:15 #160 DONE 0.2s 10:31:15 10:31:15 #161 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 10:31:15 #161 DONE 0.2s 10:31:15 10:31:15 #162 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:31:15 #162 ... 10:31:15 10:31:15 #157 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 10:31:15 #157 DONE 1.8s 10:31:15 10:31:15 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 10:31:15 #163 DONE 0.3s 10:31:15 10:31:15 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:31:15 #147 ... 10:31:15 10:31:15 #162 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:31:15 #162 DONE 1.2s 10:31:15 10:31:15 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 10:31:15 #164 DONE 0.2s 10:31:15 10:31:15 #103 [core-common-config-bootstrapper] exporting to image 10:31:15 #103 exporting layers 10:31:15 #103 ... 10:31:15 10:31:15 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:31:15 #165 DONE 0.3s 10:31:15 10:31:15 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 10:31:15 #166 DONE 0.1s 10:31:15 10:31:15 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:31:15 #147 ... 10:31:15 10:31:15 #103 [core-common-config-bootstrapper] exporting to image 10:31:15 #103 exporting layers 0.6s done 10:31:15 #103 writing image sha256:dd9cacf0f2d15289d8647dbd38761e8ecfaec8dab05e0713cf7652beb2be2fff done 10:31:15 #103 naming to docker.io/library/core-common-config-bootstrapper done 10:31:15 #103 DONE 1.7s 10:31:15 10:31:15 #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/ 10:31:15 #167 DONE 0.2s 10:31:15 10:31:15 #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/ 10:31:15 #168 DONE 0.1s 10:31:15 10:31:15 #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:31:15 #151 ... 10:31:15 10:31:15 #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/ 10:31:15 #169 DONE 0.1s 10:31:15 10:31:15 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 10:31:15 #170 DONE 0.1s 10:31:15 10:31:15 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 10:31:15 #171 DONE 1.9s 10:31:15 10:31:15 #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:31:15 #151 ... 10:31:15 10:31:15 #103 [security-bootstrapper] exporting to image 10:31:15 #103 exporting layers 0.7s done 10:31:15 #103 writing image sha256:706d3b9226bfc2825deca5b83a73ab2621f681f0a7609d0fdb97bad0c7ce6957 done 10:31:15 #103 naming to docker.io/library/security-bootstrapper done 10:31:15 #103 DONE 2.4s 10:31:15 10:31:15 #145 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 10:32:07 #91 DONE 103.5s 10:32:07 10:32:07 #37 [security-spire-config stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 10:32:07 #37 ... 10:32:07 10:32:07 #90 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:32:07 #90 DONE 104.2s 10:32:07 10:32:07 #99 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:32:07 #99 DONE 96.4s 10:32:07 10:32:07 #87 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:32:07 #87 DONE 106.9s 10:32:07 10:32:07 #119 [support-notifications builder 6/7] COPY . . 10:32:07 #119 ... 10:32:07 10:32:07 #83 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:32:07 #83 DONE 110.7s 10:32:07 10:32:07 #120 [core-command builder 6/7] COPY . . 10:32:07 #120 ... 10:32:07 10:32:07 #101 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:32:07 #101 DONE 96.1s 10:32:07 10:32:07 #121 [core-keeper builder 7/8] COPY . . 10:32:07 #121 ... 10:32:07 10:32:07 #122 [security-spiffe-token-provider builder 6/7] COPY . . 10:32:07 #122 DONE 1.9s 10:32:07 10:32:07 #123 [support-scheduler builder 6/7] COPY . . 10:32:07 #123 DONE 1.9s 10:32:07 10:32:07 #124 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 10:32:07 #124 CACHED 10:32:07 10:32:07 #125 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:32:07 #125 CACHED 10:32:07 10:32:07 #126 [core-common-config-bootstrapper builder 6/7] COPY . . 10:32:07 #126 CACHED 10:32:07 10:32:07 #127 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:32:07 #127 CACHED 10:32:07 10:32:07 #128 [core-data builder 6/7] COPY . . 10:32:07 #128 CACHED 10:32:07 10:32:07 #129 [core-data builder 4/7] COPY go.mod vendor* ./ 10:32:07 #129 CACHED 10:32:07 10:32:07 #130 [core-metadata builder 4/7] COPY go.mod vendor* ./ 10:32:07 #130 CACHED 10:32:07 10:32:07 #131 [core-metadata builder 6/7] COPY . . 10:32:07 #131 CACHED 10:32:07 10:32:07 #132 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:32:07 #132 CACHED 10:32:07 10:32:07 #133 [security-proxy-auth builder 6/7] COPY . . 10:32:07 #133 CACHED 10:32:07 10:32:07 #134 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:32:07 #134 CACHED 10:32:07 10:32:07 #135 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 10:32:07 #135 CACHED 10:32:07 10:32:07 #119 [support-notifications builder 6/7] COPY . . 10:32:07 #119 DONE 1.9s 10:32:07 10:32:07 #120 [core-command builder 6/7] COPY . . 10:32:07 #120 DONE 1.8s 10:32:07 10:32:07 #136 [security-bootstrapper builder 6/7] COPY . . 10:32:07 #136 DONE 2.0s 10:32:07 10:32:07 #137 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:32:07 #137 ... 10:32:07 10:32:07 #138 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:32:07 #138 CACHED 10:32:07 10:32:07 #139 [security-proxy-setup builder 6/7] COPY . . 10:32:07 #139 CACHED 10:32:07 10:32:07 #140 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 10:32:07 #140 CACHED 10:32:07 10:32:07 #141 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 10:32:07 #141 CACHED 10:32:07 10:32:07 #142 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:32:07 #142 CACHED 10:32:07 10:32:07 #143 [security-secretstore-setup builder 6/7] COPY . . 10:32:07 #143 CACHED 10:32:07 10:32:07 #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:32:07 #144 ... 10:32:07 10:32:07 #121 [core-keeper builder 7/8] COPY . . 10:32:07 #121 DONE 1.9s 10:32:07 10:32:07 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:32:07 #145 4.935 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 10:32:07 #145 ... 10:32:07 10:32:07 #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:32:07 #144 6.242 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:32:09 #144 ... 10:32:09 10:32:09 #146 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 10:32:09 #0 5.558 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 10:32:09 #146 ... 10:32:09 10:32:09 #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:32:09 #0 5.216 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:32:09 #147 ... 10:32:09 10:32:09 #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 10:32:09 #0 6.361 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:32:09 #148 ... 10:32:09 10:32:09 #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:32:09 #0 5.361 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:32:09 #149 ... 10:32:09 10:32:09 #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 10:32:10 #0 5.683 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 10:32:10 #150 ... 10:32:10 10:32:10 #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 10:32:10 #0 5.144 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 10:32:10 #151 ... 10:32:10 10:32:10 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:32:10 #0 4.200 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 10:32:10 #152 ... 10:32:10 10:32:10 #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:32:10 #0 4.640 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 10:32:10 #153 ... 10:32:10 10:32:10 #154 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 10:32:10 #0 6.154 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 10:32:10 #154 ... 10:32:10 10:32:10 #137 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:32:10 #137 6.737 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:32:12 #145 ... 10:32:12 10:32:12 #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 10:32:12 #154 161.1 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:32:24 #154 ... 10:32:24 10:32:24 #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 10:32:24 #149 DONE 174.7s 10:32:24 10:32: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 10:32:24 #154 DONE 174.7s 10:32:24 10:32:24 #145 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 10:32:24 #145 DONE 174.7s 10:32:24 10:32:24 #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 10:32:24 #148 DONE 174.8s 10:32:24 10:32:24 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:32:24 #153 DONE 174.7s 10:32:24 10:32:24 #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:32:24 #143 DONE 174.7s 10:32:24 10:32:24 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:32:24 #147 DONE 174.7s 10:32:24 10:32:24 #172 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 10:32:24 #172 ... 10:32:24 10:32:24 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:32:24 #152 DONE 174.9s 10:32:24 10:32:24 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:32:24 #146 DONE 174.9s 10:32:24 10:32:24 #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:32:24 #151 DONE 175.0s 10:32:24 10:32:24 #173 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 10:32:24 #173 DONE 0.3s 10:32:24 10:32:24 #174 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:32:24 #174 DONE 0.2s 10:32:24 10:32:24 #172 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 10:32:24 #172 DONE 0.3s 10:32:24 10:32:24 #175 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 10:32:24 #175 DONE 0.2s 10:32:24 10:32:24 #176 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:32:24 #176 DONE 0.2s 10:32:24 10:32:24 #177 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:32:24 #177 DONE 0.2s 10:32:24 10:32:24 #178 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 10:32:24 #178 DONE 0.2s 10:32:24 10:32:24 #179 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 10:32:24 #179 ... 10:32:24 10:32:24 #180 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 10:32:24 #180 DONE 0.1s 10:32:24 10:32:24 #181 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 10:32:24 #181 CACHED 10:32:24 10:32:24 #182 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 10:32:24 #182 CACHED 10:32:24 10:32:24 #183 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 10:32:24 #183 DONE 0.1s 10:32:24 10:32:24 #184 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 10:32:24 #184 CACHED 10:32:24 10:32:24 #185 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 10:32:24 #185 CACHED 10:32:24 10:32:24 #186 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:32:24 #186 DONE 0.2s 10:32:24 10:32:24 #187 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 10:32:24 #187 DONE 0.4s 10:32:24 10:32:24 #188 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 10:32:24 #188 ... 10:32:24 10:32:24 #189 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:32:24 #189 DONE 0.4s 10:32:24 10:32:24 #190 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:32:24 #190 DONE 0.4s 10:32:24 10:32:24 #191 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:32:24 #191 DONE 0.3s 10:32:24 10:32:24 #179 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 10:32:24 #179 DONE 0.4s 10:32:24 10:32:24 #192 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:32:24 #192 DONE 0.4s 10:32:24 10:32:24 #193 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:32:24 #193 ... 10:32:24 10:32:24 #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 10:32:24 #194 DONE 0.7s 10:32:24 10:32:24 #195 [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 10:32:24 #195 ... 10:32:24 10:32:24 #196 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 10:32:24 #196 DONE 1.0s 10:32:24 10:32:24 #188 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 10:32:24 #188 DONE 1.3s 10:32:24 10:32:24 #197 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:32:24 #197 DONE 1.3s 10:32:24 10:32:24 #198 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:32:24 #198 DONE 1.3s 10:32:24 10:32:24 #199 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:32:24 #199 DONE 1.1s 10:32:24 10:32:24 #200 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 10:32:24 #200 ... 10:32:24 10:32:24 #201 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 10:32:24 #201 DONE 1.3s 10:32:24 10:32:24 #202 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:32:24 #202 DONE 1.3s 10:32:24 10:32:24 #203 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 10:32:24 #203 DONE 1.3s 10:32:24 10:32:24 #195 [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 10:32:24 #195 DONE 0.9s 10:32:24 10:32:24 #204 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 10:32:24 #204 DONE 0.1s 10:32:24 10:32:24 #193 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:32:24 #193 DONE 1.3s 10:32:24 10:32:24 #205 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 10:32:24 #205 DONE 0.4s 10:32:24 10:32:24 #206 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 10:32:24 #206 DONE 0.4s 10:32:24 10:32:24 #207 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 10:32:24 #207 DONE 0.4s 10:32:24 10:32:24 #200 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 10:32:24 #200 DONE 0.4s 10:32:24 10:32:24 #208 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 10:32:24 #208 DONE 0.2s 10:32:24 10:32:24 #209 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 10:32:24 #209 DONE 0.2s 10:32:24 10:32:24 #103 [security-spiffe-token-provider] exporting to image 10:32:24 #103 exporting layers 0.2s done 10:32:24 #103 ... 10:32:24 10:32:24 #210 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 10:32:24 #210 DONE 0.3s 10:32:24 10:32:24 #211 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:32:24 #211 DONE 0.3s 10:32:24 10:32:24 #212 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 10:32:24 #212 DONE 0.3s 10:32:24 10:32:24 #213 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 10:32:24 #213 DONE 0.4s 10:32:24 10:32:24 #214 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 10:32:24 #214 DONE 0.4s 10:32:24 10:32:24 #103 [core-metadata] exporting to image 10:32:24 #103 exporting layers 0.3s done 10:32:25 #103 writing image sha256:edcc740f5476d24c0885271a80d416489133d58a69bd77dc9c4553b6d4c8598a 10:32:25 #103 ... 10:32:25 10:32:25 #215 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:32:25 #215 DONE 0.2s 10:32:25 10:32:25 #216 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 10:32:25 #216 DONE 0.2s 10:32:25 10:32:25 #103 [core-keeper] exporting to image 10:32:25 #103 exporting layers 0.5s done 10:32:25 #103 writing image sha256:edcc740f5476d24c0885271a80d416489133d58a69bd77dc9c4553b6d4c8598a 0.0s done 10:32:25 #103 writing image sha256:e6274af6a5cd386024dd689b39d1ee63f5a848e7c12a21ffbe9ec20cfc875d85 0.0s done 10:32:25 #103 writing image sha256:60477155802204180b11e9c408b2d254ae297a792b36601676a70c5e0252046a 0.0s done 10:32:25 #103 naming to docker.io/library/core-data done 10:32:25 #103 naming to docker.io/library/core-command done 10:32:25 #103 naming to docker.io/library/core-keeper done 10:32:25 #103 writing image sha256:83fbe077c496d3a646ec991c34eeb0b6f904c259c0f7337c45c78dad48646c4f 10:32:25 #103 exporting layers 0.3s done 10:32:25 #103 writing image sha256:83fbe077c496d3a646ec991c34eeb0b6f904c259c0f7337c45c78dad48646c4f 0.0s done 10:32:25 #103 writing image sha256:aecae6d30c71bb7459e6e8e54c9fa15c04586f122ca04b0c51defb7f0ba6b379 0.0s done 10:32:25 #103 naming to docker.io/library/security-spiffe-token-provider done 10:32:25 #103 writing image sha256:e9cee49fe59330bbba79d0c8434c947d725bae61f68c08cec5a6ef1e7f5e93de done 10:32:25 #103 naming to docker.io/library/support-notifications done 10:32:25 #103 naming to docker.io/library/core-metadata done 10:32:25 #103 writing image sha256:33fe674726c82957d8bf163dc0fdc9256d170906393735462ef83f67e12987ea 10:32:25 #103 ... 10:32:25 10:32:25 #217 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:32:25 #217 DONE 0.4s 10:32:25 10:32:25 #218 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:32:25 #218 DONE 0.6s 10:32:25 10:32:25 #219 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:32:25 #219 DONE 0.1s 10:32:25 10:32:25 #103 [security-proxy-auth] exporting to image 10:32:25 #103 writing image sha256:33fe674726c82957d8bf163dc0fdc9256d170906393735462ef83f67e12987ea done 10:32:25 #103 naming to docker.io/library/support-scheduler done 10:32:25 #103 ... 10:32:25 10:32:25 #220 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:32:25 #220 DONE 0.6s 10:32:25 10:32:25 #103 [security-proxy-setup] exporting to image 10:32:26 #103 ... 10:32:26 10:32:26 #221 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:32:26 #221 DONE 0.4s 10:32:26 10:32:26 #103 [security-proxy-setup] exporting to image 10:32:26 #103 exporting layers 0.2s done 10:32:26 #103 writing image sha256:05a3350d8b03d0d48ddce1a6fb113733145f06e2410236d073ab22bfda71ed60 done 10:32:26 #103 naming to docker.io/library/security-proxy-setup done 10:32:26 #103 exporting layers 0.2s done 10:32:26 #103 writing image sha256:16af76a67a960fa94d1661c5cea09729508425815a545ce055288a42cc5e52d0 done 10:32:26 #103 naming to docker.io/library/security-proxy-auth done 10:32:26 #103 writing image sha256:6ee9837e722483102b3cb7ed5ea6600e846557252596169295ae70bb82d0c4d8 done 10:32:26 #103 naming to docker.io/library/security-secretstore-setup done 10:32:26 #103 DONE 4.1s 10:32:26 10:32:26 #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 10:32:26 time="2025-06-20T10:27:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:32:26 time="2025-06-20T10:27:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:32:26 time="2025-06-20T10:27:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:32:26 time="2025-06-20T10:27:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:32:26 time="2025-06-20T10:27:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:32:26 time="2025-06-20T10:27:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:32:26 time="2025-06-20T10:27:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:32:26 time="2025-06-20T10:27:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:32:26 time="2025-06-20T10:27:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:32:26 time="2025-06-20T10:27:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:32:26 time="2025-06-20T10:27:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:32:26 time="2025-06-20T10:27:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:32:26 time="2025-06-20T10:27:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:32:26 time="2025-06-20T10:27:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:32:26 time="2025-06-20T10:27:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 10:32:26 $ docker stop --time=1 e0195ba5104525b213334018f3bdf43e7a3c84951f2331279501278a3a0c59c5 10:32:27 $ docker rm -f --volumes e0195ba5104525b213334018f3bdf43e7a3c84951f2331279501278a3a0c59c5 [Pipeline] // withDockerContainer [Pipeline] sh 10:32:27 + docker images 10:32:27 REPOSITORY TAG IMAGE ID CREATED SIZE 10:32:27 security-secretstore-setup latest 6ee9837e7224 2 seconds ago 68.7MB 10:32:27 security-proxy-setup latest 05a3350d8b03 2 seconds ago 38.5MB 10:32:27 security-proxy-auth latest 16af76a67a96 2 seconds ago 31.8MB 10:32:27 core-command latest e6274af6a5cd 3 seconds ago 28.4MB 10:32:27 core-metadata latest e9cee49fe593 3 seconds ago 33.1MB 10:32:27 core-keeper latest edcc740f5476 3 seconds ago 32.5MB 10:32:27 support-scheduler latest 33fe674726c8 3 seconds ago 48.8MB 10:32:27 support-notifications latest 83fbe077c496 3 seconds ago 52.4MB 10:32:27 security-spiffe-token-provider latest aecae6d30c71 3 seconds ago 47.7MB 10:32:27 core-data latest 604771558022 3 seconds ago 32.9MB 10:32:27 security-bootstrapper latest 706d3b9226bf About a minute ago 20.4MB 10:32:27 core-common-config-bootstrapper latest dd9cacf0f2d1 About a minute ago 17.1MB 10:32:27 security-spire-server latest bf83acc327a0 3 minutes ago 149MB 10:32:27 security-spire-config latest 39081bf4203a 3 minutes ago 149MB 10:32:27 security-spire-agent latest 0604c6ca004c 3 minutes ago 195MB 10:32:27 ci-base-image-x86_64 latest 219cc8dc26ab 7 minutes ago 925MB 10:32:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine ea6120ae94a0 2 days ago 574MB 10:32:27 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 3 weeks ago 573MB 10:32:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 2 years ago 334MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:32:28 provisioning config files... 10:32:28 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/857@tmp/config11080386440234573769tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:32:28 ---> ****-login.sh 10:32:28 nexus3.edgexfoundry.org:10001 10:32:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:32:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:32:28 Configure a credential helper to remove this warning. See 10:32:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:32:28 10:32:28 Login Succeeded 10:32:28 nexus3.edgexfoundry.org:10002 10:32:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:32:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:32:28 Configure a credential helper to remove this warning. See 10:32:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:32:28 10:32:28 Login Succeeded 10:32:28 nexus3.edgexfoundry.org:10003 10:32:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:32:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:32:28 Configure a credential helper to remove this warning. See 10:32:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:32:28 10:32:28 Login Succeeded 10:32:28 nexus3.edgexfoundry.org:10004 10:32:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:32:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:32:28 Configure a credential helper to remove this warning. See 10:32:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:32:28 10:32:28 Login Succeeded 10:32:28 ****.io 10:32:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:32:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:32:28 Configure a credential helper to remove this warning. See 10:32:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:32:28 10:32:28 Login Succeeded 10:32:28 ---> ****-login.sh ends [Pipeline] } 10:32:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:32:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 10:32:29 [edgeXDocker.push] Tagging docker image core-command with the following tags: 10:32:29 9304f160789e41c5c58b4be9994841ed5e82e09f 10:32:29 latest 10:32:29 4.1.0-dev.26 10:32:29 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:32:29 main 10:32:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:29 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:29 + docker push nexus3.edgexfoundry.org:10004/core-command:9304f160789e41c5c58b4be9994841ed5e82e09f 10:32:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:32:29 6f36a5005088: Preparing 10:32:29 61303cec9567: Preparing 10:32:29 47130cca76ab: Preparing 10:32:29 79d996c828fa: Preparing 10:32:29 dfa5b52d2111: Preparing 10:32:29 451f1a03b084: Preparing 10:32:29 994456c4fd7b: Preparing 10:32:29 451f1a03b084: Waiting 10:32:29 994456c4fd7b: Waiting 10:32:29 47130cca76ab: Pushed 10:32:29 6f36a5005088: Pushed 10:32:29 dfa5b52d2111: Pushed 10:32:29 79d996c828fa: Pushed 10:32:29 994456c4fd7b: Layer already exists 10:32:29 451f1a03b084: Pushed 10:32:31 61303cec9567: Pushed 10:32:31 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:a3c27ddaf7a4e77b65c9273c8b3cdd0068b89c963319e70140278cf1f78e310c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:32 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:32 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 10:32:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:32:32 6f36a5005088: Preparing 10:32:32 61303cec9567: Preparing 10:32:32 47130cca76ab: Preparing 10:32:32 79d996c828fa: Preparing 10:32:32 dfa5b52d2111: Preparing 10:32:32 451f1a03b084: Preparing 10:32:32 994456c4fd7b: Preparing 10:32:32 451f1a03b084: Waiting 10:32:32 6f36a5005088: Layer already exists 10:32:32 47130cca76ab: Layer already exists 10:32:32 79d996c828fa: Layer already exists 10:32:32 dfa5b52d2111: Layer already exists 10:32:32 61303cec9567: Layer already exists 10:32:32 994456c4fd7b: Layer already exists 10:32:32 451f1a03b084: Layer already exists 10:32:32 latest: digest: sha256:a3c27ddaf7a4e77b65c9273c8b3cdd0068b89c963319e70140278cf1f78e310c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:32 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:33 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.26 10:32:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:32:33 6f36a5005088: Preparing 10:32:33 61303cec9567: Preparing 10:32:33 47130cca76ab: Preparing 10:32:33 79d996c828fa: Preparing 10:32:33 dfa5b52d2111: Preparing 10:32:33 451f1a03b084: Preparing 10:32:33 994456c4fd7b: Preparing 10:32:33 994456c4fd7b: Waiting 10:32:33 451f1a03b084: Waiting 10:32:33 6f36a5005088: Layer already exists 10:32:33 dfa5b52d2111: Layer already exists 10:32:33 47130cca76ab: Layer already exists 10:32:33 79d996c828fa: Layer already exists 10:32:33 61303cec9567: Layer already exists 10:32:33 451f1a03b084: Layer already exists 10:32:33 994456c4fd7b: Layer already exists 10:32:33 4.1.0-dev.26: digest: sha256:a3c27ddaf7a4e77b65c9273c8b3cdd0068b89c963319e70140278cf1f78e310c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:33 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:33 + docker push nexus3.edgexfoundry.org:10004/core-command:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:32:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:32:33 6f36a5005088: Preparing 10:32:33 61303cec9567: Preparing 10:32:33 47130cca76ab: Preparing 10:32:33 79d996c828fa: Preparing 10:32:33 dfa5b52d2111: Preparing 10:32:33 451f1a03b084: Preparing 10:32:33 994456c4fd7b: Preparing 10:32:33 451f1a03b084: Waiting 10:32:33 994456c4fd7b: Waiting 10:32:33 61303cec9567: Layer already exists 10:32:33 dfa5b52d2111: Layer already exists 10:32:33 47130cca76ab: Layer already exists 10:32:33 6f36a5005088: Layer already exists 10:32:33 79d996c828fa: Layer already exists 10:32:33 451f1a03b084: Layer already exists 10:32:33 994456c4fd7b: Layer already exists 10:32:33 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:a3c27ddaf7a4e77b65c9273c8b3cdd0068b89c963319e70140278cf1f78e310c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:34 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:34 + docker push nexus3.edgexfoundry.org:10004/core-command:main 10:32:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:32:34 6f36a5005088: Preparing 10:32:34 61303cec9567: Preparing 10:32:34 47130cca76ab: Preparing 10:32:34 79d996c828fa: Preparing 10:32:34 dfa5b52d2111: Preparing 10:32:34 451f1a03b084: Preparing 10:32:34 994456c4fd7b: Preparing 10:32:34 994456c4fd7b: Waiting 10:32:34 451f1a03b084: Waiting 10:32:34 47130cca76ab: Layer already exists 10:32:34 6f36a5005088: Layer already exists 10:32:34 61303cec9567: Layer already exists 10:32:34 dfa5b52d2111: Layer already exists 10:32:34 79d996c828fa: Layer already exists 10:32:34 451f1a03b084: Layer already exists 10:32:34 994456c4fd7b: Layer already exists 10:32:34 main: digest: sha256:a3c27ddaf7a4e77b65c9273c8b3cdd0068b89c963319e70140278cf1f78e310c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:32:34 ===================================================== [Pipeline] echo 10:32:34 taggedImages: 10:32:34 - nexus3.edgexfoundry.org:10004/core-command:9304f160789e41c5c58b4be9994841ed5e82e09f 10:32:34 - nexus3.edgexfoundry.org:10004/core-command:latest 10:32:34 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.26 10:32:34 - nexus3.edgexfoundry.org:10004/core-command:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:32:34 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 10:32:34 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 10:32:34 9304f160789e41c5c58b4be9994841ed5e82e09f 10:32:34 latest 10:32:34 4.1.0-dev.26 10:32:34 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:32:34 main 10:32:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:35 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:35 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9304f160789e41c5c58b4be9994841ed5e82e09f 10:32:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 10:32:35 3c7aee9a7ea1: Preparing 10:32:35 acc888fda531: Preparing 10:32:35 4e946f0c869e: Preparing 10:32:35 ff6741f6cb39: Preparing 10:32:35 47130cca76ab: Preparing 10:32:35 79d996c828fa: Preparing 10:32:35 dfa5b52d2111: Preparing 10:32:35 451f1a03b084: Preparing 10:32:35 994456c4fd7b: Preparing 10:32:35 79d996c828fa: Waiting 10:32:35 dfa5b52d2111: Waiting 10:32:35 451f1a03b084: Waiting 10:32:35 994456c4fd7b: Waiting 10:32:35 47130cca76ab: Layer already exists 10:32:35 79d996c828fa: Layer already exists 10:32:35 dfa5b52d2111: Layer already exists 10:32:35 451f1a03b084: Layer already exists 10:32:35 994456c4fd7b: Layer already exists 10:32:35 4e946f0c869e: Pushed 10:32:35 3c7aee9a7ea1: Pushed 10:32:35 acc888fda531: Pushed 10:32:36 ff6741f6cb39: Pushed 10:32:36 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:3f26f12632db5746e81a8ed7299b41fb4d5a189e1c988510c4ab91b056e2ba9e size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:37 + 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 10:32:37 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 10:32:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 10:32:37 3c7aee9a7ea1: Preparing 10:32:37 acc888fda531: Preparing 10:32:37 4e946f0c869e: Preparing 10:32:37 ff6741f6cb39: Preparing 10:32:37 47130cca76ab: Preparing 10:32:37 79d996c828fa: Preparing 10:32:37 dfa5b52d2111: Preparing 10:32:37 451f1a03b084: Preparing 10:32:37 994456c4fd7b: Preparing 10:32:37 451f1a03b084: Waiting 10:32:37 79d996c828fa: Waiting 10:32:37 dfa5b52d2111: Waiting 10:32:37 994456c4fd7b: Waiting 10:32:37 47130cca76ab: Layer already exists 10:32:37 4e946f0c869e: Layer already exists 10:32:37 acc888fda531: Layer already exists 10:32:37 3c7aee9a7ea1: Layer already exists 10:32:37 ff6741f6cb39: Layer already exists 10:32:37 994456c4fd7b: Layer already exists 10:32:37 79d996c828fa: Layer already exists 10:32:37 dfa5b52d2111: Layer already exists 10:32:37 451f1a03b084: Layer already exists 10:32:37 latest: digest: sha256:3f26f12632db5746e81a8ed7299b41fb4d5a189e1c988510c4ab91b056e2ba9e size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:37 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:38 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.26 10:32:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 10:32:38 3c7aee9a7ea1: Preparing 10:32:38 acc888fda531: Preparing 10:32:38 4e946f0c869e: Preparing 10:32:38 ff6741f6cb39: Preparing 10:32:38 47130cca76ab: Preparing 10:32:38 79d996c828fa: Preparing 10:32:38 dfa5b52d2111: Preparing 10:32:38 451f1a03b084: Preparing 10:32:38 994456c4fd7b: Preparing 10:32:38 79d996c828fa: Waiting 10:32:38 dfa5b52d2111: Waiting 10:32:38 451f1a03b084: Waiting 10:32:38 994456c4fd7b: Waiting 10:32:38 3c7aee9a7ea1: Layer already exists 10:32:38 4e946f0c869e: Layer already exists 10:32:38 ff6741f6cb39: Layer already exists 10:32:38 acc888fda531: Layer already exists 10:32:38 47130cca76ab: Layer already exists 10:32:38 79d996c828fa: Layer already exists 10:32:38 451f1a03b084: Layer already exists 10:32:38 994456c4fd7b: Layer already exists 10:32:38 dfa5b52d2111: Layer already exists 10:32:38 4.1.0-dev.26: digest: sha256:3f26f12632db5746e81a8ed7299b41fb4d5a189e1c988510c4ab91b056e2ba9e size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:38 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:38 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:32:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 10:32:38 3c7aee9a7ea1: Preparing 10:32:38 acc888fda531: Preparing 10:32:38 4e946f0c869e: Preparing 10:32:38 ff6741f6cb39: Preparing 10:32:38 47130cca76ab: Preparing 10:32:38 79d996c828fa: Preparing 10:32:38 dfa5b52d2111: Preparing 10:32:38 451f1a03b084: Preparing 10:32:38 994456c4fd7b: Preparing 10:32:38 dfa5b52d2111: Waiting 10:32:38 451f1a03b084: Waiting 10:32:38 79d996c828fa: Waiting 10:32:38 994456c4fd7b: Waiting 10:32:38 47130cca76ab: Layer already exists 10:32:38 ff6741f6cb39: Layer already exists 10:32:38 4e946f0c869e: Layer already exists 10:32:38 acc888fda531: Layer already exists 10:32:38 3c7aee9a7ea1: Layer already exists 10:32:38 451f1a03b084: Layer already exists 10:32:38 dfa5b52d2111: Layer already exists 10:32:38 79d996c828fa: Layer already exists 10:32:38 994456c4fd7b: Layer already exists 10:32:38 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:3f26f12632db5746e81a8ed7299b41fb4d5a189e1c988510c4ab91b056e2ba9e size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:39 + 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 10:32:39 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 10:32:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 10:32:39 3c7aee9a7ea1: Preparing 10:32:39 acc888fda531: Preparing 10:32:39 4e946f0c869e: Preparing 10:32:39 ff6741f6cb39: Preparing 10:32:39 47130cca76ab: Preparing 10:32:39 79d996c828fa: Preparing 10:32:39 dfa5b52d2111: Preparing 10:32:39 451f1a03b084: Preparing 10:32:39 994456c4fd7b: Preparing 10:32:39 79d996c828fa: Waiting 10:32:39 451f1a03b084: Waiting 10:32:39 dfa5b52d2111: Waiting 10:32:39 994456c4fd7b: Waiting 10:32:39 3c7aee9a7ea1: Layer already exists 10:32:39 47130cca76ab: Layer already exists 10:32:39 ff6741f6cb39: Layer already exists 10:32:39 acc888fda531: Layer already exists 10:32:39 4e946f0c869e: Layer already exists 10:32:39 79d996c828fa: Layer already exists 10:32:39 dfa5b52d2111: Layer already exists 10:32:39 994456c4fd7b: Layer already exists 10:32:39 451f1a03b084: Layer already exists 10:32:39 main: digest: sha256:3f26f12632db5746e81a8ed7299b41fb4d5a189e1c988510c4ab91b056e2ba9e size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:32:39 ===================================================== [Pipeline] echo 10:32:39 taggedImages: 10:32:39 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9304f160789e41c5c58b4be9994841ed5e82e09f 10:32:39 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 10:32:39 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.26 10:32:39 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:32:39 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 10:32:39 [edgeXDocker.push] Tagging docker image core-data with the following tags: 10:32:39 9304f160789e41c5c58b4be9994841ed5e82e09f 10:32:39 latest 10:32:39 4.1.0-dev.26 10:32:39 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:32:39 main 10:32:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:39 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:40 + docker push nexus3.edgexfoundry.org:10004/core-data:9304f160789e41c5c58b4be9994841ed5e82e09f 10:32:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:32:40 2e714427e971: Preparing 10:32:40 0a37612e9d1d: Preparing 10:32:40 47130cca76ab: Preparing 10:32:40 79d996c828fa: Preparing 10:32:40 299f07067cfd: Preparing 10:32:40 fe7037b32d7f: Preparing 10:32:40 994456c4fd7b: Preparing 10:32:40 fe7037b32d7f: Waiting 10:32:40 994456c4fd7b: Waiting 10:32:40 47130cca76ab: Layer already exists 10:32:40 79d996c828fa: Layer already exists 10:32:40 994456c4fd7b: Layer already exists 10:32:40 299f07067cfd: Pushed 10:32:40 2e714427e971: Pushed 10:32:40 fe7037b32d7f: Pushed 10:32:43 0a37612e9d1d: Pushed 10:32:43 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:baac1b25db781589bea3a915acdb6947b03fa8461f0be32631588d1a70d915cd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:43 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:44 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 10:32:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:32:44 2e714427e971: Preparing 10:32:44 0a37612e9d1d: Preparing 10:32:44 47130cca76ab: Preparing 10:32:44 79d996c828fa: Preparing 10:32:44 299f07067cfd: Preparing 10:32:44 fe7037b32d7f: Preparing 10:32:44 994456c4fd7b: Preparing 10:32:44 994456c4fd7b: Waiting 10:32:44 fe7037b32d7f: Waiting 10:32:44 0a37612e9d1d: Layer already exists 10:32:44 299f07067cfd: Layer already exists 10:32:44 47130cca76ab: Layer already exists 10:32:44 2e714427e971: Layer already exists 10:32:44 79d996c828fa: Layer already exists 10:32:44 fe7037b32d7f: Layer already exists 10:32:44 994456c4fd7b: Layer already exists 10:32:44 latest: digest: sha256:baac1b25db781589bea3a915acdb6947b03fa8461f0be32631588d1a70d915cd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:44 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:44 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.26 10:32:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:32:44 2e714427e971: Preparing 10:32:44 0a37612e9d1d: Preparing 10:32:44 47130cca76ab: Preparing 10:32:44 79d996c828fa: Preparing 10:32:44 299f07067cfd: Preparing 10:32:44 fe7037b32d7f: Preparing 10:32:44 994456c4fd7b: Preparing 10:32:44 fe7037b32d7f: Waiting 10:32:44 994456c4fd7b: Waiting 10:32:44 79d996c828fa: Layer already exists 10:32:44 0a37612e9d1d: Layer already exists 10:32:44 47130cca76ab: Layer already exists 10:32:44 299f07067cfd: Layer already exists 10:32:44 2e714427e971: Layer already exists 10:32:44 fe7037b32d7f: Layer already exists 10:32:44 994456c4fd7b: Layer already exists 10:32:44 4.1.0-dev.26: digest: sha256:baac1b25db781589bea3a915acdb6947b03fa8461f0be32631588d1a70d915cd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:45 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:45 + docker push nexus3.edgexfoundry.org:10004/core-data:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:32:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:32:45 2e714427e971: Preparing 10:32:45 0a37612e9d1d: Preparing 10:32:45 47130cca76ab: Preparing 10:32:45 79d996c828fa: Preparing 10:32:45 299f07067cfd: Preparing 10:32:45 fe7037b32d7f: Preparing 10:32:45 994456c4fd7b: Preparing 10:32:45 fe7037b32d7f: Waiting 10:32:45 47130cca76ab: Layer already exists 10:32:45 79d996c828fa: Layer already exists 10:32:45 0a37612e9d1d: Layer already exists 10:32:45 299f07067cfd: Layer already exists 10:32:45 2e714427e971: Layer already exists 10:32:45 fe7037b32d7f: Layer already exists 10:32:45 994456c4fd7b: Layer already exists 10:32:45 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:baac1b25db781589bea3a915acdb6947b03fa8461f0be32631588d1a70d915cd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:45 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:46 + docker push nexus3.edgexfoundry.org:10004/core-data:main 10:32:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:32:46 2e714427e971: Preparing 10:32:46 0a37612e9d1d: Preparing 10:32:46 47130cca76ab: Preparing 10:32:46 79d996c828fa: Preparing 10:32:46 299f07067cfd: Preparing 10:32:46 fe7037b32d7f: Preparing 10:32:46 994456c4fd7b: Preparing 10:32:46 fe7037b32d7f: Waiting 10:32:46 994456c4fd7b: Waiting 10:32:46 299f07067cfd: Layer already exists 10:32:46 79d996c828fa: Layer already exists 10:32:46 0a37612e9d1d: Layer already exists 10:32:46 47130cca76ab: Layer already exists 10:32:46 2e714427e971: Layer already exists 10:32:46 fe7037b32d7f: Layer already exists 10:32:46 994456c4fd7b: Layer already exists 10:32:46 main: digest: sha256:baac1b25db781589bea3a915acdb6947b03fa8461f0be32631588d1a70d915cd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:32:46 ===================================================== [Pipeline] echo 10:32:46 taggedImages: 10:32:46 - nexus3.edgexfoundry.org:10004/core-data:9304f160789e41c5c58b4be9994841ed5e82e09f 10:32:46 - nexus3.edgexfoundry.org:10004/core-data:latest 10:32:46 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.26 10:32:46 - nexus3.edgexfoundry.org:10004/core-data:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:32:46 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 10:32:46 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 10:32:46 9304f160789e41c5c58b4be9994841ed5e82e09f 10:32:46 latest 10:32:46 4.1.0-dev.26 10:32:46 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:32:46 main 10:32:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:46 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:46 + docker push nexus3.edgexfoundry.org:10004/core-keeper:9304f160789e41c5c58b4be9994841ed5e82e09f 10:32:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 10:32:46 f62ddf4e26bd: Preparing 10:32:46 76c3b4f98d65: Preparing 10:32:46 79d996c828fa: Preparing 10:32:46 4a9da9800552: Preparing 10:32:46 5cc578b08c5f: Preparing 10:32:46 994456c4fd7b: Preparing 10:32:46 994456c4fd7b: Waiting 10:32:46 79d996c828fa: Layer already exists 10:32:46 994456c4fd7b: Layer already exists 10:32:46 5cc578b08c5f: Pushed 10:32:46 4a9da9800552: Pushed 10:32:46 f62ddf4e26bd: Pushed 10:32:49 76c3b4f98d65: Pushed 10:32:49 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:6cbf7ac8489d1bed7fdfff0b4c13c5c7d1fd07ca148a286cd2ff5b285724224c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:49 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:50 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 10:32:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 10:32:50 f62ddf4e26bd: Preparing 10:32:50 76c3b4f98d65: Preparing 10:32:50 79d996c828fa: Preparing 10:32:50 4a9da9800552: Preparing 10:32:50 5cc578b08c5f: Preparing 10:32:50 994456c4fd7b: Preparing 10:32:50 994456c4fd7b: Waiting 10:32:50 79d996c828fa: Layer already exists 10:32:50 5cc578b08c5f: Layer already exists 10:32:50 76c3b4f98d65: Layer already exists 10:32:50 4a9da9800552: Layer already exists 10:32:50 f62ddf4e26bd: Layer already exists 10:32:50 994456c4fd7b: Layer already exists 10:32:50 latest: digest: sha256:6cbf7ac8489d1bed7fdfff0b4c13c5c7d1fd07ca148a286cd2ff5b285724224c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:50 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:50 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.26 10:32:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 10:32:50 f62ddf4e26bd: Preparing 10:32:50 76c3b4f98d65: Preparing 10:32:50 79d996c828fa: Preparing 10:32:50 4a9da9800552: Preparing 10:32:50 5cc578b08c5f: Preparing 10:32:50 994456c4fd7b: Preparing 10:32:50 994456c4fd7b: Waiting 10:32:50 f62ddf4e26bd: Layer already exists 10:32:50 5cc578b08c5f: Layer already exists 10:32:50 79d996c828fa: Layer already exists 10:32:50 76c3b4f98d65: Layer already exists 10:32:50 4a9da9800552: Layer already exists 10:32:50 994456c4fd7b: Layer already exists 10:32:50 4.1.0-dev.26: digest: sha256:6cbf7ac8489d1bed7fdfff0b4c13c5c7d1fd07ca148a286cd2ff5b285724224c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:51 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:51 + docker push nexus3.edgexfoundry.org:10004/core-keeper:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:32:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 10:32:51 f62ddf4e26bd: Preparing 10:32:51 76c3b4f98d65: Preparing 10:32:51 79d996c828fa: Preparing 10:32:51 4a9da9800552: Preparing 10:32:51 5cc578b08c5f: Preparing 10:32:51 994456c4fd7b: Preparing 10:32:51 994456c4fd7b: Waiting 10:32:51 5cc578b08c5f: Layer already exists 10:32:51 f62ddf4e26bd: Layer already exists 10:32:51 76c3b4f98d65: Layer already exists 10:32:51 4a9da9800552: Layer already exists 10:32:51 79d996c828fa: Layer already exists 10:32:51 994456c4fd7b: Layer already exists 10:32:51 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:6cbf7ac8489d1bed7fdfff0b4c13c5c7d1fd07ca148a286cd2ff5b285724224c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:51 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:52 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 10:32:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 10:32:52 f62ddf4e26bd: Preparing 10:32:52 76c3b4f98d65: Preparing 10:32:52 79d996c828fa: Preparing 10:32:52 4a9da9800552: Preparing 10:32:52 5cc578b08c5f: Preparing 10:32:52 994456c4fd7b: Preparing 10:32:52 76c3b4f98d65: Layer already exists 10:32:52 79d996c828fa: Layer already exists 10:32:52 5cc578b08c5f: Layer already exists 10:32:52 f62ddf4e26bd: Layer already exists 10:32:52 4a9da9800552: Layer already exists 10:32:52 994456c4fd7b: Layer already exists 10:32:52 main: digest: sha256:6cbf7ac8489d1bed7fdfff0b4c13c5c7d1fd07ca148a286cd2ff5b285724224c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:32:52 ===================================================== [Pipeline] echo 10:32:52 taggedImages: 10:32:52 - nexus3.edgexfoundry.org:10004/core-keeper:9304f160789e41c5c58b4be9994841ed5e82e09f 10:32:52 - nexus3.edgexfoundry.org:10004/core-keeper:latest 10:32:52 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.26 10:32:52 - nexus3.edgexfoundry.org:10004/core-keeper:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:32:52 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 10:32:52 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 10:32:52 9304f160789e41c5c58b4be9994841ed5e82e09f 10:32:52 latest 10:32:52 4.1.0-dev.26 10:32:52 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:32:52 main 10:32:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:52 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:53 + docker push nexus3.edgexfoundry.org:10004/core-metadata:9304f160789e41c5c58b4be9994841ed5e82e09f 10:32:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:32:53 34cbcc2d1a81: Preparing 10:32:53 c6b747ba964a: Preparing 10:32:53 9473ebae6a28: Preparing 10:32:53 47130cca76ab: Preparing 10:32:53 79d996c828fa: Preparing 10:32:53 dfa5b52d2111: Preparing 10:32:53 451f1a03b084: Preparing 10:32:53 994456c4fd7b: Preparing 10:32:53 451f1a03b084: Waiting 10:32:53 994456c4fd7b: Waiting 10:32:53 dfa5b52d2111: Waiting 10:32:53 79d996c828fa: Layer already exists 10:32:53 47130cca76ab: Layer already exists 10:32:53 dfa5b52d2111: Layer already exists 10:32:53 451f1a03b084: Layer already exists 10:32:53 994456c4fd7b: Layer already exists 10:32:53 c6b747ba964a: Pushed 10:32:53 34cbcc2d1a81: Pushed 10:32:56 9473ebae6a28: Pushed 10:32:56 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:3a6babb3b9857d8687c0704b45428f75c0601a963b1617a1746676ec79a74111 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:56 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:56 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 10:32:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:32:56 34cbcc2d1a81: Preparing 10:32:56 c6b747ba964a: Preparing 10:32:56 9473ebae6a28: Preparing 10:32:56 47130cca76ab: Preparing 10:32:56 79d996c828fa: Preparing 10:32:56 dfa5b52d2111: Preparing 10:32:56 451f1a03b084: Preparing 10:32:56 994456c4fd7b: Preparing 10:32:56 dfa5b52d2111: Waiting 10:32:56 451f1a03b084: Waiting 10:32:56 994456c4fd7b: Waiting 10:32:56 c6b747ba964a: Layer already exists 10:32:56 47130cca76ab: Layer already exists 10:32:56 34cbcc2d1a81: Layer already exists 10:32:56 9473ebae6a28: Layer already exists 10:32:56 79d996c828fa: Layer already exists 10:32:56 dfa5b52d2111: Layer already exists 10:32:56 994456c4fd7b: Layer already exists 10:32:56 451f1a03b084: Layer already exists 10:32:56 latest: digest: sha256:3a6babb3b9857d8687c0704b45428f75c0601a963b1617a1746676ec79a74111 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:57 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:57 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.26 10:32:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:32:57 34cbcc2d1a81: Preparing 10:32:57 c6b747ba964a: Preparing 10:32:57 9473ebae6a28: Preparing 10:32:57 47130cca76ab: Preparing 10:32:57 79d996c828fa: Preparing 10:32:57 dfa5b52d2111: Preparing 10:32:57 451f1a03b084: Preparing 10:32:57 994456c4fd7b: Preparing 10:32:57 dfa5b52d2111: Waiting 10:32:57 451f1a03b084: Waiting 10:32:57 994456c4fd7b: Waiting 10:32:57 47130cca76ab: Layer already exists 10:32:57 79d996c828fa: Layer already exists 10:32:57 c6b747ba964a: Layer already exists 10:32:57 9473ebae6a28: Layer already exists 10:32:57 34cbcc2d1a81: Layer already exists 10:32:57 dfa5b52d2111: Layer already exists 10:32:57 451f1a03b084: Layer already exists 10:32:57 994456c4fd7b: Layer already exists 10:32:57 4.1.0-dev.26: digest: sha256:3a6babb3b9857d8687c0704b45428f75c0601a963b1617a1746676ec79a74111 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:57 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:58 + docker push nexus3.edgexfoundry.org:10004/core-metadata:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:32:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:32:58 34cbcc2d1a81: Preparing 10:32:58 c6b747ba964a: Preparing 10:32:58 9473ebae6a28: Preparing 10:32:58 47130cca76ab: Preparing 10:32:58 79d996c828fa: Preparing 10:32:58 dfa5b52d2111: Preparing 10:32:58 451f1a03b084: Preparing 10:32:58 994456c4fd7b: Preparing 10:32:58 dfa5b52d2111: Waiting 10:32:58 994456c4fd7b: Waiting 10:32:58 451f1a03b084: Waiting 10:32:58 34cbcc2d1a81: Layer already exists 10:32:58 c6b747ba964a: Layer already exists 10:32:58 9473ebae6a28: Layer already exists 10:32:58 79d996c828fa: Layer already exists 10:32:58 47130cca76ab: Layer already exists 10:32:58 dfa5b52d2111: Layer already exists 10:32:58 994456c4fd7b: Layer already exists 10:32:58 451f1a03b084: Layer already exists 10:32:58 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:3a6babb3b9857d8687c0704b45428f75c0601a963b1617a1746676ec79a74111 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:58 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:58 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 10:32:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:32:58 34cbcc2d1a81: Preparing 10:32:58 c6b747ba964a: Preparing 10:32:58 9473ebae6a28: Preparing 10:32:58 47130cca76ab: Preparing 10:32:58 79d996c828fa: Preparing 10:32:58 dfa5b52d2111: Preparing 10:32:58 451f1a03b084: Preparing 10:32:58 994456c4fd7b: Preparing 10:32:58 dfa5b52d2111: Waiting 10:32:58 994456c4fd7b: Waiting 10:32:58 451f1a03b084: Waiting 10:32:58 c6b747ba964a: Layer already exists 10:32:58 9473ebae6a28: Layer already exists 10:32:58 47130cca76ab: Layer already exists 10:32:58 79d996c828fa: Layer already exists 10:32:58 34cbcc2d1a81: Layer already exists 10:32:58 dfa5b52d2111: Layer already exists 10:32:58 994456c4fd7b: Layer already exists 10:32:58 451f1a03b084: Layer already exists 10:32:58 main: digest: sha256:3a6babb3b9857d8687c0704b45428f75c0601a963b1617a1746676ec79a74111 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:32:58 ===================================================== [Pipeline] echo 10:32:59 taggedImages: 10:32:59 - nexus3.edgexfoundry.org:10004/core-metadata:9304f160789e41c5c58b4be9994841ed5e82e09f 10:32:59 - nexus3.edgexfoundry.org:10004/core-metadata:latest 10:32:59 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.26 10:32:59 - nexus3.edgexfoundry.org:10004/core-metadata:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:32:59 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 10:32:59 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 10:32:59 9304f160789e41c5c58b4be9994841ed5e82e09f 10:32:59 latest 10:32:59 4.1.0-dev.26 10:32:59 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:32:59 main 10:32:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:59 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:59 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:9304f160789e41c5c58b4be9994841ed5e82e09f 10:32:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:32:59 b3c9cc5c461b: Preparing 10:32:59 efbfdbb69ec7: Preparing 10:32:59 9e0f9e3422ef: Preparing 10:32:59 6f56d9a9aeeb: Preparing 10:32:59 0faf1f8a66f7: Preparing 10:32:59 799f18b7c5a0: Preparing 10:32:59 a3bf95374ac3: Preparing 10:32:59 47130cca76ab: Preparing 10:32:59 79d996c828fa: Preparing 10:32:59 722d85f0fa35: Preparing 10:32:59 cead71395325: Preparing 10:32:59 5f70bf18a086: Preparing 10:32:59 861f2f7975dc: Preparing 10:32:59 f6e6426ddead: Preparing 10:32:59 4c4ab9fb6365: Preparing 10:32:59 994456c4fd7b: Preparing 10:32:59 f6e6426ddead: Waiting 10:32:59 4c4ab9fb6365: Waiting 10:32:59 79d996c828fa: Waiting 10:32:59 722d85f0fa35: Waiting 10:32:59 994456c4fd7b: Waiting 10:32:59 cead71395325: Waiting 10:32:59 5f70bf18a086: Waiting 10:32:59 799f18b7c5a0: Waiting 10:32:59 47130cca76ab: Waiting 10:32:59 a3bf95374ac3: Waiting 10:32:59 861f2f7975dc: Waiting 10:32:59 6f56d9a9aeeb: Pushed 10:32:59 9e0f9e3422ef: Pushed 10:32:59 efbfdbb69ec7: Pushed 10:32:59 0faf1f8a66f7: Pushed 10:32:59 b3c9cc5c461b: Pushed 10:32:59 47130cca76ab: Layer already exists 10:32:59 79d996c828fa: Layer already exists 10:32:59 5f70bf18a086: Layer already exists 10:32:59 799f18b7c5a0: Pushed 10:32:59 722d85f0fa35: Pushed 10:32:59 cead71395325: Pushed 10:32:59 994456c4fd7b: Layer already exists 10:32:59 861f2f7975dc: Pushed 10:32:59 f6e6426ddead: Pushed 10:32:59 4c4ab9fb6365: Pushed 10:33:01 a3bf95374ac3: Pushed 10:33:01 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:c5be8b7c6a3a8d7973c2a152b0c6cdae43ef3a3cd9013e7455c4c5687e38a255 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:01 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:01 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 10:33:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:33:01 b3c9cc5c461b: Preparing 10:33:01 efbfdbb69ec7: Preparing 10:33:01 9e0f9e3422ef: Preparing 10:33:01 6f56d9a9aeeb: Preparing 10:33:01 0faf1f8a66f7: Preparing 10:33:01 799f18b7c5a0: Preparing 10:33:01 a3bf95374ac3: Preparing 10:33:01 47130cca76ab: Preparing 10:33:01 79d996c828fa: Preparing 10:33:01 722d85f0fa35: Preparing 10:33:01 cead71395325: Preparing 10:33:01 5f70bf18a086: Preparing 10:33:01 861f2f7975dc: Preparing 10:33:01 f6e6426ddead: Preparing 10:33:01 4c4ab9fb6365: Preparing 10:33:01 994456c4fd7b: Preparing 10:33:01 79d996c828fa: Waiting 10:33:01 722d85f0fa35: Waiting 10:33:01 cead71395325: Waiting 10:33:01 5f70bf18a086: Waiting 10:33:01 861f2f7975dc: Waiting 10:33:01 799f18b7c5a0: Waiting 10:33:01 f6e6426ddead: Waiting 10:33:01 4c4ab9fb6365: Waiting 10:33:01 994456c4fd7b: Waiting 10:33:01 a3bf95374ac3: Waiting 10:33:01 47130cca76ab: Waiting 10:33:01 efbfdbb69ec7: Layer already exists 10:33:01 6f56d9a9aeeb: Layer already exists 10:33:01 0faf1f8a66f7: Layer already exists 10:33:01 b3c9cc5c461b: Layer already exists 10:33:01 9e0f9e3422ef: Layer already exists 10:33:01 47130cca76ab: Layer already exists 10:33:01 799f18b7c5a0: Layer already exists 10:33:01 a3bf95374ac3: Layer already exists 10:33:01 79d996c828fa: Layer already exists 10:33:01 722d85f0fa35: Layer already exists 10:33:01 cead71395325: Layer already exists 10:33:01 861f2f7975dc: Layer already exists 10:33:01 5f70bf18a086: Layer already exists 10:33:01 f6e6426ddead: Layer already exists 10:33:01 4c4ab9fb6365: Layer already exists 10:33:01 994456c4fd7b: Layer already exists 10:33:01 latest: digest: sha256:c5be8b7c6a3a8d7973c2a152b0c6cdae43ef3a3cd9013e7455c4c5687e38a255 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:02 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:02 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.26 10:33:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:33:02 b3c9cc5c461b: Preparing 10:33:02 efbfdbb69ec7: Preparing 10:33:02 9e0f9e3422ef: Preparing 10:33:02 6f56d9a9aeeb: Preparing 10:33:02 0faf1f8a66f7: Preparing 10:33:02 799f18b7c5a0: Preparing 10:33:02 a3bf95374ac3: Preparing 10:33:02 47130cca76ab: Preparing 10:33:02 79d996c828fa: Preparing 10:33:02 722d85f0fa35: Preparing 10:33:02 cead71395325: Preparing 10:33:02 5f70bf18a086: Preparing 10:33:02 861f2f7975dc: Preparing 10:33:02 f6e6426ddead: Preparing 10:33:02 4c4ab9fb6365: Preparing 10:33:02 994456c4fd7b: Preparing 10:33:02 79d996c828fa: Waiting 10:33:02 722d85f0fa35: Waiting 10:33:02 cead71395325: Waiting 10:33:02 5f70bf18a086: Waiting 10:33:02 861f2f7975dc: Waiting 10:33:02 f6e6426ddead: Waiting 10:33:02 4c4ab9fb6365: Waiting 10:33:02 994456c4fd7b: Waiting 10:33:02 799f18b7c5a0: Waiting 10:33:02 a3bf95374ac3: Waiting 10:33:02 47130cca76ab: Waiting 10:33:02 efbfdbb69ec7: Layer already exists 10:33:02 0faf1f8a66f7: Layer already exists 10:33:02 b3c9cc5c461b: Layer already exists 10:33:02 9e0f9e3422ef: Layer already exists 10:33:02 6f56d9a9aeeb: Layer already exists 10:33:02 799f18b7c5a0: Layer already exists 10:33:02 47130cca76ab: Layer already exists 10:33:02 722d85f0fa35: Layer already exists 10:33:02 a3bf95374ac3: Layer already exists 10:33:02 79d996c828fa: Layer already exists 10:33:02 5f70bf18a086: Layer already exists 10:33:02 cead71395325: Layer already exists 10:33:02 f6e6426ddead: Layer already exists 10:33:02 4c4ab9fb6365: Layer already exists 10:33:02 861f2f7975dc: Layer already exists 10:33:02 994456c4fd7b: Layer already exists 10:33:02 4.1.0-dev.26: digest: sha256:c5be8b7c6a3a8d7973c2a152b0c6cdae43ef3a3cd9013e7455c4c5687e38a255 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:02 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:03 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:33:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:33:03 b3c9cc5c461b: Preparing 10:33:03 efbfdbb69ec7: Preparing 10:33:03 9e0f9e3422ef: Preparing 10:33:03 6f56d9a9aeeb: Preparing 10:33:03 0faf1f8a66f7: Preparing 10:33:03 799f18b7c5a0: Preparing 10:33:03 a3bf95374ac3: Preparing 10:33:03 47130cca76ab: Preparing 10:33:03 79d996c828fa: Preparing 10:33:03 722d85f0fa35: Preparing 10:33:03 cead71395325: Preparing 10:33:03 5f70bf18a086: Preparing 10:33:03 861f2f7975dc: Preparing 10:33:03 799f18b7c5a0: Waiting 10:33:03 47130cca76ab: Waiting 10:33:03 79d996c828fa: Waiting 10:33:03 722d85f0fa35: Waiting 10:33:03 cead71395325: Waiting 10:33:03 a3bf95374ac3: Waiting 10:33:03 5f70bf18a086: Waiting 10:33:03 f6e6426ddead: Preparing 10:33:03 4c4ab9fb6365: Preparing 10:33:03 861f2f7975dc: Waiting 10:33:03 f6e6426ddead: Waiting 10:33:03 994456c4fd7b: Preparing 10:33:03 4c4ab9fb6365: Waiting 10:33:03 b3c9cc5c461b: Layer already exists 10:33:03 0faf1f8a66f7: Layer already exists 10:33:03 efbfdbb69ec7: Layer already exists 10:33:03 6f56d9a9aeeb: Layer already exists 10:33:03 9e0f9e3422ef: Layer already exists 10:33:03 799f18b7c5a0: Layer already exists 10:33:03 a3bf95374ac3: Layer already exists 10:33:03 722d85f0fa35: Layer already exists 10:33:03 47130cca76ab: Layer already exists 10:33:03 79d996c828fa: Layer already exists 10:33:03 cead71395325: Layer already exists 10:33:03 5f70bf18a086: Layer already exists 10:33:03 f6e6426ddead: Layer already exists 10:33:03 861f2f7975dc: Layer already exists 10:33:03 4c4ab9fb6365: Layer already exists 10:33:03 994456c4fd7b: Layer already exists 10:33:03 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:c5be8b7c6a3a8d7973c2a152b0c6cdae43ef3a3cd9013e7455c4c5687e38a255 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:03 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:03 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 10:33:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:33:03 b3c9cc5c461b: Preparing 10:33:03 efbfdbb69ec7: Preparing 10:33:03 9e0f9e3422ef: Preparing 10:33:03 6f56d9a9aeeb: Preparing 10:33:03 0faf1f8a66f7: Preparing 10:33:03 799f18b7c5a0: Preparing 10:33:03 a3bf95374ac3: Preparing 10:33:03 47130cca76ab: Preparing 10:33:03 79d996c828fa: Preparing 10:33:03 722d85f0fa35: Preparing 10:33:03 cead71395325: Preparing 10:33:03 5f70bf18a086: Preparing 10:33:03 861f2f7975dc: Preparing 10:33:03 f6e6426ddead: Preparing 10:33:03 4c4ab9fb6365: Preparing 10:33:03 994456c4fd7b: Preparing 10:33:03 722d85f0fa35: Waiting 10:33:03 799f18b7c5a0: Waiting 10:33:03 cead71395325: Waiting 10:33:03 47130cca76ab: Waiting 10:33:03 a3bf95374ac3: Waiting 10:33:03 5f70bf18a086: Waiting 10:33:03 4c4ab9fb6365: Waiting 10:33:03 861f2f7975dc: Waiting 10:33:03 79d996c828fa: Waiting 10:33:03 f6e6426ddead: Waiting 10:33:03 994456c4fd7b: Waiting 10:33:03 0faf1f8a66f7: Layer already exists 10:33:03 6f56d9a9aeeb: Layer already exists 10:33:03 9e0f9e3422ef: Layer already exists 10:33:03 efbfdbb69ec7: Layer already exists 10:33:03 b3c9cc5c461b: Layer already exists 10:33:03 799f18b7c5a0: Layer already exists 10:33:03 47130cca76ab: Layer already exists 10:33:03 722d85f0fa35: Layer already exists 10:33:03 a3bf95374ac3: Layer already exists 10:33:03 79d996c828fa: Layer already exists 10:33:03 5f70bf18a086: Layer already exists 10:33:03 f6e6426ddead: Layer already exists 10:33:03 cead71395325: Layer already exists 10:33:03 861f2f7975dc: Layer already exists 10:33:03 4c4ab9fb6365: Layer already exists 10:33:03 994456c4fd7b: Layer already exists 10:33:03 main: digest: sha256:c5be8b7c6a3a8d7973c2a152b0c6cdae43ef3a3cd9013e7455c4c5687e38a255 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:33:04 ===================================================== [Pipeline] echo 10:33:04 taggedImages: 10:33:04 - nexus3.edgexfoundry.org:10004/security-bootstrapper:9304f160789e41c5c58b4be9994841ed5e82e09f 10:33:04 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 10:33:04 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.26 10:33:04 - nexus3.edgexfoundry.org:10004/security-bootstrapper:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:33:04 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 10:33:04 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 10:33:04 9304f160789e41c5c58b4be9994841ed5e82e09f 10:33:04 latest 10:33:04 4.1.0-dev.26 10:33:04 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:33:04 main 10:33:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:04 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:04 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:9304f160789e41c5c58b4be9994841ed5e82e09f 10:33:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 10:33:04 1194c700232c: Preparing 10:33:04 d9fbe0c2ca88: Preparing 10:33:04 a3b3e3e74ad3: Preparing 10:33:04 dd4a0201a453: Preparing 10:33:04 47130cca76ab: Preparing 10:33:04 79d996c828fa: Preparing 10:33:04 dfa5b52d2111: Preparing 10:33:04 451f1a03b084: Preparing 10:33:04 994456c4fd7b: Preparing 10:33:04 79d996c828fa: Waiting 10:33:04 dfa5b52d2111: Waiting 10:33:04 451f1a03b084: Waiting 10:33:04 994456c4fd7b: Waiting 10:33:04 47130cca76ab: Layer already exists 10:33:04 79d996c828fa: Layer already exists 10:33:04 dfa5b52d2111: Layer already exists 10:33:04 451f1a03b084: Layer already exists 10:33:04 994456c4fd7b: Layer already exists 10:33:04 d9fbe0c2ca88: Pushed 10:33:04 a3b3e3e74ad3: Pushed 10:33:04 1194c700232c: Pushed 10:33:08 dd4a0201a453: Pushed 10:33:08 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:bab6c32c84f47c3a886d2b6f7d6b6d10e88cd2db87706b2d67564e59a7e75890 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:08 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:08 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 10:33:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 10:33:08 1194c700232c: Preparing 10:33:08 d9fbe0c2ca88: Preparing 10:33:08 a3b3e3e74ad3: Preparing 10:33:08 dd4a0201a453: Preparing 10:33:08 47130cca76ab: Preparing 10:33:08 79d996c828fa: Preparing 10:33:08 dfa5b52d2111: Preparing 10:33:08 451f1a03b084: Preparing 10:33:08 994456c4fd7b: Preparing 10:33:08 79d996c828fa: Waiting 10:33:08 451f1a03b084: Waiting 10:33:08 994456c4fd7b: Waiting 10:33:08 d9fbe0c2ca88: Layer already exists 10:33:08 1194c700232c: Layer already exists 10:33:08 47130cca76ab: Layer already exists 10:33:08 dd4a0201a453: Layer already exists 10:33:08 a3b3e3e74ad3: Layer already exists 10:33:08 dfa5b52d2111: Layer already exists 10:33:08 79d996c828fa: Layer already exists 10:33:08 451f1a03b084: Layer already exists 10:33:08 994456c4fd7b: Layer already exists 10:33:08 latest: digest: sha256:bab6c32c84f47c3a886d2b6f7d6b6d10e88cd2db87706b2d67564e59a7e75890 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:09 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:09 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.26 10:33:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 10:33:09 1194c700232c: Preparing 10:33:09 d9fbe0c2ca88: Preparing 10:33:09 a3b3e3e74ad3: Preparing 10:33:09 dd4a0201a453: Preparing 10:33:09 47130cca76ab: Preparing 10:33:09 79d996c828fa: Preparing 10:33:09 dfa5b52d2111: Preparing 10:33:09 451f1a03b084: Preparing 10:33:09 994456c4fd7b: Preparing 10:33:09 451f1a03b084: Waiting 10:33:09 79d996c828fa: Waiting 10:33:09 dfa5b52d2111: Waiting 10:33:09 994456c4fd7b: Waiting 10:33:09 dd4a0201a453: Layer already exists 10:33:09 47130cca76ab: Layer already exists 10:33:09 d9fbe0c2ca88: Layer already exists 10:33:09 a3b3e3e74ad3: Layer already exists 10:33:09 1194c700232c: Layer already exists 10:33:09 dfa5b52d2111: Layer already exists 10:33:09 994456c4fd7b: Layer already exists 10:33:09 79d996c828fa: Layer already exists 10:33:09 451f1a03b084: Layer already exists 10:33:09 4.1.0-dev.26: digest: sha256:bab6c32c84f47c3a886d2b6f7d6b6d10e88cd2db87706b2d67564e59a7e75890 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:09 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:09 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:33:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 10:33:09 1194c700232c: Preparing 10:33:09 d9fbe0c2ca88: Preparing 10:33:09 a3b3e3e74ad3: Preparing 10:33:09 dd4a0201a453: Preparing 10:33:09 47130cca76ab: Preparing 10:33:09 79d996c828fa: Preparing 10:33:09 dfa5b52d2111: Preparing 10:33:09 451f1a03b084: Preparing 10:33:09 994456c4fd7b: Preparing 10:33:09 dfa5b52d2111: Waiting 10:33:09 451f1a03b084: Waiting 10:33:09 994456c4fd7b: Waiting 10:33:09 79d996c828fa: Waiting 10:33:09 d9fbe0c2ca88: Layer already exists 10:33:09 47130cca76ab: Layer already exists 10:33:09 dd4a0201a453: Layer already exists 10:33:09 a3b3e3e74ad3: Layer already exists 10:33:09 1194c700232c: Layer already exists 10:33:09 79d996c828fa: Layer already exists 10:33:09 dfa5b52d2111: Layer already exists 10:33:09 994456c4fd7b: Layer already exists 10:33:09 451f1a03b084: Layer already exists 10:33:09 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:bab6c32c84f47c3a886d2b6f7d6b6d10e88cd2db87706b2d67564e59a7e75890 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:10 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:10 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 10:33:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 10:33:10 1194c700232c: Preparing 10:33:10 d9fbe0c2ca88: Preparing 10:33:10 a3b3e3e74ad3: Preparing 10:33:10 dd4a0201a453: Preparing 10:33:10 47130cca76ab: Preparing 10:33:10 79d996c828fa: Preparing 10:33:10 dfa5b52d2111: Preparing 10:33:10 451f1a03b084: Preparing 10:33:10 994456c4fd7b: Preparing 10:33:10 79d996c828fa: Waiting 10:33:10 dfa5b52d2111: Waiting 10:33:10 451f1a03b084: Waiting 10:33:10 994456c4fd7b: Waiting 10:33:10 47130cca76ab: Layer already exists 10:33:10 1194c700232c: Layer already exists 10:33:10 a3b3e3e74ad3: Layer already exists 10:33:10 dd4a0201a453: Layer already exists 10:33:10 d9fbe0c2ca88: Layer already exists 10:33:10 79d996c828fa: Layer already exists 10:33:10 451f1a03b084: Layer already exists 10:33:10 dfa5b52d2111: Layer already exists 10:33:10 994456c4fd7b: Layer already exists 10:33:10 main: digest: sha256:bab6c32c84f47c3a886d2b6f7d6b6d10e88cd2db87706b2d67564e59a7e75890 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:33:10 ===================================================== [Pipeline] echo 10:33:10 taggedImages: 10:33:10 - nexus3.edgexfoundry.org:10004/security-proxy-auth:9304f160789e41c5c58b4be9994841ed5e82e09f 10:33:10 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 10:33:10 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.26 10:33:10 - nexus3.edgexfoundry.org:10004/security-proxy-auth:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:33:10 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 10:33:10 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 10:33:10 9304f160789e41c5c58b4be9994841ed5e82e09f 10:33:10 latest 10:33:10 4.1.0-dev.26 10:33:10 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:33:10 main 10:33:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:11 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:11 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:9304f160789e41c5c58b4be9994841ed5e82e09f 10:33:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:33:11 e871a53d985b: Preparing 10:33:11 fdfe27db06b8: Preparing 10:33:11 010c4a2c973a: Preparing 10:33:11 1d5f9b3fd2a7: Preparing 10:33:11 365051c6d01d: Preparing 10:33:11 47130cca76ab: Preparing 10:33:11 79d996c828fa: Preparing 10:33:11 ae6dad6bbaef: Preparing 10:33:11 c4b1b36bd5bd: Preparing 10:33:11 79d996c828fa: Waiting 10:33:11 ae6dad6bbaef: Waiting 10:33:11 20859ff0ae9c: Preparing 10:33:11 994456c4fd7b: Preparing 10:33:11 20859ff0ae9c: Waiting 10:33:11 c4b1b36bd5bd: Waiting 10:33:11 994456c4fd7b: Waiting 10:33:11 365051c6d01d: Pushed 10:33:11 e871a53d985b: Pushed 10:33:11 fdfe27db06b8: Pushed 10:33:11 1d5f9b3fd2a7: Pushed 10:33:11 47130cca76ab: Layer already exists 10:33:11 79d996c828fa: Layer already exists 10:33:11 994456c4fd7b: Layer already exists 10:33:11 ae6dad6bbaef: Pushed 10:33:11 c4b1b36bd5bd: Pushed 10:33:13 20859ff0ae9c: Pushed 10:33:13 010c4a2c973a: Pushed 10:33:13 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:0ebede50b7be4b8f12e7f82e3ffde33ec19c974f3df2a928df97db1483527e7d size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:14 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:14 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 10:33:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:33:14 e871a53d985b: Preparing 10:33:14 fdfe27db06b8: Preparing 10:33:14 010c4a2c973a: Preparing 10:33:14 1d5f9b3fd2a7: Preparing 10:33:14 365051c6d01d: Preparing 10:33:14 47130cca76ab: Preparing 10:33:14 79d996c828fa: Preparing 10:33:14 ae6dad6bbaef: Preparing 10:33:14 c4b1b36bd5bd: Preparing 10:33:14 20859ff0ae9c: Preparing 10:33:14 994456c4fd7b: Preparing 10:33:14 c4b1b36bd5bd: Waiting 10:33:14 47130cca76ab: Waiting 10:33:14 20859ff0ae9c: Waiting 10:33:14 ae6dad6bbaef: Waiting 10:33:14 994456c4fd7b: Waiting 10:33:14 79d996c828fa: Waiting 10:33:14 fdfe27db06b8: Layer already exists 10:33:14 1d5f9b3fd2a7: Layer already exists 10:33:14 e871a53d985b: Layer already exists 10:33:14 010c4a2c973a: Layer already exists 10:33:14 365051c6d01d: Layer already exists 10:33:14 ae6dad6bbaef: Layer already exists 10:33:14 47130cca76ab: Layer already exists 10:33:14 20859ff0ae9c: Layer already exists 10:33:14 79d996c828fa: Layer already exists 10:33:14 c4b1b36bd5bd: Layer already exists 10:33:14 994456c4fd7b: Layer already exists 10:33:14 latest: digest: sha256:0ebede50b7be4b8f12e7f82e3ffde33ec19c974f3df2a928df97db1483527e7d size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:14 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:15 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.26 10:33:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:33:15 e871a53d985b: Preparing 10:33:15 fdfe27db06b8: Preparing 10:33:15 010c4a2c973a: Preparing 10:33:15 1d5f9b3fd2a7: Preparing 10:33:15 365051c6d01d: Preparing 10:33:15 47130cca76ab: Preparing 10:33:15 79d996c828fa: Preparing 10:33:15 ae6dad6bbaef: Preparing 10:33:15 c4b1b36bd5bd: Preparing 10:33:15 20859ff0ae9c: Preparing 10:33:15 994456c4fd7b: Preparing 10:33:15 79d996c828fa: Waiting 10:33:15 ae6dad6bbaef: Waiting 10:33:15 c4b1b36bd5bd: Waiting 10:33:15 20859ff0ae9c: Waiting 10:33:15 994456c4fd7b: Waiting 10:33:15 47130cca76ab: Waiting 10:33:15 1d5f9b3fd2a7: Layer already exists 10:33:15 e871a53d985b: Layer already exists 10:33:15 fdfe27db06b8: Layer already exists 10:33:15 010c4a2c973a: Layer already exists 10:33:15 365051c6d01d: Layer already exists 10:33:15 47130cca76ab: Layer already exists 10:33:15 ae6dad6bbaef: Layer already exists 10:33:15 79d996c828fa: Layer already exists 10:33:15 c4b1b36bd5bd: Layer already exists 10:33:15 20859ff0ae9c: Layer already exists 10:33:15 994456c4fd7b: Layer already exists 10:33:15 4.1.0-dev.26: digest: sha256:0ebede50b7be4b8f12e7f82e3ffde33ec19c974f3df2a928df97db1483527e7d size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:15 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:15 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:33:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:33:15 e871a53d985b: Preparing 10:33:15 fdfe27db06b8: Preparing 10:33:15 010c4a2c973a: Preparing 10:33:15 1d5f9b3fd2a7: Preparing 10:33:15 365051c6d01d: Preparing 10:33:15 47130cca76ab: Preparing 10:33:15 79d996c828fa: Preparing 10:33:15 ae6dad6bbaef: Preparing 10:33:15 c4b1b36bd5bd: Preparing 10:33:15 20859ff0ae9c: Preparing 10:33:15 994456c4fd7b: Preparing 10:33:15 47130cca76ab: Waiting 10:33:15 79d996c828fa: Waiting 10:33:15 ae6dad6bbaef: Waiting 10:33:15 20859ff0ae9c: Waiting 10:33:15 c4b1b36bd5bd: Waiting 10:33:15 994456c4fd7b: Waiting 10:33:15 365051c6d01d: Layer already exists 10:33:15 010c4a2c973a: Layer already exists 10:33:15 1d5f9b3fd2a7: Layer already exists 10:33:15 fdfe27db06b8: Layer already exists 10:33:15 e871a53d985b: Layer already exists 10:33:15 47130cca76ab: Layer already exists 10:33:15 79d996c828fa: Layer already exists 10:33:15 ae6dad6bbaef: Layer already exists 10:33:15 c4b1b36bd5bd: Layer already exists 10:33:15 20859ff0ae9c: Layer already exists 10:33:15 994456c4fd7b: Layer already exists 10:33:15 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:0ebede50b7be4b8f12e7f82e3ffde33ec19c974f3df2a928df97db1483527e7d size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:16 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:16 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 10:33:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:33:16 e871a53d985b: Preparing 10:33:16 fdfe27db06b8: Preparing 10:33:16 010c4a2c973a: Preparing 10:33:16 1d5f9b3fd2a7: Preparing 10:33:16 365051c6d01d: Preparing 10:33:16 47130cca76ab: Preparing 10:33:16 79d996c828fa: Preparing 10:33:16 ae6dad6bbaef: Preparing 10:33:16 c4b1b36bd5bd: Preparing 10:33:16 20859ff0ae9c: Preparing 10:33:16 994456c4fd7b: Preparing 10:33:16 ae6dad6bbaef: Waiting 10:33:16 c4b1b36bd5bd: Waiting 10:33:16 47130cca76ab: Waiting 10:33:16 20859ff0ae9c: Waiting 10:33:16 994456c4fd7b: Waiting 10:33:16 010c4a2c973a: Layer already exists 10:33:16 1d5f9b3fd2a7: Layer already exists 10:33:16 e871a53d985b: Layer already exists 10:33:16 365051c6d01d: Layer already exists 10:33:16 fdfe27db06b8: Layer already exists 10:33:16 ae6dad6bbaef: Layer already exists 10:33:16 c4b1b36bd5bd: Layer already exists 10:33:16 79d996c828fa: Layer already exists 10:33:16 20859ff0ae9c: Layer already exists 10:33:16 47130cca76ab: Layer already exists 10:33:16 994456c4fd7b: Layer already exists 10:33:16 main: digest: sha256:0ebede50b7be4b8f12e7f82e3ffde33ec19c974f3df2a928df97db1483527e7d size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:33:16 ===================================================== [Pipeline] echo 10:33:16 taggedImages: 10:33:16 - nexus3.edgexfoundry.org:10004/security-proxy-setup:9304f160789e41c5c58b4be9994841ed5e82e09f 10:33:16 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 10:33:16 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.26 10:33:16 - nexus3.edgexfoundry.org:10004/security-proxy-setup:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:33:16 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 10:33:16 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 10:33:16 9304f160789e41c5c58b4be9994841ed5e82e09f 10:33:16 latest 10:33:16 4.1.0-dev.26 10:33:16 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:33:16 main 10:33:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:16 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:17 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:9304f160789e41c5c58b4be9994841ed5e82e09f 10:33:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:33:17 ba298780d23f: Preparing 10:33:17 7d3675d3547a: Preparing 10:33:17 7acb30b36e4d: Preparing 10:33:17 48bd14adeecb: Preparing 10:33:17 826fcd538159: Preparing 10:33:17 ee2c2faa8acb: Preparing 10:33:17 b4e8ba317816: Preparing 10:33:17 47130cca76ab: Preparing 10:33:17 79d996c828fa: Preparing 10:33:17 2b12bdc16846: Preparing 10:33:17 f19b0712ae89: Preparing 10:33:17 994456c4fd7b: Preparing 10:33:17 47130cca76ab: Waiting 10:33:17 994456c4fd7b: Waiting 10:33:17 79d996c828fa: Waiting 10:33:17 ee2c2faa8acb: Waiting 10:33:17 f19b0712ae89: Waiting 10:33:17 2b12bdc16846: Waiting 10:33:17 b4e8ba317816: Waiting 10:33:17 ba298780d23f: Pushed 10:33:17 7d3675d3547a: Pushed 10:33:17 826fcd538159: Pushed 10:33:17 47130cca76ab: Layer already exists 10:33:17 79d996c828fa: Layer already exists 10:33:17 ee2c2faa8acb: Pushed 10:33:17 b4e8ba317816: Pushed 10:33:17 994456c4fd7b: Layer already exists 10:33:17 2b12bdc16846: Pushed 10:33:18 f19b0712ae89: Pushed 10:33:19 48bd14adeecb: Pushed 10:33:20 7acb30b36e4d: Pushed 10:33:20 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:a77482d771fbf8417f9987b6d280eac6a1cde8ae7ae25bbbc587ddfe1fa96663 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:20 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:20 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 10:33:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:33:20 ba298780d23f: Preparing 10:33:20 7d3675d3547a: Preparing 10:33:20 7acb30b36e4d: Preparing 10:33:20 48bd14adeecb: Preparing 10:33:20 826fcd538159: Preparing 10:33:20 ee2c2faa8acb: Preparing 10:33:20 b4e8ba317816: Preparing 10:33:20 47130cca76ab: Preparing 10:33:20 79d996c828fa: Preparing 10:33:20 2b12bdc16846: Preparing 10:33:20 f19b0712ae89: Preparing 10:33:20 994456c4fd7b: Preparing 10:33:20 b4e8ba317816: Waiting 10:33:20 47130cca76ab: Waiting 10:33:20 f19b0712ae89: Waiting 10:33:20 994456c4fd7b: Waiting 10:33:20 2b12bdc16846: Waiting 10:33:20 ee2c2faa8acb: Waiting 10:33:20 79d996c828fa: Waiting 10:33:20 48bd14adeecb: Layer already exists 10:33:20 826fcd538159: Layer already exists 10:33:20 7d3675d3547a: Layer already exists 10:33:20 7acb30b36e4d: Layer already exists 10:33:20 ba298780d23f: Layer already exists 10:33:20 47130cca76ab: Layer already exists 10:33:20 b4e8ba317816: Layer already exists 10:33:20 ee2c2faa8acb: Layer already exists 10:33:20 79d996c828fa: Layer already exists 10:33:20 2b12bdc16846: Layer already exists 10:33:20 994456c4fd7b: Layer already exists 10:33:20 f19b0712ae89: Layer already exists 10:33:20 latest: digest: sha256:a77482d771fbf8417f9987b6d280eac6a1cde8ae7ae25bbbc587ddfe1fa96663 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:21 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:21 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.26 10:33:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:33:21 ba298780d23f: Preparing 10:33:21 7d3675d3547a: Preparing 10:33:21 7acb30b36e4d: Preparing 10:33:21 48bd14adeecb: Preparing 10:33:21 826fcd538159: Preparing 10:33:21 ee2c2faa8acb: Preparing 10:33:21 b4e8ba317816: Preparing 10:33:21 47130cca76ab: Preparing 10:33:21 79d996c828fa: Preparing 10:33:21 2b12bdc16846: Preparing 10:33:21 f19b0712ae89: Preparing 10:33:21 994456c4fd7b: Preparing 10:33:21 ee2c2faa8acb: Waiting 10:33:21 47130cca76ab: Waiting 10:33:21 2b12bdc16846: Waiting 10:33:21 b4e8ba317816: Waiting 10:33:21 79d996c828fa: Waiting 10:33:21 7d3675d3547a: Layer already exists 10:33:21 826fcd538159: Layer already exists 10:33:21 7acb30b36e4d: Layer already exists 10:33:21 ba298780d23f: Layer already exists 10:33:21 48bd14adeecb: Layer already exists 10:33:21 79d996c828fa: Layer already exists 10:33:21 47130cca76ab: Layer already exists 10:33:21 b4e8ba317816: Layer already exists 10:33:21 ee2c2faa8acb: Layer already exists 10:33:21 2b12bdc16846: Layer already exists 10:33:21 f19b0712ae89: Layer already exists 10:33:21 994456c4fd7b: Layer already exists 10:33:21 4.1.0-dev.26: digest: sha256:a77482d771fbf8417f9987b6d280eac6a1cde8ae7ae25bbbc587ddfe1fa96663 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:22 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:22 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:33:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:33:22 ba298780d23f: Preparing 10:33:22 7d3675d3547a: Preparing 10:33:22 7acb30b36e4d: Preparing 10:33:22 48bd14adeecb: Preparing 10:33:22 826fcd538159: Preparing 10:33:22 ee2c2faa8acb: Preparing 10:33:22 b4e8ba317816: Preparing 10:33:22 47130cca76ab: Preparing 10:33:22 79d996c828fa: Preparing 10:33:22 2b12bdc16846: Preparing 10:33:22 f19b0712ae89: Preparing 10:33:22 994456c4fd7b: Preparing 10:33:22 b4e8ba317816: Waiting 10:33:22 ee2c2faa8acb: Waiting 10:33:22 79d996c828fa: Waiting 10:33:22 2b12bdc16846: Waiting 10:33:22 994456c4fd7b: Waiting 10:33:22 f19b0712ae89: Waiting 10:33:22 47130cca76ab: Waiting 10:33:22 7d3675d3547a: Layer already exists 10:33:22 826fcd538159: Layer already exists 10:33:22 48bd14adeecb: Layer already exists 10:33:22 ba298780d23f: Layer already exists 10:33:22 7acb30b36e4d: Layer already exists 10:33:22 ee2c2faa8acb: Layer already exists 10:33:22 b4e8ba317816: Layer already exists 10:33:22 47130cca76ab: Layer already exists 10:33:22 79d996c828fa: Layer already exists 10:33:22 2b12bdc16846: Layer already exists 10:33:22 994456c4fd7b: Layer already exists 10:33:22 f19b0712ae89: Layer already exists 10:33:22 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:a77482d771fbf8417f9987b6d280eac6a1cde8ae7ae25bbbc587ddfe1fa96663 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:22 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:22 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 10:33:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:33:22 ba298780d23f: Preparing 10:33:22 7d3675d3547a: Preparing 10:33:22 7acb30b36e4d: Preparing 10:33:22 48bd14adeecb: Preparing 10:33:22 826fcd538159: Preparing 10:33:22 ee2c2faa8acb: Preparing 10:33:22 b4e8ba317816: Preparing 10:33:22 47130cca76ab: Preparing 10:33:22 79d996c828fa: Preparing 10:33:22 2b12bdc16846: Preparing 10:33:22 f19b0712ae89: Preparing 10:33:22 994456c4fd7b: Preparing 10:33:22 47130cca76ab: Waiting 10:33:22 f19b0712ae89: Waiting 10:33:22 79d996c828fa: Waiting 10:33:22 ee2c2faa8acb: Waiting 10:33:22 2b12bdc16846: Waiting 10:33:22 b4e8ba317816: Waiting 10:33:22 826fcd538159: Layer already exists 10:33:22 7acb30b36e4d: Layer already exists 10:33:22 7d3675d3547a: Layer already exists 10:33:22 48bd14adeecb: Layer already exists 10:33:22 ba298780d23f: Layer already exists 10:33:22 ee2c2faa8acb: Layer already exists 10:33:22 b4e8ba317816: Layer already exists 10:33:22 47130cca76ab: Layer already exists 10:33:22 79d996c828fa: Layer already exists 10:33:22 2b12bdc16846: Layer already exists 10:33:22 994456c4fd7b: Layer already exists 10:33:22 f19b0712ae89: Layer already exists 10:33:22 main: digest: sha256:a77482d771fbf8417f9987b6d280eac6a1cde8ae7ae25bbbc587ddfe1fa96663 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:33:23 ===================================================== [Pipeline] echo 10:33:23 taggedImages: 10:33:23 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:9304f160789e41c5c58b4be9994841ed5e82e09f 10:33:23 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 10:33:23 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.26 10:33:23 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:33:23 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 10:33:23 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 10:33:23 9304f160789e41c5c58b4be9994841ed5e82e09f 10:33:23 latest 10:33:23 4.1.0-dev.26 10:33:23 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:33:23 main 10:33:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:23 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:23 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9304f160789e41c5c58b4be9994841ed5e82e09f 10:33:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 10:33:23 0c837542fd90: Preparing 10:33:23 afb29156b57c: Preparing 10:33:23 47130cca76ab: Preparing 10:33:23 79d996c828fa: Preparing 10:33:23 09db4c48c5ef: Preparing 10:33:23 794786e5aa6d: Preparing 10:33:23 994456c4fd7b: Preparing 10:33:23 794786e5aa6d: Waiting 10:33:23 994456c4fd7b: Waiting 10:33:23 79d996c828fa: Layer already exists 10:33:23 47130cca76ab: Layer already exists 10:33:23 994456c4fd7b: Layer already exists 10:33:23 09db4c48c5ef: Pushed 10:33:23 0c837542fd90: Pushed 10:33:24 794786e5aa6d: Pushed 10:33:27 afb29156b57c: Pushed 10:33:27 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:2b13af7bea5a28a9a4060b1ea73ce2cfbdf4cf494e28fb1b7cf350cb13bf2964 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:27 + 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 10:33:27 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 10:33:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 10:33:27 0c837542fd90: Preparing 10:33:27 afb29156b57c: Preparing 10:33:27 47130cca76ab: Preparing 10:33:27 79d996c828fa: Preparing 10:33:27 09db4c48c5ef: Preparing 10:33:27 794786e5aa6d: Preparing 10:33:27 994456c4fd7b: Preparing 10:33:27 794786e5aa6d: Waiting 10:33:27 994456c4fd7b: Waiting 10:33:27 09db4c48c5ef: Layer already exists 10:33:27 47130cca76ab: Layer already exists 10:33:27 afb29156b57c: Layer already exists 10:33:27 79d996c828fa: Layer already exists 10:33:27 0c837542fd90: Layer already exists 10:33:27 794786e5aa6d: Layer already exists 10:33:27 994456c4fd7b: Layer already exists 10:33:27 latest: digest: sha256:2b13af7bea5a28a9a4060b1ea73ce2cfbdf4cf494e28fb1b7cf350cb13bf2964 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:28 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:28 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.26 10:33:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 10:33:28 0c837542fd90: Preparing 10:33:28 afb29156b57c: Preparing 10:33:28 47130cca76ab: Preparing 10:33:28 79d996c828fa: Preparing 10:33:28 09db4c48c5ef: Preparing 10:33:28 794786e5aa6d: Preparing 10:33:28 994456c4fd7b: Preparing 10:33:28 794786e5aa6d: Waiting 10:33:28 994456c4fd7b: Waiting 10:33:28 79d996c828fa: Layer already exists 10:33:28 47130cca76ab: Layer already exists 10:33:28 09db4c48c5ef: Layer already exists 10:33:28 0c837542fd90: Layer already exists 10:33:28 afb29156b57c: Layer already exists 10:33:28 794786e5aa6d: Layer already exists 10:33:28 994456c4fd7b: Layer already exists 10:33:28 4.1.0-dev.26: digest: sha256:2b13af7bea5a28a9a4060b1ea73ce2cfbdf4cf494e28fb1b7cf350cb13bf2964 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:28 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:29 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:33:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 10:33:29 0c837542fd90: Preparing 10:33:29 afb29156b57c: Preparing 10:33:29 47130cca76ab: Preparing 10:33:29 79d996c828fa: Preparing 10:33:29 09db4c48c5ef: Preparing 10:33:29 794786e5aa6d: Preparing 10:33:29 994456c4fd7b: Preparing 10:33:29 794786e5aa6d: Waiting 10:33:29 994456c4fd7b: Waiting 10:33:29 0c837542fd90: Layer already exists 10:33:29 79d996c828fa: Layer already exists 10:33:29 47130cca76ab: Layer already exists 10:33:29 09db4c48c5ef: Layer already exists 10:33:29 afb29156b57c: Layer already exists 10:33:29 994456c4fd7b: Layer already exists 10:33:29 794786e5aa6d: Layer already exists 10:33:29 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:2b13af7bea5a28a9a4060b1ea73ce2cfbdf4cf494e28fb1b7cf350cb13bf2964 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:29 + 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 10:33:29 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 10:33:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 10:33:29 0c837542fd90: Preparing 10:33:29 afb29156b57c: Preparing 10:33:29 47130cca76ab: Preparing 10:33:29 79d996c828fa: Preparing 10:33:29 09db4c48c5ef: Preparing 10:33:29 794786e5aa6d: Preparing 10:33:29 994456c4fd7b: Preparing 10:33:29 794786e5aa6d: Waiting 10:33:29 994456c4fd7b: Waiting 10:33:29 79d996c828fa: Layer already exists 10:33:29 47130cca76ab: Layer already exists 10:33:29 09db4c48c5ef: Layer already exists 10:33:29 afb29156b57c: Layer already exists 10:33:29 0c837542fd90: Layer already exists 10:33:29 994456c4fd7b: Layer already exists 10:33:29 794786e5aa6d: Layer already exists 10:33:29 main: digest: sha256:2b13af7bea5a28a9a4060b1ea73ce2cfbdf4cf494e28fb1b7cf350cb13bf2964 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:33:29 ===================================================== [Pipeline] echo 10:33:29 taggedImages: 10:33:29 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9304f160789e41c5c58b4be9994841ed5e82e09f 10:33:29 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 10:33:29 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.26 10:33:29 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:33:29 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 10:33:29 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 10:33:29 9304f160789e41c5c58b4be9994841ed5e82e09f 10:33:29 latest 10:33:29 4.1.0-dev.26 10:33:29 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:33:29 main 10:33:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:30 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:9304f160789e41c5c58b4be9994841ed5e82e09f 10:33:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 10:33:30 c9a9e2b55691: Preparing 10:33:30 47c38abd81a3: Preparing 10:33:30 67d59cf9e2ce: Preparing 10:33:30 47130cca76ab: Preparing 10:33:30 79d996c828fa: Preparing 10:33:30 4bfa1b389ec5: Preparing 10:33:30 a9f9a587e723: Preparing 10:33:30 a427dc607c92: Preparing 10:33:30 3f169d5a27b8: Preparing 10:33:30 994456c4fd7b: Preparing 10:33:30 4bfa1b389ec5: Waiting 10:33:30 a9f9a587e723: Waiting 10:33:30 a427dc607c92: Waiting 10:33:30 994456c4fd7b: Waiting 10:33:30 3f169d5a27b8: Waiting 10:33:30 79d996c828fa: Layer already exists 10:33:30 47130cca76ab: Layer already exists 10:33:30 47c38abd81a3: Pushed 10:33:30 67d59cf9e2ce: Pushed 10:33:30 c9a9e2b55691: Pushed 10:33:30 994456c4fd7b: Layer already exists 10:33:30 a427dc607c92: Pushed 10:33:31 3f169d5a27b8: Pushed 10:33:35 a9f9a587e723: Pushed 10:33:43 4bfa1b389ec5: Pushed 10:33:43 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:b93f685dc2ea30898feee714ec94b7633d984839eb63c2fdcd3550e1d39d8a2a size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:43 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 10:33:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 10:33:44 c9a9e2b55691: Preparing 10:33:44 47c38abd81a3: Preparing 10:33:44 67d59cf9e2ce: Preparing 10:33:44 47130cca76ab: Preparing 10:33:44 79d996c828fa: Preparing 10:33:44 4bfa1b389ec5: Preparing 10:33:44 a9f9a587e723: Preparing 10:33:44 a427dc607c92: Preparing 10:33:44 3f169d5a27b8: Preparing 10:33:44 994456c4fd7b: Preparing 10:33:44 a9f9a587e723: Waiting 10:33:44 a427dc607c92: Waiting 10:33:44 3f169d5a27b8: Waiting 10:33:44 994456c4fd7b: Waiting 10:33:44 4bfa1b389ec5: Waiting 10:33:44 47130cca76ab: Layer already exists 10:33:44 67d59cf9e2ce: Layer already exists 10:33:44 47c38abd81a3: Layer already exists 10:33:44 c9a9e2b55691: Layer already exists 10:33:44 79d996c828fa: Layer already exists 10:33:44 4bfa1b389ec5: Layer already exists 10:33:44 a9f9a587e723: Layer already exists 10:33:44 a427dc607c92: Layer already exists 10:33:44 3f169d5a27b8: Layer already exists 10:33:44 994456c4fd7b: Layer already exists 10:33:44 latest: digest: sha256:b93f685dc2ea30898feee714ec94b7633d984839eb63c2fdcd3550e1d39d8a2a size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:44 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.26 10:33:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 10:33:44 c9a9e2b55691: Preparing 10:33:44 47c38abd81a3: Preparing 10:33:44 67d59cf9e2ce: Preparing 10:33:44 47130cca76ab: Preparing 10:33:44 79d996c828fa: Preparing 10:33:44 4bfa1b389ec5: Preparing 10:33:44 a9f9a587e723: Preparing 10:33:44 a427dc607c92: Preparing 10:33:44 3f169d5a27b8: Preparing 10:33:44 994456c4fd7b: Preparing 10:33:44 a427dc607c92: Waiting 10:33:44 994456c4fd7b: Waiting 10:33:44 3f169d5a27b8: Waiting 10:33:44 4bfa1b389ec5: Waiting 10:33:44 a9f9a587e723: Waiting 10:33:44 47c38abd81a3: Layer already exists 10:33:44 c9a9e2b55691: Layer already exists 10:33:44 67d59cf9e2ce: Layer already exists 10:33:44 47130cca76ab: Layer already exists 10:33:44 79d996c828fa: Layer already exists 10:33:44 a427dc607c92: Layer already exists 10:33:44 a9f9a587e723: Layer already exists 10:33:44 994456c4fd7b: Layer already exists 10:33:44 4bfa1b389ec5: Layer already exists 10:33:44 3f169d5a27b8: Layer already exists 10:33:44 4.1.0-dev.26: digest: sha256:b93f685dc2ea30898feee714ec94b7633d984839eb63c2fdcd3550e1d39d8a2a size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:45 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:33:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 10:33:45 c9a9e2b55691: Preparing 10:33:45 47c38abd81a3: Preparing 10:33:45 67d59cf9e2ce: Preparing 10:33:45 47130cca76ab: Preparing 10:33:45 79d996c828fa: Preparing 10:33:45 4bfa1b389ec5: Preparing 10:33:45 a9f9a587e723: Preparing 10:33:45 a427dc607c92: Preparing 10:33:45 3f169d5a27b8: Preparing 10:33:45 994456c4fd7b: Preparing 10:33:45 4bfa1b389ec5: Waiting 10:33:45 a9f9a587e723: Waiting 10:33:45 a427dc607c92: Waiting 10:33:45 3f169d5a27b8: Waiting 10:33:45 994456c4fd7b: Waiting 10:33:45 79d996c828fa: Layer already exists 10:33:45 47130cca76ab: Layer already exists 10:33:45 c9a9e2b55691: Layer already exists 10:33:45 47c38abd81a3: Layer already exists 10:33:45 67d59cf9e2ce: Layer already exists 10:33:45 4bfa1b389ec5: Layer already exists 10:33:45 a427dc607c92: Layer already exists 10:33:45 a9f9a587e723: Layer already exists 10:33:45 3f169d5a27b8: Layer already exists 10:33:45 994456c4fd7b: Layer already exists 10:33:45 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:b93f685dc2ea30898feee714ec94b7633d984839eb63c2fdcd3550e1d39d8a2a size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:45 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 10:33:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 10:33:46 c9a9e2b55691: Preparing 10:33:46 47c38abd81a3: Preparing 10:33:46 67d59cf9e2ce: Preparing 10:33:46 47130cca76ab: Preparing 10:33:46 79d996c828fa: Preparing 10:33:46 4bfa1b389ec5: Preparing 10:33:46 a9f9a587e723: Preparing 10:33:46 a427dc607c92: Preparing 10:33:46 3f169d5a27b8: Preparing 10:33:46 994456c4fd7b: Preparing 10:33:46 a9f9a587e723: Waiting 10:33:46 a427dc607c92: Waiting 10:33:46 3f169d5a27b8: Waiting 10:33:46 994456c4fd7b: Waiting 10:33:46 79d996c828fa: Layer already exists 10:33:46 47c38abd81a3: Layer already exists 10:33:46 67d59cf9e2ce: Layer already exists 10:33:46 c9a9e2b55691: Layer already exists 10:33:46 47130cca76ab: Layer already exists 10:33:46 4bfa1b389ec5: Layer already exists 10:33:46 a9f9a587e723: Layer already exists 10:33:46 3f169d5a27b8: Layer already exists 10:33:46 a427dc607c92: Layer already exists 10:33:46 994456c4fd7b: Layer already exists 10:33:46 main: digest: sha256:b93f685dc2ea30898feee714ec94b7633d984839eb63c2fdcd3550e1d39d8a2a size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:33:46 ===================================================== [Pipeline] echo 10:33:46 taggedImages: 10:33:46 - nexus3.edgexfoundry.org:10004/security-spire-agent:9304f160789e41c5c58b4be9994841ed5e82e09f 10:33:46 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 10:33:46 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.26 10:33:46 - nexus3.edgexfoundry.org:10004/security-spire-agent:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:33:46 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 10:33:46 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 10:33:46 9304f160789e41c5c58b4be9994841ed5e82e09f 10:33:46 latest 10:33:46 4.1.0-dev.26 10:33:46 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:33:46 main 10:33:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:46 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:9304f160789e41c5c58b4be9994841ed5e82e09f 10:33:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 10:33:46 6f896a7063aa: Preparing 10:33:46 ec13232e4422: Preparing 10:33:46 94d34853f4c2: Preparing 10:33:46 47130cca76ab: Preparing 10:33:46 79d996c828fa: Preparing 10:33:46 4429d4a905e4: Preparing 10:33:46 1eb8ebaedaef: Preparing 10:33:46 4429d4a905e4: Waiting 10:33:46 d90a033113d5: Preparing 10:33:46 994456c4fd7b: Preparing 10:33:46 d90a033113d5: Waiting 10:33:46 1eb8ebaedaef: Waiting 10:33:46 994456c4fd7b: Waiting 10:33:46 47130cca76ab: Layer already exists 10:33:46 79d996c828fa: Layer already exists 10:33:46 94d34853f4c2: Pushed 10:33:46 ec13232e4422: Pushed 10:33:46 1eb8ebaedaef: Pushed 10:33:46 6f896a7063aa: Pushed 10:33:46 994456c4fd7b: Layer already exists 10:33:47 d90a033113d5: Pushed 10:33:59 4429d4a905e4: Pushed 10:33:59 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:fcad73c4ddc56c9510c2d9317cf8291b193a284330fce74425888146f90f2d80 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:59 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:34:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 10:34:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 10:34:00 6f896a7063aa: Preparing 10:34:00 ec13232e4422: Preparing 10:34:00 94d34853f4c2: Preparing 10:34:00 47130cca76ab: Preparing 10:34:00 79d996c828fa: Preparing 10:34:00 4429d4a905e4: Preparing 10:34:00 1eb8ebaedaef: Preparing 10:34:00 d90a033113d5: Preparing 10:34:00 994456c4fd7b: Preparing 10:34:00 4429d4a905e4: Waiting 10:34:00 1eb8ebaedaef: Waiting 10:34:00 d90a033113d5: Waiting 10:34:00 994456c4fd7b: Waiting 10:34:00 79d996c828fa: Layer already exists 10:34:00 6f896a7063aa: Layer already exists 10:34:00 ec13232e4422: Layer already exists 10:34:00 47130cca76ab: Layer already exists 10:34:00 94d34853f4c2: Layer already exists 10:34:00 4429d4a905e4: Layer already exists 10:34:00 d90a033113d5: Layer already exists 10:34:00 1eb8ebaedaef: Layer already exists 10:34:00 994456c4fd7b: Layer already exists 10:34:00 latest: digest: sha256:fcad73c4ddc56c9510c2d9317cf8291b193a284330fce74425888146f90f2d80 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:34:00 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:34:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.26 10:34:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 10:34:01 6f896a7063aa: Preparing 10:34:01 ec13232e4422: Preparing 10:34:01 94d34853f4c2: Preparing 10:34:01 47130cca76ab: Preparing 10:34:01 79d996c828fa: Preparing 10:34:01 4429d4a905e4: Preparing 10:34:01 1eb8ebaedaef: Preparing 10:34:01 d90a033113d5: Preparing 10:34:01 994456c4fd7b: Preparing 10:34:01 4429d4a905e4: Waiting 10:34:01 1eb8ebaedaef: Waiting 10:34:01 994456c4fd7b: Waiting 10:34:01 79d996c828fa: Layer already exists 10:34:01 6f896a7063aa: Layer already exists 10:34:01 94d34853f4c2: Layer already exists 10:34:01 47130cca76ab: Layer already exists 10:34:01 ec13232e4422: Layer already exists 10:34:01 4429d4a905e4: Layer already exists 10:34:01 1eb8ebaedaef: Layer already exists 10:34:01 994456c4fd7b: Layer already exists 10:34:01 d90a033113d5: Layer already exists 10:34:01 4.1.0-dev.26: digest: sha256:fcad73c4ddc56c9510c2d9317cf8291b193a284330fce74425888146f90f2d80 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:34:01 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:34:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:34:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 10:34:01 6f896a7063aa: Preparing 10:34:01 ec13232e4422: Preparing 10:34:01 94d34853f4c2: Preparing 10:34:01 47130cca76ab: Preparing 10:34:01 79d996c828fa: Preparing 10:34:01 4429d4a905e4: Preparing 10:34:01 1eb8ebaedaef: Preparing 10:34:01 d90a033113d5: Preparing 10:34:01 994456c4fd7b: Preparing 10:34:01 4429d4a905e4: Waiting 10:34:01 1eb8ebaedaef: Waiting 10:34:01 d90a033113d5: Waiting 10:34:01 994456c4fd7b: Waiting 10:34:01 ec13232e4422: Layer already exists 10:34:01 94d34853f4c2: Layer already exists 10:34:01 47130cca76ab: Layer already exists 10:34:01 6f896a7063aa: Layer already exists 10:34:01 79d996c828fa: Layer already exists 10:34:01 1eb8ebaedaef: Layer already exists 10:34:01 994456c4fd7b: Layer already exists 10:34:01 4429d4a905e4: Layer already exists 10:34:01 d90a033113d5: Layer already exists 10:34:01 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:fcad73c4ddc56c9510c2d9317cf8291b193a284330fce74425888146f90f2d80 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:34:02 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:34:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 10:34:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 10:34:02 6f896a7063aa: Preparing 10:34:02 ec13232e4422: Preparing 10:34:02 94d34853f4c2: Preparing 10:34:02 47130cca76ab: Preparing 10:34:02 79d996c828fa: Preparing 10:34:02 4429d4a905e4: Preparing 10:34:02 1eb8ebaedaef: Preparing 10:34:02 d90a033113d5: Preparing 10:34:02 994456c4fd7b: Preparing 10:34:02 d90a033113d5: Waiting 10:34:02 1eb8ebaedaef: Waiting 10:34:02 994456c4fd7b: Waiting 10:34:02 4429d4a905e4: Waiting 10:34:02 47130cca76ab: Layer already exists 10:34:02 94d34853f4c2: Layer already exists 10:34:02 ec13232e4422: Layer already exists 10:34:02 79d996c828fa: Layer already exists 10:34:02 6f896a7063aa: Layer already exists 10:34:02 1eb8ebaedaef: Layer already exists 10:34:02 994456c4fd7b: Layer already exists 10:34:02 4429d4a905e4: Layer already exists 10:34:02 d90a033113d5: Layer already exists 10:34:02 main: digest: sha256:fcad73c4ddc56c9510c2d9317cf8291b193a284330fce74425888146f90f2d80 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:34:02 ===================================================== [Pipeline] echo 10:34:02 taggedImages: 10:34:02 - nexus3.edgexfoundry.org:10004/security-spire-config:9304f160789e41c5c58b4be9994841ed5e82e09f 10:34:02 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 10:34:02 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.26 10:34:02 - nexus3.edgexfoundry.org:10004/security-spire-config:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:34:02 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 10:34:02 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 10:34:02 9304f160789e41c5c58b4be9994841ed5e82e09f 10:34:02 latest 10:34:02 4.1.0-dev.26 10:34:02 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:34:02 main 10:34:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:34:02 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:34:03 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:9304f160789e41c5c58b4be9994841ed5e82e09f 10:34:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 10:34:03 c9a9e2b55691: Preparing 10:34:03 a5080aa8e601: Preparing 10:34:03 6c69a10281bd: Preparing 10:34:03 47130cca76ab: Preparing 10:34:03 79d996c828fa: Preparing 10:34:03 89e7fddf13bc: Preparing 10:34:03 a427dc607c92: Preparing 10:34:03 3f169d5a27b8: Preparing 10:34:03 994456c4fd7b: Preparing 10:34:03 89e7fddf13bc: Waiting 10:34:03 a427dc607c92: Waiting 10:34:03 994456c4fd7b: Waiting 10:34:03 47130cca76ab: Layer already exists 10:34:03 c9a9e2b55691: Layer already exists 10:34:03 79d996c828fa: Layer already exists 10:34:03 a427dc607c92: Layer already exists 10:34:03 3f169d5a27b8: Layer already exists 10:34:03 994456c4fd7b: Layer already exists 10:34:03 6c69a10281bd: Pushed 10:34:03 a5080aa8e601: Pushed 10:34:15 89e7fddf13bc: Pushed 10:34:15 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:e208d8d5b1daf5f38242d3d38effee7d0c6532f8241866a296ecd1fd67951e09 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:34:15 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:34:16 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 10:34:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 10:34:16 c9a9e2b55691: Preparing 10:34:16 a5080aa8e601: Preparing 10:34:16 6c69a10281bd: Preparing 10:34:16 47130cca76ab: Preparing 10:34:16 79d996c828fa: Preparing 10:34:16 89e7fddf13bc: Preparing 10:34:16 a427dc607c92: Preparing 10:34:16 3f169d5a27b8: Preparing 10:34:16 994456c4fd7b: Preparing 10:34:16 89e7fddf13bc: Waiting 10:34:16 a427dc607c92: Waiting 10:34:16 3f169d5a27b8: Waiting 10:34:16 994456c4fd7b: Waiting 10:34:16 47130cca76ab: Layer already exists 10:34:16 c9a9e2b55691: Layer already exists 10:34:16 6c69a10281bd: Layer already exists 10:34:16 a5080aa8e601: Layer already exists 10:34:16 79d996c828fa: Layer already exists 10:34:16 a427dc607c92: Layer already exists 10:34:16 89e7fddf13bc: Layer already exists 10:34:16 3f169d5a27b8: Layer already exists 10:34:16 994456c4fd7b: Layer already exists 10:34:16 latest: digest: sha256:e208d8d5b1daf5f38242d3d38effee7d0c6532f8241866a296ecd1fd67951e09 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:34:16 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:34:16 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.26 10:34:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 10:34:16 c9a9e2b55691: Preparing 10:34:16 a5080aa8e601: Preparing 10:34:16 6c69a10281bd: Preparing 10:34:16 47130cca76ab: Preparing 10:34:16 79d996c828fa: Preparing 10:34:16 89e7fddf13bc: Preparing 10:34:16 a427dc607c92: Preparing 10:34:16 3f169d5a27b8: Preparing 10:34:16 994456c4fd7b: Preparing 10:34:16 a427dc607c92: Waiting 10:34:16 3f169d5a27b8: Waiting 10:34:16 994456c4fd7b: Waiting 10:34:16 89e7fddf13bc: Waiting 10:34:16 6c69a10281bd: Layer already exists 10:34:16 c9a9e2b55691: Layer already exists 10:34:16 47130cca76ab: Layer already exists 10:34:16 79d996c828fa: Layer already exists 10:34:16 a5080aa8e601: Layer already exists 10:34:16 a427dc607c92: Layer already exists 10:34:16 3f169d5a27b8: Layer already exists 10:34:16 89e7fddf13bc: Layer already exists 10:34:16 994456c4fd7b: Layer already exists 10:34:16 4.1.0-dev.26: digest: sha256:e208d8d5b1daf5f38242d3d38effee7d0c6532f8241866a296ecd1fd67951e09 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:34:17 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:34:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:34:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 10:34:17 c9a9e2b55691: Preparing 10:34:17 a5080aa8e601: Preparing 10:34:17 6c69a10281bd: Preparing 10:34:17 47130cca76ab: Preparing 10:34:17 79d996c828fa: Preparing 10:34:17 89e7fddf13bc: Preparing 10:34:17 a427dc607c92: Preparing 10:34:17 3f169d5a27b8: Preparing 10:34:17 994456c4fd7b: Preparing 10:34:17 89e7fddf13bc: Waiting 10:34:17 a427dc607c92: Waiting 10:34:17 3f169d5a27b8: Waiting 10:34:17 994456c4fd7b: Waiting 10:34:17 6c69a10281bd: Layer already exists 10:34:17 a5080aa8e601: Layer already exists 10:34:17 79d996c828fa: Layer already exists 10:34:17 c9a9e2b55691: Layer already exists 10:34:17 47130cca76ab: Layer already exists 10:34:17 a427dc607c92: Layer already exists 10:34:17 3f169d5a27b8: Layer already exists 10:34:17 89e7fddf13bc: Layer already exists 10:34:17 994456c4fd7b: Layer already exists 10:34:17 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:e208d8d5b1daf5f38242d3d38effee7d0c6532f8241866a296ecd1fd67951e09 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:34:17 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:34:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 10:34:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 10:34:18 c9a9e2b55691: Preparing 10:34:18 a5080aa8e601: Preparing 10:34:18 6c69a10281bd: Preparing 10:34:18 47130cca76ab: Preparing 10:34:18 79d996c828fa: Preparing 10:34:18 89e7fddf13bc: Preparing 10:34:18 a427dc607c92: Preparing 10:34:18 3f169d5a27b8: Preparing 10:34:18 994456c4fd7b: Preparing 10:34:18 89e7fddf13bc: Waiting 10:34:18 a427dc607c92: Waiting 10:34:18 3f169d5a27b8: Waiting 10:34:18 994456c4fd7b: Waiting 10:34:18 c9a9e2b55691: Layer already exists 10:34:18 79d996c828fa: Layer already exists 10:34:18 a5080aa8e601: Layer already exists 10:34:18 47130cca76ab: Layer already exists 10:34:18 6c69a10281bd: Layer already exists 10:34:18 a427dc607c92: Layer already exists 10:34:18 89e7fddf13bc: Layer already exists 10:34:18 3f169d5a27b8: Layer already exists 10:34:18 994456c4fd7b: Layer already exists 10:34:18 main: digest: sha256:e208d8d5b1daf5f38242d3d38effee7d0c6532f8241866a296ecd1fd67951e09 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:34:18 ===================================================== [Pipeline] echo 10:34:18 taggedImages: 10:34:18 - nexus3.edgexfoundry.org:10004/security-spire-server:9304f160789e41c5c58b4be9994841ed5e82e09f 10:34:18 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 10:34:18 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.26 10:34:18 - nexus3.edgexfoundry.org:10004/security-spire-server:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:34:18 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 10:34:18 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 10:34:18 9304f160789e41c5c58b4be9994841ed5e82e09f 10:34:18 latest 10:34:18 4.1.0-dev.26 10:34:18 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:34:18 main 10:34:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:34:18 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:34:18 + docker push nexus3.edgexfoundry.org:10004/support-notifications:9304f160789e41c5c58b4be9994841ed5e82e09f 10:34:18 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:34:18 92d4b2576f0f: Preparing 10:34:18 b7858c27fb6c: Preparing 10:34:18 47130cca76ab: Preparing 10:34:18 79d996c828fa: Preparing 10:34:18 6443b382baae: Preparing 10:34:18 6a1fec281aaf: Preparing 10:34:18 994456c4fd7b: Preparing 10:34:18 994456c4fd7b: Waiting 10:34:18 6a1fec281aaf: Waiting 10:34:18 47130cca76ab: Layer already exists 10:34:18 79d996c828fa: Layer already exists 10:34:18 994456c4fd7b: Layer already exists 10:34:18 6443b382baae: Pushed 10:34:18 92d4b2576f0f: Pushed 10:34:19 6a1fec281aaf: Pushed 10:34:22 b7858c27fb6c: Pushed 10:34:22 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:5e204ca7efa2329133425c4b313f9bf36dced150e7d88dd4ebe2e8c797cf35b9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:34:23 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:34:23 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 10:34:23 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:34:23 92d4b2576f0f: Preparing 10:34:23 b7858c27fb6c: Preparing 10:34:23 47130cca76ab: Preparing 10:34:23 79d996c828fa: Preparing 10:34:23 6443b382baae: Preparing 10:34:23 6a1fec281aaf: Preparing 10:34:23 994456c4fd7b: Preparing 10:34:23 6a1fec281aaf: Waiting 10:34:23 994456c4fd7b: Waiting 10:34:23 b7858c27fb6c: Layer already exists 10:34:23 92d4b2576f0f: Layer already exists 10:34:23 79d996c828fa: Layer already exists 10:34:23 47130cca76ab: Layer already exists 10:34:23 6443b382baae: Layer already exists 10:34:23 6a1fec281aaf: Layer already exists 10:34:23 994456c4fd7b: Layer already exists 10:34:23 latest: digest: sha256:5e204ca7efa2329133425c4b313f9bf36dced150e7d88dd4ebe2e8c797cf35b9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:34:23 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:34:23 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.26 10:34:23 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:34:23 92d4b2576f0f: Preparing 10:34:23 b7858c27fb6c: Preparing 10:34:23 47130cca76ab: Preparing 10:34:23 79d996c828fa: Preparing 10:34:23 6443b382baae: Preparing 10:34:23 6a1fec281aaf: Preparing 10:34:23 994456c4fd7b: Preparing 10:34:23 6a1fec281aaf: Waiting 10:34:23 994456c4fd7b: Waiting 10:34:23 47130cca76ab: Layer already exists 10:34:23 6443b382baae: Layer already exists 10:34:23 92d4b2576f0f: Layer already exists 10:34:23 79d996c828fa: Layer already exists 10:34:23 b7858c27fb6c: Layer already exists 10:34:23 6a1fec281aaf: Layer already exists 10:34:23 994456c4fd7b: Layer already exists 10:34:23 4.1.0-dev.26: digest: sha256:5e204ca7efa2329133425c4b313f9bf36dced150e7d88dd4ebe2e8c797cf35b9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:34:24 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:34:24 + docker push nexus3.edgexfoundry.org:10004/support-notifications:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:34:24 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:34:24 92d4b2576f0f: Preparing 10:34:24 b7858c27fb6c: Preparing 10:34:24 47130cca76ab: Preparing 10:34:24 79d996c828fa: Preparing 10:34:24 6443b382baae: Preparing 10:34:24 6a1fec281aaf: Preparing 10:34:24 994456c4fd7b: Preparing 10:34:24 6a1fec281aaf: Waiting 10:34:24 994456c4fd7b: Waiting 10:34:24 79d996c828fa: Layer already exists 10:34:24 6443b382baae: Layer already exists 10:34:24 b7858c27fb6c: Layer already exists 10:34:24 47130cca76ab: Layer already exists 10:34:24 92d4b2576f0f: Layer already exists 10:34:24 6a1fec281aaf: Layer already exists 10:34:24 994456c4fd7b: Layer already exists 10:34:24 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:5e204ca7efa2329133425c4b313f9bf36dced150e7d88dd4ebe2e8c797cf35b9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:34:24 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:34:25 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 10:34:25 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:34:25 92d4b2576f0f: Preparing 10:34:25 b7858c27fb6c: Preparing 10:34:25 47130cca76ab: Preparing 10:34:25 79d996c828fa: Preparing 10:34:25 6443b382baae: Preparing 10:34:25 6a1fec281aaf: Preparing 10:34:25 994456c4fd7b: Preparing 10:34:25 6a1fec281aaf: Waiting 10:34:25 994456c4fd7b: Waiting 10:34:25 92d4b2576f0f: Layer already exists 10:34:25 79d996c828fa: Layer already exists 10:34:25 47130cca76ab: Layer already exists 10:34:25 b7858c27fb6c: Layer already exists 10:34:25 6443b382baae: Layer already exists 10:34:25 994456c4fd7b: Layer already exists 10:34:25 6a1fec281aaf: Layer already exists 10:34:25 main: digest: sha256:5e204ca7efa2329133425c4b313f9bf36dced150e7d88dd4ebe2e8c797cf35b9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:34:25 ===================================================== [Pipeline] echo 10:34:25 taggedImages: 10:34:25 - nexus3.edgexfoundry.org:10004/support-notifications:9304f160789e41c5c58b4be9994841ed5e82e09f 10:34:25 - nexus3.edgexfoundry.org:10004/support-notifications:latest 10:34:25 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.26 10:34:25 - nexus3.edgexfoundry.org:10004/support-notifications:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:34:25 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 10:34:25 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 10:34:25 9304f160789e41c5c58b4be9994841ed5e82e09f 10:34:25 latest 10:34:25 4.1.0-dev.26 10:34:25 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:34:25 main 10:34:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:34:25 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:34:26 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:9304f160789e41c5c58b4be9994841ed5e82e09f 10:34:26 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:34:26 75c23ce72d16: Preparing 10:34:26 a809246b7f3a: Preparing 10:34:26 47130cca76ab: Preparing 10:34:26 79d996c828fa: Preparing 10:34:26 3595bd2b016d: Preparing 10:34:26 732a096d7d47: Preparing 10:34:26 994456c4fd7b: Preparing 10:34:26 732a096d7d47: Waiting 10:34:26 994456c4fd7b: Waiting 10:34:26 79d996c828fa: Layer already exists 10:34:26 47130cca76ab: Layer already exists 10:34:26 994456c4fd7b: Layer already exists 10:34:26 75c23ce72d16: Pushed 10:34:26 3595bd2b016d: Pushed 10:34:26 732a096d7d47: Pushed 10:34:30 a809246b7f3a: Pushed 10:34:30 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:82d68137122f3b805300e415150f70628554aeaefbe3d7e8755caddcda095347 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:34:30 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:34:31 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 10:34:31 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:34:31 75c23ce72d16: Preparing 10:34:31 a809246b7f3a: Preparing 10:34:31 47130cca76ab: Preparing 10:34:31 79d996c828fa: Preparing 10:34:31 3595bd2b016d: Preparing 10:34:31 732a096d7d47: Preparing 10:34:31 994456c4fd7b: Preparing 10:34:31 732a096d7d47: Waiting 10:34:31 994456c4fd7b: Waiting 10:34:31 a809246b7f3a: Layer already exists 10:34:31 75c23ce72d16: Layer already exists 10:34:31 3595bd2b016d: Layer already exists 10:34:31 47130cca76ab: Layer already exists 10:34:31 79d996c828fa: Layer already exists 10:34:31 732a096d7d47: Layer already exists 10:34:31 994456c4fd7b: Layer already exists 10:34:31 latest: digest: sha256:82d68137122f3b805300e415150f70628554aeaefbe3d7e8755caddcda095347 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:34:31 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:34:31 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.26 10:34:31 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:34:31 75c23ce72d16: Preparing 10:34:31 a809246b7f3a: Preparing 10:34:31 47130cca76ab: Preparing 10:34:31 79d996c828fa: Preparing 10:34:31 3595bd2b016d: Preparing 10:34:31 732a096d7d47: Preparing 10:34:31 994456c4fd7b: Preparing 10:34:31 732a096d7d47: Waiting 10:34:31 994456c4fd7b: Waiting 10:34:31 79d996c828fa: Layer already exists 10:34:31 75c23ce72d16: Layer already exists 10:34:31 3595bd2b016d: Layer already exists 10:34:31 a809246b7f3a: Layer already exists 10:34:31 47130cca76ab: Layer already exists 10:34:31 732a096d7d47: Layer already exists 10:34:31 994456c4fd7b: Layer already exists 10:34:31 4.1.0-dev.26: digest: sha256:82d68137122f3b805300e415150f70628554aeaefbe3d7e8755caddcda095347 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:34:32 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:34:32 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:34:32 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:34:32 75c23ce72d16: Preparing 10:34:32 a809246b7f3a: Preparing 10:34:32 47130cca76ab: Preparing 10:34:32 79d996c828fa: Preparing 10:34:32 3595bd2b016d: Preparing 10:34:32 732a096d7d47: Preparing 10:34:32 994456c4fd7b: Preparing 10:34:32 732a096d7d47: Waiting 10:34:32 994456c4fd7b: Waiting 10:34:32 47130cca76ab: Layer already exists 10:34:32 75c23ce72d16: Layer already exists 10:34:32 a809246b7f3a: Layer already exists 10:34:32 79d996c828fa: Layer already exists 10:34:32 3595bd2b016d: Layer already exists 10:34:32 994456c4fd7b: Layer already exists 10:34:32 732a096d7d47: Layer already exists 10:34:32 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:82d68137122f3b805300e415150f70628554aeaefbe3d7e8755caddcda095347 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:34:32 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:34:33 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 10:34:33 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:34:33 75c23ce72d16: Preparing 10:34:33 a809246b7f3a: Preparing 10:34:33 47130cca76ab: Preparing 10:34:33 79d996c828fa: Preparing 10:34:33 3595bd2b016d: Preparing 10:34:33 732a096d7d47: Preparing 10:34:33 994456c4fd7b: Preparing 10:34:33 732a096d7d47: Waiting 10:34:33 994456c4fd7b: Waiting 10:34:33 a809246b7f3a: Layer already exists 10:34:33 79d996c828fa: Layer already exists 10:34:33 3595bd2b016d: Layer already exists 10:34:33 47130cca76ab: Layer already exists 10:34:33 75c23ce72d16: Layer already exists 10:34:33 732a096d7d47: Layer already exists 10:34:33 994456c4fd7b: Layer already exists 10:34:33 main: digest: sha256:82d68137122f3b805300e415150f70628554aeaefbe3d7e8755caddcda095347 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:34:33 ===================================================== [Pipeline] echo 10:34:33 taggedImages: 10:34:33 - nexus3.edgexfoundry.org:10004/support-scheduler:9304f160789e41c5c58b4be9994841ed5e82e09f 10:34:33 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 10:34:33 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.26 10:34:33 - nexus3.edgexfoundry.org:10004/support-scheduler:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:34:33 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 10:34:33 ========================================================= 10:34:33 [edgeXBuildMultiArch] RAW Config: 10:34:33 images: 10:34:33 - nexus3.edgexfoundry.org:10004/core-command:9304f160789e41c5c58b4be9994841ed5e82e09f 10:34:33 - nexus3.edgexfoundry.org:10004/core-command:latest 10:34:33 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.26 10:34:33 - nexus3.edgexfoundry.org:10004/core-command:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:34:33 - nexus3.edgexfoundry.org:10004/core-command:main 10:34:33 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9304f160789e41c5c58b4be9994841ed5e82e09f 10:34:33 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 10:34:33 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.26 10:34:33 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:34:33 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 10:34:33 - nexus3.edgexfoundry.org:10004/core-data:9304f160789e41c5c58b4be9994841ed5e82e09f 10:34:33 - nexus3.edgexfoundry.org:10004/core-data:latest 10:34:33 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.26 10:34:33 - nexus3.edgexfoundry.org:10004/core-data:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:34:33 - nexus3.edgexfoundry.org:10004/core-data:main 10:34:33 - nexus3.edgexfoundry.org:10004/core-keeper:9304f160789e41c5c58b4be9994841ed5e82e09f 10:34:33 - nexus3.edgexfoundry.org:10004/core-keeper:latest 10:34:33 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.26 10:34:33 - nexus3.edgexfoundry.org:10004/core-keeper:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:34:33 - nexus3.edgexfoundry.org:10004/core-keeper:main 10:34:33 - nexus3.edgexfoundry.org:10004/core-metadata:9304f160789e41c5c58b4be9994841ed5e82e09f 10:34:33 - nexus3.edgexfoundry.org:10004/core-metadata:latest 10:34:33 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.26 10:34:33 - nexus3.edgexfoundry.org:10004/core-metadata:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:34:33 - nexus3.edgexfoundry.org:10004/core-metadata:main 10:34:33 - nexus3.edgexfoundry.org:10004/security-bootstrapper:9304f160789e41c5c58b4be9994841ed5e82e09f 10:34:33 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 10:34:33 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.26 10:34:33 - nexus3.edgexfoundry.org:10004/security-bootstrapper:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:34:33 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 10:34:33 - nexus3.edgexfoundry.org:10004/security-proxy-auth:9304f160789e41c5c58b4be9994841ed5e82e09f 10:34:33 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 10:34:33 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.26 10:34:33 - nexus3.edgexfoundry.org:10004/security-proxy-auth:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:34:33 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 10:34:33 - nexus3.edgexfoundry.org:10004/security-proxy-setup:9304f160789e41c5c58b4be9994841ed5e82e09f 10:34:33 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 10:34:33 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.26 10:34:33 - nexus3.edgexfoundry.org:10004/security-proxy-setup:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:34:33 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 10:34:33 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:9304f160789e41c5c58b4be9994841ed5e82e09f 10:34:33 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 10:34:33 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.26 10:34:33 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:34:33 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 10:34:33 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9304f160789e41c5c58b4be9994841ed5e82e09f 10:34:33 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 10:34:33 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.26 10:34:33 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:34:33 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 10:34:33 - nexus3.edgexfoundry.org:10004/security-spire-agent:9304f160789e41c5c58b4be9994841ed5e82e09f 10:34:33 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 10:34:33 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.26 10:34:33 - nexus3.edgexfoundry.org:10004/security-spire-agent:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:34:33 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 10:34:33 - nexus3.edgexfoundry.org:10004/security-spire-config:9304f160789e41c5c58b4be9994841ed5e82e09f 10:34:33 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 10:34:33 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.26 10:34:33 - nexus3.edgexfoundry.org:10004/security-spire-config:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:34:33 - nexus3.edgexfoundry.org:10004/security-spire-config:main 10:34:33 - nexus3.edgexfoundry.org:10004/security-spire-server:9304f160789e41c5c58b4be9994841ed5e82e09f 10:34:33 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 10:34:33 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.26 10:34:33 - nexus3.edgexfoundry.org:10004/security-spire-server:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:34:33 - nexus3.edgexfoundry.org:10004/security-spire-server:main 10:34:33 - nexus3.edgexfoundry.org:10004/support-notifications:9304f160789e41c5c58b4be9994841ed5e82e09f 10:34:33 - nexus3.edgexfoundry.org:10004/support-notifications:latest 10:34:33 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.26 10:34:33 - nexus3.edgexfoundry.org:10004/support-notifications:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:34:33 - nexus3.edgexfoundry.org:10004/support-notifications:main 10:34:33 - nexus3.edgexfoundry.org:10004/support-scheduler:9304f160789e41c5c58b4be9994841ed5e82e09f 10:34:33 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 10:34:33 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.26 10:34:33 - nexus3.edgexfoundry.org:10004/support-scheduler:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 10:34:33 - nexus3.edgexfoundry.org:10004/support-scheduler:main 10:34:33 settingsFile: 10:34:33 edgex-go-settings 10:34:33 ========================================================= [Pipeline] node 10:34:48 Still waiting to schedule task 10:34:48 All nodes of label ‘centos7-docker-4c-2g’ are offline 10:35:18 Running on prd-centos7-docker-4c-2g-3632 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:35:18 provisioning config files... 10:35:18 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config1067972705681217490tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:35:19 ---> ****-login.sh 10:35:19 nexus3.edgexfoundry.org:10001 10:53:18 #137 ... 10:53:18 10:53:18 #146 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 10:53:18 #146 DONE 1270.8s 10:53:18 10:53:18 #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:53:18 #149 ... 10:53:18 10:53:18 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 10:53:18 #155 DONE 0.4s 10:53:18 10:53:18 #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 10:53:18 #156 DONE 0.1s 10:53:18 10:53:18 #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 10:53:18 #157 DONE 0.4s 10:53:18 10:53:18 #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:53:18 #149 ... 10:53:18 10:53:18 #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 10:53:18 #158 DONE 0.3s 10:53:18 10:53:18 #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:53:18 #147 ... 10:53:18 10:53:18 #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 10:53:18 #159 DONE 0.1s 10:53:18 10:53:18 #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:53:18 #160 DONE 2.3s 10:53:18 10:53:18 #109 [core-common-config-bootstrapper] exporting to image 10:53:18 #109 exporting layers 10:53:18 #109 exporting layers 0.7s done 10:53:18 #109 writing image sha256:fdf369e755f7132a8af17276f6489c5a133efeb19e4a97f4d04657cd82986b44 done 10:53:18 #109 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 10:53:18 #109 DONE 4.4s 10:53:18 10:53:18 #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:53:31 #149 ... 10:53:31 10:53:31 #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 10:53:31 #148 DONE 1290.2s 10:53:31 10:53:31 #37 [security-spire-config stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 10:53:31 #37 ... 10:53:31 10:53:31 #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 10:53:31 #161 DONE 0.2s 10:53:31 10:53:31 #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 10:53:32 #162 DONE 2.1s 10:53:32 10:53:32 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 10:53:32 #45 ... 10:53:32 10:53:32 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 10:53:32 #163 DONE 0.5s 10:53:32 10:53:32 #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:53:32 #147 ... 10:53:32 10:53:32 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 10:53:32 #164 DONE 0.1s 10:53:33 10:53:33 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:53:33 #165 DONE 0.4s 10:53:33 10:53:33 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 10:53:33 #166 DONE 0.1s 10:53:33 10:53:33 #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:53:33 #149 ... 10:53:33 10:53:33 #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/ 10:53:33 #167 DONE 0.2s 10:53:33 10:53:33 #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/ 10:53:33 #168 DONE 0.1s 10:53:33 10:53:33 #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/ 10:53:34 #169 DONE 0.3s 10:53:34 10:53:34 #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:53:34 #149 ... 10:53:34 10:53:34 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 10:53:34 #170 DONE 0.1s 10:53:34 10:53:34 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 10:53:36 #171 DONE 2.0s 10:53:36 10:53:36 #109 [security-bootstrapper] exporting to image 10:53:36 #109 exporting layers 10:53:37 #109 exporting layers 1.0s done 10:53:37 #109 writing image sha256:9e4b18307fdf3687135d0e8b1cb9c3ed19594a3e1cf50f3af50b4c717bdcde98 done 10:53:37 #109 naming to docker.io/library/security-bootstrapper-arm64 done 10:53:37 #109 DONE 5.4s 10:53:37 10:53:37 #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 11:08:14 #147 ... 11:08:14 11:08:14 #154 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 11:08:14 #154 DONE 2168.8s 11:08:14 11:08:14 #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 11:08:14 #149 ... 11:08:14 11:08:14 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 11:08:14 #172 DONE 0.2s 11:08:14 11:08:14 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 11:08:14 #173 DONE 0.2s 11:08:14 11:08:14 #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 11:08:14 #149 ... 11:08:14 11:08:14 #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 11:08:14 #174 DONE 0.5s 11:08:14 11:08:14 #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 11:08:14 #175 DONE 0.1s 11:08:14 11:08:14 #37 [security-spire-config stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 11:08:14 #37 ... 11:08:14 11:08:14 #109 [core-command] exporting to image 11:08:14 #109 exporting layers 11:08:14 #109 exporting layers 0.3s done 11:08:14 #109 writing image sha256:2fb3c2f721f4e3b4f815fe4f5f78dc2def3c60f5898dc7412d64d244b94b327d done 11:08:14 #109 naming to docker.io/library/core-command-arm64 done 11:08:14 #109 DONE 5.8s 11:08:14 11:08:14 #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 11:08:21 #149 ... 11:08:21 11:08:21 #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 11:08:21 #144 2182.3 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 11:08:23 #144 ... 11:08:23 11:08:23 #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 11:08:23 #150 DONE 2184.2s 11:08:23 11:08:23 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 11:08:24 #145 ... 11:08:24 11:08:24 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 11:08:24 #176 DONE 0.3s 11:08:24 11:08:24 #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 11:08:24 #177 DONE 0.2s 11:08:24 11:08:24 #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 11:08:24 #178 DONE 0.2s 11:08:24 11:08:24 #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 11:08:24 #179 DONE 0.2s 11:08:24 11:08:24 #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 11:08:25 #180 DONE 0.4s 11:08:25 11:08:25 #37 [security-spire-config stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 11:08:25 #37 ... 11:08:25 11:08:25 #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 11:08:25 #181 DONE 0.2s 11:08:25 11:08:25 #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 11:08:27 #182 DONE 1.9s 11:08:27 11:08:27 #109 [security-proxy-setup] exporting to image 11:08:27 #109 exporting layers 11:08:28 #109 exporting layers 0.8s done 11:08:28 #109 writing image sha256:099f18e1469d2f747e14fca8accd5a609c239723c6baea1074715e1e554a616d done 11:08:28 #109 naming to docker.io/library/security-proxy-setup-arm64 done 11:08:28 #109 DONE 6.6s 11:08:28 11:08:28 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 11:09:00 #45 ... 11:09:00 11:09:00 #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 11:09:00 #144 DONE 2215.8s 11:09:00 11:09:00 #37 [security-spire-config stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 11:09:00 #37 ... 11:09:00 11:09:00 #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 11:09:00 #183 DONE 0.3s 11:09:00 11:09:00 #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 11:09:00 #149 ... 11:09:00 11:09:00 #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 11:09:00 #184 DONE 0.1s 11:09:00 11:09:00 #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 11:09:00 #185 DONE 0.2s 11:09:00 11:09:00 #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 11:09:00 #186 DONE 0.2s 11:09:00 11:09:00 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 11:09:00 #187 DONE 0.1s 11:09:00 11:09:00 #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 11:09:00 #188 DONE 0.3s 11:09:00 11:09:00 #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 11:09:00 #149 ... 11:09:00 11:09:00 #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 11:09:00 #189 DONE 0.4s 11:09:00 11:09:00 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 11:09:00 #45 ... 11:09:00 11:09:00 #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 11:09:00 #190 DONE 0.2s 11:09:00 11:09:00 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 11:09:00 #191 DONE 2.0s 11:09:00 11:09:00 #109 [security-secretstore-setup] exporting to image 11:09:00 #109 exporting layers 11:09:00 #109 exporting layers 1.5s done 11:09:01 #109 writing image sha256:7d8ee45713fa94f738fffba8ab3543bb669f2ed9e14de7f6b4669b97868fe1ad done 11:09:01 #109 naming to docker.io/library/security-secretstore-setup-arm64 done 11:09:01 #109 DONE 8.2s 11:09:01 11:09:01 #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 11:10:09 #149 ... 11:10:09 11:10:09 #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 11:10:09 #153 DONE 2284.5s 11:10:09 11:10:09 #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 11:10:09 #149 ... 11:10:09 11:10:09 #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 11:10:09 #192 DONE 0.1s 11:10:09 11:10:09 #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 11:10:09 #149 ... 11:10:09 11:10:09 #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 11:10:09 #193 DONE 0.2s 11:10:09 11:10:09 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 11:10:09 #194 DONE 0.5s 11:10:09 11:10:09 #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 11:10:09 #195 DONE 0.1s 11:10:09 11:10:09 #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 11:10:09 #149 ... 11:10:09 11:10:09 #109 [security-spiffe-token-provider] exporting to image 11:10:09 #109 exporting layers 11:10:09 #109 exporting layers 1.0s done 11:10:09 #109 writing image sha256:0a68c8164bb6ec7d958cae1ce1509c544130037a0368be4864622e0f71098d93 done 11:10:09 #109 naming to docker.io/library/security-spiffe-token-provider-arm64 done 11:10:09 #109 DONE 9.2s 11:10:09 11:10:09 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 11:10:35 #145 ... 11:10:35 11:10:35 #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 11:10:35 #151 DONE 2313.1s 11:10:35 11:10:35 #37 [security-spire-config stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 11:10:35 #37 ... 11:10:35 11:10:35 #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 11:10:35 #196 DONE 0.2s 11:10:35 11:10:35 #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 11:10:35 #197 DONE 0.2s 11:10:35 11:10:35 #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 11:10:35 #198 DONE 0.3s 11:10:35 11:10:35 #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 11:10:35 #199 DONE 0.1s 11:10:35 11:10:35 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 11:10:35 #45 ... 11:10:35 11:10:35 #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 11:10:35 #200 DONE 0.1s 11:10:35 11:10:35 #201 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 11:10:35 #201 DONE 1.9s 11:10:35 11:10:35 #37 [security-spire-config stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 11:10:35 #37 ... 11:10:35 11:10:35 #109 [security-proxy-auth] exporting to image 11:10:35 #109 exporting layers 11:10:36 #109 exporting layers 0.6s done 11:10:36 #109 writing image sha256:6ab25218247cea17121289926455f5816c3ea99a8994f2e9a5cf996b382328a2 done 11:10:36 #109 naming to docker.io/library/security-proxy-auth-arm64 done 11:10:36 #109 DONE 9.8s 11:10:36 11:10:36 #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 11:10:40 #149 ... 11:10:40 11:10:40 #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 11:10:40 #147 DONE 2321.2s 11:10:40 11:10:40 #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 11:10:41 #149 ... 11:10:41 11:10:41 #202 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 11:10:41 #202 ... 11:10:41 11:10:41 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 11:10:41 #145 DONE 2320.6s 11:10:41 11:10:41 #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 11:10:41 #149 ... 11:10:41 11:10:41 #202 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 11:10:41 #202 DONE 0.4s 11:10:41 11:10:41 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 11:10:41 #45 ... 11:10:41 11:10:41 #203 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 11:10:42 #203 DONE 0.2s 11:10:42 11:10:42 #204 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 11:10:42 #204 ... 11:10:42 11:10:42 #205 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 11:10:42 #205 DONE 0.2s 11:10:42 11:10:42 #206 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 11:10:42 #206 ... 11:10:42 11:10:42 #204 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 11:10:42 #204 DONE 0.6s 11:10:42 11:10:42 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 11:10:42 #152 DONE 2323.6s 11:10:42 11:10:42 #207 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 11:10:43 #207 DONE 0.2s 11:10:43 11:10:43 #206 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 11:10:43 #206 DONE 0.7s 11:10:43 11:10:43 #208 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 11:10:43 #208 DONE 0.3s 11:10:43 11:10:43 #209 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 11:10:43 #209 DONE 0.4s 11:10:43 11:10:43 #210 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 11:10:43 #210 DONE 0.4s 11:10:43 11:10:43 #109 [core-metadata] exporting to image 11:10:43 #109 exporting layers 11:10:44 #109 ... 11:10:44 11:10:44 #211 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 11:10:44 #211 DONE 0.4s 11:10:44 11:10:44 #109 [core-keeper] exporting to image 11:10:44 #109 exporting layers 0.8s done 11:10:44 #109 writing image sha256:2b4ed9c32784e0f7b41c2b046e310ee460249b310b9ab7828140b3714e822a04 0.0s done 11:10:44 #109 naming to docker.io/library/core-keeper-arm64 done 11:10:44 #109 exporting layers 1.0s done 11:10:44 #109 writing image sha256:f882793f0ce4f1aa1c88dc65683cfe3ab8852e75a73a2235703a74ea9418c605 0.0s done 11:10:44 #109 naming to docker.io/library/core-metadata-arm64 done 11:10:44 #109 DONE 10.9s 11:10:44 11:10:44 #212 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 11:10:45 #212 DONE 0.7s 11:10:45 11:10:45 #213 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 11:10:45 #213 DONE 0.1s 11:10:45 11:10:45 #109 [core-data] exporting to image 11:10:45 #109 exporting layers 0.4s done 11:10:45 #109 writing image sha256:110ff07a1735408f77a97708b14b94cf2d500f1522628e7d1c6a16a836358302 done 11:10:45 #109 naming to docker.io/library/core-data-arm64 done 11:10:45 #109 DONE 11.3s 11:10:45 11:10:45 #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 11:11:12 #149 DONE 2352.6s 11:11:12 11:11:12 #37 [security-spire-config stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 11:11:12 #37 ... 11:11:12 11:11:12 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 11:11:12 #214 DONE 0.1s 11:11:12 11:11:12 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 11:11:12 #215 DONE 0.2s 11:11:12 11:11:12 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 11:11:13 #216 DONE 0.5s 11:11:13 11:11:13 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 11:11:13 #217 DONE 0.2s 11:11:13 11:11:13 #109 [support-scheduler] exporting to image 11:11:13 #109 exporting layers 11:11:14 #109 exporting layers 1.1s done 11:11:14 #109 writing image sha256:98bd76786051d09956ad50b3ce8e78662d50f37e5676b6dd3fa04650b4a1049e done 11:11:14 #109 naming to docker.io/library/support-scheduler-arm64 done 11:11:14 #109 DONE 12.4s 11:11:14 11:11:14 #37 [security-spire-config stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 11:11:20 #37 ... 11:11:20 11:11:20 #137 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 11:11:20 #137 DONE 2361.1s 11:11:20 11:11:20 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 11:11:20 #218 DONE 0.1s 11:11:20 11:11:20 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 11:11:20 #45 ... 11:11:20 11:11:20 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 11:11:20 #219 DONE 0.1s 11:11:21 11:11:21 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 11:11:21 #220 DONE 0.5s 11:11:21 11:11:21 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 11:11:21 #221 DONE 0.1s 11:11:21 11:11:21 #37 [security-spire-config stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 11:11:21 #37 ... 11:11:21 11:11:21 #109 [support-notifications] exporting to image 11:11:21 #109 exporting layers 11:11:22 #109 exporting layers 0.5s done 11:11:22 #109 writing image sha256:5c16c35e509c67e175f28ab488199416e9c103396d275c3c3cbc3c777c7b8d6b done 11:11:22 #109 naming to docker.io/library/support-notifications-arm64 done 11:11:22 #109 DONE 13.0s 11:11:22 11:11:22 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 11:11:22 time="2025-06-20T10:29:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:11:22 time="2025-06-20T10:29:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:11:22 time="2025-06-20T10:29:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:11:22 time="2025-06-20T10:29:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:11:22 time="2025-06-20T10:29:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:11:22 time="2025-06-20T10:29:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:11:22 time="2025-06-20T10:29:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:11:22 time="2025-06-20T10:29:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:11:22 time="2025-06-20T10:29:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:11:22 time="2025-06-20T10:29:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:11:22 time="2025-06-20T10:29:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:11:22 time="2025-06-20T10:29:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:11:22 time="2025-06-20T10:29:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:11:22 time="2025-06-20T10:29:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:11:22 time="2025-06-20T10:29:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 11:11:22 $ docker stop --time=1 a364df3b6c1cb109c2c3fab8849bc96a12b3fefdea30ee798c2c949034a2edc3 11:11:23 $ docker rm -f --volumes a364df3b6c1cb109c2c3fab8849bc96a12b3fefdea30ee798c2c949034a2edc3 [Pipeline] // withDockerContainer [Pipeline] sh 11:11:24 + docker images 11:11:24 REPOSITORY TAG IMAGE ID CREATED SIZE 11:11:24 support-notifications-arm64 latest 5c16c35e509c 3 seconds ago 52.8MB 11:11:24 support-scheduler-arm64 latest 98bd76786051 11 seconds ago 48.9MB 11:11:24 core-data-arm64 latest 110ff07a1735 40 seconds ago 33.3MB 11:11:24 core-keeper-arm64 latest 2b4ed9c32784 41 seconds ago 33MB 11:11:24 core-metadata-arm64 latest f882793f0ce4 41 seconds ago 33.5MB 11:11:24 security-proxy-auth-arm64 latest 6ab25218247c 49 seconds ago 32.2MB 11:11:24 security-spiffe-token-provider-arm64 latest 0a68c8164bb6 About a minute ago 48.6MB 11:11:24 security-secretstore-setup-arm64 latest 7d8ee45713fa 2 minutes ago 68.2MB 11:11:24 security-proxy-setup-arm64 latest 099f18e1469d 2 minutes ago 38.9MB 11:11:24 core-command-arm64 latest 2fb3c2f721f4 3 minutes ago 28.9MB 11:11:24 security-bootstrapper-arm64 latest 9e4b18307fdf 17 minutes ago 21.1MB 11:11:24 core-common-config-bootstrapper-arm64 latest fdf369e755f7 18 minutes ago 18MB 11:11:24 security-spire-config-arm64 latest 541fdb45ab54 40 minutes ago 143MB 11:11:24 security-spire-agent-arm64 latest 72aabeb32110 40 minutes ago 187MB 11:11:24 security-spire-server-arm64 latest f1cf0a3fba3b 40 minutes ago 144MB 11:11:24 ci-base-image-arm64 latest a140444121b6 42 minutes ago 910MB 11:11:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 3bb21d53e231 2 days ago 560MB 11:11:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 2 years ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:11:24 provisioning config files... 11:11:24 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/857@tmp/config10940625553022629650tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:11:25 ---> ****-login.sh 11:11:25 nexus3.edgexfoundry.org:10001 11:11:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:11:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:11:25 Configure a credential helper to remove this warning. See 11:11:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:11:25 11:11:25 Login Succeeded 11:11:25 nexus3.edgexfoundry.org:10002 11:11:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:11:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:11:25 Configure a credential helper to remove this warning. See 11:11:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:11:25 11:11:25 Login Succeeded 11:11:25 nexus3.edgexfoundry.org:10003 11:11:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:11:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:11:26 Configure a credential helper to remove this warning. See 11:11:26 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:11:26 11:11:26 Login Succeeded 11:11:26 nexus3.edgexfoundry.org:10004 11:11:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:11:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:11:26 Configure a credential helper to remove this warning. See 11:11:26 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:11:26 11:11:26 Login Succeeded 11:11:26 ****.io 11:11:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:11:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:11:26 Configure a credential helper to remove this warning. See 11:11:26 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:11:26 11:11:26 Login Succeeded 11:11:26 ---> ****-login.sh ends [Pipeline] } 11:11:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:11:26 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 11:11:26 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 11:11:26 9304f160789e41c5c58b4be9994841ed5e82e09f 11:11:26 latest 11:11:26 4.1.0-dev.26 11:11:26 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 11:11:26 main 11:11:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:27 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:27 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f 11:11:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 11:11:27 9315642421b5: Preparing 11:11:27 bd3180376ab6: Preparing 11:11:27 34f012ca3978: Preparing 11:11:27 c1ef31a3121c: Preparing 11:11:27 46be0a63e442: Preparing 11:11:27 78b63b89be57: Preparing 11:11:27 dd9c8f8612c8: Preparing 11:11:27 78b63b89be57: Waiting 11:11:27 dd9c8f8612c8: Waiting 11:11:27 34f012ca3978: Pushed 11:11:27 46be0a63e442: Pushed 11:11:27 9315642421b5: Pushed 11:11:27 c1ef31a3121c: Pushed 11:11:27 dd9c8f8612c8: Layer already exists 11:11:27 78b63b89be57: Pushed 11:11:33 bd3180376ab6: Pushed 11:11:33 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:52ad76e2fff149c3733db52bee2ebe0c558e55559a2a894aba3aff35309cc4c2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:33 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:34 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 11:11:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 11:11:34 9315642421b5: Preparing 11:11:34 bd3180376ab6: Preparing 11:11:34 34f012ca3978: Preparing 11:11:34 c1ef31a3121c: Preparing 11:11:34 46be0a63e442: Preparing 11:11:34 78b63b89be57: Preparing 11:11:34 dd9c8f8612c8: Preparing 11:11:34 78b63b89be57: Waiting 11:11:34 dd9c8f8612c8: Waiting 11:11:34 34f012ca3978: Layer already exists 11:11:34 9315642421b5: Layer already exists 11:11:34 c1ef31a3121c: Layer already exists 11:11:34 bd3180376ab6: Layer already exists 11:11:34 46be0a63e442: Layer already exists 11:11:34 78b63b89be57: Layer already exists 11:11:34 dd9c8f8612c8: Layer already exists 11:11:34 latest: digest: sha256:52ad76e2fff149c3733db52bee2ebe0c558e55559a2a894aba3aff35309cc4c2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:34 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:35 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.26 11:11:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 11:11:35 9315642421b5: Preparing 11:11:35 bd3180376ab6: Preparing 11:11:35 34f012ca3978: Preparing 11:11:35 c1ef31a3121c: Preparing 11:11:35 46be0a63e442: Preparing 11:11:35 78b63b89be57: Preparing 11:11:35 dd9c8f8612c8: Preparing 11:11:35 78b63b89be57: Waiting 11:11:35 dd9c8f8612c8: Waiting 11:11:35 9315642421b5: Layer already exists 11:11:35 34f012ca3978: Layer already exists 11:11:35 bd3180376ab6: Layer already exists 11:11:35 c1ef31a3121c: Layer already exists 11:11:35 46be0a63e442: Layer already exists 11:11:35 dd9c8f8612c8: Layer already exists 11:11:35 78b63b89be57: Layer already exists 11:11:35 4.1.0-dev.26: digest: sha256:52ad76e2fff149c3733db52bee2ebe0c558e55559a2a894aba3aff35309cc4c2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:35 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:35 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 11:11:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 11:11:35 9315642421b5: Preparing 11:11:35 bd3180376ab6: Preparing 11:11:35 34f012ca3978: Preparing 11:11:35 c1ef31a3121c: Preparing 11:11:35 46be0a63e442: Preparing 11:11:35 78b63b89be57: Preparing 11:11:35 dd9c8f8612c8: Preparing 11:11:35 78b63b89be57: Waiting 11:11:35 dd9c8f8612c8: Waiting 11:11:35 bd3180376ab6: Layer already exists 11:11:35 9315642421b5: Layer already exists 11:11:35 34f012ca3978: Layer already exists 11:11:35 c1ef31a3121c: Layer already exists 11:11:35 46be0a63e442: Layer already exists 11:11:35 dd9c8f8612c8: Layer already exists 11:11:35 78b63b89be57: Layer already exists 11:11:36 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:52ad76e2fff149c3733db52bee2ebe0c558e55559a2a894aba3aff35309cc4c2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:36 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:36 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 11:11:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 11:11:36 9315642421b5: Preparing 11:11:36 bd3180376ab6: Preparing 11:11:36 34f012ca3978: Preparing 11:11:36 c1ef31a3121c: Preparing 11:11:36 46be0a63e442: Preparing 11:11:36 78b63b89be57: Preparing 11:11:36 dd9c8f8612c8: Preparing 11:11:36 78b63b89be57: Waiting 11:11:36 dd9c8f8612c8: Waiting 11:11:36 34f012ca3978: Layer already exists 11:11:36 9315642421b5: Layer already exists 11:11:36 c1ef31a3121c: Layer already exists 11:11:36 46be0a63e442: Layer already exists 11:11:36 bd3180376ab6: Layer already exists 11:11:36 dd9c8f8612c8: Layer already exists 11:11:36 78b63b89be57: Layer already exists 11:11:36 main: digest: sha256:52ad76e2fff149c3733db52bee2ebe0c558e55559a2a894aba3aff35309cc4c2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:11:37 ===================================================== [Pipeline] echo 11:11:37 taggedImages: 11:11:37 - nexus3.edgexfoundry.org:10004/core-command-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f 11:11:37 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 11:11:37 - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.26 11:11:37 - nexus3.edgexfoundry.org:10004/core-command-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 11:11:37 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 11:11:37 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 11:11:37 9304f160789e41c5c58b4be9994841ed5e82e09f 11:11:37 latest 11:11:37 4.1.0-dev.26 11:11:37 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 11:11:37 main 11:11:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:37 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:37 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f 11:11:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 11:11:37 44ccdce77900: Preparing 11:11:37 1e020a976d9a: Preparing 11:11:37 671a49808e96: Preparing 11:11:37 41fa850aa501: Preparing 11:11:37 34f012ca3978: Preparing 11:11:37 c1ef31a3121c: Preparing 11:11:37 46be0a63e442: Preparing 11:11:37 78b63b89be57: Preparing 11:11:37 dd9c8f8612c8: Preparing 11:11:37 46be0a63e442: Waiting 11:11:37 78b63b89be57: Waiting 11:11:37 c1ef31a3121c: Waiting 11:11:37 dd9c8f8612c8: Waiting 11:11:38 34f012ca3978: Layer already exists 11:11:38 c1ef31a3121c: Layer already exists 11:11:38 46be0a63e442: Layer already exists 11:11:38 671a49808e96: Pushed 11:11:38 1e020a976d9a: Pushed 11:11:38 78b63b89be57: Layer already exists 11:11:38 44ccdce77900: Pushed 11:11:38 dd9c8f8612c8: Layer already exists 11:11:39 41fa850aa501: Pushed 11:11:40 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:c3fdafbcb86420d2d43c9bcb07c5bccebaf4410312950a8d1d0de7ed9a12bea6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:40 + 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 11:11:40 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 11:11:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 11:11:40 44ccdce77900: Preparing 11:11:40 1e020a976d9a: Preparing 11:11:40 671a49808e96: Preparing 11:11:40 41fa850aa501: Preparing 11:11:40 34f012ca3978: Preparing 11:11:40 c1ef31a3121c: Preparing 11:11:40 46be0a63e442: Preparing 11:11:40 78b63b89be57: Preparing 11:11:40 dd9c8f8612c8: Preparing 11:11:40 46be0a63e442: Waiting 11:11:40 78b63b89be57: Waiting 11:11:40 dd9c8f8612c8: Waiting 11:11:40 c1ef31a3121c: Waiting 11:11:40 34f012ca3978: Layer already exists 11:11:40 41fa850aa501: Layer already exists 11:11:40 44ccdce77900: Layer already exists 11:11:40 1e020a976d9a: Layer already exists 11:11:40 671a49808e96: Layer already exists 11:11:40 c1ef31a3121c: Layer already exists 11:11:40 46be0a63e442: Layer already exists 11:11:40 dd9c8f8612c8: Layer already exists 11:11:40 78b63b89be57: Layer already exists 11:11:41 latest: digest: sha256:c3fdafbcb86420d2d43c9bcb07c5bccebaf4410312950a8d1d0de7ed9a12bea6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:41 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:41 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.26 11:11:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 11:11:41 44ccdce77900: Preparing 11:11:41 1e020a976d9a: Preparing 11:11:41 671a49808e96: Preparing 11:11:41 41fa850aa501: Preparing 11:11:41 34f012ca3978: Preparing 11:11:41 c1ef31a3121c: Preparing 11:11:41 46be0a63e442: Preparing 11:11:41 78b63b89be57: Preparing 11:11:41 dd9c8f8612c8: Preparing 11:11:41 78b63b89be57: Waiting 11:11:41 dd9c8f8612c8: Waiting 11:11:41 c1ef31a3121c: Waiting 11:11:41 46be0a63e442: Waiting 11:11:41 671a49808e96: Layer already exists 11:11:41 44ccdce77900: Layer already exists 11:11:41 41fa850aa501: Layer already exists 11:11:41 34f012ca3978: Layer already exists 11:11:41 1e020a976d9a: Layer already exists 11:11:41 78b63b89be57: Layer already exists 11:11:41 dd9c8f8612c8: Layer already exists 11:11:41 c1ef31a3121c: Layer already exists 11:11:41 46be0a63e442: Layer already exists 11:11:41 4.1.0-dev.26: digest: sha256:c3fdafbcb86420d2d43c9bcb07c5bccebaf4410312950a8d1d0de7ed9a12bea6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:42 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:42 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 11:11:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 11:11:42 44ccdce77900: Preparing 11:11:42 1e020a976d9a: Preparing 11:11:42 671a49808e96: Preparing 11:11:42 41fa850aa501: Preparing 11:11:42 34f012ca3978: Preparing 11:11:42 c1ef31a3121c: Preparing 11:11:42 46be0a63e442: Preparing 11:11:42 78b63b89be57: Preparing 11:11:42 dd9c8f8612c8: Preparing 11:11:42 46be0a63e442: Waiting 11:11:42 78b63b89be57: Waiting 11:11:42 dd9c8f8612c8: Waiting 11:11:42 c1ef31a3121c: Waiting 11:11:42 1e020a976d9a: Layer already exists 11:11:42 41fa850aa501: Layer already exists 11:11:42 44ccdce77900: Layer already exists 11:11:42 671a49808e96: Layer already exists 11:11:42 34f012ca3978: Layer already exists 11:11:42 78b63b89be57: Layer already exists 11:11:42 c1ef31a3121c: Layer already exists 11:11:42 46be0a63e442: Layer already exists 11:11:42 dd9c8f8612c8: Layer already exists 11:11:42 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:c3fdafbcb86420d2d43c9bcb07c5bccebaf4410312950a8d1d0de7ed9a12bea6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:43 + 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 11:11:43 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 11:11:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 11:11:43 44ccdce77900: Preparing 11:11:43 1e020a976d9a: Preparing 11:11:43 671a49808e96: Preparing 11:11:43 41fa850aa501: Preparing 11:11:43 34f012ca3978: Preparing 11:11:43 c1ef31a3121c: Preparing 11:11:43 46be0a63e442: Preparing 11:11:43 78b63b89be57: Preparing 11:11:43 dd9c8f8612c8: Preparing 11:11:43 46be0a63e442: Waiting 11:11:43 78b63b89be57: Waiting 11:11:43 dd9c8f8612c8: Waiting 11:11:43 c1ef31a3121c: Waiting 11:11:43 34f012ca3978: Layer already exists 11:11:43 671a49808e96: Layer already exists 11:11:43 44ccdce77900: Layer already exists 11:11:43 41fa850aa501: Layer already exists 11:11:43 1e020a976d9a: Layer already exists 11:11:43 c1ef31a3121c: Layer already exists 11:11:43 dd9c8f8612c8: Layer already exists 11:11:43 46be0a63e442: Layer already exists 11:11:43 78b63b89be57: Layer already exists 11:11:44 main: digest: sha256:c3fdafbcb86420d2d43c9bcb07c5bccebaf4410312950a8d1d0de7ed9a12bea6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:11:44 ===================================================== [Pipeline] echo 11:11:44 taggedImages: 11:11:44 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f 11:11:44 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 11:11:44 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.26 11:11:44 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 11:11:44 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 11:11:44 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 11:11:44 9304f160789e41c5c58b4be9994841ed5e82e09f 11:11:44 latest 11:11:44 4.1.0-dev.26 11:11:44 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 11:11:44 main 11:11:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:44 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:44 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f 11:11:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 11:11:44 60769b1704be: Preparing 11:11:44 29205265d0f1: Preparing 11:11:44 34f012ca3978: Preparing 11:11:44 c1ef31a3121c: Preparing 11:11:44 39f5b26ba1dd: Preparing 11:11:44 0121669565d7: Preparing 11:11:44 0121669565d7: Waiting 11:11:44 dd9c8f8612c8: Preparing 11:11:44 dd9c8f8612c8: Waiting 11:11:45 34f012ca3978: Layer already exists 11:11:45 c1ef31a3121c: Layer already exists 11:11:45 dd9c8f8612c8: Layer already exists 11:11:45 39f5b26ba1dd: Pushed 11:11:45 60769b1704be: Pushed 11:11:45 0121669565d7: Pushed 11:11:50 29205265d0f1: Pushed 11:11:50 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:bf5b6c4ee2afb8ba8f3d33a3fdba6819f20d3022c0e76b359a330cbb423a741f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:50 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:51 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 11:11:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 11:11:51 60769b1704be: Preparing 11:11:51 29205265d0f1: Preparing 11:11:51 34f012ca3978: Preparing 11:11:51 c1ef31a3121c: Preparing 11:11:51 39f5b26ba1dd: Preparing 11:11:51 0121669565d7: Preparing 11:11:51 dd9c8f8612c8: Preparing 11:11:51 0121669565d7: Waiting 11:11:51 dd9c8f8612c8: Waiting 11:11:51 29205265d0f1: Layer already exists 11:11:51 60769b1704be: Layer already exists 11:11:51 34f012ca3978: Layer already exists 11:11:51 39f5b26ba1dd: Layer already exists 11:11:51 c1ef31a3121c: Layer already exists 11:11:51 dd9c8f8612c8: Layer already exists 11:11:51 0121669565d7: Layer already exists 11:11:51 latest: digest: sha256:bf5b6c4ee2afb8ba8f3d33a3fdba6819f20d3022c0e76b359a330cbb423a741f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:51 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:52 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.26 11:11:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 11:11:52 60769b1704be: Preparing 11:11:52 29205265d0f1: Preparing 11:11:52 34f012ca3978: Preparing 11:11:52 c1ef31a3121c: Preparing 11:11:52 39f5b26ba1dd: Preparing 11:11:52 0121669565d7: Preparing 11:11:52 dd9c8f8612c8: Preparing 11:11:52 0121669565d7: Waiting 11:11:52 60769b1704be: Layer already exists 11:11:52 29205265d0f1: Layer already exists 11:11:52 39f5b26ba1dd: Layer already exists 11:11:52 c1ef31a3121c: Layer already exists 11:11:52 34f012ca3978: Layer already exists 11:11:52 dd9c8f8612c8: Layer already exists 11:11:52 0121669565d7: Layer already exists 11:11:52 4.1.0-dev.26: digest: sha256:bf5b6c4ee2afb8ba8f3d33a3fdba6819f20d3022c0e76b359a330cbb423a741f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:52 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:53 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 11:11:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 11:11:53 60769b1704be: Preparing 11:11:53 29205265d0f1: Preparing 11:11:53 34f012ca3978: Preparing 11:11:53 c1ef31a3121c: Preparing 11:11:53 39f5b26ba1dd: Preparing 11:11:53 0121669565d7: Preparing 11:11:53 dd9c8f8612c8: Preparing 11:11:53 0121669565d7: Waiting 11:11:53 dd9c8f8612c8: Waiting 11:11:53 39f5b26ba1dd: Layer already exists 11:11:53 60769b1704be: Layer already exists 11:11:53 34f012ca3978: Layer already exists 11:11:53 c1ef31a3121c: Layer already exists 11:11:53 29205265d0f1: Layer already exists 11:11:53 0121669565d7: Layer already exists 11:11:53 dd9c8f8612c8: Layer already exists 11:11:53 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:bf5b6c4ee2afb8ba8f3d33a3fdba6819f20d3022c0e76b359a330cbb423a741f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:53 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:54 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 11:11:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 11:11:54 60769b1704be: Preparing 11:11:54 29205265d0f1: Preparing 11:11:54 34f012ca3978: Preparing 11:11:54 c1ef31a3121c: Preparing 11:11:54 39f5b26ba1dd: Preparing 11:11:54 0121669565d7: Preparing 11:11:54 dd9c8f8612c8: Preparing 11:11:54 0121669565d7: Waiting 11:11:54 dd9c8f8612c8: Waiting 11:11:54 34f012ca3978: Layer already exists 11:11:54 29205265d0f1: Layer already exists 11:11:54 c1ef31a3121c: Layer already exists 11:11:54 39f5b26ba1dd: Layer already exists 11:11:54 60769b1704be: Layer already exists 11:11:54 0121669565d7: Layer already exists 11:11:54 dd9c8f8612c8: Layer already exists 11:11:54 main: digest: sha256:bf5b6c4ee2afb8ba8f3d33a3fdba6819f20d3022c0e76b359a330cbb423a741f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:11:54 ===================================================== [Pipeline] echo 11:11:54 taggedImages: 11:11:54 - nexus3.edgexfoundry.org:10004/core-data-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f 11:11:54 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 11:11:54 - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.26 11:11:54 - nexus3.edgexfoundry.org:10004/core-data-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 11:11:54 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 11:11:54 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 11:11:54 9304f160789e41c5c58b4be9994841ed5e82e09f 11:11:54 latest 11:11:54 4.1.0-dev.26 11:11:54 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 11:11:54 main 11:11:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:54 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:55 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f 11:11:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 11:11:55 1ce5349035e4: Preparing 11:11:55 bf2f830bf251: Preparing 11:11:55 c1ef31a3121c: Preparing 11:11:55 596f536db1a1: Preparing 11:11:55 b74fd2889a3a: Preparing 11:11:55 dd9c8f8612c8: Preparing 11:11:55 dd9c8f8612c8: Waiting 11:11:55 c1ef31a3121c: Layer already exists 11:11:55 dd9c8f8612c8: Layer already exists 11:11:55 b74fd2889a3a: Pushed 11:11:55 596f536db1a1: Pushed 11:11:55 1ce5349035e4: Pushed 11:12:00 bf2f830bf251: Pushed 11:12:00 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:5178d3a74f55e9b10036fca7b9263ae96f167816c1b225e373b5df6aaab0fc30 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:01 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:01 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 11:12:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 11:12:01 1ce5349035e4: Preparing 11:12:01 bf2f830bf251: Preparing 11:12:01 c1ef31a3121c: Preparing 11:12:01 596f536db1a1: Preparing 11:12:01 b74fd2889a3a: Preparing 11:12:01 dd9c8f8612c8: Preparing 11:12:01 dd9c8f8612c8: Waiting 11:12:01 b74fd2889a3a: Layer already exists 11:12:01 bf2f830bf251: Layer already exists 11:12:01 1ce5349035e4: Layer already exists 11:12:01 596f536db1a1: Layer already exists 11:12:01 c1ef31a3121c: Layer already exists 11:12:01 dd9c8f8612c8: Layer already exists 11:12:01 latest: digest: sha256:5178d3a74f55e9b10036fca7b9263ae96f167816c1b225e373b5df6aaab0fc30 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:02 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:02 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.26 11:12:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 11:12:02 1ce5349035e4: Preparing 11:12:02 bf2f830bf251: Preparing 11:12:02 c1ef31a3121c: Preparing 11:12:02 596f536db1a1: Preparing 11:12:02 b74fd2889a3a: Preparing 11:12:02 dd9c8f8612c8: Preparing 11:12:02 dd9c8f8612c8: Waiting 11:12:02 1ce5349035e4: Layer already exists 11:12:02 b74fd2889a3a: Layer already exists 11:12:02 bf2f830bf251: Layer already exists 11:12:02 596f536db1a1: Layer already exists 11:12:02 c1ef31a3121c: Layer already exists 11:12:02 dd9c8f8612c8: Layer already exists 11:12:02 4.1.0-dev.26: digest: sha256:5178d3a74f55e9b10036fca7b9263ae96f167816c1b225e373b5df6aaab0fc30 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:03 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:03 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 11:12:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 11:12:03 1ce5349035e4: Preparing 11:12:03 bf2f830bf251: Preparing 11:12:03 c1ef31a3121c: Preparing 11:12:03 596f536db1a1: Preparing 11:12:03 b74fd2889a3a: Preparing 11:12:03 dd9c8f8612c8: Preparing 11:12:03 dd9c8f8612c8: Waiting 11:12:03 bf2f830bf251: Layer already exists 11:12:03 596f536db1a1: Layer already exists 11:12:03 1ce5349035e4: Layer already exists 11:12:03 c1ef31a3121c: Layer already exists 11:12:03 b74fd2889a3a: Layer already exists 11:12:03 dd9c8f8612c8: Layer already exists 11:12:03 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:5178d3a74f55e9b10036fca7b9263ae96f167816c1b225e373b5df6aaab0fc30 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:04 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:04 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 11:12:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 11:12:04 1ce5349035e4: Preparing 11:12:04 bf2f830bf251: Preparing 11:12:04 c1ef31a3121c: Preparing 11:12:04 596f536db1a1: Preparing 11:12:04 b74fd2889a3a: Preparing 11:12:04 dd9c8f8612c8: Preparing 11:12:04 dd9c8f8612c8: Waiting 11:12:04 1ce5349035e4: Layer already exists 11:12:04 bf2f830bf251: Layer already exists 11:12:04 b74fd2889a3a: Layer already exists 11:12:04 596f536db1a1: Layer already exists 11:12:04 c1ef31a3121c: Layer already exists 11:12:04 dd9c8f8612c8: Layer already exists 11:12:04 main: digest: sha256:5178d3a74f55e9b10036fca7b9263ae96f167816c1b225e373b5df6aaab0fc30 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:12:04 ===================================================== [Pipeline] echo 11:12:04 taggedImages: 11:12:04 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f 11:12:04 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 11:12:04 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.26 11:12:04 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 11:12:04 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 11:12:04 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 11:12:04 9304f160789e41c5c58b4be9994841ed5e82e09f 11:12:04 latest 11:12:04 4.1.0-dev.26 11:12:04 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 11:12:04 main 11:12:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:05 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:05 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f 11:12:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 11:12:05 7ac5f86f9d9d: Preparing 11:12:05 8e50c1574752: Preparing 11:12:05 ffcb653e847d: Preparing 11:12:05 34f012ca3978: Preparing 11:12:05 c1ef31a3121c: Preparing 11:12:05 46be0a63e442: Preparing 11:12:05 78b63b89be57: Preparing 11:12:05 dd9c8f8612c8: Preparing 11:12:05 78b63b89be57: Waiting 11:12:05 dd9c8f8612c8: Waiting 11:12:05 46be0a63e442: Waiting 11:12:06 c1ef31a3121c: Layer already exists 11:12:06 34f012ca3978: Layer already exists 11:12:06 46be0a63e442: Layer already exists 11:12:06 78b63b89be57: Layer already exists 11:12:06 dd9c8f8612c8: Layer already exists 11:12:06 8e50c1574752: Pushed 11:12:06 7ac5f86f9d9d: Pushed 11:12:11 ffcb653e847d: Pushed 11:12:11 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:b6a8c4e40276ce16261fd193e5ab1fa6d3fe85f444e70521b53155c5822c8486 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:11 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:12 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 11:12:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 11:12:12 7ac5f86f9d9d: Preparing 11:12:12 8e50c1574752: Preparing 11:12:12 ffcb653e847d: Preparing 11:12:12 34f012ca3978: Preparing 11:12:12 c1ef31a3121c: Preparing 11:12:12 46be0a63e442: Preparing 11:12:12 78b63b89be57: Preparing 11:12:12 dd9c8f8612c8: Preparing 11:12:12 46be0a63e442: Waiting 11:12:12 78b63b89be57: Waiting 11:12:12 dd9c8f8612c8: Waiting 11:12:12 7ac5f86f9d9d: Layer already exists 11:12:12 ffcb653e847d: Layer already exists 11:12:12 8e50c1574752: Layer already exists 11:12:12 c1ef31a3121c: Layer already exists 11:12:12 34f012ca3978: Layer already exists 11:12:12 78b63b89be57: Layer already exists 11:12:12 46be0a63e442: Layer already exists 11:12:12 dd9c8f8612c8: Layer already exists 11:12:12 latest: digest: sha256:b6a8c4e40276ce16261fd193e5ab1fa6d3fe85f444e70521b53155c5822c8486 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:12 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:13 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.26 11:12:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 11:12:13 7ac5f86f9d9d: Preparing 11:12:13 8e50c1574752: Preparing 11:12:13 ffcb653e847d: Preparing 11:12:13 34f012ca3978: Preparing 11:12:13 c1ef31a3121c: Preparing 11:12:13 46be0a63e442: Preparing 11:12:13 78b63b89be57: Preparing 11:12:13 dd9c8f8612c8: Preparing 11:12:13 46be0a63e442: Waiting 11:12:13 dd9c8f8612c8: Waiting 11:12:13 78b63b89be57: Waiting 11:12:13 34f012ca3978: Layer already exists 11:12:13 7ac5f86f9d9d: Layer already exists 11:12:13 c1ef31a3121c: Layer already exists 11:12:13 8e50c1574752: Layer already exists 11:12:13 ffcb653e847d: Layer already exists 11:12:13 78b63b89be57: Layer already exists 11:12:13 46be0a63e442: Layer already exists 11:12:13 dd9c8f8612c8: Layer already exists 11:12:13 4.1.0-dev.26: digest: sha256:b6a8c4e40276ce16261fd193e5ab1fa6d3fe85f444e70521b53155c5822c8486 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:13 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:14 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 11:12:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 11:12:14 7ac5f86f9d9d: Preparing 11:12:14 8e50c1574752: Preparing 11:12:14 ffcb653e847d: Preparing 11:12:14 34f012ca3978: Preparing 11:12:14 c1ef31a3121c: Preparing 11:12:14 46be0a63e442: Preparing 11:12:14 78b63b89be57: Preparing 11:12:14 dd9c8f8612c8: Preparing 11:12:14 46be0a63e442: Waiting 11:12:14 78b63b89be57: Waiting 11:12:14 dd9c8f8612c8: Waiting 11:12:14 8e50c1574752: Layer already exists 11:12:14 34f012ca3978: Layer already exists 11:12:14 7ac5f86f9d9d: Layer already exists 11:12:14 ffcb653e847d: Layer already exists 11:12:14 c1ef31a3121c: Layer already exists 11:12:14 46be0a63e442: Layer already exists 11:12:14 78b63b89be57: Layer already exists 11:12:14 dd9c8f8612c8: Layer already exists 11:12:14 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:b6a8c4e40276ce16261fd193e5ab1fa6d3fe85f444e70521b53155c5822c8486 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:14 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:15 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 11:12:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 11:12:15 7ac5f86f9d9d: Preparing 11:12:15 8e50c1574752: Preparing 11:12:15 ffcb653e847d: Preparing 11:12:15 34f012ca3978: Preparing 11:12:15 c1ef31a3121c: Preparing 11:12:15 46be0a63e442: Preparing 11:12:15 78b63b89be57: Preparing 11:12:15 dd9c8f8612c8: Preparing 11:12:15 46be0a63e442: Waiting 11:12:15 78b63b89be57: Waiting 11:12:15 dd9c8f8612c8: Waiting 11:12:15 ffcb653e847d: Layer already exists 11:12:15 8e50c1574752: Layer already exists 11:12:15 7ac5f86f9d9d: Layer already exists 11:12:15 c1ef31a3121c: Layer already exists 11:12:15 34f012ca3978: Layer already exists 11:12:15 46be0a63e442: Layer already exists 11:12:15 78b63b89be57: Layer already exists 11:12:15 dd9c8f8612c8: Layer already exists 11:12:15 main: digest: sha256:b6a8c4e40276ce16261fd193e5ab1fa6d3fe85f444e70521b53155c5822c8486 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:12:15 ===================================================== [Pipeline] echo 11:12:15 taggedImages: 11:12:15 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f 11:12:15 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 11:12:15 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.26 11:12:15 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 11:12:15 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 11:12:15 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 11:12:15 9304f160789e41c5c58b4be9994841ed5e82e09f 11:12:15 latest 11:12:15 4.1.0-dev.26 11:12:15 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 11:12:15 main 11:12:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:15 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:16 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f 11:12:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 11:12:16 9860af12db87: Preparing 11:12:16 3ac4072165a8: Preparing 11:12:16 587676889528: Preparing 11:12:16 385332f681bf: Preparing 11:12:16 28980c64a69b: Preparing 11:12:16 8adc16df1af2: Preparing 11:12:16 e5519f92b079: Preparing 11:12:16 34f012ca3978: Preparing 11:12:16 c1ef31a3121c: Preparing 11:12:16 b8364e9f43bf: Preparing 11:12:16 f3510262406b: Preparing 11:12:16 5f70bf18a086: Preparing 11:12:16 34271c8beb45: Preparing 11:12:16 c7686241fdbf: Preparing 11:12:16 33b93827980d: Preparing 11:12:16 dd9c8f8612c8: Preparing 11:12:16 8adc16df1af2: Waiting 11:12:16 e5519f92b079: Waiting 11:12:16 34f012ca3978: Waiting 11:12:16 c1ef31a3121c: Waiting 11:12:16 b8364e9f43bf: Waiting 11:12:16 f3510262406b: Waiting 11:12:16 5f70bf18a086: Waiting 11:12:16 34271c8beb45: Waiting 11:12:16 c7686241fdbf: Waiting 11:12:16 33b93827980d: Waiting 11:12:16 dd9c8f8612c8: Waiting 11:12:16 587676889528: Pushed 11:12:16 28980c64a69b: Pushed 11:12:16 385332f681bf: Pushed 11:12:16 9860af12db87: Pushed 11:12:16 3ac4072165a8: Pushed 11:12:16 34f012ca3978: Layer already exists 11:12:16 c1ef31a3121c: Layer already exists 11:12:16 8adc16df1af2: Pushed 11:12:16 5f70bf18a086: Layer already exists 11:12:16 f3510262406b: Pushed 11:12:16 b8364e9f43bf: Pushed 11:12:16 34271c8beb45: Pushed 11:12:16 c7686241fdbf: Pushed 11:12:16 dd9c8f8612c8: Layer already exists 11:12:16 33b93827980d: Pushed 11:12:19 e5519f92b079: Pushed 11:12:19 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:6a24d75a1df23bdec0b11ebc732b5137eb7b0bb8bbe514bb6c1a1a41a7b40723 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:20 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:20 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 11:12:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 11:12:20 9860af12db87: Preparing 11:12:20 3ac4072165a8: Preparing 11:12:20 587676889528: Preparing 11:12:20 385332f681bf: Preparing 11:12:20 28980c64a69b: Preparing 11:12:20 8adc16df1af2: Preparing 11:12:20 e5519f92b079: Preparing 11:12:20 34f012ca3978: Preparing 11:12:20 c1ef31a3121c: Preparing 11:12:20 b8364e9f43bf: Preparing 11:12:20 f3510262406b: Preparing 11:12:20 5f70bf18a086: Preparing 11:12:20 34271c8beb45: Preparing 11:12:20 c7686241fdbf: Preparing 11:12:20 33b93827980d: Preparing 11:12:20 dd9c8f8612c8: Preparing 11:12:20 8adc16df1af2: Waiting 11:12:20 5f70bf18a086: Waiting 11:12:20 e5519f92b079: Waiting 11:12:20 34271c8beb45: Waiting 11:12:20 34f012ca3978: Waiting 11:12:20 c7686241fdbf: Waiting 11:12:20 33b93827980d: Waiting 11:12:20 c1ef31a3121c: Waiting 11:12:20 dd9c8f8612c8: Waiting 11:12:20 f3510262406b: Waiting 11:12:20 385332f681bf: Layer already exists 11:12:20 28980c64a69b: Layer already exists 11:12:20 3ac4072165a8: Layer already exists 11:12:20 9860af12db87: Layer already exists 11:12:20 587676889528: Layer already exists 11:12:20 8adc16df1af2: Layer already exists 11:12:20 b8364e9f43bf: Layer already exists 11:12:20 34f012ca3978: Layer already exists 11:12:20 e5519f92b079: Layer already exists 11:12:20 c1ef31a3121c: Layer already exists 11:12:20 f3510262406b: Layer already exists 11:12:20 5f70bf18a086: Layer already exists 11:12:20 c7686241fdbf: Layer already exists 11:12:20 34271c8beb45: Layer already exists 11:12:20 33b93827980d: Layer already exists 11:12:20 dd9c8f8612c8: Layer already exists 11:12:20 latest: digest: sha256:6a24d75a1df23bdec0b11ebc732b5137eb7b0bb8bbe514bb6c1a1a41a7b40723 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:20 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:21 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.26 11:12:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 11:12:21 9860af12db87: Preparing 11:12:21 3ac4072165a8: Preparing 11:12:21 587676889528: Preparing 11:12:21 385332f681bf: Preparing 11:12:21 28980c64a69b: Preparing 11:12:21 8adc16df1af2: Preparing 11:12:21 e5519f92b079: Preparing 11:12:21 8adc16df1af2: Waiting 11:12:21 34f012ca3978: Preparing 11:12:21 e5519f92b079: Waiting 11:12:21 c1ef31a3121c: Preparing 11:12:21 34f012ca3978: Waiting 11:12:21 c1ef31a3121c: Waiting 11:12:21 b8364e9f43bf: Preparing 11:12:21 f3510262406b: Preparing 11:12:21 b8364e9f43bf: Waiting 11:12:21 5f70bf18a086: Preparing 11:12:21 f3510262406b: Waiting 11:12:21 5f70bf18a086: Waiting 11:12:21 34271c8beb45: Preparing 11:12:21 c7686241fdbf: Preparing 11:12:21 34271c8beb45: Waiting 11:12:21 c7686241fdbf: Waiting 11:12:21 33b93827980d: Preparing 11:12:21 dd9c8f8612c8: Preparing 11:12:21 33b93827980d: Waiting 11:12:21 dd9c8f8612c8: Waiting 11:12:21 587676889528: Layer already exists 11:12:21 28980c64a69b: Layer already exists 11:12:21 3ac4072165a8: Layer already exists 11:12:21 9860af12db87: Layer already exists 11:12:21 385332f681bf: Layer already exists 11:12:21 34f012ca3978: Layer already exists 11:12:21 e5519f92b079: Layer already exists 11:12:21 8adc16df1af2: Layer already exists 11:12:21 c1ef31a3121c: Layer already exists 11:12:21 b8364e9f43bf: Layer already exists 11:12:21 f3510262406b: Layer already exists 11:12:21 34271c8beb45: Layer already exists 11:12:21 c7686241fdbf: Layer already exists 11:12:21 5f70bf18a086: Layer already exists 11:12:21 33b93827980d: Layer already exists 11:12:21 dd9c8f8612c8: Layer already exists 11:12:21 4.1.0-dev.26: digest: sha256:6a24d75a1df23bdec0b11ebc732b5137eb7b0bb8bbe514bb6c1a1a41a7b40723 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:21 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:22 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 11:12:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 11:12:22 9860af12db87: Preparing 11:12:22 3ac4072165a8: Preparing 11:12:22 587676889528: Preparing 11:12:22 385332f681bf: Preparing 11:12:22 28980c64a69b: Preparing 11:12:22 8adc16df1af2: Preparing 11:12:22 e5519f92b079: Preparing 11:12:22 34f012ca3978: Preparing 11:12:22 c1ef31a3121c: Preparing 11:12:22 b8364e9f43bf: Preparing 11:12:22 f3510262406b: Preparing 11:12:22 5f70bf18a086: Preparing 11:12:22 34271c8beb45: Preparing 11:12:22 c7686241fdbf: Preparing 11:12:22 33b93827980d: Preparing 11:12:22 dd9c8f8612c8: Preparing 11:12:22 e5519f92b079: Waiting 11:12:22 34f012ca3978: Waiting 11:12:22 8adc16df1af2: Waiting 11:12:22 c1ef31a3121c: Waiting 11:12:22 b8364e9f43bf: Waiting 11:12:22 5f70bf18a086: Waiting 11:12:22 f3510262406b: Waiting 11:12:22 34271c8beb45: Waiting 11:12:22 33b93827980d: Waiting 11:12:22 c7686241fdbf: Waiting 11:12:22 dd9c8f8612c8: Waiting 11:12:22 9860af12db87: Layer already exists 11:12:22 587676889528: Layer already exists 11:12:22 28980c64a69b: Layer already exists 11:12:22 385332f681bf: Layer already exists 11:12:22 3ac4072165a8: Layer already exists 11:12:22 8adc16df1af2: Layer already exists 11:12:22 e5519f92b079: Layer already exists 11:12:22 b8364e9f43bf: Layer already exists 11:12:22 34f012ca3978: Layer already exists 11:12:22 c1ef31a3121c: Layer already exists 11:12:22 c7686241fdbf: Layer already exists 11:12:22 f3510262406b: Layer already exists 11:12:22 5f70bf18a086: Layer already exists 11:12:22 34271c8beb45: Layer already exists 11:12:22 33b93827980d: Layer already exists 11:12:22 dd9c8f8612c8: Layer already exists 11:12:22 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:6a24d75a1df23bdec0b11ebc732b5137eb7b0bb8bbe514bb6c1a1a41a7b40723 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:22 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:23 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 11:12:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 11:12:23 9860af12db87: Preparing 11:12:23 3ac4072165a8: Preparing 11:12:23 587676889528: Preparing 11:12:23 385332f681bf: Preparing 11:12:23 28980c64a69b: Preparing 11:12:23 8adc16df1af2: Preparing 11:12:23 e5519f92b079: Preparing 11:12:23 34f012ca3978: Preparing 11:12:23 c1ef31a3121c: Preparing 11:12:23 b8364e9f43bf: Preparing 11:12:23 f3510262406b: Preparing 11:12:23 5f70bf18a086: Preparing 11:12:23 34271c8beb45: Preparing 11:12:23 c7686241fdbf: Preparing 11:12:23 33b93827980d: Preparing 11:12:23 dd9c8f8612c8: Preparing 11:12:23 b8364e9f43bf: Waiting 11:12:23 f3510262406b: Waiting 11:12:23 5f70bf18a086: Waiting 11:12:23 34271c8beb45: Waiting 11:12:23 c7686241fdbf: Waiting 11:12:23 33b93827980d: Waiting 11:12:23 dd9c8f8612c8: Waiting 11:12:23 e5519f92b079: Waiting 11:12:23 8adc16df1af2: Waiting 11:12:23 34f012ca3978: Waiting 11:12:23 c1ef31a3121c: Waiting 11:12:23 3ac4072165a8: Layer already exists 11:12:23 587676889528: Layer already exists 11:12:23 28980c64a69b: Layer already exists 11:12:23 9860af12db87: Layer already exists 11:12:23 385332f681bf: Layer already exists 11:12:23 e5519f92b079: Layer already exists 11:12:23 34f012ca3978: Layer already exists 11:12:23 b8364e9f43bf: Layer already exists 11:12:23 8adc16df1af2: Layer already exists 11:12:23 c1ef31a3121c: Layer already exists 11:12:23 f3510262406b: Layer already exists 11:12:23 5f70bf18a086: Layer already exists 11:12:23 34271c8beb45: Layer already exists 11:12:23 c7686241fdbf: Layer already exists 11:12:23 33b93827980d: Layer already exists 11:12:23 dd9c8f8612c8: Layer already exists 11:12:23 main: digest: sha256:6a24d75a1df23bdec0b11ebc732b5137eb7b0bb8bbe514bb6c1a1a41a7b40723 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:12:23 ===================================================== [Pipeline] echo 11:12:23 taggedImages: 11:12:23 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f 11:12:23 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 11:12:23 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.26 11:12:23 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 11:12:23 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 11:12:23 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 11:12:23 9304f160789e41c5c58b4be9994841ed5e82e09f 11:12:23 latest 11:12:23 4.1.0-dev.26 11:12:23 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 11:12:23 main 11:12:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:24 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:24 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f 11:12:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 11:12:24 32be64eec406: Preparing 11:12:24 cb3a15f46087: Preparing 11:12:24 7035f1455e24: Preparing 11:12:24 3c0fe2c41ebc: Preparing 11:12:24 34f012ca3978: Preparing 11:12:24 c1ef31a3121c: Preparing 11:12:24 46be0a63e442: Preparing 11:12:24 78b63b89be57: Preparing 11:12:24 dd9c8f8612c8: Preparing 11:12:24 c1ef31a3121c: Waiting 11:12:24 46be0a63e442: Waiting 11:12:24 78b63b89be57: Waiting 11:12:24 dd9c8f8612c8: Waiting 11:12:24 34f012ca3978: Layer already exists 11:12:24 c1ef31a3121c: Layer already exists 11:12:24 46be0a63e442: Layer already exists 11:12:24 7035f1455e24: Pushed 11:12:24 cb3a15f46087: Pushed 11:12:24 78b63b89be57: Layer already exists 11:12:24 dd9c8f8612c8: Layer already exists 11:12:24 32be64eec406: Pushed 11:12:29 3c0fe2c41ebc: Pushed 11:12:29 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:92f65bafd881f88d38ec1f3f4911c64cd48274b0d2b0e688c0e0a525457d95e0 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:30 + 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 11:12:30 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 11:12:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 11:12:30 32be64eec406: Preparing 11:12:30 cb3a15f46087: Preparing 11:12:30 7035f1455e24: Preparing 11:12:30 3c0fe2c41ebc: Preparing 11:12:30 34f012ca3978: Preparing 11:12:30 c1ef31a3121c: Preparing 11:12:30 46be0a63e442: Preparing 11:12:30 78b63b89be57: Preparing 11:12:30 dd9c8f8612c8: Preparing 11:12:30 46be0a63e442: Waiting 11:12:30 78b63b89be57: Waiting 11:12:30 dd9c8f8612c8: Waiting 11:12:30 c1ef31a3121c: Waiting 11:12:30 34f012ca3978: Layer already exists 11:12:30 32be64eec406: Layer already exists 11:12:30 3c0fe2c41ebc: Layer already exists 11:12:30 cb3a15f46087: Layer already exists 11:12:30 7035f1455e24: Layer already exists 11:12:30 46be0a63e442: Layer already exists 11:12:30 c1ef31a3121c: Layer already exists 11:12:30 78b63b89be57: Layer already exists 11:12:30 dd9c8f8612c8: Layer already exists 11:12:30 latest: digest: sha256:92f65bafd881f88d38ec1f3f4911c64cd48274b0d2b0e688c0e0a525457d95e0 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:31 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:31 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.26 11:12:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 11:12:31 32be64eec406: Preparing 11:12:31 cb3a15f46087: Preparing 11:12:31 7035f1455e24: Preparing 11:12:31 3c0fe2c41ebc: Preparing 11:12:31 34f012ca3978: Preparing 11:12:31 c1ef31a3121c: Preparing 11:12:31 46be0a63e442: Preparing 11:12:31 78b63b89be57: Preparing 11:12:31 dd9c8f8612c8: Preparing 11:12:31 c1ef31a3121c: Waiting 11:12:31 78b63b89be57: Waiting 11:12:31 dd9c8f8612c8: Waiting 11:12:31 46be0a63e442: Waiting 11:12:31 7035f1455e24: Layer already exists 11:12:31 cb3a15f46087: Layer already exists 11:12:31 3c0fe2c41ebc: Layer already exists 11:12:31 32be64eec406: Layer already exists 11:12:31 34f012ca3978: Layer already exists 11:12:31 46be0a63e442: Layer already exists 11:12:31 c1ef31a3121c: Layer already exists 11:12:31 78b63b89be57: Layer already exists 11:12:31 dd9c8f8612c8: Layer already exists 11:12:31 4.1.0-dev.26: digest: sha256:92f65bafd881f88d38ec1f3f4911c64cd48274b0d2b0e688c0e0a525457d95e0 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:32 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:32 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 11:12:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 11:12:32 32be64eec406: Preparing 11:12:32 cb3a15f46087: Preparing 11:12:32 7035f1455e24: Preparing 11:12:32 3c0fe2c41ebc: Preparing 11:12:32 34f012ca3978: Preparing 11:12:32 c1ef31a3121c: Preparing 11:12:32 46be0a63e442: Preparing 11:12:32 78b63b89be57: Preparing 11:12:32 dd9c8f8612c8: Preparing 11:12:32 46be0a63e442: Waiting 11:12:32 78b63b89be57: Waiting 11:12:32 c1ef31a3121c: Waiting 11:12:32 dd9c8f8612c8: Waiting 11:12:32 7035f1455e24: Layer already exists 11:12:32 cb3a15f46087: Layer already exists 11:12:32 32be64eec406: Layer already exists 11:12:32 34f012ca3978: Layer already exists 11:12:32 3c0fe2c41ebc: Layer already exists 11:12:32 dd9c8f8612c8: Layer already exists 11:12:32 78b63b89be57: Layer already exists 11:12:32 c1ef31a3121c: Layer already exists 11:12:32 46be0a63e442: Layer already exists 11:12:32 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:92f65bafd881f88d38ec1f3f4911c64cd48274b0d2b0e688c0e0a525457d95e0 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:33 + 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 11:12:33 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 11:12:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 11:12:33 32be64eec406: Preparing 11:12:33 cb3a15f46087: Preparing 11:12:33 7035f1455e24: Preparing 11:12:33 3c0fe2c41ebc: Preparing 11:12:33 34f012ca3978: Preparing 11:12:33 c1ef31a3121c: Preparing 11:12:33 46be0a63e442: Preparing 11:12:33 78b63b89be57: Preparing 11:12:33 dd9c8f8612c8: Preparing 11:12:33 46be0a63e442: Waiting 11:12:33 78b63b89be57: Waiting 11:12:33 dd9c8f8612c8: Waiting 11:12:33 c1ef31a3121c: Waiting 11:12:33 34f012ca3978: Layer already exists 11:12:33 7035f1455e24: Layer already exists 11:12:33 32be64eec406: Layer already exists 11:12:33 3c0fe2c41ebc: Layer already exists 11:12:33 cb3a15f46087: Layer already exists 11:12:33 78b63b89be57: Layer already exists 11:12:33 46be0a63e442: Layer already exists 11:12:33 c1ef31a3121c: Layer already exists 11:12:33 dd9c8f8612c8: Layer already exists 11:12:33 main: digest: sha256:92f65bafd881f88d38ec1f3f4911c64cd48274b0d2b0e688c0e0a525457d95e0 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:12:33 ===================================================== [Pipeline] echo 11:12:33 taggedImages: 11:12:33 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f 11:12:33 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 11:12:33 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.26 11:12:33 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 11:12:33 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 11:12:33 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 11:12:33 9304f160789e41c5c58b4be9994841ed5e82e09f 11:12:33 latest 11:12:33 4.1.0-dev.26 11:12:33 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 11:12:33 main 11:12:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:34 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:34 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f 11:12:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 11:12:34 bbefc0839eda: Preparing 11:12:34 6f1ea7066e41: Preparing 11:12:34 de00fc14285d: Preparing 11:12:34 9267a0ceefa2: Preparing 11:12:34 70e78c0cf61d: Preparing 11:12:34 34f012ca3978: Preparing 11:12:34 c1ef31a3121c: Preparing 11:12:34 f48ed0fdf115: Preparing 11:12:34 ff1681b615cd: Preparing 11:12:34 3f9c9d9c185f: Preparing 11:12:34 dd9c8f8612c8: Preparing 11:12:34 f48ed0fdf115: Waiting 11:12:34 ff1681b615cd: Waiting 11:12:34 34f012ca3978: Waiting 11:12:34 c1ef31a3121c: Waiting 11:12:34 dd9c8f8612c8: Waiting 11:12:34 3f9c9d9c185f: Waiting 11:12:34 6f1ea7066e41: Pushed 11:12:34 bbefc0839eda: Pushed 11:12:34 9267a0ceefa2: Pushed 11:12:34 70e78c0cf61d: Pushed 11:12:34 34f012ca3978: Layer already exists 11:12:34 c1ef31a3121c: Layer already exists 11:12:34 dd9c8f8612c8: Layer already exists 11:12:34 f48ed0fdf115: Pushed 11:12:35 ff1681b615cd: Pushed 11:12:37 3f9c9d9c185f: Pushed 11:12:39 de00fc14285d: Pushed 11:12:39 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:6387093af8612276e70ee5c8c7412c1a102ddc701adf2cf1b8f9f7ca53e370bd size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:39 + 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 11:12:39 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 11:12:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 11:12:39 bbefc0839eda: Preparing 11:12:39 6f1ea7066e41: Preparing 11:12:39 de00fc14285d: Preparing 11:12:39 9267a0ceefa2: Preparing 11:12:39 70e78c0cf61d: Preparing 11:12:39 34f012ca3978: Preparing 11:12:39 c1ef31a3121c: Preparing 11:12:39 f48ed0fdf115: Preparing 11:12:39 ff1681b615cd: Preparing 11:12:39 3f9c9d9c185f: Preparing 11:12:39 34f012ca3978: Waiting 11:12:39 dd9c8f8612c8: Preparing 11:12:39 c1ef31a3121c: Waiting 11:12:39 f48ed0fdf115: Waiting 11:12:39 ff1681b615cd: Waiting 11:12:39 3f9c9d9c185f: Waiting 11:12:39 dd9c8f8612c8: Waiting 11:12:39 70e78c0cf61d: Layer already exists 11:12:39 9267a0ceefa2: Layer already exists 11:12:39 bbefc0839eda: Layer already exists 11:12:39 de00fc14285d: Layer already exists 11:12:39 6f1ea7066e41: Layer already exists 11:12:39 f48ed0fdf115: Layer already exists 11:12:39 34f012ca3978: Layer already exists 11:12:39 c1ef31a3121c: Layer already exists 11:12:39 3f9c9d9c185f: Layer already exists 11:12:39 ff1681b615cd: Layer already exists 11:12:39 dd9c8f8612c8: Layer already exists 11:12:40 latest: digest: sha256:6387093af8612276e70ee5c8c7412c1a102ddc701adf2cf1b8f9f7ca53e370bd size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:40 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:40 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.26 11:12:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 11:12:40 bbefc0839eda: Preparing 11:12:40 6f1ea7066e41: Preparing 11:12:40 de00fc14285d: Preparing 11:12:40 9267a0ceefa2: Preparing 11:12:40 70e78c0cf61d: Preparing 11:12:40 34f012ca3978: Preparing 11:12:40 c1ef31a3121c: Preparing 11:12:40 f48ed0fdf115: Preparing 11:12:40 ff1681b615cd: Preparing 11:12:40 3f9c9d9c185f: Preparing 11:12:40 dd9c8f8612c8: Preparing 11:12:40 34f012ca3978: Waiting 11:12:40 ff1681b615cd: Waiting 11:12:40 3f9c9d9c185f: Waiting 11:12:40 dd9c8f8612c8: Waiting 11:12:40 f48ed0fdf115: Waiting 11:12:40 c1ef31a3121c: Waiting 11:12:40 de00fc14285d: Layer already exists 11:12:40 70e78c0cf61d: Layer already exists 11:12:40 bbefc0839eda: Layer already exists 11:12:40 6f1ea7066e41: Layer already exists 11:12:40 9267a0ceefa2: Layer already exists 11:12:40 34f012ca3978: Layer already exists 11:12:40 c1ef31a3121c: Layer already exists 11:12:40 3f9c9d9c185f: Layer already exists 11:12:40 f48ed0fdf115: Layer already exists 11:12:40 ff1681b615cd: Layer already exists 11:12:40 dd9c8f8612c8: Layer already exists 11:12:41 4.1.0-dev.26: digest: sha256:6387093af8612276e70ee5c8c7412c1a102ddc701adf2cf1b8f9f7ca53e370bd size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:41 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:41 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 11:12:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 11:12:41 bbefc0839eda: Preparing 11:12:41 6f1ea7066e41: Preparing 11:12:41 de00fc14285d: Preparing 11:12:41 9267a0ceefa2: Preparing 11:12:41 70e78c0cf61d: Preparing 11:12:41 34f012ca3978: Preparing 11:12:41 c1ef31a3121c: Preparing 11:12:41 f48ed0fdf115: Preparing 11:12:41 ff1681b615cd: Preparing 11:12:41 3f9c9d9c185f: Preparing 11:12:41 dd9c8f8612c8: Preparing 11:12:41 f48ed0fdf115: Waiting 11:12:41 34f012ca3978: Waiting 11:12:41 c1ef31a3121c: Waiting 11:12:41 3f9c9d9c185f: Waiting 11:12:41 dd9c8f8612c8: Waiting 11:12:41 ff1681b615cd: Waiting 11:12:41 de00fc14285d: Layer already exists 11:12:41 6f1ea7066e41: Layer already exists 11:12:41 9267a0ceefa2: Layer already exists 11:12:41 70e78c0cf61d: Layer already exists 11:12:41 bbefc0839eda: Layer already exists 11:12:41 34f012ca3978: Layer already exists 11:12:41 c1ef31a3121c: Layer already exists 11:12:41 f48ed0fdf115: Layer already exists 11:12:41 ff1681b615cd: Layer already exists 11:12:41 3f9c9d9c185f: Layer already exists 11:12:41 dd9c8f8612c8: Layer already exists 11:12:41 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:6387093af8612276e70ee5c8c7412c1a102ddc701adf2cf1b8f9f7ca53e370bd size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:42 + 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 11:12:42 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 11:12:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 11:12:42 bbefc0839eda: Preparing 11:12:42 6f1ea7066e41: Preparing 11:12:42 de00fc14285d: Preparing 11:12:42 9267a0ceefa2: Preparing 11:12:42 70e78c0cf61d: Preparing 11:12:42 34f012ca3978: Preparing 11:12:42 c1ef31a3121c: Preparing 11:12:42 f48ed0fdf115: Preparing 11:12:42 ff1681b615cd: Preparing 11:12:42 3f9c9d9c185f: Preparing 11:12:42 dd9c8f8612c8: Preparing 11:12:42 34f012ca3978: Waiting 11:12:42 c1ef31a3121c: Waiting 11:12:42 f48ed0fdf115: Waiting 11:12:42 ff1681b615cd: Waiting 11:12:42 3f9c9d9c185f: Waiting 11:12:42 dd9c8f8612c8: Waiting 11:12:42 de00fc14285d: Layer already exists 11:12:42 bbefc0839eda: Layer already exists 11:12:42 6f1ea7066e41: Layer already exists 11:12:42 70e78c0cf61d: Layer already exists 11:12:42 9267a0ceefa2: Layer already exists 11:12:42 ff1681b615cd: Layer already exists 11:12:42 c1ef31a3121c: Layer already exists 11:12:42 f48ed0fdf115: Layer already exists 11:12:42 34f012ca3978: Layer already exists 11:12:42 3f9c9d9c185f: Layer already exists 11:12:42 dd9c8f8612c8: Layer already exists 11:12:42 main: digest: sha256:6387093af8612276e70ee5c8c7412c1a102ddc701adf2cf1b8f9f7ca53e370bd size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:12:43 ===================================================== [Pipeline] echo 11:12:43 taggedImages: 11:12:43 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f 11:12:43 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 11:12:43 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.26 11:12:43 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 11:12:43 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 11:12:43 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 11:12:43 9304f160789e41c5c58b4be9994841ed5e82e09f 11:12:43 latest 11:12:43 4.1.0-dev.26 11:12:43 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 11:12:43 main 11:12:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:43 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:43 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f 11:12:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 11:12:43 8106bebf74b9: Preparing 11:12:43 f46d4c7a5e82: Preparing 11:12:43 e4a550426b1f: Preparing 11:12:43 4876bd2b67fc: Preparing 11:12:43 0158ef8b6c6b: Preparing 11:12:43 b72e4e14644b: Preparing 11:12:43 4bd5443d1e4e: Preparing 11:12:43 34f012ca3978: Preparing 11:12:43 c1ef31a3121c: Preparing 11:12:43 8dfc0740acc9: Preparing 11:12:43 a40816fa742c: Preparing 11:12:43 dd9c8f8612c8: Preparing 11:12:43 34f012ca3978: Waiting 11:12:43 c1ef31a3121c: Waiting 11:12:43 8dfc0740acc9: Waiting 11:12:43 a40816fa742c: Waiting 11:12:43 dd9c8f8612c8: Waiting 11:12:43 b72e4e14644b: Waiting 11:12:43 4bd5443d1e4e: Waiting 11:12:44 0158ef8b6c6b: Pushed 11:12:44 f46d4c7a5e82: Pushed 11:12:44 8106bebf74b9: Pushed 11:12:44 34f012ca3978: Layer already exists 11:12:44 c1ef31a3121c: Layer already exists 11:12:44 b72e4e14644b: Pushed 11:12:44 4bd5443d1e4e: Pushed 11:12:44 dd9c8f8612c8: Layer already exists 11:12:44 8dfc0740acc9: Pushed 11:12:46 a40816fa742c: Pushed 11:12:48 4876bd2b67fc: Pushed 11:12:50 e4a550426b1f: Pushed 11:12:50 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:d563d4754366e0ba1002a88da337dfd14560e3316bf91109a5f0f54660e24623 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:50 + 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 11:12:51 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 11:12:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 11:12:51 8106bebf74b9: Preparing 11:12:51 f46d4c7a5e82: Preparing 11:12:51 e4a550426b1f: Preparing 11:12:51 4876bd2b67fc: Preparing 11:12:51 0158ef8b6c6b: Preparing 11:12:51 b72e4e14644b: Preparing 11:12:51 4bd5443d1e4e: Preparing 11:12:51 34f012ca3978: Preparing 11:12:51 c1ef31a3121c: Preparing 11:12:51 8dfc0740acc9: Preparing 11:12:51 a40816fa742c: Preparing 11:12:51 dd9c8f8612c8: Preparing 11:12:51 c1ef31a3121c: Waiting 11:12:51 4bd5443d1e4e: Waiting 11:12:51 b72e4e14644b: Waiting 11:12:51 34f012ca3978: Waiting 11:12:51 8dfc0740acc9: Waiting 11:12:51 a40816fa742c: Waiting 11:12:51 dd9c8f8612c8: Waiting 11:12:51 8106bebf74b9: Layer already exists 11:12:51 4876bd2b67fc: Layer already exists 11:12:51 e4a550426b1f: Layer already exists 11:12:51 f46d4c7a5e82: Layer already exists 11:12:51 0158ef8b6c6b: Layer already exists 11:12:51 b72e4e14644b: Layer already exists 11:12:51 4bd5443d1e4e: Layer already exists 11:12:51 c1ef31a3121c: Layer already exists 11:12:51 8dfc0740acc9: Layer already exists 11:12:51 34f012ca3978: Layer already exists 11:12:51 a40816fa742c: Layer already exists 11:12:51 dd9c8f8612c8: Layer already exists 11:12:51 latest: digest: sha256:d563d4754366e0ba1002a88da337dfd14560e3316bf91109a5f0f54660e24623 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:51 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:52 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.26 11:12:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 11:12:52 8106bebf74b9: Preparing 11:12:52 f46d4c7a5e82: Preparing 11:12:52 e4a550426b1f: Preparing 11:12:52 4876bd2b67fc: Preparing 11:12:52 0158ef8b6c6b: Preparing 11:12:52 b72e4e14644b: Preparing 11:12:52 4bd5443d1e4e: Preparing 11:12:52 34f012ca3978: Preparing 11:12:52 c1ef31a3121c: Preparing 11:12:52 8dfc0740acc9: Preparing 11:12:52 a40816fa742c: Preparing 11:12:52 dd9c8f8612c8: Preparing 11:12:52 c1ef31a3121c: Waiting 11:12:52 b72e4e14644b: Waiting 11:12:52 8dfc0740acc9: Waiting 11:12:52 4bd5443d1e4e: Waiting 11:12:52 a40816fa742c: Waiting 11:12:52 34f012ca3978: Waiting 11:12:52 dd9c8f8612c8: Waiting 11:12:52 0158ef8b6c6b: Layer already exists 11:12:52 e4a550426b1f: Layer already exists 11:12:52 4876bd2b67fc: Layer already exists 11:12:52 8106bebf74b9: Layer already exists 11:12:52 f46d4c7a5e82: Layer already exists 11:12:52 4bd5443d1e4e: Layer already exists 11:12:52 b72e4e14644b: Layer already exists 11:12:52 c1ef31a3121c: Layer already exists 11:12:52 8dfc0740acc9: Layer already exists 11:12:52 34f012ca3978: Layer already exists 11:12:52 dd9c8f8612c8: Layer already exists 11:12:52 a40816fa742c: Layer already exists 11:12:52 4.1.0-dev.26: digest: sha256:d563d4754366e0ba1002a88da337dfd14560e3316bf91109a5f0f54660e24623 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:52 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:53 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 11:12:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 11:12:53 8106bebf74b9: Preparing 11:12:53 f46d4c7a5e82: Preparing 11:12:53 e4a550426b1f: Preparing 11:12:53 4876bd2b67fc: Preparing 11:12:53 0158ef8b6c6b: Preparing 11:12:53 b72e4e14644b: Preparing 11:12:53 4bd5443d1e4e: Preparing 11:12:53 34f012ca3978: Preparing 11:12:53 c1ef31a3121c: Preparing 11:12:53 8dfc0740acc9: Preparing 11:12:53 b72e4e14644b: Waiting 11:12:53 4bd5443d1e4e: Waiting 11:12:53 34f012ca3978: Waiting 11:12:53 c1ef31a3121c: Waiting 11:12:53 a40816fa742c: Preparing 11:12:53 dd9c8f8612c8: Preparing 11:12:53 a40816fa742c: Waiting 11:12:53 8dfc0740acc9: Waiting 11:12:53 dd9c8f8612c8: Waiting 11:12:53 f46d4c7a5e82: Layer already exists 11:12:53 4876bd2b67fc: Layer already exists 11:12:53 8106bebf74b9: Layer already exists 11:12:53 0158ef8b6c6b: Layer already exists 11:12:53 e4a550426b1f: Layer already exists 11:12:53 4bd5443d1e4e: Layer already exists 11:12:53 8dfc0740acc9: Layer already exists 11:12:53 c1ef31a3121c: Layer already exists 11:12:53 b72e4e14644b: Layer already exists 11:12:53 34f012ca3978: Layer already exists 11:12:53 dd9c8f8612c8: Layer already exists 11:12:53 a40816fa742c: Layer already exists 11:12:53 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:d563d4754366e0ba1002a88da337dfd14560e3316bf91109a5f0f54660e24623 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:53 + 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 11:12:54 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 11:12:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 11:12:54 8106bebf74b9: Preparing 11:12:54 f46d4c7a5e82: Preparing 11:12:54 e4a550426b1f: Preparing 11:12:54 4876bd2b67fc: Preparing 11:12:54 0158ef8b6c6b: Preparing 11:12:54 b72e4e14644b: Preparing 11:12:54 4bd5443d1e4e: Preparing 11:12:54 34f012ca3978: Preparing 11:12:54 c1ef31a3121c: Preparing 11:12:54 8dfc0740acc9: Preparing 11:12:54 a40816fa742c: Preparing 11:12:54 dd9c8f8612c8: Preparing 11:12:54 c1ef31a3121c: Waiting 11:12:54 8dfc0740acc9: Waiting 11:12:54 a40816fa742c: Waiting 11:12:54 dd9c8f8612c8: Waiting 11:12:54 4bd5443d1e4e: Waiting 11:12:54 b72e4e14644b: Waiting 11:12:54 34f012ca3978: Waiting 11:12:54 8106bebf74b9: Layer already exists 11:12:54 4876bd2b67fc: Layer already exists 11:12:54 0158ef8b6c6b: Layer already exists 11:12:54 e4a550426b1f: Layer already exists 11:12:54 f46d4c7a5e82: Layer already exists 11:12:54 4bd5443d1e4e: Layer already exists 11:12:54 34f012ca3978: Layer already exists 11:12:54 c1ef31a3121c: Layer already exists 11:12:54 8dfc0740acc9: Layer already exists 11:12:54 b72e4e14644b: Layer already exists 11:12:54 dd9c8f8612c8: Layer already exists 11:12:54 a40816fa742c: Layer already exists 11:12:54 main: digest: sha256:d563d4754366e0ba1002a88da337dfd14560e3316bf91109a5f0f54660e24623 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:12:54 ===================================================== [Pipeline] echo 11:12:54 taggedImages: 11:12:54 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f 11:12:54 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 11:12:54 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.26 11:12:54 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 11:12:54 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 11:12:54 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 11:12:54 9304f160789e41c5c58b4be9994841ed5e82e09f 11:12:54 latest 11:12:54 4.1.0-dev.26 11:12:54 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 11:12:54 main 11:12:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:55 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:12:55 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f 11:12:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 11:12:55 339fe4e9a5a3: Preparing 11:12:55 5e25b0b473c6: Preparing 11:12:55 34f012ca3978: Preparing 11:12:55 c1ef31a3121c: Preparing 11:12:55 46d8db497bc5: Preparing 11:12:55 23f7ee181134: Preparing 11:12:55 dd9c8f8612c8: Preparing 11:12:55 23f7ee181134: Waiting 11:12:55 dd9c8f8612c8: Waiting 11:12:55 c1ef31a3121c: Layer already exists 11:12:55 34f012ca3978: Layer already exists 11:12:55 dd9c8f8612c8: Layer already exists 11:12:55 46d8db497bc5: Pushed 11:12:55 339fe4e9a5a3: Pushed 11:12:57 23f7ee181134: Pushed 11:13:02 5e25b0b473c6: Pushed 11:13:02 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:1493722a3d3a902e90598d858cfc776628e88f3e761f925bcce3929e34324444 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:03 + 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 11:13:03 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 11:13:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 11:13:03 339fe4e9a5a3: Preparing 11:13:03 5e25b0b473c6: Preparing 11:13:03 34f012ca3978: Preparing 11:13:03 c1ef31a3121c: Preparing 11:13:03 46d8db497bc5: Preparing 11:13:03 23f7ee181134: Preparing 11:13:03 dd9c8f8612c8: Preparing 11:13:03 23f7ee181134: Waiting 11:13:03 dd9c8f8612c8: Waiting 11:13:03 46d8db497bc5: Layer already exists 11:13:03 34f012ca3978: Layer already exists 11:13:03 339fe4e9a5a3: Layer already exists 11:13:03 5e25b0b473c6: Layer already exists 11:13:03 c1ef31a3121c: Layer already exists 11:13:03 23f7ee181134: Layer already exists 11:13:03 dd9c8f8612c8: Layer already exists 11:13:03 latest: digest: sha256:1493722a3d3a902e90598d858cfc776628e88f3e761f925bcce3929e34324444 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:04 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:04 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.26 11:13:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 11:13:04 339fe4e9a5a3: Preparing 11:13:04 5e25b0b473c6: Preparing 11:13:04 34f012ca3978: Preparing 11:13:04 c1ef31a3121c: Preparing 11:13:04 46d8db497bc5: Preparing 11:13:04 23f7ee181134: Preparing 11:13:04 dd9c8f8612c8: Preparing 11:13:04 23f7ee181134: Waiting 11:13:04 dd9c8f8612c8: Waiting 11:13:04 339fe4e9a5a3: Layer already exists 11:13:04 5e25b0b473c6: Layer already exists 11:13:04 46d8db497bc5: Layer already exists 11:13:04 c1ef31a3121c: Layer already exists 11:13:04 34f012ca3978: Layer already exists 11:13:04 23f7ee181134: Layer already exists 11:13:04 dd9c8f8612c8: Layer already exists 11:13:04 4.1.0-dev.26: digest: sha256:1493722a3d3a902e90598d858cfc776628e88f3e761f925bcce3929e34324444 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:05 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:05 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 11:13:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 11:13:05 339fe4e9a5a3: Preparing 11:13:05 5e25b0b473c6: Preparing 11:13:05 34f012ca3978: Preparing 11:13:05 c1ef31a3121c: Preparing 11:13:05 46d8db497bc5: Preparing 11:13:05 23f7ee181134: Preparing 11:13:05 dd9c8f8612c8: Preparing 11:13:05 23f7ee181134: Waiting 11:13:05 dd9c8f8612c8: Waiting 11:13:05 46d8db497bc5: Layer already exists 11:13:05 c1ef31a3121c: Layer already exists 11:13:05 339fe4e9a5a3: Layer already exists 11:13:05 5e25b0b473c6: Layer already exists 11:13:05 34f012ca3978: Layer already exists 11:13:05 23f7ee181134: Layer already exists 11:13:05 dd9c8f8612c8: Layer already exists 11:13:05 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:1493722a3d3a902e90598d858cfc776628e88f3e761f925bcce3929e34324444 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:06 + 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 11:13:06 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 11:13:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 11:13:06 339fe4e9a5a3: Preparing 11:13:06 5e25b0b473c6: Preparing 11:13:06 34f012ca3978: Preparing 11:13:06 c1ef31a3121c: Preparing 11:13:06 46d8db497bc5: Preparing 11:13:06 23f7ee181134: Preparing 11:13:06 dd9c8f8612c8: Preparing 11:13:06 23f7ee181134: Waiting 11:13:06 dd9c8f8612c8: Waiting 11:13:06 46d8db497bc5: Layer already exists 11:13:06 c1ef31a3121c: Layer already exists 11:13:06 34f012ca3978: Layer already exists 11:13:06 339fe4e9a5a3: Layer already exists 11:13:06 5e25b0b473c6: Layer already exists 11:13:06 23f7ee181134: Layer already exists 11:13:06 dd9c8f8612c8: Layer already exists 11:13:06 main: digest: sha256:1493722a3d3a902e90598d858cfc776628e88f3e761f925bcce3929e34324444 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:13:06 ===================================================== [Pipeline] echo 11:13:06 taggedImages: 11:13:06 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f 11:13:06 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 11:13:06 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.26 11:13:06 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 11:13:06 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 11:13:06 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 11:13:06 9304f160789e41c5c58b4be9994841ed5e82e09f 11:13:06 latest 11:13:06 4.1.0-dev.26 11:13:06 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 11:13:06 main 11:13:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:07 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f 11:13:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 11:13:07 188911abdd8c: Preparing 11:13:07 dad3e247629e: Preparing 11:13:07 098669793368: Preparing 11:13:07 34f012ca3978: Preparing 11:13:07 c1ef31a3121c: Preparing 11:13:07 d1900c63db30: Preparing 11:13:07 efb348d81882: Preparing 11:13:07 88456a1494ef: Preparing 11:13:07 88726dd025d8: Preparing 11:13:07 dd9c8f8612c8: Preparing 11:13:07 efb348d81882: Waiting 11:13:07 88456a1494ef: Waiting 11:13:07 88726dd025d8: Waiting 11:13:07 dd9c8f8612c8: Waiting 11:13:07 d1900c63db30: Waiting 11:13:07 c1ef31a3121c: Layer already exists 11:13:07 34f012ca3978: Layer already exists 11:13:07 098669793368: Pushed 11:13:07 dad3e247629e: Pushed 11:13:07 188911abdd8c: Pushed 11:13:07 dd9c8f8612c8: Layer already exists 11:13:07 88456a1494ef: Pushed 11:13:08 88726dd025d8: Pushed 11:13:18 efb348d81882: Pushed 11:13:33 d1900c63db30: Pushed 11:13:33 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:0e5e028bbb14b52154843aadc93e44a6b9a9ca1e5c6dc0fd17dfd59b3d2cce58 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:34 + 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 11:13:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 11:13:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 11:13:34 188911abdd8c: Preparing 11:13:34 dad3e247629e: Preparing 11:13:34 098669793368: Preparing 11:13:34 34f012ca3978: Preparing 11:13:34 c1ef31a3121c: Preparing 11:13:34 d1900c63db30: Preparing 11:13:34 efb348d81882: Preparing 11:13:34 88456a1494ef: Preparing 11:13:34 88726dd025d8: Preparing 11:13:34 dd9c8f8612c8: Preparing 11:13:34 d1900c63db30: Waiting 11:13:34 efb348d81882: Waiting 11:13:34 88456a1494ef: Waiting 11:13:34 88726dd025d8: Waiting 11:13:34 dd9c8f8612c8: Waiting 11:13:34 34f012ca3978: Layer already exists 11:13:34 188911abdd8c: Layer already exists 11:13:34 098669793368: Layer already exists 11:13:34 c1ef31a3121c: Layer already exists 11:13:34 dad3e247629e: Layer already exists 11:13:34 efb348d81882: Layer already exists 11:13:34 d1900c63db30: Layer already exists 11:13:34 88456a1494ef: Layer already exists 11:13:34 dd9c8f8612c8: Layer already exists 11:13:34 88726dd025d8: Layer already exists 11:13:34 latest: digest: sha256:0e5e028bbb14b52154843aadc93e44a6b9a9ca1e5c6dc0fd17dfd59b3d2cce58 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:35 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.26 11:13:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 11:13:35 188911abdd8c: Preparing 11:13:35 dad3e247629e: Preparing 11:13:35 098669793368: Preparing 11:13:35 34f012ca3978: Preparing 11:13:35 c1ef31a3121c: Preparing 11:13:35 d1900c63db30: Preparing 11:13:35 efb348d81882: Preparing 11:13:35 88456a1494ef: Preparing 11:13:35 88726dd025d8: Preparing 11:13:35 dd9c8f8612c8: Preparing 11:13:35 d1900c63db30: Waiting 11:13:35 efb348d81882: Waiting 11:13:35 88726dd025d8: Waiting 11:13:35 88456a1494ef: Waiting 11:13:35 dd9c8f8612c8: Waiting 11:13:35 098669793368: Layer already exists 11:13:35 c1ef31a3121c: Layer already exists 11:13:35 188911abdd8c: Layer already exists 11:13:35 dad3e247629e: Layer already exists 11:13:35 34f012ca3978: Layer already exists 11:13:35 dd9c8f8612c8: Layer already exists 11:13:35 efb348d81882: Layer already exists 11:13:35 d1900c63db30: Layer already exists 11:13:35 88456a1494ef: Layer already exists 11:13:35 88726dd025d8: Layer already exists 11:13:35 4.1.0-dev.26: digest: sha256:0e5e028bbb14b52154843aadc93e44a6b9a9ca1e5c6dc0fd17dfd59b3d2cce58 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:36 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 11:13:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 11:13:36 188911abdd8c: Preparing 11:13:36 dad3e247629e: Preparing 11:13:36 098669793368: Preparing 11:13:36 34f012ca3978: Preparing 11:13:36 c1ef31a3121c: Preparing 11:13:36 d1900c63db30: Preparing 11:13:36 efb348d81882: Preparing 11:13:36 88456a1494ef: Preparing 11:13:36 88726dd025d8: Preparing 11:13:36 dd9c8f8612c8: Preparing 11:13:36 88726dd025d8: Waiting 11:13:36 d1900c63db30: Waiting 11:13:36 dd9c8f8612c8: Waiting 11:13:36 efb348d81882: Waiting 11:13:36 88456a1494ef: Waiting 11:13:36 098669793368: Layer already exists 11:13:36 dad3e247629e: Layer already exists 11:13:36 188911abdd8c: Layer already exists 11:13:36 34f012ca3978: Layer already exists 11:13:36 c1ef31a3121c: Layer already exists 11:13:36 88456a1494ef: Layer already exists 11:13:36 efb348d81882: Layer already exists 11:13:36 d1900c63db30: Layer already exists 11:13:36 88726dd025d8: Layer already exists 11:13:36 dd9c8f8612c8: Layer already exists 11:13:36 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:0e5e028bbb14b52154843aadc93e44a6b9a9ca1e5c6dc0fd17dfd59b3d2cce58 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:37 + 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 11:13:37 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 11:13:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 11:13:37 188911abdd8c: Preparing 11:13:37 dad3e247629e: Preparing 11:13:37 098669793368: Preparing 11:13:37 34f012ca3978: Preparing 11:13:37 c1ef31a3121c: Preparing 11:13:37 d1900c63db30: Preparing 11:13:37 efb348d81882: Preparing 11:13:37 88456a1494ef: Preparing 11:13:37 88726dd025d8: Preparing 11:13:37 dd9c8f8612c8: Preparing 11:13:37 d1900c63db30: Waiting 11:13:37 88456a1494ef: Waiting 11:13:37 efb348d81882: Waiting 11:13:37 88726dd025d8: Waiting 11:13:37 dd9c8f8612c8: Waiting 11:13:37 34f012ca3978: Layer already exists 11:13:37 c1ef31a3121c: Layer already exists 11:13:37 098669793368: Layer already exists 11:13:37 dad3e247629e: Layer already exists 11:13:37 188911abdd8c: Layer already exists 11:13:37 efb348d81882: Layer already exists 11:13:37 d1900c63db30: Layer already exists 11:13:37 88456a1494ef: Layer already exists 11:13:37 88726dd025d8: Layer already exists 11:13:37 dd9c8f8612c8: Layer already exists 11:13:37 main: digest: sha256:0e5e028bbb14b52154843aadc93e44a6b9a9ca1e5c6dc0fd17dfd59b3d2cce58 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:13:37 ===================================================== [Pipeline] echo 11:13:37 taggedImages: 11:13:37 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f 11:13:37 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 11:13:37 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.26 11:13:37 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 11:13:37 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 11:13:37 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 11:13:37 9304f160789e41c5c58b4be9994841ed5e82e09f 11:13:37 latest 11:13:37 4.1.0-dev.26 11:13:37 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 11:13:37 main 11:13:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:38 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:13:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f 11:13:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 11:13:38 8fa40047d1df: Preparing 11:13:38 7b843d54f3e6: Preparing 11:13:38 75abc8520115: Preparing 11:13:38 34f012ca3978: Preparing 11:13:38 c1ef31a3121c: Preparing 11:13:38 9a04b1fcc6c7: Preparing 11:13:38 b4caf0ae4884: Preparing 11:13:38 c4f38088d36f: Preparing 11:13:38 dd9c8f8612c8: Preparing 11:13:38 b4caf0ae4884: Waiting 11:13:38 c4f38088d36f: Waiting 11:13:38 9a04b1fcc6c7: Waiting 11:13:38 c1ef31a3121c: Layer already exists 11:13:38 34f012ca3978: Layer already exists 11:13:38 75abc8520115: Pushed 11:13:38 8fa40047d1df: Pushed 11:13:38 7b843d54f3e6: Pushed 11:13:38 dd9c8f8612c8: Layer already exists 11:13:38 b4caf0ae4884: Pushed 11:13:39 c4f38088d36f: Pushed 11:14:05 9a04b1fcc6c7: Pushed 11:14:05 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:e8dcfdcb92038176bf52210a55d73d05e4c1f0bddf8e4be369879bb9c8313ae9 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:06 + 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 11:14:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 11:14:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 11:14:06 8fa40047d1df: Preparing 11:14:06 7b843d54f3e6: Preparing 11:14:06 75abc8520115: Preparing 11:14:06 34f012ca3978: Preparing 11:14:06 c1ef31a3121c: Preparing 11:14:06 9a04b1fcc6c7: Preparing 11:14:06 b4caf0ae4884: Preparing 11:14:06 c4f38088d36f: Preparing 11:14:06 dd9c8f8612c8: Preparing 11:14:06 9a04b1fcc6c7: Waiting 11:14:06 b4caf0ae4884: Waiting 11:14:06 c4f38088d36f: Waiting 11:14:06 dd9c8f8612c8: Waiting 11:14:06 7b843d54f3e6: Layer already exists 11:14:06 8fa40047d1df: Layer already exists 11:14:06 75abc8520115: Layer already exists 11:14:06 34f012ca3978: Layer already exists 11:14:06 c1ef31a3121c: Layer already exists 11:14:06 dd9c8f8612c8: Layer already exists 11:14:06 c4f38088d36f: Layer already exists 11:14:06 9a04b1fcc6c7: Layer already exists 11:14:06 b4caf0ae4884: Layer already exists 11:14:06 latest: digest: sha256:e8dcfdcb92038176bf52210a55d73d05e4c1f0bddf8e4be369879bb9c8313ae9 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:07 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.26 11:14:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 11:14:07 8fa40047d1df: Preparing 11:14:07 7b843d54f3e6: Preparing 11:14:07 75abc8520115: Preparing 11:14:07 34f012ca3978: Preparing 11:14:07 c1ef31a3121c: Preparing 11:14:07 9a04b1fcc6c7: Preparing 11:14:07 b4caf0ae4884: Preparing 11:14:07 c4f38088d36f: Preparing 11:14:07 dd9c8f8612c8: Preparing 11:14:07 9a04b1fcc6c7: Waiting 11:14:07 b4caf0ae4884: Waiting 11:14:07 dd9c8f8612c8: Waiting 11:14:07 c4f38088d36f: Waiting 11:14:07 34f012ca3978: Layer already exists 11:14:07 c1ef31a3121c: Layer already exists 11:14:07 75abc8520115: Layer already exists 11:14:07 7b843d54f3e6: Layer already exists 11:14:07 8fa40047d1df: Layer already exists 11:14:07 9a04b1fcc6c7: Layer already exists 11:14:07 b4caf0ae4884: Layer already exists 11:14:07 c4f38088d36f: Layer already exists 11:14:07 dd9c8f8612c8: Layer already exists 11:14:07 4.1.0-dev.26: digest: sha256:e8dcfdcb92038176bf52210a55d73d05e4c1f0bddf8e4be369879bb9c8313ae9 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:08 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 11:14:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 11:14:08 8fa40047d1df: Preparing 11:14:08 7b843d54f3e6: Preparing 11:14:08 75abc8520115: Preparing 11:14:08 34f012ca3978: Preparing 11:14:08 c1ef31a3121c: Preparing 11:14:08 9a04b1fcc6c7: Preparing 11:14:08 b4caf0ae4884: Preparing 11:14:08 c4f38088d36f: Preparing 11:14:08 dd9c8f8612c8: Preparing 11:14:08 b4caf0ae4884: Waiting 11:14:08 c4f38088d36f: Waiting 11:14:08 dd9c8f8612c8: Waiting 11:14:08 9a04b1fcc6c7: Waiting 11:14:08 8fa40047d1df: Layer already exists 11:14:08 c1ef31a3121c: Layer already exists 11:14:08 75abc8520115: Layer already exists 11:14:08 34f012ca3978: Layer already exists 11:14:08 7b843d54f3e6: Layer already exists 11:14:08 9a04b1fcc6c7: Layer already exists 11:14:08 b4caf0ae4884: Layer already exists 11:14:08 c4f38088d36f: Layer already exists 11:14:08 dd9c8f8612c8: Layer already exists 11:14:08 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:e8dcfdcb92038176bf52210a55d73d05e4c1f0bddf8e4be369879bb9c8313ae9 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:09 + 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 11:14:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 11:14:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 11:14:09 8fa40047d1df: Preparing 11:14:09 7b843d54f3e6: Preparing 11:14:09 75abc8520115: Preparing 11:14:09 34f012ca3978: Preparing 11:14:09 c1ef31a3121c: Preparing 11:14:09 9a04b1fcc6c7: Preparing 11:14:09 b4caf0ae4884: Preparing 11:14:09 c4f38088d36f: Preparing 11:14:09 dd9c8f8612c8: Preparing 11:14:09 b4caf0ae4884: Waiting 11:14:09 c4f38088d36f: Waiting 11:14:09 dd9c8f8612c8: Waiting 11:14:09 9a04b1fcc6c7: Waiting 11:14:09 75abc8520115: Layer already exists 11:14:09 c1ef31a3121c: Layer already exists 11:14:09 34f012ca3978: Layer already exists 11:14:09 7b843d54f3e6: Layer already exists 11:14:09 8fa40047d1df: Layer already exists 11:14:09 c4f38088d36f: Layer already exists 11:14:09 9a04b1fcc6c7: Layer already exists 11:14:09 b4caf0ae4884: Layer already exists 11:14:09 dd9c8f8612c8: Layer already exists 11:14:09 main: digest: sha256:e8dcfdcb92038176bf52210a55d73d05e4c1f0bddf8e4be369879bb9c8313ae9 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:14:09 ===================================================== [Pipeline] echo 11:14:09 taggedImages: 11:14:09 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f 11:14:09 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 11:14:09 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.26 11:14:09 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 11:14:09 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 11:14:09 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 11:14:09 9304f160789e41c5c58b4be9994841ed5e82e09f 11:14:09 latest 11:14:09 4.1.0-dev.26 11:14:09 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 11:14:09 main 11:14:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:10 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f 11:14:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 11:14:10 a8e1a5948c52: Preparing 11:14:10 16b6ec2f5546: Preparing 11:14:10 196623cd1bac: Preparing 11:14:10 34f012ca3978: Preparing 11:14:10 c1ef31a3121c: Preparing 11:14:10 1ebe1208699d: Preparing 11:14:10 88456a1494ef: Preparing 11:14:10 88726dd025d8: Preparing 11:14:10 dd9c8f8612c8: Preparing 11:14:10 1ebe1208699d: Waiting 11:14:10 88456a1494ef: Waiting 11:14:10 88726dd025d8: Waiting 11:14:10 dd9c8f8612c8: Waiting 11:14:10 34f012ca3978: Layer already exists 11:14:10 c1ef31a3121c: Layer already exists 11:14:10 88456a1494ef: Layer already exists 11:14:10 88726dd025d8: Layer already exists 11:14:10 196623cd1bac: Pushed 11:14:10 16b6ec2f5546: Pushed 11:14:10 a8e1a5948c52: Pushed 11:14:10 dd9c8f8612c8: Layer already exists 11:14:37 1ebe1208699d: Pushed 11:14:37 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:911d7b200bb59689bbf03c1565531680c8b7318f21b3ffe6221108cb15ed9ffe size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:37 + 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 11:14:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 11:14:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 11:14:38 a8e1a5948c52: Preparing 11:14:38 16b6ec2f5546: Preparing 11:14:38 196623cd1bac: Preparing 11:14:38 34f012ca3978: Preparing 11:14:38 c1ef31a3121c: Preparing 11:14:38 1ebe1208699d: Preparing 11:14:38 88456a1494ef: Preparing 11:14:38 1ebe1208699d: Waiting 11:14:38 88726dd025d8: Preparing 11:14:38 dd9c8f8612c8: Preparing 11:14:38 88456a1494ef: Waiting 11:14:38 88726dd025d8: Waiting 11:14:38 dd9c8f8612c8: Waiting 11:14:38 34f012ca3978: Layer already exists 11:14:38 16b6ec2f5546: Layer already exists 11:14:38 196623cd1bac: Layer already exists 11:14:38 c1ef31a3121c: Layer already exists 11:14:38 a8e1a5948c52: Layer already exists 11:14:38 1ebe1208699d: Layer already exists 11:14:38 88726dd025d8: Layer already exists 11:14:38 88456a1494ef: Layer already exists 11:14:38 dd9c8f8612c8: Layer already exists 11:14:38 latest: digest: sha256:911d7b200bb59689bbf03c1565531680c8b7318f21b3ffe6221108cb15ed9ffe size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:38 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.26 11:14:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 11:14:39 a8e1a5948c52: Preparing 11:14:39 16b6ec2f5546: Preparing 11:14:39 196623cd1bac: Preparing 11:14:39 34f012ca3978: Preparing 11:14:39 c1ef31a3121c: Preparing 11:14:39 1ebe1208699d: Preparing 11:14:39 88456a1494ef: Preparing 11:14:39 88726dd025d8: Preparing 11:14:39 dd9c8f8612c8: Preparing 11:14:39 1ebe1208699d: Waiting 11:14:39 88456a1494ef: Waiting 11:14:39 88726dd025d8: Waiting 11:14:39 dd9c8f8612c8: Waiting 11:14:39 196623cd1bac: Layer already exists 11:14:39 c1ef31a3121c: Layer already exists 11:14:39 a8e1a5948c52: Layer already exists 11:14:39 16b6ec2f5546: Layer already exists 11:14:39 34f012ca3978: Layer already exists 11:14:39 88726dd025d8: Layer already exists 11:14:39 1ebe1208699d: Layer already exists 11:14:39 88456a1494ef: Layer already exists 11:14:39 dd9c8f8612c8: Layer already exists 11:14:39 4.1.0-dev.26: digest: sha256:911d7b200bb59689bbf03c1565531680c8b7318f21b3ffe6221108cb15ed9ffe size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:39 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 11:14:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 11:14:40 a8e1a5948c52: Preparing 11:14:40 16b6ec2f5546: Preparing 11:14:40 196623cd1bac: Preparing 11:14:40 34f012ca3978: Preparing 11:14:40 c1ef31a3121c: Preparing 11:14:40 1ebe1208699d: Preparing 11:14:40 88456a1494ef: Preparing 11:14:40 88726dd025d8: Preparing 11:14:40 dd9c8f8612c8: Preparing 11:14:40 88456a1494ef: Waiting 11:14:40 88726dd025d8: Waiting 11:14:40 dd9c8f8612c8: Waiting 11:14:40 1ebe1208699d: Waiting 11:14:40 c1ef31a3121c: Layer already exists 11:14:40 196623cd1bac: Layer already exists 11:14:40 34f012ca3978: Layer already exists 11:14:40 a8e1a5948c52: Layer already exists 11:14:40 16b6ec2f5546: Layer already exists 11:14:40 1ebe1208699d: Layer already exists 11:14:40 88726dd025d8: Layer already exists 11:14:40 88456a1494ef: Layer already exists 11:14:40 dd9c8f8612c8: Layer already exists 11:14:40 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:911d7b200bb59689bbf03c1565531680c8b7318f21b3ffe6221108cb15ed9ffe size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:40 + 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 11:14:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 11:14:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 11:14:41 a8e1a5948c52: Preparing 11:14:41 16b6ec2f5546: Preparing 11:14:41 196623cd1bac: Preparing 11:14:41 34f012ca3978: Preparing 11:14:41 c1ef31a3121c: Preparing 11:14:41 1ebe1208699d: Preparing 11:14:41 88456a1494ef: Preparing 11:14:41 88726dd025d8: Preparing 11:14:41 dd9c8f8612c8: Preparing 11:14:41 88456a1494ef: Waiting 11:14:41 88726dd025d8: Waiting 11:14:41 dd9c8f8612c8: Waiting 11:14:41 1ebe1208699d: Waiting 11:14:41 a8e1a5948c52: Layer already exists 11:14:41 196623cd1bac: Layer already exists 11:14:41 16b6ec2f5546: Layer already exists 11:14:41 34f012ca3978: Layer already exists 11:14:41 c1ef31a3121c: Layer already exists 11:14:41 1ebe1208699d: Layer already exists 11:14:41 88456a1494ef: Layer already exists 11:14:41 dd9c8f8612c8: Layer already exists 11:14:41 88726dd025d8: Layer already exists 11:14:41 main: digest: sha256:911d7b200bb59689bbf03c1565531680c8b7318f21b3ffe6221108cb15ed9ffe size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:14:41 ===================================================== [Pipeline] echo 11:14:41 taggedImages: 11:14:41 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f 11:14:41 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 11:14:41 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.26 11:14:41 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 11:14:41 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 11:14:41 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 11:14:41 9304f160789e41c5c58b4be9994841ed5e82e09f 11:14:41 latest 11:14:41 4.1.0-dev.26 11:14:41 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 11:14:41 main 11:14:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:41 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:42 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f 11:14:42 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 11:14:42 0cd9d3838449: Preparing 11:14:42 e1754481e0b8: Preparing 11:14:42 34f012ca3978: Preparing 11:14:42 c1ef31a3121c: Preparing 11:14:42 209dc5b8a2f5: Preparing 11:14:42 afca7b0e4ad3: Preparing 11:14:42 dd9c8f8612c8: Preparing 11:14:42 afca7b0e4ad3: Waiting 11:14:42 dd9c8f8612c8: Waiting 11:14:42 34f012ca3978: Layer already exists 11:14:42 c1ef31a3121c: Layer already exists 11:14:42 dd9c8f8612c8: Layer already exists 11:14:42 0cd9d3838449: Pushed 11:14:42 209dc5b8a2f5: Pushed 11:14:43 afca7b0e4ad3: Pushed 11:14:50 e1754481e0b8: Pushed 11:14:50 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:13d9093be2ecef6304d927b2d141d878abce2047bd05d2e7ab6a1df9fc82392b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:51 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:51 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 11:14:51 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 11:14:51 0cd9d3838449: Preparing 11:14:51 e1754481e0b8: Preparing 11:14:51 34f012ca3978: Preparing 11:14:51 c1ef31a3121c: Preparing 11:14:51 209dc5b8a2f5: Preparing 11:14:51 afca7b0e4ad3: Preparing 11:14:51 dd9c8f8612c8: Preparing 11:14:51 afca7b0e4ad3: Waiting 11:14:51 dd9c8f8612c8: Waiting 11:14:51 34f012ca3978: Layer already exists 11:14:51 c1ef31a3121c: Layer already exists 11:14:51 e1754481e0b8: Layer already exists 11:14:51 209dc5b8a2f5: Layer already exists 11:14:51 0cd9d3838449: Layer already exists 11:14:51 afca7b0e4ad3: Layer already exists 11:14:51 dd9c8f8612c8: Layer already exists 11:14:51 latest: digest: sha256:13d9093be2ecef6304d927b2d141d878abce2047bd05d2e7ab6a1df9fc82392b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:52 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:52 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.26 11:14:52 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 11:14:52 0cd9d3838449: Preparing 11:14:52 e1754481e0b8: Preparing 11:14:52 34f012ca3978: Preparing 11:14:52 c1ef31a3121c: Preparing 11:14:52 209dc5b8a2f5: Preparing 11:14:52 afca7b0e4ad3: Preparing 11:14:52 dd9c8f8612c8: Preparing 11:14:52 afca7b0e4ad3: Waiting 11:14:52 dd9c8f8612c8: Waiting 11:14:52 c1ef31a3121c: Layer already exists 11:14:52 209dc5b8a2f5: Layer already exists 11:14:52 34f012ca3978: Layer already exists 11:14:52 0cd9d3838449: Layer already exists 11:14:52 e1754481e0b8: Layer already exists 11:14:52 dd9c8f8612c8: Layer already exists 11:14:52 afca7b0e4ad3: Layer already exists 11:14:52 4.1.0-dev.26: digest: sha256:13d9093be2ecef6304d927b2d141d878abce2047bd05d2e7ab6a1df9fc82392b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:52 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:53 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 11:14:53 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 11:14:53 0cd9d3838449: Preparing 11:14:53 e1754481e0b8: Preparing 11:14:53 34f012ca3978: Preparing 11:14:53 c1ef31a3121c: Preparing 11:14:53 209dc5b8a2f5: Preparing 11:14:53 afca7b0e4ad3: Preparing 11:14:53 dd9c8f8612c8: Preparing 11:14:53 dd9c8f8612c8: Waiting 11:14:53 afca7b0e4ad3: Waiting 11:14:53 e1754481e0b8: Layer already exists 11:14:53 34f012ca3978: Layer already exists 11:14:53 c1ef31a3121c: Layer already exists 11:14:53 209dc5b8a2f5: Layer already exists 11:14:53 0cd9d3838449: Layer already exists 11:14:53 dd9c8f8612c8: Layer already exists 11:14:53 afca7b0e4ad3: Layer already exists 11:14:53 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:13d9093be2ecef6304d927b2d141d878abce2047bd05d2e7ab6a1df9fc82392b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:53 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:53 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 11:14:53 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 11:14:53 0cd9d3838449: Preparing 11:14:53 e1754481e0b8: Preparing 11:14:53 34f012ca3978: Preparing 11:14:53 c1ef31a3121c: Preparing 11:14:53 209dc5b8a2f5: Preparing 11:14:53 afca7b0e4ad3: Preparing 11:14:53 dd9c8f8612c8: Preparing 11:14:53 afca7b0e4ad3: Waiting 11:14:53 dd9c8f8612c8: Waiting 11:14:53 209dc5b8a2f5: Layer already exists 11:14:53 e1754481e0b8: Layer already exists 11:14:53 0cd9d3838449: Layer already exists 11:14:53 34f012ca3978: Layer already exists 11:14:53 c1ef31a3121c: Layer already exists 11:14:53 afca7b0e4ad3: Layer already exists 11:14:53 dd9c8f8612c8: Layer already exists 11:14:54 main: digest: sha256:13d9093be2ecef6304d927b2d141d878abce2047bd05d2e7ab6a1df9fc82392b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:14:54 ===================================================== [Pipeline] echo 11:14:54 taggedImages: 11:14:54 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f 11:14:54 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 11:14:54 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.26 11:14:54 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 11:14:54 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 11:14:54 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 11:14:54 9304f160789e41c5c58b4be9994841ed5e82e09f 11:14:54 latest 11:14:54 4.1.0-dev.26 11:14:54 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 11:14:54 main 11:14:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:54 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:54 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f 11:14:54 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 11:14:54 3ddaf2b6747c: Preparing 11:14:54 457429b181b8: Preparing 11:14:54 34f012ca3978: Preparing 11:14:54 c1ef31a3121c: Preparing 11:14:54 ce15b0f2dc7f: Preparing 11:14:54 4275250e4fe9: Preparing 11:14:54 dd9c8f8612c8: Preparing 11:14:54 4275250e4fe9: Waiting 11:14:54 dd9c8f8612c8: Waiting 11:14:54 34f012ca3978: Layer already exists 11:14:54 c1ef31a3121c: Layer already exists 11:14:55 dd9c8f8612c8: Layer already exists 11:14:55 ce15b0f2dc7f: Pushed 11:14:55 3ddaf2b6747c: Pushed 11:14:55 4275250e4fe9: Pushed 11:15:03 457429b181b8: Pushed 11:15:03 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:c2e89f78498ee936d86a2a40bead742ab9257ef78d061b25d3d5835c72442499 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:15:04 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:15:04 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 11:15:04 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 11:15:04 3ddaf2b6747c: Preparing 11:15:04 457429b181b8: Preparing 11:15:04 34f012ca3978: Preparing 11:15:04 c1ef31a3121c: Preparing 11:15:04 ce15b0f2dc7f: Preparing 11:15:04 4275250e4fe9: Preparing 11:15:04 dd9c8f8612c8: Preparing 11:15:04 4275250e4fe9: Waiting 11:15:04 dd9c8f8612c8: Waiting 11:15:04 ce15b0f2dc7f: Layer already exists 11:15:04 457429b181b8: Layer already exists 11:15:04 3ddaf2b6747c: Layer already exists 11:15:04 34f012ca3978: Layer already exists 11:15:04 c1ef31a3121c: Layer already exists 11:15:04 4275250e4fe9: Layer already exists 11:15:04 dd9c8f8612c8: Layer already exists 11:15:04 latest: digest: sha256:c2e89f78498ee936d86a2a40bead742ab9257ef78d061b25d3d5835c72442499 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:15:05 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:15:05 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.26 11:15:05 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 11:15:05 3ddaf2b6747c: Preparing 11:15:05 457429b181b8: Preparing 11:15:05 34f012ca3978: Preparing 11:15:05 c1ef31a3121c: Preparing 11:15:05 ce15b0f2dc7f: Preparing 11:15:05 4275250e4fe9: Preparing 11:15:05 dd9c8f8612c8: Preparing 11:15:05 4275250e4fe9: Waiting 11:15:05 dd9c8f8612c8: Waiting 11:15:05 ce15b0f2dc7f: Layer already exists 11:15:05 34f012ca3978: Layer already exists 11:15:05 457429b181b8: Layer already exists 11:15:05 3ddaf2b6747c: Layer already exists 11:15:05 c1ef31a3121c: Layer already exists 11:15:05 dd9c8f8612c8: Layer already exists 11:15:05 4275250e4fe9: Layer already exists 11:15:05 4.1.0-dev.26: digest: sha256:c2e89f78498ee936d86a2a40bead742ab9257ef78d061b25d3d5835c72442499 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:15:05 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:15:06 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 11:15:06 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 11:15:06 3ddaf2b6747c: Preparing 11:15:06 457429b181b8: Preparing 11:15:06 34f012ca3978: Preparing 11:15:06 c1ef31a3121c: Preparing 11:15:06 ce15b0f2dc7f: Preparing 11:15:06 4275250e4fe9: Preparing 11:15:06 dd9c8f8612c8: Preparing 11:15:06 4275250e4fe9: Waiting 11:15:06 dd9c8f8612c8: Waiting 11:15:06 ce15b0f2dc7f: Layer already exists 11:15:06 c1ef31a3121c: Layer already exists 11:15:06 34f012ca3978: Layer already exists 11:15:06 3ddaf2b6747c: Layer already exists 11:15:06 457429b181b8: Layer already exists 11:15:06 4275250e4fe9: Layer already exists 11:15:06 dd9c8f8612c8: Layer already exists 11:15:06 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:c2e89f78498ee936d86a2a40bead742ab9257ef78d061b25d3d5835c72442499 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:15:06 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:15:07 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 11:15:07 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 11:15:07 3ddaf2b6747c: Preparing 11:15:07 457429b181b8: Preparing 11:15:07 34f012ca3978: Preparing 11:15:07 c1ef31a3121c: Preparing 11:15:07 ce15b0f2dc7f: Preparing 11:15:07 4275250e4fe9: Preparing 11:15:07 dd9c8f8612c8: Preparing 11:15:07 4275250e4fe9: Waiting 11:15:07 dd9c8f8612c8: Waiting 11:15:07 ce15b0f2dc7f: Layer already exists 11:15:07 457429b181b8: Layer already exists 11:15:07 3ddaf2b6747c: Layer already exists 11:15:07 34f012ca3978: Layer already exists 11:15:07 c1ef31a3121c: Layer already exists 11:15:07 4275250e4fe9: Layer already exists 11:15:07 dd9c8f8612c8: Layer already exists 11:15:07 main: digest: sha256:c2e89f78498ee936d86a2a40bead742ab9257ef78d061b25d3d5835c72442499 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:15:07 ===================================================== [Pipeline] echo 11:15:07 taggedImages: 11:15:07 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f 11:15:07 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 11:15:07 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.26 11:15:07 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 11:15:07 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 11:15:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] echo 11:15:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo 11:15:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.26 [Pipeline] echo 11:15:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] echo 11:15:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 11:15:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] echo 11:15:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo 11:15:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.26 [Pipeline] echo 11:15:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] echo 11:15:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 11:15:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] echo 11:15:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo 11:15:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.26 [Pipeline] echo 11:15:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] echo 11:15:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 11:15:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] echo 11:15:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo 11:15:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.26 [Pipeline] echo 11:15:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] echo 11:15:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 11:15:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] echo 11:15:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo 11:15:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.26 [Pipeline] echo 11:15:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] echo 11:15:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 11:15:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] echo 11:15:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo 11:15:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.26 [Pipeline] echo 11:15:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] echo 11:15:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 11:15:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] echo 11:15:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo 11:15:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.26 [Pipeline] echo 11:15:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] echo 11:15:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 11:15:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] echo 11:15:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo 11:15:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.26 [Pipeline] echo 11:15:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] echo 11:15:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 11:15:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] echo 11:15:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo 11:15:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.26 [Pipeline] echo 11:15:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] echo 11:15:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 11:15:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] echo 11:15:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo 11:15:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.26 [Pipeline] echo 11:15:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] echo 11:15:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 11:15:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] echo 11:15:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo 11:15:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.26 [Pipeline] echo 11:15:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] echo 11:15:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 11:15:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] echo 11:15:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo 11:15:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.26 [Pipeline] echo 11:15:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] echo 11:15:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 11:15:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] echo 11:15:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo 11:15:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.26 [Pipeline] echo 11:15:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] echo 11:15:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 11:15:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] echo 11:15:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo 11:15:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.26 [Pipeline] echo 11:15:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] echo 11:15:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 11:15:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] echo 11:15:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo 11:15:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.26 [Pipeline] echo 11:15:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] echo 11:15:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:15:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:15:08 11:15:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:15:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:15:09 arm64: Pulling from edgex-lftools-log-publisher 11:15:09 8998bd30e6a1: Pulling fs layer 11:15:09 04944245beec: Pulling fs layer 11:15:09 699f458cf7ca: Pulling fs layer 11:15:09 765212b225bb: Pulling fs layer 11:15:09 f23df028b6ca: Pulling fs layer 11:15:09 d65c8cfc05b1: Pulling fs layer 11:15:09 2437ff75d9bd: Pulling fs layer 11:15:09 765212b225bb: Waiting 11:15:09 f23df028b6ca: Waiting 11:15:09 d65c8cfc05b1: Waiting 11:15:09 04944245beec: Verifying Checksum 11:15:09 04944245beec: Download complete 11:15:09 765212b225bb: Verifying Checksum 11:15:09 765212b225bb: Download complete 11:15:09 f23df028b6ca: Verifying Checksum 11:15:09 f23df028b6ca: Download complete 11:15:09 d65c8cfc05b1: Verifying Checksum 11:15:09 d65c8cfc05b1: Download complete 11:15:09 699f458cf7ca: Verifying Checksum 11:15:09 699f458cf7ca: Download complete 11:15:10 8998bd30e6a1: Verifying Checksum 11:15:10 8998bd30e6a1: Download complete 11:15:12 2437ff75d9bd: Verifying Checksum 11:15:12 2437ff75d9bd: Download complete 11:15:14 8998bd30e6a1: Pull complete 11:15:15 04944245beec: Pull complete 11:15:16 699f458cf7ca: Pull complete 11:15:16 765212b225bb: Pull complete 11:15:17 f23df028b6ca: Pull complete 11:15:18 d65c8cfc05b1: Pull complete 11:15:36 2437ff75d9bd: Pull complete 11:15:36 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 11:15:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:15:36 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:15:36 prd-ubuntu20.04-docker-arm64-4c-16g-3630 does not seem to be running inside a container 11:15:36 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/857 -v /w/workspace/edgex-go/857:/w/workspace/edgex-go/857:rw,z -v /w/workspace/edgex-go/857@tmp:/w/workspace/edgex-go/857@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 11:15:39 $ docker top a945b5f05f4d0b6478f7af7084e3242d7ff98cc5ef7efdbcf15f6c59ca00d188 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:15:39 ---> job-cost.sh 11:15:39 lf-activate-venv: SKIPPING 11:15:39 INFO: No Stack... 11:15:40 INFO: Retrieving Pricing Info for: v3-standard-4 11:15:41 INFO: Archiving Costs [Pipeline] sh 11:15:41 + cat /w/workspace/edgex-go/857/archives/cost.csv 11:15:41 + cut -d, -f6 [Pipeline] lock 11:15:41 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-857-stack-cost] 11:15:41 Resource [jenkins-edgexfoundry-edgex-go-main-857-stack-cost] did not exist. Created. 11:15:41 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-857-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:15:42 + echo total: 0.10999999940395355 [Pipeline] stash 11:15:42 Stashed 1 file(s) [Pipeline] } 11:15:42 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-857-stack-cost] [Pipeline] // lock [Pipeline] } 11:15:42 $ docker stop --time=1 a945b5f05f4d0b6478f7af7084e3242d7ff98cc5ef7efdbcf15f6c59ca00d188 11:15:44 $ docker rm -f --volumes a945b5f05f4d0b6478f7af7084e3242d7ff98cc5ef7efdbcf15f6c59ca00d188 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 16:23:43 Cancelling nested steps due to timeout 16:23:43 Sending interrupt signal to process 16:23:45 script returned exit code 143 [Pipeline] } 16:23:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] error [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 16:23:45 + '[' -d /w/workspace/edgex-go/857/archives ']' [Pipeline] libraryResource [Pipeline] sh 16:23:46 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:23:46 ---> package-listing.sh 16:23:46 ++ facter osfamily 16:23:46 ++ tr '[:upper:]' '[:lower:]' 16:23:46 + OS_FAMILY=redhat 16:23:46 + workspace=/w/workspace/edgex-go/857 16:23:46 + START_PACKAGES=/tmp/packages_start.txt 16:23:46 + END_PACKAGES=/tmp/packages_end.txt 16:23:46 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:23:46 + PACKAGES=/tmp/packages_start.txt 16:23:46 + '[' /w/workspace/edgex-go/857 ']' 16:23:46 + PACKAGES=/tmp/packages_end.txt 16:23:46 + case "${OS_FAMILY}" in 16:23:46 + sort 16:23:46 + rpm -qa 16:23:47 + '[' -f /tmp/packages_start.txt ']' 16:23:47 + '[' -f /tmp/packages_end.txt ']' 16:23:47 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:23:47 + '[' /w/workspace/edgex-go/857 ']' 16:23:47 + mkdir -p /w/workspace/edgex-go/857/archives/ 16:23:47 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/857/archives/ [Pipeline] echo 16:23:47 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/857/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:23:47 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:23:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:23:48 16:23:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:23:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:23:48 latest: Pulling from edgex-lftools-log-publisher 16:23:48 5eb5b503b376: Pulling fs layer 16:23:48 5c69ac0246d0: Pulling fs layer 16:23:48 ec43610c2a17: Pulling fs layer 16:23:48 3a2ae6a8a46f: Pulling fs layer 16:23:48 33b1e0a273af: Pulling fs layer 16:23:48 5d3b04190fa2: Pulling fs layer 16:23:48 2f39f015ded8: Pulling fs layer 16:23:48 3a2ae6a8a46f: Waiting 16:23:48 33b1e0a273af: Waiting 16:23:48 5d3b04190fa2: Waiting 16:23:48 2f39f015ded8: Waiting 16:23:48 5c69ac0246d0: Verifying Checksum 16:23:48 5c69ac0246d0: Download complete 16:23:48 3a2ae6a8a46f: Verifying Checksum 16:23:48 3a2ae6a8a46f: Download complete 16:23:48 33b1e0a273af: Verifying Checksum 16:23:48 33b1e0a273af: Download complete 16:23:48 ec43610c2a17: Verifying Checksum 16:23:48 ec43610c2a17: Download complete 16:23:48 5d3b04190fa2: Verifying Checksum 16:23:48 5d3b04190fa2: Download complete 16:23:48 5eb5b503b376: Verifying Checksum 16:23:48 5eb5b503b376: Download complete 16:23:49 2f39f015ded8: Verifying Checksum 16:23:49 2f39f015ded8: Download complete 16:23:50 5eb5b503b376: Pull complete 16:23:50 5c69ac0246d0: Pull complete 16:23:51 ec43610c2a17: Pull complete 16:23:51 3a2ae6a8a46f: Pull complete 16:23:51 33b1e0a273af: Pull complete 16:23:51 5d3b04190fa2: Pull complete 16:23:55 2f39f015ded8: Pull complete 16:23:55 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 16:23:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:23:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:23:55 prd-centos7-docker-4c-2g-3632 does not seem to be running inside a container 16:23:55 $ 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/857/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 16:23:59 $ docker top b034011d62bae3ce70f7bf3fedec2cd671c27b8f62d66d638de313da4e0139d5 -eo pid,comm [Pipeline] { [Pipeline] sh 16:23:59 + touch /tmp/pre-build-complete [Pipeline] sh 16:23:59 + mkdir -p /var/log/sysstat [Pipeline] sh 16:24:00 + ls /var/log/sa-host 16:24:00 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:24:00 provisioning config files... 16:24:00 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config2587785712533235072tmp [Pipeline] { [Pipeline] echo 16:24:00 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:24:00 ---> create-netrc.sh [Pipeline] } 16:24:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 16:24:01 ---> python-tools-install.sh [Pipeline] echo 16:24:01 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:24:01 ---> sudo-logs.sh 16:24:01 Archiving 'sudo' log.. 16:24:01 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:24:01 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 16:24:01 $ docker stop --time=1 b034011d62bae3ce70f7bf3fedec2cd671c27b8f62d66d638de313da4e0139d5 16:24:02 $ docker rm -f --volumes b034011d62bae3ce70f7bf3fedec2cd671c27b8f62d66d638de313da4e0139d5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 16:24:02 [WS-CLEANUP] Deleting project workspace... 16:24:02 [WS-CLEANUP] Deferred wipeout is used... 16:24:02 [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] } 16:24:02 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 16:24:03 + [ -d /w/workspace/edgex-go/857/archives ] [Pipeline] libraryResource [Pipeline] sh 16:24:04 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:24:04 ---> package-listing.sh 16:24:04 ++ facter osfamily 16:24:04 ++ tr '[:upper:]' '[:lower:]' 16:24:05 + OS_FAMILY=debian 16:24:05 + workspace=/w/workspace/edgex-go/857 16:24:05 + START_PACKAGES=/tmp/packages_start.txt 16:24:05 + END_PACKAGES=/tmp/packages_end.txt 16:24:05 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:24:05 + PACKAGES=/tmp/packages_start.txt 16:24:05 + '[' /w/workspace/edgex-go/857 ']' 16:24:05 + PACKAGES=/tmp/packages_end.txt 16:24:05 + case "${OS_FAMILY}" in 16:24:05 + dpkg -l 16:24:05 + grep '^ii' 16:24:05 + '[' -f /tmp/packages_start.txt ']' 16:24:05 + '[' -f /tmp/packages_end.txt ']' 16:24:05 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:24:05 + '[' /w/workspace/edgex-go/857 ']' 16:24:05 + mkdir -p /w/workspace/edgex-go/857/archives/ 16:24:05 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/857/archives/ [Pipeline] echo 16:24:05 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/857/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:24:05 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:24:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:24:05 16:24:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:24:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:24:06 latest: Pulling from edgex-lftools-log-publisher 16:24:06 5eb5b503b376: Pulling fs layer 16:24:06 5c69ac0246d0: Pulling fs layer 16:24:06 ec43610c2a17: Pulling fs layer 16:24:06 3a2ae6a8a46f: Pulling fs layer 16:24:06 33b1e0a273af: Pulling fs layer 16:24:06 5d3b04190fa2: Pulling fs layer 16:24:06 2f39f015ded8: Pulling fs layer 16:24:06 3a2ae6a8a46f: Waiting 16:24:06 5d3b04190fa2: Waiting 16:24:06 33b1e0a273af: Waiting 16:24:06 5c69ac0246d0: Verifying Checksum 16:24:06 5c69ac0246d0: Download complete 16:24:06 3a2ae6a8a46f: Download complete 16:24:06 33b1e0a273af: Verifying Checksum 16:24:06 33b1e0a273af: Download complete 16:24:06 5d3b04190fa2: Download complete 16:24:06 ec43610c2a17: Verifying Checksum 16:24:06 ec43610c2a17: Download complete 16:24:06 5eb5b503b376: Verifying Checksum 16:24:06 5eb5b503b376: Download complete 16:24:07 2f39f015ded8: Download complete 16:24:07 5eb5b503b376: Pull complete 16:24:07 5c69ac0246d0: Pull complete 16:24:08 ec43610c2a17: Pull complete 16:24:08 3a2ae6a8a46f: Pull complete 16:24:08 33b1e0a273af: Pull complete 16:24:08 5d3b04190fa2: Pull complete 16:24:12 2f39f015ded8: Pull complete 16:24:12 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 16:24:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:24:12 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:24:12 prd-ubuntu20.04-docker-8c-8g-3628 does not seem to be running inside a container 16:24:12 $ 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/857/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/857 -v /w/workspace/edgex-go/857:/w/workspace/edgex-go/857:rw,z -v /w/workspace/edgex-go/857@tmp:/w/workspace/edgex-go/857@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 16:24:14 $ docker top bc6a9cac0fb9d298a37184c93b96a409f529554fb67db4951f327b51347415e3 -eo pid,comm [Pipeline] { [Pipeline] sh 16:24:14 + touch /tmp/pre-build-complete [Pipeline] sh 16:24:14 + mkdir -p /var/log/sysstat [Pipeline] sh 16:24:15 + ls /var/log/sa-host 16:24:15 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:24:15 provisioning config files... 16:24:15 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/857@tmp/config9736389065650462050tmp [Pipeline] { [Pipeline] echo 16:24:15 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:24:15 ---> create-netrc.sh [Pipeline] } 16:24:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 16:24:15 ---> python-tools-install.sh [Pipeline] echo 16:24:15 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:24:16 ---> sudo-logs.sh 16:24:16 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:24:16 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:24:16 ---> job-cost.sh 16:24:16 lf-activate-venv: SKIPPING 16:24:16 DEBUG: total: 0.10999999940395355 16:24:16 INFO: Retrieving Stack Cost... 16:24:16 INFO: Retrieving Pricing Info for: v3-standard-8 16:24:16 INFO: Archiving Costs [Pipeline] echo 16:24:16 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:24:17 ---> logs-deploy.sh 16:24:17 lf-activate-venv: SKIPPING 16:24:17 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/857 16:24:17 INFO: archiving workspace using pattern(s): 16:24:18 Archives upload complete. 16:24:18 INFO: archiving logs to Nexus 16:24:19 ---> uname -a: 16:24:19 Linux prd-ubuntu20-04-docker-8c-8g-3628 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 16:24:19 16:24:19 16:24:19 ---> lscpu: 16:24:19 Architecture: x86_64 16:24:19 CPU op-mode(s): 32-bit, 64-bit 16:24:19 Byte Order: Little Endian 16:24:19 Address sizes: 40 bits physical, 48 bits virtual 16:24:19 CPU(s): 8 16:24:19 On-line CPU(s) list: 0-7 16:24:19 Thread(s) per core: 1 16:24:19 Core(s) per socket: 1 16:24:19 Socket(s): 8 16:24:19 NUMA node(s): 1 16:24:19 Vendor ID: AuthenticAMD 16:24:19 CPU family: 23 16:24:19 Model: 49 16:24:19 Model name: AMD EPYC-Rome Processor 16:24:19 Stepping: 0 16:24:19 CPU MHz: 2800.000 16:24:19 BogoMIPS: 5600.00 16:24:19 Virtualization: AMD-V 16:24:19 Hypervisor vendor: KVM 16:24:19 Virtualization type: full 16:24:19 L1d cache: 256 KiB 16:24:19 L1i cache: 256 KiB 16:24:19 L2 cache: 4 MiB 16:24:19 L3 cache: 128 MiB 16:24:19 NUMA node0 CPU(s): 0-7 16:24:19 Vulnerability Itlb multihit: Not affected 16:24:19 Vulnerability L1tf: Not affected 16:24:19 Vulnerability Mds: Not affected 16:24:19 Vulnerability Meltdown: Not affected 16:24:19 Vulnerability Mmio stale data: Not affected 16:24:19 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:24:19 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 16:24:19 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 16:24:19 Vulnerability Srbds: Not affected 16:24:19 Vulnerability Tsx async abort: Not affected 16:24:19 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 16:24:19 16:24:19 16:24:19 ---> nproc: 16:24:19 8 16:24:19 16:24:19 16:24:19 ---> df -h: 16:24:19 Filesystem Size Used Avail Use% Mounted on 16:24:19 overlay 155G 30G 126G 19% / 16:24:19 tmpfs 64M 0 64M 0% /dev 16:24:19 tmpfs 16G 0 16G 0% /sys/fs/cgroup 16:24:19 shm 64M 0 64M 0% /dev/shm 16:24:19 /dev/vda1 155G 30G 126G 19% /facter-os 16:24:19 16:24:19 16:24:19 ---> sar -b -r -n DEV: 16:24:19 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3628) 06/20/25 _x86_64_ (8 CPU) 16:24:19 16:24:19 10:22:58 LINUX RESTART (8 CPU) 16:24:19 16:24:19 10:23:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:24:19 10:24:02 359.72 48.58 311.15 0.00 5449.63 204053.06 0.00 16:24:19 10:25:01 196.19 1.20 194.98 0.00 42.84 66504.93 0.00 16:24:19 10:26:01 43.06 0.00 43.06 0.00 0.00 33354.72 0.00 16:24:19 10:27:01 50.82 0.27 50.56 0.00 7.73 22072.72 0.00 16:24:19 10:28:01 189.67 0.38 189.29 0.00 44.92 69143.35 0.00 16:24:19 10:29:01 721.38 18.13 703.25 0.00 2742.88 241913.01 0.00 16:24:19 10:30:01 473.65 0.70 472.95 0.00 9.73 199201.87 0.00 16:24:19 10:31:01 306.21 0.07 306.15 0.00 0.53 114881.76 0.00 16:24:19 10:32:01 301.93 0.03 301.90 0.00 0.40 63501.37 0.00 16:24:19 10:33:01 554.45 0.08 554.37 0.00 12.26 103364.35 0.00 16:24:19 10:34:01 30.44 0.03 30.41 0.00 4.53 735.08 0.00 16:24:19 10:35:01 14.83 0.00 14.83 0.00 0.00 349.68 0.00 16:24:19 10:36:01 1.25 0.00 1.25 0.00 0.00 14.80 0.00 16:24:19 10:37:01 1.03 0.00 1.03 0.00 0.00 11.46 0.00 16:24:19 10:38:01 1.33 0.00 1.33 0.00 0.00 14.80 0.00 16:24:19 10:39:01 1.60 0.02 1.58 0.00 0.13 22.52 0.00 16:24:19 10:40:01 1.22 0.00 1.22 0.00 0.00 14.13 0.00 16:24:19 10:41:01 1.00 0.00 1.00 0.00 0.00 10.80 0.00 16:24:19 10:42:01 1.17 0.00 1.17 0.00 0.00 13.46 0.00 16:24:19 10:43:01 1.00 0.00 1.00 0.00 0.00 11.46 0.00 16:24:19 10:44:01 1.22 0.00 1.22 0.00 0.00 15.73 0.00 16:24:19 10:45:01 0.97 0.00 0.97 0.00 0.00 10.40 0.00 16:24:19 10:46:01 1.15 0.00 1.15 0.00 0.00 14.13 0.00 16:24:19 10:47:01 0.87 0.00 0.87 0.00 0.00 9.33 0.00 16:24:19 10:48:01 1.28 0.00 1.28 0.00 0.00 16.00 0.00 16:24:19 10:49:01 0.97 0.00 0.97 0.00 0.00 11.33 0.00 16:24:19 10:50:01 1.27 0.00 1.27 0.00 0.00 14.40 0.00 16:24:19 10:51:01 1.08 0.00 1.08 0.00 0.00 12.53 0.00 16:24:19 10:52:01 1.10 0.00 1.10 0.00 0.00 13.46 0.00 16:24:19 10:53:01 1.12 0.00 1.12 0.00 0.00 12.93 0.00 16:24:19 10:54:01 1.30 0.00 1.30 0.00 0.00 15.60 0.00 16:24:19 10:55:01 1.00 0.00 1.00 0.00 0.00 10.66 0.00 16:24:19 10:56:01 1.22 0.00 1.22 0.00 0.00 15.06 0.00 16:24:19 10:57:01 0.97 0.00 0.97 0.00 0.00 10.53 0.00 16:24:19 10:58:01 1.30 0.00 1.30 0.00 0.00 15.86 0.00 16:24:19 10:59:01 1.00 0.00 1.00 0.00 0.00 10.93 0.00 16:24:19 11:00:01 1.17 0.00 1.17 0.00 0.00 13.33 0.00 16:24:19 11:01:01 0.92 0.00 0.92 0.00 0.00 10.40 0.00 16:24:19 11:02:01 1.15 0.00 1.15 0.00 0.00 14.00 0.00 16:24:19 11:03:01 1.32 0.30 1.02 0.00 10.00 13.06 0.00 16:24:19 11:04:01 2.60 1.20 1.40 0.00 25.46 18.40 0.00 16:24:19 11:05:01 1.05 0.00 1.05 0.00 0.00 12.13 0.00 16:24:19 11:06:01 1.18 0.00 1.18 0.00 0.00 14.66 0.00 16:24:19 11:07:01 1.02 0.00 1.02 0.00 0.00 11.33 0.00 16:24:19 11:08:01 1.48 0.00 1.48 0.00 0.00 18.26 0.00 16:24:19 11:09:01 1.02 0.00 1.02 0.00 0.00 12.40 0.00 16:24:19 11:10:01 1.30 0.00 1.30 0.00 0.00 14.80 0.00 16:24:19 11:11:01 1.07 0.00 1.07 0.00 0.00 12.53 0.00 16:24:19 11:12:01 1.17 0.00 1.17 0.00 0.00 13.60 0.00 16:24:19 11:13:01 1.20 0.00 1.20 0.00 0.00 13.86 0.00 16:24:19 11:14:01 1.20 0.00 1.20 0.00 0.00 15.73 0.00 16:24:19 11:15:01 1.00 0.00 1.00 0.00 0.00 10.93 0.00 16:24:19 11:16:01 1.12 0.00 1.12 0.00 0.00 14.00 0.00 16:24:19 11:17:01 1.00 0.02 0.98 0.00 0.13 11.33 0.00 16:24:19 11:18:01 1.50 0.00 1.50 0.00 0.00 18.66 0.00 16:24:19 11:19:01 0.98 0.00 0.98 0.00 0.00 12.13 0.00 16:24:19 11:20:01 1.15 0.00 1.15 0.00 0.00 15.06 0.00 16:24:19 11:21:01 1.03 0.00 1.03 0.00 0.00 12.40 0.00 16:24:19 11:22:01 1.17 0.00 1.17 0.00 0.00 14.53 0.00 16:24:19 11:23:01 1.07 0.00 1.07 0.00 0.00 12.93 0.00 16:24:19 11:24:01 1.15 0.00 1.15 0.00 0.00 14.13 0.00 16:24:19 11:25:01 0.95 0.00 0.95 0.00 0.00 11.20 0.00 16:24:19 11:26:01 1.60 0.00 1.60 0.00 0.00 18.53 0.00 16:24:19 11:27:01 0.87 0.00 0.87 0.00 0.00 10.40 0.00 16:24:19 11:28:01 1.30 0.00 1.30 0.00 0.00 16.53 0.00 16:24:19 11:29:01 1.00 0.00 1.00 0.00 0.00 12.26 0.00 16:24:19 11:30:02 1.53 0.00 1.53 0.00 0.00 17.86 0.00 16:24:19 11:31:01 0.93 0.00 0.93 0.00 0.00 11.25 0.00 16:24:19 11:32:01 1.17 0.00 1.17 0.00 0.00 14.40 0.00 16:24:19 11:33:01 0.97 0.00 0.97 0.00 0.00 11.33 0.00 16:24:19 11:34:01 1.58 0.00 1.58 0.00 0.00 19.33 0.00 16:24:19 11:35:01 0.95 0.00 0.95 0.00 0.00 11.46 0.00 16:24:19 11:36:01 1.50 0.00 1.50 0.00 0.00 17.73 0.00 16:24:19 11:37:01 0.90 0.00 0.90 0.00 0.00 10.93 0.00 16:24:19 11:38:01 1.43 0.00 1.43 0.00 0.00 17.73 0.00 16:24:19 11:39:01 1.05 0.00 1.05 0.00 0.00 12.66 0.00 16:24:19 11:40:01 1.32 0.00 1.32 0.00 0.00 17.20 0.00 16:24:19 11:41:01 1.00 0.00 1.00 0.00 0.00 11.86 0.00 16:24:19 11:42:01 1.13 0.00 1.13 0.00 0.00 13.73 0.00 16:24:19 11:43:01 0.93 0.00 0.93 0.00 0.00 11.20 0.00 16:24:19 11:44:01 1.55 0.00 1.55 0.00 0.00 18.80 0.00 16:24:19 11:45:01 1.00 0.00 1.00 0.00 0.00 11.86 0.00 16:24:19 11:46:01 1.17 0.00 1.17 0.00 0.00 14.93 0.00 16:24:19 11:47:01 0.88 0.00 0.88 0.00 0.00 10.53 0.00 16:24:19 11:48:01 1.60 0.00 1.60 0.00 0.00 19.33 0.00 16:24:19 11:49:01 1.03 0.00 1.03 0.00 0.00 12.40 0.00 16:24:19 11:50:01 1.13 0.00 1.13 0.00 0.00 15.20 0.00 16:24:19 11:51:01 0.95 0.00 0.95 0.00 0.00 11.20 0.00 16:24:19 11:52:01 1.17 0.00 1.17 0.00 0.00 14.26 0.00 16:24:19 11:53:01 1.10 0.00 1.10 0.00 0.00 12.80 0.00 16:24:19 11:54:01 1.30 0.00 1.30 0.00 0.00 16.66 0.00 16:24:19 11:55:01 1.10 0.00 1.10 0.00 0.00 12.80 0.00 16:24:19 11:56:01 1.22 0.00 1.22 0.00 0.00 15.33 0.00 16:24:19 11:57:01 0.97 0.00 0.97 0.00 0.00 11.33 0.00 16:24:19 11:58:01 1.25 0.00 1.25 0.00 0.00 15.59 0.00 16:24:19 11:59:01 1.13 0.00 1.13 0.00 0.00 13.46 0.00 16:24:19 12:00:01 1.27 0.00 1.27 0.00 0.00 16.13 0.00 16:24:19 12:01:01 1.02 0.00 1.02 0.00 0.00 12.13 0.00 16:24:19 12:02:01 1.13 0.00 1.13 0.00 0.00 13.60 0.00 16:24:19 12:03:01 1.08 0.00 1.08 0.00 0.00 12.67 0.00 16:24:19 12:04:01 1.22 0.00 1.22 0.00 0.00 14.93 0.00 16:24:19 12:05:01 1.05 0.00 1.05 0.00 0.00 13.73 0.00 16:24:19 12:06:01 1.30 0.00 1.30 0.00 0.00 17.20 0.00 16:24:19 12:07:01 1.00 0.00 1.00 0.00 0.00 11.33 0.00 16:24:19 12:08:01 1.23 0.00 1.23 0.00 0.00 15.59 0.00 16:24:19 12:09:01 1.05 0.00 1.05 0.00 0.00 12.66 0.00 16:24:19 12:10:01 1.53 0.00 1.53 0.00 0.00 18.13 0.00 16:24:19 12:11:01 1.00 0.00 1.00 0.00 0.00 12.13 0.00 16:24:19 12:12:01 1.15 0.00 1.15 0.00 0.00 14.26 0.00 16:24:19 12:13:01 1.05 0.00 1.05 0.00 0.00 12.00 0.00 16:24:19 12:14:01 1.68 0.00 1.68 0.00 0.00 20.66 0.00 16:24:19 12:15:01 1.00 0.00 1.00 0.00 0.00 12.53 0.00 16:24:19 12:16:01 1.33 0.00 1.33 0.00 0.00 16.13 0.00 16:24:19 12:17:01 0.98 0.00 0.98 0.00 0.00 11.06 0.00 16:24:19 12:18:01 3.08 0.63 2.45 0.00 70.52 30.79 0.00 16:24:19 12:19:01 1.08 0.00 1.08 0.00 0.00 13.06 0.00 16:24:19 12:20:01 1.30 0.00 1.30 0.00 0.00 17.06 0.00 16:24:19 12:21:01 1.08 0.00 1.08 0.00 0.00 13.06 0.00 16:24:19 12:22:01 1.23 0.00 1.23 0.00 0.00 16.53 0.00 16:24:19 12:23:01 0.95 0.00 0.95 0.00 0.00 12.00 0.00 16:24:19 12:24:01 1.48 0.00 1.48 0.00 0.00 18.93 0.00 16:24:19 12:25:01 1.15 0.00 1.15 0.00 0.00 13.06 0.00 16:24:19 12:26:01 1.23 0.00 1.23 0.00 0.00 15.46 0.00 16:24:19 12:27:01 1.08 0.00 1.08 0.00 0.00 12.66 0.00 16:24:19 12:28:01 1.32 0.00 1.32 0.00 0.00 16.80 0.00 16:24:19 12:29:01 1.17 0.00 1.17 0.00 0.00 14.00 0.00 16:24:19 12:30:01 1.50 0.00 1.50 0.00 0.00 17.60 0.00 16:24:19 12:31:01 0.98 0.00 0.98 0.00 0.00 11.20 0.00 16:24:19 12:32:01 1.37 0.00 1.37 0.00 0.00 17.20 0.00 16:24:19 12:33:01 1.03 0.00 1.03 0.00 0.00 11.86 0.00 16:24:19 12:34:01 1.62 0.00 1.62 0.00 0.00 19.33 0.00 16:24:19 12:35:01 1.00 0.00 1.00 0.00 0.00 12.00 0.00 16:24:19 12:36:01 1.55 0.00 1.55 0.00 0.00 17.86 0.00 16:24:19 12:37:01 1.15 0.00 1.15 0.00 0.00 13.60 0.00 16:24:19 12:38:01 1.25 0.00 1.25 0.00 0.00 15.46 0.00 16:24:19 12:39:01 1.28 0.00 1.28 0.00 0.00 14.00 0.00 16:24:19 12:40:01 1.30 0.00 1.30 0.00 0.00 16.26 0.00 16:24:19 12:41:01 1.03 0.00 1.03 0.00 0.00 11.06 0.00 16:24:19 12:42:01 1.33 0.00 1.33 0.00 0.00 16.53 0.00 16:24:19 12:43:01 1.10 0.00 1.10 0.00 0.00 12.40 0.00 16:24:19 12:44:01 1.37 0.00 1.37 0.00 0.00 16.80 0.00 16:24:19 12:45:01 1.08 0.00 1.08 0.00 0.00 12.40 0.00 16:24:19 12:46:01 1.42 0.00 1.42 0.00 0.00 16.66 0.00 16:24:19 12:47:01 1.13 0.00 1.13 0.00 0.00 12.53 0.00 16:24:19 12:48:01 1.35 0.00 1.35 0.00 0.00 16.13 0.00 16:24:19 12:49:01 1.15 0.00 1.15 0.00 0.00 13.46 0.00 16:24:19 12:50:01 1.47 0.00 1.47 0.00 0.00 17.60 0.00 16:24:19 12:51:01 0.95 0.00 0.95 0.00 0.00 10.53 0.00 16:24:19 12:52:01 1.43 0.00 1.43 0.00 0.00 16.53 0.00 16:24:19 12:53:02 1.00 0.00 1.00 0.00 0.00 11.33 0.00 16:24:19 12:54:01 1.46 0.00 1.46 0.00 0.00 16.68 0.00 16:24:19 12:55:01 1.15 0.00 1.15 0.00 0.00 13.86 0.00 16:24:19 12:56:01 1.67 0.00 1.67 0.00 0.00 18.40 0.00 16:24:19 12:57:01 1.02 0.00 1.02 0.00 0.00 11.06 0.00 16:24:19 12:58:01 1.62 0.00 1.62 0.00 0.00 18.13 0.00 16:24:19 12:59:01 1.05 0.00 1.05 0.00 0.00 11.33 0.00 16:24:19 13:00:01 1.53 0.00 1.53 0.00 0.00 18.66 0.00 16:24:19 13:01:01 1.03 0.00 1.03 0.00 0.00 10.66 0.00 16:24:19 13:02:01 1.35 0.00 1.35 0.00 0.00 16.13 0.00 16:24:19 13:03:01 1.10 0.00 1.10 0.00 0.00 12.53 0.00 16:24:19 13:04:01 1.48 0.00 1.48 0.00 0.00 17.20 0.00 16:24:19 13:05:01 1.18 0.00 1.18 0.00 0.00 13.86 0.00 16:24:19 13:06:01 1.57 0.00 1.57 0.00 0.00 16.66 0.00 16:24:19 13:07:01 1.18 0.00 1.18 0.00 0.00 13.06 0.00 16:24:19 13:08:01 1.30 0.00 1.30 0.00 0.00 15.06 0.00 16:24:19 13:09:01 1.10 0.00 1.10 0.00 0.00 12.13 0.00 16:24:19 13:10:01 1.55 0.00 1.55 0.00 0.00 17.20 0.00 16:24:19 13:11:01 0.98 0.00 0.98 0.00 0.00 10.26 0.00 16:24:19 13:12:01 1.35 0.00 1.35 0.00 0.00 15.46 0.00 16:24:19 13:13:01 1.02 0.00 1.02 0.00 0.00 11.33 0.00 16:24:19 13:14:01 1.33 0.00 1.33 0.00 0.00 15.20 0.00 16:24:19 13:15:01 1.18 0.00 1.18 0.00 0.00 13.20 0.00 16:24:19 13:16:01 1.32 0.02 1.30 0.00 1.20 15.06 0.00 16:24:19 13:17:01 1.10 0.00 1.10 0.00 0.00 11.60 0.00 16:24:19 13:18:01 1.63 0.00 1.63 0.00 0.00 20.80 0.00 16:24:19 13:19:01 1.22 0.00 1.22 0.00 0.00 12.93 0.00 16:24:19 13:20:01 1.55 0.00 1.55 0.00 0.00 18.53 0.00 16:24:19 13:21:01 1.17 0.00 1.17 0.00 0.00 11.86 0.00 16:24:19 13:22:01 1.38 0.00 1.38 0.00 0.00 16.40 0.00 16:24:19 13:23:01 1.25 0.00 1.25 0.00 0.00 13.33 0.00 16:24:19 13:24:01 1.37 0.00 1.37 0.00 0.00 16.39 0.00 16:24:19 13:25:01 1.23 0.00 1.23 0.00 0.00 13.86 0.00 16:24:19 13:26:01 1.35 0.00 1.35 0.00 0.00 15.46 0.00 16:24:19 13:27:01 1.13 0.00 1.13 0.00 0.00 13.06 0.00 16:24:19 13:28:01 1.30 0.00 1.30 0.00 0.00 15.20 0.00 16:24:19 13:29:01 1.10 0.00 1.10 0.00 0.00 12.93 0.00 16:24:19 13:30:01 1.53 0.00 1.53 0.00 0.00 18.66 0.00 16:24:19 13:31:01 1.07 0.00 1.07 0.00 0.00 11.46 0.00 16:24:19 13:32:01 1.32 0.00 1.32 0.00 0.00 16.53 0.00 16:24:19 13:33:01 0.97 0.00 0.97 0.00 0.00 10.40 0.00 16:24:19 13:34:01 1.48 0.00 1.48 0.00 0.00 17.86 0.00 16:24:19 13:35:01 1.28 0.00 1.28 0.00 0.00 15.06 0.00 16:24:19 13:36:01 1.58 0.00 1.58 0.00 0.00 18.80 0.00 16:24:19 13:37:01 1.05 0.00 1.05 0.00 0.00 12.53 0.00 16:24:19 13:38:01 1.70 0.00 1.70 0.00 0.00 18.80 0.00 16:24:19 13:39:01 1.02 0.00 1.02 0.00 0.00 11.73 0.00 16:24:19 13:40:01 1.55 0.00 1.55 0.00 0.00 19.06 0.00 16:24:19 13:41:01 1.03 0.00 1.03 0.00 0.00 11.46 0.00 16:24:19 13:42:01 1.40 0.00 1.40 0.00 0.00 16.93 0.00 16:24:19 13:43:01 1.00 0.00 1.00 0.00 0.00 10.66 0.00 16:24:19 13:44:01 1.75 0.00 1.75 0.00 0.00 20.40 0.00 16:24:19 13:45:01 1.12 0.00 1.12 0.00 0.00 12.93 0.00 16:24:19 13:46:01 1.68 0.00 1.68 0.00 0.00 19.33 0.00 16:24:19 13:47:01 0.98 0.00 0.98 0.00 0.00 11.33 0.00 16:24:19 13:48:01 1.67 0.00 1.67 0.00 0.00 18.80 0.00 16:24:19 13:49:01 13.28 2.10 11.18 0.00 1977.80 2575.70 0.00 16:24:19 13:50:01 2.23 0.00 2.23 0.00 0.00 25.86 0.00 16:24:19 13:51:01 1.03 0.00 1.03 0.00 0.00 11.20 0.00 16:24:19 13:52:01 1.87 0.00 1.87 0.00 0.00 21.73 0.00 16:24:19 13:53:01 1.35 0.00 1.35 0.00 0.00 14.53 0.00 16:24:19 13:54:01 2.27 0.00 2.27 0.00 0.00 34.12 0.00 16:24:19 13:55:01 1.58 0.00 1.58 0.00 0.00 18.40 0.00 16:24:19 13:56:01 1.73 0.00 1.73 0.00 0.00 19.46 0.00 16:24:19 13:57:01 1.03 0.00 1.03 0.00 0.00 11.73 0.00 16:24:19 13:58:01 1.72 0.00 1.72 0.00 0.00 19.20 0.00 16:24:19 13:59:01 1.15 0.00 1.15 0.00 0.00 12.66 0.00 16:24:19 14:00:01 1.83 0.00 1.83 0.00 0.00 21.46 0.00 16:24:19 14:01:01 0.98 0.00 0.98 0.00 0.00 10.53 0.00 16:24:19 14:02:01 1.62 0.00 1.62 0.00 0.00 19.33 0.00 16:24:19 14:03:01 1.02 0.00 1.02 0.00 0.00 11.06 0.00 16:24:19 14:04:01 1.48 0.00 1.48 0.00 0.00 17.86 0.00 16:24:19 14:05:01 1.10 0.00 1.10 0.00 0.00 12.66 0.00 16:24:19 14:06:01 1.88 0.00 1.88 0.00 0.00 21.60 0.00 16:24:19 14:07:01 1.03 0.00 1.03 0.00 0.00 12.00 0.00 16:24:19 14:08:01 1.35 0.00 1.35 0.00 0.00 15.86 0.00 16:24:19 14:09:01 1.23 0.00 1.23 0.00 0.00 13.86 0.00 16:24:19 14:10:01 1.82 0.00 1.82 0.00 0.00 20.93 0.00 16:24:19 14:11:01 0.98 0.00 0.98 0.00 0.00 10.53 0.00 16:24:19 14:12:01 1.72 0.00 1.72 0.00 0.00 20.13 0.00 16:24:19 14:13:01 1.02 0.00 1.02 0.00 0.00 11.06 0.00 16:24:19 14:14:01 1.98 0.00 1.98 0.00 0.00 22.13 0.00 16:24:19 14:15:01 1.35 0.00 1.35 0.00 0.00 16.00 0.00 16:24:19 14:16:01 1.62 0.00 1.62 0.00 0.00 18.53 0.00 16:24:19 14:17:01 1.03 0.00 1.03 0.00 0.00 11.60 0.00 16:24:19 14:18:02 1.88 0.00 1.88 0.00 0.00 21.46 0.00 16:24:19 14:19:01 1.15 0.00 1.15 0.00 0.00 13.29 0.00 16:24:19 14:20:01 1.82 0.00 1.82 0.00 0.00 21.33 0.00 16:24:19 14:21:01 1.40 0.00 1.40 0.00 0.00 16.00 0.00 16:24:19 14:22:01 1.82 0.00 1.82 0.00 0.00 20.53 0.00 16:24:19 14:23:01 1.03 0.00 1.03 0.00 0.00 11.20 0.00 16:24:19 14:24:01 1.98 0.00 1.98 0.00 0.00 22.93 0.00 16:24:19 14:25:01 1.07 0.00 1.07 0.00 0.00 11.46 0.00 16:24:19 14:26:01 1.93 0.00 1.93 0.00 0.00 22.40 0.00 16:24:19 14:27:01 0.98 0.00 0.98 0.00 0.00 11.06 0.00 16:24:19 14:28:01 1.70 0.00 1.70 0.00 0.00 18.93 0.00 16:24:19 14:29:01 1.00 0.00 1.00 0.00 0.00 11.73 0.00 16:24:19 14:30:01 1.77 0.00 1.77 0.00 0.00 20.53 0.00 16:24:19 14:31:01 1.07 0.00 1.07 0.00 0.00 12.66 0.00 16:24:19 14:32:01 1.78 0.00 1.78 0.00 0.00 20.00 0.00 16:24:19 14:33:01 0.92 0.00 0.92 0.00 0.00 10.00 0.00 16:24:19 14:34:01 1.77 0.00 1.77 0.00 0.00 21.06 0.00 16:24:19 14:35:01 1.07 0.00 1.07 0.00 0.00 11.33 0.00 16:24:19 14:36:01 1.78 0.00 1.78 0.00 0.00 20.80 0.00 16:24:19 14:37:01 1.05 0.00 1.05 0.00 0.00 11.86 0.00 16:24:19 14:38:01 1.63 0.00 1.63 0.00 0.00 18.80 0.00 16:24:19 14:39:01 0.98 0.00 0.98 0.00 0.00 11.60 0.00 16:24:19 14:40:01 1.83 0.00 1.83 0.00 0.00 21.06 0.00 16:24:19 14:41:01 1.17 0.00 1.17 0.00 0.00 14.00 0.00 16:24:19 14:42:01 1.72 0.00 1.72 0.00 0.00 20.00 0.00 16:24:19 14:43:01 0.98 0.00 0.98 0.00 0.00 10.53 0.00 16:24:19 14:44:01 1.70 0.00 1.70 0.00 0.00 19.99 0.00 16:24:19 14:45:01 1.03 0.00 1.03 0.00 0.00 11.60 0.00 16:24:19 14:46:01 1.42 0.00 1.42 0.00 0.00 17.86 0.00 16:24:19 14:47:01 1.05 0.00 1.05 0.00 0.00 12.00 0.00 16:24:19 14:48:01 1.38 0.00 1.38 0.00 0.00 16.40 0.00 16:24:19 14:49:01 1.08 0.00 1.08 0.00 0.00 12.53 0.00 16:24:19 14:50:01 1.43 0.00 1.43 0.00 0.00 16.40 0.00 16:24:19 14:51:01 1.15 0.00 1.15 0.00 0.00 13.06 0.00 16:24:19 14:52:01 1.40 0.00 1.40 0.00 0.00 17.20 0.00 16:24:19 14:53:01 1.07 0.00 1.07 0.00 0.00 11.46 0.00 16:24:19 14:54:01 1.43 0.00 1.43 0.00 0.00 17.46 0.00 16:24:19 14:55:01 1.08 0.00 1.08 0.00 0.00 11.60 0.00 16:24:19 14:56:01 1.47 0.00 1.47 0.00 0.00 17.86 0.00 16:24:19 14:57:01 1.05 0.00 1.05 0.00 0.00 11.86 0.00 16:24:19 14:58:01 1.38 0.00 1.38 0.00 0.00 17.20 0.00 16:24:19 14:59:01 1.10 0.00 1.10 0.00 0.00 12.66 0.00 16:24:19 15:00:01 1.48 0.00 1.48 0.00 0.00 16.80 0.00 16:24:19 15:01:01 0.93 0.00 0.93 0.00 0.00 10.93 0.00 16:24:19 15:02:01 1.27 0.00 1.27 0.00 0.00 15.73 0.00 16:24:19 15:03:01 1.08 0.00 1.08 0.00 0.00 11.46 0.00 16:24:19 15:04:01 1.28 0.00 1.28 0.00 0.00 16.26 0.00 16:24:19 15:05:01 1.12 0.00 1.12 0.00 0.00 12.53 0.00 16:24:19 15:06:01 1.52 0.00 1.52 0.00 0.00 20.13 0.00 16:24:19 15:07:01 1.20 0.00 1.20 0.00 0.00 13.60 0.00 16:24:19 15:08:01 1.28 0.00 1.28 0.00 0.00 15.33 0.00 16:24:19 15:09:01 1.02 0.00 1.02 0.00 0.00 12.00 0.00 16:24:19 15:10:01 1.42 0.00 1.42 0.00 0.00 16.66 0.00 16:24:19 15:11:01 1.23 0.00 1.23 0.00 0.00 14.26 0.00 16:24:19 15:12:01 1.37 0.00 1.37 0.00 0.00 16.66 0.00 16:24:19 15:13:01 1.12 0.00 1.12 0.00 0.00 11.60 0.00 16:24:19 15:14:01 1.42 0.00 1.42 0.00 0.00 18.00 0.00 16:24:19 15:15:01 1.20 0.00 1.20 0.00 0.00 12.93 0.00 16:24:19 15:16:01 1.40 0.00 1.40 0.00 0.00 18.00 0.00 16:24:19 15:17:01 1.15 0.00 1.15 0.00 0.00 12.80 0.00 16:24:19 15:18:01 1.67 0.00 1.67 0.00 0.00 19.86 0.00 16:24:19 15:19:01 1.00 0.00 1.00 0.00 0.00 11.33 0.00 16:24:19 15:20:01 1.38 0.00 1.38 0.00 0.00 16.13 0.00 16:24:19 15:21:01 1.12 0.00 1.12 0.00 0.00 13.60 0.00 16:24:19 15:22:01 1.42 0.00 1.42 0.00 0.00 16.93 0.00 16:24:19 15:23:01 0.93 0.00 0.93 0.00 0.00 10.40 0.00 16:24:19 15:24:01 1.52 0.00 1.52 0.00 0.00 18.13 0.00 16:24:19 15:25:01 0.97 0.00 0.97 0.00 0.00 11.20 0.00 16:24:19 15:26:01 1.48 0.00 1.48 0.00 0.00 17.46 0.00 16:24:19 15:27:01 1.05 0.00 1.05 0.00 0.00 11.06 0.00 16:24:19 15:28:01 1.43 0.00 1.43 0.00 0.00 17.33 0.00 16:24:19 15:29:01 1.05 0.00 1.05 0.00 0.00 12.00 0.00 16:24:19 15:30:01 1.47 0.00 1.47 0.00 0.00 17.73 0.00 16:24:19 15:31:01 1.15 0.00 1.15 0.00 0.00 13.60 0.00 16:24:19 15:32:01 1.35 0.00 1.35 0.00 0.00 16.26 0.00 16:24:19 15:33:01 1.22 0.00 1.22 0.00 0.00 13.46 0.00 16:24:19 15:34:01 1.32 0.00 1.32 0.00 0.00 17.46 0.00 16:24:19 15:35:01 1.20 0.00 1.20 0.00 0.00 12.66 0.00 16:24:19 15:36:01 1.50 0.00 1.50 0.00 0.00 19.06 0.00 16:24:19 15:37:01 1.13 0.00 1.13 0.00 0.00 11.86 0.00 16:24:19 15:38:01 1.33 0.00 1.33 0.00 0.00 16.40 0.00 16:24:19 15:39:01 1.07 0.00 1.07 0.00 0.00 12.40 0.00 16:24:19 15:40:01 1.30 0.00 1.30 0.00 0.00 15.59 0.00 16:24:19 15:41:01 0.90 0.00 0.90 0.00 0.00 10.40 0.00 16:24:19 15:42:01 1.38 0.00 1.38 0.00 0.00 16.00 0.00 16:24:19 15:43:01 1.02 0.00 1.02 0.00 0.00 11.73 0.00 16:24:19 15:44:01 1.50 0.00 1.50 0.00 0.00 18.80 0.00 16:24:19 15:45:01 1.07 0.00 1.07 0.00 0.00 11.60 0.00 16:24:19 15:46:01 1.43 0.00 1.43 0.00 0.00 18.13 0.00 16:24:19 15:47:01 1.18 0.00 1.18 0.00 0.00 13.06 0.00 16:24:19 15:48:01 1.38 0.00 1.38 0.00 0.00 16.80 0.00 16:24:19 15:49:02 1.12 0.00 1.12 0.00 0.00 12.40 0.00 16:24:19 15:50:01 1.47 0.00 1.47 0.00 0.00 17.08 0.00 16:24:19 15:51:01 1.10 0.00 1.10 0.00 0.00 12.13 0.00 16:24:19 15:52:01 1.78 0.00 1.78 0.00 0.00 20.80 0.00 16:24:19 15:53:01 0.95 0.00 0.95 0.00 0.00 11.20 0.00 16:24:19 15:54:01 1.33 0.00 1.33 0.00 0.00 16.93 0.00 16:24:19 15:55:01 0.97 0.00 0.97 0.00 0.00 10.93 0.00 16:24:19 15:56:01 1.73 0.00 1.73 0.00 0.00 20.26 0.00 16:24:19 15:57:01 1.13 0.00 1.13 0.00 0.00 12.93 0.00 16:24:19 15:58:01 1.37 0.00 1.37 0.00 0.00 16.80 0.00 16:24:19 15:59:01 1.25 0.00 1.25 0.00 0.00 13.60 0.00 16:24:19 16:00:01 1.30 0.00 1.30 0.00 0.00 16.26 0.00 16:24:19 16:01:01 1.13 0.00 1.13 0.00 0.00 12.80 0.00 16:24:19 16:02:01 1.53 0.00 1.53 0.00 0.00 19.06 0.00 16:24:19 16:03:01 1.15 0.00 1.15 0.00 0.00 12.66 0.00 16:24:19 16:04:01 1.40 0.00 1.40 0.00 0.00 17.60 0.00 16:24:19 16:05:01 1.20 0.00 1.20 0.00 0.00 13.33 0.00 16:24:19 16:06:01 1.77 0.00 1.77 0.00 0.00 20.66 0.00 16:24:19 16:07:01 1.10 0.00 1.10 0.00 0.00 13.20 0.00 16:24:19 16:08:01 1.73 0.00 1.73 0.00 0.00 19.73 0.00 16:24:19 16:09:01 1.12 0.00 1.12 0.00 0.00 12.80 0.00 16:24:19 16:10:01 1.48 0.00 1.48 0.00 0.00 17.20 0.00 16:24:19 16:11:01 1.35 0.00 1.35 0.00 0.00 15.86 0.00 16:24:19 16:12:01 1.83 0.00 1.83 0.00 0.00 20.53 0.00 16:24:19 16:13:01 1.12 0.00 1.12 0.00 0.00 11.60 0.00 16:24:19 16:14:01 1.75 0.00 1.75 0.00 0.00 19.60 0.00 16:24:19 16:15:01 1.13 0.00 1.13 0.00 0.00 11.33 0.00 16:24:19 16:16:01 1.73 0.00 1.73 0.00 0.00 19.46 0.00 16:24:19 16:17:01 1.18 0.00 1.18 0.00 0.00 12.26 0.00 16:24:19 16:18:01 2.07 0.00 2.07 0.00 0.00 22.26 0.00 16:24:19 16:19:01 1.28 0.00 1.28 0.00 0.00 14.00 0.00 16:24:19 16:20:01 1.82 0.00 1.82 0.00 0.00 20.26 0.00 16:24:19 16:21:01 1.17 0.00 1.17 0.00 0.00 12.40 0.00 16:24:19 16:22:01 1.83 0.00 1.83 0.00 0.00 20.00 0.00 16:24:19 16:23:01 1.13 0.00 1.13 0.00 0.00 11.73 0.00 16:24:19 16:24:01 1.53 0.00 1.53 0.00 0.00 17.86 0.00 16:24:19 Average: 10.25 0.20 10.04 0.00 28.81 3119.29 0.00 16:24:19 16:24:19 10:23:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:24:19 10:24:02 29316300 31524540 806780 2.45 60412 2443872 1848148 5.45 1028600 2182756 64160 16:24:19 10:25:01 27799864 31324784 969388 2.95 125816 3580684 2072040 6.11 1384760 3194652 20264 16:24:19 10:26:01 26603768 31375480 915364 2.78 129520 4756712 2118420 6.24 2015052 3693576 232412 16:24:19 10:27:01 26222716 31202076 1086548 3.30 135976 4924168 2401552 7.08 1841116 4212324 325792 16:24:19 10:28:01 24462132 31126948 1151804 3.50 148204 6577108 3751204 11.06 1915772 5853232 1519556 16:24:19 10:29:01 16475792 31333132 908756 2.76 362708 14048836 2680588 7.90 2919944 12296552 2481640 16:24:19 10:30:01 9323620 29155924 3022800 9.19 406176 18551296 9803156 28.89 5684700 16161764 1248256 16:24:19 10:31:01 5601636 27941936 4235716 12.88 420740 20937876 9604192 28.30 8019504 17444308 381404 16:24:19 10:32:01 3521140 29179408 2999740 9.12 435108 24120788 7929672 23.37 8292816 19129648 1990136 16:24:19 10:33:01 8140228 31413004 831524 2.53 441012 22009728 2196860 6.47 3498104 19676740 896 16:24:19 10:34:01 8141308 31416128 827944 2.52 442276 22010344 2218068 6.54 3935176 19240108 560 16:24:19 10:35:01 8138740 31413920 829976 2.52 442660 22010436 2215624 6.53 4150432 19025196 8 16:24:19 10:36:01 8139404 31414604 829376 2.52 442684 22010440 2215624 6.53 4149368 19025200 4 16:24:19 10:37:01 8151248 31426488 817488 2.49 442712 22010440 2215624 6.53 4136184 19025200 8 16:24:19 10:38:01 8152444 31427836 816616 2.48 442724 22010572 2215624 6.53 4136196 19025332 16 16:24:19 10:39:01 8158768 31434264 810364 2.46 442784 22010552 2232244 6.58 4130000 19025312 20 16:24:19 10:40:01 8158564 31434064 810484 2.46 442804 22010552 2232244 6.58 4129740 19025312 16 16:24:19 10:41:01 8158768 31434272 810192 2.46 442828 22010556 2232244 6.58 4129740 19025316 24 16:24:19 10:42:01 8158752 31434304 810132 2.46 442840 22010556 2232244 6.58 4129784 19025316 12 16:24:19 10:43:01 8158920 31434456 810116 2.46 442860 22010560 2232244 6.58 4130108 19025320 12 16:24:19 10:44:01 8159564 31435140 809392 2.46 442876 22010568 2232244 6.58 4129232 19025328 8 16:24:19 10:45:01 8159768 31435344 809096 2.46 442908 22010568 2232244 6.58 4129172 19025328 12 16:24:19 10:46:01 8160004 31435636 808780 2.46 442920 22010572 2232244 6.58 4128928 19025332 8 16:24:19 10:47:01 8159568 31435296 809012 2.46 442940 22010572 2232244 6.58 4129208 19025332 8 16:24:19 10:48:01 8159752 31435504 808972 2.46 442980 22010560 2232244 6.58 4129228 19025336 12 16:24:19 10:49:01 8159924 31435720 808668 2.46 442996 22010580 2248376 6.63 4129408 19025340 164 16:24:19 10:50:01 8159980 31435808 808580 2.46 443020 22010580 2248376 6.63 4129048 19025340 8 16:24:19 10:51:01 8159420 31435276 809064 2.46 443040 22010588 2248376 6.63 4129136 19025344 4 16:24:19 10:52:01 8159532 31435408 809088 2.46 443064 22010592 2248376 6.63 4129228 19025344 24 16:24:19 10:53:01 8159516 31435400 809052 2.46 443088 22010580 2248376 6.63 4129092 19025348 28 16:24:19 10:54:01 8159468 31435412 809000 2.46 443108 22010600 2248376 6.63 4129256 19025360 28 16:24:19 10:55:01 8159672 31435620 808708 2.46 443132 22010600 2232152 6.58 4129180 19025360 12 16:24:19 10:56:01 8159372 31435368 808924 2.46 443160 22010596 2232152 6.58 4129236 19025364 28 16:24:19 10:57:01 8159324 31435352 808988 2.46 443180 22010604 2232152 6.58 4129592 19025364 12 16:24:19 10:58:01 8159528 31435588 808720 2.46 443200 22010596 2232152 6.58 4129632 19025368 4 16:24:19 10:59:01 8159480 31435552 808684 2.46 443212 22010612 2232152 6.58 4129684 19025372 8 16:24:19 11:00:01 8158856 31434948 809228 2.46 443232 22010612 2232152 6.58 4129644 19025372 8 16:24:19 11:01:01 8159316 31435416 808908 2.46 443240 22010616 2232152 6.58 4129644 19025376 12 16:24:19 11:02:01 8159812 31435916 808332 2.46 443252 22010620 2232152 6.58 4129360 19025376 8 16:24:19 11:03:01 8158704 31435160 809276 2.46 443284 22010908 2232152 6.58 4132844 19025464 56 16:24:19 11:04:01 8149312 31427508 816772 2.48 443300 22011688 2232152 6.58 4141256 19025652 8 16:24:19 11:05:01 8149028 31427236 816924 2.48 443328 22011688 2232152 6.58 4141532 19025632 168 16:24:19 11:06:01 8148980 31427216 816888 2.48 443348 22011692 2248204 6.63 4141012 19025636 8 16:24:19 11:07:01 8148412 31426804 817232 2.49 443368 22011820 2248204 6.63 4141008 19025764 12 16:24:19 11:08:01 8148332 31426752 817184 2.49 443404 22011816 2248204 6.63 4141028 19025772 4 16:24:19 11:09:01 8148316 31426776 817148 2.49 443416 22011832 2248204 6.63 4141184 19025776 28 16:24:19 11:10:01 8148292 31426764 817116 2.48 443428 22011832 2248204 6.63 4140868 19025776 8 16:24:19 11:11:01 8148460 31426948 817088 2.48 443436 22011840 2248204 6.63 4140868 19025780 8 16:24:19 11:12:01 8148192 31426692 817304 2.49 443460 22011840 2248204 6.63 4140876 19025784 12 16:24:19 11:13:01 8148144 31426676 817272 2.49 443484 22011832 2248204 6.63 4140900 19025788 12 16:24:19 11:14:01 8148316 31426852 817000 2.48 443508 22011848 2248204 6.63 4140968 19025792 28 16:24:19 11:15:01 8147968 31426552 817264 2.49 443524 22011848 2248204 6.63 4140948 19025792 12 16:24:19 11:16:01 8147708 31426316 817440 2.49 443540 22011852 2248204 6.63 4140964 19025796 28 16:24:19 11:17:01 8147108 31425736 818148 2.49 443564 22011848 2248204 6.63 4140980 19025796 12 16:24:19 11:18:01 8146816 31425500 818304 2.49 443580 22011852 2248204 6.63 4141024 19025800 8 16:24:19 11:19:01 8146752 31425456 818316 2.49 443592 22011860 2248204 6.63 4141084 19025804 8 16:24:19 11:20:01 8146632 31425340 818352 2.49 443608 22011864 2248204 6.63 4141036 19025808 8 16:24:19 11:21:01 8146824 31425540 818276 2.49 443632 22011868 2248204 6.63 4141044 19025812 4 16:24:19 11:22:01 8146764 31425660 818380 2.49 443648 22011996 2264372 6.67 4141368 19025940 8 16:24:19 11:23:01 8146984 31425908 818088 2.49 443664 22012004 2264372 6.67 4141116 19025944 4 16:24:19 11:24:01 8146840 31425784 818160 2.49 443672 22012004 2264372 6.67 4141448 19025948 8 16:24:19 11:25:01 8146816 31425772 818128 2.49 443680 22012008 2264372 6.67 4141136 19025952 8 16:24:19 11:26:01 8146768 31425740 818076 2.49 443712 22012012 2264372 6.67 4141184 19025956 16 16:24:19 11:27:01 8146720 31425724 818052 2.49 443724 22012012 2264372 6.67 4141212 19025956 8 16:24:19 11:28:01 8146664 31425684 818020 2.49 443748 22012008 2264372 6.67 4141224 19025960 8 16:24:19 11:29:01 8147020 31426068 817796 2.49 443756 22012020 2264372 6.67 4141324 19025960 8 16:24:19 11:30:02 8147100 31426172 817676 2.49 443760 22012024 2248220 6.63 4141224 19025968 8 16:24:19 11:31:01 8146776 31425856 817916 2.49 443760 22012028 2248220 6.63 4141428 19025972 8 16:24:19 11:32:01 8146436 31425516 818188 2.49 443768 22012028 2248220 6.63 4141208 19025972 8 16:24:19 11:33:01 8146704 31425796 817864 2.49 443776 22012032 2248220 6.63 4141224 19025976 8 16:24:19 11:34:01 8146660 31425768 818048 2.49 443804 22012032 2248220 6.63 4141308 19025976 12 16:24:19 11:35:01 8146408 31425552 818248 2.49 443836 22012036 2248220 6.63 4141272 19025980 8 16:24:19 11:36:01 8146360 31425540 818324 2.49 443844 22012040 2248220 6.63 4141560 19025984 20 16:24:19 11:37:01 8146528 31425716 818296 2.49 443864 22012040 2264308 6.67 4141432 19025984 12 16:24:19 11:38:01 8146796 31426012 818100 2.49 443868 22012048 2264308 6.67 4141468 19025992 24 16:24:19 11:39:01 8146740 31425964 818076 2.49 443892 22012044 2264308 6.67 4141532 19025992 8 16:24:19 11:40:01 8146376 31425636 818352 2.49 443916 22012056 2264308 6.67 4141496 19026000 8 16:24:19 11:41:01 8146328 31425616 818328 2.49 443928 22012060 2264308 6.67 4141532 19026004 8 16:24:19 11:42:01 8146532 31425836 818052 2.49 443936 22012060 2264308 6.67 4141532 19026004 8 16:24:19 11:43:01 8146448 31425764 818276 2.49 443948 22012064 2264308 6.67 4141540 19026008 8 16:24:19 11:44:01 8146148 31425488 818536 2.49 443972 22012052 2264308 6.67 4141592 19026008 12 16:24:19 11:45:01 8146100 31425456 818492 2.49 443988 22012068 2264308 6.67 4141544 19026012 8 16:24:19 11:46:01 8146020 31425396 818496 2.49 444000 22012072 2264308 6.67 4141552 19026016 8 16:24:19 11:47:01 8146036 31425428 818404 2.49 444012 22012072 2264308 6.67 4141832 19026016 8 16:24:19 11:48:01 8145608 31425056 818612 2.49 444028 22012080 2264308 6.67 4141596 19026020 4 16:24:19 11:49:01 8146060 31425524 818268 2.49 444064 22012064 2264308 6.67 4141948 19026020 12 16:24:19 11:50:01 8145980 31425528 818172 2.49 444080 22012084 2264308 6.67 4141940 19026028 28 16:24:19 11:51:01 8145996 31425568 818132 2.49 444096 22012088 2264308 6.67 4141680 19026032 8 16:24:19 11:52:01 8145980 31425572 818064 2.49 444116 22012088 2264308 6.67 4141712 19026032 8 16:24:19 11:53:01 8145600 31425220 818304 2.49 444144 22012092 2264308 6.67 4141976 19026036 4 16:24:19 11:54:01 8145576 31425232 818360 2.49 444176 22012092 2247720 6.62 4142000 19026036 32 16:24:19 11:55:01 8145256 31425036 818720 2.49 444184 22012224 2263976 6.67 4142008 19026160 4 16:24:19 11:56:01 8145180 31425008 818936 2.49 444204 22012232 2263976 6.67 4142072 19026164 8 16:24:19 11:57:01 8145132 31425008 818892 2.49 444228 22012236 2247784 6.62 4142136 19026164 24 16:24:19 11:58:01 8145328 31425212 818604 2.49 444252 22012240 2247784 6.62 4142180 19026168 12 16:24:19 11:59:01 8145320 31425212 818584 2.49 444288 22012224 2247784 6.62 4141904 19026168 8 16:24:19 12:00:01 8145020 31424996 818776 2.49 444312 22012244 2247784 6.62 4141932 19026188 4 16:24:19 12:01:01 8144720 31424724 818992 2.49 444332 22012248 2247784 6.62 4141940 19026192 8 16:24:19 12:02:01 8144696 31424720 818928 2.49 444352 22012248 2247784 6.62 4141984 19026192 8 16:24:19 12:03:01 8145140 31425188 818616 2.49 444364 22012252 2247784 6.62 4142168 19026076 20 16:24:19 12:04:01 8144356 31424680 819060 2.49 444388 22012248 2247784 6.62 4143544 19025176 24 16:24:19 12:05:01 8144332 31424672 818980 2.49 444412 22012256 2247784 6.62 4143344 19025180 20 16:24:19 12:06:01 8144260 31424644 818952 2.49 444432 22012264 2247784 6.62 4143288 19025180 16 16:24:19 12:07:01 8144440 31424856 818640 2.49 444444 22012264 2247784 6.62 4143612 19025180 64 16:24:19 12:08:01 8144432 31424856 818704 2.49 444464 22012268 2247784 6.62 4143404 19025184 8 16:24:19 12:09:01 8144100 31424548 818948 2.49 444492 22012268 2247784 6.62 4143640 19025184 8 16:24:19 12:10:01 8144308 31424792 818888 2.49 444508 22012272 2263856 6.67 4143516 19025192 12 16:24:19 12:11:01 8144284 31424740 819024 2.49 444516 22012276 2263856 6.67 4143628 19025196 4 16:24:19 12:12:01 8144488 31424952 818756 2.49 444532 22012276 2263856 6.67 4143680 19025196 12 16:24:19 12:13:01 8144692 31425176 818476 2.49 444556 22012280 2263856 6.67 4143732 19025200 8 16:24:19 12:14:01 8144120 31424660 818756 2.49 444572 22012284 2263856 6.67 4143764 19025200 12 16:24:19 12:15:01 8144144 31424692 818688 2.49 444592 22012292 2247592 6.62 4143592 19025208 36 16:24:19 12:16:01 8144112 31424700 818600 2.49 444616 22012296 2247592 6.62 4143492 19025212 8 16:24:19 12:17:01 8144084 31424696 819064 2.49 444632 22012296 2247140 6.62 4143792 19025212 12 16:24:19 12:18:01 8140384 31423292 820584 2.50 444684 22014400 2250840 6.63 4144152 19027008 12 16:24:19 12:19:01 8140392 31423324 820520 2.50 444716 22014392 2250840 6.63 4144036 19027008 8 16:24:19 12:20:01 8140060 31423164 820632 2.50 444744 22014532 2250840 6.63 4144068 19027136 28 16:24:19 12:21:01 8140012 31423120 820588 2.50 444772 22014536 2250840 6.63 4144056 19027136 8 16:24:19 12:22:01 8140248 31423384 820260 2.49 444804 22014536 2250840 6.63 4144108 19027136 12 16:24:19 12:23:01 8140200 31423372 820220 2.49 444824 22014544 2250840 6.63 4144128 19027140 36 16:24:19 12:24:01 8140116 31423320 820428 2.49 444860 22014536 2250840 6.63 4144348 19027148 8 16:24:19 12:25:01 8140076 31423328 820388 2.49 444880 22014548 2250840 6.63 4144504 19027156 8 16:24:19 12:26:01 8139744 31423016 820632 2.50 444908 22014548 2250840 6.63 4144604 19027156 12 16:24:19 12:27:01 8139696 31423000 820592 2.50 444932 22014552 2250840 6.63 4144608 19027160 4 16:24:19 12:28:01 8139648 31422980 820564 2.50 444944 22014556 2250840 6.63 4144512 19027164 12 16:24:19 12:29:01 8140168 31423512 819948 2.49 444988 22014548 2250840 6.63 4144756 19027164 28 16:24:19 12:30:01 8139700 31423148 820268 2.49 445008 22014564 2250840 6.63 4144828 19027172 152 16:24:19 12:31:01 8139940 31423388 820220 2.49 445032 22014564 2250840 6.63 4144764 19027172 12 16:24:19 12:32:01 8139868 31423356 820144 2.49 445056 22014572 2250840 6.63 4144560 19027180 8 16:24:19 12:33:01 8139812 31423320 820108 2.49 445080 22014576 2250840 6.63 4144560 19027184 8 16:24:19 12:34:01 8139732 31423284 820104 2.49 445112 22014568 2234788 6.59 4144664 19027184 12 16:24:19 12:35:01 8139432 31423004 820308 2.49 445132 22014580 2234788 6.59 4144616 19027188 28 16:24:19 12:36:01 8139448 31423052 820208 2.49 445156 22014580 2234788 6.59 4144780 19027188 24 16:24:19 12:37:01 8139868 31423492 819896 2.49 445196 22014584 2234788 6.59 4144672 19027192 12 16:24:19 12:38:01 8139924 31423604 819860 2.49 445212 22014588 2234788 6.59 4144720 19027196 28 16:24:19 12:39:01 8139844 31423532 819872 2.49 445232 22014576 2234788 6.59 4144796 19027196 4 16:24:19 12:40:01 8140012 31423732 819820 2.49 445252 22014592 2234788 6.59 4144768 19027200 32 16:24:19 12:41:01 8139696 31423432 820080 2.49 445272 22014592 2234788 6.59 4144788 19027200 8 16:24:19 12:42:01 8139656 31423432 820124 2.49 445292 22014600 2234788 6.59 4144816 19027204 8 16:24:19 12:43:01 8139356 31423148 820352 2.49 445304 22014604 2234788 6.59 4144828 19027208 12 16:24:19 12:44:01 8139484 31423296 820360 2.49 445332 22014596 2250840 6.63 4145076 19027212 12 16:24:19 12:45:01 8139444 31423288 820328 2.49 445344 22014608 2250840 6.63 4145020 19027216 28 16:24:19 12:46:01 8139396 31423260 820404 2.49 445360 22014612 2250840 6.63 4145116 19027216 8 16:24:19 12:47:01 8139364 31423268 820324 2.49 445380 22014616 2250840 6.63 4145260 19027220 200 16:24:19 12:48:01 8139364 31423280 820272 2.49 445412 22014620 2250840 6.63 4145016 19027224 8 16:24:19 12:49:01 8139404 31423324 820172 2.49 445436 22014612 2250840 6.63 4145000 19027228 4 16:24:19 12:50:01 8139608 31423600 819852 2.49 445472 22014628 2250840 6.63 4145000 19027240 8 16:24:19 12:51:01 8139308 31423328 820072 2.49 445488 22014628 2266980 6.68 4145040 19027236 12 16:24:19 12:52:01 8139544 31423592 819740 2.49 445520 22014632 2266980 6.68 4145052 19027240 4 16:24:19 12:53:02 8139712 31423788 819712 2.49 445532 22014636 2266980 6.68 4145076 19027244 24 16:24:19 12:54:01 8139056 31423156 820524 2.50 445564 22014636 2266980 6.68 4145460 19027244 200 16:24:19 12:55:01 8139280 31423384 820296 2.49 445600 22014632 2266980 6.68 4145316 19027248 24 16:24:19 12:56:01 8139492 31423680 820008 2.49 445624 22014640 2266980 6.68 4145380 19027248 12 16:24:19 12:57:01 8139468 31423668 819968 2.49 445640 22014644 2266980 6.68 4145188 19027252 8 16:24:19 12:58:01 8139672 31423880 819792 2.49 445648 22014648 2266980 6.68 4145168 19027256 12 16:24:19 12:59:01 8139624 31423832 819772 2.49 445660 22014648 2266980 6.68 4145212 19027256 12 16:24:19 13:00:01 8139576 31423836 819728 2.49 445688 22014652 2266980 6.68 4145192 19027264 8 16:24:19 13:01:01 8139528 31423816 819700 2.49 445704 22014656 2266980 6.68 4145220 19027264 8 16:24:19 13:02:01 8139728 31424024 819632 2.49 445724 22014660 2266980 6.68 4145220 19027268 8 16:24:19 13:03:01 8139452 31423808 819840 2.49 445748 22014668 2266980 6.68 4145268 19027276 44 16:24:19 13:04:01 8138436 31422888 820632 2.50 445772 22014664 2265428 6.68 4145852 19027276 16 16:24:19 13:05:01 8138940 31423300 820132 2.49 445780 22014672 2265428 6.68 4145672 19027280 36 16:24:19 13:06:01 8138348 31422724 820628 2.50 445812 22014672 2265428 6.68 4145540 19027280 16 16:24:19 13:07:01 8139160 31423540 820044 2.49 445836 22014672 2265428 6.68 4145540 19027284 4 16:24:19 13:08:01 8139288 31423732 819848 2.49 445852 22014684 2265428 6.68 4145592 19027292 40 16:24:19 13:09:01 8139264 31423764 819764 2.49 445864 22014748 2265428 6.68 4145684 19027328 28 16:24:19 13:10:01 8139216 31423720 819744 2.49 445876 22014752 2265428 6.68 4145612 19027332 4 16:24:19 13:11:01 8139136 31423700 819680 2.49 445900 22014752 2265428 6.68 4145896 19027364 8 16:24:19 13:12:01 8139096 31423604 819744 2.49 445916 22014756 2265428 6.68 4145780 19027368 12 16:24:19 13:13:01 8139272 31423836 819704 2.49 445932 22014760 2265428 6.68 4145692 19027376 28 16:24:19 13:14:01 8139488 31424072 819672 2.49 445952 22014760 2265428 6.68 4145772 19027368 12 16:24:19 13:15:01 8139464 31424064 819636 2.49 445984 22014752 2265428 6.68 4145724 19027372 8 16:24:19 13:16:01 8139392 31424020 819564 2.49 445996 22014800 2249200 6.63 4145756 19027372 16 16:24:19 13:17:01 8138760 31423428 820116 2.49 446012 22014804 2232732 6.58 4145760 19027412 8 16:24:19 13:18:01 8138908 31423896 819480 2.49 446028 22015072 2232732 6.58 4146020 19027668 56 16:24:19 13:19:01 8138868 31423856 819460 2.49 446044 22015072 2232732 6.58 4146064 19027668 8 16:24:19 13:20:01 8139072 31424116 819252 2.49 446084 22015072 2232732 6.58 4145992 19027692 32 16:24:19 13:21:01 8139024 31424096 819216 2.49 446108 22015076 2232732 6.58 4146076 19027684 4 16:24:19 13:22:01 8139176 31424252 819212 2.49 446124 22015080 2248860 6.63 4145852 19027688 28 16:24:19 13:23:01 8139160 31424292 819184 2.49 446140 22015084 2248860 6.63 4145916 19027696 4 16:24:19 13:24:01 8139048 31424188 819216 2.49 446164 22015084 2248860 6.63 4145980 19027692 12 16:24:19 13:25:01 8139252 31424396 819044 2.49 446184 22015084 2248860 6.63 4145920 19027696 8 16:24:19 13:26:01 8138984 31424176 819248 2.49 446188 22015088 2248860 6.63 4145964 19027696 8 16:24:19 13:27:01 8138936 31424132 819220 2.49 446204 22015096 2248860 6.63 4145972 19027700 8 16:24:19 13:28:01 8139096 31424232 819252 2.49 446220 22015096 2248860 6.63 4145964 19027700 8 16:24:19 13:29:01 8138788 31423976 819444 2.49 446244 22015100 2232324 6.58 4146416 19027708 200 16:24:19 13:30:01 8139072 31424264 819128 2.49 446264 22015096 2232324 6.58 4146128 19027712 8 16:24:19 13:31:01 8138984 31424208 819084 2.49 446284 22015104 2232324 6.58 4146380 19027708 4 16:24:19 13:32:01 8138944 31424200 819100 2.49 446288 22015108 2232324 6.58 4146300 19027712 8 16:24:19 13:33:01 8138636 31423892 819324 2.49 446304 22015108 2232324 6.58 4146048 19027712 8 16:24:19 13:34:01 8138748 31424024 819360 2.49 446316 22015112 2232324 6.58 4146208 19027716 12 16:24:19 13:35:01 8138636 31423916 819336 2.49 446364 22015104 2232324 6.58 4146336 19027720 40 16:24:19 13:36:01 8139132 31424472 818768 2.49 446396 22015124 2232324 6.58 4146340 19027724 8 16:24:19 13:37:01 8138832 31424232 818980 2.49 446420 22015128 2232324 6.58 4146256 19027736 28 16:24:19 13:38:01 8138808 31424212 818944 2.49 446432 22015128 2232324 6.58 4146168 19027736 8 16:24:19 13:39:01 8138532 31423972 819124 2.49 446452 22015132 2232324 6.58 4146276 19027736 8 16:24:19 13:40:01 8138452 31423920 819092 2.49 446480 22015124 2248444 6.63 4146256 19027740 8 16:24:19 13:41:01 8138352 31423836 819316 2.49 446492 22015136 2248444 6.63 4146408 19027740 8 16:24:19 13:42:01 8138528 31424020 819396 2.49 446500 22015140 2248444 6.63 4146540 19027744 8 16:24:19 13:43:01 8138544 31424036 819360 2.49 446520 22015140 2248444 6.63 4146280 19027744 4 16:24:19 13:44:01 8138724 31424408 818952 2.49 446548 22015272 2248444 6.63 4146492 19027876 8 16:24:19 13:45:01 8138700 31424404 818916 2.49 446576 22015264 2248444 6.63 4146340 19027880 8 16:24:19 13:46:01 8138632 31424356 819100 2.49 446592 22015280 2248444 6.63 4146468 19027880 8 16:24:19 13:47:01 8138316 31424044 819364 2.49 446604 22015284 2248444 6.63 4146636 19027884 12 16:24:19 13:48:01 8138300 31424080 819296 2.49 446620 22015284 2248444 6.63 4146688 19027892 4 16:24:19 13:49:01 8001624 31415508 828380 2.52 447824 22139960 2272428 6.70 4218676 19085512 244 16:24:19 13:50:01 8001940 31415864 827976 2.52 447872 22139952 2272428 6.70 4218672 19085516 12 16:24:19 13:51:01 8002016 31415988 827752 2.52 447880 22139964 2272428 6.70 4218576 19085516 16 16:24:19 13:52:01 8004616 31418592 825056 2.51 447908 22139972 2272428 6.70 4216180 19085520 8 16:24:19 13:53:01 8004568 31418632 825084 2.51 447968 22139972 2272428 6.70 4215984 19085524 8 16:24:19 13:54:01 8005496 31419636 824032 2.51 448020 22139980 2272428 6.70 4215544 19085532 8 16:24:19 13:55:01 8005924 31420128 823716 2.50 448084 22139968 2272428 6.70 4215656 19085540 8 16:24:19 13:56:01 8005672 31419888 823900 2.51 448096 22139984 2272428 6.70 4215480 19085536 4 16:24:19 13:57:01 8005520 31419772 823936 2.51 448104 22139988 2272428 6.70 4215776 19085544 216 16:24:19 13:58:01 8005252 31419504 824168 2.51 448124 22139988 2272428 6.70 4215644 19085544 8 16:24:19 13:59:01 8005432 31419736 824004 2.51 448144 22139992 2272428 6.70 4215432 19085544 4 16:24:19 14:00:01 8005352 31419680 823996 2.51 448176 22139992 2272428 6.70 4215140 19085548 12 16:24:19 14:01:01 8005528 31419880 823968 2.51 448188 22139996 2272428 6.70 4215332 19085548 8 16:24:19 14:02:01 8005552 31419912 823856 2.51 448212 22140004 2272428 6.70 4215388 19085552 20 16:24:19 14:03:01 8005780 31420192 823572 2.50 448224 22140004 2272428 6.70 4215184 19085560 12 16:24:19 14:04:01 8005448 31419876 823768 2.51 448236 22140008 2256172 6.65 4215684 19085560 172 16:24:19 14:05:01 8005352 31419760 823792 2.51 448248 22140012 2256172 6.65 4215868 19085564 12 16:24:19 14:06:01 8005828 31420248 823240 2.50 448268 22140012 2256172 6.65 4215428 19085564 12 16:24:19 14:07:01 8005728 31420176 823476 2.50 448276 22140016 2256172 6.65 4215536 19085568 8 16:24:19 14:08:01 8005776 31420228 823556 2.50 448300 22140020 2256172 6.65 4215552 19085568 176 16:24:19 14:09:01 8006116 31420628 823172 2.50 448320 22140024 2256172 6.65 4215524 19085580 4 16:24:19 14:10:01 8005816 31420336 823388 2.50 448340 22140024 2256172 6.65 4215568 19085584 8 16:24:19 14:11:01 8005784 31420324 823356 2.50 448348 22140028 2256172 6.65 4215360 19085580 8 16:24:19 14:12:01 8006028 31420576 823004 2.50 448368 22140036 2256172 6.65 4215520 19085584 24 16:24:19 14:13:01 8005720 31420268 823236 2.50 448376 22140036 2256172 6.65 4215644 19085584 12 16:24:19 14:14:01 8005484 31420100 823376 2.50 448400 22140040 2256172 6.65 4215484 19085592 4 16:24:19 14:15:01 8005636 31420292 823324 2.50 448440 22140040 2256172 6.65 4215832 19085596 12 16:24:19 14:16:01 8005508 31420184 823408 2.50 448460 22140044 2256172 6.65 4215464 19085596 8 16:24:19 14:17:01 8005944 31420624 823128 2.50 448464 22140048 2256172 6.65 4215464 19085600 8 16:24:19 14:18:02 8005588 31420288 823340 2.50 448484 22140048 2256172 6.65 4215584 19085600 12 16:24:19 14:19:01 8005580 31420332 823284 2.50 448500 22140052 2256172 6.65 4215772 19085604 8 16:24:19 14:20:01 8005540 31420324 823292 2.50 448516 22140060 2256172 6.65 4215860 19085612 8 16:24:19 14:21:01 8005612 31420400 823244 2.50 448544 22140060 2256172 6.65 4215644 19085612 8 16:24:19 14:22:01 8005596 31420420 823188 2.50 448560 22140064 2256172 6.65 4215580 19085616 4 16:24:19 14:23:01 8006024 31420848 822908 2.50 448576 22140064 2256172 6.65 4215568 19085616 8 16:24:19 14:24:01 8005424 31420372 823368 2.50 448608 22140136 2256172 6.65 4215940 19085688 12 16:24:19 14:25:01 8005568 31420544 823340 2.50 448628 22140136 2256172 6.65 4216000 19085688 8 16:24:19 14:26:01 8005852 31420836 823016 2.50 448644 22140140 2256172 6.65 4215712 19085692 8 16:24:19 14:27:01 8005764 31420784 822988 2.50 448644 22140144 2272428 6.70 4215928 19085696 8 16:24:19 14:28:01 8005788 31420808 822940 2.50 448652 22140144 2272428 6.70 4215920 19085696 8 16:24:19 14:29:01 8005724 31420764 822880 2.50 448660 22140148 2272428 6.70 4216076 19085700 4 16:24:19 14:30:01 8005180 31420248 823384 2.50 448672 22140152 2288520 6.74 4215696 19085704 4 16:24:19 14:31:01 8005496 31420572 823080 2.50 448700 22140148 2272468 6.70 4215868 19085708 28 16:24:19 14:32:01 8005680 31420796 823048 2.50 448708 22140160 2272468 6.70 4215724 19085712 8 16:24:19 14:33:01 8005852 31420968 822796 2.50 448708 22140160 2272468 6.70 4216000 19085712 8 16:24:19 14:34:01 8005584 31420728 823036 2.50 448728 22140164 2272468 6.70 4215808 19085716 16 16:24:19 14:35:01 8005260 31420420 823272 2.50 448740 22140164 2272468 6.70 4215960 19085716 8 16:24:19 14:36:01 8005300 31420488 823140 2.50 448764 22140164 2256360 6.65 4216188 19085720 4 16:24:19 14:37:01 8005252 31420468 823100 2.50 448780 22140172 2240188 6.60 4215888 19085724 16 16:24:19 14:38:01 8005236 31420460 823144 2.50 448792 22140172 2240188 6.60 4216036 19085724 4 16:24:19 14:39:01 8005420 31420680 823088 2.50 448804 22140176 2240188 6.60 4216116 19085728 8 16:24:19 14:40:01 8005412 31420696 823020 2.50 448828 22140180 2240188 6.60 4216140 19085732 8 16:24:19 14:41:01 8005008 31420416 823196 2.50 448852 22140276 2240188 6.60 4216208 19085840 12 16:24:19 14:42:01 8005252 31420684 822900 2.50 448868 22140296 2240188 6.60 4216096 19085848 8 16:24:19 14:43:01 8005196 31420628 822868 2.50 448888 22140296 2240188 6.60 4216004 19085848 8 16:24:19 14:44:01 8005148 31420648 822820 2.50 448912 22140300 2240188 6.60 4216224 19085852 8 16:24:19 14:45:01 8005332 31420856 822772 2.50 448936 22140300 2240188 6.60 4215972 19085852 12 16:24:19 14:46:01 8005356 31420892 822680 2.50 448952 22140300 2240188 6.60 4216172 19085856 12 16:24:19 14:47:01 8005332 31420908 822624 2.50 448972 22140308 2240188 6.60 4216000 19085860 28 16:24:19 14:48:01 8005244 31420936 822448 2.50 448984 22140440 2240188 6.60 4216372 19085948 200 16:24:19 14:49:01 8004740 31420500 822896 2.50 449016 22140444 2240188 6.60 4216216 19085996 8 16:24:19 14:50:01 8004716 31420512 822828 2.50 449036 22140444 2240188 6.60 4216276 19085996 8 16:24:19 14:51:01 8004860 31420660 822828 2.50 449060 22140440 2240188 6.60 4216268 19086000 8 16:24:19 14:52:01 8004896 31420804 822500 2.50 449100 22140452 2240188 6.60 4216392 19086004 28 16:24:19 14:53:01 8004548 31420516 822824 2.50 449120 22140452 2240188 6.60 4216500 19086008 56 16:24:19 14:54:01 8004748 31420736 822692 2.50 449156 22140456 2240188 6.60 4216332 19086008 28 16:24:19 14:55:01 8004780 31420824 822592 2.50 449188 22140456 2240188 6.60 4216452 19086012 16 16:24:19 14:56:01 8004732 31420796 822564 2.50 449212 22140456 2240188 6.60 4216532 19086012 28 16:24:19 14:57:01 8004672 31420884 822656 2.50 449220 22140592 2240188 6.60 4216280 19086144 28 16:24:19 14:58:01 8004436 31420648 822844 2.50 449232 22140600 2240188 6.60 4216272 19086144 40 16:24:19 14:59:01 8004552 31420808 822632 2.50 449240 22140604 2256444 6.65 4216396 19086156 24 16:24:19 15:00:01 8004756 31421024 822356 2.50 449252 22140604 2256444 6.65 4216532 19086156 0 16:24:19 15:01:01 8004448 31420724 822688 2.50 449256 22140608 2256444 6.65 4216580 19086160 4 16:24:19 15:02:01 8004424 31420712 822660 2.50 449256 22140612 2255872 6.65 4216324 19086164 32 16:24:19 15:03:01 8004584 31420808 822720 2.50 449264 22140612 2255872 6.65 4216460 19086164 4 16:24:19 15:04:01 8004744 31420992 822492 2.50 449288 22140616 2255872 6.65 4216880 19086168 36 16:24:19 15:05:01 8004620 31420716 822560 2.50 449308 22140616 2255872 6.65 4217136 19086168 204 16:24:19 15:06:01 8004928 31421052 822228 2.50 449336 22140612 2255872 6.65 4216652 19086180 8 16:24:19 15:07:01 8004880 31421028 822184 2.50 449348 22140628 2255872 6.65 4216544 19086180 28 16:24:19 15:08:01 8004516 31420664 822412 2.50 449364 22140628 2255872 6.65 4216832 19086180 8 16:24:19 15:09:01 8004680 31420872 822272 2.50 449384 22140632 2255872 6.65 4216916 19086184 28 16:24:19 15:10:01 8005132 31421332 822004 2.50 449392 22140632 2255872 6.65 4216856 19086184 12 16:24:19 15:11:01 8005148 31421352 821968 2.50 449412 22140632 2255872 6.65 4216588 19086188 12 16:24:19 15:12:01 8004872 31421112 822208 2.50 449420 22140640 2255872 6.65 4216616 19086192 28 16:24:19 15:13:01 8004588 31420828 822404 2.50 449432 22140640 2255872 6.65 4216892 19086192 8 16:24:19 15:14:01 8004216 31420488 822648 2.50 449448 22140648 2255872 6.65 4216968 19086200 44 16:24:19 15:15:01 8004484 31420780 822368 2.50 449460 22140648 2255872 6.65 4216672 19086200 8 16:24:19 15:16:01 8004184 31420484 822524 2.50 449480 22140652 2255872 6.65 4216964 19086204 40 16:24:19 15:17:01 8004200 31420528 822472 2.50 449508 22140660 2239048 6.60 4216708 19086212 28 16:24:19 15:18:01 8004468 31420896 822172 2.50 449540 22140656 2239048 6.60 4216764 19086216 12 16:24:19 15:19:01 8004668 31421112 822156 2.50 449540 22140664 2239048 6.60 4216820 19086216 24 16:24:19 15:20:01 8004652 31421104 822096 2.50 449552 22140664 2239048 6.60 4216772 19086216 8 16:24:19 15:21:01 8004540 31420996 822128 2.50 449580 22140656 2239048 6.60 4216772 19086220 28 16:24:19 15:22:01 8004524 31421016 822060 2.50 449588 22140672 2239048 6.60 4216820 19086224 20 16:24:19 15:23:01 8004476 31420968 822036 2.50 449600 22140672 2239048 6.60 4216812 19086224 12 16:24:19 15:24:01 8004176 31420700 822260 2.50 449608 22140676 2239048 6.60 4216896 19086228 4 16:24:19 15:25:01 8004080 31420616 822240 2.50 449620 22140680 2239048 6.60 4217124 19086232 24 16:24:19 15:26:01 8004516 31421076 821944 2.50 449640 22140684 2239048 6.60 4217184 19086236 20 16:24:19 15:27:01 8004540 31421104 821892 2.50 449648 22140684 2239048 6.60 4217024 19086236 8 16:24:19 15:28:01 8003940 31420508 822408 2.50 449660 22140688 2239048 6.60 4217136 19086240 8 16:24:19 15:29:01 8004468 31421040 821888 2.50 449664 22140692 2239048 6.60 4217180 19086244 24 16:24:19 15:30:01 8004736 31421352 821584 2.50 449668 22140696 2239048 6.60 4217096 19086248 8 16:24:19 15:31:01 8004712 31421336 821556 2.50 449680 22140696 2239048 6.60 4216896 19086252 8 16:24:19 15:32:01 8004700 31421484 821632 2.50 449708 22140828 2255320 6.65 4216936 19086380 12 16:24:19 15:33:01 8004464 31421252 821812 2.50 449732 22140832 2255320 6.65 4216944 19086384 8 16:24:19 15:34:01 8004644 31421496 821552 2.50 449748 22140840 2255320 6.65 4217040 19086392 40 16:24:19 15:35:01 8004344 31421196 821888 2.50 449752 22140840 2271388 6.69 4216980 19086392 8 16:24:19 15:36:01 8004580 31421436 821556 2.50 449792 22140840 2271388 6.69 4217040 19086396 28 16:24:19 15:37:01 8004060 31420972 821996 2.50 449808 22140844 2271388 6.69 4217044 19086396 8 16:24:19 15:38:01 8004336 31421272 821640 2.50 449828 22140848 2271388 6.69 4217052 19086400 28 16:24:19 15:39:01 8004528 31421468 821580 2.50 449852 22140852 2254924 6.65 4217112 19086404 8 16:24:19 15:40:01 8004480 31421472 821548 2.50 449872 22140852 2254924 6.65 4217100 19086404 12 16:24:19 15:41:01 8004416 31421428 821524 2.50 449880 22140856 2254924 6.65 4217108 19086408 24 16:24:19 15:42:01 8004400 31421416 821460 2.50 449896 22140856 2254924 6.65 4217100 19086408 8 16:24:19 15:43:01 8004288 31421352 821420 2.50 449920 22140860 2254924 6.65 4217436 19086416 96 16:24:19 15:44:01 8004280 31421388 821376 2.50 449940 22140868 2254924 6.65 4217448 19086420 8 16:24:19 15:45:01 8004244 31421352 821876 2.50 449944 22140868 2254924 6.65 4217432 19086420 8 16:24:19 15:46:01 8004624 31421736 821468 2.50 449976 22140856 2254924 6.65 4217188 19086424 28 16:24:19 15:47:01 8004592 31421756 821412 2.50 450000 22140876 2254924 6.65 4217232 19086428 8 16:24:19 15:48:01 8004568 31421740 821372 2.50 450020 22140880 2254924 6.65 4217228 19086432 28 16:24:19 15:49:02 8004236 31421468 821628 2.50 450032 22140884 2254924 6.65 4217332 19086436 24 16:24:19 15:50:01 8003968 31421216 821816 2.50 450048 22140884 2254924 6.65 4217284 19086436 8 16:24:19 15:51:01 8004172 31421452 821520 2.50 450072 22140888 2254924 6.65 4217308 19086440 24 16:24:19 15:52:01 8004132 31421456 821444 2.50 450104 22140892 2254924 6.65 4217360 19086444 4 16:24:19 15:53:01 8004064 31421396 821656 2.50 450124 22140896 2254924 6.65 4217604 19086448 20 16:24:19 15:54:01 8003796 31421292 821688 2.50 450132 22141028 2254924 6.65 4217712 19086580 4 16:24:19 15:55:01 8003748 31421248 821648 2.50 450156 22141028 2254924 6.65 4217640 19086580 164 16:24:19 15:56:01 8003796 31421304 821576 2.50 450172 22141032 2254924 6.65 4217376 19086584 12 16:24:19 15:57:01 8003740 31421296 821528 2.50 450212 22141028 2254924 6.65 4217420 19086588 8 16:24:19 15:58:01 8003692 31421288 821480 2.50 450236 22141036 2254924 6.65 4217472 19086588 28 16:24:19 15:59:01 8004144 31421804 821144 2.50 450268 22141040 2254924 6.65 4217568 19086596 4 16:24:19 16:00:01 8004088 31421748 821148 2.50 450284 22141040 2254924 6.65 4217524 19086596 12 16:24:19 16:01:01 8004104 31421772 821056 2.50 450292 22141044 2254924 6.65 4217508 19086600 28 16:24:19 16:02:01 8004088 31421808 820988 2.50 450316 22141040 2254924 6.65 4217548 19086608 24 16:24:19 16:03:01 8003788 31421528 821288 2.50 450336 22141052 2254924 6.65 4217560 19086604 8 16:24:19 16:04:01 8004088 31421868 820904 2.50 450360 22141060 2271196 6.69 4217788 19086612 44 16:24:19 16:05:01 8003920 31421748 821128 2.50 450392 22141060 2271196 6.69 4218192 19086612 12 16:24:19 16:06:01 8003960 31421792 821028 2.50 450416 22141064 2271196 6.69 4217796 19086616 20 16:24:19 16:07:01 8003596 31421460 821324 2.50 450436 22141048 2254620 6.64 4217760 19086616 20 16:24:19 16:08:01 8004020 31421900 820908 2.50 450448 22141068 2254620 6.64 4217772 19086620 12 16:24:19 16:09:01 8004004 31421912 820848 2.50 450464 22141072 2254620 6.64 4217884 19086624 28 16:24:19 16:10:01 8003996 31421924 820764 2.50 450484 22141072 2254620 6.64 4218024 19086624 12 16:24:19 16:11:01 8004188 31422128 820732 2.50 450484 22141080 2254620 6.64 4217832 19086628 8 16:24:19 16:12:01 8003944 31421884 820940 2.50 450492 22141076 2254620 6.64 4217848 19086628 8 16:24:19 16:13:01 8004096 31422064 820912 2.50 450504 22141084 2254620 6.64 4217852 19086636 8 16:24:19 16:14:01 8004556 31422552 820616 2.50 450524 22141088 2254620 6.64 4217944 19086640 4 16:24:19 16:15:01 8004572 31422572 820552 2.50 450540 22141088 2254620 6.64 4217868 19086640 8 16:24:19 16:16:01 8004304 31422308 820740 2.50 450556 22141092 2254620 6.64 4217888 19086644 12 16:24:19 16:17:01 8004440 31422496 820724 2.50 450584 22141084 2254620 6.64 4218444 19086644 8 16:24:19 16:18:01 8004288 31422400 820700 2.50 450600 22141096 2254620 6.64 4218280 19086648 16 16:24:19 16:19:01 8004004 31422148 820944 2.50 450612 22141104 2254620 6.64 4218024 19086656 4 16:24:19 16:20:01 8003988 31422300 820844 2.50 450636 22141236 2254620 6.64 4218136 19086788 24 16:24:19 16:21:01 8003964 31422284 820804 2.50 450656 22141240 2254620 6.64 4218000 19086792 8 16:24:19 16:22:01 8004176 31422496 820508 2.50 450676 22141236 2254620 6.64 4218276 19086792 8 16:24:19 16:23:01 8004184 31422496 820488 2.50 450692 22141244 2254620 6.64 4218044 19086796 8 16:24:19 16:24:01 8003848 31422188 820956 2.50 450712 22141248 2254620 6.64 4218132 19086800 8 16:24:19 Average: 8350172 31399614 844128 2.57 441720 21796209 2312325 6.81 4160336 18813447 22915 16:24:19 16:24:19 10:23:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:24:19 10:24:02 lo 4.20 4.20 0.41 0.41 0.00 0.00 0.00 0.00 16:24:19 10:24:02 ens3 965.47 802.08 8598.38 123.63 0.00 0.00 0.00 0.00 16:24:19 10:24:02 docker0 201.40 198.28 13.80 1101.53 0.00 0.00 0.00 0.00 16:24:19 10:24:02 veth3460389 201.42 198.38 16.56 1101.54 0.00 0.00 0.00 0.09 16:24:19 10:25:01 lo 1.15 1.15 0.11 0.11 0.00 0.00 0.00 0.00 16:24:19 10:25:01 ens3 811.25 759.14 6880.93 79.47 0.00 0.00 0.00 0.00 16:24:19 10:25:01 vethdc3df4b 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 16:24:19 10:25:01 docker0 671.97 662.97 47.93 3599.27 0.00 0.00 0.00 0.00 16:24:19 10:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 10:26:01 ens3 32.46 22.93 25.60 14.83 0.00 0.00 0.00 0.00 16:24:19 10:26:01 vethdc3df4b 0.83 0.88 0.07 0.08 0.00 0.00 0.00 0.00 16:24:19 10:26:01 docker0 0.83 0.83 0.06 0.08 0.00 0.00 0.00 0.00 16:24:19 10:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:27:01 ens3 26.11 14.16 22.74 11.77 0.00 0.00 0.00 0.00 16:24:19 10:27:01 vethdc3df4b 0.47 0.48 0.04 0.04 0.00 0.00 0.00 0.00 16:24:19 10:27:01 docker0 0.47 0.47 0.03 0.04 0.00 0.00 0.00 0.00 16:24:19 10:28:01 vethf208a8a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 16:24:19 10:28:01 veth1664f04 1.68 4.87 0.13 38.78 0.00 0.00 0.00 0.00 16:24:19 10:28:01 lo 1.53 1.53 0.14 0.14 0.00 0.00 0.00 0.00 16:24:19 10:28:01 veth8fa0e43 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 16:24:19 10:28:01 vethe7f28e0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:28:01 veth6792bba 5.03 9.88 0.40 116.69 0.00 0.00 0.00 0.01 16:24:19 10:28:01 veth04343f6 0.33 0.50 0.03 0.14 0.00 0.00 0.00 0.00 16:24:19 10:28:01 veth800a8f9 1.88 4.83 0.14 38.86 0.00 0.00 0.00 0.00 16:24:19 10:28:01 ens3 187.57 96.17 3422.09 20.93 0.00 0.00 0.00 0.00 16:24:19 10:28:01 docker0 16.13 35.07 1.03 342.67 0.00 0.00 0.00 0.00 16:24:19 10:28:01 veth2902278 2.12 4.95 0.15 38.79 0.00 0.00 0.00 0.00 16:24:19 10:28:01 vethb5719cc 2.03 3.97 0.16 44.59 0.00 0.00 0.00 0.00 16:24:19 10:28:01 veth44a8fec 3.05 7.25 0.24 64.88 0.00 0.00 0.00 0.01 16:24:19 10:28:01 veth82f293f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 16:24:19 10:28:01 vethcd6434d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 16:24:19 10:28:01 vethecd09d9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:29:01 veth4792e04 93.13 118.08 8.50 899.32 0.00 0.00 0.00 0.07 16:24:19 10:29:01 vethb899c5d 96.08 144.19 9.18 1232.95 0.00 0.00 0.00 0.10 16:24:19 10:29:01 veth5ef525e 101.10 141.51 9.48 1231.11 0.00 0.00 0.00 0.10 16:24:19 10:29:01 lo 0.60 0.60 0.07 0.07 0.00 0.00 0.00 0.00 16:24:19 10:29:01 veth04343f6 0.08 1.17 0.00 0.06 0.00 0.00 0.00 0.00 16:24:19 10:29:01 ens3 1256.04 850.16 10447.47 234.04 0.00 0.00 0.00 0.00 16:24:19 10:29:01 docker0 633.98 942.08 49.92 8132.14 0.00 0.00 0.00 0.00 16:24:19 10:29:01 vethfaf8331 96.35 140.19 9.16 1230.45 0.00 0.00 0.00 0.10 16:24:19 10:29:01 vethb364d46 89.04 143.79 8.69 1232.38 0.00 0.00 0.00 0.10 16:24:19 10:29:01 veth1a3db8b 95.97 141.06 9.15 1232.82 0.00 0.00 0.00 0.10 16:24:19 10:30:01 vethe211811 0.05 0.20 0.00 0.01 0.00 0.00 0.00 0.00 16:24:19 10:30:01 vetha4d167f 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 16:24:19 10:30:01 vethc94d85f 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 16:24:19 10:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 10:30:01 veth13bd64c 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 16:24:19 10:30:01 veth39a5b5b 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 16:24:19 10:30:01 veth6e6b37e 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 16:24:19 10:30:01 veth04343f6 0.13 0.22 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 10:30:01 ens3 37.86 33.13 342.94 8.00 0.00 0.00 0.00 0.00 16:24:19 10:30:01 veth32038c0 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 16:24:19 10:30:01 docker0 25.96 25.00 1.93 332.39 0.00 0.00 0.00 0.00 16:24:19 10:30:01 veth74f1e82 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 16:24:19 10:30:01 veth51c65f9 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 16:24:19 10:30:01 veth13aef60 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 16:24:19 10:30:01 vethd94906c 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 16:24:19 10:30:01 vethc11cfdd 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 16:24:19 10:31:01 vethe211811 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:31:01 vetha4d167f 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:31:01 vethc94d85f 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:31:01 veth13bd64c 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:31:01 veth39a5b5b 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:31:01 veth6e6b37e 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:31:01 veth04343f6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:31:01 ens3 2.25 1.12 1.81 0.95 0.00 0.00 0.00 0.00 16:24:19 10:31:01 veth32038c0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:31:01 veth74f1e82 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:31:01 veth51c65f9 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:31:01 veth13aef60 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:31:01 vethd94906c 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:31:01 vethc11cfdd 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:32:01 vethe211811 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:32:01 vethc94d85f 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 10:32:01 veth13bd64c 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:32:01 veth39a5b5b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:32:01 veth6e6b37e 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:32:01 veth04343f6 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:32:01 ens3 5.56 3.17 4.54 2.51 0.00 0.00 0.00 0.00 16:24:19 10:32:01 veth32038c0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:32:01 veth74f1e82 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:32:01 veth51c65f9 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:32:01 vethd94906c 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:32:01 vethc11cfdd 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:33:01 lo 28.26 28.26 2.79 2.79 0.00 0.00 0.00 0.00 16:24:19 10:33:01 ens3 205.11 190.04 129.78 706.71 0.00 0.00 0.00 0.00 16:24:19 10:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:34:01 lo 36.33 36.33 3.58 3.58 0.00 0.00 0.00 0.00 16:24:19 10:34:01 ens3 433.61 446.99 173.57 2645.21 0.00 0.00 0.00 0.00 16:24:19 10:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:35:01 lo 15.40 15.40 1.52 1.52 0.00 0.00 0.00 0.00 16:24:19 10:35:01 ens3 171.12 169.96 77.20 1068.46 0.00 0.00 0.00 0.00 16:24:19 10:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 10:36:01 ens3 0.93 0.72 0.53 0.43 0.00 0.00 0.00 0.00 16:24:19 10:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:37:01 ens3 0.82 0.62 6.44 0.05 0.00 0.00 0.00 0.00 16:24:19 10:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 10:38:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 10:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:39:01 ens3 0.98 0.40 0.43 0.28 0.00 0.00 0.00 0.00 16:24:19 10:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 10:40:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 10:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:41:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 10:42:01 ens3 0.17 0.12 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 10:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:43:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 10:44:01 ens3 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 16:24:19 10:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:45:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 10:46:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 10:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:47:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 10:48:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 10:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:49:01 ens3 0.20 0.12 0.08 0.07 0.00 0.00 0.00 0.00 16:24:19 10:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 10:50:01 ens3 0.20 0.13 0.12 0.01 0.00 0.00 0.00 0.00 16:24:19 10:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:51:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 10:52:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 10:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:53:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 10:54:01 ens3 0.27 0.20 0.08 0.07 0.00 0.00 0.00 0.00 16:24:19 10:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:55:01 ens3 0.17 0.05 0.06 0.00 0.00 0.00 0.00 0.00 16:24:19 10:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 10:56:01 ens3 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 10:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:57:01 ens3 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 10:58:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 10:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 10:59:01 ens3 0.18 0.10 0.08 0.07 0.00 0.00 0.00 0.00 16:24:19 10:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 11:00:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 11:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:01:01 ens3 0.15 0.05 0.06 0.00 0.00 0.00 0.00 0.00 16:24:19 11:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 11:02:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 11:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:03:01 ens3 0.83 0.58 0.81 0.36 0.00 0.00 0.00 0.00 16:24:19 11:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:04:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 16:24:19 11:04:01 ens3 7.15 7.35 3.97 17.22 0.00 0.00 0.00 0.00 16:24:19 11:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:05:01 ens3 18.41 27.32 2.29 43.39 0.00 0.00 0.00 0.00 16:24:19 11:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 11:06:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 11:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:07:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 11:08:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 11:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:09:01 ens3 1.02 1.80 0.13 6.69 0.00 0.00 0.00 0.00 16:24:19 11:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 11:10:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 11:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:11:01 ens3 0.15 0.08 0.06 0.00 0.00 0.00 0.00 0.00 16:24:19 11:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 11:12:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 11:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:13:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 11:14:01 ens3 0.95 1.88 0.13 6.63 0.00 0.00 0.00 0.00 16:24:19 11:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:15:01 ens3 0.17 0.10 0.06 0.01 0.00 0.00 0.00 0.00 16:24:19 11:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 11:16:01 ens3 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 11:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:17:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 11:18:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 11:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:19:01 ens3 3.10 5.15 0.27 7.26 0.00 0.00 0.00 0.00 16:24:19 11:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 11:20:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 11:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:21:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 11:22:01 ens3 0.22 0.15 0.07 0.01 0.00 0.00 0.00 0.00 16:24:19 11:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:23:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 11:24:01 ens3 3.22 5.00 0.27 7.24 0.00 0.00 0.00 0.00 16:24:19 11:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:25:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 11:26:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 11:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:27:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 11:28:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 11:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:29:01 ens3 4.15 6.85 0.33 7.35 0.00 0.00 0.00 0.00 16:24:19 11:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:30:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 11:30:02 ens3 0.30 0.22 0.13 0.01 0.00 0.00 0.00 0.00 16:24:19 11:30:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:31:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 11:32:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 11:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:33:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 11:34:01 ens3 1.60 4.28 0.17 7.20 0.00 0.00 0.00 0.00 16:24:19 11:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:35:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 11:36:01 ens3 6.07 11.68 0.63 14.51 0.00 0.00 0.00 0.00 16:24:19 11:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:37:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 11:38:01 ens3 0.22 0.12 0.07 0.01 0.00 0.00 0.00 0.00 16:24:19 11:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:39:01 ens3 0.17 0.10 0.08 0.07 0.00 0.00 0.00 0.00 16:24:19 11:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 11:40:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 11:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:41:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 11:42:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 11:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:43:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 11:44:01 ens3 0.42 0.30 0.20 0.08 0.00 0.00 0.00 0.00 16:24:19 11:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:45:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 11:46:01 ens3 0.75 0.10 0.09 0.01 0.00 0.00 0.00 0.00 16:24:19 11:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:47:01 ens3 1.00 0.95 0.61 0.51 0.00 0.00 0.00 0.00 16:24:19 11:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 11:48:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 11:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:49:01 ens3 0.22 0.10 0.08 0.06 0.00 0.00 0.00 0.00 16:24:19 11:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 11:50:01 ens3 0.28 0.15 0.07 0.01 0.00 0.00 0.00 0.00 16:24:19 11:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:51:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 11:52:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 11:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:53:01 ens3 0.37 0.00 0.02 0.00 0.00 0.00 0.00 0.00 16:24:19 11:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 11:54:01 ens3 0.55 0.20 0.10 0.07 0.00 0.00 0.00 0.00 16:24:19 11:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:55:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 11:56:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 11:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:57:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 11:58:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 11:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 11:59:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 16:24:19 11:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 12:00:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 12:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:01:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 12:02:01 ens3 0.25 0.17 0.12 0.01 0.00 0.00 0.00 0.00 16:24:19 12:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:03:01 ens3 0.23 0.17 0.10 0.23 0.00 0.00 0.00 0.00 16:24:19 12:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:04:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 16:24:19 12:04:01 ens3 4.05 2.90 2.19 4.40 0.00 0.00 0.00 0.00 16:24:19 12:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:05:01 ens3 1.28 0.63 0.77 1.05 0.00 0.00 0.00 0.00 16:24:19 12:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 12:06:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 12:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:07:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 12:08:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 12:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:09:01 ens3 0.20 0.12 0.08 0.07 0.00 0.00 0.00 0.00 16:24:19 12:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 12:10:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 12:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:11:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 12:12:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 12:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:13:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 12:14:01 ens3 0.23 0.17 0.08 0.07 0.00 0.00 0.00 0.00 16:24:19 12:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:15:01 ens3 0.22 0.08 0.12 0.01 0.00 0.00 0.00 0.00 16:24:19 12:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 12:16:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 12:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:17:01 ens3 0.38 0.00 0.04 0.00 0.00 0.00 0.00 0.00 16:24:19 12:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 12:18:01 ens3 0.55 0.33 0.27 0.21 0.00 0.00 0.00 0.00 16:24:19 12:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:19:01 ens3 0.30 0.13 0.14 0.07 0.00 0.00 0.00 0.00 16:24:19 12:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 12:20:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 12:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:21:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 12:22:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 12:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:23:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 12:24:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 16:24:19 12:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:25:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 12:26:01 ens3 0.20 0.15 0.07 0.01 0.00 0.00 0.00 0.00 16:24:19 12:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:27:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 12:28:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 12:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:29:01 ens3 0.20 0.12 0.08 0.07 0.00 0.00 0.00 0.00 16:24:19 12:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 12:30:01 ens3 0.58 0.15 0.11 0.01 0.00 0.00 0.00 0.00 16:24:19 12:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:31:01 ens3 0.35 0.25 0.26 0.21 0.00 0.00 0.00 0.00 16:24:19 12:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 12:32:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 12:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:33:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 12:34:01 ens3 0.27 0.17 0.08 0.07 0.00 0.00 0.00 0.00 16:24:19 12:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:35:01 ens3 0.18 0.05 0.06 0.00 0.00 0.00 0.00 0.00 16:24:19 12:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 12:36:01 ens3 0.53 0.43 0.27 0.22 0.00 0.00 0.00 0.00 16:24:19 12:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:37:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 12:38:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 12:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:39:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 16:24:19 12:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 12:40:01 ens3 0.17 0.17 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 12:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:41:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 12:42:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 12:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:43:01 ens3 0.22 0.00 0.01 0.00 0.00 0.00 0.00 0.00 16:24:19 12:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 12:44:01 ens3 0.65 0.18 0.10 0.07 0.00 0.00 0.00 0.00 16:24:19 12:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:45:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 12:46:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 12:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:47:01 ens3 0.18 0.07 0.12 0.00 0.00 0.00 0.00 0.00 16:24:19 12:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 12:48:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 12:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:49:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 16:24:19 12:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 12:50:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 12:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:51:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 12:52:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 12:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:53:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:53:02 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:53:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 12:54:01 ens3 0.34 0.20 0.14 0.07 0.00 0.00 0.00 0.00 16:24:19 12:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:55:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 12:56:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 12:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:57:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 12:58:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 12:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 12:59:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 16:24:19 12:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 13:00:01 ens3 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 13:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:01:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 13:02:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 13:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:03:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:04:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 16:24:19 13:04:01 ens3 3.88 2.77 2.10 4.41 0.00 0.00 0.00 0.00 16:24:19 13:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:05:01 ens3 1.48 1.28 0.79 1.15 0.00 0.00 0.00 0.00 16:24:19 13:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 13:06:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 13:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:07:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 13:08:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 13:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:09:01 ens3 0.30 0.12 0.14 0.06 0.00 0.00 0.00 0.00 16:24:19 13:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 13:10:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 13:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:11:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 13:12:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 13:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:13:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 13:14:01 ens3 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 16:24:19 13:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:15:01 ens3 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 13:16:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 13:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:17:01 ens3 0.17 0.05 0.06 0.00 0.00 0.00 0.00 0.00 16:24:19 13:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 13:18:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 13:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:19:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 16:24:19 13:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 13:20:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 13:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:21:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 13:22:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 13:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:23:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 13:24:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 16:24:19 13:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:25:01 ens3 0.18 0.07 0.12 0.00 0.00 0.00 0.00 0.00 16:24:19 13:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 13:26:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 13:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:27:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 13:28:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 13:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:29:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 16:24:19 13:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 13:30:01 ens3 0.23 0.13 0.07 0.01 0.00 0.00 0.00 0.00 16:24:19 13:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:31:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 13:32:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 13:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:33:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 13:34:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 16:24:19 13:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:35:01 ens3 0.13 0.07 0.06 0.00 0.00 0.00 0.00 0.00 16:24:19 13:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 13:36:01 ens3 0.55 0.40 0.27 0.22 0.00 0.00 0.00 0.00 16:24:19 13:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:37:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 13:38:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 13:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:39:01 ens3 0.18 0.10 0.08 0.06 0.00 0.00 0.00 0.00 16:24:19 13:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 13:40:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 13:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:41:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 13:42:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 13:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:43:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 13:44:01 ens3 0.23 0.17 0.08 0.07 0.00 0.00 0.00 0.00 16:24:19 13:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:45:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 13:46:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 13:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:47:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 13:48:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 13:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:49:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 16:24:19 13:49:01 ens3 40.23 19.30 713.64 1.53 0.00 0.00 0.00 0.00 16:24:19 13:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 13:50:01 ens3 1.08 0.60 0.43 0.29 0.00 0.00 0.00 0.00 16:24:19 13:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:51:01 ens3 1.27 0.35 0.44 0.27 0.00 0.00 0.00 0.00 16:24:19 13:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 13:52:01 ens3 0.73 0.47 0.36 0.28 0.00 0.00 0.00 0.00 16:24:19 13:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:53:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 13:54:01 ens3 0.38 0.20 0.14 0.07 0.00 0.00 0.00 0.00 16:24:19 13:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:55:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 13:56:01 ens3 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 13:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:57:01 ens3 0.10 0.00 0.01 0.00 0.00 0.00 0.00 0.00 16:24:19 13:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 13:58:01 ens3 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 13:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 13:59:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 16:24:19 13:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 14:00:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 14:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:01:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 14:02:01 ens3 0.22 0.12 0.07 0.01 0.00 0.00 0.00 0.00 16:24:19 14:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:03:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 14:04:01 ens3 1.23 0.58 0.54 0.51 0.00 0.00 0.00 0.00 16:24:19 14:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:05:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 14:05:01 ens3 2.52 1.77 1.45 3.82 0.00 0.00 0.00 0.00 16:24:19 14:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 14:06:01 ens3 1.52 1.07 0.79 1.10 0.00 0.00 0.00 0.00 16:24:19 14:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:07:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 14:08:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 14:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:09:01 ens3 0.20 0.10 0.08 0.06 0.00 0.00 0.00 0.00 16:24:19 14:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 14:10:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 14:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:11:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 14:12:01 ens3 0.27 0.20 0.07 0.01 0.00 0.00 0.00 0.00 16:24:19 14:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:13:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 14:14:01 ens3 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 16:24:19 14:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:15:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 14:16:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 14:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:17:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:18:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 14:18:02 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 14:18:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:19:01 ens3 0.19 0.12 0.08 0.07 0.00 0.00 0.00 0.00 16:24:19 14:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 14:20:01 ens3 0.27 0.13 0.12 0.01 0.00 0.00 0.00 0.00 16:24:19 14:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:21:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 14:22:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 14:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:23:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 14:24:01 ens3 0.37 0.23 0.14 0.08 0.00 0.00 0.00 0.00 16:24:19 14:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:25:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 14:26:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 14:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:27:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 14:28:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 14:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:29:01 ens3 0.20 0.12 0.08 0.07 0.00 0.00 0.00 0.00 16:24:19 14:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 14:30:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 14:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:31:01 ens3 0.17 0.05 0.06 0.00 0.00 0.00 0.00 0.00 16:24:19 14:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 14:32:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 14:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:33:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 14:34:01 ens3 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 16:24:19 14:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:35:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 14:36:01 ens3 0.60 0.45 0.27 0.22 0.00 0.00 0.00 0.00 16:24:19 14:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:37:01 ens3 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 14:38:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 14:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:39:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 16:24:19 14:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 14:40:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 14:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:41:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 14:42:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 14:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:43:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 14:44:01 ens3 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 16:24:19 14:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:45:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 14:46:01 ens3 0.22 0.13 0.17 0.01 0.00 0.00 0.00 0.00 16:24:19 14:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:47:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 14:48:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 14:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:49:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 16:24:19 14:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 14:50:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 14:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:51:01 ens3 0.15 0.07 0.06 0.00 0.00 0.00 0.00 0.00 16:24:19 14:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 14:52:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 14:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:53:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 14:54:01 ens3 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 16:24:19 14:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:55:01 ens3 0.15 0.05 0.06 0.00 0.00 0.00 0.00 0.00 16:24:19 14:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 14:56:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 14:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:57:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 14:58:01 ens3 0.10 0.12 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 14:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 14:59:01 ens3 0.22 0.13 0.08 0.07 0.00 0.00 0.00 0.00 16:24:19 14:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 15:00:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 15:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:01:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 15:02:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 15:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:03:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 15:04:01 ens3 1.23 0.63 0.49 0.52 0.00 0.00 0.00 0.00 16:24:19 15:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:05:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 15:05:01 ens3 2.62 1.57 1.56 3.82 0.00 0.00 0.00 0.00 16:24:19 15:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 15:06:01 ens3 1.53 1.37 0.79 1.16 0.00 0.00 0.00 0.00 16:24:19 15:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:07:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 15:08:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 15:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:09:01 ens3 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 16:24:19 15:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 15:10:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 15:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:11:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 15:12:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 15:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:13:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 15:14:01 ens3 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 16:24:19 15:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:15:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 15:16:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 15:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:17:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 15:18:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 15:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:19:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 16:24:19 15:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 15:20:01 ens3 0.25 0.17 0.18 0.01 0.00 0.00 0.00 0.00 16:24:19 15:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:21:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 15:22:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 15:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:23:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 15:24:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 16:24:19 15:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:25:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 15:26:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 15:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:27:01 ens3 0.15 0.03 0.06 0.00 0.00 0.00 0.00 0.00 16:24:19 15:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 15:28:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 15:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:29:01 ens3 0.25 0.23 0.14 0.07 0.00 0.00 0.00 0.00 16:24:19 15:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 15:30:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 15:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:31:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 15:32:01 ens3 0.10 0.12 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 15:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:33:01 ens3 0.08 0.05 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 15:34:01 ens3 0.20 0.22 0.08 0.07 0.00 0.00 0.00 0.00 16:24:19 15:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:35:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 15:36:01 ens3 0.53 0.45 0.27 0.22 0.00 0.00 0.00 0.00 16:24:19 15:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:37:01 ens3 0.10 0.02 0.06 0.00 0.00 0.00 0.00 0.00 16:24:19 15:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 15:38:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 15:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:39:01 ens3 0.20 0.18 0.08 0.07 0.00 0.00 0.00 0.00 16:24:19 15:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 15:40:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 15:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:41:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 15:42:01 ens3 0.18 0.17 0.07 0.01 0.00 0.00 0.00 0.00 16:24:19 15:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:43:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 15:44:01 ens3 0.22 0.25 0.08 0.08 0.00 0.00 0.00 0.00 16:24:19 15:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:45:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 15:46:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 15:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:47:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 15:48:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 15:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:49:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:49:02 ens3 0.18 0.17 0.08 0.07 0.00 0.00 0.00 0.00 16:24:19 15:49:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 15:50:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 15:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:51:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 15:52:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 15:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:53:01 ens3 0.22 0.10 0.12 0.01 0.00 0.00 0.00 0.00 16:24:19 15:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 15:54:01 ens3 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 16:24:19 15:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:55:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 15:56:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 15:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:57:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 15:58:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 15:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 15:59:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 16:24:19 15:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 16:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 16:00:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 16:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 16:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 16:01:01 ens3 0.20 0.07 0.12 0.00 0.00 0.00 0.00 0.00 16:24:19 16:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 16:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 16:02:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 16:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 16:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 16:03:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 16:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 16:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 16:04:01 ens3 1.25 0.65 0.54 0.52 0.00 0.00 0.00 0.00 16:24:19 16:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 16:05:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 16:05:01 ens3 2.60 2.33 1.45 3.93 0.00 0.00 0.00 0.00 16:24:19 16:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 16:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 16:06:01 ens3 1.55 1.28 0.79 1.15 0.00 0.00 0.00 0.00 16:24:19 16:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 16:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 16:07:01 ens3 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 16:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 16:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 16:08:01 ens3 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 16:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 16:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 16:09:01 ens3 0.20 0.12 0.08 0.07 0.00 0.00 0.00 0.00 16:24:19 16:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 16:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 16:10:01 ens3 0.20 0.12 0.07 0.01 0.00 0.00 0.00 0.00 16:24:19 16:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 16:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 16:11:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 16:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 16:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 16:12:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 16:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 16:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 16:13:01 ens3 0.15 0.00 0.01 0.00 0.00 0.00 0.00 0.00 16:24:19 16:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 16:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 16:14:01 ens3 0.30 0.18 0.08 0.07 0.00 0.00 0.00 0.00 16:24:19 16:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 16:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 16:15:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 16:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 16:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 16:16:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 16:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 16:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 16:17:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 16:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 16:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 16:18:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 16:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 16:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 16:19:01 ens3 0.20 0.18 0.08 0.07 0.00 0.00 0.00 0.00 16:24:19 16:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 16:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 16:20:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 16:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 16:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 16:21:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 16:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 16:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 16:22:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 16:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 16:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 16:23:01 ens3 0.18 0.13 0.12 0.01 0.00 0.00 0.00 0.00 16:24:19 16:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 16:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:24:19 16:24:01 ens3 0.22 0.23 0.08 0.08 0.00 0.00 0.00 0.00 16:24:19 16:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:19 Average: lo 0.34 0.34 0.03 0.03 0.00 0.00 0.00 0.00 16:24:19 Average: ens3 11.86 9.74 85.25 14.05 0.00 0.00 0.00 0.00 16:24:19 Average: docker0 4.27 5.14 0.32 37.26 0.00 0.00 0.00 0.00 16:24:19 16:24:19 16:24:19 ---> sar -P ALL: 16:24:19 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3628) 06/20/25 _x86_64_ (8 CPU) 16:24:19 16:24:19 10:22:58 LINUX RESTART (8 CPU) 16:24:19 16:24:19 10:23:01 CPU %user %nice %system %iowait %steal %idle 16:24:19 10:24:02 all 8.69 0.00 2.72 1.91 0.05 86.64 16:24:19 10:24:02 0 5.69 0.00 2.31 0.20 0.05 91.75 16:24:19 10:24:02 1 8.17 0.00 2.34 1.11 0.07 88.32 16:24:19 10:24:02 2 11.86 0.00 2.11 0.54 0.05 85.44 16:24:19 10:24:02 3 10.74 0.00 3.01 3.94 0.05 82.26 16:24:19 10:24:02 4 12.64 0.00 2.79 0.91 0.05 83.61 16:24:19 10:24:02 5 8.39 0.00 4.81 3.16 0.03 83.61 16:24:19 10:24:02 6 7.02 0.00 2.20 0.57 0.05 90.16 16:24:19 10:24:02 7 5.04 0.00 2.17 4.82 0.05 87.92 16:24:19 10:25:01 all 9.03 0.00 3.89 1.65 0.06 85.36 16:24:19 10:25:01 0 7.67 0.00 3.26 0.31 0.05 88.71 16:24:19 10:25:01 1 12.67 0.00 3.83 0.97 0.07 82.46 16:24:19 10:25:01 2 9.60 0.00 3.41 0.39 0.09 86.50 16:24:19 10:25:01 3 6.62 0.00 3.43 0.05 0.05 89.85 16:24:19 10:25:01 4 10.75 0.00 5.48 9.39 0.07 74.31 16:24:19 10:25:01 5 9.48 0.00 3.61 0.07 0.07 86.76 16:24:19 10:25:01 6 8.23 0.00 3.40 0.89 0.07 87.40 16:24:19 10:25:01 7 7.23 0.00 4.70 1.18 0.05 86.83 16:24:19 10:26:01 all 46.40 0.00 7.27 0.95 0.09 45.29 16:24:19 10:26:01 0 45.54 0.00 6.78 0.00 0.10 47.58 16:24:19 10:26:01 1 48.26 0.00 7.56 0.02 0.08 44.08 16:24:19 10:26:01 2 46.94 0.00 7.15 0.03 0.08 45.79 16:24:19 10:26:01 3 45.93 0.00 6.57 0.00 0.10 47.39 16:24:19 10:26:01 4 46.88 0.00 7.45 3.60 0.10 41.97 16:24:19 10:26:01 5 43.12 0.00 7.60 0.57 0.08 48.63 16:24:19 10:26:01 6 47.50 0.00 7.88 0.03 0.10 44.48 16:24:19 10:26:01 7 47.04 0.00 7.13 3.39 0.08 42.36 16:24:19 10:27:01 all 62.29 0.00 8.22 0.76 0.08 28.65 16:24:19 10:27:01 0 62.67 0.00 8.39 0.37 0.08 28.49 16:24:19 10:27:01 1 62.34 0.00 7.84 0.91 0.08 28.83 16:24:19 10:27:01 2 62.12 0.00 7.72 0.10 0.07 29.99 16:24:19 10:27:01 3 62.73 0.00 8.37 0.35 0.07 28.48 16:24:19 10:27:01 4 61.56 0.00 8.01 1.68 0.08 28.67 16:24:19 10:27:01 5 62.18 0.00 8.87 0.79 0.10 28.06 16:24:19 10:27:01 6 62.61 0.00 8.83 0.27 0.08 28.20 16:24:19 10:27:01 7 62.08 0.00 7.76 1.61 0.08 28.47 16:24:19 10:28:01 all 30.11 0.00 7.04 2.90 0.08 59.87 16:24:19 10:28:01 0 32.35 0.00 7.06 1.09 0.08 59.41 16:24:19 10:28:01 1 29.74 0.00 6.46 4.79 0.08 58.93 16:24:19 10:28:01 2 29.00 0.00 6.38 2.12 0.08 62.41 16:24:19 10:28:01 3 28.71 0.00 7.07 1.99 0.08 62.15 16:24:19 10:28:01 4 30.75 0.00 6.64 2.88 0.07 59.67 16:24:19 10:28:01 5 30.00 0.00 6.91 1.10 0.08 61.91 16:24:19 10:28:01 6 29.62 0.00 7.14 1.04 0.08 62.11 16:24:19 10:28:01 7 30.71 0.00 8.62 8.23 0.10 52.33 16:24:19 10:29:01 all 21.27 0.00 8.64 15.14 0.13 54.82 16:24:19 10:29:01 0 21.13 0.00 8.63 16.07 0.10 54.06 16:24:19 10:29:01 1 20.24 0.00 8.25 9.44 0.10 61.97 16:24:19 10:29:01 2 18.31 0.00 7.42 9.73 0.09 64.45 16:24:19 10:29:01 3 23.23 0.00 9.31 24.86 0.27 42.32 16:24:19 10:29:01 4 22.74 0.00 8.27 24.99 0.12 43.88 16:24:19 10:29:01 5 20.49 0.00 8.75 8.65 0.12 61.99 16:24:19 10:29:01 6 22.66 0.00 9.64 9.82 0.14 57.74 16:24:19 10:29:01 7 21.32 0.00 8.86 17.56 0.12 52.15 16:24:19 10:30:01 all 48.10 0.00 8.99 7.22 0.08 35.61 16:24:19 10:30:01 0 48.27 0.00 9.17 4.18 0.08 38.29 16:24:19 10:30:01 1 49.68 0.00 8.40 8.26 0.08 33.57 16:24:19 10:30:01 2 47.60 0.00 7.55 0.75 0.07 44.02 16:24:19 10:30:01 3 47.73 0.00 8.35 5.48 0.07 38.37 16:24:19 10:30:01 4 48.42 0.00 9.11 3.03 0.10 39.34 16:24:19 10:30:01 5 47.44 0.00 9.57 7.25 0.08 35.67 16:24:19 10:30:01 6 47.34 0.00 9.45 1.64 0.05 41.52 16:24:19 10:30:01 7 48.31 0.00 10.30 27.22 0.12 14.05 16:24:19 10:31:01 all 89.43 0.00 10.46 0.00 0.11 0.00 16:24:19 10:31:01 0 89.37 0.00 10.55 0.00 0.08 0.00 16:24:19 10:31:01 1 89.14 0.00 10.74 0.00 0.12 0.00 16:24:19 10:31:01 2 90.75 0.00 9.17 0.00 0.08 0.00 16:24:19 10:31:01 3 89.86 0.00 10.04 0.00 0.10 0.00 16:24:19 10:31:01 4 89.12 0.00 10.77 0.00 0.12 0.00 16:24:19 10:31:01 5 89.07 0.00 10.80 0.00 0.13 0.00 16:24:19 10:31:01 6 89.67 0.00 10.21 0.00 0.12 0.00 16:24:19 10:31:01 7 88.43 0.00 11.42 0.00 0.15 0.00 16:24:19 10:32:01 all 89.92 0.00 9.96 0.00 0.11 0.00 16:24:19 10:32:01 0 90.78 0.00 9.12 0.00 0.10 0.00 16:24:19 10:32:01 1 89.77 0.00 10.13 0.00 0.10 0.00 16:24:19 10:32:01 2 89.71 0.00 10.17 0.00 0.12 0.00 16:24:19 10:32:01 3 89.34 0.00 10.56 0.00 0.10 0.00 16:24:19 10:32:01 4 89.97 0.00 9.89 0.00 0.13 0.00 16:24:19 10:32:01 5 89.42 0.00 10.46 0.00 0.12 0.00 16:24:19 10:32:01 6 90.48 0.00 9.41 0.00 0.12 0.00 16:24:19 10:32:01 7 89.93 0.00 9.96 0.00 0.12 0.00 16:24:19 10:33:01 all 26.94 0.00 4.99 3.15 0.08 64.83 16:24:19 10:33:01 0 27.23 0.00 4.33 1.29 0.08 67.07 16:24:19 10:33:01 1 28.58 0.00 5.13 3.47 0.10 62.71 16:24:19 10:33:01 2 27.91 0.00 4.71 1.89 0.07 65.43 16:24:19 10:33:01 3 26.92 0.00 4.87 2.04 0.08 66.08 16:24:19 10:33:01 4 27.82 0.00 5.08 2.20 0.07 64.85 16:24:19 10:33:01 5 24.86 0.00 5.57 3.15 0.08 66.34 16:24:19 10:33:01 6 24.73 0.00 4.86 1.94 0.08 68.38 16:24:19 10:33:01 7 27.47 0.00 5.38 9.26 0.08 57.81 16:24:19 10:34:01 all 10.31 0.00 0.89 0.08 0.06 88.66 16:24:19 10:34:01 0 6.03 0.00 1.03 0.02 0.03 92.88 16:24:19 10:34:01 1 15.03 0.00 0.95 0.02 0.07 83.93 16:24:19 10:34:01 2 9.88 0.00 0.80 0.03 0.07 89.22 16:24:19 10:34:01 3 10.73 0.00 0.72 0.02 0.05 88.49 16:24:19 10:34:01 4 7.73 0.00 0.74 0.07 0.07 91.40 16:24:19 10:34:01 5 8.88 0.00 0.99 0.20 0.07 89.86 16:24:19 10:34:01 6 11.59 0.00 0.89 0.02 0.07 87.44 16:24:19 10:34:01 7 12.57 0.00 1.02 0.28 0.08 86.04 16:24:19 16:24:19 10:34:01 CPU %user %nice %system %iowait %steal %idle 16:24:19 10:35:01 all 4.82 0.00 0.38 0.05 0.04 94.71 16:24:19 10:35:01 0 7.81 0.00 0.42 0.10 0.07 91.61 16:24:19 10:35:01 1 7.84 0.00 0.37 0.12 0.03 91.65 16:24:19 10:35:01 2 3.32 0.00 0.32 0.03 0.03 96.29 16:24:19 10:35:01 3 0.37 0.00 0.20 0.02 0.03 99.38 16:24:19 10:35:01 4 3.02 0.00 0.40 0.10 0.03 96.45 16:24:19 10:35:01 5 6.36 0.00 0.58 0.02 0.05 92.99 16:24:19 10:35:01 6 6.98 0.00 0.49 0.02 0.05 92.47 16:24:19 10:35:01 7 2.90 0.00 0.23 0.02 0.05 96.81 16:24:19 10:36:01 all 0.26 0.00 0.01 0.00 0.01 99.70 16:24:19 10:36:01 0 0.02 0.00 0.05 0.00 0.03 99.90 16:24:19 10:36:01 1 0.00 0.00 0.00 0.02 0.02 99.97 16:24:19 10:36:01 2 0.03 0.00 0.03 0.02 0.03 99.88 16:24:19 10:36:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 10:36:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 10:36:01 5 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 10:36:01 6 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 10:36:01 7 1.95 0.00 0.00 0.00 0.02 98.03 16:24:19 10:37:01 all 0.19 0.00 0.02 0.00 0.01 99.77 16:24:19 10:37:01 0 0.05 0.00 0.03 0.00 0.02 99.90 16:24:19 10:37:01 1 0.03 0.00 0.03 0.02 0.00 99.92 16:24:19 10:37:01 2 0.00 0.00 0.00 0.02 0.02 99.97 16:24:19 10:37:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 10:37:01 4 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 10:37:01 5 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 10:37:01 6 0.05 0.00 0.03 0.00 0.02 99.90 16:24:19 10:37:01 7 1.32 0.00 0.07 0.00 0.02 98.60 16:24:19 10:38:01 all 0.01 0.00 0.01 0.04 0.01 99.93 16:24:19 10:38:01 0 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 10:38:01 1 0.00 0.00 0.00 0.17 0.02 99.82 16:24:19 10:38:01 2 0.02 0.00 0.03 0.02 0.02 99.92 16:24:19 10:38:01 3 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 10:38:01 4 0.02 0.00 0.00 0.02 0.00 99.97 16:24:19 10:38:01 5 0.02 0.00 0.00 0.10 0.00 99.88 16:24:19 10:38:01 6 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 10:38:01 7 0.00 0.00 0.02 0.00 0.03 99.95 16:24:19 10:39:01 all 0.04 0.00 0.03 0.08 0.02 99.83 16:24:19 10:39:01 0 0.03 0.00 0.03 0.02 0.02 99.90 16:24:19 10:39:01 1 0.03 0.00 0.03 0.20 0.02 99.72 16:24:19 10:39:01 2 0.08 0.00 0.07 0.35 0.03 99.47 16:24:19 10:39:01 3 0.03 0.00 0.02 0.02 0.00 99.93 16:24:19 10:39:01 4 0.02 0.00 0.02 0.02 0.02 99.93 16:24:19 10:39:01 5 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 10:39:01 6 0.03 0.00 0.03 0.00 0.02 99.92 16:24:19 10:39:01 7 0.07 0.00 0.05 0.00 0.05 99.83 16:24:19 10:40:01 all 0.02 0.00 0.01 0.00 0.01 99.97 16:24:19 10:40:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 10:40:01 1 0.02 0.00 0.00 0.02 0.00 99.97 16:24:19 10:40:01 2 0.07 0.00 0.02 0.00 0.02 99.90 16:24:19 10:40:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 10:40:01 4 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 10:40:01 5 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 10:40:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 10:40:01 7 0.02 0.00 0.03 0.00 0.03 99.92 16:24:19 10:41:01 all 0.03 0.00 0.02 0.00 0.01 99.94 16:24:19 10:41:01 0 0.03 0.00 0.03 0.00 0.02 99.92 16:24:19 10:41:01 1 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 10:41:01 2 0.03 0.00 0.02 0.03 0.02 99.90 16:24:19 10:41:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 10:41:01 4 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 10:41:01 5 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 10:41:01 6 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 10:41:01 7 0.08 0.00 0.03 0.00 0.03 99.85 16:24:19 10:42:01 all 0.02 0.00 0.01 0.00 0.01 99.96 16:24:19 10:42:01 0 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 10:42:01 1 0.00 0.00 0.00 0.02 0.02 99.97 16:24:19 10:42:01 2 0.03 0.00 0.02 0.02 0.02 99.92 16:24:19 10:42:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 10:42:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 10:42:01 5 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 10:42:01 6 0.05 0.00 0.00 0.00 0.02 99.93 16:24:19 10:42:01 7 0.03 0.00 0.00 0.00 0.03 99.93 16:24:19 10:43:01 all 0.29 0.00 0.01 0.00 0.01 99.68 16:24:19 10:43:01 0 0.02 0.00 0.03 0.00 0.00 99.95 16:24:19 10:43:01 1 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 10:43:01 2 0.10 0.00 0.00 0.02 0.02 99.87 16:24:19 10:43:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 10:43:01 4 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 10:43:01 5 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 10:43:01 6 0.07 0.00 0.03 0.00 0.02 99.88 16:24:19 10:43:01 7 1.99 0.00 0.02 0.00 0.03 97.96 16:24:19 10:44:01 all 0.27 0.00 0.01 0.01 0.01 99.70 16:24:19 10:44:01 0 0.05 0.00 0.02 0.00 0.02 99.92 16:24:19 10:44:01 1 0.02 0.00 0.02 0.07 0.00 99.90 16:24:19 10:44:01 2 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 10:44:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 10:44:01 4 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 10:44:01 5 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 10:44:01 6 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 10:44:01 7 1.99 0.00 0.00 0.00 0.03 97.98 16:24:19 10:45:01 all 0.25 0.00 0.02 0.01 0.01 99.71 16:24:19 10:45:01 0 0.05 0.00 0.03 0.00 0.02 99.90 16:24:19 10:45:01 1 0.00 0.00 0.00 0.03 0.02 99.95 16:24:19 10:45:01 2 0.00 0.00 0.08 0.02 0.02 99.88 16:24:19 10:45:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 10:45:01 4 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 10:45:01 5 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 10:45:01 6 0.05 0.00 0.02 0.00 0.02 99.92 16:24:19 10:45:01 7 1.78 0.00 0.02 0.00 0.05 98.16 16:24:19 16:24:19 10:45:01 CPU %user %nice %system %iowait %steal %idle 16:24:19 10:46:01 all 0.02 0.00 0.01 0.01 0.01 99.95 16:24:19 10:46:01 0 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 10:46:01 1 0.02 0.00 0.02 0.02 0.00 99.95 16:24:19 10:46:01 2 0.00 0.00 0.00 0.08 0.02 99.90 16:24:19 10:46:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 10:46:01 4 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 10:46:01 5 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 10:46:01 6 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 10:46:01 7 0.03 0.00 0.03 0.00 0.03 99.90 16:24:19 10:47:01 all 0.02 0.00 0.01 0.00 0.01 99.95 16:24:19 10:47:01 0 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 10:47:01 1 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 10:47:01 2 0.02 0.00 0.00 0.02 0.02 99.95 16:24:19 10:47:01 3 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 10:47:01 4 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 10:47:01 5 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 10:47:01 6 0.05 0.00 0.03 0.00 0.02 99.90 16:24:19 10:47:01 7 0.07 0.00 0.00 0.00 0.03 99.90 16:24:19 10:48:01 all 0.04 0.00 0.01 0.00 0.01 99.94 16:24:19 10:48:01 0 0.07 0.00 0.02 0.00 0.00 99.92 16:24:19 10:48:01 1 0.02 0.00 0.00 0.02 0.00 99.97 16:24:19 10:48:01 2 0.08 0.00 0.02 0.02 0.02 99.87 16:24:19 10:48:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 10:48:01 4 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 10:48:01 5 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 10:48:01 6 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 10:48:01 7 0.03 0.00 0.02 0.00 0.03 99.92 16:24:19 10:49:01 all 0.01 0.00 0.00 0.00 0.02 99.97 16:24:19 10:49:01 0 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 10:49:01 1 0.00 0.00 0.00 0.02 0.02 99.97 16:24:19 10:49:01 2 0.02 0.00 0.00 0.00 0.03 99.95 16:24:19 10:49:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 10:49:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 10:49:01 5 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 10:49:01 6 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 10:49:01 7 0.03 0.00 0.02 0.00 0.05 99.90 16:24:19 10:50:01 all 0.04 0.00 0.01 0.00 0.01 99.94 16:24:19 10:50:01 0 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 10:50:01 1 0.02 0.00 0.02 0.02 0.02 99.93 16:24:19 10:50:01 2 0.02 0.00 0.02 0.02 0.02 99.93 16:24:19 10:50:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 10:50:01 4 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 10:50:01 5 0.05 0.00 0.00 0.00 0.00 99.95 16:24:19 10:50:01 6 0.07 0.00 0.00 0.00 0.00 99.93 16:24:19 10:50:01 7 0.05 0.00 0.00 0.00 0.03 99.92 16:24:19 10:51:01 all 0.01 0.00 0.01 0.00 0.01 99.96 16:24:19 10:51:01 0 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 10:51:01 1 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 10:51:01 2 0.02 0.00 0.02 0.02 0.02 99.93 16:24:19 10:51:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 10:51:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 10:51:01 5 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 10:51:01 6 0.03 0.00 0.03 0.00 0.02 99.92 16:24:19 10:51:01 7 0.02 0.00 0.03 0.00 0.03 99.92 16:24:19 10:52:01 all 0.11 0.00 0.01 0.00 0.01 99.86 16:24:19 10:52:01 0 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 10:52:01 1 0.03 0.00 0.02 0.02 0.03 99.90 16:24:19 10:52:01 2 0.07 0.00 0.05 0.02 0.02 99.85 16:24:19 10:52:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 10:52:01 4 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 10:52:01 5 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 10:52:01 6 0.05 0.00 0.00 0.00 0.02 99.93 16:24:19 10:52:01 7 0.67 0.00 0.00 0.00 0.03 99.30 16:24:19 10:53:01 all 0.19 0.00 0.01 0.00 0.01 99.79 16:24:19 10:53:01 0 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 10:53:01 1 0.00 0.00 0.00 0.02 0.00 99.98 16:24:19 10:53:01 2 0.02 0.00 0.02 0.00 0.03 99.93 16:24:19 10:53:01 3 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 10:53:01 4 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 10:53:01 5 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 10:53:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 10:53:01 7 1.42 0.00 0.03 0.00 0.02 98.53 16:24:19 10:54:01 all 0.03 0.00 0.01 0.00 0.02 99.94 16:24:19 10:54:01 0 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 10:54:01 1 0.03 0.00 0.00 0.02 0.02 99.93 16:24:19 10:54:01 2 0.02 0.00 0.00 0.02 0.02 99.95 16:24:19 10:54:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 10:54:01 4 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 10:54:01 5 0.05 0.00 0.00 0.00 0.02 99.93 16:24:19 10:54:01 6 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 10:54:01 7 0.02 0.00 0.00 0.00 0.05 99.93 16:24:19 10:55:01 all 0.02 0.00 0.01 0.00 0.01 99.96 16:24:19 10:55:01 0 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 10:55:01 1 0.02 0.00 0.02 0.02 0.00 99.95 16:24:19 10:55:01 2 0.05 0.00 0.02 0.02 0.02 99.90 16:24:19 10:55:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 10:55:01 4 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 10:55:01 5 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 10:55:01 6 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 10:55:01 7 0.02 0.00 0.02 0.00 0.03 99.93 16:24:19 10:56:01 all 0.03 0.00 0.02 0.00 0.01 99.94 16:24:19 10:56:01 0 0.05 0.00 0.02 0.00 0.00 99.93 16:24:19 10:56:01 1 0.03 0.00 0.02 0.02 0.02 99.92 16:24:19 10:56:01 2 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 10:56:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 10:56:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 10:56:01 5 0.05 0.00 0.03 0.00 0.02 99.90 16:24:19 10:56:01 6 0.05 0.00 0.00 0.00 0.02 99.93 16:24:19 10:56:01 7 0.02 0.00 0.03 0.00 0.03 99.92 16:24:19 16:24:19 10:56:01 CPU %user %nice %system %iowait %steal %idle 16:24:19 10:57:01 all 0.01 0.00 0.01 0.00 0.01 99.96 16:24:19 10:57:01 0 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 10:57:01 1 0.00 0.00 0.02 0.02 0.00 99.97 16:24:19 10:57:01 2 0.03 0.00 0.02 0.02 0.02 99.92 16:24:19 10:57:01 3 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 10:57:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 10:57:01 5 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 10:57:01 6 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 10:57:01 7 0.02 0.00 0.03 0.00 0.03 99.92 16:24:19 10:58:01 all 0.03 0.00 0.01 0.00 0.01 99.94 16:24:19 10:58:01 0 0.05 0.00 0.02 0.00 0.02 99.92 16:24:19 10:58:01 1 0.05 0.00 0.00 0.02 0.02 99.92 16:24:19 10:58:01 2 0.03 0.00 0.05 0.00 0.02 99.90 16:24:19 10:58:01 3 0.00 0.00 0.00 0.02 0.00 99.98 16:24:19 10:58:01 4 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 10:58:01 5 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 10:58:01 6 0.07 0.00 0.00 0.00 0.00 99.93 16:24:19 10:58:01 7 0.02 0.00 0.02 0.00 0.03 99.93 16:24:19 10:59:01 all 0.01 0.00 0.01 0.00 0.01 99.97 16:24:19 10:59:01 0 0.07 0.00 0.00 0.00 0.02 99.92 16:24:19 10:59:01 1 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 10:59:01 2 0.00 0.00 0.00 0.02 0.02 99.97 16:24:19 10:59:01 3 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 10:59:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 10:59:01 5 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 10:59:01 6 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 10:59:01 7 0.02 0.00 0.03 0.00 0.03 99.92 16:24:19 11:00:01 all 0.04 0.00 0.01 0.00 0.01 99.94 16:24:19 11:00:01 0 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 11:00:01 1 0.02 0.00 0.00 0.02 0.02 99.95 16:24:19 11:00:01 2 0.00 0.00 0.03 0.00 0.02 99.95 16:24:19 11:00:01 3 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 11:00:01 4 0.05 0.00 0.00 0.00 0.02 99.93 16:24:19 11:00:01 5 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 11:00:01 6 0.07 0.00 0.02 0.00 0.00 99.92 16:24:19 11:00:01 7 0.05 0.00 0.00 0.00 0.03 99.92 16:24:19 11:01:01 all 0.01 0.00 0.01 0.00 0.01 99.96 16:24:19 11:01:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 11:01:01 1 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 11:01:01 2 0.03 0.00 0.02 0.02 0.02 99.92 16:24:19 11:01:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 11:01:01 4 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 11:01:01 5 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 11:01:01 6 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 11:01:01 7 0.02 0.00 0.00 0.00 0.05 99.93 16:24:19 11:02:01 all 0.02 0.00 0.01 0.00 0.01 99.96 16:24:19 11:02:01 0 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 11:02:01 1 0.02 0.00 0.02 0.02 0.02 99.93 16:24:19 11:02:01 2 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 11:02:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 11:02:01 4 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 11:02:01 5 0.05 0.00 0.00 0.00 0.02 99.93 16:24:19 11:02:01 6 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 11:02:01 7 0.02 0.00 0.00 0.00 0.03 99.95 16:24:19 11:03:01 all 0.09 0.00 0.02 0.00 0.01 99.87 16:24:19 11:03:01 0 0.05 0.00 0.02 0.00 0.02 99.92 16:24:19 11:03:01 1 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 11:03:01 2 0.18 0.00 0.02 0.02 0.00 99.78 16:24:19 11:03:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 11:03:01 4 0.15 0.00 0.05 0.00 0.00 99.80 16:24:19 11:03:01 5 0.12 0.00 0.03 0.00 0.02 99.83 16:24:19 11:03:01 6 0.12 0.00 0.02 0.00 0.00 99.87 16:24:19 11:03:01 7 0.08 0.00 0.03 0.00 0.03 99.85 16:24:19 11:04:01 all 0.22 0.00 0.04 0.01 0.01 99.71 16:24:19 11:04:01 0 0.05 0.00 0.05 0.00 0.00 99.90 16:24:19 11:04:01 1 0.28 0.00 0.03 0.02 0.02 99.65 16:24:19 11:04:01 2 0.60 0.00 0.03 0.03 0.02 99.32 16:24:19 11:04:01 3 0.08 0.00 0.00 0.00 0.00 99.92 16:24:19 11:04:01 4 0.03 0.00 0.03 0.00 0.00 99.93 16:24:19 11:04:01 5 0.15 0.00 0.07 0.00 0.02 99.77 16:24:19 11:04:01 6 0.18 0.00 0.02 0.00 0.02 99.78 16:24:19 11:04:01 7 0.40 0.00 0.08 0.03 0.03 99.45 16:24:19 11:05:01 all 0.05 0.00 0.02 0.00 0.01 99.91 16:24:19 11:05:01 0 0.10 0.00 0.03 0.00 0.03 99.83 16:24:19 11:05:01 1 0.07 0.00 0.07 0.02 0.00 99.85 16:24:19 11:05:01 2 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 11:05:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 11:05:01 4 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 11:05:01 5 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 11:05:01 6 0.07 0.00 0.02 0.00 0.02 99.90 16:24:19 11:05:01 7 0.08 0.00 0.05 0.00 0.03 99.83 16:24:19 11:06:01 all 0.02 0.00 0.01 0.00 0.01 99.95 16:24:19 11:06:01 0 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 11:06:01 1 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 11:06:01 2 0.00 0.00 0.00 0.02 0.00 99.98 16:24:19 11:06:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 11:06:01 4 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 11:06:01 5 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 11:06:01 6 0.05 0.00 0.00 0.00 0.02 99.93 16:24:19 11:06:01 7 0.03 0.00 0.10 0.00 0.03 99.83 16:24:19 11:07:01 all 0.02 0.00 0.01 0.00 0.01 99.95 16:24:19 11:07:01 0 0.05 0.00 0.05 0.00 0.02 99.88 16:24:19 11:07:01 1 0.00 0.00 0.00 0.02 0.00 99.98 16:24:19 11:07:01 2 0.02 0.00 0.00 0.02 0.02 99.95 16:24:19 11:07:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 11:07:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 11:07:01 5 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 11:07:01 6 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 11:07:01 7 0.03 0.00 0.03 0.00 0.03 99.90 16:24:19 16:24:19 11:07:01 CPU %user %nice %system %iowait %steal %idle 16:24:19 11:08:01 all 0.02 0.00 0.01 0.00 0.01 99.96 16:24:19 11:08:01 0 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 11:08:01 1 0.00 0.00 0.00 0.02 0.00 99.98 16:24:19 11:08:01 2 0.02 0.00 0.03 0.00 0.00 99.95 16:24:19 11:08:01 3 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 11:08:01 4 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 11:08:01 5 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 11:08:01 6 0.05 0.00 0.00 0.00 0.02 99.93 16:24:19 11:08:01 7 0.05 0.00 0.03 0.00 0.03 99.88 16:24:19 11:09:01 all 0.02 0.00 0.01 0.00 0.01 99.95 16:24:19 11:09:01 0 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 11:09:01 1 0.02 0.00 0.00 0.02 0.02 99.95 16:24:19 11:09:01 2 0.00 0.00 0.02 0.02 0.02 99.95 16:24:19 11:09:01 3 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 11:09:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 11:09:01 5 0.05 0.00 0.02 0.00 0.00 99.93 16:24:19 11:09:01 6 0.03 0.00 0.03 0.00 0.02 99.92 16:24:19 11:09:01 7 0.02 0.00 0.03 0.00 0.03 99.92 16:24:19 11:10:01 all 0.02 0.00 0.02 0.00 0.01 99.95 16:24:19 11:10:01 0 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 11:10:01 1 0.02 0.00 0.00 0.02 0.02 99.95 16:24:19 11:10:01 2 0.02 0.00 0.00 0.02 0.00 99.97 16:24:19 11:10:01 3 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 11:10:01 4 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 11:10:01 5 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 11:10:01 6 0.03 0.00 0.03 0.00 0.02 99.92 16:24:19 11:10:01 7 0.03 0.00 0.03 0.00 0.03 99.90 16:24:19 11:11:01 all 0.03 0.00 0.01 0.00 0.01 99.94 16:24:19 11:11:01 0 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 11:11:01 1 0.03 0.00 0.02 0.02 0.00 99.93 16:24:19 11:11:01 2 0.02 0.00 0.02 0.02 0.02 99.93 16:24:19 11:11:01 3 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 11:11:01 4 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 11:11:01 5 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 11:11:01 6 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 11:11:01 7 0.05 0.00 0.02 0.00 0.03 99.90 16:24:19 11:12:01 all 0.01 0.00 0.01 0.00 0.01 99.96 16:24:19 11:12:01 0 0.02 0.00 0.03 0.00 0.00 99.95 16:24:19 11:12:01 1 0.03 0.00 0.02 0.02 0.02 99.92 16:24:19 11:12:01 2 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 11:12:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 11:12:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 11:12:01 5 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 11:12:01 6 0.03 0.00 0.05 0.00 0.03 99.88 16:24:19 11:12:01 7 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 11:13:01 all 0.03 0.00 0.01 0.00 0.01 99.95 16:24:19 11:13:01 0 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 11:13:01 1 0.00 0.00 0.00 0.02 0.00 99.98 16:24:19 11:13:01 2 0.00 0.00 0.00 0.02 0.02 99.97 16:24:19 11:13:01 3 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 11:13:01 4 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 11:13:01 5 0.05 0.00 0.00 0.00 0.00 99.95 16:24:19 11:13:01 6 0.10 0.00 0.02 0.00 0.03 99.85 16:24:19 11:13:01 7 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 11:14:01 all 0.02 0.00 0.02 0.00 0.01 99.95 16:24:19 11:14:01 0 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 11:14:01 1 0.00 0.00 0.02 0.02 0.00 99.97 16:24:19 11:14:01 2 0.02 0.00 0.02 0.02 0.00 99.95 16:24:19 11:14:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 11:14:01 4 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 11:14:01 5 0.02 0.00 0.03 0.00 0.02 99.93 16:24:19 11:14:01 6 0.05 0.00 0.03 0.00 0.05 99.87 16:24:19 11:14:01 7 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 11:15:01 all 0.02 0.00 0.01 0.00 0.01 99.96 16:24:19 11:15:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 11:15:01 1 0.03 0.00 0.00 0.02 0.02 99.93 16:24:19 11:15:01 2 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 11:15:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 11:15:01 4 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 11:15:01 5 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 11:15:01 6 0.05 0.00 0.02 0.00 0.03 99.90 16:24:19 11:15:01 7 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 11:16:01 all 0.01 0.00 0.01 0.00 0.01 99.96 16:24:19 11:16:01 0 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 11:16:01 1 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 11:16:01 2 0.00 0.00 0.03 0.02 0.00 99.95 16:24:19 11:16:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 11:16:01 4 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 11:16:01 5 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 11:16:01 6 0.05 0.00 0.05 0.00 0.05 99.85 16:24:19 11:16:01 7 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 11:17:01 all 0.02 0.00 0.01 0.00 0.01 99.96 16:24:19 11:17:01 0 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 11:17:01 1 0.02 0.00 0.00 0.02 0.02 99.95 16:24:19 11:17:01 2 0.00 0.00 0.02 0.02 0.00 99.97 16:24:19 11:17:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 11:17:01 4 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 11:17:01 5 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 11:17:01 6 0.03 0.00 0.02 0.00 0.03 99.92 16:24:19 11:17:01 7 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 11:18:01 all 0.03 0.00 0.02 0.00 0.01 99.94 16:24:19 11:18:01 0 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 11:18:01 1 0.03 0.00 0.00 0.02 0.00 99.95 16:24:19 11:18:01 2 0.02 0.00 0.02 0.02 0.02 99.93 16:24:19 11:18:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 11:18:01 4 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 11:18:01 5 0.02 0.00 0.03 0.00 0.02 99.93 16:24:19 11:18:01 6 0.07 0.00 0.03 0.00 0.02 99.88 16:24:19 11:18:01 7 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 16:24:19 11:18:01 CPU %user %nice %system %iowait %steal %idle 16:24:19 11:19:01 all 0.01 0.00 0.01 0.00 0.01 99.96 16:24:19 11:19:01 0 0.02 0.00 0.03 0.00 0.02 99.93 16:24:19 11:19:01 1 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 11:19:01 2 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 11:19:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 11:19:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 11:19:01 5 0.05 0.00 0.05 0.00 0.02 99.88 16:24:19 11:19:01 6 0.02 0.00 0.00 0.00 0.03 99.95 16:24:19 11:19:01 7 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 11:20:01 all 0.02 0.00 0.01 0.01 0.01 99.95 16:24:19 11:20:01 0 0.07 0.00 0.00 0.00 0.03 99.90 16:24:19 11:20:01 1 0.02 0.00 0.00 0.03 0.00 99.95 16:24:19 11:20:01 2 0.00 0.00 0.00 0.02 0.02 99.97 16:24:19 11:20:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 11:20:01 4 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 11:20:01 5 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 11:20:01 6 0.03 0.00 0.03 0.00 0.02 99.92 16:24:19 11:20:01 7 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 11:21:01 all 0.01 0.00 0.01 0.00 0.01 99.96 16:24:19 11:21:01 0 0.03 0.00 0.03 0.00 0.02 99.92 16:24:19 11:21:01 1 0.00 0.00 0.00 0.02 0.00 99.98 16:24:19 11:21:01 2 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 11:21:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 11:21:01 4 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 11:21:01 5 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 11:21:01 6 0.02 0.00 0.03 0.02 0.05 99.88 16:24:19 11:21:01 7 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 11:22:01 all 0.03 0.00 0.01 0.00 0.01 99.95 16:24:19 11:22:01 0 0.07 0.00 0.02 0.00 0.00 99.92 16:24:19 11:22:01 1 0.02 0.00 0.00 0.03 0.02 99.93 16:24:19 11:22:01 2 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 11:22:01 3 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 11:22:01 4 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 11:22:01 5 0.02 0.00 0.03 0.00 0.02 99.93 16:24:19 11:22:01 6 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 11:22:01 7 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 11:23:01 all 0.01 0.00 0.01 0.00 0.01 99.96 16:24:19 11:23:01 0 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 11:23:01 1 0.00 0.00 0.00 0.02 0.00 99.98 16:24:19 11:23:01 2 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 11:23:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 11:23:01 4 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 11:23:01 5 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 11:23:01 6 0.02 0.00 0.02 0.02 0.00 99.95 16:24:19 11:23:01 7 0.00 0.00 0.02 0.00 0.03 99.95 16:24:19 11:24:01 all 0.03 0.00 0.01 0.03 0.01 99.93 16:24:19 11:24:01 0 0.07 0.00 0.00 0.00 0.02 99.92 16:24:19 11:24:01 1 0.03 0.00 0.00 0.02 0.00 99.95 16:24:19 11:24:01 2 0.00 0.00 0.00 0.17 0.00 99.83 16:24:19 11:24:01 3 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 11:24:01 4 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 11:24:01 5 0.03 0.00 0.03 0.00 0.00 99.93 16:24:19 11:24:01 6 0.02 0.00 0.00 0.02 0.02 99.95 16:24:19 11:24:01 7 0.05 0.00 0.00 0.00 0.03 99.92 16:24:19 11:25:01 all 0.02 0.00 0.01 0.00 0.01 99.95 16:24:19 11:25:01 0 0.03 0.00 0.03 0.00 0.02 99.92 16:24:19 11:25:01 1 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 11:25:01 2 0.00 0.00 0.02 0.02 0.02 99.95 16:24:19 11:25:01 3 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 11:25:01 4 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 11:25:01 5 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 11:25:01 6 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 11:25:01 7 0.03 0.00 0.02 0.00 0.03 99.92 16:24:19 11:26:01 all 0.03 0.00 0.01 0.02 0.01 99.92 16:24:19 11:26:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 11:26:01 1 0.02 0.00 0.03 0.03 0.02 99.90 16:24:19 11:26:01 2 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 11:26:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 11:26:01 4 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 11:26:01 5 0.07 0.00 0.03 0.00 0.02 99.88 16:24:19 11:26:01 6 0.03 0.00 0.00 0.15 0.00 99.82 16:24:19 11:26:01 7 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 11:27:01 all 0.01 0.00 0.01 0.01 0.01 99.97 16:24:19 11:27:01 0 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 11:27:01 1 0.00 0.00 0.00 0.05 0.00 99.95 16:24:19 11:27:01 2 0.03 0.00 0.02 0.00 0.03 99.92 16:24:19 11:27:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 11:27:01 4 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 11:27:01 5 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 11:27:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 11:27:01 7 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 11:28:01 all 0.03 0.00 0.01 0.00 0.01 99.94 16:24:19 11:28:01 0 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 11:28:01 1 0.03 0.00 0.00 0.02 0.00 99.95 16:24:19 11:28:01 2 0.07 0.00 0.02 0.02 0.03 99.87 16:24:19 11:28:01 3 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 11:28:01 4 0.02 0.00 0.03 0.00 0.02 99.93 16:24:19 11:28:01 5 0.07 0.00 0.02 0.00 0.02 99.90 16:24:19 11:28:01 6 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 11:28:01 7 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 11:29:01 all 0.02 0.00 0.01 0.00 0.01 99.96 16:24:19 11:29:01 0 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 11:29:01 1 0.02 0.00 0.00 0.02 0.02 99.95 16:24:19 11:29:01 2 0.03 0.00 0.02 0.02 0.02 99.92 16:24:19 11:29:01 3 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 11:29:01 4 0.02 0.00 0.03 0.00 0.00 99.95 16:24:19 11:29:01 5 0.07 0.00 0.02 0.00 0.02 99.90 16:24:19 11:29:01 6 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 11:29:01 7 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 16:24:19 11:29:01 CPU %user %nice %system %iowait %steal %idle 16:24:19 11:30:02 all 0.03 0.00 0.01 0.00 0.01 99.95 16:24:19 11:30:02 0 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 11:30:02 1 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 11:30:02 2 0.02 0.00 0.02 0.00 0.03 99.93 16:24:19 11:30:02 3 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 11:30:02 4 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 11:30:02 5 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 11:30:02 6 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 11:30:02 7 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 11:31:01 all 0.02 0.00 0.01 0.00 0.01 99.96 16:24:19 11:31:01 0 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 11:31:01 1 0.02 0.00 0.00 0.02 0.02 99.95 16:24:19 11:31:01 2 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 11:31:01 3 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 11:31:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 11:31:01 5 0.08 0.00 0.00 0.00 0.00 99.92 16:24:19 11:31:01 6 0.00 0.00 0.00 0.02 0.02 99.97 16:24:19 11:31:01 7 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 11:32:01 all 0.01 0.00 0.01 0.00 0.01 99.96 16:24:19 11:32:01 0 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 11:32:01 1 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 11:32:01 2 0.02 0.00 0.02 0.02 0.03 99.92 16:24:19 11:32:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 11:32:01 4 0.03 0.00 0.03 0.00 0.02 99.92 16:24:19 11:32:01 5 0.05 0.00 0.02 0.00 0.02 99.92 16:24:19 11:32:01 6 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 11:32:01 7 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 11:33:01 all 0.02 0.00 0.01 0.00 0.01 99.96 16:24:19 11:33:01 0 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 11:33:01 1 0.02 0.00 0.02 0.02 0.02 99.93 16:24:19 11:33:01 2 0.03 0.00 0.02 0.00 0.03 99.92 16:24:19 11:33:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 11:33:01 4 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 11:33:01 5 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 11:33:01 6 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 11:33:01 7 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 11:34:01 all 0.02 0.00 0.01 0.00 0.01 99.96 16:24:19 11:34:01 0 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 11:34:01 1 0.02 0.00 0.00 0.02 0.00 99.97 16:24:19 11:34:01 2 0.03 0.00 0.02 0.00 0.03 99.92 16:24:19 11:34:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 11:34:01 4 0.07 0.00 0.02 0.00 0.02 99.90 16:24:19 11:34:01 5 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 11:34:01 6 0.00 0.00 0.00 0.02 0.02 99.97 16:24:19 11:34:01 7 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 11:35:01 all 0.03 0.00 0.01 0.00 0.01 99.96 16:24:19 11:35:01 0 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 11:35:01 1 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 11:35:01 2 0.02 0.00 0.02 0.00 0.03 99.93 16:24:19 11:35:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 11:35:01 4 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 11:35:01 5 0.05 0.00 0.02 0.00 0.02 99.92 16:24:19 11:35:01 6 0.02 0.00 0.00 0.02 0.00 99.97 16:24:19 11:35:01 7 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 11:36:01 all 0.02 0.00 0.01 0.01 0.01 99.95 16:24:19 11:36:01 0 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 11:36:01 1 0.00 0.00 0.02 0.02 0.00 99.97 16:24:19 11:36:01 2 0.05 0.00 0.00 0.03 0.02 99.90 16:24:19 11:36:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 11:36:01 4 0.05 0.00 0.05 0.00 0.02 99.88 16:24:19 11:36:01 5 0.08 0.00 0.02 0.00 0.02 99.88 16:24:19 11:36:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 11:36:01 7 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 11:37:01 all 0.04 0.00 0.01 0.00 0.01 99.94 16:24:19 11:37:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 11:37:01 1 0.02 0.00 0.00 0.02 0.02 99.95 16:24:19 11:37:01 2 0.05 0.00 0.03 0.00 0.03 99.88 16:24:19 11:37:01 3 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 11:37:01 4 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 11:37:01 5 0.08 0.00 0.02 0.00 0.02 99.88 16:24:19 11:37:01 6 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 11:37:01 7 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 11:38:01 all 0.12 0.00 0.00 0.00 0.01 99.86 16:24:19 11:38:01 0 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 11:38:01 1 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 11:38:01 2 0.85 0.00 0.00 0.00 0.03 99.12 16:24:19 11:38:01 3 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 11:38:01 4 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 11:38:01 5 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 11:38:01 6 0.02 0.00 0.00 0.02 0.00 99.97 16:24:19 11:38:01 7 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 11:39:01 all 0.17 0.00 0.02 0.00 0.01 99.80 16:24:19 11:39:01 0 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 11:39:01 1 0.02 0.00 0.02 0.02 0.02 99.93 16:24:19 11:39:01 2 1.17 0.00 0.03 0.00 0.03 98.76 16:24:19 11:39:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 11:39:01 4 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 11:39:01 5 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 11:39:01 6 0.02 0.00 0.00 0.02 0.02 99.95 16:24:19 11:39:01 7 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 11:40:01 all 0.19 0.00 0.01 0.00 0.01 99.80 16:24:19 11:40:01 0 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 11:40:01 1 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 11:40:01 2 1.32 0.00 0.00 0.00 0.00 98.68 16:24:19 11:40:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 11:40:01 4 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 11:40:01 5 0.05 0.00 0.03 0.00 0.05 99.87 16:24:19 11:40:01 6 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 11:40:01 7 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 16:24:19 11:40:01 CPU %user %nice %system %iowait %steal %idle 16:24:19 11:41:01 all 0.02 0.00 0.01 0.00 0.01 99.95 16:24:19 11:41:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 11:41:01 1 0.03 0.00 0.00 0.02 0.02 99.93 16:24:19 11:41:01 2 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 11:41:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 11:41:01 4 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 11:41:01 5 0.05 0.00 0.03 0.00 0.02 99.90 16:24:19 11:41:01 6 0.02 0.00 0.02 0.02 0.02 99.93 16:24:19 11:41:01 7 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 11:42:01 all 0.01 0.00 0.00 0.00 0.01 99.97 16:24:19 11:42:01 0 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 11:42:01 1 0.00 0.00 0.00 0.02 0.00 99.98 16:24:19 11:42:01 2 0.00 0.00 0.02 0.02 0.02 99.95 16:24:19 11:42:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 11:42:01 4 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 11:42:01 5 0.02 0.00 0.02 0.00 0.03 99.93 16:24:19 11:42:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 11:42:01 7 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 11:43:01 all 0.03 0.00 0.01 0.00 0.01 99.95 16:24:19 11:43:01 0 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 11:43:01 1 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 11:43:01 2 0.07 0.00 0.00 0.02 0.02 99.90 16:24:19 11:43:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 11:43:01 4 0.03 0.00 0.03 0.00 0.02 99.92 16:24:19 11:43:01 5 0.03 0.00 0.00 0.00 0.03 99.93 16:24:19 11:43:01 6 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 11:43:01 7 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 11:44:01 all 0.01 0.00 0.02 0.00 0.01 99.95 16:24:19 11:44:01 0 0.03 0.00 0.03 0.00 0.00 99.93 16:24:19 11:44:01 1 0.00 0.00 0.02 0.02 0.02 99.95 16:24:19 11:44:01 2 0.00 0.00 0.02 0.02 0.02 99.95 16:24:19 11:44:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 11:44:01 4 0.00 0.00 0.03 0.00 0.02 99.95 16:24:19 11:44:01 5 0.07 0.00 0.05 0.00 0.03 99.85 16:24:19 11:44:01 6 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 11:44:01 7 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 11:45:01 all 0.04 0.00 0.01 0.00 0.01 99.95 16:24:19 11:45:01 0 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 11:45:01 1 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 11:45:01 2 0.07 0.00 0.00 0.00 0.02 99.92 16:24:19 11:45:01 3 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 11:45:01 4 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 11:45:01 5 0.08 0.00 0.03 0.00 0.05 99.83 16:24:19 11:45:01 6 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 11:45:01 7 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 11:46:01 all 0.01 0.00 0.01 0.00 0.01 99.96 16:24:19 11:46:01 0 0.02 0.00 0.03 0.00 0.02 99.93 16:24:19 11:46:01 1 0.00 0.00 0.00 0.03 0.02 99.95 16:24:19 11:46:01 2 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 11:46:01 3 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 11:46:01 4 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 11:46:01 5 0.03 0.00 0.03 0.00 0.03 99.90 16:24:19 11:46:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 11:46:01 7 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 11:47:01 all 0.01 0.00 0.01 0.00 0.01 99.96 16:24:19 11:47:01 0 0.03 0.00 0.03 0.00 0.00 99.93 16:24:19 11:47:01 1 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 11:47:01 2 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 11:47:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 11:47:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 11:47:01 5 0.03 0.00 0.03 0.00 0.03 99.90 16:24:19 11:47:01 6 0.00 0.00 0.00 0.02 0.02 99.97 16:24:19 11:47:01 7 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 11:48:01 all 0.06 0.00 0.01 0.00 0.01 99.91 16:24:19 11:48:01 0 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 11:48:01 1 0.02 0.00 0.00 0.02 0.00 99.97 16:24:19 11:48:01 2 0.28 0.00 0.05 0.00 0.00 99.67 16:24:19 11:48:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 11:48:01 4 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 11:48:01 5 0.07 0.00 0.02 0.00 0.02 99.90 16:24:19 11:48:01 6 0.02 0.00 0.00 0.02 0.00 99.97 16:24:19 11:48:01 7 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 11:49:01 all 0.01 0.00 0.01 0.00 0.01 99.96 16:24:19 11:49:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 11:49:01 1 0.02 0.00 0.00 0.02 0.02 99.95 16:24:19 11:49:01 2 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 11:49:01 3 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 11:49:01 4 0.02 0.00 0.03 0.00 0.00 99.95 16:24:19 11:49:01 5 0.00 0.00 0.03 0.00 0.00 99.97 16:24:19 11:49:01 6 0.00 0.00 0.02 0.02 0.00 99.97 16:24:19 11:49:01 7 0.02 0.00 0.00 0.00 0.03 99.95 16:24:19 11:50:01 all 0.03 0.00 0.01 0.00 0.01 99.94 16:24:19 11:50:01 0 0.05 0.00 0.03 0.00 0.02 99.90 16:24:19 11:50:01 1 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 11:50:01 2 0.02 0.00 0.00 0.02 0.02 99.95 16:24:19 11:50:01 3 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 11:50:01 4 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 11:50:01 5 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 11:50:01 6 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 11:50:01 7 0.00 0.00 0.03 0.00 0.02 99.95 16:24:19 11:51:01 all 0.01 0.00 0.01 0.00 0.01 99.97 16:24:19 11:51:01 0 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 11:51:01 1 0.02 0.00 0.03 0.02 0.03 99.90 16:24:19 11:51:01 2 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 11:51:01 3 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 11:51:01 4 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 11:51:01 5 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 11:51:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 11:51:01 7 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 16:24:19 11:51:01 CPU %user %nice %system %iowait %steal %idle 16:24:19 11:52:01 all 0.02 0.00 0.01 0.00 0.01 99.95 16:24:19 11:52:01 0 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 11:52:01 1 0.03 0.00 0.03 0.00 0.03 99.90 16:24:19 11:52:01 2 0.00 0.00 0.00 0.02 0.02 99.97 16:24:19 11:52:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 11:52:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 11:52:01 5 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 11:52:01 6 0.05 0.00 0.00 0.00 0.02 99.93 16:24:19 11:52:01 7 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 11:53:01 all 0.01 0.00 0.01 0.00 0.01 99.96 16:24:19 11:53:01 0 0.00 0.00 0.03 0.00 0.02 99.95 16:24:19 11:53:01 1 0.00 0.00 0.02 0.02 0.03 99.93 16:24:19 11:53:01 2 0.00 0.00 0.02 0.02 0.02 99.95 16:24:19 11:53:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 11:53:01 4 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 11:53:01 5 0.02 0.00 0.03 0.00 0.02 99.93 16:24:19 11:53:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 11:53:01 7 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 11:54:01 all 0.03 0.00 0.00 0.00 0.01 99.95 16:24:19 11:54:01 0 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 11:54:01 1 0.03 0.00 0.02 0.02 0.03 99.90 16:24:19 11:54:01 2 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 11:54:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 11:54:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 11:54:01 5 0.07 0.00 0.00 0.00 0.02 99.92 16:24:19 11:54:01 6 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 11:54:01 7 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 11:55:01 all 0.03 0.00 0.01 0.00 0.01 99.94 16:24:19 11:55:01 0 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 11:55:01 1 0.02 0.00 0.02 0.02 0.03 99.92 16:24:19 11:55:01 2 0.17 0.00 0.05 0.00 0.02 99.77 16:24:19 11:55:01 3 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 11:55:01 4 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 11:55:01 5 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 11:55:01 6 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 11:55:01 7 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 11:56:01 all 0.03 0.00 0.00 0.00 0.01 99.95 16:24:19 11:56:01 0 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 11:56:01 1 0.05 0.00 0.02 0.02 0.03 99.88 16:24:19 11:56:01 2 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 11:56:01 3 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 11:56:01 4 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 11:56:01 5 0.05 0.00 0.00 0.00 0.02 99.93 16:24:19 11:56:01 6 0.00 0.00 0.00 0.02 0.00 99.98 16:24:19 11:56:01 7 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 11:57:01 all 0.00 0.00 0.01 0.00 0.01 99.96 16:24:19 11:57:01 0 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 11:57:01 1 0.00 0.00 0.02 0.02 0.03 99.93 16:24:19 11:57:01 2 0.00 0.00 0.00 0.02 0.02 99.97 16:24:19 11:57:01 3 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 11:57:01 4 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 11:57:01 5 0.02 0.00 0.03 0.00 0.02 99.93 16:24:19 11:57:01 6 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 11:57:01 7 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 11:58:01 all 0.04 0.00 0.01 0.00 0.01 99.94 16:24:19 11:58:01 0 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 11:58:01 1 0.07 0.00 0.02 0.02 0.03 99.87 16:24:19 11:58:01 2 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 11:58:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 11:58:01 4 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 11:58:01 5 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 11:58:01 6 0.03 0.00 0.00 0.02 0.02 99.93 16:24:19 11:58:01 7 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 11:59:01 all 0.01 0.00 0.01 0.00 0.01 99.96 16:24:19 11:59:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 11:59:01 1 0.02 0.00 0.03 0.02 0.03 99.90 16:24:19 11:59:01 2 0.02 0.00 0.00 0.02 0.02 99.95 16:24:19 11:59:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 11:59:01 4 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 11:59:01 5 0.03 0.00 0.05 0.00 0.02 99.90 16:24:19 11:59:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 11:59:01 7 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 12:00:01 all 0.03 0.00 0.01 0.00 0.01 99.94 16:24:19 12:00:01 0 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 12:00:01 1 0.05 0.00 0.00 0.02 0.03 99.90 16:24:19 12:00:01 2 0.02 0.00 0.00 0.02 0.02 99.95 16:24:19 12:00:01 3 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 12:00:01 4 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 12:00:01 5 0.05 0.00 0.00 0.00 0.02 99.93 16:24:19 12:00:01 6 0.05 0.00 0.00 0.00 0.00 99.95 16:24:19 12:00:01 7 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 12:01:01 all 0.01 0.00 0.00 0.00 0.01 99.98 16:24:19 12:01:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 12:01:01 1 0.02 0.00 0.02 0.02 0.02 99.93 16:24:19 12:01:01 2 0.00 0.00 0.00 0.02 0.00 99.98 16:24:19 12:01:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 12:01:01 4 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 12:01:01 5 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 12:01:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 12:01:01 7 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 12:02:01 all 0.01 0.00 0.01 0.00 0.01 99.96 16:24:19 12:02:01 0 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 12:02:01 1 0.02 0.00 0.02 0.02 0.03 99.92 16:24:19 12:02:01 2 0.00 0.00 0.02 0.02 0.02 99.95 16:24:19 12:02:01 3 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 12:02:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 12:02:01 5 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 12:02:01 6 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 12:02:01 7 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 16:24:19 12:02:01 CPU %user %nice %system %iowait %steal %idle 16:24:19 12:03:01 all 0.18 0.00 0.01 0.00 0.01 99.79 16:24:19 12:03:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 12:03:01 1 0.03 0.00 0.05 0.02 0.02 99.88 16:24:19 12:03:01 2 1.26 0.00 0.00 0.00 0.02 98.73 16:24:19 12:03:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 12:03:01 4 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 12:03:01 5 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 12:03:01 6 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 12:03:01 7 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 12:04:01 all 0.11 0.00 0.04 0.00 0.01 99.84 16:24:19 12:04:01 0 0.05 0.00 0.03 0.00 0.02 99.90 16:24:19 12:04:01 1 0.03 0.00 0.08 0.02 0.03 99.83 16:24:19 12:04:01 2 0.10 0.00 0.02 0.02 0.02 99.85 16:24:19 12:04:01 3 0.38 0.00 0.02 0.00 0.02 99.58 16:24:19 12:04:01 4 0.07 0.00 0.08 0.00 0.00 99.85 16:24:19 12:04:01 5 0.03 0.00 0.03 0.00 0.02 99.92 16:24:19 12:04:01 6 0.13 0.00 0.00 0.00 0.02 99.85 16:24:19 12:04:01 7 0.05 0.00 0.03 0.00 0.00 99.92 16:24:19 12:05:01 all 0.02 0.00 0.01 0.02 0.01 99.94 16:24:19 12:05:01 0 0.03 0.00 0.00 0.02 0.00 99.95 16:24:19 12:05:01 1 0.03 0.00 0.02 0.02 0.02 99.92 16:24:19 12:05:01 2 0.02 0.00 0.00 0.12 0.00 99.87 16:24:19 12:05:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 12:05:01 4 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 12:05:01 5 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 12:05:01 6 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 12:05:01 7 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 12:06:01 all 0.01 0.00 0.01 0.00 0.01 99.97 16:24:19 12:06:01 0 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 12:06:01 1 0.03 0.00 0.02 0.02 0.03 99.90 16:24:19 12:06:01 2 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 12:06:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 12:06:01 4 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 12:06:01 5 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 12:06:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 12:06:01 7 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 12:07:01 all 0.21 0.00 0.01 0.00 0.01 99.76 16:24:19 12:07:01 0 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 12:07:01 1 0.03 0.00 0.03 0.02 0.03 99.88 16:24:19 12:07:01 2 1.52 0.00 0.03 0.02 0.02 98.42 16:24:19 12:07:01 3 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 12:07:01 4 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 12:07:01 5 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 12:07:01 6 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 12:07:01 7 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 12:08:01 all 0.11 0.00 0.01 0.01 0.01 99.86 16:24:19 12:08:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 12:08:01 1 0.02 0.00 0.03 0.00 0.05 99.90 16:24:19 12:08:01 2 0.70 0.00 0.00 0.07 0.00 99.24 16:24:19 12:08:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 12:08:01 4 0.05 0.00 0.03 0.00 0.02 99.90 16:24:19 12:08:01 5 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 12:08:01 6 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 12:08:01 7 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 12:09:01 all 0.10 0.00 0.01 0.00 0.01 99.87 16:24:19 12:09:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 12:09:01 1 0.05 0.00 0.00 0.02 0.03 99.90 16:24:19 12:09:01 2 0.62 0.00 0.02 0.00 0.02 99.35 16:24:19 12:09:01 3 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 12:09:01 4 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 12:09:01 5 0.05 0.00 0.00 0.00 0.02 99.93 16:24:19 12:09:01 6 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 12:09:01 7 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 12:10:01 all 0.14 0.00 0.01 0.00 0.01 99.83 16:24:19 12:10:01 0 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 12:10:01 1 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 12:10:01 2 1.08 0.00 0.02 0.03 0.02 98.86 16:24:19 12:10:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 12:10:01 4 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 12:10:01 5 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 12:10:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 12:10:01 7 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 12:11:01 all 0.17 0.00 0.01 0.00 0.00 99.81 16:24:19 12:11:01 0 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 12:11:01 1 0.02 0.00 0.02 0.02 0.03 99.92 16:24:19 12:11:01 2 1.13 0.00 0.02 0.00 0.00 98.86 16:24:19 12:11:01 3 0.07 0.00 0.00 0.00 0.00 99.93 16:24:19 12:11:01 4 0.02 0.00 0.03 0.00 0.00 99.95 16:24:19 12:11:01 5 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 12:11:01 6 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 12:11:01 7 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 12:12:01 all 0.01 0.00 0.01 0.00 0.02 99.95 16:24:19 12:12:01 0 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 12:12:01 1 0.03 0.00 0.03 0.02 0.03 99.88 16:24:19 12:12:01 2 0.00 0.00 0.02 0.02 0.02 99.95 16:24:19 12:12:01 3 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 12:12:01 4 0.05 0.00 0.02 0.00 0.02 99.92 16:24:19 12:12:01 5 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 12:12:01 6 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 12:12:01 7 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 12:13:01 all 0.03 0.00 0.01 0.00 0.01 99.94 16:24:19 12:13:01 0 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 12:13:01 1 0.03 0.00 0.02 0.02 0.03 99.90 16:24:19 12:13:01 2 0.03 0.00 0.00 0.02 0.02 99.93 16:24:19 12:13:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 12:13:01 4 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 12:13:01 5 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 12:13:01 6 0.05 0.00 0.00 0.00 0.02 99.93 16:24:19 12:13:01 7 0.05 0.00 0.00 0.00 0.00 99.95 16:24:19 16:24:19 12:13:01 CPU %user %nice %system %iowait %steal %idle 16:24:19 12:14:01 all 0.01 0.00 0.00 0.00 0.01 99.97 16:24:19 12:14:01 0 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 12:14:01 1 0.00 0.00 0.00 0.02 0.00 99.98 16:24:19 12:14:01 2 0.00 0.00 0.00 0.02 0.02 99.97 16:24:19 12:14:01 3 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 12:14:01 4 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 12:14:01 5 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 12:14:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 12:14:01 7 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 12:15:01 all 0.03 0.00 0.01 0.00 0.01 99.95 16:24:19 12:15:01 0 0.05 0.00 0.03 0.00 0.03 99.88 16:24:19 12:15:01 1 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 12:15:01 2 0.03 0.00 0.00 0.02 0.02 99.93 16:24:19 12:15:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 12:15:01 4 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 12:15:01 5 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 12:15:01 6 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 12:15:01 7 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 12:16:01 all 0.24 0.00 0.01 0.00 0.01 99.74 16:24:19 12:16:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 12:16:01 1 0.03 0.00 0.03 0.02 0.03 99.88 16:24:19 12:16:01 2 1.79 0.00 0.02 0.02 0.00 98.17 16:24:19 12:16:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 12:16:01 4 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 12:16:01 5 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 12:16:01 6 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 12:16:01 7 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 12:17:01 all 0.01 0.00 0.01 0.00 0.01 99.97 16:24:19 12:17:01 0 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 12:17:01 1 0.02 0.00 0.02 0.02 0.03 99.92 16:24:19 12:17:01 2 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 12:17:01 3 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 12:17:01 4 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 12:17:01 5 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 12:17:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 12:17:01 7 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 12:18:01 all 0.03 0.00 0.03 0.01 0.01 99.91 16:24:19 12:18:01 0 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 12:18:01 1 0.05 0.00 0.03 0.02 0.03 99.87 16:24:19 12:18:01 2 0.05 0.00 0.05 0.07 0.02 99.82 16:24:19 12:18:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 12:18:01 4 0.02 0.00 0.05 0.00 0.00 99.93 16:24:19 12:18:01 5 0.02 0.00 0.03 0.00 0.02 99.93 16:24:19 12:18:01 6 0.03 0.00 0.03 0.00 0.02 99.92 16:24:19 12:18:01 7 0.03 0.00 0.03 0.00 0.02 99.92 16:24:19 12:19:01 all 0.01 0.00 0.01 0.00 0.01 99.97 16:24:19 12:19:01 0 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 12:19:01 1 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 12:19:01 2 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 12:19:01 3 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 12:19:01 4 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 12:19:01 5 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 12:19:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 12:19:01 7 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 12:20:01 all 0.03 0.00 0.01 0.00 0.01 99.95 16:24:19 12:20:01 0 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 12:20:01 1 0.05 0.00 0.02 0.02 0.03 99.88 16:24:19 12:20:01 2 0.02 0.00 0.02 0.02 0.00 99.95 16:24:19 12:20:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 12:20:01 4 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 12:20:01 5 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 12:20:01 6 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 12:20:01 7 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 12:21:01 all 0.01 0.00 0.01 0.00 0.01 99.96 16:24:19 12:21:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 12:21:01 1 0.02 0.00 0.00 0.02 0.02 99.95 16:24:19 12:21:01 2 0.00 0.00 0.02 0.02 0.02 99.95 16:24:19 12:21:01 3 0.05 0.00 0.02 0.00 0.00 99.93 16:24:19 12:21:01 4 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 12:21:01 5 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 12:21:01 6 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 12:21:01 7 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 12:22:01 all 0.03 0.00 0.00 0.00 0.01 99.95 16:24:19 12:22:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 12:22:01 1 0.00 0.00 0.00 0.02 0.00 99.98 16:24:19 12:22:01 2 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 12:22:01 3 0.05 0.00 0.02 0.00 0.02 99.92 16:24:19 12:22:01 4 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 12:22:01 5 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 12:22:01 6 0.05 0.00 0.02 0.00 0.03 99.90 16:24:19 12:22:01 7 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 12:23:01 all 0.09 0.00 0.01 0.00 0.01 99.88 16:24:19 12:23:01 0 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 12:23:01 1 0.02 0.00 0.02 0.02 0.02 99.93 16:24:19 12:23:01 2 0.62 0.00 0.02 0.02 0.02 99.34 16:24:19 12:23:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 12:23:01 4 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 12:23:01 5 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 12:23:01 6 0.02 0.00 0.02 0.00 0.03 99.93 16:24:19 12:23:01 7 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 12:24:01 all 0.03 0.00 0.02 0.01 0.01 99.93 16:24:19 12:24:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 12:24:01 1 0.03 0.00 0.00 0.02 0.00 99.95 16:24:19 12:24:01 2 0.03 0.00 0.00 0.08 0.00 99.88 16:24:19 12:24:01 3 0.05 0.00 0.02 0.00 0.02 99.92 16:24:19 12:24:01 4 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 12:24:01 5 0.03 0.00 0.03 0.00 0.00 99.93 16:24:19 12:24:01 6 0.08 0.00 0.05 0.00 0.03 99.83 16:24:19 12:24:01 7 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 16:24:19 12:24:01 CPU %user %nice %system %iowait %steal %idle 16:24:19 12:25:01 all 0.00 0.00 0.00 0.00 0.01 99.98 16:24:19 12:25:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 12:25:01 1 0.00 0.00 0.00 0.02 0.02 99.97 16:24:19 12:25:01 2 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 12:25:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 12:25:01 4 0.00 0.00 0.02 0.02 0.00 99.97 16:24:19 12:25:01 5 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 12:25:01 6 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 12:25:01 7 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 12:26:01 all 0.03 0.00 0.01 0.01 0.01 99.94 16:24:19 12:26:01 0 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 12:26:01 1 0.02 0.00 0.00 0.03 0.00 99.95 16:24:19 12:26:01 2 0.02 0.00 0.02 0.02 0.02 99.93 16:24:19 12:26:01 3 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 12:26:01 4 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 12:26:01 5 0.05 0.00 0.02 0.00 0.02 99.92 16:24:19 12:26:01 6 0.03 0.00 0.02 0.00 0.03 99.92 16:24:19 12:26:01 7 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 12:27:01 all 0.05 0.00 0.01 0.01 0.01 99.91 16:24:19 12:27:01 0 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 12:27:01 1 0.00 0.00 0.02 0.05 0.02 99.92 16:24:19 12:27:01 2 0.35 0.00 0.00 0.00 0.02 99.63 16:24:19 12:27:01 3 0.00 0.00 0.03 0.00 0.02 99.95 16:24:19 12:27:01 4 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 12:27:01 5 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 12:27:01 6 0.00 0.00 0.03 0.00 0.03 99.93 16:24:19 12:27:01 7 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 12:28:01 all 0.28 0.00 0.01 0.00 0.01 99.70 16:24:19 12:28:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 12:28:01 1 0.03 0.00 0.00 0.02 0.00 99.95 16:24:19 12:28:01 2 1.99 0.00 0.00 0.02 0.02 97.98 16:24:19 12:28:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 12:28:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 12:28:01 5 0.07 0.00 0.02 0.00 0.02 99.90 16:24:19 12:28:01 6 0.03 0.00 0.02 0.00 0.03 99.92 16:24:19 12:28:01 7 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 12:29:01 all 0.25 0.00 0.00 0.00 0.01 99.73 16:24:19 12:29:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 12:29:01 1 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 12:29:01 2 1.97 0.00 0.00 0.00 0.02 98.01 16:24:19 12:29:01 3 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 12:29:01 4 0.00 0.00 0.00 0.02 0.02 99.97 16:24:19 12:29:01 5 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 12:29:01 6 0.02 0.00 0.02 0.02 0.03 99.92 16:24:19 12:29:01 7 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 12:30:01 all 0.25 0.00 0.01 0.00 0.01 99.72 16:24:19 12:30:01 0 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 12:30:01 1 0.03 0.00 0.02 0.02 0.02 99.92 16:24:19 12:30:01 2 1.73 0.00 0.00 0.00 0.00 98.27 16:24:19 12:30:01 3 0.05 0.00 0.03 0.00 0.02 99.90 16:24:19 12:30:01 4 0.02 0.00 0.00 0.02 0.00 99.97 16:24:19 12:30:01 5 0.07 0.00 0.03 0.00 0.02 99.88 16:24:19 12:30:01 6 0.03 0.00 0.03 0.00 0.03 99.90 16:24:19 12:30:01 7 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 12:31:01 all 0.01 0.00 0.01 0.01 0.01 99.96 16:24:19 12:31:01 0 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 12:31:01 1 0.00 0.00 0.00 0.07 0.00 99.93 16:24:19 12:31:01 2 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 12:31:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 12:31:01 4 0.02 0.00 0.02 0.02 0.02 99.93 16:24:19 12:31:01 5 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 12:31:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 12:31:01 7 0.02 0.00 0.03 0.00 0.03 99.92 16:24:19 12:32:01 all 0.01 0.00 0.01 0.00 0.01 99.96 16:24:19 12:32:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 12:32:01 1 0.02 0.00 0.00 0.02 0.02 99.95 16:24:19 12:32:01 2 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 12:32:01 3 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 12:32:01 4 0.02 0.00 0.02 0.02 0.02 99.93 16:24:19 12:32:01 5 0.07 0.00 0.02 0.00 0.02 99.90 16:24:19 12:32:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 12:32:01 7 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 12:33:01 all 0.06 0.00 0.01 0.00 0.01 99.91 16:24:19 12:33:01 0 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 12:33:01 1 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 12:33:01 2 0.33 0.00 0.00 0.00 0.00 99.67 16:24:19 12:33:01 3 0.05 0.00 0.05 0.00 0.00 99.90 16:24:19 12:33:01 4 0.00 0.00 0.02 0.02 0.00 99.97 16:24:19 12:33:01 5 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 12:33:01 6 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 12:33:01 7 0.02 0.00 0.02 0.00 0.03 99.93 16:24:19 12:34:01 all 0.26 0.00 0.01 0.00 0.01 99.72 16:24:19 12:34:01 0 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 12:34:01 1 0.03 0.00 0.00 0.02 0.02 99.93 16:24:19 12:34:01 2 1.97 0.00 0.00 0.02 0.02 98.00 16:24:19 12:34:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 12:34:01 4 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 12:34:01 5 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 12:34:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 12:34:01 7 0.02 0.00 0.02 0.00 0.03 99.93 16:24:19 12:35:01 all 0.20 0.00 0.02 0.01 0.02 99.75 16:24:19 12:35:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 12:35:01 1 0.03 0.00 0.02 0.03 0.02 99.90 16:24:19 12:35:01 2 1.39 0.00 0.05 0.00 0.02 98.55 16:24:19 12:35:01 3 0.05 0.00 0.02 0.00 0.02 99.92 16:24:19 12:35:01 4 0.03 0.00 0.00 0.07 0.02 99.88 16:24:19 12:35:01 5 0.05 0.00 0.00 0.00 0.02 99.93 16:24:19 12:35:01 6 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 12:35:01 7 0.02 0.00 0.03 0.00 0.03 99.92 16:24:19 16:24:19 12:35:01 CPU %user %nice %system %iowait %steal %idle 16:24:19 12:36:01 all 0.02 0.00 0.01 0.00 0.01 99.96 16:24:19 12:36:01 0 0.00 0.00 0.03 0.00 0.00 99.97 16:24:19 12:36:01 1 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 12:36:01 2 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 12:36:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 12:36:01 4 0.02 0.00 0.02 0.02 0.00 99.95 16:24:19 12:36:01 5 0.07 0.00 0.02 0.00 0.00 99.92 16:24:19 12:36:01 6 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 12:36:01 7 0.03 0.00 0.02 0.00 0.03 99.92 16:24:19 12:37:01 all 0.03 0.00 0.01 0.01 0.01 99.95 16:24:19 12:37:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 12:37:01 1 0.07 0.00 0.02 0.03 0.02 99.87 16:24:19 12:37:01 2 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 12:37:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 12:37:01 4 0.02 0.00 0.00 0.02 0.02 99.95 16:24:19 12:37:01 5 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 12:37:01 6 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 12:37:01 7 0.05 0.00 0.00 0.00 0.02 99.93 16:24:19 12:38:01 all 0.02 0.00 0.01 0.00 0.02 99.95 16:24:19 12:38:01 0 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 12:38:01 1 0.03 0.00 0.00 0.02 0.03 99.92 16:24:19 12:38:01 2 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 12:38:01 3 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 12:38:01 4 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 12:38:01 5 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 12:38:01 6 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 12:38:01 7 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 12:39:01 all 0.02 0.00 0.01 0.00 0.01 99.95 16:24:19 12:39:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 12:39:01 1 0.05 0.00 0.02 0.02 0.03 99.88 16:24:19 12:39:01 2 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 12:39:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 12:39:01 4 0.03 0.00 0.03 0.02 0.00 99.92 16:24:19 12:39:01 5 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 12:39:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 12:39:01 7 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 12:40:01 all 0.02 0.00 0.02 0.00 0.01 99.95 16:24:19 12:40:01 0 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 12:40:01 1 0.02 0.00 0.05 0.02 0.03 99.88 16:24:19 12:40:01 2 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 12:40:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 12:40:01 4 0.05 0.00 0.00 0.02 0.02 99.92 16:24:19 12:40:01 5 0.03 0.00 0.03 0.00 0.02 99.92 16:24:19 12:40:01 6 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 12:40:01 7 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 12:41:01 all 0.03 0.00 0.01 0.00 0.01 99.94 16:24:19 12:41:01 0 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 12:41:01 1 0.03 0.00 0.03 0.02 0.03 99.88 16:24:19 12:41:01 2 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 12:41:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 12:41:01 4 0.08 0.00 0.02 0.00 0.02 99.88 16:24:19 12:41:01 5 0.05 0.00 0.02 0.00 0.02 99.92 16:24:19 12:41:01 6 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 12:41:01 7 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 12:42:01 all 0.00 0.00 0.01 0.00 0.01 99.97 16:24:19 12:42:01 0 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 12:42:01 1 0.00 0.00 0.03 0.02 0.02 99.93 16:24:19 12:42:01 2 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 12:42:01 3 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 12:42:01 4 0.02 0.00 0.00 0.02 0.02 99.95 16:24:19 12:42:01 5 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 12:42:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 12:42:01 7 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 12:43:01 all 0.02 0.00 0.01 0.00 0.01 99.95 16:24:19 12:43:01 0 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 12:43:01 1 0.03 0.00 0.02 0.00 0.03 99.92 16:24:19 12:43:01 2 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 12:43:01 3 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 12:43:01 4 0.02 0.00 0.02 0.02 0.00 99.95 16:24:19 12:43:01 5 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 12:43:01 6 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 12:43:01 7 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 12:44:01 all 0.02 0.00 0.01 0.00 0.01 99.95 16:24:19 12:44:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 12:44:01 1 0.02 0.00 0.02 0.02 0.02 99.93 16:24:19 12:44:01 2 0.07 0.00 0.00 0.00 0.02 99.92 16:24:19 12:44:01 3 0.03 0.00 0.03 0.00 0.03 99.90 16:24:19 12:44:01 4 0.02 0.00 0.02 0.02 0.02 99.93 16:24:19 12:44:01 5 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 12:44:01 6 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 12:44:01 7 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 12:45:01 all 0.28 0.00 0.01 0.00 0.01 99.70 16:24:19 12:45:01 0 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 12:45:01 1 0.02 0.00 0.02 0.02 0.00 99.95 16:24:19 12:45:01 2 1.97 0.00 0.00 0.00 0.00 98.03 16:24:19 12:45:01 3 0.03 0.00 0.03 0.00 0.02 99.92 16:24:19 12:45:01 4 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 12:45:01 5 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 12:45:01 6 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 12:45:01 7 0.05 0.00 0.02 0.00 0.02 99.92 16:24:19 12:46:01 all 0.26 0.00 0.01 0.00 0.02 99.71 16:24:19 12:46:01 0 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 12:46:01 1 0.00 0.00 0.00 0.02 0.02 99.97 16:24:19 12:46:01 2 1.94 0.00 0.03 0.00 0.02 98.01 16:24:19 12:46:01 3 0.02 0.00 0.03 0.00 0.03 99.92 16:24:19 12:46:01 4 0.02 0.00 0.02 0.02 0.00 99.95 16:24:19 12:46:01 5 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 12:46:01 6 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 12:46:01 7 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 16:24:19 12:46:01 CPU %user %nice %system %iowait %steal %idle 16:24:19 12:47:01 all 0.09 0.00 0.00 0.00 0.01 99.89 16:24:19 12:47:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 12:47:01 1 0.60 0.00 0.00 0.02 0.02 99.37 16:24:19 12:47:01 2 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 12:47:01 3 0.03 0.00 0.02 0.00 0.03 99.92 16:24:19 12:47:01 4 0.02 0.00 0.00 0.02 0.02 99.95 16:24:19 12:47:01 5 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 12:47:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 12:47:01 7 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 12:48:01 all 0.23 0.00 0.01 0.00 0.01 99.74 16:24:19 12:48:01 0 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 12:48:01 1 1.58 0.00 0.00 0.02 0.00 98.40 16:24:19 12:48:01 2 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 12:48:01 3 0.07 0.00 0.02 0.00 0.02 99.90 16:24:19 12:48:01 4 0.05 0.00 0.03 0.00 0.02 99.90 16:24:19 12:48:01 5 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 12:48:01 6 0.05 0.00 0.00 0.00 0.02 99.93 16:24:19 12:48:01 7 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 12:49:01 all 0.05 0.00 0.00 0.01 0.01 99.93 16:24:19 12:49:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 12:49:01 1 0.32 0.00 0.00 0.02 0.02 99.65 16:24:19 12:49:01 2 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 12:49:01 3 0.02 0.00 0.02 0.00 0.03 99.93 16:24:19 12:49:01 4 0.00 0.00 0.00 0.02 0.00 99.98 16:24:19 12:49:01 5 0.02 0.00 0.02 0.02 0.00 99.95 16:24:19 12:49:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 12:49:01 7 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 12:50:01 all 0.03 0.00 0.01 0.00 0.01 99.94 16:24:19 12:50:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 12:50:01 1 0.08 0.00 0.02 0.02 0.02 99.87 16:24:19 12:50:01 2 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 12:50:01 3 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 12:50:01 4 0.03 0.00 0.00 0.02 0.02 99.93 16:24:19 12:50:01 5 0.03 0.00 0.03 0.00 0.02 99.92 16:24:19 12:50:01 6 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 12:50:01 7 0.05 0.00 0.03 0.00 0.02 99.90 16:24:19 12:51:01 all 0.09 0.00 0.00 0.00 0.01 99.90 16:24:19 12:51:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 12:51:01 1 0.63 0.00 0.00 0.02 0.02 99.34 16:24:19 12:51:01 2 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 12:51:01 3 0.02 0.00 0.02 0.00 0.03 99.93 16:24:19 12:51:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 12:51:01 5 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 12:51:01 6 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 12:51:01 7 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 12:52:01 all 0.03 0.00 0.01 0.00 0.01 99.95 16:24:19 12:52:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 12:52:01 1 0.00 0.00 0.02 0.02 0.00 99.97 16:24:19 12:52:01 2 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 12:52:01 3 0.07 0.00 0.03 0.00 0.03 99.87 16:24:19 12:52:01 4 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 12:52:01 5 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 12:52:01 6 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 12:52:01 7 0.05 0.00 0.03 0.00 0.02 99.90 16:24:19 12:53:02 all 0.02 0.00 0.01 0.01 0.01 99.95 16:24:19 12:53:02 0 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 12:53:02 1 0.05 0.00 0.00 0.03 0.03 99.88 16:24:19 12:53:02 2 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 12:53:02 3 0.03 0.00 0.02 0.00 0.03 99.92 16:24:19 12:53:02 4 0.00 0.00 0.00 0.02 0.00 99.98 16:24:19 12:53:02 5 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 12:53:02 6 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 12:53:02 7 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 12:54:01 all 0.07 0.00 0.01 0.01 0.01 99.90 16:24:19 12:54:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 12:54:01 1 0.37 0.00 0.00 0.05 0.00 99.58 16:24:19 12:54:01 2 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 12:54:01 3 0.02 0.00 0.02 0.00 0.03 99.93 16:24:19 12:54:01 4 0.03 0.00 0.00 0.05 0.02 99.90 16:24:19 12:54:01 5 0.05 0.00 0.00 0.00 0.02 99.93 16:24:19 12:54:01 6 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 12:54:01 7 0.03 0.00 0.03 0.00 0.02 99.92 16:24:19 12:55:01 all 0.02 0.00 0.01 0.01 0.00 99.96 16:24:19 12:55:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 12:55:01 1 0.02 0.00 0.02 0.02 0.02 99.93 16:24:19 12:55:01 2 0.00 0.00 0.00 0.02 0.00 99.98 16:24:19 12:55:01 3 0.05 0.00 0.02 0.00 0.02 99.92 16:24:19 12:55:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 12:55:01 5 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 12:55:01 6 0.00 0.00 0.00 0.05 0.00 99.95 16:24:19 12:55:01 7 0.03 0.00 0.03 0.00 0.00 99.93 16:24:19 12:56:01 all 0.03 0.00 0.01 0.00 0.01 99.95 16:24:19 12:56:01 0 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 12:56:01 1 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 12:56:01 2 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 12:56:01 3 0.02 0.00 0.00 0.00 0.03 99.95 16:24:19 12:56:01 4 0.02 0.00 0.00 0.02 0.00 99.97 16:24:19 12:56:01 5 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 12:56:01 6 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 12:56:01 7 0.05 0.00 0.02 0.00 0.02 99.92 16:24:19 12:57:01 all 0.07 0.00 0.00 0.00 0.01 99.90 16:24:19 12:57:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 12:57:01 1 0.55 0.00 0.00 0.00 0.02 99.43 16:24:19 12:57:01 2 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 12:57:01 3 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 12:57:01 4 0.00 0.00 0.00 0.02 0.02 99.97 16:24:19 12:57:01 5 0.00 0.00 0.02 0.02 0.02 99.95 16:24:19 12:57:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 12:57:01 7 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 16:24:19 12:57:01 CPU %user %nice %system %iowait %steal %idle 16:24:19 12:58:01 all 0.05 0.00 0.01 0.01 0.01 99.92 16:24:19 12:58:01 0 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 12:58:01 1 0.25 0.00 0.00 0.00 0.00 99.75 16:24:19 12:58:01 2 0.03 0.00 0.00 0.02 0.00 99.95 16:24:19 12:58:01 3 0.03 0.00 0.03 0.00 0.03 99.90 16:24:19 12:58:01 4 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 12:58:01 5 0.02 0.00 0.00 0.03 0.00 99.95 16:24:19 12:58:01 6 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 12:58:01 7 0.07 0.00 0.02 0.00 0.02 99.90 16:24:19 12:59:01 all 0.02 0.00 0.01 0.00 0.01 99.96 16:24:19 12:59:01 0 0.03 0.00 0.02 0.00 0.03 99.92 16:24:19 12:59:01 1 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 12:59:01 2 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 12:59:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 12:59:01 4 0.02 0.00 0.00 0.02 0.00 99.97 16:24:19 12:59:01 5 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 12:59:01 6 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 12:59:01 7 0.05 0.00 0.03 0.00 0.02 99.90 16:24:19 13:00:01 all 0.03 0.00 0.01 0.00 0.01 99.95 16:24:19 13:00:01 0 0.07 0.00 0.00 0.00 0.02 99.92 16:24:19 13:00:01 1 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 13:00:01 2 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 13:00:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 13:00:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 13:00:01 5 0.02 0.00 0.02 0.03 0.00 99.93 16:24:19 13:00:01 6 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 13:00:01 7 0.05 0.00 0.02 0.00 0.02 99.92 16:24:19 13:01:01 all 0.24 0.00 0.01 0.01 0.02 99.72 16:24:19 13:01:01 0 0.02 0.00 0.03 0.00 0.03 99.92 16:24:19 13:01:01 1 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 13:01:01 2 1.89 0.00 0.03 0.00 0.02 98.06 16:24:19 13:01:01 3 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 13:01:01 4 0.00 0.00 0.00 0.05 0.02 99.93 16:24:19 13:01:01 5 0.02 0.00 0.00 0.02 0.02 99.95 16:24:19 13:01:01 6 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 13:01:01 7 0.00 0.00 0.03 0.00 0.02 99.95 16:24:19 13:02:01 all 0.21 0.00 0.01 0.01 0.01 99.75 16:24:19 13:02:01 0 0.03 0.00 0.02 0.00 0.03 99.92 16:24:19 13:02:01 1 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 13:02:01 2 1.56 0.00 0.05 0.00 0.02 98.37 16:24:19 13:02:01 3 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 13:02:01 4 0.02 0.00 0.00 0.07 0.00 99.92 16:24:19 13:02:01 5 0.02 0.00 0.02 0.02 0.02 99.93 16:24:19 13:02:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 13:02:01 7 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 13:03:01 all 0.04 0.00 0.02 0.00 0.01 99.93 16:24:19 13:03:01 0 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 13:03:01 1 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 13:03:01 2 0.18 0.00 0.05 0.00 0.02 99.75 16:24:19 13:03:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 13:03:01 4 0.00 0.00 0.00 0.02 0.02 99.97 16:24:19 13:03:01 5 0.02 0.00 0.02 0.02 0.00 99.95 16:24:19 13:03:01 6 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 13:03:01 7 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 13:04:01 all 0.09 0.00 0.05 0.00 0.01 99.84 16:24:19 13:04:01 0 0.08 0.00 0.03 0.00 0.03 99.85 16:24:19 13:04:01 1 0.03 0.00 0.13 0.00 0.00 99.83 16:24:19 13:04:01 2 0.10 0.00 0.00 0.00 0.00 99.90 16:24:19 13:04:01 3 0.08 0.00 0.05 0.00 0.02 99.85 16:24:19 13:04:01 4 0.12 0.00 0.03 0.02 0.00 99.83 16:24:19 13:04:01 5 0.12 0.00 0.03 0.02 0.02 99.82 16:24:19 13:04:01 6 0.05 0.00 0.12 0.00 0.00 99.83 16:24:19 13:04:01 7 0.13 0.00 0.02 0.00 0.02 99.83 16:24:19 13:05:01 all 0.11 0.00 0.01 0.02 0.01 99.85 16:24:19 13:05:01 0 0.03 0.00 0.03 0.00 0.02 99.92 16:24:19 13:05:01 1 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 13:05:01 2 0.68 0.00 0.00 0.02 0.03 99.27 16:24:19 13:05:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 13:05:01 4 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 13:05:01 5 0.03 0.00 0.00 0.10 0.00 99.87 16:24:19 13:05:01 6 0.02 0.00 0.00 0.02 0.02 99.95 16:24:19 13:05:01 7 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 13:06:01 all 0.01 0.00 0.01 0.00 0.01 99.96 16:24:19 13:06:01 0 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 13:06:01 1 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 13:06:01 2 0.00 0.00 0.00 0.02 0.02 99.97 16:24:19 13:06:01 3 0.03 0.00 0.03 0.00 0.00 99.93 16:24:19 13:06:01 4 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 13:06:01 5 0.02 0.00 0.03 0.00 0.02 99.93 16:24:19 13:06:01 6 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 13:06:01 7 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 13:07:01 all 0.03 0.00 0.01 0.00 0.01 99.95 16:24:19 13:07:01 0 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 13:07:01 1 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 13:07:01 2 0.07 0.00 0.00 0.02 0.00 99.92 16:24:19 13:07:01 3 0.02 0.00 0.03 0.00 0.00 99.95 16:24:19 13:07:01 4 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 13:07:01 5 0.03 0.00 0.02 0.02 0.00 99.93 16:24:19 13:07:01 6 0.02 0.00 0.02 0.00 0.03 99.93 16:24:19 13:07:01 7 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 13:08:01 all 0.11 0.00 0.01 0.00 0.01 99.86 16:24:19 13:08:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 13:08:01 1 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 13:08:01 2 0.80 0.00 0.00 0.02 0.02 99.17 16:24:19 13:08:01 3 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 13:08:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 13:08:01 5 0.00 0.00 0.00 0.02 0.02 99.97 16:24:19 13:08:01 6 0.03 0.00 0.02 0.00 0.03 99.92 16:24:19 13:08:01 7 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 16:24:19 13:08:01 CPU %user %nice %system %iowait %steal %idle 16:24:19 13:09:01 all 0.02 0.00 0.02 0.00 0.01 99.95 16:24:19 13:09:01 0 0.02 0.00 0.03 0.00 0.02 99.93 16:24:19 13:09:01 1 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 13:09:01 2 0.00 0.00 0.00 0.02 0.02 99.97 16:24:19 13:09:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 13:09:01 4 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 13:09:01 5 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 13:09:01 6 0.03 0.00 0.02 0.00 0.03 99.92 16:24:19 13:09:01 7 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 13:10:01 all 0.01 0.00 0.01 0.00 0.01 99.97 16:24:19 13:10:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 13:10:01 1 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 13:10:01 2 0.00 0.00 0.02 0.02 0.02 99.95 16:24:19 13:10:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 13:10:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 13:10:01 5 0.03 0.00 0.02 0.02 0.02 99.92 16:24:19 13:10:01 6 0.00 0.00 0.03 0.00 0.02 99.95 16:24:19 13:10:01 7 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 13:11:01 all 0.02 0.00 0.01 0.00 0.01 99.95 16:24:19 13:11:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 13:11:01 1 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 13:11:01 2 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 13:11:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 13:11:01 4 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 13:11:01 5 0.02 0.00 0.02 0.02 0.00 99.95 16:24:19 13:11:01 6 0.03 0.00 0.02 0.00 0.03 99.92 16:24:19 13:11:01 7 0.05 0.00 0.02 0.00 0.02 99.92 16:24:19 13:12:01 all 0.01 0.00 0.01 0.00 0.01 99.96 16:24:19 13:12:01 0 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 13:12:01 1 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 13:12:01 2 0.00 0.00 0.00 0.02 0.02 99.97 16:24:19 13:12:01 3 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 13:12:01 4 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 13:12:01 5 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 13:12:01 6 0.02 0.00 0.02 0.00 0.03 99.93 16:24:19 13:12:01 7 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 13:13:01 all 0.03 0.00 0.01 0.00 0.01 99.94 16:24:19 13:13:01 0 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 13:13:01 1 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 13:13:01 2 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 13:13:01 3 0.02 0.00 0.03 0.00 0.00 99.95 16:24:19 13:13:01 4 0.05 0.00 0.00 0.00 0.02 99.93 16:24:19 13:13:01 5 0.05 0.00 0.00 0.02 0.02 99.92 16:24:19 13:13:01 6 0.03 0.00 0.03 0.00 0.03 99.90 16:24:19 13:13:01 7 0.05 0.00 0.03 0.00 0.02 99.90 16:24:19 13:14:01 all 0.01 0.00 0.01 0.00 0.01 99.97 16:24:19 13:14:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 13:14:01 1 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 13:14:01 2 0.00 0.00 0.00 0.02 0.02 99.97 16:24:19 13:14:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 13:14:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 13:14:01 5 0.03 0.00 0.03 0.02 0.00 99.92 16:24:19 13:14:01 6 0.00 0.00 0.03 0.00 0.02 99.95 16:24:19 13:14:01 7 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 13:15:01 all 0.02 0.00 0.00 0.00 0.01 99.95 16:24:19 13:15:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 13:15:01 1 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 13:15:01 2 0.02 0.00 0.00 0.02 0.02 99.95 16:24:19 13:15:01 3 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 13:15:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 13:15:01 5 0.05 0.00 0.00 0.02 0.02 99.92 16:24:19 13:15:01 6 0.03 0.00 0.00 0.00 0.03 99.93 16:24:19 13:15:01 7 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 13:16:01 all 0.04 0.00 0.01 0.00 0.01 99.94 16:24:19 13:16:01 0 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 13:16:01 1 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 13:16:01 2 0.28 0.00 0.02 0.00 0.02 99.68 16:24:19 13:16:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 13:16:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 13:16:01 5 0.02 0.00 0.02 0.02 0.00 99.95 16:24:19 13:16:01 6 0.02 0.00 0.00 0.00 0.03 99.95 16:24:19 13:16:01 7 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 13:17:01 all 0.01 0.00 0.01 0.00 0.01 99.97 16:24:19 13:17:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 13:17:01 1 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 13:17:01 2 0.00 0.00 0.00 0.02 0.00 99.98 16:24:19 13:17:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 13:17:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 13:17:01 5 0.02 0.00 0.03 0.02 0.02 99.92 16:24:19 13:17:01 6 0.02 0.00 0.03 0.00 0.02 99.93 16:24:19 13:17:01 7 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 13:18:01 all 0.02 0.00 0.01 0.00 0.01 99.95 16:24:19 13:18:01 0 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 13:18:01 1 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 13:18:01 2 0.00 0.00 0.00 0.02 0.02 99.97 16:24:19 13:18:01 3 0.02 0.00 0.03 0.00 0.02 99.93 16:24:19 13:18:01 4 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 13:18:01 5 0.02 0.00 0.02 0.02 0.02 99.93 16:24:19 13:18:01 6 0.02 0.00 0.02 0.00 0.03 99.93 16:24:19 13:18:01 7 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 13:19:01 all 0.01 0.00 0.01 0.00 0.01 99.97 16:24:19 13:19:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 13:19:01 1 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 13:19:01 2 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 13:19:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 13:19:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 13:19:01 5 0.03 0.00 0.02 0.02 0.00 99.93 16:24:19 13:19:01 6 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 13:19:01 7 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 16:24:19 13:19:01 CPU %user %nice %system %iowait %steal %idle 16:24:19 13:20:01 all 0.03 0.00 0.01 0.00 0.01 99.95 16:24:19 13:20:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 13:20:01 1 0.07 0.00 0.02 0.00 0.00 99.92 16:24:19 13:20:01 2 0.00 0.00 0.02 0.02 0.02 99.95 16:24:19 13:20:01 3 0.07 0.00 0.00 0.00 0.00 99.93 16:24:19 13:20:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 13:20:01 5 0.07 0.00 0.02 0.02 0.02 99.88 16:24:19 13:20:01 6 0.00 0.00 0.00 0.00 0.03 99.97 16:24:19 13:20:01 7 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 13:21:01 all 0.02 0.00 0.01 0.00 0.01 99.96 16:24:19 13:21:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 13:21:01 1 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 13:21:01 2 0.00 0.00 0.00 0.02 0.00 99.98 16:24:19 13:21:01 3 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 13:21:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 13:21:01 5 0.05 0.00 0.02 0.02 0.02 99.90 16:24:19 13:21:01 6 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 13:21:01 7 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 13:22:01 all 0.03 0.00 0.01 0.00 0.01 99.95 16:24:19 13:22:01 0 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 13:22:01 1 0.05 0.00 0.02 0.00 0.00 99.93 16:24:19 13:22:01 2 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 13:22:01 3 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 13:22:01 4 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 13:22:01 5 0.07 0.00 0.02 0.02 0.02 99.88 16:24:19 13:22:01 6 0.00 0.00 0.02 0.00 0.03 99.95 16:24:19 13:22:01 7 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 13:23:01 all 0.02 0.00 0.01 0.00 0.01 99.96 16:24:19 13:23:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 13:23:01 1 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 13:23:01 2 0.00 0.00 0.00 0.02 0.02 99.97 16:24:19 13:23:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 13:23:01 4 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 13:23:01 5 0.02 0.00 0.00 0.02 0.00 99.97 16:24:19 13:23:01 6 0.03 0.00 0.02 0.00 0.03 99.92 16:24:19 13:23:01 7 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 13:24:01 all 0.03 0.00 0.02 0.00 0.01 99.93 16:24:19 13:24:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 13:24:01 1 0.03 0.00 0.03 0.00 0.02 99.92 16:24:19 13:24:01 2 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 13:24:01 3 0.03 0.00 0.00 0.02 0.02 99.93 16:24:19 13:24:01 4 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 13:24:01 5 0.07 0.00 0.03 0.02 0.02 99.87 16:24:19 13:24:01 6 0.07 0.00 0.02 0.00 0.03 99.88 16:24:19 13:24:01 7 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 13:25:01 all 0.02 0.00 0.01 0.00 0.01 99.96 16:24:19 13:25:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 13:25:01 1 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 13:25:01 2 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 13:25:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 13:25:01 4 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 13:25:01 5 0.03 0.00 0.03 0.02 0.02 99.90 16:24:19 13:25:01 6 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 13:25:01 7 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 13:26:01 all 0.11 0.00 0.01 0.00 0.01 99.86 16:24:19 13:26:01 0 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 13:26:01 1 0.03 0.00 0.03 0.00 0.02 99.92 16:24:19 13:26:01 2 0.73 0.00 0.00 0.02 0.02 99.24 16:24:19 13:26:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 13:26:01 4 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 13:26:01 5 0.03 0.00 0.02 0.02 0.02 99.92 16:24:19 13:26:01 6 0.03 0.00 0.00 0.00 0.03 99.93 16:24:19 13:26:01 7 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 13:27:01 all 0.07 0.00 0.01 0.00 0.01 99.90 16:24:19 13:27:01 0 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 13:27:01 1 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 13:27:01 2 0.55 0.00 0.02 0.00 0.00 99.43 16:24:19 13:27:01 3 0.00 0.00 0.00 0.02 0.02 99.97 16:24:19 13:27:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 13:27:01 5 0.00 0.00 0.02 0.02 0.00 99.97 16:24:19 13:27:01 6 0.03 0.00 0.03 0.00 0.03 99.90 16:24:19 13:27:01 7 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 13:28:01 all 0.22 0.00 0.01 0.00 0.01 99.76 16:24:19 13:28:01 0 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 13:28:01 1 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 13:28:01 2 1.50 0.00 0.02 0.00 0.02 98.47 16:24:19 13:28:01 3 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 13:28:01 4 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 13:28:01 5 0.05 0.00 0.00 0.02 0.02 99.92 16:24:19 13:28:01 6 0.05 0.00 0.02 0.00 0.02 99.92 16:24:19 13:28:01 7 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 13:29:01 all 0.04 0.00 0.01 0.01 0.01 99.92 16:24:19 13:29:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 13:29:01 1 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 13:29:01 2 0.32 0.00 0.00 0.00 0.02 99.67 16:24:19 13:29:01 3 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 13:29:01 4 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 13:29:01 5 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 13:29:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 13:29:01 7 0.00 0.00 0.00 0.12 0.02 99.87 16:24:19 13:30:01 all 0.03 0.00 0.01 0.00 0.01 99.94 16:24:19 13:30:01 0 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 13:30:01 1 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 13:30:01 2 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 13:30:01 3 0.08 0.00 0.02 0.00 0.03 99.87 16:24:19 13:30:01 4 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 13:30:01 5 0.03 0.00 0.02 0.02 0.00 99.93 16:24:19 13:30:01 6 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 13:30:01 7 0.03 0.00 0.03 0.02 0.02 99.90 16:24:19 16:24:19 13:30:01 CPU %user %nice %system %iowait %steal %idle 16:24:19 13:31:01 all 0.01 0.00 0.01 0.00 0.01 99.96 16:24:19 13:31:01 0 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 13:31:01 1 0.02 0.00 0.03 0.00 0.02 99.93 16:24:19 13:31:01 2 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 13:31:01 3 0.03 0.00 0.05 0.00 0.03 99.88 16:24:19 13:31:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 13:31:01 5 0.02 0.00 0.02 0.02 0.02 99.93 16:24:19 13:31:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 13:31:01 7 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 13:32:01 all 0.02 0.00 0.01 0.00 0.01 99.96 16:24:19 13:32:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 13:32:01 1 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 13:32:01 2 0.10 0.00 0.00 0.00 0.02 99.88 16:24:19 13:32:01 3 0.03 0.00 0.02 0.00 0.03 99.92 16:24:19 13:32:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 13:32:01 5 0.02 0.00 0.00 0.02 0.02 99.95 16:24:19 13:32:01 6 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 13:32:01 7 0.02 0.00 0.00 0.02 0.00 99.97 16:24:19 13:33:01 all 0.02 0.00 0.01 0.01 0.01 99.96 16:24:19 13:33:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 13:33:01 1 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 13:33:01 2 0.02 0.00 0.02 0.02 0.02 99.93 16:24:19 13:33:01 3 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 13:33:01 4 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 13:33:01 5 0.03 0.00 0.02 0.03 0.00 99.92 16:24:19 13:33:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 13:33:01 7 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 13:34:01 all 0.01 0.00 0.01 0.00 0.01 99.97 16:24:19 13:34:01 0 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 13:34:01 1 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 13:34:01 2 0.00 0.00 0.00 0.02 0.00 99.98 16:24:19 13:34:01 3 0.03 0.00 0.02 0.00 0.03 99.92 16:24:19 13:34:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 13:34:01 5 0.00 0.00 0.02 0.02 0.02 99.95 16:24:19 13:34:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 13:34:01 7 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 13:35:01 all 0.12 0.00 0.02 0.00 0.01 99.85 16:24:19 13:35:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 13:35:01 1 0.02 0.00 0.03 0.00 0.02 99.93 16:24:19 13:35:01 2 0.78 0.00 0.02 0.00 0.02 99.19 16:24:19 13:35:01 3 0.05 0.00 0.02 0.00 0.05 99.88 16:24:19 13:35:01 4 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 13:35:01 5 0.03 0.00 0.02 0.02 0.02 99.92 16:24:19 13:35:01 6 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 13:35:01 7 0.02 0.00 0.02 0.02 0.00 99.95 16:24:19 13:36:01 all 0.24 0.00 0.00 0.00 0.01 99.74 16:24:19 13:36:01 0 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 13:36:01 1 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 13:36:01 2 1.82 0.00 0.02 0.00 0.05 98.11 16:24:19 13:36:01 3 0.05 0.00 0.00 0.00 0.03 99.92 16:24:19 13:36:01 4 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 13:36:01 5 0.00 0.00 0.00 0.03 0.00 99.97 16:24:19 13:36:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 13:36:01 7 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 13:37:01 all 0.23 0.00 0.01 0.03 0.01 99.72 16:24:19 13:37:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 13:37:01 1 0.05 0.00 0.02 0.00 0.02 99.92 16:24:19 13:37:01 2 1.63 0.00 0.00 0.18 0.00 98.19 16:24:19 13:37:01 3 0.07 0.00 0.05 0.00 0.03 99.85 16:24:19 13:37:01 4 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 13:37:01 5 0.03 0.00 0.02 0.03 0.02 99.90 16:24:19 13:37:01 6 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 13:37:01 7 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 13:38:01 all 0.02 0.00 0.01 0.00 0.01 99.96 16:24:19 13:38:01 0 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 13:38:01 1 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 13:38:01 2 0.02 0.00 0.00 0.02 0.02 99.95 16:24:19 13:38:01 3 0.05 0.00 0.02 0.00 0.02 99.92 16:24:19 13:38:01 4 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 13:38:01 5 0.03 0.00 0.00 0.02 0.00 99.95 16:24:19 13:38:01 6 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 13:38:01 7 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 13:39:01 all 0.02 0.00 0.01 0.00 0.01 99.95 16:24:19 13:39:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 13:39:01 1 0.05 0.00 0.02 0.00 0.02 99.92 16:24:19 13:39:01 2 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 13:39:01 3 0.03 0.00 0.03 0.00 0.03 99.90 16:24:19 13:39:01 4 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 13:39:01 5 0.05 0.00 0.02 0.02 0.02 99.90 16:24:19 13:39:01 6 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 13:39:01 7 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 13:40:01 all 0.01 0.00 0.01 0.01 0.01 99.96 16:24:19 13:40:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 13:40:01 1 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 13:40:01 2 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 13:40:01 3 0.02 0.00 0.03 0.00 0.03 99.92 16:24:19 13:40:01 4 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 13:40:01 5 0.02 0.00 0.00 0.03 0.00 99.95 16:24:19 13:40:01 6 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 13:40:01 7 0.00 0.00 0.00 0.02 0.00 99.98 16:24:19 13:41:01 all 0.02 0.00 0.01 0.00 0.01 99.95 16:24:19 13:41:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 13:41:01 1 0.03 0.00 0.03 0.00 0.02 99.92 16:24:19 13:41:01 2 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 13:41:01 3 0.03 0.00 0.03 0.00 0.02 99.92 16:24:19 13:41:01 4 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 13:41:01 5 0.00 0.00 0.02 0.02 0.02 99.95 16:24:19 13:41:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 13:41:01 7 0.03 0.00 0.00 0.02 0.02 99.93 16:24:19 16:24:19 13:41:01 CPU %user %nice %system %iowait %steal %idle 16:24:19 13:42:01 all 0.02 0.00 0.01 0.00 0.00 99.97 16:24:19 13:42:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 13:42:01 1 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 13:42:01 2 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 13:42:01 3 0.03 0.00 0.03 0.00 0.03 99.90 16:24:19 13:42:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 13:42:01 5 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 13:42:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 13:42:01 7 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 13:43:01 all 0.04 0.00 0.01 0.00 0.01 99.94 16:24:19 13:43:01 0 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 13:43:01 1 0.05 0.00 0.00 0.00 0.02 99.93 16:24:19 13:43:01 2 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 13:43:01 3 0.05 0.00 0.02 0.00 0.03 99.90 16:24:19 13:43:01 4 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 13:43:01 5 0.03 0.00 0.00 0.02 0.02 99.93 16:24:19 13:43:01 6 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 13:43:01 7 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 13:44:01 all 0.02 0.00 0.01 0.00 0.01 99.96 16:24:19 13:44:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 13:44:01 1 0.03 0.00 0.03 0.00 0.02 99.92 16:24:19 13:44:01 2 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 13:44:01 3 0.03 0.00 0.03 0.02 0.02 99.90 16:24:19 13:44:01 4 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 13:44:01 5 0.05 0.00 0.00 0.02 0.00 99.93 16:24:19 13:44:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 13:44:01 7 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 13:45:01 all 0.03 0.00 0.01 0.00 0.01 99.94 16:24:19 13:45:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 13:45:01 1 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 13:45:01 2 0.02 0.00 0.02 0.02 0.02 99.93 16:24:19 13:45:01 3 0.03 0.00 0.03 0.00 0.03 99.90 16:24:19 13:45:01 4 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 13:45:01 5 0.05 0.00 0.02 0.02 0.02 99.90 16:24:19 13:45:01 6 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 13:45:01 7 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 13:46:01 all 0.01 0.00 0.01 0.00 0.01 99.96 16:24:19 13:46:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 13:46:01 1 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 13:46:01 2 0.00 0.00 0.00 0.02 0.02 99.97 16:24:19 13:46:01 3 0.03 0.00 0.03 0.00 0.02 99.92 16:24:19 13:46:01 4 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 13:46:01 5 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 13:46:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 13:46:01 7 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 13:47:01 all 0.02 0.00 0.01 0.00 0.01 99.96 16:24:19 13:47:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 13:47:01 1 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 13:47:01 2 0.03 0.00 0.00 0.02 0.00 99.95 16:24:19 13:47:01 3 0.05 0.00 0.03 0.00 0.03 99.88 16:24:19 13:47:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 13:47:01 5 0.00 0.00 0.02 0.02 0.00 99.97 16:24:19 13:47:01 6 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 13:47:01 7 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 13:48:01 all 0.04 0.00 0.01 0.00 0.01 99.93 16:24:19 13:48:01 0 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 13:48:01 1 0.05 0.00 0.02 0.00 0.00 99.93 16:24:19 13:48:01 2 0.13 0.00 0.02 0.02 0.02 99.82 16:24:19 13:48:01 3 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 13:48:01 4 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 13:48:01 5 0.03 0.00 0.02 0.02 0.02 99.92 16:24:19 13:48:01 6 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 13:48:01 7 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 13:49:01 all 0.36 0.00 0.25 0.16 0.01 99.22 16:24:19 13:49:01 0 0.50 0.00 0.18 0.00 0.00 99.32 16:24:19 13:49:01 1 1.28 0.00 0.35 0.02 0.02 98.33 16:24:19 13:49:01 2 0.10 0.00 0.10 0.02 0.00 99.78 16:24:19 13:49:01 3 0.12 0.00 0.10 0.48 0.03 99.27 16:24:19 13:49:01 4 0.15 0.00 0.73 0.15 0.02 98.95 16:24:19 13:49:01 5 0.32 0.00 0.38 0.37 0.02 98.92 16:24:19 13:49:01 6 0.28 0.00 0.10 0.20 0.00 99.42 16:24:19 13:49:01 7 0.12 0.00 0.08 0.02 0.00 99.78 16:24:19 13:50:01 all 0.03 0.00 0.01 0.01 0.01 99.94 16:24:19 13:50:01 0 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 13:50:01 1 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 13:50:01 2 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 13:50:01 3 0.02 0.00 0.02 0.02 0.00 99.95 16:24:19 13:50:01 4 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 13:50:01 5 0.05 0.00 0.03 0.03 0.03 99.85 16:24:19 13:50:01 6 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 13:50:01 7 0.05 0.00 0.02 0.00 0.02 99.92 16:24:19 13:51:01 all 0.01 0.00 0.01 0.00 0.01 99.97 16:24:19 13:51:01 0 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 13:51:01 1 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 13:51:01 2 0.00 0.00 0.00 0.02 0.00 99.98 16:24:19 13:51:01 3 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 13:51:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 13:51:01 5 0.03 0.00 0.02 0.00 0.03 99.92 16:24:19 13:51:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 13:51:01 7 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 13:52:01 all 0.05 0.00 0.01 0.01 0.01 99.93 16:24:19 13:52:01 0 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 13:52:01 1 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 13:52:01 2 0.10 0.00 0.00 0.02 0.00 99.88 16:24:19 13:52:01 3 0.03 0.00 0.00 0.02 0.00 99.95 16:24:19 13:52:01 4 0.07 0.00 0.00 0.00 0.00 99.93 16:24:19 13:52:01 5 0.05 0.00 0.02 0.02 0.03 99.88 16:24:19 13:52:01 6 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 13:52:01 7 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 16:24:19 13:52:01 CPU %user %nice %system %iowait %steal %idle 16:24:19 13:53:01 all 0.01 0.00 0.01 0.00 0.01 99.96 16:24:19 13:53:01 0 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 13:53:01 1 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 13:53:01 2 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 13:53:01 3 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 13:53:01 4 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 13:53:01 5 0.02 0.00 0.03 0.03 0.03 99.88 16:24:19 13:53:01 6 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 13:53:01 7 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 13:54:01 all 0.05 0.00 0.00 0.01 0.01 99.93 16:24:19 13:54:01 0 0.05 0.00 0.00 0.00 0.00 99.95 16:24:19 13:54:01 1 0.05 0.00 0.02 0.00 0.00 99.93 16:24:19 13:54:01 2 0.03 0.00 0.02 0.02 0.02 99.92 16:24:19 13:54:01 3 0.05 0.00 0.00 0.00 0.02 99.93 16:24:19 13:54:01 4 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 13:54:01 5 0.08 0.00 0.00 0.03 0.03 99.85 16:24:19 13:54:01 6 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 13:54:01 7 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 13:55:01 all 0.01 0.00 0.01 0.00 0.01 99.97 16:24:19 13:55:01 0 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 13:55:01 1 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 13:55:01 2 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 13:55:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 13:55:01 4 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 13:55:01 5 0.02 0.00 0.02 0.03 0.03 99.90 16:24:19 13:55:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 13:55:01 7 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 13:56:01 all 0.04 0.00 0.01 0.00 0.01 99.94 16:24:19 13:56:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 13:56:01 1 0.08 0.00 0.05 0.00 0.02 99.85 16:24:19 13:56:01 2 0.07 0.00 0.00 0.02 0.00 99.92 16:24:19 13:56:01 3 0.05 0.00 0.02 0.00 0.00 99.93 16:24:19 13:56:01 4 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 13:56:01 5 0.03 0.00 0.03 0.00 0.03 99.90 16:24:19 13:56:01 6 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 13:56:01 7 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 13:57:01 all 0.02 0.00 0.01 0.00 0.01 99.96 16:24:19 13:57:01 0 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 13:57:01 1 0.03 0.00 0.02 0.02 0.02 99.92 16:24:19 13:57:01 2 0.12 0.00 0.00 0.00 0.02 99.87 16:24:19 13:57:01 3 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 13:57:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 13:57:01 5 0.02 0.00 0.02 0.02 0.02 99.93 16:24:19 13:57:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 13:57:01 7 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 13:58:01 all 0.20 0.00 0.01 0.00 0.01 99.77 16:24:19 13:58:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 13:58:01 1 0.05 0.00 0.03 0.02 0.03 99.87 16:24:19 13:58:01 2 1.43 0.00 0.00 0.00 0.02 98.55 16:24:19 13:58:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 13:58:01 4 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 13:58:01 5 0.02 0.00 0.02 0.02 0.03 99.92 16:24:19 13:58:01 6 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 13:58:01 7 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 13:59:01 all 0.13 0.00 0.00 0.00 0.01 99.85 16:24:19 13:59:01 0 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 13:59:01 1 0.02 0.00 0.00 0.02 0.02 99.95 16:24:19 13:59:01 2 0.98 0.00 0.00 0.00 0.02 99.01 16:24:19 13:59:01 3 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 13:59:01 4 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 13:59:01 5 0.03 0.00 0.02 0.02 0.03 99.90 16:24:19 13:59:01 6 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 13:59:01 7 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 14:00:01 all 0.02 0.00 0.01 0.00 0.01 99.96 16:24:19 14:00:01 0 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 14:00:01 1 0.05 0.00 0.03 0.00 0.02 99.90 16:24:19 14:00:01 2 0.03 0.00 0.00 0.02 0.02 99.93 16:24:19 14:00:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 14:00:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 14:00:01 5 0.03 0.00 0.05 0.02 0.02 99.88 16:24:19 14:00:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 14:00:01 7 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 14:01:01 all 0.01 0.00 0.01 0.00 0.01 99.97 16:24:19 14:01:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 14:01:01 1 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 14:01:01 2 0.02 0.00 0.00 0.02 0.02 99.95 16:24:19 14:01:01 3 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 14:01:01 4 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 14:01:01 5 0.02 0.00 0.02 0.00 0.03 99.93 16:24:19 14:01:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 14:01:01 7 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 14:02:01 all 0.01 0.00 0.01 0.00 0.01 99.97 16:24:19 14:02:01 0 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 14:02:01 1 0.03 0.00 0.02 0.02 0.02 99.92 16:24:19 14:02:01 2 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 14:02:01 3 0.02 0.00 0.03 0.00 0.00 99.95 16:24:19 14:02:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 14:02:01 5 0.02 0.00 0.00 0.02 0.02 99.95 16:24:19 14:02:01 6 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 14:02:01 7 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 14:03:01 all 0.03 0.00 0.00 0.00 0.01 99.96 16:24:19 14:03:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 14:03:01 1 0.05 0.00 0.00 0.00 0.03 99.92 16:24:19 14:03:01 2 0.05 0.00 0.00 0.02 0.02 99.92 16:24:19 14:03:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 14:03:01 4 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 14:03:01 5 0.00 0.00 0.00 0.02 0.03 99.95 16:24:19 14:03:01 6 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 14:03:01 7 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 16:24:19 14:03:01 CPU %user %nice %system %iowait %steal %idle 16:24:19 14:04:01 all 0.02 0.00 0.01 0.00 0.01 99.96 16:24:19 14:04:01 0 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 14:04:01 1 0.03 0.00 0.03 0.00 0.02 99.92 16:24:19 14:04:01 2 0.02 0.00 0.00 0.02 0.02 99.95 16:24:19 14:04:01 3 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 14:04:01 4 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 14:04:01 5 0.05 0.00 0.03 0.02 0.03 99.87 16:24:19 14:04:01 6 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 14:04:01 7 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 14:05:01 all 0.06 0.00 0.02 0.11 0.01 99.80 16:24:19 14:05:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 14:05:01 1 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 14:05:01 2 0.05 0.00 0.02 0.00 0.02 99.92 16:24:19 14:05:01 3 0.03 0.00 0.03 0.00 0.00 99.93 16:24:19 14:05:01 4 0.05 0.00 0.02 0.00 0.00 99.93 16:24:19 14:05:01 5 0.17 0.00 0.05 0.85 0.03 98.90 16:24:19 14:05:01 6 0.07 0.00 0.02 0.02 0.00 99.90 16:24:19 14:05:01 7 0.05 0.00 0.00 0.00 0.02 99.93 16:24:19 14:06:01 all 0.02 0.00 0.02 1.25 0.01 98.70 16:24:19 14:06:01 0 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 14:06:01 1 0.05 0.00 0.03 0.52 0.02 99.38 16:24:19 14:06:01 2 0.00 0.00 0.00 0.02 0.02 99.97 16:24:19 14:06:01 3 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 14:06:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 14:06:01 5 0.02 0.00 0.03 5.09 0.03 94.83 16:24:19 14:06:01 6 0.02 0.00 0.00 4.38 0.02 95.58 16:24:19 14:06:01 7 0.02 0.00 0.03 0.00 0.02 99.93 16:24:19 14:07:01 all 0.05 0.00 0.01 0.00 0.01 99.93 16:24:19 14:07:01 0 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 14:07:01 1 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 14:07:01 2 0.20 0.00 0.02 0.00 0.02 99.77 16:24:19 14:07:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 14:07:01 4 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 14:07:01 5 0.03 0.00 0.02 0.02 0.02 99.92 16:24:19 14:07:01 6 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 14:07:01 7 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 14:08:01 all 0.03 0.00 0.01 0.00 0.01 99.95 16:24:19 14:08:01 0 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 14:08:01 1 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 14:08:01 2 0.18 0.00 0.02 0.00 0.00 99.80 16:24:19 14:08:01 3 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 14:08:01 4 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 14:08:01 5 0.00 0.00 0.02 0.02 0.03 99.93 16:24:19 14:08:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 14:08:01 7 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 14:09:01 all 0.18 0.00 0.01 0.00 0.01 99.80 16:24:19 14:09:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 14:09:01 1 0.00 0.00 0.02 0.02 0.02 99.95 16:24:19 14:09:01 2 1.32 0.00 0.00 0.00 0.02 98.66 16:24:19 14:09:01 3 0.02 0.00 0.03 0.00 0.00 99.95 16:24:19 14:09:01 4 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 14:09:01 5 0.03 0.00 0.03 0.02 0.02 99.90 16:24:19 14:09:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 14:09:01 7 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 14:10:01 all 0.23 0.00 0.01 0.00 0.01 99.75 16:24:19 14:10:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 14:10:01 1 0.02 0.00 0.02 0.02 0.02 99.93 16:24:19 14:10:01 2 1.78 0.00 0.03 0.00 0.02 98.18 16:24:19 14:10:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 14:10:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 14:10:01 5 0.00 0.00 0.02 0.02 0.03 99.93 16:24:19 14:10:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 14:10:01 7 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 14:11:01 all 0.17 0.00 0.01 0.00 0.02 99.80 16:24:19 14:11:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 14:11:01 1 0.03 0.00 0.00 0.02 0.02 99.93 16:24:19 14:11:01 2 1.17 0.00 0.08 0.00 0.03 98.71 16:24:19 14:11:01 3 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 14:11:01 4 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 14:11:01 5 0.05 0.00 0.02 0.00 0.03 99.90 16:24:19 14:11:01 6 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 14:11:01 7 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 14:12:01 all 0.11 0.00 0.01 0.00 0.01 99.87 16:24:19 14:12:01 0 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 14:12:01 1 0.00 0.00 0.02 0.02 0.02 99.95 16:24:19 14:12:01 2 0.80 0.00 0.03 0.00 0.02 99.15 16:24:19 14:12:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 14:12:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 14:12:01 5 0.02 0.00 0.02 0.02 0.03 99.92 16:24:19 14:12:01 6 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 14:12:01 7 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 14:13:01 all 0.14 0.00 0.01 0.00 0.01 99.85 16:24:19 14:13:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 14:13:01 1 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 14:13:01 2 0.94 0.00 0.00 0.00 0.02 99.04 16:24:19 14:13:01 3 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 14:13:01 4 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 14:13:01 5 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 14:13:01 6 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 14:13:01 7 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 14:14:01 all 0.01 0.00 0.01 0.01 0.01 99.96 16:24:19 14:14:01 0 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 14:14:01 1 0.03 0.00 0.00 0.02 0.02 99.93 16:24:19 14:14:01 2 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 14:14:01 3 0.00 0.00 0.02 0.02 0.00 99.97 16:24:19 14:14:01 4 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 14:14:01 5 0.02 0.00 0.03 0.02 0.03 99.90 16:24:19 14:14:01 6 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 14:14:01 7 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 16:24:19 14:14:01 CPU %user %nice %system %iowait %steal %idle 16:24:19 14:15:01 all 0.03 0.00 0.00 0.01 0.01 99.94 16:24:19 14:15:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 14:15:01 1 0.03 0.00 0.00 0.02 0.02 99.93 16:24:19 14:15:01 2 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 14:15:01 3 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 14:15:01 4 0.12 0.00 0.00 0.00 0.02 99.87 16:24:19 14:15:01 5 0.03 0.00 0.00 0.03 0.03 99.90 16:24:19 14:15:01 6 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 14:15:01 7 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 14:16:01 all 0.18 0.00 0.01 0.00 0.02 99.79 16:24:19 14:16:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 14:16:01 1 0.02 0.00 0.03 0.00 0.02 99.93 16:24:19 14:16:01 2 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 14:16:01 3 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 14:16:01 4 1.34 0.00 0.00 0.00 0.03 98.63 16:24:19 14:16:01 5 0.02 0.00 0.00 0.02 0.02 99.95 16:24:19 14:16:01 6 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 14:16:01 7 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 14:17:01 all 0.03 0.00 0.01 0.02 0.01 99.94 16:24:19 14:17:01 0 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 14:17:01 1 0.03 0.00 0.03 0.15 0.02 99.77 16:24:19 14:17:01 2 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 14:17:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 14:17:01 4 0.05 0.00 0.03 0.00 0.02 99.90 16:24:19 14:17:01 5 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 14:17:01 6 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 14:17:01 7 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 14:18:02 all 0.01 0.00 0.01 0.01 0.01 99.96 16:24:19 14:18:02 0 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 14:18:02 1 0.03 0.00 0.00 0.02 0.02 99.93 16:24:19 14:18:02 2 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 14:18:02 3 0.02 0.00 0.03 0.00 0.02 99.93 16:24:19 14:18:02 4 0.00 0.00 0.03 0.00 0.03 99.93 16:24:19 14:18:02 5 0.02 0.00 0.00 0.03 0.00 99.95 16:24:19 14:18:02 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 14:18:02 7 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 14:19:01 all 0.06 0.00 0.01 0.00 0.01 99.92 16:24:19 14:19:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 14:19:01 1 0.02 0.00 0.02 0.02 0.02 99.93 16:24:19 14:19:01 2 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 14:19:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 14:19:01 4 0.41 0.00 0.02 0.00 0.03 99.54 16:24:19 14:19:01 5 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 14:19:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 14:19:01 7 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 14:20:01 all 0.26 0.00 0.01 0.01 0.01 99.71 16:24:19 14:20:01 0 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 14:20:01 1 0.02 0.00 0.00 0.02 0.02 99.95 16:24:19 14:20:01 2 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 14:20:01 3 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 14:20:01 4 1.99 0.00 0.02 0.00 0.03 97.96 16:24:19 14:20:01 5 0.02 0.00 0.02 0.05 0.02 99.90 16:24:19 14:20:01 6 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 14:20:01 7 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 14:21:01 all 0.01 0.00 0.01 0.01 0.01 99.96 16:24:19 14:21:01 0 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 14:21:01 1 0.02 0.00 0.03 0.00 0.02 99.93 16:24:19 14:21:01 2 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 14:21:01 3 0.02 0.00 0.03 0.00 0.02 99.93 16:24:19 14:21:01 4 0.02 0.00 0.02 0.00 0.03 99.93 16:24:19 14:21:01 5 0.00 0.00 0.00 0.03 0.00 99.97 16:24:19 14:21:01 6 0.00 0.00 0.00 0.02 0.00 99.98 16:24:19 14:21:01 7 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 14:22:01 all 0.03 0.00 0.01 0.00 0.01 99.95 16:24:19 14:22:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 14:22:01 1 0.03 0.00 0.00 0.02 0.02 99.93 16:24:19 14:22:01 2 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 14:22:01 3 0.03 0.00 0.03 0.00 0.00 99.93 16:24:19 14:22:01 4 0.03 0.00 0.05 0.00 0.03 99.88 16:24:19 14:22:01 5 0.02 0.00 0.02 0.02 0.00 99.95 16:24:19 14:22:01 6 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 14:22:01 7 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 14:23:01 all 0.01 0.00 0.02 0.00 0.01 99.96 16:24:19 14:23:01 0 0.00 0.00 0.03 0.00 0.00 99.97 16:24:19 14:23:01 1 0.03 0.00 0.00 0.02 0.02 99.93 16:24:19 14:23:01 2 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 14:23:01 3 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 14:23:01 4 0.08 0.00 0.05 0.00 0.02 99.85 16:24:19 14:23:01 5 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 14:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 14:23:01 7 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 14:24:01 all 0.10 0.00 0.01 0.00 0.01 99.87 16:24:19 14:24:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 14:24:01 1 0.05 0.00 0.00 0.02 0.02 99.92 16:24:19 14:24:01 2 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 14:24:01 3 0.05 0.00 0.00 0.00 0.00 99.95 16:24:19 14:24:01 4 0.65 0.00 0.07 0.00 0.05 99.23 16:24:19 14:24:01 5 0.02 0.00 0.00 0.02 0.02 99.95 16:24:19 14:24:01 6 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 14:24:01 7 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 14:25:01 all 0.22 0.00 0.00 0.00 0.01 99.77 16:24:19 14:25:01 0 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 14:25:01 1 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 14:25:01 2 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 14:25:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 14:25:01 4 1.70 0.00 0.00 0.00 0.03 98.27 16:24:19 14:25:01 5 0.00 0.00 0.00 0.02 0.00 99.98 16:24:19 14:25:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 14:25:01 7 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 16:24:19 14:25:01 CPU %user %nice %system %iowait %steal %idle 16:24:19 14:26:01 all 0.11 0.00 0.01 0.00 0.01 99.86 16:24:19 14:26:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 14:26:01 1 0.03 0.00 0.00 0.02 0.02 99.93 16:24:19 14:26:01 2 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 14:26:01 3 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 14:26:01 4 0.71 0.00 0.03 0.00 0.02 99.24 16:24:19 14:26:01 5 0.03 0.00 0.00 0.02 0.00 99.95 16:24:19 14:26:01 6 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 14:26:01 7 0.02 0.00 0.03 0.00 0.02 99.93 16:24:19 14:27:01 all 0.01 0.00 0.01 0.00 0.01 99.97 16:24:19 14:27:01 0 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 14:27:01 1 0.00 0.00 0.02 0.02 0.02 99.95 16:24:19 14:27:01 2 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 14:27:01 3 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 14:27:01 4 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 14:27:01 5 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 14:27:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 14:27:01 7 0.02 0.00 0.00 0.00 0.05 99.93 16:24:19 14:28:01 all 0.03 0.00 0.01 0.00 0.01 99.95 16:24:19 14:28:01 0 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 14:28:01 1 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 14:28:01 2 0.03 0.00 0.03 0.02 0.00 99.92 16:24:19 14:28:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 14:28:01 4 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 14:28:01 5 0.03 0.00 0.02 0.02 0.02 99.92 16:24:19 14:28:01 6 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 14:28:01 7 0.05 0.00 0.02 0.00 0.03 99.90 16:24:19 14:29:01 all 0.01 0.00 0.00 0.00 0.01 99.98 16:24:19 14:29:01 0 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 14:29:01 1 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 14:29:01 2 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 14:29:01 3 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 14:29:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 14:29:01 5 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 14:29:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 14:29:01 7 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 14:30:01 all 0.02 0.00 0.01 0.01 0.01 99.95 16:24:19 14:30:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 14:30:01 1 0.03 0.00 0.03 0.02 0.00 99.92 16:24:19 14:30:01 2 0.02 0.00 0.00 0.02 0.00 99.97 16:24:19 14:30:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 14:30:01 4 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 14:30:01 5 0.03 0.00 0.02 0.02 0.00 99.93 16:24:19 14:30:01 6 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 14:30:01 7 0.05 0.00 0.02 0.00 0.03 99.90 16:24:19 14:31:01 all 0.01 0.00 0.01 0.00 0.01 99.96 16:24:19 14:31:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 14:31:01 1 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 14:31:01 2 0.00 0.00 0.02 0.02 0.02 99.95 16:24:19 14:31:01 3 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 14:31:01 4 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 14:31:01 5 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 14:31:01 6 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 14:31:01 7 0.02 0.00 0.03 0.00 0.03 99.92 16:24:19 14:32:01 all 0.03 0.00 0.01 0.00 0.01 99.95 16:24:19 14:32:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 14:32:01 1 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 14:32:01 2 0.02 0.00 0.02 0.02 0.00 99.95 16:24:19 14:32:01 3 0.03 0.00 0.03 0.00 0.00 99.93 16:24:19 14:32:01 4 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 14:32:01 5 0.03 0.00 0.00 0.02 0.02 99.93 16:24:19 14:32:01 6 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 14:32:01 7 0.05 0.00 0.02 0.00 0.05 99.88 16:24:19 14:33:01 all 0.17 0.00 0.01 0.00 0.01 99.80 16:24:19 14:33:01 0 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 14:33:01 1 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 14:33:01 2 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 14:33:01 3 0.03 0.00 0.03 0.00 0.02 99.92 16:24:19 14:33:01 4 1.29 0.00 0.02 0.00 0.02 98.68 16:24:19 14:33:01 5 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 14:33:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 14:33:01 7 0.02 0.00 0.00 0.00 0.03 99.95 16:24:19 14:34:01 all 0.20 0.00 0.01 0.00 0.01 99.78 16:24:19 14:34:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 14:34:01 1 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 14:34:01 2 0.00 0.00 0.00 0.02 0.00 99.98 16:24:19 14:34:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 14:34:01 4 1.43 0.00 0.02 0.00 0.02 98.53 16:24:19 14:34:01 5 0.02 0.00 0.02 0.02 0.00 99.95 16:24:19 14:34:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 14:34:01 7 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 14:35:01 all 0.01 0.00 0.01 0.00 0.01 99.96 16:24:19 14:35:01 0 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 14:35:01 1 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 14:35:01 2 0.00 0.00 0.02 0.02 0.02 99.95 16:24:19 14:35:01 3 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 14:35:01 4 0.03 0.00 0.00 0.00 0.05 99.92 16:24:19 14:35:01 5 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 14:35:01 6 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 14:35:01 7 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 14:36:01 all 0.02 0.00 0.01 0.00 0.01 99.96 16:24:19 14:36:01 0 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 14:36:01 1 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 14:36:01 2 0.00 0.00 0.02 0.02 0.00 99.97 16:24:19 14:36:01 3 0.05 0.00 0.00 0.00 0.02 99.93 16:24:19 14:36:01 4 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 14:36:01 5 0.02 0.00 0.02 0.02 0.00 99.95 16:24:19 14:36:01 6 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 14:36:01 7 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 16:24:19 14:36:01 CPU %user %nice %system %iowait %steal %idle 16:24:19 14:37:01 all 0.22 0.00 0.01 0.00 0.01 99.76 16:24:19 14:37:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 14:37:01 1 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 14:37:01 2 0.02 0.00 0.02 0.02 0.02 99.93 16:24:19 14:37:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 14:37:01 4 1.57 0.00 0.02 0.00 0.03 98.39 16:24:19 14:37:01 5 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 14:37:01 6 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 14:37:01 7 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 14:38:01 all 0.07 0.00 0.01 0.00 0.01 99.90 16:24:19 14:38:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 14:38:01 1 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 14:38:01 2 0.00 0.00 0.00 0.02 0.02 99.97 16:24:19 14:38:01 3 0.02 0.00 0.03 0.00 0.02 99.93 16:24:19 14:38:01 4 0.48 0.00 0.03 0.00 0.03 99.45 16:24:19 14:38:01 5 0.00 0.00 0.00 0.02 0.00 99.98 16:24:19 14:38:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 14:38:01 7 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 14:39:01 all 0.03 0.00 0.01 0.00 0.01 99.96 16:24:19 14:39:01 0 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 14:39:01 1 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 14:39:01 2 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 14:39:01 3 0.05 0.00 0.02 0.00 0.00 99.93 16:24:19 14:39:01 4 0.03 0.00 0.02 0.00 0.03 99.92 16:24:19 14:39:01 5 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 14:39:01 6 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 14:39:01 7 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 14:40:01 all 0.01 0.00 0.01 0.01 0.01 99.97 16:24:19 14:40:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 14:40:01 1 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 14:40:01 2 0.00 0.00 0.00 0.03 0.02 99.95 16:24:19 14:40:01 3 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 14:40:01 4 0.00 0.00 0.02 0.00 0.03 99.95 16:24:19 14:40:01 5 0.00 0.00 0.00 0.02 0.02 99.97 16:24:19 14:40:01 6 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 14:40:01 7 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 14:41:01 all 0.03 0.00 0.01 0.00 0.00 99.96 16:24:19 14:41:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 14:41:01 1 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 14:41:01 2 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 14:41:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 14:41:01 4 0.03 0.00 0.03 0.00 0.03 99.90 16:24:19 14:41:01 5 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 14:41:01 6 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 14:41:01 7 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 14:42:01 all 0.02 0.00 0.01 0.00 0.01 99.96 16:24:19 14:42:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 14:42:01 1 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 14:42:01 2 0.00 0.00 0.02 0.02 0.02 99.95 16:24:19 14:42:01 3 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 14:42:01 4 0.05 0.00 0.02 0.00 0.03 99.90 16:24:19 14:42:01 5 0.02 0.00 0.00 0.02 0.00 99.97 16:24:19 14:42:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 14:42:01 7 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 14:43:01 all 0.03 0.00 0.01 0.00 0.01 99.96 16:24:19 14:43:01 0 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 14:43:01 1 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 14:43:01 2 0.02 0.00 0.00 0.02 0.00 99.97 16:24:19 14:43:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 14:43:01 4 0.05 0.00 0.03 0.00 0.05 99.87 16:24:19 14:43:01 5 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 14:43:01 6 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 14:43:01 7 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 14:44:01 all 0.01 0.00 0.01 0.01 0.01 99.96 16:24:19 14:44:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 14:44:01 1 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 14:44:01 2 0.00 0.00 0.02 0.03 0.02 99.93 16:24:19 14:44:01 3 0.03 0.00 0.03 0.00 0.00 99.93 16:24:19 14:44:01 4 0.03 0.00 0.02 0.00 0.03 99.92 16:24:19 14:44:01 5 0.00 0.00 0.02 0.02 0.02 99.95 16:24:19 14:44:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 14:44:01 7 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 14:45:01 all 0.02 0.00 0.01 0.00 0.01 99.96 16:24:19 14:45:01 0 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 14:45:01 1 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 14:45:01 2 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 14:45:01 3 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 14:45:01 4 0.03 0.00 0.02 0.00 0.03 99.92 16:24:19 14:45:01 5 0.03 0.00 0.00 0.02 0.00 99.95 16:24:19 14:45:01 6 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 14:45:01 7 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 14:46:01 all 0.01 0.00 0.00 0.00 0.01 99.97 16:24:19 14:46:01 0 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 14:46:01 1 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 14:46:01 2 0.03 0.00 0.02 0.02 0.03 99.90 16:24:19 14:46:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 14:46:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 14:46:01 5 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 14:46:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 14:46:01 7 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 14:47:01 all 0.02 0.00 0.01 0.00 0.01 99.95 16:24:19 14:47:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 14:47:01 1 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 14:47:01 2 0.03 0.00 0.02 0.00 0.03 99.92 16:24:19 14:47:01 3 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 14:47:01 4 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 14:47:01 5 0.02 0.00 0.02 0.02 0.00 99.95 16:24:19 14:47:01 6 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 14:47:01 7 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 16:24:19 14:47:01 CPU %user %nice %system %iowait %steal %idle 16:24:19 14:48:01 all 0.01 0.00 0.00 0.00 0.01 99.97 16:24:19 14:48:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 14:48:01 1 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 14:48:01 2 0.00 0.00 0.00 0.02 0.00 99.98 16:24:19 14:48:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 14:48:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 14:48:01 5 0.02 0.00 0.00 0.02 0.02 99.95 16:24:19 14:48:01 6 0.02 0.00 0.02 0.00 0.03 99.93 16:24:19 14:48:01 7 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 14:49:01 all 0.01 0.00 0.01 0.00 0.01 99.96 16:24:19 14:49:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 14:49:01 1 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 14:49:01 2 0.02 0.00 0.02 0.02 0.02 99.93 16:24:19 14:49:01 3 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 14:49:01 4 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 14:49:01 5 0.02 0.00 0.00 0.02 0.00 99.97 16:24:19 14:49:01 6 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 14:49:01 7 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 14:50:01 all 0.23 0.00 0.01 0.00 0.01 99.75 16:24:19 14:50:01 0 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 14:50:01 1 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 14:50:01 2 0.00 0.00 0.02 0.02 0.00 99.97 16:24:19 14:50:01 3 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 14:50:01 4 1.70 0.00 0.02 0.00 0.02 98.27 16:24:19 14:50:01 5 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 14:50:01 6 0.03 0.00 0.00 0.00 0.03 99.93 16:24:19 14:50:01 7 0.05 0.00 0.00 0.00 0.00 99.95 16:24:19 14:51:01 all 0.24 0.00 0.01 0.00 0.01 99.74 16:24:19 14:51:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 14:51:01 1 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 14:51:01 2 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 14:51:01 3 0.02 0.00 0.03 0.00 0.02 99.93 16:24:19 14:51:01 4 1.79 0.00 0.00 0.00 0.00 98.21 16:24:19 14:51:01 5 0.02 0.00 0.00 0.02 0.02 99.95 16:24:19 14:51:01 6 0.02 0.00 0.03 0.00 0.02 99.93 16:24:19 14:51:01 7 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 14:52:01 all 0.27 0.00 0.01 0.00 0.01 99.70 16:24:19 14:52:01 0 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 14:52:01 1 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 14:52:01 2 0.02 0.00 0.00 0.02 0.00 99.97 16:24:19 14:52:01 3 0.05 0.00 0.03 0.00 0.00 99.92 16:24:19 14:52:01 4 2.00 0.00 0.00 0.00 0.02 97.98 16:24:19 14:52:01 5 0.02 0.00 0.02 0.02 0.00 99.95 16:24:19 14:52:01 6 0.03 0.00 0.02 0.00 0.03 99.92 16:24:19 14:52:01 7 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 14:53:01 all 0.26 0.00 0.01 0.00 0.01 99.72 16:24:19 14:53:01 0 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 14:53:01 1 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 14:53:01 2 0.00 0.00 0.02 0.02 0.02 99.95 16:24:19 14:53:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 14:53:01 4 1.97 0.00 0.00 0.00 0.02 98.02 16:24:19 14:53:01 5 0.00 0.00 0.02 0.02 0.00 99.97 16:24:19 14:53:01 6 0.00 0.00 0.02 0.00 0.03 99.95 16:24:19 14:53:01 7 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 14:54:01 all 0.17 0.00 0.01 0.00 0.01 99.81 16:24:19 14:54:01 0 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 14:54:01 1 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 14:54:01 2 0.03 0.00 0.00 0.02 0.00 99.95 16:24:19 14:54:01 3 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 14:54:01 4 1.17 0.00 0.02 0.00 0.00 98.81 16:24:19 14:54:01 5 0.02 0.00 0.00 0.02 0.02 99.95 16:24:19 14:54:01 6 0.05 0.00 0.02 0.00 0.02 99.92 16:24:19 14:54:01 7 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 14:55:01 all 0.09 0.00 0.01 0.00 0.01 99.88 16:24:19 14:55:01 0 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 14:55:01 1 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 14:55:01 2 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 14:55:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 14:55:01 4 0.65 0.00 0.00 0.00 0.02 99.34 16:24:19 14:55:01 5 0.00 0.00 0.02 0.02 0.00 99.97 16:24:19 14:55:01 6 0.02 0.00 0.03 0.00 0.03 99.92 16:24:19 14:55:01 7 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 14:56:01 all 0.02 0.00 0.00 0.00 0.01 99.97 16:24:19 14:56:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 14:56:01 1 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 14:56:01 2 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 14:56:01 3 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 14:56:01 4 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 14:56:01 5 0.02 0.00 0.00 0.03 0.00 99.95 16:24:19 14:56:01 6 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 14:56:01 7 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 14:57:01 all 0.01 0.00 0.00 0.00 0.01 99.97 16:24:19 14:57:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 14:57:01 1 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 14:57:01 2 0.00 0.00 0.00 0.02 0.02 99.97 16:24:19 14:57:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 14:57:01 4 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 14:57:01 5 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 14:57:01 6 0.00 0.00 0.00 0.00 0.03 99.97 16:24:19 14:57:01 7 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 14:58:01 all 0.07 0.00 0.01 0.00 0.01 99.91 16:24:19 14:58:01 0 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 14:58:01 1 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 14:58:01 2 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 14:58:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 14:58:01 4 0.37 0.00 0.00 0.00 0.02 99.62 16:24:19 14:58:01 5 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 14:58:01 6 0.03 0.00 0.02 0.00 0.03 99.92 16:24:19 14:58:01 7 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 16:24:19 14:58:01 CPU %user %nice %system %iowait %steal %idle 16:24:19 14:59:01 all 0.16 0.00 0.01 0.00 0.01 99.81 16:24:19 14:59:01 0 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 14:59:01 1 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 14:59:01 2 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 14:59:01 3 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 14:59:01 4 1.22 0.00 0.00 0.00 0.00 98.78 16:24:19 14:59:01 5 0.00 0.00 0.02 0.03 0.02 99.93 16:24:19 14:59:01 6 0.02 0.00 0.03 0.00 0.02 99.93 16:24:19 14:59:01 7 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 15:00:01 all 0.01 0.00 0.01 0.00 0.01 99.96 16:24:19 15:00:01 0 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 15:00:01 1 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 15:00:01 2 0.02 0.00 0.03 0.02 0.02 99.92 16:24:19 15:00:01 3 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 15:00:01 4 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 15:00:01 5 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 15:00:01 6 0.05 0.00 0.02 0.00 0.03 99.90 16:24:19 15:00:01 7 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 15:01:01 all 0.02 0.00 0.01 0.00 0.01 99.96 16:24:19 15:01:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 15:01:01 1 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 15:01:01 2 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 15:01:01 3 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 15:01:01 4 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 15:01:01 5 0.02 0.00 0.00 0.02 0.00 99.97 16:24:19 15:01:01 6 0.03 0.00 0.03 0.02 0.02 99.90 16:24:19 15:01:01 7 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 15:02:01 all 0.11 0.00 0.01 0.01 0.01 99.86 16:24:19 15:02:01 0 0.02 0.00 0.03 0.00 0.00 99.95 16:24:19 15:02:01 1 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 15:02:01 2 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 15:02:01 3 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 15:02:01 4 0.68 0.00 0.02 0.00 0.00 99.30 16:24:19 15:02:01 5 0.02 0.00 0.02 0.08 0.02 99.87 16:24:19 15:02:01 6 0.03 0.00 0.03 0.00 0.03 99.90 16:24:19 15:02:01 7 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 15:03:01 all 0.07 0.00 0.01 0.00 0.01 99.91 16:24:19 15:03:01 0 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 15:03:01 1 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 15:03:01 2 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 15:03:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 15:03:01 4 0.47 0.00 0.03 0.00 0.00 99.50 16:24:19 15:03:01 5 0.00 0.00 0.03 0.02 0.02 99.93 16:24:19 15:03:01 6 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 15:03:01 7 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 15:04:01 all 0.01 0.00 0.01 0.00 0.01 99.97 16:24:19 15:04:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 15:04:01 1 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 15:04:01 2 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 15:04:01 3 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 15:04:01 4 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 15:04:01 5 0.03 0.00 0.00 0.02 0.00 99.95 16:24:19 15:04:01 6 0.02 0.00 0.02 0.00 0.03 99.93 16:24:19 15:04:01 7 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 15:05:01 all 0.07 0.00 0.02 0.00 0.01 99.90 16:24:19 15:05:01 0 0.17 0.00 0.03 0.00 0.02 99.78 16:24:19 15:05:01 1 0.13 0.00 0.02 0.00 0.00 99.85 16:24:19 15:05:01 2 0.07 0.00 0.03 0.02 0.00 99.88 16:24:19 15:05:01 3 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 15:05:01 4 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 15:05:01 5 0.07 0.00 0.00 0.02 0.00 99.92 16:24:19 15:05:01 6 0.07 0.00 0.02 0.00 0.02 99.90 16:24:19 15:05:01 7 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 15:06:01 all 0.01 0.00 0.01 0.01 0.01 99.96 16:24:19 15:06:01 0 0.03 0.00 0.02 0.00 0.03 99.92 16:24:19 15:06:01 1 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 15:06:01 2 0.00 0.00 0.02 0.03 0.02 99.93 16:24:19 15:06:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 15:06:01 4 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 15:06:01 5 0.00 0.00 0.02 0.02 0.02 99.95 16:24:19 15:06:01 6 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 15:06:01 7 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 15:07:01 all 0.03 0.00 0.00 0.00 0.01 99.95 16:24:19 15:07:01 0 0.05 0.00 0.03 0.00 0.02 99.90 16:24:19 15:07:01 1 0.05 0.00 0.00 0.00 0.02 99.93 16:24:19 15:07:01 2 0.02 0.00 0.00 0.02 0.00 99.97 16:24:19 15:07:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 15:07:01 4 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 15:07:01 5 0.02 0.00 0.00 0.02 0.00 99.97 16:24:19 15:07:01 6 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 15:07:01 7 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 15:08:01 all 0.01 0.00 0.01 0.00 0.01 99.97 16:24:19 15:08:01 0 0.02 0.00 0.00 0.00 0.03 99.95 16:24:19 15:08:01 1 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 15:08:01 2 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 15:08:01 3 0.02 0.00 0.05 0.00 0.02 99.92 16:24:19 15:08:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 15:08:01 5 0.00 0.00 0.00 0.02 0.00 99.98 16:24:19 15:08:01 6 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 15:08:01 7 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 15:09:01 all 0.03 0.00 0.00 0.00 0.01 99.96 16:24:19 15:09:01 0 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 15:09:01 1 0.07 0.00 0.00 0.00 0.02 99.92 16:24:19 15:09:01 2 0.02 0.00 0.02 0.02 0.02 99.93 16:24:19 15:09:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 15:09:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 15:09:01 5 0.00 0.00 0.00 0.02 0.00 99.98 16:24:19 15:09:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 15:09:01 7 0.07 0.00 0.00 0.00 0.02 99.92 16:24:19 16:24:19 15:09:01 CPU %user %nice %system %iowait %steal %idle 16:24:19 15:10:01 all 0.06 0.00 0.01 0.00 0.01 99.91 16:24:19 15:10:01 0 0.05 0.00 0.03 0.00 0.03 99.88 16:24:19 15:10:01 1 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 15:10:01 2 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 15:10:01 3 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 15:10:01 4 0.42 0.00 0.00 0.00 0.02 99.57 16:24:19 15:10:01 5 0.02 0.00 0.02 0.02 0.00 99.95 16:24:19 15:10:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 15:10:01 7 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 15:11:01 all 0.10 0.00 0.01 0.00 0.01 99.87 16:24:19 15:11:01 0 0.00 0.00 0.03 0.00 0.03 99.93 16:24:19 15:11:01 1 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 15:11:01 2 0.03 0.00 0.03 0.02 0.02 99.90 16:24:19 15:11:01 3 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 15:11:01 4 0.65 0.00 0.00 0.00 0.00 99.35 16:24:19 15:11:01 5 0.00 0.00 0.00 0.02 0.02 99.97 16:24:19 15:11:01 6 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 15:11:01 7 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 15:12:01 all 0.11 0.00 0.01 0.00 0.01 99.87 16:24:19 15:12:01 0 0.02 0.00 0.00 0.00 0.03 99.95 16:24:19 15:12:01 1 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 15:12:01 2 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 15:12:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 15:12:01 4 0.83 0.00 0.00 0.00 0.02 99.15 16:24:19 15:12:01 5 0.00 0.00 0.02 0.02 0.00 99.97 16:24:19 15:12:01 6 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 15:12:01 7 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 15:13:01 all 0.03 0.00 0.01 0.00 0.01 99.95 16:24:19 15:13:01 0 0.05 0.00 0.03 0.00 0.03 99.88 16:24:19 15:13:01 1 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 15:13:01 2 0.03 0.00 0.00 0.02 0.02 99.93 16:24:19 15:13:01 3 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 15:13:01 4 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 15:13:01 5 0.02 0.00 0.00 0.02 0.00 99.97 16:24:19 15:13:01 6 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 15:13:01 7 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 15:14:01 all 0.01 0.00 0.00 0.00 0.01 99.97 16:24:19 15:14:01 0 0.02 0.00 0.02 0.00 0.03 99.93 16:24:19 15:14:01 1 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 15:14:01 2 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 15:14:01 3 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 15:14:01 4 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 15:14:01 5 0.00 0.00 0.00 0.02 0.00 99.98 16:24:19 15:14:01 6 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 15:14:01 7 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 15:15:01 all 0.02 0.00 0.01 0.00 0.00 99.96 16:24:19 15:15:01 0 0.02 0.00 0.03 0.00 0.02 99.93 16:24:19 15:15:01 1 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 15:15:01 2 0.02 0.00 0.05 0.02 0.02 99.90 16:24:19 15:15:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 15:15:01 4 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 15:15:01 5 0.02 0.00 0.02 0.02 0.00 99.95 16:24:19 15:15:01 6 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 15:15:01 7 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 15:16:01 all 0.00 0.00 0.01 0.00 0.01 99.97 16:24:19 15:16:01 0 0.02 0.00 0.02 0.00 0.03 99.93 16:24:19 15:16:01 1 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 15:16:01 2 0.00 0.00 0.02 0.02 0.00 99.97 16:24:19 15:16:01 3 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 15:16:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 15:16:01 5 0.00 0.00 0.02 0.02 0.02 99.95 16:24:19 15:16:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 15:16:01 7 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 15:17:01 all 0.03 0.00 0.01 0.00 0.01 99.95 16:24:19 15:17:01 0 0.02 0.00 0.03 0.00 0.03 99.92 16:24:19 15:17:01 1 0.05 0.00 0.02 0.00 0.02 99.92 16:24:19 15:17:01 2 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 15:17:01 3 0.05 0.00 0.03 0.00 0.00 99.92 16:24:19 15:17:01 4 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 15:17:01 5 0.02 0.00 0.00 0.02 0.00 99.97 16:24:19 15:17:01 6 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 15:17:01 7 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 15:18:01 all 0.00 0.00 0.01 0.00 0.00 99.98 16:24:19 15:18:01 0 0.02 0.00 0.03 0.00 0.03 99.92 16:24:19 15:18:01 1 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 15:18:01 2 0.00 0.00 0.00 0.02 0.00 99.98 16:24:19 15:18:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 15:18:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 15:18:01 5 0.00 0.00 0.00 0.02 0.00 99.98 16:24:19 15:18:01 6 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 15:18:01 7 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 15:19:01 all 0.19 0.00 0.01 0.00 0.01 99.78 16:24:19 15:19:01 0 0.02 0.00 0.05 0.00 0.02 99.92 16:24:19 15:19:01 1 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 15:19:01 2 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 15:19:01 3 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 15:19:01 4 1.48 0.00 0.00 0.00 0.02 98.50 16:24:19 15:19:01 5 0.00 0.00 0.02 0.02 0.00 99.97 16:24:19 15:19:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 15:19:01 7 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 15:20:01 all 0.19 0.00 0.01 0.00 0.01 99.78 16:24:19 15:20:01 0 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 15:20:01 1 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 15:20:01 2 0.00 0.00 0.02 0.02 0.00 99.97 16:24:19 15:20:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 15:20:01 4 1.42 0.00 0.02 0.00 0.02 98.55 16:24:19 15:20:01 5 0.02 0.00 0.02 0.02 0.03 99.92 16:24:19 15:20:01 6 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 15:20:01 7 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 16:24:19 15:20:01 CPU %user %nice %system %iowait %steal %idle 16:24:19 15:21:01 all 0.26 0.00 0.01 0.00 0.01 99.71 16:24:19 15:21:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 15:21:01 1 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 15:21:01 2 0.02 0.00 0.00 0.02 0.02 99.95 16:24:19 15:21:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 15:21:01 4 1.97 0.00 0.00 0.00 0.02 98.01 16:24:19 15:21:01 5 0.05 0.00 0.03 0.02 0.03 99.87 16:24:19 15:21:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 15:21:01 7 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 15:22:01 all 0.27 0.00 0.01 0.00 0.01 99.71 16:24:19 15:22:01 0 0.02 0.00 0.03 0.00 0.02 99.93 16:24:19 15:22:01 1 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 15:22:01 2 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 15:22:01 3 0.02 0.00 0.03 0.00 0.02 99.93 16:24:19 15:22:01 4 1.99 0.00 0.00 0.00 0.00 98.01 16:24:19 15:22:01 5 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 15:22:01 6 0.05 0.00 0.02 0.00 0.02 99.92 16:24:19 15:22:01 7 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 15:23:01 all 0.07 0.00 0.01 0.00 0.01 99.91 16:24:19 15:23:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 15:23:01 1 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 15:23:01 2 0.00 0.00 0.00 0.02 0.02 99.97 16:24:19 15:23:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 15:23:01 4 0.52 0.00 0.00 0.00 0.02 99.47 16:24:19 15:23:01 5 0.00 0.00 0.02 0.02 0.00 99.97 16:24:19 15:23:01 6 0.02 0.00 0.02 0.00 0.03 99.93 16:24:19 15:23:01 7 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 15:24:01 all 0.15 0.00 0.01 0.03 0.01 99.80 16:24:19 15:24:01 0 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 15:24:01 1 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 15:24:01 2 0.03 0.00 0.00 0.13 0.00 99.83 16:24:19 15:24:01 3 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 15:24:01 4 1.01 0.00 0.02 0.00 0.00 98.97 16:24:19 15:24:01 5 0.03 0.00 0.00 0.13 0.00 99.83 16:24:19 15:24:01 6 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 15:24:01 7 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 15:25:01 all 0.26 0.00 0.01 0.00 0.01 99.73 16:24:19 15:25:01 0 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 15:25:01 1 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 15:25:01 2 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 15:25:01 3 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 15:25:01 4 1.97 0.00 0.00 0.00 0.02 98.01 16:24:19 15:25:01 5 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 15:25:01 6 0.02 0.00 0.03 0.00 0.02 99.93 16:24:19 15:25:01 7 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 15:26:01 all 0.21 0.00 0.02 0.01 0.01 99.75 16:24:19 15:26:01 0 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 15:26:01 1 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 15:26:01 2 0.02 0.00 0.00 0.02 0.00 99.97 16:24:19 15:26:01 3 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 15:26:01 4 1.53 0.00 0.08 0.00 0.00 98.39 16:24:19 15:26:01 5 0.02 0.00 0.00 0.07 0.00 99.92 16:24:19 15:26:01 6 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 15:26:01 7 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 15:27:01 all 0.01 0.00 0.01 0.00 0.01 99.96 16:24:19 15:27:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 15:27:01 1 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 15:27:01 2 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 15:27:01 3 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 15:27:01 4 0.05 0.00 0.02 0.00 0.02 99.92 16:24:19 15:27:01 5 0.00 0.00 0.00 0.02 0.02 99.97 16:24:19 15:27:01 6 0.02 0.00 0.03 0.00 0.03 99.92 16:24:19 15:27:01 7 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 15:28:01 all 0.18 0.00 0.01 0.00 0.01 99.80 16:24:19 15:28:01 0 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 15:28:01 1 0.05 0.00 0.02 0.00 0.02 99.92 16:24:19 15:28:01 2 0.02 0.00 0.00 0.02 0.00 99.97 16:24:19 15:28:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 15:28:01 4 1.27 0.00 0.00 0.00 0.00 98.73 16:24:19 15:28:01 5 0.02 0.00 0.00 0.02 0.00 99.97 16:24:19 15:28:01 6 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 15:28:01 7 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 15:29:01 all 0.11 0.00 0.01 0.01 0.01 99.85 16:24:19 15:29:01 0 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 15:29:01 1 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 15:29:01 2 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 15:29:01 3 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 15:29:01 4 0.85 0.00 0.00 0.00 0.02 99.14 16:24:19 15:29:01 5 0.00 0.00 0.02 0.08 0.00 99.90 16:24:19 15:29:01 6 0.02 0.00 0.02 0.00 0.03 99.93 16:24:19 15:29:01 7 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 15:30:01 all 0.02 0.00 0.01 0.00 0.01 99.96 16:24:19 15:30:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 15:30:01 1 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 15:30:01 2 0.02 0.00 0.00 0.02 0.00 99.97 16:24:19 15:30:01 3 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 15:30:01 4 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 15:30:01 5 0.00 0.00 0.00 0.02 0.00 99.98 16:24:19 15:30:01 6 0.03 0.00 0.02 0.00 0.03 99.92 16:24:19 15:30:01 7 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 15:31:01 all 0.01 0.00 0.00 0.00 0.01 99.97 16:24:19 15:31:01 0 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 15:31:01 1 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 15:31:01 2 0.02 0.00 0.00 0.02 0.02 99.95 16:24:19 15:31:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 15:31:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 15:31:01 5 0.02 0.00 0.02 0.02 0.03 99.92 16:24:19 15:31:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 15:31:01 7 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 16:24:19 15:31:01 CPU %user %nice %system %iowait %steal %idle 16:24:19 15:32:01 all 0.01 0.00 0.01 0.00 0.02 99.96 16:24:19 15:32:01 0 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 15:32:01 1 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 15:32:01 2 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 15:32:01 3 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 15:32:01 4 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 15:32:01 5 0.02 0.00 0.00 0.00 0.03 99.95 16:24:19 15:32:01 6 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 15:32:01 7 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 15:33:01 all 0.01 0.00 0.01 0.00 0.00 99.98 16:24:19 15:33:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 15:33:01 1 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 15:33:01 2 0.00 0.00 0.00 0.02 0.00 99.98 16:24:19 15:33:01 3 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 15:33:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 15:33:01 5 0.02 0.00 0.03 0.02 0.02 99.92 16:24:19 15:33:01 6 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 15:33:01 7 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 15:34:01 all 0.01 0.00 0.01 0.00 0.01 99.97 16:24:19 15:34:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 15:34:01 1 0.02 0.00 0.03 0.00 0.02 99.93 16:24:19 15:34:01 2 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 15:34:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 15:34:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 15:34:01 5 0.02 0.00 0.02 0.02 0.05 99.90 16:24:19 15:34:01 6 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 15:34:01 7 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 15:35:01 all 0.02 0.00 0.01 0.00 0.02 99.95 16:24:19 15:35:01 0 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 15:35:01 1 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 15:35:01 2 0.02 0.00 0.02 0.02 0.02 99.93 16:24:19 15:35:01 3 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 15:35:01 4 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 15:35:01 5 0.02 0.00 0.02 0.02 0.03 99.92 16:24:19 15:35:01 6 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 15:35:01 7 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 15:36:01 all 0.01 0.00 0.01 0.00 0.01 99.97 16:24:19 15:36:01 0 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 15:36:01 1 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 15:36:01 2 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 15:36:01 3 0.03 0.00 0.03 0.00 0.00 99.93 16:24:19 15:36:01 4 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 15:36:01 5 0.02 0.00 0.00 0.02 0.03 99.93 16:24:19 15:36:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 15:36:01 7 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 15:37:01 all 0.18 0.00 0.01 0.00 0.01 99.80 16:24:19 15:37:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 15:37:01 1 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 15:37:01 2 0.02 0.00 0.00 0.02 0.00 99.97 16:24:19 15:37:01 3 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 15:37:01 4 1.37 0.00 0.00 0.00 0.02 98.61 16:24:19 15:37:01 5 0.03 0.00 0.03 0.02 0.03 99.88 16:24:19 15:37:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 15:37:01 7 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 15:38:01 all 0.08 0.00 0.00 0.00 0.01 99.90 16:24:19 15:38:01 0 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 15:38:01 1 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 15:38:01 2 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 15:38:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 15:38:01 4 0.42 0.00 0.00 0.00 0.00 99.58 16:24:19 15:38:01 5 0.02 0.00 0.02 0.02 0.02 99.93 16:24:19 15:38:01 6 0.10 0.00 0.00 0.00 0.02 99.88 16:24:19 15:38:01 7 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 15:39:01 all 0.01 0.00 0.01 0.00 0.01 99.96 16:24:19 15:39:01 0 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 15:39:01 1 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 15:39:01 2 0.02 0.00 0.02 0.02 0.00 99.95 16:24:19 15:39:01 3 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 15:39:01 4 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 15:39:01 5 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 15:39:01 6 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 15:39:01 7 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 15:40:01 all 0.16 0.00 0.02 0.00 0.01 99.80 16:24:19 15:40:01 0 0.00 0.00 0.03 0.00 0.02 99.95 16:24:19 15:40:01 1 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 15:40:01 2 0.02 0.00 0.02 0.02 0.02 99.93 16:24:19 15:40:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 15:40:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 15:40:01 5 0.00 0.00 0.00 0.02 0.02 99.97 16:24:19 15:40:01 6 1.22 0.00 0.05 0.00 0.03 98.69 16:24:19 15:40:01 7 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 15:41:01 all 0.27 0.00 0.01 0.00 0.01 99.71 16:24:19 15:41:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 15:41:01 1 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 15:41:01 2 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 15:41:01 3 0.02 0.00 0.02 0.02 0.02 99.93 16:24:19 15:41:01 4 1.97 0.00 0.00 0.00 0.02 98.01 16:24:19 15:41:01 5 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 15:41:01 6 0.02 0.00 0.02 0.00 0.03 99.93 16:24:19 15:41:01 7 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 15:42:01 all 0.11 0.00 0.01 0.00 0.01 99.88 16:24:19 15:42:01 0 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 15:42:01 1 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 15:42:01 2 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 15:42:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 15:42:01 4 0.76 0.00 0.00 0.00 0.02 99.22 16:24:19 15:42:01 5 0.00 0.00 0.00 0.02 0.00 99.98 16:24:19 15:42:01 6 0.05 0.00 0.02 0.00 0.03 99.90 16:24:19 15:42:01 7 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 16:24:19 15:42:01 CPU %user %nice %system %iowait %steal %idle 16:24:19 15:43:01 all 0.03 0.00 0.00 0.00 0.01 99.96 16:24:19 15:43:01 0 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 15:43:01 1 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 15:43:01 2 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 15:43:01 3 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 15:43:01 4 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 15:43:01 5 0.03 0.00 0.00 0.02 0.00 99.95 16:24:19 15:43:01 6 0.05 0.00 0.00 0.00 0.03 99.92 16:24:19 15:43:01 7 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 15:44:01 all 0.06 0.00 0.01 0.00 0.01 99.92 16:24:19 15:44:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 15:44:01 1 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 15:44:01 2 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 15:44:01 3 0.03 0.00 0.03 0.02 0.00 99.92 16:24:19 15:44:01 4 0.37 0.00 0.02 0.00 0.00 99.62 16:24:19 15:44:01 5 0.00 0.00 0.00 0.02 0.00 99.98 16:24:19 15:44:01 6 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 15:44:01 7 0.02 0.00 0.00 0.00 0.03 99.95 16:24:19 15:45:01 all 0.02 0.00 0.01 0.00 0.01 99.95 16:24:19 15:45:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 15:45:01 1 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 15:45:01 2 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 15:45:01 3 0.03 0.00 0.02 0.02 0.02 99.92 16:24:19 15:45:01 4 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 15:45:01 5 0.03 0.00 0.02 0.02 0.02 99.92 16:24:19 15:45:01 6 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 15:45:01 7 0.02 0.00 0.02 0.00 0.03 99.93 16:24:19 15:46:01 all 0.01 0.00 0.00 0.00 0.01 99.97 16:24:19 15:46:01 0 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 15:46:01 1 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 15:46:01 2 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 15:46:01 3 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 15:46:01 4 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 15:46:01 5 0.00 0.00 0.00 0.02 0.00 99.98 16:24:19 15:46:01 6 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 15:46:01 7 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 15:47:01 all 0.02 0.00 0.00 0.00 0.01 99.96 16:24:19 15:47:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 15:47:01 1 0.05 0.00 0.00 0.00 0.02 99.93 16:24:19 15:47:01 2 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 15:47:01 3 0.02 0.00 0.02 0.02 0.02 99.93 16:24:19 15:47:01 4 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 15:47:01 5 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 15:47:01 6 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 15:47:01 7 0.03 0.00 0.02 0.00 0.03 99.92 16:24:19 15:48:01 all 0.01 0.00 0.01 0.00 0.01 99.97 16:24:19 15:48:01 0 0.00 0.00 0.03 0.00 0.00 99.97 16:24:19 15:48:01 1 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 15:48:01 2 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 15:48:01 3 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 15:48:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 15:48:01 5 0.00 0.00 0.00 0.02 0.00 99.98 16:24:19 15:48:01 6 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 15:48:01 7 0.02 0.00 0.00 0.00 0.03 99.95 16:24:19 15:49:02 all 0.06 0.00 0.00 0.00 0.01 99.92 16:24:19 15:49:02 0 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 15:49:02 1 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 15:49:02 2 0.00 0.00 0.00 0.02 0.02 99.97 16:24:19 15:49:02 3 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 15:49:02 4 0.42 0.00 0.00 0.00 0.02 99.57 16:24:19 15:49:02 5 0.00 0.00 0.02 0.02 0.00 99.97 16:24:19 15:49:02 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 15:49:02 7 0.03 0.00 0.00 0.00 0.03 99.93 16:24:19 15:50:01 all 0.27 0.00 0.01 0.00 0.01 99.71 16:24:19 15:50:01 0 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 15:50:01 1 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 15:50:01 2 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 15:50:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 15:50:01 4 1.99 0.00 0.00 0.00 0.02 98.00 16:24:19 15:50:01 5 0.00 0.00 0.00 0.02 0.02 99.97 16:24:19 15:50:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 15:50:01 7 0.03 0.00 0.02 0.00 0.03 99.92 16:24:19 15:51:01 all 0.19 0.00 0.01 0.02 0.01 99.77 16:24:19 15:51:01 0 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 15:51:01 1 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 15:51:01 2 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 15:51:01 3 0.03 0.00 0.00 0.15 0.02 99.80 16:24:19 15:51:01 4 1.39 0.00 0.02 0.00 0.00 98.60 16:24:19 15:51:01 5 0.02 0.00 0.00 0.03 0.02 99.93 16:24:19 15:51:01 6 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 15:51:01 7 0.00 0.00 0.02 0.00 0.03 99.95 16:24:19 15:52:01 all 0.19 0.00 0.01 0.01 0.01 99.78 16:24:19 15:52:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 15:52:01 1 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 15:52:01 2 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 15:52:01 3 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 15:52:01 4 1.35 0.00 0.02 0.00 0.02 98.61 16:24:19 15:52:01 5 0.02 0.00 0.02 0.07 0.00 99.90 16:24:19 15:52:01 6 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 15:52:01 7 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 15:53:01 all 0.14 0.00 0.01 0.00 0.01 99.84 16:24:19 15:53:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 15:53:01 1 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 15:53:01 2 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 15:53:01 3 0.03 0.00 0.02 0.02 0.00 99.93 16:24:19 15:53:01 4 1.03 0.00 0.03 0.00 0.02 98.92 16:24:19 15:53:01 5 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 15:53:01 6 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 15:53:01 7 0.00 0.00 0.02 0.00 0.03 99.95 16:24:19 16:24:19 15:53:01 CPU %user %nice %system %iowait %steal %idle 16:24:19 15:54:01 all 0.02 0.00 0.01 0.00 0.01 99.96 16:24:19 15:54:01 0 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 15:54:01 1 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 15:54:01 2 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 15:54:01 3 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 15:54:01 4 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 15:54:01 5 0.02 0.00 0.02 0.02 0.02 99.93 16:24:19 15:54:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 15:54:01 7 0.03 0.00 0.02 0.00 0.03 99.92 16:24:19 15:55:01 all 0.01 0.00 0.01 0.00 0.00 99.97 16:24:19 15:55:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 15:55:01 1 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 15:55:01 2 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 15:55:01 3 0.02 0.00 0.02 0.02 0.00 99.95 16:24:19 15:55:01 4 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 15:55:01 5 0.02 0.00 0.00 0.02 0.00 99.97 16:24:19 15:55:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 15:55:01 7 0.02 0.00 0.03 0.00 0.02 99.93 16:24:19 15:56:01 all 0.03 0.00 0.01 0.00 0.01 99.95 16:24:19 15:56:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 15:56:01 1 0.05 0.00 0.00 0.00 0.00 99.95 16:24:19 15:56:01 2 0.02 0.00 0.02 0.02 0.00 99.95 16:24:19 15:56:01 3 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 15:56:01 4 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 15:56:01 5 0.00 0.00 0.00 0.02 0.00 99.98 16:24:19 15:56:01 6 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 15:56:01 7 0.07 0.00 0.02 0.00 0.03 99.88 16:24:19 15:57:01 all 0.03 0.00 0.00 0.00 0.01 99.96 16:24:19 15:57:01 0 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 15:57:01 1 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 15:57:01 2 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 15:57:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 15:57:01 4 0.12 0.00 0.00 0.00 0.00 99.88 16:24:19 15:57:01 5 0.02 0.00 0.00 0.02 0.02 99.95 16:24:19 15:57:01 6 0.00 0.00 0.00 0.02 0.00 99.98 16:24:19 15:57:01 7 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 15:58:01 all 0.02 0.00 0.01 0.00 0.01 99.95 16:24:19 15:58:01 0 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 15:58:01 1 0.05 0.00 0.00 0.00 0.02 99.93 16:24:19 15:58:01 2 0.00 0.00 0.00 0.02 0.00 99.98 16:24:19 15:58:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 15:58:01 4 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 15:58:01 5 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 15:58:01 6 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 15:58:01 7 0.08 0.00 0.03 0.00 0.03 99.85 16:24:19 15:59:01 all 0.13 0.00 0.01 0.00 0.01 99.85 16:24:19 15:59:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 15:59:01 1 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 15:59:01 2 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 15:59:01 3 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 15:59:01 4 0.96 0.00 0.00 0.00 0.00 99.04 16:24:19 15:59:01 5 0.00 0.00 0.00 0.02 0.00 99.98 16:24:19 15:59:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 15:59:01 7 0.02 0.00 0.03 0.00 0.03 99.92 16:24:19 16:00:01 all 0.22 0.00 0.01 0.00 0.01 99.76 16:24:19 16:00:01 0 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 16:00:01 1 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 16:00:01 2 0.02 0.00 0.02 0.02 0.00 99.95 16:24:19 16:00:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 16:00:01 4 1.58 0.00 0.00 0.00 0.02 98.40 16:24:19 16:00:01 5 0.03 0.00 0.00 0.02 0.00 99.95 16:24:19 16:00:01 6 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 16:00:01 7 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 16:01:01 all 0.01 0.00 0.01 0.00 0.01 99.97 16:24:19 16:01:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 16:01:01 1 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 16:01:01 2 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 16:01:01 3 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 16:01:01 4 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 16:01:01 5 0.02 0.00 0.02 0.02 0.00 99.95 16:24:19 16:01:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 16:01:01 7 0.02 0.00 0.02 0.00 0.03 99.93 16:24:19 16:02:01 all 0.02 0.00 0.01 0.00 0.01 99.96 16:24:19 16:02:01 0 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 16:02:01 1 0.05 0.00 0.02 0.00 0.02 99.92 16:24:19 16:02:01 2 0.00 0.00 0.00 0.02 0.02 99.97 16:24:19 16:02:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 16:02:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 16:02:01 5 0.02 0.00 0.00 0.02 0.00 99.97 16:24:19 16:02:01 6 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 16:02:01 7 0.05 0.00 0.02 0.00 0.02 99.92 16:24:19 16:03:01 all 0.18 0.00 0.01 0.00 0.01 99.80 16:24:19 16:03:01 0 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 16:03:01 1 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 16:03:01 2 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 16:03:01 3 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 16:03:01 4 1.35 0.00 0.02 0.00 0.02 98.61 16:24:19 16:03:01 5 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 16:03:01 6 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 16:03:01 7 0.03 0.00 0.03 0.00 0.03 99.90 16:24:19 16:04:01 all 0.04 0.00 0.01 0.00 0.01 99.94 16:24:19 16:04:01 0 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 16:04:01 1 0.07 0.00 0.02 0.00 0.02 99.90 16:24:19 16:04:01 2 0.05 0.00 0.00 0.02 0.02 99.92 16:24:19 16:04:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 16:04:01 4 0.08 0.00 0.02 0.00 0.00 99.90 16:24:19 16:04:01 5 0.02 0.00 0.02 0.02 0.00 99.95 16:24:19 16:04:01 6 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 16:04:01 7 0.02 0.00 0.02 0.00 0.03 99.93 16:24:19 16:24:19 16:04:01 CPU %user %nice %system %iowait %steal %idle 16:24:19 16:05:01 all 0.09 0.00 0.02 0.00 0.01 99.88 16:24:19 16:05:01 0 0.20 0.00 0.02 0.00 0.00 99.78 16:24:19 16:05:01 1 0.07 0.00 0.03 0.00 0.00 99.90 16:24:19 16:05:01 2 0.28 0.00 0.02 0.00 0.00 99.70 16:24:19 16:05:01 3 0.05 0.00 0.02 0.00 0.00 99.93 16:24:19 16:05:01 4 0.03 0.00 0.03 0.00 0.02 99.92 16:24:19 16:05:01 5 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 16:05:01 6 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 16:05:01 7 0.07 0.00 0.03 0.00 0.03 99.87 16:24:19 16:06:01 all 0.01 0.00 0.01 0.01 0.01 99.97 16:24:19 16:06:01 0 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 16:06:01 1 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 16:06:01 2 0.02 0.00 0.00 0.05 0.00 99.93 16:24:19 16:06:01 3 0.05 0.00 0.00 0.00 0.00 99.95 16:24:19 16:06:01 4 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 16:06:01 5 0.02 0.00 0.00 0.02 0.00 99.97 16:24:19 16:06:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 16:06:01 7 0.00 0.00 0.03 0.00 0.02 99.95 16:24:19 16:07:01 all 0.20 0.00 0.01 0.00 0.01 99.78 16:24:19 16:07:01 0 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 16:07:01 1 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 16:07:01 2 0.02 0.00 0.00 0.02 0.02 99.95 16:24:19 16:07:01 3 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 16:07:01 4 1.40 0.00 0.03 0.00 0.00 98.57 16:24:19 16:07:01 5 0.00 0.00 0.00 0.02 0.00 99.98 16:24:19 16:07:01 6 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 16:07:01 7 0.07 0.00 0.02 0.00 0.05 99.87 16:24:19 16:08:01 all 0.01 0.00 0.01 0.00 0.01 99.97 16:24:19 16:08:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 16:08:01 1 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 16:08:01 2 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 16:08:01 3 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 16:08:01 4 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 16:08:01 5 0.00 0.00 0.03 0.02 0.00 99.95 16:24:19 16:08:01 6 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 16:08:01 7 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 16:09:01 all 0.03 0.00 0.01 0.00 0.13 99.83 16:24:19 16:09:01 0 0.05 0.00 0.00 0.00 0.00 99.95 16:24:19 16:09:01 1 0.05 0.00 0.00 0.00 0.99 98.96 16:24:19 16:09:01 2 0.02 0.00 0.02 0.02 0.02 99.93 16:24:19 16:09:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 16:09:01 4 0.05 0.00 0.00 0.00 0.00 99.95 16:24:19 16:09:01 5 0.00 0.00 0.00 0.02 0.00 99.98 16:24:19 16:09:01 6 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 16:09:01 7 0.03 0.00 0.02 0.00 0.03 99.92 16:24:19 16:10:01 all 0.01 0.00 0.01 0.00 0.01 99.97 16:24:19 16:10:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 16:10:01 1 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 16:10:01 2 0.02 0.00 0.00 0.02 0.00 99.97 16:24:19 16:10:01 3 0.02 0.00 0.03 0.00 0.00 99.95 16:24:19 16:10:01 4 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 16:10:01 5 0.02 0.00 0.00 0.02 0.00 99.97 16:24:19 16:10:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 16:10:01 7 0.03 0.00 0.03 0.00 0.03 99.90 16:24:19 16:11:01 all 0.02 0.00 0.01 0.00 0.01 99.96 16:24:19 16:11:01 0 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 16:11:01 1 0.05 0.00 0.00 0.00 0.00 99.95 16:24:19 16:11:01 2 0.02 0.00 0.00 0.02 0.00 99.97 16:24:19 16:11:01 3 0.00 0.00 0.03 0.00 0.02 99.95 16:24:19 16:11:01 4 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 16:11:01 5 0.00 0.00 0.00 0.02 0.02 99.97 16:24:19 16:11:01 6 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 16:11:01 7 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 16:12:01 all 0.02 0.00 0.01 0.00 0.01 99.95 16:24:19 16:12:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 16:12:01 1 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 16:12:01 2 0.00 0.00 0.02 0.02 0.02 99.95 16:24:19 16:12:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 16:12:01 4 0.13 0.00 0.02 0.00 0.02 99.83 16:24:19 16:12:01 5 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 16:12:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 16:12:01 7 0.00 0.00 0.02 0.00 0.03 99.95 16:24:19 16:13:01 all 0.27 0.00 0.00 0.00 0.01 99.72 16:24:19 16:13:01 0 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 16:13:01 1 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 16:13:01 2 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 16:13:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 16:13:01 4 1.97 0.00 0.00 0.00 0.00 98.03 16:24:19 16:13:01 5 0.03 0.00 0.00 0.02 0.00 99.95 16:24:19 16:13:01 6 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 16:13:01 7 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 16:14:01 all 0.07 0.00 0.01 0.00 0.01 99.91 16:24:19 16:14:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 16:14:01 1 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 16:14:01 2 0.00 0.00 0.02 0.02 0.00 99.97 16:24:19 16:14:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 16:14:01 4 0.48 0.00 0.00 0.00 0.02 99.50 16:24:19 16:14:01 5 0.02 0.00 0.00 0.02 0.00 99.97 16:24:19 16:14:01 6 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 16:14:01 7 0.02 0.00 0.02 0.00 0.03 99.93 16:24:19 16:15:01 all 0.06 0.00 0.01 0.00 0.01 99.92 16:24:19 16:15:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 16:15:01 1 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 16:15:01 2 0.00 0.00 0.00 0.02 0.02 99.97 16:24:19 16:15:01 3 0.03 0.00 0.02 0.00 0.02 99.93 16:24:19 16:15:01 4 0.37 0.00 0.00 0.00 0.00 99.63 16:24:19 16:15:01 5 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 16:15:01 6 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 16:15:01 7 0.03 0.00 0.00 0.00 0.03 99.93 16:24:19 16:24:19 16:15:01 CPU %user %nice %system %iowait %steal %idle 16:24:19 16:16:01 all 0.02 0.00 0.02 0.02 0.01 99.93 16:24:19 16:16:01 0 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 16:16:01 1 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 16:16:01 2 0.00 0.00 0.02 0.07 0.00 99.92 16:24:19 16:16:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 16:16:01 4 0.13 0.00 0.00 0.00 0.02 99.85 16:24:19 16:16:01 5 0.00 0.00 0.02 0.10 0.02 99.87 16:24:19 16:16:01 6 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 16:16:01 7 0.02 0.00 0.03 0.00 0.02 99.93 16:24:19 16:17:01 all 0.02 0.00 0.01 0.00 0.01 99.96 16:24:19 16:17:01 0 0.02 0.00 0.03 0.00 0.00 99.95 16:24:19 16:17:01 1 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 16:17:01 2 0.02 0.00 0.00 0.02 0.00 99.97 16:24:19 16:17:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 16:17:01 4 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 16:17:01 5 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 16:17:01 6 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 16:17:01 7 0.05 0.00 0.02 0.00 0.03 99.90 16:24:19 16:18:01 all 0.01 0.00 0.01 0.01 0.01 99.97 16:24:19 16:18:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 16:18:01 1 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 16:18:01 2 0.00 0.00 0.00 0.03 0.02 99.95 16:24:19 16:18:01 3 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 16:18:01 4 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 16:18:01 5 0.02 0.00 0.00 0.02 0.00 99.97 16:24:19 16:18:01 6 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 16:18:01 7 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 16:19:01 all 0.02 0.00 0.01 0.01 0.01 99.96 16:24:19 16:19:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 16:19:01 1 0.03 0.00 0.00 0.00 0.02 99.95 16:24:19 16:19:01 2 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 16:19:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 16:19:01 4 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 16:19:01 5 0.00 0.00 0.00 0.05 0.00 99.95 16:24:19 16:19:01 6 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 16:19:01 7 0.03 0.00 0.02 0.00 0.03 99.92 16:24:19 16:20:01 all 0.02 0.00 0.00 0.00 0.01 99.96 16:24:19 16:20:01 0 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 16:20:01 1 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 16:20:01 2 0.00 0.00 0.00 0.02 0.02 99.97 16:24:19 16:20:01 3 0.05 0.00 0.00 0.00 0.00 99.95 16:24:19 16:20:01 4 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 16:20:01 5 0.02 0.00 0.00 0.02 0.02 99.95 16:24:19 16:20:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 16:20:01 7 0.05 0.00 0.02 0.00 0.03 99.90 16:24:19 16:21:01 all 0.02 0.00 0.01 0.00 0.01 99.96 16:24:19 16:21:01 0 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 16:21:01 1 0.00 0.00 0.00 0.00 0.02 99.98 16:24:19 16:21:01 2 0.02 0.00 0.03 0.02 0.00 99.93 16:24:19 16:21:01 3 0.00 0.00 0.02 0.00 0.02 99.97 16:24:19 16:21:01 4 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 16:21:01 5 0.00 0.00 0.02 0.00 0.00 99.98 16:24:19 16:21:01 6 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 16:21:01 7 0.05 0.00 0.02 0.00 0.03 99.90 16:24:19 16:22:01 all 0.03 0.00 0.01 0.00 0.01 99.96 16:24:19 16:22:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 16:22:01 1 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 16:22:01 2 0.02 0.00 0.00 0.02 0.00 99.97 16:24:19 16:22:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 16:22:01 4 0.05 0.00 0.02 0.00 0.02 99.92 16:24:19 16:22:01 5 0.02 0.00 0.00 0.02 0.00 99.97 16:24:19 16:22:01 6 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 16:22:01 7 0.05 0.00 0.02 0.00 0.02 99.92 16:24:19 16:23:01 all 0.20 0.00 0.00 0.00 0.01 99.79 16:24:19 16:23:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 16:23:01 1 0.03 0.00 0.02 0.00 0.00 99.95 16:24:19 16:23:01 2 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 16:23:01 3 0.03 0.00 0.00 0.00 0.00 99.97 16:24:19 16:23:01 4 1.43 0.00 0.00 0.00 0.00 98.57 16:24:19 16:23:01 5 0.00 0.00 0.00 0.00 0.00 100.00 16:24:19 16:23:01 6 0.02 0.00 0.00 0.00 0.00 99.98 16:24:19 16:23:01 7 0.02 0.00 0.02 0.00 0.03 99.93 16:24:19 16:24:01 all 0.19 0.00 0.01 0.00 0.01 99.79 16:24:19 16:24:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 16:24:01 1 0.02 0.00 0.02 0.00 0.02 99.95 16:24:19 16:24:01 2 0.02 0.00 0.00 0.02 0.00 99.97 16:24:19 16:24:01 3 0.02 0.00 0.00 0.00 0.02 99.97 16:24:19 16:24:01 4 1.35 0.00 0.00 0.00 0.02 98.63 16:24:19 16:24:01 5 0.03 0.00 0.00 0.02 0.00 99.95 16:24:19 16:24:01 6 0.02 0.00 0.02 0.00 0.00 99.97 16:24:19 16:24:01 7 0.05 0.00 0.02 0.00 0.03 99.90 16:24:19 Average: all 1.30 0.00 0.21 0.10 0.01 98.38 16:24:19 Average: 0 1.24 0.00 0.21 0.06 0.01 98.47 16:24:19 Average: 1 1.31 0.00 0.21 0.09 0.02 98.38 16:24:19 Average: 2 1.38 0.00 0.19 0.05 0.01 98.36 16:24:19 Average: 3 1.24 0.00 0.21 0.11 0.01 98.43 16:24:19 Average: 4 1.43 0.00 0.22 0.14 0.01 98.21 16:24:19 Average: 5 1.23 0.00 0.23 0.10 0.01 98.43 16:24:19 Average: 6 1.26 0.00 0.21 0.06 0.01 98.46 16:24:19 Average: 7 1.27 0.00 0.22 0.20 0.02 98.29 16:24:19 16:24:19 16:24:19