Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 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-ssh2790228298530461805.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-ssh17297941215478668850.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-ssh8534246520911157184.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-ssh73463219771695349.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-ssh12985740017005085506.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 Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-3225 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/853 [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/853 # 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 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca (main) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca # timeout=10 Commit message: "Merge pull request #5180 from yichun-chou/EDX-5631-branch" > git rev-list --no-walk 45e419daa151ee63a4257541cf143636bce1c2b4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:28:11 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:28:11 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:28:11 ========================================================= 02:28:11 EdgeX Global Pipelines Version Info 02:28:11 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:28:12 ------------------- 02:28:12 stable info: 02:28:12 ------------------- 02:28:12 Commited By: Ginny Guan ginny@iotechsys.com 02:28:12 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 02:28:12 Message: update stable to v1.0.274 02:28:12 ------------------- 02:28:12 experimental info: 02:28:12 ------------------- 02:28:12 Commited By: **** collab-it+edgex@linuxfoundation.org 02:28:12 Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 02:28:12 Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:28:12 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 02:28:12 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 02:28:12 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:28:12 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:28:12 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:28:12 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 02:28:13 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 02:28:13 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 02:28:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 02:28:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 02:28:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:28:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:28:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 02:28:13 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:28:13 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:28:13 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:28:13 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:28:13 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:28:13 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:28:13 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 02:28:13 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:28:13 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:28:13 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 02:28:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 02:28:13 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 02:28:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 02:28:13 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [Pipeline] echo 02:28:13 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9e1f0a8 [Pipeline] echo 02:28:13 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:28:13 provisioning config files... 02:28:13 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/853@tmp/config7615454340474644412tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:28:13 ---> ****-login.sh 02:28:13 nexus3.edgexfoundry.org:10001 02:28:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:28:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:28:14 Configure a credential helper to remove this warning. See 02:28:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:28:14 02:28:14 Login Succeeded 02:28:14 nexus3.edgexfoundry.org:10002 02:28:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:28:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:28:14 Configure a credential helper to remove this warning. See 02:28:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:28:14 02:28:14 Login Succeeded 02:28:14 nexus3.edgexfoundry.org:10003 02:28:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:28:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:28:14 Configure a credential helper to remove this warning. See 02:28:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:28:14 02:28:14 Login Succeeded 02:28:14 nexus3.edgexfoundry.org:10004 02:28:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:28:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:28:14 Configure a credential helper to remove this warning. See 02:28:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:28:14 02:28:14 Login Succeeded 02:28:14 ****.io 02:28:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:28:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:28:15 Configure a credential helper to remove this warning. See 02:28:15 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:28:15 02:28:15 Login Succeeded 02:28:15 ---> ****-login.sh ends [Pipeline] } 02:28:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:28:15 + 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 02:28:15 + + dirname cmd/core-command/Dockerfile 02:28:15 cut -d/ -f2 02:28:15 + echo core-command,cmd/core-command/Dockerfile 02:28:15 + dirname cmd/core-common-config-bootstrapper/Dockerfile 02:28:15 + cut -d/ -f2 02:28:15 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 02:28:15 + dirname cmd/core-data/Dockerfile 02:28:15 + cut -d/ -f2 02:28:15 + echo core-data,cmd/core-data/Dockerfile 02:28:15 + dirname cmd/core-keeper/Dockerfile 02:28:15 + cut -d/ -f2 02:28:15 + echo core-keeper,cmd/core-keeper/Dockerfile 02:28:15 + dirname cmd/core-metadata/Dockerfile 02:28:15 + cut -d/ -f2 02:28:15 + echo core-metadata,cmd/core-metadata/Dockerfile 02:28:15 + dirname cmd/security-bootstrapper/Dockerfile 02:28:15 + cut -d/ -f2 02:28:15 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 02:28:15 + dirname cmd/security-proxy-auth/Dockerfile 02:28:15 + cut -d/ -f2 02:28:15 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 02:28:15 + + dirname cmd/security-proxy-setup/Dockerfile 02:28:15 cut -d/ -f2 02:28:15 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 02:28:15 + dirname cmd/security-secretstore-setup/Dockerfile 02:28:15 + cut -d/ -f2 02:28:15 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 02:28:15 + dirname cmd/security-spiffe-token-provider/Dockerfile 02:28:15 + cut -d/ -f2 02:28:15 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 02:28:15 + dirname cmd/security-spire-agent/Dockerfile 02:28:15 + cut -d/ -f2 02:28:15 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 02:28:15 + dirname cmd/security-spire-config/Dockerfile 02:28:15 + cut -d/ -f2 02:28:15 + echo security-spire-config,cmd/security-spire-config/Dockerfile 02:28:15 + + dirname cmd/security-spire-server/Dockerfile 02:28:15 cut -d/ -f2 02:28:15 + echo security-spire-server,cmd/security-spire-server/Dockerfile 02:28:15 + dirname+ cmd/support-notifications/Dockerfile 02:28:15 cut -d/ -f2 02:28:15 + echo support-notifications,cmd/support-notifications/Dockerfile 02:28:15 + dirname cmd/support-scheduler/Dockerfile 02:28:15 + cut -d/ -f2 02:28:15 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 02:28:15 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 02:28:15 + git rev-list -1 --merges 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca~1..9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [Pipeline] echo 02:28:15 -----------> git rev-list -1 --merges 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca~1..9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:28:15 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [false] [Pipeline] sh 02:28:16 + git log --format=format:%s -1 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [Pipeline] echo 02:28:16 ========================================================= 02:28:16 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 02:28:16 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 02:28:16 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:28:16 + grep -v github /etc/ssh/ssh_known_hosts 02:28:16 + [ -e /tmp/ssh_known_hosts ] 02:28:16 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 02:28:16 + + echosudo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= tee 02:28:16 -a /etc/ssh/ssh_known_hosts 02:28:16 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:28:16 02:28:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:28:17 0.1.4: Pulling from edgex-devops/py-git-semver 02:28:17 3dae71ba6b94: Pulling fs layer 02:28:17 6bf1a483ea7c: Pulling fs layer 02:28:17 f5dfc541a4d3: Pulling fs layer 02:28:17 461d9e800cba: Pulling fs layer 02:28:17 80192f66455f: Pulling fs layer 02:28:17 2e8e34ca0e6c: Pulling fs layer 02:28:17 a29436f7fd5d: Pulling fs layer 02:28:17 923cac83aea3: Pulling fs layer 02:28:17 25ad8b0a4227: Pulling fs layer 02:28:17 db01528c6b51: Pulling fs layer 02:28:17 28988de357af: Pulling fs layer 02:28:17 2e8e34ca0e6c: Waiting 02:28:17 923cac83aea3: Waiting 02:28:17 461d9e800cba: Waiting 02:28:17 25ad8b0a4227: Waiting 02:28:17 80192f66455f: Waiting 02:28:17 db01528c6b51: Waiting 02:28:17 28988de357af: Waiting 02:28:17 a29436f7fd5d: Waiting 02:28:17 6bf1a483ea7c: Verifying Checksum 02:28:17 6bf1a483ea7c: Download complete 02:28:17 461d9e800cba: Download complete 02:28:17 80192f66455f: Download complete 02:28:17 f5dfc541a4d3: Verifying Checksum 02:28:17 f5dfc541a4d3: Download complete 02:28:17 3dae71ba6b94: Download complete 02:28:17 923cac83aea3: Verifying Checksum 02:28:17 923cac83aea3: Download complete 02:28:17 25ad8b0a4227: Verifying Checksum 02:28:17 25ad8b0a4227: Download complete 02:28:17 db01528c6b51: Verifying Checksum 02:28:17 db01528c6b51: Download complete 02:28:17 28988de357af: Verifying Checksum 02:28:17 28988de357af: Download complete 02:28:17 a29436f7fd5d: Verifying Checksum 02:28:17 a29436f7fd5d: Download complete 02:28:18 2e8e34ca0e6c: Verifying Checksum 02:28:18 2e8e34ca0e6c: Download complete 02:28:18 3dae71ba6b94: Pull complete 02:28:18 6bf1a483ea7c: Pull complete 02:28:19 f5dfc541a4d3: Pull complete 02:28:19 461d9e800cba: Pull complete 02:28:19 80192f66455f: Pull complete 02:28:22 2e8e34ca0e6c: Pull complete 02:28:22 a29436f7fd5d: Pull complete 02:28:23 923cac83aea3: Pull complete 02:28:23 25ad8b0a4227: Pull complete 02:28:23 db01528c6b51: Pull complete 02:28:23 28988de357af: Pull complete 02:28:23 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 02:28:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:28:23 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:28:23 prd-ubuntu20.04-docker-8c-8g-3225 does not seem to be running inside a container 02:28:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/853 -v /w/workspace/edgex-go/853:/w/workspace/edgex-go/853:rw,z -v /w/workspace/edgex-go/853@tmp:/w/workspace/edgex-go/853@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 02:28:26 $ docker top eae3900c77d538a3a8cb059ea0d63b673631642cda0841a1aa42e643041effad -eo pid,comm 02:28:26 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). 02:28:26 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:28:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:28:26 [ssh-agent] Looking for ssh-agent implementation... 02:28:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:28:26 $ docker exec eae3900c77d538a3a8cb059ea0d63b673631642cda0841a1aa42e643041effad ssh-agent 02:28:26 SSH_AUTH_SOCK=/tmp/ssh-BoPSt1Xq4bi5/agent.31 02:28:26 SSH_AGENT_PID=37 02:28:26 Running ssh-add (command line suppressed) 02:28:26 Identity added: /w/workspace/edgex-go/853@tmp/private_key_11464797055406119742.key (/w/workspace/edgex-go/853@tmp/private_key_11464797055406119742.key) 02:28:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:28:26 + git tag --points-at HEAD [Pipeline] } 02:28:26 $ docker exec --env ******** --env ******** eae3900c77d538a3a8cb059ea0d63b673631642cda0841a1aa42e643041effad ssh-agent -k 02:28:27 unset SSH_AUTH_SOCK; 02:28:27 unset SSH_AGENT_PID; 02:28:27 echo Agent pid 37 killed; 02:28:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:28:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:28:27 [ssh-agent] Looking for ssh-agent implementation... 02:28:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:28:27 $ docker exec eae3900c77d538a3a8cb059ea0d63b673631642cda0841a1aa42e643041effad ssh-agent 02:28:27 SSH_AUTH_SOCK=/tmp/ssh-jyta4bQPNsw2/agent.70 02:28:27 SSH_AGENT_PID=76 02:28:27 Running ssh-add (command line suppressed) 02:28:27 Identity added: /w/workspace/edgex-go/853@tmp/private_key_12120166528901768882.key (/w/workspace/edgex-go/853@tmp/private_key_12120166528901768882.key) 02:28:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:28:27 + git semver init 02:28:27 2025-06-13 02:28:27,934 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 02:28:27 2025-06-13 02:28:27,937 [run_init] DEBUG init version:0.0.0 force:False 02:28:27 2025-06-13 02:28:27,938 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/853/.semver 02:28:27 2025-06-13 02:28:27,938 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/853/.semver 02:28:27 2025-06-13 02:28:27,938 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/853/.semver'], cwd=/w/workspace/edgex-go/853, stdin=None, shell=False, universal_newlines=False) 02:28:33 2025-06-13 02:28:33,174 [append_file] DEBUG append to file:/w/workspace/edgex-go/853/.git/info/exclude 02:28:33 2025-06-13 02:28:33,174 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/853/.semver/main with force:False 02:28:33 2025-06-13 02:28:33,174 [read_version] DEBUG read version from /w/workspace/edgex-go/853/.semver/main 02:28:33 2025-06-13 02:28:33,174 [read_version] DEBUG read version from /w/workspace/edgex-go/853/.semver/main 02:28:33 4.1.0-dev.24 [Pipeline] } 02:28:33 $ docker exec --env ******** --env ******** eae3900c77d538a3a8cb059ea0d63b673631642cda0841a1aa42e643041effad ssh-agent -k 02:28:33 unset SSH_AUTH_SOCK; 02:28:33 unset SSH_AGENT_PID; 02:28:33 echo Agent pid 76 killed; 02:28:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:28:33 + git semver [Pipeline] } 02:28:33 $ docker stop --time=1 eae3900c77d538a3a8cb059ea0d63b673631642cda0841a1aa42e643041effad 02:28:35 $ docker rm -f --volumes eae3900c77d538a3a8cb059ea0d63b673631642cda0841a1aa42e643041effad [Pipeline] // withDockerContainer [Pipeline] sh 02:28:35 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:28:35 Stashed 1 file(s) [Pipeline] echo 02:28:35 [edgeXSemver]: initialized semver on version 4.1.0-dev.24 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:28:36 + git config --global --add safe.directory /w/workspace/edgex-go/853 [Pipeline] echo 02:28:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:28:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:28:36 ========================================================= 02:28:36 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 02:28:36 ========================================================= [Pipeline] fileExists [Pipeline] sh 02:28:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 02:28:36 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 02:28:36 0a9a5dfd008f: Pulling fs layer 02:28:36 dbfa0bcfca99: Pulling fs layer 02:28:36 70eabb1d9476: Pulling fs layer 02:28:36 957bedc73fa3: Pulling fs layer 02:28:36 4f4fb700ef54: Pulling fs layer 02:28:36 f40432e63723: Pulling fs layer 02:28:36 90b4343acab7: Pulling fs layer 02:28:36 9f67ea4ac784: Pulling fs layer 02:28:36 9228b9a606be: Pulling fs layer 02:28:36 f40432e63723: Waiting 02:28:36 90b4343acab7: Waiting 02:28:36 9f67ea4ac784: Waiting 02:28:36 9228b9a606be: Waiting 02:28:36 957bedc73fa3: Waiting 02:28:36 4f4fb700ef54: Waiting 02:28:36 dbfa0bcfca99: Verifying Checksum 02:28:36 dbfa0bcfca99: Download complete 02:28:36 957bedc73fa3: Download complete 02:28:36 4f4fb700ef54: Download complete 02:28:36 0a9a5dfd008f: Download complete 02:28:36 f40432e63723: Verifying Checksum 02:28:36 f40432e63723: Download complete 02:28:36 90b4343acab7: Verifying Checksum 02:28:36 90b4343acab7: Download complete 02:28:36 0a9a5dfd008f: Pull complete 02:28:37 dbfa0bcfca99: Pull complete 02:28:37 9228b9a606be: Download complete 02:28:37 70eabb1d9476: Download complete 02:28:37 9f67ea4ac784: Verifying Checksum 02:28:37 9f67ea4ac784: Download complete 02:28:40 70eabb1d9476: Pull complete 02:28:40 957bedc73fa3: Pull complete 02:28:40 4f4fb700ef54: Pull complete 02:28:40 f40432e63723: Pull complete 02:28:40 90b4343acab7: Pull complete 02:28:43 9f67ea4ac784: Pull complete 02:28:43 9228b9a606be: Pull complete 02:28:43 Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 02:28:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 02:28:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh 02:28:44 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 02:28:44 WORKDIR /edgex 02:28:44 COPY go.mod . 02:28:44 RUN go mod download 02:28:44 + docker build -t ci-base-image-x86_64 -f - . 02:28:44 Sending build context to Docker daemon 185.9MB 02:28:44 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 02:28:44 ---> 69404ca5bff2 02:28:44 Step 2/4 : WORKDIR /edgex 02:28:48 ---> Running in 79732b5ed9ea 02:28:49 Removing intermediate container 79732b5ed9ea 02:28:49 ---> 1c53c41e2ca0 02:28:49 Step 3/4 : COPY go.mod . 02:28:49 ---> 7cfc44dc325d 02:28:49 Step 4/4 : RUN go mod download 02:28:49 ---> Running in d1f56d2e3159 02:28:50 Still waiting to schedule task 02:28:50 ‘prd-ubuntu20.04-docker-arm64-4c-16g-3221’ is offline 02:29:07 Removing intermediate container d1f56d2e3159 02:29:07 ---> e940297cbd18 02:29:07 Successfully built e940297cbd18 02:29:07 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:07 + docker inspect -f . ci-base-image-x86_64 02:29:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:29:07 prd-ubuntu20.04-docker-8c-8g-3225 does not seem to be running inside a container 02:29:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/853 -v /w/workspace/edgex-go/853:/w/workspace/edgex-go/853:rw,z -v /w/workspace/edgex-go/853@tmp:/w/workspace/edgex-go/853@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 02:29:08 $ docker top a1c343fd362bd0275fa087c871327a818cded4953044ae2e81d9a2fb14d1a968 -eo pid,comm [Pipeline] { [Pipeline] sh 02:29:08 + go version 02:29:08 go version go1.23.8 linux/amd64 [Pipeline] } 02:29:08 $ docker stop --time=1 a1c343fd362bd0275fa087c871327a818cded4953044ae2e81d9a2fb14d1a968 02:29:09 $ docker rm -f --volumes a1c343fd362bd0275fa087c871327a818cded4953044ae2e81d9a2fb14d1a968 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:10 + docker inspect -f . ci-base-image-x86_64 02:29:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:29:10 prd-ubuntu20.04-docker-8c-8g-3225 does not seem to be running inside a container 02:29:10 $ 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/853 -v /w/workspace/edgex-go/853:/w/workspace/edgex-go/853:rw,z -v /w/workspace/edgex-go/853@tmp:/w/workspace/edgex-go/853@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 02:29:10 $ docker top 3ce2a6ed7bde6ce502a0fbf677b9ed34c25aee5d86aafd655c3d9fd1d58a3f1f -eo pid,comm [Pipeline] { [Pipeline] echo 02:29:10 ========================================================= 02:29:10 [edgeXBuildGoParallel] Running Tests and Build... 02:29:10 ========================================================= [Pipeline] sh 02:29:11 + git config --global --add safe.directory /w/workspace/edgex-go/853 [Pipeline] fileExists [Pipeline] sh 02:29:11 + make test 02:29:11 go test -race -coverprofile=coverage.out ./... 02:29:19 ? github.com/edgexfoundry/edgex-go [no test files] 02:29:41 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 02:29:41 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 02:29:41 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 02:29:41 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 02:29:41 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 02:29:41 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 02:29:41 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 02:29:41 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 02:29:41 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 02:29:41 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 02:29:42 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 02:29:42 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 02:29:42 ? github.com/edgexfoundry/edgex-go/internal [no test files] 02:29:42 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 02:29:42 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 02:29:42 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 02:29:42 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 02:29:43 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.023s coverage: 42.3% of statements 02:29:43 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 02:29:43 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 02:29:43 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 02:29:43 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 02:29:44 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.035s coverage: 97.0% of statements 02:29:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 02:29:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 02:29:44 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 02:29:44 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 02:29:44 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 02:29:44 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 02:29:44 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 02:29:44 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 02:29:44 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 02:29:44 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 02:29:46 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 02:29:46 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 02:29:46 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 02:29:46 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 02:29:46 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 02:29:46 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 02:29:47 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.053s coverage: 69.2% of statements 02:29:47 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.017s coverage: 3.5% of statements 02:29:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.053s coverage: 45.2% of statements 02:29:47 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 02:29:47 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 02:29:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.917s coverage: 93.4% of statements 02:29:47 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.044s coverage: 92.3% of statements 02:29:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.046s coverage: 8.4% of statements 02:29:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 02:29:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 02:29:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 02:29:49 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 02:29:49 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 02:29:49 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 02:29:49 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 02:29:49 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 02:29:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 02:29:49 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 02:29:49 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 02:29:49 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 02:29:49 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 02:29:49 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 02:29:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.339s coverage: 95.8% of statements 02:29:50 ok github.com/edgexfoundry/edgex-go/internal/io 1.025s coverage: 72.2% of statements 02:29:50 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements 02:29:50 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 02:29:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 02:29:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 02:29:50 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 02:29:50 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 02:29:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.034s coverage: 0.0% of statements [no tests to run] 02:29:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.042s coverage: 1.0% of statements 02:29:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.027s coverage: 38.1% of statements 02:29:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.018s coverage: 81.1% of statements 02:29:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.018s coverage: 40.0% of statements 02:29:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.022s coverage: 87.1% of statements 02:29:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.012s coverage: 94.1% of statements 02:29:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.026s coverage: 96.3% of statements 02:29:52 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 02:29:52 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 02:29:52 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 02:29:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 02:29:53 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 02:29:53 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 02:29:53 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 02:29:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.018s coverage: 87.5% of statements 02:29:54 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 02:29:54 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 02:29:54 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 02:29:54 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 02:29:54 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 02:29:54 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 02:29:54 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 02:29:54 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 02:29:54 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 02:29:55 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 02:29:56 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 02:29:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 02:29:59 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 02:29:59 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 02:29:59 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 02:29:59 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 02:30:02 github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements 02:30:03 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 02:30:03 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 02:30:03 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 02:30:03 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 02:30:03 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 02:30:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.031s coverage: 94.4% of statements 02:30:05 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 02:30:05 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 02:30:05 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 02:30:05 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 02:30:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 02:30:05 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 02:30:05 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 02:30:05 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 02:30:05 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 02:30:06 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 02:30:06 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 02:30:06 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 02:30:07 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 02:30:07 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 02:30:07 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 02:30:07 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 02:30:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 02:30:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 02:30:08 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 02:30:08 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 02:30:08 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 02:30:08 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 02:30:08 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 02:30:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 02:30:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 02:30:10 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 02:30:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.047s coverage: 92.9% of statements 02:30:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.022s coverage: 68.8% of statements 02:30:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.028s coverage: 62.3% of statements 02:30:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.019s coverage: 47.4% of statements 02:30:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.027s coverage: 87.2% of statements 02:30:15 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.018s coverage: 15.5% of statements 02:30:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.015s coverage: 100.0% of statements 02:30:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.098s coverage: 81.8% of statements 02:30:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.079s coverage: 82.1% of statements 02:30:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.022s coverage: 86.0% of statements 02:30:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.039s coverage: 6.8% of statements 02:30:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.046s coverage: 33.3% of statements 02:30:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.043s coverage: 100.0% of statements 02:30:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.166s coverage: 54.5% of statements 02:30:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.022s coverage: 89.4% of statements 02:30:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.018s coverage: 100.0% of statements 02:30:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.019s coverage: 73.7% of statements 02:30:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.016s coverage: 100.0% of statements 02:30:15 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.027s coverage: 88.6% of statements 02:30:15 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.032s coverage: 96.8% of statements 02:30:15 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.017s coverage: 100.0% of statements 02:30:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.149s coverage: 29.2% of statements 02:30:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.021s coverage: 93.8% of statements 02:30:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.022s coverage: 3.1% of statements 02:30:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.020s coverage: 76.2% of statements 02:30:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.021s coverage: 54.0% of statements 02:30:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.054s coverage: 17.0% of statements 02:30:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.136s coverage: 94.9% of statements 02:30:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.034s coverage: 9.0% of statements 02:30:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.067s coverage: 97.7% of statements 02:30:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.031s coverage: 43.6% of statements 02:30:15 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 02:30:15 running golangci-lint 02:30:15 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 02:30:15 go version go1.23.8 linux/amd64 02:30:15 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 02:30:15 level=info msg="[config_reader] Used config file .golangci.yml" 02:30:15 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 02:30:37 Running on prd-ubuntu20.04-docker-arm64-4c-16g-3226 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 02:30:37 Running in /w/workspace/edgex-go/853 [Pipeline] { [Pipeline] checkout 02:30:37 level=info msg="[loader] Go packages loading at mode 575 (deps|exports_file|types_sizes|compiled_files|files|imports|name) took 21.54775391s" 02:30:37 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 38.109341ms" 02:30:40 The recommended git tool is: git 02:30:45 using credential edgex-jenkins-ssh 02:30:45 Cloning the remote Git repository 02:30:45 Cloning repository git@github.com:edgexfoundry/edgex-go.git 02:30:45 > git init /w/workspace/edgex-go/853 # timeout=10 02:30:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:30:45 > git --version # timeout=10 02:30:45 > git --version # 'git version 2.25.1' 02:30:45 using GIT_SSH to set credentials SSH Credentials for GitHub 02:30:45 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:30:49 level=info msg="[linters_context/goanalysis] analyzers took 1m35.233154755s with top 10 stages: buildir: 53.024487695s, gosec: 3.730463221s, fact_deprecated: 2.414162222s, inspect: 2.321386532s, ctrlflow: 1.669651706s, printf: 1.540792078s, fact_purity: 1.321887204s, directives: 1.064532993s, nilness: 966.051655ms, S1038: 875.338838ms" 02:30:49 level=info msg="[runner] Issues before processing: 202, after processing: 0" 02:30:49 level=info msg="[runner] Processors filtering stat (in/out): exclude-rules: 202/20, skip_dirs: 202/202, identifier_marker: 202/202, nolint: 20/0, autogenerated_exclude: 202/202, exclude: 202/202, skip_files: 202/202, invalid_issue: 202/202, path_prettifier: 202/202, cgo: 202/202, filename_unadjuster: 202/202" 02:30:49 level=info msg="[runner] processing took 15.892942ms with stages: nolint: 6.933748ms, identifier_marker: 3.471855ms, path_prettifier: 1.739981ms, autogenerated_exclude: 1.61029ms, exclude-rules: 1.136129ms, skip_dirs: 933.198µs, cgo: 25.82µs, invalid_issue: 25.23µs, filename_unadjuster: 12.341µs, max_same_issues: 1.46µs, uniq_by_line: 560ns, fixer: 400ns, skip_files: 360ns, exclude: 260ns, source_code: 250ns, diff: 240ns, sort_results: 230ns, max_from_linter: 160ns, max_per_file_from_linter: 120ns, path_shortener: 110ns, path_prefixer: 100ns, severity-rules: 100ns" 02:30:49 level=info msg="[runner] linters took 11.157422425s with stages: goanalysis_metalinter: 11.141413212s" 02:30:49 level=info msg="File cache stats: 0 entries of total size 0B" 02:30:49 level=info msg="Memory: 329 samples, avg is 281.8MB, max is 1172.6MB" 02:30:49 level=info msg="Execution took 32.751607527s" 02:30:49 go vet ./... 02:30:55 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 02:30:55 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 02:30:55 ./bin/test-attribution-txt.sh 02:30:55 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 02:30:55 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [Pipeline] echo 02:30:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 02:30:55 + ls -al . 02:30:55 total 1992 02:30:55 drwxrwxr-x 11 1001 1001 4096 Jun 13 02:29 . 02:30:55 drwxr-xr-x 4 root root 4096 Jun 13 02:29 .. 02:30:55 drwxrwxr-x 2 1001 1001 4096 Jun 13 02:28 .blubracket 02:30:55 -rw-rw-r-- 1 1001 1001 10 Jun 13 02:28 .dockerignore 02:30:55 drwxrwxr-x 8 1001 1001 4096 Jun 13 02:30 .git 02:30:55 drwxrwxr-x 3 1001 1001 4096 Jun 13 02:28 .github 02:30:55 -rw-rw-r-- 1 1001 1001 909 Jun 13 02:28 .gitignore 02:30:55 -rw-rw-r-- 1 1001 1001 218 Jun 13 02:28 .golangci.yml 02:30:55 -rw-rw-r-- 1 1001 1001 100 Jun 13 02:28 .hadolint.yml 02:30:55 drwxr-xr-x 3 1001 1001 4096 Jun 13 02:28 .semver 02:30:55 -rw-rw-r-- 1 1001 1001 155 Jun 13 02:28 .sonarcloud.properties 02:30:55 -rw-rw-r-- 1 1001 1001 1171 Jun 13 02:28 ADOPTERS.md 02:30:55 -rw-rw-r-- 1 1001 1001 17374 Jun 13 02:28 Attribution.txt 02:30:55 -rw-rw-r-- 1 1001 1001 108018 Jun 13 02:28 CHANGELOG.md 02:30:55 -rw-rw-r-- 1 1001 1001 3804 Jun 13 02:28 CONTRIBUTING.md 02:30:55 -rw-rw-r-- 1 1001 1001 677 Jun 13 02:28 GOVERNANCE.md 02:30:55 -rw-rw-r-- 1 1001 1001 858 Jun 13 02:28 Jenkinsfile 02:30:55 -rw-rw-r-- 1 1001 1001 10775 Jun 13 02:28 LICENSE 02:30:55 -rw-rw-r-- 1 1001 1001 16740 Jun 13 02:28 Makefile 02:30:55 -rw-rw-r-- 1 1001 1001 582 Jun 13 02:28 OWNERS.md 02:30:55 -rw-rw-r-- 1 1001 1001 9932 Jun 13 02:28 README.md 02:30:55 -rw-rw-r-- 1 1001 1001 789 Jun 13 02:28 SECURITY.md 02:30:55 -rw-rw-r-- 1 1001 1001 12 Jun 13 02:28 VERSION 02:30:55 drwxrwxr-x 2 1001 1001 4096 Jun 13 02:28 bin 02:30:55 drwxrwxr-x 19 1001 1001 4096 Jun 13 02:28 cmd 02:30:55 -rw-r--r-- 1 root root 1662280 Jun 13 02:30 coverage.out 02:30:55 drwxrwxr-x 2 1001 1001 4096 Jun 13 02:28 fuzz_test 02:30:55 -rw-rw-r-- 1 1001 1001 6474 Jun 13 02:28 go.mod 02:30:55 -rw-rw-r-- 1 1001 1001 88008 Jun 13 02:28 go.sum 02:30:55 drwxrwxr-x 7 1001 1001 4096 Jun 13 02:28 internal 02:30:55 drwxrwxr-x 2 1001 1001 4096 Jun 13 02:28 openapi 02:30:55 -rw-rw-r-- 1 1001 1001 584 Jun 13 02:28 security.txt 02:30:55 -rw-rw-r-- 1 1001 1001 204 Jun 13 02:28 version.go [Pipeline] sh 02:30:55 + '[' -e coverage.out ] 02:30:55 + chown 1001:1001 coverage.out [Pipeline] stash 02:30:55 Stashed 1 file(s) [Pipeline] sh 02:30:56 + make build 02:30:56 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 02:31:06 Avoid second fetch 02:31:06 Checking out Revision 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca (main) 02:31:06 Commit message: "Merge pull request #5180 from yichun-chou/EDX-5631-branch" 02:31:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:31:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:31:06 > git config core.sparsecheckout # timeout=10 02:31:06 > git checkout -f 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:31:11 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 02:31:11 % Total % Received % Xferd Average Speed Time Time Time Current 02:31:11 Dload Upload Total Spent Left Speed 02:31:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 84824 0 --:--:-- --:--:-- --:--:-- 84824 [Pipeline] sh 02:31:11 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 02:31:12 + + sudo teesudo /etc/docker/daemon.new jq 02:31:12 . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 02:31:12 { 02:31:12 "registry-mirrors": [ 02:31:12 "https://nexus3.edgexfoundry.org:10001" 02:31:12 ], 02:31:12 "bip": "10.250.0.254/24", 02:31:12 "hosts": [ 02:31:12 "tcp://0.0.0.0:5555", 02:31:12 "unix:///var/run/docker.sock" 02:31:12 ], 02:31:12 "mtu": 1458, 02:31:12 "selinux-enabled": true, 02:31:12 "seccomp-profile": "/etc/docker/seccomp.json" 02:31:12 } [Pipeline] sh 02:31:12 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 02:31:12 + sudo service docker restart 02:31:18 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 02:31:18 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 02:31:19 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 02:31:19 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 02:31:20 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 02:31:26 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 02:31:27 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 02:31:29 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:31:31 provisioning config files... 02:31:31 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/853@tmp/config4144466669163634439tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:31:31 ---> ****-login.sh 02:31:31 nexus3.edgexfoundry.org:10001 02:31:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:31:32 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 02:31:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:31:32 Configure a credential helper to remove this warning. See 02:31:32 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:31:32 02:31:32 Login Succeeded 02:31:32 nexus3.edgexfoundry.org:10002 02:31:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:31:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:31:32 Configure a credential helper to remove this warning. See 02:31:32 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:31:32 02:31:32 Login Succeeded 02:31:32 nexus3.edgexfoundry.org:10003 02:31:32 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 02:31:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:31:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:31:33 Configure a credential helper to remove this warning. See 02:31:33 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:31:33 02:31:33 Login Succeeded 02:31:33 nexus3.edgexfoundry.org:10004 02:31:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:31:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:31:33 Configure a credential helper to remove this warning. See 02:31:33 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:31:33 02:31:33 Login Succeeded 02:31:33 ****.io 02:31:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:31:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:31:34 Configure a credential helper to remove this warning. See 02:31:34 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:31:34 02:31:34 Login Succeeded 02:31:34 ---> ****-login.sh ends [Pipeline] } 02:31:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 02:31:34 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] sh 02:31:34 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 02:31:34 + git config --global --add safe.directory /w/workspace/edgex-go/853 [Pipeline] echo 02:31:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:31:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:31:34 ========================================================= 02:31:34 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 02:31:34 ========================================================= [Pipeline] fileExists [Pipeline] sh 02:31:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 02:31:36 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:31:36 94e9d8af2201: Pulling fs layer 02:31:36 634366ca850b: Pulling fs layer 02:31:36 f66ade281fe9: Pulling fs layer 02:31:36 13fd4ce6e94e: Pulling fs layer 02:31:36 4f4fb700ef54: Pulling fs layer 02:31:36 4cccf3f17d63: Pulling fs layer 02:31:36 2d8010953d95: Pulling fs layer 02:31:36 ec743f232bc5: Pulling fs layer 02:31:36 4cccf3f17d63: Waiting 02:31:36 2d8010953d95: Waiting 02:31:36 ec743f232bc5: Waiting 02:31:36 13fd4ce6e94e: Waiting 02:31:36 4f4fb700ef54: Waiting 02:31:36 634366ca850b: Verifying Checksum 02:31:36 634366ca850b: Download complete 02:31:36 13fd4ce6e94e: Verifying Checksum 02:31:36 13fd4ce6e94e: Download complete 02:31:36 4f4fb700ef54: Verifying Checksum 02:31:36 4f4fb700ef54: Download complete 02:31:36 4cccf3f17d63: Verifying Checksum 02:31:36 4cccf3f17d63: Download complete 02:31:36 94e9d8af2201: Verifying Checksum 02:31:36 94e9d8af2201: Download complete [Pipeline] } 02:31:36 $ docker stop --time=1 3ce2a6ed7bde6ce502a0fbf677b9ed34c25aee5d86aafd655c3d9fd1d58a3f1f 02:31:36 ec743f232bc5: Verifying Checksum 02:31:36 ec743f232bc5: Download complete 02:31:37 94e9d8af2201: Pull complete 02:31:38 634366ca850b: Pull complete 02:31:38 f66ade281fe9: Verifying Checksum 02:31:38 f66ade281fe9: Download complete 02:31:39 2d8010953d95: Verifying Checksum 02:31:39 2d8010953d95: Download complete 02:31:41 $ docker rm -f --volumes 3ce2a6ed7bde6ce502a0fbf677b9ed34c25aee5d86aafd655c3d9fd1d58a3f1f [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 02:31:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:31:42 02:31:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:31:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:31:42 latest: Pulling from edgex-devops/edgex-compose 02:31:42 91d30c5bc195: Pulling fs layer 02:31:42 2e9b0aa3be6d: Pulling fs layer 02:31:42 9c61dcf015f6: Pulling fs layer 02:31:42 4698f68db338: Pulling fs layer 02:31:42 2a2f49069b9e: Pulling fs layer 02:31:42 e0025b399a48: Pulling fs layer 02:31:42 4698f68db338: Waiting 02:31:42 2a2f49069b9e: Waiting 02:31:42 e0025b399a48: Waiting 02:31:42 91d30c5bc195: Verifying Checksum 02:31:42 91d30c5bc195: Download complete 02:31:42 4698f68db338: Verifying Checksum 02:31:42 4698f68db338: Download complete 02:31:42 2e9b0aa3be6d: Verifying Checksum 02:31:42 2e9b0aa3be6d: Download complete 02:31:42 e0025b399a48: Download complete 02:31:42 91d30c5bc195: Pull complete 02:31:42 2a2f49069b9e: Download complete 02:31:43 2e9b0aa3be6d: Pull complete 02:31:43 9c61dcf015f6: Verifying Checksum 02:31:43 9c61dcf015f6: Download complete 02:31:46 9c61dcf015f6: Pull complete 02:31:46 4698f68db338: Pull complete 02:31:46 2a2f49069b9e: Pull complete 02:31:46 e0025b399a48: Pull complete 02:31:46 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 02:31:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:31:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:31:46 prd-ubuntu20.04-docker-8c-8g-3225 does not seem to be running inside a container 02:31:46 $ 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/853 -v /w/workspace/edgex-go/853:/w/workspace/edgex-go/853:rw,z -v /w/workspace/edgex-go/853@tmp:/w/workspace/edgex-go/853@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 02:31:48 $ docker top 2eebd2a6cb35dd4a2b568ec7f6d39b77c3640a84d9944886dc1834ae5892b557 -eo pid,comm [Pipeline] { [Pipeline] sh 02:31:48 + docker compose -f ./docker-compose-build.yml build --parallel 02:31:51 #1 [core-keeper internal] load build definition from Dockerfile 02:31:51 #1 transferring dockerfile: 2.01kB done 02:31:51 #1 DONE 0.1s 02:31:51 02:31:51 #2 [security-spire-agent internal] load build definition from Dockerfile 02:31:51 #2 transferring dockerfile: 1.81kB done 02:31:51 #2 DONE 0.0s 02:31:51 02:31:51 #3 [security-bootstrapper internal] load build definition from Dockerfile 02:31:51 #3 transferring dockerfile: 3.02kB done 02:31:51 #3 DONE 0.0s 02:31:51 02:31:51 #4 [core-data internal] load build definition from Dockerfile 02:31:51 #4 transferring dockerfile: 2.04kB done 02:31:51 #4 DONE 0.0s 02:31:51 02:31:51 #5 [security-spire-server internal] load build definition from Dockerfile 02:31:51 #5 transferring dockerfile: 1.70kB done 02:31:51 #5 DONE 0.1s 02:31:51 02:31:51 #6 [security-secretstore-setup internal] load build definition from Dockerfile 02:31:51 #6 transferring dockerfile: 2.49kB done 02:31:51 #6 DONE 0.0s 02:31:51 02:31:51 #7 [support-notifications internal] load build definition from Dockerfile 02:31:51 #7 transferring dockerfile: 2.00kB done 02:31:51 #7 DONE 0.1s 02:31:51 02:31:51 #8 [core-command internal] load build definition from Dockerfile 02:31:51 #8 transferring dockerfile: 1.94kB done 02:31:51 #8 DONE 0.1s 02:31:51 02:31:51 #9 [security-spiffe-token-provider internal] load build definition from Dockerfile 02:31:51 #9 transferring dockerfile: 1.89kB done 02:31:51 #9 DONE 0.1s 02:31:51 02:31:51 #10 [security-proxy-auth internal] load build definition from Dockerfile 02:31:51 #10 transferring dockerfile: 2.14kB done 02:31:51 #10 DONE 0.1s 02:31:51 02:31:51 #11 [security-spire-config internal] load build definition from Dockerfile 02:31:51 #11 transferring dockerfile: 1.69kB done 02:31:51 #11 DONE 0.1s 02:31:51 02:31:51 #12 [core-metadata internal] load build definition from Dockerfile 02:31:51 #12 transferring dockerfile: 2.10kB done 02:31:51 #12 DONE 0.1s 02:31:51 02:31:51 #13 [support-scheduler internal] load build definition from Dockerfile 02:31:51 #13 transferring dockerfile: 1.83kB done 02:31:51 #13 DONE 0.1s 02:31:51 02:31:51 #14 [security-proxy-setup internal] load build definition from Dockerfile 02:31:51 #14 transferring dockerfile: 2.50kB done 02:31:51 #14 DONE 0.1s 02:31:51 02:31:51 #15 [core-common-config-bootstrapper internal] load build definition from Dockerfile 02:31:51 #15 transferring dockerfile: 2.23kB done 02:31:51 #15 DONE 0.1s 02:31:51 02:31:51 #16 [core-keeper internal] load .dockerignore 02:31:51 #16 transferring context: 50B done 02:31:51 #16 DONE 0.0s 02:31:51 02:31:51 #17 [security-bootstrapper internal] load .dockerignore 02:31:51 #17 transferring context: 50B done 02:31:51 #17 DONE 0.0s 02:31:51 02:31:51 #18 [security-spire-agent internal] load .dockerignore 02:31:51 #18 transferring context: 50B done 02:31:51 #18 DONE 0.0s 02:31:51 02:31:51 #19 [core-data internal] load .dockerignore 02:31:51 #19 transferring context: 50B done 02:31:51 #19 DONE 0.0s 02:31:51 02:31:51 #20 [security-secretstore-setup internal] load .dockerignore 02:31:51 #20 transferring context: 50B done 02:31:51 #20 DONE 0.0s 02:31:51 02:31:51 #21 [support-notifications internal] load .dockerignore 02:31:51 #21 transferring context: 50B done 02:31:51 #21 DONE 0.0s 02:31:51 02:31:51 #22 [core-command internal] load .dockerignore 02:31:51 #22 transferring context: 50B done 02:31:51 #22 DONE 0.0s 02:31:51 02:31:51 #23 [security-spire-server internal] load .dockerignore 02:31:51 #23 transferring context: 50B done 02:31:51 #23 DONE 0.0s 02:31:51 02:31:51 #24 [security-spiffe-token-provider internal] load .dockerignore 02:31:51 #24 transferring context: 50B done 02:31:51 #24 DONE 0.0s 02:31:51 02:31:51 #25 [security-proxy-auth internal] load .dockerignore 02:31:51 #25 transferring context: 50B done 02:31:51 #25 DONE 0.0s 02:31:51 02:31:51 #26 [security-spire-config internal] load .dockerignore 02:31:51 #26 transferring context: 50B done 02:31:51 #26 DONE 0.0s 02:31:51 02:31:51 #27 [core-metadata internal] load .dockerignore 02:31:51 #27 transferring context: 50B done 02:31:51 #27 DONE 0.0s 02:31:51 02:31:51 #28 [support-scheduler internal] load .dockerignore 02:31:51 #28 transferring context: 50B done 02:31:51 #28 DONE 0.0s 02:31:51 02:31:51 #29 [security-proxy-setup internal] load .dockerignore 02:31:51 #29 transferring context: 50B done 02:31:51 #29 DONE 0.0s 02:31:51 02:31:51 #30 [core-common-config-bootstrapper internal] load .dockerignore 02:31:51 #30 transferring context: 50B done 02:31:51 #30 DONE 0.0s 02:31:51 02:31:51 #31 [core-keeper internal] load metadata for docker.io/library/alpine:3.20 02:31:51 #31 DONE 0.1s 02:31:51 02:31:51 #32 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 02:31:51 #32 DONE 0.0s 02:31:51 02:31:51 #33 [security-secretstore-setup internal] load build context 02:31:51 #33 DONE 0.0s 02:31:51 02:31:51 #34 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 02:31:51 #34 DONE 0.0s 02:31:51 02:31:51 #35 [security-secretstore-setup stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:31:51 #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:31:51 #35 ... 02:31:51 02:31:51 #32 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 02:31:51 #32 DONE 0.0s 02:31:51 02:31:51 #35 [core-command stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:31:51 #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 02:31:51 #35 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:31:51 #35 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 02:31:51 #35 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 02:31:51 #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 02:31:51 #35 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:31:51 #35 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 02:31:51 #35 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 02:31:51 #35 DONE 0.2s 02:31:51 02:31:51 #32 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 02:31:51 #32 DONE 0.0s 02:31:51 02:31:51 #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 02:31:52 #31 DONE 0.7s 02:31:52 02:31:52 #35 [security-proxy-setup stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:31:52 #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 02:31:52 #35 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:31:52 #35 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 02:31:52 #35 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 02:31:52 #35 DONE 0.2s 02:31:52 02:31:52 #36 [security-proxy-setup internal] load build context 02:31:52 #36 ... 02:31:52 02:31:52 #37 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 02:31:52 #37 DONE 1.1s 02:31:52 02:31:52 #35 [security-spire-config stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:31:52 #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 02:31:52 #35 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:31:52 #35 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 02:31:52 #35 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 02:31:52 #35 DONE 0.2s 02:31:52 02:31:52 #38 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 02:31:52 #38 DONE 1.3s 02:31:52 02:31:52 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:31:52 #39 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:31:52 #39 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.2s done 02:31:53 #39 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 02:31:53 #39 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done 02:31:53 #39 ... 02:31:53 02:31:53 #40 [security-spire-server internal] load build context 02:31:53 #40 transferring context: 23.80kB 0.0s done 02:31:53 #40 DONE 0.5s 02:31:53 02:31:53 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:31:53 #39 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done 02:31:53 #39 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.1s 02:31:53 #39 ... 02:31:53 02:31:53 #41 [security-spire-agent internal] load build context 02:31:53 #41 transferring context: 23.33kB 0.0s done 02:31:53 #41 DONE 0.6s 02:31:53 02:31:53 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:31:53 #39 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done 02:31:53 #39 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.1s 02:31:53 #39 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.1s 02:31:53 #39 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done 02:31:53 #39 ... 02:31:53 02:31:53 #42 [security-spire-config internal] load build context 02:31:53 #42 transferring context: 22.05kB done 02:31:53 #42 DONE 0.7s 02:31:53 02:31:53 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:31:53 #39 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done 02:31:53 #39 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.2s done 02:31:53 #39 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0B / 36.47MB 0.3s 02:31:53 #39 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 4.19MB / 36.47MB 0.4s 02:31:53 #39 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 02:31:53 #39 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 14.68MB / 36.47MB 0.5s 02:31:54 #39 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 31.46MB / 36.47MB 0.7s 02:31:54 #39 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 02:31:54 #39 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 0.8s 02:31:54 #39 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.0s done 02:31:54 f66ade281fe9: Pull complete 02:31:54 13fd4ce6e94e: Pull complete 02:31:54 4f4fb700ef54: Pull complete 02:31:54 4cccf3f17d63: Pull complete 02:31:56 #39 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 2.8s done 02:31:56 #39 ... 02:31:56 02:31:56 #34 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-x86_64 02:31:56 #34 DONE 4.8s 02:31:56 02:31:56 #43 [security-proxy-auth internal] load build context 02:31:57 #43 ... 02:31:57 02:31:57 #44 [core-data internal] load build context 02:31:57 #44 ... 02:31:57 02:31:57 #43 [security-proxy-auth internal] load build context 02:31:58 #43 transferring context: 277.16MB 6.7s 02:32:00 2d8010953d95: Pull complete 02:32:02 ec743f232bc5: Pull complete 02:32:02 Digest: sha256:a6e51edf931e1c2109943d1a62f1c16b78b2281728f1935e6b3d8efd9a0c5dda 02:32:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 02:32:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh 02:32:02 #43 ... 02:32:02 02:32:02 #33 [security-secretstore-setup internal] load build context 02:32:02 #33 ... 02:32:02 02:32:02 #45 [core-keeper internal] load build context 02:32:02 #45 ... 02:32:02 02:32:02 #46 [security-spiffe-token-provider internal] load build context 02:32:02 #46 ... 02:32:02 02:32:02 #47 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 02:32:02 #47 ... 02:32:02 02:32:02 #48 [support-notifications internal] load build context 02:32:02 #48 ... 02:32:02 02:32:02 #49 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 02:32:02 #0 1.576 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:32:02 #0 1.703 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:32:02 #0 2.034 (1/4) Installing ca-certificates (20241121-r1) 02:32:02 #0 2.051 (2/4) Installing dumb-init (1.2.5-r3) 02:32:02 #0 2.059 (3/4) Installing su-exec (0.2-r3) 02:32:02 #0 2.062 (4/4) Installing yq-go (4.44.1-r2) 02:32:02 #0 2.141 Executing busybox-1.36.1-r29.trigger 02:32:02 #0 2.141 Executing ca-certificates-20241121-r1.trigger 02:32:02 #0 2.173 OK: 19 MiB in 18 packages 02:32:02 #49 ... 02:32:02 02:32:02 #50 [core-metadata internal] load build context 02:32:03 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 02:32:03 WORKDIR /edgex 02:32:03 COPY go.mod . 02:32:03 RUN go mod download 02:32:03 + docker build -t ci-base-image-arm64 -f - . 02:32:03 #50 ... 02:32:03 02:32:03 #51 [support-scheduler internal] load build context 02:32:03 #51 ... 02:32:03 02:32:03 #52 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 02:32:03 #52 ... 02:32:03 02:32:03 #53 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:32:03 #53 ... 02:32:03 02:32:03 #54 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:32:03 Sending build context to Docker daemon 3.698MB 02:32:03 #54 ... 02:32:03 02:32:03 #55 [security-bootstrapper internal] load build context 02:32:03 #55 ... 02:32:03 02:32:03 #56 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 02:32:03 #0 1.682 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:32:03 #0 1.780 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:32:03 #0 2.094 (1/7) Installing ca-certificates (20241121-r1) 02:32:03 #0 2.108 (2/7) Installing dumb-init (1.2.5-r3) 02:32:03 #0 2.115 (3/7) Installing libgcc (13.2.1_git20240309-r1) 02:32:03 #0 2.121 (4/7) Installing libsodium (1.0.19-r0) 02:32:03 #0 2.131 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 02:32:03 #0 2.153 (6/7) Installing libzmq (4.3.5-r2) 02:32:03 #0 2.164 (7/7) Installing zeromq (4.3.5-r2) 02:32:03 #0 2.166 Executing busybox-1.36.1-r29.trigger 02:32:03 #0 2.173 Executing ca-certificates-20241121-r1.trigger 02:32:03 #0 2.226 OK: 12 MiB in 21 packages 02:32:03 #56 ... 02:32:03 02:32:03 #57 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:32:03 #57 ... 02:32:03 02:32:03 #58 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 02:32:03 #0 1.211 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:32:03 #0 1.369 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:32:03 #0 1.733 (1/3) Installing ca-certificates (20241121-r1) 02:32:03 #0 1.758 (2/3) Installing dumb-init (1.2.5-r3) 02:32:03 #0 1.764 (3/3) Installing tzdata (2025b-r0) 02:32:03 #0 1.820 Executing busybox-1.36.1-r29.trigger 02:32:03 #0 1.833 Executing ca-certificates-20241121-r1.trigger 02:32:03 #0 1.886 OK: 10 MiB in 17 packages 02:32:03 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 02:32:03 ---> 12c1d4c06be1 02:32:03 Step 2/4 : WORKDIR /edgex 02:32:04 #58 ... 02:32:04 02:32:04 #36 [security-proxy-setup internal] load build context 02:32:04 #36 transferring context: 309.98MB 11.0s 02:32:04 #36 ... 02:32:04 02:32:04 #59 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 02:32:04 #0 7.393 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:32:04 #0 7.474 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:32:04 #0 7.798 (1/2) Installing dumb-init (1.2.5-r3) 02:32:04 #0 7.801 (2/2) Installing su-exec (0.2-r3) 02:32:04 #0 7.801 Executing busybox-1.36.1-r29.trigger 02:32:04 #0 7.807 OK: 8 MiB in 16 packages 02:32:04 #59 ... 02:32:04 02:32:04 #60 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:32:04 #60 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.2s done 02:32:04 #60 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 02:32:04 #60 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done 02:32:04 #60 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done 02:32:04 #60 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done 02:32:04 #60 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done 02:32:04 #60 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done 02:32:04 #60 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.3s done 02:32:04 #60 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 0.6s done 02:32:04 #60 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 02:32:04 #60 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 02:32:04 #60 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0.5s 02:32:04 #60 ... 02:32:04 02:32:04 #61 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:32:04 #61 ... 02:32:04 02:32:04 #62 [core-command internal] load build context 02:32:04 #62 ... 02:32:04 02:32:04 #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 02:32:04 #0 4.271 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:32:04 #0 4.352 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:32:04 #0 4.644 (1/1) Installing dumb-init (1.2.5-r3) 02:32:04 #0 4.649 Executing busybox-1.36.1-r29.trigger 02:32:04 #0 4.667 OK: 8 MiB in 15 packages 02:32:04 #63 ... 02:32:04 02:32:04 #64 [core-common-config-bootstrapper internal] load build context 02:32:04 #64 transferring context: 507.79MB 11.2s done 02:32:04 #64 ... 02:32:04 02:32:04 #36 [security-proxy-setup internal] load build context 02:32:05 #36 transferring context: 507.79MB 12.6s done 02:32:05 ---> Running in 61c36d63c5d0 02:32:05 Removing intermediate container 61c36d63c5d0 02:32:05 ---> 007a268b71be 02:32:05 Step 3/4 : COPY go.mod . 02:32:06 ---> 4b67bc0a8069 02:32:06 Step 4/4 : RUN go mod download 02:32:06 ---> Running in e5b63010561f 02:32:07 #36 ... 02:32:07 02:32:07 #44 [core-data internal] load build context 02:32:07 #44 transferring context: 507.79MB 13.1s done 02:32:08 #44 ... 02:32:08 02:32:08 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:32:08 #39 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0.1s 02:32:09 #39 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0.8s done 02:32:11 #39 ... 02:32:11 02:32:11 #65 [core-metadata builder 2/7] WORKDIR /edgex-go 02:32:11 #65 ... 02:32:11 02:32:11 #51 [support-scheduler internal] load build context 02:32:11 #51 transferring context: 507.79MB 12.7s done 02:32:12 #51 ... 02:32:12 02:32:12 #33 [security-secretstore-setup internal] load build context 02:32:12 #33 transferring context: 507.79MB 10.3s done 02:32:13 #33 ... 02:32:13 02:32:13 #43 [security-proxy-auth internal] load build context 02:32:13 #43 transferring context: 507.79MB 12.1s done 02:32:13 #43 ... 02:32:13 02:32:13 #45 [core-keeper internal] load build context 02:32:13 #45 transferring context: 507.79MB 10.7s done 02:32:13 #45 ... 02:32:13 02:32:13 #46 [security-spiffe-token-provider internal] load build context 02:32:13 #46 transferring context: 507.79MB 10.7s done 02:32:13 #46 ... 02:32:13 02:32:13 #50 [core-metadata internal] load build context 02:32:13 #50 transferring context: 507.79MB 12.3s done 02:32:13 #50 ... 02:32:13 02:32:13 #48 [support-notifications internal] load build context 02:32:13 #48 transferring context: 507.79MB 11.0s done 02:32:13 #48 ... 02:32:13 02:32:13 #55 [security-bootstrapper internal] load build context 02:32:13 #55 transferring context: 507.79MB 12.0s done 02:32:14 #55 ... 02:32:14 02:32:14 #62 [core-command internal] load build context 02:32:14 #62 transferring context: 507.79MB 12.7s done 02:32:14 #62 ... 02:32:14 02:32:14 #60 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:32:14 #60 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0.8s done 02:32:29 #60 ... 02:32:29 02:32:29 #33 [security-secretstore-setup internal] load build context 02:32:29 #33 DONE 36.2s 02:32:29 02:32:29 #58 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 02:32:29 #58 DONE 36.0s 02:32:29 02:32:29 #56 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 02:32:29 #56 DONE 35.9s 02:32:29 02:32:29 #59 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 02:32:29 #59 DONE 35.9s 02:32:29 02:32:29 #61 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:32:29 #61 DONE 35.9s 02:32:29 02:32:29 #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 02:32:29 #63 DONE 35.9s 02:32:29 02:32:29 #66 [core-data stage-1 3/7] RUN apk --no-cache upgrade 02:32:29 #66 ... 02:32:29 02:32:29 #49 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 02:32:29 #49 DONE 35.9s 02:32:29 02:32:29 #46 [security-spiffe-token-provider internal] load build context 02:32:29 #46 DONE 36.3s 02:32:29 02:32:29 #45 [core-keeper internal] load build context 02:32:29 #45 DONE 36.4s 02:32:29 02:32:29 #48 [support-notifications internal] load build context 02:32:29 #48 DONE 36.4s 02:32:29 02:32:29 #55 [security-bootstrapper internal] load build context 02:32:29 #55 DONE 36.4s 02:32:29 02:32:29 #43 [security-proxy-auth internal] load build context 02:32:29 #43 DONE 36.4s 02:32:29 02:32:29 #64 [core-common-config-bootstrapper internal] load build context 02:32:29 #64 DONE 35.8s 02:32:29 02:32:29 #50 [core-metadata internal] load build context 02:32:29 #50 DONE 36.3s 02:32:29 02:32:29 #62 [core-command internal] load build context 02:32:29 #62 DONE 36.4s 02:32:29 02:32:29 #44 [core-data internal] load build context 02:32:29 #44 DONE 36.4s 02:32:29 02:32:29 #51 [support-scheduler internal] load build context 02:32:29 #51 DONE 36.3s 02:32:29 02:32:29 #36 [security-proxy-setup internal] load build context 02:32:29 #36 DONE 35.8s 02:32:29 02:32:29 #65 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go 02:32:29 #65 DONE 27.1s 02:32:29 02:32:29 #60 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:32:29 #60 DONE 35.4s 02:32:29 02:32:29 #67 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 02:32:29 #67 ... 02:32:29 02:32:29 #47 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 02:32:29 #47 36.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:32:29 #47 36.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:32:29 #47 37.09 (1/1) Installing dumb-init (1.2.5-r3) 02:32:29 #47 37.10 Executing busybox-1.36.1-r29.trigger 02:32:29 #47 37.11 OK: 8 MiB in 15 packages 02:32:29 #47 DONE 37.4s 02:32:29 02:32:29 #52 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 02:32:29 #52 36.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:32:29 #52 36.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:32:29 #52 36.59 (1/4) Installing dumb-init (1.2.5-r3) 02:32:29 #52 36.60 (2/4) Installing openssl (3.3.3-r0) 02:32:29 #52 36.61 (3/4) Installing su-exec (0.2-r3) 02:32:29 #52 36.62 (4/4) Installing yq-go (4.44.1-r2) 02:32:29 #52 36.69 Executing busybox-1.36.1-r29.trigger 02:32:29 #52 36.69 OK: 19 MiB in 18 packages 02:32:29 #52 DONE 37.0s 02:32:29 02:32:29 #68 [core-command stage-1 3/9] RUN apk --no-cache upgrade 02:32:30 #68 ... 02:32:30 02:32:30 #53 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:32:30 #53 35.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:32:30 #53 35.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:32:30 #53 36.27 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 02:32:30 #53 36.27 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 02:32:30 #53 36.27 OK: 24171 distinct packages available 02:32:30 #53 36.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:32:30 #53 36.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:32:30 #53 36.73 (1/4) Installing dumb-init (1.2.5-r3) 02:32:30 #53 36.74 (2/4) Installing musl-obstack (1.2.3-r2) 02:32:30 #53 36.74 (3/4) Installing libucontext (1.2-r3) 02:32:30 #53 36.75 (4/4) Installing gcompat (1.1.0-r4) 02:32:30 #53 36.75 Executing busybox-1.36.1-r29.trigger 02:32:30 #53 36.77 OK: 8 MiB in 18 packages 02:32:30 #53 DONE 37.2s 02:32:30 02:32:30 #69 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 02:32:30 #0 1.427 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:32:30 #0 1.509 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:32:30 #0 1.845 OK: 10 MiB in 17 packages 02:32:30 #69 DONE 2.3s 02:32:30 02:32:30 #70 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 02:32:30 #0 1.443 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:32:30 #0 1.567 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:32:30 #0 1.901 OK: 12 MiB in 21 packages 02:32:30 #70 DONE 2.3s 02:32:30 02:32:30 #57 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:32:30 #57 35.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:32:30 #57 35.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:32:30 #57 36.30 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 02:32:30 #57 36.30 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 02:32:30 #57 36.30 OK: 24171 distinct packages available 02:32:30 #57 36.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:32:30 #57 36.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:32:30 #57 36.76 (1/5) Installing dumb-init (1.2.5-r3) 02:32:30 #57 36.77 (2/5) Installing musl-obstack (1.2.3-r2) 02:32:30 #57 36.77 (3/5) Installing libucontext (1.2-r3) 02:32:30 #57 36.78 (4/5) Installing gcompat (1.1.0-r4) 02:32:30 #57 36.79 (5/5) Installing openssl (3.3.3-r0) 02:32:30 #57 36.80 Executing busybox-1.36.1-r29.trigger 02:32:30 #57 36.81 OK: 9 MiB in 19 packages 02:32:30 #57 DONE 37.3s 02:32:30 02:32:30 #54 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:32:30 #54 36.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:32:30 #54 36.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:32:30 #54 37.17 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 02:32:30 #54 37.17 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 02:32:30 #54 37.17 OK: 24171 distinct packages available 02:32:30 #54 37.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:32:30 #54 37.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:32:30 #54 37.63 (1/14) Installing ca-certificates (20241121-r1) 02:32:30 #54 37.64 (2/14) Installing brotli-libs (1.1.0-r2) 02:32:30 #54 37.66 (3/14) Installing c-ares (1.33.1-r0) 02:32:30 #54 37.66 (4/14) Installing libunistring (1.2-r0) 02:32:30 #54 37.68 (5/14) Installing libidn2 (2.3.7-r0) 02:32:30 #54 37.69 (6/14) Installing nghttp2-libs (1.62.1-r0) 02:32:30 #54 37.69 (7/14) Installing libpsl (0.21.5-r1) 02:32:30 #54 37.70 (8/14) Installing zstd-libs (1.5.6-r0) 02:32:30 #54 37.71 (9/14) Installing libcurl (8.12.1-r0) 02:32:30 #54 37.72 (10/14) Installing curl (8.12.1-r0) 02:32:30 #54 37.73 (11/14) Installing dumb-init (1.2.5-r3) 02:32:30 #54 37.73 (12/14) Installing musl-obstack (1.2.3-r2) 02:32:30 #54 37.74 (13/14) Installing libucontext (1.2-r3) 02:32:30 #54 37.74 (14/14) Installing gcompat (1.1.0-r4) 02:32:30 #54 37.75 Executing busybox-1.36.1-r29.trigger 02:32:30 #54 37.76 Executing ca-certificates-20241121-r1.trigger 02:32:30 #54 37.81 OK: 13 MiB in 28 packages 02:32:30 #54 DONE 38.2s 02:32:30 02:32:30 #66 [core-data stage-1 3/7] RUN apk --no-cache upgrade 02:32:30 #66 1.595 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:32:30 #66 1.686 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:32:30 #66 2.001 OK: 8 MiB in 15 packages 02:32:30 #66 DONE 2.3s 02:32:30 02:32:30 #71 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 02:32:30 #0 1.611 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:32:30 #0 1.731 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:32:30 #0 2.031 OK: 8 MiB in 16 packages 02:32:30 #71 DONE 2.4s 02:32:30 02:32:30 #72 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 02:32:30 #72 ... 02:32:30 02:32:30 #73 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:32:30 #73 DONE 2.2s 02:32:30 02:32:30 #67 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 02:32:30 #67 2.061 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:32:30 #67 2.142 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:32:30 #67 2.453 OK: 248 MiB in 58 packages 02:32:30 #67 ... 02:32:30 02:32:30 #74 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 02:32:30 #0 2.041 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:32:30 #0 2.114 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:32:30 #0 2.428 OK: 248 MiB in 58 packages 02:32:30 #74 DONE 2.7s 02:32:30 02:32:30 #75 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 02:32:30 #0 2.053 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:32:30 #0 2.134 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:32:30 #0 2.461 OK: 248 MiB in 58 packages 02:32:30 #75 DONE 2.7s 02:32:30 02:32:30 #76 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 02:32:30 #0 2.092 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:32:30 #0 2.184 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:32:30 #0 2.456 OK: 248 MiB in 58 packages 02:32:30 #76 DONE 2.7s 02:32:30 02:32:30 #77 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 02:32:30 #0 2.201 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:32:30 #0 2.282 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:32:30 #0 2.561 OK: 19 MiB in 18 packages 02:32:30 #77 DONE 2.9s 02:32:30 02:32:30 #67 [core-data builder 3/7] RUN apk add --update --no-cache make git 02:32:30 #67 DONE 2.8s 02:32:30 02:32:30 #78 [support-notifications builder 4/7] COPY go.mod vendor* ./ 02:32:30 #78 DONE 0.1s 02:32:30 02:32:30 #79 [core-data builder 4/7] COPY go.mod vendor* ./ 02:32:31 #79 DONE 0.1s 02:32:31 02:32:31 #80 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 02:32:31 #80 DONE 0.1s 02:32:31 02:32:31 #81 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 02:32:31 #81 DONE 0.1s 02:32:31 02:32:31 #82 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:32:32 #82 ... 02:32:32 02:32:32 #83 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:32:32 #0 3.297 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:32:32 #0 3.369 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:32:32 #0 3.653 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 02:32:32 #0 3.653 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 02:32:32 #0 3.653 OK: 24171 distinct packages available 02:32:32 #0 3.726 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:32:32 #0 3.799 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:32:32 #0 4.064 OK: 248 MiB in 58 packages 02:32:32 #83 DONE 4.2s 02:32:32 02:32:32 #84 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 02:32:32 #84 DONE 0.1s 02:32:32 02:32:32 #85 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:32:32 #85 ... 02:32:32 02:32:32 #86 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 02:32:32 #0 2.566 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:32:32 #0 2.656 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:32:32 #0 2.981 OK: 19 MiB in 18 packages 02:32:32 #86 DONE 3.1s 02:32:32 02:32:32 #68 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 02:32:32 #68 2.579 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:32:32 #68 2.653 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:32:32 #68 2.955 OK: 8 MiB in 15 packages 02:32:32 #68 DONE 3.1s 02:32:32 02:32:32 #87 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 02:32:32 #87 DONE 0.1s 02:32:32 02:32:32 #88 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 02:32:32 #0 2.238 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:32:32 #0 2.326 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:32:32 #88 ... 02:32:32 02:32:32 #89 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 02:32:32 #0 2.211 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:32:32 #0 2.289 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:32:32 #0 2.647 OK: 8 MiB in 18 packages 02:32:32 #89 DONE 2.8s 02:32:32 02:32:32 #88 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 02:32:32 #88 2.630 OK: 9 MiB in 19 packages 02:32:33 #88 DONE 2.8s 02:32:33 02:32:33 #90 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:32:35 #90 DONE 1.6s 02:32:35 02:32:35 #91 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:32:35 #91 DONE 1.7s 02:32:35 02:32:35 #92 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 02:32:35 #0 2.394 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:32:35 #0 2.486 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:32:35 #0 2.772 OK: 13 MiB in 28 packages 02:32:35 #92 DONE 4.3s 02:32:35 02:32:35 #93 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 02:32:35 #93 DONE 1.6s 02:32:35 02:32:35 #94 [security-spire-server stage-2 5/9] COPY Attribution.txt / 02:32:35 #94 ... 02:32:35 02:32:35 #72 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 02:32:35 #72 DONE 4.4s 02:32:35 02:32:35 #95 [security-spire-config stage-2 5/10] COPY Attribution.txt / 02:32:35 #95 DONE 0.1s 02:32:35 02:32:35 #94 [security-spire-server stage-2 5/9] COPY Attribution.txt / 02:32:35 #94 DONE 0.2s 02:32:35 02:32:35 #96 [security-spire-config stage-2 6/10] COPY security.txt / 02:32:35 #96 DONE 0.6s 02:32:35 02:32:35 #97 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 02:32:35 #97 DONE 0.7s 02:32:35 02:32:35 #98 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:32:35 #98 DONE 0.8s 02:32:35 02:32:35 #99 [security-spire-server stage-2 6/9] COPY security.txt / 02:32:35 #99 DONE 0.2s 02:32:35 02:32:35 #100 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 02:32:35 #100 DONE 0.1s 02:32:35 02:32:35 #101 [security-spire-agent stage-3 7/10] COPY security.txt / 02:32:35 #101 DONE 0.1s 02:32:35 02:32:35 #102 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 02:32:35 #102 DONE 0.1s 02:32:35 02:32:35 #103 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 02:32:35 #103 DONE 0.1s 02:32:35 02:32:35 #104 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 02:32:35 #104 DONE 0.1s 02:32:35 02:32:35 #105 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 02:32:35 #105 DONE 0.1s 02:32:35 02:32:35 #106 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 02:32:35 #106 DONE 0.1s 02:32:35 02:32:35 #107 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 02:32:35 #107 DONE 0.1s 02:32:35 02:32:35 #108 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 02:32:35 #108 DONE 0.1s 02:32:35 02:32:35 #109 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 02:32:35 #109 DONE 0.1s 02:32:35 02:32:35 #110 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 02:32:35 #110 DONE 0.1s 02:32:35 02:32:35 #111 [security-spire-server] exporting to image 02:32:35 #111 exporting layers 02:32:36 #111 exporting layers 0.8s done 02:32:36 #111 writing image sha256:33135dff6dc31b3ac2a4c670092f7e006368ff3c21b553aad5c4f28bb752fcec 0.0s done 02:32:36 #111 naming to docker.io/library/security-spire-server done 02:32:36 #111 exporting layers 0.7s done 02:32:36 #111 writing image sha256:2210638378cca09f9cb021db9e9df887e59d9220c7fd22ec84d87029a6b568db done 02:32:36 #111 naming to docker.io/library/security-spire-config done 02:32:36 #111 writing image sha256:0faf288ba0856f4e02db409dfd6dac4846b7a35326053c9b0fdf6f1d9b0479db done 02:32:36 #111 naming to docker.io/library/security-spire-agent done 02:32:36 #111 DONE 0.9s 02:32:36 02:32:36 #112 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 02:32:36 #0 1.647 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:32:36 #0 4.240 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:32:36 #0 7.648 (1/1) Installing dumb-init (1.2.5-r3) 02:32:37 #112 9.104 Executing busybox-1.36.1-r29.trigger 02:32:37 #112 9.116 OK: 8 MiB in 15 packages 02:32:37 #112 DONE 9.2s 02:32:37 02:32:37 #113 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 02:32:37 #0 4.297 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:32:37 #0 6.866 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:32:38 #113 ... 02:32:38 02:32:38 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:32:40 #39 ... 02:32:40 02:32:40 #113 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 02:32:40 #113 10.14 OK: 248 MiB in 58 packages 02:32:41 #113 DONE 10.6s 02:32:41 02:32:41 #114 [core-keeper builder 5/8] COPY go.mod vendor* ./ 02:32:41 #114 DONE 0.0s 02:32:41 02:32:41 #115 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:32:41 #115 ... 02:32:41 02:32:41 #116 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:32:41 #116 ... 02:32:41 02:32:41 #117 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:32:41 #117 ... 02:32:41 02:32:41 #118 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:33:02 Removing intermediate container e5b63010561f 02:33:02 ---> 30844fab08a8 02:33:02 Successfully built 30844fab08a8 02:33:02 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:33:03 + docker inspect -f . ci-base-image-arm64 02:33:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:33:03 prd-ubuntu20.04-docker-arm64-4c-16g-3226 does not seem to be running inside a container 02:33:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/853 -v /w/workspace/edgex-go/853:/w/workspace/edgex-go/853:rw,z -v /w/workspace/edgex-go/853@tmp:/w/workspace/edgex-go/853@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 02:33:04 $ docker top 170134b5066049372394354cd0553034e1873d343428e8805f0280c826748b49 -eo pid,comm [Pipeline] { [Pipeline] sh 02:33:05 + go version 02:33:05 go version go1.23.8 linux/arm64 [Pipeline] } 02:33:05 $ docker stop --time=1 170134b5066049372394354cd0553034e1873d343428e8805f0280c826748b49 02:33:07 $ docker rm -f --volumes 170134b5066049372394354cd0553034e1873d343428e8805f0280c826748b49 [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 02:33:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:33:07 02:33:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:33:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:33:08 latest: Pulling from edgex-devops/edgex-compose-arm64 02:33:08 547446be3368: Pulling fs layer 02:33:08 d125d8839a47: Pulling fs layer 02:33:08 3e85d5ac6304: Pulling fs layer 02:33:08 c3105a71a48b: Pulling fs layer 02:33:08 0f093f025ec4: Pulling fs layer 02:33:08 c3106fc0e877: Pulling fs layer 02:33:08 c3105a71a48b: Waiting 02:33:08 0f093f025ec4: Waiting 02:33:08 547446be3368: Download complete 02:33:08 c3105a71a48b: Verifying Checksum 02:33:08 c3105a71a48b: Download complete 02:33:08 d125d8839a47: Verifying Checksum 02:33:08 d125d8839a47: Download complete 02:33:08 c3106fc0e877: Verifying Checksum 02:33:08 c3106fc0e877: Download complete 02:33:09 0f093f025ec4: Verifying Checksum 02:33:09 0f093f025ec4: Download complete 02:33:09 547446be3368: Pull complete 02:33:10 d125d8839a47: Pull complete 02:33:10 3e85d5ac6304: Verifying Checksum 02:33:10 3e85d5ac6304: Download complete 02:33:13 #118 DONE 28.8s 02:33:13 02:33:13 #85 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:33:13 #85 DONE 37.3s 02:33:13 02:33:13 #117 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:33:13 #117 DONE 38.8s 02:33:13 02:33:13 #82 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:33:13 #82 DONE 38.8s 02:33:13 02:33:13 #115 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:33:13 #115 DONE 38.8s 02:33:13 02:33:13 #116 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:33:13 #116 DONE 38.8s 02:33:13 02:33:13 #119 [security-secretstore-setup builder 6/7] COPY . . 02:33:20 #119 ... 02:33:20 02:33:20 #120 [security-spiffe-token-provider builder 6/7] COPY . . 02:33:20 #120 ... 02:33:20 02:33:20 #121 [core-data builder 6/7] COPY . . 02:33:20 #121 ... 02:33:20 02:33:20 #122 [support-notifications builder 6/7] COPY . . 02:33:20 #122 ... 02:33:20 02:33:20 #123 [support-scheduler builder 6/7] COPY . . 02:33:20 #123 ... 02:33:20 02:33:20 #124 [core-keeper builder 7/8] COPY . . 02:33:20 3e85d5ac6304: Pull complete 02:33:20 c3105a71a48b: Pull complete 02:33:21 0f093f025ec4: Pull complete 02:33:22 c3106fc0e877: Pull complete 02:33:22 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 02:33:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:33:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:33:22 prd-ubuntu20.04-docker-arm64-4c-16g-3226 does not seem to be running inside a container 02:33:22 $ 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/853 -v /w/workspace/edgex-go/853:/w/workspace/edgex-go/853:rw,z -v /w/workspace/edgex-go/853@tmp:/w/workspace/edgex-go/853@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 02:33:24 $ docker top 7c06fc442d18659128c7c7a53989a88dac1b215a823d68e014bd4a18816863d1 -eo pid,comm [Pipeline] { [Pipeline] sh 02:33:25 + docker compose -f ./docker-compose-build.yml build --parallel 02:33:25 #124 ... 02:33:25 02:33:25 #123 [support-scheduler builder 6/7] COPY . . 02:33:25 #123 DONE 15.6s 02:33:25 02:33:25 #121 [core-data builder 6/7] COPY . . 02:33:25 #121 DONE 15.6s 02:33:25 02:33:25 #125 [core-command builder 4/7] COPY go.mod vendor* ./ 02:33:25 #125 CACHED 02:33:25 02:33:25 #126 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:33:25 #126 CACHED 02:33:25 02:33:25 #127 [core-command builder 6/7] COPY . . 02:33:25 #127 CACHED 02:33:25 02:33:25 #128 [core-common-config-bootstrapper builder 6/7] COPY . . 02:33:25 #128 CACHED 02:33:25 02:33:25 #129 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:33:25 #129 CACHED 02:33:25 02:33:25 #130 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 02:33:25 #130 CACHED 02:33:25 02:33:25 #131 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:33:25 #131 CACHED 02:33:25 02:33:25 #132 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 02:33:25 #132 CACHED 02:33:25 02:33:25 #133 [security-proxy-auth builder 6/7] COPY . . 02:33:25 #133 CACHED 02:33:25 02:33:25 #134 [core-metadata builder 4/7] COPY go.mod vendor* ./ 02:33:25 #134 CACHED 02:33:25 02:33:25 #135 [core-metadata builder 6/7] COPY . . 02:33:25 #135 CACHED 02:33:25 02:33:25 #136 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:33:25 #136 CACHED 02:33:25 02:33:25 #119 [security-secretstore-setup builder 6/7] COPY . . 02:33:25 #119 DONE 15.6s 02:33:25 02:33:25 #137 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:33:25 #137 CACHED 02:33:25 02:33:25 #138 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 02:33:25 #138 CACHED 02:33:25 02:33:25 #139 [security-bootstrapper builder 6/7] COPY . . 02:33:25 #139 CACHED 02:33:25 02:33:25 #140 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:33:25 #140 CACHED 02:33:25 02:33:25 #141 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 02:33:25 #141 CACHED 02:33:25 02:33:25 #142 [security-proxy-setup builder 6/7] COPY . . 02:33:25 #142 CACHED 02:33:25 02:33:25 #122 [support-notifications builder 6/7] COPY . . 02:33:25 #122 DONE 15.7s 02:33:25 02:33:25 #124 [core-keeper builder 7/8] COPY . . 02:33:25 #124 DONE 15.7s 02:33:25 02:33:25 #120 [security-spiffe-token-provider builder 6/7] COPY . . 02:33:25 #120 DONE 15.7s 02:33:25 02:33:25 #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:33:27 #143 1.905 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 02:33:35 #1 [support-notifications internal] load build definition from Dockerfile 02:33:35 #1 transferring dockerfile: 30B 02:33:35 #1 transferring dockerfile: 2.00kB done 02:33:35 #1 DONE 0.1s 02:33:35 02:33:35 #2 [core-metadata internal] load build definition from Dockerfile 02:33:35 #2 transferring dockerfile: 2.10kB done 02:33:35 #2 DONE 0.1s 02:33:35 02:33:35 #3 [security-proxy-auth internal] load build definition from Dockerfile 02:33:35 #3 transferring dockerfile: 2.14kB 0.0s done 02:33:35 #3 DONE 0.1s 02:33:35 02:33:35 #4 [security-spire-config internal] load build definition from Dockerfile 02:33:35 #4 transferring dockerfile: 1.69kB done 02:33:35 #4 DONE 0.1s 02:33:35 02:33:35 #5 [support-scheduler internal] load build definition from Dockerfile 02:33:35 #5 transferring dockerfile: 1.83kB 0.0s done 02:33:35 #5 DONE 0.1s 02:33:35 02:33:35 #6 [core-data internal] load build definition from Dockerfile 02:33:35 #6 transferring dockerfile: 2.04kB 0.0s done 02:33:35 #6 DONE 0.1s 02:33:35 02:33:35 #7 [security-secretstore-setup internal] load build definition from Dockerfile 02:33:35 #7 transferring dockerfile: 2.49kB 0.0s done 02:33:35 #7 DONE 0.1s 02:33:35 02:33:35 #8 [security-proxy-setup internal] load build definition from Dockerfile 02:33:35 #8 transferring dockerfile: 2.50kB 0.0s done 02:33:35 #8 DONE 0.1s 02:33:35 02:33:35 #9 [core-common-config-bootstrapper internal] load build definition from Dockerfile 02:33:35 #9 transferring dockerfile: 2.23kB 0.0s done 02:33:35 #9 DONE 0.1s 02:33:35 02:33:35 #10 [core-keeper internal] load build definition from Dockerfile 02:33:35 #10 transferring dockerfile: 2.01kB done 02:33:35 #10 DONE 0.1s 02:33:35 02:33:35 #11 [security-spire-server internal] load build definition from Dockerfile 02:33:35 #11 transferring dockerfile: 1.70kB 0.0s done 02:33:35 #11 DONE 0.1s 02:33:35 02:33:35 #12 [security-spiffe-token-provider internal] load build definition from Dockerfile 02:33:35 #12 transferring dockerfile: 1.89kB done 02:33:35 #12 DONE 0.1s 02:33:35 02:33:35 #13 [security-spire-agent internal] load build definition from Dockerfile 02:33:35 #13 transferring dockerfile: 1.81kB done 02:33:35 #13 DONE 0.0s 02:33:35 02:33:35 #14 [security-bootstrapper internal] load build definition from Dockerfile 02:33:35 #14 transferring dockerfile: 3.02kB done 02:33:35 #14 DONE 0.1s 02:33:35 02:33:35 #15 [core-command internal] load build definition from Dockerfile 02:33:35 #15 transferring dockerfile: 1.94kB done 02:33:35 #15 DONE 0.0s 02:33:35 02:33:35 #16 [support-notifications internal] load .dockerignore 02:33:35 #16 transferring context: 50B 0.0s done 02:33:35 #16 DONE 0.1s 02:33:35 #143 ... 02:33:35 02:33:35 #144 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:33:35 #0 0.695 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 02:33:35 #144 ... 02:33:35 02:33:35 #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:33:35 #0 1.679 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 02:33:35 #145 ... 02:33:35 02:33:35 #146 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 02:33:35 #0 1.288 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 02:33:36 #146 ... 02:33:36 02:33:36 #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:33:36 #0 1.086 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 02:33:36 02:33:36 #17 [core-metadata internal] load .dockerignore 02:33:36 #17 transferring context: 50B done 02:33:36 #17 DONE 0.0s 02:33:36 02:33:36 #18 [security-proxy-auth internal] load .dockerignore 02:33:36 #18 transferring context: 50B done 02:33:36 #18 DONE 0.1s 02:33:36 02:33:36 #19 [security-spire-config internal] load .dockerignore 02:33:36 #19 transferring context: 50B 0.0s done 02:33:36 #19 DONE 0.1s 02:33:36 02:33:36 #20 [support-scheduler internal] load .dockerignore 02:33:36 #20 transferring context: 50B 0.0s done 02:33:36 #20 DONE 0.1s 02:33:36 02:33:36 #21 [core-data internal] load .dockerignore 02:33:36 #147 ... 02:33:36 02:33:36 #148 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:33:36 #0 1.041 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 02:33:36 #148 ... 02:33:36 02:33:36 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:33:36 #0 1.905 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 02:33:36 #21 transferring context: 50B 0.0s done 02:33:36 #21 DONE 0.1s 02:33:36 02:33:36 #22 [security-secretstore-setup internal] load .dockerignore 02:33:36 #22 transferring context: 50B done 02:33:36 #22 DONE 0.0s 02:33:36 02:33:36 #23 [security-proxy-setup internal] load .dockerignore 02:33:36 #23 transferring context: 50B 0.0s done 02:33:36 #23 DONE 0.1s 02:33:36 02:33:36 #24 [core-common-config-bootstrapper internal] load .dockerignore 02:33:36 #24 transferring context: 50B done 02:33:36 #24 DONE 0.0s 02:33:36 02:33:36 #25 [core-keeper internal] load .dockerignore 02:33:36 #25 transferring context: 50B 0.0s done 02:33:36 #25 DONE 0.1s 02:33:36 02:33:36 #26 [security-spire-server internal] load .dockerignore 02:33:36 #149 ... 02:33:36 02:33:36 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:33:36 #0 0.582 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 02:33:36 #150 ... 02:33:36 02:33:36 #151 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:33:36 #0 1.058 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 02:33:36 #26 transferring context: 50B done 02:33:36 #26 DONE 0.1s 02:33:36 02:33:36 #27 [security-spire-agent internal] load .dockerignore 02:33:36 #27 transferring context: 50B 0.0s done 02:33:36 #27 DONE 0.1s 02:33:36 02:33:36 #28 [security-spiffe-token-provider internal] load .dockerignore 02:33:36 #28 transferring context: 50B 0.0s done 02:33:36 #28 DONE 0.1s 02:33:36 02:33:36 #29 [security-bootstrapper internal] load .dockerignore 02:33:36 #29 transferring context: 50B 0.0s done 02:33:36 #151 ... 02:33:36 02:33:36 #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:33:36 #0 1.950 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 02:33:36 #152 ... 02:33:36 02:33:36 #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:33:36 #0 0.874 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 02:33:37 #29 DONE 0.1s 02:33:37 02:33:37 #30 [core-command internal] load .dockerignore 02:33:37 #30 transferring context: 50B 0.0s done 02:33:37 #30 DONE 0.1s 02:33:37 02:33:37 #31 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 02:33:37 #31 ... 02:33:37 02:33:37 #32 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:33:37 #32 DONE 0.0s 02:33:37 #153 ... 02:33:37 02:33:37 #154 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 02:33:37 #0 0.746 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 02:33:37 02:33:37 #31 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 02:33:37 #31 ... 02:33:37 02:33:37 #32 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:33:37 #32 DONE 0.0s 02:33:37 02:33:37 #31 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 02:33:38 #31 ... 02:33:38 02:33:38 #32 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:33:38 #32 DONE 0.0s 02:33:38 02:33:38 #31 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 02:33:38 #31 DONE 0.7s 02:33:38 02:33:38 #33 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:33:38 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 02:33:38 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:33:38 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 02:33:38 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 02:33:38 #33 ... 02:33:38 02:33:38 #32 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:33:38 #32 DONE 0.0s 02:33:38 02:33:38 #32 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:33:38 #32 DONE 0.0s 02:33:38 02:33:38 #31 [core-data internal] load metadata for docker.io/library/alpine:3.20 02:33:38 #31 DONE 0.7s 02:33:38 02:33:38 #33 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:33:38 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 02:33:38 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:33:38 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 02:33:38 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 02:33:38 #33 ... 02:33:38 02:33:38 #32 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:33:38 #32 DONE 0.0s 02:33:38 02:33:38 #34 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 02:33:38 #34 ... 02:33:38 02:33:38 #32 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:33:38 #32 DONE 0.0s 02:33:39 02:33:39 #35 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 02:33:39 #35 ... 02:33:39 02:33:39 #32 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:33:39 #32 DONE 0.0s 02:33:39 02:33:39 #36 [support-notifications internal] load build context 02:33:39 #36 ... 02:33:39 02:33:39 #32 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:33:39 #32 DONE 0.0s 02:33:39 02:33:39 #37 [core-metadata internal] load build context 02:33:39 #37 transferring context: 3.22MB 1.6s done 02:33:39 #37 DONE 2.1s 02:33:39 02:33:39 #36 [support-notifications internal] load build context 02:33:40 #36 ... 02:33:40 02:33:40 #32 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:33:40 #32 DONE 0.0s 02:33:40 02:33:40 #36 [support-notifications internal] load build context 02:33:40 #36 transferring context: 3.22MB 2.4s done 02:33:40 #36 ... 02:33:40 02:33:40 #32 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:33:40 #32 DONE 0.1s 02:33:40 02:33:40 #33 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:33:40 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 02:33:40 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:33:40 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 02:33:40 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 02:33:40 #33 ... 02:33:40 02:33:40 #31 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 02:33:40 #31 DONE 2.7s 02:33:40 02:33:40 #36 [support-notifications internal] load build context 02:33:40 #36 DONE 3.0s 02:33:40 02:33:40 #33 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:33:40 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 02:33:40 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:33:40 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 02:33:40 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 02:33:40 #33 ... 02:33:40 02:33:40 #38 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 02:33:40 #38 DONE 2.9s 02:33:40 02:33:40 #39 [security-proxy-auth internal] load build context 02:33:40 #39 transferring context: 3.22MB 2.2s done 02:33:40 #39 DONE 3.0s 02:33:40 02:33:40 #40 [support-scheduler internal] load build context 02:33:40 #40 transferring context: 3.22MB 1.7s done 02:33:40 #40 DONE 2.8s 02:33:40 02:33:40 #33 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:33:40 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 02:33:40 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:33:40 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 02:33:40 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 02:33:41 #33 ... 02:33:41 02:33:41 #41 [core-data internal] load build context 02:33:41 #41 transferring context: 3.22MB 1.6s done 02:33:41 #41 DONE 3.0s 02:33:41 02:33:41 #42 [security-secretstore-setup internal] load build context 02:33:41 #42 transferring context: 3.22MB 1.8s done 02:33:41 #42 DONE 3.1s 02:33:41 02:33:41 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:33:41 #43 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:33:42 #43 ... 02:33:42 02:33:42 #44 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 02:33:42 #44 DONE 1.7s 02:33:42 02:33:42 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:33:42 #43 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.0s done 02:33:42 #43 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 02:33:42 #43 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 02:33:42 #43 ... 02:33:42 02:33:42 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:33:42 #45 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.6s done 02:33:42 #45 DONE 0.6s 02:33:42 02:33:42 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:33:42 #43 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 02:33:42 #43 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 02:33:42 #43 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.3s 02:33:43 #43 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.4s 02:33:43 #43 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.4s 02:33:43 #43 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.6s done 02:33:43 #43 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.7s 02:33:43 #43 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.7s 02:33:43 #43 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.7s done 02:33:43 #43 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.7s done 02:33:43 #43 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 02:33:43 #43 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.1s done 02:33:44 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 1.3s 02:33:44 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 2.10MB / 33.17MB 1.9s 02:33:44 #43 ... 02:33:44 02:33:44 #46 [core-common-config-bootstrapper internal] load build context 02:33:44 #46 transferring context: 3.22MB 3.5s done 02:33:44 #46 DONE 5.1s 02:33:44 02:33:44 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:33:45 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 4.19MB / 33.17MB 2.8s 02:33:45 #43 ... 02:33:45 02:33:45 #47 [core-keeper internal] load build context 02:33:45 #47 transferring context: 3.22MB 3.7s done 02:33:45 #47 DONE 5.7s 02:33:45 02:33:45 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:33:46 #43 ... 02:33:46 02:33:46 #48 [security-proxy-setup internal] load build context 02:33:46 #48 transferring context: 3.22MB 3.5s done 02:33:46 #48 DONE 6.1s 02:33:46 02:33:46 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:33:46 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 6.05MB / 33.17MB 3.4s 02:33:46 #43 ... 02:33:46 02:33:46 #49 [security-spire-agent internal] load build context 02:33:46 #49 transferring context: 23.33kB 0.2s done 02:33:46 #49 DONE 4.4s 02:33:46 02:33:46 #34 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 02:33:46 #34 7.772 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:33:47 #34 ... 02:33:47 02:33:47 #50 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 02:33:47 #50 DONE 10.2s 02:33:47 02:33:47 #51 [security-spire-server internal] load build context 02:33:47 #51 transferring context: 23.80kB 0.2s done 02:33:47 #51 DONE 6.3s 02:33:47 02:33:47 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:33:47 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 11.53MB / 33.17MB 4.7s 02:33:47 #43 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done 02:33:47 #43 ... 02:33:47 02:33:47 #52 [security-spire-config internal] load build context 02:33:47 #52 transferring context: 22.05kB 0.1s done 02:33:47 #52 DONE 6.5s 02:33:47 02:33:47 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:33:48 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 13.21MB / 33.17MB 5.3s 02:33:48 #43 ... 02:33:48 02:33:48 #53 [security-proxy-auth builder 2/7] WORKDIR /edgex-go 02:33:48 #53 DONE 1.8s 02:33:48 02:33:48 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:33:48 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 15.73MB / 33.17MB 5.8s 02:33:48 #43 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 02:33:48 #43 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 02:33:48 #43 ... 02:33:48 02:33:48 #54 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 02:33:48 #0 8.045 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:33:48 #54 ... 02:33:48 02:33:48 #55 [core-command builder 3/7] RUN apk add --update --no-cache make git 02:33:48 #55 ... 02:33:48 02:33:48 #56 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 02:33:48 #0 6.967 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:33:49 #56 ... 02:33:49 02:33:49 #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 02:33:49 #0 8.088 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:33:49 #57 ... 02:33:49 02:33:49 #58 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:33:49 #58 DONE 8.9s 02:33:49 02:33:49 #59 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 02:33:49 #59 ... 02:33:49 02:33:49 #60 [core-command internal] load build context 02:33:49 #60 transferring context: 3.22MB 4.2s done 02:33:49 #60 DONE 8.8s 02:33:49 02:33:49 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:33:49 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 19.92MB / 33.17MB 7.0s 02:33:49 #43 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 02:33:50 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 22.02MB / 33.17MB 7.5s 02:33:50 #43 ... 02:33:50 02:33:50 #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 02:33:50 #0 8.844 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:33:50 #61 ... 02:33:50 02:33:50 #62 [security-bootstrapper internal] load build context 02:33:50 #62 transferring context: 3.22MB 4.4s done 02:33:50 #62 DONE 9.6s 02:33:50 02:33:50 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:33:50 #43 ... 02:33:50 02:33:50 #63 [security-spiffe-token-provider internal] load build context 02:33:50 #63 transferring context: 3.22MB 5.2s done 02:33:50 #63 DONE 9.9s 02:33:50 02:33:50 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:33:50 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 23.85MB / 33.17MB 8.3s 02:33:50 #43 ... 02:33:50 02:33:50 #64 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:33:50 #0 7.474 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:33:50 #0 8.299 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:33:51 #64 ... 02:33:51 02:33:51 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:33:51 #43 ... 02:33:51 02:33:51 #65 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:33:51 #0 6.910 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:33:51 #0 8.548 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:33:51 #65 ... 02:33:51 02:33:51 #66 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:33:51 #0 8.425 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:33:51 #66 ... 02:33:51 02:33:51 #67 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 02:33:51 #0 8.687 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:33:51 #0 10.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:33:51 #67 ... 02:33:51 02:33:51 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:33:51 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 26.21MB / 33.17MB 9.4s 02:33:51 #43 ... 02:33:51 02:33:51 #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:33:51 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 02:33:51 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:33:51 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 02:33:51 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 02:33:52 #33 ... 02:33:52 02:33:52 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:33:52 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 28.31MB / 33.17MB 9.7s 02:33:52 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 30.41MB / 33.17MB 10.0s 02:33:52 #43 ... 02:33:52 02:33:52 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:33:52 #45 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 02:33:52 #45 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done 02:33:52 #45 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done 02:33:52 #45 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done 02:33:52 #45 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done 02:33:52 #45 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.1s done 02:33:52 #45 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.8s done 02:33:52 #45 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 4.1s done 02:33:52 #45 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.1s done 02:33:52 #45 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 02:33:53 #45 ... 02:33:53 02:33:53 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:33:53 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 32.51MB / 33.17MB 10.5s 02:33:53 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 10.6s done 02:33:53 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 10.6s done 02:33:55 #43 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 02:33:57 #43 ... 02:33:57 02:33:57 #35 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 02:33:57 #35 8.221 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:33:57 #35 10.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:33:57 #35 ... 02:33:57 02:33:57 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:33:58 #43 ... 02:33:58 02:33:58 #68 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:33:58 #68 DONE 9.8s 02:33:58 02:33:58 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:33:58 #43 ... 02:33:58 02:33:58 #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 02:33:58 #0 8.717 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:33:58 #69 ... 02:33:58 02:33:58 #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 02:33:58 #0 9.397 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:33:58 #70 ... 02:33:58 02:33:58 #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:33:58 #0 8.391 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:33:58 #0 10.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:33:58 #71 ... 02:33:58 02:33:58 #72 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 02:33:58 #0 8.523 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:33:58 #0 10.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:33:58 #72 ... 02:33:58 02:33:58 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:33:59 #43 ... 02:33:59 02:33:59 #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 02:33:59 #57 10.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:33:59 #57 19.17 (1/3) Installing ca-certificates (20241121-r1) 02:33:59 #57 20.16 (2/3) Installing dumb-init (1.2.5-r3) 02:33:59 #57 20.22 (3/3) Installing tzdata (2025b-r0) 02:33:59 #57 ... 02:33:59 02:33:59 #56 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 02:33:59 #56 10.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:33:59 #56 20.14 (1/1) Installing dumb-init (1.2.5-r3) 02:33:59 #56 20.21 Executing busybox-1.36.1-r29.trigger 02:33:59 #56 20.36 OK: 9 MiB in 15 packages 02:33:59 #56 ... 02:33:59 02:33:59 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:34:00 #43 ... 02:34:00 02:34:00 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:34:00 #45 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 8.2s done 02:34:00 #45 DONE 18.3s 02:34:00 02:34:00 #35 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 02:34:00 #35 20.96 (1/4) Installing ca-certificates (20241121-r1) 02:34:00 #35 21.52 (2/4) Installing dumb-init (1.2.5-r3) 02:34:00 #35 21.53 (3/4) Installing su-exec (0.2-r3) 02:34:00 #35 21.55 (4/4) Installing yq-go (4.44.1-r2) 02:34:00 #35 ... 02:34:00 02:34:00 #54 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 02:34:00 #54 11.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:34:00 #54 21.35 (1/1) Installing dumb-init (1.2.5-r3) 02:34:00 #54 21.38 Executing busybox-1.36.1-r29.trigger 02:34:00 #54 21.56 OK: 9 MiB in 15 packages 02:34:00 #54 ... 02:34:00 02:34:00 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:34:00 #43 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 5.3s 02:34:00 #43 ... 02:34:00 02:34:00 #34 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 02:34:00 #34 12.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:34:01 #34 22.33 (1/7) Installing ca-certificates (20241121-r1) 02:34:01 #34 ... 02:34:01 02:34:01 #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 02:34:01 #61 10.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:34:01 #61 ... 02:34:01 02:34:01 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:34:01 #43 ... 02:34:01 02:34:01 #66 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:34:01 #66 10.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:34:01 #66 18.83 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 02:34:01 #66 18.83 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 02:34:01 #66 18.83 OK: 24049 distinct packages available 02:34:02 #66 ... 02:34:02 02:34:02 #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 02:34:02 #70 13.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:34:02 #70 ... 02:34:02 02:34:02 #56 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 02:34:02 #56 DONE 23.5s 02:34:02 02:34:02 #73 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 02:34:02 #73 ... 02:34:02 02:34:02 #54 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 02:34:02 #54 DONE 24.3s 02:34:03 02:34:03 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:34:05 #43 ... 02:34:05 02:34:05 #67 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 02:34:05 #67 20.91 (1/2) Installing dumb-init (1.2.5-r3) 02:34:05 #67 20.98 (2/2) Installing su-exec (0.2-r3) 02:34:05 #67 20.98 Executing busybox-1.36.1-r29.trigger 02:34:05 #67 21.35 OK: 9 MiB in 16 packages 02:34:05 #67 DONE 24.3s 02:34:05 02:34:05 #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 02:34:05 #57 22.15 Executing busybox-1.36.1-r29.trigger 02:34:05 #57 22.26 Executing ca-certificates-20241121-r1.trigger 02:34:05 #57 24.07 OK: 11 MiB in 17 packages 02:34:05 #57 DONE 26.6s 02:34:05 02:34:05 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:34:05 #43 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.1s 02:34:06 #43 ... 02:34:06 02:34:06 #35 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 02:34:06 #35 23.55 Executing busybox-1.36.1-r29.trigger 02:34:06 #35 23.69 Executing ca-certificates-20241121-r1.trigger 02:34:06 #35 24.95 OK: 20 MiB in 18 packages 02:34:06 #35 DONE 27.6s 02:34:06 02:34:06 #74 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 02:34:07 #74 ... 02:34:07 02:34:07 #55 [core-command builder 3/7] RUN apk add --update --no-cache make git 02:34:07 #55 9.386 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:34:07 #55 11.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:34:07 #55 ... 02:34:07 02:34:07 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:34:08 #43 ... 02:34:08 02:34:08 #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 02:34:08 #61 21.37 (1/4) Installing dumb-init (1.2.5-r3) 02:34:08 #61 21.44 (2/4) Installing openssl (3.3.3-r0) 02:34:08 #61 21.59 (3/4) Installing su-exec (0.2-r3) 02:34:08 #61 21.63 (4/4) Installing yq-go (4.44.1-r2) 02:34:08 #61 23.86 Executing busybox-1.36.1-r29.trigger 02:34:08 #61 24.06 OK: 20 MiB in 18 packages 02:34:08 #61 DONE 27.7s 02:34:08 02:34:08 #59 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 02:34:08 #59 8.828 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:34:08 #59 12.66 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:34:08 #59 ... 02:34:08 02:34:08 #34 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 02:34:08 #34 22.86 (2/7) Installing dumb-init (1.2.5-r3) 02:34:08 #34 22.92 (3/7) Installing libgcc (13.2.1_git20240309-r1) 02:34:08 #34 22.96 (4/7) Installing libsodium (1.0.19-r0) 02:34:08 #34 23.04 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 02:34:08 #34 23.37 (6/7) Installing libzmq (4.3.5-r2) 02:34:08 #34 23.61 (7/7) Installing zeromq (4.3.5-r2) 02:34:08 #34 23.71 Executing busybox-1.36.1-r29.trigger 02:34:08 #34 23.98 Executing ca-certificates-20241121-r1.trigger 02:34:08 #34 25.90 OK: 14 MiB in 21 packages 02:34:08 #34 DONE 29.4s 02:34:08 02:34:08 #75 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 02:34:08 #0 4.138 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:34:08 #0 7.882 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:34:08 #75 ... 02:34:08 02:34:08 #76 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 02:34:09 #76 ... 02:34:09 02:34:09 #64 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:34:09 #64 18.23 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 02:34:09 #64 18.23 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 02:34:09 #64 18.23 OK: 24049 distinct packages available 02:34:09 #64 20.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:34:09 #64 23.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:34:09 #64 ... 02:34:09 02:34:09 #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 02:34:09 #69 11.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:34:09 #69 ... 02:34:09 02:34:09 #72 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 02:34:09 #72 21.39 OK: 239 MiB in 58 packages 02:34:10 #72 ... 02:34:10 02:34:10 #65 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:34:10 #65 19.14 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 02:34:10 #65 19.14 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 02:34:10 #65 19.14 OK: 24049 distinct packages available 02:34:10 #65 21.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:34:10 #65 24.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:34:10 #65 ... 02:34:10 02:34:10 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:34:11 #43 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 15.3s 02:34:11 #43 ... 02:34:11 02:34:11 #72 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 02:34:11 #72 DONE 23.5s 02:34:11 02:34:11 #77 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 02:34:12 #77 ... 02:34:12 02:34:12 #66 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:34:12 #66 20.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:34:12 #66 22.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:34:12 #66 ... 02:34:12 02:34:12 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:34:12 #43 ... 02:34:12 02:34:12 #77 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 02:34:12 #77 DONE 1.1s 02:34:12 02:34:12 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:34:13 #43 ... 02:34:13 02:34:13 #78 [core-data stage-1 3/7] RUN apk --no-cache upgrade 02:34:13 #0 7.570 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:34:13 #0 9.622 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:34:13 #78 ... 02:34:13 02:34:13 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:34:13 #43 ... 02:34:13 02:34:13 #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 02:34:13 #69 22.98 OK: 239 MiB in 58 packages 02:34:13 #69 DONE 25.1s 02:34:13 02:34:13 #79 [support-notifications builder 4/7] COPY go.mod vendor* ./ 02:34:14 #79 DONE 1.0s 02:34:14 02:34:14 #55 [core-command builder 3/7] RUN apk add --update --no-cache make git 02:34:14 #55 23.75 OK: 239 MiB in 58 packages 02:34:14 #55 DONE 26.2s 02:34:14 02:34:14 #80 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:34:14 #80 ... 02:34:14 02:34:14 #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 02:34:14 #70 25.33 OK: 239 MiB in 58 packages 02:34:14 #70 DONE 26.6s 02:34:15 02:34:15 #81 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 02:34:15 #81 ... 02:34:15 02:34:15 #82 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 02:34:15 #0 7.214 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:34:15 #0 9.594 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:34:15 #82 ... 02:34:15 02:34:15 #83 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 02:34:15 #0 7.750 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:34:15 #0 10.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:34:15 #83 ... 02:34:15 02:34:15 #84 [core-metadata builder 4/7] COPY go.mod vendor* ./ 02:34:15 #84 DONE 1.5s 02:34:15 02:34:15 #64 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:34:15 #64 32.88 (1/14) Installing ca-certificates (20241121-r1) 02:34:15 #64 33.61 (2/14) Installing brotli-libs (1.1.0-r2) 02:34:15 #64 33.98 (3/14) Installing c-ares (1.33.1-r0) 02:34:15 #64 34.05 (4/14) Installing libunistring (1.2-r0) 02:34:15 #64 34.31 (5/14) Installing libidn2 (2.3.7-r0) 02:34:15 #64 34.33 (6/14) Installing nghttp2-libs (1.62.1-r0) 02:34:15 #64 34.36 (7/14) Installing libpsl (0.21.5-r1) 02:34:15 #64 34.40 (8/14) Installing zstd-libs (1.5.6-r0) 02:34:15 #64 34.55 (9/14) Installing libcurl (8.12.1-r0) 02:34:15 #64 34.73 (10/14) Installing curl (8.12.1-r0) 02:34:15 #64 34.78 (11/14) Installing dumb-init (1.2.5-r3) 02:34:15 #64 34.87 (12/14) Installing musl-obstack (1.2.3-r2) 02:34:15 #64 34.90 (13/14) Installing libucontext (1.2-r3) 02:34:15 #64 34.94 (14/14) Installing gcompat (1.1.0-r4) 02:34:15 #64 34.96 Executing busybox-1.36.1-r29.trigger 02:34:16 #64 35.11 Executing ca-certificates-20241121-r1.trigger 02:34:16 #64 ... 02:34:16 02:34:16 #81 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 02:34:16 #81 DONE 1.5s 02:34:16 02:34:16 #65 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:34:16 #65 35.18 (1/5) Installing dumb-init (1.2.5-r3) 02:34:16 #65 35.22 (2/5) Installing musl-obstack (1.2.3-r2) 02:34:16 #65 35.24 (3/5) Installing libucontext (1.2-r3) 02:34:16 #65 35.29 (4/5) Installing gcompat (1.1.0-r4) 02:34:16 #65 35.40 (5/5) Installing openssl (3.3.3-r0) 02:34:16 #65 ... 02:34:16 02:34:16 #73 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 02:34:16 #73 4.495 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:34:16 #73 6.560 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:34:16 #73 ... 02:34:16 02:34:16 #76 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 02:34:16 #76 8.521 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:34:18 #76 ... 02:34:18 02:34:18 #85 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 02:34:18 #0 6.134 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:34:18 #0 8.032 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:34:18 #85 ... 02:34:18 02:34:18 #59 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 02:34:18 #59 23.72 (1/1) Installing dumb-init (1.2.5-r3) 02:34:18 #59 25.94 Executing busybox-1.36.1-r29.trigger 02:34:18 #59 26.21 OK: 9 MiB in 15 packages 02:34:18 #59 DONE 29.0s 02:34:18 02:34:18 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:34:18 #43 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 22.2s 02:34:18 #43 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 23.2s done 02:34:19 #43 ... 02:34:19 02:34:19 #66 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:34:19 #66 34.89 (1/4) Installing dumb-init (1.2.5-r3) 02:34:19 #66 34.97 (2/4) Installing musl-obstack (1.2.3-r2) 02:34:19 #66 35.03 (3/4) Installing libucontext (1.2-r3) 02:34:19 #66 35.03 (4/4) Installing gcompat (1.1.0-r4) 02:34:19 #66 35.08 Executing busybox-1.36.1-r29.trigger 02:34:19 #66 35.16 OK: 9 MiB in 18 packages 02:34:19 #66 DONE 38.1s 02:34:19 02:34:19 #73 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 02:34:19 #73 16.55 OK: 9 MiB in 15 packages 02:34:19 #73 ... 02:34:19 02:34:19 #65 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:34:19 #65 35.63 Executing busybox-1.36.1-r29.trigger 02:34:19 #65 35.90 OK: 10 MiB in 19 packages 02:34:19 #65 DONE 38.2s 02:34:19 02:34:19 #64 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:34:19 #64 36.55 OK: 15 MiB in 28 packages 02:34:19 #64 DONE 38.6s 02:34:19 02:34:19 #86 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 02:34:20 #86 ... 02:34:20 02:34:20 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:34:20 #43 DONE 39.6s 02:34:20 02:34:20 #87 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 02:34:21 #87 ... 02:34:21 02:34:21 #73 [core-command stage-1 3/9] RUN apk --no-cache upgrade 02:34:21 #73 DONE 18.9s 02:34:21 02:34:21 #76 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 02:34:21 #76 10.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:34:21 #76 ... 02:34:21 02:34:21 #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:34:21 #71 22.74 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 02:34:21 #71 22.74 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 02:34:21 #71 22.74 OK: 24049 distinct packages available 02:34:21 #71 24.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:34:21 #71 26.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:34:21 #71 ... 02:34:21 02:34:21 #88 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 02:34:23 #88 ... 02:34:23 02:34:23 #89 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:34:23 #89 ... 02:34:23 02:34:23 #78 [core-data stage-1 3/7] RUN apk --no-cache upgrade 02:34:23 #78 19.17 OK: 9 MiB in 15 packages 02:34:23 #78 ... 02:34:23 02:34:23 #74 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 02:34:23 #74 7.300 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:34:23 #74 9.780 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:34:24 #74 ... 02:34:24 02:34:24 #78 [core-data stage-1 3/7] RUN apk --no-cache upgrade 02:34:24 #78 DONE 21.1s 02:34:24 02:34:24 #83 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 02:34:24 #83 18.49 OK: 9 MiB in 16 packages 02:34:24 #83 ... 02:34:24 02:34:24 #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:34:24 #71 35.32 OK: 239 MiB in 58 packages 02:34:24 #71 DONE 36.5s 02:34:25 02:34:25 #86 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 02:34:25 #86 5.594 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:34:25 #86 ... 02:34:25 02:34:25 #90 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 02:34:25 #90 DONE 0.6s 02:34:25 02:34:25 #91 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:34:25 #91 ... 02:34:25 02:34:25 #82 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 02:34:25 #82 18.48 OK: 11 MiB in 17 packages 02:34:25 #82 DONE 20.2s 02:34:26 02:34:26 #92 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:34:26 #92 ... 02:34:26 02:34:26 #74 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 02:34:26 #74 18.63 OK: 20 MiB in 18 packages 02:34:26 #74 ... 02:34:26 02:34:26 #83 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 02:34:26 #83 DONE 20.6s 02:34:26 02:34:26 #93 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 02:34:26 #93 ... 02:34:26 02:34:26 #94 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:34:26 #94 ... 02:34:26 02:34:26 #74 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 02:34:26 #74 DONE 20.2s 02:34:26 02:34:26 #85 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 02:34:26 #85 17.16 OK: 20 MiB in 18 packages 02:34:26 #85 DONE 18.9s 02:34:26 02:34:26 #95 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 02:34:27 #95 DONE 0.4s 02:34:27 02:34:27 #76 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 02:34:27 #76 19.09 OK: 14 MiB in 21 packages 02:34:28 #76 DONE 20.2s 02:34:28 02:34:28 #86 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 02:34:28 #86 8.511 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:34:29 #86 ... 02:34:29 02:34:29 #93 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 02:34:29 #93 DONE 3.3s 02:34:29 02:34:29 #96 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 02:34:29 #96 DONE 0.1s 02:34:29 02:34:29 #87 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 02:34:29 #87 5.455 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:34:29 #87 8.302 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:34:32 #87 12.79 OK: 15 MiB in 28 packages 02:34:32 #87 ... 02:34:32 02:34:32 #86 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 02:34:32 #86 13.28 OK: 10 MiB in 19 packages 02:34:33 #86 DONE 14.1s 02:34:33 02:34:33 #87 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 02:34:33 #87 DONE 13.9s 02:34:33 02:34:33 #97 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 02:34:33 #97 ... 02:34:33 02:34:33 #88 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 02:34:33 #88 4.930 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:34:33 #88 8.410 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:34:33 #88 12.85 OK: 9 MiB in 18 packages 02:34:33 #88 DONE 14.1s 02:34:33 02:34:33 #98 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:34:35 #98 DONE 1.6s 02:34:35 02:34:35 #97 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 02:34:35 #97 DONE 1.6s 02:34:35 02:34:35 #99 [security-spire-config stage-2 5/10] COPY Attribution.txt / 02:34:35 #99 ... 02:34:35 02:34:35 #100 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:34:35 #100 DONE 1.7s 02:34:35 02:34:35 #99 [security-spire-config stage-2 5/10] COPY Attribution.txt / 02:34:35 #99 DONE 0.2s 02:34:35 02:34:35 #101 [security-spire-server stage-2 5/9] COPY Attribution.txt / 02:34:35 #101 DONE 0.2s 02:34:35 02:34:35 #102 [security-spire-config stage-2 6/10] COPY security.txt / 02:34:35 #102 DONE 0.3s 02:34:35 02:34:35 #103 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 02:34:36 #103 ... 02:34:36 02:34:36 #104 [security-spire-server stage-2 6/9] COPY security.txt / 02:34:36 #104 DONE 0.3s 02:34:36 02:34:36 #105 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 02:34:36 #105 DONE 0.2s 02:34:36 02:34:36 #103 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 02:34:36 #103 DONE 0.3s 02:34:36 02:34:36 #106 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 02:34:36 #106 ... 02:34:36 02:34:36 #107 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 02:34:36 #107 DONE 0.2s 02:34:36 02:34:36 #106 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 02:34:36 #106 DONE 0.3s 02:34:36 02:34:36 #108 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 02:34:36 #108 DONE 0.3s 02:34:36 02:34:36 #109 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 02:34:36 #109 DONE 0.3s 02:34:36 02:34:36 #110 [security-spire-server] exporting to image 02:34:36 #110 exporting layers 02:34:37 #110 ... 02:34:37 02:34:37 #111 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:34:37 #111 DONE 2.0s 02:34:37 02:34:37 #112 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 02:34:37 #112 DONE 0.2s 02:34:37 02:34:37 #113 [security-spire-agent stage-3 7/10] COPY security.txt / 02:34:37 #113 DONE 0.1s 02:34:37 02:34:37 #92 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:34:37 #92 ... 02:34:37 02:34:37 #114 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 02:34:37 #114 DONE 0.2s 02:34:37 02:34:37 #115 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 02:34:37 #115 DONE 0.2s 02:34:37 02:34:37 #116 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 02:34:37 #116 DONE 0.2s 02:34:37 02:34:37 #110 [security-spire-agent] exporting to image 02:34:39 #110 exporting layers 3.0s done 02:34:39 #110 writing image sha256:fa29939d54a8e10a65ce8e307ea1a4fadcfc890a4c22fba65c1cbe594048f9be 0.0s done 02:34:39 #110 naming to docker.io/library/security-spire-server-arm64 done 02:34:39 #110 writing image sha256:ce3bf519c7927ad64acb47b879755d8f345e020106cce59613d1b2f321b91608 done 02:34:39 #110 naming to docker.io/library/security-spire-config-arm64 done 02:34:40 #110 exporting layers 2.3s done 02:34:40 #110 writing image sha256:424536555a0362438f24174e3b0a92e0a98748686cf0cecdc443037c510bc28d done 02:34:40 #110 naming to docker.io/library/security-spire-agent-arm64 done 02:34:40 #110 DONE 3.6s 02:34:40 02:34:40 #92 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:34:58 #154 ... 02:34:58 02:34:58 #146 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 02:34:58 #146 DONE 89.6s 02:34:58 02:34:58 #154 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 02:34:58 #154 DONE 89.7s 02:34:58 02:34:58 #148 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:34:58 #148 ... 02:34:58 02:34:58 #155 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 02:34:58 #155 ... 02:34:58 02:34:58 #156 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:34:58 #156 DONE 0.5s 02:34:58 02:34:58 #155 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 02:34:58 #155 DONE 0.5s 02:34:58 02:34:58 #157 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 02:34:58 #157 ... 02:34:58 02:34:58 #158 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:34:58 #158 DONE 0.5s 02:34:58 02:34:58 #159 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 02:34:58 #159 DONE 0.3s 02:34:58 02:34:58 #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 02:34:58 #160 DONE 0.4s 02:34:58 02:34:58 #161 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 02:34:58 #161 DONE 0.1s 02:34:58 02:34:58 #162 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:34:58 #162 ... 02:34:58 02:34:58 #157 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 02:34:58 #157 DONE 1.6s 02:34:58 02:34:58 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 02:34:58 #163 DONE 0.4s 02:34:58 02:34:58 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 02:34:58 #164 DONE 0.2s 02:34:58 02:34:58 #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:34:58 #147 ... 02:34:58 02:34:58 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 02:34:58 #165 DONE 0.1s 02:34:58 02:34:58 #162 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:34:58 #162 DONE 1.2s 02:34:58 02:34:58 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 02:34:58 #166 DONE 0.2s 02:34:58 02:34:58 #111 [core-common-config-bootstrapper] exporting to image 02:34:58 #111 exporting layers 02:34:58 #111 ... 02:34:58 02:34:58 #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/ 02:34:58 #167 DONE 0.1s 02:34:58 02:34:58 #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/ 02:34:58 #168 DONE 0.2s 02:34:58 02:34:58 #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:34:58 #152 ... 02:34:58 02:34:58 #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/ 02:34:58 #169 DONE 0.2s 02:34:58 02:34:58 #111 [core-common-config-bootstrapper] exporting to image 02:34:58 #111 exporting layers 0.6s done 02:34:58 #111 writing image sha256:31fce3b0eabfa59ed75dcd456cd36e26e2f7a8da14b2fbe28843d4508b332d45 done 02:34:58 #111 naming to docker.io/library/core-common-config-bootstrapper done 02:34:58 #111 DONE 1.5s 02:34:58 02:34:58 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 02:34:59 #170 DONE 0.2s 02:34:59 02:34:59 #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:34:59 #143 ... 02:34:59 02:34:59 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 02:35:00 #171 DONE 1.1s 02:35:00 02:35:00 #111 [security-bootstrapper] exporting to image 02:35:00 #111 exporting layers 0.5s done 02:35:00 #111 writing image sha256:d074e43e989eaa9fc4147007fb287666a1c491f53fb6ba711fb05d36dfc0299a done 02:35:00 #111 naming to docker.io/library/security-bootstrapper done 02:35:00 #111 DONE 2.0s 02:35:00 02:35:00 #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:35:47 #147 ... 02:35:47 02:35:47 #148 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:35:47 #148 141.6 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 02:35:48 #92 DONE 87.3s 02:35:48 02:35:48 #91 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:35:48 #91 DONE 77.9s 02:35:48 02:35:48 #89 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:35:48 #89 DONE 90.4s 02:35:48 02:35:48 #94 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:35:48 #94 DONE 86.9s 02:35:48 02:35:48 #80 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:35:48 #80 DONE 88.9s 02:35:48 02:35:48 #117 [security-spiffe-token-provider builder 6/7] COPY . . 02:35:48 #117 ... 02:35:48 02:35:48 #118 [core-metadata builder 6/7] COPY . . 02:35:48 #118 DONE 1.7s 02:35:48 02:35:48 #119 [core-command builder 6/7] COPY . . 02:35:48 #119 CACHED 02:35:48 02:35:48 #120 [core-command builder 4/7] COPY go.mod vendor* ./ 02:35:48 #120 CACHED 02:35:48 02:35:48 #121 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:35:48 #121 CACHED 02:35:48 02:35:48 #122 [security-bootstrapper builder 6/7] COPY . . 02:35:48 #122 CACHED 02:35:48 02:35:48 #123 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:35:48 #123 CACHED 02:35:48 02:35:48 #124 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 02:35:48 #124 CACHED 02:35:48 02:35:48 #117 [security-spiffe-token-provider builder 6/7] COPY . . 02:35:48 #117 DONE 1.7s 02:35:48 02:35:48 #125 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 02:35:48 #125 CACHED 02:35:48 02:35:48 #126 [core-common-config-bootstrapper builder 6/7] COPY . . 02:35:48 #126 CACHED 02:35:48 02:35:48 #127 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:35:48 #127 CACHED 02:35:48 02:35:48 #128 [core-data builder 6/7] COPY . . 02:35:48 #128 CACHED 02:35:48 02:35:48 #129 [core-data builder 4/7] COPY go.mod vendor* ./ 02:35:48 #129 CACHED 02:35:48 02:35:48 #130 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:35:48 #130 CACHED 02:35:48 02:35:48 #131 [security-proxy-setup builder 6/7] COPY . . 02:35:48 #131 CACHED 02:35:48 02:35:48 #132 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 02:35:48 #132 CACHED 02:35:48 02:35:48 #133 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:35:48 #133 CACHED 02:35:48 02:35:48 #134 [security-secretstore-setup builder 6/7] COPY . . 02:35:48 #134 DONE 1.8s 02:35:48 02:35:48 #135 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:35:48 #135 CACHED 02:35:48 02:35:48 #136 [security-proxy-auth builder 6/7] COPY . . 02:35:48 #136 CACHED 02:35:48 02:35:48 #137 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 02:35:48 #137 CACHED 02:35:48 02:35:48 #138 [support-scheduler builder 6/7] COPY . . 02:35:48 #138 DONE 1.8s 02:35:48 02:35:48 #139 [support-notifications builder 6/7] COPY . . 02:35:48 #139 DONE 1.6s 02:35:48 02:35:48 #140 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:35:51 #140 ... 02:35:51 02:35:51 #141 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 02:35:51 #0 5.206 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 02:35:51 #141 ... 02:35:51 02:35:51 #140 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:35:51 #140 5.477 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 02:35:55 #140 ... 02:35:55 02:35:55 #142 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:35:55 #0 3.797 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 02:35:55 #142 ... 02:35:55 02:35:55 #143 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:35:55 #0 5.094 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 02:35:55 #143 ... 02:35:55 02:35:55 #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 02:35:55 #0 5.742 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 02:35:55 #144 ... 02:35:55 02:35:55 #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:35:55 #0 5.722 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 02:35:55 #145 ... 02:35:55 02:35:55 #146 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:35:55 #0 5.294 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 02:35:55 #146 ... 02:35:55 02:35:55 #147 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:35:55 #0 5.639 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 02:35:56 #147 ... 02:35:56 02:35:56 #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:35:56 #0 5.740 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 02:35:56 #148 ... 02:35:56 02:35:56 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:35:56 #0 4.158 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 02:35:56 #149 ... 02:35:56 02:35:56 #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 02:35:56 #0 4.962 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 02:36:00 #148 ... 02:36:00 02:36:00 #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:36:00 #145 DONE 154.0s 02:36:00 02:36:00 #144 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:36:00 #144 DONE 154.1s 02:36:00 02:36:00 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:36:00 #150 DONE 154.1s 02:36:00 02:36:00 #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:36:00 #147 DONE 154.2s 02:36:00 02:36:00 #172 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 02:36:00 #172 ... 02:36:00 02:36:00 #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:36:00 #143 DONE 154.1s 02:36:00 02:36:00 #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:36:00 #152 DONE 154.2s 02:36:00 02:36:00 #148 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:36:00 #148 DONE 154.3s 02:36:00 02:36:00 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:36:00 #149 DONE 154.3s 02:36:00 02:36:00 #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:36:00 #153 DONE 154.3s 02:36:00 02:36:00 #151 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:36:00 #151 DONE 154.3s 02:36:00 02:36:00 #173 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 02:36:00 #173 ... 02:36:00 02:36:00 #172 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 02:36:00 #172 DONE 0.4s 02:36:00 02:36:00 #174 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:36:00 #174 DONE 0.3s 02:36:00 02:36:00 #175 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 02:36:00 #175 DONE 0.3s 02:36:00 02:36:00 #176 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:36:00 #176 DONE 0.3s 02:36:00 02:36:00 #177 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:36:00 #177 DONE 0.2s 02:36:00 02:36:00 #178 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 02:36:00 #178 DONE 0.3s 02:36:00 02:36:00 #179 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:36:00 #179 DONE 0.2s 02:36:00 02:36:00 #173 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 02:36:00 #173 DONE 0.2s 02:36:00 02:36:00 #180 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 02:36:00 #180 DONE 0.2s 02:36:00 02:36:00 #181 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 02:36:00 #181 ... 02:36:00 02:36:00 #182 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:36:00 #182 DONE 0.2s 02:36:00 02:36:00 #183 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 02:36:00 #183 DONE 0.2s 02:36:00 02:36:00 #184 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:36:00 #184 CACHED 02:36:00 02:36:00 #185 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:36:00 #185 CACHED 02:36:00 02:36:00 #186 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:36:00 #186 CACHED 02:36:00 02:36:00 #187 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:36:00 #187 CACHED 02:36:00 02:36:00 #188 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:36:00 #188 DONE 0.1s 02:36:00 02:36:00 #189 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:36:00 #189 DONE 0.2s 02:36:00 02:36:00 #190 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 02:36:00 #190 DONE 0.3s 02:36:00 02:36:00 #191 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:36:00 #191 DONE 0.3s 02:36:00 02:36:00 #181 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 02:36:00 #181 DONE 0.2s 02:36:00 02:36:00 #192 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 02:36:00 #192 DONE 0.3s 02:36:00 02:36:00 #193 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 02:36:01 #193 ... 02:36:01 02:36:01 #194 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 02:36:01 #194 DONE 1.0s 02:36:01 02:36:01 #195 [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 02:36:01 #195 DONE 0.8s 02:36:01 02:36:01 #196 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:36:01 #196 DONE 1.0s 02:36:01 02:36:01 #197 [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 02:36:01 #197 ... 02:36:01 02:36:01 #198 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:36:01 #198 DONE 1.1s 02:36:01 02:36:01 #199 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:36:01 #199 DONE 1.2s 02:36:01 02:36:01 #200 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:36:01 #200 DONE 1.2s 02:36:01 02:36:01 #201 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 02:36:01 #201 DONE 1.2s 02:36:01 02:36:01 #202 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:36:01 #202 DONE 1.1s 02:36:01 02:36:01 #193 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 02:36:01 #193 DONE 1.1s 02:36:01 02:36:01 #203 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 02:36:01 #203 DONE 1.1s 02:36:01 02:36:01 #204 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 02:36:01 #204 DONE 0.4s 02:36:01 02:36:01 #197 [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 02:36:01 #197 DONE 0.4s 02:36:01 02:36:01 #205 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 02:36:01 #205 ... 02:36:01 02:36:01 #206 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 02:36:01 #206 DONE 0.2s 02:36:01 02:36:01 #207 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 02:36:01 #207 DONE 0.2s 02:36:01 02:36:01 #208 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 02:36:01 #208 DONE 0.3s 02:36:01 02:36:01 #209 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 02:36:01 #209 DONE 0.3s 02:36:01 02:36:01 #210 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 02:36:01 #210 DONE 0.3s 02:36:01 02:36:01 #211 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 02:36:01 #211 DONE 0.3s 02:36:01 02:36:01 #111 [core-data] exporting to image 02:36:01 #111 exporting layers 02:36:01 #111 ... 02:36:01 02:36:01 #212 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 02:36:01 #212 DONE 0.4s 02:36:01 02:36:01 #111 [support-scheduler] exporting to image 02:36:01 #111 writing image sha256:580cf139256a927e82a0f71b551d05d613596a0c20cf1952f0c75a258e824d07 02:36:01 #111 ... 02:36:01 02:36:01 #213 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 02:36:01 #213 DONE 0.3s 02:36:01 02:36:01 #205 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 02:36:01 #205 DONE 0.4s 02:36:01 02:36:01 #214 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 02:36:01 #214 DONE 0.3s 02:36:01 02:36:01 #111 [core-metadata] exporting to image 02:36:01 #111 exporting layers 0.3s done 02:36:01 #111 writing image sha256:580cf139256a927e82a0f71b551d05d613596a0c20cf1952f0c75a258e824d07 0.0s done 02:36:01 #111 naming to docker.io/library/core-keeper done 02:36:02 #111 ... 02:36:02 02:36:02 #215 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 02:36:02 #215 DONE 0.2s 02:36:02 02:36:02 #111 [core-command] exporting to image 02:36:02 #111 writing image sha256:74032e54ac3c7bd133fcca60e1488598bbd66c170ba5e201d7feac2ff643858e 0.0s done 02:36:02 #111 naming to docker.io/library/core-command done 02:36:02 #111 ... 02:36:02 02:36:02 #216 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:36:02 #216 DONE 0.2s 02:36:02 02:36:02 #111 [core-command] exporting to image 02:36:02 #111 exporting layers 0.5s done 02:36:02 #111 writing image sha256:737d366181d7a7c89cdcb2e84298b20cc536194b072a112817075ac882328405 02:36:02 #111 writing image sha256:69b1f2c236d6c3e9c45c5aad5718b59c9c301bde7c5ef0b8ac0233a75fd9a237 02:36:02 #111 writing image sha256:737d366181d7a7c89cdcb2e84298b20cc536194b072a112817075ac882328405 0.2s done 02:36:02 #111 writing image sha256:69b1f2c236d6c3e9c45c5aad5718b59c9c301bde7c5ef0b8ac0233a75fd9a237 0.2s done 02:36:02 #111 naming to docker.io/library/support-notifications 0.0s done 02:36:02 #111 naming to docker.io/library/core-data 02:36:02 #111 ... 02:36:02 02:36:02 #217 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:36:02 #217 DONE 0.3s 02:36:02 02:36:02 #218 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:36:02 #218 DONE 0.6s 02:36:02 02:36:02 #111 [security-proxy-auth] exporting to image 02:36:02 #111 naming to docker.io/library/core-data done 02:36:02 #111 writing image sha256:ba43e9ebd19878186f4e0a9309d31f1a1ef76c6829e5dba27dd4e8eb76f4533f 02:36:02 #111 ... 02:36:02 02:36:02 #219 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:36:02 #219 DONE 0.2s 02:36:02 02:36:02 #111 [core-metadata] exporting to image 02:36:02 #111 writing image sha256:ba43e9ebd19878186f4e0a9309d31f1a1ef76c6829e5dba27dd4e8eb76f4533f 0.0s done 02:36:02 #111 naming to docker.io/library/support-scheduler done 02:36:02 #111 writing image sha256:7cbe4f600e23ca8d56cc8c441bf1f0f5404832b52eebd27fcdfa9bf81bc0d0b9 0.0s done 02:36:02 #111 writing image sha256:8eb53c93303df98f15cf0bf3d4a9d33e15feddae17e299756798e4ae00d0b863 done 02:36:02 #111 naming to docker.io/library/security-spiffe-token-provider done 02:36:02 #111 naming to docker.io/library/core-metadata done 02:36:02 #111 ... 02:36:02 02:36:02 #220 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:36:02 #220 DONE 0.6s 02:36:02 02:36:02 #111 [security-proxy-setup] exporting to image 02:36:02 #111 exporting layers 0.3s done 02:36:02 #111 ... 02:36:02 02:36:02 #221 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:36:02 #221 DONE 0.4s 02:36:02 02:36:02 #111 [security-proxy-setup] exporting to image 02:36:02 #111 writing image sha256:7908834fb21d0ea21bfaabdd2ae70e1271fa750c4964c8bb138a4dfd4f01cc8f done 02:36:02 #111 naming to docker.io/library/security-proxy-setup done 02:36:03 #111 exporting layers 0.3s done 02:36:03 #111 writing image sha256:45da418f6448a139c27f3ec179028708450006c853ade3a8cd69a8ea2b898ff1 0.0s done 02:36:03 #111 naming to docker.io/library/security-proxy-auth done 02:36:03 #111 writing image sha256:8525c90900501743bf87436dabbe30c9d240c704c32ba2319ec133058bcd3113 done 02:36:03 #111 naming to docker.io/library/security-secretstore-setup done 02:36:03 #111 DONE 3.9s 02:36:03 02:36:03 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:36:03 time="2025-06-13T02:31:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:36:03 time="2025-06-13T02:31:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:36:03 time="2025-06-13T02:31:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:36:03 time="2025-06-13T02:31:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:36:03 time="2025-06-13T02:31:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:36:03 time="2025-06-13T02:31:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:36:03 time="2025-06-13T02:31:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:36:03 time="2025-06-13T02:31:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:36:03 time="2025-06-13T02:31:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:36:03 time="2025-06-13T02:31:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:36:03 time="2025-06-13T02:31:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:36:03 time="2025-06-13T02:31:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:36:03 time="2025-06-13T02:31:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:36:03 time="2025-06-13T02:31:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:36:03 time="2025-06-13T02:31:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 02:36:03 $ docker stop --time=1 2eebd2a6cb35dd4a2b568ec7f6d39b77c3640a84d9944886dc1834ae5892b557 02:36:04 $ docker rm -f --volumes 2eebd2a6cb35dd4a2b568ec7f6d39b77c3640a84d9944886dc1834ae5892b557 [Pipeline] // withDockerContainer [Pipeline] sh 02:36:04 + docker images 02:36:04 REPOSITORY TAG IMAGE ID CREATED SIZE 02:36:04 security-secretstore-setup latest 8525c9090050 2 seconds ago 68.7MB 02:36:04 security-proxy-setup latest 7908834fb21d 2 seconds ago 38.5MB 02:36:04 security-proxy-auth latest 45da418f6448 2 seconds ago 31.8MB 02:36:04 core-keeper latest 580cf139256a 3 seconds ago 32.5MB 02:36:04 core-command latest 74032e54ac3c 3 seconds ago 28.4MB 02:36:04 core-data latest 69b1f2c236d6 3 seconds ago 32.9MB 02:36:04 core-metadata latest 7cbe4f600e23 3 seconds ago 33.1MB 02:36:04 support-scheduler latest ba43e9ebd198 3 seconds ago 48.8MB 02:36:04 support-notifications latest 737d366181d7 3 seconds ago 52.4MB 02:36:04 security-spiffe-token-provider latest 8eb53c93303d 3 seconds ago 47.7MB 02:36:04 security-bootstrapper latest d074e43e989e About a minute ago 20.4MB 02:36:04 core-common-config-bootstrapper latest 31fce3b0eabf About a minute ago 17.1MB 02:36:04 security-spire-server latest 33135dff6dc3 3 minutes ago 149MB 02:36:04 security-spire-config latest 2210638378cc 3 minutes ago 149MB 02:36:04 security-spire-agent latest 0faf288ba085 3 minutes ago 195MB 02:36:04 ci-base-image-x86_64 latest e940297cbd18 6 minutes ago 924MB 02:36:04 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 2 weeks ago 573MB 02:36:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine 69404ca5bff2 2 months ago 574MB 02:36:04 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 02:36:05 provisioning config files... 02:36:05 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/853@tmp/config6290488317024982132tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:36:05 ---> ****-login.sh 02:36:05 nexus3.edgexfoundry.org:10001 02:36:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:36:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:36:05 Configure a credential helper to remove this warning. See 02:36:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:36:05 02:36:05 Login Succeeded 02:36:05 nexus3.edgexfoundry.org:10002 02:36:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:36:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:36:05 Configure a credential helper to remove this warning. See 02:36:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:36:05 02:36:05 Login Succeeded 02:36:05 nexus3.edgexfoundry.org:10003 02:36:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:36:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:36:05 Configure a credential helper to remove this warning. See 02:36:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:36:05 02:36:05 Login Succeeded 02:36:05 nexus3.edgexfoundry.org:10004 02:36:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:36:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:36:05 Configure a credential helper to remove this warning. See 02:36:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:36:05 02:36:05 Login Succeeded 02:36:05 ****.io 02:36:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:36:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:36:05 Configure a credential helper to remove this warning. See 02:36:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:36:05 02:36:05 Login Succeeded 02:36:05 ---> ****-login.sh ends [Pipeline] } 02:36:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:36:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:36:06 [edgeXDocker.push] Tagging docker image core-command with the following tags: 02:36:06 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:36:06 latest 02:36:06 4.1.0-dev.24 02:36:06 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:36:06 main 02:36:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:06 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:06 + docker push nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:36:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 02:36:06 9d201487f60a: Preparing 02:36:06 2e34f92a886e: Preparing 02:36:06 9fea99b8fd9b: Preparing 02:36:06 dccbed5a6dfc: Preparing 02:36:06 9aab967f725b: Preparing 02:36:06 5703ce6f3b3e: Preparing 02:36:06 994456c4fd7b: Preparing 02:36:06 5703ce6f3b3e: Waiting 02:36:06 994456c4fd7b: Waiting 02:36:06 9fea99b8fd9b: Pushed 02:36:06 9d201487f60a: Pushed 02:36:06 dccbed5a6dfc: Pushed 02:36:06 9aab967f725b: Pushed 02:36:06 994456c4fd7b: Layer already exists 02:36:06 5703ce6f3b3e: Pushed 02:36:09 2e34f92a886e: Pushed 02:36:09 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca: digest: sha256:6a39f0919c20fbd7ab3b271243dc6152789bbbc9cf3d78c656ea735dbb26e98e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:09 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:09 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 02:36:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 02:36:09 9d201487f60a: Preparing 02:36:09 2e34f92a886e: Preparing 02:36:09 9fea99b8fd9b: Preparing 02:36:09 dccbed5a6dfc: Preparing 02:36:09 9aab967f725b: Preparing 02:36:09 5703ce6f3b3e: Preparing 02:36:09 994456c4fd7b: Preparing 02:36:09 5703ce6f3b3e: Waiting 02:36:09 994456c4fd7b: Waiting 02:36:09 9fea99b8fd9b: Layer already exists 02:36:09 9aab967f725b: Layer already exists 02:36:09 2e34f92a886e: Layer already exists 02:36:09 dccbed5a6dfc: Layer already exists 02:36:09 9d201487f60a: Layer already exists 02:36:09 5703ce6f3b3e: Layer already exists 02:36:09 994456c4fd7b: Layer already exists 02:36:09 latest: digest: sha256:6a39f0919c20fbd7ab3b271243dc6152789bbbc9cf3d78c656ea735dbb26e98e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:10 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:10 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.24 02:36:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 02:36:10 9d201487f60a: Preparing 02:36:10 2e34f92a886e: Preparing 02:36:10 9fea99b8fd9b: Preparing 02:36:10 dccbed5a6dfc: Preparing 02:36:10 9aab967f725b: Preparing 02:36:10 5703ce6f3b3e: Preparing 02:36:10 994456c4fd7b: Preparing 02:36:10 5703ce6f3b3e: Waiting 02:36:10 994456c4fd7b: Waiting 02:36:10 9aab967f725b: Layer already exists 02:36:10 dccbed5a6dfc: Layer already exists 02:36:10 2e34f92a886e: Layer already exists 02:36:10 9fea99b8fd9b: Layer already exists 02:36:10 9d201487f60a: Layer already exists 02:36:10 994456c4fd7b: Layer already exists 02:36:10 5703ce6f3b3e: Layer already exists 02:36:10 4.1.0-dev.24: digest: sha256:6a39f0919c20fbd7ab3b271243dc6152789bbbc9cf3d78c656ea735dbb26e98e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:10 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:11 + docker push nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:36:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 02:36:11 9d201487f60a: Preparing 02:36:11 2e34f92a886e: Preparing 02:36:11 9fea99b8fd9b: Preparing 02:36:11 dccbed5a6dfc: Preparing 02:36:11 9aab967f725b: Preparing 02:36:11 5703ce6f3b3e: Preparing 02:36:11 994456c4fd7b: Preparing 02:36:11 994456c4fd7b: Waiting 02:36:11 5703ce6f3b3e: Waiting 02:36:11 9fea99b8fd9b: Layer already exists 02:36:11 9d201487f60a: Layer already exists 02:36:11 9aab967f725b: Layer already exists 02:36:11 2e34f92a886e: Layer already exists 02:36:11 dccbed5a6dfc: Layer already exists 02:36:11 5703ce6f3b3e: Layer already exists 02:36:11 994456c4fd7b: Layer already exists 02:36:11 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24: digest: sha256:6a39f0919c20fbd7ab3b271243dc6152789bbbc9cf3d78c656ea735dbb26e98e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:11 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:11 + docker push nexus3.edgexfoundry.org:10004/core-command:main 02:36:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 02:36:11 9d201487f60a: Preparing 02:36:11 2e34f92a886e: Preparing 02:36:11 9fea99b8fd9b: Preparing 02:36:11 dccbed5a6dfc: Preparing 02:36:11 9aab967f725b: Preparing 02:36:11 5703ce6f3b3e: Preparing 02:36:11 994456c4fd7b: Preparing 02:36:11 5703ce6f3b3e: Waiting 02:36:11 994456c4fd7b: Waiting 02:36:11 2e34f92a886e: Layer already exists 02:36:11 dccbed5a6dfc: Layer already exists 02:36:11 9d201487f60a: Layer already exists 02:36:11 9aab967f725b: Layer already exists 02:36:11 9fea99b8fd9b: Layer already exists 02:36:11 994456c4fd7b: Layer already exists 02:36:11 5703ce6f3b3e: Layer already exists 02:36:11 main: digest: sha256:6a39f0919c20fbd7ab3b271243dc6152789bbbc9cf3d78c656ea735dbb26e98e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:36:12 ===================================================== [Pipeline] echo 02:36:12 taggedImages: 02:36:12 - nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:36:12 - nexus3.edgexfoundry.org:10004/core-command:latest 02:36:12 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.24 02:36:12 - nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:36:12 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 02:36:12 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 02:36:12 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:36:12 latest 02:36:12 4.1.0-dev.24 02:36:12 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:36:12 main 02:36:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:12 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:12 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:36:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 02:36:12 630d14f3548a: Preparing 02:36:12 2633f2082561: Preparing 02:36:12 3fda8b3e012d: Preparing 02:36:12 fdfba7ade24e: Preparing 02:36:12 9fea99b8fd9b: Preparing 02:36:12 dccbed5a6dfc: Preparing 02:36:12 9aab967f725b: Preparing 02:36:12 5703ce6f3b3e: Preparing 02:36:12 994456c4fd7b: Preparing 02:36:12 dccbed5a6dfc: Waiting 02:36:12 9aab967f725b: Waiting 02:36:12 994456c4fd7b: Waiting 02:36:12 9fea99b8fd9b: Layer already exists 02:36:12 dccbed5a6dfc: Layer already exists 02:36:12 9aab967f725b: Layer already exists 02:36:12 2633f2082561: Pushed 02:36:12 5703ce6f3b3e: Layer already exists 02:36:12 3fda8b3e012d: Pushed 02:36:12 994456c4fd7b: Layer already exists 02:36:12 630d14f3548a: Pushed 02:36:13 fdfba7ade24e: Pushed 02:36:13 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca: digest: sha256:5c6a728a9a09233b14a6c110747cc648ff3becb729a7f2c688b88a3ddc2bb85b size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:14 + 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 02:36:14 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 02:36:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 02:36:14 630d14f3548a: Preparing 02:36:14 2633f2082561: Preparing 02:36:14 3fda8b3e012d: Preparing 02:36:14 fdfba7ade24e: Preparing 02:36:14 9fea99b8fd9b: Preparing 02:36:14 dccbed5a6dfc: Preparing 02:36:14 9aab967f725b: Preparing 02:36:14 5703ce6f3b3e: Preparing 02:36:14 994456c4fd7b: Preparing 02:36:14 5703ce6f3b3e: Waiting 02:36:14 994456c4fd7b: Waiting 02:36:14 dccbed5a6dfc: Waiting 02:36:14 9aab967f725b: Waiting 02:36:14 630d14f3548a: Layer already exists 02:36:14 2633f2082561: Layer already exists 02:36:14 9fea99b8fd9b: Layer already exists 02:36:14 fdfba7ade24e: Layer already exists 02:36:14 3fda8b3e012d: Layer already exists 02:36:14 994456c4fd7b: Layer already exists 02:36:14 9aab967f725b: Layer already exists 02:36:14 dccbed5a6dfc: Layer already exists 02:36:14 5703ce6f3b3e: Layer already exists 02:36:14 latest: digest: sha256:5c6a728a9a09233b14a6c110747cc648ff3becb729a7f2c688b88a3ddc2bb85b size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:14 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:15 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.24 02:36:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 02:36:15 630d14f3548a: Preparing 02:36:15 2633f2082561: Preparing 02:36:15 3fda8b3e012d: Preparing 02:36:15 fdfba7ade24e: Preparing 02:36:15 9fea99b8fd9b: Preparing 02:36:15 dccbed5a6dfc: Preparing 02:36:15 9aab967f725b: Preparing 02:36:15 5703ce6f3b3e: Preparing 02:36:15 994456c4fd7b: Preparing 02:36:15 dccbed5a6dfc: Waiting 02:36:15 5703ce6f3b3e: Waiting 02:36:15 9aab967f725b: Waiting 02:36:15 630d14f3548a: Layer already exists 02:36:15 9fea99b8fd9b: Layer already exists 02:36:15 fdfba7ade24e: Layer already exists 02:36:15 2633f2082561: Layer already exists 02:36:15 3fda8b3e012d: Layer already exists 02:36:15 5703ce6f3b3e: Layer already exists 02:36:15 9aab967f725b: Layer already exists 02:36:15 dccbed5a6dfc: Layer already exists 02:36:15 994456c4fd7b: Layer already exists 02:36:15 4.1.0-dev.24: digest: sha256:5c6a728a9a09233b14a6c110747cc648ff3becb729a7f2c688b88a3ddc2bb85b size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:15 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:15 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:36:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 02:36:15 630d14f3548a: Preparing 02:36:15 2633f2082561: Preparing 02:36:15 3fda8b3e012d: Preparing 02:36:15 fdfba7ade24e: Preparing 02:36:15 9fea99b8fd9b: Preparing 02:36:15 dccbed5a6dfc: Preparing 02:36:15 9aab967f725b: Preparing 02:36:15 5703ce6f3b3e: Preparing 02:36:15 994456c4fd7b: Preparing 02:36:15 5703ce6f3b3e: Waiting 02:36:15 994456c4fd7b: Waiting 02:36:15 dccbed5a6dfc: Waiting 02:36:15 9aab967f725b: Waiting 02:36:15 fdfba7ade24e: Layer already exists 02:36:15 2633f2082561: Layer already exists 02:36:15 3fda8b3e012d: Layer already exists 02:36:15 630d14f3548a: Layer already exists 02:36:15 9fea99b8fd9b: Layer already exists 02:36:15 9aab967f725b: Layer already exists 02:36:15 dccbed5a6dfc: Layer already exists 02:36:15 5703ce6f3b3e: Layer already exists 02:36:15 994456c4fd7b: Layer already exists 02:36:15 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24: digest: sha256:5c6a728a9a09233b14a6c110747cc648ff3becb729a7f2c688b88a3ddc2bb85b size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:15 + 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 02:36:16 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 02:36:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 02:36:16 630d14f3548a: Preparing 02:36:16 2633f2082561: Preparing 02:36:16 3fda8b3e012d: Preparing 02:36:16 fdfba7ade24e: Preparing 02:36:16 9fea99b8fd9b: Preparing 02:36:16 dccbed5a6dfc: Preparing 02:36:16 9aab967f725b: Preparing 02:36:16 5703ce6f3b3e: Preparing 02:36:16 994456c4fd7b: Preparing 02:36:16 dccbed5a6dfc: Waiting 02:36:16 9aab967f725b: Waiting 02:36:16 5703ce6f3b3e: Waiting 02:36:16 994456c4fd7b: Waiting 02:36:16 fdfba7ade24e: Layer already exists 02:36:16 630d14f3548a: Layer already exists 02:36:16 9fea99b8fd9b: Layer already exists 02:36:16 2633f2082561: Layer already exists 02:36:16 3fda8b3e012d: Layer already exists 02:36:16 9aab967f725b: Layer already exists 02:36:16 5703ce6f3b3e: Layer already exists 02:36:16 dccbed5a6dfc: Layer already exists 02:36:16 994456c4fd7b: Layer already exists 02:36:16 main: digest: sha256:5c6a728a9a09233b14a6c110747cc648ff3becb729a7f2c688b88a3ddc2bb85b size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:36:16 ===================================================== [Pipeline] echo 02:36:16 taggedImages: 02:36:16 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:36:16 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 02:36:16 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.24 02:36:16 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:36:16 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 02:36:16 [edgeXDocker.push] Tagging docker image core-data with the following tags: 02:36:16 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:36:16 latest 02:36:16 4.1.0-dev.24 02:36:16 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:36:16 main 02:36:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:16 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:17 + docker push nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:36:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 02:36:17 c18e89fce0c7: Preparing 02:36:17 c53077d52880: Preparing 02:36:17 9fea99b8fd9b: Preparing 02:36:17 dccbed5a6dfc: Preparing 02:36:17 ae52943e0493: Preparing 02:36:17 63e25811ea39: Preparing 02:36:17 994456c4fd7b: Preparing 02:36:17 63e25811ea39: Waiting 02:36:17 994456c4fd7b: Waiting 02:36:17 dccbed5a6dfc: Layer already exists 02:36:17 9fea99b8fd9b: Layer already exists 02:36:17 994456c4fd7b: Layer already exists 02:36:17 ae52943e0493: Pushed 02:36:17 c18e89fce0c7: Pushed 02:36:17 63e25811ea39: Pushed 02:36:19 c53077d52880: Pushed 02:36:19 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca: digest: sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:19 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:20 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 02:36:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 02:36:20 c18e89fce0c7: Preparing 02:36:20 c53077d52880: Preparing 02:36:20 9fea99b8fd9b: Preparing 02:36:20 dccbed5a6dfc: Preparing 02:36:20 ae52943e0493: Preparing 02:36:20 63e25811ea39: Preparing 02:36:20 994456c4fd7b: Preparing 02:36:20 63e25811ea39: Waiting 02:36:20 994456c4fd7b: Waiting 02:36:20 c18e89fce0c7: Layer already exists 02:36:20 c53077d52880: Layer already exists 02:36:20 9fea99b8fd9b: Layer already exists 02:36:20 ae52943e0493: Layer already exists 02:36:20 dccbed5a6dfc: Layer already exists 02:36:20 63e25811ea39: Layer already exists 02:36:20 994456c4fd7b: Layer already exists 02:36:20 latest: digest: sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:20 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:20 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.24 02:36:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 02:36:20 c18e89fce0c7: Preparing 02:36:20 c53077d52880: Preparing 02:36:20 9fea99b8fd9b: Preparing 02:36:20 dccbed5a6dfc: Preparing 02:36:20 ae52943e0493: Preparing 02:36:20 63e25811ea39: Preparing 02:36:20 994456c4fd7b: Preparing 02:36:20 994456c4fd7b: Waiting 02:36:20 63e25811ea39: Waiting 02:36:20 c53077d52880: Layer already exists 02:36:20 ae52943e0493: Layer already exists 02:36:20 c18e89fce0c7: Layer already exists 02:36:20 dccbed5a6dfc: Layer already exists 02:36:20 9fea99b8fd9b: Layer already exists 02:36:20 994456c4fd7b: Layer already exists 02:36:20 63e25811ea39: Layer already exists 02:36:20 4.1.0-dev.24: digest: sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:21 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:21 + docker push nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:36:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 02:36:21 c18e89fce0c7: Preparing 02:36:21 c53077d52880: Preparing 02:36:21 9fea99b8fd9b: Preparing 02:36:21 dccbed5a6dfc: Preparing 02:36:21 ae52943e0493: Preparing 02:36:21 63e25811ea39: Preparing 02:36:21 994456c4fd7b: Preparing 02:36:21 63e25811ea39: Waiting 02:36:21 994456c4fd7b: Waiting 02:36:21 9fea99b8fd9b: Layer already exists 02:36:21 ae52943e0493: Layer already exists 02:36:21 c18e89fce0c7: Layer already exists 02:36:21 dccbed5a6dfc: Layer already exists 02:36:21 c53077d52880: Layer already exists 02:36:21 63e25811ea39: Layer already exists 02:36:21 994456c4fd7b: Layer already exists 02:36:21 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24: digest: sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:21 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:22 + docker push nexus3.edgexfoundry.org:10004/core-data:main 02:36:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 02:36:22 c18e89fce0c7: Preparing 02:36:22 c53077d52880: Preparing 02:36:22 9fea99b8fd9b: Preparing 02:36:22 dccbed5a6dfc: Preparing 02:36:22 ae52943e0493: Preparing 02:36:22 63e25811ea39: Preparing 02:36:22 994456c4fd7b: Preparing 02:36:22 63e25811ea39: Waiting 02:36:22 994456c4fd7b: Waiting 02:36:22 c18e89fce0c7: Layer already exists 02:36:22 dccbed5a6dfc: Layer already exists 02:36:22 9fea99b8fd9b: Layer already exists 02:36:22 c53077d52880: Layer already exists 02:36:22 ae52943e0493: Layer already exists 02:36:22 994456c4fd7b: Layer already exists 02:36:22 63e25811ea39: Layer already exists 02:36:22 main: digest: sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:36:22 ===================================================== [Pipeline] echo 02:36:22 taggedImages: 02:36:22 - nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:36:22 - nexus3.edgexfoundry.org:10004/core-data:latest 02:36:22 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.24 02:36:22 - nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:36:22 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 02:36:22 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 02:36:22 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:36:22 latest 02:36:22 4.1.0-dev.24 02:36:22 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:36:22 main 02:36:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:22 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:23 + docker push nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:36:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 02:36:23 d99d77d7227a: Preparing 02:36:23 057b39049e3c: Preparing 02:36:23 dccbed5a6dfc: Preparing 02:36:23 d335774d5c22: Preparing 02:36:23 96ab3d3f4df9: Preparing 02:36:23 994456c4fd7b: Preparing 02:36:23 994456c4fd7b: Waiting 02:36:23 dccbed5a6dfc: Layer already exists 02:36:23 994456c4fd7b: Layer already exists 02:36:23 d335774d5c22: Pushed 02:36:23 96ab3d3f4df9: Pushed 02:36:23 d99d77d7227a: Pushed 02:36:25 057b39049e3c: Pushed 02:36:25 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca: digest: sha256:0f14834434ef3ed9ac24785097b8b5bb2d46ceb4f32265e35e5a02475967c851 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:25 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:26 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 02:36:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 02:36:26 d99d77d7227a: Preparing 02:36:26 057b39049e3c: Preparing 02:36:26 dccbed5a6dfc: Preparing 02:36:26 d335774d5c22: Preparing 02:36:26 96ab3d3f4df9: Preparing 02:36:26 994456c4fd7b: Preparing 02:36:26 994456c4fd7b: Waiting 02:36:26 d99d77d7227a: Layer already exists 02:36:26 96ab3d3f4df9: Layer already exists 02:36:26 057b39049e3c: Layer already exists 02:36:26 dccbed5a6dfc: Layer already exists 02:36:26 d335774d5c22: Layer already exists 02:36:26 994456c4fd7b: Layer already exists 02:36:26 latest: digest: sha256:0f14834434ef3ed9ac24785097b8b5bb2d46ceb4f32265e35e5a02475967c851 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:26 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:26 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.24 02:36:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 02:36:26 d99d77d7227a: Preparing 02:36:26 057b39049e3c: Preparing 02:36:26 dccbed5a6dfc: Preparing 02:36:26 d335774d5c22: Preparing 02:36:26 96ab3d3f4df9: Preparing 02:36:26 994456c4fd7b: Preparing 02:36:26 994456c4fd7b: Waiting 02:36:26 d99d77d7227a: Layer already exists 02:36:26 057b39049e3c: Layer already exists 02:36:26 dccbed5a6dfc: Layer already exists 02:36:26 96ab3d3f4df9: Layer already exists 02:36:26 d335774d5c22: Layer already exists 02:36:26 994456c4fd7b: Layer already exists 02:36:26 4.1.0-dev.24: digest: sha256:0f14834434ef3ed9ac24785097b8b5bb2d46ceb4f32265e35e5a02475967c851 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:27 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:27 + docker push nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:36:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 02:36:27 d99d77d7227a: Preparing 02:36:27 057b39049e3c: Preparing 02:36:27 dccbed5a6dfc: Preparing 02:36:27 d335774d5c22: Preparing 02:36:27 96ab3d3f4df9: Preparing 02:36:27 994456c4fd7b: Preparing 02:36:27 994456c4fd7b: Waiting 02:36:27 d99d77d7227a: Layer already exists 02:36:27 dccbed5a6dfc: Layer already exists 02:36:27 d335774d5c22: Layer already exists 02:36:27 057b39049e3c: Layer already exists 02:36:27 96ab3d3f4df9: Layer already exists 02:36:27 994456c4fd7b: Layer already exists 02:36:27 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24: digest: sha256:0f14834434ef3ed9ac24785097b8b5bb2d46ceb4f32265e35e5a02475967c851 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:27 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:28 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 02:36:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 02:36:28 d99d77d7227a: Preparing 02:36:28 057b39049e3c: Preparing 02:36:28 dccbed5a6dfc: Preparing 02:36:28 d335774d5c22: Preparing 02:36:28 96ab3d3f4df9: Preparing 02:36:28 994456c4fd7b: Preparing 02:36:28 994456c4fd7b: Waiting 02:36:28 057b39049e3c: Layer already exists 02:36:28 dccbed5a6dfc: Layer already exists 02:36:28 96ab3d3f4df9: Layer already exists 02:36:28 d99d77d7227a: Layer already exists 02:36:28 d335774d5c22: Layer already exists 02:36:28 994456c4fd7b: Layer already exists 02:36:28 main: digest: sha256:0f14834434ef3ed9ac24785097b8b5bb2d46ceb4f32265e35e5a02475967c851 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:36:28 ===================================================== [Pipeline] echo 02:36:28 taggedImages: 02:36:28 - nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:36:28 - nexus3.edgexfoundry.org:10004/core-keeper:latest 02:36:28 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.24 02:36:28 - nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:36:28 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 02:36:28 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 02:36:28 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:36:28 latest 02:36:28 4.1.0-dev.24 02:36:28 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:36:28 main 02:36:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:28 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:29 + docker push nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:36:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 02:36:29 45015c0ffc0f: Preparing 02:36:29 be8049562a77: Preparing 02:36:29 28fc3063d26b: Preparing 02:36:29 9fea99b8fd9b: Preparing 02:36:29 dccbed5a6dfc: Preparing 02:36:29 9aab967f725b: Preparing 02:36:29 5703ce6f3b3e: Preparing 02:36:29 994456c4fd7b: Preparing 02:36:29 9aab967f725b: Waiting 02:36:29 994456c4fd7b: Waiting 02:36:29 5703ce6f3b3e: Waiting 02:36:29 9fea99b8fd9b: Layer already exists 02:36:29 dccbed5a6dfc: Layer already exists 02:36:29 9aab967f725b: Layer already exists 02:36:29 5703ce6f3b3e: Layer already exists 02:36:29 994456c4fd7b: Layer already exists 02:36:29 be8049562a77: Pushed 02:36:29 45015c0ffc0f: Pushed 02:36:31 28fc3063d26b: Pushed 02:36:31 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca: digest: sha256:26762f810aefb35fbfe3b319f500b357aa7754aaf31a98e50884d8e3f1bffeb7 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:31 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:32 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 02:36:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 02:36:32 45015c0ffc0f: Preparing 02:36:32 be8049562a77: Preparing 02:36:32 28fc3063d26b: Preparing 02:36:32 9fea99b8fd9b: Preparing 02:36:32 dccbed5a6dfc: Preparing 02:36:32 9aab967f725b: Preparing 02:36:32 5703ce6f3b3e: Preparing 02:36:32 9aab967f725b: Waiting 02:36:32 5703ce6f3b3e: Waiting 02:36:32 994456c4fd7b: Preparing 02:36:32 994456c4fd7b: Waiting 02:36:32 dccbed5a6dfc: Layer already exists 02:36:32 9fea99b8fd9b: Layer already exists 02:36:32 be8049562a77: Layer already exists 02:36:32 45015c0ffc0f: Layer already exists 02:36:32 28fc3063d26b: Layer already exists 02:36:32 5703ce6f3b3e: Layer already exists 02:36:32 9aab967f725b: Layer already exists 02:36:32 994456c4fd7b: Layer already exists 02:36:32 latest: digest: sha256:26762f810aefb35fbfe3b319f500b357aa7754aaf31a98e50884d8e3f1bffeb7 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:32 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:32 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.24 02:36:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 02:36:32 45015c0ffc0f: Preparing 02:36:32 be8049562a77: Preparing 02:36:32 28fc3063d26b: Preparing 02:36:32 9fea99b8fd9b: Preparing 02:36:32 dccbed5a6dfc: Preparing 02:36:32 9aab967f725b: Preparing 02:36:32 5703ce6f3b3e: Preparing 02:36:32 994456c4fd7b: Preparing 02:36:32 5703ce6f3b3e: Waiting 02:36:32 9aab967f725b: Waiting 02:36:32 994456c4fd7b: Waiting 02:36:32 be8049562a77: Layer already exists 02:36:32 9fea99b8fd9b: Layer already exists 02:36:32 45015c0ffc0f: Layer already exists 02:36:32 dccbed5a6dfc: Layer already exists 02:36:32 28fc3063d26b: Layer already exists 02:36:32 9aab967f725b: Layer already exists 02:36:32 5703ce6f3b3e: Layer already exists 02:36:32 994456c4fd7b: Layer already exists 02:36:32 4.1.0-dev.24: digest: sha256:26762f810aefb35fbfe3b319f500b357aa7754aaf31a98e50884d8e3f1bffeb7 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:33 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:33 + docker push nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:36:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 02:36:33 45015c0ffc0f: Preparing 02:36:33 be8049562a77: Preparing 02:36:33 28fc3063d26b: Preparing 02:36:33 9fea99b8fd9b: Preparing 02:36:33 dccbed5a6dfc: Preparing 02:36:33 9aab967f725b: Preparing 02:36:33 5703ce6f3b3e: Preparing 02:36:33 994456c4fd7b: Preparing 02:36:33 5703ce6f3b3e: Waiting 02:36:33 994456c4fd7b: Waiting 02:36:33 9aab967f725b: Waiting 02:36:33 be8049562a77: Layer already exists 02:36:33 28fc3063d26b: Layer already exists 02:36:33 9fea99b8fd9b: Layer already exists 02:36:33 dccbed5a6dfc: Layer already exists 02:36:33 45015c0ffc0f: Layer already exists 02:36:33 5703ce6f3b3e: Layer already exists 02:36:33 9aab967f725b: Layer already exists 02:36:33 994456c4fd7b: Layer already exists 02:36:33 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24: digest: sha256:26762f810aefb35fbfe3b319f500b357aa7754aaf31a98e50884d8e3f1bffeb7 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:33 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:34 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 02:36:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 02:36:34 45015c0ffc0f: Preparing 02:36:34 be8049562a77: Preparing 02:36:34 28fc3063d26b: Preparing 02:36:34 9fea99b8fd9b: Preparing 02:36:34 dccbed5a6dfc: Preparing 02:36:34 9aab967f725b: Preparing 02:36:34 5703ce6f3b3e: Preparing 02:36:34 994456c4fd7b: Preparing 02:36:34 994456c4fd7b: Waiting 02:36:34 9aab967f725b: Waiting 02:36:34 5703ce6f3b3e: Waiting 02:36:34 dccbed5a6dfc: Layer already exists 02:36:34 9fea99b8fd9b: Layer already exists 02:36:34 be8049562a77: Layer already exists 02:36:34 28fc3063d26b: Layer already exists 02:36:34 45015c0ffc0f: Layer already exists 02:36:34 5703ce6f3b3e: Layer already exists 02:36:34 9aab967f725b: Layer already exists 02:36:34 994456c4fd7b: Layer already exists 02:36:34 main: digest: sha256:26762f810aefb35fbfe3b319f500b357aa7754aaf31a98e50884d8e3f1bffeb7 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:36:34 ===================================================== [Pipeline] echo 02:36:34 taggedImages: 02:36:34 - nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:36:34 - nexus3.edgexfoundry.org:10004/core-metadata:latest 02:36:34 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.24 02:36:34 - nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:36:34 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 02:36:34 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 02:36:34 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:36:34 latest 02:36:34 4.1.0-dev.24 02:36:34 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:36:34 main 02:36:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:34 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:35 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:36:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 02:36:35 a6d50b79e210: Preparing 02:36:35 ede3d75428a0: Preparing 02:36:35 b1f64a3b6b32: Preparing 02:36:35 10c706ace336: Preparing 02:36:35 f669d03f7e0f: Preparing 02:36:35 92ed412ad30c: Preparing 02:36:35 7e5f64f19325: Preparing 02:36:35 92ed412ad30c: Waiting 02:36:35 9fea99b8fd9b: Preparing 02:36:35 dccbed5a6dfc: Preparing 02:36:35 9a98c0cb7d2e: Preparing 02:36:35 1b2f9295b46a: Preparing 02:36:35 5f70bf18a086: Preparing 02:36:35 e67705bab4cf: Preparing 02:36:35 4fabe02d02f8: Preparing 02:36:35 7e5f64f19325: Waiting 02:36:35 19cb100f7a6a: Preparing 02:36:35 994456c4fd7b: Preparing 02:36:35 9a98c0cb7d2e: Waiting 02:36:35 9fea99b8fd9b: Waiting 02:36:35 19cb100f7a6a: Waiting 02:36:35 994456c4fd7b: Waiting 02:36:35 e67705bab4cf: Waiting 02:36:35 1b2f9295b46a: Waiting 02:36:35 5f70bf18a086: Waiting 02:36:35 10c706ace336: Pushed 02:36:35 f669d03f7e0f: Pushed 02:36:35 b1f64a3b6b32: Pushed 02:36:35 ede3d75428a0: Pushed 02:36:35 a6d50b79e210: Pushed 02:36:35 9fea99b8fd9b: Layer already exists 02:36:35 dccbed5a6dfc: Layer already exists 02:36:35 5f70bf18a086: Layer already exists 02:36:35 92ed412ad30c: Pushed 02:36:35 9a98c0cb7d2e: Pushed 02:36:35 1b2f9295b46a: Pushed 02:36:35 994456c4fd7b: Layer already exists 02:36:35 e67705bab4cf: Pushed 02:36:35 4fabe02d02f8: Pushed 02:36:35 19cb100f7a6a: Pushed 02:36:36 7e5f64f19325: Pushed 02:36:36 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca: digest: sha256:370b01f2fc92abef34ee70575611e78756c7d175a7697626ba76f42e53d2aea7 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:37 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:37 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 02:36:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 02:36:37 a6d50b79e210: Preparing 02:36:37 ede3d75428a0: Preparing 02:36:37 b1f64a3b6b32: Preparing 02:36:37 10c706ace336: Preparing 02:36:37 f669d03f7e0f: Preparing 02:36:37 92ed412ad30c: Preparing 02:36:37 7e5f64f19325: Preparing 02:36:37 9fea99b8fd9b: Preparing 02:36:37 dccbed5a6dfc: Preparing 02:36:37 9a98c0cb7d2e: Preparing 02:36:37 1b2f9295b46a: Preparing 02:36:37 5f70bf18a086: Preparing 02:36:37 e67705bab4cf: Preparing 02:36:37 4fabe02d02f8: Preparing 02:36:37 19cb100f7a6a: Preparing 02:36:37 994456c4fd7b: Preparing 02:36:37 9fea99b8fd9b: Waiting 02:36:37 dccbed5a6dfc: Waiting 02:36:37 9a98c0cb7d2e: Waiting 02:36:37 1b2f9295b46a: Waiting 02:36:37 5f70bf18a086: Waiting 02:36:37 e67705bab4cf: Waiting 02:36:37 4fabe02d02f8: Waiting 02:36:37 19cb100f7a6a: Waiting 02:36:37 994456c4fd7b: Waiting 02:36:37 92ed412ad30c: Waiting 02:36:37 7e5f64f19325: Waiting 02:36:37 f669d03f7e0f: Layer already exists 02:36:37 ede3d75428a0: Layer already exists 02:36:37 a6d50b79e210: Layer already exists 02:36:37 b1f64a3b6b32: Layer already exists 02:36:37 10c706ace336: Layer already exists 02:36:37 7e5f64f19325: Layer already exists 02:36:37 92ed412ad30c: Layer already exists 02:36:37 9fea99b8fd9b: Layer already exists 02:36:37 dccbed5a6dfc: Layer already exists 02:36:37 9a98c0cb7d2e: Layer already exists 02:36:37 5f70bf18a086: Layer already exists 02:36:37 e67705bab4cf: Layer already exists 02:36:37 1b2f9295b46a: Layer already exists 02:36:37 4fabe02d02f8: Layer already exists 02:36:37 19cb100f7a6a: Layer already exists 02:36:37 994456c4fd7b: Layer already exists 02:36:37 latest: digest: sha256:370b01f2fc92abef34ee70575611e78756c7d175a7697626ba76f42e53d2aea7 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:37 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:38 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.24 02:36:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 02:36:38 a6d50b79e210: Preparing 02:36:38 ede3d75428a0: Preparing 02:36:38 b1f64a3b6b32: Preparing 02:36:38 10c706ace336: Preparing 02:36:38 f669d03f7e0f: Preparing 02:36:38 92ed412ad30c: Preparing 02:36:38 7e5f64f19325: Preparing 02:36:38 9fea99b8fd9b: Preparing 02:36:38 92ed412ad30c: Waiting 02:36:38 dccbed5a6dfc: Preparing 02:36:38 9fea99b8fd9b: Waiting 02:36:38 9a98c0cb7d2e: Preparing 02:36:38 1b2f9295b46a: Preparing 02:36:38 dccbed5a6dfc: Waiting 02:36:38 9a98c0cb7d2e: Waiting 02:36:38 5f70bf18a086: Preparing 02:36:38 e67705bab4cf: Preparing 02:36:38 4fabe02d02f8: Preparing 02:36:38 19cb100f7a6a: Preparing 02:36:38 994456c4fd7b: Preparing 02:36:38 1b2f9295b46a: Waiting 02:36:38 e67705bab4cf: Waiting 02:36:38 5f70bf18a086: Waiting 02:36:38 4fabe02d02f8: Waiting 02:36:38 19cb100f7a6a: Waiting 02:36:38 994456c4fd7b: Waiting 02:36:38 7e5f64f19325: Waiting 02:36:38 f669d03f7e0f: Layer already exists 02:36:38 10c706ace336: Layer already exists 02:36:38 b1f64a3b6b32: Layer already exists 02:36:38 a6d50b79e210: Layer already exists 02:36:38 ede3d75428a0: Layer already exists 02:36:38 9fea99b8fd9b: Layer already exists 02:36:38 dccbed5a6dfc: Layer already exists 02:36:38 7e5f64f19325: Layer already exists 02:36:38 92ed412ad30c: Layer already exists 02:36:38 9a98c0cb7d2e: Layer already exists 02:36:38 5f70bf18a086: Layer already exists 02:36:38 1b2f9295b46a: Layer already exists 02:36:38 4fabe02d02f8: Layer already exists 02:36:38 e67705bab4cf: Layer already exists 02:36:38 19cb100f7a6a: Layer already exists 02:36:38 994456c4fd7b: Layer already exists 02:36:38 4.1.0-dev.24: digest: sha256:370b01f2fc92abef34ee70575611e78756c7d175a7697626ba76f42e53d2aea7 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:38 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:38 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:36:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 02:36:38 a6d50b79e210: Preparing 02:36:38 ede3d75428a0: Preparing 02:36:38 b1f64a3b6b32: Preparing 02:36:38 10c706ace336: Preparing 02:36:38 f669d03f7e0f: Preparing 02:36:38 92ed412ad30c: Preparing 02:36:38 7e5f64f19325: Preparing 02:36:38 9fea99b8fd9b: Preparing 02:36:38 dccbed5a6dfc: Preparing 02:36:38 9a98c0cb7d2e: Preparing 02:36:38 1b2f9295b46a: Preparing 02:36:38 5f70bf18a086: Preparing 02:36:38 e67705bab4cf: Preparing 02:36:38 4fabe02d02f8: Preparing 02:36:38 19cb100f7a6a: Preparing 02:36:38 994456c4fd7b: Preparing 02:36:38 92ed412ad30c: Waiting 02:36:38 7e5f64f19325: Waiting 02:36:38 1b2f9295b46a: Waiting 02:36:38 9fea99b8fd9b: Waiting 02:36:38 dccbed5a6dfc: Waiting 02:36:38 5f70bf18a086: Waiting 02:36:38 e67705bab4cf: Waiting 02:36:38 9a98c0cb7d2e: Waiting 02:36:38 4fabe02d02f8: Waiting 02:36:38 19cb100f7a6a: Waiting 02:36:38 994456c4fd7b: Waiting 02:36:38 f669d03f7e0f: Layer already exists 02:36:38 ede3d75428a0: Layer already exists 02:36:38 10c706ace336: Layer already exists 02:36:38 a6d50b79e210: Layer already exists 02:36:38 b1f64a3b6b32: Layer already exists 02:36:38 7e5f64f19325: Layer already exists 02:36:38 92ed412ad30c: Layer already exists 02:36:38 9fea99b8fd9b: Layer already exists 02:36:38 dccbed5a6dfc: Layer already exists 02:36:38 9a98c0cb7d2e: Layer already exists 02:36:38 1b2f9295b46a: Layer already exists 02:36:38 e67705bab4cf: Layer already exists 02:36:38 5f70bf18a086: Layer already exists 02:36:38 4fabe02d02f8: Layer already exists 02:36:38 19cb100f7a6a: Layer already exists 02:36:38 994456c4fd7b: Layer already exists 02:36:38 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24: digest: sha256:370b01f2fc92abef34ee70575611e78756c7d175a7697626ba76f42e53d2aea7 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:39 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:39 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 02:36:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 02:36:39 a6d50b79e210: Preparing 02:36:39 ede3d75428a0: Preparing 02:36:39 b1f64a3b6b32: Preparing 02:36:39 10c706ace336: Preparing 02:36:39 f669d03f7e0f: Preparing 02:36:39 92ed412ad30c: Preparing 02:36:39 7e5f64f19325: Preparing 02:36:39 9fea99b8fd9b: Preparing 02:36:39 dccbed5a6dfc: Preparing 02:36:39 9a98c0cb7d2e: Preparing 02:36:39 1b2f9295b46a: Preparing 02:36:39 5f70bf18a086: Preparing 02:36:39 e67705bab4cf: Preparing 02:36:39 4fabe02d02f8: Preparing 02:36:39 19cb100f7a6a: Preparing 02:36:39 994456c4fd7b: Preparing 02:36:39 92ed412ad30c: Waiting 02:36:39 9a98c0cb7d2e: Waiting 02:36:39 7e5f64f19325: Waiting 02:36:39 1b2f9295b46a: Waiting 02:36:39 9fea99b8fd9b: Waiting 02:36:39 5f70bf18a086: Waiting 02:36:39 e67705bab4cf: Waiting 02:36:39 dccbed5a6dfc: Waiting 02:36:39 4fabe02d02f8: Waiting 02:36:39 19cb100f7a6a: Waiting 02:36:39 994456c4fd7b: Waiting 02:36:39 ede3d75428a0: Layer already exists 02:36:39 b1f64a3b6b32: Layer already exists 02:36:39 a6d50b79e210: Layer already exists 02:36:39 f669d03f7e0f: Layer already exists 02:36:39 10c706ace336: Layer already exists 02:36:39 92ed412ad30c: Layer already exists 02:36:39 dccbed5a6dfc: Layer already exists 02:36:39 7e5f64f19325: Layer already exists 02:36:39 9fea99b8fd9b: Layer already exists 02:36:39 9a98c0cb7d2e: Layer already exists 02:36:39 e67705bab4cf: Layer already exists 02:36:39 1b2f9295b46a: Layer already exists 02:36:39 19cb100f7a6a: Layer already exists 02:36:39 4fabe02d02f8: Layer already exists 02:36:39 5f70bf18a086: Layer already exists 02:36:39 994456c4fd7b: Layer already exists 02:36:39 main: digest: sha256:370b01f2fc92abef34ee70575611e78756c7d175a7697626ba76f42e53d2aea7 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:36:39 ===================================================== [Pipeline] echo 02:36:39 taggedImages: 02:36:39 - nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:36:39 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 02:36:39 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.24 02:36:39 - nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:36:39 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 02:36:39 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 02:36:39 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:36:39 latest 02:36:39 4.1.0-dev.24 02:36:39 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:36:39 main 02:36:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:40 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:40 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:36:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 02:36:40 8e65a7114230: Preparing 02:36:40 4c5679ad6c88: Preparing 02:36:40 f1e0b91f1fc9: Preparing 02:36:40 81f7acc82f3d: Preparing 02:36:40 9fea99b8fd9b: Preparing 02:36:40 dccbed5a6dfc: Preparing 02:36:40 9aab967f725b: Preparing 02:36:40 5703ce6f3b3e: Preparing 02:36:40 994456c4fd7b: Preparing 02:36:40 5703ce6f3b3e: Waiting 02:36:40 9aab967f725b: Waiting 02:36:40 994456c4fd7b: Waiting 02:36:40 dccbed5a6dfc: Waiting 02:36:40 9fea99b8fd9b: Layer already exists 02:36:40 dccbed5a6dfc: Layer already exists 02:36:40 9aab967f725b: Layer already exists 02:36:40 5703ce6f3b3e: Layer already exists 02:36:40 994456c4fd7b: Layer already exists 02:36:40 f1e0b91f1fc9: Pushed 02:36:40 4c5679ad6c88: Pushed 02:36:40 8e65a7114230: Pushed 02:36:42 81f7acc82f3d: Pushed 02:36:42 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca: digest: sha256:076c8df4febd0baefd6c43215aefd9850fa872b7a038335f260cc989de75f284 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:43 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:43 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 02:36:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 02:36:43 8e65a7114230: Preparing 02:36:43 4c5679ad6c88: Preparing 02:36:43 f1e0b91f1fc9: Preparing 02:36:43 81f7acc82f3d: Preparing 02:36:43 9fea99b8fd9b: Preparing 02:36:43 dccbed5a6dfc: Preparing 02:36:43 9aab967f725b: Preparing 02:36:43 5703ce6f3b3e: Preparing 02:36:43 994456c4fd7b: Preparing 02:36:43 dccbed5a6dfc: Waiting 02:36:43 5703ce6f3b3e: Waiting 02:36:43 994456c4fd7b: Waiting 02:36:43 4c5679ad6c88: Layer already exists 02:36:43 9fea99b8fd9b: Layer already exists 02:36:43 81f7acc82f3d: Layer already exists 02:36:43 f1e0b91f1fc9: Layer already exists 02:36:43 8e65a7114230: Layer already exists 02:36:43 9aab967f725b: Layer already exists 02:36:43 994456c4fd7b: Layer already exists 02:36:43 dccbed5a6dfc: Layer already exists 02:36:43 5703ce6f3b3e: Layer already exists 02:36:43 latest: digest: sha256:076c8df4febd0baefd6c43215aefd9850fa872b7a038335f260cc989de75f284 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:43 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:44 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.24 02:36:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 02:36:44 8e65a7114230: Preparing 02:36:44 4c5679ad6c88: Preparing 02:36:44 f1e0b91f1fc9: Preparing 02:36:44 81f7acc82f3d: Preparing 02:36:44 9fea99b8fd9b: Preparing 02:36:44 dccbed5a6dfc: Preparing 02:36:44 9aab967f725b: Preparing 02:36:44 5703ce6f3b3e: Preparing 02:36:44 994456c4fd7b: Preparing 02:36:44 9aab967f725b: Waiting 02:36:44 dccbed5a6dfc: Waiting 02:36:44 5703ce6f3b3e: Waiting 02:36:44 994456c4fd7b: Waiting 02:36:44 4c5679ad6c88: Layer already exists 02:36:44 81f7acc82f3d: Layer already exists 02:36:44 f1e0b91f1fc9: Layer already exists 02:36:44 9fea99b8fd9b: Layer already exists 02:36:44 8e65a7114230: Layer already exists 02:36:44 9aab967f725b: Layer already exists 02:36:44 dccbed5a6dfc: Layer already exists 02:36:44 994456c4fd7b: Layer already exists 02:36:44 5703ce6f3b3e: Layer already exists 02:36:44 4.1.0-dev.24: digest: sha256:076c8df4febd0baefd6c43215aefd9850fa872b7a038335f260cc989de75f284 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:44 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:45 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:36:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 02:36:45 8e65a7114230: Preparing 02:36:45 4c5679ad6c88: Preparing 02:36:45 f1e0b91f1fc9: Preparing 02:36:45 81f7acc82f3d: Preparing 02:36:45 9fea99b8fd9b: Preparing 02:36:45 dccbed5a6dfc: Preparing 02:36:45 9aab967f725b: Preparing 02:36:45 5703ce6f3b3e: Preparing 02:36:45 994456c4fd7b: Preparing 02:36:45 dccbed5a6dfc: Waiting 02:36:45 9aab967f725b: Waiting 02:36:45 5703ce6f3b3e: Waiting 02:36:45 994456c4fd7b: Waiting 02:36:45 f1e0b91f1fc9: Layer already exists 02:36:45 81f7acc82f3d: Layer already exists 02:36:45 4c5679ad6c88: Layer already exists 02:36:45 9fea99b8fd9b: Layer already exists 02:36:45 8e65a7114230: Layer already exists 02:36:45 9aab967f725b: Layer already exists 02:36:45 dccbed5a6dfc: Layer already exists 02:36:45 994456c4fd7b: Layer already exists 02:36:45 5703ce6f3b3e: Layer already exists 02:36:45 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24: digest: sha256:076c8df4febd0baefd6c43215aefd9850fa872b7a038335f260cc989de75f284 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:45 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:45 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 02:36:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 02:36:45 8e65a7114230: Preparing 02:36:45 4c5679ad6c88: Preparing 02:36:45 f1e0b91f1fc9: Preparing 02:36:45 81f7acc82f3d: Preparing 02:36:45 9fea99b8fd9b: Preparing 02:36:45 dccbed5a6dfc: Preparing 02:36:45 9aab967f725b: Preparing 02:36:45 5703ce6f3b3e: Preparing 02:36:45 994456c4fd7b: Preparing 02:36:45 994456c4fd7b: Waiting 02:36:45 5703ce6f3b3e: Waiting 02:36:45 dccbed5a6dfc: Waiting 02:36:45 9aab967f725b: Waiting 02:36:45 8e65a7114230: Layer already exists 02:36:45 f1e0b91f1fc9: Layer already exists 02:36:45 81f7acc82f3d: Layer already exists 02:36:45 4c5679ad6c88: Layer already exists 02:36:45 9fea99b8fd9b: Layer already exists 02:36:45 5703ce6f3b3e: Layer already exists 02:36:45 9aab967f725b: Layer already exists 02:36:45 994456c4fd7b: Layer already exists 02:36:45 dccbed5a6dfc: Layer already exists 02:36:45 main: digest: sha256:076c8df4febd0baefd6c43215aefd9850fa872b7a038335f260cc989de75f284 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:36:45 ===================================================== [Pipeline] echo 02:36:45 taggedImages: 02:36:45 - nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:36:45 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 02:36:45 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.24 02:36:45 - nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:36:45 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 02:36:45 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 02:36:45 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:36:45 latest 02:36:45 4.1.0-dev.24 02:36:45 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:36:45 main 02:36:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:46 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:46 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:36:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 02:36:46 b062fcf6b999: Preparing 02:36:46 48aeed96d6de: Preparing 02:36:46 7fb021fd4108: Preparing 02:36:46 473b259fd5e4: Preparing 02:36:46 2ef3c50339b9: Preparing 02:36:46 9fea99b8fd9b: Preparing 02:36:46 dccbed5a6dfc: Preparing 02:36:46 803fcf6e21eb: Preparing 02:36:46 13f5d36cde55: Preparing 02:36:46 78da7320bfcc: Preparing 02:36:46 994456c4fd7b: Preparing 02:36:46 803fcf6e21eb: Waiting 02:36:46 13f5d36cde55: Waiting 02:36:46 78da7320bfcc: Waiting 02:36:46 9fea99b8fd9b: Waiting 02:36:46 994456c4fd7b: Waiting 02:36:46 dccbed5a6dfc: Waiting 02:36:46 473b259fd5e4: Pushed 02:36:46 b062fcf6b999: Pushed 02:36:46 9fea99b8fd9b: Layer already exists 02:36:46 dccbed5a6dfc: Layer already exists 02:36:46 2ef3c50339b9: Pushed 02:36:46 48aeed96d6de: Pushed 02:36:46 994456c4fd7b: Layer already exists 02:36:46 13f5d36cde55: Pushed 02:36:46 803fcf6e21eb: Pushed 02:36:48 78da7320bfcc: Pushed 02:36:48 7fb021fd4108: Pushed 02:36:48 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca: digest: sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:49 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:49 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 02:36:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 02:36:49 b062fcf6b999: Preparing 02:36:49 48aeed96d6de: Preparing 02:36:49 7fb021fd4108: Preparing 02:36:49 473b259fd5e4: Preparing 02:36:49 2ef3c50339b9: Preparing 02:36:49 9fea99b8fd9b: Preparing 02:36:49 dccbed5a6dfc: Preparing 02:36:49 803fcf6e21eb: Preparing 02:36:49 13f5d36cde55: Preparing 02:36:49 78da7320bfcc: Preparing 02:36:49 994456c4fd7b: Preparing 02:36:49 78da7320bfcc: Waiting 02:36:49 803fcf6e21eb: Waiting 02:36:49 13f5d36cde55: Waiting 02:36:49 9fea99b8fd9b: Waiting 02:36:49 994456c4fd7b: Waiting 02:36:49 dccbed5a6dfc: Waiting 02:36:49 473b259fd5e4: Layer already exists 02:36:49 48aeed96d6de: Layer already exists 02:36:49 b062fcf6b999: Layer already exists 02:36:49 7fb021fd4108: Layer already exists 02:36:49 2ef3c50339b9: Layer already exists 02:36:49 803fcf6e21eb: Layer already exists 02:36:49 9fea99b8fd9b: Layer already exists 02:36:49 dccbed5a6dfc: Layer already exists 02:36:49 13f5d36cde55: Layer already exists 02:36:49 78da7320bfcc: Layer already exists 02:36:49 994456c4fd7b: Layer already exists 02:36:49 latest: digest: sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:49 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:50 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.24 02:36:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 02:36:50 b062fcf6b999: Preparing 02:36:50 48aeed96d6de: Preparing 02:36:50 7fb021fd4108: Preparing 02:36:50 473b259fd5e4: Preparing 02:36:50 2ef3c50339b9: Preparing 02:36:50 9fea99b8fd9b: Preparing 02:36:50 dccbed5a6dfc: Preparing 02:36:50 803fcf6e21eb: Preparing 02:36:50 13f5d36cde55: Preparing 02:36:50 78da7320bfcc: Preparing 02:36:50 994456c4fd7b: Preparing 02:36:50 dccbed5a6dfc: Waiting 02:36:50 803fcf6e21eb: Waiting 02:36:50 9fea99b8fd9b: Waiting 02:36:50 78da7320bfcc: Waiting 02:36:50 994456c4fd7b: Waiting 02:36:50 13f5d36cde55: Waiting 02:36:50 2ef3c50339b9: Layer already exists 02:36:50 48aeed96d6de: Layer already exists 02:36:50 473b259fd5e4: Layer already exists 02:36:50 7fb021fd4108: Layer already exists 02:36:50 b062fcf6b999: Layer already exists 02:36:50 9fea99b8fd9b: Layer already exists 02:36:50 13f5d36cde55: Layer already exists 02:36:50 78da7320bfcc: Layer already exists 02:36:50 dccbed5a6dfc: Layer already exists 02:36:50 803fcf6e21eb: Layer already exists 02:36:50 994456c4fd7b: Layer already exists 02:36:50 4.1.0-dev.24: digest: sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:50 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:50 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:36:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 02:36:50 b062fcf6b999: Preparing 02:36:50 48aeed96d6de: Preparing 02:36:50 7fb021fd4108: Preparing 02:36:50 473b259fd5e4: Preparing 02:36:50 2ef3c50339b9: Preparing 02:36:50 9fea99b8fd9b: Preparing 02:36:50 dccbed5a6dfc: Preparing 02:36:50 803fcf6e21eb: Preparing 02:36:50 13f5d36cde55: Preparing 02:36:50 78da7320bfcc: Preparing 02:36:50 994456c4fd7b: Preparing 02:36:50 9fea99b8fd9b: Waiting 02:36:50 13f5d36cde55: Waiting 02:36:50 dccbed5a6dfc: Waiting 02:36:50 803fcf6e21eb: Waiting 02:36:50 78da7320bfcc: Waiting 02:36:50 994456c4fd7b: Waiting 02:36:50 2ef3c50339b9: Layer already exists 02:36:50 b062fcf6b999: Layer already exists 02:36:50 7fb021fd4108: Layer already exists 02:36:50 473b259fd5e4: Layer already exists 02:36:50 48aeed96d6de: Layer already exists 02:36:50 9fea99b8fd9b: Layer already exists 02:36:50 78da7320bfcc: Layer already exists 02:36:50 dccbed5a6dfc: Layer already exists 02:36:50 803fcf6e21eb: Layer already exists 02:36:50 13f5d36cde55: Layer already exists 02:36:50 994456c4fd7b: Layer already exists 02:36:50 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24: digest: sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:51 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:51 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 02:36:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 02:36:51 b062fcf6b999: Preparing 02:36:51 48aeed96d6de: Preparing 02:36:51 7fb021fd4108: Preparing 02:36:51 473b259fd5e4: Preparing 02:36:51 2ef3c50339b9: Preparing 02:36:51 9fea99b8fd9b: Preparing 02:36:51 dccbed5a6dfc: Preparing 02:36:51 803fcf6e21eb: Preparing 02:36:51 13f5d36cde55: Preparing 02:36:51 78da7320bfcc: Preparing 02:36:51 994456c4fd7b: Preparing 02:36:51 9fea99b8fd9b: Waiting 02:36:51 dccbed5a6dfc: Waiting 02:36:51 803fcf6e21eb: Waiting 02:36:51 13f5d36cde55: Waiting 02:36:51 78da7320bfcc: Waiting 02:36:51 2ef3c50339b9: Layer already exists 02:36:51 7fb021fd4108: Layer already exists 02:36:51 b062fcf6b999: Layer already exists 02:36:51 48aeed96d6de: Layer already exists 02:36:51 473b259fd5e4: Layer already exists 02:36:51 9fea99b8fd9b: Layer already exists 02:36:51 803fcf6e21eb: Layer already exists 02:36:51 dccbed5a6dfc: Layer already exists 02:36:51 78da7320bfcc: Layer already exists 02:36:51 13f5d36cde55: Layer already exists 02:36:51 994456c4fd7b: Layer already exists 02:36:51 main: digest: sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:36:51 ===================================================== [Pipeline] echo 02:36:51 taggedImages: 02:36:51 - nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:36:51 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 02:36:51 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.24 02:36:51 - nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:36:51 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 02:36:51 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 02:36:51 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:36:51 latest 02:36:51 4.1.0-dev.24 02:36:51 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:36:51 main 02:36:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:51 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:52 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:36:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 02:36:52 712d18a1b75f: Preparing 02:36:52 60350868252e: Preparing 02:36:52 48b325f1ed83: Preparing 02:36:52 80643275b397: Preparing 02:36:52 a20eaae4b4e5: Preparing 02:36:52 361979f9a7d0: Preparing 02:36:52 2769a3451ffa: Preparing 02:36:52 9fea99b8fd9b: Preparing 02:36:52 dccbed5a6dfc: Preparing 02:36:52 7a5f2e57d6b9: Preparing 02:36:52 12bbb8fa35f3: Preparing 02:36:52 2769a3451ffa: Waiting 02:36:52 9fea99b8fd9b: Waiting 02:36:52 dccbed5a6dfc: Waiting 02:36:52 7a5f2e57d6b9: Waiting 02:36:52 994456c4fd7b: Preparing 02:36:52 361979f9a7d0: Waiting 02:36:52 12bbb8fa35f3: Waiting 02:36:52 60350868252e: Pushed 02:36:52 712d18a1b75f: Pushed 02:36:52 a20eaae4b4e5: Pushed 02:36:52 9fea99b8fd9b: Layer already exists 02:36:52 dccbed5a6dfc: Layer already exists 02:36:52 361979f9a7d0: Pushed 02:36:52 2769a3451ffa: Pushed 02:36:52 7a5f2e57d6b9: Pushed 02:36:52 994456c4fd7b: Layer already exists 02:36:53 12bbb8fa35f3: Pushed 02:36:53 80643275b397: Pushed 02:36:54 48b325f1ed83: Pushed 02:36:55 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca: digest: sha256:18e30cec1e1905ece1d7c40c857234895d0151f31cfc7e2dd5d202285d5c778b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:55 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:55 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 02:36:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 02:36:55 712d18a1b75f: Preparing 02:36:55 60350868252e: Preparing 02:36:55 48b325f1ed83: Preparing 02:36:55 80643275b397: Preparing 02:36:55 a20eaae4b4e5: Preparing 02:36:55 361979f9a7d0: Preparing 02:36:55 2769a3451ffa: Preparing 02:36:55 9fea99b8fd9b: Preparing 02:36:55 dccbed5a6dfc: Preparing 02:36:55 7a5f2e57d6b9: Preparing 02:36:55 12bbb8fa35f3: Preparing 02:36:55 994456c4fd7b: Preparing 02:36:55 dccbed5a6dfc: Waiting 02:36:55 361979f9a7d0: Waiting 02:36:55 7a5f2e57d6b9: Waiting 02:36:55 9fea99b8fd9b: Waiting 02:36:55 2769a3451ffa: Waiting 02:36:55 48b325f1ed83: Layer already exists 02:36:55 712d18a1b75f: Layer already exists 02:36:55 80643275b397: Layer already exists 02:36:55 60350868252e: Layer already exists 02:36:55 a20eaae4b4e5: Layer already exists 02:36:55 dccbed5a6dfc: Layer already exists 02:36:55 361979f9a7d0: Layer already exists 02:36:55 7a5f2e57d6b9: Layer already exists 02:36:55 2769a3451ffa: Layer already exists 02:36:55 9fea99b8fd9b: Layer already exists 02:36:55 994456c4fd7b: Layer already exists 02:36:55 12bbb8fa35f3: Layer already exists 02:36:55 latest: digest: sha256:18e30cec1e1905ece1d7c40c857234895d0151f31cfc7e2dd5d202285d5c778b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:56 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:56 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.24 02:36:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 02:36:56 712d18a1b75f: Preparing 02:36:56 60350868252e: Preparing 02:36:56 48b325f1ed83: Preparing 02:36:56 80643275b397: Preparing 02:36:56 a20eaae4b4e5: Preparing 02:36:56 361979f9a7d0: Preparing 02:36:56 2769a3451ffa: Preparing 02:36:56 9fea99b8fd9b: Preparing 02:36:56 dccbed5a6dfc: Preparing 02:36:56 7a5f2e57d6b9: Preparing 02:36:56 12bbb8fa35f3: Preparing 02:36:56 994456c4fd7b: Preparing 02:36:56 9fea99b8fd9b: Waiting 02:36:56 2769a3451ffa: Waiting 02:36:56 12bbb8fa35f3: Waiting 02:36:56 994456c4fd7b: Waiting 02:36:56 dccbed5a6dfc: Waiting 02:36:56 361979f9a7d0: Waiting 02:36:56 48b325f1ed83: Layer already exists 02:36:56 a20eaae4b4e5: Layer already exists 02:36:56 712d18a1b75f: Layer already exists 02:36:56 80643275b397: Layer already exists 02:36:56 60350868252e: Layer already exists 02:36:56 2769a3451ffa: Layer already exists 02:36:56 9fea99b8fd9b: Layer already exists 02:36:56 361979f9a7d0: Layer already exists 02:36:56 7a5f2e57d6b9: Layer already exists 02:36:56 dccbed5a6dfc: Layer already exists 02:36:56 12bbb8fa35f3: Layer already exists 02:36:56 994456c4fd7b: Layer already exists 02:36:56 4.1.0-dev.24: digest: sha256:18e30cec1e1905ece1d7c40c857234895d0151f31cfc7e2dd5d202285d5c778b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:56 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:57 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:36:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 02:36:57 712d18a1b75f: Preparing 02:36:57 60350868252e: Preparing 02:36:57 48b325f1ed83: Preparing 02:36:57 80643275b397: Preparing 02:36:57 a20eaae4b4e5: Preparing 02:36:57 361979f9a7d0: Preparing 02:36:57 2769a3451ffa: Preparing 02:36:57 9fea99b8fd9b: Preparing 02:36:57 dccbed5a6dfc: Preparing 02:36:57 7a5f2e57d6b9: Preparing 02:36:57 12bbb8fa35f3: Preparing 02:36:57 994456c4fd7b: Preparing 02:36:57 361979f9a7d0: Waiting 02:36:57 2769a3451ffa: Waiting 02:36:57 9fea99b8fd9b: Waiting 02:36:57 12bbb8fa35f3: Waiting 02:36:57 dccbed5a6dfc: Waiting 02:36:57 7a5f2e57d6b9: Waiting 02:36:57 994456c4fd7b: Waiting 02:36:57 a20eaae4b4e5: Layer already exists 02:36:57 80643275b397: Layer already exists 02:36:57 712d18a1b75f: Layer already exists 02:36:57 48b325f1ed83: Layer already exists 02:36:57 60350868252e: Layer already exists 02:36:57 2769a3451ffa: Layer already exists 02:36:57 9fea99b8fd9b: Layer already exists 02:36:57 361979f9a7d0: Layer already exists 02:36:57 dccbed5a6dfc: Layer already exists 02:36:57 7a5f2e57d6b9: Layer already exists 02:36:57 994456c4fd7b: Layer already exists 02:36:57 12bbb8fa35f3: Layer already exists 02:36:57 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24: digest: sha256:18e30cec1e1905ece1d7c40c857234895d0151f31cfc7e2dd5d202285d5c778b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:57 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:57 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 02:36:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 02:36:57 712d18a1b75f: Preparing 02:36:57 60350868252e: Preparing 02:36:57 48b325f1ed83: Preparing 02:36:57 80643275b397: Preparing 02:36:57 a20eaae4b4e5: Preparing 02:36:57 361979f9a7d0: Preparing 02:36:57 2769a3451ffa: Preparing 02:36:57 9fea99b8fd9b: Preparing 02:36:57 dccbed5a6dfc: Preparing 02:36:57 7a5f2e57d6b9: Preparing 02:36:57 12bbb8fa35f3: Preparing 02:36:57 994456c4fd7b: Preparing 02:36:57 9fea99b8fd9b: Waiting 02:36:57 dccbed5a6dfc: Waiting 02:36:57 361979f9a7d0: Waiting 02:36:57 7a5f2e57d6b9: Waiting 02:36:57 12bbb8fa35f3: Waiting 02:36:57 994456c4fd7b: Waiting 02:36:57 2769a3451ffa: Waiting 02:36:57 a20eaae4b4e5: Layer already exists 02:36:57 712d18a1b75f: Layer already exists 02:36:57 80643275b397: Layer already exists 02:36:57 60350868252e: Layer already exists 02:36:57 48b325f1ed83: Layer already exists 02:36:57 9fea99b8fd9b: Layer already exists 02:36:57 2769a3451ffa: Layer already exists 02:36:57 dccbed5a6dfc: Layer already exists 02:36:57 361979f9a7d0: Layer already exists 02:36:57 7a5f2e57d6b9: Layer already exists 02:36:57 994456c4fd7b: Layer already exists 02:36:57 12bbb8fa35f3: Layer already exists 02:36:57 main: digest: sha256:18e30cec1e1905ece1d7c40c857234895d0151f31cfc7e2dd5d202285d5c778b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:36:57 ===================================================== [Pipeline] echo 02:36:57 taggedImages: 02:36:57 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:36:57 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 02:36:57 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.24 02:36:57 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:36:57 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 02:36:57 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 02:36:57 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:36:57 latest 02:36:57 4.1.0-dev.24 02:36:57 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:36:57 main 02:36:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:58 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:58 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:36:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 02:36:58 21a6cdf3b383: Preparing 02:36:58 4eb4ffc19983: Preparing 02:36:58 9fea99b8fd9b: Preparing 02:36:58 dccbed5a6dfc: Preparing 02:36:58 8a4cc69d58bb: Preparing 02:36:58 52f83b7ae659: Preparing 02:36:58 994456c4fd7b: Preparing 02:36:58 52f83b7ae659: Waiting 02:36:58 994456c4fd7b: Waiting 02:36:58 9fea99b8fd9b: Layer already exists 02:36:58 dccbed5a6dfc: Layer already exists 02:36:58 994456c4fd7b: Layer already exists 02:36:58 8a4cc69d58bb: Pushed 02:36:58 21a6cdf3b383: Pushed 02:36:59 52f83b7ae659: Pushed 02:37:01 4eb4ffc19983: Pushed 02:37:01 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca: digest: sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:02 + 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 02:37:02 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 02:37:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 02:37:02 21a6cdf3b383: Preparing 02:37:02 4eb4ffc19983: Preparing 02:37:02 9fea99b8fd9b: Preparing 02:37:02 dccbed5a6dfc: Preparing 02:37:02 8a4cc69d58bb: Preparing 02:37:02 52f83b7ae659: Preparing 02:37:02 994456c4fd7b: Preparing 02:37:02 52f83b7ae659: Waiting 02:37:02 994456c4fd7b: Waiting 02:37:02 9fea99b8fd9b: Layer already exists 02:37:02 8a4cc69d58bb: Layer already exists 02:37:02 21a6cdf3b383: Layer already exists 02:37:02 4eb4ffc19983: Layer already exists 02:37:02 dccbed5a6dfc: Layer already exists 02:37:02 52f83b7ae659: Layer already exists 02:37:02 994456c4fd7b: Layer already exists 02:37:02 latest: digest: sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:02 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:03 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.24 02:37:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 02:37:03 21a6cdf3b383: Preparing 02:37:03 4eb4ffc19983: Preparing 02:37:03 9fea99b8fd9b: Preparing 02:37:03 dccbed5a6dfc: Preparing 02:37:03 8a4cc69d58bb: Preparing 02:37:03 52f83b7ae659: Preparing 02:37:03 994456c4fd7b: Preparing 02:37:03 994456c4fd7b: Waiting 02:37:03 52f83b7ae659: Waiting 02:37:03 4eb4ffc19983: Layer already exists 02:37:03 21a6cdf3b383: Layer already exists 02:37:03 8a4cc69d58bb: Layer already exists 02:37:03 dccbed5a6dfc: Layer already exists 02:37:03 9fea99b8fd9b: Layer already exists 02:37:03 52f83b7ae659: Layer already exists 02:37:03 994456c4fd7b: Layer already exists 02:37:03 4.1.0-dev.24: digest: sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:03 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:03 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:37:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 02:37:03 21a6cdf3b383: Preparing 02:37:03 4eb4ffc19983: Preparing 02:37:03 9fea99b8fd9b: Preparing 02:37:03 dccbed5a6dfc: Preparing 02:37:03 8a4cc69d58bb: Preparing 02:37:03 52f83b7ae659: Preparing 02:37:03 994456c4fd7b: Preparing 02:37:03 994456c4fd7b: Waiting 02:37:03 52f83b7ae659: Waiting 02:37:03 8a4cc69d58bb: Layer already exists 02:37:03 9fea99b8fd9b: Layer already exists 02:37:03 21a6cdf3b383: Layer already exists 02:37:03 4eb4ffc19983: Layer already exists 02:37:03 dccbed5a6dfc: Layer already exists 02:37:03 994456c4fd7b: Layer already exists 02:37:03 52f83b7ae659: Layer already exists 02:37:03 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24: digest: sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:04 + 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 02:37:04 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 02:37:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 02:37:04 21a6cdf3b383: Preparing 02:37:04 4eb4ffc19983: Preparing 02:37:04 9fea99b8fd9b: Preparing 02:37:04 dccbed5a6dfc: Preparing 02:37:04 8a4cc69d58bb: Preparing 02:37:04 52f83b7ae659: Preparing 02:37:04 994456c4fd7b: Preparing 02:37:04 52f83b7ae659: Waiting 02:37:04 994456c4fd7b: Waiting 02:37:04 21a6cdf3b383: Layer already exists 02:37:04 8a4cc69d58bb: Layer already exists 02:37:04 dccbed5a6dfc: Layer already exists 02:37:04 4eb4ffc19983: Layer already exists 02:37:04 9fea99b8fd9b: Layer already exists 02:37:04 52f83b7ae659: Layer already exists 02:37:04 994456c4fd7b: Layer already exists 02:37:04 main: digest: sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:37:04 ===================================================== [Pipeline] echo 02:37:04 taggedImages: 02:37:04 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:37:04 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 02:37:04 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.24 02:37:04 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:37:04 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 02:37:04 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 02:37:04 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:37:04 latest 02:37:04 4.1.0-dev.24 02:37:04 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:37:04 main 02:37:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:04 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:37:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 02:37:05 584b1f48d749: Preparing 02:37:05 425e405a8642: Preparing 02:37:05 6b9ab62435ce: Preparing 02:37:05 9fea99b8fd9b: Preparing 02:37:05 dccbed5a6dfc: Preparing 02:37:05 5438aea753aa: Preparing 02:37:05 7da968fb0e4c: Preparing 02:37:05 8bfc96989605: Preparing 02:37:05 16f28d7b11bf: Preparing 02:37:05 994456c4fd7b: Preparing 02:37:05 7da968fb0e4c: Waiting 02:37:05 8bfc96989605: Waiting 02:37:05 5438aea753aa: Waiting 02:37:05 16f28d7b11bf: Waiting 02:37:05 dccbed5a6dfc: Layer already exists 02:37:05 9fea99b8fd9b: Layer already exists 02:37:05 584b1f48d749: Pushed 02:37:05 425e405a8642: Pushed 02:37:05 6b9ab62435ce: Pushed 02:37:05 994456c4fd7b: Layer already exists 02:37:05 8bfc96989605: Pushed 02:37:05 16f28d7b11bf: Pushed 02:37:10 7da968fb0e4c: Pushed 02:37:16 5438aea753aa: Pushed 02:37:16 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca: digest: sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:16 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 02:37:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 02:37:17 584b1f48d749: Preparing 02:37:17 425e405a8642: Preparing 02:37:17 6b9ab62435ce: Preparing 02:37:17 9fea99b8fd9b: Preparing 02:37:17 dccbed5a6dfc: Preparing 02:37:17 5438aea753aa: Preparing 02:37:17 7da968fb0e4c: Preparing 02:37:17 8bfc96989605: Preparing 02:37:17 16f28d7b11bf: Preparing 02:37:17 994456c4fd7b: Preparing 02:37:17 5438aea753aa: Waiting 02:37:17 7da968fb0e4c: Waiting 02:37:17 8bfc96989605: Waiting 02:37:17 16f28d7b11bf: Waiting 02:37:17 994456c4fd7b: Waiting 02:37:17 584b1f48d749: Layer already exists 02:37:17 425e405a8642: Layer already exists 02:37:17 dccbed5a6dfc: Layer already exists 02:37:17 9fea99b8fd9b: Layer already exists 02:37:17 6b9ab62435ce: Layer already exists 02:37:17 5438aea753aa: Layer already exists 02:37:17 7da968fb0e4c: Layer already exists 02:37:17 16f28d7b11bf: Layer already exists 02:37:17 994456c4fd7b: Layer already exists 02:37:17 8bfc96989605: Layer already exists 02:37:17 latest: digest: sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:17 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.24 02:37:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 02:37:17 584b1f48d749: Preparing 02:37:17 425e405a8642: Preparing 02:37:17 6b9ab62435ce: Preparing 02:37:17 9fea99b8fd9b: Preparing 02:37:17 dccbed5a6dfc: Preparing 02:37:17 5438aea753aa: Preparing 02:37:17 7da968fb0e4c: Preparing 02:37:17 8bfc96989605: Preparing 02:37:17 16f28d7b11bf: Preparing 02:37:17 994456c4fd7b: Preparing 02:37:17 5438aea753aa: Waiting 02:37:17 7da968fb0e4c: Waiting 02:37:17 8bfc96989605: Waiting 02:37:17 16f28d7b11bf: Waiting 02:37:17 994456c4fd7b: Waiting 02:37:17 425e405a8642: Layer already exists 02:37:17 9fea99b8fd9b: Layer already exists 02:37:17 6b9ab62435ce: Layer already exists 02:37:17 dccbed5a6dfc: Layer already exists 02:37:17 584b1f48d749: Layer already exists 02:37:17 7da968fb0e4c: Layer already exists 02:37:17 5438aea753aa: Layer already exists 02:37:17 8bfc96989605: Layer already exists 02:37:17 16f28d7b11bf: Layer already exists 02:37:17 994456c4fd7b: Layer already exists 02:37:17 4.1.0-dev.24: digest: sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:18 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:37:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 02:37:18 584b1f48d749: Preparing 02:37:18 425e405a8642: Preparing 02:37:18 6b9ab62435ce: Preparing 02:37:18 9fea99b8fd9b: Preparing 02:37:18 dccbed5a6dfc: Preparing 02:37:18 5438aea753aa: Preparing 02:37:18 7da968fb0e4c: Preparing 02:37:18 8bfc96989605: Preparing 02:37:18 16f28d7b11bf: Preparing 02:37:18 994456c4fd7b: Preparing 02:37:18 16f28d7b11bf: Waiting 02:37:18 5438aea753aa: Waiting 02:37:18 994456c4fd7b: Waiting 02:37:18 7da968fb0e4c: Waiting 02:37:18 dccbed5a6dfc: Layer already exists 02:37:18 425e405a8642: Layer already exists 02:37:18 584b1f48d749: Layer already exists 02:37:18 6b9ab62435ce: Layer already exists 02:37:18 5438aea753aa: Layer already exists 02:37:18 16f28d7b11bf: Layer already exists 02:37:18 7da968fb0e4c: Layer already exists 02:37:18 8bfc96989605: Layer already exists 02:37:18 9fea99b8fd9b: Layer already exists 02:37:18 994456c4fd7b: Layer already exists 02:37:18 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24: digest: sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:18 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 02:37:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 02:37:19 584b1f48d749: Preparing 02:37:19 425e405a8642: Preparing 02:37:19 6b9ab62435ce: Preparing 02:37:19 9fea99b8fd9b: Preparing 02:37:19 dccbed5a6dfc: Preparing 02:37:19 5438aea753aa: Preparing 02:37:19 7da968fb0e4c: Preparing 02:37:19 8bfc96989605: Preparing 02:37:19 16f28d7b11bf: Preparing 02:37:19 994456c4fd7b: Preparing 02:37:19 5438aea753aa: Waiting 02:37:19 8bfc96989605: Waiting 02:37:19 7da968fb0e4c: Waiting 02:37:19 994456c4fd7b: Waiting 02:37:19 16f28d7b11bf: Waiting 02:37:19 425e405a8642: Layer already exists 02:37:19 6b9ab62435ce: Layer already exists 02:37:19 9fea99b8fd9b: Layer already exists 02:37:19 dccbed5a6dfc: Layer already exists 02:37:19 584b1f48d749: Layer already exists 02:37:19 7da968fb0e4c: Layer already exists 02:37:19 8bfc96989605: Layer already exists 02:37:19 5438aea753aa: Layer already exists 02:37:19 16f28d7b11bf: Layer already exists 02:37:19 994456c4fd7b: Layer already exists 02:37:19 main: digest: sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:37:19 ===================================================== [Pipeline] echo 02:37:19 taggedImages: 02:37:19 - nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:37:19 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 02:37:19 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.24 02:37:19 - nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:37:19 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 02:37:19 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 02:37:19 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:37:19 latest 02:37:19 4.1.0-dev.24 02:37:19 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:37:19 main 02:37:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:19 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:20 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:37:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 02:37:20 d86f28d8ec4d: Preparing 02:37:20 bbf2bffa2f89: Preparing 02:37:20 6aab467f533f: Preparing 02:37:20 9fea99b8fd9b: Preparing 02:37:20 dccbed5a6dfc: Preparing 02:37:20 dc7fd5595706: Preparing 02:37:20 98087710cc18: Preparing 02:37:20 0097a8c42ee3: Preparing 02:37:20 994456c4fd7b: Preparing 02:37:20 dc7fd5595706: Waiting 02:37:20 0097a8c42ee3: Waiting 02:37:20 98087710cc18: Waiting 02:37:20 994456c4fd7b: Waiting 02:37:20 9fea99b8fd9b: Layer already exists 02:37:20 dccbed5a6dfc: Layer already exists 02:37:20 6aab467f533f: Pushed 02:37:20 d86f28d8ec4d: Pushed 02:37:20 bbf2bffa2f89: Pushed 02:37:20 98087710cc18: Pushed 02:37:20 994456c4fd7b: Layer already exists 02:37:20 0097a8c42ee3: Pushed 02:37:30 dc7fd5595706: Pushed 02:37:30 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca: digest: sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:30 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 02:37:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 02:37:31 d86f28d8ec4d: Preparing 02:37:31 bbf2bffa2f89: Preparing 02:37:31 6aab467f533f: Preparing 02:37:31 9fea99b8fd9b: Preparing 02:37:31 dccbed5a6dfc: Preparing 02:37:31 dc7fd5595706: Preparing 02:37:31 98087710cc18: Preparing 02:37:31 0097a8c42ee3: Preparing 02:37:31 994456c4fd7b: Preparing 02:37:31 0097a8c42ee3: Waiting 02:37:31 dc7fd5595706: Waiting 02:37:31 994456c4fd7b: Waiting 02:37:31 98087710cc18: Waiting 02:37:31 9fea99b8fd9b: Layer already exists 02:37:31 6aab467f533f: Layer already exists 02:37:31 d86f28d8ec4d: Layer already exists 02:37:31 bbf2bffa2f89: Layer already exists 02:37:31 dccbed5a6dfc: Layer already exists 02:37:31 994456c4fd7b: Layer already exists 02:37:31 0097a8c42ee3: Layer already exists 02:37:31 dc7fd5595706: Layer already exists 02:37:31 98087710cc18: Layer already exists 02:37:31 latest: digest: sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:31 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.24 02:37:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 02:37:31 d86f28d8ec4d: Preparing 02:37:31 bbf2bffa2f89: Preparing 02:37:31 6aab467f533f: Preparing 02:37:31 9fea99b8fd9b: Preparing 02:37:31 dccbed5a6dfc: Preparing 02:37:31 dc7fd5595706: Preparing 02:37:31 98087710cc18: Preparing 02:37:31 0097a8c42ee3: Preparing 02:37:31 994456c4fd7b: Preparing 02:37:31 dc7fd5595706: Waiting 02:37:31 98087710cc18: Waiting 02:37:31 994456c4fd7b: Waiting 02:37:31 0097a8c42ee3: Waiting 02:37:31 d86f28d8ec4d: Layer already exists 02:37:31 9fea99b8fd9b: Layer already exists 02:37:31 dccbed5a6dfc: Layer already exists 02:37:31 6aab467f533f: Layer already exists 02:37:31 bbf2bffa2f89: Layer already exists 02:37:31 98087710cc18: Layer already exists 02:37:31 994456c4fd7b: Layer already exists 02:37:31 dc7fd5595706: Layer already exists 02:37:31 0097a8c42ee3: Layer already exists 02:37:31 4.1.0-dev.24: digest: sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:32 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:37:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 02:37:32 d86f28d8ec4d: Preparing 02:37:32 bbf2bffa2f89: Preparing 02:37:32 6aab467f533f: Preparing 02:37:32 9fea99b8fd9b: Preparing 02:37:32 dccbed5a6dfc: Preparing 02:37:32 dc7fd5595706: Preparing 02:37:32 98087710cc18: Preparing 02:37:32 0097a8c42ee3: Preparing 02:37:32 994456c4fd7b: Preparing 02:37:32 dc7fd5595706: Waiting 02:37:32 98087710cc18: Waiting 02:37:32 0097a8c42ee3: Waiting 02:37:32 994456c4fd7b: Waiting 02:37:32 6aab467f533f: Layer already exists 02:37:32 9fea99b8fd9b: Layer already exists 02:37:32 dccbed5a6dfc: Layer already exists 02:37:32 d86f28d8ec4d: Layer already exists 02:37:32 bbf2bffa2f89: Layer already exists 02:37:32 dc7fd5595706: Layer already exists 02:37:32 98087710cc18: Layer already exists 02:37:32 0097a8c42ee3: Layer already exists 02:37:32 994456c4fd7b: Layer already exists 02:37:32 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24: digest: sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:32 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 02:37:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 02:37:33 d86f28d8ec4d: Preparing 02:37:33 bbf2bffa2f89: Preparing 02:37:33 6aab467f533f: Preparing 02:37:33 9fea99b8fd9b: Preparing 02:37:33 dccbed5a6dfc: Preparing 02:37:33 dc7fd5595706: Preparing 02:37:33 98087710cc18: Preparing 02:37:33 0097a8c42ee3: Preparing 02:37:33 98087710cc18: Waiting 02:37:33 dc7fd5595706: Waiting 02:37:33 994456c4fd7b: Preparing 02:37:33 0097a8c42ee3: Waiting 02:37:33 6aab467f533f: Layer already exists 02:37:33 bbf2bffa2f89: Layer already exists 02:37:33 d86f28d8ec4d: Layer already exists 02:37:33 dccbed5a6dfc: Layer already exists 02:37:33 9fea99b8fd9b: Layer already exists 02:37:33 0097a8c42ee3: Layer already exists 02:37:33 dc7fd5595706: Layer already exists 02:37:33 98087710cc18: Layer already exists 02:37:33 994456c4fd7b: Layer already exists 02:37:33 main: digest: sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:37:33 ===================================================== [Pipeline] echo 02:37:33 taggedImages: 02:37:33 - nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:37:33 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 02:37:33 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.24 02:37:33 - nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:37:33 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 02:37:33 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 02:37:33 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:37:33 latest 02:37:33 4.1.0-dev.24 02:37:33 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:37:33 main 02:37:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:33 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:37:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 02:37:34 584b1f48d749: Preparing 02:37:34 b6722d081bc3: Preparing 02:37:34 759947cdf7ec: Preparing 02:37:34 9fea99b8fd9b: Preparing 02:37:34 dccbed5a6dfc: Preparing 02:37:34 dc7fd5595706: Preparing 02:37:34 8bfc96989605: Preparing 02:37:34 16f28d7b11bf: Preparing 02:37:34 994456c4fd7b: Preparing 02:37:34 dc7fd5595706: Waiting 02:37:34 8bfc96989605: Waiting 02:37:34 16f28d7b11bf: Waiting 02:37:34 994456c4fd7b: Waiting 02:37:34 584b1f48d749: Layer already exists 02:37:34 9fea99b8fd9b: Layer already exists 02:37:34 dccbed5a6dfc: Layer already exists 02:37:34 dc7fd5595706: Layer already exists 02:37:34 16f28d7b11bf: Layer already exists 02:37:34 8bfc96989605: Layer already exists 02:37:34 759947cdf7ec: Pushed 02:37:34 994456c4fd7b: Layer already exists 02:37:34 b6722d081bc3: Pushed 02:37:34 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca: digest: sha256:63bb9d93c7df692d138e198e6f178255c0ef818e31488faddbd3b8c53e905ca1 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:34 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 02:37:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 02:37:34 584b1f48d749: Preparing 02:37:34 b6722d081bc3: Preparing 02:37:34 759947cdf7ec: Preparing 02:37:34 9fea99b8fd9b: Preparing 02:37:34 dccbed5a6dfc: Preparing 02:37:34 dc7fd5595706: Preparing 02:37:34 8bfc96989605: Preparing 02:37:34 16f28d7b11bf: Preparing 02:37:34 994456c4fd7b: Preparing 02:37:34 dc7fd5595706: Waiting 02:37:34 8bfc96989605: Waiting 02:37:34 16f28d7b11bf: Waiting 02:37:34 994456c4fd7b: Waiting 02:37:34 9fea99b8fd9b: Layer already exists 02:37:34 759947cdf7ec: Layer already exists 02:37:34 dccbed5a6dfc: Layer already exists 02:37:34 584b1f48d749: Layer already exists 02:37:34 b6722d081bc3: Layer already exists 02:37:34 994456c4fd7b: Layer already exists 02:37:34 dc7fd5595706: Layer already exists 02:37:34 16f28d7b11bf: Layer already exists 02:37:34 8bfc96989605: Layer already exists 02:37:34 latest: digest: sha256:63bb9d93c7df692d138e198e6f178255c0ef818e31488faddbd3b8c53e905ca1 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:35 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.24 02:37:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 02:37:35 584b1f48d749: Preparing 02:37:35 b6722d081bc3: Preparing 02:37:35 759947cdf7ec: Preparing 02:37:35 9fea99b8fd9b: Preparing 02:37:35 dccbed5a6dfc: Preparing 02:37:35 dc7fd5595706: Preparing 02:37:35 8bfc96989605: Preparing 02:37:35 16f28d7b11bf: Preparing 02:37:35 994456c4fd7b: Preparing 02:37:35 dc7fd5595706: Waiting 02:37:35 8bfc96989605: Waiting 02:37:35 16f28d7b11bf: Waiting 02:37:35 994456c4fd7b: Waiting 02:37:35 584b1f48d749: Layer already exists 02:37:35 b6722d081bc3: Layer already exists 02:37:35 dccbed5a6dfc: Layer already exists 02:37:35 759947cdf7ec: Layer already exists 02:37:35 9fea99b8fd9b: Layer already exists 02:37:35 dc7fd5595706: Layer already exists 02:37:35 16f28d7b11bf: Layer already exists 02:37:35 8bfc96989605: Layer already exists 02:37:35 994456c4fd7b: Layer already exists 02:37:35 4.1.0-dev.24: digest: sha256:63bb9d93c7df692d138e198e6f178255c0ef818e31488faddbd3b8c53e905ca1 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:35 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:37:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 02:37:36 584b1f48d749: Preparing 02:37:36 b6722d081bc3: Preparing 02:37:36 759947cdf7ec: Preparing 02:37:36 9fea99b8fd9b: Preparing 02:37:36 dccbed5a6dfc: Preparing 02:37:36 dc7fd5595706: Preparing 02:37:36 8bfc96989605: Preparing 02:37:36 16f28d7b11bf: Preparing 02:37:36 994456c4fd7b: Preparing 02:37:36 8bfc96989605: Waiting 02:37:36 16f28d7b11bf: Waiting 02:37:36 994456c4fd7b: Waiting 02:37:36 dc7fd5595706: Waiting 02:37:36 584b1f48d749: Layer already exists 02:37:36 b6722d081bc3: Layer already exists 02:37:36 759947cdf7ec: Layer already exists 02:37:36 9fea99b8fd9b: Layer already exists 02:37:36 dccbed5a6dfc: Layer already exists 02:37:36 dc7fd5595706: Layer already exists 02:37:36 8bfc96989605: Layer already exists 02:37:36 994456c4fd7b: Layer already exists 02:37:36 16f28d7b11bf: Layer already exists 02:37:36 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24: digest: sha256:63bb9d93c7df692d138e198e6f178255c0ef818e31488faddbd3b8c53e905ca1 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:36 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 02:37:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 02:37:36 584b1f48d749: Preparing 02:37:36 b6722d081bc3: Preparing 02:37:36 759947cdf7ec: Preparing 02:37:36 9fea99b8fd9b: Preparing 02:37:36 dccbed5a6dfc: Preparing 02:37:36 dc7fd5595706: Preparing 02:37:36 8bfc96989605: Preparing 02:37:36 16f28d7b11bf: Preparing 02:37:36 994456c4fd7b: Preparing 02:37:36 8bfc96989605: Waiting 02:37:36 16f28d7b11bf: Waiting 02:37:36 994456c4fd7b: Waiting 02:37:36 dc7fd5595706: Waiting 02:37:36 759947cdf7ec: Layer already exists 02:37:36 dccbed5a6dfc: Layer already exists 02:37:36 9fea99b8fd9b: Layer already exists 02:37:36 584b1f48d749: Layer already exists 02:37:36 b6722d081bc3: Layer already exists 02:37:36 8bfc96989605: Layer already exists 02:37:36 dc7fd5595706: Layer already exists 02:37:36 16f28d7b11bf: Layer already exists 02:37:36 994456c4fd7b: Layer already exists 02:37:36 main: digest: sha256:63bb9d93c7df692d138e198e6f178255c0ef818e31488faddbd3b8c53e905ca1 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:37:36 ===================================================== [Pipeline] echo 02:37:36 taggedImages: 02:37:36 - nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:37:36 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 02:37:36 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.24 02:37:36 - nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:37:36 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 02:37:37 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 02:37:37 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:37:37 latest 02:37:37 4.1.0-dev.24 02:37:37 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:37:37 main 02:37:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:37 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:37 + docker push nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:37:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 02:37:37 9131e864258f: Preparing 02:37:37 2b11d23c9562: Preparing 02:37:37 9fea99b8fd9b: Preparing 02:37:37 dccbed5a6dfc: Preparing 02:37:37 d482965128ff: Preparing 02:37:37 d4cf532e77ec: Preparing 02:37:37 994456c4fd7b: Preparing 02:37:37 994456c4fd7b: Waiting 02:37:37 d4cf532e77ec: Waiting 02:37:37 9fea99b8fd9b: Layer already exists 02:37:37 dccbed5a6dfc: Layer already exists 02:37:37 994456c4fd7b: Layer already exists 02:37:37 d482965128ff: Pushed 02:37:37 9131e864258f: Pushed 02:37:38 d4cf532e77ec: Pushed 02:37:41 2b11d23c9562: Pushed 02:37:41 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca: digest: sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:41 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:42 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 02:37:42 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 02:37:42 9131e864258f: Preparing 02:37:42 2b11d23c9562: Preparing 02:37:42 9fea99b8fd9b: Preparing 02:37:42 dccbed5a6dfc: Preparing 02:37:42 d482965128ff: Preparing 02:37:42 d4cf532e77ec: Preparing 02:37:42 994456c4fd7b: Preparing 02:37:42 d4cf532e77ec: Waiting 02:37:42 994456c4fd7b: Waiting 02:37:42 d482965128ff: Layer already exists 02:37:42 9131e864258f: Layer already exists 02:37:42 2b11d23c9562: Layer already exists 02:37:42 dccbed5a6dfc: Layer already exists 02:37:42 9fea99b8fd9b: Layer already exists 02:37:42 994456c4fd7b: Layer already exists 02:37:42 d4cf532e77ec: Layer already exists 02:37:42 latest: digest: sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:42 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:42 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.24 02:37:42 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 02:37:42 9131e864258f: Preparing 02:37:42 2b11d23c9562: Preparing 02:37:42 9fea99b8fd9b: Preparing 02:37:42 dccbed5a6dfc: Preparing 02:37:42 d482965128ff: Preparing 02:37:42 d4cf532e77ec: Preparing 02:37:42 994456c4fd7b: Preparing 02:37:42 d4cf532e77ec: Waiting 02:37:42 994456c4fd7b: Waiting 02:37:42 9fea99b8fd9b: Layer already exists 02:37:42 dccbed5a6dfc: Layer already exists 02:37:42 d482965128ff: Layer already exists 02:37:42 9131e864258f: Layer already exists 02:37:42 2b11d23c9562: Layer already exists 02:37:42 d4cf532e77ec: Layer already exists 02:37:42 994456c4fd7b: Layer already exists 02:37:42 4.1.0-dev.24: digest: sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:43 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:43 + docker push nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:37:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 02:37:43 9131e864258f: Preparing 02:37:43 2b11d23c9562: Preparing 02:37:43 9fea99b8fd9b: Preparing 02:37:43 dccbed5a6dfc: Preparing 02:37:43 d482965128ff: Preparing 02:37:43 d4cf532e77ec: Preparing 02:37:43 994456c4fd7b: Preparing 02:37:43 d4cf532e77ec: Waiting 02:37:43 994456c4fd7b: Waiting 02:37:43 9131e864258f: Layer already exists 02:37:43 dccbed5a6dfc: Layer already exists 02:37:43 9fea99b8fd9b: Layer already exists 02:37:43 d482965128ff: Layer already exists 02:37:43 2b11d23c9562: Layer already exists 02:37:43 994456c4fd7b: Layer already exists 02:37:43 d4cf532e77ec: Layer already exists 02:37:43 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24: digest: sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:43 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:44 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 02:37:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 02:37:44 9131e864258f: Preparing 02:37:44 2b11d23c9562: Preparing 02:37:44 9fea99b8fd9b: Preparing 02:37:44 dccbed5a6dfc: Preparing 02:37:44 d482965128ff: Preparing 02:37:44 d4cf532e77ec: Preparing 02:37:44 994456c4fd7b: Preparing 02:37:44 994456c4fd7b: Waiting 02:37:44 d4cf532e77ec: Waiting 02:37:44 dccbed5a6dfc: Layer already exists 02:37:44 9131e864258f: Layer already exists 02:37:44 9fea99b8fd9b: Layer already exists 02:37:44 2b11d23c9562: Layer already exists 02:37:44 d482965128ff: Layer already exists 02:37:44 d4cf532e77ec: Layer already exists 02:37:44 994456c4fd7b: Layer already exists 02:37:44 main: digest: sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:37:44 ===================================================== [Pipeline] echo 02:37:44 taggedImages: 02:37:44 - nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:37:44 - nexus3.edgexfoundry.org:10004/support-notifications:latest 02:37:44 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.24 02:37:44 - nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:37:44 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 02:37:44 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 02:37:44 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:37:44 latest 02:37:44 4.1.0-dev.24 02:37:44 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:37:44 main 02:37:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:44 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:44 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:37:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 02:37:44 f9cb17a49207: Preparing 02:37:44 53511abdeb7c: Preparing 02:37:44 9fea99b8fd9b: Preparing 02:37:44 dccbed5a6dfc: Preparing 02:37:44 53496ed73966: Preparing 02:37:44 ea4e6b89b24e: Preparing 02:37:44 994456c4fd7b: Preparing 02:37:44 ea4e6b89b24e: Waiting 02:37:44 994456c4fd7b: Waiting 02:37:44 9fea99b8fd9b: Layer already exists 02:37:44 dccbed5a6dfc: Layer already exists 02:37:44 53496ed73966: Pushed 02:37:44 f9cb17a49207: Pushed 02:37:44 994456c4fd7b: Layer already exists 02:37:45 ea4e6b89b24e: Pushed 02:37:49 53511abdeb7c: Pushed 02:37:49 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca: digest: sha256:0c6157830f94640a3b5017e6181d9cff3e3f0ae1d9104eca59e0130caaa74b36 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:49 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:50 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 02:37:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 02:37:50 f9cb17a49207: Preparing 02:37:50 53511abdeb7c: Preparing 02:37:50 9fea99b8fd9b: Preparing 02:37:50 dccbed5a6dfc: Preparing 02:37:50 53496ed73966: Preparing 02:37:50 ea4e6b89b24e: Preparing 02:37:50 994456c4fd7b: Preparing 02:37:50 ea4e6b89b24e: Waiting 02:37:50 994456c4fd7b: Waiting 02:37:50 dccbed5a6dfc: Layer already exists 02:37:50 53511abdeb7c: Layer already exists 02:37:50 9fea99b8fd9b: Layer already exists 02:37:50 ea4e6b89b24e: Layer already exists 02:37:50 994456c4fd7b: Layer already exists 02:37:50 53496ed73966: Layer already exists 02:37:50 f9cb17a49207: Layer already exists 02:37:50 latest: digest: sha256:0c6157830f94640a3b5017e6181d9cff3e3f0ae1d9104eca59e0130caaa74b36 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:50 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:50 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.24 02:37:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 02:37:50 f9cb17a49207: Preparing 02:37:50 53511abdeb7c: Preparing 02:37:50 9fea99b8fd9b: Preparing 02:37:50 dccbed5a6dfc: Preparing 02:37:50 53496ed73966: Preparing 02:37:50 ea4e6b89b24e: Preparing 02:37:50 994456c4fd7b: Preparing 02:37:50 ea4e6b89b24e: Waiting 02:37:50 994456c4fd7b: Waiting 02:37:50 f9cb17a49207: Layer already exists 02:37:50 53496ed73966: Layer already exists 02:37:50 53511abdeb7c: Layer already exists 02:37:50 dccbed5a6dfc: Layer already exists 02:37:50 9fea99b8fd9b: Layer already exists 02:37:50 ea4e6b89b24e: Layer already exists 02:37:50 994456c4fd7b: Layer already exists 02:37:50 4.1.0-dev.24: digest: sha256:0c6157830f94640a3b5017e6181d9cff3e3f0ae1d9104eca59e0130caaa74b36 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:51 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:51 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:37:51 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 02:37:51 f9cb17a49207: Preparing 02:37:51 53511abdeb7c: Preparing 02:37:51 9fea99b8fd9b: Preparing 02:37:51 dccbed5a6dfc: Preparing 02:37:51 53496ed73966: Preparing 02:37:51 ea4e6b89b24e: Preparing 02:37:51 994456c4fd7b: Preparing 02:37:51 ea4e6b89b24e: Waiting 02:37:51 994456c4fd7b: Waiting 02:37:51 9fea99b8fd9b: Layer already exists 02:37:51 53511abdeb7c: Layer already exists 02:37:51 f9cb17a49207: Layer already exists 02:37:51 53496ed73966: Layer already exists 02:37:51 dccbed5a6dfc: Layer already exists 02:37:51 ea4e6b89b24e: Layer already exists 02:37:51 994456c4fd7b: Layer already exists 02:37:51 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24: digest: sha256:0c6157830f94640a3b5017e6181d9cff3e3f0ae1d9104eca59e0130caaa74b36 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:51 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:52 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 02:37:52 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 02:37:52 f9cb17a49207: Preparing 02:37:52 53511abdeb7c: Preparing 02:37:52 9fea99b8fd9b: Preparing 02:37:52 dccbed5a6dfc: Preparing 02:37:52 53496ed73966: Preparing 02:37:52 ea4e6b89b24e: Preparing 02:37:52 994456c4fd7b: Preparing 02:37:52 994456c4fd7b: Waiting 02:37:52 ea4e6b89b24e: Waiting 02:37:52 53496ed73966: Layer already exists 02:37:52 9fea99b8fd9b: Layer already exists 02:37:52 f9cb17a49207: Layer already exists 02:37:52 53511abdeb7c: Layer already exists 02:37:52 dccbed5a6dfc: Layer already exists 02:37:52 994456c4fd7b: Layer already exists 02:37:52 ea4e6b89b24e: Layer already exists 02:37:52 main: digest: sha256:0c6157830f94640a3b5017e6181d9cff3e3f0ae1d9104eca59e0130caaa74b36 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:37:52 ===================================================== [Pipeline] echo 02:37:52 taggedImages: 02:37:52 - nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:37:52 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 02:37:52 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.24 02:37:52 - nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:37:52 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 02:37:52 ========================================================= 02:37:52 [edgeXBuildMultiArch] RAW Config: 02:37:52 images: 02:37:52 - nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:37:52 - nexus3.edgexfoundry.org:10004/core-command:latest 02:37:52 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.24 02:37:52 - nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:37:52 - nexus3.edgexfoundry.org:10004/core-command:main 02:37:52 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:37:52 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 02:37:52 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.24 02:37:52 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:37:52 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 02:37:52 - nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:37:52 - nexus3.edgexfoundry.org:10004/core-data:latest 02:37:52 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.24 02:37:52 - nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:37:52 - nexus3.edgexfoundry.org:10004/core-data:main 02:37:52 - nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:37:52 - nexus3.edgexfoundry.org:10004/core-keeper:latest 02:37:52 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.24 02:37:52 - nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:37:52 - nexus3.edgexfoundry.org:10004/core-keeper:main 02:37:52 - nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:37:52 - nexus3.edgexfoundry.org:10004/core-metadata:latest 02:37:52 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.24 02:37:52 - nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:37:52 - nexus3.edgexfoundry.org:10004/core-metadata:main 02:37:52 - nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:37:52 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 02:37:52 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.24 02:37:52 - nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:37:52 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 02:37:52 - nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:37:52 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 02:37:52 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.24 02:37:52 - nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:37:52 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 02:37:52 - nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:37:52 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 02:37:52 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.24 02:37:52 - nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:37:52 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 02:37:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:37:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 02:37:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.24 02:37:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:37:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 02:37:52 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:37:52 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 02:37:52 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.24 02:37:52 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:37:52 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 02:37:52 - nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:37:52 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 02:37:52 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.24 02:37:52 - nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:37:52 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 02:37:52 - nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:37:52 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 02:37:52 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.24 02:37:52 - nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:37:52 - nexus3.edgexfoundry.org:10004/security-spire-config:main 02:37:52 - nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:37:52 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 02:37:52 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.24 02:37:52 - nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:37:52 - nexus3.edgexfoundry.org:10004/security-spire-server:main 02:37:52 - nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:37:52 - nexus3.edgexfoundry.org:10004/support-notifications:latest 02:37:52 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.24 02:37:52 - nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:37:52 - nexus3.edgexfoundry.org:10004/support-notifications:main 02:37:52 - nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:37:52 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 02:37:52 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.24 02:37:52 - nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:37:52 - nexus3.edgexfoundry.org:10004/support-scheduler:main 02:37:52 settingsFile: 02:37:52 edgex-go-settings 02:37:52 ========================================================= [Pipeline] node 02:38:07 Still waiting to schedule task 02:38:07 All nodes of label ‘centos7-docker-4c-2g’ are offline 02:39:11 Running on prd-centos7-docker-4c-2g-3227 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:39:11 provisioning config files... 02:39:11 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config18333602392221888814tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:39:12 ---> ****-login.sh 02:39:12 nexus3.edgexfoundry.org:10001 02:39:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:39:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:39:12 Configure a credential helper to remove this warning. See 02:39:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:39:12 02:39:12 Login Succeeded 02:39:12 nexus3.edgexfoundry.org:10002 02:39:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:39:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:39:12 Configure a credential helper to remove this warning. See 02:39:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:39:12 02:39:12 Login Succeeded 02:39:12 nexus3.edgexfoundry.org:10003 02:39:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:39:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:39:13 Configure a credential helper to remove this warning. See 02:39:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:39:13 02:39:13 Login Succeeded 02:39:13 nexus3.edgexfoundry.org:10004 02:39:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:39:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:39:13 Configure a credential helper to remove this warning. See 02:39:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:39:13 02:39:13 Login Succeeded 02:39:13 ****.io 02:39:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:39:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:39:13 Configure a credential helper to remove this warning. See 02:39:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:39:13 02:39:13 Login Succeeded 02:39:13 ---> ****-login.sh ends [Pipeline] } 02:39:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:39:13 + docker buildx ls 02:39:14 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 02:39:14 default * docker 02:39:14 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 02:39:14 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 02:39:14 edgex-builder [Pipeline] sh 02:39:14 + docker buildx inspect --bootstrap 02:39:14 #1 [internal] booting buildkit 02:39:14 #1 pulling image moby/buildkit:buildx-stable-1 02:39:17 #1 pulling image moby/buildkit:buildx-stable-1 3.3s done 02:39:17 #1 creating container buildx_buildkit_edgex-builder0 02:39:19 #1 creating container buildx_buildkit_edgex-builder0 1.5s done 02:39:19 #1 DONE 4.8s 02:39:19 Name: edgex-builder 02:39:19 Driver: docker-container 02:39:19 02:39:19 Nodes: 02:39:19 Name: edgex-builder0 02:39:19 Endpoint: unix:///var/run/docker.sock 02:39:19 Status: running 02:39:19 Buildkit: v0.22.0 02:39:19 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 02:39:19 + docker buildx ls 02:39:19 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 02:39:19 edgex-builder * docker-container 02:39:19 edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 02:39:19 default docker 02:39:19 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 02:39:19 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca' 02:39:19 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca --push - 02:39:19 #1 [internal] load build definition from Dockerfile 02:39:19 #1 transferring dockerfile: 197B done 02:39:19 #1 DONE 0.0s 02:39:19 02:39:19 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:39:19 #2 DONE 0.1s 02:39:19 02:39:19 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:39:20 #3 DONE 0.1s 02:39:20 02:39:20 #4 [internal] load .dockerignore 02:39:20 #4 transferring context: 2B done 02:39:20 #4 DONE 0.0s 02:39:20 02:39:20 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:6a39f0919c20fbd7ab3b271243dc6152789bbbc9cf3d78c656ea735dbb26e98e 02:39:20 #5 resolve nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:6a39f0919c20fbd7ab3b271243dc6152789bbbc9cf3d78c656ea735dbb26e98e 0.0s done 02:39:20 #5 DONE 0.0s 02:39:20 02:39:20 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:6a39f0919c20fbd7ab3b271243dc6152789bbbc9cf3d78c656ea735dbb26e98e 02:39:20 #6 resolve nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:6a39f0919c20fbd7ab3b271243dc6152789bbbc9cf3d78c656ea735dbb26e98e 0.0s done 02:39:20 #6 DONE 0.1s 02:39:20 02:39:20 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 02:39:20 #7 DONE 0.0s 02:39:20 02:39:20 #8 exporting to image 02:39:20 #8 exporting layers done 02:39:20 #8 exporting manifest sha256:185ce36cc6f86090d3fc4b678046ee0c993f50f2e7c8d18807a1352853c6c7bc 0.0s done 02:39:20 #8 exporting config sha256:72a9432451ece1aa79c063a312460794426214e95b5dfd3d8a0861dbb08419b1 0.0s done 02:39:20 #8 exporting manifest sha256:383bcce1796bdd33e80dad1a687bbb7e84f74255bd1a22d10291d872a65d6f33 done 02:39:20 #8 exporting config sha256:c2a9436893d09607b8c636dab198c937791af8b708b900beaa1fd08c9233d669 done 02:39:20 #8 exporting manifest list sha256:ef1913f769312cb372528bc936bf3863145ded272d4cae5882929736a09424d3 done 02:39:20 #8 pushing layers 02:39:20 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:20 #8 pushing layers 0.1s done 02:39:20 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:ef1913f769312cb372528bc936bf3863145ded272d4cae5882929736a09424d3 0.1s done 02:39:20 #8 DONE 0.2s 02:39:20 02:39:20 1 warning found (use --debug to expand): 02:39:20  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' 02:39:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - 02:39:20 #1 [internal] load build definition from Dockerfile 02:39:20 #1 transferring dockerfile: 163B done 02:39:20 #1 DONE 0.0s 02:39:20 02:39:20 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 02:39:20 #2 DONE 0.0s 02:39:20 02:39:20 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 02:39:20 #3 DONE 0.0s 02:39:20 02:39:20 #4 [internal] load .dockerignore 02:39:20 #4 transferring context: 2B done 02:39:20 #4 DONE 0.0s 02:39:20 02:39:20 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:6a39f0919c20fbd7ab3b271243dc6152789bbbc9cf3d78c656ea735dbb26e98e 02:39:20 #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:6a39f0919c20fbd7ab3b271243dc6152789bbbc9cf3d78c656ea735dbb26e98e 0.0s done 02:39:20 #5 CACHED 02:39:20 02:39:20 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:6a39f0919c20fbd7ab3b271243dc6152789bbbc9cf3d78c656ea735dbb26e98e 02:39:20 #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:6a39f0919c20fbd7ab3b271243dc6152789bbbc9cf3d78c656ea735dbb26e98e 0.0s done 02:39:20 #6 DONE 0.0s 02:39:21 02:39:21 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:6a39f0919c20fbd7ab3b271243dc6152789bbbc9cf3d78c656ea735dbb26e98e 02:39:21 #6 CACHED 02:39:21 02:39:21 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 02:39:21 #7 DONE 0.0s 02:39:21 02:39:21 #8 exporting to image 02:39:21 #8 exporting layers done 02:39:21 #8 exporting manifest sha256:185ce36cc6f86090d3fc4b678046ee0c993f50f2e7c8d18807a1352853c6c7bc done 02:39:21 #8 exporting config sha256:72a9432451ece1aa79c063a312460794426214e95b5dfd3d8a0861dbb08419b1 done 02:39:21 #8 exporting manifest sha256:383bcce1796bdd33e80dad1a687bbb7e84f74255bd1a22d10291d872a65d6f33 done 02:39:21 #8 exporting config sha256:c2a9436893d09607b8c636dab198c937791af8b708b900beaa1fd08c9233d669 done 02:39:21 #8 exporting manifest list sha256:ef1913f769312cb372528bc936bf3863145ded272d4cae5882929736a09424d3 done 02:39:21 #8 pushing layers 0.0s done 02:39:21 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:ef1913f769312cb372528bc936bf3863145ded272d4cae5882929736a09424d3 0.1s done 02:39:21 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:21 #8 DONE 0.1s 02:39:21 02:39:21 1 warning found (use --debug to expand): 02:39:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.24' 02:39:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.24 --push - 02:39:21 #1 [internal] load build definition from Dockerfile 02:39:21 #1 transferring dockerfile: 169B done 02:39:21 #1 DONE 0.0s 02:39:21 02:39:21 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.24 02:39:21 #2 DONE 0.0s 02:39:21 02:39:21 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.24 02:39:21 #3 DONE 0.0s 02:39:21 02:39:21 #4 [internal] load .dockerignore 02:39:21 #4 transferring context: 2B done 02:39:21 #4 DONE 0.0s 02:39:21 02:39:21 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.24@sha256:6a39f0919c20fbd7ab3b271243dc6152789bbbc9cf3d78c656ea735dbb26e98e 02:39:21 #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.24@sha256:6a39f0919c20fbd7ab3b271243dc6152789bbbc9cf3d78c656ea735dbb26e98e 0.0s done 02:39:21 #5 CACHED 02:39:21 02:39:21 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.24@sha256:6a39f0919c20fbd7ab3b271243dc6152789bbbc9cf3d78c656ea735dbb26e98e 02:39:21 #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.24@sha256:6a39f0919c20fbd7ab3b271243dc6152789bbbc9cf3d78c656ea735dbb26e98e 0.0s done 02:39:21 #6 CACHED 02:39:21 02:39:21 #7 exporting to image 02:39:21 #7 exporting layers done 02:39:21 #7 exporting manifest sha256:185ce36cc6f86090d3fc4b678046ee0c993f50f2e7c8d18807a1352853c6c7bc done 02:39:21 #7 exporting config sha256:72a9432451ece1aa79c063a312460794426214e95b5dfd3d8a0861dbb08419b1 done 02:39:21 #7 exporting manifest sha256:383bcce1796bdd33e80dad1a687bbb7e84f74255bd1a22d10291d872a65d6f33 done 02:39:21 #7 exporting config sha256:c2a9436893d09607b8c636dab198c937791af8b708b900beaa1fd08c9233d669 done 02:39:21 #7 exporting manifest list sha256:ef1913f769312cb372528bc936bf3863145ded272d4cae5882929736a09424d3 done 02:39:21 #7 pushing layers 02:39:21 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:21 #7 pushing layers 0.0s done 02:39:21 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.24@sha256:ef1913f769312cb372528bc936bf3863145ded272d4cae5882929736a09424d3 0.1s done 02:39:21 #7 DONE 0.1s 02:39:21 02:39:21 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 02:39:21 #8 DONE 0.0s 02:39:21 02:39:21 1 warning found (use --debug to expand): 02:39:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24' 02:39:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 --push - 02:39:21 #1 [internal] load build definition from Dockerfile 02:39:21 #1 transferring dockerfile: 210B done 02:39:21 #1 DONE 0.0s 02:39:21 02:39:21 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:39:21 #2 DONE 0.0s 02:39:21 02:39:21 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:39:21 #3 DONE 0.0s 02:39:21 02:39:21 #4 [internal] load .dockerignore 02:39:21 #4 transferring context: 2B done 02:39:21 #4 DONE 0.0s 02:39:21 02:39:21 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:6a39f0919c20fbd7ab3b271243dc6152789bbbc9cf3d78c656ea735dbb26e98e 02:39:21 #5 resolve nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:6a39f0919c20fbd7ab3b271243dc6152789bbbc9cf3d78c656ea735dbb26e98e done 02:39:21 #5 CACHED 02:39:21 02:39:21 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:6a39f0919c20fbd7ab3b271243dc6152789bbbc9cf3d78c656ea735dbb26e98e 02:39:21 #6 resolve nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:6a39f0919c20fbd7ab3b271243dc6152789bbbc9cf3d78c656ea735dbb26e98e 0.0s done 02:39:21 #6 CACHED 02:39:21 02:39:21 #7 exporting to image 02:39:21 #7 exporting layers done 02:39:21 #7 exporting manifest sha256:185ce36cc6f86090d3fc4b678046ee0c993f50f2e7c8d18807a1352853c6c7bc done 02:39:21 #7 exporting config sha256:72a9432451ece1aa79c063a312460794426214e95b5dfd3d8a0861dbb08419b1 done 02:39:21 #7 exporting manifest sha256:383bcce1796bdd33e80dad1a687bbb7e84f74255bd1a22d10291d872a65d6f33 done 02:39:21 #7 exporting config sha256:c2a9436893d09607b8c636dab198c937791af8b708b900beaa1fd08c9233d669 done 02:39:21 #7 exporting manifest list sha256:ef1913f769312cb372528bc936bf3863145ded272d4cae5882929736a09424d3 done 02:39:21 #7 pushing layers 0.0s done 02:39:21 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:ef1913f769312cb372528bc936bf3863145ded272d4cae5882929736a09424d3 02:39:21 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:22 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:ef1913f769312cb372528bc936bf3863145ded272d4cae5882929736a09424d3 0.1s done 02:39:22 #7 DONE 0.1s 02:39:22 02:39:22 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 02:39:22 #8 DONE 0.0s 02:39:22 02:39:22 1 warning found (use --debug to expand): 02:39:22  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' 02:39:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - 02:39:22 #1 [internal] load build definition from Dockerfile 02:39:22 #1 transferring dockerfile: 161B done 02:39:22 #1 DONE 0.0s 02:39:22 02:39:22 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 02:39:22 #2 DONE 0.0s 02:39:22 02:39:22 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 02:39:22 #3 DONE 0.0s 02:39:22 02:39:22 #4 [internal] load .dockerignore 02:39:22 #4 transferring context: 2B done 02:39:22 #4 DONE 0.0s 02:39:22 02:39:22 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:6a39f0919c20fbd7ab3b271243dc6152789bbbc9cf3d78c656ea735dbb26e98e 02:39:22 #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:6a39f0919c20fbd7ab3b271243dc6152789bbbc9cf3d78c656ea735dbb26e98e 0.0s done 02:39:22 #5 CACHED 02:39:22 02:39:22 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:6a39f0919c20fbd7ab3b271243dc6152789bbbc9cf3d78c656ea735dbb26e98e 02:39:22 #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:6a39f0919c20fbd7ab3b271243dc6152789bbbc9cf3d78c656ea735dbb26e98e 0.0s done 02:39:22 #6 CACHED 02:39:22 02:39:22 #7 exporting to image 02:39:22 #7 exporting layers done 02:39:22 #7 exporting manifest sha256:185ce36cc6f86090d3fc4b678046ee0c993f50f2e7c8d18807a1352853c6c7bc done 02:39:22 #7 exporting config sha256:72a9432451ece1aa79c063a312460794426214e95b5dfd3d8a0861dbb08419b1 done 02:39:22 #7 exporting manifest sha256:383bcce1796bdd33e80dad1a687bbb7e84f74255bd1a22d10291d872a65d6f33 done 02:39:22 #7 exporting config sha256:c2a9436893d09607b8c636dab198c937791af8b708b900beaa1fd08c9233d669 02:39:22 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:22 #7 exporting config sha256:c2a9436893d09607b8c636dab198c937791af8b708b900beaa1fd08c9233d669 done 02:39:22 #7 exporting manifest list sha256:ef1913f769312cb372528bc936bf3863145ded272d4cae5882929736a09424d3 done 02:39:22 #7 pushing layers 0.0s done 02:39:22 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:ef1913f769312cb372528bc936bf3863145ded272d4cae5882929736a09424d3 0.1s done 02:39:22 #7 DONE 0.1s 02:39:22 02:39:22 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 02:39:22 #8 DONE 0.0s 02:39:22 02:39:22 1 warning found (use --debug to expand): 02:39:22  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca' 02:39:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca --push - 02:39:23 #1 [internal] load build definition from Dockerfile 02:39:23 #1 transferring dockerfile: 216B done 02:39:23 #1 DONE 0.0s 02:39:23 02:39:23 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:39:23 #2 DONE 0.1s 02:39:23 02:39:23 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:39:23 #3 DONE 0.1s 02:39:23 02:39:23 #4 [internal] load .dockerignore 02:39:23 #4 transferring context: 02:39:23 #4 transferring context: 2B done 02:39:23 #4 DONE 0.0s 02:39:23 02:39:23 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:5c6a728a9a09233b14a6c110747cc648ff3becb729a7f2c688b88a3ddc2bb85b 02:39:23 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:5c6a728a9a09233b14a6c110747cc648ff3becb729a7f2c688b88a3ddc2bb85b 02:39:23 #5 ... 02:39:23 02:39:23 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:5c6a728a9a09233b14a6c110747cc648ff3becb729a7f2c688b88a3ddc2bb85b 02:39:23 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:5c6a728a9a09233b14a6c110747cc648ff3becb729a7f2c688b88a3ddc2bb85b 0.0s done 02:39:23 #6 DONE 0.1s 02:39:23 02:39:23 #7 exporting to image 02:39:23 #7 exporting layers done 02:39:23 #7 exporting manifest sha256:d3fef29026e02783f3c71cfbf6ec105e5b56aaf0d341fd519f18df3dc7c3f17f 0.0s done 02:39:23 #7 exporting config sha256:2d404f9501b5c7173015527990b362516e2ac6258d6ccc520095e414c02c81e6 02:39:23 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:23 #7 ... 02:39:23 02:39:23 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:39:23 #8 DONE 0.0s 02:39:23 02:39:23 #7 exporting to image 02:39:23 #7 exporting config sha256:2d404f9501b5c7173015527990b362516e2ac6258d6ccc520095e414c02c81e6 done 02:39:23 #7 exporting manifest sha256:9a233f2a25cfb256ce4469a9614516b9b339d37d63b40643844f0d75dbaff0fd done 02:39:23 #7 exporting config sha256:8d328c9a48c41b482b9dc9cffa7e4db041d21e489d26918734f579fb34b6a536 done 02:39:23 #7 exporting manifest list sha256:782186fddf518d5b840dfbe4f9b7c39a812251cf5e7b7a4d8f92bfc48efef37a done 02:39:23 #7 pushing layers 0.1s done 02:39:23 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:782186fddf518d5b840dfbe4f9b7c39a812251cf5e7b7a4d8f92bfc48efef37a 02:39:23 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:782186fddf518d5b840dfbe4f9b7c39a812251cf5e7b7a4d8f92bfc48efef37a 0.1s done 02:39:23 #7 DONE 0.2s 02:39:23 02:39:23 1 warning found (use --debug to expand): 02:39:23  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' 02:39:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - 02:39:23 #1 [internal] load build definition from Dockerfile 02:39:23 #1 transferring dockerfile: 182B done 02:39:23 #1 DONE 0.0s 02:39:23 02:39:23 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 02:39:23 #2 DONE 0.0s 02:39:23 02:39:23 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 02:39:23 #3 DONE 0.0s 02:39:23 02:39:23 #4 [internal] load .dockerignore 02:39:23 #4 transferring context: 2B done 02:39:23 #4 DONE 0.0s 02:39:23 02:39:23 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:5c6a728a9a09233b14a6c110747cc648ff3becb729a7f2c688b88a3ddc2bb85b 02:39:23 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:5c6a728a9a09233b14a6c110747cc648ff3becb729a7f2c688b88a3ddc2bb85b 0.0s done 02:39:23 #5 CACHED 02:39:23 02:39:23 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:5c6a728a9a09233b14a6c110747cc648ff3becb729a7f2c688b88a3ddc2bb85b 02:39:23 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:5c6a728a9a09233b14a6c110747cc648ff3becb729a7f2c688b88a3ddc2bb85b 0.0s done 02:39:23 #6 CACHED 02:39:23 02:39:23 #7 exporting to image 02:39:23 #7 exporting layers done 02:39:23 #7 exporting manifest sha256:d3fef29026e02783f3c71cfbf6ec105e5b56aaf0d341fd519f18df3dc7c3f17f done 02:39:23 #7 exporting config sha256:2d404f9501b5c7173015527990b362516e2ac6258d6ccc520095e414c02c81e6 done 02:39:23 #7 exporting manifest sha256:9a233f2a25cfb256ce4469a9614516b9b339d37d63b40643844f0d75dbaff0fd done 02:39:23 #7 exporting config sha256:8d328c9a48c41b482b9dc9cffa7e4db041d21e489d26918734f579fb34b6a536 done 02:39:23 #7 exporting manifest list sha256:782186fddf518d5b840dfbe4f9b7c39a812251cf5e7b7a4d8f92bfc48efef37a done 02:39:23 #7 pushing layers 0.0s done 02:39:23 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:782186fddf518d5b840dfbe4f9b7c39a812251cf5e7b7a4d8f92bfc48efef37a 02:39:23 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:24 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:782186fddf518d5b840dfbe4f9b7c39a812251cf5e7b7a4d8f92bfc48efef37a 0.1s done 02:39:24 #7 DONE 0.1s 02:39:24 02:39:24 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:39:24 #8 DONE 0.0s 02:39:24 02:39:24 1 warning found (use --debug to expand): 02:39:24  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.24' 02:39:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.24 --push - 02:39:24 #1 [internal] load build definition from Dockerfile 02:39:24 #1 transferring dockerfile: 188B done 02:39:24 #1 DONE 0.0s 02:39:24 02:39:24 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.24 02:39:24 #2 DONE 0.0s 02:39:24 02:39:24 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.24 02:39:24 #3 DONE 0.0s 02:39:24 02:39:24 #4 [internal] load .dockerignore 02:39:24 #4 transferring context: 2B done 02:39:24 #4 DONE 0.0s 02:39:24 02:39:24 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.24@sha256:5c6a728a9a09233b14a6c110747cc648ff3becb729a7f2c688b88a3ddc2bb85b 02:39:24 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.24@sha256:5c6a728a9a09233b14a6c110747cc648ff3becb729a7f2c688b88a3ddc2bb85b 0.0s done 02:39:24 #5 CACHED 02:39:24 02:39:24 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.24@sha256:5c6a728a9a09233b14a6c110747cc648ff3becb729a7f2c688b88a3ddc2bb85b 02:39:24 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.24@sha256:5c6a728a9a09233b14a6c110747cc648ff3becb729a7f2c688b88a3ddc2bb85b 0.0s done 02:39:24 #6 CACHED 02:39:24 02:39:24 #7 exporting to image 02:39:24 #7 exporting layers done 02:39:24 #7 exporting manifest sha256:d3fef29026e02783f3c71cfbf6ec105e5b56aaf0d341fd519f18df3dc7c3f17f done 02:39:24 #7 exporting config sha256:2d404f9501b5c7173015527990b362516e2ac6258d6ccc520095e414c02c81e6 done 02:39:24 #7 exporting manifest sha256:9a233f2a25cfb256ce4469a9614516b9b339d37d63b40643844f0d75dbaff0fd done 02:39:24 #7 exporting config sha256:8d328c9a48c41b482b9dc9cffa7e4db041d21e489d26918734f579fb34b6a536 02:39:24 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:24 #7 exporting config sha256:8d328c9a48c41b482b9dc9cffa7e4db041d21e489d26918734f579fb34b6a536 done 02:39:24 #7 exporting manifest list sha256:782186fddf518d5b840dfbe4f9b7c39a812251cf5e7b7a4d8f92bfc48efef37a done 02:39:24 #7 pushing layers 0.0s done 02:39:24 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.24@sha256:782186fddf518d5b840dfbe4f9b7c39a812251cf5e7b7a4d8f92bfc48efef37a 0.1s done 02:39:24 #7 DONE 0.1s 02:39:24 02:39:24 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:39:24 #8 DONE 0.0s 02:39:24 02:39:24 1 warning found (use --debug to expand): 02:39:24  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24' 02:39:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 --push - 02:39:24 #1 [internal] load build definition from Dockerfile 02:39:24 #1 transferring dockerfile: 229B done 02:39:24 #1 DONE 0.0s 02:39:24 02:39:24 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:39:24 #2 DONE 0.0s 02:39:24 02:39:24 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:39:24 #3 DONE 0.0s 02:39:24 02:39:24 #4 [internal] load .dockerignore 02:39:24 #4 transferring context: 2B done 02:39:24 #4 DONE 0.0s 02:39:24 02:39:24 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:5c6a728a9a09233b14a6c110747cc648ff3becb729a7f2c688b88a3ddc2bb85b 02:39:24 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:5c6a728a9a09233b14a6c110747cc648ff3becb729a7f2c688b88a3ddc2bb85b done 02:39:24 #5 CACHED 02:39:24 02:39:24 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:5c6a728a9a09233b14a6c110747cc648ff3becb729a7f2c688b88a3ddc2bb85b 02:39:24 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:5c6a728a9a09233b14a6c110747cc648ff3becb729a7f2c688b88a3ddc2bb85b 0.0s done 02:39:24 #6 CACHED 02:39:24 02:39:24 #7 exporting to image 02:39:24 #7 exporting layers done 02:39:24 #7 exporting manifest sha256:d3fef29026e02783f3c71cfbf6ec105e5b56aaf0d341fd519f18df3dc7c3f17f done 02:39:24 #7 exporting config sha256:2d404f9501b5c7173015527990b362516e2ac6258d6ccc520095e414c02c81e6 02:39:24 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:25 #7 exporting config sha256:2d404f9501b5c7173015527990b362516e2ac6258d6ccc520095e414c02c81e6 done 02:39:25 #7 exporting manifest sha256:9a233f2a25cfb256ce4469a9614516b9b339d37d63b40643844f0d75dbaff0fd done 02:39:25 #7 exporting config sha256:8d328c9a48c41b482b9dc9cffa7e4db041d21e489d26918734f579fb34b6a536 done 02:39:25 #7 exporting manifest list sha256:782186fddf518d5b840dfbe4f9b7c39a812251cf5e7b7a4d8f92bfc48efef37a done 02:39:25 #7 pushing layers 0.0s done 02:39:25 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:782186fddf518d5b840dfbe4f9b7c39a812251cf5e7b7a4d8f92bfc48efef37a 0.1s done 02:39:25 #7 DONE 0.1s 02:39:25 02:39:25 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:39:25 #8 DONE 0.0s 02:39:25 02:39:25 1 warning found (use --debug to expand): 02:39:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' 02:39:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - 02:39:25 #1 [internal] load build definition from Dockerfile 02:39:25 #1 transferring dockerfile: 180B done 02:39:25 #1 DONE 0.0s 02:39:25 02:39:25 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 02:39:25 #2 DONE 0.0s 02:39:25 02:39:25 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 02:39:25 #3 DONE 0.0s 02:39:25 02:39:25 #4 [internal] load .dockerignore 02:39:25 #4 transferring context: 2B done 02:39:25 #4 DONE 0.0s 02:39:25 02:39:25 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:5c6a728a9a09233b14a6c110747cc648ff3becb729a7f2c688b88a3ddc2bb85b 02:39:25 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:5c6a728a9a09233b14a6c110747cc648ff3becb729a7f2c688b88a3ddc2bb85b done 02:39:25 #5 CACHED 02:39:25 02:39:25 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:5c6a728a9a09233b14a6c110747cc648ff3becb729a7f2c688b88a3ddc2bb85b 02:39:25 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:5c6a728a9a09233b14a6c110747cc648ff3becb729a7f2c688b88a3ddc2bb85b done 02:39:25 #6 CACHED 02:39:25 02:39:25 #7 exporting to image 02:39:25 #7 exporting layers done 02:39:25 #7 exporting manifest sha256:d3fef29026e02783f3c71cfbf6ec105e5b56aaf0d341fd519f18df3dc7c3f17f done 02:39:25 #7 exporting config sha256:2d404f9501b5c7173015527990b362516e2ac6258d6ccc520095e414c02c81e6 done 02:39:25 #7 exporting manifest sha256:9a233f2a25cfb256ce4469a9614516b9b339d37d63b40643844f0d75dbaff0fd done 02:39:25 #7 exporting config sha256:8d328c9a48c41b482b9dc9cffa7e4db041d21e489d26918734f579fb34b6a536 done 02:39:25 #7 exporting manifest list sha256:782186fddf518d5b840dfbe4f9b7c39a812251cf5e7b7a4d8f92bfc48efef37a done 02:39:25 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:25 #7 pushing layers 0.0s done 02:39:25 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:782186fddf518d5b840dfbe4f9b7c39a812251cf5e7b7a4d8f92bfc48efef37a 0.1s done 02:39:25 #7 DONE 0.1s 02:39:25 02:39:25 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:39:25 #8 DONE 0.0s 02:39:25 02:39:25 1 warning found (use --debug to expand): 02:39:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca' 02:39:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca --push - 02:39:26 #1 [internal] load build definition from Dockerfile 02:39:26 #1 transferring dockerfile: 194B done 02:39:26 #1 DONE 0.0s 02:39:26 02:39:26 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:39:26 #2 DONE 0.0s 02:39:26 02:39:26 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:39:26 #3 DONE 0.0s 02:39:26 02:39:26 #4 [internal] load .dockerignore 02:39:26 #4 transferring context: 2B done 02:39:26 #4 DONE 0.0s 02:39:26 02:39:26 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 02:39:26 #5 resolve nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 done 02:39:26 #5 DONE 0.0s 02:39:26 02:39:26 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 02:39:26 #6 resolve nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 done 02:39:26 #6 DONE 0.0s 02:39:26 02:39:26 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 02:39:26 #5 resolve nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 done 02:39:26 #5 DONE 0.1s 02:39:26 02:39:26 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 02:39:26 #7 DONE 0.0s 02:39:26 02:39:26 #8 exporting to image 02:39:26 #8 exporting layers done 02:39:26 #8 exporting manifest sha256:0525a9813da53b712803740a96bcdfd2ab00057aa73a5ab5b6bd7c00aa0d8e93 done 02:39:26 #8 exporting config sha256:c0d7f7740d646031938e4001ad342a249349a5a092b650a1749c867d169f44ab done 02:39:26 #8 exporting manifest sha256:1e77343583a7349d5e31d7140c6d32ba725ba1120893f8092c157db31fb01a60 done 02:39:26 #8 exporting config sha256:62f2955b6763daf89090fa1fd9a0041bc71dca73198626ac5cf2717c7fe781fa done 02:39:26 #8 exporting manifest list sha256:86c1ec59e3a2e9b6da6561d507f1ee646fa79abbb1cbaea73fe0377bbbe043d0 done 02:39:26 #8 pushing layers 0.1s done 02:39:26 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:86c1ec59e3a2e9b6da6561d507f1ee646fa79abbb1cbaea73fe0377bbbe043d0 02:39:26 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:26 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:86c1ec59e3a2e9b6da6561d507f1ee646fa79abbb1cbaea73fe0377bbbe043d0 0.1s done 02:39:26 #8 DONE 0.2s 02:39:26 02:39:26 1 warning found (use --debug to expand): 02:39:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - 02:39:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' 02:39:27 #1 [internal] load build definition from Dockerfile 02:39:27 #1 transferring dockerfile: 160B done 02:39:27 #1 DONE 0.0s 02:39:27 02:39:27 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 02:39:27 #2 DONE 0.0s 02:39:27 02:39:27 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 02:39:27 #3 DONE 0.0s 02:39:27 02:39:27 #4 [internal] load .dockerignore 02:39:27 #4 transferring context: 2B done 02:39:27 #4 DONE 0.0s 02:39:27 02:39:27 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 02:39:27 #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 done 02:39:27 #5 CACHED 02:39:27 02:39:27 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 02:39:27 #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 done 02:39:27 #6 CACHED 02:39:27 02:39:27 #7 exporting to image 02:39:27 #7 exporting layers done 02:39:27 #7 exporting manifest sha256:0525a9813da53b712803740a96bcdfd2ab00057aa73a5ab5b6bd7c00aa0d8e93 done 02:39:27 #7 exporting config sha256:c0d7f7740d646031938e4001ad342a249349a5a092b650a1749c867d169f44ab done 02:39:27 #7 exporting manifest sha256:1e77343583a7349d5e31d7140c6d32ba725ba1120893f8092c157db31fb01a60 done 02:39:27 #7 exporting config sha256:62f2955b6763daf89090fa1fd9a0041bc71dca73198626ac5cf2717c7fe781fa done 02:39:27 #7 exporting manifest list sha256:86c1ec59e3a2e9b6da6561d507f1ee646fa79abbb1cbaea73fe0377bbbe043d0 done 02:39:27 #7 pushing layers 0.0s done 02:39:27 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:86c1ec59e3a2e9b6da6561d507f1ee646fa79abbb1cbaea73fe0377bbbe043d0 02:39:27 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:27 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:86c1ec59e3a2e9b6da6561d507f1ee646fa79abbb1cbaea73fe0377bbbe043d0 0.1s done 02:39:27 #7 DONE 0.1s 02:39:27 02:39:27 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 02:39:27 #8 DONE 0.0s 02:39:27 02:39:27 1 warning found (use --debug to expand): 02:39:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.24' 02:39:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.24 --push - 02:39:27 #1 [internal] load build definition from Dockerfile 02:39:27 #1 transferring dockerfile: 166B done 02:39:27 #1 DONE 0.0s 02:39:27 02:39:27 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.24 02:39:27 #2 DONE 0.0s 02:39:27 02:39:27 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.24 02:39:27 #3 DONE 0.0s 02:39:27 02:39:27 #4 [internal] load .dockerignore 02:39:27 #4 transferring context: 2B done 02:39:27 #4 DONE 0.0s 02:39:27 02:39:27 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.24@sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 02:39:27 #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.24@sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 done 02:39:27 #5 CACHED 02:39:27 02:39:27 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.24@sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 02:39:27 #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.24@sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 done 02:39:27 #6 CACHED 02:39:27 02:39:27 #7 exporting to image 02:39:27 #7 exporting layers done 02:39:27 #7 exporting manifest sha256:0525a9813da53b712803740a96bcdfd2ab00057aa73a5ab5b6bd7c00aa0d8e93 done 02:39:27 #7 exporting config sha256:c0d7f7740d646031938e4001ad342a249349a5a092b650a1749c867d169f44ab done 02:39:27 #7 exporting manifest sha256:1e77343583a7349d5e31d7140c6d32ba725ba1120893f8092c157db31fb01a60 done 02:39:27 #7 exporting config sha256:62f2955b6763daf89090fa1fd9a0041bc71dca73198626ac5cf2717c7fe781fa done 02:39:27 #7 exporting manifest list sha256:86c1ec59e3a2e9b6da6561d507f1ee646fa79abbb1cbaea73fe0377bbbe043d0 done 02:39:27 #7 pushing layers 0.0s done 02:39:27 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.24@sha256:86c1ec59e3a2e9b6da6561d507f1ee646fa79abbb1cbaea73fe0377bbbe043d0 02:39:27 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:27 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.24@sha256:86c1ec59e3a2e9b6da6561d507f1ee646fa79abbb1cbaea73fe0377bbbe043d0 0.1s done 02:39:27 #7 DONE 0.1s 02:39:27 02:39:27 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 02:39:27 #8 DONE 0.0s 02:39:27 02:39:27 1 warning found (use --debug to expand): 02:39:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 --push - 02:39:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24' 02:39:27 #1 [internal] load build definition from Dockerfile 02:39:27 #1 transferring dockerfile: 207B done 02:39:27 #1 DONE 0.0s 02:39:27 02:39:27 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:39:27 #2 DONE 0.0s 02:39:27 02:39:27 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:39:27 #3 DONE 0.0s 02:39:27 02:39:27 #4 [internal] load .dockerignore 02:39:27 #4 transferring context: 2B done 02:39:27 #4 DONE 0.0s 02:39:27 02:39:27 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 02:39:27 #5 resolve nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 done 02:39:27 #5 CACHED 02:39:27 02:39:27 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 02:39:27 #6 resolve nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 0.0s done 02:39:27 #6 CACHED 02:39:27 02:39:27 #7 exporting to image 02:39:27 #7 exporting layers done 02:39:27 #7 exporting manifest sha256:0525a9813da53b712803740a96bcdfd2ab00057aa73a5ab5b6bd7c00aa0d8e93 done 02:39:27 #7 exporting config sha256:c0d7f7740d646031938e4001ad342a249349a5a092b650a1749c867d169f44ab done 02:39:27 #7 exporting manifest sha256:1e77343583a7349d5e31d7140c6d32ba725ba1120893f8092c157db31fb01a60 done 02:39:27 #7 exporting config sha256:62f2955b6763daf89090fa1fd9a0041bc71dca73198626ac5cf2717c7fe781fa done 02:39:27 #7 exporting manifest list sha256:86c1ec59e3a2e9b6da6561d507f1ee646fa79abbb1cbaea73fe0377bbbe043d0 done 02:39:27 #7 pushing layers 0.0s done 02:39:27 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:86c1ec59e3a2e9b6da6561d507f1ee646fa79abbb1cbaea73fe0377bbbe043d0 02:39:27 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:28 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:86c1ec59e3a2e9b6da6561d507f1ee646fa79abbb1cbaea73fe0377bbbe043d0 0.1s done 02:39:28 #7 DONE 0.1s 02:39:28 02:39:28 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 02:39:28 #8 DONE 0.0s 02:39:28 02:39:28 1 warning found (use --debug to expand): 02:39:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' 02:39:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - 02:39:28 #1 [internal] load build definition from Dockerfile 02:39:28 #1 transferring dockerfile: 158B done 02:39:28 #1 DONE 0.0s 02:39:28 02:39:28 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 02:39:28 #2 DONE 0.0s 02:39:28 02:39:28 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 02:39:28 #3 DONE 0.0s 02:39:28 02:39:28 #4 [internal] load .dockerignore 02:39:28 #4 transferring context: 2B done 02:39:28 #4 DONE 0.0s 02:39:28 02:39:28 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 02:39:28 #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 0.0s done 02:39:28 #5 CACHED 02:39:28 02:39:28 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 02:39:28 #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 0.0s done 02:39:28 #6 CACHED 02:39:28 02:39:28 #7 exporting to image 02:39:28 #7 exporting layers done 02:39:28 #7 exporting manifest sha256:0525a9813da53b712803740a96bcdfd2ab00057aa73a5ab5b6bd7c00aa0d8e93 done 02:39:28 #7 exporting config sha256:c0d7f7740d646031938e4001ad342a249349a5a092b650a1749c867d169f44ab done 02:39:28 #7 exporting manifest sha256:1e77343583a7349d5e31d7140c6d32ba725ba1120893f8092c157db31fb01a60 done 02:39:28 #7 exporting config sha256:62f2955b6763daf89090fa1fd9a0041bc71dca73198626ac5cf2717c7fe781fa done 02:39:28 #7 exporting manifest list sha256:86c1ec59e3a2e9b6da6561d507f1ee646fa79abbb1cbaea73fe0377bbbe043d0 done 02:39:28 #7 pushing layers 0.0s done 02:39:28 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:86c1ec59e3a2e9b6da6561d507f1ee646fa79abbb1cbaea73fe0377bbbe043d0 02:39:28 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:28 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:86c1ec59e3a2e9b6da6561d507f1ee646fa79abbb1cbaea73fe0377bbbe043d0 0.1s done 02:39:28 #7 DONE 0.1s 02:39:28 02:39:28 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 02:39:28 #8 DONE 0.0s 02:39:28 02:39:28 1 warning found (use --debug to expand): 02:39:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca --push - 02:39:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca' 02:39:29 #1 [internal] load build definition from Dockerfile 02:39:29 #1 transferring dockerfile: 196B done 02:39:29 #1 DONE 0.0s 02:39:29 02:39:29 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:39:29 #2 DONE 0.0s 02:39:29 02:39:29 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:39:29 #3 DONE 0.0s 02:39:29 02:39:29 #4 [internal] load .dockerignore 02:39:29 #4 transferring context: 2B done 02:39:29 #4 DONE 0.0s 02:39:29 02:39:29 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:0f14834434ef3ed9ac24785097b8b5bb2d46ceb4f32265e35e5a02475967c851 02:39:29 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:0f14834434ef3ed9ac24785097b8b5bb2d46ceb4f32265e35e5a02475967c851 02:39:29 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:0f14834434ef3ed9ac24785097b8b5bb2d46ceb4f32265e35e5a02475967c851 done 02:39:29 #5 DONE 0.0s 02:39:29 02:39:29 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:0f14834434ef3ed9ac24785097b8b5bb2d46ceb4f32265e35e5a02475967c851 02:39:29 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:0f14834434ef3ed9ac24785097b8b5bb2d46ceb4f32265e35e5a02475967c851 0.0s done 02:39:29 #6 DONE 0.1s 02:39:29 02:39:29 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 02:39:29 #7 DONE 0.0s 02:39:29 02:39:29 #8 exporting to image 02:39:29 #8 exporting layers done 02:39:29 #8 exporting manifest sha256:d93746fc85e062268d5fc8cf538c83e3e3d29b0224e62037f3798e50dd1bcad1 done 02:39:29 #8 exporting config sha256:968880789417b50447b49dc71abf134a7b88ddf996dd65aee26ae44506c06b86 done 02:39:29 #8 exporting manifest sha256:2e5bc2954d0ac41ab17c12cd373160609d221db2ebb87bd700005a84f7686a16 done 02:39:29 #8 exporting config sha256:2aa46cf5b295da592f0ceda2988a59d912535371c8c9971ad713626065ce33f3 done 02:39:29 #8 exporting manifest list sha256:a5da852b0fab01307ae706bd7c46dab211e28ef22287d2d2cf79eaee4ab21319 done 02:39:29 #8 pushing layers 0.1s done 02:39:29 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:a5da852b0fab01307ae706bd7c46dab211e28ef22287d2d2cf79eaee4ab21319 02:39:29 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:29 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:a5da852b0fab01307ae706bd7c46dab211e28ef22287d2d2cf79eaee4ab21319 0.1s done 02:39:29 #8 DONE 0.2s 02:39:29 02:39:29 1 warning found (use --debug to expand): 02:39:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' 02:39:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - 02:39:29 #1 [internal] load build definition from Dockerfile 02:39:29 #1 transferring dockerfile: 162B done 02:39:29 #1 DONE 0.0s 02:39:29 02:39:29 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 02:39:29 #2 DONE 0.0s 02:39:29 02:39:29 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 02:39:29 #3 DONE 0.0s 02:39:29 02:39:29 #4 [internal] load .dockerignore 02:39:29 #4 transferring context: 2B done 02:39:29 #4 DONE 0.0s 02:39:29 02:39:29 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:0f14834434ef3ed9ac24785097b8b5bb2d46ceb4f32265e35e5a02475967c851 02:39:29 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:0f14834434ef3ed9ac24785097b8b5bb2d46ceb4f32265e35e5a02475967c851 done 02:39:29 #5 CACHED 02:39:29 02:39:29 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:0f14834434ef3ed9ac24785097b8b5bb2d46ceb4f32265e35e5a02475967c851 02:39:29 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:0f14834434ef3ed9ac24785097b8b5bb2d46ceb4f32265e35e5a02475967c851 done 02:39:29 #6 CACHED 02:39:29 02:39:29 #7 exporting to image 02:39:29 #7 exporting layers done 02:39:29 #7 exporting manifest sha256:d93746fc85e062268d5fc8cf538c83e3e3d29b0224e62037f3798e50dd1bcad1 done 02:39:29 #7 exporting config sha256:968880789417b50447b49dc71abf134a7b88ddf996dd65aee26ae44506c06b86 done 02:39:29 #7 exporting manifest sha256:2e5bc2954d0ac41ab17c12cd373160609d221db2ebb87bd700005a84f7686a16 done 02:39:29 #7 exporting config sha256:2aa46cf5b295da592f0ceda2988a59d912535371c8c9971ad713626065ce33f3 done 02:39:29 #7 exporting manifest list sha256:a5da852b0fab01307ae706bd7c46dab211e28ef22287d2d2cf79eaee4ab21319 done 02:39:29 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:30 #7 pushing layers 0.0s done 02:39:30 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:a5da852b0fab01307ae706bd7c46dab211e28ef22287d2d2cf79eaee4ab21319 0.1s done 02:39:30 #7 DONE 0.1s 02:39:30 02:39:30 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 02:39:30 #8 DONE 0.0s 02:39:30 02:39:30 1 warning found (use --debug to expand): 02:39:30  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:30 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.24' 02:39:30 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.24 --push - 02:39:30 #1 [internal] load build definition from Dockerfile 02:39:30 #1 transferring dockerfile: 168B done 02:39:30 #1 DONE 0.0s 02:39:30 02:39:30 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.24 02:39:30 #2 DONE 0.0s 02:39:30 02:39:30 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.24 02:39:30 #3 DONE 0.0s 02:39:30 02:39:30 #4 [internal] load .dockerignore 02:39:30 #4 transferring context: 2B done 02:39:30 #4 DONE 0.0s 02:39:30 02:39:30 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.24@sha256:0f14834434ef3ed9ac24785097b8b5bb2d46ceb4f32265e35e5a02475967c851 02:39:30 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.24@sha256:0f14834434ef3ed9ac24785097b8b5bb2d46ceb4f32265e35e5a02475967c851 done 02:39:30 #5 CACHED 02:39:30 02:39:30 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.24@sha256:0f14834434ef3ed9ac24785097b8b5bb2d46ceb4f32265e35e5a02475967c851 02:39:30 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.24@sha256:0f14834434ef3ed9ac24785097b8b5bb2d46ceb4f32265e35e5a02475967c851 done 02:39:30 #6 CACHED 02:39:30 02:39:30 #7 exporting to image 02:39:30 #7 exporting layers done 02:39:30 #7 exporting manifest sha256:d93746fc85e062268d5fc8cf538c83e3e3d29b0224e62037f3798e50dd1bcad1 done 02:39:30 #7 exporting config sha256:968880789417b50447b49dc71abf134a7b88ddf996dd65aee26ae44506c06b86 done 02:39:30 #7 exporting manifest sha256:2e5bc2954d0ac41ab17c12cd373160609d221db2ebb87bd700005a84f7686a16 done 02:39:30 #7 exporting config sha256:2aa46cf5b295da592f0ceda2988a59d912535371c8c9971ad713626065ce33f3 done 02:39:30 #7 exporting manifest list sha256:a5da852b0fab01307ae706bd7c46dab211e28ef22287d2d2cf79eaee4ab21319 done 02:39:30 #7 pushing layers 0.0s done 02:39:30 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.24@sha256:a5da852b0fab01307ae706bd7c46dab211e28ef22287d2d2cf79eaee4ab21319 02:39:30 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:30 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.24@sha256:a5da852b0fab01307ae706bd7c46dab211e28ef22287d2d2cf79eaee4ab21319 0.1s done 02:39:30 #7 DONE 0.1s 02:39:30 02:39:30 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 02:39:30 #8 DONE 0.0s 02:39:30 02:39:30 1 warning found (use --debug to expand): 02:39:30  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24' 02:39:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 --push - 02:39:31 #1 [internal] load build definition from Dockerfile 02:39:31 #1 transferring dockerfile: 209B done 02:39:31 #1 DONE 0.0s 02:39:31 02:39:31 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:39:31 #2 DONE 0.0s 02:39:31 02:39:31 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:39:31 #3 DONE 0.0s 02:39:31 02:39:31 #4 [internal] load .dockerignore 02:39:31 #4 transferring context: 2B done 02:39:31 #4 DONE 0.0s 02:39:31 02:39:31 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:0f14834434ef3ed9ac24785097b8b5bb2d46ceb4f32265e35e5a02475967c851 02:39:31 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:0f14834434ef3ed9ac24785097b8b5bb2d46ceb4f32265e35e5a02475967c851 done 02:39:31 #5 CACHED 02:39:31 02:39:31 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:0f14834434ef3ed9ac24785097b8b5bb2d46ceb4f32265e35e5a02475967c851 02:39:31 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:0f14834434ef3ed9ac24785097b8b5bb2d46ceb4f32265e35e5a02475967c851 done 02:39:31 #6 CACHED 02:39:31 02:39:31 #7 exporting to image 02:39:31 #7 exporting layers done 02:39:31 #7 exporting manifest sha256:d93746fc85e062268d5fc8cf538c83e3e3d29b0224e62037f3798e50dd1bcad1 done 02:39:31 #7 exporting config sha256:968880789417b50447b49dc71abf134a7b88ddf996dd65aee26ae44506c06b86 02:39:31 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:31 #7 exporting config sha256:968880789417b50447b49dc71abf134a7b88ddf996dd65aee26ae44506c06b86 done 02:39:31 #7 exporting manifest sha256:2e5bc2954d0ac41ab17c12cd373160609d221db2ebb87bd700005a84f7686a16 done 02:39:31 #7 exporting config sha256:2aa46cf5b295da592f0ceda2988a59d912535371c8c9971ad713626065ce33f3 done 02:39:31 #7 exporting manifest list sha256:a5da852b0fab01307ae706bd7c46dab211e28ef22287d2d2cf79eaee4ab21319 done 02:39:31 #7 pushing layers 0.0s done 02:39:31 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:a5da852b0fab01307ae706bd7c46dab211e28ef22287d2d2cf79eaee4ab21319 0.1s done 02:39:31 #7 DONE 0.1s 02:39:31 02:39:31 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 02:39:31 #8 DONE 0.0s 02:39:31 02:39:31 1 warning found (use --debug to expand): 02:39:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' 02:39:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - 02:39:31 #1 [internal] load build definition from Dockerfile 02:39:31 #1 transferring dockerfile: 160B done 02:39:31 #1 DONE 0.0s 02:39:31 02:39:31 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 02:39:31 #2 DONE 0.0s 02:39:31 02:39:31 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 02:39:31 #3 DONE 0.0s 02:39:31 02:39:31 #4 [internal] load .dockerignore 02:39:31 #4 transferring context: 2B done 02:39:31 #4 DONE 0.0s 02:39:31 02:39:31 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:0f14834434ef3ed9ac24785097b8b5bb2d46ceb4f32265e35e5a02475967c851 02:39:31 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:0f14834434ef3ed9ac24785097b8b5bb2d46ceb4f32265e35e5a02475967c851 0.0s done 02:39:31 #5 CACHED 02:39:31 02:39:31 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:0f14834434ef3ed9ac24785097b8b5bb2d46ceb4f32265e35e5a02475967c851 02:39:31 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:0f14834434ef3ed9ac24785097b8b5bb2d46ceb4f32265e35e5a02475967c851 0.0s done 02:39:31 #6 CACHED 02:39:31 02:39:31 #7 exporting to image 02:39:31 #7 exporting layers done 02:39:31 #7 exporting manifest sha256:d93746fc85e062268d5fc8cf538c83e3e3d29b0224e62037f3798e50dd1bcad1 done 02:39:31 #7 exporting config sha256:968880789417b50447b49dc71abf134a7b88ddf996dd65aee26ae44506c06b86 done 02:39:31 #7 exporting manifest sha256:2e5bc2954d0ac41ab17c12cd373160609d221db2ebb87bd700005a84f7686a16 done 02:39:31 #7 exporting config sha256:2aa46cf5b295da592f0ceda2988a59d912535371c8c9971ad713626065ce33f3 done 02:39:31 #7 exporting manifest list sha256:a5da852b0fab01307ae706bd7c46dab211e28ef22287d2d2cf79eaee4ab21319 done 02:39:31 #7 pushing layers 0.0s done 02:39:31 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:a5da852b0fab01307ae706bd7c46dab211e28ef22287d2d2cf79eaee4ab21319 02:39:31 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:31 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:a5da852b0fab01307ae706bd7c46dab211e28ef22287d2d2cf79eaee4ab21319 0.1s done 02:39:31 #7 DONE 0.1s 02:39:31 02:39:31 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 02:39:31 #8 DONE 0.0s 02:39:31 02:39:31 1 warning found (use --debug to expand): 02:39:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca' 02:39:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca --push - 02:39:32 #1 [internal] load build definition from Dockerfile 02:39:32 #1 transferring dockerfile: 198B done 02:39:32 #1 DONE 0.0s 02:39:32 02:39:32 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:39:32 #2 DONE 0.0s 02:39:32 02:39:32 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:39:32 #3 DONE 0.0s 02:39:32 02:39:32 #4 [internal] load .dockerignore 02:39:32 #4 transferring context: 2B done 02:39:32 #4 DONE 0.0s 02:39:32 02:39:32 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:26762f810aefb35fbfe3b319f500b357aa7754aaf31a98e50884d8e3f1bffeb7 02:39:32 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:26762f810aefb35fbfe3b319f500b357aa7754aaf31a98e50884d8e3f1bffeb7 done 02:39:32 #5 DONE 0.0s 02:39:32 02:39:32 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:26762f810aefb35fbfe3b319f500b357aa7754aaf31a98e50884d8e3f1bffeb7 02:39:32 #6 DONE 0.0s 02:39:32 02:39:32 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:26762f810aefb35fbfe3b319f500b357aa7754aaf31a98e50884d8e3f1bffeb7 02:39:32 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:26762f810aefb35fbfe3b319f500b357aa7754aaf31a98e50884d8e3f1bffeb7 done 02:39:32 #5 DONE 0.1s 02:39:32 02:39:32 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 02:39:32 #7 DONE 0.0s 02:39:32 02:39:32 #8 exporting to image 02:39:32 #8 exporting layers done 02:39:32 #8 exporting manifest sha256:d8201f50af7774049ea62493b3d5f69b821112c376082d002fc752d2434cd51a done 02:39:32 #8 exporting config sha256:cbcee033bb878db7f8fcfc8391b418ff6ce7c0f443c25206c947bd3cdb04583c done 02:39:32 #8 exporting manifest sha256:da2ee4d9db8c3989b1a99c1f0e961638ca258a47049b2869d235af0ceed21943 done 02:39:32 #8 exporting config sha256:6bac95a3b58c283b4d73a8c8b4a3fd8c0fb66db1c42bac299874a228e2095603 done 02:39:32 #8 exporting manifest list sha256:664968c69e9c9f3abe2a03f8687aa01ee5ea2f52f1773e4bfea6ad17c9e2923b done 02:39:32 #8 pushing layers 0.1s done 02:39:32 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:664968c69e9c9f3abe2a03f8687aa01ee5ea2f52f1773e4bfea6ad17c9e2923b 0.1s done 02:39:32 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:32 #8 DONE 0.2s 02:39:32 02:39:32 1 warning found (use --debug to expand): 02:39:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - 02:39:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' 02:39:32 #1 [internal] load build definition from Dockerfile 02:39:32 #1 transferring dockerfile: 164B done 02:39:32 #1 DONE 0.0s 02:39:32 02:39:32 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 02:39:32 #2 DONE 0.0s 02:39:32 02:39:32 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 02:39:32 #3 DONE 0.0s 02:39:32 02:39:32 #4 [internal] load .dockerignore 02:39:32 #4 transferring context: 2B done 02:39:32 #4 DONE 0.0s 02:39:32 02:39:32 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:26762f810aefb35fbfe3b319f500b357aa7754aaf31a98e50884d8e3f1bffeb7 02:39:32 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:26762f810aefb35fbfe3b319f500b357aa7754aaf31a98e50884d8e3f1bffeb7 done 02:39:32 #5 CACHED 02:39:32 02:39:32 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:26762f810aefb35fbfe3b319f500b357aa7754aaf31a98e50884d8e3f1bffeb7 02:39:32 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:26762f810aefb35fbfe3b319f500b357aa7754aaf31a98e50884d8e3f1bffeb7 done 02:39:32 #6 CACHED 02:39:32 02:39:32 #7 exporting to image 02:39:32 #7 exporting layers done 02:39:32 #7 exporting manifest sha256:d8201f50af7774049ea62493b3d5f69b821112c376082d002fc752d2434cd51a done 02:39:32 #7 exporting config sha256:cbcee033bb878db7f8fcfc8391b418ff6ce7c0f443c25206c947bd3cdb04583c done 02:39:32 #7 exporting manifest sha256:da2ee4d9db8c3989b1a99c1f0e961638ca258a47049b2869d235af0ceed21943 done 02:39:32 #7 exporting config sha256:6bac95a3b58c283b4d73a8c8b4a3fd8c0fb66db1c42bac299874a228e2095603 done 02:39:32 #7 exporting manifest list sha256:664968c69e9c9f3abe2a03f8687aa01ee5ea2f52f1773e4bfea6ad17c9e2923b done 02:39:32 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:33 #7 pushing layers 0.0s done 02:39:33 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:664968c69e9c9f3abe2a03f8687aa01ee5ea2f52f1773e4bfea6ad17c9e2923b 0.1s done 02:39:33 #7 DONE 0.1s 02:39:33 02:39:33 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 02:39:33 #8 DONE 0.0s 02:39:33 02:39:33 1 warning found (use --debug to expand): 02:39:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:33 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.24' 02:39:33 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.24 --push - 02:39:33 #1 [internal] load build definition from Dockerfile 02:39:33 #1 transferring dockerfile: 170B done 02:39:33 #1 DONE 0.0s 02:39:33 02:39:33 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.24 02:39:33 #2 DONE 0.0s 02:39:33 02:39:33 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.24 02:39:33 #3 DONE 0.0s 02:39:33 02:39:33 #4 [internal] load .dockerignore 02:39:33 #4 transferring context: 2B done 02:39:33 #4 DONE 0.0s 02:39:33 02:39:33 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.24@sha256:26762f810aefb35fbfe3b319f500b357aa7754aaf31a98e50884d8e3f1bffeb7 02:39:33 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.24@sha256:26762f810aefb35fbfe3b319f500b357aa7754aaf31a98e50884d8e3f1bffeb7 0.0s done 02:39:33 #5 CACHED 02:39:33 02:39:33 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.24@sha256:26762f810aefb35fbfe3b319f500b357aa7754aaf31a98e50884d8e3f1bffeb7 02:39:33 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.24@sha256:26762f810aefb35fbfe3b319f500b357aa7754aaf31a98e50884d8e3f1bffeb7 0.0s done 02:39:33 #6 CACHED 02:39:33 02:39:33 #7 exporting to image 02:39:33 #7 exporting layers done 02:39:33 #7 exporting manifest sha256:d8201f50af7774049ea62493b3d5f69b821112c376082d002fc752d2434cd51a done 02:39:33 #7 exporting config sha256:cbcee033bb878db7f8fcfc8391b418ff6ce7c0f443c25206c947bd3cdb04583c done 02:39:33 #7 exporting manifest sha256:da2ee4d9db8c3989b1a99c1f0e961638ca258a47049b2869d235af0ceed21943 done 02:39:33 #7 exporting config sha256:6bac95a3b58c283b4d73a8c8b4a3fd8c0fb66db1c42bac299874a228e2095603 done 02:39:33 #7 exporting manifest list sha256:664968c69e9c9f3abe2a03f8687aa01ee5ea2f52f1773e4bfea6ad17c9e2923b done 02:39:33 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:33 #7 pushing layers 0.0s done 02:39:33 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.24@sha256:664968c69e9c9f3abe2a03f8687aa01ee5ea2f52f1773e4bfea6ad17c9e2923b 0.1s done 02:39:33 #7 DONE 0.1s 02:39:33 02:39:33 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 02:39:33 #8 DONE 0.0s 02:39:33 02:39:33 1 warning found (use --debug to expand): 02:39:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:34 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24' 02:39:34 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 --push - 02:39:34 #1 [internal] load build definition from Dockerfile 02:39:34 #1 transferring dockerfile: 211B done 02:39:34 #1 DONE 0.0s 02:39:34 02:39:34 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:39:34 #2 DONE 0.0s 02:39:34 02:39:34 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:39:34 #3 DONE 0.0s 02:39:34 02:39:34 #4 [internal] load .dockerignore 02:39:34 #4 transferring context: 2B done 02:39:34 #4 DONE 0.0s 02:39:34 02:39:34 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:26762f810aefb35fbfe3b319f500b357aa7754aaf31a98e50884d8e3f1bffeb7 02:39:34 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:26762f810aefb35fbfe3b319f500b357aa7754aaf31a98e50884d8e3f1bffeb7 done 02:39:34 #5 CACHED 02:39:34 02:39:34 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:26762f810aefb35fbfe3b319f500b357aa7754aaf31a98e50884d8e3f1bffeb7 02:39:34 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:26762f810aefb35fbfe3b319f500b357aa7754aaf31a98e50884d8e3f1bffeb7 0.0s done 02:39:34 #6 CACHED 02:39:34 02:39:34 #7 exporting to image 02:39:34 #7 exporting layers 02:39:34 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:34 #7 exporting layers done 02:39:34 #7 exporting manifest sha256:d8201f50af7774049ea62493b3d5f69b821112c376082d002fc752d2434cd51a done 02:39:34 #7 exporting config sha256:cbcee033bb878db7f8fcfc8391b418ff6ce7c0f443c25206c947bd3cdb04583c done 02:39:34 #7 exporting manifest sha256:da2ee4d9db8c3989b1a99c1f0e961638ca258a47049b2869d235af0ceed21943 done 02:39:34 #7 exporting config sha256:6bac95a3b58c283b4d73a8c8b4a3fd8c0fb66db1c42bac299874a228e2095603 done 02:39:34 #7 exporting manifest list sha256:664968c69e9c9f3abe2a03f8687aa01ee5ea2f52f1773e4bfea6ad17c9e2923b done 02:39:34 #7 pushing layers 0.0s done 02:39:34 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:664968c69e9c9f3abe2a03f8687aa01ee5ea2f52f1773e4bfea6ad17c9e2923b 0.1s done 02:39:34 #7 DONE 0.1s 02:39:34 02:39:34 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 02:39:34 #8 DONE 0.0s 02:39:34 02:39:34 1 warning found (use --debug to expand): 02:39:34  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:34 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - 02:39:34 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' 02:39:34 #1 [internal] load build definition from Dockerfile 02:39:34 #1 transferring dockerfile: 162B done 02:39:34 #1 DONE 0.0s 02:39:34 02:39:34 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 02:39:34 #2 DONE 0.0s 02:39:34 02:39:34 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 02:39:34 #3 DONE 0.0s 02:39:34 02:39:34 #4 [internal] load .dockerignore 02:39:34 #4 transferring context: 2B done 02:39:34 #4 DONE 0.0s 02:39:34 02:39:34 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:26762f810aefb35fbfe3b319f500b357aa7754aaf31a98e50884d8e3f1bffeb7 02:39:34 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:26762f810aefb35fbfe3b319f500b357aa7754aaf31a98e50884d8e3f1bffeb7 0.0s done 02:39:34 #5 CACHED 02:39:34 02:39:34 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:26762f810aefb35fbfe3b319f500b357aa7754aaf31a98e50884d8e3f1bffeb7 02:39:34 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:26762f810aefb35fbfe3b319f500b357aa7754aaf31a98e50884d8e3f1bffeb7 done 02:39:34 #6 CACHED 02:39:34 02:39:34 #7 exporting to image 02:39:34 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:34 #7 exporting layers done 02:39:34 #7 exporting manifest sha256:d8201f50af7774049ea62493b3d5f69b821112c376082d002fc752d2434cd51a done 02:39:34 #7 exporting config sha256:cbcee033bb878db7f8fcfc8391b418ff6ce7c0f443c25206c947bd3cdb04583c done 02:39:34 #7 exporting manifest sha256:da2ee4d9db8c3989b1a99c1f0e961638ca258a47049b2869d235af0ceed21943 done 02:39:34 #7 exporting config sha256:6bac95a3b58c283b4d73a8c8b4a3fd8c0fb66db1c42bac299874a228e2095603 done 02:39:34 #7 exporting manifest list sha256:664968c69e9c9f3abe2a03f8687aa01ee5ea2f52f1773e4bfea6ad17c9e2923b done 02:39:34 #7 pushing layers 0.0s done 02:39:34 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:664968c69e9c9f3abe2a03f8687aa01ee5ea2f52f1773e4bfea6ad17c9e2923b 0.1s done 02:39:34 #7 DONE 0.1s 02:39:34 02:39:34 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 02:39:34 #8 DONE 0.0s 02:39:34 02:39:34 1 warning found (use --debug to expand): 02:39:34  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca --push - 02:39:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca' 02:39:35 #1 [internal] load build definition from Dockerfile 02:39:35 #1 transferring dockerfile: 206B 0.0s done 02:39:35 #1 DONE 0.0s 02:39:35 02:39:35 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:39:35 #2 DONE 0.0s 02:39:35 02:39:35 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:39:35 #3 DONE 0.0s 02:39:35 02:39:35 #4 [internal] load .dockerignore 02:39:35 #4 transferring context: 2B done 02:39:35 #4 DONE 0.0s 02:39:35 02:39:35 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:370b01f2fc92abef34ee70575611e78756c7d175a7697626ba76f42e53d2aea7 02:39:35 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:370b01f2fc92abef34ee70575611e78756c7d175a7697626ba76f42e53d2aea7 done 02:39:35 #5 DONE 0.0s 02:39:35 02:39:35 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:370b01f2fc92abef34ee70575611e78756c7d175a7697626ba76f42e53d2aea7 02:39:35 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:370b01f2fc92abef34ee70575611e78756c7d175a7697626ba76f42e53d2aea7 done 02:39:35 #6 DONE 0.1s 02:39:35 02:39:35 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:39:35 #7 DONE 0.0s 02:39:35 02:39:35 #8 exporting to image 02:39:35 #8 exporting layers done 02:39:35 #8 exporting manifest sha256:eb48cbdeaf5cc8e5694f367de00b3fe128a6c5b02bf5eb3092d0a5df09570393 done 02:39:35 #8 exporting config sha256:5b2a59f0a007d0ab4ac83644259b457146a1dc9e33e5009a576c978dac9db838 done 02:39:35 #8 exporting manifest sha256:a502d4c429a39991ae8795e0fdf2152eafbc4d7a6e88e3422cfcd34731fdf02c done 02:39:35 #8 exporting config sha256:5b914ba89ef17e09e72437c3681dacff6ed40f82c580d37f16a9004c126f0702 done 02:39:35 #8 exporting manifest list sha256:cda4c2f824eab6bb132f3c6e8b15991ba506d08908173980dca938ce5f07670d done 02:39:35 #8 pushing layers 0.1s done 02:39:35 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:cda4c2f824eab6bb132f3c6e8b15991ba506d08908173980dca938ce5f07670d 02:39:35 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:35 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:cda4c2f824eab6bb132f3c6e8b15991ba506d08908173980dca938ce5f07670d 0.1s done 02:39:35 #8 DONE 0.2s 02:39:35 02:39:35 1 warning found (use --debug to expand): 02:39:35  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' 02:39:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - 02:39:35 #1 [internal] load build definition from Dockerfile 02:39:35 #1 transferring dockerfile: 172B done 02:39:35 #1 DONE 0.0s 02:39:35 02:39:35 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 02:39:35 #2 DONE 0.0s 02:39:35 02:39:35 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 02:39:35 #3 DONE 0.0s 02:39:35 02:39:35 #4 [internal] load .dockerignore 02:39:35 #4 transferring context: 2B done 02:39:35 #4 DONE 0.0s 02:39:35 02:39:35 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:370b01f2fc92abef34ee70575611e78756c7d175a7697626ba76f42e53d2aea7 02:39:35 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:370b01f2fc92abef34ee70575611e78756c7d175a7697626ba76f42e53d2aea7 0.0s done 02:39:35 #5 CACHED 02:39:35 02:39:35 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:370b01f2fc92abef34ee70575611e78756c7d175a7697626ba76f42e53d2aea7 02:39:35 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:370b01f2fc92abef34ee70575611e78756c7d175a7697626ba76f42e53d2aea7 0.0s done 02:39:35 #6 CACHED 02:39:35 02:39:35 #7 exporting to image 02:39:35 #7 exporting layers done 02:39:35 #7 exporting manifest sha256:eb48cbdeaf5cc8e5694f367de00b3fe128a6c5b02bf5eb3092d0a5df09570393 done 02:39:35 #7 exporting config sha256:5b2a59f0a007d0ab4ac83644259b457146a1dc9e33e5009a576c978dac9db838 done 02:39:35 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:36 #7 exporting manifest sha256:a502d4c429a39991ae8795e0fdf2152eafbc4d7a6e88e3422cfcd34731fdf02c done 02:39:36 #7 exporting config sha256:5b914ba89ef17e09e72437c3681dacff6ed40f82c580d37f16a9004c126f0702 done 02:39:36 #7 exporting manifest list sha256:cda4c2f824eab6bb132f3c6e8b15991ba506d08908173980dca938ce5f07670d done 02:39:36 #7 pushing layers 0.0s done 02:39:36 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:cda4c2f824eab6bb132f3c6e8b15991ba506d08908173980dca938ce5f07670d 0.1s done 02:39:36 #7 DONE 0.1s 02:39:36 02:39:36 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:39:36 #8 DONE 0.0s 02:39:36 02:39:36 1 warning found (use --debug to expand): 02:39:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.24' 02:39:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.24 --push - 02:39:36 #1 [internal] load build definition from Dockerfile 02:39:36 #1 transferring dockerfile: 178B done 02:39:36 #1 DONE 0.0s 02:39:36 02:39:36 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.24 02:39:36 #2 DONE 0.0s 02:39:36 02:39:36 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.24 02:39:36 #3 DONE 0.0s 02:39:36 02:39:36 #4 [internal] load .dockerignore 02:39:36 #4 transferring context: 2B done 02:39:36 #4 DONE 0.0s 02:39:36 02:39:36 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.24@sha256:370b01f2fc92abef34ee70575611e78756c7d175a7697626ba76f42e53d2aea7 02:39:36 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.24@sha256:370b01f2fc92abef34ee70575611e78756c7d175a7697626ba76f42e53d2aea7 0.0s done 02:39:36 #5 CACHED 02:39:36 02:39:36 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.24@sha256:370b01f2fc92abef34ee70575611e78756c7d175a7697626ba76f42e53d2aea7 02:39:36 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.24@sha256:370b01f2fc92abef34ee70575611e78756c7d175a7697626ba76f42e53d2aea7 0.0s done 02:39:36 #6 CACHED 02:39:36 02:39:36 #7 exporting to image 02:39:36 #7 exporting layers done 02:39:36 #7 exporting manifest sha256:eb48cbdeaf5cc8e5694f367de00b3fe128a6c5b02bf5eb3092d0a5df09570393 done 02:39:36 #7 exporting config sha256:5b2a59f0a007d0ab4ac83644259b457146a1dc9e33e5009a576c978dac9db838 done 02:39:36 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:36 #7 exporting manifest sha256:a502d4c429a39991ae8795e0fdf2152eafbc4d7a6e88e3422cfcd34731fdf02c done 02:39:36 #7 exporting config sha256:5b914ba89ef17e09e72437c3681dacff6ed40f82c580d37f16a9004c126f0702 done 02:39:36 #7 exporting manifest list sha256:cda4c2f824eab6bb132f3c6e8b15991ba506d08908173980dca938ce5f07670d done 02:39:36 #7 pushing layers 0.0s done 02:39:36 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.24@sha256:cda4c2f824eab6bb132f3c6e8b15991ba506d08908173980dca938ce5f07670d 0.1s done 02:39:36 #7 DONE 0.1s 02:39:36 02:39:36 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:39:36 #8 DONE 0.0s 02:39:36 02:39:36 1 warning found (use --debug to expand): 02:39:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24' 02:39:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 --push - 02:39:37 #1 [internal] load build definition from Dockerfile 02:39:37 #1 transferring dockerfile: 219B done 02:39:37 #1 DONE 0.0s 02:39:37 02:39:37 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:39:37 #2 DONE 0.0s 02:39:37 02:39:37 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:39:37 #3 DONE 0.0s 02:39:37 02:39:37 #4 [internal] load .dockerignore 02:39:37 #4 transferring context: 2B done 02:39:37 #4 DONE 0.0s 02:39:37 02:39:37 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:370b01f2fc92abef34ee70575611e78756c7d175a7697626ba76f42e53d2aea7 02:39:37 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:370b01f2fc92abef34ee70575611e78756c7d175a7697626ba76f42e53d2aea7 0.0s done 02:39:37 #5 DONE 0.0s 02:39:37 02:39:37 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:370b01f2fc92abef34ee70575611e78756c7d175a7697626ba76f42e53d2aea7 02:39:37 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:370b01f2fc92abef34ee70575611e78756c7d175a7697626ba76f42e53d2aea7 0.0s done 02:39:37 #6 CACHED 02:39:37 02:39:37 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:370b01f2fc92abef34ee70575611e78756c7d175a7697626ba76f42e53d2aea7 02:39:37 #5 CACHED 02:39:37 02:39:37 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:39:37 #7 DONE 0.0s 02:39:37 02:39:37 #8 exporting to image 02:39:37 #8 exporting layers done 02:39:37 #8 exporting manifest sha256:eb48cbdeaf5cc8e5694f367de00b3fe128a6c5b02bf5eb3092d0a5df09570393 done 02:39:37 #8 exporting config sha256:5b2a59f0a007d0ab4ac83644259b457146a1dc9e33e5009a576c978dac9db838 done 02:39:37 #8 exporting manifest sha256:a502d4c429a39991ae8795e0fdf2152eafbc4d7a6e88e3422cfcd34731fdf02c done 02:39:37 #8 exporting config sha256:5b914ba89ef17e09e72437c3681dacff6ed40f82c580d37f16a9004c126f0702 done 02:39:37 #8 exporting manifest list sha256:cda4c2f824eab6bb132f3c6e8b15991ba506d08908173980dca938ce5f07670d done 02:39:37 #8 pushing layers 0.0s done 02:39:37 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:cda4c2f824eab6bb132f3c6e8b15991ba506d08908173980dca938ce5f07670d 0.1s done 02:39:37 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:37 #8 DONE 0.1s 02:39:37 02:39:37 1 warning found (use --debug to expand): 02:39:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' 02:39:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - 02:39:37 #1 [internal] load build definition from Dockerfile 02:39:37 #1 transferring dockerfile: 170B done 02:39:37 #1 DONE 0.0s 02:39:37 02:39:37 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 02:39:37 #2 DONE 0.0s 02:39:37 02:39:37 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 02:39:37 #3 DONE 0.0s 02:39:37 02:39:37 #4 [internal] load .dockerignore 02:39:37 #4 transferring context: 2B done 02:39:37 #4 DONE 0.0s 02:39:37 02:39:37 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:370b01f2fc92abef34ee70575611e78756c7d175a7697626ba76f42e53d2aea7 02:39:37 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:370b01f2fc92abef34ee70575611e78756c7d175a7697626ba76f42e53d2aea7 0.0s done 02:39:37 #5 CACHED 02:39:37 02:39:37 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:370b01f2fc92abef34ee70575611e78756c7d175a7697626ba76f42e53d2aea7 02:39:37 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:370b01f2fc92abef34ee70575611e78756c7d175a7697626ba76f42e53d2aea7 0.0s done 02:39:37 #6 CACHED 02:39:37 02:39:37 #7 exporting to image 02:39:37 #7 exporting layers done 02:39:37 #7 exporting manifest sha256:eb48cbdeaf5cc8e5694f367de00b3fe128a6c5b02bf5eb3092d0a5df09570393 02:39:37 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:37 #7 exporting manifest sha256:eb48cbdeaf5cc8e5694f367de00b3fe128a6c5b02bf5eb3092d0a5df09570393 done 02:39:37 #7 exporting config sha256:5b2a59f0a007d0ab4ac83644259b457146a1dc9e33e5009a576c978dac9db838 done 02:39:37 #7 exporting manifest sha256:a502d4c429a39991ae8795e0fdf2152eafbc4d7a6e88e3422cfcd34731fdf02c done 02:39:37 #7 exporting config sha256:5b914ba89ef17e09e72437c3681dacff6ed40f82c580d37f16a9004c126f0702 done 02:39:37 #7 exporting manifest list sha256:cda4c2f824eab6bb132f3c6e8b15991ba506d08908173980dca938ce5f07670d done 02:39:37 #7 pushing layers 0.0s done 02:39:37 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:cda4c2f824eab6bb132f3c6e8b15991ba506d08908173980dca938ce5f07670d 0.1s done 02:39:37 #7 DONE 0.1s 02:39:37 02:39:37 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:39:37 #8 DONE 0.0s 02:39:37 02:39:37 1 warning found (use --debug to expand): 02:39:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca' 02:39:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca --push - 02:39:38 #1 [internal] load build definition from Dockerfile 02:39:38 #1 transferring dockerfile: 204B done 02:39:38 #1 DONE 0.0s 02:39:38 02:39:38 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:39:38 #2 DONE 0.0s 02:39:38 02:39:38 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:39:38 #3 DONE 0.1s 02:39:38 02:39:38 #4 [internal] load .dockerignore 02:39:38 #4 transferring context: 2B done 02:39:38 #4 DONE 0.0s 02:39:38 02:39:38 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:076c8df4febd0baefd6c43215aefd9850fa872b7a038335f260cc989de75f284 02:39:38 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:076c8df4febd0baefd6c43215aefd9850fa872b7a038335f260cc989de75f284 02:39:38 #5 ... 02:39:38 02:39:38 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:076c8df4febd0baefd6c43215aefd9850fa872b7a038335f260cc989de75f284 02:39:38 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:076c8df4febd0baefd6c43215aefd9850fa872b7a038335f260cc989de75f284 done 02:39:38 #6 DONE 0.1s 02:39:38 02:39:38 #7 exporting to image 02:39:38 #7 exporting layers done 02:39:38 #7 exporting manifest sha256:bd9659868674247232d859a4eedd2800965da871c49318b2e00469eba9b8b17b done 02:39:38 #7 exporting config sha256:d0b1bd98f7164f7b75898722dd9e3a85f095798a148d650d3145ffa8c17bf719 done 02:39:38 #7 exporting manifest sha256:2ff5a07da3de033ae4502f4757569b4589c9420a6a875dee65ddb8aa80625974 done 02:39:38 #7 exporting config sha256:7f8371eb192d79f0bc122da6ffbcc40a3f2e1441b7c9fbaee73ae85ce648f78c done 02:39:38 #7 exporting manifest list sha256:22b8262f425a8bc8c456f570dbb5023c7e5fea9128bc9ea6101b08cf9904947c done 02:39:38 #7 pushing layers 02:39:38 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:38 #7 ... 02:39:38 02:39:38 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 02:39:38 #8 DONE 0.0s 02:39:38 02:39:38 #7 exporting to image 02:39:38 #7 pushing layers 0.1s done 02:39:38 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:22b8262f425a8bc8c456f570dbb5023c7e5fea9128bc9ea6101b08cf9904947c 02:39:38 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:22b8262f425a8bc8c456f570dbb5023c7e5fea9128bc9ea6101b08cf9904947c 0.1s done 02:39:38 #7 DONE 0.2s 02:39:38 02:39:38 1 warning found (use --debug to expand): 02:39:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' 02:39:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - 02:39:39 #1 [internal] load build definition from Dockerfile 02:39:39 #1 transferring dockerfile: 170B done 02:39:39 #1 DONE 0.0s 02:39:39 02:39:39 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 02:39:39 #2 DONE 0.0s 02:39:39 02:39:39 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 02:39:39 #3 DONE 0.0s 02:39:39 02:39:39 #4 [internal] load .dockerignore 02:39:39 #4 transferring context: 2B done 02:39:39 #4 DONE 0.0s 02:39:39 02:39:39 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:076c8df4febd0baefd6c43215aefd9850fa872b7a038335f260cc989de75f284 02:39:39 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:076c8df4febd0baefd6c43215aefd9850fa872b7a038335f260cc989de75f284 0.0s done 02:39:39 #5 CACHED 02:39:39 02:39:39 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:076c8df4febd0baefd6c43215aefd9850fa872b7a038335f260cc989de75f284 02:39:39 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:076c8df4febd0baefd6c43215aefd9850fa872b7a038335f260cc989de75f284 0.0s done 02:39:39 #6 CACHED 02:39:39 02:39:39 #7 exporting to image 02:39:39 #7 exporting layers done 02:39:39 #7 exporting manifest sha256:bd9659868674247232d859a4eedd2800965da871c49318b2e00469eba9b8b17b done 02:39:39 #7 exporting config sha256:d0b1bd98f7164f7b75898722dd9e3a85f095798a148d650d3145ffa8c17bf719 done 02:39:39 #7 exporting manifest sha256:2ff5a07da3de033ae4502f4757569b4589c9420a6a875dee65ddb8aa80625974 done 02:39:39 #7 exporting config sha256:7f8371eb192d79f0bc122da6ffbcc40a3f2e1441b7c9fbaee73ae85ce648f78c done 02:39:39 #7 exporting manifest list sha256:22b8262f425a8bc8c456f570dbb5023c7e5fea9128bc9ea6101b08cf9904947c done 02:39:39 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:39 #7 pushing layers 0.0s done 02:39:39 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:22b8262f425a8bc8c456f570dbb5023c7e5fea9128bc9ea6101b08cf9904947c 0.1s done 02:39:39 #7 DONE 0.1s 02:39:39 02:39:39 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 02:39:39 #8 DONE 0.0s 02:39:39 02:39:39 1 warning found (use --debug to expand): 02:39:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.24 --push - 02:39:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.24' 02:39:39 #1 [internal] load build definition from Dockerfile 02:39:39 #1 transferring dockerfile: 176B done 02:39:39 #1 DONE 0.0s 02:39:39 02:39:39 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.24 02:39:39 #2 DONE 0.0s 02:39:39 02:39:39 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.24 02:39:39 #3 DONE 0.0s 02:39:39 02:39:39 #4 [internal] load .dockerignore 02:39:39 #4 transferring context: 2B done 02:39:39 #4 DONE 0.0s 02:39:39 02:39:39 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.24@sha256:076c8df4febd0baefd6c43215aefd9850fa872b7a038335f260cc989de75f284 02:39:39 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.24@sha256:076c8df4febd0baefd6c43215aefd9850fa872b7a038335f260cc989de75f284 0.0s done 02:39:39 #5 CACHED 02:39:39 02:39:39 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.24@sha256:076c8df4febd0baefd6c43215aefd9850fa872b7a038335f260cc989de75f284 02:39:39 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.24@sha256:076c8df4febd0baefd6c43215aefd9850fa872b7a038335f260cc989de75f284 0.0s done 02:39:39 #6 CACHED 02:39:39 02:39:39 #7 exporting to image 02:39:39 #7 exporting layers done 02:39:39 #7 exporting manifest sha256:bd9659868674247232d859a4eedd2800965da871c49318b2e00469eba9b8b17b done 02:39:39 #7 exporting config sha256:d0b1bd98f7164f7b75898722dd9e3a85f095798a148d650d3145ffa8c17bf719 done 02:39:39 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:39 #7 exporting manifest sha256:2ff5a07da3de033ae4502f4757569b4589c9420a6a875dee65ddb8aa80625974 done 02:39:39 #7 exporting config sha256:7f8371eb192d79f0bc122da6ffbcc40a3f2e1441b7c9fbaee73ae85ce648f78c done 02:39:39 #7 exporting manifest list sha256:22b8262f425a8bc8c456f570dbb5023c7e5fea9128bc9ea6101b08cf9904947c done 02:39:39 #7 pushing layers 0.0s done 02:39:39 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.24@sha256:22b8262f425a8bc8c456f570dbb5023c7e5fea9128bc9ea6101b08cf9904947c 0.1s done 02:39:39 #7 DONE 0.1s 02:39:39 02:39:39 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 02:39:39 #8 DONE 0.0s 02:39:39 02:39:39 1 warning found (use --debug to expand): 02:39:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24' 02:39:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 --push - 02:39:40 #1 [internal] load build definition from Dockerfile 02:39:40 #1 transferring dockerfile: 217B done 02:39:40 #1 DONE 0.0s 02:39:40 02:39:40 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:39:40 #2 DONE 0.0s 02:39:40 02:39:40 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:39:40 #3 DONE 0.0s 02:39:40 02:39:40 #4 [internal] load .dockerignore 02:39:40 #4 transferring context: 2B done 02:39:40 #4 DONE 0.0s 02:39:40 02:39:40 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:076c8df4febd0baefd6c43215aefd9850fa872b7a038335f260cc989de75f284 02:39:40 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:076c8df4febd0baefd6c43215aefd9850fa872b7a038335f260cc989de75f284 done 02:39:40 #5 CACHED 02:39:40 02:39:40 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:076c8df4febd0baefd6c43215aefd9850fa872b7a038335f260cc989de75f284 02:39:40 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:076c8df4febd0baefd6c43215aefd9850fa872b7a038335f260cc989de75f284 done 02:39:40 #6 CACHED 02:39:40 02:39:40 #7 exporting to image 02:39:40 #7 exporting layers done 02:39:40 #7 exporting manifest sha256:bd9659868674247232d859a4eedd2800965da871c49318b2e00469eba9b8b17b done 02:39:40 #7 exporting config sha256:d0b1bd98f7164f7b75898722dd9e3a85f095798a148d650d3145ffa8c17bf719 done 02:39:40 #7 exporting manifest sha256:2ff5a07da3de033ae4502f4757569b4589c9420a6a875dee65ddb8aa80625974 02:39:40 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:40 #7 exporting manifest sha256:2ff5a07da3de033ae4502f4757569b4589c9420a6a875dee65ddb8aa80625974 done 02:39:40 #7 exporting config sha256:7f8371eb192d79f0bc122da6ffbcc40a3f2e1441b7c9fbaee73ae85ce648f78c done 02:39:40 #7 exporting manifest list sha256:22b8262f425a8bc8c456f570dbb5023c7e5fea9128bc9ea6101b08cf9904947c done 02:39:40 #7 pushing layers 0.0s done 02:39:40 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:22b8262f425a8bc8c456f570dbb5023c7e5fea9128bc9ea6101b08cf9904947c 0.1s done 02:39:40 #7 DONE 0.1s 02:39:40 02:39:40 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 02:39:40 #8 DONE 0.0s 02:39:40 02:39:40 1 warning found (use --debug to expand): 02:39:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' 02:39:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - 02:39:40 #1 [internal] load build definition from Dockerfile 02:39:40 #1 transferring dockerfile: 168B done 02:39:40 #1 DONE 0.0s 02:39:40 02:39:40 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 02:39:40 #2 DONE 0.0s 02:39:40 02:39:40 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 02:39:40 #3 DONE 0.0s 02:39:40 02:39:40 #4 [internal] load .dockerignore 02:39:40 #4 transferring context: 2B done 02:39:40 #4 DONE 0.0s 02:39:40 02:39:40 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:076c8df4febd0baefd6c43215aefd9850fa872b7a038335f260cc989de75f284 02:39:40 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:076c8df4febd0baefd6c43215aefd9850fa872b7a038335f260cc989de75f284 done 02:39:40 #5 CACHED 02:39:40 02:39:40 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:076c8df4febd0baefd6c43215aefd9850fa872b7a038335f260cc989de75f284 02:39:40 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:076c8df4febd0baefd6c43215aefd9850fa872b7a038335f260cc989de75f284 done 02:39:40 #6 CACHED 02:39:40 02:39:40 #7 exporting to image 02:39:40 #7 exporting layers done 02:39:40 #7 exporting manifest sha256:bd9659868674247232d859a4eedd2800965da871c49318b2e00469eba9b8b17b done 02:39:40 #7 exporting config sha256:d0b1bd98f7164f7b75898722dd9e3a85f095798a148d650d3145ffa8c17bf719 done 02:39:40 #7 exporting manifest sha256:2ff5a07da3de033ae4502f4757569b4589c9420a6a875dee65ddb8aa80625974 done 02:39:40 #7 exporting config sha256:7f8371eb192d79f0bc122da6ffbcc40a3f2e1441b7c9fbaee73ae85ce648f78c done 02:39:40 #7 exporting manifest list sha256:22b8262f425a8bc8c456f570dbb5023c7e5fea9128bc9ea6101b08cf9904947c done 02:39:40 #7 pushing layers 0.0s done 02:39:40 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:22b8262f425a8bc8c456f570dbb5023c7e5fea9128bc9ea6101b08cf9904947c 02:39:40 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:40 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:22b8262f425a8bc8c456f570dbb5023c7e5fea9128bc9ea6101b08cf9904947c 0.1s done 02:39:40 #7 DONE 0.1s 02:39:40 02:39:40 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 02:39:40 #8 DONE 0.0s 02:39:40 02:39:40 1 warning found (use --debug to expand): 02:39:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca' 02:39:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca --push - 02:39:41 #1 [internal] load build definition from Dockerfile 02:39:41 #1 transferring dockerfile: 205B done 02:39:41 #1 DONE 0.0s 02:39:41 02:39:41 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:39:41 #2 DONE 0.0s 02:39:41 02:39:41 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:39:41 #3 DONE 0.0s 02:39:41 02:39:41 #4 [internal] load .dockerignore 02:39:41 #4 transferring context: 2B done 02:39:41 #4 DONE 0.0s 02:39:41 02:39:41 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 02:39:41 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 0.0s done 02:39:41 #5 DONE 0.0s 02:39:41 02:39:41 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 02:39:41 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 0.0s done 02:39:41 #6 DONE 0.0s 02:39:41 02:39:41 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 02:39:41 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 0.0s done 02:39:41 #5 DONE 0.1s 02:39:41 02:39:41 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:39:41 #7 DONE 0.0s 02:39:41 02:39:41 #8 exporting to image 02:39:41 #8 exporting layers done 02:39:41 #8 exporting manifest sha256:6957ab0d2492d9b7e45229439695f3e4506ce0956588773ef2cec5c878f1cfb1 done 02:39:41 #8 exporting config sha256:d174546bae8760edfffa20fec3b7db6d7f1647cccb6a7c967206b0c46ee8796e done 02:39:41 #8 exporting manifest sha256:2ebbf68108050d87705a9b1581a1d468b194aaf1aee6a3e7e3421034a18428fe done 02:39:41 #8 exporting config sha256:b5deb5ba983758d29c1edeb0c0d313829ba7dc25358e4096f788551fd21d0f12 done 02:39:41 #8 exporting manifest list sha256:55d43440128e9d5d0716c53a249d005ab76977dbc8611bb1580832f3e0a7c263 done 02:39:41 #8 pushing layers 0.1s done 02:39:41 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:55d43440128e9d5d0716c53a249d005ab76977dbc8611bb1580832f3e0a7c263 02:39:41 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:41 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:55d43440128e9d5d0716c53a249d005ab76977dbc8611bb1580832f3e0a7c263 0.1s done 02:39:41 #8 DONE 0.2s 02:39:41 02:39:41 1 warning found (use --debug to expand): 02:39:41  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - 02:39:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' 02:39:41 #1 [internal] load build definition from Dockerfile 02:39:41 #1 transferring dockerfile: 171B done 02:39:41 #1 DONE 0.0s 02:39:41 02:39:41 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 02:39:41 #2 DONE 0.0s 02:39:41 02:39:41 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 02:39:41 #3 DONE 0.0s 02:39:41 02:39:41 #4 [internal] load .dockerignore 02:39:41 #4 transferring context: 2B done 02:39:41 #4 DONE 0.0s 02:39:41 02:39:41 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 02:39:41 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 done 02:39:41 #5 CACHED 02:39:41 02:39:41 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 02:39:41 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 0.0s done 02:39:41 #6 CACHED 02:39:41 02:39:41 #7 exporting to image 02:39:41 #7 exporting layers done 02:39:41 #7 exporting manifest sha256:6957ab0d2492d9b7e45229439695f3e4506ce0956588773ef2cec5c878f1cfb1 done 02:39:41 #7 exporting config sha256:d174546bae8760edfffa20fec3b7db6d7f1647cccb6a7c967206b0c46ee8796e done 02:39:41 #7 exporting manifest sha256:2ebbf68108050d87705a9b1581a1d468b194aaf1aee6a3e7e3421034a18428fe done 02:39:41 #7 exporting config sha256:b5deb5ba983758d29c1edeb0c0d313829ba7dc25358e4096f788551fd21d0f12 done 02:39:41 #7 exporting manifest list sha256:55d43440128e9d5d0716c53a249d005ab76977dbc8611bb1580832f3e0a7c263 done 02:39:41 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:42 #7 pushing layers 0.0s done 02:39:42 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:55d43440128e9d5d0716c53a249d005ab76977dbc8611bb1580832f3e0a7c263 0.1s done 02:39:42 #7 DONE 0.1s 02:39:42 02:39:42 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:39:42 #8 DONE 0.0s 02:39:42 02:39:42 1 warning found (use --debug to expand): 02:39:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:42 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.24' 02:39:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.24 --push - 02:39:42 #1 [internal] load build definition from Dockerfile 02:39:42 #1 transferring dockerfile: 177B done 02:39:42 #1 DONE 0.0s 02:39:42 02:39:42 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.24 02:39:42 #2 DONE 0.0s 02:39:42 02:39:42 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.24 02:39:42 #3 DONE 0.0s 02:39:42 02:39:42 #4 [internal] load .dockerignore 02:39:42 #4 transferring context: 2B done 02:39:42 #4 DONE 0.0s 02:39:42 02:39:42 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.24@sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 02:39:42 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.24@sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 0.0s done 02:39:42 #5 CACHED 02:39:42 02:39:42 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.24@sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 02:39:42 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.24@sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 0.0s done 02:39:42 #6 CACHED 02:39:42 02:39:42 #7 exporting to image 02:39:42 #7 exporting layers done 02:39:42 #7 exporting manifest sha256:6957ab0d2492d9b7e45229439695f3e4506ce0956588773ef2cec5c878f1cfb1 done 02:39:42 #7 exporting config sha256:d174546bae8760edfffa20fec3b7db6d7f1647cccb6a7c967206b0c46ee8796e done 02:39:42 #7 exporting manifest sha256:2ebbf68108050d87705a9b1581a1d468b194aaf1aee6a3e7e3421034a18428fe done 02:39:42 #7 exporting config sha256:b5deb5ba983758d29c1edeb0c0d313829ba7dc25358e4096f788551fd21d0f12 done 02:39:42 #7 exporting manifest list sha256:55d43440128e9d5d0716c53a249d005ab76977dbc8611bb1580832f3e0a7c263 done 02:39:42 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:42 #7 pushing layers 0.0s done 02:39:42 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.24@sha256:55d43440128e9d5d0716c53a249d005ab76977dbc8611bb1580832f3e0a7c263 0.1s done 02:39:42 #7 DONE 0.1s 02:39:42 02:39:42 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:39:42 #8 DONE 0.0s 02:39:42 02:39:42 1 warning found (use --debug to expand): 02:39:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:43 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24' 02:39:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 --push - 02:39:43 #1 [internal] load build definition from Dockerfile 02:39:43 #1 transferring dockerfile: 218B done 02:39:43 #1 DONE 0.0s 02:39:43 02:39:43 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:39:43 #2 DONE 0.0s 02:39:43 02:39:43 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:39:43 #3 DONE 0.0s 02:39:43 02:39:43 #4 [internal] load .dockerignore 02:39:43 #4 transferring context: 2B done 02:39:43 #4 DONE 0.0s 02:39:43 02:39:43 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 02:39:43 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 done 02:39:43 #5 CACHED 02:39:43 02:39:43 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 02:39:43 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 done 02:39:43 #6 CACHED 02:39:43 02:39:43 #7 exporting to image 02:39:43 #7 exporting layers done 02:39:43 #7 exporting manifest sha256:6957ab0d2492d9b7e45229439695f3e4506ce0956588773ef2cec5c878f1cfb1 done 02:39:43 #7 exporting config sha256:d174546bae8760edfffa20fec3b7db6d7f1647cccb6a7c967206b0c46ee8796e done 02:39:43 #7 exporting manifest sha256:2ebbf68108050d87705a9b1581a1d468b194aaf1aee6a3e7e3421034a18428fe done 02:39:43 #7 exporting config sha256:b5deb5ba983758d29c1edeb0c0d313829ba7dc25358e4096f788551fd21d0f12 done 02:39:43 #7 exporting manifest list sha256:55d43440128e9d5d0716c53a249d005ab76977dbc8611bb1580832f3e0a7c263 done 02:39:43 #7 pushing layers 0.0s done 02:39:43 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:55d43440128e9d5d0716c53a249d005ab76977dbc8611bb1580832f3e0a7c263 02:39:43 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:43 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:55d43440128e9d5d0716c53a249d005ab76977dbc8611bb1580832f3e0a7c263 0.1s done 02:39:43 #7 DONE 0.1s 02:39:43 02:39:43 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:39:43 #8 DONE 0.0s 02:39:43 02:39:43 1 warning found (use --debug to expand): 02:39:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:43 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' 02:39:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - 02:39:43 #1 [internal] load build definition from Dockerfile 02:39:43 #1 transferring dockerfile: 169B done 02:39:43 #1 DONE 0.0s 02:39:43 02:39:43 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 02:39:43 #2 DONE 0.0s 02:39:43 02:39:43 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 02:39:43 #3 DONE 0.0s 02:39:43 02:39:43 #4 [internal] load .dockerignore 02:39:43 #4 transferring context: 2B done 02:39:43 #4 DONE 0.0s 02:39:43 02:39:43 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 02:39:43 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 done 02:39:43 #5 CACHED 02:39:43 02:39:43 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 02:39:43 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 0.0s done 02:39:43 #6 CACHED 02:39:43 02:39:43 #7 exporting to image 02:39:43 #7 exporting layers done 02:39:43 #7 exporting manifest sha256:6957ab0d2492d9b7e45229439695f3e4506ce0956588773ef2cec5c878f1cfb1 done 02:39:43 #7 exporting config sha256:d174546bae8760edfffa20fec3b7db6d7f1647cccb6a7c967206b0c46ee8796e done 02:39:43 #7 exporting manifest sha256:2ebbf68108050d87705a9b1581a1d468b194aaf1aee6a3e7e3421034a18428fe done 02:39:43 #7 exporting config sha256:b5deb5ba983758d29c1edeb0c0d313829ba7dc25358e4096f788551fd21d0f12 done 02:39:43 #7 exporting manifest list sha256:55d43440128e9d5d0716c53a249d005ab76977dbc8611bb1580832f3e0a7c263 done 02:39:43 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:43 #7 pushing layers 0.0s done 02:39:43 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:55d43440128e9d5d0716c53a249d005ab76977dbc8611bb1580832f3e0a7c263 0.1s done 02:39:43 #7 DONE 0.1s 02:39:43 02:39:43 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:39:43 #8 DONE 0.0s 02:39:43 02:39:43 1 warning found (use --debug to expand): 02:39:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca' 02:39:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca --push - 02:39:44 #1 [internal] load build definition from Dockerfile 02:39:44 #1 transferring dockerfile: 211B done 02:39:44 #1 DONE 0.0s 02:39:44 02:39:44 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:39:44 #2 DONE 0.0s 02:39:44 02:39:44 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:39:44 #3 DONE 0.1s 02:39:44 02:39:44 #4 [internal] load .dockerignore 02:39:44 #4 transferring context: 2B done 02:39:44 #4 DONE 0.0s 02:39:44 02:39:44 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:18e30cec1e1905ece1d7c40c857234895d0151f31cfc7e2dd5d202285d5c778b 02:39:44 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:18e30cec1e1905ece1d7c40c857234895d0151f31cfc7e2dd5d202285d5c778b 02:39:44 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:18e30cec1e1905ece1d7c40c857234895d0151f31cfc7e2dd5d202285d5c778b 0.0s done 02:39:44 #5 DONE 0.1s 02:39:44 02:39:44 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:18e30cec1e1905ece1d7c40c857234895d0151f31cfc7e2dd5d202285d5c778b 02:39:44 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:18e30cec1e1905ece1d7c40c857234895d0151f31cfc7e2dd5d202285d5c778b 0.0s done 02:39:44 #6 DONE 0.0s 02:39:44 02:39:44 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:39:44 #7 DONE 0.0s 02:39:44 02:39:44 #8 exporting to image 02:39:44 #8 exporting layers done 02:39:44 #8 exporting manifest sha256:8a6d88f555e2447c3239b60edd20e09c700487dea1643904c8575136a9a921d9 done 02:39:44 #8 exporting config sha256:4a9ad89ee3529aff7e7cc8cd78defd3ae29de4638ca56cdabc5864ed5949a33a done 02:39:44 #8 exporting manifest sha256:51265ad6e92d50c16562a5e1bf87a372cce9f302abfbcf9bdec5ec4e42ff8468 done 02:39:44 #8 exporting config sha256:f928aea0ce0cefd01e2a324c3668e3f315506cd149e8b70af913e2808ad43037 done 02:39:44 #8 exporting manifest list sha256:bfdd030fdc880b26b65963048b6c8b94863ae459ceb5f05dd0ee0904678131af done 02:39:44 #8 pushing layers 0.1s done 02:39:44 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:bfdd030fdc880b26b65963048b6c8b94863ae459ceb5f05dd0ee0904678131af 02:39:44 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:44 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:bfdd030fdc880b26b65963048b6c8b94863ae459ceb5f05dd0ee0904678131af 0.1s done 02:39:44 #8 DONE 0.2s 02:39:44 02:39:44 1 warning found (use --debug to expand): 02:39:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - 02:39:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' 02:39:44 #1 [internal] load build definition from Dockerfile 02:39:44 #1 transferring dockerfile: 177B done 02:39:44 #1 DONE 0.0s 02:39:44 02:39:44 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 02:39:44 #2 DONE 0.0s 02:39:44 02:39:44 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 02:39:44 #3 DONE 0.0s 02:39:44 02:39:44 #4 [internal] load .dockerignore 02:39:44 #4 transferring context: 2B done 02:39:44 #4 DONE 0.0s 02:39:44 02:39:44 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:18e30cec1e1905ece1d7c40c857234895d0151f31cfc7e2dd5d202285d5c778b 02:39:44 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:18e30cec1e1905ece1d7c40c857234895d0151f31cfc7e2dd5d202285d5c778b done 02:39:44 #5 CACHED 02:39:44 02:39:44 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:18e30cec1e1905ece1d7c40c857234895d0151f31cfc7e2dd5d202285d5c778b 02:39:44 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:18e30cec1e1905ece1d7c40c857234895d0151f31cfc7e2dd5d202285d5c778b 0.0s done 02:39:44 #6 CACHED 02:39:44 02:39:44 #7 exporting to image 02:39:44 #7 exporting layers 02:39:44 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:45 #7 exporting layers done 02:39:45 #7 exporting manifest sha256:8a6d88f555e2447c3239b60edd20e09c700487dea1643904c8575136a9a921d9 done 02:39:45 #7 exporting config sha256:4a9ad89ee3529aff7e7cc8cd78defd3ae29de4638ca56cdabc5864ed5949a33a done 02:39:45 #7 exporting manifest sha256:51265ad6e92d50c16562a5e1bf87a372cce9f302abfbcf9bdec5ec4e42ff8468 done 02:39:45 #7 exporting config sha256:f928aea0ce0cefd01e2a324c3668e3f315506cd149e8b70af913e2808ad43037 done 02:39:45 #7 exporting manifest list sha256:bfdd030fdc880b26b65963048b6c8b94863ae459ceb5f05dd0ee0904678131af done 02:39:45 #7 pushing layers 0.0s done 02:39:45 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:bfdd030fdc880b26b65963048b6c8b94863ae459ceb5f05dd0ee0904678131af 0.1s done 02:39:45 #7 DONE 0.1s 02:39:45 02:39:45 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:39:45 #8 DONE 0.0s 02:39:45 02:39:45 1 warning found (use --debug to expand): 02:39:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.24' 02:39:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.24 --push - 02:39:45 #1 [internal] load build definition from Dockerfile 02:39:45 #1 transferring dockerfile: 183B done 02:39:45 #1 DONE 0.0s 02:39:45 02:39:45 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.24 02:39:45 #2 DONE 0.0s 02:39:45 02:39:45 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.24 02:39:45 #3 DONE 0.0s 02:39:45 02:39:45 #4 [internal] load .dockerignore 02:39:45 #4 transferring context: 2B done 02:39:45 #4 DONE 0.0s 02:39:45 02:39:45 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.24@sha256:18e30cec1e1905ece1d7c40c857234895d0151f31cfc7e2dd5d202285d5c778b 02:39:45 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.24@sha256:18e30cec1e1905ece1d7c40c857234895d0151f31cfc7e2dd5d202285d5c778b 0.0s done 02:39:45 #5 CACHED 02:39:45 02:39:45 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.24@sha256:18e30cec1e1905ece1d7c40c857234895d0151f31cfc7e2dd5d202285d5c778b 02:39:45 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.24@sha256:18e30cec1e1905ece1d7c40c857234895d0151f31cfc7e2dd5d202285d5c778b 0.0s done 02:39:45 #6 CACHED 02:39:45 02:39:45 #7 exporting to image 02:39:45 #7 exporting layers done 02:39:45 #7 exporting manifest sha256:8a6d88f555e2447c3239b60edd20e09c700487dea1643904c8575136a9a921d9 done 02:39:45 #7 exporting config sha256:4a9ad89ee3529aff7e7cc8cd78defd3ae29de4638ca56cdabc5864ed5949a33a done 02:39:45 #7 exporting manifest sha256:51265ad6e92d50c16562a5e1bf87a372cce9f302abfbcf9bdec5ec4e42ff8468 done 02:39:45 #7 exporting config sha256:f928aea0ce0cefd01e2a324c3668e3f315506cd149e8b70af913e2808ad43037 done 02:39:45 #7 exporting manifest list sha256:bfdd030fdc880b26b65963048b6c8b94863ae459ceb5f05dd0ee0904678131af done 02:39:45 #7 pushing layers 02:39:45 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:45 #7 pushing layers 0.0s done 02:39:45 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.24@sha256:bfdd030fdc880b26b65963048b6c8b94863ae459ceb5f05dd0ee0904678131af 0.1s done 02:39:45 #7 DONE 0.1s 02:39:45 02:39:45 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:39:45 #8 DONE 0.0s 02:39:45 02:39:45 1 warning found (use --debug to expand): 02:39:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24' 02:39:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 --push - 02:39:48 #1 [internal] load build definition from Dockerfile 02:39:48 #1 transferring dockerfile: 224B done 02:39:48 #1 DONE 0.0s 02:39:48 02:39:48 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:39:48 #2 DONE 0.3s 02:39:48 02:39:48 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:39:48 #3 DONE 0.3s 02:39:48 02:39:48 #4 [internal] load .dockerignore 02:39:48 #4 transferring context: 2B done 02:39:48 #4 DONE 0.0s 02:39:48 02:39:48 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:18e30cec1e1905ece1d7c40c857234895d0151f31cfc7e2dd5d202285d5c778b 02:39:48 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:18e30cec1e1905ece1d7c40c857234895d0151f31cfc7e2dd5d202285d5c778b 0.0s done 02:39:48 #5 CACHED 02:39:48 02:39:48 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:18e30cec1e1905ece1d7c40c857234895d0151f31cfc7e2dd5d202285d5c778b 02:39:48 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:18e30cec1e1905ece1d7c40c857234895d0151f31cfc7e2dd5d202285d5c778b 0.0s done 02:39:48 #6 CACHED 02:39:48 02:39:48 #7 exporting to image 02:39:48 #7 exporting layers done 02:39:48 #7 exporting manifest sha256:8a6d88f555e2447c3239b60edd20e09c700487dea1643904c8575136a9a921d9 done 02:39:48 #7 exporting config sha256:4a9ad89ee3529aff7e7cc8cd78defd3ae29de4638ca56cdabc5864ed5949a33a done 02:39:48 #7 exporting manifest sha256:51265ad6e92d50c16562a5e1bf87a372cce9f302abfbcf9bdec5ec4e42ff8468 done 02:39:48 #7 exporting config sha256:f928aea0ce0cefd01e2a324c3668e3f315506cd149e8b70af913e2808ad43037 done 02:39:48 #7 exporting manifest list sha256:bfdd030fdc880b26b65963048b6c8b94863ae459ceb5f05dd0ee0904678131af done 02:39:48 #7 pushing layers 02:39:48 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:49 #7 pushing layers 2.6s done 02:39:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:bfdd030fdc880b26b65963048b6c8b94863ae459ceb5f05dd0ee0904678131af 02:39:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:bfdd030fdc880b26b65963048b6c8b94863ae459ceb5f05dd0ee0904678131af 0.1s done 02:39:49 #7 DONE 2.7s 02:39:49 02:39:49 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:39:49 #8 DONE 0.0s 02:39:49 02:39:49 1 warning found (use --debug to expand): 02:39:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' 02:39:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - 02:39:49 #1 [internal] load build definition from Dockerfile 02:39:49 #1 transferring dockerfile: 175B done 02:39:49 #1 DONE 0.0s 02:39:49 02:39:49 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 02:39:49 #2 DONE 0.0s 02:39:49 02:39:49 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 02:39:49 #3 DONE 0.0s 02:39:49 02:39:49 #4 [internal] load .dockerignore 02:39:49 #4 transferring context: 2B done 02:39:49 #4 DONE 0.0s 02:39:49 02:39:49 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:18e30cec1e1905ece1d7c40c857234895d0151f31cfc7e2dd5d202285d5c778b 02:39:49 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:18e30cec1e1905ece1d7c40c857234895d0151f31cfc7e2dd5d202285d5c778b 0.0s done 02:39:49 #5 CACHED 02:39:49 02:39:49 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:18e30cec1e1905ece1d7c40c857234895d0151f31cfc7e2dd5d202285d5c778b 02:39:49 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:18e30cec1e1905ece1d7c40c857234895d0151f31cfc7e2dd5d202285d5c778b 0.0s done 02:39:49 #6 CACHED 02:39:49 02:39:49 #7 exporting to image 02:39:49 #7 exporting layers done 02:39:49 #7 exporting manifest sha256:8a6d88f555e2447c3239b60edd20e09c700487dea1643904c8575136a9a921d9 done 02:39:49 #7 exporting config sha256:4a9ad89ee3529aff7e7cc8cd78defd3ae29de4638ca56cdabc5864ed5949a33a done 02:39:49 #7 exporting manifest sha256:51265ad6e92d50c16562a5e1bf87a372cce9f302abfbcf9bdec5ec4e42ff8468 done 02:39:49 #7 exporting config sha256:f928aea0ce0cefd01e2a324c3668e3f315506cd149e8b70af913e2808ad43037 done 02:39:49 #7 exporting manifest list sha256:bfdd030fdc880b26b65963048b6c8b94863ae459ceb5f05dd0ee0904678131af done 02:39:49 #7 pushing layers 0.0s done 02:39:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:bfdd030fdc880b26b65963048b6c8b94863ae459ceb5f05dd0ee0904678131af 02:39:49 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:bfdd030fdc880b26b65963048b6c8b94863ae459ceb5f05dd0ee0904678131af 0.1s done 02:39:49 #7 DONE 0.1s 02:39:49 02:39:49 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:39:49 #8 DONE 0.0s 02:39:49 02:39:49 1 warning found (use --debug to expand): 02:39:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca' 02:39:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca --push - 02:39:50 #1 [internal] load build definition from Dockerfile 02:39:50 #1 transferring dockerfile: 215B done 02:39:50 #1 DONE 0.0s 02:39:50 02:39:50 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:39:50 #2 DONE 0.0s 02:39:50 02:39:50 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:39:50 #3 DONE 0.0s 02:39:50 02:39:50 #4 [internal] load .dockerignore 02:39:50 #4 transferring context: 2B done 02:39:50 #4 DONE 0.0s 02:39:50 02:39:50 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c 02:39:50 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c 0.0s done 02:39:50 #5 DONE 0.0s 02:39:50 02:39:50 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c 02:39:50 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c done 02:39:50 #6 DONE 0.0s 02:39:50 02:39:50 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c 02:39:50 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c 0.0s done 02:39:50 #5 DONE 0.1s 02:39:50 02:39:50 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 02:39:50 #7 DONE 0.0s 02:39:50 02:39:50 #8 exporting to image 02:39:50 #8 exporting layers done 02:39:50 #8 exporting manifest sha256:1330523a382d06ab3edf944550fcd700cc1de67b396212cad43a2e23bd002264 done 02:39:50 #8 exporting config sha256:9cf01f36caa528ea846ab5baef1a873ef16263b213f17d21380b7d747d5b8075 done 02:39:50 #8 exporting manifest sha256:0fea51795d1e8114103fb868ffaa490adcb6035141ad104fb91d88a54f890029 done 02:39:50 #8 exporting config sha256:3943dd6eac8ef7e4041f6fa16952e0aff7359cc27e18c9647393cd07ef3613a5 done 02:39:50 #8 exporting manifest list sha256:fd951419c60ac4c84141b79febe61f9a658b709cc7f901d8e6efaa4dc0b06ebc done 02:39:50 #8 pushing layers 0.1s done 02:39:50 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:fd951419c60ac4c84141b79febe61f9a658b709cc7f901d8e6efaa4dc0b06ebc 02:39:50 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:51 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:fd951419c60ac4c84141b79febe61f9a658b709cc7f901d8e6efaa4dc0b06ebc 0.1s done 02:39:51 #8 DONE 0.2s 02:39:51 02:39:51 1 warning found (use --debug to expand): 02:39:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - 02:39:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' 02:39:51 #1 [internal] load build definition from Dockerfile 02:39:51 #1 transferring dockerfile: 181B done 02:39:51 #1 DONE 0.0s 02:39:51 02:39:51 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 02:39:51 #2 DONE 0.0s 02:39:51 02:39:51 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 02:39:51 #3 DONE 0.0s 02:39:51 02:39:51 #4 [internal] load .dockerignore 02:39:51 #4 transferring context: 2B done 02:39:51 #4 DONE 0.0s 02:39:51 02:39:51 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c 02:39:51 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c 0.0s done 02:39:51 #5 CACHED 02:39:51 02:39:51 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c 02:39:51 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c 0.0s done 02:39:51 #6 CACHED 02:39:51 02:39:51 #7 exporting to image 02:39:51 #7 exporting layers done 02:39:51 #7 exporting manifest sha256:1330523a382d06ab3edf944550fcd700cc1de67b396212cad43a2e23bd002264 done 02:39:51 #7 exporting config sha256:9cf01f36caa528ea846ab5baef1a873ef16263b213f17d21380b7d747d5b8075 done 02:39:51 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:51 #7 exporting manifest sha256:0fea51795d1e8114103fb868ffaa490adcb6035141ad104fb91d88a54f890029 done 02:39:51 #7 exporting config sha256:3943dd6eac8ef7e4041f6fa16952e0aff7359cc27e18c9647393cd07ef3613a5 done 02:39:51 #7 exporting manifest list sha256:fd951419c60ac4c84141b79febe61f9a658b709cc7f901d8e6efaa4dc0b06ebc done 02:39:51 #7 pushing layers 0.0s done 02:39:51 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:fd951419c60ac4c84141b79febe61f9a658b709cc7f901d8e6efaa4dc0b06ebc 0.1s done 02:39:51 #7 DONE 0.1s 02:39:51 02:39:51 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 02:39:51 #8 DONE 0.0s 02:39:51 02:39:51 1 warning found (use --debug to expand): 02:39:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.24' 02:39:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.24 --push - 02:39:51 #1 [internal] load build definition from Dockerfile 02:39:51 #1 transferring dockerfile: 187B done 02:39:51 #1 DONE 0.0s 02:39:51 02:39:51 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.24 02:39:51 #2 DONE 0.0s 02:39:51 02:39:51 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.24 02:39:51 #3 DONE 0.0s 02:39:51 02:39:51 #4 [internal] load .dockerignore 02:39:51 #4 transferring context: 2B done 02:39:51 #4 DONE 0.0s 02:39:51 02:39:51 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.24@sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c 02:39:51 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.24@sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c done 02:39:51 #5 CACHED 02:39:51 02:39:51 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.24@sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c 02:39:51 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.24@sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c done 02:39:51 #6 CACHED 02:39:51 02:39:51 #7 exporting to image 02:39:51 #7 exporting layers done 02:39:51 #7 exporting manifest sha256:1330523a382d06ab3edf944550fcd700cc1de67b396212cad43a2e23bd002264 done 02:39:51 #7 exporting config sha256:9cf01f36caa528ea846ab5baef1a873ef16263b213f17d21380b7d747d5b8075 done 02:39:51 #7 exporting manifest sha256:0fea51795d1e8114103fb868ffaa490adcb6035141ad104fb91d88a54f890029 done 02:39:51 #7 exporting config sha256:3943dd6eac8ef7e4041f6fa16952e0aff7359cc27e18c9647393cd07ef3613a5 done 02:39:51 #7 exporting manifest list sha256:fd951419c60ac4c84141b79febe61f9a658b709cc7f901d8e6efaa4dc0b06ebc done 02:39:51 #7 pushing layers 0.0s done 02:39:51 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.24@sha256:fd951419c60ac4c84141b79febe61f9a658b709cc7f901d8e6efaa4dc0b06ebc 02:39:51 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:52 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.24@sha256:fd951419c60ac4c84141b79febe61f9a658b709cc7f901d8e6efaa4dc0b06ebc 0.1s done 02:39:52 #7 DONE 0.1s 02:39:52 02:39:52 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 02:39:52 #8 DONE 0.0s 02:39:52 02:39:52 1 warning found (use --debug to expand): 02:39:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24' 02:39:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 --push - 02:39:52 #1 [internal] load build definition from Dockerfile 02:39:52 #1 transferring dockerfile: 228B done 02:39:52 #1 DONE 0.0s 02:39:52 02:39:52 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:39:52 #2 DONE 0.0s 02:39:52 02:39:52 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:39:52 #3 DONE 0.0s 02:39:52 02:39:52 #4 [internal] load .dockerignore 02:39:52 #4 transferring context: 2B done 02:39:52 #4 DONE 0.0s 02:39:52 02:39:52 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c 02:39:52 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c done 02:39:52 #5 CACHED 02:39:52 02:39:52 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c 02:39:52 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c done 02:39:52 #6 DONE 0.0s 02:39:52 02:39:52 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c 02:39:52 #6 CACHED 02:39:52 02:39:52 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 02:39:52 #7 DONE 0.0s 02:39:52 02:39:52 #8 exporting to image 02:39:52 #8 exporting layers done 02:39:52 #8 exporting manifest sha256:1330523a382d06ab3edf944550fcd700cc1de67b396212cad43a2e23bd002264 done 02:39:52 #8 exporting config sha256:9cf01f36caa528ea846ab5baef1a873ef16263b213f17d21380b7d747d5b8075 done 02:39:52 #8 exporting manifest sha256:0fea51795d1e8114103fb868ffaa490adcb6035141ad104fb91d88a54f890029 done 02:39:52 #8 exporting config sha256:3943dd6eac8ef7e4041f6fa16952e0aff7359cc27e18c9647393cd07ef3613a5 done 02:39:52 #8 exporting manifest list sha256:fd951419c60ac4c84141b79febe61f9a658b709cc7f901d8e6efaa4dc0b06ebc done 02:39:52 #8 pushing layers 0.0s done 02:39:52 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:fd951419c60ac4c84141b79febe61f9a658b709cc7f901d8e6efaa4dc0b06ebc 0.1s done 02:39:52 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:52 #8 DONE 0.1s 02:39:52 02:39:52 1 warning found (use --debug to expand): 02:39:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' 02:39:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - 02:39:53 #1 [internal] load build definition from Dockerfile 02:39:53 #1 transferring dockerfile: 179B done 02:39:53 #1 DONE 0.0s 02:39:53 02:39:53 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 02:39:53 #2 DONE 0.0s 02:39:53 02:39:53 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 02:39:53 #3 DONE 0.0s 02:39:53 02:39:53 #4 [internal] load .dockerignore 02:39:53 #4 transferring context: 2B done 02:39:53 #4 DONE 0.0s 02:39:53 02:39:53 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c 02:39:53 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c done 02:39:53 #5 CACHED 02:39:53 02:39:53 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c 02:39:53 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c 0.0s done 02:39:53 #6 CACHED 02:39:53 02:39:53 #7 exporting to image 02:39:53 #7 exporting layers done 02:39:53 #7 exporting manifest sha256:1330523a382d06ab3edf944550fcd700cc1de67b396212cad43a2e23bd002264 done 02:39:53 #7 exporting config sha256:9cf01f36caa528ea846ab5baef1a873ef16263b213f17d21380b7d747d5b8075 done 02:39:53 #7 exporting manifest sha256:0fea51795d1e8114103fb868ffaa490adcb6035141ad104fb91d88a54f890029 done 02:39:53 #7 exporting config sha256:3943dd6eac8ef7e4041f6fa16952e0aff7359cc27e18c9647393cd07ef3613a5 done 02:39:53 #7 exporting manifest list sha256:fd951419c60ac4c84141b79febe61f9a658b709cc7f901d8e6efaa4dc0b06ebc done 02:39:53 #7 pushing layers 0.0s done 02:39:53 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:fd951419c60ac4c84141b79febe61f9a658b709cc7f901d8e6efaa4dc0b06ebc 02:39:53 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:53 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:fd951419c60ac4c84141b79febe61f9a658b709cc7f901d8e6efaa4dc0b06ebc 0.1s done 02:39:53 #7 DONE 0.1s 02:39:53 02:39:53 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 02:39:53 #8 DONE 0.0s 02:39:53 02:39:53 1 warning found (use --debug to expand): 02:39:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca' 02:39:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca --push - 02:39:53 #1 [internal] load build definition from Dockerfile 02:39:53 #1 transferring dockerfile: 205B done 02:39:53 #1 DONE 0.0s 02:39:53 02:39:53 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:39:53 #2 DONE 0.0s 02:39:53 02:39:53 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:39:53 #3 DONE 0.0s 02:39:53 02:39:53 #4 [internal] load .dockerignore 02:39:53 #4 transferring context: 2B done 02:39:53 #4 DONE 0.0s 02:39:53 02:39:53 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 02:39:53 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 done 02:39:53 #5 DONE 0.0s 02:39:53 02:39:53 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 02:39:53 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 done 02:39:53 #6 DONE 0.0s 02:39:53 02:39:53 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 02:39:53 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 done 02:39:53 #5 DONE 0.1s 02:39:53 02:39:53 #7 exporting to image 02:39:53 #7 exporting layers done 02:39:53 #7 exporting manifest sha256:142db7c945fd97fb1b6a34921ffa70e1bf71a8468ae47199938f070cd621728e done 02:39:53 #7 exporting config sha256:24ef1dbfe14e66d24457dfe5296b808b15d86c1d664d9e120030317bd698f7e2 done 02:39:53 #7 exporting manifest sha256:de669885e4db4175640c947fb7862223c8fcc4267e132ebac2be53af7036d7f7 done 02:39:53 #7 exporting config sha256:b55b8ab62b700b9b09fe871f39921699bf0ff04f7411bc2b5e11524e80053dc2 done 02:39:53 #7 exporting manifest list sha256:81f5c9faf24f505e698b740c8a420d90f8dc75adcc877a303ee7e6bb787daa89 02:39:53 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:53 #7 ... 02:39:53 02:39:53 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 02:39:53 #8 DONE 0.0s 02:39:53 02:39:53 #7 exporting to image 02:39:53 #7 exporting manifest list sha256:81f5c9faf24f505e698b740c8a420d90f8dc75adcc877a303ee7e6bb787daa89 done 02:39:53 #7 pushing layers 0.1s done 02:39:53 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:81f5c9faf24f505e698b740c8a420d90f8dc75adcc877a303ee7e6bb787daa89 02:39:54 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:81f5c9faf24f505e698b740c8a420d90f8dc75adcc877a303ee7e6bb787daa89 0.1s done 02:39:54 #7 DONE 0.2s 02:39:54 02:39:54 1 warning found (use --debug to expand): 02:39:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - 02:39:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' 02:39:54 #1 [internal] load build definition from Dockerfile 02:39:54 #1 transferring dockerfile: 171B done 02:39:54 #1 DONE 0.0s 02:39:54 02:39:54 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 02:39:54 #2 DONE 0.0s 02:39:54 02:39:54 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 02:39:54 #3 DONE 0.0s 02:39:54 02:39:54 #4 [internal] load .dockerignore 02:39:54 #4 transferring context: 2B done 02:39:54 #4 DONE 0.0s 02:39:54 02:39:54 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 02:39:54 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 done 02:39:54 #5 CACHED 02:39:54 02:39:54 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 02:39:54 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 done 02:39:54 #6 CACHED 02:39:54 02:39:54 #7 exporting to image 02:39:54 #7 exporting layers done 02:39:54 #7 exporting manifest sha256:142db7c945fd97fb1b6a34921ffa70e1bf71a8468ae47199938f070cd621728e done 02:39:54 #7 exporting config sha256:24ef1dbfe14e66d24457dfe5296b808b15d86c1d664d9e120030317bd698f7e2 done 02:39:54 #7 exporting manifest sha256:de669885e4db4175640c947fb7862223c8fcc4267e132ebac2be53af7036d7f7 done 02:39:54 #7 exporting config sha256:b55b8ab62b700b9b09fe871f39921699bf0ff04f7411bc2b5e11524e80053dc2 done 02:39:54 #7 exporting manifest list sha256:81f5c9faf24f505e698b740c8a420d90f8dc75adcc877a303ee7e6bb787daa89 done 02:39:54 #7 pushing layers 0.0s done 02:39:54 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:81f5c9faf24f505e698b740c8a420d90f8dc75adcc877a303ee7e6bb787daa89 02:39:54 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:54 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:81f5c9faf24f505e698b740c8a420d90f8dc75adcc877a303ee7e6bb787daa89 0.1s done 02:39:54 #7 DONE 0.1s 02:39:54 02:39:54 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 02:39:54 #8 DONE 0.0s 02:39:54 02:39:54 1 warning found (use --debug to expand): 02:39:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.24 --push - 02:39:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.24' 02:39:54 #1 [internal] load build definition from Dockerfile 02:39:54 #1 transferring dockerfile: 177B done 02:39:54 #1 DONE 0.0s 02:39:54 02:39:54 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.24 02:39:54 #2 DONE 0.0s 02:39:54 02:39:54 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.24 02:39:54 #3 DONE 0.0s 02:39:54 02:39:54 #4 [internal] load .dockerignore 02:39:54 #4 transferring context: 2B done 02:39:54 #4 DONE 0.0s 02:39:54 02:39:54 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.24@sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 02:39:54 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.24@sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 done 02:39:54 #5 CACHED 02:39:54 02:39:54 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.24@sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 02:39:54 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.24@sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 done 02:39:54 #6 CACHED 02:39:54 02:39:54 #7 exporting to image 02:39:54 #7 exporting layers done 02:39:54 #7 exporting manifest sha256:142db7c945fd97fb1b6a34921ffa70e1bf71a8468ae47199938f070cd621728e done 02:39:54 #7 exporting config sha256:24ef1dbfe14e66d24457dfe5296b808b15d86c1d664d9e120030317bd698f7e2 done 02:39:54 #7 exporting manifest sha256:de669885e4db4175640c947fb7862223c8fcc4267e132ebac2be53af7036d7f7 done 02:39:54 #7 exporting config sha256:b55b8ab62b700b9b09fe871f39921699bf0ff04f7411bc2b5e11524e80053dc2 done 02:39:54 #7 exporting manifest list sha256:81f5c9faf24f505e698b740c8a420d90f8dc75adcc877a303ee7e6bb787daa89 done 02:39:54 #7 pushing layers 0.0s done 02:39:54 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.24@sha256:81f5c9faf24f505e698b740c8a420d90f8dc75adcc877a303ee7e6bb787daa89 02:39:54 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:55 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.24@sha256:81f5c9faf24f505e698b740c8a420d90f8dc75adcc877a303ee7e6bb787daa89 0.1s done 02:39:55 #7 DONE 0.1s 02:39:55 02:39:55 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 02:39:55 #8 DONE 0.0s 02:39:55 02:39:55 1 warning found (use --debug to expand): 02:39:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24' 02:39:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 --push - 02:39:55 #1 [internal] load build definition from Dockerfile 02:39:55 #1 transferring dockerfile: 218B done 02:39:55 #1 DONE 0.0s 02:39:55 02:39:55 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:39:55 #2 DONE 0.0s 02:39:55 02:39:55 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:39:55 #3 DONE 0.0s 02:39:55 02:39:55 #4 [internal] load .dockerignore 02:39:55 #4 transferring context: 2B done 02:39:55 #4 DONE 0.0s 02:39:55 02:39:55 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 02:39:55 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 0.0s done 02:39:55 #5 CACHED 02:39:55 02:39:55 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 02:39:55 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 0.0s done 02:39:55 #6 CACHED 02:39:55 02:39:55 #7 exporting to image 02:39:55 #7 exporting layers done 02:39:55 #7 exporting manifest sha256:142db7c945fd97fb1b6a34921ffa70e1bf71a8468ae47199938f070cd621728e done 02:39:55 #7 exporting config sha256:24ef1dbfe14e66d24457dfe5296b808b15d86c1d664d9e120030317bd698f7e2 done 02:39:55 #7 exporting manifest sha256:de669885e4db4175640c947fb7862223c8fcc4267e132ebac2be53af7036d7f7 done 02:39:55 #7 exporting config sha256:b55b8ab62b700b9b09fe871f39921699bf0ff04f7411bc2b5e11524e80053dc2 done 02:39:55 #7 exporting manifest list sha256:81f5c9faf24f505e698b740c8a420d90f8dc75adcc877a303ee7e6bb787daa89 done 02:39:55 #7 pushing layers 0.0s done 02:39:55 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:81f5c9faf24f505e698b740c8a420d90f8dc75adcc877a303ee7e6bb787daa89 02:39:55 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:55 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:81f5c9faf24f505e698b740c8a420d90f8dc75adcc877a303ee7e6bb787daa89 0.1s done 02:39:55 #7 DONE 0.1s 02:39:55 02:39:55 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 02:39:55 #8 DONE 0.0s 02:39:55 02:39:55 1 warning found (use --debug to expand): 02:39:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' 02:39:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - 02:39:56 #1 [internal] load build definition from Dockerfile 02:39:56 #1 transferring dockerfile: 169B done 02:39:56 #1 DONE 0.0s 02:39:56 02:39:56 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 02:39:56 #2 DONE 0.0s 02:39:56 02:39:56 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 02:39:56 #3 DONE 0.0s 02:39:56 02:39:56 #4 [internal] load .dockerignore 02:39:56 #4 transferring context: 2B done 02:39:56 #4 DONE 0.0s 02:39:56 02:39:56 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 02:39:56 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 done 02:39:56 #5 CACHED 02:39:56 02:39:56 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 02:39:56 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 0.0s done 02:39:56 #6 CACHED 02:39:56 02:39:56 #7 exporting to image 02:39:56 #7 exporting layers done 02:39:56 #7 exporting manifest sha256:142db7c945fd97fb1b6a34921ffa70e1bf71a8468ae47199938f070cd621728e done 02:39:56 #7 exporting config sha256:24ef1dbfe14e66d24457dfe5296b808b15d86c1d664d9e120030317bd698f7e2 done 02:39:56 #7 exporting manifest sha256:de669885e4db4175640c947fb7862223c8fcc4267e132ebac2be53af7036d7f7 done 02:39:56 #7 exporting config sha256:b55b8ab62b700b9b09fe871f39921699bf0ff04f7411bc2b5e11524e80053dc2 done 02:39:56 #7 exporting manifest list sha256:81f5c9faf24f505e698b740c8a420d90f8dc75adcc877a303ee7e6bb787daa89 done 02:39:56 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:56 #7 pushing layers 0.0s done 02:39:56 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:81f5c9faf24f505e698b740c8a420d90f8dc75adcc877a303ee7e6bb787daa89 0.1s done 02:39:56 #7 DONE 0.1s 02:39:56 02:39:56 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 02:39:56 #8 DONE 0.0s 02:39:56 02:39:56 1 warning found (use --debug to expand): 02:39:56  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca' 02:39:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca --push - 02:39:56 #1 [internal] load build definition from Dockerfile 02:39:56 #1 transferring dockerfile: 206B done 02:39:56 #1 DONE 0.0s 02:39:56 02:39:56 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:39:56 #2 DONE 0.0s 02:39:56 02:39:56 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:39:56 #3 DONE 0.0s 02:39:56 02:39:56 #4 [internal] load .dockerignore 02:39:56 #4 transferring context: 2B done 02:39:56 #4 DONE 0.0s 02:39:56 02:39:56 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d 02:39:56 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d done 02:39:56 #5 DONE 0.0s 02:39:56 02:39:56 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d 02:39:56 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d 0.0s done 02:39:56 #6 DONE 0.0s 02:39:56 02:39:56 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d 02:39:56 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d done 02:39:56 #5 DONE 0.1s 02:39:56 02:39:56 #7 exporting to image 02:39:56 #7 exporting layers done 02:39:56 #7 exporting manifest sha256:a666cc7d87499f1a495c4ef35cff3c053784b2614a33589d484e62548b8c4bd0 0.0s done 02:39:56 #7 exporting config sha256:152c39924d0cf7bfbe11b985b95eacd8041aa910c7b86098e83d31c4eccfe04f done 02:39:56 #7 exporting manifest sha256:e698e6183e5e3e4cc17103ff5373cd4405b13f06e20e8fb94c23c8531a9c2278 done 02:39:56 #7 exporting config sha256:d93a9e5f928c1820481ad33ce284ebde59357f2f5cd6f705e7bfe42646ca647f done 02:39:56 #7 exporting manifest list sha256:28947bffe72ca271a6e314e9d058b054929e3895f2f8a63e7d427ee9e79ae037 done 02:39:56 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:57 #7 ... 02:39:57 02:39:57 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 02:39:57 #8 DONE 0.0s 02:39:57 02:39:57 #7 exporting to image 02:39:57 #7 pushing layers 0.1s done 02:39:57 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:28947bffe72ca271a6e314e9d058b054929e3895f2f8a63e7d427ee9e79ae037 02:39:57 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:28947bffe72ca271a6e314e9d058b054929e3895f2f8a63e7d427ee9e79ae037 0.1s done 02:39:57 #7 DONE 0.2s 02:39:57 02:39:57 1 warning found (use --debug to expand): 02:39:57  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:57 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - 02:39:57 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' 02:39:57 #1 [internal] load build definition from Dockerfile 02:39:57 #1 transferring dockerfile: 172B done 02:39:57 #1 DONE 0.0s 02:39:57 02:39:57 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 02:39:57 #2 DONE 0.0s 02:39:57 02:39:57 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 02:39:57 #3 DONE 0.0s 02:39:57 02:39:57 #4 [internal] load .dockerignore 02:39:57 #4 transferring context: 2B done 02:39:57 #4 DONE 0.0s 02:39:57 02:39:57 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d 02:39:57 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d done 02:39:57 #5 DONE 0.0s 02:39:57 02:39:57 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d 02:39:57 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d done 02:39:57 #6 CACHED 02:39:57 02:39:57 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d 02:39:57 #5 CACHED 02:39:57 02:39:57 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 02:39:57 #7 DONE 0.0s 02:39:57 02:39:57 #8 exporting to image 02:39:57 #8 exporting layers done 02:39:57 #8 exporting manifest sha256:a666cc7d87499f1a495c4ef35cff3c053784b2614a33589d484e62548b8c4bd0 done 02:39:57 #8 exporting config sha256:152c39924d0cf7bfbe11b985b95eacd8041aa910c7b86098e83d31c4eccfe04f done 02:39:57 #8 exporting manifest sha256:e698e6183e5e3e4cc17103ff5373cd4405b13f06e20e8fb94c23c8531a9c2278 done 02:39:57 #8 exporting config sha256:d93a9e5f928c1820481ad33ce284ebde59357f2f5cd6f705e7bfe42646ca647f done 02:39:57 #8 exporting manifest list sha256:28947bffe72ca271a6e314e9d058b054929e3895f2f8a63e7d427ee9e79ae037 done 02:39:57 #8 pushing layers 0.1s done 02:39:57 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:28947bffe72ca271a6e314e9d058b054929e3895f2f8a63e7d427ee9e79ae037 02:39:57 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:57 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:28947bffe72ca271a6e314e9d058b054929e3895f2f8a63e7d427ee9e79ae037 0.1s done 02:39:57 #8 DONE 0.1s 02:39:57 02:39:57 1 warning found (use --debug to expand): 02:39:57  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:57 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.24' 02:39:57 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.24 --push - 02:39:57 #1 [internal] load build definition from Dockerfile 02:39:57 #1 transferring dockerfile: 178B done 02:39:57 #1 DONE 0.0s 02:39:57 02:39:57 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.24 02:39:57 #2 DONE 0.0s 02:39:57 02:39:57 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.24 02:39:57 #3 DONE 0.0s 02:39:57 02:39:57 #4 [internal] load .dockerignore 02:39:57 #4 transferring context: 2B done 02:39:57 #4 DONE 0.0s 02:39:57 02:39:57 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.24@sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d 02:39:57 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.24@sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d done 02:39:57 #5 CACHED 02:39:57 02:39:57 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.24@sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d 02:39:57 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.24@sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d done 02:39:57 #6 CACHED 02:39:57 02:39:57 #7 exporting to image 02:39:57 #7 exporting layers done 02:39:57 #7 exporting manifest sha256:a666cc7d87499f1a495c4ef35cff3c053784b2614a33589d484e62548b8c4bd0 done 02:39:57 #7 exporting config sha256:152c39924d0cf7bfbe11b985b95eacd8041aa910c7b86098e83d31c4eccfe04f done 02:39:57 #7 exporting manifest sha256:e698e6183e5e3e4cc17103ff5373cd4405b13f06e20e8fb94c23c8531a9c2278 done 02:39:57 #7 exporting config sha256:d93a9e5f928c1820481ad33ce284ebde59357f2f5cd6f705e7bfe42646ca647f 02:39:57 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:58 #7 exporting config sha256:d93a9e5f928c1820481ad33ce284ebde59357f2f5cd6f705e7bfe42646ca647f done 02:39:58 #7 exporting manifest list sha256:28947bffe72ca271a6e314e9d058b054929e3895f2f8a63e7d427ee9e79ae037 done 02:39:58 #7 pushing layers 0.0s done 02:39:58 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.24@sha256:28947bffe72ca271a6e314e9d058b054929e3895f2f8a63e7d427ee9e79ae037 0.1s done 02:39:58 #7 DONE 0.1s 02:39:58 02:39:58 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 02:39:58 #8 DONE 0.0s 02:39:58 02:39:58 1 warning found (use --debug to expand): 02:39:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24' 02:39:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 --push - 02:39:58 #1 [internal] load build definition from Dockerfile 02:39:58 #1 transferring dockerfile: 219B done 02:39:58 #1 DONE 0.0s 02:39:58 02:39:58 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:39:58 #2 DONE 0.0s 02:39:58 02:39:58 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:39:58 #3 DONE 0.0s 02:39:58 02:39:58 #4 [internal] load .dockerignore 02:39:58 #4 transferring context: 2B done 02:39:58 #4 DONE 0.0s 02:39:58 02:39:58 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d 02:39:58 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d done 02:39:58 #5 CACHED 02:39:58 02:39:58 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d 02:39:58 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d done 02:39:58 #6 CACHED 02:39:58 02:39:58 #7 exporting to image 02:39:58 #7 exporting layers done 02:39:58 #7 exporting manifest sha256:a666cc7d87499f1a495c4ef35cff3c053784b2614a33589d484e62548b8c4bd0 done 02:39:58 #7 exporting config sha256:152c39924d0cf7bfbe11b985b95eacd8041aa910c7b86098e83d31c4eccfe04f done 02:39:58 #7 exporting manifest sha256:e698e6183e5e3e4cc17103ff5373cd4405b13f06e20e8fb94c23c8531a9c2278 done 02:39:58 #7 exporting config sha256:d93a9e5f928c1820481ad33ce284ebde59357f2f5cd6f705e7bfe42646ca647f done 02:39:58 #7 exporting manifest list sha256:28947bffe72ca271a6e314e9d058b054929e3895f2f8a63e7d427ee9e79ae037 done 02:39:58 #7 pushing layers 0.0s done 02:39:58 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:28947bffe72ca271a6e314e9d058b054929e3895f2f8a63e7d427ee9e79ae037 02:39:58 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:58 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:28947bffe72ca271a6e314e9d058b054929e3895f2f8a63e7d427ee9e79ae037 0.1s done 02:39:58 #7 DONE 0.1s 02:39:58 02:39:58 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 02:39:58 #8 DONE 0.0s 02:39:58 02:39:58 1 warning found (use --debug to expand): 02:39:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' 02:39:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - 02:39:59 #1 [internal] load build definition from Dockerfile 02:39:59 #1 transferring dockerfile: 170B done 02:39:59 #1 DONE 0.0s 02:39:59 02:39:59 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 02:39:59 #2 DONE 0.0s 02:39:59 02:39:59 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 02:39:59 #3 DONE 0.0s 02:39:59 02:39:59 #4 [internal] load .dockerignore 02:39:59 #4 transferring context: 2B done 02:39:59 #4 DONE 0.0s 02:39:59 02:39:59 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d 02:39:59 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d 02:39:59 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d done 02:39:59 #5 CACHED 02:39:59 02:39:59 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d 02:39:59 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d 0.0s done 02:39:59 #6 CACHED 02:39:59 02:39:59 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 02:39:59 #7 DONE 0.0s 02:39:59 02:39:59 #8 exporting to image 02:39:59 #8 exporting layers done 02:39:59 #8 exporting manifest sha256:a666cc7d87499f1a495c4ef35cff3c053784b2614a33589d484e62548b8c4bd0 done 02:39:59 #8 exporting config sha256:152c39924d0cf7bfbe11b985b95eacd8041aa910c7b86098e83d31c4eccfe04f done 02:39:59 #8 exporting manifest sha256:e698e6183e5e3e4cc17103ff5373cd4405b13f06e20e8fb94c23c8531a9c2278 done 02:39:59 #8 exporting config sha256:d93a9e5f928c1820481ad33ce284ebde59357f2f5cd6f705e7bfe42646ca647f done 02:39:59 #8 exporting manifest list sha256:28947bffe72ca271a6e314e9d058b054929e3895f2f8a63e7d427ee9e79ae037 done 02:39:59 #8 pushing layers 0.0s done 02:39:59 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:28947bffe72ca271a6e314e9d058b054929e3895f2f8a63e7d427ee9e79ae037 0.1s done 02:39:59 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:59 #8 DONE 0.1s 02:39:59 02:39:59 1 warning found (use --debug to expand): 02:39:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:39:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca --push - 02:39:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca' 02:39:59 #1 [internal] load build definition from Dockerfile 02:39:59 #1 transferring dockerfile: 206B done 02:39:59 #1 DONE 0.0s 02:39:59 02:39:59 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:39:59 #2 DONE 0.0s 02:39:59 02:39:59 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:39:59 #3 DONE 0.1s 02:39:59 02:39:59 #4 [internal] load .dockerignore 02:39:59 #4 transferring context: 2B done 02:39:59 #4 DONE 0.0s 02:39:59 02:39:59 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:63bb9d93c7df692d138e198e6f178255c0ef818e31488faddbd3b8c53e905ca1 02:39:59 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:63bb9d93c7df692d138e198e6f178255c0ef818e31488faddbd3b8c53e905ca1 02:39:59 #5 ... 02:39:59 02:39:59 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:63bb9d93c7df692d138e198e6f178255c0ef818e31488faddbd3b8c53e905ca1 02:39:59 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:63bb9d93c7df692d138e198e6f178255c0ef818e31488faddbd3b8c53e905ca1 done 02:39:59 #6 DONE 0.1s 02:39:59 02:39:59 #7 exporting to image 02:39:59 #7 exporting layers done 02:39:59 #7 exporting manifest sha256:7c68ba23c3621fca3e7fff4fc62e33355ac90f9b717c04a936a5e92616550035 0.0s done 02:39:59 #7 exporting config sha256:318e288583a284aaa93d3d40d9badebffcd2b52f38e0b060c6447dd7b724440e done 02:39:59 #7 exporting manifest sha256:e3d1b4832d1aafea30529a4281fb9c3ba01c30f7924d9fe35645d45a9ba87742 done 02:39:59 #7 exporting config sha256:452cfb66e0222b94ebc77c7178b2403db93da8639219d7959b367f6ce7157350 02:39:59 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:39:59 #7 ... 02:39:59 02:39:59 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 02:39:59 #8 DONE 0.0s 02:39:59 02:39:59 #7 exporting to image 02:39:59 #7 exporting config sha256:452cfb66e0222b94ebc77c7178b2403db93da8639219d7959b367f6ce7157350 done 02:39:59 #7 exporting manifest list sha256:4a3930a440b9048a88bf6f850a06c4b8f7370411f2a5433a5b42fe34c2d4d2d2 done 02:39:59 #7 pushing layers 0.1s done 02:39:59 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:4a3930a440b9048a88bf6f850a06c4b8f7370411f2a5433a5b42fe34c2d4d2d2 02:40:00 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:4a3930a440b9048a88bf6f850a06c4b8f7370411f2a5433a5b42fe34c2d4d2d2 0.1s done 02:40:00 #7 DONE 0.3s 02:40:00 02:40:00 1 warning found (use --debug to expand): 02:40:00  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:40:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' 02:40:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - 02:40:00 #1 [internal] load build definition from Dockerfile 02:40:00 #1 transferring dockerfile: 172B done 02:40:00 #1 DONE 0.0s 02:40:00 02:40:00 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 02:40:00 #2 DONE 0.0s 02:40:00 02:40:00 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 02:40:00 #3 DONE 0.0s 02:40:00 02:40:00 #4 [internal] load .dockerignore 02:40:00 #4 transferring context: 2B done 02:40:00 #4 DONE 0.0s 02:40:00 02:40:00 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:63bb9d93c7df692d138e198e6f178255c0ef818e31488faddbd3b8c53e905ca1 02:40:00 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:63bb9d93c7df692d138e198e6f178255c0ef818e31488faddbd3b8c53e905ca1 0.0s done 02:40:00 #5 CACHED 02:40:00 02:40:00 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:63bb9d93c7df692d138e198e6f178255c0ef818e31488faddbd3b8c53e905ca1 02:40:00 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:63bb9d93c7df692d138e198e6f178255c0ef818e31488faddbd3b8c53e905ca1 0.0s done 02:40:00 #6 CACHED 02:40:00 02:40:00 #7 exporting to image 02:40:00 #7 exporting layers done 02:40:00 #7 exporting manifest sha256:7c68ba23c3621fca3e7fff4fc62e33355ac90f9b717c04a936a5e92616550035 done 02:40:00 #7 exporting config sha256:318e288583a284aaa93d3d40d9badebffcd2b52f38e0b060c6447dd7b724440e done 02:40:00 #7 exporting manifest sha256:e3d1b4832d1aafea30529a4281fb9c3ba01c30f7924d9fe35645d45a9ba87742 done 02:40:00 #7 exporting config sha256:452cfb66e0222b94ebc77c7178b2403db93da8639219d7959b367f6ce7157350 done 02:40:00 #7 exporting manifest list sha256:4a3930a440b9048a88bf6f850a06c4b8f7370411f2a5433a5b42fe34c2d4d2d2 done 02:40:00 #7 pushing layers 0.0s done 02:40:00 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:4a3930a440b9048a88bf6f850a06c4b8f7370411f2a5433a5b42fe34c2d4d2d2 02:40:00 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:40:00 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:4a3930a440b9048a88bf6f850a06c4b8f7370411f2a5433a5b42fe34c2d4d2d2 0.1s done 02:40:00 #7 DONE 0.1s 02:40:00 02:40:00 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 02:40:00 #8 DONE 0.0s 02:40:00 02:40:00 1 warning found (use --debug to expand): 02:40:00  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:40:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.24' 02:40:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.24 --push - 02:40:00 #1 [internal] load build definition from Dockerfile 02:40:00 #1 transferring dockerfile: 178B done 02:40:00 #1 DONE 0.0s 02:40:00 02:40:00 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.24 02:40:00 #2 DONE 0.0s 02:40:00 02:40:00 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.24 02:40:00 #3 DONE 0.0s 02:40:00 02:40:00 #4 [internal] load .dockerignore 02:40:00 #4 transferring context: 2B done 02:40:00 #4 DONE 0.0s 02:40:00 02:40:00 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.24@sha256:63bb9d93c7df692d138e198e6f178255c0ef818e31488faddbd3b8c53e905ca1 02:40:00 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.24@sha256:63bb9d93c7df692d138e198e6f178255c0ef818e31488faddbd3b8c53e905ca1 0.0s done 02:40:00 #5 CACHED 02:40:00 02:40:00 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.24@sha256:63bb9d93c7df692d138e198e6f178255c0ef818e31488faddbd3b8c53e905ca1 02:40:00 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.24@sha256:63bb9d93c7df692d138e198e6f178255c0ef818e31488faddbd3b8c53e905ca1 0.0s done 02:40:00 #6 CACHED 02:40:00 02:40:00 #7 exporting to image 02:40:00 #7 exporting layers done 02:40:00 #7 exporting manifest sha256:7c68ba23c3621fca3e7fff4fc62e33355ac90f9b717c04a936a5e92616550035 done 02:40:00 #7 exporting config sha256:318e288583a284aaa93d3d40d9badebffcd2b52f38e0b060c6447dd7b724440e done 02:40:00 #7 exporting manifest sha256:e3d1b4832d1aafea30529a4281fb9c3ba01c30f7924d9fe35645d45a9ba87742 done 02:40:00 #7 exporting config sha256:452cfb66e0222b94ebc77c7178b2403db93da8639219d7959b367f6ce7157350 02:40:00 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:40:01 #7 exporting config sha256:452cfb66e0222b94ebc77c7178b2403db93da8639219d7959b367f6ce7157350 done 02:40:01 #7 exporting manifest list sha256:4a3930a440b9048a88bf6f850a06c4b8f7370411f2a5433a5b42fe34c2d4d2d2 done 02:40:01 #7 pushing layers 0.0s done 02:40:01 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.24@sha256:4a3930a440b9048a88bf6f850a06c4b8f7370411f2a5433a5b42fe34c2d4d2d2 0.1s done 02:40:01 #7 DONE 0.1s 02:40:01 02:40:01 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 02:40:01 #8 DONE 0.0s 02:40:01 02:40:01 1 warning found (use --debug to expand): 02:40:01  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:40:01 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24' 02:40:01 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 --push - 02:40:01 #1 [internal] load build definition from Dockerfile 02:40:01 #1 transferring dockerfile: 219B done 02:40:01 #1 DONE 0.0s 02:40:01 02:40:01 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:40:01 #2 DONE 0.0s 02:40:01 02:40:01 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:40:01 #3 DONE 0.0s 02:40:01 02:40:01 #4 [internal] load .dockerignore 02:40:01 #4 transferring context: 2B done 02:40:01 #4 DONE 0.0s 02:40:01 02:40:01 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:63bb9d93c7df692d138e198e6f178255c0ef818e31488faddbd3b8c53e905ca1 02:40:01 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:63bb9d93c7df692d138e198e6f178255c0ef818e31488faddbd3b8c53e905ca1 done 02:40:01 #5 CACHED 02:40:01 02:40:01 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:63bb9d93c7df692d138e198e6f178255c0ef818e31488faddbd3b8c53e905ca1 02:40:01 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:63bb9d93c7df692d138e198e6f178255c0ef818e31488faddbd3b8c53e905ca1 done 02:40:01 #6 CACHED 02:40:01 02:40:01 #7 exporting to image 02:40:01 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:40:01 #7 exporting layers done 02:40:01 #7 exporting manifest sha256:7c68ba23c3621fca3e7fff4fc62e33355ac90f9b717c04a936a5e92616550035 done 02:40:01 #7 exporting config sha256:318e288583a284aaa93d3d40d9badebffcd2b52f38e0b060c6447dd7b724440e done 02:40:01 #7 exporting manifest sha256:e3d1b4832d1aafea30529a4281fb9c3ba01c30f7924d9fe35645d45a9ba87742 done 02:40:01 #7 exporting config sha256:452cfb66e0222b94ebc77c7178b2403db93da8639219d7959b367f6ce7157350 done 02:40:01 #7 exporting manifest list sha256:4a3930a440b9048a88bf6f850a06c4b8f7370411f2a5433a5b42fe34c2d4d2d2 done 02:40:01 #7 pushing layers 0.0s done 02:40:01 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:4a3930a440b9048a88bf6f850a06c4b8f7370411f2a5433a5b42fe34c2d4d2d2 0.1s done 02:40:01 #7 DONE 0.1s 02:40:01 02:40:01 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 02:40:01 #8 DONE 0.0s 02:40:01 02:40:01 1 warning found (use --debug to expand): 02:40:01  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:40:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' 02:40:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - 02:40:02 #1 [internal] load build definition from Dockerfile 02:40:02 #1 transferring dockerfile: 170B done 02:40:02 #1 DONE 0.0s 02:40:02 02:40:02 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 02:40:02 #2 DONE 0.0s 02:40:02 02:40:02 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 02:40:02 #3 DONE 0.0s 02:40:02 02:40:02 #4 [internal] load .dockerignore 02:40:02 #4 transferring context: 2B done 02:40:02 #4 DONE 0.0s 02:40:02 02:40:02 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:63bb9d93c7df692d138e198e6f178255c0ef818e31488faddbd3b8c53e905ca1 02:40:02 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:63bb9d93c7df692d138e198e6f178255c0ef818e31488faddbd3b8c53e905ca1 0.0s done 02:40:02 #5 CACHED 02:40:02 02:40:02 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:63bb9d93c7df692d138e198e6f178255c0ef818e31488faddbd3b8c53e905ca1 02:40:02 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:63bb9d93c7df692d138e198e6f178255c0ef818e31488faddbd3b8c53e905ca1 0.0s done 02:40:02 #6 CACHED 02:40:02 02:40:02 #7 exporting to image 02:40:02 #7 exporting layers done 02:40:02 #7 exporting manifest sha256:7c68ba23c3621fca3e7fff4fc62e33355ac90f9b717c04a936a5e92616550035 done 02:40:02 #7 exporting config sha256:318e288583a284aaa93d3d40d9badebffcd2b52f38e0b060c6447dd7b724440e done 02:40:02 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:40:02 #7 exporting manifest sha256:e3d1b4832d1aafea30529a4281fb9c3ba01c30f7924d9fe35645d45a9ba87742 done 02:40:02 #7 exporting config sha256:452cfb66e0222b94ebc77c7178b2403db93da8639219d7959b367f6ce7157350 done 02:40:02 #7 exporting manifest list sha256:4a3930a440b9048a88bf6f850a06c4b8f7370411f2a5433a5b42fe34c2d4d2d2 done 02:40:02 #7 pushing layers 0.0s done 02:40:02 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:4a3930a440b9048a88bf6f850a06c4b8f7370411f2a5433a5b42fe34c2d4d2d2 0.1s done 02:40:02 #7 DONE 0.1s 02:40:02 02:40:02 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 02:40:02 #8 DONE 0.0s 02:40:02 02:40:02 1 warning found (use --debug to expand): 02:40:02  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:40:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca' 02:40:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca --push - 02:40:02 #1 [internal] load build definition from Dockerfile 02:40:02 #1 transferring dockerfile: 206B done 02:40:02 #1 DONE 0.0s 02:40:02 02:40:02 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:40:02 #2 DONE 0.0s 02:40:02 02:40:02 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:40:02 #3 DONE 0.1s 02:40:02 02:40:02 #4 [internal] load .dockerignore 02:40:02 #4 transferring context: 2B done 02:40:02 #4 DONE 0.0s 02:40:02 02:40:02 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 02:40:02 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 02:40:02 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 0.0s done 02:40:02 #5 DONE 0.0s 02:40:02 02:40:02 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 02:40:02 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 done 02:40:02 #6 DONE 0.1s 02:40:02 02:40:02 #7 exporting to image 02:40:02 #7 exporting layers done 02:40:02 #7 exporting manifest sha256:96bcc0df042f773403b6198280f29b72a49879eaf815d5c8e6c357d77ca2157f done 02:40:02 #7 exporting config sha256:f587716473ee9fc14349cec02e6e196297dbd01503d57d4473bce3ded379bbea done 02:40:02 #7 exporting manifest sha256:dba63c47322fbfd2dbad3d445bb3ee83b631d59d505d481b31835bdd81deaffc done 02:40:02 #7 exporting config sha256:bb49a0466fa2e118f30425998aa7f9c65a3d864258a7779a6540b530071b5474 02:40:02 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:40:02 #7 ... 02:40:02 02:40:02 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 02:40:02 #8 DONE 0.0s 02:40:02 02:40:02 #7 exporting to image 02:40:02 #7 exporting config sha256:bb49a0466fa2e118f30425998aa7f9c65a3d864258a7779a6540b530071b5474 done 02:40:02 #7 exporting manifest list sha256:4a4c1bbbddc75421fe64bf37c24101823f823d34b91518b8d3e38d7745a61aff done 02:40:02 #7 pushing layers 0.1s done 02:40:02 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:4a4c1bbbddc75421fe64bf37c24101823f823d34b91518b8d3e38d7745a61aff 02:40:03 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:4a4c1bbbddc75421fe64bf37c24101823f823d34b91518b8d3e38d7745a61aff 0.1s done 02:40:03 #7 DONE 0.2s 02:40:03 02:40:03 1 warning found (use --debug to expand): 02:40:03  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:40:03 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - 02:40:03 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' 02:40:03 #1 [internal] load build definition from Dockerfile 02:40:03 #1 transferring dockerfile: 172B done 02:40:03 #1 DONE 0.0s 02:40:03 02:40:03 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 02:40:03 #2 DONE 0.0s 02:40:03 02:40:03 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 02:40:03 #3 DONE 0.0s 02:40:03 02:40:03 #4 [internal] load .dockerignore 02:40:03 #4 transferring context: 2B done 02:40:03 #4 DONE 0.0s 02:40:03 02:40:03 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 02:40:03 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 0.0s done 02:40:03 #5 DONE 0.0s 02:40:03 02:40:03 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 02:40:03 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 0.0s done 02:40:03 #6 CACHED 02:40:03 02:40:03 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 02:40:03 #5 CACHED 02:40:03 02:40:03 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 02:40:03 #7 DONE 0.0s 02:40:03 02:40:03 #8 exporting to image 02:40:03 #8 exporting layers done 02:40:03 #8 exporting manifest sha256:96bcc0df042f773403b6198280f29b72a49879eaf815d5c8e6c357d77ca2157f done 02:40:03 #8 exporting config sha256:f587716473ee9fc14349cec02e6e196297dbd01503d57d4473bce3ded379bbea done 02:40:03 #8 exporting manifest sha256:dba63c47322fbfd2dbad3d445bb3ee83b631d59d505d481b31835bdd81deaffc done 02:40:03 #8 exporting config sha256:bb49a0466fa2e118f30425998aa7f9c65a3d864258a7779a6540b530071b5474 done 02:40:03 #8 exporting manifest list sha256:4a4c1bbbddc75421fe64bf37c24101823f823d34b91518b8d3e38d7745a61aff done 02:40:03 #8 pushing layers 0.0s done 02:40:03 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:4a4c1bbbddc75421fe64bf37c24101823f823d34b91518b8d3e38d7745a61aff 0.1s done 02:40:03 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:40:03 #8 DONE 0.1s 02:40:03 02:40:03 1 warning found (use --debug to expand): 02:40:03  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:40:03 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.24' 02:40:03 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.24 --push - 02:40:03 #1 [internal] load build definition from Dockerfile 02:40:03 #1 transferring dockerfile: 178B done 02:40:03 #1 DONE 0.0s 02:40:03 02:40:03 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.24 02:40:03 #2 DONE 0.0s 02:40:03 02:40:03 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.24 02:40:03 #3 DONE 0.0s 02:40:03 02:40:03 #4 [internal] load .dockerignore 02:40:03 #4 transferring context: 2B done 02:40:03 #4 DONE 0.0s 02:40:03 02:40:03 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.24@sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 02:40:03 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.24@sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 0.0s done 02:40:03 #5 CACHED 02:40:03 02:40:03 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.24@sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 02:40:03 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.24@sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 0.0s done 02:40:03 #6 CACHED 02:40:03 02:40:03 #7 exporting to image 02:40:03 #7 exporting layers done 02:40:03 #7 exporting manifest sha256:96bcc0df042f773403b6198280f29b72a49879eaf815d5c8e6c357d77ca2157f done 02:40:03 #7 exporting config sha256:f587716473ee9fc14349cec02e6e196297dbd01503d57d4473bce3ded379bbea done 02:40:03 #7 exporting manifest sha256:dba63c47322fbfd2dbad3d445bb3ee83b631d59d505d481b31835bdd81deaffc done 02:40:03 #7 exporting config sha256:bb49a0466fa2e118f30425998aa7f9c65a3d864258a7779a6540b530071b5474 done 02:40:03 #7 exporting manifest list sha256:4a4c1bbbddc75421fe64bf37c24101823f823d34b91518b8d3e38d7745a61aff done 02:40:03 #7 pushing layers 0.0s done 02:40:03 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.24@sha256:4a4c1bbbddc75421fe64bf37c24101823f823d34b91518b8d3e38d7745a61aff 02:40:03 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:40:04 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.24@sha256:4a4c1bbbddc75421fe64bf37c24101823f823d34b91518b8d3e38d7745a61aff 0.1s done 02:40:04 #7 DONE 0.1s 02:40:04 02:40:04 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 02:40:04 #8 DONE 0.0s 02:40:04 02:40:04 1 warning found (use --debug to expand): 02:40:04  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:40:04 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24' 02:40:04 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 --push - 02:40:04 #1 [internal] load build definition from Dockerfile 02:40:04 #1 transferring dockerfile: 219B done 02:40:04 #1 DONE 0.0s 02:40:04 02:40:04 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:40:04 #2 DONE 0.0s 02:40:04 02:40:04 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:40:04 #3 DONE 0.0s 02:40:04 02:40:04 #4 [internal] load .dockerignore 02:40:04 #4 transferring context: 2B done 02:40:04 #4 DONE 0.0s 02:40:04 02:40:04 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 02:40:04 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 done 02:40:04 #5 CACHED 02:40:04 02:40:04 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 02:40:04 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 done 02:40:04 #6 CACHED 02:40:04 02:40:04 #7 exporting to image 02:40:04 #7 exporting layers done 02:40:04 #7 exporting manifest sha256:96bcc0df042f773403b6198280f29b72a49879eaf815d5c8e6c357d77ca2157f done 02:40:04 #7 exporting config sha256:f587716473ee9fc14349cec02e6e196297dbd01503d57d4473bce3ded379bbea done 02:40:04 #7 exporting manifest sha256:dba63c47322fbfd2dbad3d445bb3ee83b631d59d505d481b31835bdd81deaffc done 02:40:04 #7 exporting config sha256:bb49a0466fa2e118f30425998aa7f9c65a3d864258a7779a6540b530071b5474 done 02:40:04 #7 exporting manifest list sha256:4a4c1bbbddc75421fe64bf37c24101823f823d34b91518b8d3e38d7745a61aff done 02:40:04 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:40:04 #7 pushing layers 0.0s done 02:40:04 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:4a4c1bbbddc75421fe64bf37c24101823f823d34b91518b8d3e38d7745a61aff 0.1s done 02:40:04 #7 DONE 0.1s 02:40:04 02:40:04 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 02:40:04 #8 DONE 0.0s 02:40:04 02:40:04 1 warning found (use --debug to expand): 02:40:04  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:40:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' 02:40:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - 02:40:05 #1 [internal] load build definition from Dockerfile 02:40:05 #1 transferring dockerfile: 170B done 02:40:05 #1 DONE 0.0s 02:40:05 02:40:05 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 02:40:05 #2 DONE 0.0s 02:40:05 02:40:05 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 02:40:05 #3 DONE 0.0s 02:40:05 02:40:05 #4 [internal] load .dockerignore 02:40:05 #4 transferring context: 2B done 02:40:05 #4 DONE 0.0s 02:40:05 02:40:05 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 02:40:05 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 0.0s done 02:40:05 #5 CACHED 02:40:05 02:40:05 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 02:40:05 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 0.0s done 02:40:05 #6 CACHED 02:40:05 02:40:05 #7 exporting to image 02:40:05 #7 exporting layers done 02:40:05 #7 exporting manifest sha256:96bcc0df042f773403b6198280f29b72a49879eaf815d5c8e6c357d77ca2157f done 02:40:05 #7 exporting config sha256:f587716473ee9fc14349cec02e6e196297dbd01503d57d4473bce3ded379bbea done 02:40:05 #7 exporting manifest sha256:dba63c47322fbfd2dbad3d445bb3ee83b631d59d505d481b31835bdd81deaffc done 02:40:05 #7 exporting config sha256:bb49a0466fa2e118f30425998aa7f9c65a3d864258a7779a6540b530071b5474 done 02:40:05 #7 exporting manifest list sha256:4a4c1bbbddc75421fe64bf37c24101823f823d34b91518b8d3e38d7745a61aff done 02:40:05 #7 pushing layers 02:40:05 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:40:05 #7 pushing layers 0.0s done 02:40:05 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:4a4c1bbbddc75421fe64bf37c24101823f823d34b91518b8d3e38d7745a61aff 0.1s done 02:40:05 #7 DONE 0.1s 02:40:05 02:40:05 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 02:40:05 #8 DONE 0.0s 02:40:05 02:40:05 1 warning found (use --debug to expand): 02:40:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:40:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca' 02:40:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca --push - 02:40:05 #1 [internal] load build definition from Dockerfile 02:40:05 #1 transferring dockerfile: 202B done 02:40:05 #1 DONE 0.0s 02:40:05 02:40:05 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:40:05 #2 DONE 0.0s 02:40:05 02:40:05 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 02:40:05 #3 DONE 0.0s 02:40:05 02:40:05 #4 [internal] load .dockerignore 02:40:05 #4 transferring context: 2B done 02:40:05 #4 DONE 0.0s 02:40:05 02:40:05 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:0c6157830f94640a3b5017e6181d9cff3e3f0ae1d9104eca59e0130caaa74b36 02:40:05 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:0c6157830f94640a3b5017e6181d9cff3e3f0ae1d9104eca59e0130caaa74b36 done 02:40:05 #5 DONE 0.0s 02:40:05 02:40:05 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:0c6157830f94640a3b5017e6181d9cff3e3f0ae1d9104eca59e0130caaa74b36 02:40:05 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:0c6157830f94640a3b5017e6181d9cff3e3f0ae1d9104eca59e0130caaa74b36 done 02:40:05 #6 DONE 0.1s 02:40:05 02:40:05 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 02:40:05 #7 DONE 0.0s 02:40:05 02:40:05 #8 exporting to image 02:40:05 #8 exporting layers done 02:40:05 #8 exporting manifest sha256:e58f7fd907175c565073cbdf8a45e93c83744046b7457a8507a13ba97a2f7fd3 done 02:40:05 #8 exporting config sha256:c5e1e3c1964d722ce205e068431bb99abc0345d7bbaa571d0f3d09c0baceb042 done 02:40:05 #8 exporting manifest sha256:5620d21635e170b4b88fd1dc90d8cb6c0f8618f6bc3c53e358e78a55ec5b91c5 done 02:40:05 #8 exporting config sha256:4ae4d66a73c837e3420afcf0af16cca3ddba5f8a1bce9d12eefa41568d93eb97 done 02:40:05 #8 exporting manifest list sha256:d4d1ea826097c42f95aab7b2bdf01418bb61e76f5717a7b8287eba96f63f08b5 done 02:40:05 #8 pushing layers 0.1s done 02:40:05 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:d4d1ea826097c42f95aab7b2bdf01418bb61e76f5717a7b8287eba96f63f08b5 02:40:05 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:40:06 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:d4d1ea826097c42f95aab7b2bdf01418bb61e76f5717a7b8287eba96f63f08b5 0.1s done 02:40:06 #8 DONE 0.2s 02:40:06 02:40:06 1 warning found (use --debug to expand): 02:40:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:40:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - 02:40:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' 02:40:06 #1 [internal] load build definition from Dockerfile 02:40:06 #1 transferring dockerfile: 168B done 02:40:06 #1 DONE 0.0s 02:40:06 02:40:06 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 02:40:06 #2 DONE 0.0s 02:40:06 02:40:06 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 02:40:06 #3 DONE 0.0s 02:40:06 02:40:06 #4 [internal] load .dockerignore 02:40:06 #4 transferring context: 2B done 02:40:06 #4 DONE 0.0s 02:40:06 02:40:06 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:0c6157830f94640a3b5017e6181d9cff3e3f0ae1d9104eca59e0130caaa74b36 02:40:06 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:0c6157830f94640a3b5017e6181d9cff3e3f0ae1d9104eca59e0130caaa74b36 0.0s done 02:40:06 #5 CACHED 02:40:06 02:40:06 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:0c6157830f94640a3b5017e6181d9cff3e3f0ae1d9104eca59e0130caaa74b36 02:40:06 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:0c6157830f94640a3b5017e6181d9cff3e3f0ae1d9104eca59e0130caaa74b36 0.0s done 02:40:06 #6 CACHED 02:40:06 02:40:06 #7 exporting to image 02:40:06 #7 exporting layers done 02:40:06 #7 exporting manifest sha256:e58f7fd907175c565073cbdf8a45e93c83744046b7457a8507a13ba97a2f7fd3 done 02:40:06 #7 exporting config sha256:c5e1e3c1964d722ce205e068431bb99abc0345d7bbaa571d0f3d09c0baceb042 02:40:06 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:40:06 #7 exporting config sha256:c5e1e3c1964d722ce205e068431bb99abc0345d7bbaa571d0f3d09c0baceb042 done 02:40:06 #7 exporting manifest sha256:5620d21635e170b4b88fd1dc90d8cb6c0f8618f6bc3c53e358e78a55ec5b91c5 done 02:40:06 #7 exporting config sha256:4ae4d66a73c837e3420afcf0af16cca3ddba5f8a1bce9d12eefa41568d93eb97 done 02:40:06 #7 exporting manifest list sha256:d4d1ea826097c42f95aab7b2bdf01418bb61e76f5717a7b8287eba96f63f08b5 done 02:40:06 #7 pushing layers 0.0s done 02:40:06 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:d4d1ea826097c42f95aab7b2bdf01418bb61e76f5717a7b8287eba96f63f08b5 0.1s done 02:40:06 #7 DONE 0.1s 02:40:06 02:40:06 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 02:40:06 #8 DONE 0.0s 02:40:06 02:40:06 1 warning found (use --debug to expand): 02:40:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:40:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.24' 02:40:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.24 --push - 02:40:07 #1 [internal] load build definition from Dockerfile 02:40:07 #1 transferring dockerfile: 174B done 02:40:07 #1 DONE 0.0s 02:40:07 02:40:07 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.24 02:40:07 #2 DONE 0.0s 02:40:07 02:40:07 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.24 02:40:07 #3 DONE 0.0s 02:40:07 02:40:07 #4 [internal] load .dockerignore 02:40:07 #4 transferring context: 2B done 02:40:07 #4 DONE 0.0s 02:40:07 02:40:07 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.24@sha256:0c6157830f94640a3b5017e6181d9cff3e3f0ae1d9104eca59e0130caaa74b36 02:40:07 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.24@sha256:0c6157830f94640a3b5017e6181d9cff3e3f0ae1d9104eca59e0130caaa74b36 done 02:40:07 #5 CACHED 02:40:07 02:40:07 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.24@sha256:0c6157830f94640a3b5017e6181d9cff3e3f0ae1d9104eca59e0130caaa74b36 02:40:07 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.24@sha256:0c6157830f94640a3b5017e6181d9cff3e3f0ae1d9104eca59e0130caaa74b36 done 02:40:07 #6 CACHED 02:40:07 02:40:07 #7 exporting to image 02:40:07 #7 exporting layers done 02:40:07 #7 exporting manifest sha256:e58f7fd907175c565073cbdf8a45e93c83744046b7457a8507a13ba97a2f7fd3 done 02:40:07 #7 exporting config sha256:c5e1e3c1964d722ce205e068431bb99abc0345d7bbaa571d0f3d09c0baceb042 done 02:40:07 #7 exporting manifest sha256:5620d21635e170b4b88fd1dc90d8cb6c0f8618f6bc3c53e358e78a55ec5b91c5 done 02:40:07 #7 exporting config sha256:4ae4d66a73c837e3420afcf0af16cca3ddba5f8a1bce9d12eefa41568d93eb97 done 02:40:07 #7 exporting manifest list sha256:d4d1ea826097c42f95aab7b2bdf01418bb61e76f5717a7b8287eba96f63f08b5 done 02:40:07 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:40:07 #7 pushing layers 0.0s done 02:40:07 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.24@sha256:d4d1ea826097c42f95aab7b2bdf01418bb61e76f5717a7b8287eba96f63f08b5 0.1s done 02:40:07 #7 DONE 0.1s 02:40:07 02:40:07 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 02:40:07 #8 DONE 0.0s 02:40:07 02:40:07 1 warning found (use --debug to expand): 02:40:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:40:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24' 02:40:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 --push - 02:40:07 #1 [internal] load build definition from Dockerfile 02:40:07 #1 transferring dockerfile: 215B done 02:40:07 #1 DONE 0.0s 02:40:07 02:40:07 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:40:07 #2 DONE 0.0s 02:40:07 02:40:07 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 02:40:07 #3 DONE 0.0s 02:40:07 02:40:07 #4 [internal] load .dockerignore 02:40:07 #4 transferring context: 2B done 02:40:07 #4 DONE 0.0s 02:40:07 02:40:07 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:0c6157830f94640a3b5017e6181d9cff3e3f0ae1d9104eca59e0130caaa74b36 02:40:07 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:0c6157830f94640a3b5017e6181d9cff3e3f0ae1d9104eca59e0130caaa74b36 0.0s done 02:40:07 #5 CACHED 02:40:07 02:40:07 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:0c6157830f94640a3b5017e6181d9cff3e3f0ae1d9104eca59e0130caaa74b36 02:40:07 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:0c6157830f94640a3b5017e6181d9cff3e3f0ae1d9104eca59e0130caaa74b36 0.0s done 02:40:07 #6 CACHED 02:40:07 02:40:07 #7 exporting to image 02:40:07 #7 exporting layers done 02:40:07 #7 exporting manifest sha256:e58f7fd907175c565073cbdf8a45e93c83744046b7457a8507a13ba97a2f7fd3 done 02:40:07 #7 exporting config sha256:c5e1e3c1964d722ce205e068431bb99abc0345d7bbaa571d0f3d09c0baceb042 done 02:40:07 #7 exporting manifest sha256:5620d21635e170b4b88fd1dc90d8cb6c0f8618f6bc3c53e358e78a55ec5b91c5 done 02:40:07 #7 exporting config sha256:4ae4d66a73c837e3420afcf0af16cca3ddba5f8a1bce9d12eefa41568d93eb97 done 02:40:07 #7 exporting manifest list sha256:d4d1ea826097c42f95aab7b2bdf01418bb61e76f5717a7b8287eba96f63f08b5 done 02:40:07 #7 pushing layers 0.0s done 02:40:07 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:d4d1ea826097c42f95aab7b2bdf01418bb61e76f5717a7b8287eba96f63f08b5 02:40:07 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:40:07 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:d4d1ea826097c42f95aab7b2bdf01418bb61e76f5717a7b8287eba96f63f08b5 0.1s done 02:40:07 #7 DONE 0.1s 02:40:07 02:40:07 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 02:40:07 #8 DONE 0.0s 02:40:07 02:40:07 1 warning found (use --debug to expand): 02:40:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:40:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - 02:40:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' 02:40:08 #1 [internal] load build definition from Dockerfile 02:40:08 #1 transferring dockerfile: 166B done 02:40:08 #1 DONE 0.0s 02:40:08 02:40:08 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 02:40:08 #2 DONE 0.0s 02:40:08 02:40:08 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 02:40:08 #3 DONE 0.0s 02:40:08 02:40:08 #4 [internal] load .dockerignore 02:40:08 #4 transferring context: 2B done 02:40:08 #4 DONE 0.0s 02:40:08 02:40:08 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:0c6157830f94640a3b5017e6181d9cff3e3f0ae1d9104eca59e0130caaa74b36 02:40:08 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:0c6157830f94640a3b5017e6181d9cff3e3f0ae1d9104eca59e0130caaa74b36 0.0s done 02:40:08 #5 CACHED 02:40:08 02:40:08 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:0c6157830f94640a3b5017e6181d9cff3e3f0ae1d9104eca59e0130caaa74b36 02:40:08 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:0c6157830f94640a3b5017e6181d9cff3e3f0ae1d9104eca59e0130caaa74b36 0.0s done 02:40:08 #6 CACHED 02:40:08 02:40:08 #7 exporting to image 02:40:08 #7 exporting layers done 02:40:08 #7 exporting manifest sha256:e58f7fd907175c565073cbdf8a45e93c83744046b7457a8507a13ba97a2f7fd3 done 02:40:08 #7 exporting config sha256:c5e1e3c1964d722ce205e068431bb99abc0345d7bbaa571d0f3d09c0baceb042 done 02:40:08 #7 exporting manifest sha256:5620d21635e170b4b88fd1dc90d8cb6c0f8618f6bc3c53e358e78a55ec5b91c5 done 02:40:08 #7 exporting config sha256:4ae4d66a73c837e3420afcf0af16cca3ddba5f8a1bce9d12eefa41568d93eb97 done 02:40:08 #7 exporting manifest list sha256:d4d1ea826097c42f95aab7b2bdf01418bb61e76f5717a7b8287eba96f63f08b5 02:40:08 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:40:08 #7 exporting manifest list sha256:d4d1ea826097c42f95aab7b2bdf01418bb61e76f5717a7b8287eba96f63f08b5 done 02:40:08 #7 pushing layers 0.0s done 02:40:08 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:d4d1ea826097c42f95aab7b2bdf01418bb61e76f5717a7b8287eba96f63f08b5 0.1s done 02:40:08 #7 DONE 0.1s 02:40:08 02:40:08 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 02:40:08 #8 DONE 0.0s 02:40:08 02:40:08 1 warning found (use --debug to expand): 02:40:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 02:40:08 + '[' -d /w/workspace/edgex-go/853/archives ']' [Pipeline] libraryResource [Pipeline] sh 02:40:09 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:40:09 ---> package-listing.sh 02:40:09 ++ facter osfamily 02:40:09 ++ tr '[:upper:]' '[:lower:]' 02:40:09 + OS_FAMILY=redhat 02:40:09 + workspace=/w/workspace/edgex-go/853 02:40:09 + START_PACKAGES=/tmp/packages_start.txt 02:40:09 + END_PACKAGES=/tmp/packages_end.txt 02:40:09 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:40:09 + PACKAGES=/tmp/packages_start.txt 02:40:09 + '[' /w/workspace/edgex-go/853 ']' 02:40:09 + PACKAGES=/tmp/packages_end.txt 02:40:09 + case "${OS_FAMILY}" in 02:40:09 + sort 02:40:09 + rpm -qa 02:40:11 + '[' -f /tmp/packages_start.txt ']' 02:40:11 + '[' -f /tmp/packages_end.txt ']' 02:40:11 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:40:11 + '[' /w/workspace/edgex-go/853 ']' 02:40:11 + mkdir -p /w/workspace/edgex-go/853/archives/ 02:40:11 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/853/archives/ [Pipeline] echo 02:40:11 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/853/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:40:11 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:40:11 02:40:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:40:12 latest: Pulling from edgex-lftools-log-publisher 02:40:12 5eb5b503b376: Pulling fs layer 02:40:12 5c69ac0246d0: Pulling fs layer 02:40:12 ec43610c2a17: Pulling fs layer 02:40:12 3a2ae6a8a46f: Pulling fs layer 02:40:12 33b1e0a273af: Pulling fs layer 02:40:12 5d3b04190fa2: Pulling fs layer 02:40:12 2f39f015ded8: Pulling fs layer 02:40:12 33b1e0a273af: Waiting 02:40:12 5d3b04190fa2: Waiting 02:40:12 2f39f015ded8: Waiting 02:40:12 3a2ae6a8a46f: Waiting 02:40:12 5c69ac0246d0: Verifying Checksum 02:40:12 5c69ac0246d0: Download complete 02:40:12 3a2ae6a8a46f: Verifying Checksum 02:40:12 3a2ae6a8a46f: Download complete 02:40:12 ec43610c2a17: Verifying Checksum 02:40:12 ec43610c2a17: Download complete 02:40:12 33b1e0a273af: Verifying Checksum 02:40:12 33b1e0a273af: Download complete 02:40:12 5d3b04190fa2: Verifying Checksum 02:40:12 5d3b04190fa2: Download complete 02:40:12 5eb5b503b376: Verifying Checksum 02:40:12 5eb5b503b376: Download complete 02:40:13 2f39f015ded8: Verifying Checksum 02:40:13 2f39f015ded8: Download complete 02:40:13 5eb5b503b376: Pull complete 02:40:13 5c69ac0246d0: Pull complete 02:40:14 ec43610c2a17: Pull complete 02:40:14 3a2ae6a8a46f: Pull complete 02:40:14 33b1e0a273af: Pull complete 02:40:14 5d3b04190fa2: Pull complete 02:40:18 2f39f015ded8: Pull complete 02:40:18 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 02:40:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:40:18 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:40:19 prd-centos7-docker-4c-2g-3227 does not seem to be running inside a container 02:40:19 $ 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/853/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 02:40:22 $ docker top a3bdeaf259519e570bce240f50fc5ec2a8a2693e9700188ca3229c385f5fcb97 -eo pid,comm [Pipeline] { [Pipeline] sh 02:40:22 + touch /tmp/pre-build-complete [Pipeline] sh 02:40:23 + mkdir -p /var/log/sysstat [Pipeline] sh 02:40:23 + ls /var/log/sa-host 02:40:23 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:40:23 provisioning config files... 02:40:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config8516398998991344225tmp [Pipeline] { [Pipeline] echo 02:40:23 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:40:23 ---> create-netrc.sh [Pipeline] } 02:40:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 02:40:24 ---> python-tools-install.sh [Pipeline] echo 02:40:24 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:40:24 ---> sudo-logs.sh 02:40:24 Archiving 'sudo' log.. 02:40:24 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:40:24 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 02:40:24 $ docker stop --time=1 a3bdeaf259519e570bce240f50fc5ec2a8a2693e9700188ca3229c385f5fcb97 02:40:25 $ docker rm -f --volumes a3bdeaf259519e570bce240f50fc5ec2a8a2693e9700188ca3229c385f5fcb97 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 02:40:25 [WS-CLEANUP] Deleting project workspace... 02:40:25 [WS-CLEANUP] Deferred wipeout is used... 02:40:25 [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 02:51:49 #150 DONE 960.2s 02:51:49 02:51:49 #140 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:51:49 #140 ... 02:51:49 02:51:49 #151 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:51:49 #151 DONE 0.3s 02:51:49 02:51:49 #152 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:51:49 #152 DONE 0.1s 02:51:49 02:51:49 #142 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:51:49 #142 ... 02:51:49 02:51:49 #153 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 02:51:49 #153 DONE 0.2s 02:51:49 02:51:49 #154 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 02:51:49 #154 DONE 0.1s 02:51:49 02:51:49 #155 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 02:51:49 #155 DONE 0.2s 02:51:49 02:51:49 #146 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:51:49 #146 ... 02:51:49 02:51:49 #156 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:51:49 #156 DONE 1.8s 02:51:49 02:51:49 #140 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:51:49 #140 ... 02:51:49 02:51:49 #110 [core-common-config-bootstrapper] exporting to image 02:51:49 #110 exporting layers 02:51:49 #110 exporting layers 0.7s done 02:51:49 #110 writing image sha256:48d07adbd4c4eb10914f517f43cd44a755cf01fd95cae6d38f884c2755d8fae9 done 02:51:49 #110 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 02:51:49 #110 DONE 4.2s 02:51:49 02:51:49 #143 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:52:12 #143 ... 02:52:12 02:52:12 #141 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 02:52:12 #141 DONE 983.7s 02:52:12 02:52:12 #157 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 02:52:12 #157 DONE 0.3s 02:52:12 02:52:12 #158 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 02:52:12 #158 DONE 2.1s 02:52:12 02:52:12 #159 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 02:52:12 #159 DONE 0.3s 02:52:12 02:52:12 #160 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 02:52:12 #160 DONE 0.2s 02:52:12 02:52:12 #142 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:52:12 #142 ... 02:52:12 02:52:12 #161 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 02:52:12 #161 DONE 0.2s 02:52:12 02:52:12 #162 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 02:52:12 #162 DONE 0.1s 02:52:12 02:52:12 #163 [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/ 02:52:12 #163 DONE 0.1s 02:52:12 02:52:12 #164 [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/ 02:52:12 #164 DONE 0.1s 02:52:12 02:52:12 #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:52:12 #33 ... 02:52:12 02:52:12 #165 [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/ 02:52:12 #165 DONE 0.2s 02:52:12 02:52:12 #166 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 02:52:13 #166 DONE 0.1s 02:52:13 02:52:13 #167 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 02:52:15 #167 DONE 2.1s 02:52:15 02:52:15 #110 [security-bootstrapper] exporting to image 02:52:15 #110 exporting layers 02:52:16 #110 exporting layers 1.3s done 02:52:16 #110 writing image sha256:98ce69cc2aec01b991f2d471a26428fe3de0d8412f7ff3e7ed84866802eaa517 done 02:52:16 #110 naming to docker.io/library/security-bootstrapper-arm64 done 02:52:16 #110 DONE 5.5s 02:52:16 02:52:16 #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 03:04:54 #144 ... 03:04:54 03:04:54 #146 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:04:54 #146 DONE 1747.7s 03:04:54 03:04:54 #143 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:04:54 #143 ... 03:04:54 03:04:54 #168 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 03:04:54 #168 DONE 0.2s 03:04:54 03:04:54 #169 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 03:04:54 #169 DONE 0.2s 03:04:54 03:04:54 #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 03:04:54 #144 ... 03:04:54 03:04:54 #170 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:04:54 #170 DONE 0.4s 03:04:54 03:04:54 #171 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 03:04:54 #171 DONE 0.1s 03:04:54 03:04:54 #110 [core-command] exporting to image 03:04:54 #110 exporting layers 03:04:54 #110 exporting layers 0.5s done 03:04:54 #110 writing image sha256:bf4734cb2110d9c12b64d48d38ff19d6c3cb09ca894cba0646dec6026ca8bc01 0.0s done 03:04:54 #110 naming to docker.io/library/core-command-arm64 03:04:54 #110 naming to docker.io/library/core-command-arm64 done 03:04:54 #110 DONE 6.0s 03:04:54 03:04:54 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:05:17 #149 ... 03:05:17 03:05:17 #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 03:05:17 #144 1771.7 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:05:21 #144 ... 03:05:21 03:05:21 #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 03:05:21 #145 DONE 1776.5s 03:05:21 03:05:21 #140 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 03:05:22 #140 ... 03:05:22 03:05:22 #172 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 03:05:22 #172 DONE 0.2s 03:05:22 03:05:22 #142 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:05:22 #142 ... 03:05:22 03:05:22 #173 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 03:05:22 #173 DONE 0.3s 03:05:22 03:05:22 #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:05:22 #33 ... 03:05:22 03:05:22 #174 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 03:05:22 #174 DONE 0.1s 03:05:22 03:05:22 #175 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 03:05:22 #175 DONE 0.1s 03:05:22 03:05:22 #140 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 03:05:23 #140 ... 03:05:23 03:05:23 #176 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:05:23 #176 DONE 0.4s 03:05:23 03:05:23 #177 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 03:05:23 #177 DONE 0.1s 03:05:23 03:05:23 #178 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:05:25 #178 DONE 1.8s 03:05:25 03:05:25 #140 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 03:05:25 #140 ... 03:05:25 03:05:25 #110 [security-proxy-setup] exporting to image 03:05:25 #110 exporting layers 03:05:26 #110 exporting layers 0.8s done 03:05:26 #110 writing image sha256:0f94dca7ee33f41289187e558680310d8041dc5d9ae557990138161222f30d38 done 03:05:26 #110 naming to docker.io/library/security-proxy-setup-arm64 done 03:05:26 #110 DONE 6.8s 03:05:26 03:05:26 #143 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:05:44 #143 ... 03:05:44 03:05:44 #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 03:05:44 #144 DONE 1798.8s 03:05:44 03:05:44 #143 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:05:44 #143 ... 03:05:44 03:05:44 #179 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 03:05:44 #179 DONE 0.3s 03:05:44 03:05:44 #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:05:45 #148 ... 03:05:45 03:05:45 #180 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 03:05:45 #180 DONE 0.3s 03:05:45 03:05:45 #181 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 03:05:45 #181 DONE 0.1s 03:05:45 03:05:45 #143 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:05:45 #143 ... 03:05:45 03:05:45 #182 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 03:05:45 #182 DONE 0.2s 03:05:45 03:05:45 #183 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 03:05:45 #183 DONE 0.1s 03:05:45 03:05:45 #142 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:05:45 #142 ... 03:05:45 03:05:45 #184 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:05:46 #184 DONE 0.4s 03:05:46 03:05:46 #185 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:05:46 #185 DONE 0.4s 03:05:46 03:05:46 #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:05:46 #33 ... 03:05:46 03:05:46 #186 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:05:46 #186 DONE 0.2s 03:05:46 03:05:46 #187 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:05:48 #187 DONE 1.7s 03:05:48 03:05:48 #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:05:48 #33 ... 03:05:48 03:05:48 #110 [security-secretstore-setup] exporting to image 03:05:48 #110 exporting layers 03:05:50 #110 exporting layers 1.4s done 03:05:50 #110 writing image sha256:580ca1362b75e5b894b33dbfbddb06c5c54956233cb973411c03275a10da4895 done 03:05:50 #110 naming to docker.io/library/security-secretstore-setup-arm64 done 03:05:50 #110 DONE 8.2s 03:05:50 03:05:50 #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:06:36 #33 ... 03:06:36 03:06:36 #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:06:36 #148 DONE 1849.9s 03:06:36 03:06:36 #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:06:36 #33 ... 03:06:36 03:06:36 #188 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:06:36 #188 DONE 0.1s 03:06:36 03:06:36 #189 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:06:36 #189 DONE 0.1s 03:06:36 03:06:36 #190 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 03:06:36 #190 DONE 0.5s 03:06:36 03:06:36 #191 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 03:06:36 #191 DONE 0.1s 03:06:36 03:06:36 #110 [security-spiffe-token-provider] exporting to image 03:06:36 #110 exporting layers 03:06:38 #110 exporting layers 1.6s done 03:06:38 #110 writing image sha256:55fdf8cd3effbf0f8581d78519042fb92ed6611eeaafe4a0fc0e889686f7b0ef done 03:06:38 #110 naming to docker.io/library/security-spiffe-token-provider-arm64 03:06:38 #110 naming to docker.io/library/security-spiffe-token-provider-arm64 done 03:06:38 #110 DONE 9.8s 03:06:38 03:06:38 #143 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:07:04 #143 ... 03:07:04 03:07:04 #147 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:07:04 #147 DONE 1879.3s 03:07:04 03:07:04 #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:07:05 #33 ... 03:07:05 03:07:05 #192 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 03:07:05 #192 DONE 0.2s 03:07:05 03:07:05 #193 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 03:07:05 #193 DONE 0.2s 03:07:05 03:07:05 #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:07:05 #33 ... 03:07:05 03:07:05 #194 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 03:07:05 #194 ... 03:07:05 03:07:05 #143 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:07:05 #143 DONE 1880.8s 03:07:05 03:07:05 #194 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 03:07:05 #194 DONE 0.5s 03:07:05 03:07:05 #195 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 03:07:06 #195 DONE 0.4s 03:07:06 03:07:06 #196 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 03:07:06 #196 ... 03:07:06 03:07:06 #197 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 03:07:06 #197 CACHED 03:07:06 03:07:06 #198 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 03:07:06 #198 CACHED 03:07:06 03:07:06 #196 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 03:07:06 #196 DONE 0.4s 03:07:06 03:07:06 #199 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:07:07 #199 ... 03:07:07 03:07:07 #200 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:07:07 #200 DONE 1.0s 03:07:07 03:07:07 #201 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 03:07:08 #201 DONE 0.3s 03:07:08 03:07:08 #202 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 03:07:08 #202 DONE 0.3s 03:07:08 03:07:08 #110 [core-metadata] exporting to image 03:07:08 #110 exporting layers 03:07:08 #110 exporting layers 0.7s done 03:07:09 #110 ... 03:07:09 03:07:09 #199 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:07:09 #199 DONE 2.2s 03:07:09 03:07:09 #110 [security-proxy-auth] exporting to image 03:07:09 #110 writing image sha256:71dd8f2164138ac784c8b66cc933abf44eb3d5d3eafb568f4962da7dc2e574b5 0.0s done 03:07:09 #110 naming to docker.io/library/core-metadata-arm64 0.0s done 03:07:10 #110 exporting layers 1.0s done 03:07:10 #110 writing image sha256:b4c0ace0c0a4fd545949568e3691fde81d4acc7d49fb6f15198c1b7586363d6a 0.0s done 03:07:10 #110 naming to docker.io/library/security-proxy-auth-arm64 done 03:07:10 #110 DONE 11.6s 03:07:10 03:07:10 #75 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 03:07:12 #75 ... 03:07:12 03:07:12 #142 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:07:12 #142 DONE 1886.9s 03:07:12 03:07:12 #140 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 03:07:12 #140 ... 03:07:12 03:07:12 #203 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:07:12 #203 DONE 0.2s 03:07:12 03:07:12 #204 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:07:12 #204 DONE 0.2s 03:07:12 03:07:12 #205 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:07:13 #205 DONE 0.4s 03:07:13 03:07:13 #206 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 03:07:13 #206 DONE 0.2s 03:07:13 03:07:13 #110 [core-data] exporting to image 03:07:13 #110 exporting layers 0.4s done 03:07:14 #110 writing image sha256:963650e21e68db034984015c2e9ee6597e805f98cf236ed86fe4b1c632d597ab done 03:07:14 #110 naming to docker.io/library/core-data-arm64 done 03:07:14 #110 DONE 12.0s 03:07:14 03:07:14 #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:07:46 #33 ... 03:07:46 03:07:46 #140 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 03:07:46 #140 DONE 1916.3s 03:07:46 03:07:46 #75 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 03:07:46 #75 ... 03:07:46 03:07:46 #207 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:07:46 #207 DONE 0.1s 03:07:46 03:07:46 #208 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:07:46 #208 DONE 0.1s 03:07:46 03:07:46 #75 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 03:07:46 #75 ... 03:07:46 03:07:46 #209 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:07:46 #209 DONE 0.6s 03:07:46 03:07:46 #210 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 03:07:46 #210 DONE 0.1s 03:07:46 03:07:46 #110 [support-scheduler] exporting to image 03:07:46 #110 exporting layers 03:07:46 #110 exporting layers 1.0s done 03:07:46 #110 writing image sha256:245504fb94641f8d4ecf3695022e73cf356e9bb5dc44f393fbe1fae5072479b3 done 03:07:46 #110 naming to docker.io/library/support-scheduler-arm64 done 03:07:46 #110 DONE 13.0s 03:07:46 03:07:46 #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:07:49 #33 ... 03:07:49 03:07:49 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:07:49 #149 DONE 1924.5s 03:07:49 03:07:49 #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:07:49 #33 ... 03:07:49 03:07:49 #211 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:07:49 #211 DONE 0.1s 03:07:49 03:07:49 #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:07:50 #33 ... 03:07:50 03:07:50 #212 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:07:50 #212 DONE 0.1s 03:07:50 03:07:50 #213 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:07:50 #213 DONE 0.4s 03:07:50 03:07:50 #214 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 03:07:50 #214 DONE 0.1s 03:07:50 03:07:50 #75 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 03:07:50 #75 ... 03:07:50 03:07:50 #110 [support-notifications] exporting to image 03:07:50 #110 exporting layers 03:07:51 #110 exporting layers 0.6s done 03:07:51 #110 writing image sha256:26a440df31684cf0cde4653007ef9c3cc3db0b7748d2f0fe37c38675b2b8cdd3 done 03:07:51 #110 naming to docker.io/library/support-notifications-arm64 done 03:07:51 #110 DONE 13.5s 03:07:51 03:07:51 #75 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 08:28:11 Cancelling nested steps due to timeout 08:28:11 Sending interrupt signal to process [Pipeline] } 08:28:11 $ docker stop --time=1 7c06fc442d18659128c7c7a53989a88dac1b215a823d68e014bd4a18816863d1 08:28:13 $ docker rm -f --volumes 7c06fc442d18659128c7c7a53989a88dac1b215a823d68e014bd4a18816863d1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:28:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:28:14 08:28:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:28:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:28:14 arm64: Pulling from edgex-lftools-log-publisher 08:28:14 8998bd30e6a1: Pulling fs layer 08:28:14 04944245beec: Pulling fs layer 08:28:14 699f458cf7ca: Pulling fs layer 08:28:14 765212b225bb: Pulling fs layer 08:28:14 f23df028b6ca: Pulling fs layer 08:28:14 765212b225bb: Waiting 08:28:14 d65c8cfc05b1: Pulling fs layer 08:28:14 f23df028b6ca: Waiting 08:28:14 2437ff75d9bd: Pulling fs layer 08:28:14 d65c8cfc05b1: Waiting 08:28:14 2437ff75d9bd: Waiting 08:28:14 04944245beec: Verifying Checksum 08:28:14 04944245beec: Download complete 08:28:14 765212b225bb: Verifying Checksum 08:28:14 765212b225bb: Download complete 08:28:14 f23df028b6ca: Verifying Checksum 08:28:14 f23df028b6ca: Download complete 08:28:14 d65c8cfc05b1: Download complete 08:28:14 699f458cf7ca: Verifying Checksum 08:28:14 699f458cf7ca: Download complete 08:28:15 8998bd30e6a1: Verifying Checksum 08:28:15 8998bd30e6a1: Download complete 08:28:17 2437ff75d9bd: Verifying Checksum 08:28:17 2437ff75d9bd: Download complete 08:28:19 8998bd30e6a1: Pull complete 08:28:20 04944245beec: Pull complete 08:28:21 Cannot contact prd-ubuntu20.04-docker-arm64-4c-16g-3226: java.io.IOException: cannot find current thread 08:28:22 699f458cf7ca: Pull complete 08:28:22 765212b225bb: Pull complete 08:28:23 f23df028b6ca: Pull complete 08:28:23 d65c8cfc05b1: Pull complete 08:28:31 After 20s process did not stop 08:28:41 2437ff75d9bd: Pull complete 08:28:41 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 08:28:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:28:41 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:28:41 prd-ubuntu20.04-docker-arm64-4c-16g-3226 does not seem to be running inside a container 08:28:41 $ 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/853 -v /w/workspace/edgex-go/853:/w/workspace/edgex-go/853:rw,z -v /w/workspace/edgex-go/853@tmp:/w/workspace/edgex-go/853@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 08:28:43 $ docker top 96b5f5bed6cd07ec116fdba9cf8b6295ccaea744e4f4b5aefa1f9834cd706683 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:28:44 ---> job-cost.sh 08:28:44 lf-activate-venv: SKIPPING 08:28:44 INFO: No Stack... 08:28:44 INFO: Retrieving Pricing Info for: v3-standard-4 08:28:45 INFO: Archiving Costs [Pipeline] sh 08:28:45 + cat /w/workspace/edgex-go/853/archives/cost.csv 08:28:45 + cut -d, -f6 [Pipeline] lock 08:28:45 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-853-stack-cost] 08:28:45 Resource [jenkins-edgexfoundry-edgex-go-main-853-stack-cost] did not exist. Created. 08:28:45 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-853-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:28:46 + echo total: 0.6600000262260437 [Pipeline] stash 08:28:47 Stashed 1 file(s) [Pipeline] } 08:28:47 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-853-stack-cost] [Pipeline] // lock [Pipeline] } 08:28:47 $ docker stop --time=1 96b5f5bed6cd07ec116fdba9cf8b6295ccaea744e4f4b5aefa1f9834cd706683 08:28:48 $ docker rm -f --volumes 96b5f5bed6cd07ec116fdba9cf8b6295ccaea744e4f4b5aefa1f9834cd706683 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 08:28:49 Failed in branch arm64 [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 08:28:49 + [ -d /w/workspace/edgex-go/853/archives ] [Pipeline] libraryResource [Pipeline] sh 08:28:50 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:28:51 ---> package-listing.sh 08:28:51 ++ facter osfamily 08:28:51 ++ tr '[:upper:]' '[:lower:]' 08:28:51 + OS_FAMILY=debian 08:28:51 + workspace=/w/workspace/edgex-go/853 08:28:51 + START_PACKAGES=/tmp/packages_start.txt 08:28:51 + END_PACKAGES=/tmp/packages_end.txt 08:28:51 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:28:51 + PACKAGES=/tmp/packages_start.txt 08:28:51 + '[' /w/workspace/edgex-go/853 ']' 08:28:51 + PACKAGES=/tmp/packages_end.txt 08:28:51 + case "${OS_FAMILY}" in 08:28:51 + dpkg -l 08:28:51 + grep '^ii' 08:28:51 + '[' -f /tmp/packages_start.txt ']' 08:28:51 + '[' -f /tmp/packages_end.txt ']' 08:28:51 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:28:51 + '[' /w/workspace/edgex-go/853 ']' 08:28:51 + mkdir -p /w/workspace/edgex-go/853/archives/ 08:28:51 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/853/archives/ [Pipeline] echo 08:28:51 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/853/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:28:51 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:28:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:28:52 08:28:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:28:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:28:52 latest: Pulling from edgex-lftools-log-publisher 08:28:52 5eb5b503b376: Pulling fs layer 08:28:52 5c69ac0246d0: Pulling fs layer 08:28:52 ec43610c2a17: Pulling fs layer 08:28:52 3a2ae6a8a46f: Pulling fs layer 08:28:52 33b1e0a273af: Pulling fs layer 08:28:52 5d3b04190fa2: Pulling fs layer 08:28:52 2f39f015ded8: Pulling fs layer 08:28:52 33b1e0a273af: Waiting 08:28:52 5d3b04190fa2: Waiting 08:28:52 2f39f015ded8: Waiting 08:28:52 5c69ac0246d0: Verifying Checksum 08:28:52 5c69ac0246d0: Download complete 08:28:52 3a2ae6a8a46f: Verifying Checksum 08:28:52 33b1e0a273af: Verifying Checksum 08:28:52 33b1e0a273af: Download complete 08:28:52 5d3b04190fa2: Verifying Checksum 08:28:52 5d3b04190fa2: Download complete 08:28:52 ec43610c2a17: Verifying Checksum 08:28:52 ec43610c2a17: Download complete 08:28:52 5eb5b503b376: Verifying Checksum 08:28:52 5eb5b503b376: Download complete 08:28:53 2f39f015ded8: Download complete 08:28:53 5eb5b503b376: Pull complete 08:28:53 5c69ac0246d0: Pull complete 08:28:54 ec43610c2a17: Pull complete 08:28:54 3a2ae6a8a46f: Pull complete 08:28:54 33b1e0a273af: Pull complete 08:28:54 5d3b04190fa2: Pull complete 08:28:58 2f39f015ded8: Pull complete 08:28:58 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 08:28:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:28:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:28:58 prd-ubuntu20.04-docker-8c-8g-3225 does not seem to be running inside a container 08:28:58 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/853/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/853 -v /w/workspace/edgex-go/853:/w/workspace/edgex-go/853:rw,z -v /w/workspace/edgex-go/853@tmp:/w/workspace/edgex-go/853@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 08:29:01 $ docker top 9b408740f84e0de6cce3fdbbed7d5023a7780936ad7c4b19c176f99f3ff86e36 -eo pid,comm [Pipeline] { [Pipeline] sh 08:29:01 + touch /tmp/pre-build-complete [Pipeline] sh 08:29:01 + mkdir -p /var/log/sysstat [Pipeline] sh 08:29:02 + ls /var/log/sa-host 08:29:02 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:29:02 provisioning config files... 08:29:02 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/853@tmp/config15510495122448445013tmp [Pipeline] { [Pipeline] echo 08:29:02 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:29:02 ---> create-netrc.sh [Pipeline] } 08:29:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 08:29:02 ---> python-tools-install.sh [Pipeline] echo 08:29:02 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:29:03 ---> sudo-logs.sh 08:29:03 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:29:03 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:29:03 ---> job-cost.sh 08:29:03 lf-activate-venv: SKIPPING 08:29:03 DEBUG: total: 0.6600000262260437 08:29:03 INFO: Retrieving Stack Cost... 08:29:03 INFO: Retrieving Pricing Info for: v3-standard-8 08:29:03 INFO: Archiving Costs [Pipeline] echo 08:29:03 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:29:04 ---> logs-deploy.sh 08:29:04 lf-activate-venv: SKIPPING 08:29:04 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/853 08:29:04 INFO: archiving workspace using pattern(s): 08:29:05 Archives upload complete. 08:29:05 INFO: archiving logs to Nexus 08:29:06 ---> uname -a: 08:29:06 Linux prd-ubuntu20-04-docker-8c-8g-3225 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 08:29:06 08:29:06 08:29:06 ---> lscpu: 08:29:06 Architecture: x86_64 08:29:06 CPU op-mode(s): 32-bit, 64-bit 08:29:06 Byte Order: Little Endian 08:29:06 Address sizes: 40 bits physical, 48 bits virtual 08:29:06 CPU(s): 8 08:29:06 On-line CPU(s) list: 0-7 08:29:06 Thread(s) per core: 1 08:29:06 Core(s) per socket: 1 08:29:06 Socket(s): 8 08:29:06 NUMA node(s): 1 08:29:06 Vendor ID: AuthenticAMD 08:29:06 CPU family: 23 08:29:06 Model: 49 08:29:06 Model name: AMD EPYC-Rome Processor 08:29:06 Stepping: 0 08:29:06 CPU MHz: 2799.998 08:29:06 BogoMIPS: 5599.99 08:29:06 Virtualization: AMD-V 08:29:06 Hypervisor vendor: KVM 08:29:06 Virtualization type: full 08:29:06 L1d cache: 256 KiB 08:29:06 L1i cache: 256 KiB 08:29:06 L2 cache: 4 MiB 08:29:06 L3 cache: 128 MiB 08:29:06 NUMA node0 CPU(s): 0-7 08:29:06 Vulnerability Itlb multihit: Not affected 08:29:06 Vulnerability L1tf: Not affected 08:29:06 Vulnerability Mds: Not affected 08:29:06 Vulnerability Meltdown: Not affected 08:29:06 Vulnerability Mmio stale data: Not affected 08:29:06 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:29:06 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 08:29:06 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 08:29:06 Vulnerability Srbds: Not affected 08:29:06 Vulnerability Tsx async abort: Not affected 08:29:06 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 08:29:06 08:29:06 08:29:06 ---> nproc: 08:29:06 8 08:29:06 08:29:06 08:29:06 ---> df -h: 08:29:06 Filesystem Size Used Avail Use% Mounted on 08:29:06 overlay 155G 29G 126G 19% / 08:29:06 tmpfs 64M 0 64M 0% /dev 08:29:06 tmpfs 16G 0 16G 0% /sys/fs/cgroup 08:29:06 shm 64M 0 64M 0% /dev/shm 08:29:06 /dev/vda1 155G 29G 126G 19% /facter-os 08:29:06 08:29:06 08:29:06 ---> sar -b -r -n DEV: 08:29:06 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3225) 06/13/25 _x86_64_ (8 CPU) 08:29:06 08:29:06 02:27:21 LINUX RESTART (8 CPU) 08:29:06 08:29:06 02:28:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:29:06 02:29:01 438.61 13.02 425.59 0.00 1834.03 79531.80 0.00 08:29:06 02:30:01 81.35 0.05 81.30 0.00 11.20 37406.70 0.00 08:29:06 02:31:01 49.21 0.25 48.96 0.00 6.27 24642.18 0.00 08:29:06 02:32:01 188.20 0.35 187.85 0.00 37.59 91157.34 0.00 08:29:06 02:33:01 867.06 19.63 847.43 0.00 2746.48 259884.82 0.00 08:29:06 02:34:01 319.23 0.58 318.64 0.00 5.06 166599.80 0.00 08:29:06 02:35:01 559.33 0.05 559.28 0.00 0.53 145150.82 0.00 08:29:06 02:36:01 427.41 0.02 427.40 0.00 0.13 130850.99 0.00 08:29:06 02:37:01 198.75 0.03 198.72 0.00 1.20 5374.84 0.00 08:29:06 02:38:01 23.66 0.02 23.65 0.00 3.20 597.50 0.00 08:29:06 02:39:01 1.10 0.00 1.10 0.00 0.00 16.40 0.00 08:29:06 02:40:01 1.38 0.00 1.38 0.00 0.00 15.73 0.00 08:29:06 02:41:01 1.07 0.00 1.07 0.00 0.00 10.80 0.00 08:29:06 02:42:01 1.10 0.00 1.10 0.00 0.00 13.20 0.00 08:29:06 02:43:01 2.25 0.02 2.23 0.00 0.13 28.40 0.00 08:29:06 02:44:01 1.63 0.00 1.63 0.00 0.00 17.73 0.00 08:29:06 02:45:01 1.02 0.00 1.02 0.00 0.00 11.33 0.00 08:29:06 02:46:01 1.35 0.00 1.35 0.00 0.00 14.80 0.00 08:29:06 02:47:01 1.10 0.00 1.10 0.00 0.00 12.26 0.00 08:29:06 02:48:01 1.58 0.00 1.58 0.00 0.00 18.53 0.00 08:29:06 02:49:01 0.98 0.00 0.98 0.00 0.00 10.80 0.00 08:29:06 02:50:01 1.40 0.00 1.40 0.00 0.00 16.00 0.00 08:29:06 02:51:01 1.08 0.00 1.08 0.00 0.00 11.60 0.00 08:29:06 02:52:01 1.50 0.00 1.50 0.00 0.00 17.06 0.00 08:29:06 02:53:01 1.07 0.00 1.07 0.00 0.00 12.40 0.00 08:29:06 02:54:01 1.38 0.00 1.38 0.00 0.00 15.86 0.00 08:29:06 02:55:01 1.05 0.00 1.05 0.00 0.00 11.60 0.00 08:29:06 02:56:01 1.10 0.00 1.10 0.00 0.00 13.60 0.00 08:29:06 02:57:01 0.98 0.00 0.98 0.00 0.00 11.33 0.00 08:29:06 02:58:01 1.25 0.00 1.25 0.00 0.00 15.46 0.00 08:29:06 02:59:01 1.05 0.00 1.05 0.00 0.00 11.60 0.00 08:29:06 03:00:01 1.13 0.00 1.13 0.00 0.00 13.73 0.00 08:29:06 03:01:01 1.08 0.00 1.08 0.00 0.00 11.60 0.00 08:29:06 03:02:01 1.25 0.00 1.25 0.00 0.00 15.73 0.00 08:29:06 03:03:01 1.22 0.00 1.22 0.00 0.00 14.26 0.00 08:29:06 03:04:01 1.30 0.00 1.30 0.00 0.00 15.33 0.00 08:29:06 03:05:01 0.93 0.00 0.93 0.00 0.00 10.80 0.00 08:29:06 03:06:01 1.37 0.00 1.37 0.00 0.00 16.00 0.00 08:29:06 03:07:01 0.95 0.00 0.95 0.00 0.00 11.20 0.00 08:29:06 03:08:01 1.33 0.00 1.33 0.00 0.00 17.33 0.00 08:29:06 03:09:01 1.07 0.00 1.07 0.00 0.00 11.60 0.00 08:29:06 03:10:01 1.58 0.00 1.58 0.00 0.00 18.13 0.00 08:29:06 03:11:01 1.13 0.00 1.13 0.00 0.00 12.53 0.00 08:29:06 03:12:01 1.37 0.00 1.37 0.00 0.00 16.13 0.00 08:29:06 03:13:01 1.12 0.00 1.12 0.00 0.00 13.60 0.00 08:29:06 03:14:01 1.43 0.00 1.43 0.00 0.00 16.93 0.00 08:29:06 03:15:01 0.98 0.00 0.98 0.00 0.00 11.20 0.00 08:29:06 03:16:01 1.42 0.00 1.42 0.00 0.00 16.26 0.00 08:29:06 03:17:01 0.93 0.00 0.93 0.00 0.00 10.66 0.00 08:29:06 03:18:01 1.52 0.02 1.50 0.00 0.13 18.26 0.00 08:29:06 03:19:01 1.15 0.00 1.15 0.00 0.00 12.53 0.00 08:29:06 03:20:01 1.18 0.00 1.18 0.00 0.00 15.20 0.00 08:29:06 03:21:01 1.57 0.37 1.20 0.00 11.46 14.26 0.00 08:29:06 03:22:01 2.73 1.23 1.50 0.00 27.59 19.99 0.00 08:29:06 03:23:01 1.10 0.00 1.10 0.00 0.00 13.33 0.00 08:29:06 03:24:01 1.18 0.00 1.18 0.00 0.00 15.73 0.00 08:29:06 03:25:01 1.00 0.00 1.00 0.00 0.00 11.33 0.00 08:29:06 03:26:01 1.20 0.00 1.20 0.00 0.00 15.33 0.00 08:29:06 03:27:01 0.97 0.00 0.97 0.00 0.00 11.60 0.00 08:29:06 03:28:01 1.27 0.00 1.27 0.00 0.00 16.00 0.00 08:29:06 03:29:01 1.15 0.00 1.15 0.00 0.00 13.33 0.00 08:29:06 03:30:01 1.18 0.00 1.18 0.00 0.00 15.20 0.00 08:29:06 03:31:01 1.10 0.00 1.10 0.00 0.00 11.46 0.00 08:29:06 03:32:01 1.13 0.00 1.13 0.00 0.00 15.06 0.00 08:29:06 03:33:02 1.11 0.00 1.11 0.00 0.00 13.16 0.00 08:29:06 03:34:01 1.20 0.00 1.20 0.00 0.00 15.86 0.00 08:29:06 03:35:01 1.02 0.00 1.02 0.00 0.00 12.00 0.00 08:29:06 03:36:01 1.42 0.00 1.42 0.00 0.00 16.53 0.00 08:29:06 03:37:01 1.05 0.00 1.05 0.00 0.00 11.86 0.00 08:29:06 03:38:01 1.52 0.00 1.52 0.00 0.00 17.33 0.00 08:29:06 03:39:01 1.25 0.00 1.25 0.00 0.00 15.20 0.00 08:29:06 03:40:01 1.43 0.00 1.43 0.00 0.00 16.80 0.00 08:29:06 03:41:01 0.97 0.00 0.97 0.00 0.00 10.80 0.00 08:29:06 03:42:01 1.08 0.00 1.08 0.00 0.00 14.80 0.00 08:29:06 03:43:01 1.03 0.00 1.03 0.00 0.00 11.06 0.00 08:29:06 03:44:01 1.72 0.00 1.72 0.00 0.00 20.53 0.00 08:29:06 03:45:01 2.87 0.63 2.23 0.00 70.51 25.86 0.00 08:29:06 03:46:01 1.30 0.00 1.30 0.00 0.00 15.20 0.00 08:29:06 03:47:01 0.95 0.00 0.95 0.00 0.00 10.80 0.00 08:29:06 03:48:01 1.70 0.00 1.70 0.00 0.00 18.80 0.00 08:29:06 03:49:01 1.12 0.00 1.12 0.00 0.00 13.20 0.00 08:29:06 03:50:01 1.32 0.00 1.32 0.00 0.00 15.60 0.00 08:29:06 03:51:01 1.13 0.00 1.13 0.00 0.00 12.80 0.00 08:29:06 03:52:01 1.17 0.00 1.17 0.00 0.00 14.93 0.00 08:29:06 03:53:01 1.12 0.00 1.12 0.00 0.00 12.00 0.00 08:29:06 03:54:01 1.45 0.00 1.45 0.00 0.00 18.00 0.00 08:29:06 03:55:01 0.98 0.00 0.98 0.00 0.00 11.33 0.00 08:29:06 03:56:01 1.23 0.00 1.23 0.00 0.00 15.60 0.00 08:29:06 03:57:01 0.97 0.00 0.97 0.00 0.00 10.53 0.00 08:29:06 03:58:01 1.30 0.00 1.30 0.00 0.00 16.00 0.00 08:29:06 03:59:01 1.13 0.00 1.13 0.00 0.00 13.60 0.00 08:29:06 04:00:01 1.43 0.00 1.43 0.00 0.00 18.13 0.00 08:29:06 04:01:01 1.05 0.00 1.05 0.00 0.00 11.59 0.00 08:29:06 04:02:01 1.33 0.00 1.33 0.00 0.00 16.93 0.00 08:29:06 04:03:01 1.02 0.00 1.02 0.00 0.00 11.06 0.00 08:29:06 04:04:01 1.50 0.00 1.50 0.00 0.00 18.53 0.00 08:29:06 04:05:01 0.98 0.00 0.98 0.00 0.00 11.73 0.00 08:29:06 04:06:01 1.25 0.00 1.25 0.00 0.00 15.33 0.00 08:29:06 04:07:01 0.95 0.00 0.95 0.00 0.00 10.80 0.00 08:29:06 04:08:01 1.30 0.00 1.30 0.00 0.00 16.40 0.00 08:29:06 04:09:01 1.10 0.00 1.10 0.00 0.00 12.66 0.00 08:29:06 04:10:01 1.28 0.00 1.28 0.00 0.00 15.33 0.00 08:29:06 04:11:01 0.93 0.00 0.93 0.00 0.00 10.00 0.00 08:29:06 04:12:01 1.10 0.00 1.10 0.00 0.00 14.53 0.00 08:29:06 04:13:01 1.07 0.00 1.07 0.00 0.00 11.33 0.00 08:29:06 04:14:01 1.23 0.00 1.23 0.00 0.00 15.19 0.00 08:29:06 04:15:01 1.15 0.00 1.15 0.00 0.00 12.40 0.00 08:29:06 04:16:01 1.33 0.00 1.33 0.00 0.00 15.60 0.00 08:29:06 04:17:01 0.97 0.00 0.97 0.00 0.00 10.66 0.00 08:29:06 04:18:01 1.62 0.00 1.62 0.00 0.00 19.06 0.00 08:29:06 04:19:01 1.12 0.00 1.12 0.00 0.00 12.93 0.00 08:29:06 04:20:01 1.75 0.00 1.75 0.00 0.00 18.79 0.00 08:29:06 04:21:01 0.93 0.00 0.93 0.00 0.00 10.40 0.00 08:29:06 04:22:01 1.60 0.00 1.60 0.00 0.00 18.93 0.00 08:29:06 04:23:01 1.13 0.00 1.13 0.00 0.00 13.20 0.00 08:29:06 04:24:01 1.62 0.00 1.62 0.00 0.00 19.06 0.00 08:29:06 04:25:01 1.03 0.00 1.03 0.00 0.00 10.80 0.00 08:29:06 04:26:01 1.43 0.00 1.43 0.00 0.00 17.06 0.00 08:29:06 04:27:01 1.12 0.00 1.12 0.00 0.00 12.66 0.00 08:29:06 04:28:01 1.32 0.00 1.32 0.00 0.00 15.86 0.00 08:29:06 04:29:01 1.25 0.00 1.25 0.00 0.00 13.86 0.00 08:29:06 04:30:01 1.50 0.00 1.50 0.00 0.00 18.00 0.00 08:29:06 04:31:01 1.10 0.00 1.10 0.00 0.00 11.73 0.00 08:29:06 04:32:01 1.22 0.00 1.22 0.00 0.00 15.20 0.00 08:29:06 04:33:01 1.12 0.00 1.12 0.00 0.00 12.00 0.00 08:29:06 04:34:01 1.67 0.00 1.67 0.00 0.00 19.33 0.00 08:29:06 04:35:01 1.05 0.00 1.05 0.00 0.00 11.73 0.00 08:29:06 04:36:01 1.23 0.00 1.23 0.00 0.00 14.66 0.00 08:29:06 04:37:01 1.45 0.00 1.45 0.00 0.00 16.66 0.00 08:29:06 04:38:01 1.08 0.00 1.08 0.00 0.00 12.93 0.00 08:29:06 04:39:01 1.27 0.00 1.27 0.00 0.00 15.59 0.00 08:29:06 04:40:01 1.65 0.00 1.65 0.00 0.00 18.26 0.00 08:29:06 04:41:01 1.10 0.00 1.10 0.00 0.00 12.26 0.00 08:29:06 04:42:01 1.17 0.00 1.17 0.00 0.00 15.06 0.00 08:29:06 04:43:01 1.10 0.00 1.10 0.00 0.00 11.86 0.00 08:29:06 04:44:01 1.38 0.00 1.38 0.00 0.00 17.86 0.00 08:29:06 04:45:01 1.37 0.00 1.37 0.00 0.00 14.80 0.00 08:29:06 04:46:01 1.30 0.00 1.30 0.00 0.00 16.13 0.00 08:29:06 04:47:01 0.98 0.00 0.98 0.00 0.00 11.06 0.00 08:29:06 04:48:01 1.67 0.00 1.67 0.00 0.00 18.53 0.00 08:29:06 04:49:01 1.17 0.00 1.17 0.00 0.00 13.06 0.00 08:29:06 04:50:01 1.23 0.00 1.23 0.00 0.00 14.66 0.00 08:29:06 04:51:01 1.13 0.00 1.13 0.00 0.00 12.53 0.00 08:29:06 04:52:02 1.42 0.00 1.42 0.00 0.00 17.33 0.00 08:29:06 04:53:01 1.00 0.00 1.00 0.00 0.00 10.71 0.00 08:29:06 04:54:01 1.17 0.00 1.17 0.00 0.00 15.46 0.00 08:29:06 04:55:01 1.23 0.00 1.23 0.00 0.00 13.06 0.00 08:29:06 04:56:01 1.57 0.00 1.57 0.00 0.00 19.06 0.00 08:29:06 04:57:01 1.05 0.00 1.05 0.00 0.00 11.73 0.00 08:29:06 04:58:01 1.77 0.00 1.77 0.00 0.00 20.00 0.00 08:29:06 04:59:01 1.18 0.00 1.18 0.00 0.00 12.93 0.00 08:29:06 05:00:01 1.82 0.00 1.82 0.00 0.00 20.80 0.00 08:29:06 05:01:01 1.10 0.00 1.10 0.00 0.00 13.06 0.00 08:29:06 05:02:01 1.45 0.00 1.45 0.00 0.00 17.73 0.00 08:29:06 05:03:01 1.08 0.00 1.08 0.00 0.00 11.86 0.00 08:29:06 05:04:01 1.22 0.00 1.22 0.00 0.00 15.46 0.00 08:29:06 05:05:01 1.28 0.00 1.28 0.00 0.00 14.40 0.00 08:29:06 05:06:01 1.08 0.00 1.08 0.00 0.00 14.13 0.00 08:29:06 05:07:01 1.07 0.00 1.07 0.00 0.00 12.00 0.00 08:29:06 05:08:01 1.07 0.00 1.07 0.00 0.00 12.66 0.00 08:29:06 05:09:01 1.22 0.00 1.22 0.00 0.00 14.80 0.00 08:29:06 05:10:01 1.30 0.00 1.30 0.00 0.00 16.00 0.00 08:29:06 05:11:01 1.07 0.00 1.07 0.00 0.00 12.40 0.00 08:29:06 05:12:01 1.45 0.00 1.45 0.00 0.00 17.73 0.00 08:29:06 05:13:01 1.05 0.00 1.05 0.00 0.00 11.60 0.00 08:29:06 05:14:01 1.43 0.00 1.43 0.00 0.00 17.86 0.00 08:29:06 05:15:01 1.12 0.00 1.12 0.00 0.00 12.40 0.00 08:29:06 05:16:01 1.52 0.00 1.52 0.00 0.00 18.26 0.00 08:29:06 05:17:01 1.10 0.00 1.10 0.00 0.00 12.26 0.00 08:29:06 05:18:01 2.02 0.18 1.83 0.00 18.53 25.33 0.00 08:29:06 05:19:01 2.08 0.00 2.08 0.00 0.00 24.93 0.00 08:29:06 05:20:01 1.32 0.02 1.30 0.00 1.20 16.66 0.00 08:29:06 05:21:01 1.23 0.00 1.23 0.00 0.00 13.60 0.00 08:29:06 05:22:01 1.47 0.00 1.47 0.00 0.00 18.13 0.00 08:29:06 05:23:01 1.05 0.00 1.05 0.00 0.00 11.73 0.00 08:29:06 05:24:01 1.45 0.00 1.45 0.00 0.00 17.73 0.00 08:29:06 05:25:01 1.15 0.00 1.15 0.00 0.00 11.86 0.00 08:29:06 05:26:01 1.00 0.00 1.00 0.00 0.00 13.33 0.00 08:29:06 05:27:01 1.42 0.00 1.42 0.00 0.00 15.20 0.00 08:29:06 05:28:01 1.22 0.00 1.22 0.00 0.00 15.60 0.00 08:29:06 05:29:01 1.15 0.00 1.15 0.00 0.00 12.93 0.00 08:29:06 05:30:01 1.55 0.00 1.55 0.00 0.00 18.53 0.00 08:29:06 05:31:01 1.13 0.00 1.13 0.00 0.00 12.66 0.00 08:29:06 05:32:01 1.27 0.00 1.27 0.00 0.00 15.33 0.00 08:29:06 05:33:01 1.13 0.00 1.13 0.00 0.00 12.93 0.00 08:29:06 05:34:01 1.42 0.00 1.42 0.00 0.00 17.20 0.00 08:29:06 05:35:01 1.38 0.00 1.38 0.00 0.00 15.33 0.00 08:29:06 05:36:01 1.18 0.00 1.18 0.00 0.00 14.26 0.00 08:29:06 05:37:01 1.32 0.00 1.32 0.00 0.00 14.80 0.00 08:29:06 05:38:01 1.10 0.00 1.10 0.00 0.00 13.46 0.00 08:29:06 05:39:01 1.32 0.00 1.32 0.00 0.00 15.86 0.00 08:29:06 05:40:01 1.33 0.00 1.33 0.00 0.00 16.13 0.00 08:29:06 05:41:01 1.22 0.00 1.22 0.00 0.00 13.46 0.00 08:29:06 05:42:01 1.33 0.00 1.33 0.00 0.00 15.59 0.00 08:29:06 05:43:01 1.02 0.00 1.02 0.00 0.00 11.20 0.00 08:29:06 05:44:01 1.75 0.00 1.75 0.00 0.00 20.26 0.00 08:29:06 05:45:01 1.20 0.00 1.20 0.00 0.00 13.06 0.00 08:29:06 05:46:01 1.18 0.00 1.18 0.00 0.00 13.86 0.00 08:29:06 05:47:01 1.18 0.00 1.18 0.00 0.00 13.20 0.00 08:29:06 05:48:01 1.30 0.00 1.30 0.00 0.00 15.33 0.00 08:29:06 05:49:01 1.35 0.00 1.35 0.00 0.00 16.00 0.00 08:29:06 05:50:01 1.67 0.00 1.67 0.00 0.00 19.46 0.00 08:29:06 05:51:01 1.07 0.00 1.07 0.00 0.00 12.80 0.00 08:29:06 05:52:01 1.58 0.00 1.58 0.00 0.00 17.47 0.00 08:29:06 05:53:01 1.12 0.00 1.12 0.00 0.00 12.53 0.00 08:29:06 05:54:01 1.72 0.00 1.72 0.00 0.00 19.59 0.00 08:29:06 05:55:01 1.23 0.00 1.23 0.00 0.00 13.60 0.00 08:29:06 05:56:01 1.75 0.00 1.75 0.00 0.00 19.73 0.00 08:29:06 05:57:01 0.98 0.00 0.98 0.00 0.00 10.80 0.00 08:29:06 05:58:01 1.27 0.00 1.27 0.00 0.00 16.53 0.00 08:29:06 05:59:01 1.18 0.00 1.18 0.00 0.00 12.93 0.00 08:29:06 06:00:01 1.75 0.00 1.75 0.00 0.00 19.73 0.00 08:29:06 06:01:01 1.15 0.00 1.15 0.00 0.00 12.53 0.00 08:29:06 06:02:01 1.58 0.00 1.58 0.00 0.00 17.73 0.00 08:29:06 06:03:01 1.10 0.00 1.10 0.00 0.00 11.86 0.00 08:29:06 06:04:01 1.67 0.00 1.67 0.00 0.00 19.06 0.00 08:29:06 06:05:01 1.18 0.00 1.18 0.00 0.00 13.33 0.00 08:29:06 06:06:01 1.05 0.00 1.05 0.00 0.00 12.66 0.00 08:29:06 06:07:01 1.35 0.00 1.35 0.00 0.00 15.33 0.00 08:29:06 06:08:01 1.52 0.00 1.52 0.00 0.00 17.46 0.00 08:29:06 06:09:01 1.18 0.00 1.18 0.00 0.00 13.33 0.00 08:29:06 06:10:01 1.70 0.00 1.70 0.00 0.00 19.33 0.00 08:29:06 06:11:01 1.15 0.00 1.15 0.00 0.00 12.26 0.00 08:29:06 06:12:01 1.50 0.00 1.50 0.00 0.00 16.79 0.00 08:29:06 06:13:01 1.55 0.00 1.55 0.00 0.00 16.66 0.00 08:29:06 06:14:01 2.27 0.00 2.27 0.00 0.00 25.46 0.00 08:29:06 06:15:01 1.65 0.00 1.65 0.00 0.00 18.13 0.00 08:29:06 06:16:01 1.77 0.00 1.77 0.00 0.00 20.00 0.00 08:29:06 06:17:01 0.95 0.00 0.95 0.00 0.00 10.26 0.00 08:29:06 06:18:01 1.78 0.00 1.78 0.00 0.00 20.13 0.00 08:29:06 06:19:01 1.18 0.00 1.18 0.00 0.00 13.06 0.00 08:29:06 06:20:01 1.97 0.00 1.97 0.00 0.00 21.99 0.00 08:29:06 06:21:01 1.60 0.00 1.60 0.00 0.00 17.46 0.00 08:29:06 06:22:01 1.92 0.00 1.92 0.00 0.00 21.46 0.00 08:29:06 06:23:02 1.65 0.00 1.65 0.00 0.00 18.26 0.00 08:29:06 06:24:01 1.76 0.00 1.76 0.00 0.00 20.47 0.00 08:29:06 06:25:01 1.18 0.03 1.15 0.00 0.27 12.40 0.00 08:29:06 06:26:01 5.17 2.23 2.94 0.00 36.29 84.81 0.00 08:29:06 06:27:01 1.02 0.00 1.02 0.00 0.00 10.80 0.00 08:29:06 06:28:01 1.05 0.00 1.05 0.00 0.00 12.80 0.00 08:29:06 06:29:01 1.43 0.00 1.43 0.00 0.00 15.86 0.00 08:29:06 06:30:01 1.15 0.00 1.15 0.00 0.00 13.73 0.00 08:29:06 06:31:01 1.48 0.00 1.48 0.00 0.00 16.80 0.00 08:29:06 06:32:01 1.00 0.00 1.00 0.00 0.00 11.86 0.00 08:29:06 06:33:01 1.38 0.00 1.38 0.00 0.00 16.00 0.00 08:29:06 06:34:01 1.32 0.00 1.32 0.00 0.00 15.33 0.00 08:29:06 06:35:01 1.32 0.00 1.32 0.00 0.00 14.80 0.00 08:29:06 06:36:01 1.50 0.00 1.50 0.00 0.00 17.46 0.00 08:29:06 06:37:01 1.00 0.00 1.00 0.00 0.00 11.20 0.00 08:29:06 06:38:01 1.65 0.00 1.65 0.00 0.00 18.66 0.00 08:29:06 06:39:01 1.30 0.00 1.30 0.00 0.00 14.40 0.00 08:29:06 06:40:01 1.27 0.00 1.27 0.00 0.00 16.00 0.00 08:29:06 06:41:01 1.28 0.00 1.28 0.00 0.00 14.53 0.00 08:29:06 06:42:01 1.03 0.00 1.03 0.00 0.00 12.00 0.00 08:29:06 06:43:01 1.40 0.00 1.40 0.00 0.00 16.26 0.00 08:29:06 06:44:01 1.30 0.00 1.30 0.00 0.00 15.33 0.00 08:29:06 06:45:01 1.12 0.00 1.12 0.00 0.00 12.40 0.00 08:29:06 06:46:01 1.33 0.00 1.33 0.00 0.00 15.20 0.00 08:29:06 06:47:01 1.42 0.00 1.42 0.00 0.00 15.46 0.00 08:29:06 06:48:01 1.67 0.00 1.67 0.00 0.00 18.80 0.00 08:29:06 06:49:01 1.18 0.00 1.18 0.00 0.00 12.40 0.00 08:29:06 06:50:01 1.77 0.00 1.77 0.00 0.00 19.46 0.00 08:29:06 06:51:01 1.72 0.00 1.72 0.00 0.00 18.40 0.00 08:29:06 06:52:01 2.07 0.00 2.07 0.00 0.00 23.07 0.00 08:29:06 06:53:01 1.17 0.00 1.17 0.00 0.00 12.80 0.00 08:29:06 06:54:01 2.07 0.00 2.07 0.00 0.00 22.93 0.00 08:29:06 06:55:01 1.20 0.00 1.20 0.00 0.00 12.93 0.00 08:29:06 06:56:01 1.83 0.00 1.83 0.00 0.00 21.33 0.00 08:29:06 06:57:01 1.25 0.00 1.25 0.00 0.00 13.20 0.00 08:29:06 06:58:01 1.23 0.00 1.23 0.00 0.00 15.20 0.00 08:29:06 06:59:01 1.18 0.00 1.18 0.00 0.00 12.26 0.00 08:29:06 07:00:01 1.27 0.00 1.27 0.00 0.00 14.93 0.00 08:29:06 07:01:01 1.60 0.00 1.60 0.00 0.00 18.40 0.00 08:29:06 07:02:01 1.60 0.00 1.60 0.00 0.00 17.73 0.00 08:29:06 07:03:01 1.32 0.00 1.32 0.00 0.00 13.86 0.00 08:29:06 07:04:01 1.08 0.00 1.08 0.00 0.00 12.53 0.00 08:29:06 07:05:01 1.53 0.00 1.53 0.00 0.00 17.33 0.00 08:29:06 07:06:01 1.72 0.00 1.72 0.00 0.00 19.73 0.00 08:29:06 07:07:01 1.23 0.00 1.23 0.00 0.00 12.66 0.00 08:29:06 07:08:01 1.32 0.00 1.32 0.00 0.00 14.66 0.00 08:29:06 07:09:01 1.40 0.00 1.40 0.00 0.00 15.06 0.00 08:29:06 07:10:01 1.32 0.00 1.32 0.00 0.00 14.80 0.00 08:29:06 07:11:01 1.42 0.00 1.42 0.00 0.00 17.20 0.00 08:29:06 07:12:01 1.33 0.00 1.33 0.00 0.00 15.20 0.00 08:29:06 07:13:01 1.32 0.00 1.32 0.00 0.00 14.66 0.00 08:29:06 07:14:01 1.05 0.00 1.05 0.00 0.00 12.00 0.00 08:29:06 07:15:01 1.43 0.00 1.43 0.00 0.00 15.33 0.00 08:29:06 07:16:01 1.48 0.00 1.48 0.00 0.00 17.46 0.00 08:29:06 07:17:01 1.15 0.00 1.15 0.00 0.00 11.33 0.00 08:29:06 07:18:01 1.30 0.00 1.30 0.00 0.00 15.60 0.00 08:29:06 07:19:01 1.53 0.00 1.53 0.00 0.00 16.66 0.00 08:29:06 07:20:01 1.05 0.00 1.05 0.00 0.00 11.86 0.00 08:29:06 07:21:01 1.57 0.00 1.57 0.00 0.00 16.66 0.00 08:29:06 07:22:01 1.08 0.00 1.08 0.00 0.00 12.80 0.00 08:29:06 07:23:01 1.53 0.00 1.53 0.00 0.00 16.80 0.00 08:29:06 07:24:01 1.20 0.00 1.20 0.00 0.00 13.46 0.00 08:29:06 07:25:01 1.47 0.00 1.47 0.00 0.00 16.13 0.00 08:29:06 07:26:01 1.28 0.00 1.28 0.00 0.00 13.73 0.00 08:29:06 07:27:01 1.60 0.00 1.60 0.00 0.00 17.20 0.00 08:29:06 07:28:01 1.03 0.00 1.03 0.00 0.00 13.20 0.00 08:29:06 07:29:01 1.58 0.00 1.58 0.00 0.00 16.93 0.00 08:29:06 07:30:01 1.28 0.00 1.28 0.00 0.00 14.13 0.00 08:29:06 07:31:01 1.42 0.00 1.42 0.00 0.00 15.20 0.00 08:29:06 07:32:01 1.30 0.00 1.30 0.00 0.00 14.66 0.00 08:29:06 07:33:01 1.32 0.00 1.32 0.00 0.00 14.66 0.00 08:29:06 07:34:01 1.38 0.00 1.38 0.00 0.00 15.86 0.00 08:29:06 07:35:01 1.22 0.00 1.22 0.00 0.00 12.93 0.00 08:29:06 07:36:01 1.72 0.00 1.72 0.00 0.00 19.73 0.00 08:29:06 07:37:01 1.32 0.00 1.32 0.00 0.00 14.13 0.00 08:29:06 07:38:01 1.18 0.00 1.18 0.00 0.00 13.86 0.00 08:29:06 07:39:01 1.45 0.00 1.45 0.00 0.00 15.33 0.00 08:29:06 07:40:01 1.03 0.00 1.03 0.00 0.00 12.13 0.00 08:29:06 07:41:01 1.47 0.00 1.47 0.00 0.00 15.46 0.00 08:29:06 07:42:01 1.33 0.00 1.33 0.00 0.00 15.33 0.00 08:29:06 07:43:01 1.25 0.00 1.25 0.00 0.00 13.86 0.00 08:29:06 07:44:01 1.02 0.00 1.02 0.00 0.00 12.00 0.00 08:29:06 07:45:01 1.47 0.00 1.47 0.00 0.00 16.66 0.00 08:29:06 07:46:01 1.02 0.00 1.02 0.00 0.00 11.46 0.00 08:29:06 07:47:01 1.52 0.00 1.52 0.00 0.00 17.46 0.00 08:29:06 07:48:01 1.15 0.00 1.15 0.00 0.00 14.13 0.00 08:29:06 07:49:01 1.45 0.00 1.45 0.00 0.00 15.59 0.00 08:29:06 07:50:01 1.23 0.00 1.23 0.00 0.00 13.86 0.00 08:29:06 07:51:01 1.30 0.00 1.30 0.00 0.00 13.86 0.00 08:29:06 07:52:01 1.87 0.00 1.87 0.00 0.00 21.73 0.00 08:29:06 07:53:01 1.13 0.00 1.13 0.00 0.00 12.40 0.00 08:29:06 07:54:01 1.20 0.00 1.20 0.00 0.00 13.06 0.00 08:29:06 07:55:01 1.27 0.00 1.27 0.00 0.00 14.13 0.00 08:29:06 07:56:01 1.05 0.00 1.05 0.00 0.00 11.73 0.00 08:29:06 07:57:01 1.48 0.00 1.48 0.00 0.00 17.46 0.00 08:29:06 07:58:01 1.35 0.00 1.35 0.00 0.00 15.46 0.00 08:29:06 07:59:01 1.28 0.00 1.28 0.00 0.00 13.60 0.00 08:29:06 08:00:01 1.02 0.00 1.02 0.00 0.00 11.86 0.00 08:29:06 08:01:01 1.42 0.00 1.42 0.00 0.00 15.73 0.00 08:29:06 08:02:01 1.60 0.00 1.60 0.00 0.00 18.80 0.00 08:29:06 08:03:01 1.13 0.00 1.13 0.00 0.00 12.40 0.00 08:29:06 08:04:01 1.12 0.00 1.12 0.00 0.00 12.66 0.00 08:29:06 08:05:01 1.45 0.00 1.45 0.00 0.00 16.80 0.00 08:29:06 08:06:01 1.10 0.00 1.10 0.00 0.00 12.53 0.00 08:29:06 08:07:01 1.50 0.00 1.50 0.00 0.00 16.13 0.00 08:29:06 08:08:01 0.95 0.00 0.95 0.00 0.00 11.86 0.00 08:29:06 08:09:01 1.38 0.00 1.38 0.00 0.00 15.33 0.00 08:29:06 08:10:01 1.07 0.00 1.07 0.00 0.00 13.33 0.00 08:29:06 08:11:01 1.47 0.00 1.47 0.00 0.00 15.46 0.00 08:29:06 08:12:01 1.87 0.00 1.87 0.00 0.00 20.93 0.00 08:29:06 08:13:01 1.22 0.00 1.22 0.00 0.00 13.06 0.00 08:29:06 08:14:01 1.68 0.00 1.68 0.00 0.00 18.93 0.00 08:29:06 08:15:01 1.27 0.00 1.27 0.00 0.00 13.46 0.00 08:29:06 08:16:01 1.35 0.00 1.35 0.00 0.00 15.46 0.00 08:29:06 08:17:01 1.60 0.00 1.60 0.00 0.00 18.13 0.00 08:29:06 08:18:01 1.37 0.00 1.37 0.00 0.00 16.13 0.00 08:29:06 08:19:01 1.57 0.00 1.57 0.00 0.00 16.40 0.00 08:29:06 08:20:01 1.18 0.00 1.18 0.00 0.00 13.46 0.00 08:29:06 08:21:01 1.43 0.00 1.43 0.00 0.00 15.06 0.00 08:29:06 08:22:01 1.87 0.00 1.87 0.00 0.00 20.66 0.00 08:29:06 08:23:01 1.33 0.00 1.33 0.00 0.00 15.46 0.00 08:29:06 08:24:01 1.73 0.00 1.73 0.00 0.00 19.06 0.00 08:29:06 08:25:01 1.33 0.00 1.33 0.00 0.00 13.60 0.00 08:29:06 08:26:01 1.63 0.00 1.63 0.00 0.00 17.46 0.00 08:29:06 08:27:01 1.28 0.00 1.28 0.00 0.00 13.73 0.00 08:29:06 08:28:01 1.80 0.00 1.80 0.00 0.00 20.00 0.00 08:29:06 08:29:01 57.06 0.18 56.88 0.00 20.66 16784.94 0.00 08:29:06 Average: 10.16 0.11 10.06 0.00 13.30 2665.46 0.00 08:29:06 08:29:06 02:28:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:29:06 02:29:01 27675396 31451124 859888 2.61 106248 3859140 2044284 6.02 1301788 3424708 109052 08:29:06 02:30:01 26451504 31248072 1052636 3.20 129548 4773132 2295796 6.77 2152188 3708052 609916 08:29:06 02:31:01 26513656 31376712 920872 2.80 134652 4804116 2202152 6.49 1601664 4161544 442940 08:29:06 02:32:01 22066304 31137248 1153884 3.51 146828 8910940 2766616 8.15 2120088 7983948 3463460 08:29:06 02:33:01 16179616 31318840 924344 2.81 366828 14328300 2427516 7.15 2969560 12544300 1874352 08:29:06 02:34:01 8311572 28424904 3750300 11.40 405100 18815348 11128056 32.80 6532844 16298988 1505468 08:29:06 02:35:01 3858816 26557508 5620816 17.09 422300 21283276 11128864 32.80 9495296 17696492 45316 08:29:06 02:36:01 8081872 31289156 947260 2.88 435456 21944536 2473168 7.29 3426552 19789364 352 08:29:06 02:37:01 8069292 31351824 890396 2.71 440020 22013916 2293904 6.76 3676508 19559884 460 08:29:06 02:38:01 8085244 31368944 873172 2.66 441060 22014224 2141240 6.31 4058316 19163580 4 08:29:06 02:39:01 8085048 31368784 873292 2.66 441084 22014228 2141240 6.31 4057896 19163584 56 08:29:06 02:40:01 8098764 31382564 859948 2.62 441096 22014232 2141240 6.31 4044228 19163588 28 08:29:06 02:41:01 8099592 31383396 859188 2.61 441108 22014232 2141240 6.31 4043964 19163588 172 08:29:06 02:42:01 8100208 31384028 858664 2.61 441116 22014236 2141240 6.31 4043972 19163592 60 08:29:06 02:43:01 8102328 31386240 856504 2.60 441172 22014216 2155144 6.35 4040576 19163572 184 08:29:06 02:44:01 8102492 31386428 856264 2.60 441200 22014216 2155144 6.35 4040256 19163572 12 08:29:06 02:45:01 8103068 31387008 855784 2.60 441220 22014220 2155144 6.35 4040172 19163576 164 08:29:06 02:46:01 8103044 31387036 855720 2.60 441244 22014220 2155144 6.35 4040272 19163576 224 08:29:06 02:47:01 8103068 31387064 855676 2.60 441260 22014224 2155144 6.35 4039928 19163580 4 08:29:06 02:48:01 8104124 31388180 854540 2.60 441296 22014232 2155144 6.35 4039040 19163588 28 08:29:06 02:49:01 8104276 31388340 854572 2.60 441304 22014232 2155144 6.35 4038988 19163588 16 08:29:06 02:50:01 8104236 31388336 854564 2.60 441324 22014236 2155144 6.35 4038996 19163592 44 08:29:06 02:51:01 8104204 31388304 854528 2.60 441344 22014240 2155144 6.35 4038996 19163592 8 08:29:06 02:52:01 8103904 31388160 854628 2.60 441352 22014372 2155144 6.35 4039040 19163720 12 08:29:06 02:53:01 8103888 31388160 854556 2.60 441372 22014376 2155144 6.35 4039100 19163732 40 08:29:06 02:54:01 8103872 31388172 854500 2.60 441380 22014376 2155144 6.35 4039076 19163732 44 08:29:06 02:55:01 8104536 31388856 853972 2.60 441388 22014380 2155144 6.35 4038904 19163736 4 08:29:06 02:56:01 8104268 31388596 854192 2.60 441400 22014384 2155144 6.35 4038908 19163736 20 08:29:06 02:57:01 8104252 31388596 854168 2.60 441420 22014388 2155144 6.35 4038932 19163744 4 08:29:06 02:58:01 8104236 31388616 854092 2.60 441444 22014392 2155144 6.35 4039020 19163748 56 08:29:06 02:59:01 8104188 31388568 854056 2.60 441468 22014392 2155144 6.35 4039252 19163748 8 08:29:06 03:00:01 8104432 31388864 853720 2.60 441496 22014396 2155144 6.35 4039284 19163752 32 08:29:06 03:01:01 8104560 31389012 853728 2.60 441516 22014396 2155144 6.35 4039304 19163752 12 08:29:06 03:02:01 8104164 31388692 853944 2.60 441536 22014400 2171248 6.40 4039392 19163760 32 08:29:06 03:03:01 8103864 31388400 854184 2.60 441580 22014396 2171248 6.40 4039156 19163760 16 08:29:06 03:04:01 8103720 31388300 854244 2.60 441600 22014404 2171248 6.40 4039568 19163760 16 08:29:06 03:05:01 8103396 31387984 854460 2.60 441624 22014408 2171248 6.40 4039464 19163764 36 08:29:06 03:06:01 8103364 31388012 854412 2.60 441648 22014412 2171248 6.40 4039212 19163768 4 08:29:06 03:07:01 8103024 31387684 854676 2.60 441660 22014420 2187336 6.45 4039212 19163772 8 08:29:06 03:08:01 8103484 31388192 854348 2.60 441684 22014416 2187336 6.45 4039800 19163780 60 08:29:06 03:09:01 8103684 31388420 854304 2.60 441704 22014424 2187336 6.45 4039320 19163780 12 08:29:06 03:10:01 8103620 31388364 854400 2.60 441728 22014428 2187336 6.45 4039596 19163784 8 08:29:06 03:11:01 8103784 31388592 854092 2.60 441744 22014428 2187336 6.45 4039696 19163784 12 08:29:06 03:12:01 8103800 31388632 854020 2.60 441764 22014432 2187336 6.45 4039388 19163788 8 08:29:06 03:13:01 8103784 31388628 853960 2.60 441788 22014436 2187336 6.45 4039764 19163792 56 08:29:06 03:14:01 8103436 31388320 854208 2.60 441812 22014440 2187336 6.45 4039456 19163796 16 08:29:06 03:15:01 8103428 31388340 854148 2.60 441828 22014444 2187336 6.45 4039756 19163800 28 08:29:06 03:16:01 8103588 31388524 854104 2.60 441860 22014444 2187336 6.45 4039780 19163800 4 08:29:06 03:17:01 8103280 31388220 854352 2.60 441892 22014444 2187336 6.45 4039780 19163804 28 08:29:06 03:18:01 8103200 31388224 854240 2.60 441928 22014440 2187336 6.45 4039624 19163808 68 08:29:06 03:19:01 8102908 31387932 854444 2.60 441952 22014452 2187336 6.45 4039856 19163808 16 08:29:06 03:20:01 8103168 31388368 853960 2.60 441976 22014584 2187336 6.45 4039884 19163940 60 08:29:06 03:21:01 8102656 31388224 854028 2.60 442012 22014916 2187336 6.45 4041296 19164044 8 08:29:06 03:22:01 8095168 31382580 859676 2.61 442036 22015760 2187336 6.45 4047544 19164372 4 08:29:06 03:23:01 8095296 31382744 859664 2.61 442072 22015748 2187336 6.45 4047972 19164308 12 08:29:06 03:24:01 8094776 31382272 860104 2.62 442100 22015768 2187336 6.45 4047416 19164308 36 08:29:06 03:25:01 8094728 31382260 860076 2.62 442124 22015772 2187336 6.45 4047724 19164312 28 08:29:06 03:26:01 8094712 31382268 860012 2.62 442140 22015772 2187336 6.45 4047452 19164312 8 08:29:06 03:27:01 8095376 31382944 859480 2.61 442164 22015776 2170948 6.40 4047460 19164316 32 08:29:06 03:28:01 8095360 31382952 859660 2.61 442200 22015768 2187012 6.45 4047560 19164316 52 08:29:06 03:29:01 8095060 31382696 859868 2.61 442228 22015780 2187012 6.45 4047536 19164320 16 08:29:06 03:30:01 8095012 31382708 859836 2.61 442256 22015784 2187012 6.45 4047572 19164328 60 08:29:06 03:31:01 8095172 31382872 859800 2.61 442288 22015784 2187012 6.45 4047864 19164328 16 08:29:06 03:32:01 8095408 31383168 859504 2.61 442312 22015788 2187012 6.45 4047568 19164328 64 08:29:06 03:33:02 8095172 31382936 859656 2.61 442344 22015780 2187012 6.45 4047612 19164328 32 08:29:06 03:34:01 8095124 31382924 859616 2.61 442364 22015792 2187012 6.45 4047596 19164332 64 08:29:06 03:35:01 8095076 31382888 859576 2.61 442376 22015800 2187012 6.45 4047596 19164336 28 08:29:06 03:36:01 8094964 31382976 859468 2.61 442404 22015928 2187012 6.45 4047796 19164468 16 08:29:06 03:37:01 8094696 31382740 859688 2.61 442428 22015932 2187012 6.45 4047700 19164472 12 08:29:06 03:38:01 8094648 31382696 859652 2.61 442448 22015932 2187012 6.45 4047764 19164472 164 08:29:06 03:39:01 8094852 31382968 859336 2.61 442496 22015932 2170448 6.40 4047752 19164484 12 08:29:06 03:40:01 8095044 31383172 859268 2.61 442508 22015944 2170448 6.40 4047748 19164484 40 08:29:06 03:41:01 8095028 31383120 859288 2.61 442512 22015944 2170448 6.40 4047748 19164484 8 08:29:06 03:42:01 8094760 31382860 859520 2.61 442520 22015952 2170448 6.40 4047748 19164488 64 08:29:06 03:43:01 8094388 31382492 859760 2.61 442532 22015952 2170448 6.40 4048140 19164492 28 08:29:06 03:44:01 8094444 31382616 859680 2.61 442556 22015952 2170448 6.40 4047832 19164496 20 08:29:06 03:45:01 8089520 31379972 862420 2.62 442596 22018060 2192708 6.46 4048364 19166240 16 08:29:06 03:46:01 8089724 31380176 862076 2.62 442632 22018060 2192708 6.46 4048532 19166240 12 08:29:06 03:47:01 8089920 31380440 861792 2.62 442656 22018064 2192708 6.46 4048832 19166244 108 08:29:06 03:48:01 8090196 31380752 861480 2.62 442692 22018064 2192708 6.46 4048604 19166244 16 08:29:06 03:49:01 8089752 31380332 861736 2.62 442712 22018068 2192708 6.46 4048764 19166248 60 08:29:06 03:50:01 8089484 31380088 861964 2.62 442744 22018076 2192708 6.46 4048452 19166252 148 08:29:06 03:51:01 8089476 31380092 861896 2.62 442760 22018076 2192708 6.46 4048464 19166252 12 08:29:06 03:52:01 8089492 31380140 861824 2.62 442796 22018080 2192708 6.46 4048492 19166256 60 08:29:06 03:53:01 8089412 31380088 861764 2.62 442816 22018080 2192708 6.46 4048916 19166260 192 08:29:06 03:54:01 8089612 31380312 861732 2.62 442848 22018068 2192708 6.46 4048824 19166264 20 08:29:06 03:55:01 8089796 31380552 861684 2.62 442868 22018092 2192708 6.46 4048920 19166268 216 08:29:06 03:56:01 8089820 31380588 861636 2.62 442892 22018092 2192708 6.46 4048612 19166268 24 08:29:06 03:57:01 8089764 31380540 861604 2.62 442904 22018096 2192708 6.46 4048612 19166272 8 08:29:06 03:58:01 8089400 31380180 861912 2.62 442932 22018096 2192708 6.46 4048724 19166276 16 08:29:06 03:59:01 8089344 31380148 861872 2.62 442960 22018096 2192708 6.46 4048684 19166280 32 08:29:06 04:00:01 8089516 31380348 861604 2.62 442984 22018108 2192708 6.46 4048704 19166284 4 08:29:06 04:01:01 8089684 31380552 861556 2.62 443016 22018108 2192708 6.46 4048744 19166288 8 08:29:06 04:02:01 8089448 31380364 861848 2.62 443032 22018112 2192708 6.46 4048792 19166296 180 08:29:06 04:03:01 8089400 31380348 861812 2.62 443064 22018112 2192708 6.46 4048888 19166292 20 08:29:06 04:04:01 8089596 31380564 861548 2.62 443084 22018108 2192708 6.46 4049236 19166296 20 08:29:06 04:05:01 8089800 31380800 861248 2.62 443108 22018120 2215180 6.53 4049020 19166300 28 08:29:06 04:06:01 8089484 31380520 861460 2.62 443136 22018120 2215180 6.53 4048948 19166300 16 08:29:06 04:07:01 8089460 31380500 861420 2.62 443160 22018116 2215180 6.53 4048940 19166304 24 08:29:06 04:08:01 8089484 31380552 861340 2.62 443172 22018128 2231292 6.58 4049048 19166308 16 08:29:06 04:09:01 8089428 31380540 861284 2.62 443212 22018132 2231292 6.58 4049028 19166316 48 08:29:06 04:10:01 8089400 31380636 861344 2.62 443220 22018264 2231292 6.58 4049016 19166440 4 08:29:06 04:11:01 8089384 31380656 861316 2.62 443232 22018264 2231292 6.58 4049056 19166444 8 08:29:06 04:12:01 8089320 31380612 861284 2.62 443244 22018272 2231292 6.58 4049044 19166448 76 08:29:06 04:13:01 8089476 31380792 861332 2.62 443260 22018272 2214832 6.53 4049148 19166444 28 08:29:06 04:14:01 8089604 31380952 861180 2.62 443288 22018276 2214832 6.53 4049124 19166448 72 08:29:06 04:15:01 8089604 31380956 861148 2.62 443304 22018280 2214832 6.53 4049108 19166452 8 08:29:06 04:16:01 8089304 31380684 861368 2.62 443332 22018280 2198112 6.48 4049156 19166456 8 08:29:06 04:17:01 8089224 31380656 861364 2.62 443352 22018284 2198112 6.48 4049548 19166464 24 08:29:06 04:18:01 8089208 31380700 861224 2.62 443384 22018288 2198112 6.48 4049356 19166468 20 08:29:06 04:19:01 8089176 31380704 861168 2.62 443424 22018292 2198112 6.48 4049268 19166472 48 08:29:06 04:20:01 8089380 31380908 860896 2.62 443448 22018292 2198112 6.48 4049256 19166472 8 08:29:06 04:21:01 8089500 31381080 860908 2.62 443460 22018296 2198112 6.48 4049504 19166356 16 08:29:06 04:22:01 8087380 31379144 862816 2.62 443480 22018300 2214696 6.53 4050900 19165464 8 08:29:06 04:23:01 8087852 31379660 862228 2.62 443516 22018300 2214696 6.53 4050744 19165464 12 08:29:06 04:24:01 8087836 31379684 862152 2.62 443544 22018304 2214696 6.53 4050704 19165460 32 08:29:06 04:25:01 8087812 31379660 862124 2.62 443552 22018304 2214696 6.53 4050688 19165460 8 08:29:06 04:26:01 8087700 31379556 862152 2.62 443564 22018312 2214696 6.53 4050684 19165464 52 08:29:06 04:27:01 8087608 31379496 862376 2.62 443572 22018316 2214696 6.53 4050720 19165468 8 08:29:06 04:28:01 8087496 31379428 862400 2.62 443604 22018320 2214696 6.53 4050832 19165476 64 08:29:06 04:29:01 8087448 31379404 862352 2.62 443636 22018324 2214696 6.53 4050792 19165480 36 08:29:06 04:30:01 8087740 31379700 862196 2.62 443660 22018324 2214696 6.53 4050784 19165480 44 08:29:06 04:31:01 8087900 31379904 862184 2.62 443668 22018328 2214696 6.53 4050828 19165484 8 08:29:06 04:32:01 8087916 31379924 862128 2.62 443688 22018332 2214696 6.53 4050824 19165488 64 08:29:06 04:33:01 8088088 31380136 861888 2.62 443704 22018332 2214696 6.53 4051028 19165488 16 08:29:06 04:34:01 8088040 31380144 861820 2.62 443760 22018336 2214696 6.53 4050936 19165492 8 08:29:06 04:35:01 8088244 31380476 861416 2.62 443776 22018464 2214696 6.53 4050920 19165620 8 08:29:06 04:36:01 8087652 31379936 861912 2.62 443800 22018472 2214696 6.53 4051104 19165624 156 08:29:06 04:37:01 8087896 31380228 861564 2.62 443836 22018476 2198568 6.48 4051020 19165632 12 08:29:06 04:38:01 8087824 31380172 861540 2.62 443856 22018476 2198568 6.48 4051096 19165632 164 08:29:06 04:39:01 8088004 31380372 861752 2.62 443880 22018480 2214712 6.53 4051052 19165636 48 08:29:06 04:40:01 8088236 31380604 861676 2.62 443904 22018480 2214712 6.53 4051036 19165636 8 08:29:06 04:41:01 8088220 31380636 861636 2.62 443924 22018484 2214712 6.53 4051080 19165640 8 08:29:06 04:42:01 8088424 31380844 861360 2.62 443932 22018488 2214712 6.53 4051076 19165644 60 08:29:06 04:43:01 8088100 31380564 861588 2.62 443952 22018488 2214712 6.53 4051204 19165644 16 08:29:06 04:44:01 8088020 31380524 861556 2.62 443992 22018492 2214712 6.53 4051172 19165648 80 08:29:06 04:45:01 8087736 31380300 861744 2.62 444024 22018496 2214712 6.53 4051216 19165656 4 08:29:06 04:46:01 8087688 31380264 861696 2.62 444048 22018504 2214712 6.53 4051200 19165664 8 08:29:06 04:47:01 8087640 31380252 861660 2.62 444064 22018508 2214712 6.53 4051268 19165672 8 08:29:06 04:48:01 8087908 31380548 861316 2.62 444080 22018508 2214712 6.53 4051364 19165664 20 08:29:06 04:49:01 8087608 31380268 861532 2.62 444100 22018508 2214712 6.53 4051608 19165668 12 08:29:06 04:50:01 8087844 31380508 861264 2.62 444108 22018512 2198332 6.48 4051304 19165668 44 08:29:06 04:51:01 8087828 31380500 861248 2.62 444116 22018516 2198332 6.48 4051304 19165672 8 08:29:06 04:52:02 8087932 31380600 861308 2.62 444136 22018520 2198332 6.48 4051332 19165676 4 08:29:06 04:53:01 8088088 31380792 861548 2.62 444152 22018520 2198332 6.48 4051728 19165676 16 08:29:06 04:54:01 8088332 31381056 861272 2.62 444168 22018528 2198332 6.48 4051392 19165680 68 08:29:06 04:55:01 8088308 31381036 861236 2.62 444192 22018528 2198332 6.48 4051376 19165680 4 08:29:06 04:56:01 8088512 31381276 861060 2.62 444212 22018532 2198332 6.48 4051420 19165688 12 08:29:06 04:57:01 8087968 31380736 861532 2.62 444224 22018536 2198332 6.48 4051404 19165692 8 08:29:06 04:58:01 8088008 31380808 861408 2.62 444252 22018536 2198332 6.48 4051508 19165692 16 08:29:06 04:59:01 8088212 31381020 861132 2.62 444260 22018540 2198332 6.48 4051436 19165696 8 08:29:06 05:00:01 8088164 31381012 861100 2.62 444288 22018532 2182112 6.43 4051476 19165696 8 08:29:06 05:01:01 8088116 31381000 861152 2.62 444320 22018548 2182112 6.43 4051516 19165704 44 08:29:06 05:02:01 8088012 31380948 861276 2.62 444340 22018552 2182112 6.43 4051556 19165712 8 08:29:06 05:03:01 8088132 31381068 861284 2.62 444360 22018552 2182112 6.43 4051608 19165712 12 08:29:06 05:04:01 8088052 31381020 861256 2.62 444380 22018560 2198384 6.48 4051912 19165720 64 08:29:06 05:05:01 8087508 31380492 861724 2.62 444396 22018560 2181816 6.43 4052384 19165708 32 08:29:06 05:06:01 8087696 31380708 861452 2.62 444408 22018564 2181816 6.43 4052172 19165720 60 08:29:06 05:07:01 8087752 31380768 861372 2.62 444428 22018568 2181816 6.43 4051832 19165724 24 08:29:06 05:08:01 8087896 31380948 861360 2.62 444436 22018568 2181816 6.43 4052164 19165724 192 08:29:06 05:09:01 8087564 31380564 861716 2.62 444456 22018572 2181816 6.43 4051904 19165728 28 08:29:06 05:10:01 8087540 31380540 861684 2.62 444476 22018564 2181816 6.43 4051888 19165728 44 08:29:06 05:11:01 8087272 31380296 861908 2.62 444492 22018576 2197944 6.48 4051928 19165732 32 08:29:06 05:12:01 8087540 31380616 861584 2.62 444520 22018584 2197944 6.48 4051968 19165740 4 08:29:06 05:13:01 8087176 31380284 861800 2.62 444544 22018584 2197944 6.48 4052324 19165736 16 08:29:06 05:14:01 8087380 31380516 861504 2.62 444572 22018588 2197944 6.48 4052288 19165740 12 08:29:06 05:15:01 8087080 31380248 861716 2.62 444596 22018588 2197944 6.48 4052328 19165744 36 08:29:06 05:16:01 8087312 31380492 861636 2.62 444624 22018592 2181664 6.43 4052312 19165752 8 08:29:06 05:17:01 8086972 31380200 861852 2.62 444652 22018596 2181664 6.43 4052620 19165760 8 08:29:06 05:18:01 8081796 31376092 863936 2.63 444680 22019168 2211456 6.52 4053132 19166196 80 08:29:06 05:19:01 8084844 31378912 863052 2.62 444720 22019160 2228492 6.57 4052660 19166188 12 08:29:06 05:20:01 8084788 31378892 863000 2.62 444756 22019192 2228492 6.57 4052644 19166224 52 08:29:06 05:21:01 8084748 31378928 862924 2.62 444780 22019204 2228492 6.57 4052784 19166232 12 08:29:06 05:22:01 8084164 31378572 863328 2.63 444812 22019400 2228492 6.57 4052920 19166428 8 08:29:06 05:23:01 8084872 31379320 862512 2.62 444848 22019404 2228492 6.57 4052928 19166432 28 08:29:06 05:24:01 8085096 31379596 862440 2.62 444888 22019408 2228492 6.57 4052868 19166440 12 08:29:06 05:25:01 8085128 31379628 862392 2.62 444908 22019396 2228492 6.57 4052560 19166440 4 08:29:06 05:26:01 8084828 31379376 862592 2.62 444928 22019412 2228492 6.57 4052620 19166440 220 08:29:06 05:27:01 8084780 31379336 862568 2.62 444940 22019412 2212124 6.52 4052628 19166440 8 08:29:06 05:28:01 8084992 31379688 862132 2.62 444956 22019544 2212124 6.52 4052720 19166556 60 08:29:06 05:29:01 8084724 31379464 862360 2.62 444976 22019548 2212124 6.52 4052992 19166580 32 08:29:06 05:30:01 8084732 31379476 862332 2.62 444992 22019548 2212124 6.52 4052684 19166580 212 08:29:06 05:31:01 8085176 31379932 862064 2.62 444992 22019556 2212124 6.52 4052732 19166584 24 08:29:06 05:32:01 8085200 31379976 862012 2.62 445000 22019556 2212124 6.52 4053052 19166588 44 08:29:06 05:33:01 8085136 31379916 861980 2.62 445016 22019560 2212124 6.52 4052808 19166592 40 08:29:06 05:34:01 8084448 31379272 862584 2.62 445032 22019568 2212124 6.52 4053088 19166604 176 08:29:06 05:35:01 8084440 31379264 862512 2.62 445056 22019564 2212124 6.52 4053076 19166604 8 08:29:06 05:36:01 8084424 31379288 862432 2.62 445076 22019572 2212124 6.52 4053236 19166612 172 08:29:06 05:37:01 8084920 31379828 861952 2.62 445104 22019572 2212124 6.52 4053156 19166616 8 08:29:06 05:38:01 8085052 31379964 862236 2.62 445120 22019580 2212124 6.52 4053216 19166620 184 08:29:06 05:39:01 8085028 31379976 862200 2.62 445136 22019584 2195316 6.47 4053188 19166628 28 08:29:06 05:40:01 8085004 31379960 862180 2.62 445152 22019572 2195316 6.47 4053176 19166632 44 08:29:06 05:41:01 8085208 31380200 861864 2.62 445184 22019588 2195316 6.47 4053216 19166640 4 08:29:06 05:42:01 8084908 31379944 862076 2.62 445212 22019588 2195316 6.47 4053256 19166644 8 08:29:06 05:43:01 8085072 31380148 861808 2.62 445236 22019592 2195316 6.47 4053372 19166652 16 08:29:06 05:44:01 8085008 31380120 861744 2.62 445268 22019596 2195316 6.47 4053048 19166656 48 08:29:06 05:45:01 8085016 31380128 861716 2.62 445296 22019588 2195316 6.47 4053032 19166656 12 08:29:06 05:46:01 8084684 31379800 861932 2.62 445304 22019600 2195316 6.47 4053020 19166660 168 08:29:06 05:47:01 8084952 31380104 861588 2.62 445320 22019600 2195316 6.47 4053060 19166660 8 08:29:06 05:48:01 8085088 31380280 861580 2.62 445356 22019608 2195316 6.47 4053156 19166668 180 08:29:06 05:49:01 8085088 31380332 861548 2.62 445384 22019612 2195316 6.47 4053156 19166672 12 08:29:06 05:50:01 8085112 31380356 861484 2.62 445416 22019592 2195316 6.47 4053140 19166672 172 08:29:06 05:51:01 8085064 31380356 861424 2.62 445436 22019620 2195316 6.47 4053184 19166688 40 08:29:06 05:52:01 8085268 31380564 861140 2.62 445452 22019620 2179216 6.42 4053168 19166688 44 08:29:06 05:53:01 8084944 31380276 861364 2.62 445472 22019624 2179216 6.42 4053272 19166692 32 08:29:06 05:54:01 8084812 31380148 861640 2.62 445488 22019628 2179216 6.42 4053200 19166696 48 08:29:06 05:55:01 8084544 31379916 861868 2.62 445516 22019612 2179216 6.42 4053240 19166696 8 08:29:06 05:56:01 8084496 31379904 861812 2.62 445540 22019632 2179216 6.42 4053280 19166704 8 08:29:06 05:57:01 8084700 31380108 861532 2.62 445552 22019636 2179216 6.42 4053264 19166704 8 08:29:06 05:58:01 8084432 31379876 861696 2.62 445568 22019640 2179216 6.42 4053368 19166708 68 08:29:06 05:59:01 8084888 31380484 861024 2.62 445592 22019772 2179216 6.42 4053348 19166824 12 08:29:06 06:00:01 8084800 31380396 861152 2.62 445620 22019764 2179216 6.42 4053332 19166824 172 08:29:06 06:01:01 8084960 31380588 861112 2.62 445644 22019776 2195272 6.47 4053424 19166780 4 08:29:06 06:02:01 8084692 31380320 861348 2.62 445656 22019776 2195272 6.47 4053408 19166780 44 08:29:06 06:03:01 8084612 31380284 861348 2.62 445672 22019780 2211524 6.52 4053576 19166784 16 08:29:06 06:04:01 8084320 31380036 861528 2.62 445700 22019784 2211524 6.52 4053672 19166792 48 08:29:06 06:05:01 8084368 31380084 861496 2.62 445712 22019784 2211524 6.52 4053564 19166792 16 08:29:06 06:06:01 8084256 31380020 861536 2.62 445716 22019792 2211524 6.52 4053524 19166816 200 08:29:06 06:07:01 8084556 31380324 861252 2.62 445728 22019796 2211524 6.52 4053508 19166816 8 08:29:06 06:08:01 8084432 31380232 861512 2.62 445744 22019800 2211524 6.52 4053608 19166824 56 08:29:06 06:09:01 8084148 31379976 861728 2.62 445764 22019804 2211524 6.52 4053592 19166828 12 08:29:06 06:10:01 8084124 31379952 861688 2.62 445800 22019788 2211524 6.52 4053576 19166828 44 08:29:06 06:11:01 8084076 31379960 861644 2.62 445812 22019808 2211524 6.52 4053616 19166844 8 08:29:06 06:12:01 8083964 31379848 861684 2.62 445824 22019808 2211524 6.52 4053600 19166844 40 08:29:06 06:13:01 8083856 31379772 861884 2.62 445860 22019812 2211524 6.52 4053700 19166852 8 08:29:06 06:14:01 8084132 31380112 861540 2.62 445924 22019816 2211524 6.52 4054000 19166864 8 08:29:06 06:15:01 8084112 31380180 861724 2.62 445992 22019816 2194892 6.47 4053836 19166868 32 08:29:06 06:16:01 8084104 31380176 861684 2.62 446016 22019824 2194892 6.47 4053820 19166872 8 08:29:06 06:17:01 8083804 31379920 861920 2.62 446032 22019824 2194892 6.47 4053860 19166876 8 08:29:06 06:18:01 8084528 31380660 861080 2.62 446048 22019828 2194892 6.47 4053900 19166880 48 08:29:06 06:19:01 8084196 31380372 861316 2.62 446060 22019832 2194892 6.47 4053872 19166884 12 08:29:06 06:20:01 8084172 31380388 861248 2.62 446112 22019824 2194892 6.47 4053912 19166888 40 08:29:06 06:21:01 8083872 31380144 861432 2.62 446152 22019836 2194892 6.47 4053952 19166900 8 08:29:06 06:22:01 8083984 31380200 861328 2.62 446164 22019836 2176956 6.42 4054228 19166864 12 08:29:06 06:23:02 8083872 31380148 861320 2.62 446216 22019844 2176956 6.42 4054236 19166868 16 08:29:06 06:24:01 8084064 31380344 861268 2.62 446244 22019844 2176956 6.42 4054140 19166868 56 08:29:06 06:25:01 8083748 31380064 861532 2.62 446260 22019848 2176956 6.42 4054476 19166872 8 08:29:06 06:26:01 8080328 31379296 862216 2.62 446316 22022216 2176956 6.42 4054596 19169164 24 08:29:06 06:27:01 8080596 31379564 861936 2.62 446328 22022216 2176956 6.42 4054316 19169164 8 08:29:06 06:28:01 8080532 31379532 861952 2.62 446348 22022220 2176956 6.42 4054416 19169172 232 08:29:06 06:29:01 8080508 31379508 861920 2.62 446360 22022220 2176956 6.42 4054340 19169172 12 08:29:06 06:30:01 8080460 31379496 861888 2.62 446372 22022224 2176956 6.42 4054384 19169176 164 08:29:06 06:31:01 8080588 31379656 861956 2.62 446396 22022228 2176956 6.42 4054680 19169176 36 08:29:06 06:32:01 8080288 31379360 862308 2.62 446396 22022228 2176956 6.42 4054664 19169176 208 08:29:06 06:33:01 8080492 31379584 862044 2.62 446404 22022232 2176956 6.42 4054768 19169180 32 08:29:06 06:34:01 8080736 31379832 861760 2.62 446420 22022236 2176956 6.42 4054428 19169180 172 08:29:06 06:35:01 8080712 31379816 861720 2.62 446440 22022240 2176956 6.42 4054416 19169184 24 08:29:06 06:36:01 8080112 31379276 862232 2.62 446460 22022244 2176956 6.42 4054580 19169188 16 08:29:06 06:37:01 8080564 31379744 861908 2.62 446476 22022244 2176956 6.42 4054500 19169188 12 08:29:06 06:38:01 8080524 31379740 861872 2.62 446500 22022248 2176956 6.42 4054604 19169192 52 08:29:06 06:39:01 8080476 31379692 861848 2.62 446508 22022252 2176956 6.42 4054528 19169192 8 08:29:06 06:40:01 8080444 31379692 861748 2.62 446528 22022312 2176956 6.42 4054512 19169224 60 08:29:06 06:41:01 8080136 31379420 861956 2.62 446552 22022316 2193008 6.46 4054556 19169232 4 08:29:06 06:42:01 8080372 31379696 861640 2.62 446564 22022324 2193008 6.46 4054544 19169272 208 08:29:06 06:43:01 8080596 31379960 861548 2.62 446576 22022328 2209060 6.51 4054648 19169276 24 08:29:06 06:44:01 8080580 31379880 861588 2.62 446592 22022328 2209060 6.51 4054580 19169280 52 08:29:06 06:45:01 8080280 31379616 861804 2.62 446608 22022332 2209060 6.51 4054616 19169284 24 08:29:06 06:46:01 8080484 31379828 861516 2.62 446624 22022336 2209060 6.51 4054608 19169288 224 08:29:06 06:47:01 8080652 31380028 861488 2.62 446640 22022336 2209060 6.51 4054644 19169288 4 08:29:06 06:48:01 8080604 31379988 861600 2.62 446648 22022340 2209060 6.51 4054788 19169292 48 08:29:06 06:49:01 8080532 31379940 861592 2.62 446660 22022340 2209060 6.51 4054672 19169292 16 08:29:06 06:50:01 8080748 31380160 861532 2.62 446672 22022344 2209060 6.51 4054700 19169296 44 08:29:06 06:51:01 8080976 31380416 861244 2.62 446716 22022336 2209060 6.51 4054736 19169300 8 08:29:06 06:52:01 8080660 31380200 861480 2.62 446732 22022448 2209060 6.51 4054776 19169364 8 08:29:06 06:53:01 8080620 31380200 861420 2.62 446748 22022452 2209060 6.51 4054880 19169368 16 08:29:06 06:54:01 8080848 31380432 861124 2.62 446772 22022452 2209060 6.51 4054804 19169368 12 08:29:06 06:55:01 8080704 31380364 861200 2.62 446776 22022460 2192996 6.46 4054852 19169416 12 08:29:06 06:56:01 8080340 31380008 861492 2.62 446784 22022464 2192996 6.46 4055088 19169420 44 08:29:06 06:57:01 8080796 31380492 860956 2.62 446804 22022464 2192996 6.46 4054892 19169424 4 08:29:06 06:58:01 8081028 31380728 860860 2.62 446820 22022468 2192996 6.46 4054936 19169428 68 08:29:06 06:59:01 8081288 31381020 860548 2.62 446832 22022468 2176708 6.41 4054916 19169432 16 08:29:06 07:00:01 8080712 31380556 860892 2.62 446852 22022604 2176708 6.41 4055096 19169544 176 08:29:06 07:01:01 8080664 31380584 860828 2.62 446900 22022608 2176708 6.41 4054996 19169556 40 08:29:06 07:02:01 8080924 31380868 860512 2.62 446912 22022608 2176708 6.41 4054980 19169580 44 08:29:06 07:03:01 8080308 31380292 861024 2.62 446932 22022612 2176708 6.41 4055088 19169584 16 08:29:06 07:04:01 8080572 31380564 860916 2.62 446940 22022612 2176708 6.41 4055200 19169584 220 08:29:06 07:05:01 8080808 31380808 860624 2.62 446960 22022616 2176708 6.41 4055000 19169588 12 08:29:06 07:06:01 8081000 31381032 860568 2.62 446984 22022604 2176708 6.41 4055040 19169592 220 08:29:06 07:07:01 8080732 31380764 860884 2.62 446992 22022620 2176708 6.41 4055028 19169592 8 08:29:06 07:08:01 8080644 31380712 860896 2.62 447000 22022624 2176708 6.41 4055128 19169596 184 08:29:06 07:09:01 8080848 31380916 860732 2.62 447008 22022624 2176708 6.41 4055060 19169596 12 08:29:06 07:10:01 8080932 31381172 860324 2.62 447020 22022760 2176708 6.41 4055092 19169712 176 08:29:06 07:11:01 8080620 31380864 860780 2.62 447044 22022752 2176708 6.41 4055076 19169716 24 08:29:06 07:12:01 8080508 31380808 860796 2.62 447060 22022768 2176708 6.41 4055116 19169744 220 08:29:06 07:13:01 8080712 31380928 860596 2.62 447080 22022772 2192792 6.46 4055160 19169748 16 08:29:06 07:14:01 8080420 31380676 860792 2.62 447100 22022772 2192792 6.46 4055144 19169748 208 08:29:06 07:15:01 8080372 31380668 860748 2.62 447124 22022776 2192792 6.46 4055184 19169756 24 08:29:06 07:16:01 8080348 31380652 860712 2.62 447136 22022776 2208848 6.51 4055168 19169760 60 08:29:06 07:17:01 8080468 31380804 860728 2.62 447144 22022780 2208848 6.51 4055208 19169768 4 08:29:06 07:18:01 8080128 31380516 861028 2.62 447168 22022784 2208848 6.51 4055316 19169776 224 08:29:06 07:19:01 8080064 31380452 861016 2.62 447184 22022788 2208848 6.51 4055240 19169776 8 08:29:06 07:20:01 8080324 31380744 860704 2.62 447196 22022792 2208848 6.51 4055284 19169784 228 08:29:06 07:21:01 8080172 31380592 860784 2.62 447216 22022784 2208848 6.51 4055268 19169784 12 08:29:06 07:22:01 8080116 31380580 860840 2.62 447232 22022796 2208848 6.51 4055388 19169796 220 08:29:06 07:23:01 8079272 31379824 861472 2.62 447248 22022800 2208848 6.51 4055756 19169748 12 08:29:06 07:24:01 8079548 31380084 861160 2.62 447264 22022800 2208848 6.51 4055596 19169748 208 08:29:06 07:25:01 8079464 31380036 861384 2.62 447280 22022804 2208848 6.51 4055508 19169752 8 08:29:06 07:26:01 8079384 31379956 861428 2.62 447288 22022804 2208848 6.51 4055496 19169752 208 08:29:06 07:27:01 8079796 31380400 861148 2.62 447300 22022808 2208848 6.51 4055536 19169760 4 08:29:06 07:28:01 8079780 31380388 861112 2.62 447312 22022820 2208848 6.51 4055580 19169764 252 08:29:06 07:29:01 8079708 31380344 861204 2.62 447324 22022820 2192576 6.46 4055560 19169768 12 08:29:06 07:30:01 8079716 31380360 861140 2.62 447336 22022824 2192576 6.46 4055544 19169772 172 08:29:06 07:31:01 8079700 31380372 861124 2.62 447356 22022820 2192576 6.46 4055584 19169776 8 08:29:06 07:32:01 8079904 31380596 860856 2.62 447360 22022828 2192576 6.46 4055588 19169776 168 08:29:06 07:33:01 8079636 31380272 861100 2.62 447380 22022832 2192576 6.46 4055648 19169780 244 08:29:06 07:34:01 8079556 31380220 861096 2.62 447400 22022832 2192576 6.46 4055616 19169780 48 08:29:06 07:35:01 8079716 31380384 861072 2.62 447408 22022836 2192576 6.46 4055612 19169784 24 08:29:06 07:36:01 8079392 31380092 861324 2.62 447432 22022836 2192576 6.46 4055768 19169784 224 08:29:06 07:37:01 8079360 31380096 861276 2.62 447464 22022832 2192576 6.46 4055688 19169792 24 08:29:06 07:38:01 8079564 31380308 860980 2.62 447476 22022848 2192576 6.46 4055732 19169796 224 08:29:06 07:39:01 8079524 31380304 860928 2.62 447492 22022848 2192576 6.46 4055716 19169796 8 08:29:06 07:40:01 8079532 31380320 860852 2.62 447508 22022852 2192576 6.46 4055708 19169800 224 08:29:06 07:41:01 8079484 31380312 860812 2.62 447528 22022852 2192576 6.46 4055744 19169800 8 08:29:06 07:42:01 8079612 31380480 860764 2.62 447552 22022856 2192576 6.46 4055784 19169808 168 08:29:06 07:43:01 8079184 31380088 861124 2.62 447572 22022860 2192576 6.46 4055888 19169812 36 08:29:06 07:44:01 8079452 31380476 860668 2.62 447592 22022984 2208720 6.51 4055812 19169932 212 08:29:06 07:45:01 8079152 31380228 860968 2.62 447620 22022996 2208720 6.51 4055856 19169948 8 08:29:06 07:46:01 8079136 31380216 860912 2.62 447628 22023000 2208720 6.51 4055840 19169948 212 08:29:06 07:47:01 8079088 31380172 861188 2.62 447640 22023000 2208720 6.51 4055840 19169952 4 08:29:06 07:48:01 8079176 31380288 861032 2.62 447660 22023008 2224776 6.56 4055928 19169956 232 08:29:06 07:49:01 8079376 31380488 861020 2.62 447664 22023008 2224776 6.56 4056156 19169956 12 08:29:06 07:50:01 8079344 31380500 860984 2.62 447680 22023012 2224776 6.56 4055920 19169948 168 08:29:06 07:51:01 8079076 31380268 861224 2.62 447700 22023012 2224776 6.56 4056228 19169948 152 08:29:06 07:52:01 8078712 31379908 861468 2.62 447732 22023016 2224776 6.56 4056220 19169952 44 08:29:06 07:53:01 8078752 31379988 861336 2.62 447748 22023020 2224776 6.56 4056320 19169960 188 08:29:06 07:54:01 8078704 31379940 861364 2.62 447768 22023020 2207776 6.51 4055972 19169960 168 08:29:06 07:55:01 8078908 31380180 861072 2.62 447792 22023024 2207776 6.51 4056016 19169964 24 08:29:06 07:56:01 8078868 31380176 861020 2.62 447804 22023028 2207776 6.51 4056292 19169964 208 08:29:06 07:57:01 8078820 31380148 860976 2.62 447832 22023032 2207776 6.51 4056556 19169984 44 08:29:06 07:58:01 8078740 31380108 860972 2.62 447848 22023036 2207776 6.51 4056360 19169992 164 08:29:06 07:59:01 8078440 31379808 861200 2.62 447860 22023036 2207776 6.51 4056128 19169992 8 08:29:06 08:00:01 8078616 31380016 861140 2.62 447876 22023040 2207776 6.51 4056436 19170000 336 08:29:06 08:01:01 8078824 31380252 861096 2.62 447896 22023044 2207776 6.51 4056412 19169988 12 08:29:06 08:02:01 8078816 31380256 861064 2.62 447916 22023048 2207776 6.51 4056304 19169992 224 08:29:06 08:03:01 8078792 31380272 861048 2.62 447932 22023052 2191640 6.46 4056260 19169996 32 08:29:06 08:04:01 8078500 31379984 861264 2.62 447944 22023052 2191640 6.46 4056628 19169996 220 08:29:06 08:05:01 8078476 31379972 861220 2.62 447952 22023060 2191640 6.46 4056428 19170000 12 08:29:06 08:06:01 8078680 31380180 860952 2.62 447952 22023060 2191640 6.46 4056172 19170000 212 08:29:06 08:07:01 8078840 31380492 860788 2.62 447972 22023192 2191640 6.46 4056196 19170132 4 08:29:06 08:08:01 8078604 31380292 860968 2.62 447996 22023196 2191640 6.46 4056588 19170140 232 08:29:06 08:09:01 8079008 31380728 860692 2.62 448016 22023196 2191640 6.46 4056572 19170140 12 08:29:06 08:10:01 8078756 31380484 860892 2.62 448040 22023200 2191640 6.46 4056556 19170144 220 08:29:06 08:11:01 8078668 31380436 861196 2.62 448060 22023200 2191640 6.46 4056596 19170148 8 08:29:06 08:12:01 8078640 31380412 861152 2.62 448092 22023192 2175240 6.41 4056288 19170152 168 08:29:06 08:13:01 8078820 31380624 861012 2.62 448108 22023208 2175240 6.41 4056684 19170156 16 08:29:06 08:14:01 8078804 31380652 860948 2.62 448136 22023212 2175240 6.41 4056660 19170160 56 08:29:06 08:15:01 8079000 31380856 860692 2.62 448156 22023216 2175240 6.41 4056656 19170164 8 08:29:06 08:16:01 8078952 31380848 860672 2.62 448168 22023216 2175240 6.41 4056424 19170152 176 08:29:06 08:17:01 8078432 31380336 861184 2.62 448188 22023216 2191292 6.46 4056408 19170156 8 08:29:06 08:18:01 8078040 31380000 861600 2.62 448208 22023228 2191292 6.46 4056752 19170172 244 08:29:06 08:19:01 8078276 31380280 861304 2.62 448248 22023228 2191292 6.46 4056516 19170176 12 08:29:06 08:20:01 8078284 31380296 861220 2.62 448272 22023232 2191292 6.46 4056500 19170180 220 08:29:06 08:21:01 8078236 31380280 861184 2.62 448292 22023232 2207512 6.51 4056544 19170180 8 08:29:06 08:22:01 8078472 31380568 860856 2.62 448320 22023232 2207512 6.51 4056652 19170188 172 08:29:06 08:23:01 8077240 31379384 862056 2.62 448340 22023240 2189400 6.45 4056832 19170188 12 08:29:06 08:24:01 8077812 31379984 861640 2.62 448360 22023244 2189400 6.45 4056740 19170196 40 08:29:06 08:25:01 8078048 31380240 861360 2.62 448380 22023248 2189400 6.45 4056684 19170196 8 08:29:06 08:26:01 8078000 31380192 861336 2.62 448392 22023248 2189400 6.45 4056668 19170196 44 08:29:06 08:27:01 8077908 31380132 861560 2.62 448408 22023248 2189400 6.45 4056708 19170204 8 08:29:06 08:28:01 8077932 31380164 861488 2.62 448432 22023252 2189400 6.45 4056780 19170200 52 08:29:06 08:29:01 7497652 31308080 930740 2.83 451976 22478628 2571320 7.58 4129200 19621164 416 08:29:06 Average: 8291372 31358105 884036 2.69 441025 21806235 2247502 6.62 4042763 18981754 22361 08:29:06 08:29:06 02:28:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:29:06 02:29:01 docker0 630.39 705.03 45.59 4710.93 0.00 0.00 0.00 0.00 08:29:06 02:29:01 ens3 1580.75 1373.93 14919.36 150.58 0.00 0.00 0.00 0.00 08:29:06 02:29:01 lo 4.95 4.95 0.49 0.49 0.00 0.00 0.00 0.00 08:29:06 02:30:01 docker0 0.10 0.20 0.01 0.02 0.00 0.00 0.00 0.00 08:29:06 02:30:01 veth303b228 0.10 0.32 0.01 0.03 0.00 0.00 0.00 0.00 08:29:06 02:30:01 ens3 46.79 30.93 45.37 18.21 0.00 0.00 0.00 0.00 08:29:06 02:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 02:31:01 docker0 1.13 1.13 0.08 0.10 0.00 0.00 0.00 0.00 08:29:06 02:31:01 veth303b228 1.13 1.15 0.10 0.10 0.00 0.00 0.00 0.00 08:29:06 02:31:01 ens3 29.53 19.88 24.01 14.57 0.00 0.00 0.00 0.00 08:29:06 02:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:32:01 docker0 14.05 28.81 0.86 298.33 0.00 0.00 0.00 0.00 08:29:06 02:32:01 vethbac2028 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:32:01 vetha8e00a6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:32:01 vethbad980b 2.62 5.53 0.21 64.81 0.00 0.00 0.00 0.01 08:29:06 02:32:01 veth38c1bab 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:32:01 veth18e9ed4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:32:01 veth6b6d30e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:32:01 vethc584889 2.17 4.43 0.16 39.17 0.00 0.00 0.00 0.00 08:29:06 02:32:01 veth2ff9425 3.73 9.23 0.27 110.57 0.00 0.00 0.00 0.01 08:29:06 02:32:01 veth7ab3912 0.60 0.65 0.05 0.24 0.00 0.00 0.00 0.00 08:29:06 02:32:01 veth4d83555 2.42 4.62 0.18 38.87 0.00 0.00 0.00 0.00 08:29:06 02:32:01 ens3 202.03 128.61 3376.68 158.87 0.00 0.00 0.00 0.00 08:29:06 02:32:01 veth01f451b 2.52 5.32 0.19 44.73 0.00 0.00 0.00 0.00 08:29:06 02:32:01 veth2932519 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:32:01 vethcaf8fe2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:32:01 veth92bcc10 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:32:01 vethcaa5666 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 08:29:06 02:32:01 lo 1.33 1.33 0.13 0.13 0.00 0.00 0.00 0.00 08:29:06 02:33:01 docker0 565.64 990.62 47.36 8518.16 0.00 0.00 0.00 0.00 08:29:06 02:33:01 vethddecad6 81.15 151.22 8.20 1236.64 0.00 0.00 0.00 0.10 08:29:06 02:33:01 veth4d32434 78.97 153.79 8.04 1234.55 0.00 0.00 0.00 0.10 08:29:06 02:33:01 veth7ab3912 0.07 1.27 0.00 0.06 0.00 0.00 0.00 0.00 08:29:06 02:33:01 ens3 1127.06 631.88 10820.28 71.84 0.00 0.00 0.00 0.00 08:29:06 02:33:01 vethd3a8874 85.14 148.29 8.54 1231.74 0.00 0.00 0.00 0.10 08:29:06 02:33:01 veth86be911 85.49 142.86 8.63 1231.12 0.00 0.00 0.00 0.10 08:29:06 02:33:01 veth74eabab 92.97 130.78 9.10 1233.78 0.00 0.00 0.00 0.10 08:29:06 02:33:01 lo 0.47 0.47 0.06 0.06 0.00 0.00 0.00 0.00 08:29:06 02:33:01 vethb111e32 73.09 139.16 7.67 1231.75 0.00 0.00 0.00 0.10 08:29:06 02:34:01 docker0 0.08 0.08 0.00 0.01 0.00 0.00 0.00 0.00 08:29:06 02:34:01 veth7c2fc74 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 08:29:06 02:34:01 vethc78efc3 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 08:29:06 02:34:01 vethab5bb03 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 08:29:06 02:34:01 veth904a108 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 08:29:06 02:34:01 vetha581fe5 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 08:29:06 02:34:01 veth910a0aa 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 08:29:06 02:34:01 veth3b7a154 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 08:29:06 02:34:01 veth97b813a 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 08:29:06 02:34:01 veth7ab3912 0.07 0.10 0.00 0.01 0.00 0.00 0.00 0.00 08:29:06 02:34:01 ens3 17.06 10.03 13.92 7.65 0.00 0.00 0.00 0.00 08:29:06 02:34:01 veth88acb2d 0.02 0.17 0.00 0.01 0.00 0.00 0.00 0.00 08:29:06 02:34:01 veth9f3f68f 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 08:29:06 02:34:01 veth7f9c381 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 08:29:06 02:34:01 veth67aeed1 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 08:29:06 02:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 02:35:01 docker0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:35:01 veth7c2fc74 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:35:01 vethc78efc3 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:35:01 vethab5bb03 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:35:01 veth904a108 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:35:01 veth3b7a154 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:35:01 veth97b813a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:35:01 veth7ab3912 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:35:01 ens3 4.25 2.17 3.43 1.88 0.00 0.00 0.00 0.00 08:29:06 02:35:01 veth88acb2d 0.05 0.07 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:35:01 veth9f3f68f 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:35:01 veth7f9c381 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:35:01 veth67aeed1 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:36:01 veth7ab3912 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:36:01 ens3 9.55 5.30 7.82 4.26 0.00 0.00 0.00 0.00 08:29:06 02:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 02:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:37:01 ens3 432.98 443.69 231.00 1789.16 0.00 0.00 0.00 0.00 08:29:06 02:37:01 lo 52.19 52.19 5.15 5.15 0.00 0.00 0.00 0.00 08:29:06 02:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:38:01 ens3 324.63 318.60 141.52 2035.50 0.00 0.00 0.00 0.00 08:29:06 02:38:01 lo 27.86 27.86 2.74 2.74 0.00 0.00 0.00 0.00 08:29:06 02:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:39:01 ens3 2.53 1.32 3.94 0.09 0.00 0.00 0.00 0.00 08:29:06 02:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:40:01 ens3 0.48 0.38 0.26 0.22 0.00 0.00 0.00 0.00 08:29:06 02:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 02:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:41:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:42:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 02:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 02:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:43:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 08:29:06 02:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:44:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 02:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:45:01 ens3 0.15 0.07 0.06 0.00 0.00 0.00 0.00 0.00 08:29:06 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:46:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 02:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:47:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:48:01 ens3 0.27 0.20 0.08 0.07 0.00 0.00 0.00 0.00 08:29:06 02:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:49:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:50:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 02:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 02:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:51:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:52:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 02:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 02:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:53:01 ens3 0.28 0.15 0.14 0.07 0.00 0.00 0.00 0.00 08:29:06 02:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:54:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 02:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 02:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:55:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:56:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 02:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 02:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:57:01 ens3 0.13 0.10 0.06 0.01 0.00 0.00 0.00 0.00 08:29:06 02:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:58:01 ens3 0.25 0.23 0.08 0.08 0.00 0.00 0.00 0.00 08:29:06 02:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 02:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:59:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 02:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:00:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 03:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 03:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:01:01 ens3 0.37 0.00 0.04 0.00 0.00 0.00 0.00 0.00 08:29:06 03:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:02:01 ens3 0.57 0.62 0.32 0.23 0.00 0.00 0.00 0.00 08:29:06 03:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 03:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:03:01 ens3 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 08:29:06 03:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:04:01 ens3 0.98 0.40 0.45 0.28 0.00 0.00 0.00 0.00 08:29:06 03:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 03:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:05:01 ens3 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:06:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 03:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 03:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:07:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:08:01 ens3 0.28 0.20 0.09 0.07 0.00 0.00 0.00 0.00 08:29:06 03:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 03:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:09:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:10:01 ens3 0.23 0.18 0.09 0.01 0.00 0.00 0.00 0.00 08:29:06 03:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 03:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:11:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:12:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 03:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 03:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:13:01 ens3 0.17 0.17 0.08 0.07 0.00 0.00 0.00 0.00 08:29:06 03:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:14:01 ens3 0.20 0.15 0.07 0.01 0.00 0.00 0.00 0.00 08:29:06 03:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 03:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:15:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:16:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 03:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 03:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:17:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:18:01 ens3 0.25 0.23 0.08 0.08 0.00 0.00 0.00 0.00 08:29:06 03:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 03:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:19:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:20:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 03:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 03:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:21:01 ens3 0.92 0.63 0.87 0.37 0.00 0.00 0.00 0.00 08:29:06 03:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:22:01 ens3 30.07 47.85 5.32 111.57 0.00 0.00 0.00 0.00 08:29:06 03:22:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 08:29:06 03:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:23:01 ens3 1.88 1.57 1.05 1.28 0.00 0.00 0.00 0.00 08:29:06 03:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:24:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 03:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 03:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:25:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:26:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 03:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 03:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:27:01 ens3 0.17 0.10 0.06 0.01 0.00 0.00 0.00 0.00 08:29:06 03:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:28:01 ens3 0.23 0.23 0.08 0.08 0.00 0.00 0.00 0.00 08:29:06 03:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 03:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:29:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:30:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 03:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 03:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:31:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:32:01 ens3 0.22 0.17 0.07 0.01 0.00 0.00 0.00 0.00 08:29:06 03:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 03:33:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:33:02 ens3 0.20 0.20 0.09 0.08 0.00 0.00 0.00 0.00 08:29:06 03:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:34:01 ens3 0.15 0.14 0.06 0.01 0.00 0.00 0.00 0.00 08:29:06 03:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 03:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:35:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:36:01 ens3 0.55 0.52 0.27 0.23 0.00 0.00 0.00 0.00 08:29:06 03:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 03:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:37:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:38:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 08:29:06 03:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 03:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:39:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:40:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 03:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 03:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:41:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:42:01 ens3 0.17 0.12 0.06 0.01 0.00 0.00 0.00 0.00 08:29:06 03:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 03:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:43:01 ens3 0.20 0.13 0.08 0.07 0.00 0.00 0.00 0.00 08:29:06 03:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:44:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 03:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 03:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:45:01 ens3 0.13 0.05 0.06 0.00 0.00 0.00 0.00 0.00 08:29:06 03:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:46:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 03:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 03:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:47:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:48:01 ens3 0.28 0.22 0.08 0.07 0.00 0.00 0.00 0.00 08:29:06 03:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 03:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:49:01 ens3 0.07 0.02 0.06 0.00 0.00 0.00 0.00 0.00 08:29:06 03:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:50:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 03:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 03:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:51:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:52:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 03:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 03:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:53:01 ens3 0.23 0.20 0.13 0.07 0.00 0.00 0.00 0.00 08:29:06 03:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:54:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 03:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 03:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:55:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:56:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 03:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 03:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:57:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:58:01 ens3 0.33 0.32 0.14 0.08 0.00 0.00 0.00 0.00 08:29:06 03:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 03:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:59:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 03:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:00:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 04:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 04:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:01:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:02:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 04:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 04:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:03:01 ens3 0.17 0.17 0.08 0.07 0.00 0.00 0.00 0.00 08:29:06 04:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:04:01 ens3 0.80 0.43 0.36 0.21 0.00 0.00 0.00 0.00 08:29:06 04:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 04:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:05:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:06:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 04:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 04:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:07:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:08:01 ens3 0.30 0.20 0.09 0.07 0.00 0.00 0.00 0.00 08:29:06 04:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 04:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:09:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:10:01 ens3 0.23 0.13 0.07 0.01 0.00 0.00 0.00 0.00 08:29:06 04:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 04:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:11:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:12:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 04:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 04:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:13:01 ens3 0.17 0.10 0.08 0.07 0.00 0.00 0.00 0.00 08:29:06 04:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:14:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 04:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 04:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:15:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:16:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 04:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 04:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:17:01 ens3 0.15 0.05 0.06 0.00 0.00 0.00 0.00 0.00 08:29:06 04:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:18:01 ens3 0.25 0.22 0.08 0.07 0.00 0.00 0.00 0.00 08:29:06 04:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 04:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:19:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:20:01 ens3 0.20 0.17 0.07 0.01 0.00 0.00 0.00 0.00 08:29:06 04:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 04:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:21:01 ens3 0.18 0.22 0.10 0.24 0.00 0.00 0.00 0.00 08:29:06 04:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:22:01 ens3 2.75 2.63 1.51 3.95 0.00 0.00 0.00 0.00 08:29:06 04:22:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 08:29:06 04:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:23:01 ens3 1.40 0.73 0.85 1.11 0.00 0.00 0.00 0.00 08:29:06 04:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:24:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 04:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 04:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:25:01 ens3 0.15 0.05 0.06 0.00 0.00 0.00 0.00 0.00 08:29:06 04:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:26:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 04:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 04:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:27:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:28:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 08:29:06 04:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 04:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:29:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:30:01 ens3 0.22 0.12 0.07 0.01 0.00 0.00 0.00 0.00 08:29:06 04:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 04:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:31:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:32:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 04:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 04:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:33:01 ens3 0.25 0.15 0.13 0.07 0.00 0.00 0.00 0.00 08:29:06 04:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:34:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 04:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 04:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:35:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:36:01 ens3 0.53 0.38 0.27 0.21 0.00 0.00 0.00 0.00 08:29:06 04:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 04:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:37:01 ens3 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:38:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 08:29:06 04:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 04:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:39:01 ens3 0.12 0.03 0.06 0.00 0.00 0.00 0.00 0.00 08:29:06 04:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:40:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 04:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 04:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:41:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:42:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 04:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 04:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:43:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 08:29:06 04:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:44:01 ens3 0.27 0.13 0.07 0.01 0.00 0.00 0.00 0.00 08:29:06 04:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 04:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:45:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:46:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 04:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 04:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:47:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:48:01 ens3 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 08:29:06 04:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 04:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:49:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:50:01 ens3 0.22 0.12 0.07 0.01 0.00 0.00 0.00 0.00 08:29:06 04:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 04:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:51:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:52:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:52:02 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 04:52:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 04:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:53:01 ens3 0.15 0.10 0.08 0.07 0.00 0.00 0.00 0.00 08:29:06 04:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:54:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 04:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 04:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:55:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:56:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 04:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 04:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:57:01 ens3 0.15 0.05 0.06 0.00 0.00 0.00 0.00 0.00 08:29:06 04:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:58:01 ens3 0.32 0.22 0.14 0.08 0.00 0.00 0.00 0.00 08:29:06 04:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 04:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:59:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 04:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:00:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 05:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 05:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:01:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:02:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 05:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 05:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:03:01 ens3 0.18 0.13 0.08 0.07 0.00 0.00 0.00 0.00 08:29:06 05:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:04:01 ens3 0.47 0.08 0.05 0.01 0.00 0.00 0.00 0.00 08:29:06 05:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 05:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:05:01 ens3 0.35 0.38 0.25 0.21 0.00 0.00 0.00 0.00 08:29:06 05:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:06:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 05:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 05:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:07:01 ens3 0.12 0.08 0.06 0.01 0.00 0.00 0.00 0.00 08:29:06 05:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:08:01 ens3 0.25 0.23 0.08 0.08 0.00 0.00 0.00 0.00 08:29:06 05:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 05:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:09:01 ens3 0.13 0.10 0.06 0.01 0.00 0.00 0.00 0.00 08:29:06 05:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:10:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 05:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 05:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:11:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:12:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 05:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 05:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:13:01 ens3 0.17 0.15 0.08 0.07 0.00 0.00 0.00 0.00 08:29:06 05:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:14:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 05:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 05:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:15:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:16:01 ens3 0.22 0.17 0.07 0.01 0.00 0.00 0.00 0.00 08:29:06 05:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 05:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:17:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:18:01 ens3 0.32 0.40 0.09 0.09 0.00 0.00 0.00 0.00 08:29:06 05:18:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 08:29:06 05:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:19:01 ens3 0.18 0.22 0.07 0.03 0.00 0.00 0.00 0.00 08:29:06 05:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:20:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 05:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 05:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:21:01 ens3 0.35 0.33 0.16 0.25 0.00 0.00 0.00 0.00 08:29:06 05:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:22:01 ens3 2.67 2.45 1.45 3.93 0.00 0.00 0.00 0.00 08:29:06 05:22:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 08:29:06 05:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:23:01 ens3 1.57 1.30 0.86 1.21 0.00 0.00 0.00 0.00 08:29:06 05:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:24:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 05:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 05:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:25:01 ens3 0.13 0.05 0.06 0.00 0.00 0.00 0.00 0.00 08:29:06 05:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:26:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 05:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 05:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:27:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:28:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 08:29:06 05:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 05:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:29:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:30:01 ens3 0.18 0.12 0.07 0.01 0.00 0.00 0.00 0.00 08:29:06 05:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 05:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:31:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:32:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 05:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 05:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:33:01 ens3 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 08:29:06 05:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:34:01 ens3 0.20 0.15 0.07 0.01 0.00 0.00 0.00 0.00 08:29:06 05:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 05:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:35:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:36:01 ens3 0.53 0.50 0.27 0.22 0.00 0.00 0.00 0.00 08:29:06 05:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 05:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:37:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:38:01 ens3 0.25 0.17 0.08 0.07 0.00 0.00 0.00 0.00 08:29:06 05:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 05:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:39:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:40:01 ens3 0.23 0.13 0.07 0.01 0.00 0.00 0.00 0.00 08:29:06 05:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 05:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:41:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:42:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 05:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 05:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:43:01 ens3 0.18 0.13 0.08 0.07 0.00 0.00 0.00 0.00 08:29:06 05:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:44:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 05:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 05:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:45:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:46:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 05:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 05:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:47:01 ens3 0.15 0.05 0.06 0.00 0.00 0.00 0.00 0.00 08:29:06 05:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:48:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 08:29:06 05:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 05:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:49:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:50:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 05:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 05:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:51:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:52:01 ens3 0.17 0.13 0.06 0.01 0.00 0.00 0.00 0.00 08:29:06 05:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 05:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:53:01 ens3 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 08:29:06 05:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:54:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 05:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 05:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:55:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:56:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 05:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 05:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:57:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:58:01 ens3 0.35 0.20 0.14 0.07 0.00 0.00 0.00 0.00 08:29:06 05:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 05:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:59:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 05:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:00:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 06:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 06:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:01:01 ens3 0.12 0.03 0.06 0.00 0.00 0.00 0.00 0.00 08:29:06 06:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:02:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 06:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 06:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:03:01 ens3 0.23 0.13 0.13 0.07 0.00 0.00 0.00 0.00 08:29:06 06:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:04:01 ens3 0.82 0.32 0.31 0.21 0.00 0.00 0.00 0.00 08:29:06 06:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 06:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:05:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:06:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 06:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 06:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:07:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:08:01 ens3 0.27 0.18 0.08 0.07 0.00 0.00 0.00 0.00 08:29:06 06:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 06:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:09:01 ens3 0.15 0.05 0.06 0.00 0.00 0.00 0.00 0.00 08:29:06 06:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:10:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 06:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 06:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:11:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:12:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 06:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 06:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:13:01 ens3 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 08:29:06 06:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:14:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 06:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 06:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:15:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:16:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 06:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 06:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:17:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:18:01 ens3 0.35 0.33 0.14 0.08 0.00 0.00 0.00 0.00 08:29:06 06:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 06:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:19:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:20:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 06:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 06:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:21:01 ens3 0.13 0.10 0.06 0.01 0.00 0.00 0.00 0.00 08:29:06 06:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:22:01 ens3 2.78 2.38 1.55 4.09 0.00 0.00 0.00 0.00 08:29:06 06:22:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 08:29:06 06:23:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:23:02 ens3 1.57 1.35 0.86 1.21 0.00 0.00 0.00 0.00 08:29:06 06:23:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:24:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 06:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 06:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:25:01 ens3 0.13 0.05 0.06 0.00 0.00 0.00 0.00 0.00 08:29:06 06:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:26:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 06:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 06:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:27:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:28:01 ens3 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 08:29:06 06:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 06:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:29:01 ens3 0.13 0.05 0.06 0.00 0.00 0.00 0.00 0.00 08:29:06 06:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:30:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 06:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 06:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:31:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:32:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 06:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 06:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:33:01 ens3 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 08:29:06 06:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:34:01 ens3 0.20 0.13 0.07 0.01 0.00 0.00 0.00 0.00 08:29:06 06:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 06:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:35:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:36:01 ens3 0.53 0.48 0.27 0.22 0.00 0.00 0.00 0.00 08:29:06 06:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 06:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:37:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:38:01 ens3 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 08:29:06 06:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 06:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:39:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:40:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 06:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 06:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:41:01 ens3 0.15 0.10 0.09 0.01 0.00 0.00 0.00 0.00 08:29:06 06:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:42:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 06:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 06:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:43:01 ens3 0.18 0.17 0.08 0.07 0.00 0.00 0.00 0.00 08:29:06 06:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:44:01 ens3 0.23 0.17 0.07 0.01 0.00 0.00 0.00 0.00 08:29:06 06:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 06:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:45:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:46:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 06:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 06:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:47:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:48:01 ens3 0.25 0.23 0.08 0.08 0.00 0.00 0.00 0.00 08:29:06 06:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 06:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:49:01 ens3 0.17 0.10 0.06 0.01 0.00 0.00 0.00 0.00 08:29:06 06:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:50:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 06:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 06:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:51:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:52:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 06:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 06:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:53:01 ens3 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 08:29:06 06:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:54:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 06:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 06:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:55:01 ens3 0.38 0.00 0.05 0.00 0.00 0.00 0.00 0.00 08:29:06 06:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:56:01 ens3 0.48 0.35 0.32 0.21 0.00 0.00 0.00 0.00 08:29:06 06:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 06:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:57:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:58:01 ens3 0.33 0.18 0.09 0.07 0.00 0.00 0.00 0.00 08:29:06 06:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 06:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 06:59:01 ens3 0.53 0.00 0.05 0.00 0.00 0.00 0.00 0.00 08:29:06 06:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:00:01 ens3 1.58 0.73 0.72 0.49 0.00 0.00 0.00 0.00 08:29:06 07:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 07:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:01:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:02:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 07:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 07:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:03:01 ens3 0.22 0.13 0.08 0.07 0.00 0.00 0.00 0.00 08:29:06 07:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:04:01 ens3 0.82 0.42 0.31 0.22 0.00 0.00 0.00 0.00 08:29:06 07:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 07:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:05:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:06:01 ens3 0.23 0.12 0.07 0.01 0.00 0.00 0.00 0.00 08:29:06 07:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 07:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:07:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:08:01 ens3 0.28 0.18 0.09 0.07 0.00 0.00 0.00 0.00 08:29:06 07:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 07:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:09:01 ens3 0.15 0.03 0.06 0.00 0.00 0.00 0.00 0.00 08:29:06 07:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:10:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 07:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 07:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:11:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:12:01 ens3 0.22 0.10 0.02 0.01 0.00 0.00 0.00 0.00 08:29:06 07:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 07:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:13:01 ens3 0.22 0.12 0.08 0.07 0.00 0.00 0.00 0.00 08:29:06 07:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:14:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 07:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 07:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:15:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:16:01 ens3 0.22 0.18 0.07 0.01 0.00 0.00 0.00 0.00 08:29:06 07:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 07:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:17:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:18:01 ens3 0.25 0.23 0.08 0.08 0.00 0.00 0.00 0.00 08:29:06 07:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 07:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:19:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:20:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 07:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 07:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:21:01 ens3 0.17 0.10 0.06 0.01 0.00 0.00 0.00 0.00 08:29:06 07:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:22:01 ens3 0.30 0.30 0.11 0.24 0.00 0.00 0.00 0.00 08:29:06 07:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 07:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:23:01 ens3 2.70 2.47 1.54 3.98 0.00 0.00 0.00 0.00 08:29:06 07:23:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 07:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:24:01 ens3 1.38 0.75 0.83 1.06 0.00 0.00 0.00 0.00 08:29:06 07:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 07:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:25:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:26:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 07:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 07:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:27:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:28:01 ens3 0.25 0.17 0.08 0.07 0.00 0.00 0.00 0.00 08:29:06 07:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 07:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:29:01 ens3 0.12 0.03 0.06 0.00 0.00 0.00 0.00 0.00 08:29:06 07:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:30:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 07:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 07:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:31:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:32:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 07:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 07:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:33:01 ens3 0.15 0.10 0.08 0.07 0.00 0.00 0.00 0.00 08:29:06 07:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:34:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 07:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 07:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:35:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:36:01 ens3 0.53 0.42 0.27 0.22 0.00 0.00 0.00 0.00 08:29:06 07:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 07:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:37:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:38:01 ens3 0.27 0.20 0.08 0.07 0.00 0.00 0.00 0.00 08:29:06 07:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 07:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:39:01 ens3 0.20 0.07 0.12 0.00 0.00 0.00 0.00 0.00 08:29:06 07:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:40:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 07:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 07:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:41:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:42:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 07:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 07:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:43:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 08:29:06 07:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:44:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 07:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 07:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:45:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:46:01 ens3 0.10 0.12 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 07:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 07:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:47:01 ens3 0.17 0.07 0.06 0.01 0.00 0.00 0.00 0.00 08:29:06 07:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:48:01 ens3 0.28 0.18 0.09 0.07 0.00 0.00 0.00 0.00 08:29:06 07:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 07:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:49:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:50:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 07:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 07:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:51:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:52:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 07:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 07:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:53:01 ens3 0.28 0.15 0.14 0.07 0.00 0.00 0.00 0.00 08:29:06 07:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:54:01 ens3 0.20 0.12 0.07 0.01 0.00 0.00 0.00 0.00 08:29:06 07:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 07:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:55:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:56:01 ens3 0.43 0.10 0.05 0.01 0.00 0.00 0.00 0.00 08:29:06 07:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 07:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:57:01 ens3 0.42 0.28 0.26 0.21 0.00 0.00 0.00 0.00 08:29:06 07:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:58:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 08:29:06 07:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 07:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 07:59:01 ens3 0.13 0.05 0.06 0.00 0.00 0.00 0.00 0.00 08:29:06 07:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 08:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 08:00:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 08:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 08:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 08:01:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 08:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 08:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 08:02:01 ens3 0.22 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 08:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 08:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 08:03:01 ens3 1.13 0.12 0.12 0.07 0.00 0.00 0.00 0.00 08:29:06 08:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 08:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 08:04:01 ens3 1.35 0.38 0.33 0.22 0.00 0.00 0.00 0.00 08:29:06 08:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 08:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 08:05:01 ens3 0.88 0.50 0.45 0.28 0.00 0.00 0.00 0.00 08:29:06 08:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 08:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 08:06:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 08:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 08:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 08:07:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 08:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 08:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 08:08:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 08:29:06 08:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 08:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 08:09:01 ens3 0.18 0.05 0.06 0.00 0.00 0.00 0.00 0.00 08:29:06 08:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 08:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 08:10:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 08:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 08:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 08:11:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 08:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 08:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 08:12:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 08:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 08:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 08:13:01 ens3 0.70 0.12 0.10 0.07 0.00 0.00 0.00 0.00 08:29:06 08:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 08:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 08:14:01 ens3 1.08 0.10 0.05 0.01 0.00 0.00 0.00 0.00 08:29:06 08:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 08:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 08:15:01 ens3 0.27 0.00 0.01 0.00 0.00 0.00 0.00 0.00 08:29:06 08:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 08:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 08:16:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 08:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 08:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 08:17:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 08:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 08:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 08:18:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 08:29:06 08:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 08:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 08:19:01 ens3 0.10 0.03 0.11 0.00 0.00 0.00 0.00 0.00 08:29:06 08:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 08:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 08:20:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 08:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 08:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 08:21:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 08:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 08:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 08:22:01 ens3 0.28 0.20 0.10 0.23 0.00 0.00 0.00 0.00 08:29:06 08:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 08:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 08:23:01 ens3 2.72 2.43 1.53 3.98 0.00 0.00 0.00 0.00 08:29:06 08:23:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 08:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 08:24:01 ens3 1.57 1.33 0.85 1.16 0.00 0.00 0.00 0.00 08:29:06 08:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 08:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 08:25:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 08:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 08:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 08:26:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 08:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 08:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 08:27:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 08:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 08:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 08:28:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 08:29:06 08:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:29:06 08:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:06 08:29:01 ens3 95.03 57.71 2523.55 10.73 0.00 0.00 0.00 0.00 08:29:06 08:29:01 lo 0.87 0.87 0.09 0.09 0.00 0.00 0.00 0.00 08:29:06 Average: docker0 3.33 4.75 0.26 37.26 0.00 0.00 0.00 0.00 08:29:06 Average: ens3 10.95 8.60 88.37 12.22 0.00 0.00 0.00 0.00 08:29:06 Average: lo 0.34 0.34 0.03 0.03 0.00 0.00 0.00 0.00 08:29:06 08:29:06 08:29:06 ---> sar -P ALL: 08:29:06 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3225) 06/13/25 _x86_64_ (8 CPU) 08:29:06 08:29:06 02:27:21 LINUX RESTART (8 CPU) 08:29:06 08:29:06 02:28:02 CPU %user %nice %system %iowait %steal %idle 08:29:06 02:29:01 all 10.67 0.00 4.28 2.68 0.07 82.30 08:29:06 02:29:01 0 11.41 0.00 3.98 4.20 0.07 80.35 08:29:06 02:29:01 1 9.42 0.00 4.42 4.38 0.07 81.71 08:29:06 02:29:01 2 10.68 0.00 3.82 0.93 0.07 84.50 08:29:06 02:29:01 3 11.43 0.00 4.36 0.19 0.07 83.95 08:29:06 02:29:01 4 12.67 0.00 5.34 0.07 0.09 81.84 08:29:06 02:29:01 5 12.04 0.00 4.08 9.47 0.09 74.33 08:29:06 02:29:01 6 7.35 0.00 5.15 1.80 0.07 85.62 08:29:06 02:29:01 7 10.41 0.00 3.07 0.39 0.07 86.05 08:29:06 02:30:01 all 40.80 0.00 6.71 0.90 0.10 51.50 08:29:06 02:30:01 0 41.20 0.00 6.64 2.56 0.10 49.50 08:29:06 02:30:01 1 39.71 0.00 6.54 2.24 0.12 51.39 08:29:06 02:30:01 2 40.22 0.00 7.29 0.08 0.12 52.28 08:29:06 02:30:01 3 39.40 0.00 7.06 0.17 0.10 53.27 08:29:06 02:30:01 4 39.93 0.00 6.45 1.11 0.08 52.42 08:29:06 02:30:01 5 42.20 0.00 6.20 0.47 0.10 51.03 08:29:06 02:30:01 6 44.36 0.00 6.40 0.25 0.10 48.89 08:29:06 02:30:01 7 39.34 0.00 7.08 0.30 0.10 53.17 08:29:06 02:31:01 all 55.36 0.00 6.87 0.40 0.11 37.26 08:29:06 02:31:01 0 54.40 0.00 7.33 0.81 0.12 37.34 08:29:06 02:31:01 1 55.28 0.00 6.98 2.04 0.12 35.59 08:29:06 02:31:01 2 56.14 0.00 6.88 0.02 0.10 36.86 08:29:06 02:31:01 3 55.25 0.00 6.55 0.07 0.10 38.03 08:29:06 02:31:01 4 56.05 0.00 6.51 0.05 0.12 37.28 08:29:06 02:31:01 5 55.89 0.00 6.79 0.02 0.12 37.19 08:29:06 02:31:01 6 55.32 0.00 6.94 0.12 0.10 37.52 08:29:06 02:31:01 7 54.56 0.00 7.00 0.10 0.10 38.24 08:29:06 02:32:01 all 34.96 0.00 7.56 2.57 0.10 54.81 08:29:06 02:32:01 0 34.03 0.00 7.18 0.81 0.08 57.89 08:29:06 02:32:01 1 35.80 0.00 7.83 3.57 0.12 52.69 08:29:06 02:32:01 2 34.45 0.00 8.51 1.06 0.10 55.88 08:29:06 02:32:01 3 33.90 0.00 7.65 6.86 0.08 51.50 08:29:06 02:32:01 4 35.43 0.00 7.48 1.08 0.08 55.92 08:29:06 02:32:01 5 36.64 0.00 7.62 3.12 0.13 52.49 08:29:06 02:32:01 6 34.77 0.00 7.33 3.14 0.08 54.67 08:29:06 02:32:01 7 34.64 0.00 6.90 0.96 0.08 57.42 08:29:06 02:33:01 all 16.13 0.00 7.38 23.29 0.09 53.10 08:29:06 02:33:01 0 15.49 0.00 7.29 23.02 0.08 54.11 08:29:06 02:33:01 1 14.90 0.00 6.78 13.48 0.10 64.73 08:29:06 02:33:01 2 17.11 0.00 9.02 45.08 0.10 28.69 08:29:06 02:33:01 3 17.04 0.00 6.38 19.38 0.07 57.14 08:29:06 02:33:01 4 16.43 0.00 8.49 29.38 0.08 45.62 08:29:06 02:33:01 5 16.34 0.00 6.54 36.49 0.08 40.54 08:29:06 02:33:01 6 17.18 0.00 6.86 10.93 0.10 64.94 08:29:06 02:33:01 7 14.58 0.00 7.69 8.79 0.08 68.86 08:29:06 02:34:01 all 50.80 0.00 8.24 8.92 0.10 31.94 08:29:06 02:34:01 0 51.44 0.00 7.72 4.33 0.10 36.41 08:29:06 02:34:01 1 50.96 0.00 7.93 10.67 0.10 30.33 08:29:06 02:34:01 2 50.64 0.00 8.38 4.68 0.08 36.22 08:29:06 02:34:01 3 50.78 0.00 8.39 3.80 0.10 36.93 08:29:06 02:34:01 4 50.98 0.00 8.99 37.59 0.12 2.32 08:29:06 02:34:01 5 50.70 0.00 8.27 1.70 0.10 39.22 08:29:06 02:34:01 6 50.71 0.00 8.28 5.17 0.08 35.76 08:29:06 02:34:01 7 50.20 0.00 7.99 3.60 0.08 38.12 08:29:06 02:35:01 all 91.11 0.00 8.75 0.00 0.14 0.00 08:29:06 02:35:01 0 90.80 0.00 9.05 0.00 0.15 0.00 08:29:06 02:35:01 1 91.57 0.00 8.28 0.00 0.15 0.00 08:29:06 02:35:01 2 90.88 0.00 8.97 0.00 0.15 0.00 08:29:06 02:35:01 3 91.87 0.00 8.00 0.00 0.13 0.00 08:29:06 02:35:01 4 91.55 0.00 8.32 0.00 0.13 0.00 08:29:06 02:35:01 5 90.80 0.00 9.08 0.00 0.12 0.00 08:29:06 02:35:01 6 90.88 0.00 8.98 0.00 0.13 0.00 08:29:06 02:35:01 7 90.53 0.00 9.34 0.00 0.13 0.00 08:29:06 02:36:01 all 80.36 0.00 9.16 2.35 0.13 8.00 08:29:06 02:36:01 0 80.71 0.00 8.49 0.33 0.12 10.34 08:29:06 02:36:01 1 80.14 0.00 9.69 2.37 0.15 7.65 08:29:06 02:36:01 2 80.74 0.00 9.05 1.65 0.13 8.43 08:29:06 02:36:01 3 81.09 0.00 8.73 1.82 0.13 8.23 08:29:06 02:36:01 4 80.41 0.00 8.75 5.83 0.12 4.89 08:29:06 02:36:01 5 80.05 0.00 9.42 2.90 0.12 7.51 08:29:06 02:36:01 6 80.02 0.00 9.39 1.57 0.15 8.87 08:29:06 02:36:01 7 79.70 0.00 9.77 2.35 0.13 8.05 08:29:06 02:37:01 all 7.62 0.00 1.49 0.75 0.07 90.08 08:29:06 02:37:01 0 6.75 0.00 1.50 0.35 0.07 91.32 08:29:06 02:37:01 1 10.40 0.00 1.64 0.69 0.08 87.19 08:29:06 02:37:01 2 6.93 0.00 1.26 0.82 0.07 90.92 08:29:06 02:37:01 3 7.47 0.00 1.39 1.84 0.07 89.23 08:29:06 02:37:01 4 8.72 0.00 1.66 0.77 0.08 88.76 08:29:06 02:37:01 5 7.68 0.00 1.54 0.64 0.05 90.09 08:29:06 02:37:01 6 5.82 0.00 1.44 0.33 0.05 92.35 08:29:06 02:37:01 7 7.14 0.00 1.47 0.52 0.08 90.78 08:29:06 02:38:01 all 7.89 0.00 0.71 0.17 0.05 91.18 08:29:06 02:38:01 0 8.24 0.00 0.67 0.07 0.05 90.98 08:29:06 02:38:01 1 11.81 0.00 0.84 0.02 0.07 87.27 08:29:06 02:38:01 2 8.47 0.00 0.73 0.03 0.05 90.71 08:29:06 02:38:01 3 8.22 0.00 0.74 0.05 0.05 90.95 08:29:06 02:38:01 4 5.02 0.00 0.75 0.94 0.05 93.24 08:29:06 02:38:01 5 4.83 0.00 0.69 0.03 0.05 94.40 08:29:06 02:38:01 6 10.74 0.00 0.67 0.00 0.05 88.54 08:29:06 02:38:01 7 5.79 0.00 0.59 0.18 0.05 93.39 08:29:06 02:39:01 all 0.04 0.00 0.02 0.02 0.01 99.92 08:29:06 02:39:01 0 0.05 0.00 0.03 0.00 0.02 99.90 08:29:06 02:39:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 02:39:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 02:39:01 3 0.08 0.00 0.05 0.00 0.02 99.85 08:29:06 02:39:01 4 0.02 0.00 0.02 0.12 0.00 99.85 08:29:06 02:39:01 5 0.02 0.00 0.03 0.00 0.02 99.93 08:29:06 02:39:01 6 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 02:39:01 7 0.07 0.00 0.02 0.02 0.00 99.90 08:29:06 08:29:06 02:39:01 CPU %user %nice %system %iowait %steal %idle 08:29:06 02:40:01 all 0.03 0.00 0.02 0.01 0.01 99.93 08:29:06 02:40:01 0 0.05 0.00 0.02 0.00 0.02 99.92 08:29:06 02:40:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 02:40:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 02:40:01 3 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 02:40:01 4 0.07 0.00 0.03 0.03 0.02 99.85 08:29:06 02:40:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 02:40:01 6 0.05 0.00 0.02 0.00 0.02 99.92 08:29:06 02:40:01 7 0.02 0.00 0.03 0.03 0.02 99.90 08:29:06 02:41:01 all 0.02 0.00 0.01 0.00 0.00 99.96 08:29:06 02:41:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 02:41:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 02:41:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 02:41:01 3 0.03 0.00 0.03 0.00 0.02 99.92 08:29:06 02:41:01 4 0.05 0.00 0.00 0.00 0.00 99.95 08:29:06 02:41:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 02:41:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 02:41:01 7 0.03 0.00 0.00 0.03 0.00 99.93 08:29:06 02:42:01 all 0.11 0.00 0.01 0.00 0.01 99.87 08:29:06 02:42:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 02:42:01 1 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 02:42:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 02:42:01 3 0.67 0.00 0.02 0.00 0.02 99.30 08:29:06 02:42:01 4 0.07 0.00 0.02 0.00 0.00 99.92 08:29:06 02:42:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 02:42:01 6 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 02:42:01 7 0.03 0.00 0.03 0.00 0.02 99.92 08:29:06 02:43:01 all 0.10 0.00 0.03 0.03 0.01 99.83 08:29:06 02:43:01 0 0.03 0.00 0.02 0.02 0.02 99.92 08:29:06 02:43:01 1 0.00 0.00 0.03 0.00 0.00 99.97 08:29:06 02:43:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 02:43:01 3 0.68 0.00 0.05 0.00 0.02 99.25 08:29:06 02:43:01 4 0.07 0.00 0.02 0.22 0.02 99.68 08:29:06 02:43:01 5 0.02 0.00 0.03 0.00 0.00 99.95 08:29:06 02:43:01 6 0.00 0.00 0.03 0.00 0.00 99.97 08:29:06 02:43:01 7 0.02 0.00 0.02 0.02 0.00 99.95 08:29:06 02:44:01 all 0.14 0.00 0.01 0.19 0.01 99.64 08:29:06 02:44:01 0 0.03 0.00 0.07 0.35 0.02 99.53 08:29:06 02:44:01 1 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 02:44:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 02:44:01 3 0.95 0.00 0.02 0.60 0.02 98.42 08:29:06 02:44:01 4 0.07 0.00 0.00 0.60 0.00 99.33 08:29:06 02:44:01 5 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 02:44:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 02:44:01 7 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 02:45:01 all 0.03 0.00 0.01 0.01 0.01 99.95 08:29:06 02:45:01 0 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 02:45:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 02:45:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 02:45:01 3 0.03 0.00 0.00 0.03 0.02 99.92 08:29:06 02:45:01 4 0.05 0.00 0.02 0.02 0.02 99.90 08:29:06 02:45:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 02:45:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 02:45:01 7 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 02:46:01 all 0.02 0.00 0.02 0.01 0.00 99.95 08:29:06 02:46:01 0 0.00 0.00 0.03 0.07 0.02 99.88 08:29:06 02:46:01 1 0.05 0.00 0.03 0.00 0.00 99.92 08:29:06 02:46:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 02:46:01 3 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 02:46:01 4 0.05 0.00 0.02 0.03 0.00 99.90 08:29:06 02:46:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 02:46:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 02:46:01 7 0.02 0.00 0.03 0.00 0.00 99.95 08:29:06 02:47:01 all 0.03 0.00 0.01 0.01 0.01 99.94 08:29:06 02:47:01 0 0.03 0.00 0.00 0.07 0.00 99.90 08:29:06 02:47:01 1 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 02:47:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 02:47:01 3 0.03 0.00 0.05 0.00 0.02 99.90 08:29:06 02:47:01 4 0.05 0.00 0.00 0.02 0.00 99.93 08:29:06 02:47:01 5 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 02:47:01 6 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 02:47:01 7 0.05 0.00 0.03 0.00 0.00 99.92 08:29:06 02:48:01 all 0.14 0.00 0.01 0.04 0.01 99.80 08:29:06 02:48:01 0 0.03 0.00 0.03 0.28 0.02 99.63 08:29:06 02:48:01 1 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 02:48:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 02:48:01 3 0.90 0.00 0.03 0.00 0.02 99.05 08:29:06 02:48:01 4 0.07 0.00 0.00 0.02 0.02 99.90 08:29:06 02:48:01 5 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 02:48:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 02:48:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 02:49:01 all 0.03 0.00 0.01 0.06 0.00 99.90 08:29:06 02:49:01 0 0.03 0.00 0.02 0.35 0.00 99.60 08:29:06 02:49:01 1 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 02:49:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 02:49:01 3 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 02:49:01 4 0.07 0.00 0.03 0.13 0.00 99.77 08:29:06 02:49:01 5 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 02:49:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 02:49:01 7 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 02:50:01 all 0.03 0.00 0.01 0.01 0.01 99.94 08:29:06 02:50:01 0 0.03 0.00 0.00 0.03 0.00 99.93 08:29:06 02:50:01 1 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 02:50:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 02:50:01 3 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 02:50:01 4 0.03 0.00 0.02 0.02 0.00 99.93 08:29:06 02:50:01 5 0.08 0.00 0.02 0.00 0.02 99.88 08:29:06 02:50:01 6 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 02:50:01 7 0.03 0.00 0.03 0.00 0.00 99.93 08:29:06 08:29:06 02:50:01 CPU %user %nice %system %iowait %steal %idle 08:29:06 02:51:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:29:06 02:51:01 0 0.00 0.00 0.00 0.02 0.02 99.97 08:29:06 02:51:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 02:51:01 2 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 02:51:01 3 0.07 0.00 0.02 0.00 0.00 99.92 08:29:06 02:51:01 4 0.05 0.00 0.02 0.00 0.02 99.92 08:29:06 02:51:01 5 0.07 0.00 0.02 0.00 0.02 99.90 08:29:06 02:51:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 02:51:01 7 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 02:52:01 all 0.28 0.00 0.01 0.01 0.00 99.70 08:29:06 02:52:01 0 0.02 0.00 0.02 0.05 0.00 99.92 08:29:06 02:52:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 02:52:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 02:52:01 3 2.00 0.00 0.00 0.00 0.00 98.00 08:29:06 02:52:01 4 0.12 0.00 0.02 0.02 0.00 99.85 08:29:06 02:52:01 5 0.05 0.00 0.03 0.00 0.02 99.90 08:29:06 02:52:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 02:52:01 7 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 02:53:01 all 0.04 0.00 0.02 0.00 0.00 99.93 08:29:06 02:53:01 0 0.02 0.00 0.07 0.02 0.02 99.88 08:29:06 02:53:01 1 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 02:53:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 02:53:01 3 0.12 0.00 0.00 0.00 0.00 99.88 08:29:06 02:53:01 4 0.03 0.00 0.02 0.02 0.00 99.93 08:29:06 02:53:01 5 0.03 0.00 0.03 0.00 0.02 99.92 08:29:06 02:53:01 6 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 02:53:01 7 0.03 0.00 0.03 0.00 0.00 99.93 08:29:06 02:54:01 all 0.02 0.00 0.01 0.00 0.01 99.95 08:29:06 02:54:01 0 0.03 0.00 0.03 0.02 0.00 99.92 08:29:06 02:54:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 02:54:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 02:54:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 02:54:01 4 0.02 0.00 0.02 0.02 0.02 99.93 08:29:06 02:54:01 5 0.05 0.00 0.03 0.00 0.00 99.92 08:29:06 02:54:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 02:54:01 7 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 02:55:01 all 0.10 0.00 0.01 0.00 0.00 99.88 08:29:06 02:55:01 0 0.03 0.00 0.02 0.02 0.00 99.93 08:29:06 02:55:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 02:55:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 02:55:01 3 0.60 0.00 0.02 0.00 0.00 99.39 08:29:06 02:55:01 4 0.05 0.00 0.02 0.02 0.00 99.92 08:29:06 02:55:01 5 0.07 0.00 0.02 0.00 0.02 99.90 08:29:06 02:55:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 02:55:01 7 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 02:56:01 all 0.27 0.00 0.02 0.00 0.01 99.70 08:29:06 02:56:01 0 0.03 0.00 0.03 0.02 0.02 99.90 08:29:06 02:56:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 02:56:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 02:56:01 3 1.97 0.00 0.00 0.00 0.02 98.02 08:29:06 02:56:01 4 0.08 0.00 0.02 0.00 0.00 99.90 08:29:06 02:56:01 5 0.03 0.00 0.05 0.00 0.02 99.90 08:29:06 02:56:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 02:56:01 7 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 02:57:01 all 0.04 0.00 0.01 0.00 0.01 99.94 08:29:06 02:57:01 0 0.03 0.00 0.02 0.02 0.00 99.93 08:29:06 02:57:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 02:57:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 02:57:01 3 0.10 0.00 0.00 0.00 0.00 99.90 08:29:06 02:57:01 4 0.07 0.00 0.02 0.00 0.02 99.90 08:29:06 02:57:01 5 0.07 0.00 0.02 0.00 0.02 99.90 08:29:06 02:57:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 02:57:01 7 0.03 0.00 0.03 0.00 0.00 99.93 08:29:06 02:58:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:29:06 02:58:01 0 0.00 0.00 0.00 0.02 0.02 99.97 08:29:06 02:58:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 02:58:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 02:58:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 02:58:01 4 0.03 0.00 0.03 0.02 0.00 99.92 08:29:06 02:58:01 5 0.05 0.00 0.03 0.00 0.02 99.90 08:29:06 02:58:01 6 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 02:58:01 7 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 02:59:01 all 0.22 0.00 0.01 0.00 0.01 99.76 08:29:06 02:59:01 0 0.02 0.00 0.00 0.02 0.00 99.97 08:29:06 02:59:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 02:59:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 02:59:01 3 1.55 0.00 0.02 0.00 0.02 98.42 08:29:06 02:59:01 4 0.08 0.00 0.00 0.02 0.02 99.88 08:29:06 02:59:01 5 0.03 0.00 0.03 0.00 0.02 99.92 08:29:06 02:59:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 02:59:01 7 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 03:00:01 all 0.28 0.00 0.01 0.00 0.00 99.70 08:29:06 03:00:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 03:00:01 1 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 03:00:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:00:01 3 1.97 0.00 0.00 0.00 0.00 98.03 08:29:06 03:00:01 4 0.08 0.00 0.03 0.02 0.00 99.87 08:29:06 03:00:01 5 0.03 0.00 0.03 0.00 0.02 99.92 08:29:06 03:00:01 6 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 03:00:01 7 0.05 0.00 0.02 0.00 0.00 99.93 08:29:06 03:01:01 all 0.08 0.00 0.02 0.01 0.01 99.89 08:29:06 03:01:01 0 0.00 0.00 0.00 0.03 0.02 99.95 08:29:06 03:01:01 1 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 03:01:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 03:01:01 3 0.50 0.00 0.10 0.00 0.00 99.40 08:29:06 03:01:01 4 0.07 0.00 0.02 0.02 0.02 99.88 08:29:06 03:01:01 5 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 03:01:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:01:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 08:29:06 03:01:01 CPU %user %nice %system %iowait %steal %idle 08:29:06 03:02:01 all 0.20 0.00 0.01 0.01 0.00 99.77 08:29:06 03:02:01 0 0.03 0.00 0.02 0.05 0.00 99.90 08:29:06 03:02:01 1 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 03:02:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 03:02:01 3 1.22 0.00 0.00 0.00 0.00 98.78 08:29:06 03:02:01 4 0.17 0.00 0.02 0.07 0.00 99.75 08:29:06 03:02:01 5 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 03:02:01 6 0.05 0.00 0.00 0.00 0.02 99.93 08:29:06 03:02:01 7 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 03:03:01 all 0.16 0.00 0.01 0.00 0.01 99.82 08:29:06 03:03:01 0 0.00 0.00 0.02 0.02 0.00 99.97 08:29:06 03:03:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 03:03:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 03:03:01 3 1.17 0.00 0.00 0.00 0.02 98.81 08:29:06 03:03:01 4 0.05 0.00 0.02 0.02 0.02 99.90 08:29:06 03:03:01 5 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 03:03:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 03:03:01 7 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 03:04:01 all 0.03 0.00 0.01 0.01 0.00 99.95 08:29:06 03:04:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:04:01 1 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 03:04:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:04:01 3 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 03:04:01 4 0.03 0.00 0.02 0.05 0.00 99.90 08:29:06 03:04:01 5 0.03 0.00 0.03 0.00 0.02 99.92 08:29:06 03:04:01 6 0.05 0.00 0.02 0.00 0.00 99.93 08:29:06 03:04:01 7 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 03:05:01 all 0.08 0.00 0.02 0.02 0.01 99.88 08:29:06 03:05:01 0 0.00 0.00 0.03 0.02 0.02 99.93 08:29:06 03:05:01 1 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 03:05:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:05:01 3 0.38 0.00 0.05 0.00 0.00 99.57 08:29:06 03:05:01 4 0.10 0.00 0.00 0.15 0.02 99.73 08:29:06 03:05:01 5 0.03 0.00 0.05 0.00 0.00 99.92 08:29:06 03:05:01 6 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 03:05:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:06:01 all 0.03 0.00 0.01 0.00 0.01 99.94 08:29:06 03:06:01 0 0.02 0.00 0.03 0.02 0.08 99.85 08:29:06 03:06:01 1 0.05 0.00 0.00 0.00 0.02 99.93 08:29:06 03:06:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 03:06:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 03:06:01 4 0.07 0.00 0.02 0.02 0.00 99.90 08:29:06 03:06:01 5 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 03:06:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 03:06:01 7 0.05 0.00 0.03 0.00 0.00 99.92 08:29:06 03:07:01 all 0.11 0.00 0.01 0.00 0.00 99.87 08:29:06 03:07:01 0 0.00 0.00 0.00 0.02 0.00 99.98 08:29:06 03:07:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 03:07:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 03:07:01 3 0.80 0.00 0.00 0.00 0.00 99.20 08:29:06 03:07:01 4 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 03:07:01 5 0.03 0.00 0.03 0.00 0.02 99.92 08:29:06 03:07:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 03:07:01 7 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 03:08:01 all 0.05 0.00 0.02 0.02 0.00 99.91 08:29:06 03:08:01 0 0.02 0.00 0.02 0.02 0.00 99.95 08:29:06 03:08:01 1 0.05 0.00 0.02 0.00 0.00 99.93 08:29:06 03:08:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 03:08:01 3 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 03:08:01 4 0.12 0.00 0.03 0.17 0.02 99.67 08:29:06 03:08:01 5 0.10 0.00 0.03 0.00 0.02 99.85 08:29:06 03:08:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:08:01 7 0.05 0.00 0.02 0.00 0.00 99.93 08:29:06 03:09:01 all 0.02 0.00 0.00 0.00 0.01 99.96 08:29:06 03:09:01 0 0.00 0.00 0.00 0.02 0.00 99.98 08:29:06 03:09:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 03:09:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 03:09:01 3 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 03:09:01 4 0.05 0.00 0.00 0.02 0.00 99.93 08:29:06 03:09:01 5 0.07 0.00 0.03 0.00 0.02 99.88 08:29:06 03:09:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 03:09:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:10:01 all 0.04 0.00 0.01 0.01 0.00 99.93 08:29:06 03:10:01 0 0.03 0.00 0.02 0.05 0.02 99.88 08:29:06 03:10:01 1 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 03:10:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 03:10:01 3 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 03:10:01 4 0.05 0.00 0.02 0.07 0.00 99.87 08:29:06 03:10:01 5 0.12 0.00 0.00 0.00 0.02 99.87 08:29:06 03:10:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:10:01 7 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 03:11:01 all 0.02 0.00 0.01 0.00 0.00 99.96 08:29:06 03:11:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 03:11:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:11:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 03:11:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 03:11:01 4 0.05 0.00 0.00 0.02 0.02 99.92 08:29:06 03:11:01 5 0.07 0.00 0.05 0.00 0.00 99.88 08:29:06 03:11:01 6 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 03:11:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 03:12:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:29:06 03:12:01 0 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 03:12:01 1 0.05 0.00 0.00 0.00 0.00 99.95 08:29:06 03:12:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 03:12:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 03:12:01 4 0.02 0.00 0.00 0.03 0.02 99.93 08:29:06 03:12:01 5 0.05 0.00 0.02 0.00 0.02 99.92 08:29:06 03:12:01 6 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 03:12:01 7 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 08:29:06 03:12:01 CPU %user %nice %system %iowait %steal %idle 08:29:06 03:13:01 all 0.01 0.00 0.02 0.01 0.01 99.95 08:29:06 03:13:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 03:13:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 03:13:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 03:13:01 3 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 03:13:01 4 0.02 0.00 0.02 0.10 0.00 99.87 08:29:06 03:13:01 5 0.05 0.00 0.07 0.00 0.02 99.87 08:29:06 03:13:01 6 0.02 0.00 0.03 0.00 0.00 99.95 08:29:06 03:13:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 03:14:01 all 0.03 0.00 0.02 0.01 0.00 99.94 08:29:06 03:14:01 0 0.00 0.00 0.02 0.00 0.02 99.97 08:29:06 03:14:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 03:14:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 03:14:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:14:01 4 0.05 0.00 0.00 0.08 0.00 99.87 08:29:06 03:14:01 5 0.12 0.00 0.07 0.00 0.02 99.80 08:29:06 03:14:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 03:14:01 7 0.05 0.00 0.03 0.00 0.00 99.92 08:29:06 03:15:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:29:06 03:15:01 0 0.02 0.00 0.00 0.02 0.00 99.97 08:29:06 03:15:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 03:15:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:15:01 3 0.07 0.00 0.02 0.00 0.00 99.92 08:29:06 03:15:01 4 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 03:15:01 5 0.07 0.00 0.02 0.00 0.02 99.90 08:29:06 03:15:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:15:01 7 0.05 0.00 0.02 0.00 0.02 99.92 08:29:06 03:16:01 all 0.26 0.00 0.01 0.00 0.01 99.72 08:29:06 03:16:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 03:16:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 03:16:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 03:16:01 3 1.92 0.00 0.02 0.00 0.00 98.06 08:29:06 03:16:01 4 0.03 0.00 0.00 0.03 0.00 99.93 08:29:06 03:16:01 5 0.07 0.00 0.05 0.00 0.02 99.87 08:29:06 03:16:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 03:16:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 03:17:01 all 0.04 0.00 0.01 0.00 0.01 99.95 08:29:06 03:17:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:17:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 03:17:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 03:17:01 3 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 03:17:01 4 0.05 0.00 0.02 0.00 0.02 99.92 08:29:06 03:17:01 5 0.12 0.00 0.03 0.00 0.02 99.83 08:29:06 03:17:01 6 0.05 0.00 0.00 0.00 0.00 99.95 08:29:06 03:17:01 7 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 03:18:01 all 0.10 0.00 0.02 0.01 0.01 99.86 08:29:06 03:18:01 0 0.02 0.00 0.02 0.02 0.00 99.95 08:29:06 03:18:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 03:18:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 03:18:01 3 0.65 0.00 0.02 0.00 0.00 99.34 08:29:06 03:18:01 4 0.03 0.00 0.02 0.10 0.00 99.85 08:29:06 03:18:01 5 0.05 0.00 0.05 0.00 0.03 99.87 08:29:06 03:18:01 6 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 03:18:01 7 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 03:19:01 all 0.03 0.00 0.01 0.00 0.00 99.96 08:29:06 03:19:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 03:19:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:19:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 03:19:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 03:19:01 4 0.07 0.00 0.02 0.00 0.00 99.92 08:29:06 03:19:01 5 0.07 0.00 0.03 0.00 0.02 99.88 08:29:06 03:19:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 03:19:01 7 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 03:20:01 all 0.01 0.00 0.01 0.01 0.01 99.96 08:29:06 03:20:01 0 0.00 0.00 0.03 0.02 0.02 99.93 08:29:06 03:20:01 1 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 03:20:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 03:20:01 3 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 03:20:01 4 0.03 0.00 0.00 0.03 0.00 99.93 08:29:06 03:20:01 5 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 03:20:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 03:20:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 03:21:01 all 0.20 0.00 0.01 0.02 0.00 99.76 08:29:06 03:21:01 0 0.02 0.00 0.00 0.02 0.00 99.97 08:29:06 03:21:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:21:01 2 0.05 0.00 0.00 0.00 0.00 99.95 08:29:06 03:21:01 3 0.96 0.00 0.00 0.00 0.00 99.04 08:29:06 03:21:01 4 0.22 0.00 0.02 0.17 0.02 99.58 08:29:06 03:21:01 5 0.07 0.00 0.02 0.00 0.02 99.90 08:29:06 03:21:01 6 0.08 0.00 0.02 0.00 0.00 99.90 08:29:06 03:21:01 7 0.15 0.00 0.03 0.02 0.00 99.80 08:29:06 03:22:01 all 0.27 0.00 0.05 0.01 0.01 99.66 08:29:06 03:22:01 0 0.05 0.00 0.07 0.02 0.02 99.85 08:29:06 03:22:01 1 0.23 0.00 0.05 0.00 0.00 99.72 08:29:06 03:22:01 2 0.12 0.00 0.05 0.02 0.00 99.82 08:29:06 03:22:01 3 0.08 0.00 0.07 0.00 0.00 99.85 08:29:06 03:22:01 4 1.03 0.00 0.02 0.00 0.00 98.95 08:29:06 03:22:01 5 0.13 0.00 0.07 0.00 0.02 99.78 08:29:06 03:22:01 6 0.17 0.00 0.07 0.00 0.00 99.77 08:29:06 03:22:01 7 0.35 0.00 0.05 0.07 0.02 99.52 08:29:06 03:23:01 all 0.04 0.00 0.01 0.00 0.01 99.94 08:29:06 03:23:01 0 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 03:23:01 1 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 03:23:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 03:23:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:23:01 4 0.10 0.00 0.02 0.03 0.00 99.85 08:29:06 03:23:01 5 0.05 0.00 0.02 0.00 0.02 99.92 08:29:06 03:23:01 6 0.00 0.00 0.02 0.00 0.02 99.97 08:29:06 03:23:01 7 0.07 0.00 0.02 0.00 0.00 99.92 08:29:06 08:29:06 03:23:01 CPU %user %nice %system %iowait %steal %idle 08:29:06 03:24:01 all 0.03 0.00 0.00 0.00 0.00 99.96 08:29:06 03:24:01 0 0.03 0.00 0.00 0.02 0.00 99.95 08:29:06 03:24:01 1 0.02 0.00 0.00 0.02 0.00 99.97 08:29:06 03:24:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:24:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 03:24:01 4 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 03:24:01 5 0.07 0.00 0.03 0.00 0.02 99.88 08:29:06 03:24:01 6 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 03:24:01 7 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 03:25:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:29:06 03:25:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 03:25:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:25:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:25:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 03:25:01 4 0.05 0.00 0.02 0.00 0.00 99.93 08:29:06 03:25:01 5 0.07 0.00 0.02 0.00 0.02 99.90 08:29:06 03:25:01 6 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 03:25:01 7 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 03:26:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:29:06 03:26:01 0 0.02 0.00 0.02 0.02 0.02 99.93 08:29:06 03:26:01 1 0.02 0.00 0.02 0.02 0.00 99.95 08:29:06 03:26:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 03:26:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 03:26:01 4 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 03:26:01 5 0.05 0.00 0.03 0.00 0.02 99.90 08:29:06 03:26:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 03:26:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 03:27:01 all 0.03 0.00 0.01 0.01 0.00 99.96 08:29:06 03:27:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:27:01 1 0.02 0.00 0.00 0.05 0.02 99.92 08:29:06 03:27:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:27:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 03:27:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 03:27:01 5 0.07 0.00 0.03 0.00 0.00 99.90 08:29:06 03:27:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:27:01 7 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 03:28:01 all 0.03 0.00 0.01 0.00 0.00 99.96 08:29:06 03:28:01 0 0.02 0.00 0.02 0.02 0.00 99.95 08:29:06 03:28:01 1 0.02 0.00 0.00 0.02 0.00 99.97 08:29:06 03:28:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 03:28:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:28:01 4 0.07 0.00 0.02 0.00 0.02 99.90 08:29:06 03:28:01 5 0.08 0.00 0.02 0.00 0.02 99.88 08:29:06 03:28:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 03:28:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 03:29:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:29:06 03:29:01 0 0.02 0.00 0.03 0.00 0.00 99.95 08:29:06 03:29:01 1 0.03 0.00 0.00 0.02 0.00 99.95 08:29:06 03:29:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:29:01 3 0.00 0.00 0.02 0.00 0.02 99.97 08:29:06 03:29:01 4 0.07 0.00 0.02 0.00 0.00 99.92 08:29:06 03:29:01 5 0.05 0.00 0.03 0.00 0.02 99.90 08:29:06 03:29:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 03:29:01 7 0.05 0.00 0.00 0.00 0.02 99.93 08:29:06 03:30:01 all 0.02 0.00 0.02 0.00 0.01 99.96 08:29:06 03:30:01 0 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 03:30:01 1 0.02 0.00 0.00 0.02 0.02 99.95 08:29:06 03:30:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 03:30:01 3 0.02 0.00 0.02 0.02 0.00 99.95 08:29:06 03:30:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 03:30:01 5 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 03:30:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 03:30:01 7 0.03 0.00 0.03 0.00 0.00 99.93 08:29:06 03:31:01 all 0.05 0.00 0.01 0.00 0.00 99.94 08:29:06 03:31:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:31:01 1 0.20 0.00 0.02 0.02 0.00 99.77 08:29:06 03:31:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:31:01 3 0.00 0.00 0.00 0.02 0.00 99.98 08:29:06 03:31:01 4 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 03:31:01 5 0.07 0.00 0.02 0.00 0.02 99.90 08:29:06 03:31:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 03:31:01 7 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 03:32:01 all 0.11 0.00 0.01 0.01 0.01 99.87 08:29:06 03:32:01 0 0.00 0.00 0.02 0.03 0.00 99.95 08:29:06 03:32:01 1 0.75 0.00 0.00 0.02 0.02 99.22 08:29:06 03:32:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 03:32:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 03:32:01 4 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 03:32:01 5 0.05 0.00 0.02 0.00 0.02 99.92 08:29:06 03:32:01 6 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 03:32:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 03:33:02 all 0.06 0.00 0.01 0.00 0.01 99.92 08:29:06 03:33:02 0 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 03:33:02 1 0.20 0.00 0.02 0.00 0.00 99.78 08:29:06 03:33:02 2 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 03:33:02 3 0.02 0.00 0.00 0.02 0.00 99.97 08:29:06 03:33:02 4 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 03:33:02 5 0.07 0.00 0.03 0.00 0.00 99.90 08:29:06 03:33:02 6 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 03:33:02 7 0.07 0.00 0.02 0.00 0.02 99.90 08:29:06 03:34:01 all 0.02 0.00 0.01 0.00 0.00 99.96 08:29:06 03:34:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 03:34:01 1 0.07 0.00 0.03 0.02 0.02 99.86 08:29:06 03:34:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 03:34:01 3 0.00 0.00 0.00 0.02 0.00 99.98 08:29:06 03:34:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:34:01 5 0.05 0.00 0.00 0.00 0.00 99.95 08:29:06 03:34:01 6 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 03:34:01 7 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 08:29:06 03:34:01 CPU %user %nice %system %iowait %steal %idle 08:29:06 03:35:01 all 0.01 0.00 0.02 0.01 0.01 99.96 08:29:06 03:35:01 0 0.00 0.00 0.03 0.02 0.00 99.95 08:29:06 03:35:01 1 0.03 0.00 0.05 0.03 0.02 99.87 08:29:06 03:35:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 03:35:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 03:35:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 03:35:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 03:35:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 03:35:01 7 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 03:36:01 all 0.04 0.00 0.01 0.01 0.00 99.94 08:29:06 03:36:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:36:01 1 0.13 0.00 0.07 0.05 0.02 99.73 08:29:06 03:36:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:36:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 03:36:01 4 0.05 0.00 0.03 0.00 0.00 99.92 08:29:06 03:36:01 5 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 03:36:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:36:01 7 0.07 0.00 0.00 0.00 0.00 99.93 08:29:06 03:37:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:29:06 03:37:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 03:37:01 1 0.03 0.00 0.03 0.02 0.02 99.90 08:29:06 03:37:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 03:37:01 3 0.00 0.00 0.02 0.02 0.00 99.97 08:29:06 03:37:01 4 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 03:37:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 03:37:01 6 0.02 0.00 0.03 0.00 0.00 99.95 08:29:06 03:37:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:38:01 all 0.04 0.00 0.01 0.00 0.00 99.95 08:29:06 03:38:01 0 0.03 0.00 0.02 0.02 0.00 99.93 08:29:06 03:38:01 1 0.03 0.00 0.03 0.00 0.02 99.92 08:29:06 03:38:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 03:38:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 03:38:01 4 0.05 0.00 0.02 0.00 0.00 99.93 08:29:06 03:38:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 03:38:01 6 0.05 0.00 0.00 0.00 0.00 99.95 08:29:06 03:38:01 7 0.05 0.00 0.02 0.00 0.00 99.93 08:29:06 03:39:01 all 0.02 0.00 0.00 0.02 0.01 99.95 08:29:06 03:39:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 03:39:01 1 0.02 0.00 0.00 0.17 0.02 99.80 08:29:06 03:39:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 03:39:01 3 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 03:39:01 4 0.05 0.00 0.02 0.00 0.00 99.93 08:29:06 03:39:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:39:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 03:39:01 7 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 03:40:01 all 0.03 0.00 0.01 0.02 0.01 99.93 08:29:06 03:40:01 0 0.02 0.00 0.02 0.10 0.02 99.85 08:29:06 03:40:01 1 0.05 0.00 0.02 0.08 0.02 99.83 08:29:06 03:40:01 2 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 03:40:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 03:40:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:40:01 5 0.05 0.00 0.00 0.00 0.00 99.95 08:29:06 03:40:01 6 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 03:40:01 7 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 03:41:01 all 0.24 0.00 0.02 0.00 0.01 99.73 08:29:06 03:41:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 03:41:01 1 1.83 0.00 0.03 0.00 0.02 98.12 08:29:06 03:41:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 03:41:01 3 0.00 0.00 0.02 0.02 0.00 99.97 08:29:06 03:41:01 4 0.02 0.00 0.03 0.00 0.02 99.93 08:29:06 03:41:01 5 0.02 0.00 0.03 0.00 0.02 99.93 08:29:06 03:41:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 03:41:01 7 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 03:42:01 all 0.22 0.00 0.01 0.01 0.00 99.75 08:29:06 03:42:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 03:42:01 1 1.53 0.00 0.02 0.02 0.02 98.42 08:29:06 03:42:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 03:42:01 3 0.02 0.00 0.00 0.10 0.00 99.88 08:29:06 03:42:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:42:01 5 0.05 0.00 0.00 0.00 0.00 99.95 08:29:06 03:42:01 6 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 03:42:01 7 0.05 0.00 0.02 0.00 0.00 99.93 08:29:06 03:43:01 all 0.01 0.00 0.01 0.00 0.00 99.98 08:29:06 03:43:01 0 0.00 0.00 0.00 0.02 0.00 99.98 08:29:06 03:43:01 1 0.00 0.00 0.02 0.00 0.02 99.97 08:29:06 03:43:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 03:43:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 03:43:01 4 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 03:43:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 03:43:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 03:43:01 7 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 03:44:01 all 0.03 0.00 0.01 0.00 0.01 99.96 08:29:06 03:44:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 03:44:01 1 0.05 0.00 0.03 0.02 0.02 99.88 08:29:06 03:44:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 03:44:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 03:44:01 4 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 03:44:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 03:44:01 6 0.05 0.00 0.00 0.00 0.02 99.93 08:29:06 03:44:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:45:01 all 0.03 0.00 0.05 0.01 0.00 99.91 08:29:06 03:45:01 0 0.00 0.00 0.05 0.00 0.00 99.95 08:29:06 03:45:01 1 0.05 0.00 0.05 0.07 0.02 99.82 08:29:06 03:45:01 2 0.02 0.00 0.03 0.00 0.00 99.95 08:29:06 03:45:01 3 0.02 0.00 0.03 0.00 0.00 99.95 08:29:06 03:45:01 4 0.03 0.00 0.07 0.00 0.02 99.88 08:29:06 03:45:01 5 0.03 0.00 0.05 0.03 0.00 99.88 08:29:06 03:45:01 6 0.03 0.00 0.03 0.00 0.00 99.93 08:29:06 03:45:01 7 0.02 0.00 0.07 0.00 0.00 99.92 08:29:06 08:29:06 03:45:01 CPU %user %nice %system %iowait %steal %idle 08:29:06 03:46:01 all 0.16 0.00 0.01 0.02 0.01 99.80 08:29:06 03:46:01 0 0.03 0.00 0.03 0.02 0.02 99.90 08:29:06 03:46:01 1 1.03 0.00 0.03 0.15 0.02 98.77 08:29:06 03:46:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 03:46:01 3 0.00 0.00 0.02 0.00 0.02 99.97 08:29:06 03:46:01 4 0.05 0.00 0.00 0.00 0.00 99.95 08:29:06 03:46:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:46:01 6 0.07 0.00 0.02 0.00 0.00 99.92 08:29:06 03:46:01 7 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 03:47:01 all 0.20 0.00 0.02 0.00 0.01 99.77 08:29:06 03:47:01 0 0.03 0.00 0.03 0.02 0.02 99.90 08:29:06 03:47:01 1 1.40 0.00 0.03 0.02 0.00 98.55 08:29:06 03:47:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 03:47:01 3 0.10 0.00 0.02 0.00 0.00 99.88 08:29:06 03:47:01 4 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 03:47:01 5 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 03:47:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 03:47:01 7 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 03:48:01 all 0.03 0.00 0.01 0.00 0.00 99.95 08:29:06 03:48:01 0 0.03 0.00 0.02 0.02 0.00 99.93 08:29:06 03:48:01 1 0.03 0.00 0.02 0.02 0.02 99.92 08:29:06 03:48:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:48:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:48:01 4 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 03:48:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 03:48:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 03:48:01 7 0.07 0.00 0.02 0.00 0.00 99.92 08:29:06 03:49:01 all 0.01 0.00 0.01 0.01 0.00 99.97 08:29:06 03:49:01 0 0.00 0.00 0.03 0.02 0.00 99.95 08:29:06 03:49:01 1 0.03 0.00 0.00 0.03 0.02 99.92 08:29:06 03:49:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:49:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:49:01 4 0.00 0.00 0.02 0.00 0.02 99.97 08:29:06 03:49:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 03:49:01 6 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 03:49:01 7 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 03:50:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:29:06 03:50:01 0 0.00 0.00 0.02 0.02 0.02 99.95 08:29:06 03:50:01 1 0.03 0.00 0.03 0.00 0.02 99.92 08:29:06 03:50:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 03:50:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 03:50:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 03:50:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:50:01 6 0.05 0.00 0.03 0.00 0.02 99.90 08:29:06 03:50:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:51:01 all 0.03 0.00 0.01 0.01 0.00 99.96 08:29:06 03:51:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 03:51:01 1 0.03 0.00 0.00 0.05 0.00 99.92 08:29:06 03:51:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 03:51:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 03:51:01 4 0.03 0.00 0.02 0.02 0.00 99.93 08:29:06 03:51:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 03:51:01 6 0.07 0.00 0.00 0.00 0.00 99.93 08:29:06 03:51:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 03:52:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:29:06 03:52:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:52:01 1 0.05 0.00 0.02 0.02 0.02 99.90 08:29:06 03:52:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 03:52:01 3 0.00 0.00 0.02 0.00 0.02 99.97 08:29:06 03:52:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:52:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:52:01 6 0.05 0.00 0.03 0.00 0.02 99.90 08:29:06 03:52:01 7 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 03:53:01 all 0.03 0.00 0.01 0.01 0.01 99.94 08:29:06 03:53:01 0 0.02 0.00 0.03 0.00 0.00 99.95 08:29:06 03:53:01 1 0.05 0.00 0.03 0.00 0.02 99.90 08:29:06 03:53:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 03:53:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:53:01 4 0.02 0.00 0.02 0.07 0.02 99.88 08:29:06 03:53:01 5 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 03:53:01 6 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 03:53:01 7 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 03:54:01 all 0.02 0.00 0.01 0.01 0.01 99.96 08:29:06 03:54:01 0 0.02 0.00 0.00 0.03 0.02 99.93 08:29:06 03:54:01 1 0.05 0.00 0.05 0.02 0.02 99.87 08:29:06 03:54:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 03:54:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:54:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:54:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:54:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 03:54:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 03:55:01 all 0.03 0.00 0.01 0.00 0.00 99.95 08:29:06 03:55:01 0 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 03:55:01 1 0.05 0.00 0.03 0.02 0.02 99.88 08:29:06 03:55:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 03:55:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 03:55:01 4 0.03 0.00 0.02 0.02 0.00 99.93 08:29:06 03:55:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 03:55:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 03:55:01 7 0.03 0.00 0.05 0.00 0.00 99.92 08:29:06 03:56:01 all 0.02 0.00 0.01 0.01 0.01 99.96 08:29:06 03:56:01 0 0.02 0.00 0.02 0.02 0.02 99.93 08:29:06 03:56:01 1 0.02 0.00 0.03 0.03 0.00 99.92 08:29:06 03:56:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:56:01 3 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 03:56:01 4 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 03:56:01 5 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 03:56:01 6 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 03:56:01 7 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 08:29:06 03:56:01 CPU %user %nice %system %iowait %steal %idle 08:29:06 03:57:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:29:06 03:57:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:57:01 1 0.03 0.00 0.02 0.00 0.03 99.92 08:29:06 03:57:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 03:57:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 03:57:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 03:57:01 5 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 03:57:01 6 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 03:57:01 7 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 03:58:01 all 0.02 0.00 0.01 0.00 0.00 99.96 08:29:06 03:58:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 03:58:01 1 0.03 0.00 0.02 0.02 0.02 99.92 08:29:06 03:58:01 2 0.00 0.00 0.00 0.02 0.00 99.98 08:29:06 03:58:01 3 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 03:58:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 03:58:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:58:01 6 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 03:58:01 7 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 03:59:01 all 0.04 0.00 0.01 0.00 0.01 99.94 08:29:06 03:59:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 03:59:01 1 0.05 0.00 0.00 0.02 0.02 99.92 08:29:06 03:59:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 03:59:01 3 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 03:59:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 03:59:01 5 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 03:59:01 6 0.10 0.00 0.00 0.00 0.02 99.88 08:29:06 03:59:01 7 0.05 0.00 0.05 0.00 0.02 99.88 08:29:06 04:00:01 all 0.24 0.00 0.01 0.00 0.00 99.74 08:29:06 04:00:01 0 0.02 0.00 0.03 0.02 0.02 99.92 08:29:06 04:00:01 1 0.03 0.00 0.03 0.00 0.02 99.92 08:29:06 04:00:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:00:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 04:00:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 04:00:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 04:00:01 6 1.74 0.00 0.03 0.00 0.00 98.22 08:29:06 04:00:01 7 0.05 0.00 0.02 0.02 0.00 99.92 08:29:06 04:01:01 all 0.22 0.00 0.02 0.01 0.00 99.74 08:29:06 04:01:01 0 0.03 0.00 0.05 0.05 0.00 99.87 08:29:06 04:01:01 1 0.23 0.00 0.05 0.00 0.00 99.72 08:29:06 04:01:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 04:01:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:01:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 04:01:01 5 0.07 0.00 0.03 0.00 0.02 99.88 08:29:06 04:01:01 6 1.32 0.00 0.00 0.00 0.02 98.66 08:29:06 04:01:01 7 0.05 0.00 0.05 0.03 0.00 99.87 08:29:06 04:02:01 all 0.08 0.00 0.02 0.00 0.00 99.89 08:29:06 04:02:01 0 0.02 0.00 0.02 0.02 0.00 99.95 08:29:06 04:02:01 1 0.05 0.00 0.02 0.00 0.02 99.92 08:29:06 04:02:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 04:02:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 04:02:01 4 0.52 0.00 0.02 0.00 0.02 99.45 08:29:06 04:02:01 5 0.03 0.00 0.03 0.00 0.00 99.93 08:29:06 04:02:01 6 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 04:02:01 7 0.02 0.00 0.03 0.02 0.00 99.93 08:29:06 04:03:01 all 0.03 0.00 0.01 0.01 0.01 99.94 08:29:06 04:03:01 0 0.03 0.00 0.02 0.02 0.02 99.92 08:29:06 04:03:01 1 0.08 0.00 0.03 0.00 0.00 99.88 08:29:06 04:03:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 04:03:01 3 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 04:03:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 04:03:01 5 0.08 0.00 0.00 0.00 0.00 99.92 08:29:06 04:03:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:03:01 7 0.05 0.00 0.00 0.03 0.02 99.90 08:29:06 04:04:01 all 0.03 0.00 0.02 0.01 0.00 99.94 08:29:06 04:04:01 0 0.02 0.00 0.02 0.02 0.00 99.95 08:29:06 04:04:01 1 0.05 0.00 0.05 0.00 0.02 99.88 08:29:06 04:04:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 04:04:01 3 0.02 0.00 0.02 0.02 0.00 99.95 08:29:06 04:04:01 4 0.05 0.00 0.00 0.00 0.00 99.95 08:29:06 04:04:01 5 0.03 0.00 0.03 0.00 0.00 99.93 08:29:06 04:04:01 6 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 04:04:01 7 0.03 0.00 0.03 0.02 0.00 99.92 08:29:06 04:05:01 all 0.01 0.00 0.01 0.01 0.00 99.96 08:29:06 04:05:01 0 0.00 0.00 0.03 0.02 0.00 99.95 08:29:06 04:05:01 1 0.02 0.00 0.03 0.00 0.02 99.93 08:29:06 04:05:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:05:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 04:05:01 4 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 04:05:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:05:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:05:01 7 0.02 0.00 0.02 0.03 0.00 99.93 08:29:06 04:06:01 all 0.20 0.00 0.02 0.00 0.00 99.78 08:29:06 04:06:01 0 0.03 0.00 0.00 0.02 0.00 99.95 08:29:06 04:06:01 1 0.07 0.00 0.03 0.00 0.00 99.90 08:29:06 04:06:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 04:06:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:06:01 4 1.30 0.00 0.02 0.00 0.00 98.68 08:29:06 04:06:01 5 0.05 0.00 0.02 0.00 0.02 99.92 08:29:06 04:06:01 6 0.05 0.00 0.02 0.00 0.00 99.93 08:29:06 04:06:01 7 0.07 0.00 0.03 0.02 0.00 99.88 08:29:06 04:07:01 all 0.27 0.00 0.01 0.00 0.01 99.72 08:29:06 04:07:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 04:07:01 1 0.03 0.00 0.03 0.00 0.02 99.92 08:29:06 04:07:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:07:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 04:07:01 4 1.97 0.00 0.00 0.00 0.00 98.03 08:29:06 04:07:01 5 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 04:07:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:07:01 7 0.03 0.00 0.02 0.02 0.02 99.92 08:29:06 08:29:06 04:07:01 CPU %user %nice %system %iowait %steal %idle 08:29:06 04:08:01 all 0.24 0.00 0.01 0.00 0.00 99.74 08:29:06 04:08:01 0 0.03 0.00 0.03 0.02 0.00 99.92 08:29:06 04:08:01 1 0.07 0.00 0.00 0.00 0.02 99.92 08:29:06 04:08:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 04:08:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 04:08:01 4 1.70 0.00 0.00 0.00 0.00 98.30 08:29:06 04:08:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 04:08:01 6 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 04:08:01 7 0.05 0.00 0.02 0.02 0.00 99.92 08:29:06 04:09:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:29:06 04:09:01 0 0.00 0.00 0.00 0.02 0.00 99.98 08:29:06 04:09:01 1 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 04:09:01 2 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 04:09:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 04:09:01 4 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 04:09:01 5 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 04:09:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:09:01 7 0.05 0.00 0.03 0.02 0.02 99.88 08:29:06 04:10:01 all 0.02 0.00 0.01 0.00 0.00 99.96 08:29:06 04:10:01 0 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 04:10:01 1 0.03 0.00 0.07 0.00 0.00 99.90 08:29:06 04:10:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:10:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:10:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 04:10:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 04:10:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 04:10:01 7 0.05 0.00 0.03 0.02 0.00 99.90 08:29:06 04:11:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:29:06 04:11:01 0 0.02 0.00 0.02 0.02 0.00 99.95 08:29:06 04:11:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 04:11:01 2 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 04:11:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 04:11:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 04:11:01 5 0.05 0.00 0.02 0.00 0.00 99.93 08:29:06 04:11:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 04:11:01 7 0.02 0.00 0.02 0.02 0.02 99.93 08:29:06 04:12:01 all 0.03 0.00 0.01 0.01 0.01 99.95 08:29:06 04:12:01 0 0.03 0.00 0.03 0.07 0.02 99.85 08:29:06 04:12:01 1 0.03 0.00 0.03 0.00 0.02 99.92 08:29:06 04:12:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:12:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 04:12:01 4 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 04:12:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 04:12:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:12:01 7 0.03 0.00 0.02 0.03 0.00 99.92 08:29:06 04:13:01 all 0.01 0.00 0.02 0.00 0.01 99.96 08:29:06 04:13:01 0 0.00 0.00 0.02 0.02 0.00 99.97 08:29:06 04:13:01 1 0.00 0.00 0.02 0.00 0.02 99.97 08:29:06 04:13:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:13:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 04:13:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:13:01 5 0.00 0.00 0.02 0.00 0.02 99.97 08:29:06 04:13:01 6 0.03 0.00 0.03 0.00 0.02 99.92 08:29:06 04:13:01 7 0.03 0.00 0.03 0.02 0.02 99.90 08:29:06 04:14:01 all 0.03 0.00 0.01 0.00 0.00 99.96 08:29:06 04:14:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:14:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 04:14:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 04:14:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 04:14:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:14:01 5 0.05 0.00 0.02 0.00 0.00 99.93 08:29:06 04:14:01 6 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 04:14:01 7 0.07 0.00 0.03 0.00 0.00 99.90 08:29:06 04:15:01 all 0.02 0.00 0.01 0.00 0.01 99.95 08:29:06 04:15:01 0 0.02 0.00 0.00 0.02 0.02 99.95 08:29:06 04:15:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:15:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:15:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 04:15:01 4 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 04:15:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 04:15:01 6 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 04:15:01 7 0.07 0.00 0.08 0.02 0.03 99.80 08:29:06 04:16:01 all 0.03 0.00 0.01 0.01 0.00 99.95 08:29:06 04:16:01 0 0.02 0.00 0.03 0.03 0.00 99.92 08:29:06 04:16:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:16:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:16:01 3 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 04:16:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:16:01 5 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 04:16:01 6 0.05 0.00 0.02 0.00 0.02 99.92 08:29:06 04:16:01 7 0.03 0.00 0.02 0.02 0.00 99.93 08:29:06 04:17:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:29:06 04:17:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 04:17:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 04:17:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 04:17:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 04:17:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 04:17:01 5 0.00 0.00 0.02 0.00 0.02 99.97 08:29:06 04:17:01 6 0.05 0.00 0.02 0.00 0.02 99.92 08:29:06 04:17:01 7 0.02 0.00 0.00 0.02 0.02 99.95 08:29:06 04:18:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:29:06 04:18:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 04:18:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:18:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 04:18:01 3 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 04:18:01 4 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 04:18:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:18:01 6 0.03 0.00 0.02 0.00 0.03 99.92 08:29:06 04:18:01 7 0.05 0.00 0.02 0.02 0.00 99.92 08:29:06 08:29:06 04:18:01 CPU %user %nice %system %iowait %steal %idle 08:29:06 04:19:01 all 0.02 0.00 0.01 0.01 0.00 99.96 08:29:06 04:19:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 04:19:01 1 0.02 0.00 0.00 0.02 0.00 99.97 08:29:06 04:19:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:19:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:19:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 04:19:01 5 0.02 0.00 0.00 0.02 0.00 99.97 08:29:06 04:19:01 6 0.03 0.00 0.03 0.00 0.02 99.92 08:29:06 04:19:01 7 0.03 0.00 0.00 0.05 0.00 99.92 08:29:06 04:20:01 all 0.02 0.00 0.01 0.01 0.01 99.95 08:29:06 04:20:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:20:01 1 0.02 0.00 0.02 0.08 0.02 99.87 08:29:06 04:20:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 04:20:01 3 0.02 0.00 0.03 0.00 0.00 99.95 08:29:06 04:20:01 4 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 04:20:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 04:20:01 6 0.07 0.00 0.02 0.00 0.02 99.90 08:29:06 04:20:01 7 0.02 0.00 0.02 0.02 0.02 99.93 08:29:06 04:21:01 all 0.03 0.00 0.01 0.01 0.00 99.95 08:29:06 04:21:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 04:21:01 1 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 04:21:01 2 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 04:21:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 04:21:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 04:21:01 5 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 04:21:01 6 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 04:21:01 7 0.05 0.00 0.00 0.05 0.00 99.90 08:29:06 04:22:01 all 0.09 0.00 0.02 0.00 0.01 99.88 08:29:06 04:22:01 0 0.07 0.00 0.02 0.00 0.02 99.90 08:29:06 04:22:01 1 0.00 0.00 0.00 0.03 0.02 99.95 08:29:06 04:22:01 2 0.05 0.00 0.02 0.00 0.00 99.93 08:29:06 04:22:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 04:22:01 4 0.33 0.00 0.02 0.00 0.02 99.63 08:29:06 04:22:01 5 0.12 0.00 0.03 0.00 0.00 99.85 08:29:06 04:22:01 6 0.07 0.00 0.03 0.00 0.02 99.88 08:29:06 04:22:01 7 0.07 0.00 0.05 0.00 0.00 99.88 08:29:06 04:23:01 all 0.03 0.00 0.01 0.01 0.01 99.95 08:29:06 04:23:01 0 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 04:23:01 1 0.00 0.00 0.00 0.02 0.00 99.98 08:29:06 04:23:01 2 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 04:23:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 04:23:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 04:23:01 5 0.05 0.00 0.03 0.00 0.00 99.92 08:29:06 04:23:01 6 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 04:23:01 7 0.03 0.00 0.00 0.03 0.02 99.92 08:29:06 04:24:01 all 0.21 0.00 0.01 0.01 0.00 99.76 08:29:06 04:24:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 04:24:01 1 0.00 0.00 0.00 0.05 0.00 99.95 08:29:06 04:24:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 04:24:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:24:01 4 1.48 0.00 0.03 0.00 0.00 98.48 08:29:06 04:24:01 5 0.05 0.00 0.02 0.00 0.02 99.92 08:29:06 04:24:01 6 0.03 0.00 0.05 0.00 0.02 99.90 08:29:06 04:24:01 7 0.02 0.00 0.00 0.03 0.00 99.95 08:29:06 04:25:01 all 0.23 0.00 0.01 0.00 0.01 99.75 08:29:06 04:25:01 0 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 04:25:01 1 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 04:25:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 04:25:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 04:25:01 4 1.58 0.00 0.00 0.00 0.02 98.40 08:29:06 04:25:01 5 0.03 0.00 0.03 0.00 0.00 99.93 08:29:06 04:25:01 6 0.05 0.00 0.00 0.00 0.02 99.93 08:29:06 04:25:01 7 0.02 0.00 0.03 0.02 0.00 99.93 08:29:06 04:26:01 all 0.01 0.00 0.01 0.00 0.00 99.97 08:29:06 04:26:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 04:26:01 1 0.00 0.00 0.00 0.02 0.00 99.98 08:29:06 04:26:01 2 0.02 0.00 0.03 0.00 0.00 99.95 08:29:06 04:26:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 04:26:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 04:26:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 04:26:01 6 0.02 0.00 0.00 0.00 0.03 99.95 08:29:06 04:26:01 7 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 04:27:01 all 0.15 0.00 0.02 0.00 0.01 99.81 08:29:06 04:27:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:27:01 1 0.00 0.00 0.02 0.02 0.02 99.95 08:29:06 04:27:01 2 0.05 0.00 0.02 0.00 0.02 99.92 08:29:06 04:27:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:27:01 4 0.89 0.00 0.03 0.00 0.00 99.07 08:29:06 04:27:01 5 0.08 0.00 0.02 0.00 0.02 99.88 08:29:06 04:27:01 6 0.07 0.00 0.03 0.00 0.02 99.88 08:29:06 04:27:01 7 0.10 0.00 0.03 0.02 0.02 99.83 08:29:06 04:28:01 all 0.09 0.00 0.01 0.00 0.01 99.89 08:29:06 04:28:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 04:28:01 1 0.00 0.00 0.00 0.02 0.00 99.98 08:29:06 04:28:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:28:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 04:28:01 4 0.57 0.00 0.00 0.00 0.02 99.42 08:29:06 04:28:01 5 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 04:28:01 6 0.05 0.00 0.02 0.00 0.02 99.92 08:29:06 04:28:01 7 0.02 0.00 0.02 0.02 0.00 99.95 08:29:06 04:29:01 all 0.03 0.00 0.01 0.01 0.00 99.95 08:29:06 04:29:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 04:29:01 1 0.03 0.00 0.00 0.02 0.02 99.93 08:29:06 04:29:01 2 0.05 0.00 0.02 0.00 0.00 99.93 08:29:06 04:29:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 04:29:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:29:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:29:01 6 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 04:29:01 7 0.03 0.00 0.02 0.07 0.00 99.88 08:29:06 08:29:06 04:29:01 CPU %user %nice %system %iowait %steal %idle 08:29:06 04:30:01 all 0.02 0.00 0.02 0.00 0.01 99.95 08:29:06 04:30:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 04:30:01 1 0.00 0.00 0.03 0.02 0.00 99.95 08:29:06 04:30:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 04:30:01 3 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 04:30:01 4 0.08 0.00 0.02 0.00 0.02 99.88 08:29:06 04:30:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:30:01 6 0.03 0.00 0.03 0.00 0.02 99.92 08:29:06 04:30:01 7 0.02 0.00 0.03 0.00 0.02 99.93 08:29:06 04:31:01 all 0.03 0.00 0.01 0.03 0.00 99.93 08:29:06 04:31:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:31:01 1 0.02 0.00 0.00 0.07 0.00 99.92 08:29:06 04:31:01 2 0.05 0.00 0.02 0.00 0.00 99.93 08:29:06 04:31:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 04:31:01 4 0.05 0.00 0.00 0.00 0.00 99.95 08:29:06 04:31:01 5 0.05 0.00 0.02 0.00 0.02 99.92 08:29:06 04:31:01 6 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 04:31:01 7 0.02 0.00 0.00 0.20 0.00 99.78 08:29:06 04:32:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:29:06 04:32:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 04:32:01 1 0.02 0.00 0.02 0.02 0.02 99.93 08:29:06 04:32:01 2 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 04:32:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 04:32:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 04:32:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:32:01 6 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 04:32:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 04:33:01 all 0.04 0.00 0.01 0.01 0.01 99.94 08:29:06 04:33:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 04:33:01 1 0.03 0.00 0.00 0.02 0.00 99.95 08:29:06 04:33:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 04:33:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 04:33:01 4 0.08 0.00 0.00 0.00 0.02 99.90 08:29:06 04:33:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:33:01 6 0.08 0.00 0.03 0.00 0.03 99.85 08:29:06 04:33:01 7 0.02 0.00 0.02 0.03 0.00 99.93 08:29:06 04:34:01 all 0.08 0.00 0.02 0.01 0.01 99.89 08:29:06 04:34:01 0 0.00 0.00 0.03 0.00 0.02 99.95 08:29:06 04:34:01 1 0.00 0.00 0.00 0.02 0.02 99.97 08:29:06 04:34:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 04:34:01 3 0.02 0.00 0.00 0.02 0.00 99.97 08:29:06 04:34:01 4 0.55 0.00 0.03 0.00 0.00 99.42 08:29:06 04:34:01 5 0.02 0.00 0.03 0.00 0.00 99.95 08:29:06 04:34:01 6 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 04:34:01 7 0.00 0.00 0.03 0.03 0.02 99.92 08:29:06 04:35:01 all 0.04 0.00 0.01 0.01 0.01 99.93 08:29:06 04:35:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 04:35:01 1 0.05 0.00 0.00 0.00 0.00 99.95 08:29:06 04:35:01 2 0.05 0.00 0.00 0.00 0.00 99.95 08:29:06 04:35:01 3 0.02 0.00 0.00 0.03 0.00 99.95 08:29:06 04:35:01 4 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 04:35:01 5 0.07 0.00 0.03 0.05 0.02 99.83 08:29:06 04:35:01 6 0.05 0.00 0.02 0.00 0.02 99.92 08:29:06 04:35:01 7 0.03 0.00 0.00 0.02 0.00 99.95 08:29:06 04:36:01 all 0.02 0.00 0.01 0.00 0.00 99.97 08:29:06 04:36:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 04:36:01 1 0.00 0.00 0.02 0.02 0.00 99.97 08:29:06 04:36:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 04:36:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 04:36:01 4 0.07 0.00 0.00 0.00 0.00 99.93 08:29:06 04:36:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:36:01 6 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 04:36:01 7 0.02 0.00 0.02 0.02 0.00 99.95 08:29:06 04:37:01 all 0.03 0.00 0.01 0.02 0.01 99.93 08:29:06 04:37:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 04:37:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 04:37:01 2 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 04:37:01 3 0.02 0.00 0.00 0.02 0.02 99.95 08:29:06 04:37:01 4 0.02 0.00 0.03 0.00 0.02 99.93 08:29:06 04:37:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 04:37:01 6 0.05 0.00 0.03 0.00 0.02 99.90 08:29:06 04:37:01 7 0.03 0.00 0.00 0.12 0.02 99.83 08:29:06 04:38:01 all 0.01 0.00 0.00 0.01 0.00 99.97 08:29:06 04:38:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 04:38:01 1 0.00 0.00 0.00 0.02 0.00 99.98 08:29:06 04:38:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:38:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:38:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 04:38:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 04:38:01 6 0.00 0.00 0.02 0.00 0.03 99.95 08:29:06 04:38:01 7 0.02 0.00 0.02 0.03 0.00 99.93 08:29:06 04:39:01 all 0.03 0.00 0.02 0.00 0.01 99.95 08:29:06 04:39:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 04:39:01 1 0.00 0.00 0.02 0.03 0.00 99.95 08:29:06 04:39:01 2 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 04:39:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 04:39:01 4 0.05 0.00 0.02 0.00 0.02 99.92 08:29:06 04:39:01 5 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 04:39:01 6 0.03 0.00 0.03 0.00 0.02 99.92 08:29:06 04:39:01 7 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 04:40:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:29:06 04:40:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 04:40:01 1 0.02 0.00 0.00 0.02 0.02 99.95 08:29:06 04:40:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 04:40:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:40:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:40:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 04:40:01 6 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 04:40:01 7 0.02 0.00 0.00 0.02 0.00 99.97 08:29:06 08:29:06 04:40:01 CPU %user %nice %system %iowait %steal %idle 08:29:06 04:41:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:29:06 04:41:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:41:01 1 0.00 0.00 0.00 0.02 0.00 99.98 08:29:06 04:41:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:41:01 3 0.00 0.00 0.02 0.00 0.02 99.97 08:29:06 04:41:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 04:41:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 04:41:01 6 0.05 0.00 0.02 0.00 0.02 99.92 08:29:06 04:41:01 7 0.02 0.00 0.02 0.02 0.02 99.93 08:29:06 04:42:01 all 0.03 0.00 0.00 0.00 0.01 99.96 08:29:06 04:42:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 04:42:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 04:42:01 2 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 04:42:01 3 0.05 0.00 0.00 0.02 0.00 99.93 08:29:06 04:42:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 04:42:01 5 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 04:42:01 6 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 04:42:01 7 0.03 0.00 0.00 0.02 0.00 99.95 08:29:06 04:43:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:29:06 04:43:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 04:43:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 04:43:01 2 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 04:43:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 04:43:01 4 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 04:43:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 04:43:01 6 0.03 0.00 0.05 0.00 0.03 99.88 08:29:06 04:43:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 04:44:01 all 0.03 0.00 0.01 0.00 0.00 99.96 08:29:06 04:44:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 04:44:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:44:01 2 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 04:44:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:44:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:44:01 5 0.05 0.00 0.02 0.00 0.00 99.93 08:29:06 04:44:01 6 0.05 0.00 0.02 0.00 0.02 99.92 08:29:06 04:44:01 7 0.02 0.00 0.00 0.03 0.00 99.95 08:29:06 04:45:01 all 0.14 0.00 0.01 0.01 0.01 99.83 08:29:06 04:45:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 04:45:01 1 0.00 0.00 0.00 0.02 0.02 99.97 08:29:06 04:45:01 2 0.00 0.00 0.02 0.00 0.02 99.97 08:29:06 04:45:01 3 0.00 0.00 0.00 0.02 0.00 99.98 08:29:06 04:45:01 4 1.06 0.00 0.02 0.00 0.02 98.91 08:29:06 04:45:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 04:45:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 04:45:01 7 0.03 0.00 0.02 0.02 0.02 99.92 08:29:06 04:46:01 all 0.06 0.00 0.01 0.01 0.01 99.92 08:29:06 04:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 04:46:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:46:01 2 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 04:46:01 3 0.02 0.00 0.02 0.02 0.02 99.93 08:29:06 04:46:01 4 0.28 0.00 0.00 0.00 0.00 99.72 08:29:06 04:46:01 5 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 04:46:01 6 0.02 0.00 0.03 0.00 0.02 99.93 08:29:06 04:46:01 7 0.03 0.00 0.02 0.03 0.00 99.92 08:29:06 04:47:01 all 0.04 0.00 0.01 0.00 0.01 99.94 08:29:06 04:47:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 04:47:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 04:47:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 04:47:01 3 0.02 0.00 0.03 0.00 0.02 99.93 08:29:06 04:47:01 4 0.25 0.00 0.02 0.00 0.02 99.72 08:29:06 04:47:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 04:47:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 04:47:01 7 0.00 0.00 0.00 0.02 0.00 99.98 08:29:06 04:48:01 all 0.09 0.00 0.01 0.01 0.00 99.89 08:29:06 04:48:01 0 0.53 0.00 0.00 0.00 0.00 99.47 08:29:06 04:48:01 1 0.00 0.00 0.02 0.03 0.00 99.95 08:29:06 04:48:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 04:48:01 3 0.05 0.00 0.00 0.00 0.02 99.93 08:29:06 04:48:01 4 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 04:48:01 5 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 04:48:01 6 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 04:48:01 7 0.03 0.00 0.00 0.02 0.02 99.93 08:29:06 04:49:01 all 0.07 0.00 0.01 0.00 0.01 99.91 08:29:06 04:49:01 0 0.43 0.00 0.02 0.00 0.02 99.53 08:29:06 04:49:01 1 0.00 0.00 0.02 0.00 0.02 99.97 08:29:06 04:49:01 2 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 04:49:01 3 0.05 0.00 0.02 0.00 0.02 99.92 08:29:06 04:49:01 4 0.00 0.00 0.00 0.02 0.00 99.98 08:29:06 04:49:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 04:49:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 04:49:01 7 0.02 0.00 0.00 0.02 0.00 99.97 08:29:06 04:50:01 all 0.02 0.00 0.00 0.01 0.01 99.96 08:29:06 04:50:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 04:50:01 1 0.03 0.00 0.00 0.07 0.02 99.88 08:29:06 04:50:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 04:50:01 3 0.02 0.00 0.00 0.00 0.03 99.95 08:29:06 04:50:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:50:01 5 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 04:50:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:50:01 7 0.00 0.00 0.00 0.02 0.00 99.98 08:29:06 04:51:01 all 0.02 0.00 0.02 0.00 0.00 99.96 08:29:06 04:51:01 0 0.05 0.00 0.02 0.00 0.00 99.93 08:29:06 04:51:01 1 0.00 0.00 0.02 0.02 0.00 99.97 08:29:06 04:51:01 2 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 04:51:01 3 0.03 0.00 0.03 0.00 0.02 99.92 08:29:06 04:51:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 04:51:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 04:51:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:51:01 7 0.03 0.00 0.02 0.02 0.00 99.93 08:29:06 08:29:06 04:51:01 CPU %user %nice %system %iowait %steal %idle 08:29:06 04:52:02 all 0.02 0.00 0.00 0.00 0.00 99.97 08:29:06 04:52:02 0 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 04:52:02 1 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 04:52:02 2 0.05 0.00 0.00 0.00 0.00 99.95 08:29:06 04:52:02 3 0.05 0.00 0.00 0.00 0.02 99.93 08:29:06 04:52:02 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 04:52:02 5 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 04:52:02 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:52:02 7 0.00 0.00 0.00 0.02 0.00 99.98 08:29:06 04:53:01 all 0.23 0.00 0.01 0.00 0.01 99.75 08:29:06 04:53:01 0 1.67 0.00 0.00 0.00 0.00 98.33 08:29:06 04:53:01 1 0.00 0.00 0.02 0.02 0.02 99.95 08:29:06 04:53:01 2 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 04:53:01 3 0.05 0.00 0.02 0.00 0.02 99.92 08:29:06 04:53:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 04:53:01 5 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 04:53:01 6 0.00 0.00 0.02 0.00 0.02 99.97 08:29:06 04:53:01 7 0.05 0.00 0.00 0.00 0.02 99.93 08:29:06 04:54:01 all 0.11 0.00 0.01 0.00 0.01 99.87 08:29:06 04:54:01 0 0.81 0.00 0.00 0.00 0.02 99.17 08:29:06 04:54:01 1 0.00 0.00 0.02 0.02 0.02 99.95 08:29:06 04:54:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 04:54:01 3 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 04:54:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 04:54:01 5 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 04:54:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 04:54:01 7 0.00 0.00 0.02 0.02 0.00 99.97 08:29:06 04:55:01 all 0.04 0.00 0.01 0.00 0.01 99.94 08:29:06 04:55:01 0 0.15 0.00 0.02 0.00 0.02 99.82 08:29:06 04:55:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:55:01 2 0.05 0.00 0.00 0.00 0.00 99.95 08:29:06 04:55:01 3 0.03 0.00 0.03 0.00 0.02 99.92 08:29:06 04:55:01 4 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 04:55:01 5 0.05 0.00 0.02 0.00 0.00 99.93 08:29:06 04:55:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:55:01 7 0.03 0.00 0.00 0.02 0.00 99.95 08:29:06 04:56:01 all 0.26 0.00 0.01 0.01 0.00 99.72 08:29:06 04:56:01 0 1.01 0.00 0.02 0.00 0.00 98.97 08:29:06 04:56:01 1 0.00 0.00 0.00 0.02 0.00 99.98 08:29:06 04:56:01 2 0.00 0.00 0.03 0.00 0.00 99.97 08:29:06 04:56:01 3 0.02 0.00 0.03 0.00 0.02 99.93 08:29:06 04:56:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 04:56:01 5 1.01 0.00 0.00 0.00 0.00 98.99 08:29:06 04:56:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 04:56:01 7 0.00 0.00 0.02 0.03 0.00 99.95 08:29:06 04:57:01 all 0.17 0.00 0.02 0.01 0.01 99.80 08:29:06 04:57:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 04:57:01 1 0.00 0.00 0.02 0.05 0.02 99.92 08:29:06 04:57:01 2 0.05 0.00 0.00 0.00 0.02 99.93 08:29:06 04:57:01 3 0.05 0.00 0.05 0.00 0.02 99.88 08:29:06 04:57:01 4 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 04:57:01 5 1.16 0.00 0.02 0.00 0.02 98.81 08:29:06 04:57:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:57:01 7 0.03 0.00 0.02 0.02 0.00 99.93 08:29:06 04:58:01 all 0.01 0.00 0.02 0.00 0.00 99.96 08:29:06 04:58:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 04:58:01 1 0.00 0.00 0.02 0.02 0.00 99.97 08:29:06 04:58:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 04:58:01 3 0.05 0.00 0.05 0.00 0.02 99.88 08:29:06 04:58:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 04:58:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 04:58:01 6 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 04:58:01 7 0.00 0.00 0.00 0.02 0.02 99.97 08:29:06 04:59:01 all 0.15 0.00 0.01 0.00 0.01 99.83 08:29:06 04:59:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:59:01 1 0.00 0.00 0.02 0.02 0.02 99.95 08:29:06 04:59:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 04:59:01 3 0.05 0.00 0.02 0.00 0.02 99.92 08:29:06 04:59:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 04:59:01 5 0.98 0.00 0.03 0.00 0.02 98.97 08:29:06 04:59:01 6 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 04:59:01 7 0.05 0.00 0.02 0.00 0.00 99.93 08:29:06 05:00:01 all 0.01 0.00 0.00 0.00 0.01 99.97 08:29:06 05:00:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 05:00:01 1 0.00 0.00 0.00 0.02 0.00 99.98 08:29:06 05:00:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:00:01 3 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 05:00:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:00:01 5 0.05 0.00 0.00 0.00 0.00 99.95 08:29:06 05:00:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 05:00:01 7 0.02 0.00 0.02 0.02 0.00 99.95 08:29:06 05:01:01 all 0.04 0.00 0.01 0.01 0.01 99.93 08:29:06 05:01:01 0 0.05 0.00 0.02 0.00 0.00 99.93 08:29:06 05:01:01 1 0.03 0.00 0.00 0.02 0.02 99.93 08:29:06 05:01:01 2 0.07 0.00 0.02 0.00 0.00 99.92 08:29:06 05:01:01 3 0.05 0.00 0.03 0.00 0.02 99.90 08:29:06 05:01:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 05:01:01 5 0.02 0.00 0.03 0.00 0.02 99.93 08:29:06 05:01:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:01:01 7 0.07 0.00 0.00 0.03 0.02 99.88 08:29:06 05:02:01 all 0.01 0.00 0.01 0.00 0.00 99.97 08:29:06 05:02:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 05:02:01 1 0.00 0.00 0.00 0.02 0.00 99.98 08:29:06 05:02:01 2 0.00 0.00 0.02 0.00 0.02 99.97 08:29:06 05:02:01 3 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 05:02:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:02:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 05:02:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:02:01 7 0.02 0.00 0.03 0.02 0.00 99.93 08:29:06 08:29:06 05:02:01 CPU %user %nice %system %iowait %steal %idle 08:29:06 05:03:01 all 0.17 0.00 0.01 0.00 0.01 99.81 08:29:06 05:03:01 0 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 05:03:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 05:03:01 2 0.05 0.00 0.02 0.00 0.00 99.93 08:29:06 05:03:01 3 0.07 0.00 0.02 0.00 0.02 99.90 08:29:06 05:03:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 05:03:01 5 1.14 0.00 0.02 0.00 0.02 98.83 08:29:06 05:03:01 6 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 05:03:01 7 0.02 0.00 0.02 0.02 0.00 99.95 08:29:06 05:04:01 all 0.26 0.00 0.01 0.00 0.01 99.72 08:29:06 05:04:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 05:04:01 1 0.00 0.00 0.00 0.02 0.02 99.97 08:29:06 05:04:01 2 0.03 0.00 0.03 0.00 0.03 99.90 08:29:06 05:04:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:04:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 05:04:01 5 1.97 0.00 0.00 0.00 0.00 98.03 08:29:06 05:04:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 05:04:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:05:01 all 0.22 0.00 0.01 0.00 0.01 99.76 08:29:06 05:05:01 0 0.03 0.00 0.05 0.00 0.02 99.90 08:29:06 05:05:01 1 0.02 0.00 0.02 0.02 0.00 99.95 08:29:06 05:05:01 2 0.05 0.00 0.00 0.00 0.00 99.95 08:29:06 05:05:01 3 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 05:05:01 4 0.05 0.00 0.00 0.00 0.02 99.93 08:29:06 05:05:01 5 1.49 0.00 0.00 0.00 0.02 98.50 08:29:06 05:05:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:05:01 7 0.05 0.00 0.00 0.02 0.02 99.92 08:29:06 05:06:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:29:06 05:06:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 05:06:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 05:06:01 2 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 05:06:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:06:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 05:06:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 05:06:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:06:01 7 0.02 0.00 0.02 0.02 0.00 99.95 08:29:06 05:07:01 all 0.04 0.00 0.01 0.00 0.01 99.95 08:29:06 05:07:01 0 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 05:07:01 1 0.02 0.00 0.02 0.03 0.00 99.93 08:29:06 05:07:01 2 0.07 0.00 0.02 0.00 0.02 99.90 08:29:06 05:07:01 3 0.05 0.00 0.00 0.00 0.00 99.95 08:29:06 05:07:01 4 0.05 0.00 0.02 0.00 0.00 99.93 08:29:06 05:07:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:07:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:07:01 7 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 05:08:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:29:06 05:08:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 05:08:01 1 0.02 0.00 0.00 0.02 0.02 99.95 08:29:06 05:08:01 2 0.02 0.00 0.03 0.00 0.02 99.93 08:29:06 05:08:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:08:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:08:01 5 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 05:08:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 05:08:01 7 0.03 0.00 0.02 0.02 0.00 99.93 08:29:06 05:09:01 all 0.01 0.00 0.00 0.00 0.00 99.97 08:29:06 05:09:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 05:09:01 1 0.00 0.00 0.00 0.02 0.00 99.98 08:29:06 05:09:01 2 0.05 0.00 0.02 0.00 0.02 99.92 08:29:06 05:09:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 05:09:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:09:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:09:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:09:01 7 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 05:10:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:29:06 05:10:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:10:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:10:01 2 0.08 0.00 0.03 0.00 0.03 99.85 08:29:06 05:10:01 3 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 05:10:01 4 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 05:10:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:10:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:10:01 7 0.05 0.00 0.02 0.02 0.02 99.90 08:29:06 05:11:01 all 0.01 0.00 0.00 0.00 0.01 99.97 08:29:06 05:11:01 0 0.00 0.00 0.00 0.02 0.00 99.98 08:29:06 05:11:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 05:11:01 2 0.05 0.00 0.02 0.00 0.02 99.92 08:29:06 05:11:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 05:11:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:11:01 5 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 05:11:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 05:11:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:12:01 all 0.02 0.00 0.01 0.00 0.00 99.96 08:29:06 05:12:01 0 0.03 0.00 0.02 0.02 0.02 99.92 08:29:06 05:12:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:12:01 2 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 05:12:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 05:12:01 4 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 05:12:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:12:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:12:01 7 0.03 0.00 0.02 0.02 0.00 99.93 08:29:06 05:13:01 all 0.13 0.00 0.00 0.00 0.00 99.86 08:29:06 05:13:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:13:01 1 0.00 0.00 0.00 0.02 0.00 99.98 08:29:06 05:13:01 2 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 05:13:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:13:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:13:01 5 0.93 0.00 0.02 0.00 0.00 99.05 08:29:06 05:13:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:13:01 7 0.05 0.00 0.00 0.02 0.02 99.92 08:29:06 08:29:06 05:13:01 CPU %user %nice %system %iowait %steal %idle 08:29:06 05:14:01 all 0.24 0.00 0.01 0.00 0.01 99.73 08:29:06 05:14:01 0 0.00 0.00 0.03 0.00 0.00 99.97 08:29:06 05:14:01 1 0.02 0.00 0.02 0.02 0.02 99.93 08:29:06 05:14:01 2 0.05 0.00 0.02 0.00 0.02 99.92 08:29:06 05:14:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:14:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:14:01 5 1.81 0.00 0.02 0.00 0.02 98.16 08:29:06 05:14:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:14:01 7 0.02 0.00 0.02 0.02 0.00 99.95 08:29:06 05:15:01 all 0.26 0.00 0.01 0.00 0.01 99.72 08:29:06 05:15:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 05:15:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:15:01 2 0.05 0.00 0.02 0.00 0.02 99.92 08:29:06 05:15:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 05:15:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:15:01 5 1.95 0.00 0.00 0.00 0.00 98.05 08:29:06 05:15:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 05:15:01 7 0.03 0.00 0.02 0.02 0.00 99.93 08:29:06 05:16:01 all 0.04 0.00 0.02 0.00 0.00 99.94 08:29:06 05:16:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 05:16:01 1 0.02 0.00 0.03 0.02 0.00 99.93 08:29:06 05:16:01 2 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 05:16:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:16:01 4 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 05:16:01 5 0.13 0.00 0.02 0.00 0.00 99.85 08:29:06 05:16:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:16:01 7 0.05 0.00 0.03 0.02 0.02 99.88 08:29:06 05:17:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:29:06 05:17:01 0 0.02 0.00 0.00 0.02 0.00 99.97 08:29:06 05:17:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 05:17:01 2 0.05 0.00 0.07 0.00 0.02 99.87 08:29:06 05:17:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:17:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:17:01 5 0.00 0.00 0.02 0.00 0.02 99.97 08:29:06 05:17:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:17:01 7 0.03 0.00 0.00 0.02 0.00 99.95 08:29:06 05:18:01 all 0.10 0.00 0.04 0.00 0.01 99.85 08:29:06 05:18:01 0 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 05:18:01 1 0.53 0.00 0.05 0.00 0.00 99.42 08:29:06 05:18:01 2 0.05 0.00 0.05 0.00 0.03 99.87 08:29:06 05:18:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 05:18:01 4 0.05 0.00 0.03 0.00 0.02 99.90 08:29:06 05:18:01 5 0.03 0.00 0.05 0.00 0.00 99.92 08:29:06 05:18:01 6 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 05:18:01 7 0.05 0.00 0.07 0.02 0.02 99.85 08:29:06 05:19:01 all 0.03 0.00 0.02 0.01 0.01 99.94 08:29:06 05:19:01 0 0.02 0.00 0.02 0.03 0.00 99.93 08:29:06 05:19:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:19:01 2 0.07 0.00 0.07 0.00 0.02 99.85 08:29:06 05:19:01 3 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 05:19:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 05:19:01 5 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 05:19:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:19:01 7 0.07 0.00 0.05 0.03 0.00 99.85 08:29:06 05:20:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:29:06 05:20:01 0 0.03 0.00 0.00 0.02 0.02 99.93 08:29:06 05:20:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 05:20:01 2 0.07 0.00 0.03 0.00 0.02 99.88 08:29:06 05:20:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 05:20:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:20:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:20:01 6 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 05:20:01 7 0.05 0.00 0.02 0.02 0.02 99.90 08:29:06 05:21:01 all 0.01 0.00 0.01 0.00 0.00 99.98 08:29:06 05:21:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:21:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 05:21:01 2 0.05 0.00 0.03 0.00 0.02 99.90 08:29:06 05:21:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 05:21:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:21:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:21:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:21:01 7 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 05:22:01 all 0.28 0.00 0.04 0.00 0.01 99.67 08:29:06 05:22:01 0 0.10 0.00 0.05 0.02 0.02 99.82 08:29:06 05:22:01 1 0.07 0.00 0.03 0.00 0.00 99.90 08:29:06 05:22:01 2 0.10 0.00 0.07 0.00 0.02 99.82 08:29:06 05:22:01 3 0.07 0.00 0.02 0.00 0.00 99.92 08:29:06 05:22:01 4 0.10 0.00 0.00 0.00 0.00 99.90 08:29:06 05:22:01 5 1.71 0.00 0.02 0.00 0.00 98.27 08:29:06 05:22:01 6 0.05 0.00 0.05 0.00 0.02 99.88 08:29:06 05:22:01 7 0.03 0.00 0.05 0.02 0.02 99.88 08:29:06 05:23:01 all 0.02 0.00 0.00 0.01 0.01 99.97 08:29:06 05:23:01 0 0.00 0.00 0.00 0.02 0.00 99.98 08:29:06 05:23:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:23:01 2 0.03 0.00 0.00 0.00 0.03 99.93 08:29:06 05:23:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:23:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:23:01 5 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 05:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:23:01 7 0.03 0.00 0.02 0.03 0.00 99.92 08:29:06 05:24:01 all 0.01 0.00 0.01 0.00 0.00 99.97 08:29:06 05:24:01 0 0.02 0.00 0.00 0.02 0.00 99.97 08:29:06 05:24:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:24:01 2 0.07 0.00 0.02 0.00 0.02 99.90 08:29:06 05:24:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:24:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 05:24:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:24:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:24:01 7 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 08:29:06 05:24:01 CPU %user %nice %system %iowait %steal %idle 08:29:06 05:25:01 all 0.03 0.00 0.01 0.00 0.01 99.96 08:29:06 05:25:01 0 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 05:25:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:25:01 2 0.07 0.00 0.03 0.00 0.02 99.88 08:29:06 05:25:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:25:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:25:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:25:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 05:25:01 7 0.05 0.00 0.02 0.02 0.02 99.90 08:29:06 05:26:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:29:06 05:26:01 0 0.00 0.00 0.00 0.02 0.00 99.98 08:29:06 05:26:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 05:26:01 2 0.05 0.00 0.02 0.00 0.02 99.92 08:29:06 05:26:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 05:26:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:26:01 5 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 05:26:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:26:01 7 0.02 0.00 0.03 0.02 0.00 99.93 08:29:06 05:27:01 all 0.20 0.00 0.01 0.01 0.01 99.79 08:29:06 05:27:01 0 0.02 0.00 0.00 0.03 0.02 99.93 08:29:06 05:27:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:27:01 2 0.08 0.00 0.00 0.00 0.02 99.90 08:29:06 05:27:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 05:27:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:27:01 5 1.37 0.00 0.02 0.00 0.00 98.61 08:29:06 05:27:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:27:01 7 0.05 0.00 0.02 0.02 0.02 99.90 08:29:06 05:28:01 all 0.26 0.00 0.01 0.00 0.01 99.72 08:29:06 05:28:01 0 0.03 0.00 0.02 0.02 0.00 99.93 08:29:06 05:28:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 05:28:01 2 0.02 0.00 0.02 0.00 0.03 99.93 08:29:06 05:28:01 3 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 05:28:01 4 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 05:28:01 5 1.97 0.00 0.00 0.00 0.00 98.03 08:29:06 05:28:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 05:28:01 7 0.03 0.00 0.02 0.02 0.00 99.93 08:29:06 05:29:01 all 0.17 0.00 0.02 0.00 0.00 99.80 08:29:06 05:29:01 0 0.02 0.00 0.02 0.02 0.02 99.93 08:29:06 05:29:01 1 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 05:29:01 2 0.05 0.00 0.03 0.00 0.02 99.90 08:29:06 05:29:01 3 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 05:29:01 4 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 05:29:01 5 1.14 0.00 0.07 0.00 0.00 98.79 08:29:06 05:29:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:29:01 7 0.05 0.00 0.02 0.02 0.00 99.92 08:29:06 05:30:01 all 0.01 0.00 0.01 0.00 0.01 99.98 08:29:06 05:30:01 0 0.00 0.00 0.03 0.00 0.00 99.97 08:29:06 05:30:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 05:30:01 2 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 05:30:01 3 0.00 0.00 0.00 0.02 0.00 99.98 08:29:06 05:30:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:30:01 5 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 05:30:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:30:01 7 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 05:31:01 all 0.03 0.00 0.01 0.01 0.01 99.95 08:29:06 05:31:01 0 0.02 0.00 0.00 0.02 0.02 99.95 08:29:06 05:31:01 1 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 05:31:01 2 0.02 0.00 0.03 0.00 0.02 99.93 08:29:06 05:31:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 05:31:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:31:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:31:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 05:31:01 7 0.07 0.00 0.03 0.03 0.00 99.87 08:29:06 05:32:01 all 0.02 0.00 0.01 0.00 0.00 99.97 08:29:06 05:32:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:32:01 1 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 05:32:01 2 0.05 0.00 0.02 0.00 0.02 99.92 08:29:06 05:32:01 3 0.00 0.00 0.03 0.00 0.00 99.97 08:29:06 05:32:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:32:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:32:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:32:01 7 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 05:33:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:29:06 05:33:01 0 0.03 0.00 0.02 0.02 0.00 99.93 08:29:06 05:33:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 05:33:01 2 0.03 0.00 0.05 0.00 0.02 99.90 08:29:06 05:33:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:33:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:33:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 05:33:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:33:01 7 0.05 0.00 0.02 0.02 0.02 99.90 08:29:06 05:34:01 all 0.12 0.00 0.01 0.00 0.01 99.86 08:29:06 05:34:01 0 0.00 0.00 0.00 0.02 0.02 99.97 08:29:06 05:34:01 1 0.85 0.00 0.02 0.00 0.00 99.14 08:29:06 05:34:01 2 0.05 0.00 0.00 0.00 0.03 99.92 08:29:06 05:34:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 05:34:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:34:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:34:01 6 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 05:34:01 7 0.02 0.00 0.03 0.02 0.00 99.93 08:29:06 05:35:01 all 0.27 0.00 0.01 0.01 0.01 99.71 08:29:06 05:35:01 0 0.02 0.00 0.00 0.03 0.00 99.95 08:29:06 05:35:01 1 1.97 0.00 0.00 0.00 0.02 98.01 08:29:06 05:35:01 2 0.03 0.00 0.03 0.00 0.02 99.92 08:29:06 05:35:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:35:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:35:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:35:01 6 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 05:35:01 7 0.05 0.00 0.03 0.02 0.00 99.90 08:29:06 08:29:06 05:35:01 CPU %user %nice %system %iowait %steal %idle 08:29:06 05:36:01 all 0.15 0.00 0.02 0.00 0.01 99.82 08:29:06 05:36:01 0 0.02 0.00 0.03 0.00 0.02 99.93 08:29:06 05:36:01 1 1.14 0.00 0.07 0.00 0.02 98.78 08:29:06 05:36:01 2 0.03 0.00 0.03 0.00 0.02 99.92 08:29:06 05:36:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:36:01 4 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 05:36:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:36:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:36:01 7 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 05:37:01 all 0.03 0.00 0.01 0.00 0.00 99.96 08:29:06 05:37:01 0 0.02 0.00 0.00 0.02 0.00 99.97 08:29:06 05:37:01 1 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 05:37:01 2 0.08 0.00 0.02 0.00 0.02 99.88 08:29:06 05:37:01 3 0.03 0.00 0.03 0.00 0.00 99.93 08:29:06 05:37:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:37:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 05:37:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:37:01 7 0.03 0.00 0.00 0.02 0.00 99.95 08:29:06 05:38:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:29:06 05:38:01 0 0.00 0.00 0.02 0.02 0.00 99.97 08:29:06 05:38:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 05:38:01 2 0.05 0.00 0.02 0.00 0.03 99.90 08:29:06 05:38:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:38:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 05:38:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:38:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 05:38:01 7 0.02 0.00 0.02 0.02 0.00 99.95 08:29:06 05:39:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:29:06 05:39:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 05:39:01 1 0.02 0.00 0.02 0.02 0.00 99.95 08:29:06 05:39:01 2 0.05 0.00 0.00 0.00 0.02 99.93 08:29:06 05:39:01 3 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 05:39:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:39:01 5 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 05:39:01 6 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 05:39:01 7 0.02 0.00 0.03 0.00 0.02 99.93 08:29:06 05:40:01 all 0.03 0.00 0.01 0.01 0.00 99.96 08:29:06 05:40:01 0 0.02 0.00 0.02 0.05 0.00 99.92 08:29:06 05:40:01 1 0.03 0.00 0.00 0.00 0.03 99.93 08:29:06 05:40:01 2 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 05:40:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:40:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:40:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:40:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:40:01 7 0.05 0.00 0.02 0.02 0.00 99.92 08:29:06 05:41:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:29:06 05:41:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 05:41:01 1 0.03 0.00 0.03 0.00 0.02 99.92 08:29:06 05:41:01 2 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 05:41:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:41:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 05:41:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:41:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:41:01 7 0.02 0.00 0.02 0.02 0.02 99.93 08:29:06 05:42:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:29:06 05:42:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:42:01 1 0.02 0.00 0.02 0.02 0.03 99.92 08:29:06 05:42:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 05:42:01 3 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 05:42:01 4 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 05:42:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:42:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 05:42:01 7 0.05 0.00 0.03 0.02 0.00 99.90 08:29:06 05:43:01 all 0.01 0.00 0.01 0.00 0.00 99.98 08:29:06 05:43:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:43:01 1 0.02 0.00 0.05 0.02 0.02 99.90 08:29:06 05:43:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:43:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:43:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:43:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:43:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:43:01 7 0.02 0.00 0.02 0.02 0.00 99.95 08:29:06 05:44:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:29:06 05:44:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 05:44:01 1 0.05 0.00 0.00 0.00 0.03 99.92 08:29:06 05:44:01 2 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 05:44:01 3 0.02 0.00 0.02 0.02 0.00 99.95 08:29:06 05:44:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:44:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:44:01 6 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 05:44:01 7 0.05 0.00 0.03 0.00 0.02 99.90 08:29:06 05:45:01 all 0.00 0.00 0.01 0.01 0.00 99.98 08:29:06 05:45:01 0 0.00 0.00 0.02 0.03 0.00 99.95 08:29:06 05:45:01 1 0.00 0.00 0.02 0.00 0.02 99.97 08:29:06 05:45:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:45:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:45:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 05:45:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:45:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 05:45:01 7 0.02 0.00 0.00 0.02 0.00 99.97 08:29:06 05:46:01 all 0.03 0.00 0.01 0.00 0.00 99.95 08:29:06 05:46:01 0 0.02 0.00 0.03 0.00 0.00 99.95 08:29:06 05:46:01 1 0.07 0.00 0.02 0.00 0.03 99.88 08:29:06 05:46:01 2 0.07 0.00 0.00 0.00 0.00 99.93 08:29:06 05:46:01 3 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 05:46:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:46:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:46:01 6 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 05:46:01 7 0.03 0.00 0.02 0.02 0.00 99.93 08:29:06 08:29:06 05:46:01 CPU %user %nice %system %iowait %steal %idle 08:29:06 05:47:01 all 0.01 0.00 0.02 0.01 0.01 99.96 08:29:06 05:47:01 0 0.02 0.00 0.02 0.07 0.02 99.88 08:29:06 05:47:01 1 0.00 0.00 0.03 0.00 0.02 99.95 08:29:06 05:47:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:47:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 05:47:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:47:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 05:47:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 05:47:01 7 0.02 0.00 0.05 0.00 0.02 99.92 08:29:06 05:48:01 all 0.03 0.00 0.01 0.00 0.00 99.95 08:29:06 05:48:01 0 0.02 0.00 0.00 0.02 0.00 99.97 08:29:06 05:48:01 1 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 05:48:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 05:48:01 3 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 05:48:01 4 0.00 0.00 0.03 0.00 0.00 99.97 08:29:06 05:48:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:48:01 6 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 05:48:01 7 0.12 0.00 0.05 0.02 0.00 99.82 08:29:06 05:49:01 all 0.01 0.00 0.01 0.01 0.01 99.96 08:29:06 05:49:01 0 0.00 0.00 0.03 0.00 0.00 99.97 08:29:06 05:49:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 05:49:01 2 0.00 0.00 0.02 0.00 0.02 99.97 08:29:06 05:49:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 05:49:01 4 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 05:49:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:49:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:49:01 7 0.02 0.00 0.02 0.08 0.02 99.87 08:29:06 05:50:01 all 0.11 0.00 0.01 0.01 0.01 99.86 08:29:06 05:50:01 0 0.05 0.00 0.00 0.02 0.02 99.92 08:29:06 05:50:01 1 0.70 0.00 0.00 0.00 0.00 99.30 08:29:06 05:50:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 05:50:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 05:50:01 4 0.05 0.00 0.03 0.00 0.03 99.88 08:29:06 05:50:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:50:01 6 0.02 0.00 0.02 0.02 0.02 99.93 08:29:06 05:50:01 7 0.03 0.00 0.02 0.03 0.00 99.92 08:29:06 05:51:01 all 0.18 0.00 0.02 0.01 0.00 99.79 08:29:06 05:51:01 0 0.00 0.00 0.02 0.02 0.00 99.97 08:29:06 05:51:01 1 1.39 0.00 0.05 0.00 0.02 98.55 08:29:06 05:51:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:51:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:51:01 4 0.02 0.00 0.03 0.00 0.02 99.93 08:29:06 05:51:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 05:51:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:51:01 7 0.02 0.00 0.02 0.03 0.00 99.93 08:29:06 05:52:01 all 0.03 0.00 0.01 0.00 0.00 99.96 08:29:06 05:52:01 0 0.03 0.00 0.00 0.03 0.02 99.92 08:29:06 05:52:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:52:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 05:52:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:52:01 4 0.07 0.00 0.02 0.00 0.02 99.90 08:29:06 05:52:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:52:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:52:01 7 0.05 0.00 0.03 0.00 0.00 99.92 08:29:06 05:53:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:29:06 05:53:01 0 0.00 0.00 0.00 0.02 0.00 99.98 08:29:06 05:53:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 05:53:01 2 0.00 0.00 0.07 0.00 0.02 99.92 08:29:06 05:53:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:53:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:53:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:53:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:53:01 7 0.03 0.00 0.05 0.02 0.02 99.88 08:29:06 05:54:01 all 0.03 0.00 0.01 0.00 0.00 99.96 08:29:06 05:54:01 0 0.02 0.00 0.02 0.02 0.00 99.95 08:29:06 05:54:01 1 0.10 0.00 0.02 0.00 0.00 99.88 08:29:06 05:54:01 2 0.07 0.00 0.02 0.00 0.02 99.90 08:29:06 05:54:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:54:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:54:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:54:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:54:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 05:55:01 all 0.28 0.00 0.01 0.01 0.01 99.69 08:29:06 05:55:01 0 0.02 0.00 0.02 0.02 0.02 99.93 08:29:06 05:55:01 1 1.99 0.00 0.00 0.00 0.02 98.00 08:29:06 05:55:01 2 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 05:55:01 3 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 05:55:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:55:01 5 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 05:55:01 6 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 05:55:01 7 0.10 0.00 0.05 0.03 0.03 99.78 08:29:06 05:56:01 all 0.26 0.00 0.00 0.00 0.00 99.72 08:29:06 05:56:01 0 0.03 0.00 0.02 0.02 0.00 99.93 08:29:06 05:56:01 1 1.97 0.00 0.00 0.00 0.00 98.03 08:29:06 05:56:01 2 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 05:56:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:56:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:56:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:56:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:56:01 7 0.03 0.00 0.02 0.02 0.02 99.92 08:29:06 05:57:01 all 0.25 0.00 0.01 0.00 0.01 99.74 08:29:06 05:57:01 0 0.03 0.00 0.00 0.02 0.02 99.93 08:29:06 05:57:01 1 1.73 0.00 0.05 0.00 0.02 98.21 08:29:06 05:57:01 2 0.07 0.00 0.00 0.00 0.00 99.93 08:29:06 05:57:01 3 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 05:57:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:57:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:57:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:57:01 7 0.07 0.00 0.02 0.00 0.02 99.90 08:29:06 08:29:06 05:57:01 CPU %user %nice %system %iowait %steal %idle 08:29:06 05:58:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:29:06 05:58:01 0 0.02 0.00 0.02 0.02 0.00 99.95 08:29:06 05:58:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:58:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 05:58:01 3 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 05:58:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 05:58:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 05:58:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 05:58:01 7 0.03 0.00 0.03 0.02 0.02 99.90 08:29:06 05:59:01 all 0.04 0.00 0.01 0.00 0.01 99.95 08:29:06 05:59:01 0 0.03 0.00 0.02 0.02 0.02 99.92 08:29:06 05:59:01 1 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 05:59:01 2 0.05 0.00 0.02 0.00 0.00 99.93 08:29:06 05:59:01 3 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 05:59:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 05:59:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:59:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 05:59:01 7 0.07 0.00 0.02 0.02 0.03 99.87 08:29:06 06:00:01 all 0.01 0.00 0.01 0.01 0.01 99.97 08:29:06 06:00:01 0 0.02 0.00 0.02 0.02 0.00 99.95 08:29:06 06:00:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 06:00:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:00:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:00:01 4 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 06:00:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:00:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:00:01 7 0.03 0.00 0.05 0.03 0.02 99.87 08:29:06 06:01:01 all 0.02 0.00 0.01 0.00 0.00 99.96 08:29:06 06:01:01 0 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 06:01:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:01:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 06:01:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 06:01:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:01:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:01:01 6 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 06:01:01 7 0.05 0.00 0.03 0.02 0.02 99.88 08:29:06 06:02:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:29:06 06:02:01 0 0.02 0.00 0.00 0.03 0.00 99.95 08:29:06 06:02:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 06:02:01 2 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 06:02:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:02:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:02:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:02:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 06:02:01 7 0.05 0.00 0.03 0.00 0.02 99.90 08:29:06 06:03:01 all 0.03 0.00 0.01 0.00 0.00 99.96 08:29:06 06:03:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 06:03:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:03:01 2 0.05 0.00 0.00 0.00 0.00 99.95 08:29:06 06:03:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 06:03:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:03:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:03:01 6 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 06:03:01 7 0.05 0.00 0.02 0.02 0.02 99.90 08:29:06 06:04:01 all 0.01 0.00 0.00 0.02 0.00 99.96 08:29:06 06:04:01 0 0.02 0.00 0.00 0.02 0.00 99.97 08:29:06 06:04:01 1 0.00 0.00 0.00 0.03 0.02 99.95 08:29:06 06:04:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 06:04:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:04:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:04:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:04:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:04:01 7 0.07 0.00 0.02 0.12 0.02 99.78 08:29:06 06:05:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:29:06 06:05:01 0 0.02 0.00 0.03 0.00 0.02 99.93 08:29:06 06:05:01 1 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 06:05:01 2 0.07 0.00 0.02 0.00 0.02 99.90 08:29:06 06:05:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:05:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:05:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 06:05:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:05:01 7 0.03 0.00 0.03 0.02 0.03 99.88 08:29:06 06:06:01 all 0.01 0.00 0.00 0.00 0.01 99.97 08:29:06 06:06:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:06:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 06:06:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:06:01 3 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 06:06:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:06:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:06:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 06:06:01 7 0.03 0.00 0.03 0.00 0.02 99.92 08:29:06 06:07:01 all 0.02 0.00 0.00 0.01 0.00 99.96 08:29:06 06:07:01 0 0.02 0.00 0.02 0.03 0.00 99.93 08:29:06 06:07:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:07:01 2 0.05 0.00 0.00 0.00 0.00 99.95 08:29:06 06:07:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:07:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:07:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:07:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:07:01 7 0.07 0.00 0.02 0.02 0.02 99.88 08:29:06 06:08:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:29:06 06:08:01 0 0.02 0.00 0.02 0.02 0.02 99.93 08:29:06 06:08:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 06:08:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 06:08:01 3 0.00 0.00 0.00 0.02 0.00 99.98 08:29:06 06:08:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:08:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:08:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:08:01 7 0.10 0.00 0.07 0.00 0.03 99.80 08:29:06 08:29:06 06:08:01 CPU %user %nice %system %iowait %steal %idle 08:29:06 06:09:01 all 0.02 0.00 0.01 0.00 0.00 99.97 08:29:06 06:09:01 0 0.02 0.00 0.00 0.02 0.00 99.97 08:29:06 06:09:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:09:01 2 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 06:09:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:09:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:09:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 06:09:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:09:01 7 0.05 0.00 0.03 0.02 0.02 99.88 08:29:06 06:10:01 all 0.09 0.00 0.01 0.02 0.01 99.86 08:29:06 06:10:01 0 0.00 0.00 0.02 0.00 0.02 99.97 08:29:06 06:10:01 1 0.61 0.00 0.02 0.00 0.02 99.35 08:29:06 06:10:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:10:01 3 0.02 0.00 0.00 0.15 0.02 99.82 08:29:06 06:10:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:10:01 5 0.02 0.00 0.00 0.02 0.00 99.97 08:29:06 06:10:01 6 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 06:10:01 7 0.05 0.00 0.05 0.03 0.02 99.85 08:29:06 06:11:01 all 0.08 0.00 0.01 0.01 0.00 99.90 08:29:06 06:11:01 0 0.02 0.00 0.00 0.07 0.00 99.92 08:29:06 06:11:01 1 0.57 0.00 0.02 0.00 0.00 99.42 08:29:06 06:11:01 2 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 06:11:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 06:11:01 4 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 06:11:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:11:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:11:01 7 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 06:12:01 all 0.10 0.00 0.02 0.00 0.01 99.86 08:29:06 06:12:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:12:01 1 0.65 0.00 0.05 0.00 0.02 99.29 08:29:06 06:12:01 2 0.03 0.00 0.02 0.02 0.00 99.93 08:29:06 06:12:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:12:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:12:01 5 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 06:12:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 06:12:01 7 0.07 0.00 0.05 0.02 0.03 99.83 08:29:06 06:13:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:29:06 06:13:01 0 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 06:13:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:13:01 2 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 06:13:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:13:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:13:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:13:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 06:13:01 7 0.08 0.00 0.03 0.03 0.02 99.83 08:29:06 06:14:01 all 0.06 0.00 0.01 0.01 0.01 99.91 08:29:06 06:14:01 0 0.02 0.00 0.00 0.02 0.00 99.97 08:29:06 06:14:01 1 0.33 0.00 0.00 0.00 0.02 99.65 08:29:06 06:14:01 2 0.07 0.00 0.00 0.00 0.02 99.92 08:29:06 06:14:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 06:14:01 4 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 06:14:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 06:14:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:14:01 7 0.03 0.00 0.02 0.05 0.02 99.88 08:29:06 06:15:01 all 0.01 0.00 0.01 0.02 0.00 99.96 08:29:06 06:15:01 0 0.00 0.00 0.02 0.05 0.00 99.93 08:29:06 06:15:01 1 0.05 0.00 0.00 0.00 0.00 99.95 08:29:06 06:15:01 2 0.03 0.00 0.03 0.00 0.02 99.92 08:29:06 06:15:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 06:15:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:15:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:15:01 6 0.00 0.00 0.00 0.02 0.00 99.98 08:29:06 06:15:01 7 0.02 0.00 0.02 0.08 0.00 99.88 08:29:06 06:16:01 all 0.06 0.00 0.02 0.01 0.01 99.91 08:29:06 06:16:01 0 0.02 0.00 0.02 0.02 0.02 99.93 08:29:06 06:16:01 1 0.37 0.00 0.03 0.00 0.02 99.58 08:29:06 06:16:01 2 0.03 0.00 0.03 0.00 0.02 99.92 08:29:06 06:16:01 3 0.00 0.00 0.02 0.02 0.02 99.95 08:29:06 06:16:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 06:16:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:16:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 06:16:01 7 0.00 0.00 0.03 0.02 0.00 99.95 08:29:06 06:17:01 all 0.03 0.00 0.01 0.00 0.00 99.96 08:29:06 06:17:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:17:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:17:01 2 0.07 0.00 0.07 0.00 0.02 99.85 08:29:06 06:17:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:17:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:17:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:17:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 06:17:01 7 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 06:18:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:29:06 06:18:01 0 0.03 0.00 0.02 0.02 0.02 99.92 08:29:06 06:18:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 06:18:01 2 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 06:18:01 3 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 06:18:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:18:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 06:18:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:18:01 7 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 06:19:01 all 0.02 0.00 0.02 0.00 0.00 99.96 08:29:06 06:19:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 06:19:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 06:19:01 2 0.03 0.00 0.07 0.00 0.03 99.87 08:29:06 06:19:01 3 0.02 0.00 0.00 0.02 0.00 99.97 08:29:06 06:19:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 06:19:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:19:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 06:19:01 7 0.03 0.00 0.02 0.02 0.00 99.93 08:29:06 08:29:06 06:19:01 CPU %user %nice %system %iowait %steal %idle 08:29:06 06:20:01 all 0.02 0.00 0.01 0.01 0.01 99.94 08:29:06 06:20:01 0 0.00 0.00 0.02 0.07 0.02 99.90 08:29:06 06:20:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 06:20:01 2 0.07 0.00 0.00 0.00 0.02 99.92 08:29:06 06:20:01 3 0.03 0.00 0.03 0.00 0.00 99.93 08:29:06 06:20:01 4 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 06:20:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:20:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 06:20:01 7 0.03 0.00 0.02 0.05 0.00 99.90 08:29:06 06:21:01 all 0.01 0.00 0.01 0.01 0.00 99.97 08:29:06 06:21:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:21:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:21:01 2 0.03 0.00 0.03 0.00 0.02 99.92 08:29:06 06:21:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 06:21:01 4 0.02 0.00 0.00 0.02 0.00 99.97 08:29:06 06:21:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:21:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:21:01 7 0.02 0.00 0.02 0.03 0.02 99.92 08:29:06 06:22:01 all 0.12 0.00 0.02 0.00 0.00 99.86 08:29:06 06:22:01 0 0.10 0.00 0.05 0.00 0.00 99.85 08:29:06 06:22:01 1 0.38 0.00 0.03 0.00 0.02 99.57 08:29:06 06:22:01 2 0.12 0.00 0.03 0.00 0.02 99.83 08:29:06 06:22:01 3 0.12 0.00 0.00 0.00 0.00 99.88 08:29:06 06:22:01 4 0.08 0.00 0.00 0.02 0.00 99.90 08:29:06 06:22:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 06:22:01 6 0.07 0.00 0.00 0.00 0.00 99.93 08:29:06 06:22:01 7 0.03 0.00 0.03 0.02 0.00 99.92 08:29:06 06:23:02 all 0.01 0.00 0.01 0.01 0.00 99.96 08:29:06 06:23:02 0 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 06:23:02 1 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:23:02 2 0.05 0.00 0.02 0.00 0.02 99.92 08:29:06 06:23:02 3 0.02 0.00 0.03 0.00 0.00 99.95 08:29:06 06:23:02 4 0.00 0.00 0.00 0.03 0.00 99.97 08:29:06 06:23:02 5 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:23:02 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:23:02 7 0.00 0.00 0.02 0.03 0.00 99.95 08:29:06 06:24:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:29:06 06:24:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 06:24:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 06:24:01 2 0.05 0.00 0.05 0.00 0.03 99.86 08:29:06 06:24:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 06:24:01 4 0.02 0.00 0.00 0.02 0.00 99.97 08:29:06 06:24:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:24:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 06:24:01 7 0.02 0.00 0.02 0.02 0.02 99.93 08:29:06 06:25:01 all 0.03 0.00 0.00 0.00 0.01 99.96 08:29:06 06:25:01 0 0.03 0.00 0.00 0.02 0.00 99.95 08:29:06 06:25:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 06:25:01 2 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 06:25:01 3 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 06:25:01 4 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 06:25:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:25:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:25:01 7 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 06:26:01 all 0.02 0.00 0.03 0.02 0.00 99.92 08:29:06 06:26:01 0 0.02 0.00 0.03 0.02 0.02 99.92 08:29:06 06:26:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 06:26:01 2 0.02 0.00 0.02 0.02 0.00 99.95 08:29:06 06:26:01 3 0.00 0.00 0.00 0.02 0.00 99.98 08:29:06 06:26:01 4 0.02 0.00 0.02 0.05 0.00 99.92 08:29:06 06:26:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 06:26:01 6 0.08 0.00 0.08 0.02 0.02 99.80 08:29:06 06:26:01 7 0.03 0.00 0.05 0.08 0.00 99.83 08:29:06 06:27:01 all 0.13 0.00 0.01 0.00 0.00 99.86 08:29:06 06:27:01 0 0.02 0.00 0.02 0.02 0.00 99.95 08:29:06 06:27:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 06:27:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 06:27:01 3 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 06:27:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:27:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:27:01 6 0.86 0.00 0.02 0.00 0.03 99.09 08:29:06 06:27:01 7 0.05 0.00 0.02 0.00 0.00 99.93 08:29:06 06:28:01 all 0.26 0.00 0.01 0.00 0.01 99.72 08:29:06 06:28:01 0 0.00 0.00 0.02 0.02 0.02 99.95 08:29:06 06:28:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 06:28:01 2 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 06:28:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 06:28:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:28:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:28:01 6 1.97 0.00 0.00 0.00 0.03 98.00 08:29:06 06:28:01 7 0.03 0.00 0.02 0.02 0.02 99.92 08:29:06 06:29:01 all 0.21 0.00 0.01 0.01 0.01 99.76 08:29:06 06:29:01 0 0.00 0.00 0.03 0.00 0.00 99.97 08:29:06 06:29:01 1 0.03 0.00 0.02 0.02 0.00 99.93 08:29:06 06:29:01 2 0.03 0.00 0.02 0.00 0.03 99.92 08:29:06 06:29:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:29:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 06:29:01 5 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 06:29:01 6 1.47 0.00 0.03 0.00 0.02 98.48 08:29:06 06:29:01 7 0.07 0.00 0.00 0.05 0.00 99.88 08:29:06 06:30:01 all 0.01 0.00 0.01 0.01 0.01 99.97 08:29:06 06:30:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 06:30:01 1 0.00 0.00 0.02 0.03 0.00 99.95 08:29:06 06:30:01 2 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 06:30:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:30:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 06:30:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 06:30:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 06:30:01 7 0.02 0.00 0.02 0.02 0.00 99.95 08:29:06 08:29:06 06:30:01 CPU %user %nice %system %iowait %steal %idle 08:29:06 06:31:01 all 0.03 0.00 0.01 0.00 0.01 99.96 08:29:06 06:31:01 0 0.05 0.00 0.00 0.00 0.00 99.95 08:29:06 06:31:01 1 0.02 0.00 0.00 0.02 0.02 99.95 08:29:06 06:31:01 2 0.07 0.00 0.03 0.00 0.02 99.88 08:29:06 06:31:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 06:31:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:31:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:31:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:31:01 7 0.02 0.00 0.02 0.02 0.02 99.93 08:29:06 06:32:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:29:06 06:32:01 0 0.00 0.00 0.02 0.00 0.02 99.97 08:29:06 06:32:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:32:01 2 0.07 0.00 0.02 0.00 0.02 99.90 08:29:06 06:32:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:32:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:32:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:32:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 06:32:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 06:33:01 all 0.03 0.00 0.01 0.01 0.00 99.95 08:29:06 06:33:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 06:33:01 1 0.02 0.00 0.00 0.02 0.00 99.97 08:29:06 06:33:01 2 0.05 0.00 0.02 0.00 0.00 99.93 08:29:06 06:33:01 3 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 06:33:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 06:33:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:33:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 06:33:01 7 0.05 0.00 0.02 0.03 0.02 99.88 08:29:06 06:34:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:29:06 06:34:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 06:34:01 1 0.00 0.00 0.02 0.00 0.02 99.97 08:29:06 06:34:01 2 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 06:34:01 3 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 06:34:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:34:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 06:34:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 06:34:01 7 0.02 0.00 0.02 0.02 0.02 99.93 08:29:06 06:35:01 all 0.17 0.00 0.01 0.00 0.00 99.81 08:29:06 06:35:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 06:35:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:35:01 2 0.05 0.00 0.03 0.00 0.00 99.92 08:29:06 06:35:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:35:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:35:01 5 1.17 0.00 0.00 0.00 0.00 98.83 08:29:06 06:35:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 06:35:01 7 0.05 0.00 0.03 0.00 0.02 99.90 08:29:06 06:36:01 all 0.26 0.00 0.00 0.01 0.00 99.72 08:29:06 06:36:01 0 0.03 0.00 0.02 0.02 0.02 99.92 08:29:06 06:36:01 1 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 06:36:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:36:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 06:36:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:36:01 5 1.97 0.00 0.00 0.00 0.00 98.03 08:29:06 06:36:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:36:01 7 0.03 0.00 0.00 0.05 0.00 99.92 08:29:06 06:37:01 all 0.25 0.00 0.01 0.00 0.01 99.73 08:29:06 06:37:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 06:37:01 1 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 06:37:01 2 0.03 0.00 0.03 0.00 0.00 99.93 08:29:06 06:37:01 3 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 06:37:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:37:01 5 1.74 0.00 0.03 0.00 0.02 98.21 08:29:06 06:37:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 06:37:01 7 0.07 0.00 0.02 0.00 0.00 99.92 08:29:06 06:38:01 all 0.10 0.00 0.02 0.01 0.01 99.87 08:29:06 06:38:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 06:38:01 1 0.02 0.00 0.05 0.00 0.02 99.92 08:29:06 06:38:01 2 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 06:38:01 3 0.00 0.00 0.02 0.03 0.00 99.95 08:29:06 06:38:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:38:01 5 0.73 0.00 0.05 0.00 0.00 99.22 08:29:06 06:38:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:38:01 7 0.02 0.00 0.02 0.02 0.02 99.93 08:29:06 06:39:01 all 0.03 0.00 0.01 0.00 0.00 99.96 08:29:06 06:39:01 0 0.03 0.00 0.02 0.02 0.00 99.93 08:29:06 06:39:01 1 0.07 0.00 0.00 0.00 0.02 99.92 08:29:06 06:39:01 2 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 06:39:01 3 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 06:39:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:39:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:39:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:39:01 7 0.05 0.00 0.02 0.02 0.00 99.92 08:29:06 06:40:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:29:06 06:40:01 0 0.00 0.00 0.02 0.00 0.02 99.97 08:29:06 06:40:01 1 0.02 0.00 0.03 0.00 0.02 99.93 08:29:06 06:40:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 06:40:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 06:40:01 4 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 06:40:01 5 0.00 0.00 0.02 0.00 0.02 99.97 08:29:06 06:40:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:40:01 7 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 06:41:01 all 0.03 0.00 0.01 0.01 0.00 99.94 08:29:06 06:41:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 06:41:01 1 0.05 0.00 0.02 0.00 0.02 99.92 08:29:06 06:41:01 2 0.05 0.00 0.03 0.00 0.00 99.92 08:29:06 06:41:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:41:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 06:41:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 06:41:01 6 0.02 0.00 0.00 0.02 0.02 99.95 08:29:06 06:41:01 7 0.03 0.00 0.00 0.07 0.00 99.90 08:29:06 08:29:06 06:41:01 CPU %user %nice %system %iowait %steal %idle 08:29:06 06:42:01 all 0.01 0.00 0.01 0.02 0.01 99.95 08:29:06 06:42:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 06:42:01 1 0.02 0.00 0.00 0.00 0.03 99.95 08:29:06 06:42:01 2 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 06:42:01 3 0.00 0.00 0.02 0.12 0.00 99.87 08:29:06 06:42:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:42:01 5 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 06:42:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:42:01 7 0.03 0.00 0.03 0.02 0.02 99.90 08:29:06 06:43:01 all 0.01 0.00 0.01 0.00 0.00 99.97 08:29:06 06:43:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 06:43:01 1 0.02 0.00 0.03 0.00 0.02 99.93 08:29:06 06:43:01 2 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 06:43:01 3 0.02 0.00 0.00 0.02 0.00 99.97 08:29:06 06:43:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:43:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:43:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:43:01 7 0.03 0.00 0.03 0.02 0.00 99.92 08:29:06 06:44:01 all 0.03 0.00 0.01 0.01 0.00 99.95 08:29:06 06:44:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:44:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:44:01 2 0.07 0.00 0.02 0.00 0.00 99.92 08:29:06 06:44:01 3 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 06:44:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:44:01 5 0.02 0.00 0.05 0.03 0.02 99.88 08:29:06 06:44:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:44:01 7 0.05 0.00 0.02 0.02 0.00 99.92 08:29:06 06:45:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:29:06 06:45:01 0 0.00 0.00 0.03 0.00 0.02 99.95 08:29:06 06:45:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:45:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:45:01 3 0.02 0.00 0.00 0.02 0.00 99.97 08:29:06 06:45:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:45:01 5 0.02 0.00 0.03 0.00 0.03 99.92 08:29:06 06:45:01 6 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 06:45:01 7 0.03 0.00 0.02 0.02 0.02 99.92 08:29:06 06:46:01 all 0.02 0.00 0.01 0.00 0.00 99.96 08:29:06 06:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 06:46:01 1 0.00 0.00 0.00 0.02 0.00 99.98 08:29:06 06:46:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 06:46:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 06:46:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:46:01 5 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 06:46:01 6 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 06:46:01 7 0.05 0.00 0.02 0.00 0.00 99.93 08:29:06 06:47:01 all 0.02 0.00 0.00 0.00 0.01 99.97 08:29:06 06:47:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:47:01 1 0.00 0.00 0.02 0.00 0.02 99.97 08:29:06 06:47:01 2 0.05 0.00 0.00 0.00 0.02 99.93 08:29:06 06:47:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:47:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:47:01 5 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 06:47:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:47:01 7 0.03 0.00 0.00 0.02 0.00 99.95 08:29:06 06:48:01 all 0.02 0.00 0.01 0.01 0.01 99.95 08:29:06 06:48:01 0 0.00 0.00 0.02 0.02 0.02 99.95 08:29:06 06:48:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:48:01 2 0.03 0.00 0.02 0.03 0.00 99.92 08:29:06 06:48:01 3 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 06:48:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:48:01 5 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 06:48:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 06:48:01 7 0.05 0.00 0.00 0.02 0.02 99.92 08:29:06 06:49:01 all 0.19 0.00 0.01 0.00 0.01 99.78 08:29:06 06:49:01 0 0.02 0.00 0.03 0.00 0.00 99.95 08:29:06 06:49:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:49:01 2 0.02 0.00 0.00 0.02 0.00 99.97 08:29:06 06:49:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 06:49:01 4 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 06:49:01 5 1.42 0.00 0.03 0.00 0.03 98.51 08:29:06 06:49:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 06:49:01 7 0.05 0.00 0.02 0.02 0.00 99.92 08:29:06 06:50:01 all 0.02 0.00 0.01 0.01 0.00 99.95 08:29:06 06:50:01 0 0.02 0.00 0.02 0.07 0.02 99.88 08:29:06 06:50:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 06:50:01 2 0.07 0.00 0.00 0.00 0.00 99.93 08:29:06 06:50:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 06:50:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:50:01 5 0.02 0.00 0.03 0.00 0.02 99.93 08:29:06 06:50:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 06:50:01 7 0.00 0.00 0.02 0.02 0.00 99.97 08:29:06 06:51:01 all 0.02 0.00 0.00 0.01 0.01 99.96 08:29:06 06:51:01 0 0.00 0.00 0.00 0.02 0.00 99.98 08:29:06 06:51:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:51:01 2 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 06:51:01 3 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 06:51:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:51:01 5 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 06:51:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:51:01 7 0.05 0.00 0.02 0.08 0.02 99.83 08:29:06 06:52:01 all 0.02 0.00 0.01 0.01 0.01 99.95 08:29:06 06:52:01 0 0.03 0.00 0.02 0.02 0.02 99.92 08:29:06 06:52:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 06:52:01 2 0.02 0.00 0.02 0.02 0.00 99.95 08:29:06 06:52:01 3 0.07 0.00 0.00 0.00 0.02 99.92 08:29:06 06:52:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:52:01 5 0.00 0.00 0.02 0.00 0.02 99.97 08:29:06 06:52:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:52:01 7 0.03 0.00 0.02 0.02 0.00 99.93 08:29:06 08:29:06 06:52:01 CPU %user %nice %system %iowait %steal %idle 08:29:06 06:53:01 all 0.01 0.00 0.00 0.00 0.01 99.98 08:29:06 06:53:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:53:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:53:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:53:01 3 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 06:53:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:53:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 06:53:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 06:53:01 7 0.05 0.00 0.00 0.03 0.02 99.90 08:29:06 06:54:01 all 0.03 0.00 0.01 0.01 0.00 99.95 08:29:06 06:54:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:54:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:54:01 2 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 06:54:01 3 0.03 0.00 0.03 0.03 0.02 99.88 08:29:06 06:54:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 06:54:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 06:54:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:54:01 7 0.07 0.00 0.03 0.02 0.00 99.88 08:29:06 06:55:01 all 0.01 0.00 0.00 0.00 0.01 99.97 08:29:06 06:55:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 06:55:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:55:01 2 0.02 0.00 0.03 0.00 0.00 99.95 08:29:06 06:55:01 3 0.02 0.00 0.00 0.02 0.02 99.95 08:29:06 06:55:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:55:01 5 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 06:55:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:55:01 7 0.02 0.00 0.00 0.02 0.00 99.97 08:29:06 06:56:01 all 0.23 0.00 0.01 0.01 0.01 99.74 08:29:06 06:56:01 0 0.02 0.00 0.03 0.02 0.00 99.93 08:29:06 06:56:01 1 0.00 0.00 0.02 0.00 0.02 99.97 08:29:06 06:56:01 2 0.05 0.00 0.00 0.00 0.00 99.95 08:29:06 06:56:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:56:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:56:01 5 1.70 0.00 0.02 0.00 0.02 98.27 08:29:06 06:56:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 06:56:01 7 0.03 0.00 0.02 0.05 0.00 99.90 08:29:06 06:57:01 all 0.05 0.00 0.01 0.00 0.01 99.93 08:29:06 06:57:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 06:57:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 06:57:01 2 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 06:57:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:57:01 4 0.05 0.00 0.00 0.00 0.00 99.95 08:29:06 06:57:01 5 0.27 0.00 0.05 0.00 0.02 99.67 08:29:06 06:57:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:57:01 7 0.02 0.00 0.00 0.02 0.02 99.95 08:29:06 06:58:01 all 0.01 0.00 0.01 0.00 0.00 99.98 08:29:06 06:58:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:58:01 1 0.00 0.00 0.00 0.02 0.00 99.98 08:29:06 06:58:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 06:58:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:58:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:58:01 5 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 06:58:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 06:58:01 7 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 06:59:01 all 0.02 0.00 0.01 0.00 0.00 99.96 08:29:06 06:59:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 06:59:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:59:01 2 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 06:59:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:59:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:59:01 5 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 06:59:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 06:59:01 7 0.03 0.00 0.03 0.02 0.00 99.92 08:29:06 07:00:01 all 0.02 0.00 0.01 0.00 0.01 99.95 08:29:06 07:00:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 07:00:01 1 0.00 0.00 0.02 0.00 0.02 99.97 08:29:06 07:00:01 2 0.02 0.00 0.03 0.02 0.02 99.92 08:29:06 07:00:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 07:00:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:00:01 5 0.07 0.00 0.00 0.00 0.03 99.90 08:29:06 07:00:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 07:00:01 7 0.03 0.00 0.02 0.02 0.02 99.92 08:29:06 07:01:01 all 0.25 0.00 0.01 0.01 0.00 99.73 08:29:06 07:01:01 0 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 07:01:01 1 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 07:01:01 2 0.03 0.00 0.02 0.02 0.00 99.93 08:29:06 07:01:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:01:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 07:01:01 5 1.78 0.00 0.02 0.00 0.02 98.19 08:29:06 07:01:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:01:01 7 0.03 0.00 0.02 0.03 0.00 99.92 08:29:06 07:02:01 all 0.01 0.00 0.02 0.00 0.01 99.96 08:29:06 07:02:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 07:02:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:02:01 2 0.03 0.00 0.02 0.02 0.00 99.93 08:29:06 07:02:01 3 0.00 0.00 0.02 0.00 0.02 99.97 08:29:06 07:02:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:02:01 5 0.05 0.00 0.02 0.00 0.03 99.90 08:29:06 07:02:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:02:01 7 0.02 0.00 0.07 0.00 0.00 99.92 08:29:06 07:03:01 all 0.03 0.00 0.01 0.02 0.01 99.93 08:29:06 07:03:01 0 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 07:03:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:03:01 2 0.05 0.00 0.00 0.00 0.00 99.95 08:29:06 07:03:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:03:01 4 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 07:03:01 5 0.08 0.00 0.02 0.00 0.02 99.88 08:29:06 07:03:01 6 0.02 0.00 0.02 0.02 0.02 99.93 08:29:06 07:03:01 7 0.03 0.00 0.02 0.13 0.02 99.80 08:29:06 08:29:06 07:03:01 CPU %user %nice %system %iowait %steal %idle 08:29:06 07:04:01 all 0.02 0.00 0.01 0.01 0.00 99.95 08:29:06 07:04:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 07:04:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:04:01 2 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 07:04:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:04:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:04:01 5 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 07:04:01 6 0.00 0.00 0.00 0.07 0.00 99.93 08:29:06 07:04:01 7 0.03 0.00 0.05 0.05 0.00 99.87 08:29:06 07:05:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:29:06 07:05:01 0 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 07:05:01 1 0.02 0.00 0.00 0.02 0.02 99.95 08:29:06 07:05:01 2 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 07:05:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:05:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:05:01 5 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 07:05:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:05:01 7 0.07 0.00 0.02 0.02 0.02 99.88 08:29:06 07:06:01 all 0.01 0.00 0.00 0.01 0.00 99.98 08:29:06 07:06:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 07:06:01 1 0.00 0.00 0.00 0.02 0.00 99.98 08:29:06 07:06:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 07:06:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:06:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:06:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:06:01 6 0.00 0.00 0.00 0.02 0.00 99.98 08:29:06 07:06:01 7 0.03 0.00 0.02 0.02 0.00 99.93 08:29:06 07:07:01 all 0.03 0.00 0.01 0.02 0.01 99.94 08:29:06 07:07:01 0 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 07:07:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 07:07:01 2 0.07 0.00 0.02 0.00 0.00 99.92 08:29:06 07:07:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:07:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 07:07:01 5 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 07:07:01 6 0.02 0.00 0.00 0.10 0.02 99.87 08:29:06 07:07:01 7 0.03 0.00 0.03 0.03 0.02 99.88 08:29:06 07:08:01 all 0.01 0.00 0.01 0.00 0.00 99.97 08:29:06 07:08:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 07:08:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 07:08:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:08:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:08:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:08:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 07:08:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:08:01 7 0.03 0.00 0.03 0.03 0.02 99.88 08:29:06 07:09:01 all 0.03 0.00 0.01 0.00 0.00 99.95 08:29:06 07:09:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 07:09:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:09:01 2 0.05 0.00 0.02 0.00 0.02 99.92 08:29:06 07:09:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:09:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 07:09:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 07:09:01 6 0.02 0.00 0.02 0.02 0.00 99.95 08:29:06 07:09:01 7 0.07 0.00 0.05 0.02 0.00 99.87 08:29:06 07:10:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:29:06 07:10:01 0 0.00 0.00 0.02 0.00 0.02 99.97 08:29:06 07:10:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:10:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:10:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 07:10:01 4 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 07:10:01 5 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 07:10:01 6 0.00 0.00 0.00 0.02 0.02 99.97 08:29:06 07:10:01 7 0.03 0.00 0.02 0.02 0.03 99.90 08:29:06 07:11:01 all 0.06 0.00 0.01 0.01 0.00 99.92 08:29:06 07:11:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 07:11:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:11:01 2 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 07:11:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:11:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:11:01 5 0.35 0.00 0.00 0.00 0.00 99.65 08:29:06 07:11:01 6 0.02 0.00 0.00 0.02 0.00 99.97 08:29:06 07:11:01 7 0.03 0.00 0.02 0.03 0.02 99.90 08:29:06 07:12:01 all 0.26 0.00 0.01 0.00 0.00 99.72 08:29:06 07:12:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:12:01 1 0.00 0.00 0.02 0.00 0.02 99.97 08:29:06 07:12:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 07:12:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 07:12:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:12:01 5 1.98 0.00 0.02 0.00 0.00 98.00 08:29:06 07:12:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:12:01 7 0.05 0.00 0.03 0.00 0.02 99.90 08:29:06 07:13:01 all 0.14 0.00 0.01 0.00 0.01 99.85 08:29:06 07:13:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 07:13:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:13:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 07:13:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:13:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:13:01 5 0.99 0.00 0.00 0.00 0.00 99.01 08:29:06 07:13:01 6 0.00 0.00 0.00 0.02 0.02 99.97 08:29:06 07:13:01 7 0.05 0.00 0.02 0.02 0.02 99.90 08:29:06 07:14:01 all 0.03 0.00 0.00 0.00 0.01 99.96 08:29:06 07:14:01 0 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 07:14:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:14:01 2 0.05 0.00 0.00 0.00 0.00 99.95 08:29:06 07:14:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:14:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:14:01 5 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 07:14:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:14:01 7 0.08 0.00 0.02 0.02 0.03 99.85 08:29:06 08:29:06 07:14:01 CPU %user %nice %system %iowait %steal %idle 08:29:06 07:15:01 all 0.00 0.00 0.01 0.02 0.01 99.96 08:29:06 07:15:01 0 0.00 0.00 0.02 0.00 0.02 99.97 08:29:06 07:15:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:15:01 2 0.00 0.00 0.02 0.00 0.02 99.97 08:29:06 07:15:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:15:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:15:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 07:15:01 6 0.00 0.00 0.00 0.12 0.00 99.88 08:29:06 07:15:01 7 0.03 0.00 0.02 0.02 0.02 99.92 08:29:06 07:16:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:29:06 07:16:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 07:16:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 07:16:01 2 0.05 0.00 0.02 0.00 0.00 99.93 08:29:06 07:16:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:16:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:16:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:16:01 6 0.02 0.00 0.00 0.02 0.02 99.95 08:29:06 07:16:01 7 0.08 0.00 0.03 0.02 0.02 99.85 08:29:06 07:17:01 all 0.02 0.00 0.00 0.00 0.00 99.97 08:29:06 07:17:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:17:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 07:17:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:17:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:17:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:17:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:17:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:17:01 7 0.08 0.00 0.02 0.02 0.02 99.87 08:29:06 07:18:01 all 0.03 0.00 0.00 0.00 0.01 99.96 08:29:06 07:18:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 07:18:01 1 0.05 0.00 0.02 0.00 0.02 99.92 08:29:06 07:18:01 2 0.05 0.00 0.00 0.00 0.00 99.95 08:29:06 07:18:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:18:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:18:01 5 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 07:18:01 6 0.02 0.00 0.00 0.02 0.00 99.97 08:29:06 07:18:01 7 0.05 0.00 0.02 0.02 0.02 99.90 08:29:06 07:19:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:29:06 07:19:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:19:01 1 0.00 0.00 0.03 0.00 0.02 99.95 08:29:06 07:19:01 2 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 07:19:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:19:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:19:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:19:01 6 0.00 0.00 0.02 0.00 0.02 99.97 08:29:06 07:19:01 7 0.02 0.00 0.03 0.02 0.00 99.93 08:29:06 07:20:01 all 0.06 0.00 0.01 0.00 0.00 99.92 08:29:06 07:20:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 07:20:01 1 0.02 0.00 0.03 0.00 0.02 99.93 08:29:06 07:20:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 07:20:01 3 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 07:20:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:20:01 5 0.33 0.00 0.03 0.00 0.00 99.63 08:29:06 07:20:01 6 0.02 0.00 0.00 0.02 0.00 99.97 08:29:06 07:20:01 7 0.03 0.00 0.00 0.02 0.00 99.95 08:29:06 07:21:01 all 0.01 0.00 0.01 0.00 0.00 99.97 08:29:06 07:21:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:21:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:21:01 2 0.02 0.00 0.03 0.00 0.02 99.93 08:29:06 07:21:01 3 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 07:21:01 4 0.07 0.00 0.02 0.00 0.00 99.92 08:29:06 07:21:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:21:01 6 0.00 0.00 0.00 0.02 0.00 99.98 08:29:06 07:21:01 7 0.03 0.00 0.02 0.02 0.00 99.93 08:29:06 07:22:01 all 0.06 0.00 0.01 0.00 0.01 99.92 08:29:06 07:22:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 07:22:01 1 0.00 0.00 0.02 0.00 0.02 99.97 08:29:06 07:22:01 2 0.07 0.00 0.02 0.00 0.02 99.90 08:29:06 07:22:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:22:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 07:22:01 5 0.30 0.00 0.05 0.00 0.02 99.63 08:29:06 07:22:01 6 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 07:22:01 7 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 07:23:01 all 0.30 0.00 0.03 0.00 0.00 99.66 08:29:06 07:23:01 0 0.05 0.00 0.05 0.00 0.00 99.90 08:29:06 07:23:01 1 0.00 0.00 0.02 0.02 0.00 99.97 08:29:06 07:23:01 2 0.07 0.00 0.05 0.00 0.02 99.87 08:29:06 07:23:01 3 0.10 0.00 0.02 0.00 0.00 99.88 08:29:06 07:23:01 4 0.03 0.00 0.05 0.00 0.02 99.90 08:29:06 07:23:01 5 2.00 0.00 0.00 0.00 0.00 98.00 08:29:06 07:23:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:23:01 7 0.10 0.00 0.07 0.02 0.00 99.82 08:29:06 07:24:01 all 0.17 0.00 0.01 0.00 0.01 99.82 08:29:06 07:24:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:24:01 1 0.02 0.00 0.00 0.02 0.02 99.95 08:29:06 07:24:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 07:24:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:24:01 4 0.07 0.00 0.02 0.00 0.02 99.90 08:29:06 07:24:01 5 1.14 0.00 0.02 0.00 0.00 98.84 08:29:06 07:24:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:24:01 7 0.03 0.00 0.02 0.02 0.02 99.92 08:29:06 07:25:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:29:06 07:25:01 0 0.00 0.00 0.02 0.00 0.02 99.97 08:29:06 07:25:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 07:25:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 07:25:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:25:01 4 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 07:25:01 5 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 07:25:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 07:25:01 7 0.02 0.00 0.00 0.02 0.00 99.97 08:29:06 08:29:06 07:25:01 CPU %user %nice %system %iowait %steal %idle 08:29:06 07:26:01 all 0.03 0.00 0.01 0.01 0.00 99.95 08:29:06 07:26:01 0 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 07:26:01 1 0.02 0.00 0.02 0.03 0.00 99.93 08:29:06 07:26:01 2 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 07:26:01 3 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 07:26:01 4 0.03 0.00 0.03 0.00 0.02 99.92 08:29:06 07:26:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:26:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:26:01 7 0.07 0.00 0.02 0.03 0.00 99.88 08:29:06 07:27:01 all 0.01 0.00 0.01 0.01 0.01 99.96 08:29:06 07:27:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 07:27:01 1 0.00 0.00 0.00 0.02 0.02 99.97 08:29:06 07:27:01 2 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 07:27:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 07:27:01 4 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 07:27:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 07:27:01 6 0.00 0.00 0.00 0.02 0.00 99.98 08:29:06 07:27:01 7 0.03 0.00 0.02 0.03 0.02 99.90 08:29:06 07:28:01 all 0.01 0.00 0.00 0.00 0.00 99.98 08:29:06 07:28:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 07:28:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:28:01 2 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 07:28:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:28:01 4 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 07:28:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 07:28:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:28:01 7 0.02 0.00 0.00 0.02 0.00 99.97 08:29:06 07:29:01 all 0.11 0.00 0.00 0.00 0.01 99.88 08:29:06 07:29:01 0 0.05 0.00 0.00 0.00 0.02 99.93 08:29:06 07:29:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:29:01 2 0.07 0.00 0.00 0.00 0.00 99.93 08:29:06 07:29:01 3 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 07:29:01 4 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 07:29:01 5 0.62 0.00 0.00 0.00 0.02 99.37 08:29:06 07:29:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 07:29:01 7 0.03 0.00 0.00 0.03 0.02 99.92 08:29:06 07:30:01 all 0.26 0.00 0.01 0.01 0.00 99.73 08:29:06 07:30:01 0 0.00 0.00 0.00 0.03 0.00 99.97 08:29:06 07:30:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:30:01 2 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 07:30:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 07:30:01 4 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 07:30:01 5 1.97 0.00 0.00 0.00 0.00 98.03 08:29:06 07:30:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:30:01 7 0.02 0.00 0.00 0.02 0.00 99.97 08:29:06 07:31:01 all 0.23 0.00 0.01 0.01 0.01 99.74 08:29:06 07:31:01 0 0.02 0.00 0.02 0.07 0.02 99.88 08:29:06 07:31:01 1 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 07:31:01 2 0.05 0.00 0.02 0.00 0.00 99.93 08:29:06 07:31:01 3 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 07:31:01 4 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 07:31:01 5 1.61 0.00 0.02 0.00 0.00 98.37 08:29:06 07:31:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:31:01 7 0.03 0.00 0.02 0.02 0.00 99.93 08:29:06 07:32:01 all 0.04 0.00 0.01 0.00 0.01 99.93 08:29:06 07:32:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 07:32:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 07:32:01 2 0.07 0.00 0.00 0.00 0.00 99.93 08:29:06 07:32:01 3 0.00 0.00 0.00 0.02 0.00 99.98 08:29:06 07:32:01 4 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 07:32:01 5 0.22 0.00 0.03 0.00 0.02 99.73 08:29:06 07:32:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:32:01 7 0.03 0.00 0.02 0.02 0.02 99.92 08:29:06 07:33:01 all 0.11 0.00 0.00 0.00 0.01 99.88 08:29:06 07:33:01 0 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 07:33:01 1 0.00 0.00 0.00 0.02 0.00 99.98 08:29:06 07:33:01 2 0.05 0.00 0.00 0.00 0.02 99.93 08:29:06 07:33:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 07:33:01 4 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 07:33:01 5 0.66 0.00 0.00 0.00 0.00 99.34 08:29:06 07:33:01 6 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 07:33:01 7 0.03 0.00 0.00 0.02 0.00 99.95 08:29:06 07:34:01 all 0.01 0.00 0.01 0.00 0.01 99.96 08:29:06 07:34:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 07:34:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 07:34:01 2 0.05 0.00 0.02 0.00 0.00 99.93 08:29:06 07:34:01 3 0.00 0.00 0.00 0.03 0.02 99.95 08:29:06 07:34:01 4 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 07:34:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:34:01 6 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 07:34:01 7 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 07:35:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:29:06 07:35:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 07:35:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 07:35:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:35:01 3 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 07:35:01 4 0.05 0.00 0.03 0.00 0.02 99.90 08:29:06 07:35:01 5 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 07:35:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:35:01 7 0.03 0.00 0.00 0.02 0.02 99.93 08:29:06 07:36:01 all 0.01 0.00 0.01 0.00 0.00 99.97 08:29:06 07:36:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 07:36:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:36:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 07:36:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 07:36:01 4 0.02 0.00 0.03 0.00 0.02 99.93 08:29:06 07:36:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:36:01 6 0.00 0.00 0.00 0.02 0.02 99.97 08:29:06 07:36:01 7 0.03 0.00 0.02 0.02 0.00 99.93 08:29:06 08:29:06 07:36:01 CPU %user %nice %system %iowait %steal %idle 08:29:06 07:37:01 all 0.03 0.00 0.00 0.01 0.00 99.96 08:29:06 07:37:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:37:01 1 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 07:37:01 2 0.07 0.00 0.00 0.00 0.00 99.93 08:29:06 07:37:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:37:01 4 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 07:37:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:37:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:37:01 7 0.05 0.00 0.03 0.05 0.00 99.87 08:29:06 07:38:01 all 0.01 0.00 0.01 0.01 0.01 99.97 08:29:06 07:38:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 07:38:01 1 0.02 0.00 0.03 0.03 0.02 99.90 08:29:06 07:38:01 2 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 07:38:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:38:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:38:01 5 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 07:38:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:38:01 7 0.02 0.00 0.00 0.02 0.02 99.95 08:29:06 07:39:01 all 0.09 0.00 0.00 0.00 0.00 99.90 08:29:06 07:39:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:39:01 1 0.05 0.00 0.02 0.00 0.02 99.92 08:29:06 07:39:01 2 0.05 0.00 0.02 0.00 0.00 99.93 08:29:06 07:39:01 3 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 07:39:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:39:01 5 0.45 0.00 0.00 0.00 0.00 99.55 08:29:06 07:39:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:39:01 7 0.05 0.00 0.00 0.02 0.00 99.93 08:29:06 07:40:01 all 0.09 0.00 0.01 0.00 0.01 99.89 08:29:06 07:40:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:40:01 1 0.02 0.00 0.05 0.00 0.03 99.90 08:29:06 07:40:01 2 0.05 0.00 0.00 0.00 0.00 99.95 08:29:06 07:40:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:40:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:40:01 5 0.63 0.00 0.02 0.00 0.00 99.35 08:29:06 07:40:01 6 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 07:40:01 7 0.02 0.00 0.03 0.00 0.00 99.95 08:29:06 07:41:01 all 0.03 0.00 0.01 0.02 0.01 99.93 08:29:06 07:41:01 0 0.03 0.00 0.00 0.05 0.02 99.90 08:29:06 07:41:01 1 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 07:41:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 07:41:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:41:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 07:41:01 5 0.05 0.00 0.00 0.00 0.00 99.95 08:29:06 07:41:01 6 0.03 0.00 0.03 0.00 0.02 99.92 08:29:06 07:41:01 7 0.05 0.00 0.02 0.12 0.02 99.80 08:29:06 07:42:01 all 0.02 0.00 0.01 0.01 0.01 99.95 08:29:06 07:42:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:42:01 1 0.00 0.00 0.03 0.05 0.02 99.90 08:29:06 07:42:01 2 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 07:42:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:42:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 07:42:01 5 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 07:42:01 6 0.00 0.00 0.02 0.00 0.03 99.95 08:29:06 07:42:01 7 0.03 0.00 0.02 0.02 0.00 99.93 08:29:06 07:43:01 all 0.15 0.00 0.01 0.00 0.01 99.83 08:29:06 07:43:01 0 0.00 0.00 0.02 0.00 0.02 99.97 08:29:06 07:43:01 1 0.02 0.00 0.00 0.02 0.00 99.97 08:29:06 07:43:01 2 0.05 0.00 0.02 0.00 0.02 99.92 08:29:06 07:43:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 07:43:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:43:01 5 1.04 0.00 0.03 0.00 0.00 98.92 08:29:06 07:43:01 6 0.05 0.00 0.02 0.00 0.02 99.92 08:29:06 07:43:01 7 0.02 0.00 0.00 0.02 0.02 99.95 08:29:06 07:44:01 all 0.03 0.00 0.02 0.00 0.01 99.95 08:29:06 07:44:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 07:44:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 07:44:01 2 0.05 0.00 0.02 0.00 0.00 99.93 08:29:06 07:44:01 3 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 07:44:01 4 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 07:44:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:44:01 6 0.03 0.00 0.03 0.00 0.02 99.92 08:29:06 07:44:01 7 0.03 0.00 0.03 0.02 0.02 99.90 08:29:06 07:45:01 all 0.01 0.00 0.01 0.00 0.00 99.98 08:29:06 07:45:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:45:01 1 0.00 0.00 0.02 0.02 0.00 99.97 08:29:06 07:45:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:45:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 07:45:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:45:01 5 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 07:45:01 6 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 07:45:01 7 0.00 0.00 0.00 0.02 0.00 99.98 08:29:06 07:46:01 all 0.02 0.00 0.01 0.00 0.00 99.96 08:29:06 07:46:01 0 0.03 0.00 0.03 0.00 0.02 99.92 08:29:06 07:46:01 1 0.02 0.00 0.02 0.02 0.00 99.95 08:29:06 07:46:01 2 0.05 0.00 0.00 0.00 0.00 99.95 08:29:06 07:46:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:46:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:46:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:46:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 07:46:01 7 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 07:47:01 all 0.08 0.00 0.01 0.00 0.01 99.89 08:29:06 07:47:01 0 0.03 0.00 0.03 0.00 0.02 99.92 08:29:06 07:47:01 1 0.00 0.00 0.00 0.02 0.02 99.97 08:29:06 07:47:01 2 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 07:47:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 07:47:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:47:01 5 0.58 0.00 0.02 0.00 0.00 99.40 08:29:06 07:47:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:47:01 7 0.03 0.00 0.02 0.02 0.02 99.92 08:29:06 08:29:06 07:47:01 CPU %user %nice %system %iowait %steal %idle 08:29:06 07:48:01 all 0.03 0.00 0.01 0.01 0.00 99.95 08:29:06 07:48:01 0 0.03 0.00 0.07 0.00 0.02 99.88 08:29:06 07:48:01 1 0.02 0.00 0.00 0.05 0.00 99.93 08:29:06 07:48:01 2 0.05 0.00 0.00 0.00 0.00 99.95 08:29:06 07:48:01 3 0.05 0.00 0.00 0.00 0.00 99.95 08:29:06 07:48:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:48:01 5 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 07:48:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:48:01 7 0.03 0.00 0.00 0.05 0.00 99.92 08:29:06 07:49:01 all 0.01 0.00 0.01 0.02 0.01 99.96 08:29:06 07:49:01 0 0.02 0.00 0.05 0.00 0.02 99.92 08:29:06 07:49:01 1 0.00 0.00 0.00 0.10 0.02 99.88 08:29:06 07:49:01 2 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 07:49:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 07:49:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:49:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:49:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 07:49:01 7 0.00 0.00 0.00 0.03 0.00 99.97 08:29:06 07:50:01 all 0.03 0.00 0.01 0.00 0.00 99.96 08:29:06 07:50:01 0 0.05 0.00 0.03 0.00 0.03 99.88 08:29:06 07:50:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:50:01 2 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 07:50:01 3 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 07:50:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:50:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:50:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:50:01 7 0.02 0.00 0.02 0.02 0.00 99.95 08:29:06 07:51:01 all 0.19 0.00 0.01 0.01 0.01 99.79 08:29:06 07:51:01 0 0.03 0.00 0.03 0.00 0.02 99.92 08:29:06 07:51:01 1 0.00 0.00 0.02 0.02 0.00 99.97 08:29:06 07:51:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 07:51:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 07:51:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:51:01 5 1.40 0.00 0.02 0.00 0.02 98.57 08:29:06 07:51:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:51:01 7 0.02 0.00 0.02 0.03 0.02 99.92 08:29:06 07:52:01 all 0.08 0.00 0.01 0.01 0.01 99.90 08:29:06 07:52:01 0 0.05 0.00 0.02 0.00 0.02 99.92 08:29:06 07:52:01 1 0.03 0.00 0.00 0.02 0.02 99.93 08:29:06 07:52:01 2 0.05 0.00 0.00 0.00 0.02 99.93 08:29:06 07:52:01 3 0.08 0.00 0.03 0.00 0.02 99.87 08:29:06 07:52:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 07:52:01 5 0.32 0.00 0.00 0.00 0.00 99.68 08:29:06 07:52:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 07:52:01 7 0.02 0.00 0.00 0.03 0.00 99.95 08:29:06 07:53:01 all 0.02 0.00 0.01 0.00 0.00 99.96 08:29:06 07:53:01 0 0.07 0.00 0.03 0.00 0.02 99.88 08:29:06 07:53:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:53:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 07:53:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 07:53:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:53:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:53:01 6 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 07:53:01 7 0.02 0.00 0.03 0.02 0.02 99.92 08:29:06 07:54:01 all 0.03 0.00 0.01 0.01 0.01 99.95 08:29:06 07:54:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 07:54:01 1 0.02 0.00 0.02 0.03 0.02 99.92 08:29:06 07:54:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 07:54:01 3 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 07:54:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 07:54:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:54:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 07:54:01 7 0.03 0.00 0.02 0.03 0.00 99.92 08:29:06 07:55:01 all 0.01 0.00 0.01 0.00 0.00 99.97 08:29:06 07:55:01 0 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 07:55:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:55:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 07:55:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 07:55:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:55:01 5 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 07:55:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:55:01 7 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 07:56:01 all 0.01 0.00 0.00 0.01 0.01 99.96 08:29:06 07:56:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:56:01 1 0.00 0.00 0.00 0.07 0.02 99.92 08:29:06 07:56:01 2 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 07:56:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:56:01 4 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 07:56:01 5 0.02 0.00 0.02 0.00 0.03 99.93 08:29:06 07:56:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 07:56:01 7 0.02 0.00 0.02 0.02 0.02 99.93 08:29:06 07:57:01 all 0.01 0.00 0.01 0.01 0.00 99.95 08:29:06 07:57:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 07:57:01 1 0.02 0.00 0.02 0.03 0.00 99.93 08:29:06 07:57:01 2 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 07:57:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 07:57:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:57:01 5 0.00 0.00 0.03 0.00 0.02 99.95 08:29:06 07:57:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:57:01 7 0.02 0.00 0.02 0.08 0.00 99.88 08:29:06 07:58:01 all 0.01 0.00 0.00 0.00 0.00 99.98 08:29:06 07:58:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 07:58:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:58:01 2 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 07:58:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:58:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 07:58:01 5 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 07:58:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 07:58:01 7 0.03 0.00 0.00 0.02 0.00 99.95 08:29:06 08:29:06 07:58:01 CPU %user %nice %system %iowait %steal %idle 08:29:06 07:59:01 all 0.04 0.00 0.01 0.00 0.01 99.94 08:29:06 07:59:01 0 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 07:59:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 07:59:01 2 0.07 0.00 0.00 0.00 0.00 99.93 08:29:06 07:59:01 3 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 07:59:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 07:59:01 5 0.05 0.00 0.02 0.00 0.00 99.93 08:29:06 07:59:01 6 0.05 0.00 0.00 0.00 0.00 99.95 08:29:06 07:59:01 7 0.07 0.00 0.02 0.02 0.00 99.90 08:29:06 08:00:01 all 0.00 0.00 0.00 0.00 0.01 99.98 08:29:06 08:00:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 08:00:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 08:00:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 08:00:01 3 0.00 0.00 0.00 0.02 0.00 99.98 08:29:06 08:00:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 08:00:01 5 0.00 0.00 0.02 0.00 0.03 99.95 08:29:06 08:00:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 08:00:01 7 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 08:01:01 all 0.11 0.00 0.02 0.00 0.00 99.86 08:29:06 08:01:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 08:01:01 1 0.03 0.00 0.03 0.00 0.00 99.93 08:29:06 08:01:01 2 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 08:01:01 3 0.00 0.00 0.00 0.02 0.00 99.98 08:29:06 08:01:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 08:01:01 5 0.02 0.00 0.05 0.00 0.02 99.92 08:29:06 08:01:01 6 0.70 0.00 0.00 0.00 0.00 99.30 08:29:06 08:01:01 7 0.05 0.00 0.02 0.02 0.00 99.92 08:29:06 08:02:01 all 0.10 0.00 0.02 0.00 0.01 99.87 08:29:06 08:02:01 0 0.00 0.00 0.02 0.00 0.02 99.97 08:29:06 08:02:01 1 0.00 0.00 0.00 0.02 0.02 99.97 08:29:06 08:02:01 2 0.05 0.00 0.02 0.00 0.00 99.93 08:29:06 08:02:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 08:02:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 08:02:01 5 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 08:02:01 6 0.66 0.00 0.07 0.00 0.02 99.25 08:29:06 08:02:01 7 0.05 0.00 0.02 0.00 0.00 99.93 08:29:06 08:03:01 all 0.12 0.00 0.01 0.00 0.01 99.86 08:29:06 08:03:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 08:03:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 08:03:01 2 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 08:03:01 3 0.00 0.00 0.00 0.02 0.02 99.97 08:29:06 08:03:01 4 0.02 0.00 0.03 0.00 0.00 99.95 08:29:06 08:03:01 5 0.05 0.00 0.00 0.00 0.02 99.93 08:29:06 08:03:01 6 0.78 0.00 0.00 0.00 0.00 99.22 08:29:06 08:03:01 7 0.03 0.00 0.00 0.02 0.02 99.93 08:29:06 08:04:01 all 0.14 0.00 0.01 0.00 0.00 99.85 08:29:06 08:04:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 08:04:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 08:04:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 08:04:01 3 0.02 0.00 0.00 0.02 0.00 99.97 08:29:06 08:04:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 08:04:01 5 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 08:04:01 6 0.96 0.00 0.02 0.00 0.02 99.01 08:29:06 08:04:01 7 0.00 0.00 0.02 0.02 0.00 99.97 08:29:06 08:05:01 all 0.05 0.00 0.01 0.00 0.01 99.92 08:29:06 08:05:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 08:05:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 08:05:01 2 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 08:05:01 3 0.02 0.00 0.03 0.00 0.00 99.95 08:29:06 08:05:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 08:05:01 5 0.05 0.00 0.02 0.00 0.02 99.92 08:29:06 08:05:01 6 0.23 0.00 0.00 0.00 0.02 99.75 08:29:06 08:05:01 7 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 08:06:01 all 0.03 0.00 0.01 0.00 0.00 99.95 08:29:06 08:06:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 08:06:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 08:06:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 08:06:01 3 0.00 0.00 0.00 0.02 0.02 99.97 08:29:06 08:06:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 08:06:01 5 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 08:06:01 6 0.18 0.00 0.02 0.00 0.00 99.80 08:29:06 08:06:01 7 0.02 0.00 0.02 0.02 0.00 99.95 08:29:06 08:07:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:29:06 08:07:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 08:07:01 1 0.00 0.00 0.02 0.00 0.02 99.97 08:29:06 08:07:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 08:07:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 08:07:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 08:07:01 5 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 08:07:01 6 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 08:07:01 7 0.05 0.00 0.02 0.00 0.02 99.92 08:29:06 08:08:01 all 0.01 0.00 0.01 0.01 0.01 99.97 08:29:06 08:08:01 0 0.00 0.00 0.02 0.02 0.02 99.95 08:29:06 08:08:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 08:08:01 2 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 08:08:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 08:08:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 08:08:01 5 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 08:08:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 08:08:01 7 0.02 0.00 0.02 0.03 0.00 99.93 08:29:06 08:09:01 all 0.26 0.00 0.00 0.00 0.00 99.73 08:29:06 08:09:01 0 0.02 0.00 0.00 0.02 0.00 99.97 08:29:06 08:09:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 08:09:01 2 0.05 0.00 0.00 0.00 0.00 99.95 08:29:06 08:09:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 08:09:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 08:09:01 5 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 08:09:01 6 1.86 0.00 0.00 0.00 0.02 98.13 08:29:06 08:09:01 7 0.05 0.00 0.02 0.02 0.00 99.92 08:29:06 08:29:06 08:09:01 CPU %user %nice %system %iowait %steal %idle 08:29:06 08:10:01 all 0.26 0.00 0.01 0.00 0.01 99.72 08:29:06 08:10:01 0 0.00 0.00 0.02 0.00 0.02 99.97 08:29:06 08:10:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 08:10:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 08:10:01 3 0.00 0.00 0.02 0.00 0.02 99.97 08:29:06 08:10:01 4 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 08:10:01 5 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 08:10:01 6 1.97 0.00 0.02 0.00 0.02 98.00 08:29:06 08:10:01 7 0.03 0.00 0.00 0.02 0.00 99.95 08:29:06 08:11:01 all 0.14 0.00 0.01 0.00 0.01 99.85 08:29:06 08:11:01 0 0.05 0.00 0.02 0.02 0.02 99.90 08:29:06 08:11:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 08:11:01 2 0.07 0.00 0.02 0.00 0.00 99.92 08:29:06 08:11:01 3 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 08:11:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 08:11:01 5 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 08:11:01 6 0.88 0.00 0.00 0.00 0.00 99.12 08:29:06 08:11:01 7 0.02 0.00 0.00 0.02 0.02 99.95 08:29:06 08:12:01 all 0.03 0.00 0.01 0.01 0.00 99.95 08:29:06 08:12:01 0 0.03 0.00 0.03 0.00 0.02 99.92 08:29:06 08:12:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 08:12:01 2 0.02 0.00 0.00 0.03 0.00 99.95 08:29:06 08:12:01 3 0.00 0.00 0.02 0.02 0.00 99.97 08:29:06 08:12:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 08:12:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 08:12:01 6 0.10 0.00 0.00 0.00 0.02 99.88 08:29:06 08:12:01 7 0.05 0.00 0.03 0.02 0.00 99.90 08:29:06 08:13:01 all 0.01 0.00 0.00 0.00 0.00 99.97 08:29:06 08:13:01 0 0.00 0.00 0.00 0.02 0.00 99.98 08:29:06 08:13:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 08:13:01 2 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 08:13:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 08:13:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 08:13:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 08:13:01 6 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 08:13:01 7 0.02 0.00 0.00 0.02 0.00 99.97 08:29:06 08:14:01 all 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 08:14:01 0 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 08:14:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 08:14:01 2 0.03 0.00 0.02 0.02 0.00 99.93 08:29:06 08:14:01 3 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 08:14:01 4 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 08:14:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 08:14:01 6 0.03 0.00 0.03 0.00 0.02 99.92 08:29:06 08:14:01 7 0.03 0.00 0.05 0.00 0.00 99.92 08:29:06 08:15:01 all 0.01 0.00 0.01 0.01 0.01 99.97 08:29:06 08:15:01 0 0.00 0.00 0.02 0.03 0.00 99.95 08:29:06 08:15:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 08:15:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 08:15:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 08:15:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 08:15:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 08:15:01 6 0.02 0.00 0.00 0.00 0.03 99.95 08:29:06 08:15:01 7 0.02 0.00 0.03 0.02 0.02 99.92 08:29:06 08:16:01 all 0.14 0.00 0.01 0.00 0.00 99.84 08:29:06 08:16:01 0 0.03 0.00 0.03 0.00 0.00 99.93 08:29:06 08:16:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 08:16:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 08:16:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 08:16:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 08:16:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 08:16:01 6 1.01 0.00 0.00 0.00 0.02 98.97 08:29:06 08:16:01 7 0.02 0.00 0.02 0.03 0.00 99.93 08:29:06 08:17:01 all 0.12 0.00 0.01 0.00 0.01 99.86 08:29:06 08:17:01 0 0.00 0.00 0.02 0.00 0.02 99.97 08:29:06 08:17:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 08:17:01 2 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 08:17:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 08:17:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 08:17:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 08:17:01 6 0.88 0.00 0.03 0.00 0.02 99.07 08:29:06 08:17:01 7 0.03 0.00 0.03 0.02 0.00 99.92 08:29:06 08:18:01 all 0.03 0.00 0.01 0.00 0.01 99.96 08:29:06 08:18:01 0 0.05 0.00 0.00 0.00 0.00 99.95 08:29:06 08:18:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 08:18:01 2 0.05 0.00 0.00 0.00 0.00 99.95 08:29:06 08:18:01 3 0.03 0.00 0.00 0.00 0.02 99.95 08:29:06 08:18:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 08:18:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 08:18:01 6 0.02 0.00 0.02 0.00 0.03 99.93 08:29:06 08:18:01 7 0.03 0.00 0.02 0.02 0.02 99.92 08:29:06 08:19:01 all 0.01 0.00 0.01 0.01 0.00 99.97 08:29:06 08:19:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 08:19:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 08:19:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 08:19:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 08:19:01 4 0.00 0.00 0.00 0.05 0.00 99.95 08:29:06 08:19:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 08:19:01 6 0.00 0.00 0.03 0.00 0.02 99.95 08:29:06 08:19:01 7 0.03 0.00 0.02 0.02 0.00 99.93 08:29:06 08:20:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:29:06 08:20:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 08:20:01 1 0.00 0.00 0.02 0.00 0.02 99.97 08:29:06 08:20:01 2 0.02 0.00 0.03 0.02 0.02 99.92 08:29:06 08:20:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 08:20:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 08:20:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 08:20:01 6 0.05 0.00 0.02 0.00 0.03 99.90 08:29:06 08:20:01 7 0.03 0.00 0.00 0.02 0.00 99.95 08:29:06 08:29:06 08:20:01 CPU %user %nice %system %iowait %steal %idle 08:29:06 08:21:01 all 0.01 0.00 0.01 0.01 0.01 99.97 08:29:06 08:21:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 08:21:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 08:21:01 2 0.02 0.00 0.00 0.03 0.00 99.95 08:29:06 08:21:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 08:21:01 4 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 08:21:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 08:21:01 6 0.02 0.00 0.05 0.00 0.02 99.92 08:29:06 08:21:01 7 0.03 0.00 0.03 0.02 0.02 99.90 08:29:06 08:22:01 all 0.08 0.00 0.01 0.00 0.01 99.90 08:29:06 08:22:01 0 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 08:22:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 08:22:01 2 0.05 0.00 0.00 0.00 0.00 99.95 08:29:06 08:22:01 3 0.40 0.00 0.03 0.00 0.00 99.57 08:29:06 08:22:01 4 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 08:22:01 5 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 08:22:01 6 0.05 0.00 0.02 0.00 0.02 99.92 08:29:06 08:22:01 7 0.05 0.00 0.00 0.02 0.00 99.93 08:29:06 08:23:01 all 0.31 0.00 0.02 0.01 0.01 99.65 08:29:06 08:23:01 0 0.05 0.00 0.05 0.00 0.00 99.90 08:29:06 08:23:01 1 0.17 0.00 0.02 0.00 0.00 99.82 08:29:06 08:23:01 2 0.08 0.00 0.03 0.00 0.02 99.87 08:29:06 08:23:01 3 1.16 0.00 0.03 0.00 0.02 98.79 08:29:06 08:23:01 4 0.08 0.00 0.02 0.02 0.00 99.88 08:29:06 08:23:01 5 0.84 0.00 0.00 0.00 0.00 99.16 08:29:06 08:23:01 6 0.00 0.00 0.02 0.00 0.02 99.97 08:29:06 08:23:01 7 0.07 0.00 0.03 0.03 0.00 99.87 08:29:06 08:24:01 all 0.16 0.00 0.02 0.00 0.00 99.81 08:29:06 08:24:01 0 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 08:24:01 1 0.00 0.00 0.02 0.00 0.02 99.97 08:29:06 08:24:01 2 0.07 0.00 0.03 0.00 0.02 99.88 08:29:06 08:24:01 3 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 08:24:01 4 0.00 0.00 0.00 0.02 0.00 99.98 08:29:06 08:24:01 5 1.08 0.00 0.03 0.00 0.00 98.89 08:29:06 08:24:01 6 0.03 0.00 0.02 0.00 0.00 99.95 08:29:06 08:24:01 7 0.05 0.00 0.07 0.02 0.00 99.87 08:29:06 08:25:01 all 0.01 0.00 0.01 0.00 0.01 99.97 08:29:06 08:25:01 0 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 08:25:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 08:25:01 2 0.05 0.00 0.02 0.00 0.02 99.92 08:29:06 08:25:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 08:25:01 4 0.00 0.00 0.02 0.02 0.00 99.97 08:29:06 08:25:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 08:25:01 6 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 08:25:01 7 0.02 0.00 0.02 0.00 0.02 99.95 08:29:06 08:26:01 all 0.02 0.00 0.00 0.00 0.01 99.96 08:29:06 08:26:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 08:26:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 08:26:01 2 0.03 0.00 0.02 0.00 0.03 99.92 08:29:06 08:26:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 08:26:01 4 0.00 0.00 0.00 0.02 0.02 99.97 08:29:06 08:26:01 5 0.02 0.00 0.00 0.00 0.02 99.97 08:29:06 08:26:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:29:06 08:26:01 7 0.07 0.00 0.00 0.02 0.00 99.92 08:29:06 08:27:01 all 0.02 0.00 0.01 0.00 0.00 99.97 08:29:06 08:27:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 08:27:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:29:06 08:27:01 2 0.05 0.00 0.02 0.00 0.02 99.92 08:29:06 08:27:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 08:27:01 4 0.00 0.00 0.00 0.02 0.00 99.98 08:29:06 08:27:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:29:06 08:27:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:29:06 08:27:01 7 0.02 0.00 0.02 0.02 0.00 99.95 08:29:06 08:28:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:29:06 08:28:01 0 0.00 0.00 0.02 0.00 0.02 99.97 08:29:06 08:28:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:29:06 08:28:01 2 0.03 0.00 0.02 0.00 0.02 99.93 08:29:06 08:28:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 08:28:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:29:06 08:28:01 5 0.08 0.00 0.02 0.00 0.00 99.90 08:29:06 08:28:01 6 0.00 0.00 0.02 0.00 0.02 99.97 08:29:06 08:28:01 7 0.03 0.00 0.02 0.02 0.00 99.93 08:29:06 08:29:01 all 2.58 0.00 1.15 0.46 0.02 95.80 08:29:06 08:29:01 0 2.89 0.00 1.43 2.65 0.02 93.02 08:29:06 08:29:01 1 2.58 0.00 0.97 0.00 0.02 96.44 08:29:06 08:29:01 2 2.72 0.00 1.14 0.00 0.03 96.11 08:29:06 08:29:01 3 2.29 0.00 0.97 0.03 0.02 96.69 08:29:06 08:29:01 4 2.49 0.00 1.62 0.33 0.02 95.54 08:29:06 08:29:01 5 2.54 0.00 1.07 0.00 0.02 96.37 08:29:06 08:29:01 6 2.33 0.00 0.75 0.00 0.02 96.90 08:29:06 08:29:01 7 2.81 0.00 1.22 0.64 0.02 95.32 08:29:06 Average: all 1.16 0.00 0.18 0.12 0.01 98.52 08:29:06 Average: 0 1.13 0.00 0.18 0.12 0.01 98.57 08:29:06 Average: 1 1.19 0.00 0.18 0.12 0.01 98.50 08:29:06 Average: 2 1.13 0.00 0.19 0.15 0.01 98.53 08:29:06 Average: 3 1.17 0.00 0.17 0.10 0.01 98.55 08:29:06 Average: 4 1.16 0.00 0.18 0.22 0.01 98.43 08:29:06 Average: 5 1.26 0.00 0.18 0.15 0.01 98.40 08:29:06 Average: 6 1.17 0.00 0.18 0.07 0.01 98.58 08:29:06 Average: 7 1.11 0.00 0.19 0.07 0.01 98.63 08:29:06 08:29:06 08:29:06