Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 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-ssh7527884440199466343.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-ssh12302086745948170613.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-ssh2138408331301887058.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-ssh1014890119298105508.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-ssh12692356746350719132.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-3061 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/851 [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/851 # 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 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b (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 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b # timeout=10 Commit message: "fix: Fix event query incorrect return data when enabling EventPurge (#5177)" > git rev-list --no-walk 7a10d0683dbfd7e44ec83fe6dd4f0aacfb11ead7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:37:14 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:37:14 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:37:14 ========================================================= 07:37:14 EdgeX Global Pipelines Version Info 07:37:14 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:37:15 ------------------- 07:37:15 stable info: 07:37:15 ------------------- 07:37:15 Commited By: Ginny Guan ginny@iotechsys.com 07:37:15 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 07:37:15 Message: update stable to v1.0.274 07:37:16 ------------------- 07:37:16 experimental info: 07:37:16 ------------------- 07:37:16 Commited By: **** collab-it+edgex@linuxfoundation.org 07:37:16 Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 07:37:16 Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:37:16 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 07:37:16 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 07:37:16 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:37:16 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:37:16 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:37:16 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 07:37:16 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 07:37:16 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 07:37:16 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 07:37:16 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 07:37:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:37:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:37:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 07:37:16 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:37:16 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:37:16 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:37:16 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:37:16 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:37:16 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:37:16 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 07:37:16 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:37:16 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 07:37:16 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 07:37:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 07:37:16 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 07:37:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 07:37:16 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b [Pipeline] echo 07:37:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6e66f30 [Pipeline] echo 07:37:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:37:16 provisioning config files... 07:37:16 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/851@tmp/config753126884779409898tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:37:17 ---> ****-login.sh 07:37:17 nexus3.edgexfoundry.org:10001 07:37:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:37:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:37:17 Configure a credential helper to remove this warning. See 07:37:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:37:17 07:37:17 Login Succeeded 07:37:17 nexus3.edgexfoundry.org:10002 07:37:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:37:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:37:17 Configure a credential helper to remove this warning. See 07:37:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:37:17 07:37:17 Login Succeeded 07:37:17 nexus3.edgexfoundry.org:10003 07:37:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:37:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:37:17 Configure a credential helper to remove this warning. See 07:37:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:37:17 07:37:17 Login Succeeded 07:37:17 nexus3.edgexfoundry.org:10004 07:37:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:37:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:37:17 Configure a credential helper to remove this warning. See 07:37:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:37:17 07:37:17 Login Succeeded 07:37:17 ****.io 07:37:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:37:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:37:18 Configure a credential helper to remove this warning. See 07:37:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:37:18 07:37:18 Login Succeeded 07:37:18 ---> ****-login.sh ends [Pipeline] } 07:37:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:37:18 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-keeper/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 07:37:18 + cut -d/ -f2 07:37:18 + dirname cmd/core-command/Dockerfile 07:37:18 + echo core-command,cmd/core-command/Dockerfile 07:37:18 + dirname cmd/core-common-config-bootstrapper/Dockerfile 07:37:18 + cut -d/ -f2 07:37:18 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 07:37:18 + dirname cmd/core-data/Dockerfile 07:37:18 + cut -d/ -f2 07:37:18 + echo core-data,cmd/core-data/Dockerfile 07:37:18 + dirname cmd/core-keeper/Dockerfile 07:37:18 + cut -d/ -f2 07:37:18 + echo core-keeper,cmd/core-keeper/Dockerfile 07:37:18 + dirname cmd/core-metadata/Dockerfile 07:37:18 + cut -d/ -f2 07:37:18 + echo core-metadata,cmd/core-metadata/Dockerfile 07:37:18 + + dirname cmd/security-bootstrapper/Dockerfile 07:37:18 cut -d/ -f2 07:37:18 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 07:37:18 + dirname cmd/security-proxy-auth/Dockerfile 07:37:18 + cut -d/ -f2 07:37:18 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 07:37:18 + + dirname cmd/security-proxy-setup/Dockerfile 07:37:18 cut -d/ -f2 07:37:18 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 07:37:18 + dirname cmd/security-secretstore-setup/Dockerfile 07:37:18 + cut -d/ -f2 07:37:18 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 07:37:18 + dirname cmd/security-spiffe-token-provider/Dockerfile 07:37:18 + cut -d/ -f2 07:37:18 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 07:37:18 + dirname cmd/security-spire-agent/Dockerfile 07:37:18 + cut -d/ -f2 07:37:18 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 07:37:18 + dirname cmd/security-spire-config/Dockerfile 07:37:18 + cut -d/ -f2 07:37:18 + echo security-spire-config,cmd/security-spire-config/Dockerfile 07:37:18 + dirname cmd/security-spire-server/Dockerfile 07:37:18 + cut -d/ -f2 07:37:18 + echo security-spire-server,cmd/security-spire-server/Dockerfile 07:37:18 + dirname cmd/support-notifications/Dockerfile 07:37:18 + cut -d/ -f2 07:37:18 + echo support-notifications,cmd/support-notifications/Dockerfile 07:37:18 + dirname cmd/support-scheduler/Dockerfile 07:37:18 + cut -d/ -f2 07:37:18 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 07:37:18 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-keeper, dockerfile:cmd/core-keeper/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 07:37:18 + git rev-list -1 --merges 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b~1..6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b [Pipeline] echo 07:37:18 -----------> git rev-list -1 --merges 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b~1..6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b [false] [Pipeline] sh 07:37:19 + git log --format=format:%s -1 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b [Pipeline] echo 07:37:19 ========================================================= 07:37:19 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 07:37:19 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 07:37:19 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:37:19 + grep -v github /etc/ssh/ssh_known_hosts 07:37:19 + [ -e /tmp/ssh_known_hosts ] 07:37:19 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 07:37:19 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 07:37:19 + sudo tee -a /etc/ssh/ssh_known_hosts 07:37:19 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:37:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:37:20 07:37:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:37:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:37:20 0.1.4: Pulling from edgex-devops/py-git-semver 07:37:20 3dae71ba6b94: Pulling fs layer 07:37:20 6bf1a483ea7c: Pulling fs layer 07:37:20 f5dfc541a4d3: Pulling fs layer 07:37:20 461d9e800cba: Pulling fs layer 07:37:20 80192f66455f: Pulling fs layer 07:37:20 2e8e34ca0e6c: Pulling fs layer 07:37:20 a29436f7fd5d: Pulling fs layer 07:37:20 923cac83aea3: Pulling fs layer 07:37:20 25ad8b0a4227: Pulling fs layer 07:37:20 db01528c6b51: Pulling fs layer 07:37:20 28988de357af: Pulling fs layer 07:37:20 a29436f7fd5d: Waiting 07:37:20 923cac83aea3: Waiting 07:37:20 25ad8b0a4227: Waiting 07:37:20 db01528c6b51: Waiting 07:37:20 28988de357af: Waiting 07:37:20 461d9e800cba: Waiting 07:37:20 80192f66455f: Waiting 07:37:20 2e8e34ca0e6c: Waiting 07:37:20 6bf1a483ea7c: Verifying Checksum 07:37:20 6bf1a483ea7c: Download complete 07:37:20 461d9e800cba: Download complete 07:37:20 80192f66455f: Download complete 07:37:20 f5dfc541a4d3: Verifying Checksum 07:37:20 f5dfc541a4d3: Download complete 07:37:20 3dae71ba6b94: Verifying Checksum 07:37:20 3dae71ba6b94: Download complete 07:37:20 923cac83aea3: Verifying Checksum 07:37:20 923cac83aea3: Download complete 07:37:20 25ad8b0a4227: Verifying Checksum 07:37:20 25ad8b0a4227: Download complete 07:37:20 db01528c6b51: Download complete 07:37:20 28988de357af: Verifying Checksum 07:37:20 28988de357af: Download complete 07:37:20 a29436f7fd5d: Verifying Checksum 07:37:20 a29436f7fd5d: Download complete 07:37:21 2e8e34ca0e6c: Verifying Checksum 07:37:21 3dae71ba6b94: Pull complete 07:37:21 6bf1a483ea7c: Pull complete 07:37:22 f5dfc541a4d3: Pull complete 07:37:22 461d9e800cba: Pull complete 07:37:22 80192f66455f: Pull complete 07:37:25 2e8e34ca0e6c: Pull complete 07:37:26 a29436f7fd5d: Pull complete 07:37:26 923cac83aea3: Pull complete 07:37:26 25ad8b0a4227: Pull complete 07:37:26 db01528c6b51: Pull complete 07:37:26 28988de357af: Pull complete 07:37:26 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 07:37:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:37:26 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:37:26 prd-ubuntu20.04-docker-8c-8g-3061 does not seem to be running inside a container 07:37:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/851 -v /w/workspace/edgex-go/851:/w/workspace/edgex-go/851:rw,z -v /w/workspace/edgex-go/851@tmp:/w/workspace/edgex-go/851@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 07:37:29 $ docker top 26df09403dd780b9a1c04693304391a34ab2b59209fa68a63031e57bd402c924 -eo pid,comm 07:37:29 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 07:37:29 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:37:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:37:29 [ssh-agent] Looking for ssh-agent implementation... 07:37:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:37:29 $ docker exec 26df09403dd780b9a1c04693304391a34ab2b59209fa68a63031e57bd402c924 ssh-agent 07:37:29 SSH_AUTH_SOCK=/tmp/ssh-bWZpjYxOwjpO/agent.32 07:37:29 SSH_AGENT_PID=38 07:37:29 Running ssh-add (command line suppressed) 07:37:29 Identity added: /w/workspace/edgex-go/851@tmp/private_key_2481481279799931513.key (/w/workspace/edgex-go/851@tmp/private_key_2481481279799931513.key) 07:37:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:37:29 + git tag --points-at HEAD [Pipeline] } 07:37:29 $ docker exec --env ******** --env ******** 26df09403dd780b9a1c04693304391a34ab2b59209fa68a63031e57bd402c924 ssh-agent -k 07:37:30 unset SSH_AUTH_SOCK; 07:37:30 unset SSH_AGENT_PID; 07:37:30 echo Agent pid 38 killed; 07:37:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:37:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:37:30 [ssh-agent] Looking for ssh-agent implementation... 07:37:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:37:30 $ docker exec 26df09403dd780b9a1c04693304391a34ab2b59209fa68a63031e57bd402c924 ssh-agent 07:37:30 SSH_AUTH_SOCK=/tmp/ssh-SZlw7XVwN6Hs/agent.72 07:37:30 SSH_AGENT_PID=78 07:37:30 Running ssh-add (command line suppressed) 07:37:30 Identity added: /w/workspace/edgex-go/851@tmp/private_key_15770921904158014675.key (/w/workspace/edgex-go/851@tmp/private_key_15770921904158014675.key) 07:37:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:37:30 + git semver init 07:37:30 2025-06-10 07:37:30,941 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 07:37:30 2025-06-10 07:37:30,945 [run_init] DEBUG init version:0.0.0 force:False 07:37:30 2025-06-10 07:37:30,946 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/851/.semver 07:37:30 2025-06-10 07:37:30,947 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/851/.semver 07:37:30 2025-06-10 07:37:30,947 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/851/.semver'], cwd=/w/workspace/edgex-go/851, stdin=None, shell=False, universal_newlines=False) 07:37:36 2025-06-10 07:37:35,854 [append_file] DEBUG append to file:/w/workspace/edgex-go/851/.git/info/exclude 07:37:36 2025-06-10 07:37:35,854 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/851/.semver/main with force:False 07:37:36 2025-06-10 07:37:35,855 [read_version] DEBUG read version from /w/workspace/edgex-go/851/.semver/main 07:37:36 2025-06-10 07:37:35,855 [read_version] DEBUG read version from /w/workspace/edgex-go/851/.semver/main 07:37:36 4.1.0-dev.23 [Pipeline] } 07:37:36 $ docker exec --env ******** --env ******** 26df09403dd780b9a1c04693304391a34ab2b59209fa68a63031e57bd402c924 ssh-agent -k 07:37:36 unset SSH_AUTH_SOCK; 07:37:36 unset SSH_AGENT_PID; 07:37:36 echo Agent pid 78 killed; 07:37:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:37:36 + git semver [Pipeline] } 07:37:36 $ docker stop --time=1 26df09403dd780b9a1c04693304391a34ab2b59209fa68a63031e57bd402c924 07:37:38 $ docker rm -f --volumes 26df09403dd780b9a1c04693304391a34ab2b59209fa68a63031e57bd402c924 [Pipeline] // withDockerContainer [Pipeline] sh 07:37:38 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:37:38 Stashed 1 file(s) [Pipeline] echo 07:37:38 [edgeXSemver]: initialized semver on version 4.1.0-dev.23 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:37:39 + git config --global --add safe.directory /w/workspace/edgex-go/851 [Pipeline] echo 07:37:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 07:37:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 07:37:39 ========================================================= 07:37:39 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 07:37:39 ========================================================= [Pipeline] fileExists [Pipeline] sh 07:37:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 07:37:39 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 07:37:39 0a9a5dfd008f: Pulling fs layer 07:37:39 dbfa0bcfca99: Pulling fs layer 07:37:39 70eabb1d9476: Pulling fs layer 07:37:39 957bedc73fa3: Pulling fs layer 07:37:39 4f4fb700ef54: Pulling fs layer 07:37:39 f40432e63723: Pulling fs layer 07:37:39 90b4343acab7: Pulling fs layer 07:37:39 9f67ea4ac784: Pulling fs layer 07:37:39 90b4343acab7: Waiting 07:37:39 4f4fb700ef54: Waiting 07:37:39 f40432e63723: Waiting 07:37:39 957bedc73fa3: Waiting 07:37:39 9228b9a606be: Pulling fs layer 07:37:39 9228b9a606be: Waiting 07:37:39 dbfa0bcfca99: Verifying Checksum 07:37:39 dbfa0bcfca99: Download complete 07:37:39 957bedc73fa3: Verifying Checksum 07:37:39 957bedc73fa3: Download complete 07:37:39 4f4fb700ef54: Verifying Checksum 07:37:39 4f4fb700ef54: Download complete 07:37:39 f40432e63723: Download complete 07:37:39 0a9a5dfd008f: Verifying Checksum 07:37:39 0a9a5dfd008f: Download complete 07:37:39 90b4343acab7: Verifying Checksum 07:37:39 90b4343acab7: Download complete 07:37:39 0a9a5dfd008f: Pull complete 07:37:39 9228b9a606be: Verifying Checksum 07:37:39 9228b9a606be: Download complete 07:37:39 dbfa0bcfca99: Pull complete 07:37:40 70eabb1d9476: Download complete 07:37:40 9f67ea4ac784: Verifying Checksum 07:37:40 9f67ea4ac784: Download complete 07:37:43 70eabb1d9476: Pull complete 07:37:43 957bedc73fa3: Pull complete 07:37:43 4f4fb700ef54: Pull complete 07:37:43 f40432e63723: Pull complete 07:37:43 90b4343acab7: Pull complete 07:37:45 9f67ea4ac784: Pull complete 07:37:46 9228b9a606be: Pull complete 07:37:46 Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 07:37:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 07:37:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh 07:37:46 + + echodocker FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 07:37:46 WORKDIR /edgex 07:37:46 COPY go.mod . 07:37:46 RUN go mod download build 07:37:46 -t ci-base-image-x86_64 -f - . 07:37:47 Sending build context to Docker daemon 185.8MB 07:37:47 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 07:37:47 ---> 69404ca5bff2 07:37:47 Step 2/4 : WORKDIR /edgex 07:37:49 ---> Running in 10c9980b83fa 07:37:49 Removing intermediate container 10c9980b83fa 07:37:49 ---> 6bc160cb4587 07:37:49 Step 3/4 : COPY go.mod . 07:37:49 ---> ed9533312eeb 07:37:49 Step 4/4 : RUN go mod download 07:37:49 ---> Running in dfd1ff033b97 07:37:53 Still waiting to schedule task 07:37:53 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 07:38:16 Removing intermediate container dfd1ff033b97 07:38:16 ---> df48922dcd14 07:38:16 Successfully built df48922dcd14 07:38:16 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:38:16 + docker inspect -f . ci-base-image-x86_64 07:38:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:38:16 prd-ubuntu20.04-docker-8c-8g-3061 does not seem to be running inside a container 07:38:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/851 -v /w/workspace/edgex-go/851:/w/workspace/edgex-go/851:rw,z -v /w/workspace/edgex-go/851@tmp:/w/workspace/edgex-go/851@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:38:17 $ docker top eb93629fabf44e7421a581f519510b924217020e45960d0516ec2d3b32da00ce -eo pid,comm [Pipeline] { [Pipeline] sh 07:38:17 + go version 07:38:17 go version go1.23.8 linux/amd64 [Pipeline] } 07:38:17 $ docker stop --time=1 eb93629fabf44e7421a581f519510b924217020e45960d0516ec2d3b32da00ce 07:38:18 $ docker rm -f --volumes eb93629fabf44e7421a581f519510b924217020e45960d0516ec2d3b32da00ce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:38:19 + docker inspect -f . ci-base-image-x86_64 07:38:19 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:38:19 prd-ubuntu20.04-docker-8c-8g-3061 does not seem to be running inside a container 07:38:19 $ 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/851 -v /w/workspace/edgex-go/851:/w/workspace/edgex-go/851:rw,z -v /w/workspace/edgex-go/851@tmp:/w/workspace/edgex-go/851@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:38:19 $ docker top 87b249a46cbfcb1569c24c7e1c6a8207fdcd9148d679b7205b0fab27e8d6b2bf -eo pid,comm [Pipeline] { [Pipeline] echo 07:38:19 ========================================================= 07:38:19 [edgeXBuildGoParallel] Running Tests and Build... 07:38:19 ========================================================= [Pipeline] sh 07:38:20 + git config --global --add safe.directory /w/workspace/edgex-go/851 [Pipeline] fileExists [Pipeline] sh 07:38:20 + make test 07:38:20 go test -race -coverprofile=coverage.out ./... 07:38:28 ? github.com/edgexfoundry/edgex-go [no test files] 07:38:50 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 07:38:50 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 07:38:50 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 07:38:50 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 07:38:50 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 07:38:50 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 07:38:50 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 07:38:50 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 07:38:50 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 07:38:50 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 07:38:50 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:38:50 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 07:38:50 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 07:38:50 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 07:38:50 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 07:38:50 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 07:38:50 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 07:38:51 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.031s coverage: 42.3% of statements 07:38:52 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 07:38:52 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 07:38:52 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 07:38:52 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 07:38:53 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.038s coverage: 97.0% of statements 07:38:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 07:38:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 07:38:53 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 07:38:53 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 07:38:53 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 07:38:53 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 07:38:53 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 07:38:53 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 07:38:53 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 07:38:53 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 07:38:55 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 07:38:55 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 07:38:55 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 07:38:55 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 07:38:55 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 07:38:55 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 07:38:56 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.052s coverage: 69.2% of statements 07:38:56 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.027s coverage: 3.5% of statements 07:38:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.062s coverage: 45.2% of statements 07:38:56 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 07:38:56 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 07:38:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.226s coverage: 93.4% of statements 07:38:56 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.043s coverage: 92.3% of statements 07:38:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.059s coverage: 8.4% of statements 07:38:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 07:38:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 07:38:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:38:58 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 07:38:58 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 07:38:58 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 07:38:58 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 07:38:58 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 07:38:58 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 07:38:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:38:58 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 07:38:58 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 07:38:58 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 07:38:58 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 07:39:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.360s coverage: 95.8% of statements 07:39:00 ok github.com/edgexfoundry/edgex-go/internal/io 1.025s coverage: 72.2% of statements 07:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 07:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 07:39:00 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 07:39:00 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements 07:39:00 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 07:39:00 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 07:39:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.037s coverage: 0.0% of statements [no tests to run] 07:39:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.046s coverage: 1.0% of statements 07:39:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.027s coverage: 38.1% of statements 07:39:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.017s coverage: 81.1% of statements 07:39:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.024s coverage: 40.0% of statements 07:39:02 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 07:39:02 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 07:39:02 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 07:39:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 07:39:03 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 07:39:03 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 07:39:03 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 07:39:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 2.025s coverage: 87.1% of statements 07:39:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.019s coverage: 94.1% of statements 07:39:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.030s coverage: 96.3% of statements 07:39:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.024s coverage: 87.5% of statements 07:39:04 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 07:39:04 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 07:39:04 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 07:39:05 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 07:39:05 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 07:39:05 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 07:39:05 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 07:39:05 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 07:39:05 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 07:39:06 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 07:39:08 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 07:39:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 07:39:09 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 07:39:10 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 07:39:10 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 07:39:10 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 07:39:13 github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements 07:39:14 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 07:39:14 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 07:39:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 07:39:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 07:39:14 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 07:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.031s coverage: 94.4% of statements 07:39:17 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 07:39:17 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 07:39:17 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 07:39:17 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 07:39:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 07:39:17 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 07:39:17 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 07:39:17 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 07:39:17 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 07:39:17 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 07:39:17 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 07:39:17 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 07:39:18 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 07:39:18 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 07:39:18 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 07:39:18 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 07:39:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 07:39:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 07:39:20 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 07:39:20 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 07:39:20 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 07:39:20 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 07:39:20 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 07:39:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 07:39:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 07:39:21 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 07:39:22 Running on prd-ubuntu20.04-docker-arm64-4c-16g-3062 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 07:39:22 Running in /w/workspace/edgex-go/851 [Pipeline] { [Pipeline] checkout 07:39:22 The recommended git tool is: git 07:39:27 using credential edgex-jenkins-ssh 07:39:27 Cloning the remote Git repository 07:39:27 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 26.052s coverage: 92.9% of statements 07:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.024s coverage: 68.8% of statements 07:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.031s coverage: 62.3% of statements 07:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.021s coverage: 47.4% of statements 07:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.032s coverage: 87.2% of statements 07:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.023s coverage: 15.5% of statements 07:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.021s coverage: 100.0% of statements 07:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.091s coverage: 81.8% of statements 07:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.072s coverage: 82.1% of statements 07:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.024s coverage: 86.0% of statements 07:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.046s coverage: 6.8% of statements 07:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.043s coverage: 33.3% of statements 07:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.051s coverage: 100.0% of statements 07:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.188s coverage: 54.5% of statements 07:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.029s coverage: 89.4% of statements 07:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.021s coverage: 100.0% of statements 07:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.024s coverage: 73.7% of statements 07:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.019s coverage: 100.0% of statements 07:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.026s coverage: 88.6% of statements 07:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.029s coverage: 96.8% of statements 07:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.015s coverage: 100.0% of statements 07:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.163s coverage: 29.2% of statements 07:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.025s coverage: 93.8% of statements 07:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.021s coverage: 3.1% of statements 07:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.019s coverage: 76.2% of statements 07:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.028s coverage: 54.0% of statements 07:39:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.055s coverage: 17.0% of statements 07:39:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.122s coverage: 94.9% of statements 07:39:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.028s coverage: 9.0% of statements 07:39:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.073s coverage: 97.7% of statements 07:39:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.030s coverage: 43.6% of statements 07:39:28 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 07:39:28 running golangci-lint 07:39:27 > git init /w/workspace/edgex-go/851 # timeout=10 07:39:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:39:27 > git --version # timeout=10 07:39:27 > git --version # 'git version 2.25.1' 07:39:27 using GIT_SSH to set credentials SSH Credentials for GitHub 07:39:28 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:39:29 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 07:39:29 go version go1.23.8 linux/amd64 07:39:29 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 07:39:29 level=info msg="[config_reader] Used config file .golangci.yml" 07:39:29 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 07:39:46 Avoid second fetch 07:39:46 Checking out Revision 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b (main) 07:39:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:39:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:39:46 > git config core.sparsecheckout # timeout=10 07:39:46 > git checkout -f 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b # timeout=10 07:39:47 Commit message: "fix: Fix event query incorrect return data when enabling EventPurge (#5177)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:39:52 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 07:39:52 % Total % Received % Xferd Average Speed Time Time Time Current 07:39:52 Dload Upload Total Spent Left Speed 07:39:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 98218 0 --:--:-- --:--:-- --:--:-- 98218 [Pipeline] sh 07:39:52 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 07:39:52 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 07:39:52 + sudo tee /etc/docker/daemon.new 07:39:52 { 07:39:52 "registry-mirrors": [ 07:39:52 "https://nexus3.edgexfoundry.org:10001" 07:39:52 ], 07:39:52 "bip": "10.250.0.254/24", 07:39:52 "hosts": [ 07:39:52 "tcp://0.0.0.0:5555", 07:39:52 "unix:///var/run/docker.sock" 07:39:52 ], 07:39:52 "mtu": 1458, 07:39:52 "selinux-enabled": true, 07:39:52 "seccomp-profile": "/etc/docker/seccomp.json" 07:39:52 } [Pipeline] sh 07:39:53 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 07:39:53 + sudo service docker restart 07:39:55 level=info msg="[loader] Go packages loading at mode 575 (compiled_files|imports|name|deps|exports_file|files|types_sizes) took 23.483380482s" 07:39:55 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 54.432333ms" 07:40:08 level=info msg="[linters_context/goanalysis] analyzers took 1m42.953440487s with top 10 stages: buildir: 1m4.198960369s, gosec: 4.546805392s, inspect: 3.125765785s, fact_deprecated: 2.53383875s, printf: 1.689935022s, fact_purity: 1.392460393s, ctrlflow: 1.274159962s, S1038: 1.249010959s, nilness: 1.134657342s, directives: 680.683676ms" 07:40:08 level=info msg="[runner] Issues before processing: 202, after processing: 0" 07:40:08 level=info msg="[runner] Processors filtering stat (in/out): cgo: 202/202, exclude: 202/202, filename_unadjuster: 202/202, path_prettifier: 202/202, skip_dirs: 202/202, nolint: 20/0, skip_files: 202/202, autogenerated_exclude: 202/202, identifier_marker: 202/202, invalid_issue: 202/202, exclude-rules: 202/20" 07:40:08 level=info msg="[runner] processing took 18.874768ms with stages: nolint: 7.749573ms, identifier_marker: 4.982073ms, autogenerated_exclude: 1.733932ms, path_prettifier: 1.662201ms, skip_dirs: 1.46291ms, exclude-rules: 1.181808ms, invalid_issue: 56.081µs, cgo: 28.48µs, filename_unadjuster: 13.11µs, max_same_issues: 910ns, skip_files: 600ns, fixer: 500ns, max_from_linter: 460ns, uniq_by_line: 450ns, sort_results: 450ns, diff: 320ns, exclude: 270ns, source_code: 150ns, path_prefixer: 140ns, max_per_file_from_linter: 130ns, path_shortener: 120ns, severity-rules: 100ns" 07:40:08 level=info msg="[runner] linters took 13.347358217s with stages: goanalysis_metalinter: 13.328398289s" 07:40:08 level=info msg="File cache stats: 0 entries of total size 0B" 07:40:08 level=info msg="Memory: 367 samples, avg is 308.8MB, max is 1465.2MB" 07:40:08 level=info msg="Execution took 36.892516959s" 07:40:08 go vet ./... [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:40:11 provisioning config files... 07:40:11 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/851@tmp/config17466134757748635042tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:40:12 ---> ****-login.sh 07:40:12 nexus3.edgexfoundry.org:10001 07:40:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:40:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:40:12 Configure a credential helper to remove this warning. See 07:40:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:40:12 07:40:12 Login Succeeded 07:40:12 nexus3.edgexfoundry.org:10002 07:40:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:40:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:40:13 Configure a credential helper to remove this warning. See 07:40:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:40:13 07:40:13 Login Succeeded 07:40:13 nexus3.edgexfoundry.org:10003 07:40:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:40:13 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 07:40:13 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 07:40:13 ./bin/test-attribution-txt.sh 07:40:13 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 07:40:13 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [Pipeline] echo 07:40:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 07:40:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:40:13 Configure a credential helper to remove this warning. See 07:40:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:40:13 07:40:13 Login Succeeded 07:40:13 nexus3.edgexfoundry.org:10004 07:40:13 + ls -al . 07:40:13 total 1992 07:40:13 drwxrwxr-x 11 1001 1001 4096 Jun 10 07:38 . 07:40:13 drwxr-xr-x 4 root root 4096 Jun 10 07:38 .. 07:40:13 drwxrwxr-x 2 1001 1001 4096 Jun 10 07:37 .blubracket 07:40:13 -rw-rw-r-- 1 1001 1001 10 Jun 10 07:37 .dockerignore 07:40:13 drwxrwxr-x 8 1001 1001 4096 Jun 10 07:39 .git 07:40:13 drwxrwxr-x 3 1001 1001 4096 Jun 10 07:37 .github 07:40:13 -rw-rw-r-- 1 1001 1001 909 Jun 10 07:37 .gitignore 07:40:13 -rw-rw-r-- 1 1001 1001 218 Jun 10 07:37 .golangci.yml 07:40:13 -rw-rw-r-- 1 1001 1001 100 Jun 10 07:37 .hadolint.yml 07:40:13 drwxr-xr-x 3 1001 1001 4096 Jun 10 07:37 .semver 07:40:13 -rw-rw-r-- 1 1001 1001 155 Jun 10 07:37 .sonarcloud.properties 07:40:13 -rw-rw-r-- 1 1001 1001 1171 Jun 10 07:37 ADOPTERS.md 07:40:13 -rw-rw-r-- 1 1001 1001 17374 Jun 10 07:37 Attribution.txt 07:40:13 -rw-rw-r-- 1 1001 1001 108018 Jun 10 07:37 CHANGELOG.md 07:40:13 -rw-rw-r-- 1 1001 1001 3804 Jun 10 07:37 CONTRIBUTING.md 07:40:13 -rw-rw-r-- 1 1001 1001 677 Jun 10 07:37 GOVERNANCE.md 07:40:13 -rw-rw-r-- 1 1001 1001 858 Jun 10 07:37 Jenkinsfile 07:40:13 -rw-rw-r-- 1 1001 1001 10775 Jun 10 07:37 LICENSE 07:40:13 -rw-rw-r-- 1 1001 1001 16740 Jun 10 07:37 Makefile 07:40:13 -rw-rw-r-- 1 1001 1001 582 Jun 10 07:37 OWNERS.md 07:40:13 -rw-rw-r-- 1 1001 1001 9932 Jun 10 07:37 README.md 07:40:13 -rw-rw-r-- 1 1001 1001 789 Jun 10 07:37 SECURITY.md 07:40:13 -rw-rw-r-- 1 1001 1001 12 Jun 10 07:37 VERSION 07:40:13 drwxrwxr-x 2 1001 1001 4096 Jun 10 07:37 bin 07:40:13 drwxrwxr-x 19 1001 1001 4096 Jun 10 07:37 cmd 07:40:13 -rw-r--r-- 1 root root 1662281 Jun 10 07:39 coverage.out 07:40:13 drwxrwxr-x 2 1001 1001 4096 Jun 10 07:37 fuzz_test 07:40:13 -rw-rw-r-- 1 1001 1001 6474 Jun 10 07:37 go.mod 07:40:13 -rw-rw-r-- 1 1001 1001 88008 Jun 10 07:37 go.sum 07:40:13 drwxrwxr-x 7 1001 1001 4096 Jun 10 07:37 internal 07:40:13 drwxrwxr-x 2 1001 1001 4096 Jun 10 07:37 openapi 07:40:13 -rw-rw-r-- 1 1001 1001 584 Jun 10 07:37 security.txt 07:40:13 -rw-rw-r-- 1 1001 1001 204 Jun 10 07:37 version.go [Pipeline] sh 07:40:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:40:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:40:13 Configure a credential helper to remove this warning. See 07:40:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:40:13 07:40:13 Login Succeeded 07:40:13 ****.io 07:40:13 + '[' -e coverage.out ] 07:40:13 + chown 1001:1001 coverage.out [Pipeline] stash 07:40:14 Stashed 1 file(s) [Pipeline] sh 07:40:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:40:14 + make build 07:40:14 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 07:40:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:40:14 Configure a credential helper to remove this warning. See 07:40:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:40:14 07:40:14 Login Succeeded 07:40:14 ---> ****-login.sh ends [Pipeline] } 07:40:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 07:40:15 + git config --global --add safe.directory /w/workspace/edgex-go/851 [Pipeline] echo 07:40:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 07:40:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 07:40:15 ========================================================= 07:40:15 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 07:40:15 ========================================================= [Pipeline] fileExists [Pipeline] sh 07:40:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 07:40:15 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:40:15 94e9d8af2201: Pulling fs layer 07:40:15 634366ca850b: Pulling fs layer 07:40:15 f66ade281fe9: Pulling fs layer 07:40:15 13fd4ce6e94e: Pulling fs layer 07:40:15 4f4fb700ef54: Pulling fs layer 07:40:15 4cccf3f17d63: Pulling fs layer 07:40:15 2d8010953d95: Pulling fs layer 07:40:15 ec743f232bc5: Pulling fs layer 07:40:15 4f4fb700ef54: Waiting 07:40:15 4cccf3f17d63: Waiting 07:40:15 2d8010953d95: Waiting 07:40:15 ec743f232bc5: Waiting 07:40:15 13fd4ce6e94e: Waiting 07:40:15 634366ca850b: Verifying Checksum 07:40:15 634366ca850b: Download complete 07:40:15 13fd4ce6e94e: Verifying Checksum 07:40:15 13fd4ce6e94e: Download complete 07:40:15 4f4fb700ef54: Verifying Checksum 07:40:15 4f4fb700ef54: Download complete 07:40:15 4cccf3f17d63: Verifying Checksum 07:40:15 4cccf3f17d63: Download complete 07:40:15 94e9d8af2201: Verifying Checksum 07:40:15 94e9d8af2201: Download complete 07:40:16 ec743f232bc5: Verifying Checksum 07:40:16 ec743f232bc5: Download complete 07:40:16 94e9d8af2201: Pull complete 07:40:17 634366ca850b: Pull complete 07:40:17 f66ade281fe9: Verifying Checksum 07:40:17 f66ade281fe9: Download complete 07:40:18 2d8010953d95: Verifying Checksum 07:40:18 2d8010953d95: Download complete 07:40:33 f66ade281fe9: Pull complete 07:40:33 13fd4ce6e94e: Pull complete 07:40:33 4f4fb700ef54: Pull complete 07:40:33 4cccf3f17d63: Pull complete 07:40:40 2d8010953d95: Pull complete 07:40:40 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:40:40 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 07:40:40 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 07:40:40 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 07:40:42 ec743f232bc5: Pull complete 07:40:42 Digest: sha256:a6e51edf931e1c2109943d1a62f1c16b78b2281728f1935e6b3d8efd9a0c5dda 07:40:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 07:40:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh 07:40:42 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:40:42 + + docker build -techo ci-base-image-arm64 FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 07:40:42 WORKDIR /edgex 07:40:42 COPY go.mod . 07:40:42 RUN go mod download -f 07:40:42 - . 07:40:42 Sending build context to Docker daemon 3.698MB 07:40:43 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 07:40:43 ---> 12c1d4c06be1 07:40:43 Step 2/4 : WORKDIR /edgex 07:40:43 ---> Running in 41113ab29bf9 07:40:44 Removing intermediate container 41113ab29bf9 07:40:44 ---> 100b10d25cdd 07:40:44 Step 3/4 : COPY go.mod . 07:40:44 ---> 27e7efe39210 07:40:44 Step 4/4 : RUN go mod download 07:40:44 ---> Running in 0265e5e7060f 07:40:47 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:40:49 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 07:40:51 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:40:53 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:40:54 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 07:40:56 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 07:40:56 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 07:40:58 $ docker stop --time=1 87b249a46cbfcb1569c24c7e1c6a8207fdcd9148d679b7205b0fab27e8d6b2bf 07:41:01 $ docker rm -f --volumes 87b249a46cbfcb1569c24c7e1c6a8207fdcd9148d679b7205b0fab27e8d6b2bf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:41:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:41:02 07:41:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:41:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:41:03 latest: Pulling from edgex-devops/edgex-compose 07:41:03 91d30c5bc195: Pulling fs layer 07:41:03 2e9b0aa3be6d: Pulling fs layer 07:41:03 9c61dcf015f6: Pulling fs layer 07:41:03 4698f68db338: Pulling fs layer 07:41:03 2a2f49069b9e: Pulling fs layer 07:41:03 e0025b399a48: Pulling fs layer 07:41:03 4698f68db338: Waiting 07:41:03 2a2f49069b9e: Waiting 07:41:03 e0025b399a48: Waiting 07:41:03 91d30c5bc195: Verifying Checksum 07:41:03 91d30c5bc195: Download complete 07:41:03 4698f68db338: Download complete 07:41:03 2e9b0aa3be6d: Verifying Checksum 07:41:03 2e9b0aa3be6d: Download complete 07:41:03 e0025b399a48: Verifying Checksum 07:41:03 e0025b399a48: Download complete 07:41:03 91d30c5bc195: Pull complete 07:41:03 2a2f49069b9e: Verifying Checksum 07:41:03 2a2f49069b9e: Download complete 07:41:03 2e9b0aa3be6d: Pull complete 07:41:03 9c61dcf015f6: Verifying Checksum 07:41:03 9c61dcf015f6: Download complete 07:41:06 9c61dcf015f6: Pull complete 07:41:06 4698f68db338: Pull complete 07:41:06 2a2f49069b9e: Pull complete 07:41:06 e0025b399a48: Pull complete 07:41:06 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 07:41:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:41:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:41:06 prd-ubuntu20.04-docker-8c-8g-3061 does not seem to be running inside a container 07:41:06 $ 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/851 -v /w/workspace/edgex-go/851:/w/workspace/edgex-go/851:rw,z -v /w/workspace/edgex-go/851@tmp:/w/workspace/edgex-go/851@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 07:41:07 $ docker top 15f8ae9040c7aa708c5ec506e8bdb0c97d3c1274cb95e2f0cd89c1774303624f -eo pid,comm [Pipeline] { [Pipeline] sh 07:41:08 + docker compose -f ./docker-compose-build.yml build --parallel 07:41:10 #1 [core-keeper internal] load build definition from Dockerfile 07:41:10 #1 transferring dockerfile: 2.01kB done 07:41:10 #1 DONE 0.0s 07:41:10 07:41:10 #2 [core-metadata internal] load build definition from Dockerfile 07:41:10 #2 transferring dockerfile: 2.10kB done 07:41:10 #2 DONE 0.0s 07:41:10 07:41:10 #3 [security-spire-server internal] load build definition from Dockerfile 07:41:10 #3 transferring dockerfile: 1.70kB done 07:41:10 #3 DONE 0.0s 07:41:10 07:41:10 #4 [security-spire-agent internal] load build definition from Dockerfile 07:41:10 #4 transferring dockerfile: 1.81kB done 07:41:10 #4 DONE 0.0s 07:41:10 07:41:10 #5 [security-secretstore-setup internal] load build definition from Dockerfile 07:41:10 #5 transferring dockerfile: 2.49kB done 07:41:10 #5 DONE 0.0s 07:41:10 07:41:10 #6 [security-spire-config internal] load build definition from Dockerfile 07:41:10 #6 transferring dockerfile: 1.69kB done 07:41:10 #6 DONE 0.0s 07:41:10 07:41:10 #7 [core-data internal] load build definition from Dockerfile 07:41:10 #7 transferring dockerfile: 2.04kB done 07:41:10 #7 DONE 0.0s 07:41:10 07:41:10 #8 [support-scheduler internal] load build definition from Dockerfile 07:41:10 #8 transferring dockerfile: 1.83kB done 07:41:10 #8 DONE 0.0s 07:41:10 07:41:10 #9 [core-common-config-bootstrapper internal] load build definition from Dockerfile 07:41:10 #9 transferring dockerfile: 2.23kB done 07:41:10 #9 DONE 0.0s 07:41:10 07:41:10 #10 [security-proxy-setup internal] load build definition from Dockerfile 07:41:10 #10 transferring dockerfile: 2.50kB done 07:41:10 #10 DONE 0.0s 07:41:10 07:41:10 #11 [security-spiffe-token-provider internal] load build definition from Dockerfile 07:41:10 #11 transferring dockerfile: 1.89kB done 07:41:10 #11 DONE 0.0s 07:41:10 07:41:10 #12 [core-command internal] load build definition from Dockerfile 07:41:10 #12 transferring dockerfile: 1.94kB done 07:41:10 #12 DONE 0.0s 07:41:10 07:41:10 #13 [security-proxy-auth internal] load build definition from Dockerfile 07:41:10 #13 transferring dockerfile: 2.14kB done 07:41:10 #13 DONE 0.1s 07:41:10 07:41:10 #14 [security-bootstrapper internal] load build definition from Dockerfile 07:41:10 #14 transferring dockerfile: 3.02kB done 07:41:10 #14 DONE 0.1s 07:41:10 07:41:10 #15 [support-notifications internal] load build definition from Dockerfile 07:41:10 #15 transferring dockerfile: 2.00kB done 07:41:10 #15 DONE 0.1s 07:41:10 07:41:10 #16 [core-keeper internal] load .dockerignore 07:41:10 #16 transferring context: 50B done 07:41:10 #16 DONE 0.1s 07:41:11 07:41:11 #17 [core-metadata internal] load .dockerignore 07:41:11 #17 transferring context: 50B done 07:41:11 #17 DONE 0.0s 07:41:11 07:41:11 #18 [security-spire-server internal] load .dockerignore 07:41:11 #18 transferring context: 50B done 07:41:11 #18 DONE 0.0s 07:41:11 07:41:11 #19 [security-spire-agent internal] load .dockerignore 07:41:11 #19 transferring context: 50B done 07:41:11 #19 DONE 0.0s 07:41:11 07:41:11 #20 [security-secretstore-setup internal] load .dockerignore 07:41:11 #20 transferring context: 50B done 07:41:11 #20 DONE 0.0s 07:41:11 07:41:11 #21 [security-spire-config internal] load .dockerignore 07:41:11 #21 transferring context: 50B done 07:41:11 #21 DONE 0.0s 07:41:11 07:41:11 #22 [core-data internal] load .dockerignore 07:41:11 #22 transferring context: 50B done 07:41:11 #22 DONE 0.0s 07:41:11 07:41:11 #23 [support-scheduler internal] load .dockerignore 07:41:11 #23 transferring context: 50B done 07:41:11 #23 DONE 0.0s 07:41:11 07:41:11 #24 [core-common-config-bootstrapper internal] load .dockerignore 07:41:11 #24 transferring context: 50B done 07:41:11 #24 DONE 0.0s 07:41:11 07:41:11 #25 [security-proxy-setup internal] load .dockerignore 07:41:11 #25 transferring context: 50B done 07:41:11 #25 DONE 0.0s 07:41:11 07:41:11 #26 [security-spiffe-token-provider internal] load .dockerignore 07:41:11 #26 transferring context: 50B done 07:41:11 #26 DONE 0.0s 07:41:11 07:41:11 #27 [core-command internal] load .dockerignore 07:41:11 #27 transferring context: 50B done 07:41:11 #27 DONE 0.0s 07:41:11 07:41:11 #28 [security-bootstrapper internal] load .dockerignore 07:41:11 #28 transferring context: 50B done 07:41:11 #28 DONE 0.0s 07:41:11 07:41:11 #29 [security-proxy-auth internal] load .dockerignore 07:41:11 #29 transferring context: 50B done 07:41:11 #29 DONE 0.1s 07:41:11 07:41:11 #30 [support-notifications internal] load .dockerignore 07:41:11 #30 transferring context: 50B done 07:41:11 #30 DONE 0.1s 07:41:11 07:41:11 #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 07:41:11 #31 DONE 0.0s 07:41:11 07:41:11 #32 [core-keeper internal] load metadata for docker.io/library/alpine:3.20 07:41:11 #32 DONE 0.1s 07:41:11 07:41:11 #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 07:41:11 #31 DONE 0.0s 07:41:11 07:41:11 #33 [core-metadata stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 07:41:11 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 07:41:11 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 07:41:11 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 07:41:11 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 07:41:11 #33 DONE 0.1s 07:41:11 07:41:11 #31 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 07:41:11 #31 DONE 0.0s 07:41:11 07:41:11 #32 [core-data internal] load metadata for docker.io/library/alpine:3.20 07:41:11 #32 ... 07:41:11 07:41:11 #33 [support-scheduler stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 07:41:11 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 07:41:11 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 07:41:11 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 07:41:11 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 07:41:11 #33 DONE 0.1s 07:41:11 07:41:11 #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 07:41:11 #31 DONE 0.0s 07:41:11 07:41:11 #32 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 07:41:11 #32 ... 07:41:11 07:41:11 #33 [security-proxy-setup stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 07:41:11 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 07:41:11 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 07:41:11 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 07:41:11 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 07:41:11 #33 DONE 0.1s 07:41:11 07:41:11 #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 07:41:11 #31 DONE 0.0s 07:41:11 07:41:11 #32 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 07:41:11 #32 ... 07:41:11 07:41:11 #33 [core-command stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 07:41:11 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 07:41:11 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 07:41:11 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 07:41:11 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 07:41:11 #33 DONE 0.1s 07:41:11 07:41:11 #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 07:41:11 #31 DONE 0.0s 07:41:11 07:41:11 #32 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 07:41:11 #32 DONE 0.4s 07:41:11 07:41:11 #34 [core-command internal] load build context 07:41:11 #34 ... 07:41:11 07:41:11 #33 [support-notifications stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 07:41:11 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 07:41:11 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 07:41:11 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 07:41:11 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 07:41:11 #33 DONE 0.1s 07:41:11 07:41:11 #34 [core-command internal] load build context 07:41:12 #34 ... 07:41:12 07:41:12 #33 [security-spire-agent stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 07:41:12 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 07:41:12 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 07:41:12 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 07:41:12 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 07:41:12 #33 DONE 0.2s 07:41:12 07:41:12 #35 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 07:41:12 #35 DONE 0.7s 07:41:12 07:41:12 #36 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 07:41:12 #36 DONE 0.7s 07:41:12 07:41:12 #33 [security-spire-server stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 07:41:12 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 07:41:12 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 07:41:12 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 07:41:12 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 07:41:12 #33 DONE 0.2s 07:41:12 07:41:12 #37 [core-keeper builder 1/8] FROM docker.io/library/ci-base-image-x86_64 07:41:12 #37 DONE 1.1s 07:41:12 07:41:12 #38 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 07:41:12 #38 ... 07:41:12 07:41:12 #39 [security-spire-config internal] load build context 07:41:12 #39 transferring context: 22.05kB 0.0s done 07:41:12 #39 DONE 0.1s 07:41:12 07:41:12 #40 [security-spire-server internal] load build context 07:41:12 #40 transferring context: 23.80kB 0.0s done 07:41:12 #40 DONE 0.2s 07:41:12 07:41:12 #41 [security-spire-agent internal] load build context 07:41:12 #41 transferring context: 23.33kB 0.0s done 07:41:12 #41 DONE 0.2s 07:41:12 07:41:12 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:41:12 #42 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.2s done 07:41:12 #42 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done 07:41:12 #42 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.1s 07:41:12 #42 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 07:41:12 #42 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done 07:41:12 #42 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.2s 07:41:13 #42 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 1.2s 07:41:13 #42 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.5s 07:41:14 #42 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.8s done 07:41:15 #42 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 07:41:15 #42 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 07:41:17 #42 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 4.9s 07:41:17 #42 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 5.5s done 07:41:17 #42 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 5.7s 07:41:19 #42 ... 07:41:19 07:41:19 #43 [security-secretstore-setup builder 2/8] WORKDIR /edgex-go 07:41:19 #43 DONE 6.9s 07:41:19 07:41:19 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:41:19 #42 ... 07:41:19 07:41:19 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 07:41:19 #44 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.1s done 07:41:19 #44 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done 07:41:19 #44 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 07:41:19 #44 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done 07:41:19 #44 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.8s done 07:41:19 #44 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 3.7s done 07:41:19 #44 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 5.5s done 07:41:19 #44 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 07:41:19 #44 ... 07:41:19 07:41:19 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:41:19 #42 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 6.9s done 07:41:19 #42 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 07:41:19 #42 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done 07:41:21 #42 ... 07:41:21 07:41:21 #45 [core-keeper internal] load build context 07:41:21 #45 transferring context: 450.05MB 9.9s 07:41:21 #45 ... 07:41:21 07:41:21 #46 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:41:21 #46 ... 07:41:21 07:41:21 #47 [core-metadata internal] load build context 07:41:21 #47 ... 07:41:21 07:41:21 #48 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 07:41:21 #0 3.197 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:41:21 #0 3.266 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:41:21 #0 3.520 (1/3) Installing ca-certificates (20241121-r1) 07:41:21 #0 3.538 (2/3) Installing dumb-init (1.2.5-r3) 07:41:21 #0 3.543 (3/3) Installing tzdata (2025b-r0) 07:41:21 #0 3.574 Executing busybox-1.36.1-r29.trigger 07:41:21 #0 3.583 Executing ca-certificates-20241121-r1.trigger 07:41:21 #0 3.625 OK: 10 MiB in 17 packages 07:41:21 #48 ... 07:41:21 07:41:21 #49 [security-proxy-setup internal] load build context 07:41:21 #49 ... 07:41:21 07:41:21 #50 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 07:41:21 #50 ... 07:41:21 07:41:21 #51 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 07:41:21 #0 0.852 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:41:21 #0 0.925 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:41:21 #0 1.236 (1/1) Installing dumb-init (1.2.5-r3) 07:41:21 #0 1.242 Executing busybox-1.36.1-r29.trigger 07:41:21 #0 1.269 OK: 8 MiB in 15 packages 07:41:22 #51 ... 07:41:22 07:41:22 #52 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 07:41:22 #0 0.774 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:41:22 #0 0.961 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:41:22 #0 1.412 (1/1) Installing dumb-init (1.2.5-r3) 07:41:22 #0 1.424 Executing busybox-1.36.1-r29.trigger 07:41:22 #0 1.433 OK: 8 MiB in 15 packages 07:41:22 #52 ... 07:41:22 07:41:22 #53 [security-proxy-auth internal] load build context 07:41:22 #53 ... 07:41:22 07:41:22 #34 [core-command internal] load build context 07:41:22 #34 ... 07:41:22 07:41:22 #54 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 07:41:22 #54 ... 07:41:22 07:41:22 #55 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:41:22 #55 ... 07:41:22 07:41:22 #56 [core-data internal] load build context 07:41:22 #56 ... 07:41:22 07:41:22 #57 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 07:41:22 #57 ... 07:41:22 07:41:22 #58 [support-scheduler internal] load build context 07:41:22 #58 ... 07:41:22 07:41:22 #59 [security-bootstrapper internal] load build context 07:41:22 #59 ... 07:41:22 07:41:22 #60 [core-common-config-bootstrapper internal] load build context 07:41:23 #60 ... 07:41:23 07:41:23 #61 [security-spiffe-token-provider internal] load build context 07:41:23 #61 ... 07:41:23 07:41:23 #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 07:41:23 #62 ... 07:41:23 07:41:23 #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 07:41:23 #63 ... 07:41:23 07:41:23 #64 [support-notifications internal] load build context 07:41:23 #64 ... 07:41:23 07:41:23 #65 [security-secretstore-setup internal] load build context 07:41:23 #65 ... 07:41:23 07:41:23 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:41:23 #42 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 11.4s 07:41:23 #42 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.0s done 07:41:25 #42 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 12.8s done 07:41:28 #42 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 07:41:29 #42 ... 07:41:29 07:41:29 #66 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:41:29 #66 ... 07:41:29 07:41:29 #67 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 07:41:29 #67 ... 07:41:29 07:41:29 #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 07:41:29 #68 ... 07:41:29 07:41:29 #69 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 07:41:29 #69 ... 07:41:29 07:41:29 #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 07:41:30 #70 ... 07:41:30 07:41:30 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 07:41:30 #44 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done 07:41:30 #44 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 10.9s done 07:41:30 #44 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.0s done 07:41:30 #44 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0.6s done 07:41:30 #44 ... 07:41:30 07:41:30 #53 [security-proxy-auth internal] load build context 07:41:30 #53 transferring context: 507.75MB 11.5s done 07:41:30 #53 DONE 18.4s 07:41:30 07:41:30 #45 [core-keeper internal] load build context 07:41:30 #45 transferring context: 507.75MB 11.3s done 07:41:30 #45 DONE 18.8s 07:41:30 07:41:30 #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 07:41:30 #71 ... 07:41:30 07:41:30 #48 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 07:41:30 #48 DONE 18.6s 07:41:30 07:41:30 #52 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 07:41:30 #52 DONE 18.8s 07:41:30 07:41:30 #51 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 07:41:30 #51 DONE 18.6s 07:41:30 07:41:30 #56 [core-data internal] load build context 07:41:30 #56 transferring context: 507.75MB 12.3s done 07:41:30 #56 DONE 18.7s 07:41:30 07:41:30 #64 [support-notifications internal] load build context 07:41:30 #64 transferring context: 507.75MB 11.7s done 07:41:30 #64 DONE 18.3s 07:41:30 07:41:30 #49 [security-proxy-setup internal] load build context 07:41:30 #49 transferring context: 507.75MB 12.5s done 07:41:30 #49 DONE 18.6s 07:41:30 07:41:30 #59 [security-bootstrapper internal] load build context 07:41:30 #59 transferring context: 507.75MB 12.3s done 07:41:30 #59 DONE 18.5s 07:41:30 07:41:30 #34 [core-command internal] load build context 07:41:30 #34 transferring context: 507.75MB 13.1s done 07:41:30 #34 DONE 18.5s 07:41:30 07:41:30 #58 [support-scheduler internal] load build context 07:41:30 #58 transferring context: 507.75MB 13.4s done 07:41:30 #58 DONE 18.7s 07:41:30 07:41:30 #65 [security-secretstore-setup internal] load build context 07:41:30 #65 transferring context: 507.75MB 13.0s done 07:41:30 #65 DONE 18.7s 07:41:30 07:41:30 #46 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:41:30 #46 DONE 18.8s 07:41:30 07:41:30 #72 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 07:41:30 #72 ... 07:41:30 07:41:30 #60 [core-common-config-bootstrapper internal] load build context 07:41:30 #60 transferring context: 507.75MB 14.0s done 07:41:30 #60 DONE 18.7s 07:41:30 07:41:30 #47 [core-metadata internal] load build context 07:41:30 #47 transferring context: 507.75MB 14.2s done 07:41:30 #47 DONE 18.9s 07:41:30 07:41:30 #61 [security-spiffe-token-provider internal] load build context 07:41:30 #61 transferring context: 507.75MB 13.9s done 07:41:30 #61 DONE 18.6s 07:41:30 07:41:30 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:41:30 #42 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 1.0s done 07:41:30 #42 DONE 18.3s 07:41:30 07:41:30 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 07:41:31 #44 ... 07:41:31 07:41:31 #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 07:41:31 #62 18.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:41:31 #62 19.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:41:31 #62 19.55 (1/4) Installing dumb-init (1.2.5-r3) 07:41:31 #62 19.57 (2/4) Installing openssl (3.3.3-r0) 07:41:31 #62 19.57 (3/4) Installing su-exec (0.2-r3) 07:41:31 #62 19.59 (4/4) Installing yq-go (4.44.1-r2) 07:41:31 #62 19.66 Executing busybox-1.36.1-r29.trigger 07:41:31 #62 19.69 OK: 19 MiB in 18 packages 07:41:31 #62 DONE 19.9s 07:41:31 07:41:31 #54 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 07:41:31 #54 18.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:41:31 #54 18.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:41:31 #54 19.40 (1/2) Installing dumb-init (1.2.5-r3) 07:41:31 #54 19.41 (2/2) Installing su-exec (0.2-r3) 07:41:31 #54 19.41 Executing busybox-1.36.1-r29.trigger 07:41:31 #54 19.42 OK: 8 MiB in 16 packages 07:41:31 #54 DONE 19.8s 07:41:31 07:41:31 #50 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 07:41:31 #50 19.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:41:31 #50 19.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:41:31 #50 19.64 (1/4) Installing ca-certificates (20241121-r1) 07:41:31 #50 19.66 (2/4) Installing dumb-init (1.2.5-r3) 07:41:31 #50 19.67 (3/4) Installing su-exec (0.2-r3) 07:41:31 #50 19.67 (4/4) Installing yq-go (4.44.1-r2) 07:41:31 #50 19.75 Executing busybox-1.36.1-r29.trigger 07:41:31 #50 19.76 Executing ca-certificates-20241121-r1.trigger 07:41:31 #50 19.83 OK: 19 MiB in 18 packages 07:41:31 #50 DONE 20.1s 07:41:31 07:41:31 #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 07:41:31 #68 12.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:41:31 #68 12.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:41:31 #68 ... 07:41:31 07:41:31 #57 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 07:41:31 #57 18.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:41:31 #57 18.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:41:31 #57 19.29 (1/7) Installing ca-certificates (20241121-r1) 07:41:31 #57 19.31 (2/7) Installing dumb-init (1.2.5-r3) 07:41:31 #57 19.31 (3/7) Installing libgcc (13.2.1_git20240309-r1) 07:41:31 #57 19.32 (4/7) Installing libsodium (1.0.19-r0) 07:41:31 #57 19.32 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 07:41:31 #57 19.35 (6/7) Installing libzmq (4.3.5-r2) 07:41:31 #57 19.36 (7/7) Installing zeromq (4.3.5-r2) 07:41:31 #57 19.36 Executing busybox-1.36.1-r29.trigger 07:41:31 #57 19.37 Executing ca-certificates-20241121-r1.trigger 07:41:31 #57 19.47 OK: 12 MiB in 21 packages 07:41:31 #57 DONE 19.7s 07:41:31 07:41:31 #55 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:41:31 #55 18.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:41:31 #55 18.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:41:31 #55 19.10 v3.20.6-200-gded100be0f8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 07:41:31 #55 19.10 v3.20.6-200-gded100be0f8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 07:41:31 #55 19.10 OK: 24171 distinct packages available 07:41:31 #55 19.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:41:31 #55 19.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:41:31 #55 19.67 (1/5) Installing dumb-init (1.2.5-r3) 07:41:31 #55 19.68 (2/5) Installing musl-obstack (1.2.3-r2) 07:41:31 #55 19.68 (3/5) Installing libucontext (1.2-r3) 07:41:31 #55 19.69 (4/5) Installing gcompat (1.1.0-r4) 07:41:31 #55 19.69 (5/5) Installing openssl (3.3.3-r0) 07:41:31 #55 19.70 Executing busybox-1.36.1-r29.trigger 07:41:31 #55 19.72 OK: 9 MiB in 19 packages 07:41:32 #55 DONE 19.9s 07:41:32 07:41:32 #38 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 07:41:32 #38 18.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:41:32 #38 18.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:41:32 #38 19.05 v3.20.6-200-gded100be0f8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 07:41:32 #38 19.05 v3.20.6-200-gded100be0f8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 07:41:32 #38 19.05 OK: 24171 distinct packages available 07:41:32 #38 19.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:41:32 #38 19.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:41:32 #38 19.68 (1/4) Installing dumb-init (1.2.5-r3) 07:41:32 #38 19.69 (2/4) Installing musl-obstack (1.2.3-r2) 07:41:32 #38 19.69 (3/4) Installing libucontext (1.2-r3) 07:41:32 #38 19.70 (4/4) Installing gcompat (1.1.0-r4) 07:41:32 #38 19.71 Executing busybox-1.36.1-r29.trigger 07:41:32 #38 19.72 OK: 8 MiB in 18 packages 07:41:32 #38 DONE 19.9s 07:41:32 07:41:32 #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 07:41:32 #68 12.79 OK: 248 MiB in 58 packages 07:41:32 #68 DONE 12.9s 07:41:32 07:41:32 #73 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade 07:41:32 #73 ... 07:41:32 07:41:32 #67 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 07:41:32 #67 12.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:41:32 #67 12.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:41:32 #67 12.82 OK: 248 MiB in 58 packages 07:41:32 #67 DONE 13.0s 07:41:32 07:41:32 #74 [support-notifications builder 4/7] COPY go.mod vendor* ./ 07:41:32 #74 DONE 0.1s 07:41:32 07:41:32 #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 07:41:32 #63 19.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:41:32 #63 19.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:41:32 #63 19.77 v3.20.6-200-gded100be0f8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 07:41:32 #63 19.77 v3.20.6-200-gded100be0f8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 07:41:32 #63 19.77 OK: 24171 distinct packages available 07:41:32 #63 19.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:41:32 #63 19.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:41:32 #63 20.31 (1/14) Installing ca-certificates (20241121-r1) 07:41:32 #63 20.32 (2/14) Installing brotli-libs (1.1.0-r2) 07:41:32 #63 20.33 (3/14) Installing c-ares (1.33.1-r0) 07:41:32 #63 20.34 (4/14) Installing libunistring (1.2-r0) 07:41:32 #63 20.35 (5/14) Installing libidn2 (2.3.7-r0) 07:41:32 #63 20.36 (6/14) Installing nghttp2-libs (1.62.1-r0) 07:41:32 #63 20.36 (7/14) Installing libpsl (0.21.5-r1) 07:41:32 #63 20.37 (8/14) Installing zstd-libs (1.5.6-r0) 07:41:32 #63 20.38 (9/14) Installing libcurl (8.12.1-r0) 07:41:32 #63 20.40 (10/14) Installing curl (8.12.1-r0) 07:41:32 #63 20.41 (11/14) Installing dumb-init (1.2.5-r3) 07:41:32 #63 20.42 (12/14) Installing musl-obstack (1.2.3-r2) 07:41:32 #63 20.42 (13/14) Installing libucontext (1.2-r3) 07:41:32 #63 20.42 (14/14) Installing gcompat (1.1.0-r4) 07:41:32 #63 20.43 Executing busybox-1.36.1-r29.trigger 07:41:32 #63 20.43 Executing ca-certificates-20241121-r1.trigger 07:41:32 #63 20.50 OK: 13 MiB in 28 packages 07:41:32 #63 DONE 20.7s 07:41:32 07:41:32 #75 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 07:41:32 #75 DONE 0.1s 07:41:32 07:41:32 #69 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 07:41:32 #69 12.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:41:32 #69 12.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:41:32 #69 12.99 OK: 248 MiB in 58 packages 07:41:32 #69 DONE 13.1s 07:41:32 07:41:32 #76 [core-metadata builder 4/7] COPY go.mod vendor* ./ 07:41:32 #76 DONE 0.0s 07:41:32 07:41:32 #77 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:41:32 #77 ... 07:41:32 07:41:32 #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 07:41:32 #71 12.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:41:32 #71 12.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:41:32 #71 13.27 OK: 248 MiB in 58 packages 07:41:32 #71 DONE 13.4s 07:41:32 07:41:32 #78 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 07:41:32 #78 DONE 0.0s 07:41:32 07:41:32 #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 07:41:32 #70 12.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:41:32 #70 12.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:41:32 #70 12.70 v3.20.6-200-gded100be0f8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 07:41:32 #70 12.70 v3.20.6-200-gded100be0f8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 07:41:32 #70 12.70 OK: 24171 distinct packages available 07:41:32 #70 12.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:41:32 #70 12.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:41:32 #70 13.35 OK: 248 MiB in 58 packages 07:41:32 #70 DONE 13.5s 07:41:32 07:41:32 #79 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 07:41:32 #79 DONE 0.0s 07:41:32 07:41:32 #66 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:41:32 #66 DONE 13.5s 07:41:32 07:41:32 #80 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 07:41:33 #80 ... 07:41:33 07:41:33 #72 [core-command stage-1 3/9] RUN apk --no-cache upgrade 07:41:33 #72 2.389 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:41:33 #72 2.463 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:41:33 #72 2.813 OK: 8 MiB in 15 packages 07:41:33 #72 DONE 3.0s 07:41:33 07:41:33 #81 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:41:33 #81 ... 07:41:33 07:41:33 #82 [core-data stage-1 3/7] RUN apk --no-cache upgrade 07:41:33 #0 2.882 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:41:33 #0 2.967 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:41:33 #0 3.260 OK: 8 MiB in 15 packages 07:41:33 #82 DONE 3.4s 07:41:33 07:41:33 #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 07:41:33 #0 1.847 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:41:33 #0 1.921 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:41:33 #83 ... 07:41:33 07:41:33 #84 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 07:41:33 #0 3.105 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:41:33 #0 3.186 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:41:33 #0 3.544 OK: 10 MiB in 17 packages 07:41:33 #84 DONE 3.7s 07:41:33 07:41:33 #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 07:41:33 #83 2.276 OK: 19 MiB in 18 packages 07:41:34 #83 DONE 2.4s 07:41:34 07:41:34 #85 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 07:41:34 #85 DONE 0.0s 07:41:34 07:41:34 #86 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:41:34 #86 ... 07:41:34 07:41:34 #87 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 07:41:34 #0 2.791 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:41:34 #0 2.859 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:41:34 #0 3.133 OK: 8 MiB in 16 packages 07:41:34 #87 DONE 3.3s 07:41:34 07:41:34 #73 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade 07:41:34 #73 2.807 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:41:34 #73 2.898 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:41:34 #73 ... 07:41:34 07:41:34 #88 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 07:41:34 #0 2.954 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:41:34 #0 3.040 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:41:34 #0 3.371 OK: 19 MiB in 18 packages 07:41:34 #88 DONE 3.5s 07:41:35 07:41:35 #89 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 07:41:35 #89 ... 07:41:35 07:41:35 #90 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 07:41:35 #0 2.693 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:41:35 #0 2.772 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:41:35 #0 3.096 OK: 8 MiB in 18 packages 07:41:35 #90 DONE 3.2s 07:41:35 07:41:35 #91 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 07:41:35 #91 DONE 0.5s 07:41:35 07:41:35 #92 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 07:41:35 #0 3.167 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:41:35 #0 3.255 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:41:35 #0 3.661 OK: 12 MiB in 21 packages 07:41:35 #92 DONE 4.1s 07:41:35 07:41:35 #93 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 07:41:35 #0 2.870 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:41:35 #0 2.946 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:41:35 #0 3.300 OK: 13 MiB in 28 packages 07:41:35 #93 DONE 3.5s 07:41:35 07:41:35 #73 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade 07:41:35 #73 3.197 OK: 9 MiB in 19 packages 07:41:35 #73 DONE 3.7s 07:41:35 07:41:35 #94 [security-spire-config stage-2 5/10] COPY Attribution.txt / 07:41:36 #94 DONE 0.6s 07:41:36 07:41:36 #95 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 07:41:36 #95 DONE 0.6s 07:41:36 07:41:36 #96 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 07:41:36 #96 DONE 0.6s 07:41:36 07:41:36 #97 [security-spire-config stage-2 6/10] COPY security.txt / 07:41:36 #97 DONE 0.1s 07:41:36 07:41:36 #98 [security-spire-server stage-2 5/9] COPY Attribution.txt / 07:41:36 #98 DONE 0.1s 07:41:36 07:41:36 #99 [security-spire-server stage-2 6/9] COPY security.txt / 07:41:37 #99 DONE 0.5s 07:41:37 07:41:37 #100 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 07:41:37 #100 DONE 0.5s 07:41:37 07:41:37 #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 07:41:37 #101 DONE 0.6s 07:41:37 07:41:37 #102 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 07:41:37 #102 DONE 0.1s 07:41:37 07:41:37 #103 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 07:41:37 #103 DONE 0.1s 07:41:37 07:41:37 #104 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 07:41:37 #104 DONE 0.1s 07:41:37 07:41:37 #105 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 07:41:37 #105 DONE 0.1s 07:41:37 07:41:37 #106 [security-spire-agent stage-3 7/10] COPY security.txt / 07:41:37 #106 DONE 0.1s 07:41:37 07:41:37 #107 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 07:41:37 #107 DONE 0.1s 07:41:37 07:41:37 #108 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 07:41:37 #108 DONE 0.1s 07:41:37 07:41:37 #109 [security-spire-config] exporting to image 07:41:37 #109 exporting layers 07:41:37 #109 ... 07:41:37 07:41:37 #110 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 07:41:37 #110 DONE 0.1s 07:41:37 07:41:37 #111 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 07:41:37 #111 DONE 0.1s 07:41:37 07:41:37 #89 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 07:41:37 #89 DONE 2.4s 07:41:37 07:41:37 #112 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 07:41:37 #112 DONE 0.1s 07:41:37 07:41:37 #109 [security-spire-server] exporting to image 07:41:37 #109 ... 07:41:37 07:41:37 #113 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 07:41:37 #113 DONE 0.1s 07:41:37 07:41:37 #109 [security-spire-agent] exporting to image 07:41:37 #109 exporting layers 0.7s done 07:41:37 #109 writing image sha256:c824ac9980431a10186e9fef873d2f4498bd9fd5a6719455417c5292a868baa3 done 07:41:37 #109 naming to docker.io/library/security-spire-config done 07:41:37 #109 writing image sha256:6ec91ff21d45c1dd20a0067be64914ff446e21395b6f116b625c3148f8120d67 done 07:41:37 #109 naming to docker.io/library/security-spire-server done 07:41:38 #109 writing image sha256:e9713b2eec94f1fb2e295d093baf123bd93b1ea78dfa1f15b28763c5b0acd453 done 07:41:38 #109 naming to docker.io/library/security-spire-agent done 07:41:38 #109 DONE 1.0s 07:41:38 07:41:38 #80 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 07:41:38 #80 4.520 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:41:40 #80 7.117 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:41:40 #80 ... 07:41:40 07:41:40 #114 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 07:41:40 #0 3.300 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:41:40 #0 5.913 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:41:40 #0 9.319 (1/1) Installing dumb-init (1.2.5-r3) 07:41:41 #114 10.83 Executing busybox-1.36.1-r29.trigger 07:41:41 #114 10.84 OK: 8 MiB in 15 packages 07:41:41 #114 DONE 11.0s 07:41:41 07:41:41 #115 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:41:42 #115 ... 07:41:42 07:41:42 #116 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:41:43 #116 ... 07:41:43 07:41:43 #80 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 07:41:43 #80 10.56 OK: 248 MiB in 58 packages 07:41:43 #80 DONE 10.7s 07:41:43 07:41:43 #117 [core-keeper builder 5/8] COPY go.mod vendor* ./ 07:41:43 #117 DONE 0.0s 07:41:43 07:41:43 #118 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:41:52 Removing intermediate container 0265e5e7060f 07:41:52 ---> fd6650b8eab4 07:41:52 Successfully built fd6650b8eab4 07:41:52 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:41:53 + docker inspect -f . ci-base-image-arm64 07:41:53 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:41:53 prd-ubuntu20.04-docker-arm64-4c-16g-3062 does not seem to be running inside a container 07:41:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/851 -v /w/workspace/edgex-go/851:/w/workspace/edgex-go/851:rw,z -v /w/workspace/edgex-go/851@tmp:/w/workspace/edgex-go/851@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:41:54 $ docker top 5be11ecc9856e747ba601a11da10ecec87485dcdbde068df5126fcb759bf5b8b -eo pid,comm [Pipeline] { [Pipeline] sh 07:41:55 + go version 07:41:55 go version go1.23.8 linux/arm64 [Pipeline] } 07:41:55 $ docker stop --time=1 5be11ecc9856e747ba601a11da10ecec87485dcdbde068df5126fcb759bf5b8b 07:41:57 $ docker rm -f --volumes 5be11ecc9856e747ba601a11da10ecec87485dcdbde068df5126fcb759bf5b8b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:41:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:41:57 07:41:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:41:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:41:58 latest: Pulling from edgex-devops/edgex-compose-arm64 07:41:58 547446be3368: Pulling fs layer 07:41:58 d125d8839a47: Pulling fs layer 07:41:58 3e85d5ac6304: Pulling fs layer 07:41:58 c3105a71a48b: Pulling fs layer 07:41:58 0f093f025ec4: Pulling fs layer 07:41:58 c3106fc0e877: Pulling fs layer 07:41:58 c3105a71a48b: Waiting 07:41:58 0f093f025ec4: Waiting 07:41:58 c3106fc0e877: Waiting 07:41:58 547446be3368: Verifying Checksum 07:41:58 547446be3368: Download complete 07:41:58 c3105a71a48b: Verifying Checksum 07:41:58 c3105a71a48b: Download complete 07:41:58 d125d8839a47: Verifying Checksum 07:41:58 d125d8839a47: Download complete 07:41:59 c3106fc0e877: Verifying Checksum 07:41:59 c3106fc0e877: Download complete 07:41:59 0f093f025ec4: Verifying Checksum 07:41:59 0f093f025ec4: Download complete 07:41:59 547446be3368: Pull complete 07:42:00 d125d8839a47: Pull complete 07:42:01 3e85d5ac6304: Verifying Checksum 07:42:01 3e85d5ac6304: Download complete 07:42:10 #118 ... 07:42:10 07:42:10 #86 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:42:10 #86 DONE 36.4s 07:42:10 07:42:10 #116 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:42:10 #116 DONE 36.8s 07:42:10 07:42:10 #81 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:42:10 #81 DONE 36.3s 07:42:10 07:42:10 #115 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:42:10 #115 DONE 36.8s 07:42:10 07:42:10 #77 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:42:10 #77 DONE 36.7s 07:42:10 07:42:10 #118 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:42:10 #118 DONE 25.5s 07:42:10 07:42:10 #119 [core-metadata builder 6/7] COPY . . 07:42:11 3e85d5ac6304: Pull complete 07:42:11 c3105a71a48b: Pull complete 07:42:12 0f093f025ec4: Pull complete 07:42:12 c3106fc0e877: Pull complete 07:42:12 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 07:42:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:42:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:42:12 prd-ubuntu20.04-docker-arm64-4c-16g-3062 does not seem to be running inside a container 07:42:12 $ 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/851 -v /w/workspace/edgex-go/851:/w/workspace/edgex-go/851:rw,z -v /w/workspace/edgex-go/851@tmp:/w/workspace/edgex-go/851@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 07:42:15 $ docker top e9f63f5baf06db060ae4a7346beddc59bced44e8e40f378e6954188fa7b3b93d -eo pid,comm [Pipeline] { [Pipeline] sh 07:42:15 + docker compose -f ./docker-compose-build.yml build --parallel 07:42:16 #119 ... 07:42:16 07:42:16 #120 [support-scheduler builder 6/7] COPY . . 07:42:16 #120 DONE 7.6s 07:42:16 07:42:16 #121 [security-secretstore-setup builder 6/7] COPY . . 07:42:16 #121 DONE 7.6s 07:42:16 07:42:16 #122 [security-spiffe-token-provider builder 6/7] COPY . . 07:42:16 #122 DONE 7.6s 07:42:16 07:42:16 #123 [support-notifications builder 6/7] COPY . . 07:42:16 #123 DONE 7.7s 07:42:16 07:42:16 #124 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 07:42:16 #124 CACHED 07:42:16 07:42:16 #125 [security-proxy-setup builder 6/7] COPY . . 07:42:16 #125 CACHED 07:42:16 07:42:16 #126 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:42:16 #126 CACHED 07:42:16 07:42:16 #127 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 07:42:16 #127 CACHED 07:42:16 07:42:16 #128 [security-bootstrapper builder 6/7] COPY . . 07:42:16 #128 CACHED 07:42:16 07:42:16 #129 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:42:16 #129 CACHED 07:42:16 07:42:16 #130 [core-common-config-bootstrapper builder 6/7] COPY . . 07:42:16 #130 CACHED 07:42:16 07:42:16 #131 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:42:16 #131 CACHED 07:42:16 07:42:16 #132 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 07:42:16 #132 CACHED 07:42:16 07:42:16 #133 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 07:42:16 #133 CACHED 07:42:16 07:42:16 #134 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:42:16 #134 CACHED 07:42:16 07:42:16 #135 [security-proxy-auth builder 6/7] COPY . . 07:42:16 #135 CACHED 07:42:16 07:42:16 #136 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:42:16 #136 CACHED 07:42:16 07:42:16 #137 [core-command builder 6/7] COPY . . 07:42:16 #137 CACHED 07:42:16 07:42:16 #138 [core-command builder 4/7] COPY go.mod vendor* ./ 07:42:16 #138 CACHED 07:42:16 07:42:16 #139 [core-data builder 4/7] COPY go.mod vendor* ./ 07:42:16 #139 CACHED 07:42:16 07:42:16 #140 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:42:16 #140 CACHED 07:42:16 07:42:16 #141 [core-data builder 6/7] COPY . . 07:42:16 #141 CACHED 07:42:16 07:42:16 #119 [core-metadata builder 6/7] COPY . . 07:42:16 #119 DONE 7.6s 07:42:16 07:42:16 #142 [core-keeper builder 7/8] COPY . . 07:42:16 #142 DONE 7.7s 07:42:16 07:42:16 #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 07:42:18 #143 1.231 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 07:42:25 #1 [core-command internal] load build definition from Dockerfile 07:42:25 #1 transferring dockerfile: 1.94kB 0.0s done 07:42:25 #1 DONE 0.1s 07:42:25 07:42:25 #2 [security-proxy-setup internal] load build definition from Dockerfile 07:42:25 #2 transferring dockerfile: 2.50kB done 07:42:25 #2 DONE 0.1s 07:42:25 07:42:25 #3 [security-secretstore-setup internal] load build definition from Dockerfile 07:42:25 #3 transferring dockerfile: 2.49kB done 07:42:25 #3 DONE 0.1s 07:42:25 07:42:25 #4 [core-data internal] load build definition from Dockerfile 07:42:25 #4 transferring dockerfile: 2.04kB 0.0s done 07:42:25 #4 DONE 0.1s 07:42:25 07:42:25 #5 [security-bootstrapper internal] load build definition from Dockerfile 07:42:25 #5 transferring dockerfile: 3.02kB done 07:42:25 #5 DONE 0.1s 07:42:25 07:42:25 #6 [support-notifications internal] load build definition from Dockerfile 07:42:25 #6 transferring dockerfile: 2.00kB 0.0s done 07:42:25 #6 DONE 0.1s 07:42:25 07:42:25 #7 [security-spiffe-token-provider internal] load build definition from Dockerfile 07:42:25 #7 transferring dockerfile: 1.89kB done 07:42:25 #7 DONE 0.1s 07:42:25 07:42:25 #8 [support-scheduler internal] load build definition from Dockerfile 07:42:25 #8 transferring dockerfile: 1.83kB 0.0s done 07:42:25 #8 DONE 0.1s 07:42:25 07:42:25 #9 [core-common-config-bootstrapper internal] load build definition from Dockerfile 07:42:25 #9 transferring dockerfile: 2.23kB done 07:42:25 #9 DONE 0.1s 07:42:25 07:42:25 #10 [core-keeper internal] load build definition from Dockerfile 07:42:25 #10 transferring dockerfile: 2.01kB done 07:42:25 #10 DONE 0.1s 07:42:25 07:42:25 #11 [security-spire-config internal] load build definition from Dockerfile 07:42:25 #11 transferring dockerfile: 1.69kB done 07:42:25 #11 DONE 0.1s 07:42:25 07:42:25 #12 [security-proxy-auth internal] load build definition from Dockerfile 07:42:25 #12 transferring dockerfile: 2.14kB done 07:42:25 #12 DONE 0.1s 07:42:25 07:42:25 #13 [security-spire-agent internal] load build definition from Dockerfile 07:42:25 #13 transferring dockerfile: 1.81kB done 07:42:25 #13 DONE 0.1s 07:42:25 07:42:25 #14 [core-metadata internal] load build definition from Dockerfile 07:42:25 #14 transferring dockerfile: 2.10kB 0.0s done 07:42:25 #14 DONE 0.1s 07:42:25 07:42:25 #15 [core-command internal] load .dockerignore 07:42:25 #15 transferring context: 50B 0.0s done 07:42:25 #15 DONE 0.1s 07:42:25 07:42:25 #16 [security-spire-server internal] load build definition from Dockerfile 07:42:25 #16 transferring dockerfile: 1.70kB done 07:42:26 #16 DONE 0.1s 07:42:26 07:42:26 #17 [security-proxy-setup internal] load .dockerignore 07:42:26 #17 transferring context: 50B done 07:42:26 #17 DONE 0.0s 07:42:26 07:42:26 #18 [security-secretstore-setup internal] load .dockerignore 07:42:26 #18 transferring context: 50B 0.0s done 07:42:26 #18 DONE 0.1s 07:42:26 07:42:26 #19 [core-data internal] load .dockerignore 07:42:26 #19 transferring context: 50B 0.0s done 07:42:26 #19 DONE 0.1s 07:42:26 07:42:26 #20 [security-bootstrapper internal] load .dockerignore 07:42:26 #20 transferring context: 50B 0.0s done 07:42:26 #20 DONE 0.1s 07:42:26 07:42:26 #21 [support-notifications internal] load .dockerignore 07:42:27 #21 transferring context: 50B done 07:42:27 #21 DONE 0.1s 07:42:27 07:42:27 #22 [security-spiffe-token-provider internal] load .dockerignore 07:42:27 #22 transferring context: 50B done 07:42:27 #22 DONE 0.1s 07:42:27 07:42:27 #23 [support-scheduler internal] load .dockerignore 07:42:27 #23 transferring context: 50B done 07:42:27 #23 DONE 0.1s 07:42:27 07:42:27 #24 [core-common-config-bootstrapper internal] load .dockerignore 07:42:27 #24 transferring context: 50B done 07:42:27 #24 DONE 0.1s 07:42:27 07:42:27 #25 [core-keeper internal] load .dockerignore 07:42:27 #25 transferring context: 50B done 07:42:27 #25 DONE 0.1s 07:42:27 07:42:27 #26 [security-spire-config internal] load .dockerignore 07:42:27 #26 transferring context: 50B 0.0s done 07:42:27 #26 DONE 0.1s 07:42:27 07:42:27 #27 [security-proxy-auth internal] load .dockerignore 07:42:27 #27 transferring context: 50B 0.0s done 07:42:27 #27 DONE 0.1s 07:42:27 07:42:27 #28 [security-spire-agent internal] load .dockerignore 07:42:27 #28 transferring context: 50B 0.0s done 07:42:27 #28 DONE 0.1s 07:42:27 07:42:27 #29 [core-metadata internal] load .dockerignore 07:42:27 #29 transferring context: 50B 0.0s done 07:42:27 #29 DONE 0.1s 07:42:27 07:42:27 #30 [security-spire-server internal] load .dockerignore 07:42:27 #30 transferring context: 50B 0.0s done 07:42:27 #30 DONE 0.0s 07:42:27 07:42:27 #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:42:27 #31 DONE 0.0s 07:42:27 07:42:27 #32 [core-command internal] load metadata for docker.io/library/alpine:3.20 07:42:28 #143 ... 07:42:28 07:42:28 #144 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 07:42:28 #0 1.268 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 07:42:28 #144 ... 07:42:28 07:42:28 #145 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 07:42:28 #0 1.489 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 07:42:28 #145 ... 07:42:28 07:42:28 #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:42:28 #0 1.023 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:42:28 #146 ... 07:42:28 07:42:28 #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 07:42:28 #0 1.197 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 07:42:28 #147 ... 07:42:28 07:42:28 #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 07:42:28 #0 1.232 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 07:42:28 #148 ... 07:42:28 07:42:28 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 07:42:28 #0 1.094 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:42:28 #149 ... 07:42:28 07:42:28 #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 07:42:28 #0 0.715 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 07:42:28 #150 ... 07:42:28 07:42:28 #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 07:42:28 #0 0.625 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 07:42:28 #32 ... 07:42:28 07:42:28 #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:42:28 #31 DONE 0.0s 07:42:28 07:42:28 #32 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 07:42:28 #32 ... 07:42:28 07:42:28 #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:42:28 #31 DONE 0.0s 07:42:28 07:42:28 #32 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.20 07:42:28 #151 ... 07:42:28 07:42:28 #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 07:42:28 #0 1.389 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 07:42:28 #152 ... 07:42:28 07:42:28 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 07:42:28 #0 0.429 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:42:28 #32 DONE 0.7s 07:42:28 07:42:28 #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:42:28 #31 DONE 0.0s 07:42:28 07:42:28 #33 [core-command stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 07:42:28 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 07:42:28 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 07:42:28 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 07:42:28 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 07:42:28 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 07:42:28 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 07:42:28 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 07:42:28 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 07:42:28 #33 ... 07:42:28 07:42:28 #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:42:28 #31 DONE 0.0s 07:42:28 #153 ... 07:42:28 07:42:28 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:42:28 #0 0.385 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:42:28 07:42:28 #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:42:28 #31 DONE 0.0s 07:42:28 07:42:28 #32 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 07:42:28 #32 DONE 0.7s 07:42:28 07:42:28 #33 [security-secretstore-setup stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 07:42:28 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 07:42:28 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 07:42:28 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 07:42:28 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 07:42:28 #33 DONE 1.0s 07:42:28 07:42:28 #34 [security-bootstrapper internal] load build context 07:42:29 #34 ... 07:42:29 07:42:29 #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:42:29 #31 DONE 0.0s 07:42:29 07:42:29 #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:42:29 #31 DONE 0.0s 07:42:29 07:42:29 #35 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 07:42:29 #35 ... 07:42:29 07:42:29 #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:42:29 #31 DONE 0.0s 07:42:29 07:42:29 #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:42:29 #31 DONE 0.0s 07:42:29 07:42:29 #36 [security-proxy-setup internal] load build context 07:42:29 #36 ... 07:42:29 07:42:29 #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:42:29 #31 DONE 0.0s 07:42:29 07:42:29 #36 [security-proxy-setup internal] load build context 07:42:29 #36 transferring context: 3.22MB 1.4s done 07:42:30 #36 ... 07:42:30 07:42:30 #33 [core-keeper stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 07:42:30 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 07:42:30 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 07:42:30 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 07:42:30 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 07:42:30 #33 DONE 1.1s 07:42:30 07:42:30 #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:42:30 #31 DONE 0.0s 07:42:30 07:42:30 #37 [security-spiffe-token-provider internal] load build context 07:42:30 #37 DONE 0.0s 07:42:30 07:42:30 #38 [support-scheduler internal] load build context 07:42:30 #38 DONE 0.0s 07:42:30 07:42:30 #32 [core-metadata internal] load metadata for docker.io/library/alpine:3.20 07:42:30 #32 DONE 2.2s 07:42:30 07:42:30 #33 [core-metadata stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 07:42:30 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 07:42:30 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 07:42:30 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 07:42:30 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 07:42:30 #33 DONE 1.2s 07:42:30 07:42:30 #39 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:42:30 #39 ... 07:42:30 07:42:30 #36 [security-proxy-setup internal] load build context 07:42:30 #36 DONE 2.8s 07:42:30 07:42:30 #40 [core-command internal] load build context 07:42:30 #40 transferring context: 3.22MB 1.3s done 07:42:30 #40 DONE 2.7s 07:42:31 07:42:31 #41 [core-data internal] load build context 07:42:31 #41 transferring context: 3.22MB 1.9s done 07:42:31 #41 DONE 2.7s 07:42:31 07:42:31 #34 [security-bootstrapper internal] load build context 07:42:31 #34 transferring context: 3.22MB 1.4s done 07:42:31 #34 ... 07:42:31 07:42:31 #42 [security-secretstore-setup internal] load build context 07:42:31 #42 transferring context: 3.22MB 2.2s done 07:42:31 #42 DONE 2.9s 07:42:31 07:42:31 #43 [support-notifications internal] load build context 07:42:31 #43 transferring context: 3.22MB 1.3s done 07:42:31 #43 ... 07:42:31 07:42:31 #33 [security-spire-server stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 07:42:31 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 07:42:31 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 07:42:31 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 07:42:31 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 07:42:31 #33 DONE 1.2s 07:42:31 07:42:31 #44 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 07:42:31 #44 DONE 1.6s 07:42:31 07:42:31 #45 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 07:42:31 #45 DONE 1.9s 07:42:31 07:42:31 #33 [security-spire-config stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 07:42:31 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 07:42:31 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 07:42:31 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 07:42:31 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 07:42:31 #33 DONE 1.2s 07:42:31 07:42:31 #43 [support-notifications internal] load build context 07:42:31 #43 DONE 3.0s 07:42:31 07:42:31 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:42:31 #46 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:42:31 #46 ... 07:42:31 07:42:31 #34 [security-bootstrapper internal] load build context 07:42:31 #34 DONE 3.0s 07:42:31 07:42:31 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 07:42:31 #47 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 07:42:32 #47 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.3s done 07:42:33 #47 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 07:42:33 #47 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done 07:42:33 #47 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done 07:42:33 #47 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.2s 07:42:34 #47 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.4s 07:42:34 #47 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.7s 07:42:34 #47 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.7s 07:42:35 #47 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.4s done 07:42:35 #47 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 07:42:35 #47 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.2s done 07:42:35 #47 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.7s done 07:42:35 #47 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 0B / 14.28MB 2.2s 07:42:36 #47 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0B / 295B 2.4s 07:42:36 #47 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 1.05MB / 14.28MB 2.6s 07:42:36 #47 ... 07:42:36 07:42:36 #48 [security-spire-agent internal] load build context 07:42:36 #48 transferring context: 23.33kB 0.4s done 07:42:36 #48 DONE 4.8s 07:42:36 07:42:36 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 07:42:36 #47 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 2.8s done 07:42:36 #47 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 2.10MB / 14.28MB 3.4s 07:42:37 #47 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 2.85MB / 14.28MB 3.7s 07:42:38 #47 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 4.19MB / 14.28MB 4.4s 07:42:38 #47 ... 07:42:38 07:42:38 #49 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 07:42:38 #49 ... 07:42:38 07:42:38 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:42:38 #46 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.3s done 07:42:38 #46 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 07:42:38 #46 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 07:42:38 #46 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 07:42:38 #46 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.5s done 07:42:38 #46 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.6s done 07:42:38 #46 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.7s done 07:42:38 #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 8.39MB / 33.17MB 4.7s 07:42:38 #46 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.2s done 07:42:38 #46 ... 07:42:38 07:42:38 #49 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 07:42:38 #49 DONE 11.1s 07:42:38 07:42:38 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:42:38 #46 ... 07:42:38 07:42:38 #50 [core-metadata internal] load build context 07:42:38 #50 ... 07:42:38 07:42:38 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 07:42:38 #47 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 07:42:38 #47 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 5.21MB / 14.28MB 5.2s 07:42:38 #47 ... 07:42:38 07:42:38 #51 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 07:42:38 #0 8.591 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:42:38 #0 9.941 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:42:39 #51 ... 07:42:39 07:42:39 #52 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go 07:42:39 #52 ... 07:42:39 07:42:39 #37 [security-spiffe-token-provider internal] load build context 07:42:39 #37 transferring context: 3.22MB 6.5s done 07:42:39 #37 DONE 9.0s 07:42:39 07:42:39 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:42:39 #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 11.53MB / 33.17MB 5.7s 07:42:39 #46 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.1s done 07:42:39 #46 ... 07:42:39 07:42:39 #38 [support-scheduler internal] load build context 07:42:39 #38 transferring context: 3.22MB 6.5s done 07:42:39 #38 DONE 9.3s 07:42:39 07:42:39 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:42:39 #46 ... 07:42:39 07:42:39 #53 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 07:42:39 #0 9.961 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:42:39 #53 ... 07:42:39 07:42:39 #54 [security-spire-server internal] load build context 07:42:39 #54 transferring context: 23.80kB 0.3s done 07:42:39 #54 DONE 7.9s 07:42:39 07:42:39 #55 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 07:42:39 #0 6.730 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:42:39 #0 7.401 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:42:39 #55 ... 07:42:39 07:42:39 #56 [core-metadata stage-1 2/8] RUN apk add --update --no-cache dumb-init 07:42:39 #0 6.720 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:42:39 #0 7.453 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:42:39 #56 ... 07:42:39 07:42:39 #57 [security-proxy-auth internal] load build context 07:42:39 #57 transferring context: 3.22MB 7.3s done 07:42:39 #57 DONE 9.6s 07:42:39 07:42:39 #58 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 07:42:39 #0 9.805 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:42:40 #58 ... 07:42:40 07:42:40 #50 [core-metadata internal] load build context 07:42:40 #50 transferring context: 3.22MB 7.4s done 07:42:40 #50 DONE 9.2s 07:42:40 07:42:40 #59 [security-spire-config internal] load build context 07:42:40 #59 transferring context: 22.05kB 0.2s done 07:42:40 #59 DONE 8.1s 07:42:40 07:42:40 #60 [core-keeper internal] load build context 07:42:40 #60 transferring context: 3.22MB 7.6s done 07:42:40 #60 DONE 9.8s 07:42:40 07:42:40 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:42:40 #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 15.69MB / 33.17MB 6.4s 07:42:40 #46 ... 07:42:40 07:42:40 #61 [core-common-config-bootstrapper internal] load build context 07:42:40 #61 transferring context: 3.22MB 7.8s done 07:42:40 #61 DONE 9.8s 07:42:40 07:42:40 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:42:40 #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 17.83MB / 33.17MB 6.9s 07:42:40 #46 ... 07:42:40 07:42:40 #62 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 07:42:40 #0 8.153 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:42:40 #0 9.485 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:42:40 #62 ... 07:42:40 07:42:40 #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 07:42:40 #63 ... 07:42:40 07:42:40 #52 [core-data builder 2/7] WORKDIR /edgex-go 07:42:40 #52 DONE 2.7s 07:42:40 07:42:40 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:42:40 #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 19.92MB / 33.17MB 7.2s 07:42:40 #46 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.0s done 07:42:40 #46 ... 07:42:40 07:42:40 #39 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:42:40 #39 DONE 10.3s 07:42:40 07:42:40 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:42:41 #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 22.02MB / 33.17MB 7.6s 07:42:41 #46 ... 07:42:41 07:42:41 #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:42:42 #64 ... 07:42:42 07:42:42 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:42:42 #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 24.12MB / 33.17MB 8.6s 07:42:42 #46 ... 07:42:42 07:42:42 #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 07:42:42 #65 ... 07:42:42 07:42:42 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:42:42 #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 26.21MB / 33.17MB 9.3s 07:42:43 #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 28.31MB / 33.17MB 10.0s 07:42:44 #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 30.01MB / 33.17MB 10.4s 07:42:44 #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 32.48MB / 33.17MB 10.7s 07:42:44 #46 ... 07:42:44 07:42:44 #56 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init 07:42:44 #56 12.69 (1/1) Installing dumb-init (1.2.5-r3) 07:42:44 #56 12.76 Executing busybox-1.36.1-r29.trigger 07:42:44 #56 12.88 OK: 9 MiB in 15 packages 07:42:44 #56 DONE 16.3s 07:42:44 07:42:44 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:42:44 #46 ... 07:42:44 07:42:44 #35 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 07:42:44 #35 6.511 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:42:44 #35 7.386 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:42:44 #35 13.40 (1/2) Installing dumb-init (1.2.5-r3) 07:42:44 #35 13.48 (2/2) Installing su-exec (0.2-r3) 07:42:44 #35 13.52 Executing busybox-1.36.1-r29.trigger 07:42:44 #35 13.76 OK: 9 MiB in 16 packages 07:42:44 #35 DONE 15.7s 07:42:44 07:42:44 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:42:44 #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 11.2s done 07:42:48 #46 ... 07:42:48 07:42:48 #55 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 07:42:48 #55 12.97 (1/4) Installing ca-certificates (20241121-r1) 07:42:48 #55 13.46 (2/4) Installing dumb-init (1.2.5-r3) 07:42:48 #55 13.49 (3/4) Installing su-exec (0.2-r3) 07:42:48 #55 13.51 (4/4) Installing yq-go (4.44.1-r2) 07:42:48 #55 15.30 Executing busybox-1.36.1-r29.trigger 07:42:48 #55 15.44 Executing ca-certificates-20241121-r1.trigger 07:42:48 #55 16.57 OK: 20 MiB in 18 packages 07:42:48 #55 DONE 18.8s 07:42:48 07:42:48 #62 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 07:42:48 #62 17.76 (1/3) Installing ca-certificates (20241121-r1) 07:42:48 #62 18.12 (2/3) Installing dumb-init (1.2.5-r3) 07:42:48 #62 18.12 (3/3) Installing tzdata (2025b-r0) 07:42:49 #62 ... 07:42:49 07:42:49 #51 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 07:42:49 #51 16.60 (1/7) Installing ca-certificates (20241121-r1) 07:42:49 #51 16.98 (2/7) Installing dumb-init (1.2.5-r3) 07:42:49 #51 17.00 (3/7) Installing libgcc (13.2.1_git20240309-r1) 07:42:49 #51 17.02 (4/7) Installing libsodium (1.0.19-r0) 07:42:49 #51 17.14 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 07:42:49 #51 17.36 (6/7) Installing libzmq (4.3.5-r2) 07:42:49 #51 17.42 (7/7) Installing zeromq (4.3.5-r2) 07:42:49 #51 17.47 Executing busybox-1.36.1-r29.trigger 07:42:49 #51 17.61 Executing ca-certificates-20241121-r1.trigger 07:42:49 #51 18.79 OK: 14 MiB in 21 packages 07:42:49 #51 DONE 20.2s 07:42:49 07:42:49 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 07:42:49 #47 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 7.0s done 07:42:49 #47 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.1s done 07:42:49 #47 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 07:42:49 #47 ... 07:42:49 07:42:49 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:42:49 #46 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0.4s 07:42:50 #46 ... 07:42:50 07:42:50 #58 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 07:42:50 #58 11.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:42:50 #58 19.79 (1/4) Installing dumb-init (1.2.5-r3) 07:42:50 #58 19.82 (2/4) Installing openssl (3.3.3-r0) 07:42:50 #58 19.89 (3/4) Installing su-exec (0.2-r3) 07:42:50 #58 19.90 (4/4) Installing yq-go (4.44.1-r2) 07:42:50 #58 20.79 Executing busybox-1.36.1-r29.trigger 07:42:50 #58 21.00 OK: 20 MiB in 18 packages 07:42:50 #58 ... 07:42:50 07:42:50 #53 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 07:42:50 #53 11.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:42:50 #53 19.71 (1/1) Installing dumb-init (1.2.5-r3) 07:42:50 #53 19.75 Executing busybox-1.36.1-r29.trigger 07:42:50 #53 19.99 OK: 9 MiB in 15 packages 07:42:50 #53 DONE 21.4s 07:42:50 07:42:50 #66 [core-data builder 3/7] RUN apk add --update --no-cache make git 07:42:50 #66 ... 07:42:50 07:42:50 #67 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 07:42:51 #67 ... 07:42:51 07:42:51 #68 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:42:51 #68 ... 07:42:51 07:42:51 #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 07:42:51 #69 ... 07:42:51 07:42:51 #70 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 07:42:51 #70 ... 07:42:51 07:42:51 #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 07:42:51 #0 9.630 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:42:51 #71 11.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:42:51 #71 ... 07:42:51 07:42:51 #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 07:42:51 #72 ... 07:42:51 07:42:51 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:42:51 #46 ... 07:42:51 07:42:51 #62 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 07:42:51 #62 19.21 Executing busybox-1.36.1-r29.trigger 07:42:51 #62 19.29 Executing ca-certificates-20241121-r1.trigger 07:42:51 #62 20.01 OK: 11 MiB in 17 packages 07:42:51 #62 DONE 21.5s 07:42:51 07:42:51 #58 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 07:42:51 #58 DONE 22.6s 07:42:51 07:42:51 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:42:52 #46 ... 07:42:52 07:42:52 #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:42:52 #64 10.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:42:52 #64 12.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:42:52 #64 20.17 v3.20.6-200-gded100be0f8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 07:42:52 #64 20.17 v3.20.6-200-gded100be0f8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 07:42:52 #64 20.17 OK: 24049 distinct packages available 07:42:52 #64 ... 07:42:52 07:42:52 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 07:42:52 #47 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 5.9s 07:42:54 #47 ... 07:42:54 07:42:54 #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 07:42:54 #65 12.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:42:54 #65 14.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:42:54 #65 20.08 v3.20.6-200-gded100be0f8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 07:42:54 #65 20.08 v3.20.6-200-gded100be0f8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 07:42:54 #65 20.08 OK: 24049 distinct packages available 07:42:54 #65 20.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:42:54 #65 21.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:42:54 #65 ... 07:42:54 07:42:54 #67 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 07:42:54 #67 13.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:42:54 #67 ... 07:42:54 07:42:54 #68 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:42:54 #68 DONE 13.7s 07:42:54 07:42:54 #73 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade 07:42:54 #73 ... 07:42:54 07:42:54 #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 07:42:54 #63 14.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:42:54 #63 15.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:42:54 #63 21.57 v3.20.6-200-gded100be0f8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 07:42:54 #63 21.57 v3.20.6-200-gded100be0f8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 07:42:54 #63 21.57 OK: 24049 distinct packages available 07:42:54 #63 22.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:42:54 #63 23.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:42:54 #63 ... 07:42:54 07:42:54 #70 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 07:42:54 #70 14.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:42:54 #70 ... 07:42:54 07:42:54 #74 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 07:42:55 #74 ... 07:42:55 07:42:55 #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 07:42:55 #72 14.16 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:42:58 #72 ... 07:42:58 07:42:58 #75 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 07:42:58 #0 9.707 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:42:58 #75 ... 07:42:58 07:42:58 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 07:42:58 #47 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 11.9s 07:42:59 #47 ... 07:42:59 07:42:59 #76 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 07:42:59 #0 9.873 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:42:59 #76 ... 07:42:59 07:42:59 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 07:43:00 #47 ... 07:43:00 07:43:00 #77 [core-data stage-1 3/7] RUN apk --no-cache upgrade 07:43:00 #0 8.828 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:43:00 #77 ... 07:43:00 07:43:00 #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 07:43:00 #71 17.74 OK: 239 MiB in 58 packages 07:43:00 #71 DONE 20.1s 07:43:00 07:43:00 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 07:43:00 #47 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.4s done 07:43:01 #47 ... 07:43:01 07:43:01 #78 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 07:43:01 #78 DONE 0.8s 07:43:01 07:43:01 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 07:43:02 #47 ... 07:43:02 07:43:02 #79 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 07:43:02 #0 8.460 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:43:02 #79 ... 07:43:02 07:43:02 #80 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 07:43:02 #0 7.614 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:43:02 #0 9.774 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:43:02 #80 ... 07:43:02 07:43:02 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:43:02 #46 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 13.5s 07:43:02 #46 ... 07:43:02 07:43:02 #79 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 07:43:02 #79 10.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:43:03 #79 ... 07:43:03 07:43:03 #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:43:03 #64 21.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:43:03 #64 22.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:43:03 #64 ... 07:43:03 07:43:03 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:43:04 #46 ... 07:43:04 07:43:04 #66 [core-data builder 3/7] RUN apk add --update --no-cache make git 07:43:04 #66 13.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:43:04 #66 14.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:43:04 #66 ... 07:43:04 07:43:04 #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:43:04 #64 32.25 (1/5) Installing dumb-init (1.2.5-r3) 07:43:04 #64 32.28 (2/5) Installing musl-obstack (1.2.3-r2) 07:43:04 #64 32.31 (3/5) Installing libucontext (1.2-r3) 07:43:04 #64 32.33 (4/5) Installing gcompat (1.1.0-r4) 07:43:04 #64 32.39 (5/5) Installing openssl (3.3.3-r0) 07:43:04 #64 ... 07:43:04 07:43:04 #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 07:43:04 #65 29.11 (1/4) Installing dumb-init (1.2.5-r3) 07:43:04 #65 29.26 (2/4) Installing musl-obstack (1.2.3-r2) 07:43:04 #65 29.29 (3/4) Installing libucontext (1.2-r3) 07:43:04 #65 29.31 (4/4) Installing gcompat (1.1.0-r4) 07:43:04 #65 29.36 Executing busybox-1.36.1-r29.trigger 07:43:04 #65 29.61 OK: 9 MiB in 18 packages 07:43:04 #65 DONE 32.1s 07:43:04 07:43:04 #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:43:04 #64 32.52 Executing busybox-1.36.1-r29.trigger 07:43:04 #64 32.76 OK: 10 MiB in 19 packages 07:43:04 #64 ... 07:43:04 07:43:04 #81 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 07:43:04 #0 5.616 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:43:04 #0 9.397 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:43:04 #81 ... 07:43:04 07:43:04 #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 07:43:04 #69 13.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:43:04 #69 15.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:43:04 #69 ... 07:43:04 07:43:04 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:43:05 #46 ... 07:43:05 07:43:05 #67 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 07:43:05 #67 14.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:43:05 #67 23.64 OK: 239 MiB in 58 packages 07:43:05 #67 ... 07:43:05 07:43:05 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:43:06 #46 ... 07:43:06 07:43:06 #73 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade 07:43:06 #73 11.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:43:06 #73 13.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:43:06 #73 ... 07:43:06 07:43:06 #70 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 07:43:06 #70 15.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:43:06 #70 ... 07:43:06 07:43:06 #64 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:43:06 #64 DONE 35.0s 07:43:06 07:43:06 #82 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 07:43:07 #82 ... 07:43:07 07:43:07 #66 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 07:43:07 #66 25.03 OK: 239 MiB in 58 packages 07:43:07 #66 DONE 27.5s 07:43:07 07:43:07 #70 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 07:43:07 #70 26.78 OK: 239 MiB in 58 packages 07:43:07 #70 ... 07:43:07 07:43:07 #74 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 07:43:07 #74 12.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:43:07 #74 14.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:43:07 #74 ... 07:43:07 07:43:07 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:43:07 #46 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 19.1s 07:43:08 #46 ... 07:43:08 07:43:08 #67 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 07:43:08 #67 DONE 27.4s 07:43:08 07:43:08 #83 [support-notifications builder 4/7] COPY go.mod vendor* ./ 07:43:08 #83 ... 07:43:08 07:43:08 #84 [core-command builder 4/7] COPY go.mod vendor* ./ 07:43:08 #84 DONE 1.2s 07:43:08 07:43:08 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:43:08 #46 ... 07:43:08 07:43:08 #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 07:43:08 #72 17.95 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:43:09 #72 ... 07:43:09 07:43:09 #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 07:43:09 #63 33.55 (1/14) Installing ca-certificates (20241121-r1) 07:43:09 #63 34.18 (2/14) Installing brotli-libs (1.1.0-r2) 07:43:09 #63 34.45 (3/14) Installing c-ares (1.33.1-r0) 07:43:09 #63 34.58 (4/14) Installing libunistring (1.2-r0) 07:43:09 #63 34.91 (5/14) Installing libidn2 (2.3.7-r0) 07:43:09 #63 34.95 (6/14) Installing nghttp2-libs (1.62.1-r0) 07:43:09 #63 34.99 (7/14) Installing libpsl (0.21.5-r1) 07:43:09 #63 35.03 (8/14) Installing zstd-libs (1.5.6-r0) 07:43:09 #63 35.14 (9/14) Installing libcurl (8.12.1-r0) 07:43:09 #63 35.27 (10/14) Installing curl (8.12.1-r0) 07:43:09 #63 35.34 (11/14) Installing dumb-init (1.2.5-r3) 07:43:09 #63 35.37 (12/14) Installing musl-obstack (1.2.3-r2) 07:43:09 #63 35.39 (13/14) Installing libucontext (1.2-r3) 07:43:09 #63 35.40 (14/14) Installing gcompat (1.1.0-r4) 07:43:09 #63 35.43 Executing busybox-1.36.1-r29.trigger 07:43:09 #63 35.57 Executing ca-certificates-20241121-r1.trigger 07:43:09 #63 36.78 OK: 15 MiB in 28 packages 07:43:09 #63 ... 07:43:09 07:43:09 #83 [support-notifications builder 4/7] COPY go.mod vendor* ./ 07:43:09 #83 DONE 1.1s 07:43:09 07:43:09 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:43:09 #46 ... 07:43:09 07:43:09 #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 07:43:09 #63 DONE 39.2s 07:43:09 07:43:09 #74 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 07:43:09 #74 24.78 OK: 9 MiB in 16 packages 07:43:10 #74 ... 07:43:10 07:43:10 #76 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 07:43:10 #76 12.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:43:10 #76 18.84 OK: 14 MiB in 21 packages 07:43:10 #76 DONE 20.9s 07:43:10 07:43:10 #75 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 07:43:10 #75 11.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:43:10 #75 ... 07:43:10 07:43:10 #70 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 07:43:10 #70 DONE 29.5s 07:43:10 07:43:10 #85 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 07:43:11 #85 ... 07:43:11 07:43:11 #86 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:43:11 #86 ... 07:43:11 07:43:11 #87 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 07:43:11 #87 DONE 1.5s 07:43:11 07:43:11 #88 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:43:12 #88 ... 07:43:12 07:43:12 #73 [core-metadata stage-1 3/8] RUN apk --no-cache upgrade 07:43:12 #73 24.81 OK: 9 MiB in 15 packages 07:43:12 #73 DONE 28.2s 07:43:12 07:43:12 #77 [core-data stage-1 3/7] RUN apk --no-cache upgrade 07:43:12 #77 11.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:43:12 #77 20.89 OK: 9 MiB in 15 packages 07:43:12 #77 ... 07:43:12 07:43:12 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:43:12 #46 ... 07:43:12 07:43:12 #74 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 07:43:12 #74 DONE 27.2s 07:43:12 07:43:12 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:43:12 #46 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 24.2s 07:43:13 #46 ... 07:43:13 07:43:13 #77 [core-data stage-1 3/7] RUN apk --no-cache upgrade 07:43:13 #77 DONE 22.5s 07:43:13 07:43:13 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:43:14 #46 ... 07:43:14 07:43:14 #79 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 07:43:14 #79 20.69 OK: 11 MiB in 17 packages 07:43:14 #79 DONE 22.0s 07:43:14 07:43:14 #75 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 07:43:14 #75 24.28 OK: 20 MiB in 18 packages 07:43:14 #75 DONE 25.8s 07:43:14 07:43:14 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:43:14 #46 ... 07:43:14 07:43:14 #80 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 07:43:14 #80 21.20 OK: 20 MiB in 18 packages 07:43:14 #80 DONE 22.3s 07:43:14 07:43:14 #89 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 07:43:14 #0 5.609 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:43:14 #0 7.653 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:43:14 #89 ... 07:43:14 07:43:14 #90 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 07:43:15 #90 DONE 0.6s 07:43:15 07:43:15 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:43:16 #46 ... 07:43:16 07:43:16 #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 07:43:16 #72 31.58 (1/1) Installing dumb-init (1.2.5-r3) 07:43:16 #72 33.68 Executing busybox-1.36.1-r29.trigger 07:43:16 #72 33.79 OK: 9 MiB in 15 packages 07:43:16 #72 DONE 34.9s 07:43:16 07:43:16 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:43:17 #46 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 28.1s done 07:43:17 #46 ... 07:43:17 07:43:17 #89 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 07:43:17 #89 11.85 OK: 9 MiB in 18 packages 07:43:17 #89 DONE 13.0s 07:43:17 07:43:17 #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 07:43:17 #69 27.02 v3.20.6-200-gded100be0f8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 07:43:17 #69 27.02 v3.20.6-200-gded100be0f8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 07:43:17 #69 27.02 OK: 24049 distinct packages available 07:43:17 #69 29.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:43:17 #69 31.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:43:17 #69 35.52 OK: 239 MiB in 58 packages 07:43:17 #69 DONE 36.7s 07:43:17 07:43:17 #91 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 07:43:18 #91 DONE 0.9s 07:43:18 07:43:18 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:43:18 #46 ... 07:43:18 07:43:18 #92 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:43:18 #92 ... 07:43:18 07:43:18 #85 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 07:43:18 #85 8.878 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:43:19 #85 ... 07:43:19 07:43:19 #93 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 07:43:19 #93 DONE 6.9s 07:43:19 07:43:19 #94 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:43:19 #94 ... 07:43:19 07:43:19 #95 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 07:43:19 #95 DONE 0.2s 07:43:19 07:43:19 #96 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:43:21 #96 ... 07:43:21 07:43:21 #82 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 07:43:21 #82 9.493 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:43:21 #82 10.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:43:21 #82 13.61 OK: 10 MiB in 19 packages 07:43:21 #82 DONE 14.4s 07:43:21 07:43:21 #97 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 07:43:22 #97 DONE 1.1s 07:43:22 07:43:22 #98 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 07:43:22 #98 ... 07:43:22 07:43:22 #99 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 07:43:22 #99 DONE 2.1s 07:43:22 07:43:22 #100 [security-spire-config stage-2 5/10] COPY Attribution.txt / 07:43:22 #100 DONE 0.4s 07:43:22 07:43:22 #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 07:43:23 #101 ... 07:43:23 07:43:23 #102 [security-spire-config stage-2 6/10] COPY security.txt / 07:43:23 #102 DONE 0.3s 07:43:23 07:43:23 #103 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 07:43:23 #103 DONE 0.2s 07:43:23 07:43:23 #104 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 07:43:23 #104 DONE 0.2s 07:43:23 07:43:23 #98 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 07:43:23 #98 DONE 2.3s 07:43:23 07:43:23 #105 [security-spire-server stage-2 5/9] COPY Attribution.txt / 07:43:23 #105 ... 07:43:23 07:43:23 #85 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 07:43:23 #85 10.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:43:23 #85 13.19 OK: 15 MiB in 28 packages 07:43:23 #85 DONE 13.9s 07:43:23 07:43:23 #105 [security-spire-server stage-2 5/9] COPY Attribution.txt / 07:43:23 #105 DONE 0.5s 07:43:23 07:43:23 #106 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 07:43:23 #106 DONE 0.5s 07:43:23 07:43:23 #107 [security-spire-config] exporting to image 07:43:23 #107 exporting layers 07:43:24 #107 ... 07:43:24 07:43:24 #108 [security-spire-server stage-2 6/9] COPY security.txt / 07:43:24 #108 DONE 0.5s 07:43:24 07:43:24 #109 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 07:43:24 #109 DONE 0.3s 07:43:24 07:43:24 #110 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 07:43:25 #110 DONE 0.2s 07:43:25 07:43:25 #111 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 07:43:25 #111 DONE 0.3s 07:43:25 07:43:25 #107 [security-spire-server] exporting to image 07:43:25 #107 ... 07:43:25 07:43:25 #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 07:43:25 #101 DONE 3.5s 07:43:26 07:43:26 #112 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 07:43:26 #112 DONE 0.1s 07:43:26 07:43:26 #113 [security-spire-agent stage-3 7/10] COPY security.txt / 07:43:26 #113 DONE 0.1s 07:43:26 07:43:26 #114 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 07:43:26 #114 DONE 0.1s 07:43:26 07:43:26 #115 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 07:43:26 #115 DONE 0.1s 07:43:26 07:43:26 #116 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 07:43:26 #116 DONE 0.1s 07:43:26 07:43:26 #107 [security-spire-agent] exporting to image 07:43:27 #107 exporting layers 3.6s done 07:43:27 #107 writing image sha256:c08f1e57801bff6a4b62ed662594c56fae575c62070cb5eaa9d9d9680b01e03d 0.0s done 07:43:27 #107 naming to docker.io/library/security-spire-config-arm64 0.0s done 07:43:27 #107 exporting layers 2.7s done 07:43:27 #107 writing image sha256:c2a794413a70d806c1463cfcc8cd410c8285daece140ae363f5ec78ea41ff3d7 done 07:43:27 #107 naming to docker.io/library/security-spire-server-arm64 done 07:43:28 #107 exporting layers 2.1s done 07:43:28 #107 writing image sha256:ab34e50f38e46676309ea5e202ca42ae6b3069bd51ec701f68961988012efe0d 07:43:28 #107 writing image sha256:ab34e50f38e46676309ea5e202ca42ae6b3069bd51ec701f68961988012efe0d 0.0s done 07:43:28 #107 naming to docker.io/library/security-spire-agent-arm64 done 07:43:28 #107 DONE 4.7s 07:43:28 07:43:28 #81 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 07:44:05 #154 ... 07:44:05 07:44:05 #145 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 07:44:05 #145 DONE 93.4s 07:44:05 07:44:05 #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 07:44:05 #148 DONE 93.4s 07:44:05 07:44:05 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 07:44:05 #155 DONE 0.2s 07:44:05 07:44:05 #156 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 07:44:05 #156 DONE 0.2s 07:44:05 07:44:05 #157 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 07:44:05 #157 ... 07:44:05 07:44:05 #158 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 07:44:05 #158 DONE 0.2s 07:44:05 07:44:05 #159 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 07:44:05 #159 DONE 0.3s 07:44:05 07:44:05 #160 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 07:44:05 #160 DONE 0.3s 07:44:05 07:44:05 #161 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 07:44:05 #161 DONE 0.1s 07:44:05 07:44:05 #162 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:44:05 #162 ... 07:44:05 07:44:05 #157 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 07:44:05 #157 DONE 1.1s 07:44:05 07:44:05 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 07:44:05 #163 DONE 0.2s 07:44:05 07:44:05 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 07:44:05 #164 DONE 0.2s 07:44:05 07:44:05 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 07:44:05 #165 DONE 0.3s 07:44:05 07:44:05 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 07:44:05 #166 DONE 0.4s 07:44:05 07:44:05 #162 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:44:05 #162 DONE 1.2s 07:44:05 07:44:05 #109 [core-common-config-bootstrapper] exporting to image 07:44:05 #109 exporting layers 07:44:05 #109 ... 07:44:05 07:44:05 #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/ 07:44:05 #167 DONE 0.3s 07:44:05 07:44:05 #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/ 07:44:05 #168 DONE 0.1s 07:44:05 07:44:05 #109 [core-common-config-bootstrapper] exporting to image 07:44:05 #109 exporting layers 0.5s done 07:44:05 #109 writing image sha256:a1785ed79f02d2d1900fb6457fa3a2f4607ecdf5317e6b0e55ba1e58d9514f5a 0.0s done 07:44:05 #109 naming to docker.io/library/core-common-config-bootstrapper done 07:44:05 #109 DONE 1.5s 07:44:05 07:44:05 #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/ 07:44:05 #169 DONE 0.1s 07:44:05 07:44:05 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 07:44:05 #170 DONE 0.0s 07:44:05 07:44:05 #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:44:05 #146 ... 07:44:05 07:44:05 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 07:44:05 #171 DONE 1.1s 07:44:05 07:44:05 #109 [security-bootstrapper] exporting to image 07:44:05 #109 exporting layers 0.6s done 07:44:05 #109 writing image sha256:bb6dc91135096cc0f96147b2da11044ad6511abe3638b9018c18c74320b4ebff done 07:44:05 #109 naming to docker.io/library/security-bootstrapper 07:44:05 #109 naming to docker.io/library/security-bootstrapper 0.2s done 07:44:05 #109 DONE 2.3s 07:44:05 07:44:05 #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 07:44:36 #81 ... 07:44:36 07:44:36 #86 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:44:36 #86 DONE 90.8s 07:44:36 07:44:36 #117 [support-scheduler builder 6/7] COPY . . 07:44:36 #117 DONE 1.3s 07:44:36 07:44:36 #118 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:44:36 #118 1.966 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:44:51 #118 ... 07:44:51 07:44:51 #92 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:44:51 #92 DONE 100.5s 07:44:51 07:44:51 #119 [core-command builder 6/7] COPY . . 07:44:51 #119 DONE 1.5s 07:44:51 07:44:51 #120 [core-metadata builder 6/7] COPY . . 07:44:51 #120 CACHED 07:44:51 07:44:51 #121 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:44:51 #121 CACHED 07:44:51 07:44:51 #122 [core-metadata builder 4/7] COPY go.mod vendor* ./ 07:44:51 #122 CACHED 07:44:51 07:44:51 #123 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:44:51 #123 CACHED 07:44:51 07:44:51 #124 [security-proxy-auth builder 6/7] COPY . . 07:44:51 #124 CACHED 07:44:51 07:44:51 #125 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 07:44:51 #125 CACHED 07:44:51 07:44:51 #126 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:44:51 #126 CACHED 07:44:51 07:44:51 #127 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 07:44:51 #127 CACHED 07:44:51 07:44:51 #128 [core-common-config-bootstrapper builder 6/7] COPY . . 07:44:51 #128 CACHED 07:44:51 07:44:51 #129 [core-data builder 4/7] COPY go.mod vendor* ./ 07:44:51 #129 CACHED 07:44:51 07:44:51 #130 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:44:51 #130 CACHED 07:44:51 07:44:51 #131 [core-data builder 6/7] COPY . . 07:44:51 #131 CACHED 07:44:51 07:44:51 #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 07:44:51 #150 ... 07:44:51 07:44:51 #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:44:51 #146 152.3 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:44:52 #146 ... 07:44:52 07:44:52 #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 07:44:52 #151 DONE 156.0s 07:44:52 07:44:52 #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 07:44:52 #150 DONE 156.1s 07:44:52 07:44:52 #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 07:44:52 #152 DONE 156.1s 07:44:52 07:44:52 #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:44:52 #146 DONE 156.1s 07:44:52 07:44:52 #172 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 07:44:53 #172 ... 07:44:53 07:44:53 #173 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 07:44:53 #173 DONE 0.3s 07:44:53 07:44:53 #174 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 07:44:53 #174 DONE 0.5s 07:44:53 07:44:53 #172 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 07:44:53 #172 DONE 0.5s 07:44:53 07:44:53 #175 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 07:44:53 #175 DONE 0.5s 07:44:53 07:44:53 #176 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 07:44:53 #176 DONE 0.2s 07:44:53 07:44:53 #177 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 07:44:53 #177 DONE 0.2s 07:44:53 07:44:53 #178 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 07:44:53 #178 DONE 0.3s 07:44:53 07:44:53 #179 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 07:44:53 #179 DONE 0.3s 07:44:53 07:44:53 #180 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 07:44:54 #180 DONE 0.4s 07:44:54 07:44:54 #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 07:44:54 #181 DONE 0.4s 07:44:54 07:44:54 #182 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:44:54 #182 DONE 0.4s 07:44:54 07:44:54 #183 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:44:54 #183 DONE 0.4s 07:44:54 07:44:54 #184 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 07:44:54 #184 DONE 0.1s 07:44:54 07:44:54 #185 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 07:44:54 #132 ... 07:44:54 07:44:54 #94 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:44:54 #94 DONE 104.4s 07:44:54 07:44:54 #133 [support-notifications builder 6/7] COPY . . 07:44:54 #185 DONE 0.1s 07:44:54 07:44:54 #186 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 07:44:54 #186 DONE 0.1s 07:44:54 07:44:54 #187 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 07:44:54 #187 DONE 0.1s 07:44:54 07:44:54 #109 [security-spiffe-token-provider] exporting to image 07:44:54 #109 exporting layers 07:44:54 #109 ... 07:44:54 07:44:54 #188 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:44:54 #188 DONE 0.2s 07:44:54 07:44:54 #189 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 07:44:54 #189 DONE 0.1s 07:44:54 07:44:54 #109 [security-spiffe-token-provider] exporting to image 07:44:54 #109 exporting layers 0.3s done 07:44:54 #109 writing image sha256:e115215b534d7f9f607b149d04b955b8718692ffa4c88ae89a43b1845213e5fb 0.1s done 07:44:54 #109 naming to docker.io/library/core-command 07:44:54 #109 exporting layers 0.4s done 07:44:54 #109 naming to docker.io/library/core-command done 07:44:54 #109 writing image sha256:57a2bd05a6bbce8c86257b4c2e476b9d27ce41acf18737b4ca7932ee55f2189b done 07:44:54 #109 naming to docker.io/library/security-spiffe-token-provider done 07:44:54 #109 DONE 2.7s 07:44:54 07:44:54 #190 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 07:44:54 #190 DONE 0.3s 07:44:54 07:44:54 #191 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:44:54 #191 DONE 0.3s 07:44:54 07:44:54 #192 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:44:54 #192 DONE 0.2s 07:44:54 07:44:54 #193 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:44:54 #193 DONE 0.1s 07:44:54 07:44:54 #194 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:44:55 #133 ... 07:44:55 07:44:55 #96 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:44:55 #96 DONE 96.5s 07:44:55 07:44:55 #134 [security-spiffe-token-provider builder 6/7] COPY . . 07:44:55 #194 ... 07:44:55 07:44:55 #195 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:44:55 #195 DONE 1.2s 07:44:55 07:44:55 #194 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:44:55 #194 DONE 1.0s 07:44:55 07:44:55 #109 [security-proxy-setup] exporting to image 07:44:55 #109 ... 07:44:55 07:44:55 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 07:44:55 #149 DONE 159.2s 07:44:55 07:44:55 #109 [security-secretstore-setup] exporting to image 07:44:55 #109 exporting layers 0.4s done 07:44:56 #109 exporting layers 0.3s done 07:44:56 #109 writing image sha256:09f152a655300ef7c03663333a7fa0ccc0731710d228e56959333c29db6a155c done 07:44:56 #109 naming to docker.io/library/security-proxy-setup done 07:44:56 #109 writing image sha256:4cdfc2eeba3125163f0a3479e4367ca77de5a754282feb19740b68a219dc1504 done 07:44:56 #109 naming to docker.io/library/security-secretstore-setup done 07:44:56 #109 DONE 3.3s 07:44:56 07:44:56 #144 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 07:44:56 #144 ... 07:44:56 07:44:56 #196 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 07:44:56 #196 DONE 0.1s 07:44:56 07:44:56 #197 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 07:44:56 #197 DONE 0.0s 07:44:56 07:44:56 #198 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:44:56 #198 DONE 0.1s 07:44:56 07:44:56 #144 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 07:44:56 #144 ... 07:44:56 07:44:56 #199 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 07:44:56 #199 DONE 0.1s 07:44:56 07:44:56 #200 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 07:44:56 #200 DONE 0.0s 07:44:56 07:44:56 #109 [core-metadata] exporting to image 07:44:56 #109 exporting layers 0.1s done 07:44:56 #109 writing image sha256:57f81139e3d738c9e0fc613af6c05ac1d21dd4253dc6c5a750166efe0d1355f1 done 07:44:56 #109 naming to docker.io/library/core-metadata done 07:44:56 #109 DONE 3.4s 07:44:56 07:44:56 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:44:56 #134 ... 07:44:56 07:44:56 #88 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:44:56 #88 DONE 104.8s 07:44:56 07:44:56 #135 [security-proxy-setup builder 6/7] COPY . . 07:44:58 #154 ... 07:44:58 07:44:58 #144 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 07:44:58 #144 DONE 161.1s 07:44:58 07:44:58 #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 07:44:58 #147 DONE 161.1s 07:44:58 07:44:58 #201 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 07:44:58 #201 DONE 0.0s 07:44:58 07:44:58 #202 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 07:44:58 #202 DONE 0.1s 07:44:58 07:44:58 #203 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 07:44:58 #203 DONE 0.0s 07:44:58 07:44:58 #204 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 07:44:58 #204 DONE 0.1s 07:44:58 07:44:58 #205 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:44:58 #205 DONE 0.2s 07:44:58 07:44:58 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:44:58 #154 DONE 161.5s 07:44:58 07:44:58 #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 07:44:58 #143 DONE 161.4s 07:44:58 07:44:58 #206 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 07:44:58 #206 DONE 0.1s 07:44:58 07:44:58 #207 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 07:44:58 #207 DONE 0.2s 07:44:58 07:44:58 #208 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 07:44:58 #208 DONE 0.2s 07:44:58 07:44:58 #109 [core-data] exporting to image 07:44:58 #109 ... 07:44:58 07:44:58 #209 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 07:44:58 #209 DONE 0.2s 07:44:58 07:44:58 #210 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 07:44:58 #210 DONE 0.2s 07:44:58 07:44:58 #109 [core-data] exporting to image 07:44:58 #109 exporting layers 0.2s done 07:44:58 #109 writing image sha256:02931e07016141013b23651f58687ffcbe39cc77107bb931f35f6017b8ec0856 done 07:44:58 #109 naming to docker.io/library/core-data done 07:44:58 #109 DONE 3.6s 07:44:58 07:44:58 #211 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 07:44:58 #211 DONE 0.1s 07:44:58 07:44:58 #212 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 07:44:58 #212 DONE 0.2s 07:44:58 07:44:58 #213 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:44:58 #213 ... 07:44:58 07:44:58 #214 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:44:58 #214 DONE 0.3s 07:44:58 07:44:58 #215 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 07:44:58 #215 DONE 0.0s 07:44:58 07:44:58 #216 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 07:44:58 #216 DONE 0.3s 07:44:58 07:44:58 #217 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 07:44:58 #217 DONE 0.0s 07:44:59 07:44:59 #109 [core-keeper] exporting to image 07:44:59 #109 exporting layers 0.1s done 07:44:59 #109 exporting layers 0.2s done 07:44:59 #109 writing image sha256:d81ed6650d5dabfebfa930f1292da03bb00076d65d1729afb3dc3eb20b3f07a1 done 07:44:59 #109 naming to docker.io/library/core-keeper done 07:44:59 #109 writing image sha256:02da1dd56baeeef9651d561805cbc12f6cd1a2e5e7bfc026cc0cd9bc9cc6ba29 done 07:44:59 #109 naming to docker.io/library/support-scheduler done 07:44:59 #109 DONE 3.9s 07:44:59 07:44:59 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 07:44:59 #44 ... 07:44:59 07:44:59 #213 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:44:59 #213 DONE 0.7s 07:44:59 07:44:59 #109 [security-proxy-auth] exporting to image 07:44:59 #109 exporting layers 0.2s done 07:44:59 #109 writing image sha256:1038ea4c1c2fb82fc8f533e52beb79dbe13780a72fbe990dc8598552f5885f05 done 07:44:59 #109 naming to docker.io/library/security-proxy-auth done 07:44:59 #109 DONE 4.1s 07:44:59 07:44:59 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 07:44:59 #153 DONE 163.0s 07:44:59 07:44:59 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 07:44:59 #44 ... 07:44:59 07:44:59 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 07:44:59 #218 DONE 0.0s 07:44:59 07:44:59 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 07:44:59 #219 DONE 0.0s 07:44:59 07:44:59 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:44:59 #220 DONE 0.2s 07:44:59 07:44:59 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 07:44:59 #221 DONE 0.0s 07:44:59 07:44:59 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 07:45:00 #44 ... 07:45:00 07:45:00 #109 [support-notifications] exporting to image 07:45:00 #109 exporting layers 0.2s done 07:45:00 #109 writing image sha256:d2a936660feb1141103dca7a2928e54fe8908e29f5ac5c80c3ba04b67e677c16 done 07:45:00 #109 naming to docker.io/library/support-notifications done 07:45:00 #109 DONE 4.3s 07:45:00 07:45:00 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 07:45:00 time="2025-06-10T07:41:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:45:00 time="2025-06-10T07:41:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:45:00 time="2025-06-10T07:41:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:45:00 time="2025-06-10T07:41:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:45:00 time="2025-06-10T07:41:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:45:00 time="2025-06-10T07:41:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:45:00 time="2025-06-10T07:41:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:45:00 time="2025-06-10T07:41:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:45:00 time="2025-06-10T07:41:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:45:00 time="2025-06-10T07:41:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:45:00 time="2025-06-10T07:41:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:45:00 time="2025-06-10T07:41:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:45:00 time="2025-06-10T07:41:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:45:00 time="2025-06-10T07:41:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:45:00 time="2025-06-10T07:41:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 07:45:00 $ docker stop --time=1 15f8ae9040c7aa708c5ec506e8bdb0c97d3c1274cb95e2f0cd89c1774303624f 07:45:00 #135 ... 07:45:00 07:45:00 #133 [support-notifications builder 6/7] COPY . . 07:45:00 #133 DONE 6.2s 07:45:00 07:45:00 #136 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 07:45:00 #136 ... 07:45:00 07:45:00 #137 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 07:45:00 #0 8.884 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 07:45:00 #137 ... 07:45:00 07:45:00 #138 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 07:45:00 #0 7.267 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 07:45:00 #138 ... 07:45:00 07:45:00 #139 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 07:45:00 #139 CACHED 07:45:00 07:45:00 #140 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:45:00 #140 CACHED 07:45:00 07:45:00 #141 [security-bootstrapper builder 6/7] COPY . . 07:45:00 #141 CACHED 07:45:00 07:45:00 #135 [security-proxy-setup builder 6/7] COPY . . 07:45:00 #135 DONE 4.2s 07:45:00 07:45:00 #142 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:45:00 #142 CACHED 07:45:00 07:45:00 #143 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 07:45:00 #143 CACHED 07:45:00 07:45:00 #144 [security-secretstore-setup builder 6/7] COPY . . 07:45:00 #144 CACHED 07:45:00 07:45:00 #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 07:45:00 #0 8.222 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 07:45:01 #145 ... 07:45:01 07:45:01 #134 [security-spiffe-token-provider builder 6/7] COPY . . 07:45:01 #134 DONE 6.1s 07:45:01 07:45:01 #146 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 07:45:01 #0 10.08 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 07:45:01 #146 ... 07:45:01 07:45:01 #147 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 07:45:01 $ docker rm -f --volumes 15f8ae9040c7aa708c5ec506e8bdb0c97d3c1274cb95e2f0cd89c1774303624f [Pipeline] // withDockerContainer [Pipeline] sh 07:45:01 + docker images 07:45:01 REPOSITORY TAG IMAGE ID CREATED SIZE 07:45:01 support-notifications latest d2a936660feb 2 seconds ago 52.4MB 07:45:01 security-proxy-auth latest 1038ea4c1c2f 2 seconds ago 31.8MB 07:45:01 core-data latest 02931e070161 3 seconds ago 32.9MB 07:45:01 core-keeper latest d81ed6650d5d 3 seconds ago 32.5MB 07:45:01 support-scheduler latest 02da1dd56bae 3 seconds ago 48.8MB 07:45:01 core-metadata latest 57f81139e3d7 5 seconds ago 33.1MB 07:45:01 security-proxy-setup latest 09f152a65530 6 seconds ago 38.5MB 07:45:01 security-secretstore-setup latest 4cdfc2eeba31 6 seconds ago 68.7MB 07:45:01 security-spiffe-token-provider latest 57a2bd05a6bb 8 seconds ago 47.7MB 07:45:01 core-command latest e115215b534d 8 seconds ago 28.4MB 07:45:01 security-bootstrapper latest bb6dc9113509 About a minute ago 20.4MB 07:45:01 core-common-config-bootstrapper latest a1785ed79f02 About a minute ago 17.1MB 07:45:01 security-spire-server latest 6ec91ff21d45 3 minutes ago 149MB 07:45:01 security-spire-agent latest e9713b2eec94 3 minutes ago 195MB 07:45:01 security-spire-config latest c824ac998043 3 minutes ago 149MB 07:45:01 ci-base-image-x86_64 latest df48922dcd14 6 minutes ago 925MB 07:45:01 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 2 weeks ago 573MB 07:45:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine 69404ca5bff2 2 months ago 574MB 07:45:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 2 years ago 334MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:45:01 provisioning config files... 07:45:01 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/851@tmp/config5956865477617886701tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:45:02 ---> ****-login.sh 07:45:02 nexus3.edgexfoundry.org:10001 07:45:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:45:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:45:02 Configure a credential helper to remove this warning. See 07:45:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:45:02 07:45:02 Login Succeeded 07:45:02 nexus3.edgexfoundry.org:10002 07:45:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:45:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:45:02 Configure a credential helper to remove this warning. See 07:45:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:45:02 07:45:02 Login Succeeded 07:45:02 nexus3.edgexfoundry.org:10003 07:45:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:45:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:45:02 Configure a credential helper to remove this warning. See 07:45:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:45:02 07:45:02 Login Succeeded 07:45:02 nexus3.edgexfoundry.org:10004 07:45:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:45:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:45:02 Configure a credential helper to remove this warning. See 07:45:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:45:02 07:45:02 Login Succeeded 07:45:02 ****.io 07:45:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:45:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:45:02 Configure a credential helper to remove this warning. See 07:45:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:45:02 07:45:02 Login Succeeded 07:45:02 ---> ****-login.sh ends [Pipeline] } 07:45:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:45:02 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 07:45:02 [edgeXDocker.push] Tagging docker image core-command with the following tags: 07:45:02 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:45:02 latest 07:45:02 4.1.0-dev.23 07:45:02 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:45:02 main 07:45:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:03 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:03 + docker push nexus3.edgexfoundry.org:10004/core-command:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:45:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 07:45:03 3e499f9f4565: Preparing 07:45:03 e790f30f6fe6: Preparing 07:45:03 8d61188d3f21: Preparing 07:45:03 296026c8eb49: Preparing 07:45:03 8d3948bba7db: Preparing 07:45:03 58e1197ad5c9: Preparing 07:45:03 994456c4fd7b: Preparing 07:45:03 58e1197ad5c9: Waiting 07:45:03 994456c4fd7b: Waiting 07:45:03 8d61188d3f21: Pushed 07:45:03 3e499f9f4565: Pushed 07:45:03 8d3948bba7db: Pushed 07:45:03 296026c8eb49: Pushed 07:45:03 994456c4fd7b: Layer already exists 07:45:03 58e1197ad5c9: Pushed 07:45:05 e790f30f6fe6: Pushed 07:45:06 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b: digest: sha256:a6b18f3b04c7eb61edcf4f2686ad8da1a79d7a3fc95638d15528a6aae750de1b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:06 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:06 #147 ... 07:45:06 07:45:06 #136 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 07:45:06 #136 6.489 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:45:06 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 07:45:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 07:45:06 3e499f9f4565: Preparing 07:45:06 e790f30f6fe6: Preparing 07:45:06 8d61188d3f21: Preparing 07:45:06 296026c8eb49: Preparing 07:45:06 8d3948bba7db: Preparing 07:45:06 58e1197ad5c9: Preparing 07:45:06 994456c4fd7b: Preparing 07:45:06 58e1197ad5c9: Waiting 07:45:06 994456c4fd7b: Waiting 07:45:06 3e499f9f4565: Layer already exists 07:45:06 8d61188d3f21: Layer already exists 07:45:06 296026c8eb49: Layer already exists 07:45:06 8d3948bba7db: Layer already exists 07:45:06 e790f30f6fe6: Layer already exists 07:45:06 994456c4fd7b: Layer already exists 07:45:06 58e1197ad5c9: Layer already exists 07:45:06 latest: digest: sha256:a6b18f3b04c7eb61edcf4f2686ad8da1a79d7a3fc95638d15528a6aae750de1b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:07 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:07 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.23 07:45:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 07:45:07 3e499f9f4565: Preparing 07:45:07 e790f30f6fe6: Preparing 07:45:07 8d61188d3f21: Preparing 07:45:07 296026c8eb49: Preparing 07:45:07 8d3948bba7db: Preparing 07:45:07 58e1197ad5c9: Preparing 07:45:07 994456c4fd7b: Preparing 07:45:07 58e1197ad5c9: Waiting 07:45:07 994456c4fd7b: Waiting 07:45:07 3e499f9f4565: Layer already exists 07:45:07 296026c8eb49: Layer already exists 07:45:07 e790f30f6fe6: Layer already exists 07:45:07 8d3948bba7db: Layer already exists 07:45:07 8d61188d3f21: Layer already exists 07:45:07 58e1197ad5c9: Layer already exists 07:45:07 994456c4fd7b: Layer already exists 07:45:07 4.1.0-dev.23: digest: sha256:a6b18f3b04c7eb61edcf4f2686ad8da1a79d7a3fc95638d15528a6aae750de1b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:07 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:07 + docker push nexus3.edgexfoundry.org:10004/core-command:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:45:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 07:45:07 3e499f9f4565: Preparing 07:45:07 e790f30f6fe6: Preparing 07:45:07 8d61188d3f21: Preparing 07:45:07 296026c8eb49: Preparing 07:45:07 8d3948bba7db: Preparing 07:45:07 58e1197ad5c9: Preparing 07:45:07 994456c4fd7b: Preparing 07:45:07 58e1197ad5c9: Waiting 07:45:07 994456c4fd7b: Waiting 07:45:07 296026c8eb49: Layer already exists 07:45:07 3e499f9f4565: Layer already exists 07:45:07 8d3948bba7db: Layer already exists 07:45:07 8d61188d3f21: Layer already exists 07:45:07 e790f30f6fe6: Layer already exists 07:45:07 58e1197ad5c9: Layer already exists 07:45:07 994456c4fd7b: Layer already exists 07:45:07 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23: digest: sha256:a6b18f3b04c7eb61edcf4f2686ad8da1a79d7a3fc95638d15528a6aae750de1b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:08 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:08 + docker push nexus3.edgexfoundry.org:10004/core-command:main 07:45:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 07:45:08 3e499f9f4565: Preparing 07:45:08 e790f30f6fe6: Preparing 07:45:08 8d61188d3f21: Preparing 07:45:08 296026c8eb49: Preparing 07:45:08 8d3948bba7db: Preparing 07:45:08 58e1197ad5c9: Preparing 07:45:08 994456c4fd7b: Preparing 07:45:08 58e1197ad5c9: Waiting 07:45:08 994456c4fd7b: Waiting 07:45:08 3e499f9f4565: Layer already exists 07:45:08 296026c8eb49: Layer already exists 07:45:08 8d61188d3f21: Layer already exists 07:45:08 e790f30f6fe6: Layer already exists 07:45:08 8d3948bba7db: Layer already exists 07:45:08 994456c4fd7b: Layer already exists 07:45:08 58e1197ad5c9: Layer already exists 07:45:08 main: digest: sha256:a6b18f3b04c7eb61edcf4f2686ad8da1a79d7a3fc95638d15528a6aae750de1b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:45:08 ===================================================== [Pipeline] echo 07:45:08 taggedImages: 07:45:08 - nexus3.edgexfoundry.org:10004/core-command:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:45:08 - nexus3.edgexfoundry.org:10004/core-command:latest 07:45:08 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.23 07:45:08 - nexus3.edgexfoundry.org:10004/core-command:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:45:08 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 07:45:08 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 07:45:08 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:45:08 latest 07:45:08 4.1.0-dev.23 07:45:08 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:45:08 main 07:45:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:09 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:09 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:45:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 07:45:09 bd8c0b934c2f: Preparing 07:45:09 0ad14b983ee7: Preparing 07:45:09 d9110dc127cf: Preparing 07:45:09 6313a57fe979: Preparing 07:45:09 8d61188d3f21: Preparing 07:45:09 296026c8eb49: Preparing 07:45:09 8d3948bba7db: Preparing 07:45:09 58e1197ad5c9: Preparing 07:45:09 994456c4fd7b: Preparing 07:45:09 296026c8eb49: Waiting 07:45:09 8d3948bba7db: Waiting 07:45:09 58e1197ad5c9: Waiting 07:45:09 8d61188d3f21: Layer already exists 07:45:09 296026c8eb49: Layer already exists 07:45:09 0ad14b983ee7: Pushed 07:45:09 8d3948bba7db: Layer already exists 07:45:09 d9110dc127cf: Pushed 07:45:09 994456c4fd7b: Layer already exists 07:45:09 bd8c0b934c2f: Pushed 07:45:09 58e1197ad5c9: Layer already exists 07:45:10 6313a57fe979: Pushed 07:45:10 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b: digest: sha256:b8ee372670be6b9cd3024e0bad76b3b3a26f54dad46d18afd5d7319eebd5d60f size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:10 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:10 #136 ... 07:45:10 07:45:10 #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 07:45:10 #132 9.707 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:45:10 #132 ... 07:45:10 07:45:10 #147 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 07:45:10 #147 6.379 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 07:45:10 #147 ... 07:45:10 07:45:10 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 07:45:10 #0 7.185 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 07:45:11 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 07:45:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 07:45:11 bd8c0b934c2f: Preparing 07:45:11 0ad14b983ee7: Preparing 07:45:11 d9110dc127cf: Preparing 07:45:11 6313a57fe979: Preparing 07:45:11 8d61188d3f21: Preparing 07:45:11 296026c8eb49: Preparing 07:45:11 8d3948bba7db: Preparing 07:45:11 58e1197ad5c9: Preparing 07:45:11 994456c4fd7b: Preparing 07:45:11 8d3948bba7db: Waiting 07:45:11 58e1197ad5c9: Waiting 07:45:11 296026c8eb49: Waiting 07:45:11 994456c4fd7b: Waiting 07:45:11 6313a57fe979: Layer already exists 07:45:11 0ad14b983ee7: Layer already exists 07:45:11 d9110dc127cf: Layer already exists 07:45:11 bd8c0b934c2f: Layer already exists 07:45:11 8d61188d3f21: Layer already exists 07:45:11 58e1197ad5c9: Layer already exists 07:45:11 296026c8eb49: Layer already exists 07:45:11 994456c4fd7b: Layer already exists 07:45:11 8d3948bba7db: Layer already exists 07:45:11 latest: digest: sha256:b8ee372670be6b9cd3024e0bad76b3b3a26f54dad46d18afd5d7319eebd5d60f size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:11 #148 ... 07:45:11 07:45:11 #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:45:11 #0 6.777 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:45:11 #149 ... 07:45:11 07:45:11 #150 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 07:45:11 #0 5.668 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 07:45:11 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:11 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.23 07:45:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 07:45:11 bd8c0b934c2f: Preparing 07:45:11 0ad14b983ee7: Preparing 07:45:11 d9110dc127cf: Preparing 07:45:11 6313a57fe979: Preparing 07:45:11 8d61188d3f21: Preparing 07:45:11 296026c8eb49: Preparing 07:45:11 8d3948bba7db: Preparing 07:45:11 58e1197ad5c9: Preparing 07:45:11 994456c4fd7b: Preparing 07:45:11 8d3948bba7db: Waiting 07:45:11 58e1197ad5c9: Waiting 07:45:11 296026c8eb49: Waiting 07:45:11 994456c4fd7b: Waiting 07:45:11 bd8c0b934c2f: Layer already exists 07:45:11 6313a57fe979: Layer already exists 07:45:11 0ad14b983ee7: Layer already exists 07:45:11 8d61188d3f21: Layer already exists 07:45:11 d9110dc127cf: Layer already exists 07:45:11 296026c8eb49: Layer already exists 07:45:11 58e1197ad5c9: Layer already exists 07:45:11 994456c4fd7b: Layer already exists 07:45:11 8d3948bba7db: Layer already exists 07:45:11 4.1.0-dev.23: digest: sha256:b8ee372670be6b9cd3024e0bad76b3b3a26f54dad46d18afd5d7319eebd5d60f size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:12 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:12 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:45:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 07:45:12 bd8c0b934c2f: Preparing 07:45:12 0ad14b983ee7: Preparing 07:45:12 d9110dc127cf: Preparing 07:45:12 6313a57fe979: Preparing 07:45:12 8d61188d3f21: Preparing 07:45:12 296026c8eb49: Preparing 07:45:12 8d3948bba7db: Preparing 07:45:12 296026c8eb49: Waiting 07:45:12 58e1197ad5c9: Preparing 07:45:12 8d3948bba7db: Waiting 07:45:12 994456c4fd7b: Preparing 07:45:12 58e1197ad5c9: Waiting 07:45:12 994456c4fd7b: Waiting 07:45:12 0ad14b983ee7: Layer already exists 07:45:12 6313a57fe979: Layer already exists 07:45:12 bd8c0b934c2f: Layer already exists 07:45:12 8d61188d3f21: Layer already exists 07:45:12 d9110dc127cf: Layer already exists 07:45:12 296026c8eb49: Layer already exists 07:45:12 994456c4fd7b: Layer already exists 07:45:12 8d3948bba7db: Layer already exists 07:45:12 58e1197ad5c9: Layer already exists 07:45:12 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23: digest: sha256:b8ee372670be6b9cd3024e0bad76b3b3a26f54dad46d18afd5d7319eebd5d60f size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:12 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:13 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 07:45:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 07:45:13 bd8c0b934c2f: Preparing 07:45:13 0ad14b983ee7: Preparing 07:45:13 d9110dc127cf: Preparing 07:45:13 6313a57fe979: Preparing 07:45:13 8d61188d3f21: Preparing 07:45:13 296026c8eb49: Preparing 07:45:13 8d3948bba7db: Preparing 07:45:13 58e1197ad5c9: Preparing 07:45:13 994456c4fd7b: Preparing 07:45:13 994456c4fd7b: Waiting 07:45:13 58e1197ad5c9: Waiting 07:45:13 8d3948bba7db: Waiting 07:45:13 296026c8eb49: Waiting 07:45:13 8d61188d3f21: Layer already exists 07:45:13 6313a57fe979: Layer already exists 07:45:13 0ad14b983ee7: Layer already exists 07:45:13 d9110dc127cf: Layer already exists 07:45:13 bd8c0b934c2f: Layer already exists 07:45:13 8d3948bba7db: Layer already exists 07:45:13 58e1197ad5c9: Layer already exists 07:45:13 296026c8eb49: Layer already exists 07:45:13 994456c4fd7b: Layer already exists 07:45:13 main: digest: sha256:b8ee372670be6b9cd3024e0bad76b3b3a26f54dad46d18afd5d7319eebd5d60f size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:45:13 ===================================================== [Pipeline] echo 07:45:13 taggedImages: 07:45:13 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:45:13 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 07:45:13 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.23 07:45:13 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:45:13 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 07:45:13 [edgeXDocker.push] Tagging docker image core-data with the following tags: 07:45:13 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:45:13 latest 07:45:13 4.1.0-dev.23 07:45:13 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:45:13 main 07:45:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:13 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:13 + docker push nexus3.edgexfoundry.org:10004/core-data:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:45:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 07:45:13 d1d78b36795b: Preparing 07:45:13 29e21d2a2a52: Preparing 07:45:13 8d61188d3f21: Preparing 07:45:13 296026c8eb49: Preparing 07:45:13 90434002c695: Preparing 07:45:13 58e1197ad5c9: Preparing 07:45:13 994456c4fd7b: Preparing 07:45:13 58e1197ad5c9: Waiting 07:45:13 994456c4fd7b: Waiting 07:45:13 8d61188d3f21: Layer already exists 07:45:13 296026c8eb49: Layer already exists 07:45:13 58e1197ad5c9: Layer already exists 07:45:13 994456c4fd7b: Layer already exists 07:45:13 d1d78b36795b: Pushed 07:45:13 90434002c695: Pushed 07:45:16 29e21d2a2a52: Pushed 07:45:16 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b: digest: sha256:bcf083490aa7657c9e3a8a08de78c6a45fc9cf43dc63dcfd3788cd8e7a18bacc size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:17 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:17 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 07:45:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 07:45:17 d1d78b36795b: Preparing 07:45:17 29e21d2a2a52: Preparing 07:45:17 8d61188d3f21: Preparing 07:45:17 296026c8eb49: Preparing 07:45:17 90434002c695: Preparing 07:45:17 58e1197ad5c9: Preparing 07:45:17 994456c4fd7b: Preparing 07:45:17 58e1197ad5c9: Waiting 07:45:17 994456c4fd7b: Waiting 07:45:17 d1d78b36795b: Layer already exists 07:45:17 8d61188d3f21: Layer already exists 07:45:17 29e21d2a2a52: Layer already exists 07:45:17 90434002c695: Layer already exists 07:45:17 296026c8eb49: Layer already exists 07:45:17 994456c4fd7b: Layer already exists 07:45:17 58e1197ad5c9: Layer already exists 07:45:17 latest: digest: sha256:bcf083490aa7657c9e3a8a08de78c6a45fc9cf43dc63dcfd3788cd8e7a18bacc size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:17 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:18 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.23 07:45:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 07:45:18 d1d78b36795b: Preparing 07:45:18 29e21d2a2a52: Preparing 07:45:18 8d61188d3f21: Preparing 07:45:18 296026c8eb49: Preparing 07:45:18 90434002c695: Preparing 07:45:18 58e1197ad5c9: Preparing 07:45:18 994456c4fd7b: Preparing 07:45:18 58e1197ad5c9: Waiting 07:45:18 994456c4fd7b: Waiting 07:45:18 d1d78b36795b: Layer already exists 07:45:18 90434002c695: Layer already exists 07:45:18 29e21d2a2a52: Layer already exists 07:45:18 8d61188d3f21: Layer already exists 07:45:18 296026c8eb49: Layer already exists 07:45:18 58e1197ad5c9: Layer already exists 07:45:18 994456c4fd7b: Layer already exists 07:45:18 4.1.0-dev.23: digest: sha256:bcf083490aa7657c9e3a8a08de78c6a45fc9cf43dc63dcfd3788cd8e7a18bacc size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:18 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:18 + docker push nexus3.edgexfoundry.org:10004/core-data:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:45:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 07:45:18 d1d78b36795b: Preparing 07:45:18 29e21d2a2a52: Preparing 07:45:18 8d61188d3f21: Preparing 07:45:18 296026c8eb49: Preparing 07:45:18 90434002c695: Preparing 07:45:18 58e1197ad5c9: Preparing 07:45:18 994456c4fd7b: Preparing 07:45:18 58e1197ad5c9: Waiting 07:45:18 994456c4fd7b: Waiting 07:45:18 29e21d2a2a52: Layer already exists 07:45:18 8d61188d3f21: Layer already exists 07:45:18 296026c8eb49: Layer already exists 07:45:18 90434002c695: Layer already exists 07:45:18 d1d78b36795b: Layer already exists 07:45:18 994456c4fd7b: Layer already exists 07:45:18 58e1197ad5c9: Layer already exists 07:45:18 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23: digest: sha256:bcf083490aa7657c9e3a8a08de78c6a45fc9cf43dc63dcfd3788cd8e7a18bacc size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:19 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:19 + docker push nexus3.edgexfoundry.org:10004/core-data:main 07:45:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 07:45:19 d1d78b36795b: Preparing 07:45:19 29e21d2a2a52: Preparing 07:45:19 8d61188d3f21: Preparing 07:45:19 296026c8eb49: Preparing 07:45:19 90434002c695: Preparing 07:45:19 58e1197ad5c9: Preparing 07:45:19 994456c4fd7b: Preparing 07:45:19 58e1197ad5c9: Waiting 07:45:19 994456c4fd7b: Waiting 07:45:19 90434002c695: Layer already exists 07:45:19 d1d78b36795b: Layer already exists 07:45:19 8d61188d3f21: Layer already exists 07:45:19 296026c8eb49: Layer already exists 07:45:19 29e21d2a2a52: Layer already exists 07:45:19 58e1197ad5c9: Layer already exists 07:45:19 994456c4fd7b: Layer already exists 07:45:19 main: digest: sha256:bcf083490aa7657c9e3a8a08de78c6a45fc9cf43dc63dcfd3788cd8e7a18bacc size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:45:19 ===================================================== [Pipeline] echo 07:45:19 taggedImages: 07:45:19 - nexus3.edgexfoundry.org:10004/core-data:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:45:19 - nexus3.edgexfoundry.org:10004/core-data:latest 07:45:19 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.23 07:45:19 - nexus3.edgexfoundry.org:10004/core-data:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:45:19 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 07:45:19 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 07:45:19 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:45:19 latest 07:45:19 4.1.0-dev.23 07:45:19 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:45:19 main 07:45:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:19 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:20 + docker push nexus3.edgexfoundry.org:10004/core-keeper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:45:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 07:45:20 245643e75c6c: Preparing 07:45:20 f5f7ab31fbc5: Preparing 07:45:20 296026c8eb49: Preparing 07:45:20 01b21ba487c2: Preparing 07:45:20 fadc1c8bdc6e: Preparing 07:45:20 994456c4fd7b: Preparing 07:45:20 994456c4fd7b: Waiting 07:45:20 296026c8eb49: Layer already exists 07:45:20 994456c4fd7b: Layer already exists 07:45:20 fadc1c8bdc6e: Pushed 07:45:20 245643e75c6c: Pushed 07:45:20 01b21ba487c2: Pushed 07:45:22 f5f7ab31fbc5: Pushed 07:45:22 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b: digest: sha256:d65454716058767777493b932f28278607adf19277382e5e91b540e38799cff0 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:23 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:23 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 07:45:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 07:45:23 245643e75c6c: Preparing 07:45:23 f5f7ab31fbc5: Preparing 07:45:23 296026c8eb49: Preparing 07:45:23 01b21ba487c2: Preparing 07:45:23 fadc1c8bdc6e: Preparing 07:45:23 994456c4fd7b: Preparing 07:45:23 994456c4fd7b: Waiting 07:45:23 296026c8eb49: Layer already exists 07:45:23 fadc1c8bdc6e: Layer already exists 07:45:23 01b21ba487c2: Layer already exists 07:45:23 f5f7ab31fbc5: Layer already exists 07:45:23 245643e75c6c: Layer already exists 07:45:23 994456c4fd7b: Layer already exists 07:45:23 latest: digest: sha256:d65454716058767777493b932f28278607adf19277382e5e91b540e38799cff0 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:23 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:24 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.23 07:45:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 07:45:24 245643e75c6c: Preparing 07:45:24 f5f7ab31fbc5: Preparing 07:45:24 296026c8eb49: Preparing 07:45:24 01b21ba487c2: Preparing 07:45:24 fadc1c8bdc6e: Preparing 07:45:24 994456c4fd7b: Preparing 07:45:24 994456c4fd7b: Waiting 07:45:24 296026c8eb49: Layer already exists 07:45:24 01b21ba487c2: Layer already exists 07:45:24 245643e75c6c: Layer already exists 07:45:24 fadc1c8bdc6e: Layer already exists 07:45:24 f5f7ab31fbc5: Layer already exists 07:45:24 994456c4fd7b: Layer already exists 07:45:24 4.1.0-dev.23: digest: sha256:d65454716058767777493b932f28278607adf19277382e5e91b540e38799cff0 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:24 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:24 + docker push nexus3.edgexfoundry.org:10004/core-keeper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:45:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 07:45:24 245643e75c6c: Preparing 07:45:24 f5f7ab31fbc5: Preparing 07:45:24 296026c8eb49: Preparing 07:45:24 01b21ba487c2: Preparing 07:45:24 fadc1c8bdc6e: Preparing 07:45:24 994456c4fd7b: Preparing 07:45:24 296026c8eb49: Layer already exists 07:45:24 245643e75c6c: Layer already exists 07:45:24 fadc1c8bdc6e: Layer already exists 07:45:24 f5f7ab31fbc5: Layer already exists 07:45:24 01b21ba487c2: Layer already exists 07:45:24 994456c4fd7b: Layer already exists 07:45:24 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23: digest: sha256:d65454716058767777493b932f28278607adf19277382e5e91b540e38799cff0 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:25 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:25 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 07:45:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 07:45:25 245643e75c6c: Preparing 07:45:25 f5f7ab31fbc5: Preparing 07:45:25 296026c8eb49: Preparing 07:45:25 01b21ba487c2: Preparing 07:45:25 fadc1c8bdc6e: Preparing 07:45:25 994456c4fd7b: Preparing 07:45:25 994456c4fd7b: Waiting 07:45:25 f5f7ab31fbc5: Layer already exists 07:45:25 296026c8eb49: Layer already exists 07:45:25 01b21ba487c2: Layer already exists 07:45:25 fadc1c8bdc6e: Layer already exists 07:45:25 245643e75c6c: Layer already exists 07:45:25 994456c4fd7b: Layer already exists 07:45:25 main: digest: sha256:d65454716058767777493b932f28278607adf19277382e5e91b540e38799cff0 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:45:25 ===================================================== [Pipeline] echo 07:45:25 taggedImages: 07:45:25 - nexus3.edgexfoundry.org:10004/core-keeper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:45:25 - nexus3.edgexfoundry.org:10004/core-keeper:latest 07:45:25 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.23 07:45:25 - nexus3.edgexfoundry.org:10004/core-keeper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:45:25 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 07:45:25 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 07:45:25 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:45:25 latest 07:45:25 4.1.0-dev.23 07:45:25 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:45:25 main 07:45:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:25 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:26 + docker push nexus3.edgexfoundry.org:10004/core-metadata:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:45:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 07:45:26 a1dbb3a95497: Preparing 07:45:26 89cf033f6603: Preparing 07:45:26 006a6bb20ac1: Preparing 07:45:26 8d61188d3f21: Preparing 07:45:26 296026c8eb49: Preparing 07:45:26 8d3948bba7db: Preparing 07:45:26 58e1197ad5c9: Preparing 07:45:26 994456c4fd7b: Preparing 07:45:26 8d3948bba7db: Waiting 07:45:26 58e1197ad5c9: Waiting 07:45:26 994456c4fd7b: Waiting 07:45:26 296026c8eb49: Layer already exists 07:45:26 8d61188d3f21: Layer already exists 07:45:26 8d3948bba7db: Layer already exists 07:45:26 58e1197ad5c9: Layer already exists 07:45:26 89cf033f6603: Pushed 07:45:26 994456c4fd7b: Layer already exists 07:45:26 a1dbb3a95497: Pushed 07:45:28 006a6bb20ac1: Pushed 07:45:28 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b: digest: sha256:0c206c23af0e731f4cf69b743591bc02233784a3c37e7ab727befc7f3d1b6c86 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:29 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:29 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 07:45:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 07:45:29 a1dbb3a95497: Preparing 07:45:29 89cf033f6603: Preparing 07:45:29 006a6bb20ac1: Preparing 07:45:29 8d61188d3f21: Preparing 07:45:29 296026c8eb49: Preparing 07:45:29 8d3948bba7db: Preparing 07:45:29 58e1197ad5c9: Preparing 07:45:29 994456c4fd7b: Preparing 07:45:29 8d3948bba7db: Waiting 07:45:29 994456c4fd7b: Waiting 07:45:29 58e1197ad5c9: Waiting 07:45:29 296026c8eb49: Layer already exists 07:45:29 a1dbb3a95497: Layer already exists 07:45:29 006a6bb20ac1: Layer already exists 07:45:29 8d61188d3f21: Layer already exists 07:45:29 89cf033f6603: Layer already exists 07:45:29 994456c4fd7b: Layer already exists 07:45:29 58e1197ad5c9: Layer already exists 07:45:29 8d3948bba7db: Layer already exists 07:45:29 latest: digest: sha256:0c206c23af0e731f4cf69b743591bc02233784a3c37e7ab727befc7f3d1b6c86 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:29 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:30 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.23 07:45:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 07:45:30 a1dbb3a95497: Preparing 07:45:30 89cf033f6603: Preparing 07:45:30 006a6bb20ac1: Preparing 07:45:30 8d61188d3f21: Preparing 07:45:30 296026c8eb49: Preparing 07:45:30 8d3948bba7db: Preparing 07:45:30 58e1197ad5c9: Preparing 07:45:30 994456c4fd7b: Preparing 07:45:30 58e1197ad5c9: Waiting 07:45:30 8d3948bba7db: Waiting 07:45:30 994456c4fd7b: Waiting 07:45:30 8d61188d3f21: Layer already exists 07:45:30 a1dbb3a95497: Layer already exists 07:45:30 89cf033f6603: Layer already exists 07:45:30 006a6bb20ac1: Layer already exists 07:45:30 8d3948bba7db: Layer already exists 07:45:30 58e1197ad5c9: Layer already exists 07:45:30 296026c8eb49: Layer already exists 07:45:30 994456c4fd7b: Layer already exists 07:45:30 4.1.0-dev.23: digest: sha256:0c206c23af0e731f4cf69b743591bc02233784a3c37e7ab727befc7f3d1b6c86 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:30 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:30 + docker push nexus3.edgexfoundry.org:10004/core-metadata:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:45:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 07:45:30 a1dbb3a95497: Preparing 07:45:30 89cf033f6603: Preparing 07:45:30 006a6bb20ac1: Preparing 07:45:30 8d61188d3f21: Preparing 07:45:30 296026c8eb49: Preparing 07:45:30 8d3948bba7db: Preparing 07:45:30 58e1197ad5c9: Preparing 07:45:30 994456c4fd7b: Preparing 07:45:30 8d3948bba7db: Waiting 07:45:30 58e1197ad5c9: Waiting 07:45:30 994456c4fd7b: Waiting 07:45:30 a1dbb3a95497: Layer already exists 07:45:30 8d61188d3f21: Layer already exists 07:45:30 89cf033f6603: Layer already exists 07:45:30 006a6bb20ac1: Layer already exists 07:45:30 296026c8eb49: Layer already exists 07:45:30 58e1197ad5c9: Layer already exists 07:45:30 8d3948bba7db: Layer already exists 07:45:30 994456c4fd7b: Layer already exists 07:45:30 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23: digest: sha256:0c206c23af0e731f4cf69b743591bc02233784a3c37e7ab727befc7f3d1b6c86 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:31 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:31 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 07:45:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 07:45:31 a1dbb3a95497: Preparing 07:45:31 89cf033f6603: Preparing 07:45:31 006a6bb20ac1: Preparing 07:45:31 8d61188d3f21: Preparing 07:45:31 296026c8eb49: Preparing 07:45:31 8d3948bba7db: Preparing 07:45:31 58e1197ad5c9: Preparing 07:45:31 994456c4fd7b: Preparing 07:45:31 58e1197ad5c9: Waiting 07:45:31 994456c4fd7b: Waiting 07:45:31 8d3948bba7db: Waiting 07:45:31 a1dbb3a95497: Layer already exists 07:45:31 006a6bb20ac1: Layer already exists 07:45:31 296026c8eb49: Layer already exists 07:45:31 89cf033f6603: Layer already exists 07:45:31 8d61188d3f21: Layer already exists 07:45:31 8d3948bba7db: Layer already exists 07:45:31 58e1197ad5c9: Layer already exists 07:45:31 994456c4fd7b: Layer already exists 07:45:31 main: digest: sha256:0c206c23af0e731f4cf69b743591bc02233784a3c37e7ab727befc7f3d1b6c86 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:45:31 ===================================================== [Pipeline] echo 07:45:31 taggedImages: 07:45:31 - nexus3.edgexfoundry.org:10004/core-metadata:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:45:31 - nexus3.edgexfoundry.org:10004/core-metadata:latest 07:45:31 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.23 07:45:31 - nexus3.edgexfoundry.org:10004/core-metadata:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:45:31 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 07:45:31 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 07:45:31 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:45:31 latest 07:45:31 4.1.0-dev.23 07:45:31 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:45:31 main 07:45:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:31 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:32 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:45:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 07:45:32 347894a76356: Preparing 07:45:32 deb8e6e2af0f: Preparing 07:45:32 96a7bfaa9545: Preparing 07:45:32 351d16ade8d1: Preparing 07:45:32 12a4bc097e0d: Preparing 07:45:32 9a87f7bc1f74: Preparing 07:45:32 1305269e5a87: Preparing 07:45:32 8d61188d3f21: Preparing 07:45:32 296026c8eb49: Preparing 07:45:32 6eb444f15c6c: Preparing 07:45:32 8db796f8be4e: Preparing 07:45:32 5f70bf18a086: Preparing 07:45:32 d696d44a9dad: Preparing 07:45:32 9ba4a9796065: Preparing 07:45:32 d62d27c54be9: Preparing 07:45:32 994456c4fd7b: Preparing 07:45:32 9a87f7bc1f74: Waiting 07:45:32 5f70bf18a086: Waiting 07:45:32 d696d44a9dad: Waiting 07:45:32 9ba4a9796065: Waiting 07:45:32 1305269e5a87: Waiting 07:45:32 d62d27c54be9: Waiting 07:45:32 8d61188d3f21: Waiting 07:45:32 994456c4fd7b: Waiting 07:45:32 296026c8eb49: Waiting 07:45:32 6eb444f15c6c: Waiting 07:45:32 8db796f8be4e: Waiting 07:45:32 96a7bfaa9545: Pushed 07:45:32 351d16ade8d1: Pushed 07:45:32 deb8e6e2af0f: Pushed 07:45:32 347894a76356: Pushed 07:45:32 12a4bc097e0d: Pushed 07:45:32 8d61188d3f21: Layer already exists 07:45:32 296026c8eb49: Layer already exists 07:45:32 9a87f7bc1f74: Pushed 07:45:32 5f70bf18a086: Layer already exists 07:45:32 6eb444f15c6c: Pushed 07:45:32 8db796f8be4e: Pushed 07:45:32 d696d44a9dad: Pushed 07:45:32 994456c4fd7b: Layer already exists 07:45:32 9ba4a9796065: Pushed 07:45:32 d62d27c54be9: Pushed 07:45:33 1305269e5a87: Pushed 07:45:33 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b: digest: sha256:7cca073ce56110c9f14acf10d810b9bc7ab78d09e49afbb0ed6fff4adf36a290 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:34 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:34 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 07:45:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 07:45:34 347894a76356: Preparing 07:45:34 deb8e6e2af0f: Preparing 07:45:34 96a7bfaa9545: Preparing 07:45:34 351d16ade8d1: Preparing 07:45:34 12a4bc097e0d: Preparing 07:45:34 9a87f7bc1f74: Preparing 07:45:34 1305269e5a87: Preparing 07:45:34 8d61188d3f21: Preparing 07:45:34 296026c8eb49: Preparing 07:45:34 6eb444f15c6c: Preparing 07:45:34 8db796f8be4e: Preparing 07:45:34 5f70bf18a086: Preparing 07:45:34 d696d44a9dad: Preparing 07:45:34 9ba4a9796065: Preparing 07:45:34 d62d27c54be9: Preparing 07:45:34 9a87f7bc1f74: Waiting 07:45:34 994456c4fd7b: Preparing 07:45:34 6eb444f15c6c: Waiting 07:45:34 8db796f8be4e: Waiting 07:45:34 5f70bf18a086: Waiting 07:45:34 d696d44a9dad: Waiting 07:45:34 9ba4a9796065: Waiting 07:45:34 d62d27c54be9: Waiting 07:45:34 1305269e5a87: Waiting 07:45:34 994456c4fd7b: Waiting 07:45:34 296026c8eb49: Waiting 07:45:34 8d61188d3f21: Waiting 07:45:34 351d16ade8d1: Layer already exists 07:45:34 deb8e6e2af0f: Layer already exists 07:45:34 96a7bfaa9545: Layer already exists 07:45:34 347894a76356: Layer already exists 07:45:34 12a4bc097e0d: Layer already exists 07:45:34 9a87f7bc1f74: Layer already exists 07:45:34 1305269e5a87: Layer already exists 07:45:34 296026c8eb49: Layer already exists 07:45:34 6eb444f15c6c: Layer already exists 07:45:34 8d61188d3f21: Layer already exists 07:45:34 8db796f8be4e: Layer already exists 07:45:34 9ba4a9796065: Layer already exists 07:45:34 d696d44a9dad: Layer already exists 07:45:34 5f70bf18a086: Layer already exists 07:45:34 d62d27c54be9: Layer already exists 07:45:34 994456c4fd7b: Layer already exists 07:45:34 latest: digest: sha256:7cca073ce56110c9f14acf10d810b9bc7ab78d09e49afbb0ed6fff4adf36a290 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:34 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:35 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.23 07:45:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 07:45:35 347894a76356: Preparing 07:45:35 deb8e6e2af0f: Preparing 07:45:35 96a7bfaa9545: Preparing 07:45:35 351d16ade8d1: Preparing 07:45:35 12a4bc097e0d: Preparing 07:45:35 9a87f7bc1f74: Preparing 07:45:35 1305269e5a87: Preparing 07:45:35 8d61188d3f21: Preparing 07:45:35 296026c8eb49: Preparing 07:45:35 6eb444f15c6c: Preparing 07:45:35 8db796f8be4e: Preparing 07:45:35 5f70bf18a086: Preparing 07:45:35 d696d44a9dad: Preparing 07:45:35 9ba4a9796065: Preparing 07:45:35 9a87f7bc1f74: Waiting 07:45:35 d62d27c54be9: Preparing 07:45:35 994456c4fd7b: Preparing 07:45:35 d696d44a9dad: Waiting 07:45:35 d62d27c54be9: Waiting 07:45:35 9ba4a9796065: Waiting 07:45:35 994456c4fd7b: Waiting 07:45:35 296026c8eb49: Waiting 07:45:35 6eb444f15c6c: Waiting 07:45:35 8d61188d3f21: Waiting 07:45:35 8db796f8be4e: Waiting 07:45:35 5f70bf18a086: Waiting 07:45:35 1305269e5a87: Waiting 07:45:35 12a4bc097e0d: Layer already exists 07:45:35 deb8e6e2af0f: Layer already exists 07:45:35 351d16ade8d1: Layer already exists 07:45:35 347894a76356: Layer already exists 07:45:35 96a7bfaa9545: Layer already exists 07:45:35 9a87f7bc1f74: Layer already exists 07:45:35 1305269e5a87: Layer already exists 07:45:35 8d61188d3f21: Layer already exists 07:45:35 296026c8eb49: Layer already exists 07:45:35 6eb444f15c6c: Layer already exists 07:45:35 5f70bf18a086: Layer already exists 07:45:35 8db796f8be4e: Layer already exists 07:45:35 d696d44a9dad: Layer already exists 07:45:35 d62d27c54be9: Layer already exists 07:45:35 994456c4fd7b: Layer already exists 07:45:35 9ba4a9796065: Layer already exists 07:45:35 4.1.0-dev.23: digest: sha256:7cca073ce56110c9f14acf10d810b9bc7ab78d09e49afbb0ed6fff4adf36a290 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:35 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:35 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:45:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 07:45:35 347894a76356: Preparing 07:45:35 deb8e6e2af0f: Preparing 07:45:35 96a7bfaa9545: Preparing 07:45:35 351d16ade8d1: Preparing 07:45:35 12a4bc097e0d: Preparing 07:45:35 9a87f7bc1f74: Preparing 07:45:35 1305269e5a87: Preparing 07:45:35 8d61188d3f21: Preparing 07:45:35 296026c8eb49: Preparing 07:45:35 6eb444f15c6c: Preparing 07:45:35 8db796f8be4e: Preparing 07:45:35 5f70bf18a086: Preparing 07:45:35 d696d44a9dad: Preparing 07:45:35 9ba4a9796065: Preparing 07:45:35 d62d27c54be9: Preparing 07:45:35 994456c4fd7b: Preparing 07:45:35 994456c4fd7b: Waiting 07:45:35 1305269e5a87: Waiting 07:45:35 8d61188d3f21: Waiting 07:45:35 6eb444f15c6c: Waiting 07:45:35 d62d27c54be9: Waiting 07:45:35 5f70bf18a086: Waiting 07:45:35 d696d44a9dad: Waiting 07:45:35 9a87f7bc1f74: Waiting 07:45:35 9ba4a9796065: Waiting 07:45:35 351d16ade8d1: Layer already exists 07:45:35 96a7bfaa9545: Layer already exists 07:45:35 deb8e6e2af0f: Layer already exists 07:45:35 347894a76356: Layer already exists 07:45:35 12a4bc097e0d: Layer already exists 07:45:35 8d61188d3f21: Layer already exists 07:45:35 9a87f7bc1f74: Layer already exists 07:45:35 1305269e5a87: Layer already exists 07:45:35 296026c8eb49: Layer already exists 07:45:35 6eb444f15c6c: Layer already exists 07:45:35 8db796f8be4e: Layer already exists 07:45:35 9ba4a9796065: Layer already exists 07:45:35 5f70bf18a086: Layer already exists 07:45:35 d696d44a9dad: Layer already exists 07:45:35 d62d27c54be9: Layer already exists 07:45:35 994456c4fd7b: Layer already exists 07:45:35 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23: digest: sha256:7cca073ce56110c9f14acf10d810b9bc7ab78d09e49afbb0ed6fff4adf36a290 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:36 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:36 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 07:45:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 07:45:36 347894a76356: Preparing 07:45:36 deb8e6e2af0f: Preparing 07:45:36 96a7bfaa9545: Preparing 07:45:36 351d16ade8d1: Preparing 07:45:36 12a4bc097e0d: Preparing 07:45:36 9a87f7bc1f74: Preparing 07:45:36 1305269e5a87: Preparing 07:45:36 8d61188d3f21: Preparing 07:45:36 296026c8eb49: Preparing 07:45:36 6eb444f15c6c: Preparing 07:45:36 8db796f8be4e: Preparing 07:45:36 5f70bf18a086: Preparing 07:45:36 d696d44a9dad: Preparing 07:45:36 9ba4a9796065: Preparing 07:45:36 9a87f7bc1f74: Waiting 07:45:36 d62d27c54be9: Preparing 07:45:36 994456c4fd7b: Preparing 07:45:36 1305269e5a87: Waiting 07:45:36 8d61188d3f21: Waiting 07:45:36 9ba4a9796065: Waiting 07:45:36 d696d44a9dad: Waiting 07:45:36 6eb444f15c6c: Waiting 07:45:36 d62d27c54be9: Waiting 07:45:36 8db796f8be4e: Waiting 07:45:36 994456c4fd7b: Waiting 07:45:36 deb8e6e2af0f: Layer already exists 07:45:36 96a7bfaa9545: Layer already exists 07:45:36 12a4bc097e0d: Layer already exists 07:45:36 351d16ade8d1: Layer already exists 07:45:36 347894a76356: Layer already exists 07:45:36 9a87f7bc1f74: Layer already exists 07:45:36 1305269e5a87: Layer already exists 07:45:36 8d61188d3f21: Layer already exists 07:45:36 296026c8eb49: Layer already exists 07:45:36 6eb444f15c6c: Layer already exists 07:45:36 8db796f8be4e: Layer already exists 07:45:36 5f70bf18a086: Layer already exists 07:45:36 d696d44a9dad: Layer already exists 07:45:36 9ba4a9796065: Layer already exists 07:45:36 d62d27c54be9: Layer already exists 07:45:36 994456c4fd7b: Layer already exists 07:45:36 main: digest: sha256:7cca073ce56110c9f14acf10d810b9bc7ab78d09e49afbb0ed6fff4adf36a290 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:45:36 ===================================================== [Pipeline] echo 07:45:36 taggedImages: 07:45:36 - nexus3.edgexfoundry.org:10004/security-bootstrapper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:45:36 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 07:45:36 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.23 07:45:36 - nexus3.edgexfoundry.org:10004/security-bootstrapper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:45:36 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 07:45:36 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 07:45:36 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:45:36 latest 07:45:36 4.1.0-dev.23 07:45:36 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:45:36 main 07:45:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:37 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:37 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:45:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 07:45:37 527cc2a520c4: Preparing 07:45:37 ad41533a77ef: Preparing 07:45:37 3a1e91c10cdb: Preparing 07:45:37 72d5451984a4: Preparing 07:45:37 8d61188d3f21: Preparing 07:45:37 296026c8eb49: Preparing 07:45:37 8d3948bba7db: Preparing 07:45:37 58e1197ad5c9: Preparing 07:45:37 994456c4fd7b: Preparing 07:45:37 296026c8eb49: Waiting 07:45:37 8d3948bba7db: Waiting 07:45:37 58e1197ad5c9: Waiting 07:45:37 994456c4fd7b: Waiting 07:45:37 8d61188d3f21: Layer already exists 07:45:37 296026c8eb49: Layer already exists 07:45:37 8d3948bba7db: Layer already exists 07:45:37 58e1197ad5c9: Layer already exists 07:45:37 994456c4fd7b: Layer already exists 07:45:37 527cc2a520c4: Pushed 07:45:37 3a1e91c10cdb: Pushed 07:45:37 ad41533a77ef: Pushed 07:45:39 72d5451984a4: Pushed 07:45:39 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b: digest: sha256:91477c109fe1f4319e2fca2a4751b1492dd30b4095164fdb8bff62759147fcf7 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:40 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:40 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 07:45:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 07:45:40 527cc2a520c4: Preparing 07:45:40 ad41533a77ef: Preparing 07:45:40 3a1e91c10cdb: Preparing 07:45:40 72d5451984a4: Preparing 07:45:40 8d61188d3f21: Preparing 07:45:40 296026c8eb49: Preparing 07:45:40 8d3948bba7db: Preparing 07:45:40 58e1197ad5c9: Preparing 07:45:40 994456c4fd7b: Preparing 07:45:40 296026c8eb49: Waiting 07:45:40 8d3948bba7db: Waiting 07:45:40 58e1197ad5c9: Waiting 07:45:40 994456c4fd7b: Waiting 07:45:40 8d61188d3f21: Layer already exists 07:45:40 ad41533a77ef: Layer already exists 07:45:40 3a1e91c10cdb: Layer already exists 07:45:40 527cc2a520c4: Layer already exists 07:45:40 72d5451984a4: Layer already exists 07:45:40 8d3948bba7db: Layer already exists 07:45:40 296026c8eb49: Layer already exists 07:45:40 58e1197ad5c9: Layer already exists 07:45:40 994456c4fd7b: Layer already exists 07:45:40 latest: digest: sha256:91477c109fe1f4319e2fca2a4751b1492dd30b4095164fdb8bff62759147fcf7 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:40 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:41 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.23 07:45:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 07:45:41 527cc2a520c4: Preparing 07:45:41 ad41533a77ef: Preparing 07:45:41 3a1e91c10cdb: Preparing 07:45:41 72d5451984a4: Preparing 07:45:41 8d61188d3f21: Preparing 07:45:41 296026c8eb49: Preparing 07:45:41 8d3948bba7db: Preparing 07:45:41 58e1197ad5c9: Preparing 07:45:41 994456c4fd7b: Preparing 07:45:41 994456c4fd7b: Waiting 07:45:41 8d3948bba7db: Waiting 07:45:41 58e1197ad5c9: Waiting 07:45:41 296026c8eb49: Waiting 07:45:41 527cc2a520c4: Layer already exists 07:45:41 3a1e91c10cdb: Layer already exists 07:45:41 72d5451984a4: Layer already exists 07:45:41 8d61188d3f21: Layer already exists 07:45:41 ad41533a77ef: Layer already exists 07:45:41 296026c8eb49: Layer already exists 07:45:41 8d3948bba7db: Layer already exists 07:45:41 994456c4fd7b: Layer already exists 07:45:41 58e1197ad5c9: Layer already exists 07:45:41 4.1.0-dev.23: digest: sha256:91477c109fe1f4319e2fca2a4751b1492dd30b4095164fdb8bff62759147fcf7 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:41 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:41 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:45:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 07:45:41 527cc2a520c4: Preparing 07:45:41 ad41533a77ef: Preparing 07:45:41 3a1e91c10cdb: Preparing 07:45:41 72d5451984a4: Preparing 07:45:41 8d61188d3f21: Preparing 07:45:41 296026c8eb49: Preparing 07:45:41 8d3948bba7db: Preparing 07:45:41 58e1197ad5c9: Preparing 07:45:41 994456c4fd7b: Preparing 07:45:41 58e1197ad5c9: Waiting 07:45:41 8d3948bba7db: Waiting 07:45:41 296026c8eb49: Waiting 07:45:41 994456c4fd7b: Waiting 07:45:41 72d5451984a4: Layer already exists 07:45:41 8d61188d3f21: Layer already exists 07:45:41 527cc2a520c4: Layer already exists 07:45:41 3a1e91c10cdb: Layer already exists 07:45:41 ad41533a77ef: Layer already exists 07:45:41 994456c4fd7b: Layer already exists 07:45:41 8d3948bba7db: Layer already exists 07:45:41 296026c8eb49: Layer already exists 07:45:41 58e1197ad5c9: Layer already exists 07:45:41 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23: digest: sha256:91477c109fe1f4319e2fca2a4751b1492dd30b4095164fdb8bff62759147fcf7 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:42 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:42 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 07:45:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 07:45:42 527cc2a520c4: Preparing 07:45:42 ad41533a77ef: Preparing 07:45:42 3a1e91c10cdb: Preparing 07:45:42 72d5451984a4: Preparing 07:45:42 8d61188d3f21: Preparing 07:45:42 296026c8eb49: Preparing 07:45:42 8d3948bba7db: Preparing 07:45:42 58e1197ad5c9: Preparing 07:45:42 994456c4fd7b: Preparing 07:45:42 8d3948bba7db: Waiting 07:45:42 296026c8eb49: Waiting 07:45:42 58e1197ad5c9: Waiting 07:45:42 994456c4fd7b: Waiting 07:45:42 8d61188d3f21: Layer already exists 07:45:42 527cc2a520c4: Layer already exists 07:45:42 ad41533a77ef: Layer already exists 07:45:42 3a1e91c10cdb: Layer already exists 07:45:42 72d5451984a4: Layer already exists 07:45:42 296026c8eb49: Layer already exists 07:45:42 8d3948bba7db: Layer already exists 07:45:42 58e1197ad5c9: Layer already exists 07:45:42 994456c4fd7b: Layer already exists 07:45:42 main: digest: sha256:91477c109fe1f4319e2fca2a4751b1492dd30b4095164fdb8bff62759147fcf7 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:45:42 ===================================================== [Pipeline] echo 07:45:42 taggedImages: 07:45:42 - nexus3.edgexfoundry.org:10004/security-proxy-auth:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:45:42 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 07:45:42 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.23 07:45:42 - nexus3.edgexfoundry.org:10004/security-proxy-auth:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:45:42 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 07:45:42 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 07:45:42 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:45:42 latest 07:45:42 4.1.0-dev.23 07:45:42 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:45:42 main 07:45:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:42 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:43 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:45:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 07:45:43 c1baf77191ad: Preparing 07:45:43 5e350b1262eb: Preparing 07:45:43 0ea21c3d5c9d: Preparing 07:45:43 95c76f615ec2: Preparing 07:45:43 012a4dd2e00a: Preparing 07:45:43 8d61188d3f21: Preparing 07:45:43 296026c8eb49: Preparing 07:45:43 78ce81bf1e86: Preparing 07:45:43 7c8ed883b2ee: Preparing 07:45:43 3b96db370cb8: Preparing 07:45:43 994456c4fd7b: Preparing 07:45:43 78ce81bf1e86: Waiting 07:45:43 7c8ed883b2ee: Waiting 07:45:43 3b96db370cb8: Waiting 07:45:43 994456c4fd7b: Waiting 07:45:43 8d61188d3f21: Waiting 07:45:43 c1baf77191ad: Pushed 07:45:43 5e350b1262eb: Pushed 07:45:43 95c76f615ec2: Pushed 07:45:43 012a4dd2e00a: Pushed 07:45:43 8d61188d3f21: Layer already exists 07:45:43 296026c8eb49: Layer already exists 07:45:43 994456c4fd7b: Layer already exists 07:45:43 7c8ed883b2ee: Pushed 07:45:43 78ce81bf1e86: Pushed 07:45:44 3b96db370cb8: Pushed 07:45:45 0ea21c3d5c9d: Pushed 07:45:45 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b: digest: sha256:4e893a475035d3c9bc2fe36caa943a4a684db52f318ad9342dbf32fe2741d98b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:45 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:46 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 07:45:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 07:45:46 c1baf77191ad: Preparing 07:45:46 5e350b1262eb: Preparing 07:45:46 0ea21c3d5c9d: Preparing 07:45:46 95c76f615ec2: Preparing 07:45:46 012a4dd2e00a: Preparing 07:45:46 8d61188d3f21: Preparing 07:45:46 296026c8eb49: Preparing 07:45:46 78ce81bf1e86: Preparing 07:45:46 7c8ed883b2ee: Preparing 07:45:46 3b96db370cb8: Preparing 07:45:46 994456c4fd7b: Preparing 07:45:46 3b96db370cb8: Waiting 07:45:46 296026c8eb49: Waiting 07:45:46 994456c4fd7b: Waiting 07:45:46 7c8ed883b2ee: Waiting 07:45:46 78ce81bf1e86: Waiting 07:45:46 8d61188d3f21: Waiting 07:45:46 012a4dd2e00a: Layer already exists 07:45:46 0ea21c3d5c9d: Layer already exists 07:45:46 c1baf77191ad: Layer already exists 07:45:46 95c76f615ec2: Layer already exists 07:45:46 5e350b1262eb: Layer already exists 07:45:46 8d61188d3f21: Layer already exists 07:45:46 7c8ed883b2ee: Layer already exists 07:45:46 296026c8eb49: Layer already exists 07:45:46 78ce81bf1e86: Layer already exists 07:45:46 3b96db370cb8: Layer already exists 07:45:46 994456c4fd7b: Layer already exists 07:45:46 latest: digest: sha256:4e893a475035d3c9bc2fe36caa943a4a684db52f318ad9342dbf32fe2741d98b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:46 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:46 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.23 07:45:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 07:45:46 c1baf77191ad: Preparing 07:45:46 5e350b1262eb: Preparing 07:45:46 0ea21c3d5c9d: Preparing 07:45:46 95c76f615ec2: Preparing 07:45:46 012a4dd2e00a: Preparing 07:45:46 8d61188d3f21: Preparing 07:45:46 296026c8eb49: Preparing 07:45:46 78ce81bf1e86: Preparing 07:45:46 7c8ed883b2ee: Preparing 07:45:46 3b96db370cb8: Preparing 07:45:46 994456c4fd7b: Preparing 07:45:46 8d61188d3f21: Waiting 07:45:46 296026c8eb49: Waiting 07:45:46 78ce81bf1e86: Waiting 07:45:46 7c8ed883b2ee: Waiting 07:45:46 3b96db370cb8: Waiting 07:45:46 994456c4fd7b: Waiting 07:45:46 95c76f615ec2: Layer already exists 07:45:46 5e350b1262eb: Layer already exists 07:45:46 c1baf77191ad: Layer already exists 07:45:46 0ea21c3d5c9d: Layer already exists 07:45:46 012a4dd2e00a: Layer already exists 07:45:46 296026c8eb49: Layer already exists 07:45:46 8d61188d3f21: Layer already exists 07:45:46 3b96db370cb8: Layer already exists 07:45:46 78ce81bf1e86: Layer already exists 07:45:46 7c8ed883b2ee: Layer already exists 07:45:46 994456c4fd7b: Layer already exists 07:45:46 4.1.0-dev.23: digest: sha256:4e893a475035d3c9bc2fe36caa943a4a684db52f318ad9342dbf32fe2741d98b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:47 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:47 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:45:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 07:45:47 c1baf77191ad: Preparing 07:45:47 5e350b1262eb: Preparing 07:45:47 0ea21c3d5c9d: Preparing 07:45:47 95c76f615ec2: Preparing 07:45:47 012a4dd2e00a: Preparing 07:45:47 8d61188d3f21: Preparing 07:45:47 296026c8eb49: Preparing 07:45:47 78ce81bf1e86: Preparing 07:45:47 7c8ed883b2ee: Preparing 07:45:47 3b96db370cb8: Preparing 07:45:47 994456c4fd7b: Preparing 07:45:47 78ce81bf1e86: Waiting 07:45:47 7c8ed883b2ee: Waiting 07:45:47 8d61188d3f21: Waiting 07:45:47 3b96db370cb8: Waiting 07:45:47 296026c8eb49: Waiting 07:45:47 994456c4fd7b: Waiting 07:45:47 95c76f615ec2: Layer already exists 07:45:47 c1baf77191ad: Layer already exists 07:45:47 012a4dd2e00a: Layer already exists 07:45:47 0ea21c3d5c9d: Layer already exists 07:45:47 5e350b1262eb: Layer already exists 07:45:47 8d61188d3f21: Layer already exists 07:45:47 296026c8eb49: Layer already exists 07:45:47 3b96db370cb8: Layer already exists 07:45:47 7c8ed883b2ee: Layer already exists 07:45:47 78ce81bf1e86: Layer already exists 07:45:47 994456c4fd7b: Layer already exists 07:45:47 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23: digest: sha256:4e893a475035d3c9bc2fe36caa943a4a684db52f318ad9342dbf32fe2741d98b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:47 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:48 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 07:45:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 07:45:48 c1baf77191ad: Preparing 07:45:48 5e350b1262eb: Preparing 07:45:48 0ea21c3d5c9d: Preparing 07:45:48 95c76f615ec2: Preparing 07:45:48 012a4dd2e00a: Preparing 07:45:48 8d61188d3f21: Preparing 07:45:48 296026c8eb49: Preparing 07:45:48 78ce81bf1e86: Preparing 07:45:48 7c8ed883b2ee: Preparing 07:45:48 3b96db370cb8: Preparing 07:45:48 994456c4fd7b: Preparing 07:45:48 3b96db370cb8: Waiting 07:45:48 296026c8eb49: Waiting 07:45:48 994456c4fd7b: Waiting 07:45:48 78ce81bf1e86: Waiting 07:45:48 7c8ed883b2ee: Waiting 07:45:48 8d61188d3f21: Waiting 07:45:48 95c76f615ec2: Layer already exists 07:45:48 5e350b1262eb: Layer already exists 07:45:48 012a4dd2e00a: Layer already exists 07:45:48 c1baf77191ad: Layer already exists 07:45:48 0ea21c3d5c9d: Layer already exists 07:45:48 78ce81bf1e86: Layer already exists 07:45:48 3b96db370cb8: Layer already exists 07:45:48 7c8ed883b2ee: Layer already exists 07:45:48 8d61188d3f21: Layer already exists 07:45:48 296026c8eb49: Layer already exists 07:45:48 994456c4fd7b: Layer already exists 07:45:48 main: digest: sha256:4e893a475035d3c9bc2fe36caa943a4a684db52f318ad9342dbf32fe2741d98b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:45:48 ===================================================== [Pipeline] echo 07:45:48 taggedImages: 07:45:48 - nexus3.edgexfoundry.org:10004/security-proxy-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:45:48 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 07:45:48 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.23 07:45:48 - nexus3.edgexfoundry.org:10004/security-proxy-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:45:48 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 07:45:48 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 07:45:48 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:45:48 latest 07:45:48 4.1.0-dev.23 07:45:48 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:45:48 main 07:45:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:48 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:48 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:45:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 07:45:48 2e7d32e4d27e: Preparing 07:45:48 50a7e123ee40: Preparing 07:45:48 b44ab1c4f38d: Preparing 07:45:48 caa41ed3627b: Preparing 07:45:48 d5d9662c9267: Preparing 07:45:48 de883e60b21d: Preparing 07:45:48 8dfb8128a2a6: Preparing 07:45:48 8d61188d3f21: Preparing 07:45:48 296026c8eb49: Preparing 07:45:48 2bc928eb5fac: Preparing 07:45:48 13d48a03f64c: Preparing 07:45:48 994456c4fd7b: Preparing 07:45:48 de883e60b21d: Waiting 07:45:48 2bc928eb5fac: Waiting 07:45:48 13d48a03f64c: Waiting 07:45:48 994456c4fd7b: Waiting 07:45:48 8dfb8128a2a6: Waiting 07:45:48 8d61188d3f21: Waiting 07:45:48 296026c8eb49: Waiting 07:45:48 d5d9662c9267: Pushed 07:45:48 50a7e123ee40: Pushed 07:45:48 2e7d32e4d27e: Pushed 07:45:48 8d61188d3f21: Layer already exists 07:45:48 296026c8eb49: Layer already exists 07:45:48 de883e60b21d: Pushed 07:45:48 8dfb8128a2a6: Pushed 07:45:49 994456c4fd7b: Layer already exists 07:45:49 2bc928eb5fac: Pushed 07:45:50 13d48a03f64c: Pushed 07:45:50 caa41ed3627b: Pushed 07:45:51 b44ab1c4f38d: Pushed 07:45:52 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b: digest: sha256:7a68cc012c982517f9945168c9a24e959184941730992d39524b6b86617c0fc9 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:52 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:52 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 07:45:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 07:45:52 2e7d32e4d27e: Preparing 07:45:52 50a7e123ee40: Preparing 07:45:52 b44ab1c4f38d: Preparing 07:45:52 caa41ed3627b: Preparing 07:45:52 d5d9662c9267: Preparing 07:45:52 de883e60b21d: Preparing 07:45:52 8dfb8128a2a6: Preparing 07:45:52 8d61188d3f21: Preparing 07:45:52 296026c8eb49: Preparing 07:45:52 2bc928eb5fac: Preparing 07:45:52 13d48a03f64c: Preparing 07:45:52 994456c4fd7b: Preparing 07:45:52 296026c8eb49: Waiting 07:45:52 2bc928eb5fac: Waiting 07:45:52 de883e60b21d: Waiting 07:45:52 8dfb8128a2a6: Waiting 07:45:52 8d61188d3f21: Waiting 07:45:52 13d48a03f64c: Waiting 07:45:52 994456c4fd7b: Waiting 07:45:52 caa41ed3627b: Layer already exists 07:45:52 2e7d32e4d27e: Layer already exists 07:45:52 d5d9662c9267: Layer already exists 07:45:52 b44ab1c4f38d: Layer already exists 07:45:52 50a7e123ee40: Layer already exists 07:45:52 8d61188d3f21: Layer already exists 07:45:52 2bc928eb5fac: Layer already exists 07:45:52 296026c8eb49: Layer already exists 07:45:52 8dfb8128a2a6: Layer already exists 07:45:52 de883e60b21d: Layer already exists 07:45:52 994456c4fd7b: Layer already exists 07:45:52 13d48a03f64c: Layer already exists 07:45:52 latest: digest: sha256:7a68cc012c982517f9945168c9a24e959184941730992d39524b6b86617c0fc9 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:53 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:53 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.23 07:45:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 07:45:53 2e7d32e4d27e: Preparing 07:45:53 50a7e123ee40: Preparing 07:45:53 b44ab1c4f38d: Preparing 07:45:53 caa41ed3627b: Preparing 07:45:53 d5d9662c9267: Preparing 07:45:53 de883e60b21d: Preparing 07:45:53 8dfb8128a2a6: Preparing 07:45:53 8d61188d3f21: Preparing 07:45:53 296026c8eb49: Preparing 07:45:53 2bc928eb5fac: Preparing 07:45:53 13d48a03f64c: Preparing 07:45:53 994456c4fd7b: Preparing 07:45:53 de883e60b21d: Waiting 07:45:53 8dfb8128a2a6: Waiting 07:45:53 8d61188d3f21: Waiting 07:45:53 296026c8eb49: Waiting 07:45:53 2bc928eb5fac: Waiting 07:45:53 994456c4fd7b: Waiting 07:45:53 13d48a03f64c: Waiting 07:45:53 50a7e123ee40: Layer already exists 07:45:53 caa41ed3627b: Layer already exists 07:45:53 b44ab1c4f38d: Layer already exists 07:45:53 d5d9662c9267: Layer already exists 07:45:53 2e7d32e4d27e: Layer already exists 07:45:53 de883e60b21d: Layer already exists 07:45:53 8dfb8128a2a6: Layer already exists 07:45:53 2bc928eb5fac: Layer already exists 07:45:53 8d61188d3f21: Layer already exists 07:45:53 296026c8eb49: Layer already exists 07:45:53 13d48a03f64c: Layer already exists 07:45:53 994456c4fd7b: Layer already exists 07:45:53 4.1.0-dev.23: digest: sha256:7a68cc012c982517f9945168c9a24e959184941730992d39524b6b86617c0fc9 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:53 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:53 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:45:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 07:45:53 2e7d32e4d27e: Preparing 07:45:53 50a7e123ee40: Preparing 07:45:53 b44ab1c4f38d: Preparing 07:45:53 caa41ed3627b: Preparing 07:45:53 d5d9662c9267: Preparing 07:45:53 de883e60b21d: Preparing 07:45:53 8dfb8128a2a6: Preparing 07:45:53 8d61188d3f21: Preparing 07:45:53 296026c8eb49: Preparing 07:45:53 2bc928eb5fac: Preparing 07:45:53 13d48a03f64c: Preparing 07:45:53 994456c4fd7b: Preparing 07:45:53 8d61188d3f21: Waiting 07:45:53 296026c8eb49: Waiting 07:45:53 de883e60b21d: Waiting 07:45:53 8dfb8128a2a6: Waiting 07:45:53 2bc928eb5fac: Waiting 07:45:53 13d48a03f64c: Waiting 07:45:53 b44ab1c4f38d: Layer already exists 07:45:53 2e7d32e4d27e: Layer already exists 07:45:53 50a7e123ee40: Layer already exists 07:45:53 d5d9662c9267: Layer already exists 07:45:53 caa41ed3627b: Layer already exists 07:45:53 de883e60b21d: Layer already exists 07:45:53 296026c8eb49: Layer already exists 07:45:53 8d61188d3f21: Layer already exists 07:45:53 8dfb8128a2a6: Layer already exists 07:45:53 2bc928eb5fac: Layer already exists 07:45:53 13d48a03f64c: Layer already exists 07:45:53 994456c4fd7b: Layer already exists 07:45:53 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23: digest: sha256:7a68cc012c982517f9945168c9a24e959184941730992d39524b6b86617c0fc9 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:54 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:54 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 07:45:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 07:45:54 2e7d32e4d27e: Preparing 07:45:54 50a7e123ee40: Preparing 07:45:54 b44ab1c4f38d: Preparing 07:45:54 caa41ed3627b: Preparing 07:45:54 d5d9662c9267: Preparing 07:45:54 de883e60b21d: Preparing 07:45:54 8dfb8128a2a6: Preparing 07:45:54 8d61188d3f21: Preparing 07:45:54 de883e60b21d: Waiting 07:45:54 8dfb8128a2a6: Waiting 07:45:54 296026c8eb49: Preparing 07:45:54 8d61188d3f21: Waiting 07:45:54 2bc928eb5fac: Preparing 07:45:54 296026c8eb49: Waiting 07:45:54 13d48a03f64c: Preparing 07:45:54 994456c4fd7b: Preparing 07:45:54 2bc928eb5fac: Waiting 07:45:54 13d48a03f64c: Waiting 07:45:54 b44ab1c4f38d: Layer already exists 07:45:54 caa41ed3627b: Layer already exists 07:45:54 50a7e123ee40: Layer already exists 07:45:54 2e7d32e4d27e: Layer already exists 07:45:54 d5d9662c9267: Layer already exists 07:45:54 de883e60b21d: Layer already exists 07:45:54 8dfb8128a2a6: Layer already exists 07:45:54 296026c8eb49: Layer already exists 07:45:54 8d61188d3f21: Layer already exists 07:45:54 2bc928eb5fac: Layer already exists 07:45:54 13d48a03f64c: Layer already exists 07:45:54 994456c4fd7b: Layer already exists 07:45:54 main: digest: sha256:7a68cc012c982517f9945168c9a24e959184941730992d39524b6b86617c0fc9 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:45:54 ===================================================== [Pipeline] echo 07:45:54 taggedImages: 07:45:54 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:45:54 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 07:45:54 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.23 07:45:54 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:45:54 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 07:45:54 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 07:45:54 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:45:54 latest 07:45:54 4.1.0-dev.23 07:45:54 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:45:54 main 07:45:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:55 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:55 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:45:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 07:45:55 71c2f5707435: Preparing 07:45:55 989e14ce2b5d: Preparing 07:45:55 8d61188d3f21: Preparing 07:45:55 296026c8eb49: Preparing 07:45:55 5b05bd59a8d6: Preparing 07:45:55 0b8cdf44f59e: Preparing 07:45:55 994456c4fd7b: Preparing 07:45:55 0b8cdf44f59e: Waiting 07:45:55 994456c4fd7b: Waiting 07:45:55 8d61188d3f21: Layer already exists 07:45:55 296026c8eb49: Layer already exists 07:45:55 994456c4fd7b: Layer already exists 07:45:55 5b05bd59a8d6: Pushed 07:45:55 71c2f5707435: Pushed 07:45:56 0b8cdf44f59e: Pushed 07:45:58 989e14ce2b5d: Pushed 07:45:58 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b: digest: sha256:dd8f50c77f43f4c57259d6f127bff9f754e202abf8596e34f298138f99e881db size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:59 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:59 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 07:45:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 07:45:59 71c2f5707435: Preparing 07:45:59 989e14ce2b5d: Preparing 07:45:59 8d61188d3f21: Preparing 07:45:59 296026c8eb49: Preparing 07:45:59 5b05bd59a8d6: Preparing 07:45:59 0b8cdf44f59e: Preparing 07:45:59 994456c4fd7b: Preparing 07:45:59 0b8cdf44f59e: Waiting 07:45:59 994456c4fd7b: Waiting 07:45:59 989e14ce2b5d: Layer already exists 07:45:59 296026c8eb49: Layer already exists 07:45:59 8d61188d3f21: Layer already exists 07:45:59 71c2f5707435: Layer already exists 07:45:59 5b05bd59a8d6: Layer already exists 07:45:59 0b8cdf44f59e: Layer already exists 07:45:59 994456c4fd7b: Layer already exists 07:45:59 latest: digest: sha256:dd8f50c77f43f4c57259d6f127bff9f754e202abf8596e34f298138f99e881db size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:00 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:00 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.23 07:46:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 07:46:00 71c2f5707435: Preparing 07:46:00 989e14ce2b5d: Preparing 07:46:00 8d61188d3f21: Preparing 07:46:00 296026c8eb49: Preparing 07:46:00 5b05bd59a8d6: Preparing 07:46:00 0b8cdf44f59e: Preparing 07:46:00 994456c4fd7b: Preparing 07:46:00 0b8cdf44f59e: Waiting 07:46:00 994456c4fd7b: Waiting 07:46:00 71c2f5707435: Layer already exists 07:46:00 296026c8eb49: Layer already exists 07:46:00 5b05bd59a8d6: Layer already exists 07:46:00 989e14ce2b5d: Layer already exists 07:46:00 8d61188d3f21: Layer already exists 07:46:00 0b8cdf44f59e: Layer already exists 07:46:00 994456c4fd7b: Layer already exists 07:46:00 4.1.0-dev.23: digest: sha256:dd8f50c77f43f4c57259d6f127bff9f754e202abf8596e34f298138f99e881db size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:00 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:01 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:46:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 07:46:01 71c2f5707435: Preparing 07:46:01 989e14ce2b5d: Preparing 07:46:01 8d61188d3f21: Preparing 07:46:01 296026c8eb49: Preparing 07:46:01 5b05bd59a8d6: Preparing 07:46:01 0b8cdf44f59e: Preparing 07:46:01 994456c4fd7b: Preparing 07:46:01 0b8cdf44f59e: Waiting 07:46:01 994456c4fd7b: Waiting 07:46:01 71c2f5707435: Layer already exists 07:46:01 989e14ce2b5d: Layer already exists 07:46:01 5b05bd59a8d6: Layer already exists 07:46:01 296026c8eb49: Layer already exists 07:46:01 8d61188d3f21: Layer already exists 07:46:01 0b8cdf44f59e: Layer already exists 07:46:01 994456c4fd7b: Layer already exists 07:46:01 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23: digest: sha256:dd8f50c77f43f4c57259d6f127bff9f754e202abf8596e34f298138f99e881db size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:01 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:01 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 07:46:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 07:46:01 71c2f5707435: Preparing 07:46:01 989e14ce2b5d: Preparing 07:46:01 8d61188d3f21: Preparing 07:46:01 296026c8eb49: Preparing 07:46:01 5b05bd59a8d6: Preparing 07:46:01 0b8cdf44f59e: Preparing 07:46:01 994456c4fd7b: Preparing 07:46:01 0b8cdf44f59e: Waiting 07:46:01 994456c4fd7b: Waiting 07:46:01 71c2f5707435: Layer already exists 07:46:01 296026c8eb49: Layer already exists 07:46:01 989e14ce2b5d: Layer already exists 07:46:01 8d61188d3f21: Layer already exists 07:46:01 5b05bd59a8d6: Layer already exists 07:46:01 0b8cdf44f59e: Layer already exists 07:46:01 994456c4fd7b: Layer already exists 07:46:01 main: digest: sha256:dd8f50c77f43f4c57259d6f127bff9f754e202abf8596e34f298138f99e881db size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:46:01 ===================================================== [Pipeline] echo 07:46:01 taggedImages: 07:46:01 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:46:01 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 07:46:01 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.23 07:46:01 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:46:01 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 07:46:01 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 07:46:01 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:46:01 latest 07:46:01 4.1.0-dev.23 07:46:01 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:46:01 main 07:46:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:02 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:46:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 07:46:02 c769aa0530c1: Preparing 07:46:02 d721f4ee78e4: Preparing 07:46:02 1e12e05e93ff: Preparing 07:46:02 8d61188d3f21: Preparing 07:46:02 296026c8eb49: Preparing 07:46:02 3d69eaa34ad9: Preparing 07:46:02 256a520acab4: Preparing 07:46:02 1dd2b3c1d0e3: Preparing 07:46:02 f9db913c70e1: Preparing 07:46:02 994456c4fd7b: Preparing 07:46:02 3d69eaa34ad9: Waiting 07:46:02 256a520acab4: Waiting 07:46:02 1dd2b3c1d0e3: Waiting 07:46:02 f9db913c70e1: Waiting 07:46:02 8d61188d3f21: Layer already exists 07:46:02 296026c8eb49: Layer already exists 07:46:02 1e12e05e93ff: Pushed 07:46:02 d721f4ee78e4: Pushed 07:46:02 c769aa0530c1: Pushed 07:46:02 994456c4fd7b: Layer already exists 07:46:02 1dd2b3c1d0e3: Pushed 07:46:03 f9db913c70e1: Pushed 07:46:07 256a520acab4: Pushed 07:46:13 3d69eaa34ad9: Pushed 07:46:13 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b: digest: sha256:a7a12824a04ec53ce6ca2cbbc25b5a7697fc7b98c1af1ee2fbd91600481bc356 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:14 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 07:46:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 07:46:14 c769aa0530c1: Preparing 07:46:14 d721f4ee78e4: Preparing 07:46:14 1e12e05e93ff: Preparing 07:46:14 8d61188d3f21: Preparing 07:46:14 296026c8eb49: Preparing 07:46:14 3d69eaa34ad9: Preparing 07:46:14 256a520acab4: Preparing 07:46:14 1dd2b3c1d0e3: Preparing 07:46:14 f9db913c70e1: Preparing 07:46:14 994456c4fd7b: Preparing 07:46:14 3d69eaa34ad9: Waiting 07:46:14 256a520acab4: Waiting 07:46:14 1dd2b3c1d0e3: Waiting 07:46:14 f9db913c70e1: Waiting 07:46:14 994456c4fd7b: Waiting 07:46:14 296026c8eb49: Layer already exists 07:46:14 8d61188d3f21: Layer already exists 07:46:14 c769aa0530c1: Layer already exists 07:46:14 d721f4ee78e4: Layer already exists 07:46:14 1e12e05e93ff: Layer already exists 07:46:14 f9db913c70e1: Layer already exists 07:46:14 3d69eaa34ad9: Layer already exists 07:46:14 1dd2b3c1d0e3: Layer already exists 07:46:14 256a520acab4: Layer already exists 07:46:14 994456c4fd7b: Layer already exists 07:46:14 latest: digest: sha256:a7a12824a04ec53ce6ca2cbbc25b5a7697fc7b98c1af1ee2fbd91600481bc356 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:14 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:15 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.23 07:46:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 07:46:15 c769aa0530c1: Preparing 07:46:15 d721f4ee78e4: Preparing 07:46:15 1e12e05e93ff: Preparing 07:46:15 8d61188d3f21: Preparing 07:46:15 296026c8eb49: Preparing 07:46:15 3d69eaa34ad9: Preparing 07:46:15 256a520acab4: Preparing 07:46:15 1dd2b3c1d0e3: Preparing 07:46:15 f9db913c70e1: Preparing 07:46:15 994456c4fd7b: Preparing 07:46:15 3d69eaa34ad9: Waiting 07:46:15 f9db913c70e1: Waiting 07:46:15 256a520acab4: Waiting 07:46:15 1dd2b3c1d0e3: Waiting 07:46:15 994456c4fd7b: Waiting 07:46:15 1e12e05e93ff: Layer already exists 07:46:15 d721f4ee78e4: Layer already exists 07:46:15 c769aa0530c1: Layer already exists 07:46:15 296026c8eb49: Layer already exists 07:46:15 3d69eaa34ad9: Layer already exists 07:46:15 1dd2b3c1d0e3: Layer already exists 07:46:15 f9db913c70e1: Layer already exists 07:46:15 994456c4fd7b: Layer already exists 07:46:15 256a520acab4: Layer already exists 07:46:15 8d61188d3f21: Layer already exists 07:46:15 4.1.0-dev.23: digest: sha256:a7a12824a04ec53ce6ca2cbbc25b5a7697fc7b98c1af1ee2fbd91600481bc356 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:15 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:15 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:46:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 07:46:15 c769aa0530c1: Preparing 07:46:15 d721f4ee78e4: Preparing 07:46:15 1e12e05e93ff: Preparing 07:46:15 8d61188d3f21: Preparing 07:46:15 296026c8eb49: Preparing 07:46:15 3d69eaa34ad9: Preparing 07:46:15 256a520acab4: Preparing 07:46:15 1dd2b3c1d0e3: Preparing 07:46:15 3d69eaa34ad9: Waiting 07:46:15 256a520acab4: Waiting 07:46:15 f9db913c70e1: Preparing 07:46:15 1dd2b3c1d0e3: Waiting 07:46:15 994456c4fd7b: Preparing 07:46:15 f9db913c70e1: Waiting 07:46:15 296026c8eb49: Layer already exists 07:46:15 8d61188d3f21: Layer already exists 07:46:15 c769aa0530c1: Layer already exists 07:46:15 1e12e05e93ff: Layer already exists 07:46:15 d721f4ee78e4: Layer already exists 07:46:15 3d69eaa34ad9: Layer already exists 07:46:15 256a520acab4: Layer already exists 07:46:15 1dd2b3c1d0e3: Layer already exists 07:46:15 f9db913c70e1: Layer already exists 07:46:15 994456c4fd7b: Layer already exists 07:46:15 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23: digest: sha256:a7a12824a04ec53ce6ca2cbbc25b5a7697fc7b98c1af1ee2fbd91600481bc356 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:16 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:16 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 07:46:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 07:46:16 c769aa0530c1: Preparing 07:46:16 d721f4ee78e4: Preparing 07:46:16 1e12e05e93ff: Preparing 07:46:16 8d61188d3f21: Preparing 07:46:16 296026c8eb49: Preparing 07:46:16 3d69eaa34ad9: Preparing 07:46:16 256a520acab4: Preparing 07:46:16 1dd2b3c1d0e3: Preparing 07:46:16 f9db913c70e1: Preparing 07:46:16 994456c4fd7b: Preparing 07:46:16 256a520acab4: Waiting 07:46:16 1dd2b3c1d0e3: Waiting 07:46:16 f9db913c70e1: Waiting 07:46:16 994456c4fd7b: Waiting 07:46:16 3d69eaa34ad9: Waiting 07:46:16 d721f4ee78e4: Layer already exists 07:46:16 c769aa0530c1: Layer already exists 07:46:16 296026c8eb49: Layer already exists 07:46:16 8d61188d3f21: Layer already exists 07:46:16 1e12e05e93ff: Layer already exists 07:46:16 1dd2b3c1d0e3: Layer already exists 07:46:16 3d69eaa34ad9: Layer already exists 07:46:16 256a520acab4: Layer already exists 07:46:16 994456c4fd7b: Layer already exists 07:46:16 f9db913c70e1: Layer already exists 07:46:16 main: digest: sha256:a7a12824a04ec53ce6ca2cbbc25b5a7697fc7b98c1af1ee2fbd91600481bc356 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:46:16 ===================================================== [Pipeline] echo 07:46:16 taggedImages: 07:46:16 - nexus3.edgexfoundry.org:10004/security-spire-agent:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:46:16 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 07:46:16 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.23 07:46:16 - nexus3.edgexfoundry.org:10004/security-spire-agent:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:46:16 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 07:46:16 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 07:46:16 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:46:16 latest 07:46:16 4.1.0-dev.23 07:46:16 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:46:16 main 07:46:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:16 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:46:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 07:46:17 bf9edb4d4e05: Preparing 07:46:17 c257d5667d42: Preparing 07:46:17 149a83716f68: Preparing 07:46:17 8d61188d3f21: Preparing 07:46:17 296026c8eb49: Preparing 07:46:17 c44cc90850df: Preparing 07:46:17 37034538b702: Preparing 07:46:17 326f2984888b: Preparing 07:46:17 994456c4fd7b: Preparing 07:46:17 c44cc90850df: Waiting 07:46:17 37034538b702: Waiting 07:46:17 326f2984888b: Waiting 07:46:17 994456c4fd7b: Waiting 07:46:17 296026c8eb49: Layer already exists 07:46:17 8d61188d3f21: Layer already exists 07:46:17 149a83716f68: Pushed 07:46:17 bf9edb4d4e05: Pushed 07:46:17 c257d5667d42: Pushed 07:46:17 37034538b702: Pushed 07:46:17 994456c4fd7b: Layer already exists 07:46:17 326f2984888b: Pushed 07:46:30 c44cc90850df: Pushed 07:46:30 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b: digest: sha256:bed933ec27820fcc85888c8ddb4ffbd1fa408fce31e0369739d4ed3e3354178e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:30 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 07:46:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 07:46:30 bf9edb4d4e05: Preparing 07:46:30 c257d5667d42: Preparing 07:46:30 149a83716f68: Preparing 07:46:30 8d61188d3f21: Preparing 07:46:30 296026c8eb49: Preparing 07:46:30 c44cc90850df: Preparing 07:46:30 37034538b702: Preparing 07:46:30 326f2984888b: Preparing 07:46:30 994456c4fd7b: Preparing 07:46:30 c44cc90850df: Waiting 07:46:30 37034538b702: Waiting 07:46:30 994456c4fd7b: Waiting 07:46:30 c257d5667d42: Layer already exists 07:46:30 8d61188d3f21: Layer already exists 07:46:30 296026c8eb49: Layer already exists 07:46:30 bf9edb4d4e05: Layer already exists 07:46:30 149a83716f68: Layer already exists 07:46:30 c44cc90850df: Layer already exists 07:46:30 326f2984888b: Layer already exists 07:46:30 37034538b702: Layer already exists 07:46:30 994456c4fd7b: Layer already exists 07:46:30 latest: digest: sha256:bed933ec27820fcc85888c8ddb4ffbd1fa408fce31e0369739d4ed3e3354178e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:31 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.23 07:46:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 07:46:31 bf9edb4d4e05: Preparing 07:46:31 c257d5667d42: Preparing 07:46:31 149a83716f68: Preparing 07:46:31 8d61188d3f21: Preparing 07:46:31 296026c8eb49: Preparing 07:46:31 c44cc90850df: Preparing 07:46:31 37034538b702: Preparing 07:46:31 326f2984888b: Preparing 07:46:31 994456c4fd7b: Preparing 07:46:31 c44cc90850df: Waiting 07:46:31 37034538b702: Waiting 07:46:31 326f2984888b: Waiting 07:46:31 994456c4fd7b: Waiting 07:46:31 8d61188d3f21: Layer already exists 07:46:31 c257d5667d42: Layer already exists 07:46:31 149a83716f68: Layer already exists 07:46:31 296026c8eb49: Layer already exists 07:46:31 bf9edb4d4e05: Layer already exists 07:46:31 c44cc90850df: Layer already exists 07:46:31 326f2984888b: Layer already exists 07:46:31 994456c4fd7b: Layer already exists 07:46:31 37034538b702: Layer already exists 07:46:31 4.1.0-dev.23: digest: sha256:bed933ec27820fcc85888c8ddb4ffbd1fa408fce31e0369739d4ed3e3354178e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:31 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:46:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 07:46:32 bf9edb4d4e05: Preparing 07:46:32 c257d5667d42: Preparing 07:46:32 149a83716f68: Preparing 07:46:32 8d61188d3f21: Preparing 07:46:32 296026c8eb49: Preparing 07:46:32 c44cc90850df: Preparing 07:46:32 37034538b702: Preparing 07:46:32 326f2984888b: Preparing 07:46:32 994456c4fd7b: Preparing 07:46:32 37034538b702: Waiting 07:46:32 326f2984888b: Waiting 07:46:32 994456c4fd7b: Waiting 07:46:32 c44cc90850df: Waiting 07:46:32 296026c8eb49: Layer already exists 07:46:32 c257d5667d42: Layer already exists 07:46:32 149a83716f68: Layer already exists 07:46:32 8d61188d3f21: Layer already exists 07:46:32 bf9edb4d4e05: Layer already exists 07:46:32 c44cc90850df: Layer already exists 07:46:32 37034538b702: Layer already exists 07:46:32 326f2984888b: Layer already exists 07:46:32 994456c4fd7b: Layer already exists 07:46:32 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23: digest: sha256:bed933ec27820fcc85888c8ddb4ffbd1fa408fce31e0369739d4ed3e3354178e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:32 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 07:46:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 07:46:32 bf9edb4d4e05: Preparing 07:46:32 c257d5667d42: Preparing 07:46:32 149a83716f68: Preparing 07:46:32 8d61188d3f21: Preparing 07:46:32 296026c8eb49: Preparing 07:46:32 c44cc90850df: Preparing 07:46:32 37034538b702: Preparing 07:46:32 326f2984888b: Preparing 07:46:32 994456c4fd7b: Preparing 07:46:32 37034538b702: Waiting 07:46:32 326f2984888b: Waiting 07:46:32 994456c4fd7b: Waiting 07:46:32 c44cc90850df: Waiting 07:46:32 296026c8eb49: Layer already exists 07:46:32 149a83716f68: Layer already exists 07:46:32 8d61188d3f21: Layer already exists 07:46:32 bf9edb4d4e05: Layer already exists 07:46:32 c257d5667d42: Layer already exists 07:46:32 326f2984888b: Layer already exists 07:46:32 c44cc90850df: Layer already exists 07:46:32 37034538b702: Layer already exists 07:46:32 994456c4fd7b: Layer already exists 07:46:32 main: digest: sha256:bed933ec27820fcc85888c8ddb4ffbd1fa408fce31e0369739d4ed3e3354178e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:46:32 ===================================================== [Pipeline] echo 07:46:32 taggedImages: 07:46:32 - nexus3.edgexfoundry.org:10004/security-spire-config:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:46:32 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 07:46:32 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.23 07:46:32 - nexus3.edgexfoundry.org:10004/security-spire-config:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:46:32 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 07:46:32 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 07:46:32 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:46:32 latest 07:46:32 4.1.0-dev.23 07:46:32 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:46:32 main 07:46:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:33 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:46:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 07:46:33 d8a3947bdd36: Preparing 07:46:33 f911fcade252: Preparing 07:46:33 63401ed6796c: Preparing 07:46:33 8d61188d3f21: Preparing 07:46:33 296026c8eb49: Preparing 07:46:33 c44cc90850df: Preparing 07:46:33 1dd2b3c1d0e3: Preparing 07:46:33 f9db913c70e1: Preparing 07:46:33 994456c4fd7b: Preparing 07:46:33 1dd2b3c1d0e3: Waiting 07:46:33 f9db913c70e1: Waiting 07:46:33 994456c4fd7b: Waiting 07:46:33 c44cc90850df: Waiting 07:46:33 296026c8eb49: Layer already exists 07:46:33 8d61188d3f21: Layer already exists 07:46:33 c44cc90850df: Layer already exists 07:46:33 1dd2b3c1d0e3: Layer already exists 07:46:33 994456c4fd7b: Layer already exists 07:46:33 f9db913c70e1: Layer already exists 07:46:33 63401ed6796c: Pushed 07:46:33 f911fcade252: Pushed 07:46:33 d8a3947bdd36: Pushed 07:46:33 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b: digest: sha256:f3271369c5665e4e6943fb9f3c8ef2adf46375939c6897a8fe50e364ac4e4a9e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:34 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 07:46:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 07:46:34 d8a3947bdd36: Preparing 07:46:34 f911fcade252: Preparing 07:46:34 63401ed6796c: Preparing 07:46:34 8d61188d3f21: Preparing 07:46:34 296026c8eb49: Preparing 07:46:34 c44cc90850df: Preparing 07:46:34 1dd2b3c1d0e3: Preparing 07:46:34 f9db913c70e1: Preparing 07:46:34 994456c4fd7b: Preparing 07:46:34 c44cc90850df: Waiting 07:46:34 1dd2b3c1d0e3: Waiting 07:46:34 f9db913c70e1: Waiting 07:46:34 994456c4fd7b: Waiting 07:46:34 8d61188d3f21: Layer already exists 07:46:34 63401ed6796c: Layer already exists 07:46:34 d8a3947bdd36: Layer already exists 07:46:34 296026c8eb49: Layer already exists 07:46:34 f911fcade252: Layer already exists 07:46:34 f9db913c70e1: Layer already exists 07:46:34 c44cc90850df: Layer already exists 07:46:34 1dd2b3c1d0e3: Layer already exists 07:46:34 994456c4fd7b: Layer already exists 07:46:34 latest: digest: sha256:f3271369c5665e4e6943fb9f3c8ef2adf46375939c6897a8fe50e364ac4e4a9e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:34 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.23 07:46:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 07:46:35 d8a3947bdd36: Preparing 07:46:35 f911fcade252: Preparing 07:46:35 63401ed6796c: Preparing 07:46:35 8d61188d3f21: Preparing 07:46:35 296026c8eb49: Preparing 07:46:35 c44cc90850df: Preparing 07:46:35 1dd2b3c1d0e3: Preparing 07:46:35 f9db913c70e1: Preparing 07:46:35 994456c4fd7b: Preparing 07:46:35 c44cc90850df: Waiting 07:46:35 f9db913c70e1: Waiting 07:46:35 1dd2b3c1d0e3: Waiting 07:46:35 994456c4fd7b: Waiting 07:46:35 8d61188d3f21: Layer already exists 07:46:35 f911fcade252: Layer already exists 07:46:35 d8a3947bdd36: Layer already exists 07:46:35 63401ed6796c: Layer already exists 07:46:35 296026c8eb49: Layer already exists 07:46:35 994456c4fd7b: Layer already exists 07:46:35 c44cc90850df: Layer already exists 07:46:35 1dd2b3c1d0e3: Layer already exists 07:46:35 f9db913c70e1: Layer already exists 07:46:35 4.1.0-dev.23: digest: sha256:f3271369c5665e4e6943fb9f3c8ef2adf46375939c6897a8fe50e364ac4e4a9e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:35 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:46:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 07:46:35 d8a3947bdd36: Preparing 07:46:35 f911fcade252: Preparing 07:46:35 63401ed6796c: Preparing 07:46:35 8d61188d3f21: Preparing 07:46:35 296026c8eb49: Preparing 07:46:35 c44cc90850df: Preparing 07:46:35 1dd2b3c1d0e3: Preparing 07:46:35 f9db913c70e1: Preparing 07:46:35 994456c4fd7b: Preparing 07:46:35 c44cc90850df: Waiting 07:46:35 1dd2b3c1d0e3: Waiting 07:46:35 f9db913c70e1: Waiting 07:46:35 994456c4fd7b: Waiting 07:46:35 f911fcade252: Layer already exists 07:46:35 8d61188d3f21: Layer already exists 07:46:35 63401ed6796c: Layer already exists 07:46:35 296026c8eb49: Layer already exists 07:46:35 d8a3947bdd36: Layer already exists 07:46:35 994456c4fd7b: Layer already exists 07:46:35 f9db913c70e1: Layer already exists 07:46:35 1dd2b3c1d0e3: Layer already exists 07:46:35 c44cc90850df: Layer already exists 07:46:35 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23: digest: sha256:f3271369c5665e4e6943fb9f3c8ef2adf46375939c6897a8fe50e364ac4e4a9e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:36 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 07:46:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 07:46:36 d8a3947bdd36: Preparing 07:46:36 f911fcade252: Preparing 07:46:36 63401ed6796c: Preparing 07:46:36 8d61188d3f21: Preparing 07:46:36 296026c8eb49: Preparing 07:46:36 c44cc90850df: Preparing 07:46:36 1dd2b3c1d0e3: Preparing 07:46:36 f9db913c70e1: Preparing 07:46:36 994456c4fd7b: Preparing 07:46:36 1dd2b3c1d0e3: Waiting 07:46:36 f9db913c70e1: Waiting 07:46:36 c44cc90850df: Waiting 07:46:36 296026c8eb49: Layer already exists 07:46:36 8d61188d3f21: Layer already exists 07:46:36 f911fcade252: Layer already exists 07:46:36 d8a3947bdd36: Layer already exists 07:46:36 63401ed6796c: Layer already exists 07:46:36 c44cc90850df: Layer already exists 07:46:36 f9db913c70e1: Layer already exists 07:46:36 994456c4fd7b: Layer already exists 07:46:36 1dd2b3c1d0e3: Layer already exists 07:46:36 main: digest: sha256:f3271369c5665e4e6943fb9f3c8ef2adf46375939c6897a8fe50e364ac4e4a9e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:46:36 ===================================================== [Pipeline] echo 07:46:36 taggedImages: 07:46:36 - nexus3.edgexfoundry.org:10004/security-spire-server:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:46:36 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 07:46:36 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.23 07:46:36 - nexus3.edgexfoundry.org:10004/security-spire-server:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:46:36 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 07:46:36 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 07:46:36 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:46:36 latest 07:46:36 4.1.0-dev.23 07:46:36 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:46:36 main 07:46:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:36 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:37 + docker push nexus3.edgexfoundry.org:10004/support-notifications:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:46:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 07:46:37 3e5c6fbb7d5b: Preparing 07:46:37 c0a407efc3e7: Preparing 07:46:37 8d61188d3f21: Preparing 07:46:37 296026c8eb49: Preparing 07:46:37 f700d4def57a: Preparing 07:46:37 ba4db37cf45f: Preparing 07:46:37 994456c4fd7b: Preparing 07:46:37 994456c4fd7b: Waiting 07:46:37 ba4db37cf45f: Waiting 07:46:37 8d61188d3f21: Layer already exists 07:46:37 296026c8eb49: Layer already exists 07:46:37 994456c4fd7b: Layer already exists 07:46:37 f700d4def57a: Pushed 07:46:37 3e5c6fbb7d5b: Pushed 07:46:37 ba4db37cf45f: Pushed 07:46:42 c0a407efc3e7: Pushed 07:46:42 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b: digest: sha256:4bdd0e27ced1739af2b8a06aba1eb9d74dd60ecb7275a33b0b384745be3a397f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:42 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:43 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 07:46:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 07:46:43 3e5c6fbb7d5b: Preparing 07:46:43 c0a407efc3e7: Preparing 07:46:43 8d61188d3f21: Preparing 07:46:43 296026c8eb49: Preparing 07:46:43 f700d4def57a: Preparing 07:46:43 ba4db37cf45f: Preparing 07:46:43 994456c4fd7b: Preparing 07:46:43 994456c4fd7b: Waiting 07:46:43 ba4db37cf45f: Waiting 07:46:43 296026c8eb49: Layer already exists 07:46:43 f700d4def57a: Layer already exists 07:46:43 3e5c6fbb7d5b: Layer already exists 07:46:43 c0a407efc3e7: Layer already exists 07:46:43 8d61188d3f21: Layer already exists 07:46:43 994456c4fd7b: Layer already exists 07:46:43 ba4db37cf45f: Layer already exists 07:46:43 latest: digest: sha256:4bdd0e27ced1739af2b8a06aba1eb9d74dd60ecb7275a33b0b384745be3a397f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:43 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:43 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.23 07:46:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 07:46:43 3e5c6fbb7d5b: Preparing 07:46:43 c0a407efc3e7: Preparing 07:46:43 8d61188d3f21: Preparing 07:46:43 296026c8eb49: Preparing 07:46:43 f700d4def57a: Preparing 07:46:43 ba4db37cf45f: Preparing 07:46:43 994456c4fd7b: Preparing 07:46:43 ba4db37cf45f: Waiting 07:46:43 994456c4fd7b: Waiting 07:46:43 f700d4def57a: Layer already exists 07:46:43 c0a407efc3e7: Layer already exists 07:46:43 3e5c6fbb7d5b: Layer already exists 07:46:43 8d61188d3f21: Layer already exists 07:46:43 296026c8eb49: Layer already exists 07:46:43 ba4db37cf45f: Layer already exists 07:46:43 994456c4fd7b: Layer already exists 07:46:43 4.1.0-dev.23: digest: sha256:4bdd0e27ced1739af2b8a06aba1eb9d74dd60ecb7275a33b0b384745be3a397f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:44 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:44 + docker push nexus3.edgexfoundry.org:10004/support-notifications:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:46:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 07:46:44 3e5c6fbb7d5b: Preparing 07:46:44 c0a407efc3e7: Preparing 07:46:44 8d61188d3f21: Preparing 07:46:44 296026c8eb49: Preparing 07:46:44 f700d4def57a: Preparing 07:46:44 ba4db37cf45f: Preparing 07:46:44 994456c4fd7b: Preparing 07:46:44 994456c4fd7b: Waiting 07:46:44 ba4db37cf45f: Waiting 07:46:44 8d61188d3f21: Layer already exists 07:46:44 c0a407efc3e7: Layer already exists 07:46:44 3e5c6fbb7d5b: Layer already exists 07:46:44 296026c8eb49: Layer already exists 07:46:44 f700d4def57a: Layer already exists 07:46:44 994456c4fd7b: Layer already exists 07:46:44 ba4db37cf45f: Layer already exists 07:46:44 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23: digest: sha256:4bdd0e27ced1739af2b8a06aba1eb9d74dd60ecb7275a33b0b384745be3a397f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:44 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:45 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 07:46:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 07:46:45 3e5c6fbb7d5b: Preparing 07:46:45 c0a407efc3e7: Preparing 07:46:45 8d61188d3f21: Preparing 07:46:45 296026c8eb49: Preparing 07:46:45 f700d4def57a: Preparing 07:46:45 ba4db37cf45f: Preparing 07:46:45 994456c4fd7b: Preparing 07:46:45 ba4db37cf45f: Waiting 07:46:45 994456c4fd7b: Waiting 07:46:45 f700d4def57a: Layer already exists 07:46:45 3e5c6fbb7d5b: Layer already exists 07:46:45 8d61188d3f21: Layer already exists 07:46:45 c0a407efc3e7: Layer already exists 07:46:45 296026c8eb49: Layer already exists 07:46:45 994456c4fd7b: Layer already exists 07:46:45 ba4db37cf45f: Layer already exists 07:46:45 main: digest: sha256:4bdd0e27ced1739af2b8a06aba1eb9d74dd60ecb7275a33b0b384745be3a397f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:46:45 ===================================================== [Pipeline] echo 07:46:45 taggedImages: 07:46:45 - nexus3.edgexfoundry.org:10004/support-notifications:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:46:45 - nexus3.edgexfoundry.org:10004/support-notifications:latest 07:46:45 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.23 07:46:45 - nexus3.edgexfoundry.org:10004/support-notifications:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:46:45 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 07:46:45 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 07:46:45 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:46:45 latest 07:46:45 4.1.0-dev.23 07:46:45 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:46:45 main 07:46:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:45 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:45 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:46:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 07:46:45 bfafaf73bd66: Preparing 07:46:45 dc7e0546f831: Preparing 07:46:45 8d61188d3f21: Preparing 07:46:45 296026c8eb49: Preparing 07:46:45 8b1937511dfa: Preparing 07:46:45 9c7bdb6beabe: Preparing 07:46:45 994456c4fd7b: Preparing 07:46:45 9c7bdb6beabe: Waiting 07:46:45 994456c4fd7b: Waiting 07:46:45 8d61188d3f21: Layer already exists 07:46:45 296026c8eb49: Layer already exists 07:46:45 994456c4fd7b: Layer already exists 07:46:45 8b1937511dfa: Pushed 07:46:45 bfafaf73bd66: Pushed 07:46:46 9c7bdb6beabe: Pushed 07:46:50 dc7e0546f831: Pushed 07:46:50 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b: digest: sha256:ac08b9f761f3d2aaa9d0e53424f53637a8ebcb233f864f68ae8c65823a4e5efd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:50 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:50 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 07:46:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 07:46:50 bfafaf73bd66: Preparing 07:46:50 dc7e0546f831: Preparing 07:46:50 8d61188d3f21: Preparing 07:46:50 296026c8eb49: Preparing 07:46:50 8b1937511dfa: Preparing 07:46:50 9c7bdb6beabe: Preparing 07:46:50 994456c4fd7b: Preparing 07:46:50 9c7bdb6beabe: Waiting 07:46:50 994456c4fd7b: Waiting 07:46:50 296026c8eb49: Layer already exists 07:46:50 dc7e0546f831: Layer already exists 07:46:50 bfafaf73bd66: Layer already exists 07:46:50 8b1937511dfa: Layer already exists 07:46:50 8d61188d3f21: Layer already exists 07:46:50 994456c4fd7b: Layer already exists 07:46:50 9c7bdb6beabe: Layer already exists 07:46:50 latest: digest: sha256:ac08b9f761f3d2aaa9d0e53424f53637a8ebcb233f864f68ae8c65823a4e5efd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:51 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:51 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.23 07:46:51 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 07:46:51 bfafaf73bd66: Preparing 07:46:51 dc7e0546f831: Preparing 07:46:51 8d61188d3f21: Preparing 07:46:51 296026c8eb49: Preparing 07:46:51 8b1937511dfa: Preparing 07:46:51 9c7bdb6beabe: Preparing 07:46:51 994456c4fd7b: Preparing 07:46:51 994456c4fd7b: Waiting 07:46:51 9c7bdb6beabe: Waiting 07:46:51 296026c8eb49: Layer already exists 07:46:51 dc7e0546f831: Layer already exists 07:46:51 8d61188d3f21: Layer already exists 07:46:51 8b1937511dfa: Layer already exists 07:46:51 bfafaf73bd66: Layer already exists 07:46:51 9c7bdb6beabe: Layer already exists 07:46:51 994456c4fd7b: Layer already exists 07:46:51 4.1.0-dev.23: digest: sha256:ac08b9f761f3d2aaa9d0e53424f53637a8ebcb233f864f68ae8c65823a4e5efd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:51 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:52 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:46:52 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 07:46:52 bfafaf73bd66: Preparing 07:46:52 dc7e0546f831: Preparing 07:46:52 8d61188d3f21: Preparing 07:46:52 296026c8eb49: Preparing 07:46:52 8b1937511dfa: Preparing 07:46:52 9c7bdb6beabe: Preparing 07:46:52 994456c4fd7b: Preparing 07:46:52 9c7bdb6beabe: Waiting 07:46:52 994456c4fd7b: Waiting 07:46:52 8d61188d3f21: Layer already exists 07:46:52 8b1937511dfa: Layer already exists 07:46:52 bfafaf73bd66: Layer already exists 07:46:52 296026c8eb49: Layer already exists 07:46:52 dc7e0546f831: Layer already exists 07:46:52 9c7bdb6beabe: Layer already exists 07:46:52 994456c4fd7b: Layer already exists 07:46:52 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23: digest: sha256:ac08b9f761f3d2aaa9d0e53424f53637a8ebcb233f864f68ae8c65823a4e5efd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:52 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:52 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 07:46:52 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 07:46:52 bfafaf73bd66: Preparing 07:46:52 dc7e0546f831: Preparing 07:46:52 8d61188d3f21: Preparing 07:46:52 296026c8eb49: Preparing 07:46:52 8b1937511dfa: Preparing 07:46:52 9c7bdb6beabe: Preparing 07:46:52 994456c4fd7b: Preparing 07:46:52 9c7bdb6beabe: Waiting 07:46:52 994456c4fd7b: Waiting 07:46:52 296026c8eb49: Layer already exists 07:46:52 8b1937511dfa: Layer already exists 07:46:52 8d61188d3f21: Layer already exists 07:46:52 dc7e0546f831: Layer already exists 07:46:52 bfafaf73bd66: Layer already exists 07:46:52 994456c4fd7b: Layer already exists 07:46:52 9c7bdb6beabe: Layer already exists 07:46:52 main: digest: sha256:ac08b9f761f3d2aaa9d0e53424f53637a8ebcb233f864f68ae8c65823a4e5efd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:46:52 ===================================================== [Pipeline] echo 07:46:52 taggedImages: 07:46:52 - nexus3.edgexfoundry.org:10004/support-scheduler:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:46:52 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 07:46:52 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.23 07:46:52 - nexus3.edgexfoundry.org:10004/support-scheduler:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:46:52 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 07:46:53 ========================================================= 07:46:53 [edgeXBuildMultiArch] RAW Config: 07:46:53 images: 07:46:53 - nexus3.edgexfoundry.org:10004/core-command:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:46:53 - nexus3.edgexfoundry.org:10004/core-command:latest 07:46:53 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.23 07:46:53 - nexus3.edgexfoundry.org:10004/core-command:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:46:53 - nexus3.edgexfoundry.org:10004/core-command:main 07:46:53 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:46:53 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 07:46:53 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.23 07:46:53 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:46:53 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 07:46:53 - nexus3.edgexfoundry.org:10004/core-data:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:46:53 - nexus3.edgexfoundry.org:10004/core-data:latest 07:46:53 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.23 07:46:53 - nexus3.edgexfoundry.org:10004/core-data:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:46:53 - nexus3.edgexfoundry.org:10004/core-data:main 07:46:53 - nexus3.edgexfoundry.org:10004/core-keeper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:46:53 - nexus3.edgexfoundry.org:10004/core-keeper:latest 07:46:53 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.23 07:46:53 - nexus3.edgexfoundry.org:10004/core-keeper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:46:53 - nexus3.edgexfoundry.org:10004/core-keeper:main 07:46:53 - nexus3.edgexfoundry.org:10004/core-metadata:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:46:53 - nexus3.edgexfoundry.org:10004/core-metadata:latest 07:46:53 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.23 07:46:53 - nexus3.edgexfoundry.org:10004/core-metadata:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:46:53 - nexus3.edgexfoundry.org:10004/core-metadata:main 07:46:53 - nexus3.edgexfoundry.org:10004/security-bootstrapper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:46:53 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 07:46:53 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.23 07:46:53 - nexus3.edgexfoundry.org:10004/security-bootstrapper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:46:53 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 07:46:53 - nexus3.edgexfoundry.org:10004/security-proxy-auth:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:46:53 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 07:46:53 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.23 07:46:53 - nexus3.edgexfoundry.org:10004/security-proxy-auth:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:46:53 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 07:46:53 - nexus3.edgexfoundry.org:10004/security-proxy-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:46:53 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 07:46:53 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.23 07:46:53 - nexus3.edgexfoundry.org:10004/security-proxy-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:46:53 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 07:46:53 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:46:53 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 07:46:53 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.23 07:46:53 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:46:53 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 07:46:53 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:46:53 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 07:46:53 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.23 07:46:53 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:46:53 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 07:46:53 - nexus3.edgexfoundry.org:10004/security-spire-agent:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:46:53 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 07:46:53 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.23 07:46:53 - nexus3.edgexfoundry.org:10004/security-spire-agent:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:46:53 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 07:46:53 - nexus3.edgexfoundry.org:10004/security-spire-config:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:46:53 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 07:46:53 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.23 07:46:53 - nexus3.edgexfoundry.org:10004/security-spire-config:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:46:53 - nexus3.edgexfoundry.org:10004/security-spire-config:main 07:46:53 - nexus3.edgexfoundry.org:10004/security-spire-server:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:46:53 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 07:46:53 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.23 07:46:53 - nexus3.edgexfoundry.org:10004/security-spire-server:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:46:53 - nexus3.edgexfoundry.org:10004/security-spire-server:main 07:46:53 - nexus3.edgexfoundry.org:10004/support-notifications:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:46:53 - nexus3.edgexfoundry.org:10004/support-notifications:latest 07:46:53 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.23 07:46:53 - nexus3.edgexfoundry.org:10004/support-notifications:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:46:53 - nexus3.edgexfoundry.org:10004/support-notifications:main 07:46:53 - nexus3.edgexfoundry.org:10004/support-scheduler:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:46:53 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 07:46:53 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.23 07:46:53 - nexus3.edgexfoundry.org:10004/support-scheduler:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:46:53 - nexus3.edgexfoundry.org:10004/support-scheduler:main 07:46:53 settingsFile: 07:46:53 edgex-go-settings 07:46:53 ========================================================= [Pipeline] node 07:47:08 Still waiting to schedule task 07:47:08 All nodes of label ‘centos7-docker-4c-2g’ are offline 07:47:38 Running on prd-centos7-docker-4c-2g-3063 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:47:38 provisioning config files... 07:47:38 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config6029655596477148231tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:47:39 ---> ****-login.sh 07:47:39 nexus3.edgexfoundry.org:10001 07:47:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:47:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:47:40 Configure a credential helper to remove this warning. See 07:47:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:47:40 07:47:40 Login Succeeded 07:47:40 nexus3.edgexfoundry.org:10002 07:47:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:47:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:47:41 Configure a credential helper to remove this warning. See 07:47:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:47:41 07:47:41 Login Succeeded 07:47:41 nexus3.edgexfoundry.org:10003 07:47:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:47:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:47:41 Configure a credential helper to remove this warning. See 07:47:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:47:41 07:47:41 Login Succeeded 07:47:41 nexus3.edgexfoundry.org:10004 07:47:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:47:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:47:41 Configure a credential helper to remove this warning. See 07:47:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:47:41 07:47:41 Login Succeeded 07:47:41 ****.io 07:47:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:47:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:47:41 Configure a credential helper to remove this warning. See 07:47:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:47:41 07:47:41 Login Succeeded 07:47:41 ---> ****-login.sh ends [Pipeline] } 07:47:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:47:42 + docker buildx ls 07:47:42 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 07:47:42 default * docker 07:47:42 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 07:47:42 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 07:47:42 edgex-builder [Pipeline] sh 07:47:42 + docker buildx inspect --bootstrap 07:47:42 #1 [internal] booting buildkit 07:47:42 #1 pulling image moby/buildkit:buildx-stable-1 07:47:45 #1 pulling image moby/buildkit:buildx-stable-1 2.7s done 07:47:45 #1 creating container buildx_buildkit_edgex-builder0 07:47:47 #1 creating container buildx_buildkit_edgex-builder0 1.6s done 07:47:47 #1 DONE 4.2s 07:47:47 Name: edgex-builder 07:47:47 Driver: docker-container 07:47:47 07:47:47 Nodes: 07:47:47 Name: edgex-builder0 07:47:47 Endpoint: unix:///var/run/docker.sock 07:47:47 Status: running 07:47:47 Buildkit: v0.22.0 07:47:47 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 07:47:47 + docker buildx ls 07:47:47 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 07:47:47 edgex-builder * docker-container 07:47:47 edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 07:47:47 default docker 07:47:47 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 07:47:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b' 07:47:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b --push - 07:47:48 #1 [internal] load build definition from Dockerfile 07:47:48 #1 transferring dockerfile: 197B done 07:47:48 #1 DONE 0.0s 07:47:48 07:47:48 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:47:48 #2 DONE 0.1s 07:47:48 07:47:48 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:47:48 #3 DONE 0.1s 07:47:48 07:47:48 #4 [internal] load .dockerignore 07:47:48 #4 transferring context: 2B done 07:47:48 #4 DONE 0.0s 07:47:48 07:47:48 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:a6b18f3b04c7eb61edcf4f2686ad8da1a79d7a3fc95638d15528a6aae750de1b 07:47:48 #5 resolve nexus3.edgexfoundry.org:10004/core-command:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:a6b18f3b04c7eb61edcf4f2686ad8da1a79d7a3fc95638d15528a6aae750de1b 0.0s done 07:47:48 #5 DONE 0.0s 07:47:48 07:47:48 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:a6b18f3b04c7eb61edcf4f2686ad8da1a79d7a3fc95638d15528a6aae750de1b 07:47:48 #6 resolve nexus3.edgexfoundry.org:10004/core-command:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:a6b18f3b04c7eb61edcf4f2686ad8da1a79d7a3fc95638d15528a6aae750de1b 0.0s done 07:47:48 #6 DONE 0.1s 07:47:48 07:47:48 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 07:47:48 #7 DONE 0.0s 07:47:48 07:47:48 #8 exporting to image 07:47:48 #8 exporting layers done 07:47:48 #8 exporting manifest sha256:25f388b34162feef09d3c5cb61cc7c93d94ed70b14514d85ba0f75472695fe3e 0.0s done 07:47:48 #8 exporting config sha256:ed48c393c7b223296f4e27301d209ebb1e991e543b8f29214bf3cbee7fc149c8 done 07:47:48 #8 exporting manifest sha256:4a7acf80034f0b2732c8b40f012610e60ddc002bb0b952990eff25919425b2dc 0.0s done 07:47:48 #8 exporting config sha256:23b1e7dd197fbca85e54d9686533584d52de2305a800da529aec8bc896e5d033 done 07:47:48 #8 exporting manifest list sha256:2c7c2c75820f810d65d616658e36a6c4ef7bed43a17f421c3ef182fc24c062d1 done 07:47:48 #8 pushing layers 07:47:48 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:47:48 #8 pushing layers 0.1s done 07:47:48 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:2c7c2c75820f810d65d616658e36a6c4ef7bed43a17f421c3ef182fc24c062d1 0.1s done 07:47:48 #8 DONE 0.3s 07:47:48 07:47:48 1 warning found (use --debug to expand): 07:47:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:47:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - 07:47:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' 07:47:48 #1 [internal] load build definition from Dockerfile 07:47:48 #1 transferring dockerfile: 163B done 07:47:48 #1 DONE 0.0s 07:47:48 07:47:48 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 07:47:48 #2 DONE 0.0s 07:47:48 07:47:48 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 07:47:48 #3 DONE 0.0s 07:47:48 07:47:48 #4 [internal] load .dockerignore 07:47:48 #4 transferring context: 2B done 07:47:48 #4 DONE 0.0s 07:47:48 07:47:48 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:a6b18f3b04c7eb61edcf4f2686ad8da1a79d7a3fc95638d15528a6aae750de1b 07:47:48 #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:a6b18f3b04c7eb61edcf4f2686ad8da1a79d7a3fc95638d15528a6aae750de1b 0.0s done 07:47:48 #5 DONE 0.0s 07:47:48 07:47:48 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:a6b18f3b04c7eb61edcf4f2686ad8da1a79d7a3fc95638d15528a6aae750de1b 07:47:48 #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:a6b18f3b04c7eb61edcf4f2686ad8da1a79d7a3fc95638d15528a6aae750de1b 0.0s done 07:47:48 #6 CACHED 07:47:48 07:47:48 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:a6b18f3b04c7eb61edcf4f2686ad8da1a79d7a3fc95638d15528a6aae750de1b 07:47:48 #5 CACHED 07:47:48 07:47:48 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 07:47:48 #7 DONE 0.0s 07:47:48 07:47:48 #8 exporting to image 07:47:48 #8 exporting layers done 07:47:48 #8 exporting manifest sha256:25f388b34162feef09d3c5cb61cc7c93d94ed70b14514d85ba0f75472695fe3e done 07:47:48 #8 exporting config sha256:ed48c393c7b223296f4e27301d209ebb1e991e543b8f29214bf3cbee7fc149c8 done 07:47:48 #8 exporting manifest sha256:4a7acf80034f0b2732c8b40f012610e60ddc002bb0b952990eff25919425b2dc done 07:47:48 #8 exporting config sha256:23b1e7dd197fbca85e54d9686533584d52de2305a800da529aec8bc896e5d033 done 07:47:48 #8 exporting manifest list sha256:2c7c2c75820f810d65d616658e36a6c4ef7bed43a17f421c3ef182fc24c062d1 done 07:47:48 #8 pushing layers 0.0s done 07:47:48 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:2c7c2c75820f810d65d616658e36a6c4ef7bed43a17f421c3ef182fc24c062d1 0.1s done 07:47:48 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:47:48 #8 DONE 0.1s 07:47:48 07:47:48 1 warning found (use --debug to expand): 07:47:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:47:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.23' 07:47:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.23 --push - 07:47:49 #1 [internal] load build definition from Dockerfile 07:47:49 #1 transferring dockerfile: 169B done 07:47:49 #1 DONE 0.0s 07:47:49 07:47:49 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.23 07:47:49 #2 DONE 0.0s 07:47:49 07:47:49 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.23 07:47:49 #3 DONE 0.0s 07:47:49 07:47:49 #4 [internal] load .dockerignore 07:47:49 #4 transferring context: 2B done 07:47:49 #4 DONE 0.0s 07:47:49 07:47:49 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.23@sha256:a6b18f3b04c7eb61edcf4f2686ad8da1a79d7a3fc95638d15528a6aae750de1b 07:47:49 #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.23@sha256:a6b18f3b04c7eb61edcf4f2686ad8da1a79d7a3fc95638d15528a6aae750de1b 0.0s done 07:47:49 #5 CACHED 07:47:49 07:47:49 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.23@sha256:a6b18f3b04c7eb61edcf4f2686ad8da1a79d7a3fc95638d15528a6aae750de1b 07:47:49 #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.23@sha256:a6b18f3b04c7eb61edcf4f2686ad8da1a79d7a3fc95638d15528a6aae750de1b 0.0s done 07:47:49 #6 CACHED 07:47:49 07:47:49 #7 exporting to image 07:47:49 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:47:49 #7 exporting layers done 07:47:49 #7 exporting manifest sha256:25f388b34162feef09d3c5cb61cc7c93d94ed70b14514d85ba0f75472695fe3e done 07:47:49 #7 exporting config sha256:ed48c393c7b223296f4e27301d209ebb1e991e543b8f29214bf3cbee7fc149c8 done 07:47:49 #7 exporting manifest sha256:4a7acf80034f0b2732c8b40f012610e60ddc002bb0b952990eff25919425b2dc done 07:47:49 #7 exporting config sha256:23b1e7dd197fbca85e54d9686533584d52de2305a800da529aec8bc896e5d033 done 07:47:49 #7 exporting manifest list sha256:2c7c2c75820f810d65d616658e36a6c4ef7bed43a17f421c3ef182fc24c062d1 done 07:47:49 #7 pushing layers 0.0s done 07:47:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.23@sha256:2c7c2c75820f810d65d616658e36a6c4ef7bed43a17f421c3ef182fc24c062d1 0.1s done 07:47:49 #7 DONE 0.1s 07:47:49 07:47:49 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 07:47:49 #8 DONE 0.0s 07:47:49 07:47:49 1 warning found (use --debug to expand): 07:47:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:47:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23' 07:47:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 --push - 07:47:50 #1 [internal] load build definition from Dockerfile 07:47:50 #1 transferring dockerfile: 210B done 07:47:50 #1 DONE 0.0s 07:47:50 07:47:50 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:47:50 #2 DONE 0.0s 07:47:50 07:47:50 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:47:50 #3 DONE 0.0s 07:47:50 07:47:50 #4 [internal] load .dockerignore 07:47:50 #4 transferring context: 2B done 07:47:50 #4 DONE 0.0s 07:47:50 07:47:50 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:a6b18f3b04c7eb61edcf4f2686ad8da1a79d7a3fc95638d15528a6aae750de1b 07:47:50 #5 resolve nexus3.edgexfoundry.org:10004/core-command:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:a6b18f3b04c7eb61edcf4f2686ad8da1a79d7a3fc95638d15528a6aae750de1b 07:47:50 #5 resolve nexus3.edgexfoundry.org:10004/core-command:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:a6b18f3b04c7eb61edcf4f2686ad8da1a79d7a3fc95638d15528a6aae750de1b 0.0s done 07:47:50 #5 CACHED 07:47:50 07:47:50 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:a6b18f3b04c7eb61edcf4f2686ad8da1a79d7a3fc95638d15528a6aae750de1b 07:47:50 #6 resolve nexus3.edgexfoundry.org:10004/core-command:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:a6b18f3b04c7eb61edcf4f2686ad8da1a79d7a3fc95638d15528a6aae750de1b 0.0s done 07:47:50 #6 CACHED 07:47:50 07:47:50 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 07:47:50 #7 DONE 0.0s 07:47:50 07:47:50 #8 exporting to image 07:47:50 #8 exporting layers done 07:47:50 #8 exporting manifest sha256:25f388b34162feef09d3c5cb61cc7c93d94ed70b14514d85ba0f75472695fe3e done 07:47:50 #8 exporting config sha256:ed48c393c7b223296f4e27301d209ebb1e991e543b8f29214bf3cbee7fc149c8 done 07:47:50 #8 exporting manifest sha256:4a7acf80034f0b2732c8b40f012610e60ddc002bb0b952990eff25919425b2dc done 07:47:50 #8 exporting config sha256:23b1e7dd197fbca85e54d9686533584d52de2305a800da529aec8bc896e5d033 done 07:47:50 #8 exporting manifest list sha256:2c7c2c75820f810d65d616658e36a6c4ef7bed43a17f421c3ef182fc24c062d1 done 07:47:50 #8 pushing layers 0.0s done 07:47:50 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:2c7c2c75820f810d65d616658e36a6c4ef7bed43a17f421c3ef182fc24c062d1 0.1s done 07:47:50 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:47:50 #8 DONE 0.1s 07:47:50 07:47:50 1 warning found (use --debug to expand): 07:47:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:47:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' 07:47:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - 07:47:50 #1 [internal] load build definition from Dockerfile 07:47:50 #1 transferring dockerfile: 161B done 07:47:50 #1 DONE 0.0s 07:47:50 07:47:50 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 07:47:50 #2 DONE 0.0s 07:47:50 07:47:50 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 07:47:50 #3 DONE 0.0s 07:47:50 07:47:50 #4 [internal] load .dockerignore 07:47:50 #4 transferring context: 2B done 07:47:50 #4 DONE 0.0s 07:47:50 07:47:50 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:a6b18f3b04c7eb61edcf4f2686ad8da1a79d7a3fc95638d15528a6aae750de1b 07:47:50 #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:a6b18f3b04c7eb61edcf4f2686ad8da1a79d7a3fc95638d15528a6aae750de1b 0.0s done 07:47:50 #5 CACHED 07:47:50 07:47:50 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:a6b18f3b04c7eb61edcf4f2686ad8da1a79d7a3fc95638d15528a6aae750de1b 07:47:50 #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:a6b18f3b04c7eb61edcf4f2686ad8da1a79d7a3fc95638d15528a6aae750de1b 0.0s done 07:47:50 #6 CACHED 07:47:50 07:47:50 #7 exporting to image 07:47:50 #7 exporting layers 07:47:50 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:47:50 #7 exporting layers done 07:47:50 #7 exporting manifest sha256:25f388b34162feef09d3c5cb61cc7c93d94ed70b14514d85ba0f75472695fe3e done 07:47:50 #7 exporting config sha256:ed48c393c7b223296f4e27301d209ebb1e991e543b8f29214bf3cbee7fc149c8 done 07:47:50 #7 exporting manifest sha256:4a7acf80034f0b2732c8b40f012610e60ddc002bb0b952990eff25919425b2dc done 07:47:50 #7 exporting config sha256:23b1e7dd197fbca85e54d9686533584d52de2305a800da529aec8bc896e5d033 done 07:47:50 #7 exporting manifest list sha256:2c7c2c75820f810d65d616658e36a6c4ef7bed43a17f421c3ef182fc24c062d1 done 07:47:50 #7 pushing layers 0.0s done 07:47:50 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:2c7c2c75820f810d65d616658e36a6c4ef7bed43a17f421c3ef182fc24c062d1 0.1s done 07:47:50 #7 DONE 0.1s 07:47:50 07:47:50 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 07:47:50 #8 DONE 0.0s 07:47:50 07:47:50 1 warning found (use --debug to expand): 07:47:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:47:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b' 07:47:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b --push - 07:47:50 #1 [internal] load build definition from Dockerfile 07:47:50 #1 transferring dockerfile: 216B done 07:47:50 #1 DONE 0.0s 07:47:50 07:47:50 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:47:50 #2 DONE 0.0s 07:47:50 07:47:50 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:47:50 #3 DONE 0.1s 07:47:50 07:47:50 #4 [internal] load .dockerignore 07:47:50 #4 transferring context: 2B done 07:47:51 #4 DONE 0.0s 07:47:51 07:47:51 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:b8ee372670be6b9cd3024e0bad76b3b3a26f54dad46d18afd5d7319eebd5d60f 07:47:51 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:b8ee372670be6b9cd3024e0bad76b3b3a26f54dad46d18afd5d7319eebd5d60f 07:47:51 #5 ... 07:47:51 07:47:51 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:b8ee372670be6b9cd3024e0bad76b3b3a26f54dad46d18afd5d7319eebd5d60f 07:47:51 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:b8ee372670be6b9cd3024e0bad76b3b3a26f54dad46d18afd5d7319eebd5d60f 0.0s done 07:47:51 #6 DONE 0.1s 07:47:51 07:47:51 #7 exporting to image 07:47:51 #7 exporting layers 07:47:51 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:47:51 #7 ... 07:47:51 07:47:51 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 07:47:51 #8 DONE 0.0s 07:47:51 07:47:51 #7 exporting to image 07:47:51 #7 exporting layers done 07:47:51 #7 exporting manifest sha256:f80a4e1006e8917d7b6ed62a9f2925a74916f3c76e2ea8210cc014bba0387962 0.0s done 07:47:51 #7 exporting config sha256:3fabd1aab123849dced8dc03d15e65183d0da9cb7c9928d5402327ca92e997e2 done 07:47:51 #7 exporting manifest sha256:3e5365b37de9affc6413c30db992409e7e8a1c74b398d1c90ba732be34f5c2fe 0.0s done 07:47:51 #7 exporting config sha256:0dad10e3d56e95d2a0e296397d526a9009ef85ab1a49bd1623015f06d670b2d6 done 07:47:51 #7 exporting manifest list sha256:be4d07953579cf21858cc54a1cc8b8ad480af056f1afbaf57ff6e02548c1f96c 0.0s done 07:47:51 #7 pushing layers 07:47:51 #7 pushing layers 0.1s done 07:47:51 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:be4d07953579cf21858cc54a1cc8b8ad480af056f1afbaf57ff6e02548c1f96c 0.1s done 07:47:51 #7 DONE 0.2s 07:47:51 07:47:51 1 warning found (use --debug to expand): 07:47:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:47:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - 07:47:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' 07:47:51 #1 [internal] load build definition from Dockerfile 07:47:51 #1 transferring dockerfile: 182B done 07:47:51 #1 DONE 0.0s 07:47:51 07:47:51 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 07:47:51 #2 DONE 0.0s 07:47:51 07:47:51 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 07:47:51 #3 DONE 0.0s 07:47:51 07:47:51 #4 [internal] load .dockerignore 07:47:51 #4 transferring context: 2B done 07:47:51 #4 DONE 0.0s 07:47:51 07:47:51 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:b8ee372670be6b9cd3024e0bad76b3b3a26f54dad46d18afd5d7319eebd5d60f 07:47:51 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:b8ee372670be6b9cd3024e0bad76b3b3a26f54dad46d18afd5d7319eebd5d60f 0.0s done 07:47:51 #5 CACHED 07:47:51 07:47:51 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:b8ee372670be6b9cd3024e0bad76b3b3a26f54dad46d18afd5d7319eebd5d60f 07:47:51 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:b8ee372670be6b9cd3024e0bad76b3b3a26f54dad46d18afd5d7319eebd5d60f 0.0s done 07:47:51 #6 CACHED 07:47:51 07:47:51 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 07:47:51 #7 DONE 0.0s 07:47:51 07:47:51 #8 exporting to image 07:47:51 #8 exporting layers done 07:47:51 #8 exporting manifest sha256:f80a4e1006e8917d7b6ed62a9f2925a74916f3c76e2ea8210cc014bba0387962 done 07:47:51 #8 exporting config sha256:3fabd1aab123849dced8dc03d15e65183d0da9cb7c9928d5402327ca92e997e2 done 07:47:51 #8 exporting manifest sha256:3e5365b37de9affc6413c30db992409e7e8a1c74b398d1c90ba732be34f5c2fe done 07:47:51 #8 exporting config sha256:0dad10e3d56e95d2a0e296397d526a9009ef85ab1a49bd1623015f06d670b2d6 done 07:47:51 #8 exporting manifest list sha256:be4d07953579cf21858cc54a1cc8b8ad480af056f1afbaf57ff6e02548c1f96c done 07:47:51 #8 pushing layers 0.0s done 07:47:51 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:be4d07953579cf21858cc54a1cc8b8ad480af056f1afbaf57ff6e02548c1f96c 0.1s done 07:47:51 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:47:51 #8 DONE 0.1s 07:47:51 07:47:51 1 warning found (use --debug to expand): 07:47:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:47:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.23' 07:47:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.23 --push - 07:47:52 #1 [internal] load build definition from Dockerfile 07:47:52 #1 transferring dockerfile: 188B done 07:47:52 #1 DONE 0.0s 07:47:52 07:47:52 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.23 07:47:52 #2 DONE 0.0s 07:47:52 07:47:52 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.23 07:47:52 #3 DONE 0.0s 07:47:52 07:47:52 #4 [internal] load .dockerignore 07:47:52 #4 transferring context: 2B done 07:47:52 #4 DONE 0.0s 07:47:52 07:47:52 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.23@sha256:b8ee372670be6b9cd3024e0bad76b3b3a26f54dad46d18afd5d7319eebd5d60f 07:47:52 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.23@sha256:b8ee372670be6b9cd3024e0bad76b3b3a26f54dad46d18afd5d7319eebd5d60f 0.0s done 07:47:52 #5 DONE 0.0s 07:47:52 07:47:52 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.23@sha256:b8ee372670be6b9cd3024e0bad76b3b3a26f54dad46d18afd5d7319eebd5d60f 07:47:52 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.23@sha256:b8ee372670be6b9cd3024e0bad76b3b3a26f54dad46d18afd5d7319eebd5d60f 0.0s done 07:47:52 #6 CACHED 07:47:52 07:47:52 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.23@sha256:b8ee372670be6b9cd3024e0bad76b3b3a26f54dad46d18afd5d7319eebd5d60f 07:47:52 #5 CACHED 07:47:52 07:47:52 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 07:47:52 #7 DONE 0.0s 07:47:52 07:47:52 #8 exporting to image 07:47:52 #8 exporting layers done 07:47:52 #8 exporting manifest sha256:f80a4e1006e8917d7b6ed62a9f2925a74916f3c76e2ea8210cc014bba0387962 done 07:47:52 #8 exporting config sha256:3fabd1aab123849dced8dc03d15e65183d0da9cb7c9928d5402327ca92e997e2 done 07:47:52 #8 exporting manifest sha256:3e5365b37de9affc6413c30db992409e7e8a1c74b398d1c90ba732be34f5c2fe done 07:47:52 #8 exporting config sha256:0dad10e3d56e95d2a0e296397d526a9009ef85ab1a49bd1623015f06d670b2d6 done 07:47:52 #8 exporting manifest list sha256:be4d07953579cf21858cc54a1cc8b8ad480af056f1afbaf57ff6e02548c1f96c done 07:47:52 #8 pushing layers 0.0s done 07:47:52 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.23@sha256:be4d07953579cf21858cc54a1cc8b8ad480af056f1afbaf57ff6e02548c1f96c 0.1s done 07:47:52 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:47:52 #8 DONE 0.1s 07:47:52 07:47:52 1 warning found (use --debug to expand): 07:47:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:47:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 --push - 07:47:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23' 07:47:52 #1 [internal] load build definition from Dockerfile 07:47:52 #1 transferring dockerfile: 229B done 07:47:52 #1 DONE 0.0s 07:47:52 07:47:52 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:47:52 #2 DONE 0.0s 07:47:52 07:47:52 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:47:52 #3 DONE 0.0s 07:47:52 07:47:52 #4 [internal] load .dockerignore 07:47:52 #4 transferring context: 2B done 07:47:52 #4 DONE 0.0s 07:47:52 07:47:52 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:b8ee372670be6b9cd3024e0bad76b3b3a26f54dad46d18afd5d7319eebd5d60f 07:47:52 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:b8ee372670be6b9cd3024e0bad76b3b3a26f54dad46d18afd5d7319eebd5d60f 0.0s done 07:47:53 #5 CACHED 07:47:53 07:47:53 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:b8ee372670be6b9cd3024e0bad76b3b3a26f54dad46d18afd5d7319eebd5d60f 07:47:53 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:b8ee372670be6b9cd3024e0bad76b3b3a26f54dad46d18afd5d7319eebd5d60f 0.0s done 07:47:53 #6 CACHED 07:47:53 07:47:53 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 07:47:53 #7 DONE 0.0s 07:47:53 07:47:53 #8 exporting to image 07:47:53 #8 exporting layers done 07:47:53 #8 exporting manifest sha256:f80a4e1006e8917d7b6ed62a9f2925a74916f3c76e2ea8210cc014bba0387962 done 07:47:53 #8 exporting config sha256:3fabd1aab123849dced8dc03d15e65183d0da9cb7c9928d5402327ca92e997e2 done 07:47:53 #8 exporting manifest sha256:3e5365b37de9affc6413c30db992409e7e8a1c74b398d1c90ba732be34f5c2fe done 07:47:53 #8 exporting config sha256:0dad10e3d56e95d2a0e296397d526a9009ef85ab1a49bd1623015f06d670b2d6 done 07:47:53 #8 exporting manifest list sha256:be4d07953579cf21858cc54a1cc8b8ad480af056f1afbaf57ff6e02548c1f96c done 07:47:53 #8 pushing layers 0.0s done 07:47:53 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:be4d07953579cf21858cc54a1cc8b8ad480af056f1afbaf57ff6e02548c1f96c 0.1s done 07:47:53 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:47:53 #8 DONE 0.1s 07:47:53 07:47:53 1 warning found (use --debug to expand): 07:47:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:47:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - 07:47:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' 07:47:53 #1 [internal] load build definition from Dockerfile 07:47:53 #1 transferring dockerfile: 180B done 07:47:53 #1 DONE 0.0s 07:47:53 07:47:53 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 07:47:53 #2 DONE 0.0s 07:47:53 07:47:53 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 07:47:53 #3 DONE 0.0s 07:47:53 07:47:53 #4 [internal] load .dockerignore 07:47:53 #4 transferring context: 2B done 07:47:53 #4 DONE 0.0s 07:47:53 07:47:53 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:b8ee372670be6b9cd3024e0bad76b3b3a26f54dad46d18afd5d7319eebd5d60f 07:47:53 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:b8ee372670be6b9cd3024e0bad76b3b3a26f54dad46d18afd5d7319eebd5d60f 0.0s done 07:47:53 #5 DONE 0.0s 07:47:53 07:47:53 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:b8ee372670be6b9cd3024e0bad76b3b3a26f54dad46d18afd5d7319eebd5d60f 07:47:53 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:b8ee372670be6b9cd3024e0bad76b3b3a26f54dad46d18afd5d7319eebd5d60f 0.0s done 07:47:53 #6 CACHED 07:47:53 07:47:53 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:b8ee372670be6b9cd3024e0bad76b3b3a26f54dad46d18afd5d7319eebd5d60f 07:47:53 #5 CACHED 07:47:53 07:47:53 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 07:47:53 #7 DONE 0.0s 07:47:53 07:47:53 #8 exporting to image 07:47:53 #8 exporting layers done 07:47:53 #8 exporting manifest sha256:f80a4e1006e8917d7b6ed62a9f2925a74916f3c76e2ea8210cc014bba0387962 done 07:47:53 #8 exporting config sha256:3fabd1aab123849dced8dc03d15e65183d0da9cb7c9928d5402327ca92e997e2 done 07:47:53 #8 exporting manifest sha256:3e5365b37de9affc6413c30db992409e7e8a1c74b398d1c90ba732be34f5c2fe done 07:47:53 #8 exporting config sha256:0dad10e3d56e95d2a0e296397d526a9009ef85ab1a49bd1623015f06d670b2d6 done 07:47:53 #8 exporting manifest list sha256:be4d07953579cf21858cc54a1cc8b8ad480af056f1afbaf57ff6e02548c1f96c done 07:47:53 #8 pushing layers 0.0s done 07:47:53 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:be4d07953579cf21858cc54a1cc8b8ad480af056f1afbaf57ff6e02548c1f96c 0.1s done 07:47:53 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:47:53 #8 DONE 0.1s 07:47:53 07:47:53 1 warning found (use --debug to expand): 07:47:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:47:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b --push - 07:47:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b' 07:47:53 #1 [internal] load build definition from Dockerfile 07:47:53 #1 transferring dockerfile: 194B done 07:47:53 #1 DONE 0.0s 07:47:53 07:47:53 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:47:53 #2 DONE 0.0s 07:47:53 07:47:53 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:47:53 #3 DONE 0.1s 07:47:53 07:47:53 #4 [internal] load .dockerignore 07:47:53 #4 transferring context: 07:47:54 #4 transferring context: 2B done 07:47:54 #4 DONE 0.0s 07:47:54 07:47:54 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:bcf083490aa7657c9e3a8a08de78c6a45fc9cf43dc63dcfd3788cd8e7a18bacc 07:47:54 #5 resolve nexus3.edgexfoundry.org:10004/core-data:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:bcf083490aa7657c9e3a8a08de78c6a45fc9cf43dc63dcfd3788cd8e7a18bacc 0.0s done 07:47:54 #5 DONE 0.0s 07:47:54 07:47:54 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:bcf083490aa7657c9e3a8a08de78c6a45fc9cf43dc63dcfd3788cd8e7a18bacc 07:47:54 #6 resolve nexus3.edgexfoundry.org:10004/core-data:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:bcf083490aa7657c9e3a8a08de78c6a45fc9cf43dc63dcfd3788cd8e7a18bacc 0.0s done 07:47:54 #6 DONE 0.1s 07:47:54 07:47:54 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 07:47:54 #7 DONE 0.0s 07:47:54 07:47:54 #8 exporting to image 07:47:54 #8 exporting layers done 07:47:54 #8 exporting manifest sha256:f1798bd1724b47ca16d3bd62f9ee8819d96c621434b5f6db2a5e1f8eb282f965 done 07:47:54 #8 exporting config sha256:d37608e7d608993ff9570a69aa73c82b5bd8a30a07ff27c78b7ba89e8e60da0c done 07:47:54 #8 exporting manifest sha256:39d5fefa974e3515565f92b96c60a612c7099255e8dc4b526ea96eacde841f0f done 07:47:54 #8 exporting config sha256:0191e4c47da424bbedc563f6d052b3cc58e2c9847f883517706b37201ecfe94e 0.0s done 07:47:54 #8 exporting manifest list sha256:89c18cab68535a04ea10e9b60848e66f81283852e65cff177ec7e04624c36769 done 07:47:54 #8 pushing layers 07:47:54 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:47:54 #8 pushing layers 0.1s done 07:47:54 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:89c18cab68535a04ea10e9b60848e66f81283852e65cff177ec7e04624c36769 0.1s done 07:47:54 #8 DONE 0.3s 07:47:54 07:47:54 1 warning found (use --debug to expand): 07:47:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:47:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' 07:47:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - 07:47:54 #1 [internal] load build definition from Dockerfile 07:47:54 #1 transferring dockerfile: 160B done 07:47:54 #1 DONE 0.0s 07:47:54 07:47:54 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 07:47:54 #2 DONE 0.0s 07:47:54 07:47:54 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 07:47:54 #3 DONE 0.0s 07:47:54 07:47:54 #4 [internal] load .dockerignore 07:47:54 #4 transferring context: 2B done 07:47:54 #4 DONE 0.0s 07:47:54 07:47:54 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:bcf083490aa7657c9e3a8a08de78c6a45fc9cf43dc63dcfd3788cd8e7a18bacc 07:47:54 #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:bcf083490aa7657c9e3a8a08de78c6a45fc9cf43dc63dcfd3788cd8e7a18bacc 07:47:54 #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:bcf083490aa7657c9e3a8a08de78c6a45fc9cf43dc63dcfd3788cd8e7a18bacc 0.0s done 07:47:54 #5 CACHED 07:47:54 07:47:54 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:bcf083490aa7657c9e3a8a08de78c6a45fc9cf43dc63dcfd3788cd8e7a18bacc 07:47:54 #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:bcf083490aa7657c9e3a8a08de78c6a45fc9cf43dc63dcfd3788cd8e7a18bacc 0.0s done 07:47:54 #6 CACHED 07:47:54 07:47:54 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 07:47:54 #7 DONE 0.0s 07:47:54 07:47:54 #8 exporting to image 07:47:54 #8 exporting layers done 07:47:54 #8 exporting manifest sha256:f1798bd1724b47ca16d3bd62f9ee8819d96c621434b5f6db2a5e1f8eb282f965 done 07:47:54 #8 exporting config sha256:d37608e7d608993ff9570a69aa73c82b5bd8a30a07ff27c78b7ba89e8e60da0c done 07:47:54 #8 exporting manifest sha256:39d5fefa974e3515565f92b96c60a612c7099255e8dc4b526ea96eacde841f0f done 07:47:54 #8 exporting config sha256:0191e4c47da424bbedc563f6d052b3cc58e2c9847f883517706b37201ecfe94e done 07:47:54 #8 exporting manifest list sha256:89c18cab68535a04ea10e9b60848e66f81283852e65cff177ec7e04624c36769 done 07:47:54 #8 pushing layers 0.0s done 07:47:54 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:89c18cab68535a04ea10e9b60848e66f81283852e65cff177ec7e04624c36769 0.1s done 07:47:54 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:47:54 #8 DONE 0.1s 07:47:54 07:47:54 1 warning found (use --debug to expand): 07:47:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:47:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.23' 07:47:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.23 --push - 07:47:55 #1 [internal] load build definition from Dockerfile 07:47:55 #1 transferring dockerfile: 166B done 07:47:55 #1 DONE 0.0s 07:47:55 07:47:55 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.23 07:47:55 #2 DONE 0.0s 07:47:55 07:47:55 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.23 07:47:55 #3 DONE 0.0s 07:47:55 07:47:55 #4 [internal] load .dockerignore 07:47:55 #4 transferring context: 2B done 07:47:55 #4 DONE 0.0s 07:47:55 07:47:55 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.23@sha256:bcf083490aa7657c9e3a8a08de78c6a45fc9cf43dc63dcfd3788cd8e7a18bacc 07:47:55 #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.23@sha256:bcf083490aa7657c9e3a8a08de78c6a45fc9cf43dc63dcfd3788cd8e7a18bacc 0.0s done 07:47:55 #5 DONE 0.0s 07:47:55 07:47:55 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.23@sha256:bcf083490aa7657c9e3a8a08de78c6a45fc9cf43dc63dcfd3788cd8e7a18bacc 07:47:55 #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.23@sha256:bcf083490aa7657c9e3a8a08de78c6a45fc9cf43dc63dcfd3788cd8e7a18bacc 0.0s done 07:47:55 #6 CACHED 07:47:55 07:47:55 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.23@sha256:bcf083490aa7657c9e3a8a08de78c6a45fc9cf43dc63dcfd3788cd8e7a18bacc 07:47:55 #5 CACHED 07:47:55 07:47:55 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 07:47:55 #7 DONE 0.0s 07:47:55 07:47:55 #8 exporting to image 07:47:55 #8 exporting layers done 07:47:55 #8 exporting manifest sha256:f1798bd1724b47ca16d3bd62f9ee8819d96c621434b5f6db2a5e1f8eb282f965 done 07:47:55 #8 exporting config sha256:d37608e7d608993ff9570a69aa73c82b5bd8a30a07ff27c78b7ba89e8e60da0c done 07:47:55 #8 exporting manifest sha256:39d5fefa974e3515565f92b96c60a612c7099255e8dc4b526ea96eacde841f0f done 07:47:55 #8 exporting config sha256:0191e4c47da424bbedc563f6d052b3cc58e2c9847f883517706b37201ecfe94e done 07:47:55 #8 exporting manifest list sha256:89c18cab68535a04ea10e9b60848e66f81283852e65cff177ec7e04624c36769 done 07:47:55 #8 pushing layers 0.0s done 07:47:55 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.23@sha256:89c18cab68535a04ea10e9b60848e66f81283852e65cff177ec7e04624c36769 0.1s done 07:47:55 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:47:55 #8 DONE 0.1s 07:47:55 07:47:55 1 warning found (use --debug to expand): 07:47:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:47:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23' 07:47:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 --push - 07:47:56 #1 [internal] load build definition from Dockerfile 07:47:56 #1 transferring dockerfile: 207B done 07:47:56 #1 DONE 0.0s 07:47:56 07:47:56 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:47:56 #2 DONE 0.0s 07:47:56 07:47:56 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:47:56 #3 DONE 0.0s 07:47:56 07:47:56 #4 [internal] load .dockerignore 07:47:56 #4 transferring context: 2B done 07:47:56 #4 DONE 0.0s 07:47:56 07:47:56 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:bcf083490aa7657c9e3a8a08de78c6a45fc9cf43dc63dcfd3788cd8e7a18bacc 07:47:56 #5 resolve nexus3.edgexfoundry.org:10004/core-data:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:bcf083490aa7657c9e3a8a08de78c6a45fc9cf43dc63dcfd3788cd8e7a18bacc 0.0s done 07:47:56 #5 DONE 0.0s 07:47:56 07:47:56 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:bcf083490aa7657c9e3a8a08de78c6a45fc9cf43dc63dcfd3788cd8e7a18bacc 07:47:56 #6 resolve nexus3.edgexfoundry.org:10004/core-data:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:bcf083490aa7657c9e3a8a08de78c6a45fc9cf43dc63dcfd3788cd8e7a18bacc 0.0s done 07:47:56 #6 CACHED 07:47:56 07:47:56 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:bcf083490aa7657c9e3a8a08de78c6a45fc9cf43dc63dcfd3788cd8e7a18bacc 07:47:56 #5 CACHED 07:47:56 07:47:56 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 07:47:56 #7 DONE 0.0s 07:47:56 07:47:56 #8 exporting to image 07:47:56 #8 exporting layers done 07:47:56 #8 exporting manifest sha256:f1798bd1724b47ca16d3bd62f9ee8819d96c621434b5f6db2a5e1f8eb282f965 done 07:47:56 #8 exporting config sha256:d37608e7d608993ff9570a69aa73c82b5bd8a30a07ff27c78b7ba89e8e60da0c done 07:47:56 #8 exporting manifest sha256:39d5fefa974e3515565f92b96c60a612c7099255e8dc4b526ea96eacde841f0f done 07:47:56 #8 exporting config sha256:0191e4c47da424bbedc563f6d052b3cc58e2c9847f883517706b37201ecfe94e done 07:47:56 #8 exporting manifest list sha256:89c18cab68535a04ea10e9b60848e66f81283852e65cff177ec7e04624c36769 done 07:47:56 #8 pushing layers 0.0s done 07:47:56 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:89c18cab68535a04ea10e9b60848e66f81283852e65cff177ec7e04624c36769 0.1s done 07:47:56 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:47:56 #8 DONE 0.1s 07:47:56 07:47:56 1 warning found (use --debug to expand): 07:47:56  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:47:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' 07:47:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - 07:47:56 #1 [internal] load build definition from Dockerfile 07:47:56 #1 transferring dockerfile: 158B done 07:47:56 #1 DONE 0.0s 07:47:56 07:47:56 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 07:47:56 #2 DONE 0.0s 07:47:56 07:47:56 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 07:47:56 #3 DONE 0.0s 07:47:56 07:47:56 #4 [internal] load .dockerignore 07:47:56 #4 transferring context: 2B done 07:47:56 #4 DONE 0.0s 07:47:56 07:47:56 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:bcf083490aa7657c9e3a8a08de78c6a45fc9cf43dc63dcfd3788cd8e7a18bacc 07:47:56 #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:bcf083490aa7657c9e3a8a08de78c6a45fc9cf43dc63dcfd3788cd8e7a18bacc 0.0s done 07:47:56 #5 DONE 0.0s 07:47:56 07:47:56 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:bcf083490aa7657c9e3a8a08de78c6a45fc9cf43dc63dcfd3788cd8e7a18bacc 07:47:56 #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:bcf083490aa7657c9e3a8a08de78c6a45fc9cf43dc63dcfd3788cd8e7a18bacc 0.0s done 07:47:56 #6 CACHED 07:47:56 07:47:56 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:bcf083490aa7657c9e3a8a08de78c6a45fc9cf43dc63dcfd3788cd8e7a18bacc 07:47:56 #5 CACHED 07:47:56 07:47:56 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 07:47:56 #7 DONE 0.0s 07:47:56 07:47:56 #8 exporting to image 07:47:56 #8 exporting layers done 07:47:56 #8 exporting manifest sha256:f1798bd1724b47ca16d3bd62f9ee8819d96c621434b5f6db2a5e1f8eb282f965 done 07:47:56 #8 exporting config sha256:d37608e7d608993ff9570a69aa73c82b5bd8a30a07ff27c78b7ba89e8e60da0c done 07:47:56 #8 exporting manifest sha256:39d5fefa974e3515565f92b96c60a612c7099255e8dc4b526ea96eacde841f0f done 07:47:56 #8 exporting config sha256:0191e4c47da424bbedc563f6d052b3cc58e2c9847f883517706b37201ecfe94e done 07:47:56 #8 exporting manifest list sha256:89c18cab68535a04ea10e9b60848e66f81283852e65cff177ec7e04624c36769 done 07:47:56 #8 pushing layers 0.0s done 07:47:56 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:89c18cab68535a04ea10e9b60848e66f81283852e65cff177ec7e04624c36769 0.1s done 07:47:56 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:47:56 #8 DONE 0.1s 07:47:56 07:47:56 1 warning found (use --debug to expand): 07:47:56  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:47:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b' 07:47:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b --push - 07:47:56 #1 [internal] load build definition from Dockerfile 07:47:56 #1 transferring dockerfile: 196B done 07:47:56 #1 DONE 0.0s 07:47:56 07:47:56 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:47:56 #2 DONE 0.0s 07:47:56 07:47:56 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:47:56 #3 DONE 0.1s 07:47:56 07:47:56 #4 [internal] load .dockerignore 07:47:56 #4 transferring context: 07:47:57 #4 transferring context: 2B done 07:47:57 #4 DONE 0.0s 07:47:57 07:47:57 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:d65454716058767777493b932f28278607adf19277382e5e91b540e38799cff0 07:47:57 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:d65454716058767777493b932f28278607adf19277382e5e91b540e38799cff0 0.0s done 07:47:57 #5 DONE 0.0s 07:47:57 07:47:57 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:d65454716058767777493b932f28278607adf19277382e5e91b540e38799cff0 07:47:57 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:d65454716058767777493b932f28278607adf19277382e5e91b540e38799cff0 0.0s done 07:47:57 #6 DONE 0.1s 07:47:57 07:47:57 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 07:47:57 #7 DONE 0.0s 07:47:57 07:47:57 #8 exporting to image 07:47:57 #8 exporting layers done 07:47:57 #8 exporting manifest sha256:d998c4adb8e1b97645611c2fdd8ebb356d8c759e2f2bc20f76aa10dc7a1dd097 0.0s done 07:47:57 #8 exporting config sha256:d72f937e650185a86e6dd99b1959fdec6137944d92a0aa8136058d7ed9a4fdba done 07:47:57 #8 exporting manifest sha256:0e25ee7feffc3eb1c24fd73a3db450ac12f59d4536c4c109497ace0dfd2a8a2e done 07:47:57 #8 exporting config sha256:48a2cd835bac549db59ff9089c78a3436d7b63dfae628d7eb1e95e39379e90bd done 07:47:57 #8 exporting manifest list sha256:6b565765771a55a7270f5b1f13ccc2dd695b64fa31ecc1d8ec585c85fb0933c3 0.0s done 07:47:57 #8 pushing layers 07:47:57 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:47:57 #8 pushing layers 0.1s done 07:47:57 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:6b565765771a55a7270f5b1f13ccc2dd695b64fa31ecc1d8ec585c85fb0933c3 0.1s done 07:47:57 #8 DONE 0.2s 07:47:57 07:47:57 1 warning found (use --debug to expand): 07:47:57  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:47:57 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' 07:47:57 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - 07:47:58 #1 [internal] load build definition from Dockerfile 07:47:58 #1 transferring dockerfile: 162B done 07:47:58 #1 DONE 0.0s 07:47:58 07:47:58 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 07:47:58 #2 DONE 0.0s 07:47:58 07:47:58 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 07:47:58 #3 DONE 0.0s 07:47:58 07:47:58 #4 [internal] load .dockerignore 07:47:58 #4 transferring context: 2B done 07:47:58 #4 DONE 0.0s 07:47:58 07:47:58 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:d65454716058767777493b932f28278607adf19277382e5e91b540e38799cff0 07:47:58 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:d65454716058767777493b932f28278607adf19277382e5e91b540e38799cff0 0.0s done 07:47:58 #5 DONE 0.0s 07:47:58 07:47:58 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:d65454716058767777493b932f28278607adf19277382e5e91b540e38799cff0 07:47:58 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:d65454716058767777493b932f28278607adf19277382e5e91b540e38799cff0 0.0s done 07:47:58 #6 CACHED 07:47:58 07:47:58 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:d65454716058767777493b932f28278607adf19277382e5e91b540e38799cff0 07:47:58 #5 CACHED 07:47:58 07:47:58 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 07:47:58 #7 DONE 0.0s 07:47:58 07:47:58 #8 exporting to image 07:47:58 #8 exporting layers done 07:47:58 #8 exporting manifest sha256:d998c4adb8e1b97645611c2fdd8ebb356d8c759e2f2bc20f76aa10dc7a1dd097 done 07:47:58 #8 exporting config sha256:d72f937e650185a86e6dd99b1959fdec6137944d92a0aa8136058d7ed9a4fdba done 07:47:58 #8 exporting manifest sha256:0e25ee7feffc3eb1c24fd73a3db450ac12f59d4536c4c109497ace0dfd2a8a2e done 07:47:58 #8 exporting config sha256:48a2cd835bac549db59ff9089c78a3436d7b63dfae628d7eb1e95e39379e90bd done 07:47:58 #8 exporting manifest list sha256:6b565765771a55a7270f5b1f13ccc2dd695b64fa31ecc1d8ec585c85fb0933c3 done 07:47:58 #8 pushing layers 0.0s done 07:47:58 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:6b565765771a55a7270f5b1f13ccc2dd695b64fa31ecc1d8ec585c85fb0933c3 0.1s done 07:47:58 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:47:58 #8 DONE 0.1s 07:47:58 07:47:58 1 warning found (use --debug to expand): 07:47:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:47:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.23' 07:47:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.23 --push - 07:47:58 #1 [internal] load build definition from Dockerfile 07:47:58 #1 transferring dockerfile: 168B done 07:47:58 #1 DONE 0.0s 07:47:58 07:47:58 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.23 07:47:58 #2 DONE 0.0s 07:47:58 07:47:58 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.23 07:47:58 #3 DONE 0.0s 07:47:58 07:47:58 #4 [internal] load .dockerignore 07:47:58 #4 transferring context: 2B done 07:47:58 #4 DONE 0.0s 07:47:58 07:47:58 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.23@sha256:d65454716058767777493b932f28278607adf19277382e5e91b540e38799cff0 07:47:58 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.23@sha256:d65454716058767777493b932f28278607adf19277382e5e91b540e38799cff0 0.0s done 07:47:58 #5 CACHED 07:47:58 07:47:58 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.23@sha256:d65454716058767777493b932f28278607adf19277382e5e91b540e38799cff0 07:47:58 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.23@sha256:d65454716058767777493b932f28278607adf19277382e5e91b540e38799cff0 0.0s done 07:47:58 #6 CACHED 07:47:58 07:47:58 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 07:47:58 #7 DONE 0.0s 07:47:58 07:47:58 #8 exporting to image 07:47:58 #8 exporting layers done 07:47:58 #8 exporting manifest sha256:d998c4adb8e1b97645611c2fdd8ebb356d8c759e2f2bc20f76aa10dc7a1dd097 done 07:47:58 #8 exporting config sha256:d72f937e650185a86e6dd99b1959fdec6137944d92a0aa8136058d7ed9a4fdba done 07:47:58 #8 exporting manifest sha256:0e25ee7feffc3eb1c24fd73a3db450ac12f59d4536c4c109497ace0dfd2a8a2e done 07:47:58 #8 exporting config sha256:48a2cd835bac549db59ff9089c78a3436d7b63dfae628d7eb1e95e39379e90bd done 07:47:58 #8 exporting manifest list sha256:6b565765771a55a7270f5b1f13ccc2dd695b64fa31ecc1d8ec585c85fb0933c3 done 07:47:58 #8 pushing layers 0.0s done 07:47:58 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.23@sha256:6b565765771a55a7270f5b1f13ccc2dd695b64fa31ecc1d8ec585c85fb0933c3 0.1s done 07:47:58 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:47:58 #8 DONE 0.1s 07:47:58 07:47:58 1 warning found (use --debug to expand): 07:47:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:47:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 --push - 07:47:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23' 07:47:58 #1 [internal] load build definition from Dockerfile 07:47:58 #1 transferring dockerfile: 209B done 07:47:58 #1 DONE 0.0s 07:47:58 07:47:58 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:47:58 #2 DONE 0.0s 07:47:58 07:47:58 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:47:58 #3 DONE 0.0s 07:47:58 07:47:58 #4 [internal] load .dockerignore 07:47:58 #4 transferring context: 2B done 07:47:58 #4 DONE 0.0s 07:47:58 07:47:58 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:d65454716058767777493b932f28278607adf19277382e5e91b540e38799cff0 07:47:58 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:d65454716058767777493b932f28278607adf19277382e5e91b540e38799cff0 0.0s done 07:47:58 #5 CACHED 07:47:58 07:47:58 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:d65454716058767777493b932f28278607adf19277382e5e91b540e38799cff0 07:47:58 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:d65454716058767777493b932f28278607adf19277382e5e91b540e38799cff0 0.0s done 07:47:58 #6 CACHED 07:47:58 07:47:58 #7 exporting to image 07:47:58 #7 exporting layers 07:47:58 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:47:59 #7 exporting layers done 07:47:59 #7 exporting manifest sha256:d998c4adb8e1b97645611c2fdd8ebb356d8c759e2f2bc20f76aa10dc7a1dd097 done 07:47:59 #7 exporting config sha256:d72f937e650185a86e6dd99b1959fdec6137944d92a0aa8136058d7ed9a4fdba done 07:47:59 #7 exporting manifest sha256:0e25ee7feffc3eb1c24fd73a3db450ac12f59d4536c4c109497ace0dfd2a8a2e done 07:47:59 #7 exporting config sha256:48a2cd835bac549db59ff9089c78a3436d7b63dfae628d7eb1e95e39379e90bd done 07:47:59 #7 exporting manifest list sha256:6b565765771a55a7270f5b1f13ccc2dd695b64fa31ecc1d8ec585c85fb0933c3 done 07:47:59 #7 pushing layers 0.0s done 07:47:59 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:6b565765771a55a7270f5b1f13ccc2dd695b64fa31ecc1d8ec585c85fb0933c3 0.1s done 07:47:59 #7 DONE 0.1s 07:47:59 07:47:59 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 07:47:59 #8 DONE 0.0s 07:47:59 07:47:59 1 warning found (use --debug to expand): 07:47:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:47:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' 07:47:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - 07:47:59 #1 [internal] load build definition from Dockerfile 07:47:59 #1 transferring dockerfile: 160B done 07:47:59 #1 DONE 0.0s 07:47:59 07:47:59 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 07:47:59 #2 DONE 0.0s 07:47:59 07:47:59 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 07:47:59 #3 DONE 0.0s 07:47:59 07:47:59 #4 [internal] load .dockerignore 07:47:59 #4 transferring context: 2B done 07:47:59 #4 DONE 0.0s 07:47:59 07:47:59 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:d65454716058767777493b932f28278607adf19277382e5e91b540e38799cff0 07:47:59 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:d65454716058767777493b932f28278607adf19277382e5e91b540e38799cff0 0.0s done 07:47:59 #5 CACHED 07:47:59 07:47:59 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:d65454716058767777493b932f28278607adf19277382e5e91b540e38799cff0 07:47:59 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:d65454716058767777493b932f28278607adf19277382e5e91b540e38799cff0 0.0s done 07:47:59 #6 CACHED 07:47:59 07:47:59 #7 exporting to image 07:47:59 #7 exporting layers 07:47:59 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:47:59 #7 exporting layers done 07:47:59 #7 exporting manifest sha256:d998c4adb8e1b97645611c2fdd8ebb356d8c759e2f2bc20f76aa10dc7a1dd097 done 07:47:59 #7 exporting config sha256:d72f937e650185a86e6dd99b1959fdec6137944d92a0aa8136058d7ed9a4fdba done 07:47:59 #7 exporting manifest sha256:0e25ee7feffc3eb1c24fd73a3db450ac12f59d4536c4c109497ace0dfd2a8a2e done 07:47:59 #7 exporting config sha256:48a2cd835bac549db59ff9089c78a3436d7b63dfae628d7eb1e95e39379e90bd done 07:47:59 #7 exporting manifest list sha256:6b565765771a55a7270f5b1f13ccc2dd695b64fa31ecc1d8ec585c85fb0933c3 done 07:47:59 #7 pushing layers 0.0s done 07:47:59 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:6b565765771a55a7270f5b1f13ccc2dd695b64fa31ecc1d8ec585c85fb0933c3 0.1s done 07:47:59 #7 DONE 0.1s 07:47:59 07:47:59 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 07:47:59 #8 DONE 0.0s 07:47:59 07:47:59 1 warning found (use --debug to expand): 07:47:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b --push - 07:48:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b' 07:48:00 #1 [internal] load build definition from Dockerfile 07:48:00 #1 transferring dockerfile: 198B done 07:48:00 #1 DONE 0.0s 07:48:00 07:48:00 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:48:00 #2 DONE 0.0s 07:48:00 07:48:00 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:48:00 #3 DONE 0.1s 07:48:00 07:48:00 #4 [internal] load .dockerignore 07:48:00 #4 transferring context: 2B done 07:48:00 #4 DONE 0.0s 07:48:00 07:48:00 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:0c206c23af0e731f4cf69b743591bc02233784a3c37e7ab727befc7f3d1b6c86 07:48:00 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:0c206c23af0e731f4cf69b743591bc02233784a3c37e7ab727befc7f3d1b6c86 07:48:00 #5 ... 07:48:00 07:48:00 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:0c206c23af0e731f4cf69b743591bc02233784a3c37e7ab727befc7f3d1b6c86 07:48:00 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:0c206c23af0e731f4cf69b743591bc02233784a3c37e7ab727befc7f3d1b6c86 done 07:48:00 #6 DONE 0.1s 07:48:00 07:48:00 #7 exporting to image 07:48:00 #7 exporting layers done 07:48:00 #7 exporting manifest sha256:cf363d6daa74ce8a76deed2827ae217d4c670258cc2825e530b897035ffe88ec 0.0s done 07:48:00 #7 exporting config sha256:85ff7e13dc441d6782b815d8da560d4c878239807e8146957283779edb9a7567 done 07:48:00 #7 exporting manifest sha256:a6588e3fd274207ae1af0a9711cd027f47feb4978b9757be6c81870d7742e832 0.0s done 07:48:00 #7 exporting config sha256:2856b85e9ca09b6253b95c0c998d99618477a944b8df3bd7586af885221a8e22 done 07:48:00 #7 exporting manifest list sha256:ad04a307e868c0369a77b842ba520c23f83dbd6a10d5dfffec83bb20b4d081c9 07:48:00 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:00 #7 ... 07:48:00 07:48:00 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 07:48:00 #8 DONE 0.0s 07:48:00 07:48:00 #7 exporting to image 07:48:00 #7 exporting manifest list sha256:ad04a307e868c0369a77b842ba520c23f83dbd6a10d5dfffec83bb20b4d081c9 done 07:48:00 #7 pushing layers 0.1s done 07:48:00 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:ad04a307e868c0369a77b842ba520c23f83dbd6a10d5dfffec83bb20b4d081c9 07:48:00 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:ad04a307e868c0369a77b842ba520c23f83dbd6a10d5dfffec83bb20b4d081c9 0.1s done 07:48:00 #7 DONE 0.2s 07:48:00 07:48:00 1 warning found (use --debug to expand): 07:48:00  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' 07:48:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - 07:48:00 #1 [internal] load build definition from Dockerfile 07:48:00 #1 transferring dockerfile: 164B done 07:48:00 #1 DONE 0.0s 07:48:00 07:48:00 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 07:48:00 #2 DONE 0.0s 07:48:00 07:48:00 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 07:48:00 #3 DONE 0.0s 07:48:00 07:48:00 #4 [internal] load .dockerignore 07:48:00 #4 transferring context: 2B done 07:48:00 #4 DONE 0.0s 07:48:00 07:48:00 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:0c206c23af0e731f4cf69b743591bc02233784a3c37e7ab727befc7f3d1b6c86 07:48:00 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:0c206c23af0e731f4cf69b743591bc02233784a3c37e7ab727befc7f3d1b6c86 0.0s done 07:48:00 #5 CACHED 07:48:00 07:48:00 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:0c206c23af0e731f4cf69b743591bc02233784a3c37e7ab727befc7f3d1b6c86 07:48:00 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:0c206c23af0e731f4cf69b743591bc02233784a3c37e7ab727befc7f3d1b6c86 0.0s done 07:48:00 #6 DONE 0.0s 07:48:01 07:48:01 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:0c206c23af0e731f4cf69b743591bc02233784a3c37e7ab727befc7f3d1b6c86 07:48:01 #6 CACHED 07:48:01 07:48:01 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 07:48:01 #7 DONE 0.0s 07:48:01 07:48:01 #8 exporting to image 07:48:01 #8 exporting layers done 07:48:01 #8 exporting manifest sha256:cf363d6daa74ce8a76deed2827ae217d4c670258cc2825e530b897035ffe88ec done 07:48:01 #8 exporting config sha256:85ff7e13dc441d6782b815d8da560d4c878239807e8146957283779edb9a7567 done 07:48:01 #8 exporting manifest sha256:a6588e3fd274207ae1af0a9711cd027f47feb4978b9757be6c81870d7742e832 done 07:48:01 #8 exporting config sha256:2856b85e9ca09b6253b95c0c998d99618477a944b8df3bd7586af885221a8e22 done 07:48:01 #8 exporting manifest list sha256:ad04a307e868c0369a77b842ba520c23f83dbd6a10d5dfffec83bb20b4d081c9 done 07:48:01 #8 pushing layers 0.0s done 07:48:01 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:ad04a307e868c0369a77b842ba520c23f83dbd6a10d5dfffec83bb20b4d081c9 0.1s done 07:48:01 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:01 #8 DONE 0.1s 07:48:01 07:48:01 1 warning found (use --debug to expand): 07:48:01  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:01 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.23' 07:48:01 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.23 --push - 07:48:01 #1 [internal] load build definition from Dockerfile 07:48:01 #1 transferring dockerfile: 170B done 07:48:01 #1 DONE 0.0s 07:48:01 07:48:01 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.23 07:48:01 #2 DONE 0.0s 07:48:01 07:48:01 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.23 07:48:01 #3 DONE 0.0s 07:48:01 07:48:01 #4 [internal] load .dockerignore 07:48:01 #4 transferring context: 2B done 07:48:01 #4 DONE 0.0s 07:48:01 07:48:01 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.23@sha256:0c206c23af0e731f4cf69b743591bc02233784a3c37e7ab727befc7f3d1b6c86 07:48:01 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.23@sha256:0c206c23af0e731f4cf69b743591bc02233784a3c37e7ab727befc7f3d1b6c86 0.0s done 07:48:01 #5 DONE 0.0s 07:48:01 07:48:01 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.23@sha256:0c206c23af0e731f4cf69b743591bc02233784a3c37e7ab727befc7f3d1b6c86 07:48:01 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.23@sha256:0c206c23af0e731f4cf69b743591bc02233784a3c37e7ab727befc7f3d1b6c86 0.0s done 07:48:01 #6 CACHED 07:48:01 07:48:01 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.23@sha256:0c206c23af0e731f4cf69b743591bc02233784a3c37e7ab727befc7f3d1b6c86 07:48:01 #5 CACHED 07:48:01 07:48:01 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 07:48:01 #7 DONE 0.0s 07:48:01 07:48:01 #8 exporting to image 07:48:01 #8 exporting layers done 07:48:01 #8 exporting manifest sha256:cf363d6daa74ce8a76deed2827ae217d4c670258cc2825e530b897035ffe88ec done 07:48:01 #8 exporting config sha256:85ff7e13dc441d6782b815d8da560d4c878239807e8146957283779edb9a7567 done 07:48:01 #8 exporting manifest sha256:a6588e3fd274207ae1af0a9711cd027f47feb4978b9757be6c81870d7742e832 done 07:48:01 #8 exporting config sha256:2856b85e9ca09b6253b95c0c998d99618477a944b8df3bd7586af885221a8e22 done 07:48:01 #8 exporting manifest list sha256:ad04a307e868c0369a77b842ba520c23f83dbd6a10d5dfffec83bb20b4d081c9 done 07:48:01 #8 pushing layers 0.0s done 07:48:01 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.23@sha256:ad04a307e868c0369a77b842ba520c23f83dbd6a10d5dfffec83bb20b4d081c9 0.1s done 07:48:01 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:01 #8 DONE 0.1s 07:48:01 07:48:01 1 warning found (use --debug to expand): 07:48:01  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:01 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23' 07:48:01 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 --push - 07:48:02 #1 [internal] load build definition from Dockerfile 07:48:02 #1 transferring dockerfile: 211B done 07:48:02 #1 DONE 0.0s 07:48:02 07:48:02 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:48:02 #2 DONE 0.0s 07:48:02 07:48:02 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:48:02 #3 DONE 0.0s 07:48:02 07:48:02 #4 [internal] load .dockerignore 07:48:02 #4 transferring context: 2B done 07:48:02 #4 DONE 0.0s 07:48:02 07:48:02 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:0c206c23af0e731f4cf69b743591bc02233784a3c37e7ab727befc7f3d1b6c86 07:48:02 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:0c206c23af0e731f4cf69b743591bc02233784a3c37e7ab727befc7f3d1b6c86 0.0s done 07:48:02 #5 CACHED 07:48:02 07:48:02 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:0c206c23af0e731f4cf69b743591bc02233784a3c37e7ab727befc7f3d1b6c86 07:48:02 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:0c206c23af0e731f4cf69b743591bc02233784a3c37e7ab727befc7f3d1b6c86 0.0s done 07:48:02 #6 CACHED 07:48:02 07:48:02 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 07:48:02 #7 DONE 0.0s 07:48:02 07:48:02 #8 exporting to image 07:48:02 #8 exporting layers done 07:48:02 #8 exporting manifest sha256:cf363d6daa74ce8a76deed2827ae217d4c670258cc2825e530b897035ffe88ec done 07:48:02 #8 exporting config sha256:85ff7e13dc441d6782b815d8da560d4c878239807e8146957283779edb9a7567 done 07:48:02 #8 exporting manifest sha256:a6588e3fd274207ae1af0a9711cd027f47feb4978b9757be6c81870d7742e832 done 07:48:02 #8 exporting config sha256:2856b85e9ca09b6253b95c0c998d99618477a944b8df3bd7586af885221a8e22 done 07:48:02 #8 exporting manifest list sha256:ad04a307e868c0369a77b842ba520c23f83dbd6a10d5dfffec83bb20b4d081c9 done 07:48:02 #8 pushing layers 0.0s done 07:48:02 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:ad04a307e868c0369a77b842ba520c23f83dbd6a10d5dfffec83bb20b4d081c9 0.1s done 07:48:02 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:02 #8 DONE 0.1s 07:48:02 07:48:02 1 warning found (use --debug to expand): 07:48:02  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' 07:48:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - 07:48:02 #1 [internal] load build definition from Dockerfile 07:48:02 #1 transferring dockerfile: 162B done 07:48:02 #1 DONE 0.0s 07:48:02 07:48:02 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 07:48:02 #2 DONE 0.0s 07:48:02 07:48:02 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 07:48:02 #3 DONE 0.0s 07:48:02 07:48:02 #4 [internal] load .dockerignore 07:48:02 #4 transferring context: 2B done 07:48:02 #4 DONE 0.0s 07:48:02 07:48:02 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:0c206c23af0e731f4cf69b743591bc02233784a3c37e7ab727befc7f3d1b6c86 07:48:02 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:0c206c23af0e731f4cf69b743591bc02233784a3c37e7ab727befc7f3d1b6c86 0.0s done 07:48:02 #5 DONE 0.0s 07:48:02 07:48:02 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:0c206c23af0e731f4cf69b743591bc02233784a3c37e7ab727befc7f3d1b6c86 07:48:02 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:0c206c23af0e731f4cf69b743591bc02233784a3c37e7ab727befc7f3d1b6c86 0.0s done 07:48:02 #6 CACHED 07:48:02 07:48:02 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:0c206c23af0e731f4cf69b743591bc02233784a3c37e7ab727befc7f3d1b6c86 07:48:02 #5 CACHED 07:48:02 07:48:02 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 07:48:02 #7 DONE 0.0s 07:48:02 07:48:02 #8 exporting to image 07:48:02 #8 exporting layers done 07:48:02 #8 exporting manifest sha256:cf363d6daa74ce8a76deed2827ae217d4c670258cc2825e530b897035ffe88ec done 07:48:02 #8 exporting config sha256:85ff7e13dc441d6782b815d8da560d4c878239807e8146957283779edb9a7567 done 07:48:02 #8 exporting manifest sha256:a6588e3fd274207ae1af0a9711cd027f47feb4978b9757be6c81870d7742e832 done 07:48:02 #8 exporting config sha256:2856b85e9ca09b6253b95c0c998d99618477a944b8df3bd7586af885221a8e22 done 07:48:02 #8 exporting manifest list sha256:ad04a307e868c0369a77b842ba520c23f83dbd6a10d5dfffec83bb20b4d081c9 done 07:48:02 #8 pushing layers 0.0s done 07:48:02 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:ad04a307e868c0369a77b842ba520c23f83dbd6a10d5dfffec83bb20b4d081c9 0.1s done 07:48:02 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:02 #8 DONE 0.1s 07:48:02 07:48:02 1 warning found (use --debug to expand): 07:48:02  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:03 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b' 07:48:03 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b --push - 07:48:03 #1 [internal] load build definition from Dockerfile 07:48:03 #1 transferring dockerfile: 206B done 07:48:03 #1 DONE 0.0s 07:48:03 07:48:03 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:48:03 #2 DONE 0.0s 07:48:03 07:48:03 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:48:03 #3 DONE 0.0s 07:48:03 07:48:03 #4 [internal] load .dockerignore 07:48:03 #4 transferring context: 2B done 07:48:03 #4 DONE 0.0s 07:48:03 07:48:03 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:7cca073ce56110c9f14acf10d810b9bc7ab78d09e49afbb0ed6fff4adf36a290 07:48:03 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:7cca073ce56110c9f14acf10d810b9bc7ab78d09e49afbb0ed6fff4adf36a290 07:48:03 #5 ... 07:48:03 07:48:03 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:7cca073ce56110c9f14acf10d810b9bc7ab78d09e49afbb0ed6fff4adf36a290 07:48:03 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:7cca073ce56110c9f14acf10d810b9bc7ab78d09e49afbb0ed6fff4adf36a290 0.0s done 07:48:03 #6 DONE 0.2s 07:48:03 07:48:03 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 07:48:03 #7 DONE 0.0s 07:48:03 07:48:03 #8 exporting to image 07:48:03 #8 exporting layers done 07:48:03 #8 exporting manifest sha256:bdd3ee929db6e74ec5fccd3d8e7dbd66c6284d3974ea9297854f43b4db6b0b20 0.0s done 07:48:03 #8 exporting config sha256:f0b29da551b991528ba7507b5b1cd498f25e2be937a457d4ef7d9f3f3ffc849c done 07:48:03 #8 exporting manifest sha256:27db97698f7d39cb2735a221060f09a6b739057d19853f89f8b5d51e2ed2c9de done 07:48:03 #8 exporting config sha256:07691bd263f6a6016b732e401f308bb625dc5d728c8e37f302d8284fca02cbe5 done 07:48:03 #8 exporting manifest list sha256:ea32deaddcdf74a36c7c43e4364324a13dfed1f3dcb32ad2151edd5d3020664e done 07:48:03 #8 pushing layers 0.1s done 07:48:03 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:ea32deaddcdf74a36c7c43e4364324a13dfed1f3dcb32ad2151edd5d3020664e 07:48:03 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:03 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:ea32deaddcdf74a36c7c43e4364324a13dfed1f3dcb32ad2151edd5d3020664e 0.1s done 07:48:03 #8 DONE 0.2s 07:48:03 07:48:03 1 warning found (use --debug to expand): 07:48:03  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:03 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' 07:48:03 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - 07:48:03 #1 [internal] load build definition from Dockerfile 07:48:03 #1 transferring dockerfile: 172B done 07:48:03 #1 DONE 0.0s 07:48:03 07:48:03 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 07:48:03 #2 DONE 0.0s 07:48:03 07:48:03 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 07:48:03 #3 DONE 0.0s 07:48:03 07:48:03 #4 [internal] load .dockerignore 07:48:03 #4 transferring context: 2B done 07:48:03 #4 DONE 0.0s 07:48:03 07:48:03 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:7cca073ce56110c9f14acf10d810b9bc7ab78d09e49afbb0ed6fff4adf36a290 07:48:03 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:7cca073ce56110c9f14acf10d810b9bc7ab78d09e49afbb0ed6fff4adf36a290 0.0s done 07:48:03 #5 CACHED 07:48:03 07:48:03 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:7cca073ce56110c9f14acf10d810b9bc7ab78d09e49afbb0ed6fff4adf36a290 07:48:03 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:7cca073ce56110c9f14acf10d810b9bc7ab78d09e49afbb0ed6fff4adf36a290 0.0s done 07:48:03 #6 CACHED 07:48:03 07:48:03 #7 exporting to image 07:48:03 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:04 #7 exporting layers done 07:48:04 #7 exporting manifest sha256:bdd3ee929db6e74ec5fccd3d8e7dbd66c6284d3974ea9297854f43b4db6b0b20 done 07:48:04 #7 exporting config sha256:f0b29da551b991528ba7507b5b1cd498f25e2be937a457d4ef7d9f3f3ffc849c done 07:48:04 #7 exporting manifest sha256:27db97698f7d39cb2735a221060f09a6b739057d19853f89f8b5d51e2ed2c9de done 07:48:04 #7 exporting config sha256:07691bd263f6a6016b732e401f308bb625dc5d728c8e37f302d8284fca02cbe5 done 07:48:04 #7 exporting manifest list sha256:ea32deaddcdf74a36c7c43e4364324a13dfed1f3dcb32ad2151edd5d3020664e done 07:48:04 #7 pushing layers 0.0s done 07:48:04 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:ea32deaddcdf74a36c7c43e4364324a13dfed1f3dcb32ad2151edd5d3020664e 0.1s done 07:48:04 #7 DONE 0.1s 07:48:04 07:48:04 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 07:48:04 #8 DONE 0.0s 07:48:04 07:48:04 1 warning found (use --debug to expand): 07:48:04  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:04 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.23' 07:48:04 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.23 --push - 07:48:04 #1 [internal] load build definition from Dockerfile 07:48:04 #1 transferring dockerfile: 178B done 07:48:04 #1 DONE 0.0s 07:48:04 07:48:04 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.23 07:48:04 #2 DONE 0.0s 07:48:04 07:48:04 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.23 07:48:04 #3 DONE 0.0s 07:48:04 07:48:04 #4 [internal] load .dockerignore 07:48:04 #4 transferring context: 2B done 07:48:04 #4 DONE 0.0s 07:48:04 07:48:04 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.23@sha256:7cca073ce56110c9f14acf10d810b9bc7ab78d09e49afbb0ed6fff4adf36a290 07:48:04 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.23@sha256:7cca073ce56110c9f14acf10d810b9bc7ab78d09e49afbb0ed6fff4adf36a290 0.0s done 07:48:04 #5 CACHED 07:48:04 07:48:04 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.23@sha256:7cca073ce56110c9f14acf10d810b9bc7ab78d09e49afbb0ed6fff4adf36a290 07:48:04 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.23@sha256:7cca073ce56110c9f14acf10d810b9bc7ab78d09e49afbb0ed6fff4adf36a290 0.0s done 07:48:04 #6 CACHED 07:48:04 07:48:04 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 07:48:04 #7 DONE 0.0s 07:48:04 07:48:04 #8 exporting to image 07:48:04 #8 exporting layers done 07:48:04 #8 exporting manifest sha256:bdd3ee929db6e74ec5fccd3d8e7dbd66c6284d3974ea9297854f43b4db6b0b20 done 07:48:04 #8 exporting config sha256:f0b29da551b991528ba7507b5b1cd498f25e2be937a457d4ef7d9f3f3ffc849c done 07:48:04 #8 exporting manifest sha256:27db97698f7d39cb2735a221060f09a6b739057d19853f89f8b5d51e2ed2c9de done 07:48:04 #8 exporting config sha256:07691bd263f6a6016b732e401f308bb625dc5d728c8e37f302d8284fca02cbe5 done 07:48:04 #8 exporting manifest list sha256:ea32deaddcdf74a36c7c43e4364324a13dfed1f3dcb32ad2151edd5d3020664e done 07:48:04 #8 pushing layers 0.0s done 07:48:04 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.23@sha256:ea32deaddcdf74a36c7c43e4364324a13dfed1f3dcb32ad2151edd5d3020664e 0.1s done 07:48:04 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:04 #8 DONE 0.1s 07:48:04 07:48:04 1 warning found (use --debug to expand): 07:48:04  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:04 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23' 07:48:04 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 --push - 07:48:04 #1 [internal] load build definition from Dockerfile 07:48:04 #1 transferring dockerfile: 219B done 07:48:04 #1 DONE 0.0s 07:48:04 07:48:04 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:48:04 #2 DONE 0.0s 07:48:04 07:48:04 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:48:04 #3 DONE 0.0s 07:48:04 07:48:04 #4 [internal] load .dockerignore 07:48:04 #4 transferring context: 2B done 07:48:04 #4 DONE 0.0s 07:48:04 07:48:04 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:7cca073ce56110c9f14acf10d810b9bc7ab78d09e49afbb0ed6fff4adf36a290 07:48:04 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:7cca073ce56110c9f14acf10d810b9bc7ab78d09e49afbb0ed6fff4adf36a290 0.0s done 07:48:04 #5 CACHED 07:48:04 07:48:04 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:7cca073ce56110c9f14acf10d810b9bc7ab78d09e49afbb0ed6fff4adf36a290 07:48:04 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:7cca073ce56110c9f14acf10d810b9bc7ab78d09e49afbb0ed6fff4adf36a290 0.0s done 07:48:04 #6 CACHED 07:48:04 07:48:04 #7 exporting to image 07:48:04 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:05 #7 exporting layers done 07:48:05 #7 exporting manifest sha256:bdd3ee929db6e74ec5fccd3d8e7dbd66c6284d3974ea9297854f43b4db6b0b20 done 07:48:05 #7 exporting config sha256:f0b29da551b991528ba7507b5b1cd498f25e2be937a457d4ef7d9f3f3ffc849c done 07:48:05 #7 exporting manifest sha256:27db97698f7d39cb2735a221060f09a6b739057d19853f89f8b5d51e2ed2c9de done 07:48:05 #7 exporting config sha256:07691bd263f6a6016b732e401f308bb625dc5d728c8e37f302d8284fca02cbe5 done 07:48:05 #7 exporting manifest list sha256:ea32deaddcdf74a36c7c43e4364324a13dfed1f3dcb32ad2151edd5d3020664e done 07:48:05 #7 pushing layers 0.0s done 07:48:05 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:ea32deaddcdf74a36c7c43e4364324a13dfed1f3dcb32ad2151edd5d3020664e 0.1s done 07:48:05 #7 DONE 0.1s 07:48:05 07:48:05 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 07:48:05 #8 DONE 0.0s 07:48:05 07:48:05 1 warning found (use --debug to expand): 07:48:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' 07:48:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - 07:48:05 #1 [internal] load build definition from Dockerfile 07:48:05 #1 transferring dockerfile: 170B done 07:48:05 #1 DONE 0.0s 07:48:05 07:48:05 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 07:48:05 #2 DONE 0.0s 07:48:05 07:48:05 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 07:48:05 #3 DONE 0.0s 07:48:05 07:48:05 #4 [internal] load .dockerignore 07:48:05 #4 transferring context: 2B done 07:48:05 #4 DONE 0.0s 07:48:05 07:48:05 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:7cca073ce56110c9f14acf10d810b9bc7ab78d09e49afbb0ed6fff4adf36a290 07:48:05 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:7cca073ce56110c9f14acf10d810b9bc7ab78d09e49afbb0ed6fff4adf36a290 0.0s done 07:48:05 #5 DONE 0.0s 07:48:05 07:48:05 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:7cca073ce56110c9f14acf10d810b9bc7ab78d09e49afbb0ed6fff4adf36a290 07:48:05 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:7cca073ce56110c9f14acf10d810b9bc7ab78d09e49afbb0ed6fff4adf36a290 0.0s done 07:48:05 #6 CACHED 07:48:05 07:48:05 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:7cca073ce56110c9f14acf10d810b9bc7ab78d09e49afbb0ed6fff4adf36a290 07:48:05 #5 CACHED 07:48:05 07:48:05 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 07:48:05 #7 DONE 0.0s 07:48:05 07:48:05 #8 exporting to image 07:48:05 #8 exporting layers done 07:48:05 #8 exporting manifest sha256:bdd3ee929db6e74ec5fccd3d8e7dbd66c6284d3974ea9297854f43b4db6b0b20 done 07:48:05 #8 exporting config sha256:f0b29da551b991528ba7507b5b1cd498f25e2be937a457d4ef7d9f3f3ffc849c done 07:48:05 #8 exporting manifest sha256:27db97698f7d39cb2735a221060f09a6b739057d19853f89f8b5d51e2ed2c9de done 07:48:05 #8 exporting config sha256:07691bd263f6a6016b732e401f308bb625dc5d728c8e37f302d8284fca02cbe5 done 07:48:05 #8 exporting manifest list sha256:ea32deaddcdf74a36c7c43e4364324a13dfed1f3dcb32ad2151edd5d3020664e done 07:48:05 #8 pushing layers 0.0s done 07:48:05 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:ea32deaddcdf74a36c7c43e4364324a13dfed1f3dcb32ad2151edd5d3020664e 0.1s done 07:48:05 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:05 #8 DONE 0.1s 07:48:05 07:48:05 1 warning found (use --debug to expand): 07:48:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b' 07:48:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b --push - 07:48:06 #1 [internal] load build definition from Dockerfile 07:48:06 #1 transferring dockerfile: 204B done 07:48:06 #1 DONE 0.0s 07:48:06 07:48:06 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:48:06 #2 DONE 0.0s 07:48:06 07:48:06 #3 [internal] load .dockerignore 07:48:06 #3 transferring context: 2B done 07:48:06 #3 DONE 0.0s 07:48:06 07:48:06 #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:48:06 #4 DONE 0.1s 07:48:06 07:48:06 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:91477c109fe1f4319e2fca2a4751b1492dd30b4095164fdb8bff62759147fcf7 07:48:06 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:91477c109fe1f4319e2fca2a4751b1492dd30b4095164fdb8bff62759147fcf7 07:48:06 #5 ... 07:48:06 07:48:06 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:91477c109fe1f4319e2fca2a4751b1492dd30b4095164fdb8bff62759147fcf7 07:48:06 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:91477c109fe1f4319e2fca2a4751b1492dd30b4095164fdb8bff62759147fcf7 0.0s done 07:48:06 #6 DONE 0.1s 07:48:06 07:48:06 #7 exporting to image 07:48:06 #7 exporting layers done 07:48:06 #7 exporting manifest sha256:6c4b13416c1d3f71fff6cc01d398782e9df169360893e325ccc4277e35661a65 0.0s done 07:48:06 #7 exporting config sha256:8d4b0fba060f0514284dfd4a2baa286aefa739e69f28f8ebd137eee8e77da251 07:48:06 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:06 #7 ... 07:48:06 07:48:06 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 07:48:06 #8 DONE 0.0s 07:48:06 07:48:06 #7 exporting to image 07:48:06 #7 exporting config sha256:8d4b0fba060f0514284dfd4a2baa286aefa739e69f28f8ebd137eee8e77da251 done 07:48:06 #7 exporting manifest sha256:088677c7a657a524f3724204a16734a3f1d9028e9a8c02e47b5b8e09f0aed64e done 07:48:06 #7 exporting config sha256:f600b3c0730e5a19c9d090a03471f601d46a8b15cea342f128f3e229ca7cb125 done 07:48:06 #7 exporting manifest list sha256:1f1061fdeb0518024e7bdb4e90321e9755ac469da1519c70c7b6116e73a22cf0 done 07:48:06 #7 pushing layers 0.1s done 07:48:06 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:1f1061fdeb0518024e7bdb4e90321e9755ac469da1519c70c7b6116e73a22cf0 07:48:06 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:1f1061fdeb0518024e7bdb4e90321e9755ac469da1519c70c7b6116e73a22cf0 0.1s done 07:48:06 #7 DONE 0.2s 07:48:06 07:48:06 1 warning found (use --debug to expand): 07:48:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - 07:48:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' 07:48:06 #1 [internal] load build definition from Dockerfile 07:48:06 #1 transferring dockerfile: 170B done 07:48:06 #1 DONE 0.0s 07:48:06 07:48:06 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 07:48:06 #2 DONE 0.0s 07:48:06 07:48:06 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 07:48:06 #3 DONE 0.0s 07:48:06 07:48:06 #4 [internal] load .dockerignore 07:48:06 #4 transferring context: 2B done 07:48:06 #4 DONE 0.0s 07:48:06 07:48:06 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:91477c109fe1f4319e2fca2a4751b1492dd30b4095164fdb8bff62759147fcf7 07:48:06 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:91477c109fe1f4319e2fca2a4751b1492dd30b4095164fdb8bff62759147fcf7 0.0s done 07:48:06 #5 DONE 0.0s 07:48:06 07:48:06 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:91477c109fe1f4319e2fca2a4751b1492dd30b4095164fdb8bff62759147fcf7 07:48:07 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:91477c109fe1f4319e2fca2a4751b1492dd30b4095164fdb8bff62759147fcf7 0.0s done 07:48:07 #6 CACHED 07:48:07 07:48:07 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:91477c109fe1f4319e2fca2a4751b1492dd30b4095164fdb8bff62759147fcf7 07:48:07 #5 CACHED 07:48:07 07:48:07 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 07:48:07 #7 DONE 0.0s 07:48:07 07:48:07 #8 exporting to image 07:48:07 #8 exporting layers done 07:48:07 #8 exporting manifest sha256:6c4b13416c1d3f71fff6cc01d398782e9df169360893e325ccc4277e35661a65 done 07:48:07 #8 exporting config sha256:8d4b0fba060f0514284dfd4a2baa286aefa739e69f28f8ebd137eee8e77da251 done 07:48:07 #8 exporting manifest sha256:088677c7a657a524f3724204a16734a3f1d9028e9a8c02e47b5b8e09f0aed64e done 07:48:07 #8 exporting config sha256:f600b3c0730e5a19c9d090a03471f601d46a8b15cea342f128f3e229ca7cb125 done 07:48:07 #8 exporting manifest list sha256:1f1061fdeb0518024e7bdb4e90321e9755ac469da1519c70c7b6116e73a22cf0 done 07:48:07 #8 pushing layers 0.0s done 07:48:07 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:1f1061fdeb0518024e7bdb4e90321e9755ac469da1519c70c7b6116e73a22cf0 0.1s done 07:48:07 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:07 #8 DONE 0.1s 07:48:07 07:48:07 1 warning found (use --debug to expand): 07:48:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.23' 07:48:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.23 --push - 07:48:07 #1 [internal] load build definition from Dockerfile 07:48:07 #1 DONE 0.0s 07:48:07 07:48:07 #1 [internal] load build definition from Dockerfile 07:48:07 #1 transferring dockerfile: 176B done 07:48:07 #1 DONE 0.0s 07:48:07 07:48:07 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.23 07:48:07 #2 DONE 0.0s 07:48:07 07:48:07 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.23 07:48:07 #3 DONE 0.0s 07:48:07 07:48:07 #4 [internal] load .dockerignore 07:48:07 #4 transferring context: 2B done 07:48:07 #4 DONE 0.0s 07:48:07 07:48:07 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.23@sha256:91477c109fe1f4319e2fca2a4751b1492dd30b4095164fdb8bff62759147fcf7 07:48:07 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.23@sha256:91477c109fe1f4319e2fca2a4751b1492dd30b4095164fdb8bff62759147fcf7 0.0s done 07:48:07 #5 DONE 0.0s 07:48:07 07:48:07 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.23@sha256:91477c109fe1f4319e2fca2a4751b1492dd30b4095164fdb8bff62759147fcf7 07:48:07 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.23@sha256:91477c109fe1f4319e2fca2a4751b1492dd30b4095164fdb8bff62759147fcf7 0.0s done 07:48:07 #6 CACHED 07:48:07 07:48:07 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.23@sha256:91477c109fe1f4319e2fca2a4751b1492dd30b4095164fdb8bff62759147fcf7 07:48:07 #5 CACHED 07:48:07 07:48:07 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 07:48:07 #7 DONE 0.0s 07:48:07 07:48:07 #8 exporting to image 07:48:07 #8 exporting layers done 07:48:07 #8 exporting manifest sha256:6c4b13416c1d3f71fff6cc01d398782e9df169360893e325ccc4277e35661a65 done 07:48:07 #8 exporting config sha256:8d4b0fba060f0514284dfd4a2baa286aefa739e69f28f8ebd137eee8e77da251 done 07:48:07 #8 exporting manifest sha256:088677c7a657a524f3724204a16734a3f1d9028e9a8c02e47b5b8e09f0aed64e done 07:48:07 #8 exporting config sha256:f600b3c0730e5a19c9d090a03471f601d46a8b15cea342f128f3e229ca7cb125 done 07:48:07 #8 exporting manifest list sha256:1f1061fdeb0518024e7bdb4e90321e9755ac469da1519c70c7b6116e73a22cf0 done 07:48:07 #8 pushing layers 0.0s done 07:48:07 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.23@sha256:1f1061fdeb0518024e7bdb4e90321e9755ac469da1519c70c7b6116e73a22cf0 0.1s done 07:48:07 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:07 #8 DONE 0.1s 07:48:07 07:48:07 1 warning found (use --debug to expand): 07:48:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23' 07:48:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 --push - 07:48:07 #1 [internal] load build definition from Dockerfile 07:48:07 #1 transferring dockerfile: 217B done 07:48:07 #1 DONE 0.0s 07:48:07 07:48:07 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:48:07 #2 DONE 0.0s 07:48:07 07:48:07 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:48:07 #3 DONE 0.0s 07:48:07 07:48:07 #4 [internal] load .dockerignore 07:48:07 #4 transferring context: 2B done 07:48:07 #4 DONE 0.0s 07:48:07 07:48:07 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:91477c109fe1f4319e2fca2a4751b1492dd30b4095164fdb8bff62759147fcf7 07:48:07 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:91477c109fe1f4319e2fca2a4751b1492dd30b4095164fdb8bff62759147fcf7 0.0s done 07:48:07 #5 CACHED 07:48:07 07:48:07 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:91477c109fe1f4319e2fca2a4751b1492dd30b4095164fdb8bff62759147fcf7 07:48:07 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:91477c109fe1f4319e2fca2a4751b1492dd30b4095164fdb8bff62759147fcf7 0.0s done 07:48:07 #6 CACHED 07:48:07 07:48:07 #7 exporting to image 07:48:07 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:08 #7 exporting layers done 07:48:08 #7 exporting manifest sha256:6c4b13416c1d3f71fff6cc01d398782e9df169360893e325ccc4277e35661a65 done 07:48:08 #7 exporting config sha256:8d4b0fba060f0514284dfd4a2baa286aefa739e69f28f8ebd137eee8e77da251 done 07:48:08 #7 exporting manifest sha256:088677c7a657a524f3724204a16734a3f1d9028e9a8c02e47b5b8e09f0aed64e done 07:48:08 #7 exporting config sha256:f600b3c0730e5a19c9d090a03471f601d46a8b15cea342f128f3e229ca7cb125 done 07:48:08 #7 exporting manifest list sha256:1f1061fdeb0518024e7bdb4e90321e9755ac469da1519c70c7b6116e73a22cf0 done 07:48:08 #7 pushing layers 0.0s done 07:48:08 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:1f1061fdeb0518024e7bdb4e90321e9755ac469da1519c70c7b6116e73a22cf0 0.1s done 07:48:08 #7 DONE 0.1s 07:48:08 07:48:08 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 07:48:08 #8 DONE 0.0s 07:48:08 07:48:08 1 warning found (use --debug to expand): 07:48:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' 07:48:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - 07:48:08 #1 [internal] load build definition from Dockerfile 07:48:08 #1 transferring dockerfile: 168B done 07:48:08 #1 DONE 0.0s 07:48:08 07:48:08 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 07:48:08 #2 DONE 0.0s 07:48:08 07:48:08 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 07:48:08 #3 DONE 0.0s 07:48:08 07:48:08 #4 [internal] load .dockerignore 07:48:08 #4 transferring context: 2B done 07:48:08 #4 DONE 0.0s 07:48:08 07:48:08 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:91477c109fe1f4319e2fca2a4751b1492dd30b4095164fdb8bff62759147fcf7 07:48:08 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:91477c109fe1f4319e2fca2a4751b1492dd30b4095164fdb8bff62759147fcf7 0.0s done 07:48:08 #5 DONE 0.0s 07:48:08 07:48:08 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:91477c109fe1f4319e2fca2a4751b1492dd30b4095164fdb8bff62759147fcf7 07:48:08 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:91477c109fe1f4319e2fca2a4751b1492dd30b4095164fdb8bff62759147fcf7 0.0s done 07:48:08 #6 CACHED 07:48:08 07:48:08 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:91477c109fe1f4319e2fca2a4751b1492dd30b4095164fdb8bff62759147fcf7 07:48:08 #5 CACHED 07:48:08 07:48:08 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 07:48:08 #7 DONE 0.0s 07:48:08 07:48:08 #8 exporting to image 07:48:08 #8 exporting layers done 07:48:08 #8 exporting manifest sha256:6c4b13416c1d3f71fff6cc01d398782e9df169360893e325ccc4277e35661a65 done 07:48:08 #8 exporting config sha256:8d4b0fba060f0514284dfd4a2baa286aefa739e69f28f8ebd137eee8e77da251 done 07:48:08 #8 exporting manifest sha256:088677c7a657a524f3724204a16734a3f1d9028e9a8c02e47b5b8e09f0aed64e done 07:48:08 #8 exporting config sha256:f600b3c0730e5a19c9d090a03471f601d46a8b15cea342f128f3e229ca7cb125 done 07:48:08 #8 exporting manifest list sha256:1f1061fdeb0518024e7bdb4e90321e9755ac469da1519c70c7b6116e73a22cf0 done 07:48:08 #8 pushing layers 0.0s done 07:48:08 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:1f1061fdeb0518024e7bdb4e90321e9755ac469da1519c70c7b6116e73a22cf0 0.1s done 07:48:08 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:08 #8 DONE 0.1s 07:48:08 07:48:08 1 warning found (use --debug to expand): 07:48:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b' 07:48:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b --push - 07:48:09 #1 [internal] load build definition from Dockerfile 07:48:09 #1 transferring dockerfile: 205B done 07:48:09 #1 DONE 0.0s 07:48:09 07:48:09 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:48:09 #2 DONE 0.0s 07:48:09 07:48:09 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:48:09 #3 DONE 0.0s 07:48:09 07:48:09 #4 [internal] load .dockerignore 07:48:09 #4 transferring context: 07:48:09 #4 transferring context: 2B done 07:48:09 #4 DONE 0.0s 07:48:09 07:48:09 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:4e893a475035d3c9bc2fe36caa943a4a684db52f318ad9342dbf32fe2741d98b 07:48:09 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:4e893a475035d3c9bc2fe36caa943a4a684db52f318ad9342dbf32fe2741d98b 0.0s done 07:48:09 #5 DONE 0.0s 07:48:09 07:48:09 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:4e893a475035d3c9bc2fe36caa943a4a684db52f318ad9342dbf32fe2741d98b 07:48:09 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:4e893a475035d3c9bc2fe36caa943a4a684db52f318ad9342dbf32fe2741d98b 0.0s done 07:48:09 #6 DONE 0.1s 07:48:09 07:48:09 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 07:48:09 #7 DONE 0.0s 07:48:09 07:48:09 #8 exporting to image 07:48:09 #8 exporting layers done 07:48:09 #8 exporting manifest sha256:6fe74f1691898243aba2c3a5898ed592ca39f5740a9f294c8791aa3d2c858ccf 0.0s done 07:48:09 #8 exporting config sha256:7d6ad1e708da44685cd2111a337cc6de740600c8416d6fd1463171968567e45e done 07:48:09 #8 exporting manifest sha256:fc6f56d26fa0df53e721c0b9736bad0400783e413bc6d39636fc437c1128aa0b 0.0s done 07:48:09 #8 exporting config sha256:5ec83294728dcbe9db4ad5f8d7336934e232ac754b4ac4443a5b66a782110418 done 07:48:09 #8 exporting manifest list sha256:b44b62281a23d19a1a335c953b6b37fae629bae79edb4e83a6d8362efc644239 done 07:48:09 #8 pushing layers 0.1s done 07:48:09 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:b44b62281a23d19a1a335c953b6b37fae629bae79edb4e83a6d8362efc644239 07:48:09 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:09 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:b44b62281a23d19a1a335c953b6b37fae629bae79edb4e83a6d8362efc644239 0.1s done 07:48:09 #8 DONE 0.2s 07:48:09 07:48:09 1 warning found (use --debug to expand): 07:48:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - 07:48:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' 07:48:10 #1 [internal] load build definition from Dockerfile 07:48:10 #1 transferring dockerfile: 171B done 07:48:10 #1 DONE 0.0s 07:48:10 07:48:10 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 07:48:10 #2 DONE 0.0s 07:48:10 07:48:10 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 07:48:10 #3 DONE 0.0s 07:48:10 07:48:10 #4 [internal] load .dockerignore 07:48:10 #4 transferring context: 2B done 07:48:10 #4 DONE 0.0s 07:48:10 07:48:10 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:4e893a475035d3c9bc2fe36caa943a4a684db52f318ad9342dbf32fe2741d98b 07:48:10 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:4e893a475035d3c9bc2fe36caa943a4a684db52f318ad9342dbf32fe2741d98b 0.0s done 07:48:10 #5 CACHED 07:48:10 07:48:10 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:4e893a475035d3c9bc2fe36caa943a4a684db52f318ad9342dbf32fe2741d98b 07:48:10 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:4e893a475035d3c9bc2fe36caa943a4a684db52f318ad9342dbf32fe2741d98b 0.0s done 07:48:10 #6 CACHED 07:48:10 07:48:10 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 07:48:10 #7 DONE 0.0s 07:48:10 07:48:10 #8 exporting to image 07:48:10 #8 exporting layers done 07:48:10 #8 exporting manifest sha256:6fe74f1691898243aba2c3a5898ed592ca39f5740a9f294c8791aa3d2c858ccf done 07:48:10 #8 exporting config sha256:7d6ad1e708da44685cd2111a337cc6de740600c8416d6fd1463171968567e45e done 07:48:10 #8 exporting manifest sha256:fc6f56d26fa0df53e721c0b9736bad0400783e413bc6d39636fc437c1128aa0b done 07:48:10 #8 exporting config sha256:5ec83294728dcbe9db4ad5f8d7336934e232ac754b4ac4443a5b66a782110418 done 07:48:10 #8 exporting manifest list sha256:b44b62281a23d19a1a335c953b6b37fae629bae79edb4e83a6d8362efc644239 done 07:48:10 #8 pushing layers 0.0s done 07:48:10 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:b44b62281a23d19a1a335c953b6b37fae629bae79edb4e83a6d8362efc644239 0.1s done 07:48:10 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:10 #8 DONE 0.1s 07:48:10 07:48:10 1 warning found (use --debug to expand): 07:48:10  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:10 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.23' 07:48:10 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.23 --push - 07:48:10 #1 [internal] load build definition from Dockerfile 07:48:10 #1 transferring dockerfile: 177B done 07:48:10 #1 DONE 0.0s 07:48:10 07:48:10 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.23 07:48:10 #2 DONE 0.0s 07:48:10 07:48:10 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.23 07:48:10 #3 DONE 0.0s 07:48:10 07:48:10 #4 [internal] load .dockerignore 07:48:10 #4 transferring context: 2B done 07:48:10 #4 DONE 0.0s 07:48:10 07:48:10 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.23@sha256:4e893a475035d3c9bc2fe36caa943a4a684db52f318ad9342dbf32fe2741d98b 07:48:10 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.23@sha256:4e893a475035d3c9bc2fe36caa943a4a684db52f318ad9342dbf32fe2741d98b 0.0s done 07:48:10 #5 CACHED 07:48:10 07:48:10 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.23@sha256:4e893a475035d3c9bc2fe36caa943a4a684db52f318ad9342dbf32fe2741d98b 07:48:10 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.23@sha256:4e893a475035d3c9bc2fe36caa943a4a684db52f318ad9342dbf32fe2741d98b 0.0s done 07:48:10 #6 CACHED 07:48:10 07:48:10 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 07:48:10 #7 DONE 0.0s 07:48:10 07:48:10 #8 exporting to image 07:48:10 #8 exporting layers done 07:48:10 #8 exporting manifest sha256:6fe74f1691898243aba2c3a5898ed592ca39f5740a9f294c8791aa3d2c858ccf done 07:48:10 #8 exporting config sha256:7d6ad1e708da44685cd2111a337cc6de740600c8416d6fd1463171968567e45e done 07:48:10 #8 exporting manifest sha256:fc6f56d26fa0df53e721c0b9736bad0400783e413bc6d39636fc437c1128aa0b done 07:48:10 #8 exporting config sha256:5ec83294728dcbe9db4ad5f8d7336934e232ac754b4ac4443a5b66a782110418 done 07:48:10 #8 exporting manifest list sha256:b44b62281a23d19a1a335c953b6b37fae629bae79edb4e83a6d8362efc644239 done 07:48:10 #8 pushing layers 0.0s done 07:48:10 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.23@sha256:b44b62281a23d19a1a335c953b6b37fae629bae79edb4e83a6d8362efc644239 0.1s done 07:48:10 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:10 #8 DONE 0.1s 07:48:10 07:48:10 1 warning found (use --debug to expand): 07:48:10  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:10 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23' 07:48:10 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 --push - 07:48:11 #1 [internal] load build definition from Dockerfile 07:48:11 #1 transferring dockerfile: 218B done 07:48:11 #1 DONE 0.0s 07:48:11 07:48:11 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:48:11 #2 DONE 0.0s 07:48:11 07:48:11 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:48:11 #3 DONE 0.0s 07:48:11 07:48:11 #4 [internal] load .dockerignore 07:48:11 #4 transferring context: 2B done 07:48:11 #4 DONE 0.0s 07:48:11 07:48:11 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:4e893a475035d3c9bc2fe36caa943a4a684db52f318ad9342dbf32fe2741d98b 07:48:11 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:4e893a475035d3c9bc2fe36caa943a4a684db52f318ad9342dbf32fe2741d98b 0.0s done 07:48:11 #5 CACHED 07:48:11 07:48:11 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:4e893a475035d3c9bc2fe36caa943a4a684db52f318ad9342dbf32fe2741d98b 07:48:11 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:4e893a475035d3c9bc2fe36caa943a4a684db52f318ad9342dbf32fe2741d98b 0.0s done 07:48:11 #6 CACHED 07:48:11 07:48:11 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 07:48:11 #7 DONE 0.0s 07:48:11 07:48:11 #8 exporting to image 07:48:11 #8 exporting layers done 07:48:11 #8 exporting manifest sha256:6fe74f1691898243aba2c3a5898ed592ca39f5740a9f294c8791aa3d2c858ccf done 07:48:11 #8 exporting config sha256:7d6ad1e708da44685cd2111a337cc6de740600c8416d6fd1463171968567e45e done 07:48:11 #8 exporting manifest sha256:fc6f56d26fa0df53e721c0b9736bad0400783e413bc6d39636fc437c1128aa0b done 07:48:11 #8 exporting config sha256:5ec83294728dcbe9db4ad5f8d7336934e232ac754b4ac4443a5b66a782110418 done 07:48:11 #8 exporting manifest list sha256:b44b62281a23d19a1a335c953b6b37fae629bae79edb4e83a6d8362efc644239 done 07:48:11 #8 pushing layers 0.0s done 07:48:11 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:b44b62281a23d19a1a335c953b6b37fae629bae79edb4e83a6d8362efc644239 0.1s done 07:48:11 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:11 #8 DONE 0.1s 07:48:11 07:48:11 1 warning found (use --debug to expand): 07:48:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' 07:48:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - 07:48:11 #1 [internal] load build definition from Dockerfile 07:48:11 #1 transferring dockerfile: 169B done 07:48:11 #1 DONE 0.0s 07:48:11 07:48:11 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 07:48:11 #2 DONE 0.0s 07:48:11 07:48:11 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 07:48:11 #3 DONE 0.0s 07:48:11 07:48:11 #4 [internal] load .dockerignore 07:48:11 #4 transferring context: 2B done 07:48:11 #4 DONE 0.0s 07:48:11 07:48:11 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:4e893a475035d3c9bc2fe36caa943a4a684db52f318ad9342dbf32fe2741d98b 07:48:11 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:4e893a475035d3c9bc2fe36caa943a4a684db52f318ad9342dbf32fe2741d98b 0.0s done 07:48:11 #5 CACHED 07:48:11 07:48:11 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:4e893a475035d3c9bc2fe36caa943a4a684db52f318ad9342dbf32fe2741d98b 07:48:11 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:4e893a475035d3c9bc2fe36caa943a4a684db52f318ad9342dbf32fe2741d98b 0.0s done 07:48:11 #6 CACHED 07:48:11 07:48:11 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 07:48:11 #7 DONE 0.0s 07:48:11 07:48:11 #8 exporting to image 07:48:11 #8 exporting layers done 07:48:11 #8 exporting manifest sha256:6fe74f1691898243aba2c3a5898ed592ca39f5740a9f294c8791aa3d2c858ccf done 07:48:11 #8 exporting config sha256:7d6ad1e708da44685cd2111a337cc6de740600c8416d6fd1463171968567e45e done 07:48:11 #8 exporting manifest sha256:fc6f56d26fa0df53e721c0b9736bad0400783e413bc6d39636fc437c1128aa0b done 07:48:11 #8 exporting config sha256:5ec83294728dcbe9db4ad5f8d7336934e232ac754b4ac4443a5b66a782110418 done 07:48:11 #8 exporting manifest list sha256:b44b62281a23d19a1a335c953b6b37fae629bae79edb4e83a6d8362efc644239 done 07:48:11 #8 pushing layers 0.0s done 07:48:11 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:b44b62281a23d19a1a335c953b6b37fae629bae79edb4e83a6d8362efc644239 0.1s done 07:48:11 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:11 #8 DONE 0.1s 07:48:11 07:48:11 1 warning found (use --debug to expand): 07:48:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b' 07:48:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b --push - 07:48:12 #1 [internal] load build definition from Dockerfile 07:48:12 #1 transferring dockerfile: 211B done 07:48:12 #1 DONE 0.0s 07:48:12 07:48:12 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:48:12 #2 DONE 0.0s 07:48:12 07:48:12 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:48:12 #3 DONE 0.0s 07:48:12 07:48:12 #4 [internal] load .dockerignore 07:48:12 #4 transferring context: 2B done 07:48:12 #4 DONE 0.0s 07:48:12 07:48:12 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:7a68cc012c982517f9945168c9a24e959184941730992d39524b6b86617c0fc9 07:48:12 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:7a68cc012c982517f9945168c9a24e959184941730992d39524b6b86617c0fc9 0.0s done 07:48:12 #5 DONE 0.0s 07:48:12 07:48:12 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:7a68cc012c982517f9945168c9a24e959184941730992d39524b6b86617c0fc9 07:48:12 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:7a68cc012c982517f9945168c9a24e959184941730992d39524b6b86617c0fc9 0.0s done 07:48:12 #6 DONE 0.1s 07:48:12 07:48:12 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 07:48:12 #7 DONE 0.0s 07:48:12 07:48:12 #8 exporting to image 07:48:12 #8 exporting layers done 07:48:12 #8 exporting manifest sha256:eb23f3510c4b2cc4d608b66418f2a20152e2866591f4b9e0ee702dbe9673d1d1 done 07:48:12 #8 exporting config sha256:8ff9dc2e47c9fb1e6f0ac4b3b3be54b7e3208c00f942c5bb33df70c8501b9f90 done 07:48:12 #8 exporting manifest sha256:d6f1ae74f7609fc5d39b58b49216afb330aa978c1d6388b7029baec2d6dde6d5 done 07:48:12 #8 exporting config sha256:c103dd829b5eef6be64f403c7c556cf7571e2f42fa522fdfdd9b37a303796624 done 07:48:12 #8 exporting manifest list sha256:6ed9723e8cc328a62d463e2af07e744bef2875f9f32ec3abfce1abb604541c25 done 07:48:12 #8 pushing layers 0.1s done 07:48:12 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:6ed9723e8cc328a62d463e2af07e744bef2875f9f32ec3abfce1abb604541c25 07:48:12 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:12 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:6ed9723e8cc328a62d463e2af07e744bef2875f9f32ec3abfce1abb604541c25 0.1s done 07:48:12 #8 DONE 0.2s 07:48:12 07:48:12 1 warning found (use --debug to expand): 07:48:12  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' 07:48:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - 07:48:12 #1 [internal] load build definition from Dockerfile 07:48:12 #1 transferring dockerfile: 177B done 07:48:12 #1 DONE 0.0s 07:48:12 07:48:12 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 07:48:12 #2 DONE 0.0s 07:48:12 07:48:12 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 07:48:12 #3 DONE 0.0s 07:48:12 07:48:12 #4 [internal] load .dockerignore 07:48:12 #4 transferring context: 2B done 07:48:12 #4 DONE 0.0s 07:48:12 07:48:12 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:7a68cc012c982517f9945168c9a24e959184941730992d39524b6b86617c0fc9 07:48:12 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:7a68cc012c982517f9945168c9a24e959184941730992d39524b6b86617c0fc9 07:48:13 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:7a68cc012c982517f9945168c9a24e959184941730992d39524b6b86617c0fc9 0.0s done 07:48:13 #5 CACHED 07:48:13 07:48:13 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:7a68cc012c982517f9945168c9a24e959184941730992d39524b6b86617c0fc9 07:48:13 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:7a68cc012c982517f9945168c9a24e959184941730992d39524b6b86617c0fc9 0.0s done 07:48:13 #6 CACHED 07:48:13 07:48:13 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 07:48:13 #7 DONE 0.0s 07:48:13 07:48:13 #8 exporting to image 07:48:13 #8 exporting layers done 07:48:13 #8 exporting manifest sha256:eb23f3510c4b2cc4d608b66418f2a20152e2866591f4b9e0ee702dbe9673d1d1 done 07:48:13 #8 exporting config sha256:8ff9dc2e47c9fb1e6f0ac4b3b3be54b7e3208c00f942c5bb33df70c8501b9f90 done 07:48:13 #8 exporting manifest sha256:d6f1ae74f7609fc5d39b58b49216afb330aa978c1d6388b7029baec2d6dde6d5 done 07:48:13 #8 exporting config sha256:c103dd829b5eef6be64f403c7c556cf7571e2f42fa522fdfdd9b37a303796624 done 07:48:13 #8 exporting manifest list sha256:6ed9723e8cc328a62d463e2af07e744bef2875f9f32ec3abfce1abb604541c25 done 07:48:13 #8 pushing layers 0.0s done 07:48:13 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:6ed9723e8cc328a62d463e2af07e744bef2875f9f32ec3abfce1abb604541c25 0.1s done 07:48:13 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:13 #8 DONE 0.1s 07:48:13 07:48:13 1 warning found (use --debug to expand): 07:48:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.23' 07:48:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.23 --push - 07:48:13 #1 [internal] load build definition from Dockerfile 07:48:13 #1 transferring dockerfile: 183B done 07:48:13 #1 DONE 0.0s 07:48:13 07:48:13 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.23 07:48:13 #2 DONE 0.0s 07:48:13 07:48:13 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.23 07:48:13 #3 DONE 0.0s 07:48:13 07:48:13 #4 [internal] load .dockerignore 07:48:13 #4 transferring context: 2B done 07:48:13 #4 DONE 0.0s 07:48:13 07:48:13 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.23@sha256:7a68cc012c982517f9945168c9a24e959184941730992d39524b6b86617c0fc9 07:48:13 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.23@sha256:7a68cc012c982517f9945168c9a24e959184941730992d39524b6b86617c0fc9 0.0s done 07:48:13 #5 CACHED 07:48:13 07:48:13 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.23@sha256:7a68cc012c982517f9945168c9a24e959184941730992d39524b6b86617c0fc9 07:48:13 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.23@sha256:7a68cc012c982517f9945168c9a24e959184941730992d39524b6b86617c0fc9 0.0s done 07:48:13 #6 CACHED 07:48:13 07:48:13 #7 exporting to image 07:48:13 #7 exporting layers done 07:48:13 #7 exporting manifest sha256:eb23f3510c4b2cc4d608b66418f2a20152e2866591f4b9e0ee702dbe9673d1d1 done 07:48:13 #7 exporting config sha256:8ff9dc2e47c9fb1e6f0ac4b3b3be54b7e3208c00f942c5bb33df70c8501b9f90 done 07:48:13 #7 exporting manifest sha256:d6f1ae74f7609fc5d39b58b49216afb330aa978c1d6388b7029baec2d6dde6d5 07:48:13 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:13 #7 exporting manifest sha256:d6f1ae74f7609fc5d39b58b49216afb330aa978c1d6388b7029baec2d6dde6d5 done 07:48:13 #7 exporting config sha256:c103dd829b5eef6be64f403c7c556cf7571e2f42fa522fdfdd9b37a303796624 done 07:48:13 #7 exporting manifest list sha256:6ed9723e8cc328a62d463e2af07e744bef2875f9f32ec3abfce1abb604541c25 done 07:48:13 #7 pushing layers 0.0s done 07:48:13 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.23@sha256:6ed9723e8cc328a62d463e2af07e744bef2875f9f32ec3abfce1abb604541c25 0.1s done 07:48:13 #7 DONE 0.1s 07:48:13 07:48:13 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 07:48:13 #8 DONE 0.0s 07:48:13 07:48:13 1 warning found (use --debug to expand): 07:48:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23' 07:48:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 --push - 07:48:13 #1 [internal] load build definition from Dockerfile 07:48:13 #1 transferring dockerfile: 224B done 07:48:13 #1 DONE 0.0s 07:48:13 07:48:13 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:48:13 #2 DONE 0.0s 07:48:13 07:48:13 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:48:13 #3 DONE 0.0s 07:48:13 07:48:13 #4 [internal] load .dockerignore 07:48:13 #4 transferring context: 2B done 07:48:13 #4 DONE 0.0s 07:48:13 07:48:13 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:7a68cc012c982517f9945168c9a24e959184941730992d39524b6b86617c0fc9 07:48:13 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:7a68cc012c982517f9945168c9a24e959184941730992d39524b6b86617c0fc9 0.0s done 07:48:13 #5 CACHED 07:48:13 07:48:13 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:7a68cc012c982517f9945168c9a24e959184941730992d39524b6b86617c0fc9 07:48:14 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:7a68cc012c982517f9945168c9a24e959184941730992d39524b6b86617c0fc9 0.0s done 07:48:14 #6 CACHED 07:48:14 07:48:14 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 07:48:14 #7 DONE 0.0s 07:48:14 07:48:14 #8 exporting to image 07:48:14 #8 exporting layers done 07:48:14 #8 exporting manifest sha256:eb23f3510c4b2cc4d608b66418f2a20152e2866591f4b9e0ee702dbe9673d1d1 done 07:48:14 #8 exporting config sha256:8ff9dc2e47c9fb1e6f0ac4b3b3be54b7e3208c00f942c5bb33df70c8501b9f90 done 07:48:14 #8 exporting manifest sha256:d6f1ae74f7609fc5d39b58b49216afb330aa978c1d6388b7029baec2d6dde6d5 done 07:48:14 #8 exporting config sha256:c103dd829b5eef6be64f403c7c556cf7571e2f42fa522fdfdd9b37a303796624 done 07:48:14 #8 exporting manifest list sha256:6ed9723e8cc328a62d463e2af07e744bef2875f9f32ec3abfce1abb604541c25 done 07:48:14 #8 pushing layers 0.0s done 07:48:14 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:6ed9723e8cc328a62d463e2af07e744bef2875f9f32ec3abfce1abb604541c25 0.1s done 07:48:14 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:14 #8 DONE 0.1s 07:48:14 07:48:14 1 warning found (use --debug to expand): 07:48:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' 07:48:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - 07:48:14 #1 [internal] load build definition from Dockerfile 07:48:14 #1 transferring dockerfile: 175B done 07:48:14 #1 DONE 0.0s 07:48:14 07:48:14 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 07:48:14 #2 DONE 0.0s 07:48:14 07:48:14 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 07:48:14 #3 DONE 0.0s 07:48:14 07:48:14 #4 [internal] load .dockerignore 07:48:14 #4 transferring context: 2B done 07:48:14 #4 DONE 0.0s 07:48:14 07:48:14 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:7a68cc012c982517f9945168c9a24e959184941730992d39524b6b86617c0fc9 07:48:14 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:7a68cc012c982517f9945168c9a24e959184941730992d39524b6b86617c0fc9 0.0s done 07:48:14 #5 DONE 0.0s 07:48:14 07:48:14 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:7a68cc012c982517f9945168c9a24e959184941730992d39524b6b86617c0fc9 07:48:14 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:7a68cc012c982517f9945168c9a24e959184941730992d39524b6b86617c0fc9 0.0s done 07:48:14 #6 CACHED 07:48:14 07:48:14 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:7a68cc012c982517f9945168c9a24e959184941730992d39524b6b86617c0fc9 07:48:14 #5 CACHED 07:48:14 07:48:14 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 07:48:14 #7 DONE 0.0s 07:48:14 07:48:14 #8 exporting to image 07:48:14 #8 exporting layers done 07:48:14 #8 exporting manifest sha256:eb23f3510c4b2cc4d608b66418f2a20152e2866591f4b9e0ee702dbe9673d1d1 done 07:48:14 #8 exporting config sha256:8ff9dc2e47c9fb1e6f0ac4b3b3be54b7e3208c00f942c5bb33df70c8501b9f90 done 07:48:14 #8 exporting manifest sha256:d6f1ae74f7609fc5d39b58b49216afb330aa978c1d6388b7029baec2d6dde6d5 done 07:48:14 #8 exporting config sha256:c103dd829b5eef6be64f403c7c556cf7571e2f42fa522fdfdd9b37a303796624 done 07:48:14 #8 exporting manifest list sha256:6ed9723e8cc328a62d463e2af07e744bef2875f9f32ec3abfce1abb604541c25 done 07:48:14 #8 pushing layers 0.0s done 07:48:14 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:6ed9723e8cc328a62d463e2af07e744bef2875f9f32ec3abfce1abb604541c25 07:48:14 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:14 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:6ed9723e8cc328a62d463e2af07e744bef2875f9f32ec3abfce1abb604541c25 0.1s done 07:48:14 #8 DONE 0.2s 07:48:14 07:48:14 1 warning found (use --debug to expand): 07:48:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b' 07:48:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b --push - 07:48:15 #1 [internal] load build definition from Dockerfile 07:48:15 #1 transferring dockerfile: 215B done 07:48:15 #1 DONE 0.0s 07:48:15 07:48:15 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:48:15 #2 DONE 0.0s 07:48:15 07:48:15 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:48:15 #3 DONE 0.0s 07:48:15 07:48:15 #4 [internal] load .dockerignore 07:48:15 #4 transferring context: 2B done 07:48:15 #4 DONE 0.0s 07:48:15 07:48:15 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:dd8f50c77f43f4c57259d6f127bff9f754e202abf8596e34f298138f99e881db 07:48:15 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:dd8f50c77f43f4c57259d6f127bff9f754e202abf8596e34f298138f99e881db 07:48:15 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:dd8f50c77f43f4c57259d6f127bff9f754e202abf8596e34f298138f99e881db 0.0s done 07:48:15 #5 DONE 0.0s 07:48:15 07:48:15 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:dd8f50c77f43f4c57259d6f127bff9f754e202abf8596e34f298138f99e881db 07:48:15 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:dd8f50c77f43f4c57259d6f127bff9f754e202abf8596e34f298138f99e881db 0.0s done 07:48:15 #6 DONE 0.1s 07:48:15 07:48:15 #7 exporting to image 07:48:15 #7 exporting layers done 07:48:15 #7 exporting manifest sha256:60fa70f1b930c2810e7a246010f616f8d731b61b23313aaa3c5768b0a44081c2 done 07:48:15 #7 exporting config sha256:5f5cbd41675b5fdde71d1ac2a82b94b6aa398a5a21197a6d3f21d4d53e228b69 done 07:48:15 #7 exporting manifest sha256:19ce874d2546197373498f3ec4989f9cceb6ca4cc6f44fc379f5694d8e3c473f 07:48:15 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:15 #7 ... 07:48:15 07:48:15 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 07:48:15 #8 DONE 0.0s 07:48:15 07:48:15 #7 exporting to image 07:48:15 #7 exporting manifest sha256:19ce874d2546197373498f3ec4989f9cceb6ca4cc6f44fc379f5694d8e3c473f done 07:48:15 #7 exporting config sha256:d61265de6b1a67986eb6a2d216440b039ee9602943b5e646db4b3ccb48c43df3 done 07:48:15 #7 exporting manifest list sha256:bb87429d2adb4dc3f36aa9ace3507ce1c879ce70593f404477bd80e2b31af85f done 07:48:15 #7 pushing layers 0.1s done 07:48:15 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:bb87429d2adb4dc3f36aa9ace3507ce1c879ce70593f404477bd80e2b31af85f 07:48:15 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:bb87429d2adb4dc3f36aa9ace3507ce1c879ce70593f404477bd80e2b31af85f 0.1s done 07:48:15 #7 DONE 0.2s 07:48:15 07:48:15 1 warning found (use --debug to expand): 07:48:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' 07:48:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - 07:48:16 #1 [internal] load build definition from Dockerfile 07:48:16 #1 transferring dockerfile: 181B done 07:48:16 #1 DONE 0.0s 07:48:16 07:48:16 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 07:48:16 #2 DONE 0.0s 07:48:16 07:48:16 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 07:48:16 #3 DONE 0.0s 07:48:16 07:48:16 #4 [internal] load .dockerignore 07:48:16 #4 transferring context: 2B done 07:48:16 #4 DONE 0.0s 07:48:16 07:48:16 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:dd8f50c77f43f4c57259d6f127bff9f754e202abf8596e34f298138f99e881db 07:48:16 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:dd8f50c77f43f4c57259d6f127bff9f754e202abf8596e34f298138f99e881db 0.0s done 07:48:16 #5 CACHED 07:48:16 07:48:16 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:dd8f50c77f43f4c57259d6f127bff9f754e202abf8596e34f298138f99e881db 07:48:16 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:dd8f50c77f43f4c57259d6f127bff9f754e202abf8596e34f298138f99e881db 0.0s done 07:48:16 #6 CACHED 07:48:16 07:48:16 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 07:48:16 #7 DONE 0.0s 07:48:16 07:48:16 #8 exporting to image 07:48:16 #8 exporting layers done 07:48:16 #8 exporting manifest sha256:60fa70f1b930c2810e7a246010f616f8d731b61b23313aaa3c5768b0a44081c2 done 07:48:16 #8 exporting config sha256:5f5cbd41675b5fdde71d1ac2a82b94b6aa398a5a21197a6d3f21d4d53e228b69 done 07:48:16 #8 exporting manifest sha256:19ce874d2546197373498f3ec4989f9cceb6ca4cc6f44fc379f5694d8e3c473f done 07:48:16 #8 exporting config sha256:d61265de6b1a67986eb6a2d216440b039ee9602943b5e646db4b3ccb48c43df3 done 07:48:16 #8 exporting manifest list sha256:bb87429d2adb4dc3f36aa9ace3507ce1c879ce70593f404477bd80e2b31af85f done 07:48:16 #8 pushing layers 0.1s done 07:48:16 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:bb87429d2adb4dc3f36aa9ace3507ce1c879ce70593f404477bd80e2b31af85f 0.1s done 07:48:16 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:16 #8 DONE 0.2s 07:48:16 07:48:16 1 warning found (use --debug to expand): 07:48:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:16 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.23 --push - 07:48:16 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.23' 07:48:16 #1 [internal] load build definition from Dockerfile 07:48:16 #1 transferring dockerfile: 187B done 07:48:16 #1 DONE 0.0s 07:48:16 07:48:16 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.23 07:48:16 #2 DONE 0.0s 07:48:16 07:48:16 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.23 07:48:16 #3 DONE 0.0s 07:48:16 07:48:16 #4 [internal] load .dockerignore 07:48:16 #4 transferring context: 2B done 07:48:16 #4 DONE 0.0s 07:48:16 07:48:16 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.23@sha256:dd8f50c77f43f4c57259d6f127bff9f754e202abf8596e34f298138f99e881db 07:48:16 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.23@sha256:dd8f50c77f43f4c57259d6f127bff9f754e202abf8596e34f298138f99e881db 0.0s done 07:48:16 #5 CACHED 07:48:16 07:48:16 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.23@sha256:dd8f50c77f43f4c57259d6f127bff9f754e202abf8596e34f298138f99e881db 07:48:16 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.23@sha256:dd8f50c77f43f4c57259d6f127bff9f754e202abf8596e34f298138f99e881db 0.0s done 07:48:16 #6 DONE 0.0s 07:48:17 07:48:17 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.23@sha256:dd8f50c77f43f4c57259d6f127bff9f754e202abf8596e34f298138f99e881db 07:48:17 #6 CACHED 07:48:17 07:48:17 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 07:48:17 #7 DONE 0.0s 07:48:17 07:48:17 #8 exporting to image 07:48:17 #8 exporting layers done 07:48:17 #8 exporting manifest sha256:60fa70f1b930c2810e7a246010f616f8d731b61b23313aaa3c5768b0a44081c2 done 07:48:17 #8 exporting config sha256:5f5cbd41675b5fdde71d1ac2a82b94b6aa398a5a21197a6d3f21d4d53e228b69 done 07:48:17 #8 exporting manifest sha256:19ce874d2546197373498f3ec4989f9cceb6ca4cc6f44fc379f5694d8e3c473f done 07:48:17 #8 exporting config sha256:d61265de6b1a67986eb6a2d216440b039ee9602943b5e646db4b3ccb48c43df3 done 07:48:17 #8 exporting manifest list sha256:bb87429d2adb4dc3f36aa9ace3507ce1c879ce70593f404477bd80e2b31af85f done 07:48:17 #8 pushing layers 0.0s done 07:48:17 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.23@sha256:bb87429d2adb4dc3f36aa9ace3507ce1c879ce70593f404477bd80e2b31af85f 0.1s done 07:48:17 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:17 #8 DONE 0.1s 07:48:17 07:48:17 1 warning found (use --debug to expand): 07:48:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:17 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23' 07:48:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 --push - 07:48:17 #1 [internal] load build definition from Dockerfile 07:48:17 #1 transferring dockerfile: 228B done 07:48:17 #1 DONE 0.0s 07:48:17 07:48:17 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:48:17 #2 DONE 0.0s 07:48:17 07:48:17 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:48:17 #3 DONE 0.0s 07:48:17 07:48:17 #4 [internal] load .dockerignore 07:48:17 #4 transferring context: 2B 0.0s done 07:48:17 #4 DONE 0.0s 07:48:17 07:48:17 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:dd8f50c77f43f4c57259d6f127bff9f754e202abf8596e34f298138f99e881db 07:48:17 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:dd8f50c77f43f4c57259d6f127bff9f754e202abf8596e34f298138f99e881db 07:48:17 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:dd8f50c77f43f4c57259d6f127bff9f754e202abf8596e34f298138f99e881db 0.0s done 07:48:17 #5 CACHED 07:48:17 07:48:17 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:dd8f50c77f43f4c57259d6f127bff9f754e202abf8596e34f298138f99e881db 07:48:17 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:dd8f50c77f43f4c57259d6f127bff9f754e202abf8596e34f298138f99e881db 0.0s done 07:48:17 #6 CACHED 07:48:17 07:48:17 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 07:48:17 #7 DONE 0.0s 07:48:17 07:48:17 #8 exporting to image 07:48:17 #8 exporting layers done 07:48:17 #8 exporting manifest sha256:60fa70f1b930c2810e7a246010f616f8d731b61b23313aaa3c5768b0a44081c2 done 07:48:17 #8 exporting config sha256:5f5cbd41675b5fdde71d1ac2a82b94b6aa398a5a21197a6d3f21d4d53e228b69 done 07:48:17 #8 exporting manifest sha256:19ce874d2546197373498f3ec4989f9cceb6ca4cc6f44fc379f5694d8e3c473f done 07:48:17 #8 exporting config sha256:d61265de6b1a67986eb6a2d216440b039ee9602943b5e646db4b3ccb48c43df3 done 07:48:17 #8 exporting manifest list sha256:bb87429d2adb4dc3f36aa9ace3507ce1c879ce70593f404477bd80e2b31af85f done 07:48:17 #8 pushing layers 0.0s done 07:48:17 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:bb87429d2adb4dc3f36aa9ace3507ce1c879ce70593f404477bd80e2b31af85f 0.1s done 07:48:17 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:17 #8 DONE 0.1s 07:48:17 07:48:17 1 warning found (use --debug to expand): 07:48:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - 07:48:17 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' 07:48:17 #1 [internal] load build definition from Dockerfile 07:48:17 #1 transferring dockerfile: 179B done 07:48:17 #1 DONE 0.0s 07:48:17 07:48:17 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 07:48:17 #2 DONE 0.0s 07:48:17 07:48:17 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 07:48:17 #3 DONE 0.0s 07:48:17 07:48:17 #4 [internal] load .dockerignore 07:48:17 #4 transferring context: 2B done 07:48:17 #4 DONE 0.0s 07:48:18 07:48:18 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:dd8f50c77f43f4c57259d6f127bff9f754e202abf8596e34f298138f99e881db 07:48:18 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:dd8f50c77f43f4c57259d6f127bff9f754e202abf8596e34f298138f99e881db 0.0s done 07:48:18 #5 CACHED 07:48:18 07:48:18 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:dd8f50c77f43f4c57259d6f127bff9f754e202abf8596e34f298138f99e881db 07:48:18 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:dd8f50c77f43f4c57259d6f127bff9f754e202abf8596e34f298138f99e881db 0.0s done 07:48:18 #6 CACHED 07:48:18 07:48:18 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 07:48:18 #7 DONE 0.0s 07:48:18 07:48:18 #8 exporting to image 07:48:18 #8 exporting layers done 07:48:18 #8 exporting manifest sha256:60fa70f1b930c2810e7a246010f616f8d731b61b23313aaa3c5768b0a44081c2 done 07:48:18 #8 exporting config sha256:5f5cbd41675b5fdde71d1ac2a82b94b6aa398a5a21197a6d3f21d4d53e228b69 done 07:48:18 #8 exporting manifest sha256:19ce874d2546197373498f3ec4989f9cceb6ca4cc6f44fc379f5694d8e3c473f done 07:48:18 #8 exporting config sha256:d61265de6b1a67986eb6a2d216440b039ee9602943b5e646db4b3ccb48c43df3 done 07:48:18 #8 exporting manifest list sha256:bb87429d2adb4dc3f36aa9ace3507ce1c879ce70593f404477bd80e2b31af85f done 07:48:18 #8 pushing layers 0.0s done 07:48:18 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:bb87429d2adb4dc3f36aa9ace3507ce1c879ce70593f404477bd80e2b31af85f 07:48:18 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:18 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:bb87429d2adb4dc3f36aa9ace3507ce1c879ce70593f404477bd80e2b31af85f 0.1s done 07:48:18 #8 DONE 0.2s 07:48:18 07:48:18 1 warning found (use --debug to expand): 07:48:18  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b' 07:48:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b --push - 07:48:18 #1 [internal] load build definition from Dockerfile 07:48:18 #1 transferring dockerfile: 205B done 07:48:18 #1 DONE 0.0s 07:48:18 07:48:18 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:48:18 #2 DONE 0.0s 07:48:18 07:48:18 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:48:18 #3 DONE 0.0s 07:48:18 07:48:18 #4 [internal] load .dockerignore 07:48:18 #4 transferring context: 2B done 07:48:18 #4 DONE 0.0s 07:48:18 07:48:18 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:a7a12824a04ec53ce6ca2cbbc25b5a7697fc7b98c1af1ee2fbd91600481bc356 07:48:18 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:a7a12824a04ec53ce6ca2cbbc25b5a7697fc7b98c1af1ee2fbd91600481bc356 0.0s done 07:48:18 #5 DONE 0.0s 07:48:18 07:48:18 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:a7a12824a04ec53ce6ca2cbbc25b5a7697fc7b98c1af1ee2fbd91600481bc356 07:48:18 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:a7a12824a04ec53ce6ca2cbbc25b5a7697fc7b98c1af1ee2fbd91600481bc356 0.0s done 07:48:18 #6 DONE 0.1s 07:48:18 07:48:18 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 07:48:18 #7 DONE 0.0s 07:48:18 07:48:18 #8 exporting to image 07:48:18 #8 exporting layers done 07:48:18 #8 exporting manifest sha256:b32e461237da38520cf22f0e421cee1b365ac318b55544a33d337712ebf2e5f4 done 07:48:18 #8 exporting config sha256:200191d6549ffddf5b1707b01c367f893378154acfaefebce61aef119f089359 done 07:48:18 #8 exporting manifest sha256:5263aae773eab98056ce9feb47c859be8bd5d220010af42d2e1988be3c47976c done 07:48:18 #8 exporting config sha256:21aa156013169239cfad7bd93de7fb326acf4c2511a6e25d83b67be90a497603 done 07:48:18 #8 exporting manifest list sha256:066aff1b4e95a4900e02d59b41091c9c4ba15ed50bb126e583cdb2db71670caf done 07:48:18 #8 pushing layers 0.1s done 07:48:18 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:066aff1b4e95a4900e02d59b41091c9c4ba15ed50bb126e583cdb2db71670caf 07:48:18 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:18 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:066aff1b4e95a4900e02d59b41091c9c4ba15ed50bb126e583cdb2db71670caf 0.1s done 07:48:18 #8 DONE 0.2s 07:48:18 07:48:18 1 warning found (use --debug to expand): 07:48:18  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:19 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' 07:48:19 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - 07:48:19 #1 [internal] load build definition from Dockerfile 07:48:19 #1 transferring dockerfile: 171B done 07:48:19 #1 DONE 0.0s 07:48:19 07:48:19 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 07:48:19 #2 DONE 0.0s 07:48:19 07:48:19 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 07:48:19 #3 DONE 0.0s 07:48:19 07:48:19 #4 [internal] load .dockerignore 07:48:19 #4 transferring context: 2B done 07:48:19 #4 DONE 0.0s 07:48:19 07:48:19 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:a7a12824a04ec53ce6ca2cbbc25b5a7697fc7b98c1af1ee2fbd91600481bc356 07:48:19 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:a7a12824a04ec53ce6ca2cbbc25b5a7697fc7b98c1af1ee2fbd91600481bc356 0.0s done 07:48:19 #5 CACHED 07:48:19 07:48:19 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:a7a12824a04ec53ce6ca2cbbc25b5a7697fc7b98c1af1ee2fbd91600481bc356 07:48:19 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:a7a12824a04ec53ce6ca2cbbc25b5a7697fc7b98c1af1ee2fbd91600481bc356 0.0s done 07:48:19 #6 CACHED 07:48:19 07:48:19 #7 exporting to image 07:48:19 #7 exporting layers done 07:48:19 #7 exporting manifest sha256:b32e461237da38520cf22f0e421cee1b365ac318b55544a33d337712ebf2e5f4 done 07:48:19 #7 exporting config sha256:200191d6549ffddf5b1707b01c367f893378154acfaefebce61aef119f089359 done 07:48:19 #7 exporting manifest sha256:5263aae773eab98056ce9feb47c859be8bd5d220010af42d2e1988be3c47976c done 07:48:19 #7 exporting config sha256:21aa156013169239cfad7bd93de7fb326acf4c2511a6e25d83b67be90a497603 done 07:48:19 #7 exporting manifest list sha256:066aff1b4e95a4900e02d59b41091c9c4ba15ed50bb126e583cdb2db71670caf 07:48:19 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:19 #7 exporting manifest list sha256:066aff1b4e95a4900e02d59b41091c9c4ba15ed50bb126e583cdb2db71670caf done 07:48:19 #7 pushing layers 0.0s done 07:48:19 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:066aff1b4e95a4900e02d59b41091c9c4ba15ed50bb126e583cdb2db71670caf 0.1s done 07:48:19 #7 DONE 0.1s 07:48:19 07:48:19 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 07:48:19 #8 DONE 0.0s 07:48:19 07:48:19 1 warning found (use --debug to expand): 07:48:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:19 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.23' 07:48:19 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.23 --push - 07:48:19 #1 [internal] load build definition from Dockerfile 07:48:19 #1 transferring dockerfile: 177B done 07:48:19 #1 DONE 0.0s 07:48:19 07:48:19 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.23 07:48:19 #2 DONE 0.0s 07:48:19 07:48:19 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.23 07:48:19 #3 DONE 0.0s 07:48:19 07:48:19 #4 [internal] load .dockerignore 07:48:19 #4 transferring context: 2B done 07:48:19 #4 DONE 0.0s 07:48:19 07:48:19 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.23@sha256:a7a12824a04ec53ce6ca2cbbc25b5a7697fc7b98c1af1ee2fbd91600481bc356 07:48:19 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.23@sha256:a7a12824a04ec53ce6ca2cbbc25b5a7697fc7b98c1af1ee2fbd91600481bc356 0.0s done 07:48:19 #5 DONE 0.0s 07:48:19 07:48:19 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.23@sha256:a7a12824a04ec53ce6ca2cbbc25b5a7697fc7b98c1af1ee2fbd91600481bc356 07:48:20 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.23@sha256:a7a12824a04ec53ce6ca2cbbc25b5a7697fc7b98c1af1ee2fbd91600481bc356 0.0s done 07:48:20 #6 CACHED 07:48:20 07:48:20 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.23@sha256:a7a12824a04ec53ce6ca2cbbc25b5a7697fc7b98c1af1ee2fbd91600481bc356 07:48:20 #5 CACHED 07:48:20 07:48:20 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 07:48:20 #7 DONE 0.0s 07:48:20 07:48:20 #8 exporting to image 07:48:20 #8 exporting layers done 07:48:20 #8 exporting manifest sha256:b32e461237da38520cf22f0e421cee1b365ac318b55544a33d337712ebf2e5f4 done 07:48:20 #8 exporting config sha256:200191d6549ffddf5b1707b01c367f893378154acfaefebce61aef119f089359 done 07:48:20 #8 exporting manifest sha256:5263aae773eab98056ce9feb47c859be8bd5d220010af42d2e1988be3c47976c done 07:48:20 #8 exporting config sha256:21aa156013169239cfad7bd93de7fb326acf4c2511a6e25d83b67be90a497603 done 07:48:20 #8 exporting manifest list sha256:066aff1b4e95a4900e02d59b41091c9c4ba15ed50bb126e583cdb2db71670caf done 07:48:20 #8 pushing layers 0.0s done 07:48:20 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.23@sha256:066aff1b4e95a4900e02d59b41091c9c4ba15ed50bb126e583cdb2db71670caf 0.1s done 07:48:20 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:20 #8 DONE 0.1s 07:48:20 07:48:20 1 warning found (use --debug to expand): 07:48:20  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23' 07:48:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 --push - 07:48:20 #1 [internal] load build definition from Dockerfile 07:48:20 #1 transferring dockerfile: 218B done 07:48:20 #1 DONE 0.0s 07:48:20 07:48:20 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:48:20 #2 DONE 0.0s 07:48:20 07:48:20 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:48:20 #3 DONE 0.0s 07:48:20 07:48:20 #4 [internal] load .dockerignore 07:48:20 #4 transferring context: 2B done 07:48:20 #4 DONE 0.0s 07:48:20 07:48:20 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:a7a12824a04ec53ce6ca2cbbc25b5a7697fc7b98c1af1ee2fbd91600481bc356 07:48:20 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:a7a12824a04ec53ce6ca2cbbc25b5a7697fc7b98c1af1ee2fbd91600481bc356 0.0s done 07:48:20 #5 CACHED 07:48:20 07:48:20 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:a7a12824a04ec53ce6ca2cbbc25b5a7697fc7b98c1af1ee2fbd91600481bc356 07:48:20 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:a7a12824a04ec53ce6ca2cbbc25b5a7697fc7b98c1af1ee2fbd91600481bc356 0.0s done 07:48:20 #6 DONE 0.0s 07:48:20 07:48:20 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:a7a12824a04ec53ce6ca2cbbc25b5a7697fc7b98c1af1ee2fbd91600481bc356 07:48:20 #6 CACHED 07:48:20 07:48:20 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 07:48:20 #7 DONE 0.0s 07:48:20 07:48:20 #8 exporting to image 07:48:20 #8 exporting layers done 07:48:20 #8 exporting manifest sha256:b32e461237da38520cf22f0e421cee1b365ac318b55544a33d337712ebf2e5f4 done 07:48:20 #8 exporting config sha256:200191d6549ffddf5b1707b01c367f893378154acfaefebce61aef119f089359 done 07:48:20 #8 exporting manifest sha256:5263aae773eab98056ce9feb47c859be8bd5d220010af42d2e1988be3c47976c done 07:48:20 #8 exporting config sha256:21aa156013169239cfad7bd93de7fb326acf4c2511a6e25d83b67be90a497603 done 07:48:20 #8 exporting manifest list sha256:066aff1b4e95a4900e02d59b41091c9c4ba15ed50bb126e583cdb2db71670caf done 07:48:20 #8 pushing layers 0.0s done 07:48:20 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:066aff1b4e95a4900e02d59b41091c9c4ba15ed50bb126e583cdb2db71670caf 0.1s done 07:48:20 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:20 #8 DONE 0.1s 07:48:20 07:48:20 1 warning found (use --debug to expand): 07:48:20  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' 07:48:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - 07:48:20 #1 [internal] load build definition from Dockerfile 07:48:20 #1 transferring dockerfile: 169B done 07:48:20 #1 DONE 0.0s 07:48:20 07:48:20 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 07:48:20 #2 DONE 0.0s 07:48:20 07:48:20 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 07:48:20 #3 DONE 0.0s 07:48:20 07:48:20 #4 [internal] load .dockerignore 07:48:20 #4 transferring context: 2B done 07:48:20 #4 DONE 0.0s 07:48:20 07:48:20 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:a7a12824a04ec53ce6ca2cbbc25b5a7697fc7b98c1af1ee2fbd91600481bc356 07:48:20 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:a7a12824a04ec53ce6ca2cbbc25b5a7697fc7b98c1af1ee2fbd91600481bc356 07:48:21 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:a7a12824a04ec53ce6ca2cbbc25b5a7697fc7b98c1af1ee2fbd91600481bc356 0.0s done 07:48:21 #5 CACHED 07:48:21 07:48:21 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:a7a12824a04ec53ce6ca2cbbc25b5a7697fc7b98c1af1ee2fbd91600481bc356 07:48:21 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:a7a12824a04ec53ce6ca2cbbc25b5a7697fc7b98c1af1ee2fbd91600481bc356 0.0s done 07:48:21 #6 CACHED 07:48:21 07:48:21 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 07:48:21 #7 DONE 0.0s 07:48:21 07:48:21 #8 exporting to image 07:48:21 #8 exporting layers done 07:48:21 #8 exporting manifest sha256:b32e461237da38520cf22f0e421cee1b365ac318b55544a33d337712ebf2e5f4 done 07:48:21 #8 exporting config sha256:200191d6549ffddf5b1707b01c367f893378154acfaefebce61aef119f089359 done 07:48:21 #8 exporting manifest sha256:5263aae773eab98056ce9feb47c859be8bd5d220010af42d2e1988be3c47976c done 07:48:21 #8 exporting config sha256:21aa156013169239cfad7bd93de7fb326acf4c2511a6e25d83b67be90a497603 done 07:48:21 #8 exporting manifest list sha256:066aff1b4e95a4900e02d59b41091c9c4ba15ed50bb126e583cdb2db71670caf done 07:48:21 #8 pushing layers 0.0s done 07:48:21 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:066aff1b4e95a4900e02d59b41091c9c4ba15ed50bb126e583cdb2db71670caf 0.1s done 07:48:21 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:21 #8 DONE 0.1s 07:48:21 07:48:21 1 warning found (use --debug to expand): 07:48:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b' 07:48:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b --push - 07:48:21 #1 [internal] load build definition from Dockerfile 07:48:21 #1 transferring dockerfile: 206B done 07:48:21 #1 DONE 0.0s 07:48:21 07:48:21 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:48:21 #2 DONE 0.0s 07:48:21 07:48:21 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:48:21 #3 DONE 0.1s 07:48:21 07:48:21 #4 [internal] load .dockerignore 07:48:21 #4 transferring context: 2B done 07:48:21 #4 DONE 0.0s 07:48:21 07:48:21 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:bed933ec27820fcc85888c8ddb4ffbd1fa408fce31e0369739d4ed3e3354178e 07:48:21 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:bed933ec27820fcc85888c8ddb4ffbd1fa408fce31e0369739d4ed3e3354178e 0.0s done 07:48:21 #5 DONE 0.0s 07:48:21 07:48:21 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:bed933ec27820fcc85888c8ddb4ffbd1fa408fce31e0369739d4ed3e3354178e 07:48:21 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:bed933ec27820fcc85888c8ddb4ffbd1fa408fce31e0369739d4ed3e3354178e 0.0s done 07:48:21 #6 DONE 0.1s 07:48:21 07:48:21 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 07:48:21 #7 DONE 0.0s 07:48:21 07:48:21 #8 exporting to image 07:48:21 #8 exporting layers done 07:48:21 #8 exporting manifest sha256:ca6811138e1a0abc351adbdc6b70860d0e6f7200b279ca50d61275a8bd3aeaca 0.0s done 07:48:21 #8 exporting config sha256:e5da9af33065d118af55ca66b877be88734f41f32084acbb32034883b7f91852 done 07:48:21 #8 exporting manifest sha256:7fa758132d59ccc10596cc6b3266ce1fed3d12759ac0bee2d2f9413b2bf34356 done 07:48:21 #8 exporting config sha256:38d61e5b3458aba918704585f279b53feeefbae7b50f39d1efcbccd409e9c1e8 done 07:48:21 #8 exporting manifest list sha256:2c979d8d74b4d5d005ad470e26208a6df810ce269bfada0137b714093eb91f65 done 07:48:21 #8 pushing layers 0.1s done 07:48:21 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:2c979d8d74b4d5d005ad470e26208a6df810ce269bfada0137b714093eb91f65 07:48:21 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:21 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:2c979d8d74b4d5d005ad470e26208a6df810ce269bfada0137b714093eb91f65 0.1s done 07:48:21 #8 DONE 0.2s 07:48:21 07:48:21 1 warning found (use --debug to expand): 07:48:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - 07:48:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' 07:48:22 #1 [internal] load build definition from Dockerfile 07:48:22 #1 transferring dockerfile: 172B done 07:48:22 #1 DONE 0.0s 07:48:22 07:48:22 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 07:48:22 #2 DONE 0.0s 07:48:22 07:48:22 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 07:48:22 #3 DONE 0.0s 07:48:22 07:48:22 #4 [internal] load .dockerignore 07:48:22 #4 transferring context: 2B done 07:48:22 #4 DONE 0.0s 07:48:22 07:48:22 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:bed933ec27820fcc85888c8ddb4ffbd1fa408fce31e0369739d4ed3e3354178e 07:48:22 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:bed933ec27820fcc85888c8ddb4ffbd1fa408fce31e0369739d4ed3e3354178e 0.0s done 07:48:22 #5 CACHED 07:48:22 07:48:22 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:bed933ec27820fcc85888c8ddb4ffbd1fa408fce31e0369739d4ed3e3354178e 07:48:22 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:bed933ec27820fcc85888c8ddb4ffbd1fa408fce31e0369739d4ed3e3354178e 0.0s done 07:48:22 #6 CACHED 07:48:22 07:48:22 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 07:48:22 #7 DONE 0.0s 07:48:22 07:48:22 #8 exporting to image 07:48:22 #8 exporting layers done 07:48:22 #8 exporting manifest sha256:ca6811138e1a0abc351adbdc6b70860d0e6f7200b279ca50d61275a8bd3aeaca done 07:48:22 #8 exporting config sha256:e5da9af33065d118af55ca66b877be88734f41f32084acbb32034883b7f91852 done 07:48:22 #8 exporting manifest sha256:7fa758132d59ccc10596cc6b3266ce1fed3d12759ac0bee2d2f9413b2bf34356 done 07:48:22 #8 exporting config sha256:38d61e5b3458aba918704585f279b53feeefbae7b50f39d1efcbccd409e9c1e8 done 07:48:22 #8 exporting manifest list sha256:2c979d8d74b4d5d005ad470e26208a6df810ce269bfada0137b714093eb91f65 done 07:48:22 #8 pushing layers 0.0s done 07:48:22 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:2c979d8d74b4d5d005ad470e26208a6df810ce269bfada0137b714093eb91f65 0.1s done 07:48:22 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:22 #8 DONE 0.1s 07:48:22 07:48:22 1 warning found (use --debug to expand): 07:48:22  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.23 --push - 07:48:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.23' 07:48:23 #1 [internal] load build definition from Dockerfile 07:48:23 #1 transferring dockerfile: 178B done 07:48:23 #1 DONE 0.0s 07:48:23 07:48:23 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.23 07:48:23 #2 DONE 0.0s 07:48:23 07:48:23 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.23 07:48:23 #3 DONE 0.0s 07:48:23 07:48:23 #4 [internal] load .dockerignore 07:48:23 #4 transferring context: 2B done 07:48:23 #4 DONE 0.0s 07:48:23 07:48:23 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.23@sha256:bed933ec27820fcc85888c8ddb4ffbd1fa408fce31e0369739d4ed3e3354178e 07:48:23 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.23@sha256:bed933ec27820fcc85888c8ddb4ffbd1fa408fce31e0369739d4ed3e3354178e 0.0s done 07:48:23 #5 DONE 0.0s 07:48:23 07:48:23 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.23@sha256:bed933ec27820fcc85888c8ddb4ffbd1fa408fce31e0369739d4ed3e3354178e 07:48:23 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.23@sha256:bed933ec27820fcc85888c8ddb4ffbd1fa408fce31e0369739d4ed3e3354178e 0.0s done 07:48:23 #6 CACHED 07:48:23 07:48:23 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.23@sha256:bed933ec27820fcc85888c8ddb4ffbd1fa408fce31e0369739d4ed3e3354178e 07:48:23 #5 CACHED 07:48:23 07:48:23 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 07:48:23 #7 DONE 0.0s 07:48:23 07:48:23 #8 exporting to image 07:48:23 #8 exporting layers done 07:48:23 #8 exporting manifest sha256:ca6811138e1a0abc351adbdc6b70860d0e6f7200b279ca50d61275a8bd3aeaca done 07:48:23 #8 exporting config sha256:e5da9af33065d118af55ca66b877be88734f41f32084acbb32034883b7f91852 done 07:48:23 #8 exporting manifest sha256:7fa758132d59ccc10596cc6b3266ce1fed3d12759ac0bee2d2f9413b2bf34356 done 07:48:23 #8 exporting config sha256:38d61e5b3458aba918704585f279b53feeefbae7b50f39d1efcbccd409e9c1e8 done 07:48:23 #8 exporting manifest list sha256:2c979d8d74b4d5d005ad470e26208a6df810ce269bfada0137b714093eb91f65 done 07:48:23 #8 pushing layers 0.0s done 07:48:23 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.23@sha256:2c979d8d74b4d5d005ad470e26208a6df810ce269bfada0137b714093eb91f65 0.1s done 07:48:23 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:23 #8 DONE 0.1s 07:48:23 07:48:23 1 warning found (use --debug to expand): 07:48:23  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 --push - 07:48:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23' 07:48:23 #1 [internal] load build definition from Dockerfile 07:48:23 #1 transferring dockerfile: 219B done 07:48:23 #1 DONE 0.0s 07:48:23 07:48:23 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:48:23 #2 DONE 0.0s 07:48:23 07:48:23 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:48:23 #3 DONE 0.0s 07:48:23 07:48:23 #4 [internal] load .dockerignore 07:48:23 #4 transferring context: 2B done 07:48:23 #4 DONE 0.0s 07:48:23 07:48:23 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:bed933ec27820fcc85888c8ddb4ffbd1fa408fce31e0369739d4ed3e3354178e 07:48:23 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:bed933ec27820fcc85888c8ddb4ffbd1fa408fce31e0369739d4ed3e3354178e 0.0s done 07:48:23 #5 CACHED 07:48:23 07:48:23 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:bed933ec27820fcc85888c8ddb4ffbd1fa408fce31e0369739d4ed3e3354178e 07:48:23 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:bed933ec27820fcc85888c8ddb4ffbd1fa408fce31e0369739d4ed3e3354178e 0.0s done 07:48:23 #6 CACHED 07:48:23 07:48:23 #7 exporting to image 07:48:23 #7 exporting layers 07:48:23 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:23 #7 exporting layers done 07:48:23 #7 exporting manifest sha256:ca6811138e1a0abc351adbdc6b70860d0e6f7200b279ca50d61275a8bd3aeaca done 07:48:23 #7 exporting config sha256:e5da9af33065d118af55ca66b877be88734f41f32084acbb32034883b7f91852 done 07:48:23 #7 exporting manifest sha256:7fa758132d59ccc10596cc6b3266ce1fed3d12759ac0bee2d2f9413b2bf34356 done 07:48:23 #7 exporting config sha256:38d61e5b3458aba918704585f279b53feeefbae7b50f39d1efcbccd409e9c1e8 done 07:48:23 #7 exporting manifest list sha256:2c979d8d74b4d5d005ad470e26208a6df810ce269bfada0137b714093eb91f65 done 07:48:23 #7 pushing layers 0.0s done 07:48:23 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:2c979d8d74b4d5d005ad470e26208a6df810ce269bfada0137b714093eb91f65 0.1s done 07:48:23 #7 DONE 0.1s 07:48:23 07:48:23 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 07:48:23 #8 DONE 0.0s 07:48:23 07:48:23 1 warning found (use --debug to expand): 07:48:23  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' 07:48:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - 07:48:23 #1 [internal] load build definition from Dockerfile 07:48:23 #1 transferring dockerfile: 170B done 07:48:23 #1 DONE 0.0s 07:48:23 07:48:23 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 07:48:23 #2 DONE 0.0s 07:48:23 07:48:23 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 07:48:23 #3 DONE 0.0s 07:48:23 07:48:23 #4 [internal] load .dockerignore 07:48:23 #4 transferring context: 2B done 07:48:23 #4 DONE 0.0s 07:48:23 07:48:23 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:bed933ec27820fcc85888c8ddb4ffbd1fa408fce31e0369739d4ed3e3354178e 07:48:23 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:bed933ec27820fcc85888c8ddb4ffbd1fa408fce31e0369739d4ed3e3354178e 0.0s done 07:48:23 #5 CACHED 07:48:23 07:48:23 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:bed933ec27820fcc85888c8ddb4ffbd1fa408fce31e0369739d4ed3e3354178e 07:48:23 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:bed933ec27820fcc85888c8ddb4ffbd1fa408fce31e0369739d4ed3e3354178e 0.0s done 07:48:23 #6 DONE 0.0s 07:48:24 07:48:24 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:bed933ec27820fcc85888c8ddb4ffbd1fa408fce31e0369739d4ed3e3354178e 07:48:24 #6 CACHED 07:48:24 07:48:24 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 07:48:24 #7 DONE 0.0s 07:48:24 07:48:24 #8 exporting to image 07:48:24 #8 exporting layers done 07:48:24 #8 exporting manifest sha256:ca6811138e1a0abc351adbdc6b70860d0e6f7200b279ca50d61275a8bd3aeaca done 07:48:24 #8 exporting config sha256:e5da9af33065d118af55ca66b877be88734f41f32084acbb32034883b7f91852 done 07:48:24 #8 exporting manifest sha256:7fa758132d59ccc10596cc6b3266ce1fed3d12759ac0bee2d2f9413b2bf34356 done 07:48:24 #8 exporting config sha256:38d61e5b3458aba918704585f279b53feeefbae7b50f39d1efcbccd409e9c1e8 done 07:48:24 #8 exporting manifest list sha256:2c979d8d74b4d5d005ad470e26208a6df810ce269bfada0137b714093eb91f65 done 07:48:24 #8 pushing layers 0.0s done 07:48:24 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:2c979d8d74b4d5d005ad470e26208a6df810ce269bfada0137b714093eb91f65 0.1s done 07:48:24 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:24 #8 DONE 0.1s 07:48:24 07:48:24 1 warning found (use --debug to expand): 07:48:24  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b' 07:48:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b --push - 07:48:24 #1 [internal] load build definition from Dockerfile 07:48:24 #1 transferring dockerfile: 206B done 07:48:24 #1 DONE 0.0s 07:48:24 07:48:24 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:48:24 #2 DONE 0.0s 07:48:24 07:48:24 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:48:24 #3 DONE 0.1s 07:48:24 07:48:24 #4 [internal] load .dockerignore 07:48:24 #4 transferring context: 2B done 07:48:24 #4 DONE 0.0s 07:48:24 07:48:24 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:f3271369c5665e4e6943fb9f3c8ef2adf46375939c6897a8fe50e364ac4e4a9e 07:48:24 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:f3271369c5665e4e6943fb9f3c8ef2adf46375939c6897a8fe50e364ac4e4a9e 07:48:24 #5 ... 07:48:24 07:48:24 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:f3271369c5665e4e6943fb9f3c8ef2adf46375939c6897a8fe50e364ac4e4a9e 07:48:24 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:f3271369c5665e4e6943fb9f3c8ef2adf46375939c6897a8fe50e364ac4e4a9e 0.0s done 07:48:24 #6 DONE 0.1s 07:48:24 07:48:24 #7 exporting to image 07:48:24 #7 exporting layers done 07:48:24 #7 exporting manifest sha256:1cbe6edf094055e9492f3e2f45c4dd2ac03e327277dd9629bf72afe5e189e4ca done 07:48:24 #7 exporting config sha256:1f1d0e407d8aefa8c472b666830ab3bcdef7c94068f94c4c9ca3d7b794ef746d 07:48:24 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:24 #7 ... 07:48:24 07:48:24 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 07:48:24 #8 DONE 0.0s 07:48:24 07:48:24 #7 exporting to image 07:48:24 #7 exporting config sha256:1f1d0e407d8aefa8c472b666830ab3bcdef7c94068f94c4c9ca3d7b794ef746d done 07:48:24 #7 exporting manifest sha256:36bccabf5d970758d2113f849b03554510062d331fd244c2e2fb3d022c345a10 done 07:48:24 #7 exporting config sha256:3c0e5240e63cded448ec09662ab491d807d4dcea7e4f6e939fb84c472cf4e6c1 done 07:48:24 #7 exporting manifest list sha256:e84a85275541c6d9e237ea23be7557d9da0049e506b03c14eddda29a1aaf9868 done 07:48:24 #7 pushing layers 0.1s done 07:48:24 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:e84a85275541c6d9e237ea23be7557d9da0049e506b03c14eddda29a1aaf9868 07:48:24 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:e84a85275541c6d9e237ea23be7557d9da0049e506b03c14eddda29a1aaf9868 0.1s done 07:48:24 #7 DONE 0.2s 07:48:24 07:48:24 1 warning found (use --debug to expand): 07:48:24  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' 07:48:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - 07:48:25 #1 [internal] load build definition from Dockerfile 07:48:25 #1 transferring dockerfile: 172B done 07:48:25 #1 DONE 0.0s 07:48:25 07:48:25 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 07:48:25 #2 DONE 0.0s 07:48:25 07:48:25 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 07:48:25 #3 DONE 0.0s 07:48:25 07:48:25 #4 [internal] load .dockerignore 07:48:25 #4 transferring context: 2B done 07:48:25 #4 DONE 0.0s 07:48:25 07:48:25 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:f3271369c5665e4e6943fb9f3c8ef2adf46375939c6897a8fe50e364ac4e4a9e 07:48:25 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:f3271369c5665e4e6943fb9f3c8ef2adf46375939c6897a8fe50e364ac4e4a9e done 07:48:25 #5 DONE 0.0s 07:48:25 07:48:25 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:f3271369c5665e4e6943fb9f3c8ef2adf46375939c6897a8fe50e364ac4e4a9e 07:48:25 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:f3271369c5665e4e6943fb9f3c8ef2adf46375939c6897a8fe50e364ac4e4a9e 0.0s done 07:48:25 #6 CACHED 07:48:25 07:48:25 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:f3271369c5665e4e6943fb9f3c8ef2adf46375939c6897a8fe50e364ac4e4a9e 07:48:25 #5 CACHED 07:48:25 07:48:25 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 07:48:25 #7 DONE 0.0s 07:48:25 07:48:25 #8 exporting to image 07:48:25 #8 exporting layers done 07:48:25 #8 exporting manifest sha256:1cbe6edf094055e9492f3e2f45c4dd2ac03e327277dd9629bf72afe5e189e4ca done 07:48:25 #8 exporting config sha256:1f1d0e407d8aefa8c472b666830ab3bcdef7c94068f94c4c9ca3d7b794ef746d done 07:48:25 #8 exporting manifest sha256:36bccabf5d970758d2113f849b03554510062d331fd244c2e2fb3d022c345a10 done 07:48:25 #8 exporting config sha256:3c0e5240e63cded448ec09662ab491d807d4dcea7e4f6e939fb84c472cf4e6c1 done 07:48:25 #8 exporting manifest list sha256:e84a85275541c6d9e237ea23be7557d9da0049e506b03c14eddda29a1aaf9868 done 07:48:25 #8 pushing layers 0.0s done 07:48:25 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:e84a85275541c6d9e237ea23be7557d9da0049e506b03c14eddda29a1aaf9868 0.1s done 07:48:25 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:25 #8 DONE 0.1s 07:48:25 07:48:25 1 warning found (use --debug to expand): 07:48:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.23 --push - 07:48:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.23' 07:48:25 #1 [internal] load build definition from Dockerfile 07:48:25 #1 transferring dockerfile: 178B done 07:48:25 #1 DONE 0.0s 07:48:25 07:48:25 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.23 07:48:25 #2 DONE 0.0s 07:48:25 07:48:25 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.23 07:48:25 #3 DONE 0.0s 07:48:25 07:48:25 #4 [internal] load .dockerignore 07:48:25 #4 transferring context: 2B done 07:48:25 #4 DONE 0.0s 07:48:25 07:48:25 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.23@sha256:f3271369c5665e4e6943fb9f3c8ef2adf46375939c6897a8fe50e364ac4e4a9e 07:48:25 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.23@sha256:f3271369c5665e4e6943fb9f3c8ef2adf46375939c6897a8fe50e364ac4e4a9e 0.0s done 07:48:25 #5 CACHED 07:48:25 07:48:25 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.23@sha256:f3271369c5665e4e6943fb9f3c8ef2adf46375939c6897a8fe50e364ac4e4a9e 07:48:25 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.23@sha256:f3271369c5665e4e6943fb9f3c8ef2adf46375939c6897a8fe50e364ac4e4a9e 0.0s done 07:48:25 #6 CACHED 07:48:25 07:48:25 #7 exporting to image 07:48:25 #7 exporting layers done 07:48:25 #7 exporting manifest sha256:1cbe6edf094055e9492f3e2f45c4dd2ac03e327277dd9629bf72afe5e189e4ca done 07:48:25 #7 exporting config sha256:1f1d0e407d8aefa8c472b666830ab3bcdef7c94068f94c4c9ca3d7b794ef746d 07:48:25 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:26 #7 exporting config sha256:1f1d0e407d8aefa8c472b666830ab3bcdef7c94068f94c4c9ca3d7b794ef746d done 07:48:26 #7 exporting manifest sha256:36bccabf5d970758d2113f849b03554510062d331fd244c2e2fb3d022c345a10 done 07:48:26 #7 exporting config sha256:3c0e5240e63cded448ec09662ab491d807d4dcea7e4f6e939fb84c472cf4e6c1 done 07:48:26 #7 exporting manifest list sha256:e84a85275541c6d9e237ea23be7557d9da0049e506b03c14eddda29a1aaf9868 done 07:48:26 #7 pushing layers 0.0s done 07:48:26 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.23@sha256:e84a85275541c6d9e237ea23be7557d9da0049e506b03c14eddda29a1aaf9868 0.1s done 07:48:26 #7 DONE 0.1s 07:48:26 07:48:26 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 07:48:26 #8 DONE 0.0s 07:48:26 07:48:26 1 warning found (use --debug to expand): 07:48:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23' 07:48:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 --push - 07:48:26 #1 [internal] load build definition from Dockerfile 07:48:26 #1 transferring dockerfile: 219B done 07:48:26 #1 DONE 0.0s 07:48:26 07:48:26 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:48:26 #2 DONE 0.0s 07:48:26 07:48:26 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:48:26 #3 DONE 0.0s 07:48:26 07:48:26 #4 [internal] load .dockerignore 07:48:26 #4 transferring context: 2B done 07:48:26 #4 DONE 0.0s 07:48:26 07:48:26 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:f3271369c5665e4e6943fb9f3c8ef2adf46375939c6897a8fe50e364ac4e4a9e 07:48:26 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:f3271369c5665e4e6943fb9f3c8ef2adf46375939c6897a8fe50e364ac4e4a9e 0.0s done 07:48:26 #5 CACHED 07:48:26 07:48:26 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:f3271369c5665e4e6943fb9f3c8ef2adf46375939c6897a8fe50e364ac4e4a9e 07:48:26 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:f3271369c5665e4e6943fb9f3c8ef2adf46375939c6897a8fe50e364ac4e4a9e 0.0s done 07:48:26 #6 CACHED 07:48:26 07:48:26 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 07:48:26 #7 DONE 0.0s 07:48:26 07:48:26 #8 exporting to image 07:48:26 #8 exporting layers done 07:48:26 #8 exporting manifest sha256:1cbe6edf094055e9492f3e2f45c4dd2ac03e327277dd9629bf72afe5e189e4ca done 07:48:26 #8 exporting config sha256:1f1d0e407d8aefa8c472b666830ab3bcdef7c94068f94c4c9ca3d7b794ef746d done 07:48:26 #8 exporting manifest sha256:36bccabf5d970758d2113f849b03554510062d331fd244c2e2fb3d022c345a10 done 07:48:26 #8 exporting config sha256:3c0e5240e63cded448ec09662ab491d807d4dcea7e4f6e939fb84c472cf4e6c1 done 07:48:26 #8 exporting manifest list sha256:e84a85275541c6d9e237ea23be7557d9da0049e506b03c14eddda29a1aaf9868 done 07:48:26 #8 pushing layers 0.0s done 07:48:26 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:e84a85275541c6d9e237ea23be7557d9da0049e506b03c14eddda29a1aaf9868 0.1s done 07:48:26 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:26 #8 DONE 0.1s 07:48:26 07:48:26 1 warning found (use --debug to expand): 07:48:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - 07:48:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' 07:48:26 #1 [internal] load build definition from Dockerfile 07:48:26 #1 transferring dockerfile: 170B done 07:48:26 #1 DONE 0.0s 07:48:26 07:48:26 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 07:48:26 #2 DONE 0.0s 07:48:26 07:48:26 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 07:48:26 #3 DONE 0.0s 07:48:26 07:48:26 #4 [internal] load .dockerignore 07:48:26 #4 transferring context: 2B done 07:48:26 #4 DONE 0.0s 07:48:26 07:48:26 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:f3271369c5665e4e6943fb9f3c8ef2adf46375939c6897a8fe50e364ac4e4a9e 07:48:26 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:f3271369c5665e4e6943fb9f3c8ef2adf46375939c6897a8fe50e364ac4e4a9e 0.0s done 07:48:26 #5 DONE 0.0s 07:48:26 07:48:26 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:f3271369c5665e4e6943fb9f3c8ef2adf46375939c6897a8fe50e364ac4e4a9e 07:48:27 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:f3271369c5665e4e6943fb9f3c8ef2adf46375939c6897a8fe50e364ac4e4a9e 0.0s done 07:48:27 #6 CACHED 07:48:27 07:48:27 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:f3271369c5665e4e6943fb9f3c8ef2adf46375939c6897a8fe50e364ac4e4a9e 07:48:27 #5 CACHED 07:48:27 07:48:27 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 07:48:27 #7 DONE 0.0s 07:48:27 07:48:27 #8 exporting to image 07:48:27 #8 exporting layers done 07:48:27 #8 exporting manifest sha256:1cbe6edf094055e9492f3e2f45c4dd2ac03e327277dd9629bf72afe5e189e4ca done 07:48:27 #8 exporting config sha256:1f1d0e407d8aefa8c472b666830ab3bcdef7c94068f94c4c9ca3d7b794ef746d done 07:48:27 #8 exporting manifest sha256:36bccabf5d970758d2113f849b03554510062d331fd244c2e2fb3d022c345a10 done 07:48:27 #8 exporting config sha256:3c0e5240e63cded448ec09662ab491d807d4dcea7e4f6e939fb84c472cf4e6c1 done 07:48:27 #8 exporting manifest list sha256:e84a85275541c6d9e237ea23be7557d9da0049e506b03c14eddda29a1aaf9868 done 07:48:27 #8 pushing layers 0.0s done 07:48:27 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:e84a85275541c6d9e237ea23be7557d9da0049e506b03c14eddda29a1aaf9868 0.1s done 07:48:27 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:27 #8 DONE 0.1s 07:48:27 07:48:27 1 warning found (use --debug to expand): 07:48:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b' 07:48:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b --push - 07:48:27 #1 [internal] load build definition from Dockerfile 07:48:27 #1 transferring dockerfile: 206B done 07:48:27 #1 DONE 0.0s 07:48:27 07:48:27 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:48:27 #2 DONE 0.0s 07:48:27 07:48:27 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:48:27 #3 DONE 0.0s 07:48:27 07:48:27 #4 [internal] load .dockerignore 07:48:27 #4 transferring context: 2B done 07:48:27 #4 DONE 0.0s 07:48:27 07:48:27 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:4bdd0e27ced1739af2b8a06aba1eb9d74dd60ecb7275a33b0b384745be3a397f 07:48:27 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:4bdd0e27ced1739af2b8a06aba1eb9d74dd60ecb7275a33b0b384745be3a397f 0.0s done 07:48:27 #5 DONE 0.0s 07:48:27 07:48:27 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:4bdd0e27ced1739af2b8a06aba1eb9d74dd60ecb7275a33b0b384745be3a397f 07:48:27 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:4bdd0e27ced1739af2b8a06aba1eb9d74dd60ecb7275a33b0b384745be3a397f 0.0s done 07:48:27 #6 DONE 0.1s 07:48:27 07:48:27 #7 exporting to image 07:48:27 #7 exporting layers done 07:48:27 #7 exporting manifest sha256:05fae97397736077a4cde8c4ad0bc3fdab8e5a0e2ca46a773cef425a63333588 0.0s done 07:48:27 #7 exporting config sha256:79703f79e9e719f6c796582fb4491903b48532df51a6a0d6c6e11e23f42b87ec done 07:48:27 #7 exporting manifest sha256:09ba382beb963a0c5c99ef715e2ea22fa7e336d2915d9cdbc6b4e9de3f77364b 07:48:27 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:27 #7 ... 07:48:27 07:48:27 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 07:48:27 #8 DONE 0.0s 07:48:27 07:48:27 #7 exporting to image 07:48:27 #7 exporting manifest sha256:09ba382beb963a0c5c99ef715e2ea22fa7e336d2915d9cdbc6b4e9de3f77364b done 07:48:27 #7 exporting config sha256:7e0f7063b98cfd5bdd82eb01a2d39bc497ee53b3fbf47b8a61664732ea4524cc done 07:48:27 #7 exporting manifest list sha256:ca180b7983a24f79c2094fecf47e0445814e7eb9f48da56c44e26840ac1b5938 done 07:48:27 #7 pushing layers 0.1s done 07:48:27 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:ca180b7983a24f79c2094fecf47e0445814e7eb9f48da56c44e26840ac1b5938 07:48:27 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:ca180b7983a24f79c2094fecf47e0445814e7eb9f48da56c44e26840ac1b5938 0.1s done 07:48:27 #7 DONE 0.3s 07:48:27 07:48:27 1 warning found (use --debug to expand): 07:48:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - 07:48:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' 07:48:28 #1 [internal] load build definition from Dockerfile 07:48:28 #1 transferring dockerfile: 172B done 07:48:28 #1 DONE 0.0s 07:48:28 07:48:28 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 07:48:28 #2 DONE 0.0s 07:48:28 07:48:28 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 07:48:28 #3 DONE 0.0s 07:48:28 07:48:28 #4 [internal] load .dockerignore 07:48:28 #4 transferring context: 2B done 07:48:28 #4 DONE 0.0s 07:48:28 07:48:28 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:4bdd0e27ced1739af2b8a06aba1eb9d74dd60ecb7275a33b0b384745be3a397f 07:48:28 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:4bdd0e27ced1739af2b8a06aba1eb9d74dd60ecb7275a33b0b384745be3a397f 0.0s done 07:48:28 #5 DONE 0.0s 07:48:28 07:48:28 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:4bdd0e27ced1739af2b8a06aba1eb9d74dd60ecb7275a33b0b384745be3a397f 07:48:28 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:4bdd0e27ced1739af2b8a06aba1eb9d74dd60ecb7275a33b0b384745be3a397f 0.0s done 07:48:28 #6 CACHED 07:48:28 07:48:28 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:4bdd0e27ced1739af2b8a06aba1eb9d74dd60ecb7275a33b0b384745be3a397f 07:48:28 #5 CACHED 07:48:28 07:48:28 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 07:48:28 #7 DONE 0.0s 07:48:28 07:48:28 #8 exporting to image 07:48:28 #8 exporting layers done 07:48:28 #8 exporting manifest sha256:05fae97397736077a4cde8c4ad0bc3fdab8e5a0e2ca46a773cef425a63333588 done 07:48:28 #8 exporting config sha256:79703f79e9e719f6c796582fb4491903b48532df51a6a0d6c6e11e23f42b87ec done 07:48:28 #8 exporting manifest sha256:09ba382beb963a0c5c99ef715e2ea22fa7e336d2915d9cdbc6b4e9de3f77364b done 07:48:28 #8 exporting config sha256:7e0f7063b98cfd5bdd82eb01a2d39bc497ee53b3fbf47b8a61664732ea4524cc done 07:48:28 #8 exporting manifest list sha256:ca180b7983a24f79c2094fecf47e0445814e7eb9f48da56c44e26840ac1b5938 done 07:48:28 #8 pushing layers 0.0s done 07:48:28 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:ca180b7983a24f79c2094fecf47e0445814e7eb9f48da56c44e26840ac1b5938 0.1s done 07:48:28 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:28 #8 DONE 0.1s 07:48:28 07:48:28 1 warning found (use --debug to expand): 07:48:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.23 --push - 07:48:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.23' 07:48:28 #1 [internal] load build definition from Dockerfile 07:48:28 #1 transferring dockerfile: 178B done 07:48:28 #1 DONE 0.0s 07:48:28 07:48:28 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.23 07:48:28 #2 DONE 0.0s 07:48:28 07:48:28 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.23 07:48:28 #3 DONE 0.0s 07:48:28 07:48:28 #4 [internal] load .dockerignore 07:48:28 #4 transferring context: 2B done 07:48:28 #4 DONE 0.0s 07:48:28 07:48:28 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.23@sha256:4bdd0e27ced1739af2b8a06aba1eb9d74dd60ecb7275a33b0b384745be3a397f 07:48:28 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.23@sha256:4bdd0e27ced1739af2b8a06aba1eb9d74dd60ecb7275a33b0b384745be3a397f 0.0s done 07:48:28 #5 DONE 0.0s 07:48:28 07:48:28 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.23@sha256:4bdd0e27ced1739af2b8a06aba1eb9d74dd60ecb7275a33b0b384745be3a397f 07:48:29 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.23@sha256:4bdd0e27ced1739af2b8a06aba1eb9d74dd60ecb7275a33b0b384745be3a397f 0.0s done 07:48:29 #6 CACHED 07:48:29 07:48:29 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.23@sha256:4bdd0e27ced1739af2b8a06aba1eb9d74dd60ecb7275a33b0b384745be3a397f 07:48:29 #5 CACHED 07:48:29 07:48:29 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 07:48:29 #7 DONE 0.0s 07:48:29 07:48:29 #8 exporting to image 07:48:29 #8 exporting layers done 07:48:29 #8 exporting manifest sha256:05fae97397736077a4cde8c4ad0bc3fdab8e5a0e2ca46a773cef425a63333588 done 07:48:29 #8 exporting config sha256:79703f79e9e719f6c796582fb4491903b48532df51a6a0d6c6e11e23f42b87ec done 07:48:29 #8 exporting manifest sha256:09ba382beb963a0c5c99ef715e2ea22fa7e336d2915d9cdbc6b4e9de3f77364b done 07:48:29 #8 exporting config sha256:7e0f7063b98cfd5bdd82eb01a2d39bc497ee53b3fbf47b8a61664732ea4524cc done 07:48:29 #8 exporting manifest list sha256:ca180b7983a24f79c2094fecf47e0445814e7eb9f48da56c44e26840ac1b5938 done 07:48:29 #8 pushing layers 0.0s done 07:48:29 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.23@sha256:ca180b7983a24f79c2094fecf47e0445814e7eb9f48da56c44e26840ac1b5938 0.1s done 07:48:29 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:29 #8 DONE 0.1s 07:48:29 07:48:29 1 warning found (use --debug to expand): 07:48:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23' 07:48:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 --push - 07:48:29 #1 [internal] load build definition from Dockerfile 07:48:29 #1 transferring dockerfile: 219B done 07:48:29 #1 DONE 0.0s 07:48:29 07:48:29 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:48:29 #2 DONE 0.0s 07:48:29 07:48:29 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:48:29 #3 DONE 0.0s 07:48:29 07:48:29 #4 [internal] load .dockerignore 07:48:29 #4 transferring context: 2B done 07:48:29 #4 DONE 0.0s 07:48:29 07:48:29 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:4bdd0e27ced1739af2b8a06aba1eb9d74dd60ecb7275a33b0b384745be3a397f 07:48:29 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:4bdd0e27ced1739af2b8a06aba1eb9d74dd60ecb7275a33b0b384745be3a397f 0.0s done 07:48:29 #5 CACHED 07:48:29 07:48:29 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:4bdd0e27ced1739af2b8a06aba1eb9d74dd60ecb7275a33b0b384745be3a397f 07:48:29 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:4bdd0e27ced1739af2b8a06aba1eb9d74dd60ecb7275a33b0b384745be3a397f 0.0s done 07:48:29 #6 CACHED 07:48:29 07:48:29 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 07:48:29 #7 DONE 0.0s 07:48:29 07:48:29 #8 exporting to image 07:48:29 #8 exporting layers done 07:48:29 #8 exporting manifest sha256:05fae97397736077a4cde8c4ad0bc3fdab8e5a0e2ca46a773cef425a63333588 done 07:48:29 #8 exporting config sha256:79703f79e9e719f6c796582fb4491903b48532df51a6a0d6c6e11e23f42b87ec done 07:48:29 #8 exporting manifest sha256:09ba382beb963a0c5c99ef715e2ea22fa7e336d2915d9cdbc6b4e9de3f77364b done 07:48:29 #8 exporting config sha256:7e0f7063b98cfd5bdd82eb01a2d39bc497ee53b3fbf47b8a61664732ea4524cc done 07:48:29 #8 exporting manifest list sha256:ca180b7983a24f79c2094fecf47e0445814e7eb9f48da56c44e26840ac1b5938 done 07:48:29 #8 pushing layers 0.0s done 07:48:29 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:ca180b7983a24f79c2094fecf47e0445814e7eb9f48da56c44e26840ac1b5938 0.1s done 07:48:29 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:29 #8 DONE 0.1s 07:48:29 07:48:29 1 warning found (use --debug to expand): 07:48:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' 07:48:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - 07:48:29 #1 [internal] load build definition from Dockerfile 07:48:29 #1 transferring dockerfile: 170B done 07:48:29 #1 DONE 0.0s 07:48:29 07:48:29 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 07:48:29 #2 DONE 0.0s 07:48:29 07:48:29 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 07:48:29 #3 DONE 0.0s 07:48:29 07:48:29 #4 [internal] load .dockerignore 07:48:29 #4 transferring context: 2B done 07:48:29 #4 DONE 0.0s 07:48:29 07:48:29 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:4bdd0e27ced1739af2b8a06aba1eb9d74dd60ecb7275a33b0b384745be3a397f 07:48:29 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:4bdd0e27ced1739af2b8a06aba1eb9d74dd60ecb7275a33b0b384745be3a397f 0.0s done 07:48:29 #5 CACHED 07:48:29 07:48:29 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:4bdd0e27ced1739af2b8a06aba1eb9d74dd60ecb7275a33b0b384745be3a397f 07:48:29 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:4bdd0e27ced1739af2b8a06aba1eb9d74dd60ecb7275a33b0b384745be3a397f 0.0s done 07:48:29 #6 DONE 0.0s 07:48:30 07:48:30 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:4bdd0e27ced1739af2b8a06aba1eb9d74dd60ecb7275a33b0b384745be3a397f 07:48:30 #6 CACHED 07:48:30 07:48:30 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 07:48:30 #7 DONE 0.0s 07:48:30 07:48:30 #8 exporting to image 07:48:30 #8 exporting layers done 07:48:30 #8 exporting manifest sha256:05fae97397736077a4cde8c4ad0bc3fdab8e5a0e2ca46a773cef425a63333588 done 07:48:30 #8 exporting config sha256:79703f79e9e719f6c796582fb4491903b48532df51a6a0d6c6e11e23f42b87ec done 07:48:30 #8 exporting manifest sha256:09ba382beb963a0c5c99ef715e2ea22fa7e336d2915d9cdbc6b4e9de3f77364b done 07:48:30 #8 exporting config sha256:7e0f7063b98cfd5bdd82eb01a2d39bc497ee53b3fbf47b8a61664732ea4524cc done 07:48:30 #8 exporting manifest list sha256:ca180b7983a24f79c2094fecf47e0445814e7eb9f48da56c44e26840ac1b5938 done 07:48:30 #8 pushing layers 0.0s done 07:48:30 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:ca180b7983a24f79c2094fecf47e0445814e7eb9f48da56c44e26840ac1b5938 0.1s done 07:48:30 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:30 #8 DONE 0.1s 07:48:30 07:48:30 1 warning found (use --debug to expand): 07:48:30  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:30 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b --push - 07:48:30 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b' 07:48:30 #1 [internal] load build definition from Dockerfile 07:48:30 #1 transferring dockerfile: 202B done 07:48:30 #1 DONE 0.0s 07:48:30 07:48:30 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:48:30 #2 DONE 0.0s 07:48:30 07:48:30 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b 07:48:30 #3 DONE 0.0s 07:48:30 07:48:30 #4 [internal] load .dockerignore 07:48:30 #4 transferring context: 2B done 07:48:30 #4 DONE 0.0s 07:48:30 07:48:30 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:ac08b9f761f3d2aaa9d0e53424f53637a8ebcb233f864f68ae8c65823a4e5efd 07:48:30 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:ac08b9f761f3d2aaa9d0e53424f53637a8ebcb233f864f68ae8c65823a4e5efd 0.0s done 07:48:30 #5 DONE 0.0s 07:48:30 07:48:30 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:ac08b9f761f3d2aaa9d0e53424f53637a8ebcb233f864f68ae8c65823a4e5efd 07:48:30 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:ac08b9f761f3d2aaa9d0e53424f53637a8ebcb233f864f68ae8c65823a4e5efd 0.0s done 07:48:30 #6 DONE 0.1s 07:48:30 07:48:30 #7 exporting to image 07:48:30 #7 exporting layers done 07:48:30 #7 exporting manifest sha256:452a6f2960e6a7cbd41aed3fe18cf6df4f8666ece57c750ade225e075bb7cabc done 07:48:30 #7 exporting config sha256:3d351958c8a5532ff0e443a9d06bf4b53a3eb1af792c9689a55311f583337d7a 07:48:30 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:30 #7 ... 07:48:30 07:48:30 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 07:48:30 #8 DONE 0.0s 07:48:30 07:48:30 #7 exporting to image 07:48:30 #7 exporting config sha256:3d351958c8a5532ff0e443a9d06bf4b53a3eb1af792c9689a55311f583337d7a done 07:48:30 #7 exporting manifest sha256:6de243c727808a5d8fa185e02109d58cc32165e43cbb266d431cff7244bab920 done 07:48:30 #7 exporting config sha256:4ceeea1863cb67c043b2eaef46fad2893bb9ffbfd43b64b4d604a28d25d5148b done 07:48:30 #7 exporting manifest list sha256:a78e507b52006b8344a8af7fc459a5ed3a1d47cfaa426ab0098bc7f8b2373568 done 07:48:30 #7 pushing layers 0.1s done 07:48:30 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:a78e507b52006b8344a8af7fc459a5ed3a1d47cfaa426ab0098bc7f8b2373568 07:48:30 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b@sha256:a78e507b52006b8344a8af7fc459a5ed3a1d47cfaa426ab0098bc7f8b2373568 0.1s done 07:48:30 #7 DONE 0.2s 07:48:30 07:48:30 1 warning found (use --debug to expand): 07:48:30  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - 07:48:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' 07:48:31 #1 [internal] load build definition from Dockerfile 07:48:31 #1 transferring dockerfile: 168B done 07:48:31 #1 DONE 0.0s 07:48:31 07:48:31 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 07:48:31 #2 DONE 0.0s 07:48:31 07:48:31 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 07:48:31 #3 DONE 0.0s 07:48:31 07:48:31 #4 [internal] load .dockerignore 07:48:31 #4 transferring context: 2B done 07:48:31 #4 DONE 0.0s 07:48:31 07:48:31 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:ac08b9f761f3d2aaa9d0e53424f53637a8ebcb233f864f68ae8c65823a4e5efd 07:48:31 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:ac08b9f761f3d2aaa9d0e53424f53637a8ebcb233f864f68ae8c65823a4e5efd 07:48:31 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:ac08b9f761f3d2aaa9d0e53424f53637a8ebcb233f864f68ae8c65823a4e5efd 0.0s done 07:48:31 #5 CACHED 07:48:31 07:48:31 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:ac08b9f761f3d2aaa9d0e53424f53637a8ebcb233f864f68ae8c65823a4e5efd 07:48:31 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:ac08b9f761f3d2aaa9d0e53424f53637a8ebcb233f864f68ae8c65823a4e5efd 0.0s done 07:48:31 #6 CACHED 07:48:31 07:48:31 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 07:48:31 #7 DONE 0.0s 07:48:31 07:48:31 #8 exporting to image 07:48:31 #8 exporting layers done 07:48:31 #8 exporting manifest sha256:452a6f2960e6a7cbd41aed3fe18cf6df4f8666ece57c750ade225e075bb7cabc done 07:48:31 #8 exporting config sha256:3d351958c8a5532ff0e443a9d06bf4b53a3eb1af792c9689a55311f583337d7a done 07:48:31 #8 exporting manifest sha256:6de243c727808a5d8fa185e02109d58cc32165e43cbb266d431cff7244bab920 done 07:48:31 #8 exporting config sha256:4ceeea1863cb67c043b2eaef46fad2893bb9ffbfd43b64b4d604a28d25d5148b done 07:48:31 #8 exporting manifest list sha256:a78e507b52006b8344a8af7fc459a5ed3a1d47cfaa426ab0098bc7f8b2373568 done 07:48:31 #8 pushing layers 0.0s done 07:48:31 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:a78e507b52006b8344a8af7fc459a5ed3a1d47cfaa426ab0098bc7f8b2373568 0.1s done 07:48:31 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:31 #8 DONE 0.1s 07:48:31 07:48:31 1 warning found (use --debug to expand): 07:48:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.23 --push - 07:48:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.23' 07:48:31 #1 [internal] load build definition from Dockerfile 07:48:31 #1 transferring dockerfile: 174B done 07:48:31 #1 DONE 0.0s 07:48:31 07:48:31 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.23 07:48:31 #2 DONE 0.0s 07:48:31 07:48:31 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.23 07:48:31 #3 DONE 0.0s 07:48:31 07:48:31 #4 [internal] load .dockerignore 07:48:31 #4 transferring context: 2B done 07:48:31 #4 DONE 0.0s 07:48:31 07:48:31 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.23@sha256:ac08b9f761f3d2aaa9d0e53424f53637a8ebcb233f864f68ae8c65823a4e5efd 07:48:31 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.23@sha256:ac08b9f761f3d2aaa9d0e53424f53637a8ebcb233f864f68ae8c65823a4e5efd 0.0s done 07:48:31 #5 DONE 0.0s 07:48:31 07:48:31 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.23@sha256:ac08b9f761f3d2aaa9d0e53424f53637a8ebcb233f864f68ae8c65823a4e5efd 07:48:31 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.23@sha256:ac08b9f761f3d2aaa9d0e53424f53637a8ebcb233f864f68ae8c65823a4e5efd 0.0s done 07:48:31 #6 CACHED 07:48:31 07:48:31 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.23@sha256:ac08b9f761f3d2aaa9d0e53424f53637a8ebcb233f864f68ae8c65823a4e5efd 07:48:31 #5 CACHED 07:48:31 07:48:31 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 07:48:31 #7 DONE 0.0s 07:48:31 07:48:31 #8 exporting to image 07:48:31 #8 exporting layers done 07:48:31 #8 exporting manifest sha256:452a6f2960e6a7cbd41aed3fe18cf6df4f8666ece57c750ade225e075bb7cabc done 07:48:31 #8 exporting config sha256:3d351958c8a5532ff0e443a9d06bf4b53a3eb1af792c9689a55311f583337d7a done 07:48:31 #8 exporting manifest sha256:6de243c727808a5d8fa185e02109d58cc32165e43cbb266d431cff7244bab920 done 07:48:31 #8 exporting config sha256:4ceeea1863cb67c043b2eaef46fad2893bb9ffbfd43b64b4d604a28d25d5148b done 07:48:31 #8 exporting manifest list sha256:a78e507b52006b8344a8af7fc459a5ed3a1d47cfaa426ab0098bc7f8b2373568 done 07:48:31 #8 pushing layers 0.0s done 07:48:31 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.23@sha256:a78e507b52006b8344a8af7fc459a5ed3a1d47cfaa426ab0098bc7f8b2373568 0.1s done 07:48:31 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:31 #8 DONE 0.1s 07:48:31 07:48:31 1 warning found (use --debug to expand): 07:48:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 --push - 07:48:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23' 07:48:32 #1 [internal] load build definition from Dockerfile 07:48:32 #1 transferring dockerfile: 215B 0.0s done 07:48:32 #1 DONE 0.0s 07:48:32 07:48:32 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:48:32 #2 DONE 0.0s 07:48:32 07:48:32 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23 07:48:32 #3 DONE 0.0s 07:48:32 07:48:32 #4 [internal] load .dockerignore 07:48:32 #4 transferring context: 2B done 07:48:32 #4 DONE 0.0s 07:48:32 07:48:32 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:ac08b9f761f3d2aaa9d0e53424f53637a8ebcb233f864f68ae8c65823a4e5efd 07:48:32 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:ac08b9f761f3d2aaa9d0e53424f53637a8ebcb233f864f68ae8c65823a4e5efd 07:48:32 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:ac08b9f761f3d2aaa9d0e53424f53637a8ebcb233f864f68ae8c65823a4e5efd 0.0s done 07:48:32 #5 CACHED 07:48:32 07:48:32 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:ac08b9f761f3d2aaa9d0e53424f53637a8ebcb233f864f68ae8c65823a4e5efd 07:48:32 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:ac08b9f761f3d2aaa9d0e53424f53637a8ebcb233f864f68ae8c65823a4e5efd 0.0s done 07:48:32 #6 CACHED 07:48:32 07:48:32 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 07:48:32 #7 DONE 0.0s 07:48:32 07:48:32 #8 exporting to image 07:48:32 #8 exporting layers done 07:48:32 #8 exporting manifest sha256:452a6f2960e6a7cbd41aed3fe18cf6df4f8666ece57c750ade225e075bb7cabc done 07:48:32 #8 exporting config sha256:3d351958c8a5532ff0e443a9d06bf4b53a3eb1af792c9689a55311f583337d7a done 07:48:32 #8 exporting manifest sha256:6de243c727808a5d8fa185e02109d58cc32165e43cbb266d431cff7244bab920 done 07:48:32 #8 exporting config sha256:4ceeea1863cb67c043b2eaef46fad2893bb9ffbfd43b64b4d604a28d25d5148b done 07:48:32 #8 exporting manifest list sha256:a78e507b52006b8344a8af7fc459a5ed3a1d47cfaa426ab0098bc7f8b2373568 done 07:48:32 #8 pushing layers 0.0s done 07:48:32 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b-4.1.0-dev.23@sha256:a78e507b52006b8344a8af7fc459a5ed3a1d47cfaa426ab0098bc7f8b2373568 0.1s done 07:48:32 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:32 #8 DONE 0.1s 07:48:32 07:48:32 1 warning found (use --debug to expand): 07:48:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:48:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - 07:48:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' 07:48:32 #1 [internal] load build definition from Dockerfile 07:48:32 #1 transferring dockerfile: 166B done 07:48:32 #1 DONE 0.0s 07:48:32 07:48:32 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 07:48:32 #2 DONE 0.0s 07:48:32 07:48:32 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 07:48:32 #3 DONE 0.0s 07:48:32 07:48:32 #4 [internal] load .dockerignore 07:48:32 #4 transferring context: 2B done 07:48:32 #4 DONE 0.0s 07:48:32 07:48:32 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:ac08b9f761f3d2aaa9d0e53424f53637a8ebcb233f864f68ae8c65823a4e5efd 07:48:32 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:ac08b9f761f3d2aaa9d0e53424f53637a8ebcb233f864f68ae8c65823a4e5efd 0.0s done 07:48:32 #5 DONE 0.0s 07:48:32 07:48:32 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:ac08b9f761f3d2aaa9d0e53424f53637a8ebcb233f864f68ae8c65823a4e5efd 07:48:33 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:ac08b9f761f3d2aaa9d0e53424f53637a8ebcb233f864f68ae8c65823a4e5efd 0.0s done 07:48:33 #6 CACHED 07:48:33 07:48:33 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:ac08b9f761f3d2aaa9d0e53424f53637a8ebcb233f864f68ae8c65823a4e5efd 07:48:33 #5 CACHED 07:48:33 07:48:33 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 07:48:33 #7 DONE 0.0s 07:48:33 07:48:33 #8 exporting to image 07:48:33 #8 exporting layers done 07:48:33 #8 exporting manifest sha256:452a6f2960e6a7cbd41aed3fe18cf6df4f8666ece57c750ade225e075bb7cabc done 07:48:33 #8 exporting config sha256:3d351958c8a5532ff0e443a9d06bf4b53a3eb1af792c9689a55311f583337d7a done 07:48:33 #8 exporting manifest sha256:6de243c727808a5d8fa185e02109d58cc32165e43cbb266d431cff7244bab920 done 07:48:33 #8 exporting config sha256:4ceeea1863cb67c043b2eaef46fad2893bb9ffbfd43b64b4d604a28d25d5148b done 07:48:33 #8 exporting manifest list sha256:a78e507b52006b8344a8af7fc459a5ed3a1d47cfaa426ab0098bc7f8b2373568 done 07:48:33 #8 pushing layers 0.0s done 07:48:33 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:a78e507b52006b8344a8af7fc459a5ed3a1d47cfaa426ab0098bc7f8b2373568 0.1s done 07:48:33 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:48:33 #8 DONE 0.1s 07:48:33 07:48:33 1 warning found (use --debug to expand): 07:48:33  - 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 07:48:33 + '[' -d /w/workspace/edgex-go/851/archives ']' [Pipeline] libraryResource [Pipeline] sh 07:48:33 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:48:34 ---> package-listing.sh 07:48:34 ++ facter osfamily 07:48:34 ++ tr '[:upper:]' '[:lower:]' 07:48:34 + OS_FAMILY=redhat 07:48:34 + workspace=/w/workspace/edgex-go/851 07:48:34 + START_PACKAGES=/tmp/packages_start.txt 07:48:34 + END_PACKAGES=/tmp/packages_end.txt 07:48:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:48:34 + PACKAGES=/tmp/packages_start.txt 07:48:34 + '[' /w/workspace/edgex-go/851 ']' 07:48:34 + PACKAGES=/tmp/packages_end.txt 07:48:34 + case "${OS_FAMILY}" in 07:48:34 + rpm -qa 07:48:34 + sort 07:48:35 + '[' -f /tmp/packages_start.txt ']' 07:48:35 + '[' -f /tmp/packages_end.txt ']' 07:48:35 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:48:35 + '[' /w/workspace/edgex-go/851 ']' 07:48:35 + mkdir -p /w/workspace/edgex-go/851/archives/ 07:48:35 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/851/archives/ [Pipeline] echo 07:48:35 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/851/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:48:35 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:48:36 07:48:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:48:36 latest: Pulling from edgex-lftools-log-publisher 07:48:36 5eb5b503b376: Pulling fs layer 07:48:36 5c69ac0246d0: Pulling fs layer 07:48:36 ec43610c2a17: Pulling fs layer 07:48:36 3a2ae6a8a46f: Pulling fs layer 07:48:36 33b1e0a273af: Pulling fs layer 07:48:36 5d3b04190fa2: Pulling fs layer 07:48:36 2f39f015ded8: Pulling fs layer 07:48:36 33b1e0a273af: Waiting 07:48:36 5d3b04190fa2: Waiting 07:48:36 2f39f015ded8: Waiting 07:48:36 3a2ae6a8a46f: Waiting 07:48:36 5c69ac0246d0: Verifying Checksum 07:48:36 5c69ac0246d0: Download complete 07:48:36 3a2ae6a8a46f: Verifying Checksum 07:48:36 3a2ae6a8a46f: Download complete 07:48:36 33b1e0a273af: Verifying Checksum 07:48:36 33b1e0a273af: Download complete 07:48:36 5d3b04190fa2: Verifying Checksum 07:48:36 5d3b04190fa2: Download complete 07:48:36 ec43610c2a17: Verifying Checksum 07:48:36 ec43610c2a17: Download complete 07:48:36 5eb5b503b376: Verifying Checksum 07:48:36 5eb5b503b376: Download complete 07:48:37 2f39f015ded8: Verifying Checksum 07:48:37 2f39f015ded8: Download complete 07:48:38 5eb5b503b376: Pull complete 07:48:38 5c69ac0246d0: Pull complete 07:48:38 ec43610c2a17: Pull complete 07:48:38 3a2ae6a8a46f: Pull complete 07:48:38 33b1e0a273af: Pull complete 07:48:38 5d3b04190fa2: Pull complete 07:48:42 2f39f015ded8: Pull complete 07:48:42 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 07:48:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:48:42 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:48:43 prd-centos7-docker-4c-2g-3063 does not seem to be running inside a container 07:48:43 $ 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/851/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 07:48:46 $ docker top 643e15657738951ccc2a04147f05f5a31a7073e8fe225fa4c518644b477501c0 -eo pid,comm [Pipeline] { [Pipeline] sh 07:48:46 + touch /tmp/pre-build-complete [Pipeline] sh 07:48:47 + mkdir -p /var/log/sysstat [Pipeline] sh 07:48:47 + ls /var/log/sa-host 07:48:47 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:48:47 provisioning config files... 07:48:47 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config10807888438792845347tmp [Pipeline] { [Pipeline] echo 07:48:47 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:48:48 ---> create-netrc.sh [Pipeline] } 07:48:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 07:48:48 ---> python-tools-install.sh [Pipeline] echo 07:48:48 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:48:48 ---> sudo-logs.sh 07:48:48 Archiving 'sudo' log.. 07:48:48 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:48:48 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 07:48:48 $ docker stop --time=1 643e15657738951ccc2a04147f05f5a31a7073e8fe225fa4c518644b477501c0 07:48:49 $ docker rm -f --volumes 643e15657738951ccc2a04147f05f5a31a7073e8fe225fa4c518644b477501c0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 07:48:49 [WS-CLEANUP] Deleting project workspace... 07:48:49 [WS-CLEANUP] Deferred wipeout is used... 07:48:49 [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] } 08:01:19 #150 ... 08:01:19 08:01:19 #146 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 08:01:19 #146 DONE 975.4s 08:01:19 08:01:19 #138 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 08:01:19 #138 ... 08:01:19 08:01:19 #151 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 08:01:19 #151 DONE 0.2s 08:01:19 08:01:19 #152 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 08:01:19 #152 DONE 0.3s 08:01:19 08:01:19 #138 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 08:01:19 #138 ... 08:01:19 08:01:19 #153 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 08:01:19 #153 DONE 0.4s 08:01:19 08:01:19 #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 08:01:19 #154 DONE 0.2s 08:01:19 08:01:19 #155 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 08:01:19 #155 DONE 0.2s 08:01:19 08:01:19 #156 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:01:19 #156 DONE 1.8s 08:01:19 08:01:19 #107 [core-common-config-bootstrapper] exporting to image 08:01:19 #107 exporting layers 08:01:19 #107 exporting layers 0.8s done 08:01:19 #107 writing image sha256:563844ff75575571457dc4bdefcc29391e704d957d0646333cc769bd4c632691 done 08:01:19 #107 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 08:01:19 #107 DONE 5.5s 08:01:19 08:01:19 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 08:01:29 #47 ... 08:01:29 08:01:29 #150 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 08:01:29 #150 DONE 987.8s 08:01:29 08:01:29 #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 08:01:29 #132 ... 08:01:29 08:01:29 #157 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 08:01:29 #157 DONE 0.3s 08:01:29 08:01:29 #158 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 08:01:31 #158 DONE 2.0s 08:01:31 08:01:31 #159 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 08:01:32 #159 DONE 0.3s 08:01:32 08:01:32 #160 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 08:01:32 #160 DONE 0.2s 08:01:32 08:01:32 #161 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:01:32 #161 DONE 0.2s 08:01:32 08:01:32 #162 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 08:01:32 #162 DONE 0.1s 08:01:32 08:01:32 #118 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:01:32 #118 ... 08:01:32 08:01:32 #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/ 08:01:32 #163 DONE 0.1s 08:01:32 08:01:32 #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/ 08:01:32 #164 DONE 0.1s 08:01:32 08:01:32 #118 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:01:32 #118 ... 08:01:32 08:01:32 #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/ 08:01:32 #165 DONE 0.1s 08:01:32 08:01:32 #166 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:01:32 #166 DONE 0.1s 08:01:32 08:01:32 #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:01:33 #149 ... 08:01:33 08:01:33 #167 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 08:01:35 #167 DONE 2.3s 08:01:35 08:01:35 #107 [security-bootstrapper] exporting to image 08:01:35 #107 exporting layers 08:01:36 #107 exporting layers 1.3s done 08:01:36 #107 writing image sha256:91fd03f151f4369d0451b18ec5d89c1104374123b822e6244e3ae015d563f624 0.0s done 08:01:36 #107 naming to docker.io/library/security-bootstrapper-arm64 done 08:01:36 #107 DONE 6.8s 08:01:36 08:01:36 #81 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 08:14:29 #81 ... 08:14:29 08:14:29 #138 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 08:14:29 #138 DONE 1765.8s 08:14:29 08:14:29 #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 08:14:29 #132 ... 08:14:29 08:14:29 #168 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 08:14:29 #168 DONE 0.1s 08:14:29 08:14:29 #136 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:14:29 #136 ... 08:14:29 08:14:29 #169 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 08:14:29 #169 DONE 0.2s 08:14:29 08:14:29 #81 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 08:14:29 #81 ... 08:14:29 08:14:29 #170 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:14:29 #170 DONE 0.4s 08:14:29 08:14:29 #171 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 08:14:29 #171 DONE 0.1s 08:14:29 08:14:29 #107 [core-command] exporting to image 08:14:29 #107 exporting layers 08:14:29 #107 exporting layers 0.4s done 08:14:29 #107 writing image sha256:08ad11aef2a5473b5be294559bfe1005826771d6a3d4bd757e8249f9b9679e31 done 08:14:29 #107 naming to docker.io/library/core-command-arm64 done 08:14:29 #107 DONE 7.2s 08:14:29 08:14:29 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 08:14:47 #148 DONE 1784.2s 08:14:47 08:14:47 #147 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 08:14:47 #147 ... 08:14:47 08:14:47 #172 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 08:14:47 #172 DONE 0.3s 08:14:47 08:14:47 #173 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 08:14:47 #173 DONE 0.2s 08:14:47 08:14:47 #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:14:47 #149 1785.3 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:14:47 #149 ... 08:14:47 08:14:47 #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 08:14:47 #174 DONE 0.2s 08:14:47 08:14:47 #175 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 08:14:47 #175 DONE 0.1s 08:14:47 08:14:47 #176 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:14:47 #176 DONE 0.3s 08:14:47 08:14:47 #177 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 08:14:47 #177 DONE 0.1s 08:14:47 08:14:47 #178 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:14:49 #178 DONE 2.1s 08:14:49 08:14:49 #107 [security-proxy-setup] exporting to image 08:14:49 #107 exporting layers 08:14:50 #107 exporting layers 1.6s done 08:14:50 #107 writing image sha256:616a9736248ebab3ad16ef52c90639a43fddde3b7c18d6444edd39dbfc884d8f done 08:14:50 #107 naming to docker.io/library/security-proxy-setup-arm64 done 08:14:50 #107 DONE 8.8s 08:14:50 08:14:50 #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:15:12 #149 DONE 1811.4s 08:15:12 08:15:12 #81 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 08:15:12 #81 ... 08:15:12 08:15:12 #179 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 08:15:12 #179 DONE 0.2s 08:15:12 08:15:12 #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 08:15:13 #132 ... 08:15:13 08:15:13 #180 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 08:15:13 #180 DONE 0.3s 08:15:13 08:15:13 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 08:15:13 #46 ... 08:15:13 08:15:13 #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 08:15:13 #181 DONE 0.2s 08:15:13 08:15:13 #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 08:15:14 #182 DONE 0.2s 08:15:14 08:15:14 #183 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 08:15:14 #183 DONE 0.1s 08:15:14 08:15:14 #184 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:15:14 #184 DONE 0.3s 08:15:14 08:15:14 #118 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:15:14 #118 ... 08:15:14 08:15:14 #185 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:15:14 #185 DONE 0.3s 08:15:14 08:15:14 #186 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:15:14 #186 DONE 0.2s 08:15:14 08:15:14 #147 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 08:15:14 #147 ... 08:15:14 08:15:14 #187 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:15:16 #187 DONE 1.9s 08:15:16 08:15:16 #107 [security-secretstore-setup] exporting to image 08:15:16 #107 exporting layers 08:15:19 #107 exporting layers 1.8s done 08:15:19 #107 writing image sha256:e552dc83ce88ba536358209397498d07f530bab8c155fc87d36e7a7e302e5af3 done 08:15:19 #107 naming to docker.io/library/security-secretstore-setup-arm64 done 08:15:19 #107 DONE 10.6s 08:15:19 08:15:19 #136 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:16:15 #136 ... 08:16:15 08:16:15 #147 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 08:16:15 #147 DONE 1867.5s 08:16:15 08:16:15 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 08:16:15 #46 ... 08:16:15 08:16:15 #188 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 08:16:15 #188 DONE 0.1s 08:16:15 08:16:15 #189 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 08:16:15 #189 DONE 0.2s 08:16:15 08:16:15 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 08:16:15 #46 ... 08:16:15 08:16:15 #190 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 08:16:15 #190 DONE 0.5s 08:16:15 08:16:15 #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 08:16:15 #191 DONE 0.1s 08:16:15 08:16:15 #107 [security-spiffe-token-provider] exporting to image 08:16:15 #107 exporting layers 08:16:15 #107 exporting layers 1.0s done 08:16:15 #107 writing image sha256:58d2a04b9400bb3357f27ab1839804d1c54f15345c01c5c8cc31b1e427b6accb done 08:16:15 #107 naming to docker.io/library/security-spiffe-token-provider-arm64 done 08:16:15 #107 DONE 11.6s 08:16:15 08:16:15 #81 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 08:16:34 #81 ... 08:16:34 08:16:34 #137 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 08:16:34 #137 DONE 1902.4s 08:16:34 08:16:34 #136 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:16:34 #136 ... 08:16:34 08:16:34 #192 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 08:16:34 #192 DONE 0.2s 08:16:34 08:16:34 #193 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 08:16:34 #193 ... 08:16:34 08:16:34 #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 08:16:34 #145 DONE 1903.3s 08:16:34 08:16:34 #193 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 08:16:34 #193 DONE 0.3s 08:16:34 08:16:34 #81 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 08:16:34 #81 ... 08:16:34 08:16:34 #194 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 08:16:34 #194 DONE 0.2s 08:16:34 08:16:34 #195 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 08:16:34 #195 ... 08:16:34 08:16:34 #196 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 08:16:34 #196 DONE 0.1s 08:16:34 08:16:34 #197 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:16:35 #197 ... 08:16:35 08:16:35 #195 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 08:16:35 #195 DONE 0.7s 08:16:35 08:16:35 #198 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 08:16:35 #198 DONE 0.2s 08:16:35 08:16:35 #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 08:16:35 #132 ... 08:16:35 08:16:35 #197 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:16:35 #197 DONE 0.5s 08:16:35 08:16:35 #199 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 08:16:35 #199 DONE 0.2s 08:16:35 08:16:35 #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 08:16:35 #200 DONE 0.2s 08:16:35 08:16:35 #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 08:16:35 #132 ... 08:16:35 08:16:35 #107 [core-data] exporting to image 08:16:35 #107 exporting layers 08:16:36 #107 exporting layers 0.9s done 08:16:36 #107 writing image sha256:c80e81def034ee30bb445f4fe156e202ca38ce07dd040e75989b9550fe70ea74 done 08:16:36 #107 naming to docker.io/library/core-data-arm64 done 08:16:36 #107 DONE 12.5s 08:16:36 08:16:36 #201 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:16:38 #201 DONE 2.1s 08:16:38 08:16:38 #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 08:16:38 #132 DONE 1907.1s 08:16:38 08:16:38 #107 [security-proxy-auth] exporting to image 08:16:38 #107 ... 08:16:38 08:16:38 #202 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 08:16:38 #202 CACHED 08:16:38 08:16:38 #203 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 08:16:38 #203 CACHED 08:16:38 08:16:38 #107 [security-proxy-auth] exporting to image 08:16:38 #107 exporting layers 1.1s done 08:16:38 #107 writing image sha256:1d214d89f3d35f66b74eb8e21cdec69d5c80fbc77e44971047689984af5f289c done 08:16:38 #107 naming to docker.io/library/security-proxy-auth-arm64 done 08:16:38 #107 DONE 13.6s 08:16:38 08:16:38 #204 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:16:39 #204 DONE 0.4s 08:16:39 08:16:39 #205 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 08:16:39 #205 DONE 0.1s 08:16:39 08:16:39 #206 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 08:16:39 #206 DONE 0.1s 08:16:39 08:16:39 #107 [core-metadata] exporting to image 08:16:40 #107 exporting layers 0.5s done 08:16:40 #107 writing image sha256:b1479fa97ce5fce2e8a9577e388fa77f4f0e241c87c6459339a08de2b266afdf done 08:16:40 #107 naming to docker.io/library/core-metadata-arm64 done 08:16:40 #107 DONE 14.1s 08:16:40 08:16:40 #118 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:17:02 #118 DONE 1946.9s 08:17:02 08:17:02 #81 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 08:17:02 #81 ... 08:17:02 08:17:02 #207 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 08:17:02 #207 DONE 0.1s 08:17:02 08:17:02 #208 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 08:17:02 #208 DONE 0.1s 08:17:02 08:17:02 #136 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:17:02 #136 ... 08:17:02 08:17:02 #209 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:17:02 #209 DONE 0.6s 08:17:02 08:17:02 #210 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 08:17:02 #210 DONE 0.1s 08:17:02 08:17:02 #107 [support-scheduler] exporting to image 08:17:02 #107 exporting layers 08:17:03 #107 exporting layers 1.1s done 08:17:03 #107 writing image sha256:92b80bbb1edc80321ca9f38a7a3e7222c18bf66fef13a297a025aeb2b90eef33 done 08:17:03 #107 naming to docker.io/library/support-scheduler-arm64 done 08:17:03 #107 DONE 15.2s 08:17:03 08:17:03 #136 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:17:15 #136 DONE 1934.8s 08:17:15 08:17:15 #81 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 08:17:15 #81 ... 08:17:15 08:17:15 #211 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 08:17:15 #211 DONE 0.1s 08:17:15 08:17:15 #81 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 08:17:15 #81 ... 08:17:15 08:17:15 #212 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 08:17:15 #212 DONE 0.1s 08:17:15 08:17:15 #213 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:17:15 #213 DONE 0.4s 08:17:15 08:17:15 #81 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 08:17:15 #81 ... 08:17:15 08:17:15 #214 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 08:17:15 #214 DONE 0.1s 08:17:15 08:17:15 #107 [support-notifications] exporting to image 08:17:15 #107 exporting layers 08:17:17 #107 exporting layers 1.5s done 08:17:17 #107 writing image sha256:b70aa8f6b9345f00e0e5a8b2903947979b934c988e00c999ad5f556f7279acc7 done 08:17:17 #107 naming to docker.io/library/support-notifications-arm64 done 08:17:17 #107 DONE 16.7s 08:17:17 08:17:17 #81 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 13:37:14 Cancelling nested steps due to timeout 13:37:14 Sending interrupt signal to process [Pipeline] } 13:37:14 $ docker stop --time=1 e9f63f5baf06db060ae4a7346beddc59bced44e8e40f378e6954188fa7b3b93d 13:37:16 $ docker rm -f --volumes e9f63f5baf06db060ae4a7346beddc59bced44e8e40f378e6954188fa7b3b93d [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 13:37:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:37:17 13:37:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:37:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:37:17 arm64: Pulling from edgex-lftools-log-publisher 13:37:17 8998bd30e6a1: Pulling fs layer 13:37:17 04944245beec: Pulling fs layer 13:37:17 699f458cf7ca: Pulling fs layer 13:37:17 765212b225bb: Pulling fs layer 13:37:17 f23df028b6ca: Pulling fs layer 13:37:17 d65c8cfc05b1: Pulling fs layer 13:37:17 2437ff75d9bd: Pulling fs layer 13:37:17 f23df028b6ca: Waiting 13:37:17 d65c8cfc05b1: Waiting 13:37:17 2437ff75d9bd: Waiting 13:37:17 765212b225bb: Waiting 13:37:17 04944245beec: Verifying Checksum 13:37:17 04944245beec: Download complete 13:37:17 765212b225bb: Verifying Checksum 13:37:17 765212b225bb: Download complete 13:37:17 f23df028b6ca: Verifying Checksum 13:37:17 f23df028b6ca: Download complete 13:37:17 d65c8cfc05b1: Verifying Checksum 13:37:17 d65c8cfc05b1: Download complete 13:37:17 699f458cf7ca: Verifying Checksum 13:37:17 699f458cf7ca: Download complete 13:37:18 8998bd30e6a1: Verifying Checksum 13:37:18 8998bd30e6a1: Download complete 13:37:20 2437ff75d9bd: Verifying Checksum 13:37:20 2437ff75d9bd: Download complete 13:37:22 8998bd30e6a1: Pull complete 13:37:23 04944245beec: Pull complete 13:37:23 Cannot contact prd-ubuntu20.04-docker-arm64-4c-16g-3062: java.io.IOException: cannot find current thread 13:37:24 699f458cf7ca: Pull complete 13:37:24 765212b225bb: Pull complete 13:37:25 f23df028b6ca: Pull complete 13:37:26 d65c8cfc05b1: Pull complete 13:37:34 After 20s process did not stop 13:37:44 2437ff75d9bd: Pull complete 13:37:44 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 13:37:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:37:44 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:37:44 prd-ubuntu20.04-docker-arm64-4c-16g-3062 does not seem to be running inside a container 13:37:44 $ 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/851 -v /w/workspace/edgex-go/851:/w/workspace/edgex-go/851:rw,z -v /w/workspace/edgex-go/851@tmp:/w/workspace/edgex-go/851@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:arm64 cat 13:37:45 $ docker top 1962d0cc04bbadb3fe0d664d41802550de45ce8b81cefd562095197cffd40afa -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:37:47 ---> job-cost.sh 13:37:47 lf-activate-venv: SKIPPING 13:37:47 INFO: No Stack... 13:37:47 INFO: Retrieving Pricing Info for: v3-standard-4 13:37:48 INFO: Archiving Costs [Pipeline] sh 13:37:48 + cat /w/workspace/edgex-go/851/archives/cost.csv 13:37:48 + cut -d, -f6 [Pipeline] lock 13:37:48 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-851-stack-cost] 13:37:48 Resource [jenkins-edgexfoundry-edgex-go-main-851-stack-cost] did not exist. Created. 13:37:48 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-851-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 13:37:49 + echo total: 0.6600000262260437 [Pipeline] stash 13:37:50 Stashed 1 file(s) [Pipeline] } 13:37:50 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-851-stack-cost] [Pipeline] // lock [Pipeline] } 13:37:50 $ docker stop --time=1 1962d0cc04bbadb3fe0d664d41802550de45ce8b81cefd562095197cffd40afa 13:37:51 $ docker rm -f --volumes 1962d0cc04bbadb3fe0d664d41802550de45ce8b81cefd562095197cffd40afa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 13:37:51 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 13:37:52 + [ -d /w/workspace/edgex-go/851/archives ] [Pipeline] libraryResource [Pipeline] sh 13:37:53 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:37:53 ---> package-listing.sh 13:37:53 ++ facter osfamily 13:37:53 ++ tr '[:upper:]' '[:lower:]' 13:37:54 + OS_FAMILY=debian 13:37:54 + workspace=/w/workspace/edgex-go/851 13:37:54 + START_PACKAGES=/tmp/packages_start.txt 13:37:54 + END_PACKAGES=/tmp/packages_end.txt 13:37:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:37:54 + PACKAGES=/tmp/packages_start.txt 13:37:54 + '[' /w/workspace/edgex-go/851 ']' 13:37:54 + PACKAGES=/tmp/packages_end.txt 13:37:54 + case "${OS_FAMILY}" in 13:37:54 + dpkg -l 13:37:54 + grep '^ii' 13:37:54 + '[' -f /tmp/packages_start.txt ']' 13:37:54 + '[' -f /tmp/packages_end.txt ']' 13:37:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:37:54 + '[' /w/workspace/edgex-go/851 ']' 13:37:54 + mkdir -p /w/workspace/edgex-go/851/archives/ 13:37:54 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/851/archives/ [Pipeline] echo 13:37:54 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/851/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 13:37:54 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:37:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:37:54 13:37:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:37:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:37:55 latest: Pulling from edgex-lftools-log-publisher 13:37:55 5eb5b503b376: Pulling fs layer 13:37:55 5c69ac0246d0: Pulling fs layer 13:37:55 ec43610c2a17: Pulling fs layer 13:37:55 3a2ae6a8a46f: Pulling fs layer 13:37:55 33b1e0a273af: Pulling fs layer 13:37:55 5d3b04190fa2: Pulling fs layer 13:37:55 2f39f015ded8: Pulling fs layer 13:37:55 33b1e0a273af: Waiting 13:37:55 5d3b04190fa2: Waiting 13:37:55 2f39f015ded8: Waiting 13:37:55 3a2ae6a8a46f: Waiting 13:37:55 5c69ac0246d0: Download complete 13:37:55 3a2ae6a8a46f: Download complete 13:37:55 33b1e0a273af: Verifying Checksum 13:37:55 33b1e0a273af: Download complete 13:37:55 5d3b04190fa2: Verifying Checksum 13:37:55 5d3b04190fa2: Download complete 13:37:55 ec43610c2a17: Verifying Checksum 13:37:55 ec43610c2a17: Download complete 13:37:55 5eb5b503b376: Verifying Checksum 13:37:55 5eb5b503b376: Download complete 13:37:56 2f39f015ded8: Download complete 13:37:56 5eb5b503b376: Pull complete 13:37:56 5c69ac0246d0: Pull complete 13:37:57 ec43610c2a17: Pull complete 13:37:57 3a2ae6a8a46f: Pull complete 13:37:57 33b1e0a273af: Pull complete 13:37:57 5d3b04190fa2: Pull complete 13:38:01 2f39f015ded8: Pull complete 13:38:01 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 13:38:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:38:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:38:01 prd-ubuntu20.04-docker-8c-8g-3061 does not seem to be running inside a container 13:38:01 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/851/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/851 -v /w/workspace/edgex-go/851:/w/workspace/edgex-go/851:rw,z -v /w/workspace/edgex-go/851@tmp:/w/workspace/edgex-go/851@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 13:38:03 $ docker top 9909cf4410587beacc35eaa84f5040186a09d3a54d87237d32517e9d9092e6db -eo pid,comm [Pipeline] { [Pipeline] sh 13:38:03 + touch /tmp/pre-build-complete [Pipeline] sh 13:38:03 + mkdir -p /var/log/sysstat [Pipeline] sh 13:38:04 + ls /var/log/sa-host 13:38:04 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:38:04 provisioning config files... 13:38:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/851@tmp/config252818029856491502tmp [Pipeline] { [Pipeline] echo 13:38:04 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:38:04 ---> create-netrc.sh [Pipeline] } 13:38:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 13:38:04 ---> python-tools-install.sh [Pipeline] echo 13:38:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 13:38:05 ---> sudo-logs.sh 13:38:05 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 13:38:05 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 13:38:05 ---> job-cost.sh 13:38:05 lf-activate-venv: SKIPPING 13:38:05 DEBUG: total: 0.6600000262260437 13:38:05 INFO: Retrieving Stack Cost... 13:38:05 INFO: Retrieving Pricing Info for: v3-standard-8 13:38:05 INFO: Archiving Costs [Pipeline] echo 13:38:05 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:38:06 ---> logs-deploy.sh 13:38:06 lf-activate-venv: SKIPPING 13:38:06 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/851 13:38:06 INFO: archiving workspace using pattern(s): 13:38:07 Archives upload complete. 13:38:07 INFO: archiving logs to Nexus 13:38:08 ---> uname -a: 13:38:08 Linux prd-ubuntu20-04-docker-8c-8g-3061 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 13:38:08 13:38:08 13:38:08 ---> lscpu: 13:38:08 Architecture: x86_64 13:38:08 CPU op-mode(s): 32-bit, 64-bit 13:38:08 Byte Order: Little Endian 13:38:08 Address sizes: 40 bits physical, 48 bits virtual 13:38:08 CPU(s): 8 13:38:08 On-line CPU(s) list: 0-7 13:38:08 Thread(s) per core: 1 13:38:08 Core(s) per socket: 1 13:38:08 Socket(s): 8 13:38:08 NUMA node(s): 1 13:38:08 Vendor ID: AuthenticAMD 13:38:08 CPU family: 23 13:38:08 Model: 49 13:38:08 Model name: AMD EPYC-Rome Processor 13:38:08 Stepping: 0 13:38:08 CPU MHz: 2799.998 13:38:08 BogoMIPS: 5599.99 13:38:08 Virtualization: AMD-V 13:38:08 Hypervisor vendor: KVM 13:38:08 Virtualization type: full 13:38:08 L1d cache: 256 KiB 13:38:08 L1i cache: 256 KiB 13:38:08 L2 cache: 4 MiB 13:38:08 L3 cache: 128 MiB 13:38:08 NUMA node0 CPU(s): 0-7 13:38:08 Vulnerability Itlb multihit: Not affected 13:38:08 Vulnerability L1tf: Not affected 13:38:08 Vulnerability Mds: Not affected 13:38:08 Vulnerability Meltdown: Not affected 13:38:08 Vulnerability Mmio stale data: Not affected 13:38:08 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 13:38:08 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 13:38:08 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 13:38:08 Vulnerability Srbds: Not affected 13:38:08 Vulnerability Tsx async abort: Not affected 13:38:08 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 13:38:08 13:38:08 13:38:08 ---> nproc: 13:38:08 8 13:38:08 13:38:08 13:38:08 ---> df -h: 13:38:08 Filesystem Size Used Avail Use% Mounted on 13:38:08 overlay 155G 30G 126G 19% / 13:38:08 tmpfs 64M 0 64M 0% /dev 13:38:08 tmpfs 16G 0 16G 0% /sys/fs/cgroup 13:38:08 shm 64M 0 64M 0% /dev/shm 13:38:08 /dev/vda1 155G 30G 126G 19% /facter-os 13:38:08 13:38:08 13:38:08 ---> sar -b -r -n DEV: 13:38:08 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3061) 06/10/25 _x86_64_ (8 CPU) 13:38:08 13:38:08 07:36:30 LINUX RESTART (8 CPU) 13:38:08 13:38:08 07:37:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 13:38:08 07:38:01 376.09 15.46 360.63 0.00 1965.63 65116.42 0.00 13:38:08 07:39:01 117.08 0.63 116.45 0.00 17.86 42095.78 0.00 13:38:08 07:40:01 40.70 0.03 40.67 0.00 0.27 27110.98 0.00 13:38:08 07:41:01 52.84 0.18 52.66 0.00 3.20 43959.21 0.00 13:38:08 07:42:01 992.67 22.17 970.50 0.00 2819.52 301077.59 0.00 13:38:08 07:43:01 434.72 1.07 433.66 0.00 8.53 192615.66 0.00 13:38:08 07:44:01 430.21 0.03 430.17 0.00 0.27 132388.40 0.00 13:38:08 07:45:01 698.03 0.05 697.98 0.00 8.27 155772.84 0.00 13:38:08 07:46:01 39.94 0.07 39.88 0.00 9.20 1031.56 0.00 13:38:08 07:47:01 24.76 0.02 24.74 0.00 1.73 588.20 0.00 13:38:08 07:48:01 1.67 0.00 1.67 0.00 0.00 17.73 0.00 13:38:08 07:49:01 0.92 0.00 0.92 0.00 0.00 11.46 0.00 13:38:08 07:50:01 1.27 0.00 1.27 0.00 0.00 14.26 0.00 13:38:08 07:51:01 1.33 0.00 1.33 0.00 0.00 15.73 0.00 13:38:08 07:52:01 2.45 0.02 2.43 0.00 0.13 30.00 0.00 13:38:08 07:53:01 2.07 0.00 2.07 0.00 0.00 23.86 0.00 13:38:08 07:54:01 1.43 0.00 1.43 0.00 0.00 15.60 0.00 13:38:08 07:55:01 1.98 0.00 1.98 0.00 0.00 22.53 0.00 13:38:08 07:56:01 1.33 0.00 1.33 0.00 0.00 15.06 0.00 13:38:08 07:57:01 2.12 0.00 2.12 0.00 0.00 24.13 0.00 13:38:08 07:58:01 1.47 0.00 1.47 0.00 0.00 16.26 0.00 13:38:08 07:59:01 1.90 0.00 1.90 0.00 0.00 22.26 0.00 13:38:08 08:00:01 1.45 0.00 1.45 0.00 0.00 16.53 0.00 13:38:08 08:01:01 0.95 0.00 0.95 0.00 0.00 11.86 0.00 13:38:08 08:02:01 1.72 0.00 1.72 0.00 0.00 19.73 0.00 13:38:08 08:03:01 2.08 0.00 2.08 0.00 0.00 23.46 0.00 13:38:08 08:04:01 1.52 0.30 1.22 0.00 10.00 14.13 0.00 13:38:08 08:05:01 2.83 1.22 1.62 0.00 25.46 20.93 0.00 13:38:08 08:06:01 1.07 0.00 1.07 0.00 0.00 12.40 0.00 13:38:08 08:07:01 1.73 0.00 1.73 0.00 0.00 20.79 0.00 13:38:08 08:08:01 1.05 0.00 1.05 0.00 0.00 12.00 0.00 13:38:08 08:09:01 1.42 0.00 1.42 0.00 0.00 16.66 0.00 13:38:08 08:10:01 1.08 0.00 1.08 0.00 0.00 12.66 0.00 13:38:08 08:11:01 0.95 0.00 0.95 0.00 0.00 11.33 0.00 13:38:08 08:12:01 1.40 0.00 1.40 0.00 0.00 16.40 0.00 13:38:08 08:13:01 1.08 0.00 1.08 0.00 0.00 14.26 0.00 13:38:08 08:14:01 1.05 0.00 1.05 0.00 0.00 11.33 0.00 13:38:08 08:15:01 0.90 0.00 0.90 0.00 0.00 12.13 0.00 13:38:08 08:16:01 1.27 0.00 1.27 0.00 0.00 14.13 0.00 13:38:08 08:17:01 1.38 0.02 1.37 0.00 0.13 16.93 0.00 13:38:08 08:18:02 1.43 0.00 1.43 0.00 0.00 17.33 0.00 13:38:08 08:19:01 1.24 0.00 1.24 0.00 0.00 15.86 0.00 13:38:08 08:20:01 1.25 0.00 1.25 0.00 0.00 14.53 0.00 13:38:08 08:21:01 0.95 0.00 0.95 0.00 0.00 12.26 0.00 13:38:08 08:22:01 1.30 0.00 1.30 0.00 0.00 14.53 0.00 13:38:08 08:23:01 1.12 0.00 1.12 0.00 0.00 14.80 0.00 13:38:08 08:24:01 1.35 0.00 1.35 0.00 0.00 14.53 0.00 13:38:08 08:25:01 1.72 0.00 1.72 0.00 0.00 19.73 0.00 13:38:08 08:26:01 1.07 0.00 1.07 0.00 0.00 11.60 0.00 13:38:08 08:27:01 1.68 0.00 1.68 0.00 0.00 19.33 0.00 13:38:08 08:28:01 1.02 0.00 1.02 0.00 0.00 13.06 0.00 13:38:08 08:29:01 0.95 0.00 0.95 0.00 0.00 12.53 0.00 13:38:08 08:30:01 1.25 0.00 1.25 0.00 0.00 14.00 0.00 13:38:08 08:31:01 1.75 0.00 1.75 0.00 0.00 19.33 0.00 13:38:08 08:32:01 1.12 0.00 1.12 0.00 0.00 12.93 0.00 13:38:08 08:33:01 1.53 0.00 1.53 0.00 0.00 18.79 0.00 13:38:08 08:34:01 1.15 0.00 1.15 0.00 0.00 13.33 0.00 13:38:08 08:35:01 1.60 0.00 1.60 0.00 0.00 19.60 0.00 13:38:08 08:36:01 0.98 0.00 0.98 0.00 0.00 11.46 0.00 13:38:08 08:37:01 1.55 0.00 1.55 0.00 0.00 18.80 0.00 13:38:08 08:38:01 1.03 0.00 1.03 0.00 0.00 12.40 0.00 13:38:08 08:39:01 1.47 0.00 1.47 0.00 0.00 17.73 0.00 13:38:08 08:40:01 1.52 0.00 1.52 0.00 0.00 16.40 0.00 13:38:08 08:41:01 1.85 0.00 1.85 0.00 0.00 21.19 0.00 13:38:08 08:42:01 1.12 0.00 1.12 0.00 0.00 12.93 0.00 13:38:08 08:43:01 1.83 0.00 1.83 0.00 0.00 21.73 0.00 13:38:08 08:44:01 1.07 0.00 1.07 0.00 0.00 11.86 0.00 13:38:08 08:45:01 1.57 0.00 1.57 0.00 0.00 19.06 0.00 13:38:08 08:46:01 0.97 0.00 0.97 0.00 0.00 10.40 0.00 13:38:08 08:47:01 1.85 0.00 1.85 0.00 0.00 21.33 0.00 13:38:08 08:48:01 1.12 0.00 1.12 0.00 0.00 12.80 0.00 13:38:08 08:49:01 1.60 0.00 1.60 0.00 0.00 19.46 0.00 13:38:08 08:50:01 0.93 0.00 0.93 0.00 0.00 10.80 0.00 13:38:08 08:51:01 1.40 0.00 1.40 0.00 0.00 16.93 0.00 13:38:08 08:52:01 1.07 0.00 1.07 0.00 0.00 12.26 0.00 13:38:08 08:53:01 1.57 0.00 1.57 0.00 0.00 17.86 0.00 13:38:08 08:54:01 1.05 0.00 1.05 0.00 0.00 13.06 0.00 13:38:08 08:55:01 1.25 0.00 1.25 0.00 0.00 15.46 0.00 13:38:08 08:56:01 1.13 0.00 1.13 0.00 0.00 12.93 0.00 13:38:08 08:57:01 1.13 0.00 1.13 0.00 0.00 14.13 0.00 13:38:08 08:58:01 1.20 0.00 1.20 0.00 0.00 14.80 0.00 13:38:08 08:59:01 0.93 0.00 0.93 0.00 0.00 11.86 0.00 13:38:08 09:00:01 1.27 0.00 1.27 0.00 0.00 14.40 0.00 13:38:08 09:01:01 1.53 0.00 1.53 0.00 0.00 18.13 0.00 13:38:08 09:02:01 0.93 0.00 0.93 0.00 0.00 10.53 0.00 13:38:08 09:03:01 1.82 0.00 1.82 0.00 0.00 22.00 0.00 13:38:08 09:04:01 1.07 0.00 1.07 0.00 0.00 12.26 0.00 13:38:08 09:05:01 1.42 0.00 1.42 0.00 0.00 17.59 0.00 13:38:08 09:06:01 1.05 0.00 1.05 0.00 0.00 12.00 0.00 13:38:08 09:07:01 1.55 0.00 1.55 0.00 0.00 19.06 0.00 13:38:08 09:08:01 1.30 0.00 1.30 0.00 0.00 15.46 0.00 13:38:08 09:09:01 1.57 0.00 1.57 0.00 0.00 18.66 0.00 13:38:08 09:10:01 1.05 0.00 1.05 0.00 0.00 11.46 0.00 13:38:08 09:11:01 1.38 0.00 1.38 0.00 0.00 16.66 0.00 13:38:08 09:12:01 1.05 0.00 1.05 0.00 0.00 11.86 0.00 13:38:08 09:13:01 1.53 0.00 1.53 0.00 0.00 18.53 0.00 13:38:08 09:14:01 1.18 0.00 1.18 0.00 0.00 12.80 0.00 13:38:08 09:15:01 0.93 0.00 0.93 0.00 0.00 12.00 0.00 13:38:08 09:16:01 1.27 0.00 1.27 0.00 0.00 14.13 0.00 13:38:08 09:17:01 1.48 0.00 1.48 0.00 0.00 17.46 0.00 13:38:08 09:18:01 1.32 0.00 1.32 0.00 0.00 14.80 0.00 13:38:08 09:19:01 1.65 0.00 1.65 0.00 0.00 19.33 0.00 13:38:08 09:20:01 0.97 0.00 0.97 0.00 0.00 10.66 0.00 13:38:08 09:21:01 1.47 0.00 1.47 0.00 0.00 17.59 0.00 13:38:08 09:22:01 1.13 0.00 1.13 0.00 0.00 12.93 0.00 13:38:08 09:23:01 1.80 0.00 1.80 0.00 0.00 21.33 0.00 13:38:08 09:24:01 1.22 0.00 1.22 0.00 0.00 13.60 0.00 13:38:08 09:25:01 1.55 0.00 1.55 0.00 0.00 18.13 0.00 13:38:08 09:26:01 1.23 0.00 1.23 0.00 0.00 14.40 0.00 13:38:08 09:27:01 1.55 0.00 1.55 0.00 0.00 18.13 0.00 13:38:08 09:28:01 1.17 0.00 1.17 0.00 0.00 13.33 0.00 13:38:08 09:29:01 1.48 0.00 1.48 0.00 0.00 17.73 0.00 13:38:08 09:30:01 1.08 0.00 1.08 0.00 0.00 11.73 0.00 13:38:08 09:31:01 1.53 0.00 1.53 0.00 0.00 18.66 0.00 13:38:08 09:32:01 0.98 0.00 0.98 0.00 0.00 10.80 0.00 13:38:08 09:33:01 1.33 0.00 1.33 0.00 0.00 16.40 0.00 13:38:08 09:34:01 1.13 0.00 1.13 0.00 0.00 13.46 0.00 13:38:08 09:35:01 1.42 0.00 1.42 0.00 0.00 16.80 0.00 13:38:08 09:36:01 1.13 0.00 1.13 0.00 0.00 12.40 0.00 13:38:08 09:37:02 0.97 0.00 0.97 0.00 0.00 12.80 0.00 13:38:08 09:38:01 1.29 0.00 1.29 0.00 0.00 14.23 0.00 13:38:08 09:39:01 1.10 0.00 1.10 0.00 0.00 13.86 0.00 13:38:08 09:40:01 1.28 0.00 1.28 0.00 0.00 14.53 0.00 13:38:08 09:41:01 1.65 0.00 1.65 0.00 0.00 19.46 0.00 13:38:08 09:42:01 1.03 0.00 1.03 0.00 0.00 12.53 0.00 13:38:08 09:43:01 1.20 0.00 1.20 0.00 0.00 13.86 0.00 13:38:08 09:44:01 1.27 0.00 1.27 0.00 0.00 15.33 0.00 13:38:08 09:45:01 0.93 0.00 0.93 0.00 0.00 11.73 0.00 13:38:08 09:46:01 1.25 0.00 1.25 0.00 0.00 14.40 0.00 13:38:08 09:47:01 1.03 0.00 1.03 0.00 0.00 13.46 0.00 13:38:08 09:48:01 1.32 0.00 1.32 0.00 0.00 14.53 0.00 13:38:08 09:49:01 1.47 0.00 1.47 0.00 0.00 17.46 0.00 13:38:08 09:50:01 1.37 0.00 1.37 0.00 0.00 16.13 0.00 13:38:08 09:51:01 0.98 0.00 0.98 0.00 0.00 12.40 0.00 13:38:08 09:52:01 1.35 0.00 1.35 0.00 0.00 15.06 0.00 13:38:08 09:53:01 1.02 0.00 1.02 0.00 0.00 12.80 0.00 13:38:08 09:54:01 1.40 0.00 1.40 0.00 0.00 17.46 0.00 13:38:08 09:55:01 1.03 0.00 1.03 0.00 0.00 12.00 0.00 13:38:08 09:56:01 1.30 0.00 1.30 0.00 0.00 14.66 0.00 13:38:08 09:57:01 1.13 0.00 1.13 0.00 0.00 14.26 0.00 13:38:08 09:58:01 1.25 0.00 1.25 0.00 0.00 14.26 0.00 13:38:08 09:59:01 1.47 0.00 1.47 0.00 0.00 18.40 0.00 13:38:08 10:00:01 1.27 0.00 1.27 0.00 0.00 13.73 0.00 13:38:08 10:01:01 0.98 0.00 0.98 0.00 0.00 12.66 0.00 13:38:08 10:02:01 1.33 0.00 1.33 0.00 0.00 15.19 0.00 13:38:08 10:03:01 1.05 0.00 1.05 0.00 0.00 12.93 0.00 13:38:08 10:04:01 1.50 0.00 1.50 0.00 0.00 17.20 0.00 13:38:08 10:05:01 1.05 0.00 1.05 0.00 0.00 12.93 0.00 13:38:08 10:06:01 1.40 0.00 1.40 0.00 0.00 16.53 0.00 13:38:08 10:07:01 1.08 0.00 1.08 0.00 0.00 14.13 0.00 13:38:08 10:08:01 1.28 0.00 1.28 0.00 0.00 14.53 0.00 13:38:08 10:09:01 1.15 0.00 1.15 0.00 0.00 14.66 0.00 13:38:08 10:10:01 1.43 0.00 1.43 0.00 0.00 15.60 0.00 13:38:08 10:11:01 1.47 0.00 1.47 0.00 0.00 17.46 0.00 13:38:08 10:12:01 1.08 0.00 1.08 0.00 0.00 11.86 0.00 13:38:08 10:13:01 1.03 0.00 1.03 0.00 0.00 13.47 0.00 13:38:08 10:14:01 1.37 0.00 1.37 0.00 0.00 15.99 0.00 13:38:08 10:15:01 1.57 0.00 1.57 0.00 0.00 18.13 0.00 13:38:08 10:16:01 1.07 0.00 1.07 0.00 0.00 12.26 0.00 13:38:08 10:17:01 1.57 0.00 1.57 0.00 0.00 18.66 0.00 13:38:08 10:18:01 1.43 0.00 1.43 0.00 0.00 14.93 0.00 13:38:08 10:19:01 1.53 0.00 1.53 0.00 0.00 18.66 0.00 13:38:08 10:20:01 1.10 0.00 1.10 0.00 0.00 11.60 0.00 13:38:08 10:21:01 1.77 0.00 1.77 0.00 0.00 20.13 0.00 13:38:08 10:22:01 1.02 0.00 1.02 0.00 0.00 11.86 0.00 13:38:08 10:23:01 1.75 0.00 1.75 0.00 0.00 20.26 0.00 13:38:08 10:24:01 1.22 0.00 1.22 0.00 0.00 13.73 0.00 13:38:08 10:25:01 1.80 0.00 1.80 0.00 0.00 20.80 0.00 13:38:08 10:26:01 1.37 0.00 1.37 0.00 0.00 14.80 0.00 13:38:08 10:27:01 1.02 0.00 1.02 0.00 0.00 12.26 0.00 13:38:08 10:28:01 1.33 0.00 1.33 0.00 0.00 15.20 0.00 13:38:08 10:29:01 1.97 0.02 1.95 0.00 1.20 22.53 0.00 13:38:08 10:30:01 1.28 0.00 1.28 0.00 0.00 14.26 0.00 13:38:08 10:31:01 2.10 0.00 2.10 0.00 0.00 24.26 0.00 13:38:08 10:32:01 1.50 0.00 1.50 0.00 0.00 16.13 0.00 13:38:08 10:33:01 1.93 0.00 1.93 0.00 0.00 22.00 0.00 13:38:08 10:34:01 3.42 0.63 2.78 0.00 70.52 31.99 0.00 13:38:08 10:35:01 1.82 0.00 1.82 0.00 0.00 20.80 0.00 13:38:08 10:36:01 1.12 0.00 1.12 0.00 0.00 12.13 0.00 13:38:08 10:37:01 1.88 0.00 1.88 0.00 0.00 21.60 0.00 13:38:08 10:38:01 1.22 0.00 1.22 0.00 0.00 13.60 0.00 13:38:08 10:39:01 1.70 0.00 1.70 0.00 0.00 20.66 0.00 13:38:08 10:40:01 1.17 0.00 1.17 0.00 0.00 12.26 0.00 13:38:08 10:41:01 1.10 0.00 1.10 0.00 0.00 13.33 0.00 13:38:08 10:42:01 1.28 0.00 1.28 0.00 0.00 14.40 0.00 13:38:08 10:43:01 1.00 0.00 1.00 0.00 0.00 12.26 0.00 13:38:08 10:44:01 1.52 0.00 1.52 0.00 0.00 17.46 0.00 13:38:08 10:45:01 1.73 0.00 1.73 0.00 0.00 19.20 0.00 13:38:08 10:46:01 1.08 0.00 1.08 0.00 0.00 12.00 0.00 13:38:08 10:47:01 1.67 0.00 1.67 0.00 0.00 19.60 0.00 13:38:08 10:48:01 1.17 0.00 1.17 0.00 0.00 13.33 0.00 13:38:08 10:49:01 1.88 0.00 1.88 0.00 0.00 23.06 0.00 13:38:08 10:50:01 1.22 0.00 1.22 0.00 0.00 12.93 0.00 13:38:08 10:51:01 1.78 0.00 1.78 0.00 0.00 20.40 0.00 13:38:08 10:52:01 1.10 0.00 1.10 0.00 0.00 11.86 0.00 13:38:08 10:53:01 1.78 0.00 1.78 0.00 0.00 21.06 0.00 13:38:08 10:54:01 1.25 0.00 1.25 0.00 0.00 14.13 0.00 13:38:08 10:55:01 1.58 0.00 1.58 0.00 0.00 17.86 0.00 13:38:08 10:56:01 1.12 0.00 1.12 0.00 0.00 12.13 0.00 13:38:08 10:57:01 1.62 0.00 1.62 0.00 0.00 18.40 0.00 13:38:08 10:58:01 1.22 0.00 1.22 0.00 0.00 13.33 0.00 13:38:08 10:59:01 1.62 0.00 1.62 0.00 0.00 19.60 0.00 13:38:08 11:00:01 1.18 0.00 1.18 0.00 0.00 12.40 0.00 13:38:08 11:01:01 1.10 0.00 1.10 0.00 0.00 13.06 0.00 13:38:08 11:02:01 1.40 0.00 1.40 0.00 0.00 15.73 0.00 13:38:08 11:03:01 1.22 0.00 1.22 0.00 0.00 14.40 0.00 13:38:08 11:04:01 1.37 0.00 1.37 0.00 0.00 16.66 0.00 13:38:08 11:05:02 1.33 0.00 1.33 0.00 0.00 15.33 0.00 13:38:08 11:06:01 1.34 0.00 1.34 0.00 0.00 16.40 0.00 13:38:08 11:07:01 1.37 0.00 1.37 0.00 0.00 15.06 0.00 13:38:08 11:08:01 1.38 0.00 1.38 0.00 0.00 15.73 0.00 13:38:08 11:09:01 1.05 0.00 1.05 0.00 0.00 13.06 0.00 13:38:08 11:10:01 1.48 0.00 1.48 0.00 0.00 16.66 0.00 13:38:08 11:11:01 1.10 0.00 1.10 0.00 0.00 12.93 0.00 13:38:08 11:12:01 1.38 0.00 1.38 0.00 0.00 15.73 0.00 13:38:08 11:13:01 1.00 0.00 1.00 0.00 0.00 12.13 0.00 13:38:08 11:14:01 1.45 0.00 1.45 0.00 0.00 16.26 0.00 13:38:08 11:15:01 1.50 0.00 1.50 0.00 0.00 17.33 0.00 13:38:08 11:16:01 1.10 0.00 1.10 0.00 0.00 13.20 0.00 13:38:08 11:17:01 1.13 0.00 1.13 0.00 0.00 12.93 0.00 13:38:08 11:18:01 1.75 0.00 1.75 0.00 0.00 18.93 0.00 13:38:08 11:19:01 1.08 0.00 1.08 0.00 0.00 14.00 0.00 13:38:08 11:20:01 1.67 0.00 1.67 0.00 0.00 18.66 0.00 13:38:08 11:21:01 1.13 0.00 1.13 0.00 0.00 13.86 0.00 13:38:08 11:22:01 1.37 0.00 1.37 0.00 0.00 14.93 0.00 13:38:08 11:23:01 1.02 0.00 1.02 0.00 0.00 13.33 0.00 13:38:08 11:24:01 1.47 0.00 1.47 0.00 0.00 15.60 0.00 13:38:08 11:25:01 1.77 0.00 1.77 0.00 0.00 20.79 0.00 13:38:08 11:26:01 1.10 0.00 1.10 0.00 0.00 12.13 0.00 13:38:08 11:27:01 1.12 0.00 1.12 0.00 0.00 12.80 0.00 13:38:08 11:28:01 1.35 0.00 1.35 0.00 0.00 15.73 0.00 13:38:08 11:29:01 1.13 0.00 1.13 0.00 0.00 13.33 0.00 13:38:08 11:30:01 1.55 0.00 1.55 0.00 0.00 18.13 0.00 13:38:08 11:31:01 1.07 0.00 1.07 0.00 0.00 12.79 0.00 13:38:08 11:32:01 1.37 0.00 1.37 0.00 0.00 14.93 0.00 13:38:08 11:33:01 1.05 0.00 1.05 0.00 0.00 12.66 0.00 13:38:08 11:34:01 1.30 0.00 1.30 0.00 0.00 14.53 0.00 13:38:08 11:35:01 1.57 0.00 1.57 0.00 0.00 19.72 0.00 13:38:08 11:36:01 1.42 0.00 1.42 0.00 0.00 15.99 0.00 13:38:08 11:37:01 1.65 0.00 1.65 0.00 0.00 19.20 0.00 13:38:08 11:38:01 1.22 0.00 1.22 0.00 0.00 13.86 0.00 13:38:08 11:39:01 1.00 0.00 1.00 0.00 0.00 12.13 0.00 13:38:08 11:40:01 1.47 0.00 1.47 0.00 0.00 16.66 0.00 13:38:08 11:41:01 1.15 0.00 1.15 0.00 0.00 14.66 0.00 13:38:08 11:42:01 1.40 0.00 1.40 0.00 0.00 15.19 0.00 13:38:08 11:43:01 1.25 0.00 1.25 0.00 0.00 14.93 0.00 13:38:08 11:44:01 1.40 0.00 1.40 0.00 0.00 15.99 0.00 13:38:08 11:45:01 1.75 0.00 1.75 0.00 0.00 21.33 0.00 13:38:08 11:46:01 1.28 0.00 1.28 0.00 0.00 14.00 0.00 13:38:08 11:47:01 1.07 0.00 1.07 0.00 0.00 12.53 0.00 13:38:08 11:48:01 1.47 0.00 1.47 0.00 0.00 17.33 0.00 13:38:08 11:49:01 1.05 0.00 1.05 0.00 0.00 12.26 0.00 13:38:08 11:50:01 1.47 0.00 1.47 0.00 0.00 16.80 0.00 13:38:08 11:51:01 1.02 0.00 1.02 0.00 0.00 12.93 0.00 13:38:08 11:52:01 1.32 0.00 1.32 0.00 0.00 14.53 0.00 13:38:08 11:53:01 1.25 0.00 1.25 0.00 0.00 15.46 0.00 13:38:08 11:54:01 1.37 0.00 1.37 0.00 0.00 15.46 0.00 13:38:08 11:55:01 1.28 0.00 1.28 0.00 0.00 15.06 0.00 13:38:08 11:56:01 1.48 0.00 1.48 0.00 0.00 17.06 0.00 13:38:08 11:57:01 1.67 0.00 1.67 0.00 0.00 19.73 0.00 13:38:08 11:58:01 1.13 0.00 1.13 0.00 0.00 12.66 0.00 13:38:08 11:59:01 1.02 0.00 1.02 0.00 0.00 11.86 0.00 13:38:08 12:00:01 1.53 0.00 1.53 0.00 0.00 17.72 0.00 13:38:08 12:01:01 1.08 0.00 1.08 0.00 0.00 12.93 0.00 13:38:08 12:02:01 1.33 0.00 1.33 0.00 0.00 14.40 0.00 13:38:08 12:03:01 1.07 0.00 1.07 0.00 0.00 13.20 0.00 13:38:08 12:04:01 1.38 0.00 1.38 0.00 0.00 14.93 0.00 13:38:08 12:05:01 1.65 0.00 1.65 0.00 0.00 20.66 0.00 13:38:08 12:06:01 1.32 0.00 1.32 0.00 0.00 15.06 0.00 13:38:08 12:07:01 1.65 0.00 1.65 0.00 0.00 18.93 0.00 13:38:08 12:08:01 1.08 0.00 1.08 0.00 0.00 11.73 0.00 13:38:08 12:09:01 1.95 0.00 1.95 0.00 0.00 21.33 0.00 13:38:08 12:10:01 1.20 0.00 1.20 0.00 0.00 14.13 0.00 13:38:08 12:11:01 1.68 0.00 1.68 0.00 0.00 19.20 0.00 13:38:08 12:12:01 1.08 0.00 1.08 0.00 0.00 11.33 0.00 13:38:08 12:13:01 1.05 0.00 1.05 0.00 0.00 12.93 0.00 13:38:08 12:14:01 1.33 0.00 1.33 0.00 0.00 14.80 0.00 13:38:08 12:15:02 1.62 0.00 1.62 0.00 0.00 18.93 0.00 13:38:08 12:16:01 1.15 0.00 1.15 0.00 0.00 13.42 0.00 13:38:08 12:17:01 1.12 0.00 1.12 0.00 0.00 12.66 0.00 13:38:08 12:18:01 1.57 0.00 1.57 0.00 0.00 17.46 0.00 13:38:08 12:19:01 1.02 0.00 1.02 0.00 0.00 11.86 0.00 13:38:08 12:20:01 1.33 0.00 1.33 0.00 0.00 14.93 0.00 13:38:08 12:21:01 1.23 0.00 1.23 0.00 0.00 14.80 0.00 13:38:08 12:22:01 1.35 0.00 1.35 0.00 0.00 14.93 0.00 13:38:08 12:23:01 1.03 0.00 1.03 0.00 0.00 12.80 0.00 13:38:08 12:24:01 1.42 0.00 1.42 0.00 0.00 15.86 0.00 13:38:08 12:25:01 1.08 0.00 1.08 0.00 0.00 13.46 0.00 13:38:08 12:26:01 1.50 0.00 1.50 0.00 0.00 16.79 0.00 13:38:08 12:27:01 1.30 0.00 1.30 0.00 0.00 14.93 0.00 13:38:08 12:28:01 1.33 0.00 1.33 0.00 0.00 15.73 0.00 13:38:08 12:29:01 1.13 0.00 1.13 0.00 0.00 12.66 0.00 13:38:08 12:30:01 1.43 0.00 1.43 0.00 0.00 16.13 0.00 13:38:08 12:31:01 1.57 0.00 1.57 0.00 0.00 18.66 0.00 13:38:08 12:32:01 1.45 0.00 1.45 0.00 0.00 15.06 0.00 13:38:08 12:33:01 1.63 0.00 1.63 0.00 0.00 19.46 0.00 13:38:08 12:34:01 1.12 0.00 1.12 0.00 0.00 11.46 0.00 13:38:08 12:35:01 1.65 0.00 1.65 0.00 0.00 18.93 0.00 13:38:08 12:36:01 1.20 0.00 1.20 0.00 0.00 13.33 0.00 13:38:08 12:37:01 1.08 0.00 1.08 0.00 0.00 13.33 0.00 13:38:08 12:38:01 1.40 0.00 1.40 0.00 0.00 15.99 0.00 13:38:08 12:39:01 1.00 0.00 1.00 0.00 0.00 11.46 0.00 13:38:08 12:40:01 1.33 0.00 1.33 0.00 0.00 14.80 0.00 13:38:08 12:41:01 1.65 0.00 1.65 0.00 0.00 19.19 0.00 13:38:08 12:42:01 1.15 0.00 1.15 0.00 0.00 13.06 0.00 13:38:08 12:43:01 1.40 0.00 1.40 0.00 0.00 16.53 0.00 13:38:08 12:44:01 1.38 0.00 1.38 0.00 0.00 15.06 0.00 13:38:08 12:45:01 1.03 0.00 1.03 0.00 0.00 12.53 0.00 13:38:08 12:46:01 1.45 0.00 1.45 0.00 0.00 16.13 0.00 13:38:08 12:47:01 1.08 0.00 1.08 0.00 0.00 12.66 0.00 13:38:08 12:48:01 1.40 0.00 1.40 0.00 0.00 15.86 0.00 13:38:08 12:49:01 1.00 0.00 1.00 0.00 0.00 11.86 0.00 13:38:08 12:50:01 1.40 0.00 1.40 0.00 0.00 15.60 0.00 13:38:08 12:51:01 1.57 0.00 1.57 0.00 0.00 18.80 0.00 13:38:08 12:52:01 1.18 0.00 1.18 0.00 0.00 13.33 0.00 13:38:08 12:53:01 1.20 0.00 1.20 0.00 0.00 14.40 0.00 13:38:08 12:54:01 1.30 0.00 1.30 0.00 0.00 14.13 0.00 13:38:08 12:55:01 1.00 0.00 1.00 0.00 0.00 12.40 0.00 13:38:08 12:56:01 1.47 0.00 1.47 0.00 0.00 16.39 0.00 13:38:08 12:57:01 1.18 0.00 1.18 0.00 0.00 14.00 0.00 13:38:08 12:58:01 1.37 0.00 1.37 0.00 0.00 15.33 0.00 13:38:08 12:59:01 1.22 0.00 1.22 0.00 0.00 14.53 0.00 13:38:08 13:00:01 1.40 0.00 1.40 0.00 0.00 15.33 0.00 13:38:08 13:01:01 1.68 0.00 1.68 0.00 0.00 19.59 0.00 13:38:08 13:02:01 1.33 0.00 1.33 0.00 0.00 14.80 0.00 13:38:08 13:03:01 1.10 0.00 1.10 0.00 0.00 13.33 0.00 13:38:08 13:04:01 1.53 0.00 1.53 0.00 0.00 16.66 0.00 13:38:08 13:05:01 1.08 0.00 1.08 0.00 0.00 14.53 0.00 13:38:08 13:06:01 1.43 0.00 1.43 0.00 0.00 15.86 0.00 13:38:08 13:07:01 1.18 0.00 1.18 0.00 0.00 14.40 0.00 13:38:08 13:08:01 1.45 0.00 1.45 0.00 0.00 16.93 0.00 13:38:08 13:09:01 1.05 0.00 1.05 0.00 0.00 12.13 0.00 13:38:08 13:10:01 1.45 0.00 1.45 0.00 0.00 16.93 0.00 13:38:08 13:11:01 1.27 0.00 1.27 0.00 0.00 14.13 0.00 13:38:08 13:12:01 14.55 2.28 12.26 0.00 1996.33 2613.56 0.00 13:38:08 13:13:01 2.60 0.00 2.60 0.00 0.00 28.40 0.00 13:38:08 13:14:01 1.55 0.00 1.55 0.00 0.00 16.39 0.00 13:38:08 13:15:01 2.52 0.00 2.52 0.00 0.00 30.13 0.00 13:38:08 13:16:01 1.58 0.00 1.58 0.00 0.00 17.46 0.00 13:38:08 13:17:01 2.32 0.00 2.32 0.00 0.00 34.39 0.00 13:38:08 13:18:01 1.73 0.00 1.73 0.00 0.00 19.33 0.00 13:38:08 13:19:01 2.08 0.00 2.08 0.00 0.00 23.06 0.00 13:38:08 13:20:01 1.50 0.00 1.50 0.00 0.00 16.80 0.00 13:38:08 13:21:01 2.30 0.00 2.30 0.00 0.00 26.53 0.00 13:38:08 13:22:01 1.50 0.00 1.50 0.00 0.00 16.40 0.00 13:38:08 13:23:01 2.27 0.00 2.27 0.00 0.00 25.86 0.00 13:38:08 13:24:01 1.55 0.00 1.55 0.00 0.00 16.13 0.00 13:38:08 13:25:01 2.03 0.00 2.03 0.00 0.00 22.80 0.00 13:38:08 13:26:01 1.52 0.00 1.52 0.00 0.00 17.33 0.00 13:38:08 13:27:01 2.22 0.00 2.22 0.00 0.00 24.66 0.00 13:38:08 13:28:01 1.60 0.00 1.60 0.00 0.00 17.73 0.00 13:38:08 13:29:01 2.27 0.00 2.27 0.00 0.00 25.59 0.00 13:38:08 13:30:01 1.50 0.00 1.50 0.00 0.00 16.13 0.00 13:38:08 13:31:01 2.35 0.00 2.35 0.00 0.00 26.40 0.00 13:38:08 13:32:01 1.65 0.00 1.65 0.00 0.00 16.93 0.00 13:38:08 13:33:01 2.18 0.00 2.18 0.00 0.00 23.60 0.00 13:38:08 13:34:01 1.35 0.00 1.35 0.00 0.00 14.26 0.00 13:38:08 13:35:02 1.98 0.00 1.98 0.00 0.00 22.40 0.00 13:38:08 13:36:01 1.56 0.00 1.56 0.00 0.00 16.40 0.00 13:38:08 13:37:01 2.27 0.00 2.27 0.00 0.00 25.73 0.00 13:38:08 13:38:01 5.25 0.15 5.10 0.00 12.13 891.58 0.00 13:38:08 Average: 10.26 0.12 10.14 0.00 19.17 2687.36 0.00 13:38:08 13:38:08 07:37:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 13:38:08 07:38:01 28342444 31534892 767668 2.33 81664 3364804 1981576 5.84 1101016 3023656 8876 13:38:08 07:39:01 26636660 31347908 944224 2.87 128848 4701456 2371504 6.99 2032932 3646156 831300 13:38:08 07:40:01 25967160 30656884 1634076 4.97 133596 4654072 2785148 8.21 2188044 4138372 524084 13:38:08 07:41:01 26075556 31539660 756316 2.30 136340 5426392 1889124 5.57 1767244 4461200 340 13:38:08 07:42:01 16208720 31341772 905448 2.75 365588 14323996 2494740 7.35 2947100 12539804 2288488 13:38:08 07:43:01 8099120 28666796 3509932 10.67 411148 19245612 10569180 31.15 6510740 16517836 1617152 13:38:08 07:44:01 3968772 26937668 5243616 15.95 426676 21540228 11417672 33.65 9247272 17827208 333952 13:38:08 07:45:01 8109544 31391144 853536 2.60 440916 22012168 2346352 6.91 3401288 19793904 0 13:38:08 07:46:01 8130692 31415088 829632 2.52 442900 22013020 2324348 6.85 3620168 19557124 624 13:38:08 07:47:01 8141268 31426984 817196 2.49 443888 22013540 2199780 6.48 4003544 19162668 304 13:38:08 07:48:01 8143148 31428948 815184 2.48 443896 22013544 2199780 6.48 4001744 19162672 40 13:38:08 07:49:01 8144304 31430168 814508 2.48 443916 22013544 2199780 6.48 4000732 19162672 192 13:38:08 07:50:01 8145840 31431708 812992 2.47 443928 22013548 2199780 6.48 3999400 19162676 4 13:38:08 07:51:01 8145936 31431804 813024 2.47 443948 22013548 2199780 6.48 3999412 19162676 8 13:38:08 07:52:01 8161536 31447480 797308 2.42 444020 22013532 2215892 6.53 3983356 19162660 20 13:38:08 07:53:01 8162056 31448184 796540 2.42 444072 22013664 2215892 6.53 3982976 19162784 12 13:38:08 07:54:01 8161944 31448164 796416 2.42 444140 22013656 2215892 6.53 3982812 19162800 8 13:38:08 07:55:01 8161392 31447676 796832 2.42 444200 22013668 2215892 6.53 3982864 19162808 8 13:38:08 07:56:01 8161848 31448192 796244 2.42 444268 22013668 2215892 6.53 3982636 19162812 8 13:38:08 07:57:01 8162300 31448756 795888 2.42 444316 22013672 2215892 6.53 3982596 19162800 8 13:38:08 07:58:01 8162536 31449060 795560 2.42 444376 22013668 2215892 6.53 3982620 19162804 12 13:38:08 07:59:01 8162236 31448820 795732 2.42 444428 22013680 2215892 6.53 3982696 19162812 8 13:38:08 08:00:01 8162140 31448784 795652 2.42 444488 22013684 2215892 6.53 3982996 19162820 8 13:38:08 08:01:01 8162164 31448832 795596 2.42 444508 22013684 2215892 6.53 3983096 19162824 180 13:38:08 08:02:01 8162392 31449104 795316 2.42 444540 22013688 2215892 6.53 3982940 19162816 16 13:38:08 08:03:01 8162344 31449132 795184 2.42 444604 22013696 2215892 6.53 3983192 19162824 12 13:38:08 08:04:01 8158020 31445124 799176 2.43 444628 22013988 2215892 6.53 3988696 19162952 8 13:38:08 08:05:01 8151444 31440420 803708 2.44 444664 22014760 2215892 6.53 3995648 19163088 44 13:38:08 08:06:01 8151136 31440124 804364 2.45 444680 22014760 2215892 6.53 3996180 19163084 168 13:38:08 08:07:01 8151428 31440468 804016 2.45 444728 22014756 2215892 6.53 3995716 19163072 52 13:38:08 08:08:01 8151224 31440284 804200 2.45 444732 22014768 2215892 6.53 3995404 19163076 16 13:38:08 08:09:01 8150988 31440060 804360 2.45 444740 22014772 2215892 6.53 3995400 19163076 52 13:38:08 08:10:01 8151136 31440212 804104 2.45 444760 22014776 2215892 6.53 3995800 19163080 176 13:38:08 08:11:01 8151168 31440244 804056 2.45 444776 22014776 2215892 6.53 3995456 19163080 176 13:38:08 08:12:01 8149628 31438764 805456 2.45 444800 22014772 2215892 6.53 3998556 19163088 20 13:38:08 08:13:01 8149140 31438304 805900 2.45 444812 22014784 2215892 6.53 3998748 19163092 232 13:38:08 08:14:01 8148872 31438036 806148 2.45 444832 22014784 2215892 6.53 3998236 19163092 4 13:38:08 08:15:01 8148800 31437968 806148 2.45 444840 22014788 2215892 6.53 3998220 19163096 196 13:38:08 08:16:01 8148500 31437696 806368 2.45 444860 22014788 2215892 6.53 3998244 19163096 8 13:38:08 08:17:01 8148152 31437376 806612 2.45 444868 22014792 2215892 6.53 3998772 19163100 80 13:38:08 08:18:02 8147308 31436616 807304 2.46 444912 22014800 2215892 6.53 3998784 19163108 20 13:38:08 08:19:01 8147088 31436416 807468 2.46 444928 22014804 2215892 6.53 3999068 19163108 312 13:38:08 08:20:01 8146976 31436344 807808 2.46 444960 22014808 2215892 6.53 3998696 19163116 8 13:38:08 08:21:01 8147240 31436636 807480 2.46 444980 22014808 2199340 6.48 3998820 19163116 284 13:38:08 08:22:01 8147232 31436664 807408 2.46 445016 22014812 2199340 6.48 3998500 19163120 44 13:38:08 08:23:01 8147240 31436848 807196 2.45 445052 22014944 2199340 6.48 3998756 19163252 196 13:38:08 08:24:01 8147192 31436800 807160 2.45 445076 22014944 2199340 6.48 3998556 19163252 8 13:38:08 08:25:01 8147216 31436868 807124 2.45 445100 22014936 2199340 6.48 3998540 19163256 4 13:38:08 08:26:01 8146584 31436296 807700 2.46 445124 22014948 2215404 6.53 3998884 19163260 188 13:38:08 08:27:01 8146424 31436228 807624 2.46 445140 22014956 2215404 6.53 3998896 19163264 200 13:38:08 08:28:01 8146036 31435864 807936 2.46 445168 22014956 2215404 6.53 3999452 19163264 204 13:38:08 08:29:01 8145620 31435472 808316 2.46 445184 22014960 2215404 6.53 3998776 19163268 180 13:38:08 08:30:01 8145796 31435652 808288 2.46 445196 22014964 2215404 6.53 3998692 19163272 8 13:38:08 08:31:01 8146032 31435916 808004 2.46 445216 22014964 2215404 6.53 3998756 19163272 8 13:38:08 08:32:01 8146332 31436252 807616 2.46 445236 22014968 2215404 6.53 3998748 19163276 8 13:38:08 08:33:01 8145504 31435436 808348 2.46 445260 22014964 2215404 6.53 3999100 19163276 52 13:38:08 08:34:01 8145544 31435524 808228 2.46 445292 22014964 2231464 6.58 3998900 19163280 16 13:38:08 08:35:01 8145628 31435660 807944 2.46 445300 22014976 2215204 6.53 3998912 19163288 4 13:38:08 08:36:01 8145200 31435376 808160 2.46 445316 22015112 2215204 6.53 3999516 19163420 16 13:38:08 08:37:01 8144848 31435064 808624 2.46 445336 22015116 2215204 6.53 3999480 19163424 104 13:38:08 08:38:01 8144904 31435140 808556 2.46 445360 22015108 2215204 6.53 3999352 19163424 16 13:38:08 08:39:01 8144888 31435144 808536 2.46 445380 22015120 2215204 6.53 3999440 19163428 220 13:38:08 08:40:01 8145092 31435408 808216 2.46 445432 22015124 2215204 6.53 3999384 19163436 184 13:38:08 08:41:01 8144484 31434856 808704 2.46 445480 22015124 2215204 6.53 3999620 19163432 196 13:38:08 08:42:01 8144720 31435136 808380 2.46 445504 22015128 2215204 6.53 3999816 19163436 200 13:38:08 08:43:01 8144620 31435080 808568 2.46 445556 22015128 2215204 6.53 3999740 19163436 172 13:38:08 08:44:01 8144912 31435380 808280 2.46 445560 22015132 2215204 6.53 3999236 19163440 8 13:38:08 08:45:01 8144564 31435060 808500 2.46 445576 22015140 2215204 6.53 3999648 19163444 208 13:38:08 08:46:01 8144588 31435088 808468 2.46 445584 22015140 2215204 6.53 3999192 19163448 12 13:38:08 08:47:01 8144824 31435364 808144 2.46 445616 22015128 2215204 6.53 3999256 19163452 4 13:38:08 08:48:01 8144632 31435224 808264 2.46 445656 22015136 2215204 6.53 3999680 19163452 200 13:38:08 08:49:01 8144280 31434904 808828 2.46 445684 22015148 2215204 6.53 3999672 19163456 188 13:38:08 08:50:01 8144320 31434964 808788 2.46 445696 22015152 2215204 6.53 3999352 19163460 8 13:38:08 08:51:01 8144200 31434864 808812 2.46 445712 22015152 2215204 6.53 3999896 19163460 216 13:38:08 08:52:01 8144152 31434852 808832 2.46 445724 22015160 2215204 6.53 3999416 19163464 16 13:38:08 08:53:01 8143852 31434572 809060 2.46 445740 22015160 2215204 6.53 3999444 19163468 164 13:38:08 08:54:01 8143332 31434072 809464 2.46 445760 22015164 2215204 6.53 3999664 19163472 36 13:38:08 08:55:01 8143316 31434080 809424 2.46 445780 22015172 2215204 6.53 3999436 19163476 164 13:38:08 08:56:01 8142944 31433716 809768 2.46 445792 22015172 2215204 6.53 3999768 19163480 8 13:38:08 08:57:01 8142928 31433724 809640 2.46 445804 22015176 2215204 6.53 4000144 19163484 268 13:38:08 08:58:01 8143316 31434132 809368 2.46 445820 22015172 2231256 6.58 4000072 19163484 36 13:38:08 08:59:01 8143356 31434188 809320 2.46 445832 22015180 2214748 6.53 3999488 19163488 212 13:38:08 09:00:01 8143008 31433856 809552 2.46 445844 22015184 2214748 6.53 3999808 19163492 200 13:38:08 09:01:01 8143000 31433868 809484 2.46 445852 22015184 2214748 6.53 3999784 19163492 168 13:38:08 09:02:01 8142952 31433840 809460 2.46 445860 22015188 2214748 6.53 3999940 19163496 212 13:38:08 09:03:01 8143116 31434004 809208 2.46 445884 22015192 2214748 6.53 4000040 19163496 48 13:38:08 09:04:01 8142920 31433860 809308 2.46 445908 22015196 2214748 6.53 4000100 19163384 196 13:38:08 09:05:01 8142824 31433756 809472 2.46 445916 22015200 2214748 6.53 4001536 19162488 232 13:38:08 09:06:01 8142572 31433504 809632 2.46 445940 22015200 2214748 6.53 4001360 19162484 200 13:38:08 09:07:01 8143120 31434108 809440 2.46 445968 22015204 2214748 6.53 4001420 19162488 236 13:38:08 09:08:01 8142712 31433728 809792 2.46 446008 22015200 2214748 6.53 4001668 19162488 16 13:38:08 09:09:01 8142664 31433716 809856 2.46 446020 22015212 2214748 6.53 4001504 19162496 224 13:38:08 09:10:01 8142868 31433936 809588 2.46 446032 22015216 2214748 6.53 4001508 19162500 184 13:38:08 09:11:01 8142812 31434004 809448 2.46 446048 22015344 2214748 6.53 4001504 19162608 232 13:38:08 09:12:01 8142780 31433984 809396 2.46 446060 22015348 2214748 6.53 4001532 19162612 200 13:38:08 09:13:01 8142980 31434232 809300 2.46 446084 22015352 2214748 6.53 4001576 19162616 244 13:38:08 09:14:01 8142980 31434260 809260 2.46 446100 22015356 2214748 6.53 4001528 19162640 200 13:38:08 09:15:01 8143072 31434420 808964 2.46 446108 22015360 2214748 6.53 4001148 19162644 188 13:38:08 09:16:01 8142700 31434084 809200 2.46 446120 22015360 2214748 6.53 4001524 19162644 184 13:38:08 09:17:01 8142524 31433912 809192 2.46 446132 22015364 2214748 6.53 4001752 19162648 48 13:38:08 09:18:01 8142756 31434160 809152 2.46 446148 22015356 2214748 6.53 4001224 19162648 12 13:38:08 09:19:01 8142740 31434192 809124 2.46 446160 22015368 2214748 6.53 4001272 19162652 12 13:38:08 09:20:01 8142692 31434148 809104 2.46 446164 22015372 2214748 6.53 4001528 19162656 8 13:38:08 09:21:01 8142108 31433592 809604 2.46 446180 22015376 2198604 6.48 4001588 19162660 60 13:38:08 09:22:01 8142268 31433780 809548 2.46 446196 22015380 2198604 6.48 4001456 19162664 16 13:38:08 09:23:01 8142300 31433860 809452 2.46 446240 22015372 2214656 6.53 4001404 19162664 44 13:38:08 09:24:01 8142000 31433584 809672 2.46 446248 22015384 2214656 6.53 4001412 19162668 8 13:38:08 09:25:01 8141920 31433504 809644 2.46 446260 22015388 2214656 6.53 4001420 19162668 40 13:38:08 09:26:01 8142060 31433680 809412 2.46 446288 22015392 2214656 6.53 4001648 19162676 16 13:38:08 09:27:01 8142044 31433708 809336 2.46 446312 22015396 2214656 6.53 4001492 19162680 44 13:38:08 09:28:01 8141404 31433076 809960 2.46 446320 22015396 2214656 6.53 4001492 19162680 12 13:38:08 09:29:01 8141380 31433064 809892 2.46 446328 22015400 2214656 6.53 4001780 19162684 44 13:38:08 09:30:01 8141244 31432936 809960 2.46 446336 22015400 2214656 6.53 4002260 19162684 196 13:38:08 09:31:01 8140912 31432632 810200 2.46 446360 22015408 2214656 6.53 4001920 19162688 192 13:38:08 09:32:01 8141192 31432944 810084 2.46 446372 22015412 2230816 6.57 4001924 19162696 200 13:38:08 09:33:01 8141444 31433216 809800 2.46 446396 22015408 2230816 6.57 4001948 19162696 60 13:38:08 09:34:01 8141468 31433248 809764 2.46 446400 22015416 2230816 6.57 4001548 19162700 8 13:38:08 09:35:01 8141168 31432972 809984 2.46 446420 22015416 2230816 6.57 4001636 19162700 44 13:38:08 09:36:01 8141056 31432872 810024 2.46 446432 22015416 2230816 6.57 4001804 19162704 20 13:38:08 09:37:02 8140716 31432672 810148 2.46 446436 22015552 2230816 6.57 4002000 19162836 316 13:38:08 09:38:01 8140740 31432696 810116 2.46 446444 22015552 2230816 6.57 4001676 19162836 8 13:38:08 09:39:01 8140180 31432148 810600 2.47 446456 22015556 2214600 6.53 4001632 19162840 184 13:38:08 09:40:01 8140640 31432620 810288 2.46 446460 22015560 2214600 6.53 4001632 19162840 8 13:38:08 09:41:01 8141128 31433144 809952 2.46 446480 22015568 2214600 6.53 4001776 19162852 12 13:38:08 09:42:01 8140804 31432828 810208 2.46 446496 22015572 2214600 6.53 4001928 19162856 28 13:38:08 09:43:01 8140844 31432888 810100 2.46 446512 22015572 2214600 6.53 4001728 19162856 192 13:38:08 09:44:01 8140796 31432860 810084 2.46 446524 22015568 2214600 6.53 4001672 19162860 52 13:38:08 09:45:01 8140952 31433036 809832 2.46 446532 22015576 2214600 6.53 4002100 19162860 300 13:38:08 09:46:01 8140944 31433032 809828 2.46 446540 22015580 2214600 6.53 4001820 19162864 8 13:38:08 09:47:01 8140448 31432548 810240 2.46 446556 22015584 2214600 6.53 4001804 19162868 184 13:38:08 09:48:01 8140900 31433024 809936 2.46 446568 22015580 2214600 6.53 4001820 19162868 48 13:38:08 09:49:01 8140884 31433052 810016 2.46 446604 22015592 2214600 6.53 4002452 19162872 120 13:38:08 09:50:01 8140924 31433112 809964 2.46 446628 22015592 2214600 6.53 4001800 19162872 8 13:38:08 09:51:01 8140624 31432828 810208 2.46 446652 22015596 2214600 6.53 4001828 19162880 184 13:38:08 09:52:01 8140292 31432524 810428 2.46 446676 22015600 2214600 6.53 4001876 19162884 216 13:38:08 09:53:01 8140000 31432284 810640 2.47 446700 22015600 2214600 6.53 4001948 19162884 196 13:38:08 09:54:01 8139920 31432220 810576 2.47 446720 22015604 2214600 6.53 4002488 19162888 36 13:38:08 09:55:01 8139724 31432056 810748 2.47 446740 22015604 2214600 6.53 4002120 19162888 188 13:38:08 09:56:01 8140112 31432448 810500 2.46 446752 22015608 2214600 6.53 4001960 19162892 8 13:38:08 09:57:01 8140056 31432420 810492 2.46 446772 22015612 2214600 6.53 4002092 19162896 180 13:38:08 09:58:01 8139884 31432260 810592 2.47 446780 22015616 2214600 6.53 4002112 19162896 8 13:38:08 09:59:01 8139836 31432240 810560 2.46 446796 22015620 2230840 6.57 4002004 19162904 204 13:38:08 10:00:01 8140072 31432480 810248 2.46 446808 22015624 2230840 6.57 4001996 19162904 20 13:38:08 10:01:01 8140212 31432648 810140 2.46 446828 22015620 2230840 6.57 4002004 19162912 148 13:38:08 10:02:01 8139732 31432204 810608 2.47 446844 22015632 2230840 6.57 4002064 19162916 20 13:38:08 10:03:01 8139872 31432344 810400 2.46 446860 22015632 2230220 6.57 4002164 19162916 180 13:38:08 10:04:01 8139952 31432460 810284 2.46 446872 22015636 2230220 6.57 4002116 19162920 4 13:38:08 10:05:01 8139128 31431668 811252 2.47 446896 22015636 2230220 6.57 4002768 19162920 328 13:38:08 10:06:01 8139560 31432124 810736 2.47 446912 22015640 2230220 6.57 4002492 19162924 8 13:38:08 10:07:01 8139528 31432112 810744 2.47 446924 22015648 2230220 6.57 4002396 19162932 204 13:38:08 10:08:01 8139688 31432296 810764 2.47 446936 22015648 2230220 6.57 4002448 19162932 8 13:38:08 10:09:01 8139972 31432588 810568 2.47 446940 22015652 2230220 6.57 4002364 19162936 204 13:38:08 10:10:01 8139980 31432596 810544 2.46 446952 22015652 2230220 6.57 4002300 19162936 8 13:38:08 10:11:01 8139704 31432340 810784 2.47 446964 22015656 2230220 6.57 4002272 19162940 44 13:38:08 10:12:01 8139948 31432604 810472 2.46 446972 22015660 2230220 6.57 4002296 19162944 8 13:38:08 10:13:01 8139900 31432564 810448 2.46 446984 22015660 2230220 6.57 4002436 19162944 172 13:38:08 10:14:01 8140104 31432688 810272 2.46 447004 22015648 2230220 6.57 4002384 19162948 52 13:38:08 10:15:01 8140240 31432848 810272 2.46 447004 22015668 2230220 6.57 4002404 19162952 4 13:38:08 10:16:01 8139972 31432584 810500 2.46 447012 22015672 2230220 6.57 4002388 19162956 52 13:38:08 10:17:01 8140052 31432692 810472 2.46 447024 22015680 2230220 6.57 4003652 19162964 300 13:38:08 10:18:01 8140108 31432748 810412 2.46 447036 22015680 2230220 6.57 4002480 19162964 8 13:38:08 10:19:01 8139848 31432520 810640 2.47 447056 22015680 2230220 6.57 4002468 19162968 180 13:38:08 10:20:01 8139800 31432476 810612 2.47 447068 22015684 2230220 6.57 4002448 19162968 8 13:38:08 10:21:01 8139720 31432412 810616 2.47 447080 22015688 2230220 6.57 4002444 19162972 12 13:38:08 10:22:01 8139380 31432100 810880 2.47 447092 22015692 2230220 6.57 4002716 19162976 20 13:38:08 10:23:01 8139372 31432092 810824 2.47 447100 22015688 2230220 6.57 4002568 19162976 4 13:38:08 10:24:01 8139540 31432276 810800 2.47 447120 22015680 2230220 6.57 4002492 19162980 8 13:38:08 10:25:01 8139524 31432284 810724 2.47 447164 22015696 2230220 6.57 4002524 19162984 32 13:38:08 10:26:01 8139240 31432088 810828 2.47 447196 22015768 2230220 6.57 4002576 19163028 8 13:38:08 10:27:01 8138928 31431848 811296 2.47 447212 22015768 2230220 6.57 4002960 19163052 312 13:38:08 10:28:01 8139204 31432128 811012 2.47 447216 22015772 2230220 6.57 4002628 19163056 12 13:38:08 10:29:01 8138972 31432020 810972 2.47 447256 22015812 2230220 6.57 4002992 19163096 192 13:38:08 10:30:01 8139216 31432332 810664 2.47 447280 22015816 2230220 6.57 4002712 19163104 8 13:38:08 10:31:01 8138980 31432148 810716 2.47 447332 22015884 2230220 6.57 4002752 19163144 12 13:38:08 10:32:01 8139112 31432368 810488 2.46 447368 22015884 2230220 6.57 4002944 19163144 24 13:38:08 10:33:01 8139136 31432412 810416 2.46 447400 22015884 2230220 6.57 4002820 19163148 12 13:38:08 10:34:01 8135644 31431228 811716 2.47 447484 22017984 2193824 6.47 4003572 19164892 8 13:38:08 10:35:01 8135628 31431224 811672 2.47 447504 22017996 2193824 6.47 4003556 19164892 44 13:38:08 10:36:01 8135604 31431228 811620 2.47 447512 22017996 2193824 6.47 4003684 19164896 8 13:38:08 10:37:01 8135672 31431460 811256 2.47 447556 22018128 2193824 6.47 4003832 19165024 244 13:38:08 10:38:01 8135696 31431512 811212 2.47 447572 22018132 2193824 6.47 4003348 19165032 20 13:38:08 10:39:01 8135236 31431060 811448 2.47 447584 22018136 2209884 6.51 4003800 19165032 60 13:38:08 10:40:01 8135008 31430836 811664 2.47 447592 22018136 2209884 6.51 4003356 19165032 12 13:38:08 10:41:01 8135208 31431060 811660 2.47 447596 22018136 2209884 6.51 4003392 19165036 8 13:38:08 10:42:01 8135384 31431248 811644 2.47 447600 22018140 2209884 6.51 4003684 19165036 16 13:38:08 10:43:01 8135424 31431296 811584 2.47 447612 22018148 2209884 6.51 4003440 19165040 208 13:38:08 10:44:01 8136148 31432060 811044 2.47 447632 22018152 2209884 6.51 4003808 19165048 208 13:38:08 10:45:01 8136076 31432012 811076 2.47 447652 22018152 2209884 6.51 4003840 19165048 204 13:38:08 10:46:01 8135808 31431852 811172 2.47 447676 22018284 2209884 6.51 4003944 19165132 216 13:38:08 10:47:01 8136044 31432160 811008 2.47 447696 22018288 2209884 6.51 4003952 19165180 248 13:38:08 10:48:01 8136028 31432160 810996 2.47 447708 22018292 2209884 6.51 4003952 19165184 220 13:38:08 10:49:01 8135988 31432156 810956 2.47 447744 22018296 2209884 6.51 4003880 19165188 264 13:38:08 10:50:01 8136224 31432400 810684 2.47 447776 22018296 2209884 6.51 4003544 19165192 8 13:38:08 10:51:01 8136280 31432536 810536 2.46 447812 22018300 2209884 6.51 4003692 19165196 40 13:38:08 10:52:01 8136224 31432500 810504 2.46 447832 22018304 2209884 6.51 4004048 19165196 224 13:38:08 10:53:01 8136156 31432480 810712 2.47 447872 22018308 2209884 6.51 4004184 19165204 232 13:38:08 10:54:01 8135904 31432244 810940 2.47 447892 22018312 2209884 6.51 4004224 19165208 232 13:38:08 10:55:01 8135896 31432244 810936 2.47 447904 22018312 2209884 6.51 4003676 19165208 44 13:38:08 10:56:01 8135840 31432220 810916 2.47 447920 22018316 2209884 6.51 4003784 19165212 8 13:38:08 10:57:01 8136368 31432760 810360 2.46 447932 22018316 2225936 6.56 4003772 19165212 52 13:38:08 10:58:01 8135784 31432204 810860 2.47 447956 22018320 2225936 6.56 4003816 19165216 8 13:38:08 10:59:01 8135960 31432420 810716 2.47 447992 22018324 2225936 6.56 4004112 19165220 60 13:38:08 11:00:01 8135992 31432460 810688 2.47 448008 22018312 2225936 6.56 4003784 19165220 272 13:38:08 11:01:01 8135976 31432464 810640 2.47 448028 22018328 2225936 6.56 4003828 19165224 60 13:38:08 11:02:01 8135928 31432460 810600 2.47 448052 22018332 2225936 6.56 4003800 19165224 8 13:38:08 11:03:01 8135556 31432100 810892 2.47 448068 22018328 2225936 6.56 4003964 19165228 184 13:38:08 11:04:01 8135476 31432032 810876 2.47 448104 22018328 2225936 6.56 4003868 19165232 40 13:38:08 11:05:02 8135360 31431968 811068 2.47 448132 22018344 2225936 6.56 4004476 19165240 288 13:38:08 11:06:01 8134864 31431544 811464 2.47 448164 22018348 2225936 6.56 4004532 19165248 32 13:38:08 11:07:01 8135256 31431968 810972 2.47 448208 22018340 2225936 6.56 4004256 19165244 204 13:38:08 11:08:01 8135140 31431872 811220 2.47 448224 22018348 2225936 6.56 4004204 19165248 24 13:38:08 11:09:01 8135124 31431876 811180 2.47 448248 22018352 2242064 6.61 4004168 19165252 180 13:38:08 11:10:01 8134824 31431600 811392 2.47 448272 22018356 2225756 6.56 4004176 19165252 8 13:38:08 11:11:01 8134776 31431588 811364 2.47 448280 22018356 2225756 6.56 4004260 19165256 48 13:38:08 11:12:01 8134624 31431456 811376 2.47 448288 22018364 2225756 6.56 4004592 19165256 36 13:38:08 11:13:01 8134404 31431248 811568 2.47 448296 22018368 2225756 6.56 4004284 19165260 324 13:38:08 11:14:01 8134380 31431228 811540 2.47 448300 22018372 2225756 6.56 4004228 19165264 28 13:38:08 11:15:01 8134332 31431184 811516 2.47 448324 22018360 2225756 6.56 4004232 19165264 248 13:38:08 11:16:01 8134672 31431572 811260 2.47 448344 22018376 2225756 6.56 4004632 19165268 228 13:38:08 11:17:01 8134300 31431308 811404 2.47 448364 22018504 2225756 6.56 4005128 19165356 396 13:38:08 11:18:01 8134348 31431400 811332 2.47 448384 22018508 2225756 6.56 4004396 19165400 8 13:38:08 11:19:01 8134300 31431376 811284 2.47 448420 22018516 2225756 6.56 4004340 19165404 232 13:38:08 11:20:01 8134284 31431404 811252 2.47 448444 22018516 2225756 6.56 4004360 19165404 8 13:38:08 11:21:01 8134228 31431376 811216 2.47 448460 22018524 2209308 6.51 4004372 19165408 32 13:38:08 11:22:01 8134212 31431376 811148 2.47 448484 22018524 2209308 6.51 4004372 19165408 12 13:38:08 11:23:01 8134164 31431356 811116 2.47 448508 22018520 2209308 6.51 4004520 19165412 184 13:38:08 11:24:01 8134368 31431584 810832 2.47 448528 22018520 2209308 6.51 4004448 19165412 12 13:38:08 11:25:01 8134568 31431808 810760 2.47 448552 22018524 2209308 6.51 4004464 19165416 188 13:38:08 11:26:01 8134768 31432040 810708 2.47 448584 22018528 2209308 6.51 4004472 19165420 20 13:38:08 11:27:01 8134524 31431832 810884 2.47 448612 22018528 2209308 6.51 4004512 19165420 172 13:38:08 11:28:01 8134444 31431784 810916 2.47 448644 22018540 2209308 6.51 4004868 19165424 220 13:38:08 11:29:01 8134460 31431856 810984 2.47 448676 22018536 2209308 6.51 4004616 19165424 220 13:38:08 11:30:01 8134340 31431752 810956 2.47 448708 22018548 2225360 6.56 4004932 19165428 44 13:38:08 11:31:01 8134364 31431800 810920 2.47 448720 22018544 2225360 6.56 4004636 19165448 200 13:38:08 11:32:01 8133764 31431268 811400 2.47 448744 22018552 2225360 6.56 4005188 19165448 196 13:38:08 11:33:01 8134104 31431616 811036 2.47 448760 22018556 2225360 6.56 4004776 19165452 208 13:38:08 11:34:01 8134552 31432080 810508 2.46 448780 22018556 2225360 6.56 4004780 19165452 4 13:38:08 11:35:01 8134092 31431648 810824 2.47 448808 22018560 2225360 6.56 4005120 19165456 68 13:38:08 11:36:01 8133580 31431196 811280 2.47 448840 22018568 2225360 6.56 4005136 19165464 212 13:38:08 11:37:01 8134044 31431688 810736 2.47 448868 22018572 2225360 6.56 4004892 19165464 64 13:38:08 11:38:01 8134260 31431920 810708 2.47 448880 22018576 2225360 6.56 4004884 19165468 4 13:38:08 11:39:01 8133940 31431644 811168 2.47 448904 22018576 2225360 6.56 4005188 19165468 324 13:38:08 11:40:01 8134352 31432080 811040 2.47 448936 22018572 2241416 6.61 4005192 19165476 12 13:38:08 11:41:01 8134360 31432136 811008 2.47 448960 22018584 2241416 6.61 4005264 19165480 248 13:38:08 11:42:01 8134392 31432184 810956 2.47 448980 22018584 2241416 6.61 4004964 19165480 16 13:38:08 11:43:01 8134100 31431928 811184 2.47 449016 22018588 2241416 6.61 4005056 19165484 216 13:38:08 11:44:01 8134084 31431936 811144 2.47 449040 22018584 2241416 6.61 4005048 19165484 16 13:38:08 11:45:01 8134816 31432700 810284 2.46 449080 22018592 2241416 6.61 4005444 19165488 80 13:38:08 11:46:01 8134840 31432760 810236 2.46 449108 22018588 2241416 6.61 4005068 19165492 32 13:38:08 11:47:01 8134792 31432744 810236 2.46 449128 22018600 2241416 6.61 4005132 19165492 228 13:38:08 11:48:01 8134476 31432464 810508 2.46 449152 22018604 2241416 6.61 4005172 19165496 4 13:38:08 11:49:01 8134468 31432464 810432 2.46 449172 22018600 2241416 6.61 4005112 19165496 244 13:38:08 11:50:01 8134776 31432792 810084 2.46 449196 22018596 2241416 6.61 4005120 19165500 8 13:38:08 11:51:01 8134660 31432708 810316 2.46 449220 22018612 2241416 6.61 4005768 19165504 340 13:38:08 11:52:01 8134936 31433004 810036 2.46 449224 22018612 2241416 6.61 4005196 19165504 8 13:38:08 11:53:01 8134692 31432788 810216 2.46 449252 22018620 2241416 6.61 4005472 19165508 324 13:38:08 11:54:01 8134668 31432784 810184 2.46 449268 22018616 2241416 6.61 4005456 19165508 16 13:38:08 11:55:01 8134468 31432632 810204 2.46 449288 22018624 2241416 6.61 4005484 19165512 156 13:38:08 11:56:01 8134484 31432688 810164 2.46 449308 22018628 2241416 6.61 4005280 19165524 8 13:38:08 11:57:01 8134396 31432676 810028 2.46 449320 22018732 2241416 6.61 4005652 19165588 52 13:38:08 11:58:01 8134816 31433152 809752 2.46 449328 22018736 2241416 6.61 4005392 19165628 4 13:38:08 11:59:01 8134580 31432920 809956 2.46 449332 22018736 2241416 6.61 4005328 19165628 212 13:38:08 12:00:01 8134532 31432888 809920 2.46 449360 22018732 2241416 6.61 4005384 19165632 8 13:38:08 12:01:01 8134492 31432868 809904 2.46 449372 22018736 2241416 6.61 4005376 19165636 180 13:38:08 12:02:01 8134444 31432836 809880 2.46 449376 22018744 2241416 6.61 4005396 19165636 8 13:38:08 12:03:01 8134352 31432764 810100 2.46 449400 22018748 2241416 6.61 4005416 19165640 236 13:38:08 12:04:01 8134304 31432728 810120 2.46 449404 22018748 2241416 6.61 4005924 19165640 16 13:38:08 12:05:01 8133964 31432496 810224 2.46 449408 22018884 2241416 6.61 4005784 19165744 68 13:38:08 12:06:01 8132972 31431476 811464 2.47 449424 22018888 2241416 6.61 4006144 19165784 212 13:38:08 12:07:01 8134056 31432572 810556 2.46 449440 22018888 2241416 6.61 4006140 19165784 232 13:38:08 12:08:01 8134080 31432608 810528 2.46 449448 22018892 2241416 6.61 4005852 19165788 12 13:38:08 12:09:01 8134040 31432592 810528 2.46 449468 22018892 2225348 6.56 4005788 19165788 304 13:38:08 12:10:01 8133676 31432244 810824 2.47 449492 22018888 2225348 6.56 4005564 19165792 8 13:38:08 12:11:01 8133660 31432264 810760 2.47 449516 22018896 2225348 6.56 4005652 19165796 4 13:38:08 12:12:01 8133936 31432552 810580 2.47 449520 22018904 2225348 6.56 4006036 19165796 196 13:38:08 12:13:01 8133904 31432616 810476 2.46 449532 22019036 2241472 6.61 4005804 19165880 196 13:38:08 12:14:01 8133668 31432432 810680 2.47 449540 22019036 2241472 6.61 4005668 19165928 8 13:38:08 12:15:02 8133864 31432648 810400 2.46 449568 22019036 2241472 6.61 4005744 19165932 212 13:38:08 12:16:01 8133824 31432636 810356 2.46 449576 22019048 2241472 6.61 4005696 19165936 8 13:38:08 12:17:01 8133120 31431956 810900 2.47 449592 22019048 2241472 6.61 4006460 19165936 388 13:38:08 12:18:01 8133176 31432024 810828 2.47 449604 22019052 2241472 6.61 4005848 19165940 8 13:38:08 12:19:01 8132916 31431780 811044 2.47 449616 22019052 2241472 6.61 4005772 19165940 220 13:38:08 12:20:01 8132828 31431696 811088 2.47 449628 22019052 2241472 6.61 4005772 19165944 52 13:38:08 12:21:01 8132536 31431452 811316 2.47 449652 22019060 2241472 6.61 4005860 19165956 228 13:38:08 12:22:01 8132512 31431428 811308 2.47 449652 22019060 2241472 6.61 4005764 19165956 8 13:38:08 12:23:01 8132544 31431468 811216 2.47 449664 22019068 2241472 6.61 4005828 19165960 236 13:38:08 12:24:01 8132252 31431196 811440 2.47 449688 22019068 2241472 6.61 4006084 19165960 24 13:38:08 12:25:01 8132244 31431208 811420 2.47 449700 22019068 2241472 6.61 4005848 19165968 252 13:38:08 12:26:01 8132696 31431672 811108 2.47 449716 22019068 2241472 6.61 4006144 19165968 8 13:38:08 12:27:01 8133380 31432404 810348 2.46 449740 22019080 2241472 6.61 4006160 19165972 272 13:38:08 12:28:01 8133096 31432128 810560 2.46 449744 22019084 2224692 6.56 4005972 19165976 8 13:38:08 12:29:01 8132756 31431808 810828 2.47 449764 22019076 2224692 6.56 4005932 19165980 224 13:38:08 12:30:01 8132980 31432056 810716 2.47 449780 22019088 2224692 6.56 4005932 19165984 8 13:38:08 12:31:01 8132720 31431816 810940 2.47 449812 22019068 2207900 6.51 4005948 19165984 4 13:38:08 12:32:01 8132924 31432076 810604 2.47 449860 22019092 2207900 6.51 4006044 19165988 8 13:38:08 12:33:01 8132908 31432080 810552 2.46 449860 22019100 2207900 6.51 4006108 19165992 188 13:38:08 12:34:01 8132892 31432068 810500 2.46 449868 22019100 2207900 6.51 4006044 19165992 8 13:38:08 12:35:01 8132592 31431788 810720 2.47 449884 22019104 2207900 6.51 4006120 19165996 40 13:38:08 12:36:01 8132764 31431976 810580 2.47 449916 22019084 2207900 6.51 4006300 19166000 16 13:38:08 12:37:01 8133112 31432360 810344 2.46 449936 22019108 2207900 6.51 4006068 19166004 216 13:38:08 12:38:01 8133280 31432556 810352 2.46 449948 22019112 2207900 6.51 4006436 19166008 12 13:38:08 12:39:01 8133296 31432588 810296 2.46 449960 22019112 2207900 6.51 4006152 19166008 208 13:38:08 12:40:01 8133248 31432552 810276 2.46 449964 22019116 2207900 6.51 4006172 19166012 8 13:38:08 12:41:01 8133128 31432440 810244 2.46 449996 22019116 2207900 6.51 4006520 19166012 68 13:38:08 12:42:01 8133152 31432500 810192 2.46 450012 22019124 2207900 6.51 4006208 19166016 40 13:38:08 12:43:01 8132820 31432192 810552 2.46 450032 22019120 2207900 6.51 4006292 19166020 12 13:38:08 12:44:01 8132772 31432160 810532 2.46 450036 22019128 2207900 6.51 4006260 19166020 44 13:38:08 12:45:01 8132940 31432348 810508 2.46 450048 22019132 2207900 6.51 4006532 19166032 8 13:38:08 12:46:01 8132664 31432092 810736 2.47 450068 22019128 2207900 6.51 4006200 19166032 8 13:38:08 12:47:01 8132388 31431844 810928 2.47 450080 22019136 2207900 6.51 4006224 19166036 184 13:38:08 12:48:01 8132128 31431728 810980 2.47 450092 22019272 2207900 6.51 4006344 19166168 8 13:38:08 12:49:01 8132324 31431932 810712 2.47 450092 22019272 2207900 6.51 4006296 19166168 300 13:38:08 12:50:01 8132276 31431896 810680 2.47 450104 22019276 2207900 6.51 4006200 19166172 8 13:38:08 12:51:01 8132440 31432084 810420 2.46 450128 22019280 2207900 6.51 4006176 19166172 216 13:38:08 12:52:01 8132644 31432316 810140 2.46 450140 22019284 2207900 6.51 4006212 19166180 36 13:38:08 12:53:01 8132812 31432504 810100 2.46 450164 22019288 2207900 6.51 4006336 19166184 204 13:38:08 12:54:01 8132608 31432312 810272 2.46 450168 22019288 2207900 6.51 4006256 19166184 8 13:38:08 12:55:01 8132560 31432276 810248 2.46 450180 22019288 2207900 6.51 4006264 19166188 196 13:38:08 12:56:01 8132512 31432236 810224 2.46 450200 22019280 2207900 6.51 4006316 19166188 8 13:38:08 12:57:01 8132212 31431980 810424 2.46 450228 22019292 2223952 6.55 4006284 19166192 168 13:38:08 12:58:01 8131912 31431696 810644 2.47 450236 22019300 2240060 6.60 4006412 19166196 8 13:38:08 12:59:01 8131864 31431676 810600 2.47 450264 22019304 2240060 6.60 4006376 19166196 204 13:38:08 13:00:01 8132052 31431916 810536 2.46 450272 22019308 2240060 6.60 4006388 19166204 8 13:38:08 13:01:01 8131848 31431720 810776 2.47 450288 22019312 2240060 6.60 4006828 19166204 196 13:38:08 13:02:01 8132132 31432048 810440 2.46 450320 22019316 2240060 6.60 4006524 19166208 24 13:38:08 13:03:01 8132044 31431980 810476 2.46 450336 22019320 2240060 6.60 4006512 19166212 232 13:38:08 13:04:01 8131892 31431848 810552 2.46 450356 22019312 2240060 6.60 4006724 19166216 16 13:38:08 13:05:01 8131812 31431816 810528 2.46 450396 22019320 2240060 6.60 4006580 19166220 236 13:38:08 13:06:01 8130204 31430356 811884 2.47 450408 22019324 2221956 6.55 4006904 19166220 8 13:38:08 13:07:01 8130244 31430412 812088 2.47 450432 22019316 2221956 6.55 4006824 19166224 8 13:38:08 13:08:01 8130536 31430728 811724 2.47 450456 22019332 2221956 6.55 4006716 19166228 4 13:38:08 13:09:01 8130736 31430932 811676 2.47 450468 22019324 2221956 6.55 4006660 19166228 8 13:38:08 13:10:01 8130460 31430796 811764 2.47 450476 22019468 2221956 6.55 4006932 19166344 40 13:38:08 13:11:01 8130908 31431264 811240 2.47 450484 22019468 2221956 6.55 4006656 19166344 8 13:38:08 13:12:01 7989416 31418896 820164 2.49 451580 22144712 2260012 6.66 4078428 19224492 276 13:38:08 13:13:01 7989544 31419044 820132 2.49 451604 22144708 2260012 6.66 4078492 19224496 4 13:38:08 13:14:01 7989504 31419020 820108 2.49 451656 22144700 2260012 6.66 4078752 19224496 8 13:38:08 13:15:01 7994480 31423928 816852 2.48 451712 22144704 2277508 6.71 4074912 19224484 8 13:38:08 13:16:01 7994700 31424152 816508 2.48 451756 22144708 2277508 6.71 4074912 19224488 36 13:38:08 13:17:01 7995780 31425376 815384 2.48 451796 22144716 2277508 6.71 4074552 19224496 268 13:38:08 13:18:01 7996040 31425676 815060 2.48 451832 22144720 2277508 6.71 4074404 19224500 8 13:38:08 13:19:01 7995772 31425412 815236 2.48 451864 22144720 2277508 6.71 4074288 19224500 8 13:38:08 13:20:01 7995796 31425440 815192 2.48 451900 22144696 2277508 6.71 4074288 19224504 8 13:38:08 13:21:01 7995528 31425296 815312 2.48 451968 22144712 2277508 6.71 4074400 19224512 40 13:38:08 13:22:01 7996468 31426244 814436 2.48 452008 22144728 2277508 6.71 4073824 19224516 8 13:38:08 13:23:01 7996608 31426452 814260 2.48 452052 22144724 2277508 6.71 4073732 19224524 4 13:38:08 13:24:01 7996380 31426288 814420 2.48 452112 22144700 2260560 6.66 4073732 19224528 8 13:38:08 13:25:01 7996332 31426288 814344 2.48 452140 22144732 2260560 6.66 4073796 19224516 44 13:38:08 13:26:01 7996284 31426300 814268 2.48 452208 22144728 2260560 6.66 4073852 19224520 16 13:38:08 13:27:01 7996592 31426704 814108 2.48 452276 22144744 2260560 6.66 4073912 19224532 8 13:38:08 13:28:01 7996592 31426740 814012 2.48 452332 22144744 2260560 6.66 4074032 19224536 8 13:38:08 13:29:01 7996600 31426752 813976 2.48 452392 22144744 2260560 6.66 4074076 19224544 12 13:38:08 13:30:01 7996260 31426476 814228 2.48 452440 22144732 2260560 6.66 4074100 19224552 8 13:38:08 13:31:01 7996536 31426820 813808 2.47 452500 22144756 2260560 6.66 4074156 19224560 36 13:38:08 13:32:01 7996268 31426604 813964 2.48 452572 22144736 2260560 6.66 4074196 19224564 0 13:38:08 13:33:01 7996408 31426812 813680 2.47 452624 22144760 2260560 6.66 4074316 19224568 8 13:38:08 13:34:01 7996684 31427152 813320 2.47 452644 22144764 2260560 6.66 4074308 19224576 4 13:38:08 13:35:02 7996544 31427016 813572 2.47 452680 22144764 2260560 6.66 4074296 19224580 4 13:38:08 13:36:01 7996528 31427064 813488 2.47 452748 22144760 2244128 6.61 4074476 19224588 8 13:38:08 13:37:01 7996512 31427144 813376 2.47 452796 22144776 2244128 6.61 4074708 19224600 20 13:38:08 13:38:01 7463876 31402204 838272 2.55 456264 22599708 2198552 6.48 4102556 19677980 468900 13:38:08 Average: 8343957 31410574 832619 2.53 443763 21803695 2274475 6.70 3998846 18973437 16920 13:38:08 13:38:08 07:37:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 13:38:08 07:38:01 veth8658b9c 127.74 139.16 12.61 124.62 0.00 0.00 0.00 0.01 13:38:08 07:38:01 ens3 1726.17 1598.54 13553.00 188.32 0.00 0.00 0.00 0.00 13:38:08 07:38:01 lo 4.95 4.95 0.48 0.48 0.00 0.00 0.00 0.00 13:38:08 07:38:01 docker0 778.46 739.25 55.38 3160.10 0.00 0.00 0.00 0.00 13:38:08 07:39:01 ens3 175.57 129.03 1575.51 24.28 0.00 0.00 0.00 0.00 13:38:08 07:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 07:39:01 docker0 102.02 128.23 8.05 1533.18 0.00 0.00 0.00 0.00 13:38:08 07:39:01 veth69a1499 0.08 0.27 0.01 0.02 0.00 0.00 0.00 0.00 13:38:08 07:40:01 ens3 31.96 22.44 25.47 13.51 0.00 0.00 0.00 0.00 13:38:08 07:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 07:40:01 docker0 1.43 1.43 0.11 0.13 0.00 0.00 0.00 0.00 13:38:08 07:40:01 veth69a1499 1.43 1.45 0.13 0.13 0.00 0.00 0.00 0.00 13:38:08 07:41:01 ens3 26.23 17.88 22.26 13.32 0.00 0.00 0.00 0.00 13:38:08 07:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 07:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 07:42:01 vethd58909c 86.01 149.66 8.58 1233.50 0.00 0.00 0.00 0.10 13:38:08 07:42:01 vethfee2d54 81.71 129.44 8.23 1230.68 0.00 0.00 0.00 0.10 13:38:08 07:42:01 vethff298b0 0.63 1.70 0.06 0.29 0.00 0.00 0.00 0.00 13:38:08 07:42:01 ens3 1328.00 773.26 14170.87 231.52 0.00 0.00 0.00 0.00 13:38:08 07:42:01 veth0da7f0b 83.33 143.53 8.36 1231.19 0.00 0.00 0.00 0.10 13:38:08 07:42:01 veth6f37094 101.62 163.85 9.51 1231.46 0.00 0.00 0.00 0.10 13:38:08 07:42:01 vetha4b7242 85.39 137.46 8.46 1229.81 0.00 0.00 0.00 0.10 13:38:08 07:42:01 lo 1.67 1.67 0.17 0.17 0.00 0.00 0.00 0.00 13:38:08 07:42:01 docker0 601.72 1013.54 49.10 8802.53 0.00 0.00 0.00 0.00 13:38:08 07:42:01 veth8810ac0 84.64 139.81 8.45 1230.22 0.00 0.00 0.00 0.10 13:38:08 07:43:01 veth4f50c0e 0.00 0.22 0.00 0.02 0.00 0.00 0.00 0.00 13:38:08 07:43:01 veth0b5eac6 0.00 0.22 0.00 0.02 0.00 0.00 0.00 0.00 13:38:08 07:43:01 vethff298b0 0.15 0.22 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 07:43:01 vethdb42c97 0.00 0.22 0.00 0.02 0.00 0.00 0.00 0.00 13:38:08 07:43:01 veth42bf0d1 0.00 0.22 0.00 0.02 0.00 0.00 0.00 0.00 13:38:08 07:43:01 vethb05e309 0.00 0.22 0.00 0.02 0.00 0.00 0.00 0.00 13:38:08 07:43:01 vethc202999 0.00 0.22 0.00 0.02 0.00 0.00 0.00 0.00 13:38:08 07:43:01 ens3 14.05 7.36 12.39 6.03 0.00 0.00 0.00 0.00 13:38:08 07:43:01 veth576a09b 0.00 0.22 0.00 0.02 0.00 0.00 0.00 0.00 13:38:08 07:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 07:43:01 veth845e7f7 0.00 0.22 0.00 0.02 0.00 0.00 0.00 0.00 13:38:08 07:43:01 veth2b6e575 0.00 0.22 0.00 0.02 0.00 0.00 0.00 0.00 13:38:08 07:43:01 vethcac196d 0.00 0.22 0.00 0.02 0.00 0.00 0.00 0.00 13:38:08 07:43:01 docker0 0.15 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 07:43:01 veth6261427 0.00 0.22 0.00 0.02 0.00 0.00 0.00 0.00 13:38:08 07:43:01 veth62b9996 0.00 0.22 0.00 0.02 0.00 0.00 0.00 0.00 13:38:08 07:44:01 veth4f50c0e 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 07:44:01 veth0b5eac6 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 07:44:01 vethff298b0 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 07:44:01 vethdb42c97 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 07:44:01 vethb05e309 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 07:44:01 vethc202999 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 07:44:01 ens3 1.42 0.97 1.14 0.64 0.00 0.00 0.00 0.00 13:38:08 07:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 07:44:01 veth845e7f7 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 07:44:01 veth2b6e575 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 07:44:01 vethcac196d 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 07:44:01 docker0 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 07:44:01 veth6261427 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 07:44:01 veth62b9996 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 07:45:01 ens3 16.78 10.81 14.33 7.60 0.00 0.00 0.00 0.00 13:38:08 07:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 07:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 07:46:01 ens3 449.46 445.81 243.01 1790.42 0.00 0.00 0.00 0.00 13:38:08 07:46:01 lo 54.92 54.92 5.42 5.42 0.00 0.00 0.00 0.00 13:38:08 07:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 07:47:01 ens3 305.61 303.75 128.95 2023.09 0.00 0.00 0.00 0.00 13:38:08 07:47:01 lo 25.46 25.46 2.50 2.50 0.00 0.00 0.00 0.00 13:38:08 07:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 07:48:01 ens3 1.12 0.37 1.54 0.21 0.00 0.00 0.00 0.00 13:38:08 07:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 07:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 07:49:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 07:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 07:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 07:50:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 07:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 07:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 07:51:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 07:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 07:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 07:52:01 ens3 0.17 0.10 0.08 0.06 0.00 0.00 0.00 0.00 13:38:08 07:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 07:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 07:53:01 ens3 0.18 0.13 0.07 0.01 0.00 0.00 0.00 0.00 13:38:08 07:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 07:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 07:54:01 ens3 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 07:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 07:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 07:55:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 07:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 07:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 07:56:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 07:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 07:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 07:57:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 13:38:08 07:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 07:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 07:58:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 07:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 07:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 07:59:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 07:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 07:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:00:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:01:01 ens3 0.22 0.12 0.07 0.01 0.00 0.00 0.00 0.00 13:38:08 08:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 08:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:02:01 ens3 0.17 0.10 0.08 0.07 0.00 0.00 0.00 0.00 13:38:08 08:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:03:01 ens3 0.22 0.13 0.07 0.01 0.00 0.00 0.00 0.00 13:38:08 08:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 08:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:04:01 ens3 1.52 0.90 1.11 0.57 0.00 0.00 0.00 0.00 13:38:08 08:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:05:01 ens3 5.85 4.62 3.75 4.84 0.00 0.00 0.00 0.00 13:38:08 08:05:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 13:38:08 08:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:06:01 ens3 1.65 1.27 0.97 1.18 0.00 0.00 0.00 0.00 13:38:08 08:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:07:01 ens3 0.27 0.18 0.08 0.07 0.00 0.00 0.00 0.00 13:38:08 08:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 08:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:08:01 ens3 0.15 0.08 0.06 0.00 0.00 0.00 0.00 0.00 13:38:08 08:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:09:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 08:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 08:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:10:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:11:01 ens3 0.17 0.12 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 08:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 08:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:12:01 ens3 2.55 4.00 0.23 13.16 0.00 0.00 0.00 0.00 13:38:08 08:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:13:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 08:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 08:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:14:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:15:01 ens3 0.22 0.12 0.07 0.01 0.00 0.00 0.00 0.00 13:38:08 08:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 08:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:16:01 ens3 0.38 0.00 0.04 0.00 0.00 0.00 0.00 0.00 13:38:08 08:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:17:01 ens3 3.65 6.10 0.54 13.80 0.00 0.00 0.00 0.00 13:38:08 08:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 08:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:18:02 ens3 1.88 1.83 0.43 6.66 0.00 0.00 0.00 0.00 13:38:08 08:18:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:18:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:19:01 ens3 2.95 3.37 0.45 7.10 0.00 0.00 0.00 0.00 13:38:08 08:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 08:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:20:01 ens3 0.77 0.00 0.09 0.00 0.00 0.00 0.00 0.00 13:38:08 08:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:21:01 ens3 5.05 5.77 0.79 13.80 0.00 0.00 0.00 0.00 13:38:08 08:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 08:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:22:01 ens3 4.73 6.88 0.39 7.35 0.00 0.00 0.00 0.00 13:38:08 08:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:23:01 ens3 5.98 9.65 0.76 14.26 0.00 0.00 0.00 0.00 13:38:08 08:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 08:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:24:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:25:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 08:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 08:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:26:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:27:01 ens3 7.81 8.36 0.59 7.46 0.00 0.00 0.00 0.00 13:38:08 08:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 08:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:28:01 ens3 4.67 6.05 0.59 7.44 0.00 0.00 0.00 0.00 13:38:08 08:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:29:01 ens3 8.45 8.85 0.76 14.06 0.00 0.00 0.00 0.00 13:38:08 08:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 08:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:30:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:31:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 08:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 08:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:32:01 ens3 1.43 1.40 0.17 5.19 0.00 0.00 0.00 0.00 13:38:08 08:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:33:01 ens3 1.98 0.52 0.65 0.40 0.00 0.00 0.00 0.00 13:38:08 08:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 08:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:34:01 ens3 0.45 0.00 0.02 0.00 0.00 0.00 0.00 0.00 13:38:08 08:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:35:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 08:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 08:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:36:01 ens3 0.40 0.35 0.26 0.22 0.00 0.00 0.00 0.00 13:38:08 08:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:37:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 13:38:08 08:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 08:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:38:01 ens3 0.08 0.02 0.06 0.00 0.00 0.00 0.00 0.00 13:38:08 08:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:39:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 08:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 08:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:40:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:41:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 08:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 08:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:42:01 ens3 0.17 0.10 0.08 0.07 0.00 0.00 0.00 0.00 13:38:08 08:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:43:01 ens3 0.40 0.27 0.13 0.02 0.00 0.00 0.00 0.00 13:38:08 08:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 08:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:44:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:45:01 ens3 0.17 0.12 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 08:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 08:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:46:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:47:01 ens3 0.27 0.23 0.08 0.08 0.00 0.00 0.00 0.00 13:38:08 08:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 08:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:48:01 ens3 0.12 0.07 0.06 0.00 0.00 0.00 0.00 0.00 13:38:08 08:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:49:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 08:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 08:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:50:01 ens3 0.43 0.00 0.04 0.00 0.00 0.00 0.00 0.00 13:38:08 08:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:51:01 ens3 0.42 0.45 0.26 0.22 0.00 0.00 0.00 0.00 13:38:08 08:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 08:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:52:01 ens3 0.22 0.15 0.08 0.07 0.00 0.00 0.00 0.00 13:38:08 08:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:53:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 08:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 08:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:54:01 ens3 0.68 0.35 0.30 0.21 0.00 0.00 0.00 0.00 13:38:08 08:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:55:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 08:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 08:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:56:01 ens3 0.38 0.00 0.05 0.00 0.00 0.00 0.00 0.00 13:38:08 08:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:57:01 ens3 1.18 0.40 0.45 0.28 0.00 0.00 0.00 0.00 13:38:08 08:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 08:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:58:01 ens3 0.70 0.43 0.41 0.28 0.00 0.00 0.00 0.00 13:38:08 08:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 08:59:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 08:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 08:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:00:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:01:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 09:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 09:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:02:01 ens3 0.50 0.10 0.12 0.07 0.00 0.00 0.00 0.00 13:38:08 09:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:03:01 ens3 0.78 0.42 0.42 0.28 0.00 0.00 0.00 0.00 13:38:08 09:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 09:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:04:01 ens3 0.57 0.10 0.14 0.22 0.00 0.00 0.00 0.00 13:38:08 09:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:05:01 ens3 3.02 2.02 1.75 4.00 0.00 0.00 0.00 0.00 13:38:08 09:05:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 13:38:08 09:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:06:01 ens3 1.57 1.25 0.79 1.15 0.00 0.00 0.00 0.00 13:38:08 09:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:07:01 ens3 0.77 0.18 0.14 0.07 0.00 0.00 0.00 0.00 13:38:08 09:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 09:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:08:01 ens3 0.70 0.42 0.41 0.28 0.00 0.00 0.00 0.00 13:38:08 09:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:09:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 09:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 09:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:10:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:11:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 09:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 09:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:12:01 ens3 0.25 0.15 0.09 0.07 0.00 0.00 0.00 0.00 13:38:08 09:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:13:01 ens3 0.18 0.15 0.07 0.01 0.00 0.00 0.00 0.00 13:38:08 09:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 09:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:14:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:15:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 09:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 09:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:16:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:17:01 ens3 0.25 0.23 0.08 0.08 0.00 0.00 0.00 0.00 13:38:08 09:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 09:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:18:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:38:08 09:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:19:01 ens3 0.17 0.12 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 09:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 09:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:20:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:21:01 ens3 0.90 0.53 0.36 0.23 0.00 0.00 0.00 0.00 13:38:08 09:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 09:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:22:01 ens3 0.17 0.08 0.08 0.06 0.00 0.00 0.00 0.00 13:38:08 09:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:23:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 09:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 09:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:24:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:25:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 09:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 09:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:26:01 ens3 0.80 0.43 0.44 0.28 0.00 0.00 0.00 0.00 13:38:08 09:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:27:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 13:38:08 09:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 09:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:28:01 ens3 0.38 0.00 0.05 0.00 0.00 0.00 0.00 0.00 13:38:08 09:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:29:01 ens3 1.10 0.47 0.37 0.22 0.00 0.00 0.00 0.00 13:38:08 09:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 09:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:30:01 ens3 0.48 0.38 0.35 0.28 0.00 0.00 0.00 0.00 13:38:08 09:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:31:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 09:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 09:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:32:01 ens3 0.17 0.10 0.08 0.07 0.00 0.00 0.00 0.00 13:38:08 09:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:33:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 09:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 09:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:34:01 ens3 0.17 0.05 0.06 0.00 0.00 0.00 0.00 0.00 13:38:08 09:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:35:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 09:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 09:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:36:01 ens3 0.48 0.38 0.26 0.22 0.00 0.00 0.00 0.00 13:38:08 09:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:37:02 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 13:38:08 09:37:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 09:37:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:38:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:39:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 09:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 09:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:40:01 ens3 0.12 0.02 0.06 0.00 0.00 0.00 0.00 0.00 13:38:08 09:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:41:01 ens3 0.47 0.10 0.05 0.01 0.00 0.00 0.00 0.00 13:38:08 09:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 09:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:42:01 ens3 0.50 0.40 0.33 0.28 0.00 0.00 0.00 0.00 13:38:08 09:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:43:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 09:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 09:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:44:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:45:01 ens3 0.77 0.12 0.12 0.01 0.00 0.00 0.00 0.00 13:38:08 09:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 09:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:46:01 ens3 0.30 0.12 0.10 0.07 0.00 0.00 0.00 0.00 13:38:08 09:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:47:01 ens3 0.65 0.48 0.34 0.27 0.00 0.00 0.00 0.00 13:38:08 09:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 09:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:48:01 ens3 0.47 0.10 0.10 0.01 0.00 0.00 0.00 0.00 13:38:08 09:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:49:01 ens3 0.67 0.65 0.37 0.30 0.00 0.00 0.00 0.00 13:38:08 09:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 09:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:50:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:51:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 09:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 09:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:52:01 ens3 0.17 0.17 0.08 0.07 0.00 0.00 0.00 0.00 13:38:08 09:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:53:01 ens3 0.18 0.13 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 09:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 09:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:54:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:55:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 09:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 09:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:56:01 ens3 0.55 0.00 0.05 0.00 0.00 0.00 0.00 0.00 13:38:08 09:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:57:01 ens3 0.58 0.28 0.24 0.14 0.00 0.00 0.00 0.00 13:38:08 09:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 09:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:58:01 ens3 0.45 0.23 0.26 0.20 0.00 0.00 0.00 0.00 13:38:08 09:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 09:59:01 ens3 0.23 0.13 0.07 0.01 0.00 0.00 0.00 0.00 13:38:08 09:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 09:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:00:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:01:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 10:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 10:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:02:01 ens3 0.17 0.10 0.08 0.07 0.00 0.00 0.00 0.00 13:38:08 10:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:03:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 10:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 10:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:04:01 ens3 0.57 0.03 0.11 0.00 0.00 0.00 0.00 0.00 13:38:08 10:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:05:01 ens3 1.45 1.23 0.83 2.83 0.00 0.00 0.00 0.00 13:38:08 10:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 10:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:06:01 ens3 3.15 2.20 1.79 2.58 0.00 0.00 0.00 0.00 13:38:08 10:06:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 10:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:07:01 ens3 0.22 0.17 0.08 0.07 0.00 0.00 0.00 0.00 13:38:08 10:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 10:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:08:01 ens3 0.15 0.05 0.06 0.00 0.00 0.00 0.00 0.00 13:38:08 10:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:09:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 10:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 10:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:10:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:11:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 10:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 10:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:12:01 ens3 0.17 0.10 0.08 0.07 0.00 0.00 0.00 0.00 13:38:08 10:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:13:01 ens3 0.18 0.13 0.07 0.01 0.00 0.00 0.00 0.00 13:38:08 10:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 10:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:14:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:15:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 10:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 10:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:16:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:17:01 ens3 0.22 0.20 0.08 0.07 0.00 0.00 0.00 0.00 13:38:08 10:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 10:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:18:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:19:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 10:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 10:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:20:01 ens3 0.12 0.02 0.06 0.00 0.00 0.00 0.00 0.00 13:38:08 10:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:21:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 10:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 10:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:22:01 ens3 0.18 0.08 0.08 0.06 0.00 0.00 0.00 0.00 13:38:08 10:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:23:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 10:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 10:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:24:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:25:01 ens3 0.25 0.12 0.07 0.01 0.00 0.00 0.00 0.00 13:38:08 10:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 10:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:26:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:27:01 ens3 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 13:38:08 10:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 10:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:28:01 ens3 0.15 0.05 0.06 0.00 0.00 0.00 0.00 0.00 13:38:08 10:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:29:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 10:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 10:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:30:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:31:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 10:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 10:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:32:01 ens3 0.15 0.10 0.08 0.07 0.00 0.00 0.00 0.00 13:38:08 10:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:33:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 10:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 10:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:34:01 ens3 0.15 0.05 0.06 0.00 0.00 0.00 0.00 0.00 13:38:08 10:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:35:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 10:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 10:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:36:01 ens3 0.48 0.33 0.26 0.21 0.00 0.00 0.00 0.00 13:38:08 10:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:37:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 13:38:08 10:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 10:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:38:01 ens3 0.37 0.00 0.04 0.00 0.00 0.00 0.00 0.00 13:38:08 10:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:39:01 ens3 0.88 0.75 0.47 0.30 0.00 0.00 0.00 0.00 13:38:08 10:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 10:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:40:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:41:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 10:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 10:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:42:01 ens3 0.23 0.08 0.08 0.06 0.00 0.00 0.00 0.00 13:38:08 10:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:43:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 10:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 10:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:44:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:45:01 ens3 0.17 0.10 0.06 0.01 0.00 0.00 0.00 0.00 13:38:08 10:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 10:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:46:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:47:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 13:38:08 10:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 10:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:48:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:49:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 10:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 10:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:50:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:51:01 ens3 0.22 0.12 0.07 0.01 0.00 0.00 0.00 0.00 13:38:08 10:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 10:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:52:01 ens3 0.22 0.20 0.09 0.07 0.00 0.00 0.00 0.00 13:38:08 10:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:53:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 10:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 10:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:54:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:55:01 ens3 0.22 0.18 0.07 0.01 0.00 0.00 0.00 0.00 13:38:08 10:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 10:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:56:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:57:01 ens3 0.23 0.23 0.08 0.08 0.00 0.00 0.00 0.00 13:38:08 10:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 10:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:58:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 10:59:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 10:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 10:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:00:01 ens3 0.12 0.10 0.06 0.01 0.00 0.00 0.00 0.00 13:38:08 11:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:01:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 11:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 11:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:02:01 ens3 0.13 0.15 0.08 0.07 0.00 0.00 0.00 0.00 13:38:08 11:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:03:01 ens3 0.22 0.15 0.07 0.01 0.00 0.00 0.00 0.00 13:38:08 11:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 11:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:04:01 ens3 0.37 0.00 0.04 0.00 0.00 0.00 0.00 0.00 13:38:08 11:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:05:02 ens3 0.97 0.48 0.40 0.45 0.00 0.00 0.00 0.00 13:38:08 11:05:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 11:05:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:06:01 ens3 3.52 2.69 2.01 4.38 0.00 0.00 0.00 0.00 13:38:08 11:06:01 lo 0.14 0.14 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 11:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:07:01 ens3 1.50 0.78 0.86 1.12 0.00 0.00 0.00 0.00 13:38:08 11:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 11:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:08:01 ens3 0.13 0.05 0.06 0.00 0.00 0.00 0.00 0.00 13:38:08 11:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:09:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 11:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 11:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:10:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:11:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 11:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 11:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:12:01 ens3 0.17 0.10 0.08 0.07 0.00 0.00 0.00 0.00 13:38:08 11:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:13:01 ens3 0.23 0.13 0.07 0.01 0.00 0.00 0.00 0.00 13:38:08 11:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 11:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:14:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:15:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 11:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 11:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:16:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:17:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 13:38:08 11:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 11:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:18:01 ens3 0.07 0.02 0.06 0.00 0.00 0.00 0.00 0.00 13:38:08 11:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:19:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 11:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 11:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:20:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:21:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 11:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 11:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:22:01 ens3 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 13:38:08 11:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:23:01 ens3 0.17 0.10 0.06 0.01 0.00 0.00 0.00 0.00 13:38:08 11:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 11:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:24:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:25:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 11:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 11:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:26:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:27:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 13:38:08 11:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 11:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:28:01 ens3 0.13 0.05 0.06 0.00 0.00 0.00 0.00 0.00 13:38:08 11:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:29:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 11:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 11:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:30:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:31:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 11:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 11:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:32:01 ens3 0.13 0.08 0.08 0.06 0.00 0.00 0.00 0.00 13:38:08 11:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:33:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 11:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 11:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:34:01 ens3 0.13 0.05 0.06 0.00 0.00 0.00 0.00 0.00 13:38:08 11:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:35:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 11:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 11:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:36:01 ens3 0.50 0.37 0.26 0.21 0.00 0.00 0.00 0.00 13:38:08 11:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:37:01 ens3 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 13:38:08 11:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 11:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:38:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:39:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 11:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 11:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:40:01 ens3 0.13 0.03 0.06 0.00 0.00 0.00 0.00 0.00 13:38:08 11:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:41:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 11:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 11:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:42:01 ens3 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 13:38:08 11:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:43:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 11:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 11:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:44:01 ens3 0.10 0.03 0.06 0.00 0.00 0.00 0.00 0.00 13:38:08 11:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:45:01 ens3 0.30 0.23 0.13 0.07 0.00 0.00 0.00 0.00 13:38:08 11:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 11:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:46:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:47:01 ens3 0.22 0.20 0.08 0.07 0.00 0.00 0.00 0.00 13:38:08 11:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 11:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:48:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:49:01 ens3 0.22 0.12 0.07 0.01 0.00 0.00 0.00 0.00 13:38:08 11:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 11:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:50:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:51:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 11:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 11:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:52:01 ens3 0.15 0.15 0.08 0.07 0.00 0.00 0.00 0.00 13:38:08 11:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:53:01 ens3 0.25 0.13 0.07 0.01 0.00 0.00 0.00 0.00 13:38:08 11:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 11:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:54:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:55:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 11:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 11:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:56:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:57:01 ens3 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 13:38:08 11:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 11:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:58:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 11:59:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 11:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 11:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:00:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:01:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 12:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 12:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:02:01 ens3 0.30 0.13 0.14 0.07 0.00 0.00 0.00 0.00 13:38:08 12:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:03:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 12:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 12:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:04:01 ens3 0.93 0.35 0.37 0.21 0.00 0.00 0.00 0.00 13:38:08 12:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:05:01 ens3 0.28 0.23 0.11 0.24 0.00 0.00 0.00 0.00 13:38:08 12:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 12:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:06:01 ens3 2.58 2.38 1.47 3.88 0.00 0.00 0.00 0.00 13:38:08 12:06:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 12:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:07:01 ens3 1.70 1.42 0.87 1.22 0.00 0.00 0.00 0.00 13:38:08 12:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 12:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:08:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:09:01 ens3 0.23 0.12 0.07 0.01 0.00 0.00 0.00 0.00 13:38:08 12:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 12:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:10:01 ens3 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:11:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 12:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 12:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:12:01 ens3 0.15 0.08 0.08 0.06 0.00 0.00 0.00 0.00 13:38:08 12:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:13:01 ens3 0.23 0.13 0.07 0.01 0.00 0.00 0.00 0.00 13:38:08 12:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 12:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:14:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:15:02 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 12:15:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 12:15:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:16:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:17:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 13:38:08 12:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 12:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:18:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:19:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 12:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 12:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:20:01 ens3 0.10 0.02 0.06 0.00 0.00 0.00 0.00 0.00 13:38:08 12:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:21:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 12:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 12:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:22:01 ens3 0.13 0.10 0.08 0.07 0.00 0.00 0.00 0.00 13:38:08 12:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:23:01 ens3 0.18 0.12 0.07 0.01 0.00 0.00 0.00 0.00 13:38:08 12:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 12:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:24:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:25:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 12:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 12:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:26:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:27:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 13:38:08 12:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 12:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:28:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:29:01 ens3 0.18 0.13 0.07 0.01 0.00 0.00 0.00 0.00 13:38:08 12:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 12:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:30:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:31:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 12:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 12:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:32:01 ens3 0.15 0.10 0.08 0.07 0.00 0.00 0.00 0.00 13:38:08 12:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:33:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 12:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 12:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:34:01 ens3 0.13 0.08 0.06 0.00 0.00 0.00 0.00 0.00 13:38:08 12:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:35:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 12:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 12:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:36:01 ens3 0.47 0.33 0.26 0.21 0.00 0.00 0.00 0.00 13:38:08 12:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:37:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 13:38:08 12:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 12:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:38:01 ens3 0.07 0.02 0.06 0.00 0.00 0.00 0.00 0.00 13:38:08 12:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:39:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 12:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 12:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:40:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:41:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 12:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 12:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:42:01 ens3 0.15 0.10 0.08 0.07 0.00 0.00 0.00 0.00 13:38:08 12:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:43:01 ens3 0.20 0.13 0.07 0.01 0.00 0.00 0.00 0.00 13:38:08 12:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 12:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:44:01 ens3 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:45:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 12:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 12:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:46:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:47:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 13:38:08 12:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 12:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:48:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:49:01 ens3 0.22 0.18 0.07 0.01 0.00 0.00 0.00 0.00 13:38:08 12:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 12:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:50:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:51:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 12:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 12:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:52:01 ens3 0.15 0.10 0.08 0.07 0.00 0.00 0.00 0.00 13:38:08 12:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:53:01 ens3 0.17 0.13 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 12:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 12:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:54:01 ens3 0.13 0.05 0.06 0.00 0.00 0.00 0.00 0.00 13:38:08 12:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:55:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 12:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 12:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:56:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:57:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 13:38:08 12:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 12:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:58:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 12:59:01 ens3 0.22 0.18 0.07 0.01 0.00 0.00 0.00 0.00 13:38:08 12:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 12:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:00:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:01:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 13:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 13:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:02:01 ens3 0.15 0.10 0.08 0.07 0.00 0.00 0.00 0.00 13:38:08 13:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:03:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 13:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 13:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:04:01 ens3 0.92 0.42 0.37 0.22 0.00 0.00 0.00 0.00 13:38:08 13:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:05:01 ens3 0.25 0.22 0.10 0.24 0.00 0.00 0.00 0.00 13:38:08 13:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 13:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:06:01 ens3 2.65 2.23 1.45 3.88 0.00 0.00 0.00 0.00 13:38:08 13:06:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 13:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:07:01 ens3 1.65 1.42 0.87 1.22 0.00 0.00 0.00 0.00 13:38:08 13:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 13:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:08:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:09:01 ens3 0.23 0.12 0.07 0.01 0.00 0.00 0.00 0.00 13:38:08 13:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 13:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:10:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:11:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 13:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 13:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:12:01 ens3 68.44 44.63 715.19 3.17 0.00 0.00 0.00 0.00 13:38:08 13:12:01 lo 0.27 0.27 0.03 0.03 0.00 0.00 0.00 0.00 13:38:08 13:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:13:01 ens3 0.30 0.28 0.07 0.02 0.00 0.00 0.00 0.00 13:38:08 13:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 13:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:14:01 ens3 0.02 0.18 0.00 0.07 0.00 0.00 0.00 0.00 13:38:08 13:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:15:01 ens3 0.17 0.15 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 13:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 13:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:16:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:17:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 13:38:08 13:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 13:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:18:01 ens3 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:19:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 13:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 13:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:20:01 ens3 0.12 0.03 0.06 0.00 0.00 0.00 0.00 0.00 13:38:08 13:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:21:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 13:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 13:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:22:01 ens3 0.12 0.08 0.07 0.06 0.00 0.00 0.00 0.00 13:38:08 13:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:23:01 ens3 0.22 0.15 0.07 0.01 0.00 0.00 0.00 0.00 13:38:08 13:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 13:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:24:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:25:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 13:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 13:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:26:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:27:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 13:38:08 13:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 13:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:28:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:29:01 ens3 0.23 0.13 0.07 0.01 0.00 0.00 0.00 0.00 13:38:08 13:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 13:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:30:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:31:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 13:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 13:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:32:01 ens3 0.13 0.08 0.08 0.06 0.00 0.00 0.00 0.00 13:38:08 13:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:33:01 ens3 0.22 0.15 0.07 0.01 0.00 0.00 0.00 0.00 13:38:08 13:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 13:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:34:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:35:02 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 13:35:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 13:35:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:36:01 ens3 0.49 0.34 0.27 0.22 0.00 0.00 0.00 0.00 13:38:08 13:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:37:01 ens3 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 13:38:08 13:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:38:08 13:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 13:38:01 ens3 90.07 55.49 2517.55 8.36 0.00 0.00 0.00 0.00 13:38:08 13:38:01 lo 0.93 0.93 0.09 0.09 0.00 0.00 0.00 0.00 13:38:08 13:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:38:08 Average: ens3 12.05 9.71 90.89 12.37 0.00 0.00 0.00 0.00 13:38:08 Average: lo 0.35 0.35 0.03 0.03 0.00 0.00 0.00 0.00 13:38:08 Average: docker0 4.08 5.18 0.31 37.26 0.00 0.00 0.00 0.00 13:38:08 13:38:08 13:38:08 ---> sar -P ALL: 13:38:08 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3061) 06/10/25 _x86_64_ (8 CPU) 13:38:08 13:38:08 07:36:30 LINUX RESTART (8 CPU) 13:38:08 13:38:08 07:37:02 CPU %user %nice %system %iowait %steal %idle 13:38:08 07:38:01 all 11.01 0.00 4.06 1.74 0.07 83.11 13:38:08 07:38:01 0 10.48 0.00 3.54 1.89 0.05 84.04 13:38:08 07:38:01 1 11.05 0.00 3.34 1.03 0.07 84.51 13:38:08 07:38:01 2 14.54 0.00 3.97 0.81 0.07 80.61 13:38:08 07:38:01 3 9.83 0.00 5.13 0.15 0.09 84.80 13:38:08 07:38:01 4 10.86 0.00 3.90 3.37 0.05 81.82 13:38:08 07:38:01 5 11.26 0.00 5.03 0.33 0.07 83.32 13:38:08 07:38:01 6 11.81 0.00 4.21 0.17 0.07 83.73 13:38:08 07:38:01 7 8.26 0.00 3.40 6.19 0.09 82.08 13:38:08 07:39:01 all 39.38 0.00 6.98 0.83 0.09 52.72 13:38:08 07:39:01 0 39.95 0.00 7.77 0.94 0.10 51.24 13:38:08 07:39:01 1 38.34 0.00 7.40 0.17 0.08 54.01 13:38:08 07:39:01 2 40.03 0.00 7.25 0.29 0.08 52.35 13:38:08 07:39:01 3 39.74 0.00 5.74 0.12 0.10 54.30 13:38:08 07:39:01 4 41.61 0.00 6.87 0.03 0.10 51.39 13:38:08 07:39:01 5 40.01 0.00 7.21 0.08 0.08 52.61 13:38:08 07:39:01 6 38.69 0.00 6.65 0.15 0.10 54.41 13:38:08 07:39:01 7 36.63 0.00 6.98 4.87 0.10 51.41 13:38:08 07:40:01 all 47.44 0.00 5.96 0.37 0.09 46.14 13:38:08 07:40:01 0 48.45 0.00 6.55 0.10 0.10 44.79 13:38:08 07:40:01 1 46.78 0.00 5.77 0.00 0.08 47.36 13:38:08 07:40:01 2 48.68 0.00 5.48 0.42 0.08 45.33 13:38:08 07:40:01 3 45.60 0.00 5.86 0.35 0.10 48.08 13:38:08 07:40:01 4 48.99 0.00 5.54 0.00 0.08 45.39 13:38:08 07:40:01 5 47.37 0.00 5.77 0.00 0.08 46.78 13:38:08 07:40:01 6 48.64 0.00 7.04 0.02 0.07 44.23 13:38:08 07:40:01 7 45.02 0.00 5.66 2.06 0.08 47.18 13:38:08 07:41:01 all 43.15 0.00 7.20 0.55 0.08 49.02 13:38:08 07:41:01 0 43.08 0.00 6.81 0.30 0.08 49.72 13:38:08 07:41:01 1 42.81 0.00 7.64 0.69 0.10 48.76 13:38:08 07:41:01 2 42.68 0.00 7.41 3.07 0.08 46.76 13:38:08 07:41:01 3 42.79 0.00 6.86 0.03 0.07 50.25 13:38:08 07:41:01 4 44.67 0.00 7.39 0.08 0.07 47.79 13:38:08 07:41:01 5 42.53 0.00 6.78 0.10 0.08 50.51 13:38:08 07:41:01 6 42.21 0.00 7.88 0.03 0.07 49.82 13:38:08 07:41:01 7 44.43 0.00 6.85 0.05 0.08 48.59 13:38:08 07:42:01 all 30.24 0.00 12.34 8.56 0.11 48.75 13:38:08 07:42:01 0 30.12 0.00 12.72 5.62 0.10 51.44 13:38:08 07:42:01 1 28.78 0.00 11.73 13.00 0.10 46.39 13:38:08 07:42:01 2 30.19 0.00 12.72 7.68 0.12 49.30 13:38:08 07:42:01 3 29.47 0.00 11.29 10.54 0.15 48.54 13:38:08 07:42:01 4 31.25 0.00 13.67 6.66 0.08 48.34 13:38:08 07:42:01 5 30.39 0.00 11.71 8.25 0.10 49.56 13:38:08 07:42:01 6 31.52 0.00 12.13 9.60 0.10 46.64 13:38:08 07:42:01 7 30.19 0.00 12.73 7.18 0.10 49.80 13:38:08 07:43:01 all 64.76 0.00 10.36 4.53 0.11 20.25 13:38:08 07:43:01 0 66.11 0.00 8.26 1.13 0.10 24.40 13:38:08 07:43:01 1 64.40 0.00 10.34 1.67 0.10 23.50 13:38:08 07:43:01 2 65.10 0.00 11.99 19.95 0.12 2.85 13:38:08 07:43:01 3 64.46 0.00 10.14 1.69 0.12 23.59 13:38:08 07:43:01 4 63.93 0.00 11.02 3.21 0.12 21.72 13:38:08 07:43:01 5 64.89 0.00 10.32 1.30 0.10 23.38 13:38:08 07:43:01 6 64.86 0.00 10.39 1.96 0.10 22.70 13:38:08 07:43:01 7 64.31 0.00 10.42 5.45 0.10 19.72 13:38:08 07:44:01 all 90.54 0.00 9.35 0.00 0.11 0.00 13:38:08 07:44:01 0 91.54 0.00 8.35 0.00 0.12 0.00 13:38:08 07:44:01 1 90.75 0.00 9.15 0.00 0.10 0.00 13:38:08 07:44:01 2 91.02 0.00 8.86 0.00 0.12 0.00 13:38:08 07:44:01 3 89.90 0.00 10.00 0.00 0.10 0.00 13:38:08 07:44:01 4 90.17 0.00 9.72 0.00 0.12 0.00 13:38:08 07:44:01 5 90.18 0.00 9.72 0.00 0.10 0.00 13:38:08 07:44:01 6 89.67 0.00 10.21 0.00 0.12 0.00 13:38:08 07:44:01 7 91.10 0.00 8.80 0.00 0.10 0.00 13:38:08 07:45:01 all 83.22 0.00 10.57 0.66 0.10 5.45 13:38:08 07:45:01 0 84.35 0.00 9.60 0.38 0.08 5.58 13:38:08 07:45:01 1 84.38 0.00 9.79 0.48 0.08 5.26 13:38:08 07:45:01 2 82.89 0.00 10.77 0.33 0.10 5.91 13:38:08 07:45:01 3 82.79 0.00 10.75 1.32 0.13 5.00 13:38:08 07:45:01 4 83.71 0.00 9.89 0.25 0.10 6.04 13:38:08 07:45:01 5 81.95 0.00 11.90 0.95 0.10 5.10 13:38:08 07:45:01 6 81.22 0.00 12.28 0.74 0.12 5.65 13:38:08 07:45:01 7 84.47 0.00 9.59 0.80 0.10 5.04 13:38:08 07:46:01 all 7.44 0.00 1.20 0.14 0.07 91.15 13:38:08 07:46:01 0 5.73 0.00 1.30 0.05 0.05 92.87 13:38:08 07:46:01 1 7.29 0.00 1.03 0.02 0.07 91.60 13:38:08 07:46:01 2 4.44 0.00 1.04 0.05 0.07 94.40 13:38:08 07:46:01 3 9.10 0.00 1.17 0.07 0.08 89.58 13:38:08 07:46:01 4 7.35 0.00 1.22 0.03 0.07 91.33 13:38:08 07:46:01 5 5.33 0.00 1.12 0.03 0.08 93.44 13:38:08 07:46:01 6 11.10 0.00 1.57 0.52 0.07 86.74 13:38:08 07:46:01 7 9.21 0.00 1.12 0.39 0.07 89.21 13:38:08 07:47:01 all 8.46 0.00 0.80 0.09 0.06 90.58 13:38:08 07:47:01 0 11.78 0.00 0.78 0.02 0.05 87.38 13:38:08 07:47:01 1 12.09 0.00 0.69 0.02 0.05 87.15 13:38:08 07:47:01 2 2.86 0.00 0.75 0.00 0.05 96.34 13:38:08 07:47:01 3 6.28 0.00 0.50 0.05 0.05 93.12 13:38:08 07:47:01 4 11.17 0.00 1.02 0.22 0.07 87.53 13:38:08 07:47:01 5 6.28 0.00 0.57 0.02 0.05 93.08 13:38:08 07:47:01 6 9.75 0.00 0.87 0.42 0.07 88.90 13:38:08 07:47:01 7 7.54 0.00 1.24 0.02 0.07 91.14 13:38:08 07:48:01 all 0.08 0.00 0.03 0.00 0.01 99.87 13:38:08 07:48:01 0 0.05 0.00 0.05 0.00 0.03 99.87 13:38:08 07:48:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 07:48:01 2 0.38 0.00 0.10 0.00 0.02 99.50 13:38:08 07:48:01 3 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 07:48:01 4 0.05 0.00 0.03 0.02 0.02 99.88 13:38:08 07:48:01 5 0.08 0.00 0.03 0.00 0.02 99.87 13:38:08 07:48:01 6 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 07:48:01 7 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 13:38:08 07:48:01 CPU %user %nice %system %iowait %steal %idle 13:38:08 07:49:01 all 0.03 0.00 0.01 0.00 0.02 99.93 13:38:08 07:49:01 0 0.08 0.00 0.03 0.00 0.03 99.85 13:38:08 07:49:01 1 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 07:49:01 2 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 07:49:01 3 0.10 0.00 0.08 0.00 0.03 99.78 13:38:08 07:49:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 07:49:01 5 0.02 0.00 0.00 0.00 0.03 99.95 13:38:08 07:49:01 6 0.00 0.00 0.00 0.02 0.00 99.98 13:38:08 07:49:01 7 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 07:50:01 all 0.02 0.00 0.02 0.00 0.01 99.95 13:38:08 07:50:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 07:50:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 07:50:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 07:50:01 3 0.02 0.00 0.02 0.02 0.02 99.93 13:38:08 07:50:01 4 0.03 0.00 0.07 0.00 0.02 99.88 13:38:08 07:50:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 07:50:01 6 0.02 0.00 0.02 0.02 0.02 99.93 13:38:08 07:50:01 7 0.03 0.00 0.03 0.00 0.00 99.93 13:38:08 07:51:01 all 0.02 0.00 0.02 0.00 0.01 99.95 13:38:08 07:51:01 0 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 07:51:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 07:51:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 07:51:01 3 0.02 0.00 0.02 0.02 0.02 99.93 13:38:08 07:51:01 4 0.03 0.00 0.05 0.00 0.03 99.88 13:38:08 07:51:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 07:51:01 6 0.02 0.00 0.02 0.02 0.00 99.95 13:38:08 07:51:01 7 0.03 0.00 0.03 0.00 0.02 99.92 13:38:08 07:52:01 all 0.04 0.00 0.04 0.01 0.01 99.89 13:38:08 07:52:01 0 0.07 0.00 0.05 0.00 0.03 99.85 13:38:08 07:52:01 1 0.07 0.00 0.03 0.00 0.02 99.88 13:38:08 07:52:01 2 0.03 0.00 0.03 0.00 0.00 99.93 13:38:08 07:52:01 3 0.10 0.00 0.08 0.00 0.02 99.80 13:38:08 07:52:01 4 0.02 0.00 0.07 0.03 0.02 99.87 13:38:08 07:52:01 5 0.00 0.00 0.03 0.02 0.02 99.93 13:38:08 07:52:01 6 0.03 0.00 0.02 0.03 0.00 99.92 13:38:08 07:52:01 7 0.02 0.00 0.03 0.00 0.00 99.95 13:38:08 07:53:01 all 0.03 0.00 0.03 0.01 0.01 99.92 13:38:08 07:53:01 0 0.03 0.00 0.05 0.00 0.02 99.90 13:38:08 07:53:01 1 0.05 0.00 0.05 0.00 0.02 99.88 13:38:08 07:53:01 2 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 07:53:01 3 0.03 0.00 0.07 0.00 0.02 99.88 13:38:08 07:53:01 4 0.02 0.00 0.03 0.03 0.00 99.92 13:38:08 07:53:01 5 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 07:53:01 6 0.03 0.00 0.02 0.03 0.00 99.92 13:38:08 07:53:01 7 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 07:54:01 all 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 07:54:01 0 0.05 0.00 0.02 0.00 0.03 99.90 13:38:08 07:54:01 1 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 07:54:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 07:54:01 3 0.07 0.00 0.05 0.00 0.03 99.85 13:38:08 07:54:01 4 0.02 0.00 0.05 0.00 0.03 99.90 13:38:08 07:54:01 5 0.05 0.00 0.03 0.00 0.02 99.90 13:38:08 07:54:01 6 0.03 0.00 0.00 0.03 0.02 99.92 13:38:08 07:54:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 07:55:01 all 0.02 0.00 0.02 0.01 0.01 99.95 13:38:08 07:55:01 0 0.05 0.00 0.03 0.00 0.03 99.88 13:38:08 07:55:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 07:55:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 07:55:01 3 0.05 0.00 0.05 0.00 0.02 99.88 13:38:08 07:55:01 4 0.02 0.00 0.05 0.02 0.02 99.90 13:38:08 07:55:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 07:55:01 6 0.00 0.00 0.00 0.03 0.00 99.97 13:38:08 07:55:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 07:56:01 all 0.05 0.00 0.02 0.00 0.02 99.91 13:38:08 07:56:01 0 0.08 0.00 0.00 0.00 0.02 99.90 13:38:08 07:56:01 1 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 07:56:01 2 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 07:56:01 3 0.08 0.00 0.07 0.00 0.03 99.82 13:38:08 07:56:01 4 0.05 0.00 0.03 0.00 0.02 99.90 13:38:08 07:56:01 5 0.12 0.00 0.00 0.00 0.03 99.85 13:38:08 07:56:01 6 0.03 0.00 0.03 0.03 0.00 99.90 13:38:08 07:56:01 7 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 07:57:01 all 0.03 0.00 0.01 0.00 0.01 99.95 13:38:08 07:57:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 07:57:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 07:57:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 07:57:01 3 0.08 0.00 0.03 0.00 0.03 99.85 13:38:08 07:57:01 4 0.02 0.00 0.00 0.02 0.02 99.95 13:38:08 07:57:01 5 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 07:57:01 6 0.00 0.00 0.00 0.02 0.00 99.98 13:38:08 07:57:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 07:58:01 all 0.04 0.00 0.01 0.01 0.01 99.92 13:38:08 07:58:01 0 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 07:58:01 1 0.07 0.00 0.02 0.00 0.00 99.92 13:38:08 07:58:01 2 0.02 0.00 0.00 0.02 0.02 99.95 13:38:08 07:58:01 3 0.05 0.00 0.03 0.00 0.02 99.90 13:38:08 07:58:01 4 0.07 0.00 0.05 0.00 0.02 99.87 13:38:08 07:58:01 5 0.03 0.00 0.00 0.00 0.03 99.93 13:38:08 07:58:01 6 0.05 0.00 0.00 0.03 0.02 99.90 13:38:08 07:58:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 07:59:01 all 0.02 0.00 0.02 0.00 0.01 99.95 13:38:08 07:59:01 0 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 07:59:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 07:59:01 2 0.03 0.00 0.03 0.02 0.02 99.90 13:38:08 07:59:01 3 0.07 0.00 0.00 0.00 0.03 99.90 13:38:08 07:59:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 07:59:01 5 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 07:59:01 6 0.00 0.00 0.03 0.02 0.00 99.95 13:38:08 07:59:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 13:38:08 07:59:01 CPU %user %nice %system %iowait %steal %idle 13:38:08 08:00:01 all 0.27 0.00 0.02 0.00 0.01 99.69 13:38:08 08:00:01 0 0.03 0.00 0.03 0.00 0.00 99.93 13:38:08 08:00:01 1 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 08:00:01 2 1.94 0.00 0.07 0.00 0.02 97.98 13:38:08 08:00:01 3 0.10 0.00 0.07 0.00 0.03 99.80 13:38:08 08:00:01 4 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 08:00:01 5 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 08:00:01 6 0.02 0.00 0.00 0.03 0.02 99.93 13:38:08 08:00:01 7 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 08:01:01 all 0.23 0.00 0.02 0.01 0.01 99.73 13:38:08 08:01:01 0 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 08:01:01 1 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 08:01:01 2 1.53 0.00 0.00 0.00 0.03 98.43 13:38:08 08:01:01 3 0.13 0.00 0.07 0.00 0.05 99.75 13:38:08 08:01:01 4 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 08:01:01 5 0.10 0.00 0.02 0.03 0.02 99.83 13:38:08 08:01:01 6 0.02 0.00 0.00 0.02 0.00 99.97 13:38:08 08:01:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 08:02:01 all 0.03 0.00 0.01 0.01 0.01 99.94 13:38:08 08:02:01 0 0.05 0.00 0.00 0.00 0.00 99.95 13:38:08 08:02:01 1 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 08:02:01 2 0.03 0.00 0.03 0.00 0.03 99.90 13:38:08 08:02:01 3 0.07 0.00 0.02 0.00 0.02 99.90 13:38:08 08:02:01 4 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 08:02:01 5 0.03 0.00 0.00 0.02 0.00 99.95 13:38:08 08:02:01 6 0.00 0.00 0.00 0.03 0.00 99.97 13:38:08 08:02:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 08:03:01 all 0.01 0.00 0.01 0.01 0.01 99.95 13:38:08 08:03:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 08:03:01 1 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 08:03:01 2 0.02 0.00 0.03 0.00 0.02 99.93 13:38:08 08:03:01 3 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 08:03:01 4 0.03 0.00 0.00 0.02 0.02 99.93 13:38:08 08:03:01 5 0.00 0.00 0.03 0.02 0.02 99.93 13:38:08 08:03:01 6 0.02 0.00 0.02 0.03 0.00 99.93 13:38:08 08:03:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 08:04:01 all 0.11 0.00 0.02 0.00 0.01 99.85 13:38:08 08:04:01 0 0.07 0.00 0.00 0.00 0.00 99.93 13:38:08 08:04:01 1 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 08:04:01 2 0.08 0.00 0.00 0.00 0.03 99.88 13:38:08 08:04:01 3 0.13 0.00 0.00 0.00 0.00 99.87 13:38:08 08:04:01 4 0.17 0.00 0.08 0.00 0.02 99.73 13:38:08 08:04:01 5 0.22 0.00 0.02 0.00 0.02 99.75 13:38:08 08:04:01 6 0.17 0.00 0.03 0.03 0.02 99.75 13:38:08 08:04:01 7 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 08:05:01 all 0.20 0.00 0.05 0.01 0.02 99.72 13:38:08 08:05:01 0 0.02 0.00 0.08 0.00 0.00 99.90 13:38:08 08:05:01 1 0.37 0.00 0.07 0.02 0.03 99.52 13:38:08 08:05:01 2 0.15 0.00 0.00 0.00 0.02 99.83 13:38:08 08:05:01 3 0.10 0.00 0.03 0.00 0.02 99.85 13:38:08 08:05:01 4 0.10 0.00 0.10 0.00 0.02 99.78 13:38:08 08:05:01 5 0.62 0.00 0.00 0.02 0.02 99.35 13:38:08 08:05:01 6 0.03 0.00 0.03 0.02 0.03 99.88 13:38:08 08:05:01 7 0.22 0.00 0.08 0.02 0.00 99.68 13:38:08 08:06:01 all 0.03 0.00 0.02 0.00 0.01 99.93 13:38:08 08:06:01 0 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 08:06:01 1 0.08 0.00 0.03 0.00 0.00 99.88 13:38:08 08:06:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 08:06:01 3 0.03 0.00 0.07 0.00 0.03 99.87 13:38:08 08:06:01 4 0.05 0.00 0.05 0.00 0.02 99.88 13:38:08 08:06:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 08:06:01 6 0.00 0.00 0.02 0.02 0.02 99.95 13:38:08 08:06:01 7 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 08:07:01 all 0.03 0.00 0.01 0.01 0.01 99.94 13:38:08 08:07:01 0 0.05 0.00 0.02 0.00 0.00 99.93 13:38:08 08:07:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 08:07:01 2 0.00 0.00 0.00 0.02 0.00 99.98 13:38:08 08:07:01 3 0.05 0.00 0.03 0.00 0.02 99.90 13:38:08 08:07:01 4 0.05 0.00 0.03 0.02 0.02 99.88 13:38:08 08:07:01 5 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 08:07:01 6 0.02 0.00 0.02 0.03 0.00 99.93 13:38:08 08:07:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 08:08:01 all 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 08:08:01 0 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 08:08:01 1 0.07 0.00 0.05 0.00 0.02 99.87 13:38:08 08:08:01 2 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 08:08:01 3 0.03 0.00 0.03 0.00 0.03 99.90 13:38:08 08:08:01 4 0.02 0.00 0.02 0.02 0.02 99.93 13:38:08 08:08:01 5 0.02 0.00 0.02 0.00 0.03 99.93 13:38:08 08:08:01 6 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 08:08:01 7 0.02 0.00 0.03 0.00 0.02 99.93 13:38:08 08:09:01 all 0.03 0.00 0.02 0.01 0.01 99.92 13:38:08 08:09:01 0 0.05 0.00 0.03 0.00 0.00 99.92 13:38:08 08:09:01 1 0.05 0.00 0.03 0.00 0.02 99.90 13:38:08 08:09:01 2 0.00 0.00 0.00 0.07 0.00 99.93 13:38:08 08:09:01 3 0.05 0.00 0.05 0.00 0.03 99.87 13:38:08 08:09:01 4 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 08:09:01 5 0.02 0.00 0.03 0.00 0.00 99.95 13:38:08 08:09:01 6 0.03 0.00 0.00 0.02 0.00 99.95 13:38:08 08:09:01 7 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 08:10:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:38:08 08:10:01 0 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 08:10:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 08:10:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 08:10:01 3 0.03 0.00 0.02 0.00 0.03 99.92 13:38:08 08:10:01 4 0.03 0.00 0.02 0.00 0.03 99.92 13:38:08 08:10:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 08:10:01 6 0.00 0.00 0.00 0.02 0.00 99.98 13:38:08 08:10:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 13:38:08 08:10:01 CPU %user %nice %system %iowait %steal %idle 13:38:08 08:11:01 all 0.04 0.00 0.03 0.00 0.01 99.92 13:38:08 08:11:01 0 0.07 0.00 0.02 0.00 0.03 99.88 13:38:08 08:11:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 08:11:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 08:11:01 3 0.07 0.00 0.05 0.00 0.02 99.87 13:38:08 08:11:01 4 0.08 0.00 0.10 0.00 0.02 99.80 13:38:08 08:11:01 5 0.02 0.00 0.02 0.02 0.02 99.93 13:38:08 08:11:01 6 0.02 0.00 0.02 0.02 0.00 99.95 13:38:08 08:11:01 7 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 08:12:01 all 0.07 0.00 0.01 0.00 0.01 99.90 13:38:08 08:12:01 0 0.10 0.00 0.05 0.00 0.02 99.83 13:38:08 08:12:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 08:12:01 2 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 08:12:01 3 0.10 0.00 0.02 0.00 0.03 99.85 13:38:08 08:12:01 4 0.10 0.00 0.03 0.00 0.02 99.85 13:38:08 08:12:01 5 0.10 0.00 0.00 0.02 0.00 99.88 13:38:08 08:12:01 6 0.03 0.00 0.02 0.02 0.02 99.92 13:38:08 08:12:01 7 0.05 0.00 0.00 0.00 0.00 99.95 13:38:08 08:13:01 all 0.03 0.00 0.01 0.00 0.01 99.94 13:38:08 08:13:01 0 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 08:13:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 08:13:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 08:13:01 3 0.07 0.00 0.02 0.00 0.03 99.88 13:38:08 08:13:01 4 0.07 0.00 0.03 0.00 0.02 99.88 13:38:08 08:13:01 5 0.05 0.00 0.00 0.02 0.02 99.92 13:38:08 08:13:01 6 0.00 0.00 0.02 0.02 0.00 99.97 13:38:08 08:13:01 7 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 08:14:01 all 0.01 0.00 0.01 0.00 0.01 99.96 13:38:08 08:14:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 08:14:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 08:14:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 08:14:01 3 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 08:14:01 4 0.07 0.00 0.05 0.00 0.03 99.85 13:38:08 08:14:01 5 0.00 0.00 0.02 0.02 0.00 99.97 13:38:08 08:14:01 6 0.00 0.00 0.02 0.02 0.00 99.97 13:38:08 08:14:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 08:15:01 all 0.04 0.00 0.01 0.00 0.01 99.93 13:38:08 08:15:01 0 0.05 0.00 0.02 0.00 0.03 99.90 13:38:08 08:15:01 1 0.03 0.00 0.03 0.00 0.00 99.93 13:38:08 08:15:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 08:15:01 3 0.07 0.00 0.03 0.00 0.03 99.87 13:38:08 08:15:01 4 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 08:15:01 5 0.03 0.00 0.00 0.02 0.00 99.95 13:38:08 08:15:01 6 0.02 0.00 0.00 0.02 0.00 99.97 13:38:08 08:15:01 7 0.05 0.00 0.02 0.00 0.00 99.93 13:38:08 08:16:01 all 0.02 0.00 0.01 0.00 0.01 99.95 13:38:08 08:16:01 0 0.02 0.00 0.03 0.00 0.02 99.93 13:38:08 08:16:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 08:16:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 08:16:01 3 0.03 0.00 0.02 0.00 0.03 99.92 13:38:08 08:16:01 4 0.03 0.00 0.03 0.00 0.00 99.93 13:38:08 08:16:01 5 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 08:16:01 6 0.02 0.00 0.00 0.02 0.00 99.97 13:38:08 08:16:01 7 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 08:17:01 all 0.06 0.00 0.02 0.00 0.01 99.90 13:38:08 08:17:01 0 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 08:17:01 1 0.05 0.00 0.02 0.00 0.00 99.93 13:38:08 08:17:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 08:17:01 3 0.07 0.00 0.03 0.00 0.03 99.87 13:38:08 08:17:01 4 0.07 0.00 0.05 0.00 0.02 99.87 13:38:08 08:17:01 5 0.17 0.00 0.02 0.02 0.02 99.78 13:38:08 08:17:01 6 0.05 0.00 0.02 0.02 0.00 99.92 13:38:08 08:17:01 7 0.05 0.00 0.02 0.00 0.00 99.93 13:38:08 08:18:02 all 0.03 0.00 0.01 0.00 0.01 99.94 13:38:08 08:18:02 0 0.02 0.00 0.03 0.00 0.03 99.92 13:38:08 08:18:02 1 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 08:18:02 2 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 08:18:02 3 0.02 0.00 0.02 0.00 0.03 99.93 13:38:08 08:18:02 4 0.08 0.00 0.02 0.00 0.02 99.88 13:38:08 08:18:02 5 0.02 0.00 0.03 0.00 0.02 99.93 13:38:08 08:18:02 6 0.00 0.00 0.00 0.02 0.00 99.98 13:38:08 08:18:02 7 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 08:19:01 all 0.04 0.00 0.01 0.00 0.01 99.93 13:38:08 08:19:01 0 0.07 0.00 0.03 0.00 0.02 99.88 13:38:08 08:19:01 1 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 08:19:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 08:19:01 3 0.05 0.00 0.03 0.00 0.02 99.90 13:38:08 08:19:01 4 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 08:19:01 5 0.07 0.00 0.00 0.02 0.02 99.90 13:38:08 08:19:01 6 0.03 0.00 0.02 0.02 0.02 99.92 13:38:08 08:19:01 7 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 08:20:01 all 0.03 0.00 0.02 0.00 0.01 99.93 13:38:08 08:20:01 0 0.07 0.00 0.02 0.00 0.02 99.90 13:38:08 08:20:01 1 0.05 0.00 0.05 0.00 0.03 99.87 13:38:08 08:20:01 2 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 08:20:01 3 0.03 0.00 0.03 0.00 0.02 99.92 13:38:08 08:20:01 4 0.03 0.00 0.05 0.00 0.00 99.92 13:38:08 08:20:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 08:20:01 6 0.03 0.00 0.02 0.02 0.00 99.93 13:38:08 08:20:01 7 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 08:21:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:38:08 08:21:01 0 0.02 0.00 0.03 0.00 0.00 99.95 13:38:08 08:21:01 1 0.03 0.00 0.03 0.00 0.02 99.92 13:38:08 08:21:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 08:21:01 3 0.03 0.00 0.02 0.00 0.03 99.92 13:38:08 08:21:01 4 0.00 0.00 0.03 0.00 0.02 99.95 13:38:08 08:21:01 5 0.02 0.00 0.00 0.02 0.00 99.97 13:38:08 08:21:01 6 0.02 0.00 0.00 0.02 0.00 99.97 13:38:08 08:21:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 13:38:08 08:21:01 CPU %user %nice %system %iowait %steal %idle 13:38:08 08:22:01 all 0.05 0.00 0.01 0.00 0.01 99.92 13:38:08 08:22:01 0 0.07 0.00 0.03 0.00 0.02 99.88 13:38:08 08:22:01 1 0.08 0.00 0.02 0.00 0.02 99.88 13:38:08 08:22:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 08:22:01 3 0.07 0.00 0.02 0.00 0.03 99.88 13:38:08 08:22:01 4 0.10 0.00 0.02 0.00 0.02 99.87 13:38:08 08:22:01 5 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 08:22:01 6 0.02 0.00 0.00 0.02 0.00 99.97 13:38:08 08:22:01 7 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 08:23:01 all 0.02 0.00 0.01 0.00 0.01 99.95 13:38:08 08:23:01 0 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 08:23:01 1 0.03 0.00 0.02 0.00 0.03 99.92 13:38:08 08:23:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 08:23:01 3 0.02 0.00 0.03 0.00 0.02 99.93 13:38:08 08:23:01 4 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 08:23:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 08:23:01 6 0.03 0.00 0.02 0.02 0.00 99.93 13:38:08 08:23:01 7 0.03 0.00 0.02 0.02 0.00 99.93 13:38:08 08:24:01 all 0.03 0.00 0.01 0.00 0.01 99.94 13:38:08 08:24:01 0 0.05 0.00 0.00 0.00 0.00 99.95 13:38:08 08:24:01 1 0.03 0.00 0.03 0.00 0.02 99.92 13:38:08 08:24:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 08:24:01 3 0.03 0.00 0.05 0.00 0.03 99.88 13:38:08 08:24:01 4 0.05 0.00 0.00 0.00 0.02 99.93 13:38:08 08:24:01 5 0.05 0.00 0.02 0.02 0.00 99.92 13:38:08 08:24:01 6 0.00 0.00 0.00 0.02 0.00 99.98 13:38:08 08:24:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 08:25:01 all 0.01 0.00 0.01 0.01 0.01 99.96 13:38:08 08:25:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 08:25:01 1 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 08:25:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 08:25:01 3 0.02 0.00 0.02 0.00 0.03 99.93 13:38:08 08:25:01 4 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 08:25:01 5 0.00 0.00 0.00 0.03 0.02 99.95 13:38:08 08:25:01 6 0.02 0.00 0.00 0.02 0.00 99.97 13:38:08 08:25:01 7 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 08:26:01 all 0.04 0.00 0.02 0.00 0.00 99.94 13:38:08 08:26:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 08:26:01 1 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 08:26:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 08:26:01 3 0.07 0.00 0.03 0.00 0.02 99.88 13:38:08 08:26:01 4 0.10 0.00 0.05 0.00 0.00 99.85 13:38:08 08:26:01 5 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 08:26:01 6 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 08:26:01 7 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 08:27:01 all 0.03 0.00 0.02 0.01 0.01 99.94 13:38:08 08:27:01 0 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 08:27:01 1 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 08:27:01 2 0.00 0.00 0.00 0.02 0.00 99.98 13:38:08 08:27:01 3 0.03 0.00 0.03 0.00 0.02 99.92 13:38:08 08:27:01 4 0.12 0.00 0.03 0.00 0.03 99.82 13:38:08 08:27:01 5 0.00 0.00 0.02 0.02 0.00 99.97 13:38:08 08:27:01 6 0.02 0.00 0.02 0.02 0.00 99.95 13:38:08 08:27:01 7 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 08:28:01 all 0.04 0.00 0.01 0.00 0.01 99.94 13:38:08 08:28:01 0 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 08:28:01 1 0.03 0.00 0.00 0.00 0.03 99.93 13:38:08 08:28:01 2 0.00 0.00 0.00 0.02 0.00 99.98 13:38:08 08:28:01 3 0.05 0.00 0.00 0.00 0.02 99.93 13:38:08 08:28:01 4 0.05 0.00 0.05 0.00 0.02 99.88 13:38:08 08:28:01 5 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 08:28:01 6 0.05 0.00 0.03 0.02 0.02 99.88 13:38:08 08:28:01 7 0.05 0.00 0.00 0.00 0.00 99.95 13:38:08 08:29:01 all 0.02 0.00 0.02 0.00 0.01 99.95 13:38:08 08:29:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 08:29:01 1 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 08:29:01 2 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 08:29:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 08:29:01 4 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 08:29:01 5 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 08:29:01 6 0.02 0.00 0.05 0.02 0.00 99.92 13:38:08 08:29:01 7 0.03 0.00 0.03 0.00 0.00 99.93 13:38:08 08:30:01 all 0.03 0.00 0.01 0.00 0.01 99.94 13:38:08 08:30:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 08:30:01 1 0.05 0.00 0.02 0.00 0.03 99.90 13:38:08 08:30:01 2 0.00 0.00 0.00 0.02 0.00 99.98 13:38:08 08:30:01 3 0.05 0.00 0.03 0.00 0.02 99.90 13:38:08 08:30:01 4 0.07 0.00 0.05 0.00 0.02 99.87 13:38:08 08:30:01 5 0.05 0.00 0.00 0.00 0.02 99.93 13:38:08 08:30:01 6 0.00 0.00 0.00 0.02 0.00 99.98 13:38:08 08:30:01 7 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 08:31:01 all 0.02 0.00 0.02 0.00 0.01 99.95 13:38:08 08:31:01 0 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 08:31:01 1 0.07 0.00 0.03 0.00 0.03 99.87 13:38:08 08:31:01 2 0.00 0.00 0.00 0.02 0.00 99.98 13:38:08 08:31:01 3 0.03 0.00 0.03 0.00 0.03 99.90 13:38:08 08:31:01 4 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 08:31:01 5 0.00 0.00 0.02 0.02 0.00 99.97 13:38:08 08:31:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 08:31:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 08:32:01 all 0.05 0.00 0.02 0.00 0.01 99.92 13:38:08 08:32:01 0 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 08:32:01 1 0.12 0.00 0.03 0.00 0.03 99.82 13:38:08 08:32:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 08:32:01 3 0.07 0.00 0.03 0.00 0.02 99.88 13:38:08 08:32:01 4 0.05 0.00 0.03 0.00 0.00 99.92 13:38:08 08:32:01 5 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 08:32:01 6 0.00 0.00 0.02 0.02 0.00 99.97 13:38:08 08:32:01 7 0.05 0.00 0.02 0.00 0.00 99.93 13:38:08 13:38:08 08:32:01 CPU %user %nice %system %iowait %steal %idle 13:38:08 08:33:01 all 0.07 0.00 0.01 0.02 0.01 99.89 13:38:08 08:33:01 0 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 08:33:01 1 0.05 0.00 0.03 0.00 0.03 99.88 13:38:08 08:33:01 2 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 08:33:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 08:33:01 4 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 08:33:01 5 0.00 0.00 0.00 0.02 0.00 99.98 13:38:08 08:33:01 6 0.43 0.00 0.02 0.12 0.00 99.44 13:38:08 08:33:01 7 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 08:34:01 all 0.19 0.00 0.01 0.02 0.01 99.76 13:38:08 08:34:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 08:34:01 1 0.03 0.00 0.02 0.00 0.03 99.92 13:38:08 08:34:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 08:34:01 3 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 08:34:01 4 0.03 0.00 0.05 0.00 0.02 99.90 13:38:08 08:34:01 5 0.03 0.00 0.02 0.02 0.00 99.93 13:38:08 08:34:01 6 1.32 0.00 0.00 0.13 0.02 98.53 13:38:08 08:34:01 7 0.07 0.00 0.02 0.00 0.00 99.92 13:38:08 08:35:01 all 0.17 0.00 0.02 0.01 0.01 99.79 13:38:08 08:35:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 08:35:01 1 0.05 0.00 0.05 0.00 0.03 99.87 13:38:08 08:35:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 08:35:01 3 0.05 0.00 0.03 0.00 0.03 99.88 13:38:08 08:35:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 08:35:01 5 0.00 0.00 0.02 0.05 0.02 99.92 13:38:08 08:35:01 6 1.24 0.00 0.02 0.03 0.00 98.71 13:38:08 08:35:01 7 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 08:36:01 all 0.10 0.00 0.01 0.00 0.01 99.87 13:38:08 08:36:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 08:36:01 1 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 08:36:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 08:36:01 3 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 08:36:01 4 0.07 0.00 0.07 0.00 0.02 99.85 13:38:08 08:36:01 5 0.05 0.00 0.00 0.02 0.00 99.93 13:38:08 08:36:01 6 0.58 0.00 0.00 0.02 0.02 99.38 13:38:08 08:36:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 08:37:01 all 0.03 0.00 0.01 0.01 0.01 99.94 13:38:08 08:37:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 08:37:01 1 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 08:37:01 2 0.00 0.00 0.00 0.02 0.00 99.98 13:38:08 08:37:01 3 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 08:37:01 4 0.07 0.00 0.02 0.00 0.02 99.90 13:38:08 08:37:01 5 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 08:37:01 6 0.03 0.00 0.02 0.05 0.00 99.90 13:38:08 08:37:01 7 0.02 0.00 0.03 0.00 0.02 99.93 13:38:08 08:38:01 all 0.03 0.00 0.01 0.00 0.01 99.95 13:38:08 08:38:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 08:38:01 1 0.03 0.00 0.03 0.00 0.03 99.90 13:38:08 08:38:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 08:38:01 3 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 08:38:01 4 0.10 0.00 0.03 0.00 0.02 99.85 13:38:08 08:38:01 5 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 08:38:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 08:38:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 08:39:01 all 0.03 0.00 0.01 0.01 0.02 99.93 13:38:08 08:39:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 08:39:01 1 0.02 0.00 0.02 0.02 0.02 99.93 13:38:08 08:39:01 2 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 08:39:01 3 0.08 0.00 0.03 0.00 0.05 99.83 13:38:08 08:39:01 4 0.07 0.00 0.02 0.00 0.02 99.90 13:38:08 08:39:01 5 0.02 0.00 0.00 0.02 0.00 99.97 13:38:08 08:39:01 6 0.00 0.00 0.02 0.02 0.02 99.95 13:38:08 08:39:01 7 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 08:40:01 all 0.07 0.00 0.01 0.00 0.01 99.90 13:38:08 08:40:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 08:40:01 1 0.03 0.00 0.03 0.02 0.03 99.88 13:38:08 08:40:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 08:40:01 3 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 08:40:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 08:40:01 5 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 08:40:01 6 0.00 0.00 0.00 0.02 0.00 99.98 13:38:08 08:40:01 7 0.43 0.00 0.03 0.00 0.02 99.52 13:38:08 08:41:01 all 0.28 0.00 0.02 0.01 0.01 99.67 13:38:08 08:41:01 0 0.03 0.00 0.03 0.00 0.00 99.93 13:38:08 08:41:01 1 0.07 0.00 0.10 0.05 0.03 99.75 13:38:08 08:41:01 2 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 08:41:01 3 0.05 0.00 0.03 0.00 0.03 99.88 13:38:08 08:41:01 4 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 08:41:01 5 0.02 0.00 0.03 0.00 0.02 99.93 13:38:08 08:41:01 6 0.05 0.00 0.00 0.05 0.00 99.90 13:38:08 08:41:01 7 1.97 0.00 0.00 0.00 0.00 98.03 13:38:08 08:42:01 all 0.26 0.00 0.01 0.00 0.01 99.70 13:38:08 08:42:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 08:42:01 1 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 08:42:01 2 0.00 0.00 0.00 0.02 0.00 99.98 13:38:08 08:42:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 08:42:01 4 0.03 0.00 0.05 0.00 0.03 99.88 13:38:08 08:42:01 5 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 08:42:01 6 0.00 0.00 0.02 0.02 0.00 99.97 13:38:08 08:42:01 7 1.97 0.00 0.03 0.00 0.02 97.98 13:38:08 08:43:01 all 0.28 0.00 0.01 0.00 0.01 99.69 13:38:08 08:43:01 0 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 08:43:01 1 0.02 0.00 0.03 0.00 0.03 99.92 13:38:08 08:43:01 2 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 08:43:01 3 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 08:43:01 4 0.07 0.00 0.02 0.00 0.02 99.90 13:38:08 08:43:01 5 0.03 0.00 0.03 0.00 0.02 99.92 13:38:08 08:43:01 6 0.05 0.00 0.00 0.02 0.00 99.93 13:38:08 08:43:01 7 1.95 0.00 0.00 0.00 0.00 98.05 13:38:08 13:38:08 08:43:01 CPU %user %nice %system %iowait %steal %idle 13:38:08 08:44:01 all 0.13 0.00 0.02 0.00 0.01 99.83 13:38:08 08:44:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 08:44:01 1 0.05 0.00 0.00 0.00 0.03 99.92 13:38:08 08:44:01 2 0.00 0.00 0.00 0.02 0.00 99.98 13:38:08 08:44:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 08:44:01 4 0.07 0.00 0.03 0.00 0.02 99.88 13:38:08 08:44:01 5 0.03 0.00 0.02 0.00 0.03 99.92 13:38:08 08:44:01 6 0.00 0.00 0.02 0.02 0.00 99.97 13:38:08 08:44:01 7 0.88 0.00 0.12 0.00 0.02 98.99 13:38:08 08:45:01 all 0.02 0.00 0.01 0.00 0.01 99.95 13:38:08 08:45:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 08:45:01 1 0.02 0.00 0.03 0.02 0.03 99.90 13:38:08 08:45:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 08:45:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 08:45:01 4 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 08:45:01 5 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 08:45:01 6 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 08:45:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 08:46:01 all 0.02 0.00 0.01 0.00 0.02 99.95 13:38:08 08:46:01 0 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 08:46:01 1 0.03 0.00 0.03 0.02 0.03 99.88 13:38:08 08:46:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 08:46:01 3 0.02 0.00 0.03 0.00 0.02 99.93 13:38:08 08:46:01 4 0.05 0.00 0.00 0.00 0.02 99.93 13:38:08 08:46:01 5 0.02 0.00 0.03 0.00 0.03 99.92 13:38:08 08:46:01 6 0.00 0.00 0.00 0.02 0.00 99.98 13:38:08 08:46:01 7 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 08:47:01 all 0.03 0.00 0.01 0.00 0.01 99.94 13:38:08 08:47:01 0 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 08:47:01 1 0.05 0.00 0.00 0.00 0.02 99.93 13:38:08 08:47:01 2 0.03 0.00 0.00 0.02 0.00 99.95 13:38:08 08:47:01 3 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 08:47:01 4 0.05 0.00 0.03 0.00 0.02 99.90 13:38:08 08:47:01 5 0.03 0.00 0.02 0.00 0.03 99.92 13:38:08 08:47:01 6 0.02 0.00 0.03 0.02 0.00 99.93 13:38:08 08:47:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 08:48:01 all 0.03 0.00 0.01 0.01 0.01 99.94 13:38:08 08:48:01 0 0.00 0.00 0.03 0.00 0.00 99.97 13:38:08 08:48:01 1 0.00 0.00 0.00 0.05 0.02 99.93 13:38:08 08:48:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 08:48:01 3 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 08:48:01 4 0.07 0.00 0.03 0.00 0.02 99.88 13:38:08 08:48:01 5 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 08:48:01 6 0.00 0.00 0.02 0.02 0.03 99.93 13:38:08 08:48:01 7 0.12 0.00 0.00 0.00 0.02 99.87 13:38:08 08:49:01 all 0.28 0.00 0.01 0.00 0.01 99.70 13:38:08 08:49:01 0 0.05 0.00 0.00 0.00 0.02 99.93 13:38:08 08:49:01 1 0.02 0.00 0.02 0.02 0.02 99.93 13:38:08 08:49:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 08:49:01 3 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 08:49:01 4 0.07 0.00 0.03 0.00 0.00 99.90 13:38:08 08:49:01 5 0.05 0.00 0.00 0.00 0.03 99.92 13:38:08 08:49:01 6 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 08:49:01 7 1.97 0.00 0.00 0.00 0.00 98.03 13:38:08 08:50:01 all 0.14 0.00 0.02 0.00 0.01 99.83 13:38:08 08:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 08:50:01 1 0.00 0.00 0.00 0.02 0.02 99.97 13:38:08 08:50:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 08:50:01 3 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 08:50:01 4 0.08 0.00 0.05 0.00 0.02 99.85 13:38:08 08:50:01 5 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 08:50:01 6 0.02 0.00 0.02 0.02 0.02 99.93 13:38:08 08:50:01 7 0.93 0.00 0.02 0.00 0.02 99.04 13:38:08 08:51:01 all 0.02 0.00 0.02 0.00 0.01 99.95 13:38:08 08:51:01 0 0.03 0.00 0.03 0.00 0.02 99.92 13:38:08 08:51:01 1 0.00 0.00 0.00 0.02 0.02 99.97 13:38:08 08:51:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 08:51:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 08:51:01 4 0.10 0.00 0.05 0.00 0.02 99.83 13:38:08 08:51:01 5 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 08:51:01 6 0.02 0.00 0.03 0.00 0.02 99.93 13:38:08 08:51:01 7 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 08:52:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:38:08 08:52:01 0 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 08:52:01 1 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 08:52:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 08:52:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 08:52:01 4 0.07 0.00 0.05 0.00 0.02 99.87 13:38:08 08:52:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 08:52:01 6 0.02 0.00 0.02 0.02 0.00 99.95 13:38:08 08:52:01 7 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 08:53:01 all 0.01 0.00 0.02 0.00 0.01 99.96 13:38:08 08:53:01 0 0.00 0.00 0.03 0.00 0.03 99.93 13:38:08 08:53:01 1 0.02 0.00 0.00 0.03 0.02 99.93 13:38:08 08:53:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 08:53:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 08:53:01 4 0.03 0.00 0.05 0.00 0.03 99.88 13:38:08 08:53:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 08:53:01 6 0.00 0.00 0.03 0.00 0.00 99.97 13:38:08 08:53:01 7 0.02 0.00 0.02 0.00 0.03 99.93 13:38:08 08:54:01 all 0.03 0.00 0.01 0.00 0.01 99.94 13:38:08 08:54:01 0 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 08:54:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 08:54:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 08:54:01 3 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 08:54:01 4 0.08 0.00 0.03 0.00 0.02 99.87 13:38:08 08:54:01 5 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 08:54:01 6 0.03 0.00 0.00 0.02 0.00 99.95 13:38:08 08:54:01 7 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 13:38:08 08:54:01 CPU %user %nice %system %iowait %steal %idle 13:38:08 08:55:01 all 0.02 0.00 0.02 0.01 0.01 99.94 13:38:08 08:55:01 0 0.07 0.00 0.05 0.00 0.02 99.87 13:38:08 08:55:01 1 0.00 0.00 0.02 0.02 0.02 99.95 13:38:08 08:55:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 08:55:01 3 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 08:55:01 4 0.00 0.00 0.03 0.00 0.00 99.97 13:38:08 08:55:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 08:55:01 6 0.02 0.00 0.02 0.03 0.00 99.93 13:38:08 08:55:01 7 0.03 0.00 0.03 0.00 0.03 99.90 13:38:08 08:56:01 all 0.02 0.00 0.02 0.00 0.01 99.95 13:38:08 08:56:01 0 0.05 0.00 0.05 0.00 0.02 99.88 13:38:08 08:56:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 08:56:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 08:56:01 3 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 08:56:01 4 0.05 0.00 0.05 0.00 0.02 99.88 13:38:08 08:56:01 5 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 08:56:01 6 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 08:56:01 7 0.00 0.00 0.03 0.00 0.02 99.95 13:38:08 08:57:01 all 0.03 0.00 0.01 0.01 0.01 99.94 13:38:08 08:57:01 0 0.05 0.00 0.05 0.00 0.03 99.87 13:38:08 08:57:01 1 0.00 0.00 0.00 0.03 0.00 99.97 13:38:08 08:57:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 08:57:01 3 0.03 0.00 0.02 0.00 0.03 99.92 13:38:08 08:57:01 4 0.08 0.00 0.03 0.00 0.02 99.87 13:38:08 08:57:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 08:57:01 6 0.02 0.00 0.00 0.02 0.00 99.97 13:38:08 08:57:01 7 0.02 0.00 0.00 0.00 0.03 99.95 13:38:08 08:58:01 all 0.03 0.00 0.00 0.00 0.01 99.95 13:38:08 08:58:01 0 0.07 0.00 0.00 0.00 0.03 99.90 13:38:08 08:58:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 08:58:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 08:58:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 08:58:01 4 0.07 0.00 0.02 0.00 0.02 99.90 13:38:08 08:58:01 5 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 08:58:01 6 0.03 0.00 0.00 0.02 0.02 99.93 13:38:08 08:58:01 7 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 08:59:01 all 0.15 0.00 0.01 0.00 0.01 99.83 13:38:08 08:59:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 08:59:01 1 0.00 0.00 0.00 0.02 0.00 99.98 13:38:08 08:59:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 08:59:01 3 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 08:59:01 4 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 08:59:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 08:59:01 6 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 08:59:01 7 1.13 0.00 0.03 0.00 0.03 98.81 13:38:08 09:00:01 all 0.28 0.00 0.01 0.00 0.01 99.69 13:38:08 09:00:01 0 0.05 0.00 0.05 0.00 0.02 99.88 13:38:08 09:00:01 1 0.03 0.00 0.00 0.02 0.02 99.93 13:38:08 09:00:01 2 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 09:00:01 3 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 09:00:01 4 0.03 0.00 0.03 0.00 0.02 99.92 13:38:08 09:00:01 5 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 09:00:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 09:00:01 7 2.00 0.00 0.00 0.00 0.02 97.98 13:38:08 09:01:01 all 0.27 0.00 0.01 0.00 0.01 99.71 13:38:08 09:01:01 0 0.05 0.00 0.00 0.00 0.03 99.92 13:38:08 09:01:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 09:01:01 2 0.00 0.00 0.00 0.02 0.00 99.98 13:38:08 09:01:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 09:01:01 4 0.03 0.00 0.03 0.00 0.00 99.93 13:38:08 09:01:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 09:01:01 6 0.02 0.00 0.02 0.02 0.00 99.95 13:38:08 09:01:01 7 1.99 0.00 0.02 0.00 0.03 97.96 13:38:08 09:02:01 all 0.28 0.00 0.01 0.00 0.01 99.70 13:38:08 09:02:01 0 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 09:02:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 09:02:01 2 0.02 0.00 0.00 0.02 0.00 99.97 13:38:08 09:02:01 3 0.05 0.00 0.03 0.00 0.02 99.90 13:38:08 09:02:01 4 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 09:02:01 5 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 09:02:01 6 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 09:02:01 7 1.99 0.00 0.02 0.00 0.02 97.98 13:38:08 09:03:01 all 0.06 0.00 0.02 0.01 0.01 99.90 13:38:08 09:03:01 0 0.03 0.00 0.02 0.00 0.03 99.92 13:38:08 09:03:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 09:03:01 2 0.00 0.00 0.00 0.02 0.02 99.97 13:38:08 09:03:01 3 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 09:03:01 4 0.03 0.00 0.03 0.00 0.02 99.92 13:38:08 09:03:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 09:03:01 6 0.00 0.00 0.00 0.05 0.00 99.95 13:38:08 09:03:01 7 0.40 0.00 0.05 0.00 0.02 99.53 13:38:08 09:04:01 all 0.04 0.00 0.02 0.00 0.01 99.94 13:38:08 09:04:01 0 0.07 0.00 0.02 0.00 0.00 99.92 13:38:08 09:04:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 09:04:01 2 0.05 0.00 0.00 0.00 0.00 99.95 13:38:08 09:04:01 3 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 09:04:01 4 0.08 0.00 0.05 0.00 0.02 99.85 13:38:08 09:04:01 5 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 09:04:01 6 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 09:04:01 7 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 09:05:01 all 0.10 0.00 0.03 0.01 0.01 99.86 13:38:08 09:05:01 0 0.13 0.00 0.02 0.00 0.02 99.83 13:38:08 09:05:01 1 0.00 0.00 0.03 0.03 0.00 99.93 13:38:08 09:05:01 2 0.08 0.00 0.00 0.00 0.00 99.92 13:38:08 09:05:01 3 0.27 0.00 0.03 0.00 0.02 99.68 13:38:08 09:05:01 4 0.17 0.00 0.08 0.00 0.02 99.73 13:38:08 09:05:01 5 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 09:05:01 6 0.08 0.00 0.03 0.02 0.02 99.85 13:38:08 09:05:01 7 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 13:38:08 09:05:01 CPU %user %nice %system %iowait %steal %idle 13:38:08 09:06:01 all 0.02 0.00 0.02 0.00 0.01 99.95 13:38:08 09:06:01 0 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 09:06:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 09:06:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 09:06:01 3 0.02 0.00 0.03 0.00 0.03 99.92 13:38:08 09:06:01 4 0.05 0.00 0.08 0.00 0.02 99.85 13:38:08 09:06:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 09:06:01 6 0.02 0.00 0.02 0.02 0.02 99.93 13:38:08 09:06:01 7 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 09:07:01 all 0.04 0.00 0.01 0.00 0.01 99.94 13:38:08 09:07:01 0 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 09:07:01 1 0.07 0.00 0.00 0.02 0.02 99.90 13:38:08 09:07:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 09:07:01 3 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 09:07:01 4 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 09:07:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 09:07:01 6 0.07 0.00 0.05 0.00 0.02 99.87 13:38:08 09:07:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 09:08:01 all 0.05 0.00 0.02 0.01 0.02 99.91 13:38:08 09:08:01 0 0.02 0.00 0.02 0.02 0.02 99.93 13:38:08 09:08:01 1 0.03 0.00 0.03 0.00 0.02 99.92 13:38:08 09:08:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 09:08:01 3 0.22 0.00 0.00 0.00 0.03 99.75 13:38:08 09:08:01 4 0.07 0.00 0.07 0.00 0.02 99.85 13:38:08 09:08:01 5 0.02 0.00 0.02 0.02 0.02 99.93 13:38:08 09:08:01 6 0.02 0.00 0.00 0.03 0.02 99.93 13:38:08 09:08:01 7 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 09:09:01 all 0.04 0.00 0.01 0.00 0.01 99.94 13:38:08 09:09:01 0 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 09:09:01 1 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 09:09:01 2 0.02 0.00 0.00 0.02 0.02 99.95 13:38:08 09:09:01 3 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 09:09:01 4 0.08 0.00 0.03 0.00 0.02 99.87 13:38:08 09:09:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 09:09:01 6 0.03 0.00 0.03 0.00 0.02 99.92 13:38:08 09:09:01 7 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 09:10:01 all 0.20 0.00 0.01 0.00 0.01 99.78 13:38:08 09:10:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 09:10:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 09:10:01 2 0.00 0.00 0.00 0.02 0.00 99.98 13:38:08 09:10:01 3 0.03 0.00 0.00 0.00 0.03 99.93 13:38:08 09:10:01 4 0.03 0.00 0.03 0.00 0.02 99.92 13:38:08 09:10:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 09:10:01 6 0.03 0.00 0.00 0.02 0.02 99.93 13:38:08 09:10:01 7 1.42 0.00 0.07 0.00 0.02 98.50 13:38:08 09:11:01 all 0.28 0.00 0.01 0.00 0.01 99.70 13:38:08 09:11:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 09:11:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 09:11:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 09:11:01 3 0.03 0.00 0.03 0.00 0.02 99.92 13:38:08 09:11:01 4 0.02 0.00 0.03 0.00 0.00 99.95 13:38:08 09:11:01 5 0.03 0.00 0.02 0.02 0.02 99.92 13:38:08 09:11:01 6 0.05 0.00 0.02 0.00 0.00 99.93 13:38:08 09:11:01 7 2.00 0.00 0.02 0.00 0.02 97.96 13:38:08 09:12:01 all 0.26 0.00 0.02 0.00 0.01 99.70 13:38:08 09:12:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 09:12:01 1 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 09:12:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 09:12:01 3 0.02 0.00 0.02 0.00 0.03 99.93 13:38:08 09:12:01 4 0.05 0.00 0.05 0.00 0.03 99.87 13:38:08 09:12:01 5 0.02 0.00 0.02 0.00 0.03 99.93 13:38:08 09:12:01 6 0.02 0.00 0.02 0.02 0.00 99.95 13:38:08 09:12:01 7 1.95 0.00 0.02 0.00 0.02 98.01 13:38:08 09:13:01 all 0.27 0.00 0.02 0.01 0.01 99.69 13:38:08 09:13:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 09:13:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 09:13:01 2 0.00 0.00 0.00 0.05 0.00 99.95 13:38:08 09:13:01 3 0.03 0.00 0.05 0.00 0.03 99.88 13:38:08 09:13:01 4 0.07 0.00 0.05 0.00 0.02 99.87 13:38:08 09:13:01 5 0.02 0.00 0.03 0.00 0.02 99.93 13:38:08 09:13:01 6 0.02 0.00 0.00 0.02 0.00 99.97 13:38:08 09:13:01 7 1.94 0.00 0.03 0.00 0.00 98.03 13:38:08 09:14:01 all 0.10 0.00 0.02 0.00 0.01 99.86 13:38:08 09:14:01 0 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 09:14:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 09:14:01 2 0.00 0.00 0.00 0.02 0.02 99.97 13:38:08 09:14:01 3 0.02 0.00 0.02 0.00 0.03 99.93 13:38:08 09:14:01 4 0.05 0.00 0.03 0.00 0.02 99.90 13:38:08 09:14:01 5 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 09:14:01 6 0.02 0.00 0.02 0.02 0.00 99.95 13:38:08 09:14:01 7 0.65 0.00 0.13 0.00 0.00 99.22 13:38:08 09:15:01 all 0.03 0.00 0.02 0.00 0.01 99.94 13:38:08 09:15:01 0 0.05 0.00 0.02 0.00 0.00 99.93 13:38:08 09:15:01 1 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 09:15:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 09:15:01 3 0.07 0.00 0.02 0.00 0.02 99.90 13:38:08 09:15:01 4 0.03 0.00 0.05 0.00 0.02 99.90 13:38:08 09:15:01 5 0.03 0.00 0.02 0.00 0.03 99.92 13:38:08 09:15:01 6 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 09:15:01 7 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 09:16:01 all 0.01 0.00 0.02 0.00 0.01 99.95 13:38:08 09:16:01 0 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 09:16:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 09:16:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 09:16:01 3 0.02 0.00 0.03 0.00 0.03 99.92 13:38:08 09:16:01 4 0.03 0.00 0.05 0.00 0.02 99.90 13:38:08 09:16:01 5 0.03 0.00 0.00 0.02 0.03 99.92 13:38:08 09:16:01 6 0.02 0.00 0.03 0.02 0.00 99.93 13:38:08 09:16:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 13:38:08 09:16:01 CPU %user %nice %system %iowait %steal %idle 13:38:08 09:17:01 all 0.03 0.00 0.01 0.00 0.01 99.94 13:38:08 09:17:01 0 0.05 0.00 0.03 0.00 0.00 99.92 13:38:08 09:17:01 1 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 09:17:01 2 0.02 0.00 0.02 0.02 0.02 99.93 13:38:08 09:17:01 3 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 09:17:01 4 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 09:17:01 5 0.03 0.00 0.03 0.00 0.03 99.90 13:38:08 09:17:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 09:17:01 7 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 09:18:01 all 0.02 0.00 0.02 0.00 0.01 99.95 13:38:08 09:18:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 09:18:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 09:18:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 09:18:01 3 0.03 0.00 0.03 0.00 0.03 99.90 13:38:08 09:18:01 4 0.03 0.00 0.05 0.00 0.03 99.88 13:38:08 09:18:01 5 0.05 0.00 0.03 0.02 0.02 99.88 13:38:08 09:18:01 6 0.00 0.00 0.00 0.02 0.00 99.98 13:38:08 09:18:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 09:19:01 all 0.02 0.00 0.01 0.00 0.02 99.95 13:38:08 09:19:01 0 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 09:19:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 09:19:01 2 0.02 0.00 0.00 0.02 0.00 99.97 13:38:08 09:19:01 3 0.02 0.00 0.02 0.00 0.03 99.93 13:38:08 09:19:01 4 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 09:19:01 5 0.02 0.00 0.00 0.00 0.03 99.95 13:38:08 09:19:01 6 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 09:19:01 7 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 09:20:01 all 0.02 0.00 0.01 0.00 0.01 99.95 13:38:08 09:20:01 0 0.03 0.00 0.03 0.00 0.02 99.92 13:38:08 09:20:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 09:20:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 09:20:01 3 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 09:20:01 4 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 09:20:01 5 0.02 0.00 0.03 0.00 0.02 99.93 13:38:08 09:20:01 6 0.02 0.00 0.02 0.02 0.00 99.95 13:38:08 09:20:01 7 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 09:21:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:38:08 09:21:01 0 0.05 0.00 0.02 0.00 0.00 99.93 13:38:08 09:21:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 09:21:01 2 0.00 0.00 0.00 0.02 0.02 99.97 13:38:08 09:21:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 09:21:01 4 0.05 0.00 0.02 0.00 0.00 99.93 13:38:08 09:21:01 5 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 09:21:01 6 0.03 0.00 0.02 0.02 0.00 99.93 13:38:08 09:21:01 7 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 09:22:01 all 0.03 0.00 0.01 0.00 0.02 99.94 13:38:08 09:22:01 0 0.05 0.00 0.00 0.00 0.02 99.93 13:38:08 09:22:01 1 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 09:22:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 09:22:01 3 0.02 0.00 0.00 0.00 0.03 99.95 13:38:08 09:22:01 4 0.07 0.00 0.03 0.00 0.02 99.88 13:38:08 09:22:01 5 0.05 0.00 0.03 0.00 0.03 99.88 13:38:08 09:22:01 6 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 09:22:01 7 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 09:23:01 all 0.02 0.00 0.01 0.01 0.01 99.96 13:38:08 09:23:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 09:23:01 1 0.00 0.00 0.00 0.02 0.00 99.98 13:38:08 09:23:01 2 0.00 0.00 0.00 0.02 0.00 99.98 13:38:08 09:23:01 3 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 09:23:01 4 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 09:23:01 5 0.02 0.00 0.02 0.02 0.02 99.93 13:38:08 09:23:01 6 0.03 0.00 0.00 0.03 0.00 99.93 13:38:08 09:23:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 09:24:01 all 0.03 0.00 0.01 0.00 0.01 99.95 13:38:08 09:24:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 09:24:01 1 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 09:24:01 2 0.02 0.00 0.00 0.02 0.00 99.97 13:38:08 09:24:01 3 0.03 0.00 0.00 0.00 0.03 99.93 13:38:08 09:24:01 4 0.05 0.00 0.03 0.00 0.02 99.90 13:38:08 09:24:01 5 0.03 0.00 0.02 0.00 0.03 99.92 13:38:08 09:24:01 6 0.02 0.00 0.00 0.02 0.00 99.97 13:38:08 09:24:01 7 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 09:25:01 all 0.01 0.00 0.01 0.00 0.01 99.96 13:38:08 09:25:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 09:25:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 09:25:01 2 0.00 0.00 0.02 0.02 0.02 99.95 13:38:08 09:25:01 3 0.02 0.00 0.03 0.00 0.03 99.92 13:38:08 09:25:01 4 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 09:25:01 5 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 09:25:01 6 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 09:25:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 09:26:01 all 0.03 0.00 0.01 0.01 0.01 99.94 13:38:08 09:26:01 0 0.05 0.00 0.02 0.00 0.00 99.93 13:38:08 09:26:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 09:26:01 2 0.00 0.00 0.00 0.02 0.00 99.98 13:38:08 09:26:01 3 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 09:26:01 4 0.03 0.00 0.05 0.00 0.02 99.90 13:38:08 09:26:01 5 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 09:26:01 6 0.05 0.00 0.02 0.03 0.02 99.88 13:38:08 09:26:01 7 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 09:27:01 all 0.01 0.00 0.01 0.00 0.01 99.96 13:38:08 09:27:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 09:27:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 09:27:01 2 0.00 0.00 0.00 0.02 0.00 99.98 13:38:08 09:27:01 3 0.02 0.00 0.03 0.00 0.03 99.92 13:38:08 09:27:01 4 0.03 0.00 0.02 0.00 0.03 99.92 13:38:08 09:27:01 5 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 09:27:01 6 0.00 0.00 0.00 0.02 0.00 99.98 13:38:08 09:27:01 7 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 13:38:08 09:27:01 CPU %user %nice %system %iowait %steal %idle 13:38:08 09:28:01 all 0.03 0.00 0.01 0.01 0.02 99.93 13:38:08 09:28:01 0 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 09:28:01 1 0.02 0.00 0.03 0.00 0.03 99.92 13:38:08 09:28:01 2 0.02 0.00 0.00 0.02 0.02 99.95 13:38:08 09:28:01 3 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 09:28:01 4 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 09:28:01 5 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 09:28:01 6 0.03 0.00 0.00 0.05 0.00 99.92 13:38:08 09:28:01 7 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 09:29:01 all 0.20 0.00 0.02 0.00 0.01 99.77 13:38:08 09:29:01 0 0.05 0.00 0.03 0.00 0.02 99.90 13:38:08 09:29:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 09:29:01 2 0.00 0.00 0.00 0.02 0.00 99.98 13:38:08 09:29:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 09:29:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 09:29:01 5 0.03 0.00 0.03 0.00 0.02 99.92 13:38:08 09:29:01 6 0.00 0.00 0.02 0.02 0.00 99.97 13:38:08 09:29:01 7 1.48 0.00 0.08 0.00 0.02 98.42 13:38:08 09:30:01 all 0.29 0.00 0.01 0.00 0.01 99.68 13:38:08 09:30:01 0 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 09:30:01 1 0.03 0.00 0.03 0.00 0.03 99.90 13:38:08 09:30:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 09:30:01 3 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 09:30:01 4 0.10 0.00 0.03 0.00 0.03 99.83 13:38:08 09:30:01 5 0.05 0.00 0.03 0.00 0.02 99.90 13:38:08 09:30:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 09:30:01 7 2.00 0.00 0.00 0.00 0.00 98.00 13:38:08 09:31:01 all 0.18 0.00 0.01 0.00 0.01 99.80 13:38:08 09:31:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 09:31:01 1 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 09:31:01 2 0.00 0.00 0.00 0.02 0.02 99.97 13:38:08 09:31:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 09:31:01 4 0.05 0.00 0.00 0.00 0.02 99.93 13:38:08 09:31:01 5 0.08 0.00 0.02 0.00 0.03 99.87 13:38:08 09:31:01 6 0.02 0.00 0.02 0.02 0.02 99.93 13:38:08 09:31:01 7 1.22 0.00 0.02 0.00 0.00 98.76 13:38:08 09:32:01 all 0.03 0.00 0.01 0.00 0.01 99.94 13:38:08 09:32:01 0 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 09:32:01 1 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 09:32:01 2 0.03 0.00 0.00 0.02 0.02 99.93 13:38:08 09:32:01 3 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 09:32:01 4 0.05 0.00 0.05 0.00 0.02 99.88 13:38:08 09:32:01 5 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 09:32:01 6 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 09:32:01 7 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 09:33:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:38:08 09:33:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 09:33:01 1 0.02 0.00 0.03 0.00 0.03 99.92 13:38:08 09:33:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 09:33:01 3 0.05 0.00 0.00 0.00 0.02 99.93 13:38:08 09:33:01 4 0.03 0.00 0.05 0.00 0.02 99.90 13:38:08 09:33:01 5 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 09:33:01 6 0.02 0.00 0.00 0.02 0.00 99.97 13:38:08 09:33:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 09:34:01 all 0.03 0.00 0.01 0.00 0.01 99.95 13:38:08 09:34:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 09:34:01 1 0.07 0.00 0.02 0.00 0.02 99.90 13:38:08 09:34:01 2 0.02 0.00 0.00 0.02 0.00 99.97 13:38:08 09:34:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 09:34:01 4 0.02 0.00 0.03 0.00 0.02 99.93 13:38:08 09:34:01 5 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 09:34:01 6 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 09:34:01 7 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 09:35:01 all 0.01 0.00 0.01 0.00 0.02 99.95 13:38:08 09:35:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 09:35:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 09:35:01 2 0.00 0.00 0.00 0.02 0.02 99.97 13:38:08 09:35:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 09:35:01 4 0.05 0.00 0.03 0.00 0.02 99.90 13:38:08 09:35:01 5 0.03 0.00 0.03 0.00 0.03 99.90 13:38:08 09:35:01 6 0.02 0.00 0.02 0.02 0.02 99.93 13:38:08 09:35:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 09:36:01 all 0.01 0.00 0.02 0.00 0.01 99.96 13:38:08 09:36:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 09:36:01 1 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 09:36:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 09:36:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 09:36:01 4 0.03 0.00 0.03 0.00 0.02 99.92 13:38:08 09:36:01 5 0.02 0.00 0.03 0.00 0.03 99.92 13:38:08 09:36:01 6 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 09:36:01 7 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 09:37:02 all 0.03 0.00 0.02 0.00 0.01 99.93 13:38:08 09:37:02 0 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 09:37:02 1 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 09:37:02 2 0.03 0.00 0.00 0.02 0.00 99.95 13:38:08 09:37:02 3 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 09:37:02 4 0.10 0.00 0.03 0.00 0.03 99.83 13:38:08 09:37:02 5 0.03 0.00 0.07 0.00 0.02 99.88 13:38:08 09:37:02 6 0.02 0.00 0.05 0.02 0.03 99.88 13:38:08 09:37:02 7 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 09:38:01 all 0.20 0.00 0.01 0.00 0.01 99.77 13:38:08 09:38:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 09:38:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 09:38:01 2 0.00 0.00 0.00 0.02 0.02 99.97 13:38:08 09:38:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 09:38:01 4 0.07 0.00 0.07 0.00 0.02 99.85 13:38:08 09:38:01 5 0.03 0.00 0.03 0.00 0.02 99.92 13:38:08 09:38:01 6 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 09:38:01 7 1.39 0.00 0.02 0.00 0.00 98.59 13:38:08 13:38:08 09:38:01 CPU %user %nice %system %iowait %steal %idle 13:38:08 09:39:01 all 0.05 0.00 0.02 0.00 0.01 99.92 13:38:08 09:39:01 0 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 09:39:01 1 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 09:39:01 2 0.02 0.00 0.00 0.02 0.00 99.97 13:38:08 09:39:01 3 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 09:39:01 4 0.03 0.00 0.05 0.00 0.02 99.90 13:38:08 09:39:01 5 0.05 0.00 0.05 0.00 0.05 99.85 13:38:08 09:39:01 6 0.03 0.00 0.02 0.02 0.00 99.93 13:38:08 09:39:01 7 0.13 0.00 0.02 0.00 0.02 99.83 13:38:08 09:40:01 all 0.02 0.00 0.01 0.00 0.01 99.95 13:38:08 09:40:01 0 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 09:40:01 1 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 09:40:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 09:40:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 09:40:01 4 0.03 0.00 0.03 0.00 0.02 99.92 13:38:08 09:40:01 5 0.05 0.00 0.03 0.00 0.03 99.88 13:38:08 09:40:01 6 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 09:40:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 09:41:01 all 0.02 0.00 0.01 0.00 0.01 99.95 13:38:08 09:41:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 09:41:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 09:41:01 2 0.00 0.00 0.02 0.02 0.02 99.95 13:38:08 09:41:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 09:41:01 4 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 09:41:01 5 0.05 0.00 0.03 0.00 0.02 99.90 13:38:08 09:41:01 6 0.00 0.00 0.02 0.02 0.03 99.93 13:38:08 09:41:01 7 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 09:42:01 all 0.17 0.00 0.02 0.00 0.01 99.80 13:38:08 09:42:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 09:42:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 09:42:01 2 0.00 0.00 0.00 0.02 0.00 99.98 13:38:08 09:42:01 3 0.00 0.00 0.03 0.00 0.00 99.97 13:38:08 09:42:01 4 0.03 0.00 0.03 0.00 0.02 99.92 13:38:08 09:42:01 5 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 09:42:01 6 0.03 0.00 0.05 0.02 0.02 99.88 13:38:08 09:42:01 7 1.22 0.00 0.00 0.00 0.02 98.76 13:38:08 09:43:01 all 0.17 0.00 0.01 0.00 0.01 99.80 13:38:08 09:43:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 09:43:01 1 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 09:43:01 2 0.02 0.00 0.00 0.02 0.00 99.97 13:38:08 09:43:01 3 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 09:43:01 4 0.03 0.00 0.03 0.00 0.02 99.92 13:38:08 09:43:01 5 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 09:43:01 6 0.02 0.00 0.00 0.02 0.02 99.95 13:38:08 09:43:01 7 1.17 0.00 0.05 0.00 0.03 98.74 13:38:08 09:44:01 all 0.03 0.00 0.02 0.00 0.01 99.95 13:38:08 09:44:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 09:44:01 1 0.02 0.00 0.03 0.00 0.02 99.93 13:38:08 09:44:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 09:44:01 3 0.05 0.00 0.00 0.00 0.00 99.95 13:38:08 09:44:01 4 0.05 0.00 0.03 0.00 0.02 99.90 13:38:08 09:44:01 5 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 09:44:01 6 0.03 0.00 0.02 0.00 0.03 99.92 13:38:08 09:44:01 7 0.02 0.00 0.03 0.00 0.02 99.93 13:38:08 09:45:01 all 0.02 0.00 0.01 0.00 0.01 99.95 13:38:08 09:45:01 0 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 09:45:01 1 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 09:45:01 2 0.02 0.00 0.00 0.03 0.00 99.95 13:38:08 09:45:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 09:45:01 4 0.05 0.00 0.05 0.00 0.02 99.88 13:38:08 09:45:01 5 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 09:45:01 6 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 09:45:01 7 0.02 0.00 0.02 0.00 0.03 99.93 13:38:08 09:46:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:38:08 09:46:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 09:46:01 1 0.05 0.00 0.00 0.00 0.00 99.95 13:38:08 09:46:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 09:46:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 09:46:01 4 0.03 0.00 0.03 0.00 0.02 99.92 13:38:08 09:46:01 5 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 09:46:01 6 0.03 0.00 0.02 0.02 0.02 99.92 13:38:08 09:46:01 7 0.00 0.00 0.00 0.00 0.03 99.97 13:38:08 09:47:01 all 0.03 0.00 0.02 0.00 0.01 99.94 13:38:08 09:47:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 09:47:01 1 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 09:47:01 2 0.00 0.00 0.00 0.02 0.02 99.97 13:38:08 09:47:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 09:47:01 4 0.05 0.00 0.05 0.00 0.02 99.88 13:38:08 09:47:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 09:47:01 6 0.03 0.00 0.00 0.00 0.03 99.93 13:38:08 09:47:01 7 0.05 0.00 0.03 0.00 0.02 99.90 13:38:08 09:48:01 all 0.01 0.00 0.01 0.00 0.01 99.96 13:38:08 09:48:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 09:48:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 09:48:01 2 0.00 0.00 0.02 0.02 0.00 99.97 13:38:08 09:48:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 09:48:01 4 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 09:48:01 5 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 09:48:01 6 0.03 0.00 0.00 0.02 0.02 99.93 13:38:08 09:48:01 7 0.02 0.00 0.02 0.00 0.03 99.93 13:38:08 09:49:01 all 0.22 0.00 0.02 0.01 0.01 99.74 13:38:08 09:49:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 09:49:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 09:49:01 2 0.02 0.00 0.00 0.02 0.02 99.95 13:38:08 09:49:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 09:49:01 4 0.07 0.00 0.05 0.00 0.02 99.87 13:38:08 09:49:01 5 0.02 0.00 0.00 0.02 0.00 99.97 13:38:08 09:49:01 6 0.03 0.00 0.03 0.02 0.02 99.90 13:38:08 09:49:01 7 1.61 0.00 0.03 0.00 0.02 98.34 13:38:08 13:38:08 09:49:01 CPU %user %nice %system %iowait %steal %idle 13:38:08 09:50:01 all 0.26 0.00 0.01 0.00 0.01 99.71 13:38:08 09:50:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 09:50:01 1 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 09:50:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 09:50:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 09:50:01 4 0.08 0.00 0.02 0.00 0.02 99.88 13:38:08 09:50:01 5 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 09:50:01 6 0.02 0.00 0.02 0.00 0.03 99.93 13:38:08 09:50:01 7 1.97 0.00 0.00 0.00 0.03 98.00 13:38:08 09:51:01 all 0.11 0.00 0.01 0.00 0.01 99.85 13:38:08 09:51:01 0 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 09:51:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 09:51:01 2 0.00 0.00 0.00 0.02 0.02 99.97 13:38:08 09:51:01 3 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 09:51:01 4 0.08 0.00 0.03 0.00 0.02 99.87 13:38:08 09:51:01 5 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 09:51:01 6 0.02 0.00 0.00 0.02 0.02 99.95 13:38:08 09:51:01 7 0.76 0.00 0.05 0.00 0.02 99.17 13:38:08 09:52:01 all 0.03 0.00 0.01 0.00 0.02 99.93 13:38:08 09:52:01 0 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 09:52:01 1 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 09:52:01 2 0.02 0.00 0.00 0.02 0.00 99.97 13:38:08 09:52:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 09:52:01 4 0.05 0.00 0.02 0.00 0.03 99.90 13:38:08 09:52:01 5 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 09:52:01 6 0.07 0.00 0.02 0.02 0.03 99.87 13:38:08 09:52:01 7 0.03 0.00 0.05 0.00 0.03 99.88 13:38:08 09:53:01 all 0.01 0.00 0.01 0.00 0.01 99.96 13:38:08 09:53:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 09:53:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 09:53:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 09:53:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 09:53:01 4 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 09:53:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 09:53:01 6 0.02 0.00 0.03 0.00 0.03 99.92 13:38:08 09:53:01 7 0.03 0.00 0.02 0.00 0.03 99.92 13:38:08 09:54:01 all 0.03 0.00 0.01 0.00 0.01 99.94 13:38:08 09:54:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 09:54:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 09:54:01 2 0.02 0.00 0.00 0.02 0.00 99.97 13:38:08 09:54:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 09:54:01 4 0.03 0.00 0.03 0.00 0.02 99.92 13:38:08 09:54:01 5 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 09:54:01 6 0.07 0.00 0.03 0.02 0.02 99.87 13:38:08 09:54:01 7 0.05 0.00 0.02 0.00 0.03 99.90 13:38:08 09:55:01 all 0.01 0.00 0.01 0.00 0.01 99.96 13:38:08 09:55:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 09:55:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 09:55:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 09:55:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 09:55:01 4 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 09:55:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 09:55:01 6 0.02 0.00 0.02 0.02 0.03 99.92 13:38:08 09:55:01 7 0.03 0.00 0.03 0.00 0.02 99.92 13:38:08 09:56:01 all 0.03 0.00 0.01 0.00 0.02 99.94 13:38:08 09:56:01 0 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 09:56:01 1 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 09:56:01 2 0.02 0.00 0.00 0.02 0.02 99.95 13:38:08 09:56:01 3 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 09:56:01 4 0.05 0.00 0.03 0.00 0.03 99.88 13:38:08 09:56:01 5 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 09:56:01 6 0.03 0.00 0.02 0.02 0.02 99.92 13:38:08 09:56:01 7 0.02 0.00 0.00 0.00 0.03 99.95 13:38:08 09:57:01 all 0.01 0.00 0.02 0.00 0.01 99.95 13:38:08 09:57:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 09:57:01 1 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 09:57:01 2 0.00 0.00 0.02 0.02 0.02 99.95 13:38:08 09:57:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 09:57:01 4 0.03 0.00 0.03 0.00 0.02 99.92 13:38:08 09:57:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 09:57:01 6 0.02 0.00 0.03 0.02 0.03 99.90 13:38:08 09:57:01 7 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 09:58:01 all 0.04 0.00 0.02 0.00 0.02 99.92 13:38:08 09:58:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 09:58:01 1 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 09:58:01 2 0.03 0.00 0.03 0.02 0.03 99.88 13:38:08 09:58:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 09:58:01 4 0.07 0.00 0.03 0.00 0.02 99.88 13:38:08 09:58:01 5 0.05 0.00 0.03 0.00 0.02 99.90 13:38:08 09:58:01 6 0.05 0.00 0.02 0.00 0.03 99.90 13:38:08 09:58:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 09:59:01 all 0.16 0.00 0.01 0.00 0.01 99.81 13:38:08 09:59:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 09:59:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 09:59:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 09:59:01 3 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 09:59:01 4 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 09:59:01 5 0.05 0.00 0.03 0.02 0.02 99.88 13:38:08 09:59:01 6 0.00 0.00 0.02 0.02 0.00 99.97 13:38:08 09:59:01 7 1.19 0.00 0.00 0.00 0.00 98.81 13:38:08 10:00:01 all 0.28 0.00 0.01 0.00 0.01 99.69 13:38:08 10:00:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 10:00:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 10:00:01 2 0.02 0.00 0.00 0.02 0.02 99.95 13:38:08 10:00:01 3 0.03 0.00 0.03 0.00 0.03 99.90 13:38:08 10:00:01 4 0.07 0.00 0.03 0.00 0.02 99.88 13:38:08 10:00:01 5 0.05 0.00 0.00 0.00 0.02 99.93 13:38:08 10:00:01 6 0.02 0.00 0.00 0.02 0.00 99.97 13:38:08 10:00:01 7 2.00 0.00 0.02 0.00 0.02 97.97 13:38:08 13:38:08 10:00:01 CPU %user %nice %system %iowait %steal %idle 13:38:08 10:01:01 all 0.18 0.00 0.02 3.67 0.02 96.11 13:38:08 10:01:01 0 0.00 0.00 0.02 2.90 0.02 97.07 13:38:08 10:01:01 1 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 10:01:01 2 0.00 0.00 0.02 0.33 0.03 99.62 13:38:08 10:01:01 3 0.02 0.00 0.03 4.12 0.02 95.81 13:38:08 10:01:01 4 0.00 0.00 0.03 0.00 0.03 99.93 13:38:08 10:01:01 5 0.03 0.00 0.02 0.00 0.03 99.92 13:38:08 10:01:01 6 0.00 0.00 0.00 22.07 0.00 77.93 13:38:08 10:01:01 7 1.37 0.00 0.00 0.00 0.02 98.61 13:38:08 10:02:01 all 0.04 0.00 0.01 0.00 0.00 99.94 13:38:08 10:02:01 0 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 10:02:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 10:02:01 2 0.03 0.00 0.03 0.02 0.02 99.90 13:38:08 10:02:01 3 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 10:02:01 4 0.03 0.00 0.03 0.00 0.00 99.93 13:38:08 10:02:01 5 0.07 0.00 0.02 0.00 0.00 99.92 13:38:08 10:02:01 6 0.03 0.00 0.02 0.02 0.00 99.93 13:38:08 10:02:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 10:03:01 all 0.01 0.00 0.02 0.00 0.01 99.96 13:38:08 10:03:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 10:03:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 10:03:01 2 0.00 0.00 0.02 0.02 0.02 99.95 13:38:08 10:03:01 3 0.03 0.00 0.03 0.00 0.02 99.92 13:38:08 10:03:01 4 0.02 0.00 0.03 0.00 0.02 99.93 13:38:08 10:03:01 5 0.02 0.00 0.03 0.00 0.02 99.93 13:38:08 10:03:01 6 0.00 0.00 0.02 0.02 0.00 99.97 13:38:08 10:03:01 7 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 10:04:01 all 0.03 0.00 0.02 0.03 0.01 99.91 13:38:08 10:04:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 10:04:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 10:04:01 2 0.02 0.00 0.02 0.13 0.03 99.80 13:38:08 10:04:01 3 0.03 0.00 0.02 0.00 0.03 99.92 13:38:08 10:04:01 4 0.05 0.00 0.03 0.00 0.00 99.92 13:38:08 10:04:01 5 0.05 0.00 0.03 0.00 0.02 99.90 13:38:08 10:04:01 6 0.07 0.00 0.03 0.08 0.02 99.80 13:38:08 10:04:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 10:05:01 all 0.17 0.00 0.03 0.02 0.01 99.77 13:38:08 10:05:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 10:05:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 10:05:01 2 0.05 0.00 0.05 0.00 0.00 99.90 13:38:08 10:05:01 3 1.18 0.00 0.10 0.00 0.02 98.71 13:38:08 10:05:01 4 0.03 0.00 0.03 0.00 0.02 99.92 13:38:08 10:05:01 5 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 10:05:01 6 0.05 0.00 0.05 0.13 0.02 99.75 13:38:08 10:05:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 10:06:01 all 0.33 0.00 0.05 0.07 0.01 99.53 13:38:08 10:06:01 0 0.08 0.00 0.13 0.00 0.02 99.77 13:38:08 10:06:01 1 1.66 0.00 0.07 0.00 0.02 98.25 13:38:08 10:06:01 2 0.07 0.00 0.02 0.00 0.00 99.92 13:38:08 10:06:01 3 0.53 0.00 0.07 0.02 0.03 99.35 13:38:08 10:06:01 4 0.05 0.00 0.12 0.00 0.02 99.82 13:38:08 10:06:01 5 0.03 0.00 0.02 0.22 0.00 99.73 13:38:08 10:06:01 6 0.10 0.00 0.00 0.35 0.00 99.55 13:38:08 10:06:01 7 0.10 0.00 0.02 0.00 0.00 99.88 13:38:08 10:07:01 all 0.05 0.00 0.01 0.00 0.01 99.93 13:38:08 10:07:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 10:07:01 1 0.33 0.00 0.02 0.00 0.02 99.63 13:38:08 10:07:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 10:07:01 3 0.00 0.00 0.03 0.00 0.03 99.93 13:38:08 10:07:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 10:07:01 5 0.00 0.00 0.02 0.02 0.02 99.95 13:38:08 10:07:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 10:07:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 10:08:01 all 0.01 0.00 0.01 0.00 0.01 99.96 13:38:08 10:08:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 10:08:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 10:08:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 10:08:01 3 0.03 0.00 0.03 0.00 0.03 99.90 13:38:08 10:08:01 4 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 10:08:01 5 0.03 0.00 0.00 0.02 0.00 99.95 13:38:08 10:08:01 6 0.00 0.00 0.00 0.02 0.00 99.98 13:38:08 10:08:01 7 0.02 0.00 0.03 0.00 0.00 99.95 13:38:08 10:09:01 all 0.04 0.00 0.02 0.00 0.01 99.93 13:38:08 10:09:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 10:09:01 1 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 10:09:01 2 0.13 0.00 0.02 0.00 0.00 99.85 13:38:08 10:09:01 3 0.03 0.00 0.02 0.00 0.03 99.92 13:38:08 10:09:01 4 0.02 0.00 0.03 0.00 0.02 99.93 13:38:08 10:09:01 5 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 10:09:01 6 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 10:09:01 7 0.05 0.00 0.03 0.00 0.02 99.90 13:38:08 10:10:01 all 0.02 0.00 0.02 0.04 0.01 99.91 13:38:08 10:10:01 0 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 10:10:01 1 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 10:10:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 10:10:01 3 0.03 0.00 0.07 0.05 0.02 99.83 13:38:08 10:10:01 4 0.05 0.00 0.02 0.18 0.00 99.75 13:38:08 10:10:01 5 0.02 0.00 0.00 0.07 0.00 99.92 13:38:08 10:10:01 6 0.02 0.00 0.00 0.03 0.02 99.93 13:38:08 10:10:01 7 0.02 0.00 0.03 0.00 0.00 99.95 13:38:08 10:11:01 all 0.12 0.00 0.01 0.00 0.02 99.85 13:38:08 10:11:01 0 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 10:11:01 1 0.67 0.00 0.00 0.00 0.02 99.32 13:38:08 10:11:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 10:11:01 3 0.07 0.00 0.03 0.00 0.05 99.85 13:38:08 10:11:01 4 0.05 0.00 0.03 0.00 0.02 99.90 13:38:08 10:11:01 5 0.05 0.00 0.02 0.02 0.02 99.90 13:38:08 10:11:01 6 0.00 0.00 0.00 0.02 0.00 99.98 13:38:08 10:11:01 7 0.05 0.00 0.00 0.00 0.02 99.93 13:38:08 13:38:08 10:11:01 CPU %user %nice %system %iowait %steal %idle 13:38:08 10:12:01 all 0.17 0.00 0.01 0.00 0.01 99.81 13:38:08 10:12:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 10:12:01 1 1.18 0.00 0.00 0.00 0.00 98.82 13:38:08 10:12:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 10:12:01 3 0.07 0.00 0.03 0.00 0.03 99.87 13:38:08 10:12:01 4 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 10:12:01 5 0.05 0.00 0.02 0.00 0.00 99.93 13:38:08 10:12:01 6 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 10:12:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 10:13:01 all 0.04 0.00 0.01 0.00 0.01 99.94 13:38:08 10:13:01 0 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 10:13:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 10:13:01 2 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 10:13:01 3 0.03 0.00 0.02 0.00 0.03 99.92 13:38:08 10:13:01 4 0.03 0.00 0.03 0.00 0.02 99.92 13:38:08 10:13:01 5 0.07 0.00 0.03 0.02 0.02 99.87 13:38:08 10:13:01 6 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 10:13:01 7 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 10:14:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:38:08 10:14:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 10:14:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 10:14:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 10:14:01 3 0.03 0.00 0.02 0.00 0.03 99.92 13:38:08 10:14:01 4 0.07 0.00 0.03 0.00 0.00 99.90 13:38:08 10:14:01 5 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 10:14:01 6 0.00 0.00 0.02 0.02 0.00 99.97 13:38:08 10:14:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 10:15:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:38:08 10:15:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 10:15:01 1 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 10:15:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 10:15:01 3 0.02 0.00 0.05 0.00 0.03 99.90 13:38:08 10:15:01 4 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 10:15:01 5 0.00 0.00 0.02 0.02 0.00 99.97 13:38:08 10:15:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 10:15:01 7 0.07 0.00 0.02 0.00 0.02 99.90 13:38:08 10:16:01 all 0.02 0.00 0.02 0.02 0.01 99.93 13:38:08 10:16:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 10:16:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 10:16:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 10:16:01 3 0.08 0.00 0.05 0.00 0.03 99.83 13:38:08 10:16:01 4 0.03 0.00 0.03 0.00 0.00 99.93 13:38:08 10:16:01 5 0.02 0.00 0.02 0.02 0.02 99.93 13:38:08 10:16:01 6 0.00 0.00 0.00 0.17 0.00 99.83 13:38:08 10:16:01 7 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 10:17:01 all 0.03 0.00 0.01 0.01 0.01 99.94 13:38:08 10:17:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 10:17:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 10:17:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 10:17:01 3 0.08 0.00 0.03 0.00 0.03 99.85 13:38:08 10:17:01 4 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 10:17:01 5 0.03 0.00 0.02 0.07 0.00 99.88 13:38:08 10:17:01 6 0.03 0.00 0.00 0.02 0.00 99.95 13:38:08 10:17:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 10:18:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:38:08 10:18:01 0 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 10:18:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 10:18:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 10:18:01 3 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 10:18:01 4 0.07 0.00 0.05 0.00 0.00 99.88 13:38:08 10:18:01 5 0.00 0.00 0.00 0.02 0.02 99.97 13:38:08 10:18:01 6 0.02 0.00 0.00 0.02 0.00 99.97 13:38:08 10:18:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 10:19:01 all 0.11 0.00 0.01 0.00 0.01 99.86 13:38:08 10:19:01 0 0.02 0.00 0.03 0.00 0.02 99.93 13:38:08 10:19:01 1 0.68 0.00 0.00 0.00 0.02 99.30 13:38:08 10:19:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 10:19:01 3 0.05 0.00 0.03 0.00 0.03 99.88 13:38:08 10:19:01 4 0.07 0.00 0.02 0.00 0.02 99.90 13:38:08 10:19:01 5 0.03 0.00 0.02 0.02 0.00 99.93 13:38:08 10:19:01 6 0.02 0.00 0.02 0.02 0.02 99.93 13:38:08 10:19:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 10:20:01 all 0.01 0.00 0.01 0.01 0.01 99.96 13:38:08 10:20:01 0 0.02 0.00 0.03 0.00 0.02 99.93 13:38:08 10:20:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 10:20:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 10:20:01 3 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 10:20:01 4 0.00 0.00 0.05 0.00 0.02 99.93 13:38:08 10:20:01 5 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 10:20:01 6 0.00 0.00 0.00 0.08 0.00 99.92 13:38:08 10:20:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 10:21:01 all 0.04 0.00 0.01 0.01 0.01 99.93 13:38:08 10:21:01 0 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 10:21:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 10:21:01 2 0.02 0.00 0.00 0.02 0.00 99.97 13:38:08 10:21:01 3 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 10:21:01 4 0.08 0.00 0.02 0.00 0.02 99.88 13:38:08 10:21:01 5 0.03 0.00 0.00 0.02 0.02 99.93 13:38:08 10:21:01 6 0.03 0.00 0.00 0.08 0.00 99.88 13:38:08 10:21:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 10:22:01 all 0.02 0.00 0.02 0.00 0.01 99.95 13:38:08 10:22:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 10:22:01 1 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 10:22:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 10:22:01 3 0.03 0.00 0.03 0.00 0.03 99.90 13:38:08 10:22:01 4 0.05 0.00 0.03 0.00 0.02 99.90 13:38:08 10:22:01 5 0.03 0.00 0.03 0.00 0.02 99.92 13:38:08 10:22:01 6 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 10:22:01 7 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 13:38:08 10:22:01 CPU %user %nice %system %iowait %steal %idle 13:38:08 10:23:01 all 0.07 0.00 0.01 0.04 0.01 99.88 13:38:08 10:23:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 10:23:01 1 0.37 0.00 0.00 0.05 0.00 99.58 13:38:08 10:23:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 10:23:01 3 0.07 0.00 0.02 0.00 0.03 99.88 13:38:08 10:23:01 4 0.07 0.00 0.05 0.00 0.02 99.87 13:38:08 10:23:01 5 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 10:23:01 6 0.00 0.00 0.00 0.25 0.00 99.75 13:38:08 10:23:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 10:24:01 all 0.15 0.00 0.02 0.00 0.01 99.82 13:38:08 10:24:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 10:24:01 1 0.94 0.00 0.07 0.00 0.02 98.97 13:38:08 10:24:01 2 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 10:24:01 3 0.08 0.00 0.03 0.00 0.02 99.87 13:38:08 10:24:01 4 0.05 0.00 0.02 0.00 0.00 99.93 13:38:08 10:24:01 5 0.05 0.00 0.02 0.02 0.02 99.90 13:38:08 10:24:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 10:24:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 10:25:01 all 0.01 0.00 0.02 0.00 0.01 99.96 13:38:08 10:25:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 10:25:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 10:25:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 10:25:01 3 0.05 0.00 0.07 0.00 0.03 99.85 13:38:08 10:25:01 4 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 10:25:01 5 0.00 0.00 0.05 0.00 0.02 99.93 13:38:08 10:25:01 6 0.00 0.00 0.02 0.02 0.00 99.97 13:38:08 10:25:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 10:26:01 all 0.08 0.00 0.01 0.01 0.01 99.89 13:38:08 10:26:01 0 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 10:26:01 1 0.37 0.00 0.00 0.00 0.00 99.63 13:38:08 10:26:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 10:26:01 3 0.07 0.00 0.00 0.00 0.03 99.90 13:38:08 10:26:01 4 0.05 0.00 0.03 0.00 0.02 99.90 13:38:08 10:26:01 5 0.03 0.00 0.03 0.03 0.03 99.87 13:38:08 10:26:01 6 0.02 0.00 0.00 0.05 0.00 99.93 13:38:08 10:26:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 10:27:01 all 0.27 0.00 0.02 0.03 0.01 99.67 13:38:08 10:27:01 0 0.02 0.00 0.05 0.00 0.00 99.93 13:38:08 10:27:01 1 1.97 0.00 0.00 0.00 0.00 98.03 13:38:08 10:27:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 10:27:01 3 0.03 0.00 0.05 0.00 0.02 99.90 13:38:08 10:27:01 4 0.05 0.00 0.05 0.00 0.00 99.90 13:38:08 10:27:01 5 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 10:27:01 6 0.00 0.00 0.02 0.25 0.02 99.72 13:38:08 10:27:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 10:28:01 all 0.17 0.00 0.01 0.00 0.01 99.80 13:38:08 10:28:01 0 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 10:28:01 1 1.13 0.00 0.00 0.00 0.02 98.86 13:38:08 10:28:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 10:28:01 3 0.07 0.00 0.03 0.00 0.03 99.87 13:38:08 10:28:01 4 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 10:28:01 5 0.07 0.00 0.02 0.02 0.02 99.88 13:38:08 10:28:01 6 0.02 0.00 0.00 0.02 0.00 99.97 13:38:08 10:28:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 10:29:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:38:08 10:29:01 0 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 10:29:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 10:29:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 10:29:01 3 0.03 0.00 0.03 0.00 0.02 99.92 13:38:08 10:29:01 4 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 10:29:01 5 0.03 0.00 0.03 0.02 0.02 99.90 13:38:08 10:29:01 6 0.00 0.00 0.00 0.02 0.00 99.98 13:38:08 10:29:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 10:30:01 all 0.17 0.00 0.01 0.04 0.01 99.78 13:38:08 10:30:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 10:30:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 10:30:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 10:30:01 3 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 10:30:01 4 0.08 0.00 0.02 0.00 0.02 99.88 13:38:08 10:30:01 5 0.07 0.00 0.02 0.27 0.03 99.62 13:38:08 10:30:01 6 1.09 0.00 0.00 0.02 0.00 98.89 13:38:08 10:30:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 10:31:01 all 0.18 0.00 0.02 0.00 0.01 99.78 13:38:08 10:31:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 10:31:01 1 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 10:31:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 10:31:01 3 0.00 0.00 0.03 0.00 0.02 99.95 13:38:08 10:31:01 4 0.08 0.00 0.02 0.00 0.02 99.88 13:38:08 10:31:01 5 0.03 0.00 0.05 0.02 0.02 99.88 13:38:08 10:31:01 6 1.29 0.00 0.03 0.02 0.00 98.66 13:38:08 10:31:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 10:32:01 all 0.04 0.00 0.02 0.01 0.01 99.92 13:38:08 10:32:01 0 0.02 0.00 0.03 0.00 0.02 99.93 13:38:08 10:32:01 1 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 10:32:01 2 0.02 0.00 0.02 0.02 0.00 99.95 13:38:08 10:32:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 10:32:01 4 0.08 0.00 0.08 0.00 0.03 99.80 13:38:08 10:32:01 5 0.08 0.00 0.02 0.00 0.02 99.88 13:38:08 10:32:01 6 0.02 0.00 0.00 0.03 0.02 99.93 13:38:08 10:32:01 7 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 10:33:01 all 0.02 0.00 0.01 0.01 0.01 99.95 13:38:08 10:33:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 10:33:01 1 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 10:33:01 2 0.00 0.00 0.00 0.02 0.02 99.97 13:38:08 10:33:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 10:33:01 4 0.08 0.00 0.05 0.00 0.02 99.85 13:38:08 10:33:01 5 0.03 0.00 0.00 0.02 0.02 99.93 13:38:08 10:33:01 6 0.00 0.00 0.00 0.02 0.00 99.98 13:38:08 10:33:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 13:38:08 10:33:01 CPU %user %nice %system %iowait %steal %idle 13:38:08 10:34:01 all 0.13 0.00 0.05 0.01 0.01 99.81 13:38:08 10:34:01 0 0.65 0.00 0.05 0.00 0.00 99.30 13:38:08 10:34:01 1 0.05 0.00 0.07 0.00 0.02 99.87 13:38:08 10:34:01 2 0.05 0.00 0.02 0.00 0.00 99.93 13:38:08 10:34:01 3 0.03 0.00 0.05 0.00 0.02 99.90 13:38:08 10:34:01 4 0.08 0.00 0.13 0.03 0.02 99.73 13:38:08 10:34:01 5 0.05 0.00 0.03 0.02 0.02 99.88 13:38:08 10:34:01 6 0.03 0.00 0.03 0.02 0.00 99.92 13:38:08 10:34:01 7 0.05 0.00 0.03 0.00 0.00 99.92 13:38:08 10:35:01 all 0.27 0.00 0.01 0.00 0.01 99.70 13:38:08 10:35:01 0 1.37 0.00 0.02 0.00 0.02 98.60 13:38:08 10:35:01 1 0.02 0.00 0.02 0.00 0.03 99.93 13:38:08 10:35:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 10:35:01 3 0.63 0.00 0.02 0.00 0.02 99.34 13:38:08 10:35:01 4 0.07 0.00 0.02 0.00 0.02 99.90 13:38:08 10:35:01 5 0.03 0.00 0.03 0.02 0.02 99.90 13:38:08 10:35:01 6 0.00 0.00 0.00 0.02 0.00 99.98 13:38:08 10:35:01 7 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 10:36:01 all 0.29 0.00 0.01 0.00 0.01 99.69 13:38:08 10:36:01 0 0.05 0.00 0.00 0.00 0.00 99.95 13:38:08 10:36:01 1 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 10:36:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 10:36:01 3 1.71 0.00 0.00 0.00 0.00 98.29 13:38:08 10:36:01 4 0.07 0.00 0.02 0.00 0.02 99.90 13:38:08 10:36:01 5 0.07 0.00 0.05 0.00 0.02 99.87 13:38:08 10:36:01 6 0.32 0.00 0.00 0.02 0.00 99.67 13:38:08 10:36:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 10:37:01 all 0.27 0.00 0.01 0.00 0.02 99.69 13:38:08 10:37:01 0 0.05 0.00 0.03 0.00 0.02 99.90 13:38:08 10:37:01 1 0.03 0.00 0.02 0.00 0.03 99.92 13:38:08 10:37:01 2 0.02 0.00 0.00 0.02 0.00 99.97 13:38:08 10:37:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 10:37:01 4 0.05 0.00 0.03 0.00 0.02 99.90 13:38:08 10:37:01 5 0.03 0.00 0.02 0.00 0.03 99.92 13:38:08 10:37:01 6 1.97 0.00 0.00 0.02 0.02 98.00 13:38:08 10:37:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 10:38:01 all 0.27 0.00 0.01 0.00 0.01 99.71 13:38:08 10:38:01 0 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 10:38:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 10:38:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 10:38:01 3 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 10:38:01 4 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 10:38:01 5 0.03 0.00 0.00 0.02 0.02 99.93 13:38:08 10:38:01 6 1.99 0.00 0.00 0.02 0.00 98.00 13:38:08 10:38:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 10:39:01 all 0.04 0.00 0.02 0.00 0.01 99.93 13:38:08 10:39:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 10:39:01 1 0.03 0.00 0.03 0.00 0.02 99.92 13:38:08 10:39:01 2 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 10:39:01 3 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 10:39:01 4 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 10:39:01 5 0.07 0.00 0.03 0.00 0.02 99.88 13:38:08 10:39:01 6 0.07 0.00 0.00 0.00 0.00 99.93 13:38:08 10:39:01 7 0.02 0.00 0.02 0.02 0.00 99.95 13:38:08 10:40:01 all 0.02 0.00 0.01 0.02 0.01 99.94 13:38:08 10:40:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 10:40:01 1 0.03 0.00 0.03 0.12 0.02 99.80 13:38:08 10:40:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 10:40:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 10:40:01 4 0.05 0.00 0.03 0.00 0.00 99.92 13:38:08 10:40:01 5 0.03 0.00 0.03 0.00 0.03 99.90 13:38:08 10:40:01 6 0.00 0.00 0.00 0.02 0.02 99.97 13:38:08 10:40:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 10:41:01 all 0.24 0.00 0.01 0.00 0.01 99.74 13:38:08 10:41:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 10:41:01 1 0.08 0.00 0.02 0.00 0.03 99.87 13:38:08 10:41:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 10:41:01 3 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 10:41:01 4 1.65 0.00 0.02 0.00 0.02 98.32 13:38:08 10:41:01 5 0.07 0.00 0.03 0.02 0.02 99.87 13:38:08 10:41:01 6 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 10:41:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 10:42:01 all 0.26 0.00 0.01 0.00 0.01 99.71 13:38:08 10:42:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 10:42:01 1 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 10:42:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 10:42:01 3 0.00 0.00 0.02 0.00 0.03 99.95 13:38:08 10:42:01 4 2.02 0.00 0.02 0.00 0.00 97.96 13:38:08 10:42:01 5 0.02 0.00 0.03 0.02 0.02 99.92 13:38:08 10:42:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 10:42:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 10:43:01 all 0.11 0.00 0.02 0.00 0.01 99.86 13:38:08 10:43:01 0 0.00 0.00 0.03 0.00 0.00 99.97 13:38:08 10:43:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 10:43:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 10:43:01 3 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 10:43:01 4 0.70 0.00 0.03 0.00 0.02 99.25 13:38:08 10:43:01 5 0.05 0.00 0.00 0.00 0.00 99.95 13:38:08 10:43:01 6 0.05 0.00 0.02 0.02 0.00 99.92 13:38:08 10:43:01 7 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 10:44:01 all 0.02 0.00 0.02 0.00 0.01 99.95 13:38:08 10:44:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 10:44:01 1 0.03 0.00 0.02 0.02 0.02 99.92 13:38:08 10:44:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 10:44:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 10:44:01 4 0.02 0.00 0.03 0.00 0.02 99.93 13:38:08 10:44:01 5 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 10:44:01 6 0.03 0.00 0.03 0.00 0.02 99.92 13:38:08 10:44:01 7 0.05 0.00 0.03 0.00 0.00 99.92 13:38:08 13:38:08 10:44:01 CPU %user %nice %system %iowait %steal %idle 13:38:08 10:45:01 all 0.03 0.00 0.02 0.00 0.01 99.94 13:38:08 10:45:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 10:45:01 1 0.05 0.00 0.03 0.00 0.02 99.90 13:38:08 10:45:01 2 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 10:45:01 3 0.05 0.00 0.05 0.00 0.02 99.88 13:38:08 10:45:01 4 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 10:45:01 5 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 10:45:01 6 0.02 0.00 0.03 0.02 0.00 99.93 13:38:08 10:45:01 7 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 10:46:01 all 0.01 0.00 0.00 0.00 0.01 99.97 13:38:08 10:46:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 10:46:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 10:46:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 10:46:01 3 0.05 0.00 0.00 0.00 0.02 99.93 13:38:08 10:46:01 4 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 10:46:01 5 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 10:46:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 10:46:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 10:47:01 all 0.19 0.00 0.01 0.00 0.01 99.78 13:38:08 10:47:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 10:47:01 1 0.02 0.00 0.03 0.00 0.02 99.93 13:38:08 10:47:01 2 0.05 0.00 0.00 0.00 0.02 99.93 13:38:08 10:47:01 3 0.03 0.00 0.03 0.00 0.02 99.92 13:38:08 10:47:01 4 1.32 0.00 0.00 0.00 0.02 98.66 13:38:08 10:47:01 5 0.02 0.00 0.02 0.02 0.02 99.93 13:38:08 10:47:01 6 0.02 0.00 0.02 0.02 0.00 99.95 13:38:08 10:47:01 7 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 10:48:01 all 0.16 0.00 0.02 0.00 0.01 99.82 13:38:08 10:48:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 10:48:01 1 0.05 0.00 0.03 0.00 0.02 99.90 13:38:08 10:48:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 10:48:01 3 0.02 0.00 0.03 0.00 0.02 99.93 13:38:08 10:48:01 4 1.13 0.00 0.03 0.00 0.00 98.84 13:38:08 10:48:01 5 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 10:48:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 10:48:01 7 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 10:49:01 all 0.03 0.00 0.02 0.01 0.01 99.93 13:38:08 10:49:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 10:49:01 1 0.07 0.00 0.03 0.00 0.02 99.88 13:38:08 10:49:01 2 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 10:49:01 3 0.03 0.00 0.03 0.00 0.02 99.92 13:38:08 10:49:01 4 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 10:49:01 5 0.02 0.00 0.00 0.02 0.02 99.95 13:38:08 10:49:01 6 0.03 0.00 0.02 0.03 0.02 99.90 13:38:08 10:49:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 10:50:01 all 0.03 0.00 0.01 0.00 0.01 99.96 13:38:08 10:50:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 10:50:01 1 0.03 0.00 0.02 0.02 0.03 99.90 13:38:08 10:50:01 2 0.05 0.00 0.00 0.00 0.00 99.95 13:38:08 10:50:01 3 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 10:50:01 4 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 10:50:01 5 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 10:50:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 10:50:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 10:51:01 all 0.03 0.00 0.02 0.00 0.01 99.94 13:38:08 10:51:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 10:51:01 1 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 10:51:01 2 0.08 0.00 0.07 0.00 0.02 99.83 13:38:08 10:51:01 3 0.10 0.00 0.03 0.00 0.02 99.85 13:38:08 10:51:01 4 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 10:51:01 5 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 10:51:01 6 0.02 0.00 0.02 0.02 0.00 99.95 13:38:08 10:51:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 10:52:01 all 0.03 0.00 0.01 0.00 0.01 99.94 13:38:08 10:52:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 10:52:01 1 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 10:52:01 2 0.07 0.00 0.02 0.00 0.02 99.90 13:38:08 10:52:01 3 0.02 0.00 0.02 0.00 0.03 99.93 13:38:08 10:52:01 4 0.10 0.00 0.05 0.00 0.00 99.85 13:38:08 10:52:01 5 0.03 0.00 0.02 0.02 0.00 99.93 13:38:08 10:52:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 10:52:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 10:53:01 all 0.28 0.00 0.02 0.00 0.01 99.69 13:38:08 10:53:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 10:53:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 10:53:01 2 0.08 0.00 0.02 0.00 0.02 99.88 13:38:08 10:53:01 3 0.07 0.00 0.07 0.00 0.02 99.85 13:38:08 10:53:01 4 2.00 0.00 0.00 0.00 0.02 97.98 13:38:08 10:53:01 5 0.07 0.00 0.02 0.02 0.02 99.88 13:38:08 10:53:01 6 0.00 0.00 0.02 0.02 0.00 99.97 13:38:08 10:53:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 10:54:01 all 0.28 0.00 0.02 0.00 0.01 99.69 13:38:08 10:54:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 10:54:01 1 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 10:54:01 2 0.02 0.00 0.03 0.00 0.02 99.93 13:38:08 10:54:01 3 0.08 0.00 0.05 0.00 0.02 99.85 13:38:08 10:54:01 4 2.00 0.00 0.05 0.00 0.02 97.93 13:38:08 10:54:01 5 0.07 0.00 0.02 0.00 0.00 99.92 13:38:08 10:54:01 6 0.02 0.00 0.00 0.02 0.00 99.97 13:38:08 10:54:01 7 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 10:55:01 all 0.12 0.00 0.01 0.00 0.01 99.86 13:38:08 10:55:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 10:55:01 1 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 10:55:01 2 0.05 0.00 0.00 0.00 0.00 99.95 13:38:08 10:55:01 3 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 10:55:01 4 0.80 0.00 0.03 0.00 0.02 99.15 13:38:08 10:55:01 5 0.00 0.00 0.00 0.02 0.02 99.97 13:38:08 10:55:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 10:55:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 13:38:08 10:55:01 CPU %user %nice %system %iowait %steal %idle 13:38:08 10:56:01 all 0.04 0.00 0.02 0.00 0.01 99.93 13:38:08 10:56:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 10:56:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 10:56:01 2 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 10:56:01 3 0.10 0.00 0.03 0.00 0.03 99.83 13:38:08 10:56:01 4 0.02 0.00 0.03 0.00 0.02 99.93 13:38:08 10:56:01 5 0.05 0.00 0.00 0.00 0.00 99.95 13:38:08 10:56:01 6 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 10:56:01 7 0.07 0.00 0.03 0.00 0.02 99.88 13:38:08 10:57:01 all 0.02 0.00 0.01 0.01 0.01 99.94 13:38:08 10:57:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 10:57:01 1 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 10:57:01 2 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 10:57:01 3 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 10:57:01 4 0.03 0.00 0.02 0.00 0.03 99.92 13:38:08 10:57:01 5 0.02 0.00 0.00 0.02 0.02 99.95 13:38:08 10:57:01 6 0.00 0.00 0.00 0.08 0.00 99.92 13:38:08 10:57:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 10:58:01 all 0.26 0.00 0.02 0.00 0.01 99.71 13:38:08 10:58:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 10:58:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 10:58:01 2 1.86 0.00 0.07 0.00 0.02 98.06 13:38:08 10:58:01 3 0.03 0.00 0.03 0.00 0.02 99.92 13:38:08 10:58:01 4 0.02 0.00 0.03 0.00 0.02 99.93 13:38:08 10:58:01 5 0.05 0.00 0.02 0.02 0.00 99.92 13:38:08 10:58:01 6 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 10:58:01 7 0.05 0.00 0.03 0.00 0.00 99.92 13:38:08 10:59:01 all 0.02 0.00 0.01 0.01 0.01 99.95 13:38:08 10:59:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 10:59:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 10:59:01 2 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 10:59:01 3 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 10:59:01 4 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 10:59:01 5 0.03 0.00 0.00 0.07 0.00 99.90 13:38:08 10:59:01 6 0.00 0.00 0.00 0.02 0.00 99.98 13:38:08 10:59:01 7 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 11:00:01 all 0.03 0.00 0.01 0.00 0.01 99.94 13:38:08 11:00:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:00:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 11:00:01 2 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 11:00:01 3 0.08 0.00 0.05 0.00 0.03 99.83 13:38:08 11:00:01 4 0.03 0.00 0.02 0.00 0.03 99.92 13:38:08 11:00:01 5 0.02 0.00 0.02 0.02 0.02 99.93 13:38:08 11:00:01 6 0.02 0.00 0.00 0.02 0.00 99.97 13:38:08 11:00:01 7 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 11:01:01 all 0.05 0.00 0.01 0.00 0.01 99.93 13:38:08 11:01:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 11:01:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:01:01 2 0.27 0.00 0.02 0.00 0.02 99.70 13:38:08 11:01:01 3 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 11:01:01 4 0.02 0.00 0.03 0.00 0.00 99.95 13:38:08 11:01:01 5 0.02 0.00 0.00 0.02 0.00 99.97 13:38:08 11:01:01 6 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 11:01:01 7 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 11:02:01 all 0.09 0.00 0.02 0.00 0.01 99.87 13:38:08 11:02:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:02:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 11:02:01 2 0.47 0.00 0.03 0.00 0.00 99.50 13:38:08 11:02:01 3 0.07 0.00 0.03 0.02 0.03 99.85 13:38:08 11:02:01 4 0.05 0.00 0.00 0.00 0.02 99.93 13:38:08 11:02:01 5 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 11:02:01 6 0.05 0.00 0.03 0.02 0.00 99.90 13:38:08 11:02:01 7 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 11:03:01 all 0.03 0.00 0.02 0.01 0.01 99.94 13:38:08 11:03:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 11:03:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 11:03:01 2 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 11:03:01 3 0.05 0.00 0.05 0.00 0.02 99.88 13:38:08 11:03:01 4 0.00 0.00 0.02 0.02 0.02 99.95 13:38:08 11:03:01 5 0.05 0.00 0.00 0.00 0.00 99.95 13:38:08 11:03:01 6 0.07 0.00 0.03 0.05 0.02 99.83 13:38:08 11:03:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 11:04:01 all 0.05 0.00 0.01 0.00 0.00 99.93 13:38:08 11:04:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:04:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:04:01 2 0.15 0.00 0.02 0.00 0.00 99.83 13:38:08 11:04:01 3 0.07 0.00 0.05 0.00 0.02 99.87 13:38:08 11:04:01 4 0.05 0.00 0.02 0.00 0.00 99.93 13:38:08 11:04:01 5 0.05 0.00 0.00 0.00 0.00 99.95 13:38:08 11:04:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 11:04:01 7 0.08 0.00 0.00 0.00 0.02 99.90 13:38:08 11:05:02 all 0.02 0.00 0.02 0.00 0.01 99.95 13:38:08 11:05:02 0 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 11:05:02 1 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 11:05:02 2 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 11:05:02 3 0.05 0.00 0.03 0.00 0.02 99.90 13:38:08 11:05:02 4 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 11:05:02 5 0.03 0.00 0.02 0.02 0.02 99.92 13:38:08 11:05:02 6 0.00 0.00 0.00 0.02 0.00 99.98 13:38:08 11:05:02 7 0.07 0.00 0.03 0.00 0.02 99.88 13:38:08 11:06:01 all 0.08 0.00 0.03 0.00 0.01 99.87 13:38:08 11:06:01 0 0.07 0.00 0.03 0.00 0.00 99.90 13:38:08 11:06:01 1 0.05 0.00 0.03 0.00 0.02 99.90 13:38:08 11:06:01 2 0.07 0.00 0.05 0.00 0.00 99.88 13:38:08 11:06:01 3 0.08 0.00 0.02 0.00 0.03 99.86 13:38:08 11:06:01 4 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 11:06:01 5 0.03 0.00 0.03 0.00 0.02 99.92 13:38:08 11:06:01 6 0.10 0.00 0.02 0.02 0.00 99.86 13:38:08 11:06:01 7 0.20 0.00 0.05 0.00 0.02 99.73 13:38:08 13:38:08 11:06:01 CPU %user %nice %system %iowait %steal %idle 13:38:08 11:07:01 all 0.01 0.00 0.03 0.00 0.01 99.95 13:38:08 11:07:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:07:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:07:01 2 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 11:07:01 3 0.00 0.00 0.05 0.00 0.02 99.93 13:38:08 11:07:01 4 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 11:07:01 5 0.03 0.00 0.07 0.02 0.02 99.87 13:38:08 11:07:01 6 0.02 0.00 0.02 0.02 0.00 99.95 13:38:08 11:07:01 7 0.02 0.00 0.03 0.00 0.02 99.93 13:38:08 11:08:01 all 0.02 0.00 0.02 0.00 0.00 99.95 13:38:08 11:08:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 11:08:01 1 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 11:08:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:08:01 3 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 11:08:01 4 0.02 0.00 0.05 0.00 0.00 99.93 13:38:08 11:08:01 5 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 11:08:01 6 0.05 0.00 0.00 0.02 0.00 99.93 13:38:08 11:08:01 7 0.05 0.00 0.03 0.00 0.02 99.90 13:38:08 11:09:01 all 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 11:09:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:09:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 11:09:01 2 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 11:09:01 3 0.07 0.00 0.08 0.00 0.03 99.82 13:38:08 11:09:01 4 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 11:09:01 5 0.05 0.00 0.02 0.00 0.03 99.90 13:38:08 11:09:01 6 0.05 0.00 0.00 0.02 0.00 99.93 13:38:08 11:09:01 7 0.03 0.00 0.07 0.00 0.02 99.88 13:38:08 11:10:01 all 0.24 0.00 0.01 0.00 0.01 99.74 13:38:08 11:10:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:10:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:10:01 2 1.81 0.00 0.00 0.00 0.00 98.19 13:38:08 11:10:01 3 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 11:10:01 4 0.00 0.00 0.00 0.02 0.00 99.98 13:38:08 11:10:01 5 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 11:10:01 6 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 11:10:01 7 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 11:11:01 all 0.29 0.00 0.02 0.00 0.00 99.69 13:38:08 11:11:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 11:11:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 11:11:01 2 1.99 0.00 0.00 0.00 0.00 98.01 13:38:08 11:11:01 3 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 11:11:01 4 0.05 0.00 0.02 0.02 0.02 99.90 13:38:08 11:11:01 5 0.10 0.00 0.03 0.00 0.00 99.87 13:38:08 11:11:01 6 0.07 0.00 0.03 0.02 0.00 99.88 13:38:08 11:11:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 11:12:01 all 0.08 0.00 0.02 0.00 0.00 99.90 13:38:08 11:12:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 11:12:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:12:01 2 0.47 0.00 0.05 0.00 0.00 99.48 13:38:08 11:12:01 3 0.03 0.00 0.05 0.00 0.00 99.92 13:38:08 11:12:01 4 0.00 0.00 0.05 0.00 0.00 99.95 13:38:08 11:12:01 5 0.07 0.00 0.00 0.02 0.02 99.90 13:38:08 11:12:01 6 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 11:12:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 11:13:01 all 0.03 0.00 0.02 0.00 0.00 99.94 13:38:08 11:13:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 11:13:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:13:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 11:13:01 3 0.05 0.00 0.05 0.00 0.02 99.88 13:38:08 11:13:01 4 0.07 0.00 0.02 0.00 0.00 99.92 13:38:08 11:13:01 5 0.05 0.00 0.02 0.02 0.00 99.92 13:38:08 11:13:01 6 0.05 0.00 0.02 0.00 0.00 99.93 13:38:08 11:13:01 7 0.03 0.00 0.03 0.00 0.00 99.93 13:38:08 11:14:01 all 0.02 0.00 0.01 0.00 0.01 99.95 13:38:08 11:14:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 11:14:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 11:14:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 11:14:01 3 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 11:14:01 4 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 11:14:01 5 0.05 0.00 0.00 0.02 0.02 99.92 13:38:08 11:14:01 6 0.02 0.00 0.02 0.02 0.02 99.93 13:38:08 11:14:01 7 0.02 0.00 0.03 0.00 0.02 99.93 13:38:08 11:15:01 all 0.03 0.00 0.01 0.00 0.01 99.96 13:38:08 11:15:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:15:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:15:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 11:15:01 3 0.07 0.00 0.02 0.00 0.02 99.90 13:38:08 11:15:01 4 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 11:15:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 11:15:01 6 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 11:15:01 7 0.05 0.00 0.05 0.00 0.02 99.88 13:38:08 11:16:01 all 0.02 0.00 0.01 0.00 0.00 99.96 13:38:08 11:16:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:16:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:16:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:16:01 3 0.00 0.00 0.03 0.00 0.02 99.95 13:38:08 11:16:01 4 0.03 0.00 0.03 0.00 0.00 99.93 13:38:08 11:16:01 5 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 11:16:01 6 0.03 0.00 0.03 0.02 0.02 99.90 13:38:08 11:16:01 7 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 11:17:01 all 0.03 0.00 0.02 0.00 0.01 99.94 13:38:08 11:17:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 11:17:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 11:17:01 2 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 11:17:01 3 0.03 0.00 0.03 0.00 0.02 99.92 13:38:08 11:17:01 4 0.07 0.00 0.02 0.00 0.02 99.90 13:38:08 11:17:01 5 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 11:17:01 6 0.05 0.00 0.03 0.02 0.00 99.90 13:38:08 11:17:01 7 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 13:38:08 11:17:01 CPU %user %nice %system %iowait %steal %idle 13:38:08 11:18:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:38:08 11:18:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 11:18:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:18:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 11:18:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:18:01 4 0.02 0.00 0.05 0.00 0.02 99.92 13:38:08 11:18:01 5 0.03 0.00 0.02 0.02 0.00 99.93 13:38:08 11:18:01 6 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 11:18:01 7 0.05 0.00 0.03 0.00 0.00 99.92 13:38:08 11:19:01 all 0.09 0.00 0.01 0.01 0.01 99.88 13:38:08 11:19:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:19:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 11:19:01 2 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 11:19:01 3 0.56 0.00 0.00 0.02 0.00 99.42 13:38:08 11:19:01 4 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 11:19:01 5 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 11:19:01 6 0.00 0.00 0.02 0.07 0.00 99.92 13:38:08 11:19:01 7 0.05 0.00 0.03 0.00 0.03 99.88 13:38:08 11:20:01 all 0.17 0.00 0.01 0.00 0.01 99.80 13:38:08 11:20:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:20:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:20:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:20:01 3 1.19 0.00 0.00 0.00 0.02 98.79 13:38:08 11:20:01 4 0.07 0.00 0.03 0.00 0.02 99.88 13:38:08 11:20:01 5 0.08 0.00 0.03 0.02 0.02 99.85 13:38:08 11:20:01 6 0.00 0.00 0.00 0.02 0.00 99.98 13:38:08 11:20:01 7 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 11:21:01 all 0.04 0.00 0.01 0.00 0.01 99.94 13:38:08 11:21:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:21:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 11:21:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 11:21:01 3 0.08 0.00 0.02 0.00 0.02 99.88 13:38:08 11:21:01 4 0.07 0.00 0.03 0.00 0.03 99.87 13:38:08 11:21:01 5 0.05 0.00 0.03 0.00 0.02 99.90 13:38:08 11:21:01 6 0.02 0.00 0.00 0.02 0.02 99.95 13:38:08 11:21:01 7 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 11:22:01 all 0.01 0.00 0.01 0.00 0.01 99.96 13:38:08 11:22:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 11:22:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 11:22:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:22:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 11:22:01 4 0.03 0.00 0.07 0.00 0.03 99.87 13:38:08 11:22:01 5 0.03 0.00 0.00 0.02 0.00 99.95 13:38:08 11:22:01 6 0.00 0.00 0.00 0.02 0.00 99.98 13:38:08 11:22:01 7 0.03 0.00 0.03 0.00 0.02 99.92 13:38:08 11:23:01 all 0.09 0.00 0.01 0.01 0.01 99.88 13:38:08 11:23:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 11:23:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:23:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:23:01 3 0.58 0.00 0.02 0.00 0.02 99.38 13:38:08 11:23:01 4 0.07 0.00 0.03 0.00 0.03 99.87 13:38:08 11:23:01 5 0.03 0.00 0.03 0.05 0.02 99.87 13:38:08 11:23:01 6 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 11:23:01 7 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 11:24:01 all 0.03 0.00 0.01 0.00 0.01 99.96 13:38:08 11:24:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:24:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:24:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 11:24:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 11:24:01 4 0.05 0.00 0.03 0.00 0.02 99.90 13:38:08 11:24:01 5 0.03 0.00 0.00 0.02 0.02 99.93 13:38:08 11:24:01 6 0.02 0.00 0.00 0.02 0.00 99.97 13:38:08 11:24:01 7 0.08 0.00 0.02 0.00 0.02 99.88 13:38:08 11:25:01 all 0.02 0.00 0.02 0.00 0.01 99.95 13:38:08 11:25:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 11:25:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 11:25:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 11:25:01 3 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 11:25:01 4 0.07 0.00 0.03 0.00 0.03 99.87 13:38:08 11:25:01 5 0.00 0.00 0.02 0.02 0.02 99.95 13:38:08 11:25:01 6 0.00 0.00 0.00 0.02 0.00 99.98 13:38:08 11:25:01 7 0.05 0.00 0.07 0.00 0.03 99.85 13:38:08 11:26:01 all 0.03 0.00 0.01 0.01 0.01 99.94 13:38:08 11:26:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:26:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:26:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 11:26:01 3 0.05 0.00 0.00 0.00 0.02 99.93 13:38:08 11:26:01 4 0.05 0.00 0.03 0.00 0.02 99.90 13:38:08 11:26:01 5 0.07 0.00 0.02 0.05 0.02 99.85 13:38:08 11:26:01 6 0.00 0.00 0.02 0.07 0.00 99.92 13:38:08 11:26:01 7 0.03 0.00 0.03 0.00 0.02 99.92 13:38:08 11:27:01 all 0.02 0.00 0.01 0.00 0.01 99.95 13:38:08 11:27:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:27:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 11:27:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:27:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 11:27:01 4 0.05 0.00 0.05 0.00 0.03 99.87 13:38:08 11:27:01 5 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 11:27:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:27:01 7 0.10 0.00 0.03 0.00 0.02 99.85 13:38:08 11:28:01 all 0.03 0.00 0.02 0.01 0.01 99.94 13:38:08 11:28:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 11:28:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 11:28:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:28:01 3 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 11:28:01 4 0.07 0.00 0.05 0.00 0.02 99.87 13:38:08 11:28:01 5 0.07 0.00 0.05 0.02 0.00 99.87 13:38:08 11:28:01 6 0.02 0.00 0.00 0.03 0.00 99.95 13:38:08 11:28:01 7 0.07 0.00 0.03 0.00 0.02 99.88 13:38:08 13:38:08 11:28:01 CPU %user %nice %system %iowait %steal %idle 13:38:08 11:29:01 all 0.04 0.00 0.01 0.03 0.01 99.91 13:38:08 11:29:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 11:29:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 11:29:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:29:01 3 0.22 0.00 0.02 0.00 0.02 99.75 13:38:08 11:29:01 4 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 11:29:01 5 0.03 0.00 0.02 0.02 0.02 99.92 13:38:08 11:29:01 6 0.00 0.00 0.00 0.23 0.00 99.77 13:38:08 11:29:01 7 0.02 0.00 0.03 0.00 0.00 99.95 13:38:08 11:30:01 all 0.03 0.00 0.02 0.00 0.01 99.94 13:38:08 11:30:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:30:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 11:30:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 11:30:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 11:30:01 4 0.08 0.00 0.05 0.00 0.03 99.83 13:38:08 11:30:01 5 0.05 0.00 0.05 0.00 0.05 99.85 13:38:08 11:30:01 6 0.00 0.00 0.00 0.02 0.00 99.98 13:38:08 11:30:01 7 0.05 0.00 0.03 0.00 0.02 99.90 13:38:08 11:31:01 all 0.03 0.00 0.02 0.00 0.01 99.94 13:38:08 11:31:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 11:31:01 1 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 11:31:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 11:31:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 11:31:01 4 0.07 0.00 0.07 0.00 0.00 99.87 13:38:08 11:31:01 5 0.08 0.00 0.03 0.02 0.02 99.85 13:38:08 11:31:01 6 0.02 0.00 0.00 0.02 0.02 99.95 13:38:08 11:31:01 7 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 11:32:01 all 0.06 0.00 0.03 0.00 0.01 99.90 13:38:08 11:32:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:32:01 1 0.12 0.00 0.00 0.00 0.02 99.87 13:38:08 11:32:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 11:32:01 3 0.05 0.00 0.00 0.00 0.02 99.93 13:38:08 11:32:01 4 0.13 0.00 0.05 0.00 0.03 99.78 13:38:08 11:32:01 5 0.13 0.00 0.08 0.00 0.02 99.77 13:38:08 11:32:01 6 0.02 0.00 0.03 0.02 0.00 99.93 13:38:08 11:32:01 7 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 11:33:01 all 0.21 0.00 0.02 0.01 0.01 99.75 13:38:08 11:33:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:33:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:33:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 11:33:01 3 1.39 0.00 0.02 0.00 0.03 98.56 13:38:08 11:33:01 4 0.13 0.00 0.05 0.00 0.00 99.82 13:38:08 11:33:01 5 0.15 0.00 0.08 0.02 0.02 99.73 13:38:08 11:33:01 6 0.00 0.00 0.00 0.05 0.00 99.95 13:38:08 11:33:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 11:34:01 all 0.12 0.00 0.02 0.00 0.01 99.85 13:38:08 11:34:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 11:34:01 1 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 11:34:01 2 0.05 0.00 0.00 0.00 0.00 99.95 13:38:08 11:34:01 3 0.60 0.00 0.00 0.00 0.00 99.40 13:38:08 11:34:01 4 0.08 0.00 0.07 0.00 0.03 99.82 13:38:08 11:34:01 5 0.15 0.00 0.08 0.00 0.02 99.75 13:38:08 11:34:01 6 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 11:34:01 7 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 11:35:01 all 0.08 0.00 0.02 0.00 0.01 99.89 13:38:08 11:35:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 11:35:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 11:35:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 11:35:01 3 0.43 0.00 0.00 0.00 0.02 99.55 13:38:08 11:35:01 4 0.07 0.00 0.05 0.00 0.00 99.88 13:38:08 11:35:01 5 0.10 0.00 0.07 0.02 0.03 99.78 13:38:08 11:35:01 6 0.00 0.00 0.00 0.02 0.00 99.98 13:38:08 11:35:01 7 0.00 0.00 0.03 0.00 0.00 99.97 13:38:08 11:36:01 all 0.05 0.00 0.03 0.01 0.01 99.91 13:38:08 11:36:01 0 0.02 0.00 0.03 0.00 0.00 99.95 13:38:08 11:36:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 11:36:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 11:36:01 3 0.05 0.00 0.00 0.00 0.00 99.95 13:38:08 11:36:01 4 0.08 0.00 0.05 0.00 0.02 99.85 13:38:08 11:36:01 5 0.13 0.00 0.05 0.00 0.02 99.80 13:38:08 11:36:01 6 0.00 0.00 0.02 0.08 0.00 99.90 13:38:08 11:36:01 7 0.05 0.00 0.03 0.00 0.02 99.90 13:38:08 11:37:01 all 0.02 0.00 0.03 0.02 0.01 99.92 13:38:08 11:37:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 11:37:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:37:01 2 0.00 0.00 0.03 0.00 0.00 99.97 13:38:08 11:37:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 11:37:01 4 0.07 0.00 0.05 0.00 0.02 99.87 13:38:08 11:37:01 5 0.05 0.00 0.05 0.02 0.02 99.87 13:38:08 11:37:01 6 0.02 0.00 0.02 0.17 0.00 99.80 13:38:08 11:37:01 7 0.02 0.00 0.07 0.00 0.00 99.92 13:38:08 11:38:01 all 0.03 0.00 0.01 0.00 0.01 99.95 13:38:08 11:38:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:38:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 11:38:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 11:38:01 3 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 11:38:01 4 0.08 0.00 0.02 0.00 0.02 99.88 13:38:08 11:38:01 5 0.05 0.00 0.03 0.00 0.00 99.92 13:38:08 11:38:01 6 0.00 0.00 0.00 0.02 0.00 99.98 13:38:08 11:38:01 7 0.10 0.00 0.03 0.00 0.02 99.85 13:38:08 11:39:01 all 0.04 0.00 0.02 0.00 0.01 99.93 13:38:08 11:39:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 11:39:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 11:39:01 2 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 11:39:01 3 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 11:39:01 4 0.12 0.00 0.12 0.00 0.02 99.75 13:38:08 11:39:01 5 0.08 0.00 0.02 0.02 0.02 99.87 13:38:08 11:39:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 11:39:01 7 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 13:38:08 11:39:01 CPU %user %nice %system %iowait %steal %idle 13:38:08 11:40:01 all 0.03 0.00 0.03 0.00 0.00 99.94 13:38:08 11:40:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 11:40:01 1 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 11:40:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:40:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:40:01 4 0.15 0.00 0.08 0.00 0.02 99.75 13:38:08 11:40:01 5 0.03 0.00 0.07 0.02 0.02 99.87 13:38:08 11:40:01 6 0.00 0.00 0.02 0.02 0.00 99.97 13:38:08 11:40:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 11:41:01 all 0.04 0.00 0.02 0.00 0.00 99.94 13:38:08 11:41:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 11:41:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:41:01 2 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 11:41:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 11:41:01 4 0.08 0.00 0.10 0.00 0.03 99.78 13:38:08 11:41:01 5 0.12 0.00 0.03 0.00 0.00 99.85 13:38:08 11:41:01 6 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 11:41:01 7 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 11:42:01 all 0.03 0.00 0.02 0.02 0.01 99.92 13:38:08 11:42:01 0 0.02 0.00 0.03 0.00 0.00 99.95 13:38:08 11:42:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 11:42:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 11:42:01 3 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 11:42:01 4 0.10 0.00 0.03 0.00 0.02 99.85 13:38:08 11:42:01 5 0.07 0.00 0.05 0.15 0.02 99.72 13:38:08 11:42:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 11:42:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 11:43:01 all 0.04 0.00 0.02 0.00 0.01 99.92 13:38:08 11:43:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 11:43:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 11:43:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 11:43:01 3 0.07 0.00 0.05 0.00 0.03 99.85 13:38:08 11:43:01 4 0.10 0.00 0.12 0.00 0.03 99.75 13:38:08 11:43:01 5 0.07 0.00 0.00 0.03 0.00 99.90 13:38:08 11:43:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 11:43:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 11:44:01 all 0.04 0.00 0.01 0.01 0.01 99.93 13:38:08 11:44:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 11:44:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:44:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 11:44:01 3 0.07 0.00 0.02 0.00 0.02 99.90 13:38:08 11:44:01 4 0.12 0.00 0.07 0.00 0.02 99.80 13:38:08 11:44:01 5 0.07 0.00 0.03 0.07 0.02 99.82 13:38:08 11:44:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:44:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 11:45:01 all 0.04 0.00 0.02 0.01 0.01 99.92 13:38:08 11:45:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:45:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 11:45:01 2 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 11:45:01 3 0.07 0.00 0.03 0.00 0.02 99.88 13:38:08 11:45:01 4 0.08 0.00 0.08 0.02 0.03 99.78 13:38:08 11:45:01 5 0.08 0.00 0.02 0.03 0.00 99.87 13:38:08 11:45:01 6 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 11:45:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 11:46:01 all 0.09 0.00 0.02 0.00 0.01 99.89 13:38:08 11:46:01 0 0.00 0.00 0.03 0.00 0.00 99.97 13:38:08 11:46:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 11:46:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:46:01 3 0.55 0.00 0.00 0.00 0.02 99.43 13:38:08 11:46:01 4 0.05 0.00 0.05 0.00 0.02 99.88 13:38:08 11:46:01 5 0.07 0.00 0.05 0.02 0.02 99.85 13:38:08 11:46:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:46:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 11:47:01 all 0.06 0.00 0.02 0.03 0.01 99.88 13:38:08 11:47:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 11:47:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 11:47:01 2 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 11:47:01 3 0.30 0.00 0.02 0.00 0.00 99.68 13:38:08 11:47:01 4 0.07 0.00 0.08 0.00 0.02 99.83 13:38:08 11:47:01 5 0.08 0.00 0.00 0.27 0.02 99.63 13:38:08 11:47:01 6 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 11:47:01 7 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 11:48:01 all 0.05 0.00 0.01 0.01 0.01 99.92 13:38:08 11:48:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:48:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:48:01 2 0.00 0.00 0.03 0.00 0.00 99.97 13:38:08 11:48:01 3 0.27 0.00 0.02 0.00 0.02 99.70 13:38:08 11:48:01 4 0.05 0.00 0.02 0.00 0.03 99.90 13:38:08 11:48:01 5 0.05 0.00 0.03 0.05 0.02 99.85 13:38:08 11:48:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:48:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 11:49:01 all 0.29 0.00 0.02 0.00 0.00 99.68 13:38:08 11:49:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 11:49:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:49:01 2 0.08 0.00 0.07 0.00 0.02 99.83 13:38:08 11:49:01 3 1.99 0.00 0.02 0.00 0.00 98.00 13:38:08 11:49:01 4 0.07 0.00 0.07 0.00 0.00 99.87 13:38:08 11:49:01 5 0.08 0.00 0.03 0.03 0.00 99.85 13:38:08 11:49:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 11:49:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 11:50:01 all 0.28 0.00 0.01 0.00 0.01 99.70 13:38:08 11:50:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 11:50:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 11:50:01 2 0.05 0.00 0.03 0.00 0.02 99.90 13:38:08 11:50:01 3 1.99 0.00 0.00 0.00 0.02 98.00 13:38:08 11:50:01 4 0.10 0.00 0.02 0.00 0.03 99.85 13:38:08 11:50:01 5 0.05 0.00 0.03 0.02 0.02 99.88 13:38:08 11:50:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:50:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 13:38:08 11:50:01 CPU %user %nice %system %iowait %steal %idle 13:38:08 11:51:01 all 0.07 0.00 0.02 0.00 0.00 99.90 13:38:08 11:51:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 11:51:01 1 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 11:51:01 2 0.07 0.00 0.05 0.00 0.00 99.88 13:38:08 11:51:01 3 0.27 0.00 0.00 0.00 0.02 99.72 13:38:08 11:51:01 4 0.08 0.00 0.05 0.00 0.00 99.87 13:38:08 11:51:01 5 0.07 0.00 0.02 0.02 0.00 99.90 13:38:08 11:51:01 6 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 11:51:01 7 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 11:52:01 all 0.09 0.00 0.02 0.00 0.01 99.87 13:38:08 11:52:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 11:52:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 11:52:01 2 0.07 0.00 0.03 0.00 0.02 99.88 13:38:08 11:52:01 3 0.47 0.00 0.03 0.00 0.02 99.48 13:38:08 11:52:01 4 0.10 0.00 0.03 0.00 0.03 99.83 13:38:08 11:52:01 5 0.08 0.00 0.03 0.02 0.02 99.85 13:38:08 11:52:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:52:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 11:53:01 all 0.03 0.00 0.03 0.00 0.00 99.94 13:38:08 11:53:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 11:53:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:53:01 2 0.05 0.00 0.05 0.00 0.00 99.90 13:38:08 11:53:01 3 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 11:53:01 4 0.07 0.00 0.08 0.00 0.02 99.83 13:38:08 11:53:01 5 0.05 0.00 0.02 0.02 0.00 99.92 13:38:08 11:53:01 6 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 11:53:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 11:54:01 all 0.04 0.00 0.01 0.00 0.01 99.94 13:38:08 11:54:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:54:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 11:54:01 2 0.08 0.00 0.03 0.00 0.02 99.87 13:38:08 11:54:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 11:54:01 4 0.07 0.00 0.03 0.00 0.02 99.88 13:38:08 11:54:01 5 0.03 0.00 0.03 0.02 0.02 99.90 13:38:08 11:54:01 6 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 11:54:01 7 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 11:55:01 all 0.03 0.00 0.02 0.01 0.00 99.94 13:38:08 11:55:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:55:01 1 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 11:55:01 2 0.07 0.00 0.05 0.00 0.02 99.87 13:38:08 11:55:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 11:55:01 4 0.08 0.00 0.05 0.00 0.00 99.87 13:38:08 11:55:01 5 0.05 0.00 0.02 0.07 0.00 99.87 13:38:08 11:55:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:55:01 7 0.00 0.00 0.00 0.02 0.00 99.98 13:38:08 11:56:01 all 0.23 0.00 0.02 0.01 0.01 99.74 13:38:08 11:56:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 11:56:01 1 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 11:56:01 2 0.07 0.00 0.00 0.00 0.00 99.93 13:38:08 11:56:01 3 1.39 0.00 0.03 0.00 0.00 98.58 13:38:08 11:56:01 4 0.10 0.00 0.03 0.00 0.02 99.85 13:38:08 11:56:01 5 0.13 0.00 0.03 0.07 0.02 99.75 13:38:08 11:56:01 6 0.05 0.00 0.00 0.00 0.00 99.95 13:38:08 11:56:01 7 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 11:57:01 all 0.06 0.00 0.02 0.01 0.01 99.89 13:38:08 11:57:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 11:57:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 11:57:01 2 0.02 0.00 0.02 0.02 0.00 99.95 13:38:08 11:57:01 3 0.33 0.00 0.07 0.00 0.02 99.58 13:38:08 11:57:01 4 0.05 0.00 0.02 0.00 0.03 99.90 13:38:08 11:57:01 5 0.05 0.00 0.02 0.07 0.02 99.85 13:38:08 11:57:01 6 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 11:57:01 7 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 11:58:01 all 0.05 0.00 0.01 0.01 0.01 99.92 13:38:08 11:58:01 0 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 11:58:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 11:58:01 2 0.10 0.00 0.03 0.00 0.03 99.83 13:38:08 11:58:01 3 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 11:58:01 4 0.07 0.00 0.02 0.00 0.03 99.88 13:38:08 11:58:01 5 0.08 0.00 0.03 0.05 0.02 99.82 13:38:08 11:58:01 6 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 11:58:01 7 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 11:59:01 all 0.03 0.00 0.02 0.01 0.01 99.94 13:38:08 11:59:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 11:59:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 11:59:01 2 0.12 0.00 0.07 0.00 0.02 99.80 13:38:08 11:59:01 3 0.00 0.00 0.00 0.02 0.02 99.97 13:38:08 11:59:01 4 0.03 0.00 0.05 0.00 0.00 99.92 13:38:08 11:59:01 5 0.03 0.00 0.02 0.07 0.02 99.87 13:38:08 11:59:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 11:59:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 12:00:01 all 0.04 0.00 0.02 0.00 0.01 99.92 13:38:08 12:00:01 0 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 12:00:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 12:00:01 2 0.03 0.00 0.03 0.00 0.03 99.90 13:38:08 12:00:01 3 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 12:00:01 4 0.07 0.00 0.03 0.00 0.02 99.88 13:38:08 12:00:01 5 0.12 0.00 0.03 0.03 0.00 99.82 13:38:08 12:00:01 6 0.02 0.00 0.03 0.00 0.00 99.95 13:38:08 12:00:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 12:01:01 all 0.03 0.00 0.02 0.00 0.01 99.94 13:38:08 12:01:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 12:01:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 12:01:01 2 0.05 0.00 0.05 0.00 0.03 99.87 13:38:08 12:01:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 12:01:01 4 0.05 0.00 0.00 0.00 0.02 99.93 13:38:08 12:01:01 5 0.05 0.00 0.05 0.03 0.03 99.83 13:38:08 12:01:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 12:01:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 13:38:08 12:01:01 CPU %user %nice %system %iowait %steal %idle 13:38:08 12:02:01 all 0.04 0.00 0.01 0.00 0.01 99.94 13:38:08 12:02:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 12:02:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 12:02:01 2 0.07 0.00 0.02 0.00 0.03 99.88 13:38:08 12:02:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 12:02:01 4 0.05 0.00 0.02 0.00 0.00 99.93 13:38:08 12:02:01 5 0.13 0.00 0.00 0.02 0.02 99.83 13:38:08 12:02:01 6 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 12:02:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 12:03:01 all 0.02 0.00 0.01 0.00 0.01 99.95 13:38:08 12:03:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 12:03:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 12:03:01 2 0.02 0.00 0.03 0.00 0.03 99.92 13:38:08 12:03:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 12:03:01 4 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 12:03:01 5 0.05 0.00 0.03 0.03 0.02 99.87 13:38:08 12:03:01 6 0.02 0.00 0.03 0.00 0.02 99.93 13:38:08 12:03:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 12:04:01 all 0.04 0.00 0.02 0.00 0.01 99.93 13:38:08 12:04:01 0 0.05 0.00 0.02 0.00 0.00 99.93 13:38:08 12:04:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 12:04:01 2 0.05 0.00 0.05 0.00 0.03 99.87 13:38:08 12:04:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 12:04:01 4 0.08 0.00 0.03 0.00 0.02 99.87 13:38:08 12:04:01 5 0.07 0.00 0.03 0.02 0.02 99.87 13:38:08 12:04:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 12:04:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 12:05:01 all 0.04 0.00 0.02 0.00 0.01 99.93 13:38:08 12:05:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 12:05:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 12:05:01 2 0.02 0.00 0.05 0.00 0.03 99.90 13:38:08 12:05:01 3 0.25 0.00 0.02 0.00 0.00 99.73 13:38:08 12:05:01 4 0.03 0.00 0.05 0.00 0.02 99.90 13:38:08 12:05:01 5 0.03 0.00 0.02 0.02 0.02 99.92 13:38:08 12:05:01 6 0.00 0.00 0.00 0.02 0.00 99.98 13:38:08 12:05:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 12:06:01 all 0.33 0.00 0.03 0.00 0.01 99.62 13:38:08 12:06:01 0 0.07 0.00 0.07 0.00 0.00 99.87 13:38:08 12:06:01 1 0.12 0.00 0.00 0.00 0.00 99.88 13:38:08 12:06:01 2 0.07 0.00 0.05 0.00 0.03 99.85 13:38:08 12:06:01 3 2.04 0.00 0.00 0.00 0.02 97.95 13:38:08 12:06:01 4 0.08 0.00 0.03 0.00 0.02 99.87 13:38:08 12:06:01 5 0.13 0.00 0.03 0.03 0.02 99.78 13:38:08 12:06:01 6 0.05 0.00 0.05 0.00 0.00 99.90 13:38:08 12:06:01 7 0.07 0.00 0.02 0.00 0.02 99.90 13:38:08 12:07:01 all 0.28 0.00 0.02 0.00 0.02 99.68 13:38:08 12:07:01 0 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 12:07:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 12:07:01 2 0.05 0.00 0.05 0.00 0.03 99.87 13:38:08 12:07:01 3 1.97 0.00 0.02 0.00 0.02 98.00 13:38:08 12:07:01 4 0.07 0.00 0.07 0.00 0.03 99.83 13:38:08 12:07:01 5 0.08 0.00 0.02 0.03 0.02 99.85 13:38:08 12:07:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 12:07:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 12:08:01 all 0.23 0.00 0.02 0.00 0.01 99.74 13:38:08 12:08:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 12:08:01 1 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 12:08:01 2 0.03 0.00 0.05 0.00 0.03 99.88 13:38:08 12:08:01 3 1.68 0.00 0.10 0.00 0.00 98.22 13:38:08 12:08:01 4 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 12:08:01 5 0.03 0.00 0.00 0.02 0.02 99.93 13:38:08 12:08:01 6 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 12:08:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 12:09:01 all 0.04 0.00 0.01 0.08 0.01 99.86 13:38:08 12:09:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 12:09:01 1 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 12:09:01 2 0.07 0.00 0.05 0.03 0.02 99.83 13:38:08 12:09:01 3 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 12:09:01 4 0.08 0.00 0.03 0.00 0.07 99.82 13:38:08 12:09:01 5 0.05 0.00 0.00 0.57 0.00 99.38 13:38:08 12:09:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 12:09:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 12:10:01 all 0.05 0.00 0.02 0.02 0.01 99.90 13:38:08 12:10:01 0 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 12:10:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 12:10:01 2 0.03 0.00 0.03 0.00 0.03 99.90 13:38:08 12:10:01 3 0.30 0.00 0.05 0.00 0.02 99.63 13:38:08 12:10:01 4 0.03 0.00 0.03 0.00 0.02 99.92 13:38:08 12:10:01 5 0.03 0.00 0.00 0.13 0.02 99.82 13:38:08 12:10:01 6 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 12:10:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 12:11:01 all 0.29 0.00 0.01 0.00 0.01 99.69 13:38:08 12:11:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 12:11:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 12:11:01 2 0.10 0.00 0.03 0.00 0.03 99.83 13:38:08 12:11:01 3 2.04 0.00 0.00 0.00 0.02 97.95 13:38:08 12:11:01 4 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 12:11:01 5 0.02 0.00 0.02 0.03 0.00 99.93 13:38:08 12:11:01 6 0.08 0.00 0.03 0.00 0.00 99.88 13:38:08 12:11:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 12:12:01 all 0.27 0.00 0.01 0.01 0.01 99.70 13:38:08 12:12:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 12:12:01 1 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 12:12:01 2 0.03 0.00 0.03 0.00 0.03 99.90 13:38:08 12:12:01 3 1.99 0.00 0.00 0.00 0.00 98.01 13:38:08 12:12:01 4 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 12:12:01 5 0.02 0.00 0.00 0.07 0.02 99.90 13:38:08 12:12:01 6 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 12:12:01 7 0.02 0.00 0.03 0.00 0.02 99.93 13:38:08 13:38:08 12:12:01 CPU %user %nice %system %iowait %steal %idle 13:38:08 12:13:01 all 0.03 0.00 0.02 0.00 0.01 99.95 13:38:08 12:13:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 12:13:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 12:13:01 2 0.03 0.00 0.07 0.00 0.03 99.87 13:38:08 12:13:01 3 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 12:13:01 4 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 12:13:01 5 0.02 0.00 0.00 0.02 0.00 99.97 13:38:08 12:13:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 12:13:01 7 0.05 0.00 0.03 0.00 0.00 99.92 13:38:08 12:14:01 all 0.02 0.00 0.02 0.00 0.01 99.95 13:38:08 12:14:01 0 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 12:14:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 12:14:01 2 0.02 0.00 0.05 0.00 0.03 99.90 13:38:08 12:14:01 3 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 12:14:01 4 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 12:14:01 5 0.03 0.00 0.03 0.02 0.02 99.90 13:38:08 12:14:01 6 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 12:14:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 12:15:02 all 0.04 0.00 0.01 0.00 0.02 99.92 13:38:08 12:15:02 0 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 12:15:02 1 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 12:15:02 2 0.07 0.00 0.02 0.00 0.05 99.87 13:38:08 12:15:02 3 0.08 0.00 0.02 0.00 0.03 99.87 13:38:08 12:15:02 4 0.02 0.00 0.03 0.00 0.02 99.93 13:38:08 12:15:02 5 0.05 0.00 0.00 0.03 0.03 99.88 13:38:08 12:15:02 6 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 12:15:02 7 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 12:16:01 all 0.01 0.00 0.01 0.00 0.01 99.97 13:38:08 12:16:01 0 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 12:16:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 12:16:01 2 0.03 0.00 0.03 0.00 0.03 99.90 13:38:08 12:16:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 12:16:01 4 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 12:16:01 5 0.02 0.00 0.00 0.02 0.02 99.95 13:38:08 12:16:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 12:16:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 12:17:01 all 0.03 0.00 0.01 0.00 0.01 99.95 13:38:08 12:17:01 0 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 12:17:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 12:17:01 2 0.05 0.00 0.02 0.00 0.03 99.90 13:38:08 12:17:01 3 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 12:17:01 4 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 12:17:01 5 0.03 0.00 0.00 0.03 0.00 99.93 13:38:08 12:17:01 6 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 12:17:01 7 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 12:18:01 all 0.03 0.00 0.01 0.00 0.01 99.95 13:38:08 12:18:01 0 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 12:18:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 12:18:01 2 0.10 0.00 0.07 0.00 0.05 99.78 13:38:08 12:18:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 12:18:01 4 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 12:18:01 5 0.02 0.00 0.00 0.02 0.02 99.95 13:38:08 12:18:01 6 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 12:18:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 12:19:01 all 0.03 0.00 0.02 0.00 0.01 99.94 13:38:08 12:19:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 12:19:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 12:19:01 2 0.05 0.00 0.08 0.00 0.03 99.83 13:38:08 12:19:01 3 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 12:19:01 4 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 12:19:01 5 0.02 0.00 0.05 0.02 0.02 99.90 13:38:08 12:19:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 12:19:01 7 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 12:20:01 all 0.01 0.00 0.01 0.00 0.01 99.96 13:38:08 12:20:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 12:20:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 12:20:01 2 0.03 0.00 0.02 0.00 0.03 99.92 13:38:08 12:20:01 3 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 12:20:01 4 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 12:20:01 5 0.02 0.00 0.02 0.03 0.00 99.93 13:38:08 12:20:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 12:20:01 7 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 12:21:01 all 0.03 0.00 0.01 0.00 0.01 99.94 13:38:08 12:21:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 12:21:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 12:21:01 2 0.03 0.00 0.03 0.00 0.05 99.88 13:38:08 12:21:01 3 0.05 0.00 0.02 0.00 0.00 99.93 13:38:08 12:21:01 4 0.08 0.00 0.03 0.00 0.02 99.87 13:38:08 12:21:01 5 0.02 0.00 0.02 0.03 0.02 99.92 13:38:08 12:21:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 12:21:01 7 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 12:22:01 all 0.02 0.00 0.01 0.00 0.01 99.95 13:38:08 12:22:01 0 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 12:22:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 12:22:01 2 0.03 0.00 0.07 0.00 0.03 99.87 13:38:08 12:22:01 3 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 12:22:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 12:22:01 5 0.00 0.00 0.00 0.02 0.02 99.97 13:38:08 12:22:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 12:22:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 12:23:01 all 0.21 0.00 0.02 0.01 0.01 99.76 13:38:08 12:23:01 0 0.03 0.00 0.05 0.00 0.02 99.90 13:38:08 12:23:01 1 0.00 0.00 0.03 0.00 0.00 99.97 13:38:08 12:23:01 2 0.03 0.00 0.02 0.00 0.03 99.92 13:38:08 12:23:01 3 1.53 0.00 0.00 0.00 0.02 98.45 13:38:08 12:23:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 12:23:01 5 0.02 0.00 0.02 0.08 0.00 99.88 13:38:08 12:23:01 6 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 12:23:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 13:38:08 12:23:01 CPU %user %nice %system %iowait %steal %idle 13:38:08 12:24:01 all 0.29 0.00 0.01 0.00 0.01 99.69 13:38:08 12:24:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 12:24:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 12:24:01 2 0.03 0.00 0.03 0.00 0.05 99.88 13:38:08 12:24:01 3 2.05 0.00 0.00 0.00 0.02 97.93 13:38:08 12:24:01 4 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 12:24:01 5 0.08 0.00 0.00 0.02 0.02 99.88 13:38:08 12:24:01 6 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 12:24:01 7 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 12:25:01 all 0.27 0.00 0.01 0.00 0.01 99.70 13:38:08 12:25:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 12:25:01 1 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 12:25:01 2 0.03 0.00 0.03 0.00 0.03 99.90 13:38:08 12:25:01 3 2.02 0.00 0.03 0.00 0.02 97.93 13:38:08 12:25:01 4 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 12:25:01 5 0.02 0.00 0.00 0.03 0.02 99.93 13:38:08 12:25:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 12:25:01 7 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 12:26:01 all 0.28 0.00 0.02 0.01 0.01 99.68 13:38:08 12:26:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 12:26:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 12:26:01 2 0.07 0.00 0.10 0.02 0.02 99.80 13:38:08 12:26:01 3 2.02 0.00 0.00 0.00 0.02 97.96 13:38:08 12:26:01 4 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 12:26:01 5 0.02 0.00 0.02 0.08 0.02 99.87 13:38:08 12:26:01 6 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 12:26:01 7 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 12:27:01 all 0.04 0.00 0.03 0.00 0.02 99.92 13:38:08 12:27:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 12:27:01 1 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 12:27:01 2 0.02 0.00 0.03 0.00 0.05 99.90 13:38:08 12:27:01 3 0.20 0.00 0.05 0.00 0.02 99.73 13:38:08 12:27:01 4 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 12:27:01 5 0.03 0.00 0.03 0.03 0.02 99.88 13:38:08 12:27:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 12:27:01 7 0.02 0.00 0.05 0.00 0.02 99.92 13:38:08 12:28:01 all 0.05 0.00 0.01 0.00 0.01 99.93 13:38:08 12:28:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 12:28:01 1 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 12:28:01 2 0.07 0.00 0.03 0.00 0.03 99.87 13:38:08 12:28:01 3 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 12:28:01 4 0.08 0.00 0.07 0.00 0.02 99.83 13:38:08 12:28:01 5 0.02 0.00 0.00 0.02 0.02 99.95 13:38:08 12:28:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 12:28:01 7 0.10 0.00 0.00 0.00 0.00 99.90 13:38:08 12:29:01 all 0.02 0.00 0.01 0.00 0.01 99.95 13:38:08 12:29:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 12:29:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 12:29:01 2 0.03 0.00 0.02 0.00 0.03 99.92 13:38:08 12:29:01 3 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 12:29:01 4 0.07 0.00 0.03 0.00 0.02 99.88 13:38:08 12:29:01 5 0.03 0.00 0.02 0.03 0.00 99.92 13:38:08 12:29:01 6 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 12:29:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 12:30:01 all 0.03 0.00 0.01 0.00 0.01 99.94 13:38:08 12:30:01 0 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 12:30:01 1 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 12:30:01 2 0.03 0.00 0.05 0.00 0.05 99.87 13:38:08 12:30:01 3 0.05 0.00 0.00 0.00 0.02 99.93 13:38:08 12:30:01 4 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 12:30:01 5 0.02 0.00 0.02 0.03 0.02 99.92 13:38:08 12:30:01 6 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 12:30:01 7 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 12:31:01 all 0.02 0.00 0.02 0.00 0.01 99.95 13:38:08 12:31:01 0 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 12:31:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 12:31:01 2 0.02 0.00 0.03 0.00 0.03 99.92 13:38:08 12:31:01 3 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 12:31:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 12:31:01 5 0.03 0.00 0.03 0.02 0.02 99.90 13:38:08 12:31:01 6 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 12:31:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 12:32:01 all 0.03 0.00 0.01 0.00 0.01 99.94 13:38:08 12:32:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 12:32:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 12:32:01 2 0.05 0.00 0.03 0.00 0.03 99.88 13:38:08 12:32:01 3 0.05 0.00 0.00 0.00 0.02 99.93 13:38:08 12:32:01 4 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 12:32:01 5 0.05 0.00 0.00 0.03 0.02 99.90 13:38:08 12:32:01 6 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 12:32:01 7 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 12:33:01 all 0.01 0.00 0.01 0.00 0.01 99.96 13:38:08 12:33:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 12:33:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 12:33:01 2 0.02 0.00 0.03 0.00 0.03 99.92 13:38:08 12:33:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 12:33:01 4 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 12:33:01 5 0.00 0.00 0.00 0.03 0.00 99.97 13:38:08 12:33:01 6 0.02 0.00 0.03 0.00 0.00 99.95 13:38:08 12:33:01 7 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 12:34:01 all 0.03 0.00 0.01 0.00 0.02 99.94 13:38:08 12:34:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 12:34:01 1 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 12:34:01 2 0.02 0.00 0.00 0.00 0.07 99.92 13:38:08 12:34:01 3 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 12:34:01 4 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 12:34:01 5 0.02 0.00 0.00 0.02 0.02 99.95 13:38:08 12:34:01 6 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 12:34:01 7 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 13:38:08 12:34:01 CPU %user %nice %system %iowait %steal %idle 13:38:08 12:35:01 all 0.11 0.00 0.02 0.00 0.01 99.86 13:38:08 12:35:01 0 0.05 0.00 0.02 0.00 0.00 99.93 13:38:08 12:35:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 12:35:01 2 0.03 0.00 0.03 0.00 0.03 99.90 13:38:08 12:35:01 3 0.75 0.00 0.03 0.00 0.02 99.20 13:38:08 12:35:01 4 0.02 0.00 0.03 0.00 0.02 99.93 13:38:08 12:35:01 5 0.00 0.00 0.00 0.03 0.00 99.97 13:38:08 12:35:01 6 0.02 0.00 0.05 0.00 0.00 99.93 13:38:08 12:35:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 12:36:01 all 0.05 0.00 0.02 0.03 0.02 99.88 13:38:08 12:36:01 0 0.00 0.00 0.00 0.00 0.03 99.97 13:38:08 12:36:01 1 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 12:36:01 2 0.03 0.00 0.07 0.00 0.05 99.85 13:38:08 12:36:01 3 0.15 0.00 0.02 0.00 0.03 99.80 13:38:08 12:36:01 4 0.10 0.00 0.03 0.02 0.02 99.83 13:38:08 12:36:01 5 0.02 0.00 0.00 0.22 0.02 99.75 13:38:08 12:36:01 6 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 12:36:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 12:37:01 all 0.02 0.00 0.02 0.00 0.01 99.95 13:38:08 12:37:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 12:37:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 12:37:01 2 0.02 0.00 0.03 0.00 0.02 99.93 13:38:08 12:37:01 3 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 12:37:01 4 0.05 0.00 0.05 0.00 0.02 99.88 13:38:08 12:37:01 5 0.00 0.00 0.02 0.02 0.00 99.97 13:38:08 12:37:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 12:37:01 7 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 12:38:01 all 0.02 0.00 0.02 0.01 0.01 99.95 13:38:08 12:38:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 12:38:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 12:38:01 2 0.03 0.00 0.03 0.00 0.05 99.88 13:38:08 12:38:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 12:38:01 4 0.03 0.00 0.05 0.00 0.02 99.90 13:38:08 12:38:01 5 0.00 0.00 0.00 0.05 0.02 99.93 13:38:08 12:38:01 6 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 12:38:01 7 0.03 0.00 0.03 0.00 0.00 99.93 13:38:08 12:39:01 all 0.03 0.00 0.01 0.00 0.01 99.94 13:38:08 12:39:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 12:39:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 12:39:01 2 0.03 0.00 0.05 0.00 0.03 99.88 13:38:08 12:39:01 3 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 12:39:01 4 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 12:39:01 5 0.00 0.00 0.02 0.02 0.00 99.97 13:38:08 12:39:01 6 0.07 0.00 0.02 0.00 0.02 99.90 13:38:08 12:39:01 7 0.07 0.00 0.02 0.00 0.02 99.90 13:38:08 12:40:01 all 0.02 0.00 0.01 0.00 0.01 99.95 13:38:08 12:40:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 12:40:01 1 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 12:40:01 2 0.03 0.00 0.05 0.00 0.02 99.90 13:38:08 12:40:01 3 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 12:40:01 4 0.02 0.00 0.03 0.00 0.02 99.93 13:38:08 12:40:01 5 0.00 0.00 0.00 0.02 0.02 99.97 13:38:08 12:40:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 12:40:01 7 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 12:41:01 all 0.11 0.00 0.02 0.00 0.01 99.86 13:38:08 12:41:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 12:41:01 1 0.02 0.00 0.05 0.00 0.02 99.92 13:38:08 12:41:01 2 0.03 0.00 0.02 0.00 0.03 99.92 13:38:08 12:41:01 3 0.67 0.00 0.02 0.00 0.02 99.30 13:38:08 12:41:01 4 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 12:41:01 5 0.02 0.00 0.00 0.02 0.00 99.97 13:38:08 12:41:01 6 0.03 0.00 0.03 0.00 0.02 99.92 13:38:08 12:41:01 7 0.05 0.00 0.02 0.00 0.00 99.93 13:38:08 12:42:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:38:08 12:42:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 12:42:01 1 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 12:42:01 2 0.02 0.00 0.05 0.00 0.02 99.92 13:38:08 12:42:01 3 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 12:42:01 4 0.05 0.00 0.00 0.00 0.02 99.93 13:38:08 12:42:01 5 0.00 0.00 0.00 0.03 0.02 99.95 13:38:08 12:42:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 12:42:01 7 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 12:43:01 all 0.03 0.00 0.01 0.00 0.01 99.95 13:38:08 12:43:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 12:43:01 1 0.02 0.00 0.00 0.00 0.03 99.95 13:38:08 12:43:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 12:43:01 3 0.05 0.00 0.03 0.00 0.02 99.90 13:38:08 12:43:01 4 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 12:43:01 5 0.02 0.00 0.02 0.02 0.00 99.95 13:38:08 12:43:01 6 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 12:43:01 7 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 12:44:01 all 0.03 0.00 0.01 0.00 0.01 99.95 13:38:08 12:44:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 12:44:01 1 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 12:44:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 12:44:01 3 0.03 0.00 0.02 0.00 0.03 99.92 13:38:08 12:44:01 4 0.05 0.00 0.03 0.00 0.02 99.90 13:38:08 12:44:01 5 0.00 0.00 0.02 0.02 0.00 99.97 13:38:08 12:44:01 6 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 12:44:01 7 0.05 0.00 0.02 0.00 0.00 99.93 13:38:08 12:45:01 all 0.04 0.00 0.01 0.00 0.02 99.93 13:38:08 12:45:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 12:45:01 1 0.05 0.00 0.02 0.00 0.03 99.90 13:38:08 12:45:01 2 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 12:45:01 3 0.07 0.00 0.02 0.00 0.03 99.88 13:38:08 12:45:01 4 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 12:45:01 5 0.02 0.00 0.00 0.03 0.02 99.93 13:38:08 12:45:01 6 0.05 0.00 0.02 0.00 0.00 99.93 13:38:08 12:45:01 7 0.05 0.00 0.00 0.00 0.02 99.93 13:38:08 13:38:08 12:45:01 CPU %user %nice %system %iowait %steal %idle 13:38:08 12:46:01 all 0.03 0.00 0.01 0.00 0.01 99.95 13:38:08 12:46:01 0 0.05 0.00 0.03 0.00 0.00 99.92 13:38:08 12:46:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 12:46:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 12:46:01 3 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 12:46:01 4 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 12:46:01 5 0.02 0.00 0.00 0.03 0.00 99.95 13:38:08 12:46:01 6 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 12:46:01 7 0.05 0.00 0.00 0.00 0.00 99.95 13:38:08 12:47:01 all 0.03 0.00 0.01 0.00 0.02 99.94 13:38:08 12:47:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 12:47:01 1 0.03 0.00 0.03 0.00 0.03 99.90 13:38:08 12:47:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 12:47:01 3 0.02 0.00 0.03 0.00 0.03 99.92 13:38:08 12:47:01 4 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 12:47:01 5 0.02 0.00 0.00 0.02 0.02 99.95 13:38:08 12:47:01 6 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 12:47:01 7 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 12:48:01 all 0.02 0.00 0.02 0.00 0.01 99.95 13:38:08 12:48:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 12:48:01 1 0.03 0.00 0.05 0.00 0.03 99.88 13:38:08 12:48:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 12:48:01 3 0.05 0.00 0.02 0.00 0.03 99.90 13:38:08 12:48:01 4 0.02 0.00 0.05 0.00 0.02 99.92 13:38:08 12:48:01 5 0.02 0.00 0.02 0.02 0.00 99.95 13:38:08 12:48:01 6 0.00 0.00 0.03 0.00 0.02 99.95 13:38:08 12:48:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 12:49:01 all 0.12 0.00 0.02 0.00 0.02 99.84 13:38:08 12:49:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 12:49:01 1 0.03 0.00 0.03 0.00 0.03 99.90 13:38:08 12:49:01 2 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 12:49:01 3 0.75 0.00 0.03 0.00 0.03 99.19 13:38:08 12:49:01 4 0.05 0.00 0.03 0.00 0.02 99.90 13:38:08 12:49:01 5 0.00 0.00 0.02 0.02 0.02 99.95 13:38:08 12:49:01 6 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 12:49:01 7 0.05 0.00 0.00 0.00 0.02 99.93 13:38:08 12:50:01 all 0.27 0.00 0.01 0.01 0.01 99.70 13:38:08 12:50:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 12:50:01 1 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 12:50:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 12:50:01 3 1.97 0.00 0.02 0.00 0.05 97.96 13:38:08 12:50:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 12:50:01 5 0.03 0.00 0.00 0.08 0.00 99.88 13:38:08 12:50:01 6 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 12:50:01 7 0.03 0.00 0.03 0.00 0.03 99.90 13:38:08 12:51:01 all 0.28 0.00 0.01 0.00 0.01 99.70 13:38:08 12:51:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 12:51:01 1 0.02 0.00 0.03 0.00 0.02 99.93 13:38:08 12:51:01 2 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 12:51:01 3 2.00 0.00 0.02 0.00 0.02 97.96 13:38:08 12:51:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 12:51:01 5 0.05 0.00 0.00 0.02 0.02 99.92 13:38:08 12:51:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 12:51:01 7 0.07 0.00 0.02 0.00 0.02 99.90 13:38:08 12:52:01 all 0.26 0.00 0.02 0.00 0.01 99.71 13:38:08 12:52:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 12:52:01 1 0.00 0.00 0.02 0.00 0.03 99.95 13:38:08 12:52:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 12:52:01 3 1.95 0.00 0.03 0.00 0.03 97.98 13:38:08 12:52:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 12:52:01 5 0.03 0.00 0.02 0.02 0.02 99.92 13:38:08 12:52:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 12:52:01 7 0.05 0.00 0.07 0.00 0.00 99.88 13:38:08 12:53:01 all 0.04 0.00 0.03 0.00 0.01 99.92 13:38:08 12:53:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 12:53:01 1 0.02 0.00 0.03 0.00 0.02 99.93 13:38:08 12:53:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 12:53:01 3 0.15 0.00 0.07 0.00 0.03 99.75 13:38:08 12:53:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 12:53:01 5 0.03 0.00 0.02 0.03 0.02 99.90 13:38:08 12:53:01 6 0.03 0.00 0.03 0.00 0.02 99.92 13:38:08 12:53:01 7 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 12:54:01 all 0.04 0.00 0.01 0.00 0.01 99.94 13:38:08 12:54:01 0 0.03 0.00 0.03 0.00 0.02 99.92 13:38:08 12:54:01 1 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 12:54:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 12:54:01 3 0.05 0.00 0.00 0.00 0.03 99.92 13:38:08 12:54:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 12:54:01 5 0.03 0.00 0.00 0.02 0.00 99.95 13:38:08 12:54:01 6 0.07 0.00 0.02 0.00 0.00 99.92 13:38:08 12:54:01 7 0.07 0.00 0.03 0.00 0.02 99.88 13:38:08 12:55:01 all 0.01 0.00 0.01 0.01 0.01 99.95 13:38:08 12:55:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 12:55:01 1 0.03 0.00 0.02 0.00 0.03 99.92 13:38:08 12:55:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 12:55:01 3 0.02 0.00 0.03 0.00 0.02 99.93 13:38:08 12:55:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 12:55:01 5 0.00 0.00 0.02 0.08 0.02 99.88 13:38:08 12:55:01 6 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 12:55:01 7 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 12:56:01 all 0.12 0.00 0.01 0.00 0.01 99.85 13:38:08 12:56:01 0 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 12:56:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 12:56:01 2 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 12:56:01 3 0.67 0.00 0.05 0.00 0.03 99.25 13:38:08 12:56:01 4 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 12:56:01 5 0.03 0.00 0.02 0.03 0.00 99.92 13:38:08 12:56:01 6 0.07 0.00 0.00 0.00 0.00 99.93 13:38:08 12:56:01 7 0.10 0.00 0.00 0.00 0.02 99.88 13:38:08 13:38:08 12:56:01 CPU %user %nice %system %iowait %steal %idle 13:38:08 12:57:01 all 0.03 0.00 0.02 0.00 0.01 99.94 13:38:08 12:57:01 0 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 12:57:01 1 0.02 0.00 0.03 0.00 0.03 99.92 13:38:08 12:57:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 12:57:01 3 0.02 0.00 0.05 0.00 0.03 99.90 13:38:08 12:57:01 4 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 12:57:01 5 0.02 0.00 0.00 0.02 0.02 99.95 13:38:08 12:57:01 6 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 12:57:01 7 0.07 0.00 0.03 0.00 0.02 99.88 13:38:08 12:58:01 all 0.04 0.00 0.00 0.00 0.01 99.94 13:38:08 12:58:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 12:58:01 1 0.05 0.00 0.00 0.00 0.02 99.93 13:38:08 12:58:01 2 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 12:58:01 3 0.02 0.00 0.00 0.00 0.03 99.95 13:38:08 12:58:01 4 0.12 0.00 0.00 0.00 0.00 99.88 13:38:08 12:58:01 5 0.02 0.00 0.00 0.02 0.00 99.97 13:38:08 12:58:01 6 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 12:58:01 7 0.08 0.00 0.02 0.00 0.00 99.90 13:38:08 12:59:01 all 0.01 0.00 0.01 0.00 0.01 99.96 13:38:08 12:59:01 0 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 12:59:01 1 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 12:59:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 12:59:01 3 0.02 0.00 0.03 0.00 0.02 99.93 13:38:08 12:59:01 4 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 12:59:01 5 0.00 0.00 0.00 0.03 0.00 99.97 13:38:08 12:59:01 6 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 12:59:01 7 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 13:00:01 all 0.04 0.00 0.02 0.00 0.02 99.92 13:38:08 13:00:01 0 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 13:00:01 1 0.05 0.00 0.02 0.00 0.03 99.90 13:38:08 13:00:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 13:00:01 3 0.03 0.00 0.00 0.00 0.03 99.93 13:38:08 13:00:01 4 0.05 0.00 0.03 0.00 0.00 99.92 13:38:08 13:00:01 5 0.03 0.00 0.02 0.02 0.02 99.92 13:38:08 13:00:01 6 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 13:00:01 7 0.12 0.00 0.03 0.00 0.02 99.83 13:38:08 13:01:01 all 0.02 0.00 0.01 0.01 0.01 99.96 13:38:08 13:01:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 13:01:01 1 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 13:01:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 13:01:01 3 0.02 0.00 0.02 0.00 0.03 99.93 13:38:08 13:01:01 4 0.07 0.00 0.00 0.02 0.02 99.90 13:38:08 13:01:01 5 0.00 0.00 0.02 0.03 0.00 99.95 13:38:08 13:01:01 6 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 13:01:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 13:02:01 all 0.03 0.00 0.01 0.00 0.01 99.94 13:38:08 13:02:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 13:02:01 1 0.02 0.00 0.00 0.00 0.03 99.95 13:38:08 13:02:01 2 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 13:02:01 3 0.03 0.00 0.03 0.00 0.02 99.92 13:38:08 13:02:01 4 0.03 0.00 0.03 0.00 0.02 99.92 13:38:08 13:02:01 5 0.02 0.00 0.00 0.02 0.00 99.97 13:38:08 13:02:01 6 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 13:02:01 7 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 13:03:01 all 0.20 0.00 0.01 0.00 0.01 99.78 13:38:08 13:03:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 13:03:01 1 0.02 0.00 0.02 0.00 0.03 99.93 13:38:08 13:03:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 13:03:01 3 1.47 0.00 0.02 0.00 0.03 98.48 13:38:08 13:03:01 4 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 13:03:01 5 0.02 0.00 0.00 0.03 0.02 99.93 13:38:08 13:03:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 13:03:01 7 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 13:04:01 all 0.28 0.00 0.01 0.00 0.01 99.70 13:38:08 13:04:01 0 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 13:04:01 1 0.02 0.00 0.03 0.00 0.02 99.93 13:38:08 13:04:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 13:04:01 3 1.99 0.00 0.03 0.00 0.03 97.95 13:38:08 13:04:01 4 0.05 0.00 0.00 0.00 0.02 99.93 13:38:08 13:04:01 5 0.03 0.00 0.00 0.03 0.00 99.93 13:38:08 13:04:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 13:04:01 7 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 13:05:01 all 0.13 0.00 0.02 0.00 0.01 99.84 13:38:08 13:05:01 0 0.02 0.00 0.03 0.00 0.02 99.93 13:38:08 13:05:01 1 0.02 0.00 0.03 0.00 0.02 99.93 13:38:08 13:05:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 13:05:01 3 0.95 0.00 0.02 0.00 0.03 99.00 13:38:08 13:05:01 4 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 13:05:01 5 0.02 0.00 0.00 0.02 0.02 99.95 13:38:08 13:05:01 6 0.00 0.00 0.00 0.02 0.02 99.97 13:38:08 13:05:01 7 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 13:06:01 all 0.16 0.00 0.03 0.00 0.01 99.79 13:38:08 13:06:01 0 0.08 0.00 0.05 0.00 0.00 99.87 13:38:08 13:06:01 1 0.13 0.00 0.00 0.00 0.03 99.83 13:38:08 13:06:01 2 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 13:06:01 3 0.90 0.00 0.07 0.00 0.03 99.00 13:38:08 13:06:01 4 0.03 0.00 0.05 0.00 0.02 99.90 13:38:08 13:06:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 13:06:01 6 0.00 0.00 0.03 0.02 0.00 99.95 13:38:08 13:06:01 7 0.13 0.00 0.00 0.00 0.00 99.87 13:38:08 13:07:01 all 0.10 0.00 0.02 0.01 0.01 99.86 13:38:08 13:07:01 0 0.02 0.00 0.05 0.00 0.02 99.92 13:38:08 13:07:01 1 0.03 0.00 0.05 0.00 0.00 99.92 13:38:08 13:07:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 13:07:01 3 0.65 0.00 0.05 0.00 0.03 99.27 13:38:08 13:07:01 4 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 13:07:01 5 0.02 0.00 0.00 0.02 0.00 99.97 13:38:08 13:07:01 6 0.00 0.00 0.00 0.03 0.00 99.97 13:38:08 13:07:01 7 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 13:38:08 13:07:01 CPU %user %nice %system %iowait %steal %idle 13:38:08 13:08:01 all 0.03 0.00 0.02 0.01 0.01 99.94 13:38:08 13:08:01 0 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 13:08:01 1 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 13:08:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 13:08:01 3 0.05 0.00 0.05 0.00 0.03 99.87 13:38:08 13:08:01 4 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 13:08:01 5 0.02 0.00 0.00 0.02 0.02 99.95 13:38:08 13:08:01 6 0.02 0.00 0.02 0.08 0.00 99.88 13:38:08 13:08:01 7 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 13:09:01 all 0.12 0.00 0.01 0.00 0.01 99.85 13:38:08 13:09:01 0 0.02 0.00 0.03 0.00 0.03 99.92 13:38:08 13:09:01 1 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 13:09:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 13:09:01 3 0.76 0.00 0.02 0.00 0.03 99.19 13:38:08 13:09:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 13:09:01 5 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 13:09:01 6 0.02 0.00 0.03 0.02 0.02 99.92 13:38:08 13:09:01 7 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 13:10:01 all 0.01 0.00 0.01 0.00 0.01 99.96 13:38:08 13:10:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 13:10:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 13:10:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 13:10:01 3 0.02 0.00 0.02 0.00 0.03 99.93 13:38:08 13:10:01 4 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 13:10:01 5 0.00 0.00 0.00 0.02 0.02 99.97 13:38:08 13:10:01 6 0.02 0.00 0.03 0.00 0.02 99.93 13:38:08 13:10:01 7 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 13:11:01 all 0.14 0.00 0.01 0.00 0.02 99.83 13:38:08 13:11:01 0 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 13:11:01 1 0.02 0.00 0.00 0.00 0.03 99.95 13:38:08 13:11:01 2 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 13:11:01 3 0.93 0.00 0.02 0.00 0.02 99.04 13:38:08 13:11:01 4 0.05 0.00 0.02 0.00 0.00 99.93 13:38:08 13:11:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 13:11:01 6 0.07 0.00 0.02 0.02 0.03 99.87 13:38:08 13:11:01 7 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 13:12:01 all 0.48 0.00 0.24 0.10 0.02 99.16 13:38:08 13:12:01 0 0.37 0.00 0.35 0.12 0.02 99.15 13:38:08 13:12:01 1 0.08 0.00 0.10 0.00 0.02 99.80 13:38:08 13:12:01 2 0.37 0.00 0.15 0.03 0.00 99.45 13:38:08 13:12:01 3 1.24 0.00 0.34 0.02 0.03 98.38 13:38:08 13:12:01 4 0.22 0.00 0.50 0.07 0.02 99.20 13:38:08 13:12:01 5 0.25 0.00 0.08 0.27 0.02 99.38 13:38:08 13:12:01 6 0.77 0.00 0.20 0.27 0.03 98.73 13:38:08 13:12:01 7 0.57 0.00 0.23 0.02 0.00 99.18 13:38:08 13:13:01 all 0.17 0.00 0.01 0.00 0.01 99.80 13:38:08 13:13:01 0 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 13:13:01 1 0.03 0.00 0.02 0.00 0.03 99.92 13:38:08 13:13:01 2 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 13:13:01 3 1.16 0.00 0.00 0.00 0.02 98.82 13:38:08 13:13:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 13:13:01 5 0.03 0.00 0.00 0.02 0.00 99.95 13:38:08 13:13:01 6 0.03 0.00 0.02 0.02 0.00 99.93 13:38:08 13:13:01 7 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 13:14:01 all 0.02 0.00 0.01 0.01 0.01 99.95 13:38:08 13:14:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 13:14:01 1 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 13:14:01 2 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 13:14:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 13:14:01 4 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 13:14:01 5 0.00 0.00 0.00 0.02 0.02 99.97 13:38:08 13:14:01 6 0.00 0.00 0.02 0.03 0.00 99.95 13:38:08 13:14:01 7 0.07 0.00 0.03 0.00 0.02 99.88 13:38:08 13:15:01 all 0.17 0.00 0.03 0.02 0.01 99.78 13:38:08 13:15:01 0 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 13:15:01 1 0.03 0.00 0.03 0.02 0.02 99.90 13:38:08 13:15:01 2 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 13:15:01 3 1.09 0.00 0.00 0.00 0.00 98.91 13:38:08 13:15:01 4 0.02 0.00 0.03 0.00 0.02 99.93 13:38:08 13:15:01 5 0.02 0.00 0.03 0.10 0.00 99.85 13:38:08 13:15:01 6 0.03 0.00 0.07 0.03 0.00 99.87 13:38:08 13:15:01 7 0.05 0.00 0.03 0.00 0.02 99.90 13:38:08 13:16:01 all 0.25 0.00 0.01 0.01 0.01 99.72 13:38:08 13:16:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 13:16:01 1 0.03 0.00 0.02 0.00 0.03 99.92 13:38:08 13:16:01 2 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 13:16:01 3 1.79 0.00 0.02 0.00 0.02 98.18 13:38:08 13:16:01 4 0.05 0.00 0.03 0.00 0.00 99.92 13:38:08 13:16:01 5 0.00 0.00 0.02 0.02 0.00 99.97 13:38:08 13:16:01 6 0.02 0.00 0.00 0.03 0.02 99.93 13:38:08 13:16:01 7 0.05 0.00 0.02 0.00 0.00 99.93 13:38:08 13:17:01 all 0.03 0.00 0.02 0.01 0.01 99.94 13:38:08 13:17:01 0 0.05 0.00 0.02 0.00 0.02 99.92 13:38:08 13:17:01 1 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 13:17:01 2 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 13:17:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 13:17:01 4 0.00 0.00 0.03 0.00 0.02 99.95 13:38:08 13:17:01 5 0.02 0.00 0.00 0.02 0.02 99.95 13:38:08 13:17:01 6 0.02 0.00 0.02 0.03 0.00 99.93 13:38:08 13:17:01 7 0.05 0.00 0.05 0.00 0.02 99.88 13:38:08 13:18:01 all 0.01 0.00 0.01 0.01 0.01 99.96 13:38:08 13:18:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 13:18:01 1 0.03 0.00 0.03 0.02 0.03 99.88 13:38:08 13:18:01 2 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 13:18:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 13:18:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 13:18:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 13:18:01 6 0.02 0.00 0.02 0.03 0.00 99.93 13:38:08 13:18:01 7 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 13:38:08 13:18:01 CPU %user %nice %system %iowait %steal %idle 13:38:08 13:19:01 all 0.03 0.00 0.01 0.01 0.01 99.94 13:38:08 13:19:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 13:19:01 1 0.03 0.00 0.03 0.00 0.05 99.88 13:38:08 13:19:01 2 0.07 0.00 0.02 0.00 0.00 99.92 13:38:08 13:19:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 13:19:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 13:19:01 5 0.03 0.00 0.02 0.02 0.00 99.93 13:38:08 13:19:01 6 0.02 0.00 0.00 0.03 0.02 99.93 13:38:08 13:19:01 7 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 13:20:01 all 0.22 0.00 0.01 0.01 0.01 99.74 13:38:08 13:20:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 13:20:01 1 0.02 0.00 0.03 0.02 0.03 99.90 13:38:08 13:20:01 2 0.00 0.00 0.03 0.00 0.00 99.97 13:38:08 13:20:01 3 1.65 0.00 0.02 0.00 0.02 98.32 13:38:08 13:20:01 4 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 13:20:01 5 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 13:20:01 6 0.03 0.00 0.00 0.03 0.00 99.93 13:38:08 13:20:01 7 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 13:21:01 all 0.10 0.00 0.02 0.00 0.01 99.87 13:38:08 13:21:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 13:21:01 1 0.05 0.00 0.07 0.00 0.05 99.83 13:38:08 13:21:01 2 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 13:21:01 3 0.63 0.00 0.00 0.00 0.02 99.35 13:38:08 13:21:01 4 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 13:21:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 13:21:01 6 0.00 0.00 0.02 0.03 0.02 99.93 13:38:08 13:21:01 7 0.02 0.00 0.03 0.00 0.02 99.93 13:38:08 13:22:01 all 0.01 0.00 0.01 0.00 0.01 99.96 13:38:08 13:22:01 0 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 13:22:01 1 0.00 0.00 0.02 0.00 0.03 99.95 13:38:08 13:22:01 2 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 13:22:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 13:22:01 4 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 13:22:01 5 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 13:22:01 6 0.03 0.00 0.03 0.02 0.00 99.92 13:38:08 13:22:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 13:23:01 all 0.01 0.00 0.01 0.01 0.01 99.95 13:38:08 13:23:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 13:23:01 1 0.02 0.00 0.05 0.03 0.03 99.87 13:38:08 13:23:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 13:23:01 3 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 13:23:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 13:23:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 13:23:01 6 0.03 0.00 0.02 0.03 0.02 99.90 13:38:08 13:23:01 7 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 13:24:01 all 0.03 0.00 0.02 0.00 0.01 99.94 13:38:08 13:24:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 13:24:01 1 0.05 0.00 0.03 0.00 0.03 99.88 13:38:08 13:24:01 2 0.05 0.00 0.03 0.00 0.02 99.90 13:38:08 13:24:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 13:24:01 4 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 13:24:01 5 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 13:24:01 6 0.02 0.00 0.03 0.03 0.02 99.90 13:38:08 13:24:01 7 0.05 0.00 0.03 0.00 0.00 99.92 13:38:08 13:25:01 all 0.02 0.00 0.01 0.00 0.01 99.95 13:38:08 13:25:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 13:25:01 1 0.05 0.00 0.03 0.02 0.05 99.85 13:38:08 13:25:01 2 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 13:25:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 13:25:01 4 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 13:25:01 5 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 13:25:01 6 0.03 0.00 0.00 0.02 0.00 99.95 13:38:08 13:25:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 13:26:01 all 0.02 0.00 0.01 0.01 0.02 99.94 13:38:08 13:26:01 0 0.00 0.00 0.02 0.02 0.00 99.97 13:38:08 13:26:01 1 0.05 0.00 0.00 0.02 0.05 99.88 13:38:08 13:26:01 2 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 13:26:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 13:26:01 4 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 13:26:01 5 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 13:26:01 6 0.03 0.00 0.03 0.03 0.02 99.88 13:38:08 13:26:01 7 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 13:27:01 all 0.01 0.00 0.01 0.01 0.01 99.96 13:38:08 13:27:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 13:27:01 1 0.03 0.00 0.03 0.02 0.03 99.88 13:38:08 13:27:01 2 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 13:27:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 13:27:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 13:27:01 5 0.00 0.00 0.02 0.02 0.00 99.97 13:38:08 13:27:01 6 0.02 0.00 0.02 0.02 0.02 99.93 13:38:08 13:27:01 7 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 13:28:01 all 0.02 0.00 0.02 0.00 0.01 99.95 13:38:08 13:28:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 13:28:01 1 0.07 0.00 0.03 0.00 0.05 99.85 13:38:08 13:28:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 13:28:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 13:28:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 13:28:01 5 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 13:28:01 6 0.03 0.00 0.05 0.03 0.02 99.87 13:38:08 13:28:01 7 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 13:29:01 all 0.01 0.00 0.01 0.01 0.01 99.95 13:38:08 13:29:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 13:29:01 1 0.03 0.00 0.02 0.02 0.03 99.90 13:38:08 13:29:01 2 0.03 0.00 0.02 0.02 0.02 99.92 13:38:08 13:29:01 3 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 13:29:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 13:29:01 5 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 13:29:01 6 0.03 0.00 0.02 0.03 0.02 99.90 13:38:08 13:29:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 13:38:08 13:29:01 CPU %user %nice %system %iowait %steal %idle 13:38:08 13:30:01 all 0.03 0.00 0.00 0.00 0.01 99.95 13:38:08 13:30:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 13:30:01 1 0.08 0.00 0.02 0.00 0.03 99.87 13:38:08 13:30:01 2 0.05 0.00 0.02 0.00 0.00 99.93 13:38:08 13:30:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 13:30:01 4 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 13:30:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 13:30:01 6 0.03 0.00 0.00 0.03 0.00 99.93 13:38:08 13:30:01 7 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 13:31:01 all 0.01 0.00 0.01 0.01 0.01 99.96 13:38:08 13:31:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 13:31:01 1 0.05 0.00 0.03 0.02 0.05 99.85 13:38:08 13:31:01 2 0.02 0.00 0.03 0.00 0.02 99.93 13:38:08 13:31:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 13:31:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 13:31:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 13:31:01 6 0.00 0.00 0.00 0.03 0.00 99.97 13:38:08 13:31:01 7 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 13:32:01 all 0.03 0.00 0.02 0.00 0.01 99.95 13:38:08 13:32:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 13:32:01 1 0.07 0.00 0.03 0.00 0.02 99.88 13:38:08 13:32:01 2 0.03 0.00 0.02 0.00 0.02 99.93 13:38:08 13:32:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 13:32:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 13:32:01 5 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 13:32:01 6 0.03 0.00 0.05 0.02 0.02 99.88 13:38:08 13:32:01 7 0.05 0.00 0.02 0.00 0.00 99.93 13:38:08 13:33:01 all 0.01 0.00 0.01 0.01 0.01 99.96 13:38:08 13:33:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 13:33:01 1 0.00 0.00 0.02 0.02 0.03 99.93 13:38:08 13:33:01 2 0.02 0.00 0.00 0.02 0.00 99.97 13:38:08 13:33:01 3 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 13:33:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 13:33:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 13:33:01 6 0.05 0.00 0.02 0.03 0.03 99.87 13:38:08 13:33:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 13:34:01 all 0.03 0.00 0.02 0.00 0.01 99.94 13:38:08 13:34:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 13:34:01 1 0.03 0.00 0.03 0.00 0.03 99.90 13:38:08 13:34:01 2 0.03 0.00 0.03 0.00 0.02 99.92 13:38:08 13:34:01 3 0.02 0.00 0.02 0.00 0.02 99.95 13:38:08 13:34:01 4 0.03 0.00 0.02 0.00 0.00 99.95 13:38:08 13:34:01 5 0.02 0.00 0.00 0.00 0.02 99.97 13:38:08 13:34:01 6 0.05 0.00 0.03 0.02 0.03 99.87 13:38:08 13:34:01 7 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 13:35:02 all 0.01 0.00 0.01 0.01 0.01 99.96 13:38:08 13:35:02 0 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 13:35:02 1 0.05 0.00 0.03 0.02 0.03 99.87 13:38:08 13:35:02 2 0.00 0.00 0.02 0.02 0.00 99.97 13:38:08 13:35:02 3 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 13:35:02 4 0.00 0.00 0.00 0.00 0.00 100.00 13:38:08 13:35:02 5 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 13:35:02 6 0.00 0.00 0.02 0.02 0.02 99.95 13:38:08 13:35:02 7 0.00 0.00 0.02 0.00 0.02 99.97 13:38:08 13:36:01 all 0.11 0.00 0.01 0.00 0.01 99.86 13:38:08 13:36:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 13:36:01 1 0.05 0.00 0.03 0.00 0.03 99.88 13:38:08 13:36:01 2 0.07 0.00 0.00 0.02 0.02 99.90 13:38:08 13:36:01 3 0.66 0.00 0.02 0.00 0.02 99.31 13:38:08 13:36:01 4 0.03 0.00 0.00 0.00 0.02 99.95 13:38:08 13:36:01 5 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 13:36:01 6 0.03 0.00 0.02 0.02 0.02 99.92 13:38:08 13:36:01 7 0.03 0.00 0.00 0.00 0.00 99.97 13:38:08 13:37:01 all 0.26 0.00 0.01 0.01 0.01 99.72 13:38:08 13:37:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 13:37:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:38:08 13:37:01 2 0.02 0.00 0.02 0.02 0.00 99.95 13:38:08 13:37:01 3 1.97 0.00 0.02 0.00 0.02 98.00 13:38:08 13:37:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:38:08 13:37:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:38:08 13:37:01 6 0.02 0.00 0.02 0.03 0.02 99.92 13:38:08 13:37:01 7 0.02 0.00 0.02 0.00 0.00 99.97 13:38:08 13:38:01 all 2.59 0.00 0.98 0.04 0.03 96.35 13:38:08 13:38:01 0 1.69 0.00 0.77 0.00 0.02 97.53 13:38:08 13:38:01 1 2.74 0.00 1.14 0.00 0.05 96.07 13:38:08 13:38:01 2 1.81 0.00 1.07 0.07 0.03 97.02 13:38:08 13:38:01 3 3.84 0.00 0.81 0.02 0.03 95.31 13:38:08 13:38:01 4 2.61 0.00 1.02 0.00 0.03 96.34 13:38:08 13:38:01 5 3.36 0.00 0.82 0.00 0.02 95.81 13:38:08 13:38:01 6 1.89 0.00 1.04 0.23 0.03 96.81 13:38:08 13:38:01 7 2.81 0.00 1.22 0.03 0.02 95.92 13:38:08 Average: all 1.26 0.00 0.21 0.06 0.01 98.46 13:38:08 Average: 0 1.22 0.00 0.19 0.04 0.01 98.54 13:38:08 Average: 1 1.23 0.00 0.20 0.05 0.02 98.51 13:38:08 Average: 2 1.22 0.00 0.21 0.09 0.01 98.47 13:38:08 Average: 3 1.37 0.00 0.21 0.05 0.02 98.35 13:38:08 Average: 4 1.28 0.00 0.23 0.04 0.02 98.44 13:38:08 Average: 5 1.20 0.00 0.21 0.05 0.01 98.53 13:38:08 Average: 6 1.24 0.00 0.22 0.12 0.01 98.42 13:38:08 Average: 7 1.31 0.00 0.20 0.07 0.01 98.40 13:38:08 13:38:08 13:38:08