Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 2bc02a84879f55b836f611a8f3382b8c64ba4da9 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-ssh13375590661208405508.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-ssh6334955590851173602.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-ssh12479801221529508271.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-ssh1263088988000500871.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-ssh9628759229539612805.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-966 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/835 [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/835 # 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 2bc02a84879f55b836f611a8f3382b8c64ba4da9 (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 2bc02a84879f55b836f611a8f3382b8c64ba4da9 # timeout=10 Commit message: "Merge pull request #5143 from edgexfoundry/dependabot/go_modules/golang.org/x/crypto-0.38.0" > git rev-list --no-walk ce221fc3ce0be03c72782f13a440b3dfd48e2e98 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:09:22 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:09:22 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:09:22 ========================================================= 23:09:22 EdgeX Global Pipelines Version Info 23:09:22 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:09:23 ------------------- 23:09:23 stable info: 23:09:23 ------------------- 23:09:23 Commited By: Ginny Guan ginny@iotechsys.com 23:09:23 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 23:09:23 Message: update stable to v1.0.274 23:09:23 ------------------- 23:09:23 experimental info: 23:09:23 ------------------- 23:09:23 Commited By: Ginny Guan ginny@iotechsys.com 23:09:23 Commit SHA: d23c20eb9a5ec3463b7c8c72fdbb28744bcccce8 23:09:23 Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:09:23 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 23:09:23 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 23:09:23 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:09:23 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:09:23 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:09:23 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 23:09:23 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 23:09:23 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 23:09:23 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 23:09:23 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 23:09:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:09:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:09:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 23:09:24 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:09:24 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:09:24 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:09:24 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 23:09:24 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:09:24 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 23:09:24 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 23:09:24 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:09:24 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 23:09:24 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 23:09:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 23:09:24 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 23:09:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 23:09:24 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] echo 23:09:24 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2bc02a8 [Pipeline] echo 23:09:24 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:09:24 provisioning config files... 23:09:24 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/835@tmp/config10686210173737851464tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:09:24 ---> ****-login.sh 23:09:24 nexus3.edgexfoundry.org:10001 23:09:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:09:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:09:25 Configure a credential helper to remove this warning. See 23:09:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:09:25 23:09:25 Login Succeeded 23:09:25 nexus3.edgexfoundry.org:10002 23:09:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:09:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:09:25 Configure a credential helper to remove this warning. See 23:09:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:09:25 23:09:25 Login Succeeded 23:09:25 nexus3.edgexfoundry.org:10003 23:09:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:09:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:09:25 Configure a credential helper to remove this warning. See 23:09:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:09:25 23:09:25 Login Succeeded 23:09:25 nexus3.edgexfoundry.org:10004 23:09:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:09:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:09:25 Configure a credential helper to remove this warning. See 23:09:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:09:25 23:09:25 Login Succeeded 23:09:25 ****.io 23:09:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:09:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:09:25 Configure a credential helper to remove this warning. See 23:09:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:09:25 23:09:25 Login Succeeded 23:09:25 ---> ****-login.sh ends [Pipeline] } 23:09:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:09:25 + 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 23:09:25 + dirname cmd/core-command/Dockerfile 23:09:25 + cut -d/ -f2 23:09:25 + echo core-command,cmd/core-command/Dockerfile 23:09:25 + + cut -d/ -f2 23:09:25 dirname cmd/core-common-config-bootstrapper/Dockerfile 23:09:25 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 23:09:25 + dirname cmd/core-data/Dockerfile 23:09:25 + cut -d/ -f2 23:09:25 + echo core-data,cmd/core-data/Dockerfile 23:09:25 + dirname cmd/core-keeper/Dockerfile 23:09:25 + cut -d/ -f2 23:09:25 + echo core-keeper,cmd/core-keeper/Dockerfile 23:09:25 + dirname cmd/core-metadata/Dockerfile 23:09:25 + cut -d/ -f2 23:09:25 + echo core-metadata,cmd/core-metadata/Dockerfile 23:09:25 + dirname cmd/security-bootstrapper/Dockerfile 23:09:25 + cut -d/ -f2 23:09:25 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 23:09:25 + dirname cmd/security-proxy-auth/Dockerfile 23:09:25 + cut -d/ -f2 23:09:25 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 23:09:25 + dirname cmd/security-proxy-setup/Dockerfile 23:09:25 + cut -d/ -f2 23:09:25 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 23:09:25 + dirname cmd/security-secretstore-setup/Dockerfile 23:09:25 + cut -d/ -f2 23:09:25 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 23:09:25 + dirname cmd/security-spiffe-token-provider/Dockerfile 23:09:25 + cut -d/ -f2 23:09:25 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 23:09:25 + dirname cmd/security-spire-agent/Dockerfile 23:09:25 + cut -d/ -f2 23:09:25 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 23:09:25 + dirname cmd/security-spire-config/Dockerfile 23:09:25 + cut -d/ -f2 23:09:25 + echo security-spire-config,cmd/security-spire-config/Dockerfile 23:09:25 + dirname cmd/security-spire-server/Dockerfile 23:09:25 + cut -d/ -f2 23:09:25 + echo security-spire-server,cmd/security-spire-server/Dockerfile 23:09:25 + dirname cmd/support-notifications/Dockerfile 23:09:25 + cut -d/ -f2 23:09:25 + echo support-notifications,cmd/support-notifications/Dockerfile 23:09:25 + dirname cmd/support-scheduler/Dockerfile 23:09:25 + cut -d/ -f2 23:09:25 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 23:09:26 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 23:09:26 + git rev-list -1 --merges 2bc02a84879f55b836f611a8f3382b8c64ba4da9~1..2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] echo 23:09:26 -----------> git rev-list -1 --merges 2bc02a84879f55b836f611a8f3382b8c64ba4da9~1..2bc02a84879f55b836f611a8f3382b8c64ba4da9 2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:09:26 2bc02a84879f55b836f611a8f3382b8c64ba4da9 [false] [Pipeline] sh 23:09:26 + git log --format=format:%s -1 2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] echo 23:09:26 ========================================================= 23:09:26 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 23:09:26 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 23:09:27 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 23:09:27 + grep -v github /etc/ssh/ssh_known_hosts 23:09:27 + [ -e /tmp/ssh_known_hosts ] 23:09:27 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 23:09:27 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=+ 23:09:27 sudo tee -a /etc/ssh/ssh_known_hosts 23:09:27 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:09:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:09:27 23:09:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:09:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:09:27 0.1.4: Pulling from edgex-devops/py-git-semver 23:09:27 b85a868b505f: Pulling fs layer 23:09:27 e2be974225ed: Pulling fs layer 23:09:27 339a4e72a1f5: Pulling fs layer 23:09:27 988bab9f4d93: Pulling fs layer 23:09:27 1469e6f7b9e6: Pulling fs layer 23:09:27 eaf3925da568: Pulling fs layer 23:09:27 bab4dde63d76: Pulling fs layer 23:09:27 bde34c3a00c8: Pulling fs layer 23:09:27 b352a97aabf1: Pulling fs layer 23:09:27 4872d77fe225: Pulling fs layer 23:09:27 5851b861e8e6: Pulling fs layer 23:09:27 bab4dde63d76: Waiting 23:09:27 bde34c3a00c8: Waiting 23:09:27 b352a97aabf1: Waiting 23:09:27 4872d77fe225: Waiting 23:09:27 5851b861e8e6: Waiting 23:09:27 988bab9f4d93: Waiting 23:09:27 eaf3925da568: Waiting 23:09:27 1469e6f7b9e6: Waiting 23:09:27 e2be974225ed: Verifying Checksum 23:09:27 e2be974225ed: Download complete 23:09:27 988bab9f4d93: Verifying Checksum 23:09:27 988bab9f4d93: Download complete 23:09:28 339a4e72a1f5: Verifying Checksum 23:09:28 339a4e72a1f5: Download complete 23:09:28 1469e6f7b9e6: Verifying Checksum 23:09:28 1469e6f7b9e6: Download complete 23:09:28 eaf3925da568: Download complete 23:09:28 bde34c3a00c8: Download complete 23:09:28 b352a97aabf1: Download complete 23:09:28 4872d77fe225: Verifying Checksum 23:09:28 4872d77fe225: Download complete 23:09:28 5851b861e8e6: Verifying Checksum 23:09:28 5851b861e8e6: Download complete 23:09:28 b85a868b505f: Verifying Checksum 23:09:28 b85a868b505f: Download complete 23:09:28 bab4dde63d76: Verifying Checksum 23:09:28 bab4dde63d76: Download complete 23:09:29 b85a868b505f: Pull complete 23:09:29 e2be974225ed: Pull complete 23:09:30 339a4e72a1f5: Pull complete 23:09:30 988bab9f4d93: Pull complete 23:09:30 1469e6f7b9e6: Pull complete 23:09:30 eaf3925da568: Pull complete 23:09:32 bab4dde63d76: Pull complete 23:09:32 bde34c3a00c8: Pull complete 23:09:32 b352a97aabf1: Pull complete 23:09:32 4872d77fe225: Pull complete 23:09:32 5851b861e8e6: Pull complete 23:09:32 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 23:09:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:09:32 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:09:32 prd-ubuntu20.04-docker-8c-8g-966 does not seem to be running inside a container 23:09:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/835 -v /w/workspace/edgex-go/835:/w/workspace/edgex-go/835:rw,z -v /w/workspace/edgex-go/835@tmp:/w/workspace/edgex-go/835@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 23:09:34 $ docker top 398e8a47d9648c94db2a243074402dd1cdaf5233c197a76b0aa4a93eafba463d -eo pid,comm 23:09:34 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). 23:09:34 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:09:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:09:34 [ssh-agent] Looking for ssh-agent implementation... 23:09:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:09:34 $ docker exec 398e8a47d9648c94db2a243074402dd1cdaf5233c197a76b0aa4a93eafba463d ssh-agent 23:09:34 SSH_AUTH_SOCK=/tmp/ssh-XQTQhky52wr1/agent.32 23:09:34 SSH_AGENT_PID=38 23:09:34 Running ssh-add (command line suppressed) 23:09:34 Identity added: /w/workspace/edgex-go/835@tmp/private_key_12699206772679341605.key (/w/workspace/edgex-go/835@tmp/private_key_12699206772679341605.key) 23:09:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:09:35 + git tag --points-at HEAD [Pipeline] } 23:09:35 $ docker exec --env ******** --env ******** 398e8a47d9648c94db2a243074402dd1cdaf5233c197a76b0aa4a93eafba463d ssh-agent -k 23:09:35 unset SSH_AUTH_SOCK; 23:09:35 unset SSH_AGENT_PID; 23:09:35 echo Agent pid 38 killed; 23:09:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:09:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:09:35 [ssh-agent] Looking for ssh-agent implementation... 23:09:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:09:35 $ docker exec 398e8a47d9648c94db2a243074402dd1cdaf5233c197a76b0aa4a93eafba463d ssh-agent 23:09:35 SSH_AUTH_SOCK=/tmp/ssh-nUw5K2fg0637/agent.71 23:09:35 SSH_AGENT_PID=77 23:09:35 Running ssh-add (command line suppressed) 23:09:35 Identity added: /w/workspace/edgex-go/835@tmp/private_key_6312165006731021145.key (/w/workspace/edgex-go/835@tmp/private_key_6312165006731021145.key) 23:09:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:09:35 + git semver init 23:09:36 2025-05-05 23:09:36,157 [run_init] DEBUG init version:0.0.0 force:False 23:09:36 2025-05-05 23:09:36,158 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/835/.semver 23:09:36 2025-05-05 23:09:36,159 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/835/.semver 23:09:36 2025-05-05 23:09:36,159 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/835/.semver'], cwd=/w/workspace/edgex-go/835, universal_newlines=False, shell=None, istream=None) 23:09:41 2025-05-05 23:09:41,488 [append_file] DEBUG append to file:/w/workspace/edgex-go/835/.git/info/exclude 23:09:41 2025-05-05 23:09:41,490 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/835/.semver/main with force:False 23:09:41 2025-05-05 23:09:41,490 [read_version] DEBUG read version from /w/workspace/edgex-go/835/.semver/main 23:09:41 2025-05-05 23:09:41,490 [read_version] DEBUG read version from /w/workspace/edgex-go/835/.semver/main 23:09:41 4.1.0-dev.9 [Pipeline] } 23:09:41 $ docker exec --env ******** --env ******** 398e8a47d9648c94db2a243074402dd1cdaf5233c197a76b0aa4a93eafba463d ssh-agent -k 23:09:41 unset SSH_AUTH_SOCK; 23:09:41 unset SSH_AGENT_PID; 23:09:41 echo Agent pid 77 killed; 23:09:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:09:41 + git semver [Pipeline] } 23:09:42 $ docker stop --time=1 398e8a47d9648c94db2a243074402dd1cdaf5233c197a76b0aa4a93eafba463d 23:09:43 $ docker rm -f --volumes 398e8a47d9648c94db2a243074402dd1cdaf5233c197a76b0aa4a93eafba463d [Pipeline] // withDockerContainer [Pipeline] sh 23:09:43 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:09:44 Stashed 1 file(s) [Pipeline] echo 23:09:44 [edgeXSemver]: initialized semver on version 4.1.0-dev.9 [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 23:09:44 + git config --global --add safe.directory /w/workspace/edgex-go/835 [Pipeline] echo 23:09:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 23:09:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 23:09:44 ========================================================= 23:09:44 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 23:09:44 ========================================================= [Pipeline] fileExists [Pipeline] sh 23:09:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 23:09:45 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 23:09:45 0a9a5dfd008f: Pulling fs layer 23:09:45 dbfa0bcfca99: Pulling fs layer 23:09:45 70eabb1d9476: Pulling fs layer 23:09:45 957bedc73fa3: Pulling fs layer 23:09:45 4f4fb700ef54: Pulling fs layer 23:09:45 f40432e63723: Pulling fs layer 23:09:45 90b4343acab7: Pulling fs layer 23:09:45 9f67ea4ac784: Pulling fs layer 23:09:45 9228b9a606be: Pulling fs layer 23:09:45 4f4fb700ef54: Waiting 23:09:45 f40432e63723: Waiting 23:09:45 90b4343acab7: Waiting 23:09:45 9f67ea4ac784: Waiting 23:09:45 9228b9a606be: Waiting 23:09:45 957bedc73fa3: Waiting 23:09:45 dbfa0bcfca99: Verifying Checksum 23:09:45 dbfa0bcfca99: Download complete 23:09:45 957bedc73fa3: Verifying Checksum 23:09:45 957bedc73fa3: Download complete 23:09:45 4f4fb700ef54: Verifying Checksum 23:09:45 4f4fb700ef54: Download complete 23:09:45 f40432e63723: Verifying Checksum 23:09:45 f40432e63723: Download complete 23:09:45 0a9a5dfd008f: Verifying Checksum 23:09:45 90b4343acab7: Verifying Checksum 23:09:45 90b4343acab7: Download complete 23:09:45 0a9a5dfd008f: Pull complete 23:09:45 9228b9a606be: Verifying Checksum 23:09:45 9228b9a606be: Download complete 23:09:45 dbfa0bcfca99: Pull complete 23:09:45 70eabb1d9476: Download complete 23:09:45 9f67ea4ac784: Verifying Checksum 23:09:45 9f67ea4ac784: Download complete 23:09:49 70eabb1d9476: Pull complete 23:09:49 957bedc73fa3: Pull complete 23:09:49 4f4fb700ef54: Pull complete 23:09:49 f40432e63723: Pull complete 23:09:49 90b4343acab7: Pull complete 23:09:51 9f67ea4ac784: Pull complete 23:09:52 9228b9a606be: Pull complete 23:09:52 Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 23:09:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 23:09:52 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh 23:09:52 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 23:09:52 WORKDIR /edgex 23:09:52 COPY go.mod . 23:09:52 RUN go mod download 23:09:52 + docker build -t ci-base-image-x86_64 -f - . 23:09:53 Sending build context to Docker daemon 185.8MB 23:09:53 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 23:09:53 ---> 69404ca5bff2 23:09:53 Step 2/4 : WORKDIR /edgex 23:09:55 ---> Running in 1a0c4d2d001c 23:09:55 Removing intermediate container 1a0c4d2d001c 23:09:55 ---> 9ef0967eb702 23:09:55 Step 3/4 : COPY go.mod . 23:09:55 ---> 0449d378ef8d 23:09:55 Step 4/4 : RUN go mod download 23:09:55 ---> Running in 2febe1fe03b7 23:09:59 Still waiting to schedule task 23:09:59 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 23:10:17 Removing intermediate container 2febe1fe03b7 23:10:17 ---> 439b6b5c5042 23:10:17 Successfully built 439b6b5c5042 23:10:17 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:10:17 + docker inspect -f . ci-base-image-x86_64 23:10:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:10:17 prd-ubuntu20.04-docker-8c-8g-966 does not seem to be running inside a container 23:10:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/835 -v /w/workspace/edgex-go/835:/w/workspace/edgex-go/835:rw,z -v /w/workspace/edgex-go/835@tmp:/w/workspace/edgex-go/835@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 23:10:18 $ docker top ec53b73d74deb350a34488a31a7c5e16a3d6b2bf53986d1cbbc2b222968eae61 -eo pid,comm [Pipeline] { [Pipeline] sh 23:10:18 + go version 23:10:18 go version go1.23.8 linux/amd64 [Pipeline] } 23:10:18 $ docker stop --time=1 ec53b73d74deb350a34488a31a7c5e16a3d6b2bf53986d1cbbc2b222968eae61 23:10:19 $ docker rm -f --volumes ec53b73d74deb350a34488a31a7c5e16a3d6b2bf53986d1cbbc2b222968eae61 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:10:20 + docker inspect -f . ci-base-image-x86_64 23:10:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:10:20 prd-ubuntu20.04-docker-8c-8g-966 does not seem to be running inside a container 23:10:20 $ 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/835 -v /w/workspace/edgex-go/835:/w/workspace/edgex-go/835:rw,z -v /w/workspace/edgex-go/835@tmp:/w/workspace/edgex-go/835@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 23:10:20 $ docker top 03b38809f2114d09e68530a33a9fed355bb75da58ea2b04b7777210294426205 -eo pid,comm [Pipeline] { [Pipeline] echo 23:10:20 ========================================================= 23:10:20 [edgeXBuildGoParallel] Running Tests and Build... 23:10:20 ========================================================= [Pipeline] sh 23:10:21 + git config --global --add safe.directory /w/workspace/edgex-go/835 [Pipeline] fileExists [Pipeline] sh 23:10:21 + make test 23:10:21 go test -race -coverprofile=coverage.out ./... 23:10:29 ? github.com/edgexfoundry/edgex-go [no test files] 23:10:56 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 23:10:56 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 23:10:56 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 23:10:56 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 23:10:56 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 23:10:56 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 23:10:56 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 23:10:56 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 23:10:56 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 23:10:56 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 23:10:56 ? github.com/edgexfoundry/edgex-go/internal [no test files] 23:10:56 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 23:10:56 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 23:10:56 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 23:10:56 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 23:10:56 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 23:10:56 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 23:10:57 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.031s coverage: 28.7% of statements 23:10:58 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 23:10:58 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 23:10:58 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 23:10:58 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 23:10:59 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.053s coverage: 97.0% of statements 23:11:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 23:11:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 23:11:00 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 23:11:00 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 23:11:00 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 23:11:00 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 23:11:00 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 23:11:00 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 23:11:00 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 23:11:00 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 23:11:01 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 23:11:01 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 23:11:01 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 23:11:01 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 23:11:01 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 23:11:01 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 23:11:02 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.053s coverage: 69.2% of statements 23:11:02 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.025s coverage: 3.5% of statements 23:11:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.051s coverage: 45.2% of statements 23:11:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.136s coverage: 93.4% of statements 23:11:03 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.050s coverage: 92.3% of statements 23:11:03 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 23:11:03 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 23:11:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.069s coverage: 8.4% of statements 23:11:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 23:11:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 23:11:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 23:11:05 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 23:11:05 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 23:11:05 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 23:11:05 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 23:11:05 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 23:11:05 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 23:11:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 23:11:05 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 23:11:05 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 23:11:05 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 23:11:05 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 23:11:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.382s coverage: 95.8% of statements 23:11:06 ok github.com/edgexfoundry/edgex-go/internal/io 1.026s coverage: 72.2% of statements 23:11:07 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements 23:11:07 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 23:11:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 23:11:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 23:11:07 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 23:11:07 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 23:11:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.037s coverage: 0.0% of statements [no tests to run] 23:11:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.044s coverage: 1.0% of statements 23:11:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.025s coverage: 42.6% of statements 23:11:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.018s coverage: 81.1% of statements 23:11:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.025s coverage: 40.0% of statements 23:11:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.023s coverage: 87.1% of statements 23:11:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.023s coverage: 94.1% of statements 23:11:09 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 23:11:09 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 23:11:09 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 23:11:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.379s coverage: 96.3% of statements 23:11:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 23:11:09 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 23:11:09 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 23:11:09 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 23:11:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.018s coverage: 87.5% of statements 23:11:10 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 23:11:10 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 23:11:10 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 23:11:11 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 23:11:11 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 23:11:11 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 23:11:11 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 23:11:12 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 23:11:12 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 23:11:12 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 23:11:14 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 23:11:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 23:11:16 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 23:11:17 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 23:11:17 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 23:11:17 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 23:11:20 github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements 23:11:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.027s coverage: 94.4% of statements 23:11:21 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 23:11:21 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 23:11:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 23:11:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 23:11:21 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 23:11:23 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 23:11:23 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 23:11:23 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 23:11:23 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 23:11:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 23:11:23 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 23:11:24 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 23:11:24 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 23:11:24 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 23:11:24 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 23:11:24 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 23:11:24 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 23:11:26 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 23:11:26 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 23:11:26 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 23:11:26 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 23:11:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 23:11:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 23:11:27 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 23:11:27 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 23:11:27 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 23:11:27 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 23:11:27 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 23:11:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 23:11:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 23:11:28 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 23:11:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.058s coverage: 92.9% of statements 23:11:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.025s coverage: 68.8% of statements 23:11:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.032s coverage: 62.3% of statements 23:11:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.031s coverage: 47.4% of statements 23:11:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 13.025s coverage: 87.2% of statements 23:11:32 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.020s coverage: 15.5% of statements 23:11:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.020s coverage: 100.0% of statements 23:11:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.071s coverage: 81.8% of statements 23:11:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.081s coverage: 82.1% of statements 23:11:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.025s coverage: 86.0% of statements 23:11:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.053s coverage: 6.8% of statements 23:11:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.048s coverage: 33.3% of statements 23:11:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.050s coverage: 100.0% of statements 23:11:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.183s coverage: 54.5% of statements 23:11:32 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.020s coverage: 89.4% of statements 23:11:32 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.018s coverage: 100.0% of statements 23:11:32 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.021s coverage: 73.7% of statements 23:11:32 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.018s coverage: 100.0% of statements 23:11:32 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.026s coverage: 88.6% of statements 23:11:32 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.035s coverage: 96.8% of statements 23:11:32 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.026s coverage: 100.0% of statements 23:11:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.174s coverage: 29.2% of statements 23:11:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.027s coverage: 93.8% of statements 23:11:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.021s coverage: 3.1% of statements 23:11:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.024s coverage: 76.2% of statements 23:11:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.025s coverage: 54.0% of statements 23:11:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.059s coverage: 17.0% of statements 23:11:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.111s coverage: 94.9% of statements 23:11:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.029s coverage: 9.0% of statements 23:11:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.081s coverage: 97.7% of statements 23:11:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.037s coverage: 43.6% of statements 23:11:33 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 23:11:33 running golangci-lint 23:11:33 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 23:11:33 go version go1.23.8 linux/amd64 23:11:33 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 23:11:33 level=info msg="[config_reader] Used config file .golangci.yml" 23:11:33 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 23:11:44 Running on prd-ubuntu20.04-docker-arm64-4c-16g-967 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 23:11:44 Running in /w/workspace/edgex-go/835 [Pipeline] { [Pipeline] checkout 23:11:47 The recommended git tool is: git 23:11:51 using credential edgex-jenkins-ssh 23:11:51 Cloning the remote Git repository 23:11:51 Cloning repository git@github.com:edgexfoundry/edgex-go.git 23:11:52 > git init /w/workspace/edgex-go/835 # timeout=10 23:11:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:11:52 > git --version # timeout=10 23:11:52 > git --version # 'git version 2.25.1' 23:11:52 using GIT_SSH to set credentials SSH Credentials for GitHub 23:11:52 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:12:00 level=info msg="[loader] Go packages loading at mode 575 (deps|exports_file|name|types_sizes|compiled_files|files|imports) took 24.635097746s" 23:12:00 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 59.771649ms" 23:12:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:12:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:12:11 Avoid second fetch 23:12:11 Checking out Revision 2bc02a84879f55b836f611a8f3382b8c64ba4da9 (main) 23:12:12 Commit message: "Merge pull request #5143 from edgexfoundry/dependabot/go_modules/golang.org/x/crypto-0.38.0" 23:12:11 > git config core.sparsecheckout # timeout=10 23:12:11 > git checkout -f 2bc02a84879f55b836f611a8f3382b8c64ba4da9 # timeout=10 23:12:15 level=info msg="[linters_context/goanalysis] analyzers took 2m4.31674111s with top 10 stages: buildir: 1m10.427591743s, gosec: 4.460434886s, inspect: 3.574075785s, fact_deprecated: 3.031089871s, printf: 1.982120986s, fact_purity: 1.625709497s, ctrlflow: 1.506077294s, nilness: 1.494367015s, typedness: 1.091281038s, S1038: 1.082097551s" 23:12:15 level=info msg="[runner] Issues before processing: 202, after processing: 0" 23:12:15 level=info msg="[runner] Processors filtering stat (in/out): skip_files: 202/202, filename_unadjuster: 202/202, autogenerated_exclude: 202/202, identifier_marker: 202/202, exclude: 202/202, skip_dirs: 202/202, exclude-rules: 202/20, nolint: 20/0, cgo: 202/202, invalid_issue: 202/202, path_prettifier: 202/202" 23:12:15 level=info msg="[runner] processing took 19.797368ms with stages: nolint: 7.863827ms, identifier_marker: 6.179396ms, autogenerated_exclude: 1.845678ms, path_prettifier: 1.714512ms, exclude-rules: 1.157705ms, skip_dirs: 935.005µs, invalid_issue: 50.463µs, cgo: 31.322µs, filename_unadjuster: 13.68µs, skip_files: 950ns, max_same_issues: 780ns, uniq_by_line: 690ns, fixer: 510ns, max_from_linter: 430ns, sort_results: 400ns, exclude: 380ns, severity-rules: 370ns, path_prefixer: 360ns, path_shortener: 350ns, source_code: 290ns, diff: 150ns, max_per_file_from_linter: 120ns" 23:12:15 level=info msg="[runner] linters took 14.554379313s with stages: goanalysis_metalinter: 14.534497872s" 23:12:15 level=info msg="File cache stats: 0 entries of total size 0B" 23:12:15 level=info msg="Memory: 387 samples, avg is 304.3MB, max is 1335.7MB" 23:12:15 level=info msg="Execution took 39.258066496s" 23:12:15 go vet ./... [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:12:17 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 23:12:17 % Total % Received % Xferd Average Speed Time Time Time Current 23:12:17 Dload Upload Total Spent Left Speed 23:12:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 86 12828 86 11015 0 0 77570 0 --:--:-- --:--:-- --:--:-- 77027 100 12828 100 12828 0 0 89083 0 --:--:-- --:--:-- --:--:-- 89083 [Pipeline] sh 23:12:17 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 23:12:18 + sudo jq+ . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 23:12:18 sudo tee /etc/docker/daemon.new 23:12:18 { 23:12:18 "registry-mirrors": [ 23:12:18 "https://nexus3.edgexfoundry.org:10001" 23:12:18 ], 23:12:18 "bip": "10.250.0.254/24", 23:12:18 "hosts": [ 23:12:18 "tcp://0.0.0.0:5555", 23:12:18 "unix:///var/run/docker.sock" 23:12:18 ], 23:12:18 "mtu": 1458, 23:12:18 "selinux-enabled": true, 23:12:18 "seccomp-profile": "/etc/docker/seccomp.json" 23:12:18 } [Pipeline] sh 23:12:18 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 23:12:18 + sudo service docker restart 23:12:20 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 23:12:20 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 23:12:20 ./bin/test-attribution-txt.sh [Pipeline] echo 23:12:20 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 23:12:20 + ls -al . 23:12:20 total 1992 23:12:20 drwxrwxr-x 11 1001 1001 4096 May 5 23:10 . 23:12:20 drwxr-xr-x 4 root root 4096 May 5 23:10 .. 23:12:20 drwxrwxr-x 2 1001 1001 4096 May 5 23:09 .blubracket 23:12:20 -rw-rw-r-- 1 1001 1001 10 May 5 23:09 .dockerignore 23:12:20 drwxrwxr-x 8 1001 1001 4096 May 5 23:11 .git 23:12:20 drwxrwxr-x 3 1001 1001 4096 May 5 23:09 .github 23:12:20 -rw-rw-r-- 1 1001 1001 909 May 5 23:09 .gitignore 23:12:20 -rw-rw-r-- 1 1001 1001 218 May 5 23:09 .golangci.yml 23:12:20 -rw-rw-r-- 1 1001 1001 100 May 5 23:09 .hadolint.yml 23:12:20 drwxr-xr-x 3 1001 1001 4096 May 5 23:09 .semver 23:12:20 -rw-rw-r-- 1 1001 1001 155 May 5 23:09 .sonarcloud.properties 23:12:20 -rw-rw-r-- 1 1001 1001 1171 May 5 23:09 ADOPTERS.md 23:12:20 -rw-rw-r-- 1 1001 1001 17374 May 5 23:09 Attribution.txt 23:12:20 -rw-rw-r-- 1 1001 1001 108018 May 5 23:09 CHANGELOG.md 23:12:20 -rw-rw-r-- 1 1001 1001 3804 May 5 23:09 CONTRIBUTING.md 23:12:20 -rw-rw-r-- 1 1001 1001 677 May 5 23:09 GOVERNANCE.md 23:12:20 -rw-rw-r-- 1 1001 1001 858 May 5 23:09 Jenkinsfile 23:12:20 -rw-rw-r-- 1 1001 1001 10775 May 5 23:09 LICENSE 23:12:20 -rw-rw-r-- 1 1001 1001 16740 May 5 23:09 Makefile 23:12:20 -rw-rw-r-- 1 1001 1001 582 May 5 23:09 OWNERS.md 23:12:20 -rw-rw-r-- 1 1001 1001 9932 May 5 23:09 README.md 23:12:20 -rw-rw-r-- 1 1001 1001 789 May 5 23:09 SECURITY.md 23:12:20 -rw-rw-r-- 1 1001 1001 11 May 5 23:09 VERSION 23:12:20 drwxrwxr-x 2 1001 1001 4096 May 5 23:09 bin 23:12:20 drwxrwxr-x 19 1001 1001 4096 May 5 23:09 cmd 23:12:20 -rw-r--r-- 1 root root 1661463 May 5 23:11 coverage.out 23:12:20 drwxrwxr-x 2 1001 1001 4096 May 5 23:09 fuzz_test 23:12:20 -rw-rw-r-- 1 1001 1001 6491 May 5 23:09 go.mod 23:12:20 -rw-rw-r-- 1 1001 1001 88213 May 5 23:09 go.sum 23:12:20 drwxrwxr-x 7 1001 1001 4096 May 5 23:09 internal 23:12:20 drwxrwxr-x 2 1001 1001 4096 May 5 23:09 openapi 23:12:20 -rw-rw-r-- 1 1001 1001 584 May 5 23:09 security.txt 23:12:20 -rw-rw-r-- 1 1001 1001 204 May 5 23:09 version.go [Pipeline] sh 23:12:21 + '[' -e coverage.out ] 23:12:21 + chown 1001:1001 coverage.out [Pipeline] stash 23:12:21 Stashed 1 file(s) [Pipeline] sh 23:12:21 + make build 23:12:21 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:12:37 provisioning config files... 23:12:37 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/835@tmp/config1519874385386678263tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:12:37 ---> ****-login.sh 23:12:37 nexus3.edgexfoundry.org:10001 23:12:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:12:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:12:38 Configure a credential helper to remove this warning. See 23:12:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:12:38 23:12:38 Login Succeeded 23:12:38 nexus3.edgexfoundry.org:10002 23:12:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:12:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:12:39 Configure a credential helper to remove this warning. See 23:12:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:12:39 23:12:39 Login Succeeded 23:12:39 nexus3.edgexfoundry.org:10003 23:12:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:12:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:12:39 Configure a credential helper to remove this warning. See 23:12:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:12:39 23:12:39 Login Succeeded 23:12:39 nexus3.edgexfoundry.org:10004 23:12:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:12:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:12:39 Configure a credential helper to remove this warning. See 23:12:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:12:39 23:12:39 Login Succeeded 23:12:39 ****.io 23:12:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:12:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:12:40 Configure a credential helper to remove this warning. See 23:12:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:12:40 23:12:40 Login Succeeded 23:12:40 ---> ****-login.sh ends [Pipeline] } 23:12:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 23:12:40 + git config --global --add safe.directory /w/workspace/edgex-go/835 [Pipeline] echo 23:12:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 23:12:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 23:12:40 ========================================================= 23:12:40 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 23:12:40 ========================================================= [Pipeline] fileExists [Pipeline] sh 23:12:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 23:12:41 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:12:41 94e9d8af2201: Pulling fs layer 23:12:41 634366ca850b: Pulling fs layer 23:12:41 f66ade281fe9: Pulling fs layer 23:12:41 13fd4ce6e94e: Pulling fs layer 23:12:41 4f4fb700ef54: Pulling fs layer 23:12:41 4cccf3f17d63: Pulling fs layer 23:12:41 2d8010953d95: Pulling fs layer 23:12:41 ec743f232bc5: Pulling fs layer 23:12:41 4f4fb700ef54: Waiting 23:12:41 13fd4ce6e94e: Waiting 23:12:41 2d8010953d95: Waiting 23:12:41 4cccf3f17d63: Waiting 23:12:41 ec743f232bc5: Waiting 23:12:41 634366ca850b: Download complete 23:12:41 13fd4ce6e94e: Verifying Checksum 23:12:41 13fd4ce6e94e: Download complete 23:12:41 4f4fb700ef54: Verifying Checksum 23:12:41 4f4fb700ef54: Download complete 23:12:41 4cccf3f17d63: Verifying Checksum 23:12:41 4cccf3f17d63: Download complete 23:12:41 94e9d8af2201: Download complete 23:12:42 ec743f232bc5: Verifying Checksum 23:12:42 ec743f232bc5: Download complete 23:12:42 94e9d8af2201: Pull complete 23:12:43 634366ca850b: Pull complete 23:12:43 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 23:12:43 f66ade281fe9: Verifying Checksum 23:12:43 f66ade281fe9: Download complete 23:12:44 2d8010953d95: Verifying Checksum 23:12:44 2d8010953d95: Download complete 23:12:44 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 23:12:46 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 23:12:47 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 23:12:48 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 23:12:53 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 23:12:55 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 23:12:57 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 23:12:59 f66ade281fe9: Pull complete 23:12:59 13fd4ce6e94e: Pull complete 23:12:59 4f4fb700ef54: Pull complete 23:12:59 4cccf3f17d63: Pull complete 23:13:00 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 23:13:01 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 23:13:02 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 23:13:02 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 23:13:04 $ docker stop --time=1 03b38809f2114d09e68530a33a9fed355bb75da58ea2b04b7777210294426205 23:13:06 2d8010953d95: Pull complete 23:13:07 $ docker rm -f --volumes 03b38809f2114d09e68530a33a9fed355bb75da58ea2b04b7777210294426205 23:13:08 ec743f232bc5: Pull complete 23:13:08 Digest: sha256:a6e51edf931e1c2109943d1a62f1c16b78b2281728f1935e6b3d8efd9a0c5dda 23:13:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 23:13:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] fileExists [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 23:13:08 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 23:13:08 WORKDIR /edgex 23:13:08 COPY go.mod . 23:13:08 RUN go mod download 23:13:08 + docker build -t ci-base-image-arm64 -f - . [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:13:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:13:08 23:13:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:13:09 Sending build context to Docker daemon 3.693MB 23:13:09 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 23:13:09 ---> 12c1d4c06be1 23:13:09 Step 2/4 : WORKDIR /edgex 23:13:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:13:09 latest: Pulling from edgex-devops/edgex-compose 23:13:09 91d30c5bc195: Pulling fs layer 23:13:09 2e9b0aa3be6d: Pulling fs layer 23:13:09 9c61dcf015f6: Pulling fs layer 23:13:09 4698f68db338: Pulling fs layer 23:13:09 2a2f49069b9e: Pulling fs layer 23:13:09 e0025b399a48: Pulling fs layer 23:13:09 2a2f49069b9e: Waiting 23:13:09 4698f68db338: Waiting 23:13:09 91d30c5bc195: Verifying Checksum 23:13:09 91d30c5bc195: Download complete 23:13:09 4698f68db338: Verifying Checksum 23:13:09 4698f68db338: Download complete 23:13:09 2e9b0aa3be6d: Verifying Checksum 23:13:09 2e9b0aa3be6d: Download complete 23:13:09 91d30c5bc195: Pull complete 23:13:09 e0025b399a48: Verifying Checksum 23:13:09 e0025b399a48: Download complete 23:13:09 2a2f49069b9e: Download complete 23:13:09 2e9b0aa3be6d: Pull complete 23:13:10 9c61dcf015f6: Download complete 23:13:11 ---> Running in b4ab5e21efb2 23:13:11 Removing intermediate container b4ab5e21efb2 23:13:11 ---> b7399afce15a 23:13:11 Step 3/4 : COPY go.mod . 23:13:11 ---> d13dccdafe69 23:13:11 Step 4/4 : RUN go mod download 23:13:11 ---> Running in 7c48d54ed595 23:13:12 9c61dcf015f6: Pull complete 23:13:12 4698f68db338: Pull complete 23:13:12 2a2f49069b9e: Pull complete 23:13:12 e0025b399a48: Pull complete 23:13:12 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 23:13:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:13:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:13:12 prd-ubuntu20.04-docker-8c-8g-966 does not seem to be running inside a container 23:13:13 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/835 -v /w/workspace/edgex-go/835:/w/workspace/edgex-go/835:rw,z -v /w/workspace/edgex-go/835@tmp:/w/workspace/edgex-go/835@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 23:13:13 $ docker top ea41a05080fc9b08a5fa531d97f84213dfee76be743efb4ced01d281f81aca9a -eo pid,comm [Pipeline] { [Pipeline] sh 23:13:14 + docker compose -f ./docker-compose-build.yml build --parallel 23:13:16 #1 [core-common-config-bootstrapper internal] load build definition from Dockerfile 23:13:16 #1 transferring dockerfile: 2.23kB done 23:13:16 #1 DONE 0.0s 23:13:16 23:13:16 #2 [security-proxy-auth internal] load build definition from Dockerfile 23:13:16 #2 transferring dockerfile: 2.14kB done 23:13:16 #2 DONE 0.0s 23:13:16 23:13:16 #3 [security-spire-config internal] load build definition from Dockerfile 23:13:16 #3 transferring dockerfile: 1.69kB done 23:13:16 #3 DONE 0.0s 23:13:16 23:13:16 #4 [support-notifications internal] load build definition from Dockerfile 23:13:16 #4 transferring dockerfile: 2.00kB done 23:13:16 #4 DONE 0.0s 23:13:16 23:13:16 #5 [core-keeper internal] load build definition from Dockerfile 23:13:16 #5 transferring dockerfile: 2.01kB done 23:13:16 #5 DONE 0.0s 23:13:16 23:13:16 #6 [security-proxy-setup internal] load build definition from Dockerfile 23:13:16 #6 transferring dockerfile: 2.50kB done 23:13:16 #6 DONE 0.0s 23:13:16 23:13:16 #7 [core-common-config-bootstrapper internal] load .dockerignore 23:13:16 #7 transferring context: 23:13:16 #7 transferring context: 50B done 23:13:16 #7 DONE 0.0s 23:13:16 23:13:16 #8 [security-spire-agent internal] load build definition from Dockerfile 23:13:16 #8 transferring dockerfile: 1.81kB done 23:13:16 #8 DONE 0.0s 23:13:16 23:13:16 #9 [security-bootstrapper internal] load build definition from Dockerfile 23:13:16 #9 transferring dockerfile: 3.02kB done 23:13:16 #9 DONE 0.0s 23:13:16 23:13:16 #10 [security-spiffe-token-provider internal] load build definition from Dockerfile 23:13:16 #10 transferring dockerfile: 1.89kB done 23:13:16 #10 DONE 0.0s 23:13:16 23:13:16 #11 [core-metadata internal] load build definition from Dockerfile 23:13:16 #11 transferring dockerfile: 2.10kB done 23:13:16 #11 DONE 0.0s 23:13:16 23:13:16 #12 [support-scheduler internal] load build definition from Dockerfile 23:13:16 #12 transferring dockerfile: 1.83kB done 23:13:16 #12 DONE 0.0s 23:13:16 23:13:16 #13 [security-spire-server internal] load build definition from Dockerfile 23:13:16 #13 transferring dockerfile: 1.70kB done 23:13:16 #13 DONE 0.0s 23:13:16 23:13:16 #14 [security-secretstore-setup internal] load build definition from Dockerfile 23:13:16 #14 transferring dockerfile: 2.49kB done 23:13:16 #14 DONE 0.0s 23:13:16 23:13:16 #15 [core-data internal] load build definition from Dockerfile 23:13:16 #15 transferring dockerfile: 2.04kB done 23:13:16 #15 DONE 0.0s 23:13:16 23:13:16 #16 [core-command internal] load build definition from Dockerfile 23:13:16 #16 transferring dockerfile: 1.94kB done 23:13:16 #16 DONE 0.0s 23:13:16 23:13:16 #17 [security-proxy-auth internal] load .dockerignore 23:13:16 #17 transferring context: 50B done 23:13:16 #17 DONE 0.0s 23:13:16 23:13:16 #18 [security-spire-config internal] load .dockerignore 23:13:16 #18 transferring context: 50B done 23:13:16 #18 DONE 0.0s 23:13:16 23:13:16 #19 [support-notifications internal] load .dockerignore 23:13:16 #19 transferring context: 50B done 23:13:16 #19 DONE 0.0s 23:13:16 23:13:16 #20 [core-keeper internal] load .dockerignore 23:13:16 #20 transferring context: 50B done 23:13:16 #20 DONE 0.0s 23:13:16 23:13:16 #21 [security-proxy-setup internal] load .dockerignore 23:13:16 #21 transferring context: 50B done 23:13:16 #21 DONE 0.0s 23:13:16 23:13:16 #22 [security-spire-agent internal] load .dockerignore 23:13:17 #22 transferring context: 50B done 23:13:17 #22 DONE 0.0s 23:13:17 23:13:17 #23 [security-bootstrapper internal] load .dockerignore 23:13:17 #23 transferring context: 50B done 23:13:17 #23 DONE 0.0s 23:13:17 23:13:17 #24 [security-spiffe-token-provider internal] load .dockerignore 23:13:17 #24 transferring context: 50B done 23:13:17 #24 DONE 0.0s 23:13:17 23:13:17 #25 [core-metadata internal] load .dockerignore 23:13:17 #25 transferring context: 50B done 23:13:17 #25 DONE 0.0s 23:13:17 23:13:17 #26 [support-scheduler internal] load .dockerignore 23:13:17 #26 transferring context: 50B done 23:13:17 #26 DONE 0.0s 23:13:17 23:13:17 #27 [security-spire-server internal] load .dockerignore 23:13:17 #27 transferring context: 50B done 23:13:17 #27 DONE 0.0s 23:13:17 23:13:17 #28 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 23:13:17 #28 DONE 0.0s 23:13:17 23:13:17 #29 [security-secretstore-setup internal] load .dockerignore 23:13:17 #29 transferring context: 50B done 23:13:17 #29 DONE 0.0s 23:13:17 23:13:17 #30 [core-command internal] load .dockerignore 23:13:17 #30 transferring context: 50B done 23:13:17 #30 DONE 0.1s 23:13:17 23:13:17 #31 [core-data internal] load .dockerignore 23:13:17 #31 transferring context: 50B done 23:13:17 #31 DONE 0.1s 23:13:17 23:13:17 #32 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 23:13:17 #32 DONE 0.1s 23:13:17 23:13:17 #33 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 23:13:17 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 23:13:17 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 23:13:17 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 23:13:17 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 23:13:17 #33 DONE 0.0s 23:13:17 23:13:17 #34 [core-common-config-bootstrapper internal] load build context 23:13:17 #34 ... 23:13:17 23:13:17 #28 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 23:13:17 #28 DONE 0.0s 23:13:17 23:13:17 #32 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 23:13:17 #32 DONE 0.1s 23:13:17 23:13:17 #33 [security-proxy-auth stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 23:13:17 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 23:13:17 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 23:13:17 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 23:13:17 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 23:13:17 #33 DONE 0.1s 23:13:17 23:13:17 #34 [core-common-config-bootstrapper internal] load build context 23:13:17 #34 ... 23:13:17 23:13:17 #33 [core-keeper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 23:13:17 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 23:13:17 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 23:13:17 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 23:13:17 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 23:13:17 #33 DONE 0.1s 23:13:17 23:13:17 #28 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 23:13:17 #28 DONE 0.0s 23:13:17 23:13:17 #35 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 23:13:17 #35 DONE 0.5s 23:13:17 23:13:17 #34 [core-common-config-bootstrapper internal] load build context 23:13:17 #34 ... 23:13:17 23:13:17 #33 [security-proxy-setup stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 23:13:17 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 23:13:17 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 23:13:17 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 23:13:17 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 23:13:17 #33 DONE 0.1s 23:13:17 23:13:17 #28 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 23:13:17 #28 DONE 0.0s 23:13:17 23:13:17 #35 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-x86_64 23:13:17 #35 DONE 0.5s 23:13:17 23:13:17 #34 [core-common-config-bootstrapper internal] load build context 23:13:17 #34 ... 23:13:17 23:13:17 #28 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 23:13:17 #28 DONE 0.0s 23:13:17 23:13:17 #34 [core-common-config-bootstrapper internal] load build context 23:13:17 #34 ... 23:13:17 23:13:17 #33 [support-scheduler stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 23:13:17 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 23:13:17 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 23:13:17 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 23:13:17 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 23:13:17 #33 DONE 0.1s 23:13:17 23:13:17 #35 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-x86_64 23:13:17 #35 DONE 0.5s 23:13:17 23:13:17 #28 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 23:13:17 #28 DONE 0.0s 23:13:17 23:13:17 #36 [support-scheduler builder 2/7] WORKDIR /edgex-go 23:13:17 #36 DONE 0.4s 23:13:17 23:13:17 #34 [core-common-config-bootstrapper internal] load build context 23:13:18 #34 ... 23:13:18 23:13:18 #33 [core-data stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 23:13:18 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 23:13:18 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 23:13:18 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 23:13:18 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 23:13:18 #33 DONE 0.1s 23:13:18 23:13:18 #35 [core-data builder 1/7] FROM docker.io/library/ci-base-image-x86_64 23:13:18 #35 DONE 0.5s 23:13:18 23:13:18 #36 [core-data builder 2/7] WORKDIR /edgex-go 23:13:18 #36 DONE 0.4s 23:13:18 23:13:18 #32 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.20 23:13:18 #32 DONE 0.7s 23:13:18 23:13:18 #34 [core-common-config-bootstrapper internal] load build context 23:13:19 #34 ... 23:13:19 23:13:19 #37 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 23:13:19 #37 DONE 1.9s 23:13:19 23:13:19 #34 [core-common-config-bootstrapper internal] load build context 23:13:19 #34 ... 23:13:19 23:13:19 #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 23:13:19 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 23:13:19 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 23:13:19 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 23:13:19 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 23:13:19 #33 DONE 0.1s 23:13:19 23:13:19 #38 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 23:13:19 #38 DONE 2.4s 23:13:19 23:13:19 #34 [core-common-config-bootstrapper internal] load build context 23:13:21 #34 ... 23:13:21 23:13:21 #39 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 23:13:21 #39 DONE 3.6s 23:13:21 23:13:21 #34 [core-common-config-bootstrapper internal] load build context 23:13:22 #34 transferring context: 222.42MB 4.9s 23:13:22 #34 ... 23:13:22 23:13:22 #40 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 23:13:22 #0 0.802 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 23:13:22 #0 0.929 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 23:13:22 #0 1.283 (1/7) Installing ca-certificates (20241121-r1) 23:13:22 #0 1.337 (2/7) Installing dumb-init (1.2.5-r3) 23:13:22 #0 1.340 (3/7) Installing libgcc (13.2.1_git20240309-r1) 23:13:22 #0 1.345 (4/7) Installing libsodium (1.0.19-r0) 23:13:22 #0 1.355 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 23:13:22 #0 1.375 (6/7) Installing libzmq (4.3.5-r2) 23:13:22 #0 1.390 (7/7) Installing zeromq (4.3.5-r2) 23:13:22 #0 1.393 Executing busybox-1.36.1-r29.trigger 23:13:22 #0 1.397 Executing ca-certificates-20241121-r1.trigger 23:13:22 #0 1.443 OK: 12 MiB in 21 packages 23:13:22 #40 DONE 4.9s 23:13:22 23:13:22 #41 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 23:13:22 #0 1.251 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 23:13:22 #0 1.326 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 23:13:22 #0 1.624 OK: 248 MiB in 58 packages 23:13:22 #41 DONE 4.7s 23:13:22 23:13:22 #42 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 23:13:22 #0 1.179 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 23:13:22 #0 1.251 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 23:13:22 #0 1.546 (1/4) Installing dumb-init (1.2.5-r3) 23:13:22 #0 1.549 (2/4) Installing openssl (3.3.3-r0) 23:13:22 #0 1.567 (3/4) Installing su-exec (0.2-r3) 23:13:22 #0 1.567 (4/4) Installing yq-go (4.44.1-r2) 23:13:22 #0 1.643 Executing busybox-1.36.1-r29.trigger 23:13:22 #0 1.651 OK: 19 MiB in 18 packages 23:13:22 #42 DONE 4.9s 23:13:22 23:13:22 #43 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 23:13:22 #0 0.994 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 23:13:22 #0 1.158 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 23:13:22 #0 1.503 (1/1) Installing dumb-init (1.2.5-r3) 23:13:22 #0 1.512 Executing busybox-1.36.1-r29.trigger 23:13:22 #0 1.521 OK: 8 MiB in 15 packages 23:13:22 #43 DONE 5.3s 23:13:22 23:13:22 #34 [core-common-config-bootstrapper internal] load build context 23:13:22 #34 ... 23:13:22 23:13:22 #44 [security-spire-agent internal] load build context 23:13:22 #44 transferring context: 23.33kB 0.0s done 23:13:22 #44 DONE 2.9s 23:13:22 23:13:22 #34 [core-common-config-bootstrapper internal] load build context 23:13:23 #34 ... 23:13:23 23:13:23 #45 [security-spire-server internal] load build context 23:13:23 #45 transferring context: 23.80kB 0.0s done 23:13:23 #45 DONE 3.7s 23:13:23 23:13:23 #46 [security-spire-config internal] load build context 23:13:23 #46 transferring context: 22.05kB 0.0s done 23:13:23 #46 DONE 3.7s 23:13:23 23:13:23 #47 [core-command builder 3/7] RUN apk add --update --no-cache make git 23:13:23 #0 4.328 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 23:13:23 #0 4.393 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 23:13:23 #0 4.734 OK: 248 MiB in 58 packages 23:13:23 #47 DONE 6.0s 23:13:23 23:13:23 #34 [core-common-config-bootstrapper internal] load build context 23:13:27 #34 ... 23:13:27 23:13:27 #48 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 23:13:27 #0 5.821 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 23:13:27 #0 5.891 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 23:13:27 #0 6.185 OK: 248 MiB in 58 packages 23:13:27 #48 DONE 9.2s 23:13:27 23:13:27 #34 [core-common-config-bootstrapper internal] load build context 23:13:27 #34 ... 23:13:27 23:13:27 #49 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 23:13:27 #0 7.237 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 23:13:27 #0 7.312 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 23:13:27 #0 7.650 (1/3) Installing ca-certificates (20241121-r1) 23:13:27 #0 7.738 (2/3) Installing dumb-init (1.2.5-r3) 23:13:27 #0 7.738 (3/3) Installing tzdata (2025b-r0) 23:13:27 #0 7.775 Executing busybox-1.36.1-r29.trigger 23:13:27 #0 7.778 Executing ca-certificates-20241121-r1.trigger 23:13:27 #0 7.816 OK: 10 MiB in 17 packages 23:13:27 #49 DONE 9.0s 23:13:27 23:13:27 #50 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 23:13:27 #50 DONE 9.2s 23:13:27 23:13:27 #51 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 23:13:27 #0 6.792 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 23:13:27 #0 6.875 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 23:13:27 #0 7.145 v3.20.6-140-geaf8e3e956a [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 23:13:27 #0 7.145 v3.20.6-139-gac2ab0f040d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 23:13:27 #0 7.145 OK: 24171 distinct packages available 23:13:27 #0 7.214 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 23:13:27 #0 7.305 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 23:13:27 #0 7.551 (1/14) Installing ca-certificates (20241121-r1) 23:13:27 #0 7.575 (2/14) Installing brotli-libs (1.1.0-r2) 23:13:27 #0 7.586 (3/14) Installing c-ares (1.33.1-r0) 23:13:27 #0 7.590 (4/14) Installing libunistring (1.2-r0) 23:13:27 #0 7.759 (5/14) Installing libidn2 (2.3.7-r0) 23:13:27 #0 7.761 (6/14) Installing nghttp2-libs (1.62.1-r0) 23:13:27 #0 7.764 (7/14) Installing libpsl (0.21.5-r1) 23:13:27 #0 7.767 (8/14) Installing zstd-libs (1.5.6-r0) 23:13:27 #0 7.777 (9/14) Installing libcurl (8.12.1-r0) 23:13:27 #0 7.788 (10/14) Installing curl (8.12.1-r0) 23:13:27 #0 7.791 (11/14) Installing dumb-init (1.2.5-r3) 23:13:27 #0 7.795 (12/14) Installing musl-obstack (1.2.3-r2) 23:13:27 #0 7.806 (13/14) Installing libucontext (1.2-r3) 23:13:27 #0 7.809 (14/14) Installing gcompat (1.1.0-r4) 23:13:27 #0 7.813 Executing busybox-1.36.1-r29.trigger 23:13:27 #0 7.821 Executing ca-certificates-20241121-r1.trigger 23:13:27 #0 7.852 OK: 13 MiB in 28 packages 23:13:27 #51 DONE 9.1s 23:13:27 23:13:27 #34 [core-common-config-bootstrapper internal] load build context 23:13:27 #34 ... 23:13:27 23:13:27 #52 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 23:13:27 #0 7.379 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 23:13:27 #0 7.470 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 23:13:27 #0 7.734 OK: 248 MiB in 58 packages 23:13:27 #52 DONE 9.3s 23:13:27 23:13:27 #53 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 23:13:27 #0 6.242 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 23:13:27 #0 6.322 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 23:13:27 #0 6.608 v3.20.6-140-geaf8e3e956a [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 23:13:27 #0 6.608 v3.20.6-139-gac2ab0f040d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 23:13:27 #0 6.608 OK: 24171 distinct packages available 23:13:27 #0 6.678 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 23:13:27 #0 6.741 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 23:13:27 #0 7.026 OK: 248 MiB in 58 packages 23:13:27 #53 DONE 9.3s 23:13:27 23:13:27 #34 [core-common-config-bootstrapper internal] load build context 23:13:27 #34 transferring context: 380.61MB 10.2s 23:13:27 #34 ... 23:13:27 23:13:27 #54 [security-proxy-auth internal] load build context 23:13:27 #54 ... 23:13:27 23:13:27 #55 [core-keeper internal] load build context 23:13:27 #55 ... 23:13:27 23:13:27 #56 [security-proxy-setup internal] load build context 23:13:27 #56 ... 23:13:27 23:13:27 #57 [support-notifications internal] load build context 23:13:27 #57 ... 23:13:27 23:13:27 #58 [security-spiffe-token-provider internal] load build context 23:13:27 #58 ... 23:13:27 23:13:27 #59 [core-metadata internal] load build context 23:13:28 #59 ... 23:13:28 23:13:28 #60 [security-bootstrapper internal] load build context 23:13:28 #60 ... 23:13:28 23:13:28 #61 [core-data internal] load build context 23:13:28 #61 ... 23:13:28 23:13:28 #62 [security-secretstore-setup internal] load build context 23:13:28 #62 ... 23:13:28 23:13:28 #63 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 23:13:28 #0 9.720 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 23:13:28 #0 9.795 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 23:13:28 #0 10.07 (1/2) Installing dumb-init (1.2.5-r3) 23:13:28 #0 10.08 (2/2) Installing su-exec (0.2-r3) 23:13:28 #0 10.10 Executing busybox-1.36.1-r29.trigger 23:13:28 #0 10.10 OK: 8 MiB in 16 packages 23:13:28 #63 ... 23:13:28 23:13:28 #64 [core-command internal] load build context 23:13:28 #64 ... 23:13:28 23:13:28 #65 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 23:13:28 #0 9.613 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 23:13:28 #0 9.674 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 23:13:28 #0 10.01 (1/4) Installing ca-certificates (20241121-r1) 23:13:28 #0 10.03 (2/4) Installing dumb-init (1.2.5-r3) 23:13:28 #0 10.03 (3/4) Installing su-exec (0.2-r3) 23:13:28 #0 10.03 (4/4) Installing yq-go (4.44.1-r2) 23:13:28 #0 10.13 Executing busybox-1.36.1-r29.trigger 23:13:28 #0 10.14 Executing ca-certificates-20241121-r1.trigger 23:13:28 #0 10.26 OK: 19 MiB in 18 packages 23:13:28 #65 ... 23:13:28 23:13:28 #66 [support-scheduler internal] load build context 23:13:28 #66 ... 23:13:28 23:13:28 #67 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 23:13:28 #0 9.796 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 23:13:28 #0 9.894 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 23:13:28 #0 10.22 (1/1) Installing dumb-init (1.2.5-r3) 23:13:28 #0 10.24 Executing busybox-1.36.1-r29.trigger 23:13:28 #0 10.26 OK: 8 MiB in 15 packages 23:13:28 #67 ... 23:13:28 23:13:28 #66 [support-scheduler internal] load build context 23:13:29 #66 ... 23:13:29 23:13:29 #68 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 23:13:29 #68 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 2.7s done 23:13:29 #68 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 23:13:29 #68 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done 23:13:29 #68 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done 23:13:29 #68 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.8s done 23:13:29 #68 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.8s done 23:13:29 #68 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done 23:13:29 #68 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 1.5s done 23:13:29 #68 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.9s done 23:13:29 #68 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done 23:13:29 #68 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 23:13:29 #68 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 2.7s 23:13:30 #68 ... 23:13:30 23:13:30 #69 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 23:13:30 #69 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 2.7s done 23:13:30 #69 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 23:13:30 #69 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done 23:13:30 #69 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done 23:13:30 #69 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.8s done 23:13:30 #69 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done 23:13:30 #69 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.9s done 23:13:30 #69 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.9s done 23:13:30 #69 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 1.1s done 23:13:30 #69 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.0s done 23:13:30 #69 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 1.7s done 23:13:30 #69 ... 23:13:30 23:13:30 #66 [support-scheduler internal] load build context 23:13:31 #66 ... 23:13:31 23:13:31 #70 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 23:13:31 #70 ... 23:13:31 23:13:31 #66 [support-scheduler internal] load build context 23:13:32 #66 ... 23:13:32 23:13:32 #58 [security-spiffe-token-provider internal] load build context 23:13:32 #58 transferring context: 503.49MB 12.1s done 23:13:32 #58 DONE 14.6s 23:13:32 23:13:32 #63 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 23:13:32 #63 DONE 14.4s 23:13:32 23:13:32 #54 [security-proxy-auth internal] load build context 23:13:32 #54 transferring context: 503.49MB 13.3s done 23:13:32 #54 DONE 15.1s 23:13:32 23:13:32 #71 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 23:13:32 #0 7.073 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 23:13:32 #0 7.229 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 23:13:32 #0 7.742 OK: 12 MiB in 21 packages 23:13:32 #71 DONE 10.0s 23:13:32 23:13:32 #72 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 23:13:32 #0 7.066 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 23:13:32 #0 7.304 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 23:13:32 #0 7.761 v3.20.6-140-geaf8e3e956a [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 23:13:32 #0 7.761 v3.20.6-139-gac2ab0f040d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 23:13:32 #0 7.761 OK: 24171 distinct packages available 23:13:32 #0 7.845 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 23:13:32 #0 7.917 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 23:13:32 #0 8.177 (1/4) Installing dumb-init (1.2.5-r3) 23:13:32 #0 8.179 (2/4) Installing musl-obstack (1.2.3-r2) 23:13:32 #0 8.181 (3/4) Installing libucontext (1.2-r3) 23:13:32 #0 8.183 (4/4) Installing gcompat (1.1.0-r4) 23:13:32 #0 8.187 Executing busybox-1.36.1-r29.trigger 23:13:32 #0 8.196 OK: 8 MiB in 18 packages 23:13:32 #72 DONE 10.0s 23:13:32 23:13:32 #66 [support-scheduler internal] load build context 23:13:32 #66 ... 23:13:32 23:13:32 #73 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 23:13:32 #73 ... 23:13:32 23:13:32 #65 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 23:13:32 #65 DONE 14.2s 23:13:32 23:13:32 #67 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 23:13:32 #67 DONE 14.3s 23:13:32 23:13:32 #61 [core-data internal] load build context 23:13:32 #61 transferring context: 503.49MB 12.9s done 23:13:32 #61 DONE 14.4s 23:13:32 23:13:32 #60 [security-bootstrapper internal] load build context 23:13:32 #60 transferring context: 503.49MB 13.4s done 23:13:32 #60 DONE 14.7s 23:13:32 23:13:32 #64 [core-command internal] load build context 23:13:32 #64 transferring context: 503.49MB 13.4s done 23:13:32 #64 DONE 14.4s 23:13:32 23:13:32 #62 [security-secretstore-setup internal] load build context 23:13:32 #62 transferring context: 503.49MB 13.8s done 23:13:32 #62 DONE 14.5s 23:13:32 23:13:32 #55 [core-keeper internal] load build context 23:13:32 #55 transferring context: 503.49MB 14.3s done 23:13:32 #55 DONE 15.1s 23:13:32 23:13:32 #57 [support-notifications internal] load build context 23:13:32 #57 transferring context: 503.49MB 14.4s done 23:13:32 #57 DONE 15.1s 23:13:32 23:13:32 #34 [core-common-config-bootstrapper internal] load build context 23:13:32 #34 transferring context: 503.49MB 14.1s done 23:13:32 #34 DONE 15.3s 23:13:32 23:13:32 #74 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 23:13:32 #74 ... 23:13:32 23:13:32 #59 [core-metadata internal] load build context 23:13:32 #59 transferring context: 503.49MB 14.0s done 23:13:32 #59 DONE 14.7s 23:13:32 23:13:32 #75 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 23:13:32 #75 ... 23:13:32 23:13:32 #66 [support-scheduler internal] load build context 23:13:32 #66 ... 23:13:32 23:13:32 #76 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 23:13:32 #76 DONE 0.6s 23:13:32 23:13:32 #77 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 23:13:32 #77 DONE 0.5s 23:13:32 23:13:32 #78 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 23:13:32 #78 DONE 0.5s 23:13:32 23:13:32 #79 [support-notifications builder 4/7] COPY go.mod vendor* ./ 23:13:32 #79 DONE 0.4s 23:13:33 23:13:33 #69 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 23:13:33 #69 ... 23:13:33 23:13:33 #80 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 23:13:33 #0 6.050 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 23:13:33 #0 6.149 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 23:13:33 #0 6.570 OK: 10 MiB in 17 packages 23:13:33 #80 DONE 6.8s 23:13:33 23:13:33 #81 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 23:13:33 #0 6.061 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 23:13:33 #0 6.196 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 23:13:33 #0 6.572 OK: 13 MiB in 28 packages 23:13:33 #81 DONE 6.8s 23:13:33 23:13:33 #74 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 23:13:33 #74 10.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 23:13:33 #74 10.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 23:13:33 #74 11.07 OK: 19 MiB in 18 packages 23:13:33 #74 DONE 11.4s 23:13:33 23:13:33 #75 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 23:13:33 #75 10.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 23:13:33 #75 10.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 23:13:33 #75 11.30 OK: 8 MiB in 15 packages 23:13:33 #75 DONE 11.6s 23:13:34 23:13:34 #82 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 23:13:34 #82 DONE 0.1s 23:13:34 23:13:34 #73 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 23:13:34 #73 10.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 23:13:34 #73 10.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 23:13:34 #73 10.87 v3.20.6-140-geaf8e3e956a [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 23:13:34 #73 10.87 v3.20.6-139-gac2ab0f040d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 23:13:34 #73 10.87 OK: 24171 distinct packages available 23:13:34 #73 10.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 23:13:34 #73 11.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 23:13:34 #73 11.49 (1/5) Installing dumb-init (1.2.5-r3) 23:13:34 #73 11.50 (2/5) Installing musl-obstack (1.2.3-r2) 23:13:34 #73 11.50 (3/5) Installing libucontext (1.2-r3) 23:13:34 #73 11.51 (4/5) Installing gcompat (1.1.0-r4) 23:13:34 #73 11.51 (5/5) Installing openssl (3.3.3-r0) 23:13:34 #73 11.52 Executing busybox-1.36.1-r29.trigger 23:13:34 #73 11.53 OK: 9 MiB in 19 packages 23:13:34 #73 ... 23:13:34 23:13:34 #56 [security-proxy-setup internal] load build context 23:13:34 #56 transferring context: 503.49MB 16.3s done 23:13:34 #56 DONE 16.5s 23:13:34 23:13:34 #66 [support-scheduler internal] load build context 23:13:34 #66 ... 23:13:34 23:13:34 #73 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 23:13:34 #73 DONE 11.9s 23:13:34 23:13:34 #66 [support-scheduler internal] load build context 23:13:34 #66 ... 23:13:34 23:13:34 #83 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 23:13:34 #0 1.443 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 23:13:34 #0 1.525 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 23:13:34 #0 1.856 OK: 8 MiB in 16 packages 23:13:34 #83 DONE 2.0s 23:13:34 23:13:34 #66 [support-scheduler internal] load build context 23:13:34 #66 transferring context: 503.49MB 16.5s done 23:13:34 #66 DONE 16.8s 23:13:34 23:13:34 #84 [core-data stage-1 3/7] RUN apk --no-cache upgrade 23:13:34 #0 1.490 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 23:13:34 #0 1.560 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 23:13:34 #0 1.917 OK: 8 MiB in 15 packages 23:13:34 #84 DONE 2.1s 23:13:34 23:13:34 #85 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 23:13:34 #85 DONE 0.0s 23:13:34 23:13:34 #86 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:13:34 #86 ... 23:13:34 23:13:34 #87 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 23:13:34 #0 1.911 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 23:13:34 #0 2.001 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 23:13:34 #0 2.351 OK: 8 MiB in 18 packages 23:13:34 #87 DONE 2.4s 23:13:35 23:13:35 #88 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 23:13:35 #88 DONE 0.5s 23:13:35 23:13:35 #89 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 23:13:35 #0 2.281 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 23:13:35 #0 2.357 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 23:13:35 #0 2.645 OK: 19 MiB in 18 packages 23:13:35 #89 DONE 2.9s 23:13:35 23:13:35 #90 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 23:13:35 #0 6.209 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 23:13:35 #0 7.216 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 23:13:35 #0 7.997 OK: 248 MiB in 58 packages 23:13:35 #90 DONE 8.4s 23:13:35 23:13:35 #91 [security-spire-config stage-2 5/10] COPY Attribution.txt / 23:13:35 #91 DONE 0.1s 23:13:35 23:13:35 #92 [core-keeper builder 5/8] COPY go.mod vendor* ./ 23:13:35 #92 DONE 0.1s 23:13:35 23:13:35 #70 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 23:13:35 #70 11.53 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 23:13:35 #70 12.86 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 23:13:35 #70 13.65 (1/1) Installing dumb-init (1.2.5-r3) 23:13:35 #70 13.95 Executing busybox-1.36.1-r29.trigger 23:13:35 #70 13.95 OK: 8 MiB in 15 packages 23:13:35 #70 DONE 14.1s 23:13:35 23:13:35 #93 [security-spire-config stage-2 6/10] COPY security.txt / 23:13:35 #93 DONE 0.1s 23:13:35 23:13:35 #94 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:13:35 #94 ... 23:13:35 23:13:35 #95 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 23:13:35 #95 DONE 0.0s 23:13:35 23:13:35 #96 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 23:13:35 #96 DONE 0.0s 23:13:35 23:13:35 #97 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 23:13:35 #97 DONE 0.0s 23:13:35 23:13:35 #98 [security-spire-config] exporting to image 23:13:35 #98 exporting layers 23:13:36 #98 ... 23:13:36 23:13:36 #99 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 23:13:36 #99 DONE 1.6s 23:13:36 23:13:36 #100 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 23:13:36 #100 DONE 0.0s 23:13:36 23:13:36 #68 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 23:13:36 #68 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 3.5s done 23:13:36 #68 ... 23:13:36 23:13:36 #98 [security-spire-config] exporting to image 23:13:36 #98 exporting layers 0.8s done 23:13:36 #98 writing image sha256:d49c0f6bae5d06e5f46ac1cc72393e6574de9ba2e5465c168cb798a7a2769fdd done 23:13:36 #98 naming to docker.io/library/security-spire-config done 23:13:36 #98 DONE 0.8s 23:13:36 23:13:36 #101 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 23:13:36 #0 1.810 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 23:13:36 #0 1.880 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 23:13:36 #101 2.204 OK: 9 MiB in 19 packages 23:13:36 #101 DONE 2.3s 23:13:36 23:13:36 #102 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 23:13:37 #102 ... 23:13:37 23:13:37 #103 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 23:13:37 #103 DONE 0.6s 23:13:37 23:13:37 #102 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 23:13:37 #102 DONE 0.6s 23:13:37 23:13:37 #104 [security-spire-server stage-2 5/9] COPY Attribution.txt / 23:13:37 #104 DONE 0.0s 23:13:37 23:13:37 #105 [security-spire-server stage-2 6/9] COPY security.txt / 23:13:37 #105 DONE 0.1s 23:13:37 23:13:37 #106 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 23:13:37 #106 DONE 0.4s 23:13:37 23:13:37 #107 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 23:13:37 #107 DONE 0.2s 23:13:37 23:13:37 #108 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 23:13:37 #108 DONE 0.0s 23:13:37 23:13:37 #109 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 23:13:37 #109 DONE 0.0s 23:13:37 23:13:37 #110 [security-spire-agent stage-3 7/10] COPY security.txt / 23:13:37 #110 DONE 0.0s 23:13:37 23:13:37 #111 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 23:13:37 #111 DONE 0.0s 23:13:37 23:13:37 #112 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 23:13:37 #112 DONE 0.0s 23:13:37 23:13:37 #113 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 23:13:37 #113 DONE 0.0s 23:13:37 23:13:37 #98 [security-spire-server] exporting to image 23:13:37 #98 ... 23:13:37 23:13:37 #114 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 23:13:37 #114 DONE 0.0s 23:13:37 23:13:37 #98 [security-spire-agent] exporting to image 23:13:38 #98 exporting layers 0.7s done 23:13:38 #98 writing image sha256:4920958341488fa212a48cfa4a579fb63a7bdd49f0c3def106e86b4b66a99e82 done 23:13:38 #98 naming to docker.io/library/security-spire-server done 23:13:38 #98 writing image sha256:dada6505a083337d62c7c9e9d56f288f66482e1670e2ecd9203e77d1b76bb5d8 done 23:13:38 #98 naming to docker.io/library/security-spire-agent done 23:13:38 #98 DONE 1.6s 23:13:38 23:13:38 #115 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:13:43 #115 ... 23:13:43 23:13:43 #116 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:13:43 #116 ... 23:13:43 23:13:43 #117 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:13:43 #117 ... 23:13:43 23:13:43 #118 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:14:08 Removing intermediate container 7c48d54ed595 23:14:08 ---> 719cd3ace01d 23:14:08 Successfully built 719cd3ace01d 23:14:08 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:14:08 + docker inspect -f . ci-base-image-arm64 23:14:08 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:14:08 prd-ubuntu20.04-docker-arm64-4c-16g-967 does not seem to be running inside a container 23:14:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/835 -v /w/workspace/edgex-go/835:/w/workspace/edgex-go/835:rw,z -v /w/workspace/edgex-go/835@tmp:/w/workspace/edgex-go/835@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:14:09 $ docker top 2b9a7d420f65e22d7b806ec122b4fdff40671d9a87ca97487614650335cce552 -eo pid,comm [Pipeline] { [Pipeline] sh 23:14:10 #118 DONE 33.7s 23:14:10 23:14:10 #86 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:14:10 #86 DONE 32.1s 23:14:10 23:14:10 #94 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:14:10 #94 DONE 31.3s 23:14:10 23:14:10 #116 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:14:10 #116 DONE 33.7s 23:14:10 23:14:10 #117 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:14:10 #117 DONE 33.7s 23:14:10 23:14:10 #115 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:14:10 #115 DONE 33.7s 23:14:10 23:14:10 #119 [security-spiffe-token-provider builder 6/7] COPY . . 23:14:10 + go version 23:14:10 go version go1.23.8 linux/arm64 [Pipeline] } 23:14:10 $ docker stop --time=1 2b9a7d420f65e22d7b806ec122b4fdff40671d9a87ca97487614650335cce552 23:14:12 $ docker rm -f --volumes 2b9a7d420f65e22d7b806ec122b4fdff40671d9a87ca97487614650335cce552 [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 23:14:13 #119 ... 23:14:13 23:14:13 #120 [security-bootstrapper builder 6/7] COPY . . 23:14:13 #120 DONE 5.9s 23:14:13 23:14:13 #121 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 23:14:13 #121 CACHED 23:14:13 23:14:13 #122 [security-secretstore-setup builder 6/7] COPY . . 23:14:13 #122 CACHED 23:14:13 23:14:13 #123 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:14:13 #123 CACHED 23:14:13 23:14:13 #124 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 23:14:13 #124 CACHED 23:14:13 23:14:13 #125 [security-proxy-setup builder 6/7] COPY . . 23:14:13 #125 CACHED 23:14:13 23:14:13 #126 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:14:13 #126 CACHED 23:14:13 23:14:13 #127 [core-metadata builder 6/7] COPY . . 23:14:13 #127 CACHED 23:14:13 23:14:13 #128 [core-metadata builder 4/7] COPY go.mod vendor* ./ 23:14:13 #128 CACHED 23:14:13 23:14:13 #129 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:14:13 #129 CACHED 23:14:13 23:14:13 #130 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:14:13 #130 CACHED 23:14:13 23:14:13 #131 [core-command builder 6/7] COPY . . 23:14:13 #131 CACHED 23:14:13 23:14:13 #132 [core-command builder 4/7] COPY go.mod vendor* ./ 23:14:13 #132 CACHED 23:14:13 23:14:13 #133 [core-keeper builder 7/8] COPY . . 23:14:13 #133 DONE 6.0s 23:14:13 23:14:13 #134 [security-proxy-auth builder 6/7] COPY . . 23:14:13 #134 DONE 6.0s 23:14:13 23:14:13 #135 [core-data builder 6/7] COPY . . 23:14:13 #135 CACHED 23:14:13 23:14:13 #136 [core-data builder 4/7] COPY go.mod vendor* ./ 23:14:13 #136 CACHED 23:14:13 23:14:13 #137 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:14:13 #137 CACHED 23:14:13 23:14:13 #138 [support-scheduler builder 6/7] COPY . . 23:14:13 #138 DONE 6.0s 23:14:13 23:14:13 #139 [support-notifications builder 6/7] COPY . . 23:14:13 #139 DONE 6.0s 23:14:13 23:14:13 #140 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:14:13 #140 CACHED 23:14:13 23:14:13 #141 [core-common-config-bootstrapper builder 6/7] COPY . . 23:14:13 #141 CACHED 23:14:13 23:14:13 #142 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 23:14:13 #142 CACHED 23:14:13 23:14:13 #143 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 23:14:13 #143 ... 23:14:13 23:14:13 #119 [security-spiffe-token-provider builder 6/7] COPY . . 23:14:13 #119 DONE 6.0s 23:14:13 23:14:13 #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 23:14:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:14:13 23:14:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:14:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:14:13 latest: Pulling from edgex-devops/edgex-compose-arm64 23:14:13 547446be3368: Pulling fs layer 23:14:13 d125d8839a47: Pulling fs layer 23:14:13 3e85d5ac6304: Pulling fs layer 23:14:13 c3105a71a48b: Pulling fs layer 23:14:13 0f093f025ec4: Pulling fs layer 23:14:13 c3106fc0e877: Pulling fs layer 23:14:13 c3105a71a48b: Waiting 23:14:13 0f093f025ec4: Waiting 23:14:13 c3106fc0e877: Waiting 23:14:13 547446be3368: Verifying Checksum 23:14:13 c3105a71a48b: Download complete 23:14:13 d125d8839a47: Verifying Checksum 23:14:13 d125d8839a47: Download complete 23:14:13 c3106fc0e877: Verifying Checksum 23:14:13 c3106fc0e877: Download complete 23:14:13 #144 1.056 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 23:14:14 0f093f025ec4: Download complete 23:14:14 547446be3368: Pull complete 23:14:15 d125d8839a47: Pull complete 23:14:16 3e85d5ac6304: Verifying Checksum 23:14:16 3e85d5ac6304: Download complete 23:14:23 #144 ... 23:14:23 23:14:23 #145 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 23:14:23 #0 1.444 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 23:14:23 #145 ... 23:14:23 23:14:23 #146 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 23:14:23 #0 1.212 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 23:14:23 #146 ... 23:14:23 23:14:23 #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 23:14:23 #0 0.819 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 23:14:23 #147 ... 23:14:23 23:14:23 #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 23:14:23 #0 0.724 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 23:14:23 #148 ... 23:14:23 23:14:23 #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 23:14:23 #0 0.744 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 23:14:23 #149 ... 23:14:23 23:14:23 #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 23:14:23 #0 1.580 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 23:14:23 #150 ... 23:14:23 23:14:23 #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 23:14:23 #0 1.083 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 23:14:23 #151 ... 23:14:23 23:14:23 #152 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 23:14:23 #0 0.575 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 23:14:23 #152 ... 23:14:23 23:14:23 #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 23:14:23 #0 0.759 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 23:14:23 #153 ... 23:14:23 23:14:23 #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 23:14:23 #0 1.540 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 23:14:24 #154 ... 23:14:24 23:14:24 #143 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 23:14:24 #143 1.177 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 23:14:26 3e85d5ac6304: Pull complete 23:14:26 c3105a71a48b: Pull complete 23:14:26 0f093f025ec4: Pull complete 23:14:27 c3106fc0e877: Pull complete 23:14:27 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 23:14:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:14:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:14:27 prd-ubuntu20.04-docker-arm64-4c-16g-967 does not seem to be running inside a container 23:14:27 $ 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/835 -v /w/workspace/edgex-go/835:/w/workspace/edgex-go/835:rw,z -v /w/workspace/edgex-go/835@tmp:/w/workspace/edgex-go/835@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 23:14:29 $ docker top efafd4b12c790e8ffeb9fcbc0f5798666e7a2c380257f804928b1163597092de -eo pid,comm [Pipeline] { [Pipeline] sh 23:14:30 + docker compose -f ./docker-compose-build.yml build --parallel 23:14:40 #1 [security-secretstore-setup internal] load build definition from Dockerfile 23:14:40 #1 transferring dockerfile: 23:14:40 #1 transferring dockerfile: 2.49kB done 23:14:40 #1 DONE 0.1s 23:14:40 23:14:40 #2 [security-spire-server internal] load build definition from Dockerfile 23:14:40 #2 transferring dockerfile: 1.70kB done 23:14:40 #2 DONE 0.0s 23:14:40 23:14:40 #3 [core-data internal] load build definition from Dockerfile 23:14:40 #3 transferring dockerfile: 2.04kB done 23:14:40 #3 DONE 0.1s 23:14:40 23:14:40 #4 [core-keeper internal] load build definition from Dockerfile 23:14:40 #4 transferring dockerfile: 2.01kB done 23:14:40 #4 DONE 0.0s 23:14:40 23:14:40 #5 [security-spiffe-token-provider internal] load build definition from Dockerfile 23:14:40 #5 transferring dockerfile: 1.89kB done 23:14:40 #5 DONE 0.1s 23:14:40 23:14:40 #6 [core-common-config-bootstrapper internal] load build definition from Dockerfile 23:14:40 #6 transferring dockerfile: 2.23kB done 23:14:40 #6 DONE 0.1s 23:14:40 23:14:40 #7 [security-spire-config internal] load build definition from Dockerfile 23:14:40 #7 transferring dockerfile: 1.69kB done 23:14:40 #7 DONE 0.1s 23:14:40 23:14:40 #8 [security-spire-agent internal] load build definition from Dockerfile 23:14:40 #8 transferring dockerfile: 1.81kB done 23:14:40 #8 DONE 0.1s 23:14:40 23:14:40 #9 [security-bootstrapper internal] load build definition from Dockerfile 23:14:40 #9 transferring dockerfile: 3.02kB done 23:14:40 #9 DONE 0.1s 23:14:40 23:14:40 #10 [security-proxy-auth internal] load build definition from Dockerfile 23:14:40 #10 transferring dockerfile: 2.14kB done 23:14:40 #10 DONE 0.1s 23:14:40 23:14:40 #11 [security-proxy-setup internal] load build definition from Dockerfile 23:14:40 #11 transferring dockerfile: 2.50kB done 23:14:40 #11 DONE 0.1s 23:14:40 23:14:40 #12 [support-notifications internal] load build definition from Dockerfile 23:14:40 #12 transferring dockerfile: 2.00kB done 23:14:40 #12 DONE 0.1s 23:14:40 23:14:40 #13 [core-command internal] load build definition from Dockerfile 23:14:40 #13 transferring dockerfile: 1.94kB done 23:14:40 #13 DONE 0.1s 23:14:40 23:14:40 #14 [core-metadata internal] load build definition from Dockerfile 23:14:40 #14 transferring dockerfile: 2.10kB 0.0s done 23:14:40 #14 DONE 0.1s 23:14:40 23:14:40 #15 [support-scheduler internal] load build definition from Dockerfile 23:14:40 #15 transferring dockerfile: 1.83kB done 23:14:40 #15 DONE 0.1s 23:14:40 23:14:40 #16 [security-secretstore-setup internal] load .dockerignore 23:14:40 #16 transferring context: 50B done 23:14:40 #16 DONE 0.1s 23:14:40 23:14:40 #17 [security-spire-server internal] load .dockerignore 23:14:40 #17 transferring context: 50B done 23:14:40 #17 DONE 0.0s 23:14:40 23:14:40 #18 [core-data internal] load .dockerignore 23:14:40 #18 transferring context: 50B 0.0s done 23:14:40 #18 DONE 0.0s 23:14:40 23:14:40 #19 [core-keeper internal] load .dockerignore 23:14:40 #19 transferring context: 50B 0.0s done 23:14:41 #19 DONE 0.1s 23:14:41 23:14:41 #20 [security-spiffe-token-provider internal] load .dockerignore 23:14:41 #20 transferring context: 50B done 23:14:41 #20 DONE 0.1s 23:14:41 23:14:41 #21 [core-common-config-bootstrapper internal] load .dockerignore 23:14:41 #21 transferring context: 50B 0.0s done 23:14:41 #21 DONE 0.1s 23:14:41 23:14:41 #22 [security-spire-agent internal] load .dockerignore 23:14:41 #22 transferring context: 50B done 23:14:41 #22 DONE 0.1s 23:14:41 23:14:41 #23 [security-spire-config internal] load .dockerignore 23:14:41 #23 transferring context: 50B 0.0s done 23:14:41 #23 DONE 0.1s 23:14:41 23:14:41 #24 [security-bootstrapper internal] load .dockerignore 23:14:41 #24 transferring context: 50B done 23:14:41 #24 DONE 0.1s 23:14:41 23:14:41 #25 [security-proxy-auth internal] load .dockerignore 23:14:41 #25 transferring context: 50B done 23:14:41 #25 DONE 0.1s 23:14:41 23:14:41 #26 [security-proxy-setup internal] load .dockerignore 23:14:41 #26 transferring context: 50B 0.0s done 23:14:41 #26 DONE 0.1s 23:14:41 23:14:41 #27 [support-notifications internal] load .dockerignore 23:14:41 #27 transferring context: 50B done 23:14:41 #27 DONE 0.1s 23:14:41 23:14:41 #28 [core-command internal] load .dockerignore 23:14:41 #28 transferring context: 50B 0.0s done 23:14:41 #28 DONE 0.1s 23:14:41 23:14:41 #29 [core-metadata internal] load .dockerignore 23:14:41 #29 transferring context: 50B done 23:14:41 #29 DONE 0.1s 23:14:41 23:14:41 #30 [support-scheduler internal] load .dockerignore 23:14:41 #30 transferring context: 50B done 23:14:41 #30 DONE 0.1s 23:14:41 23:14:41 #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 23:14:41 #31 DONE 0.0s 23:14:41 23:14:41 #32 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.20 23:14:42 #32 DONE 0.2s 23:14:42 23:14:42 #33 [security-secretstore-setup stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 23:14:42 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 23:14:42 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 23:14:42 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 23:14:42 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 23:14:42 #33 DONE 0.2s 23:14:42 23:14:42 #34 [security-secretstore-setup internal] load build context 23:14:42 #34 ... 23:14:42 23:14:42 #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 23:14:42 #31 DONE 0.0s 23:14:42 23:14:42 #32 [core-data internal] load metadata for docker.io/library/alpine:3.20 23:14:42 #32 DONE 0.3s 23:14:42 23:14:42 #34 [security-secretstore-setup internal] load build context 23:14:42 #34 transferring context: 3.22MB 0.6s done 23:14:42 #34 DONE 0.9s 23:14:42 23:14:42 #33 [core-keeper stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 23:14:42 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 23:14:42 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 23:14:42 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 23:14:42 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 23:14:42 #33 DONE 0.4s 23:14:42 23:14:42 #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 23:14:42 #31 DONE 0.0s 23:14:42 23:14:42 #35 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 23:14:42 #35 DONE 1.6s 23:14:42 23:14:42 #32 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 23:14:43 #32 ... 23:14:43 23:14:43 #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 23:14:43 #31 DONE 0.0s 23:14:43 23:14:43 #32 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 23:14:43 #32 ... 23:14:43 23:14:43 #33 [security-spiffe-token-provider stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 23:14:43 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 23:14:43 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 23:14:43 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 23:14:43 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 23:14:43 #33 DONE 0.4s 23:14:43 23:14:43 #35 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 23:14:43 #35 DONE 1.6s 23:14:43 23:14:43 #36 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 23:14:43 #36 ... 23:14:43 23:14:43 #32 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.20 23:14:43 #32 DONE 0.7s 23:14:43 23:14:43 #33 [core-common-config-bootstrapper stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 23:14:43 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 23:14:43 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 23:14:43 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 23:14:43 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 23:14:43 #33 DONE 0.4s 23:14:43 23:14:43 #35 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 23:14:43 #35 DONE 1.6s 23:14:43 23:14:43 #37 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go 23:14:43 #37 DONE 1.1s 23:14:43 23:14:43 #38 [core-common-config-bootstrapper internal] load build context 23:14:43 #38 ... 23:14:43 23:14:43 #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 23:14:43 #31 DONE 0.0s 23:14:43 23:14:43 #38 [core-common-config-bootstrapper internal] load build context 23:14:43 #38 ... 23:14:43 23:14:43 #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 23:14:43 #31 DONE 0.0s 23:14:43 23:14:43 #38 [core-common-config-bootstrapper internal] load build context 23:14:44 #38 ... 23:14:44 23:14:44 #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 23:14:44 #31 DONE 0.0s 23:14:44 23:14:44 #38 [core-common-config-bootstrapper internal] load build context 23:14:44 #38 ... 23:14:44 23:14:44 #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 23:14:44 #31 DONE 0.0s 23:14:44 23:14:44 #39 [core-keeper internal] load build context 23:14:44 #39 transferring context: 3.22MB 1.6s done 23:14:44 #39 DONE 1.8s 23:14:44 23:14:44 #38 [core-common-config-bootstrapper internal] load build context 23:14:44 #38 ... 23:14:44 23:14:44 #33 [support-notifications stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 23:14:44 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 23:14:44 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 23:14:44 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 23:14:44 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 23:14:44 #33 DONE 0.5s 23:14:44 23:14:44 #35 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 23:14:44 #35 DONE 1.8s 23:14:44 23:14:44 #37 [support-notifications builder 2/7] WORKDIR /edgex-go 23:14:44 #37 DONE 1.3s 23:14:44 23:14:44 #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 23:14:44 #31 DONE 0.0s 23:14:44 23:14:44 #40 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 23:14:44 #40 DONE 2.1s 23:14:44 23:14:44 #38 [core-common-config-bootstrapper internal] load build context 23:14:45 #38 ... 23:14:45 23:14:45 #33 [security-bootstrapper stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 23:14:45 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 23:14:45 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 23:14:45 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 23:14:45 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 23:14:45 #33 DONE 0.6s 23:14:45 23:14:45 #35 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 23:14:45 #35 DONE 1.8s 23:14:45 23:14:45 #37 [security-bootstrapper builder 2/7] WORKDIR /edgex-go 23:14:45 #37 DONE 1.3s 23:14:45 23:14:45 #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 23:14:45 #31 DONE 0.0s 23:14:45 23:14:45 #38 [core-common-config-bootstrapper internal] load build context 23:14:45 #38 ... 23:14:45 23:14:45 #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 23:14:45 #31 DONE 0.0s 23:14:45 23:14:45 #41 [core-data internal] load build context 23:14:45 #41 transferring context: 3.22MB 1.9s done 23:14:45 #41 DONE 2.2s 23:14:45 23:14:45 #38 [core-common-config-bootstrapper internal] load build context 23:14:45 #38 ... 23:14:45 23:14:45 #42 [security-spiffe-token-provider internal] load build context 23:14:45 #42 transferring context: 3.22MB 1.5s done 23:14:45 #42 DONE 2.2s 23:14:45 23:14:45 #38 [core-common-config-bootstrapper internal] load build context 23:14:45 #38 ... 23:14:45 23:14:45 #43 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 23:14:45 #43 DONE 2.2s 23:14:45 23:14:45 #38 [core-common-config-bootstrapper internal] load build context 23:14:45 #38 ... 23:14:45 23:14:45 #33 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 23:14:45 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 23:14:45 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 23:14:45 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 23:14:45 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 23:14:45 #33 DONE 0.6s 23:14:45 23:14:45 #38 [core-common-config-bootstrapper internal] load build context 23:14:46 #38 ... 23:14:46 23:14:46 #32 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 23:14:46 #32 DONE 3.1s 23:14:46 23:14:46 #38 [core-common-config-bootstrapper internal] load build context 23:14:46 #38 ... 23:14:46 23:14:46 #33 [core-command stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 23:14:46 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 23:14:46 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 23:14:46 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 23:14:46 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 23:14:46 #33 DONE 0.6s 23:14:46 23:14:46 #35 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 23:14:46 #35 DONE 1.8s 23:14:46 23:14:46 #37 [core-command builder 2/7] WORKDIR /edgex-go 23:14:46 #37 DONE 1.3s 23:14:46 23:14:46 #44 [security-spire-server internal] load build context 23:14:46 #44 transferring context: 23.80kB 0.4s done 23:14:46 #44 DONE 1.4s 23:14:46 23:14:46 #38 [core-common-config-bootstrapper internal] load build context 23:14:46 #38 transferring context: 3.22MB 2.7s done 23:14:46 #38 ... 23:14:46 23:14:46 #33 [core-metadata stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 23:14:46 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 23:14:46 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 23:14:46 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 23:14:46 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 23:14:46 #33 DONE 0.6s 23:14:46 23:14:46 #35 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 23:14:46 #35 DONE 1.8s 23:14:46 23:14:46 #37 [core-metadata builder 2/7] WORKDIR /edgex-go 23:14:46 #37 DONE 1.3s 23:14:46 23:14:46 #45 [core-command internal] load build context 23:14:46 #45 DONE 0.0s 23:14:46 23:14:46 #46 [security-spire-config internal] load build context 23:14:46 #46 transferring context: 22.05kB 0.4s done 23:14:46 #46 DONE 1.7s 23:14:46 23:14:46 #47 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 23:14:47 #47 ... 23:14:47 23:14:47 #38 [core-common-config-bootstrapper internal] load build context 23:14:47 #38 DONE 3.4s 23:14:47 23:14:47 #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 23:14:47 #48 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.3s done 23:14:47 #48 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 23:14:47 #48 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 23:14:48 #48 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 23:14:48 #48 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.6s 23:14:49 #48 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.0s 23:14:49 #48 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 1.0s 23:14:49 #48 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.1s 23:14:49 #48 ... 23:14:49 23:14:49 #49 [security-spire-agent internal] load build context 23:14:49 #49 transferring context: 23.33kB 0.4s done 23:14:49 #49 DONE 3.4s 23:14:49 23:14:49 #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 23:14:49 #48 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 1.6s 23:14:50 #48 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.8s done 23:14:50 #48 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 1.9s 23:14:50 #48 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.9s done 23:14:50 #48 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 2.0s done 23:14:50 #48 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.9s done 23:14:50 #48 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 2.0s done 23:14:50 #48 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 23:14:50 #48 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.3s done 23:14:52 #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 3.7s 23:14:52 #48 ... 23:14:52 23:14:52 #50 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 23:14:52 #0 4.561 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 23:14:52 #0 5.193 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 23:14:52 #0 7.624 (1/4) Installing ca-certificates (20241121-r1) 23:14:52 #0 7.750 (2/4) Installing dumb-init (1.2.5-r3) 23:14:52 #0 7.750 (3/4) Installing su-exec (0.2-r3) 23:14:52 #0 7.750 (4/4) Installing yq-go (4.44.1-r2) 23:14:52 #0 8.149 Executing busybox-1.36.1-r29.trigger 23:14:52 #0 8.149 Executing ca-certificates-20241121-r1.trigger 23:14:52 #0 8.470 OK: 20 MiB in 18 packages 23:14:52 #50 ... 23:14:52 23:14:52 #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 23:14:53 #48 ... 23:14:53 23:14:53 #50 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 23:14:53 #50 DONE 10.5s 23:14:53 23:14:53 #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 23:14:53 #48 ... 23:14:53 23:14:53 #51 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 23:14:53 #51 ... 23:14:53 23:14:53 #52 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 23:14:53 #52 ... 23:14:53 23:14:53 #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 23:14:53 #48 ... 23:14:53 23:14:53 #53 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 23:14:53 #0 7.701 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 23:14:53 #0 8.088 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 23:14:53 #0 9.852 OK: 239 MiB in 58 packages 23:14:53 #53 ... 23:14:53 23:14:53 #54 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 23:14:53 #54 ... 23:14:53 23:14:53 #55 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 23:14:54 #55 ... 23:14:54 23:14:54 #56 [security-proxy-setup internal] load build context 23:14:54 #56 transferring context: 3.22MB 7.7s done 23:14:54 #56 DONE 9.0s 23:14:54 23:14:54 #57 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init 23:14:54 #57 ... 23:14:54 23:14:54 #58 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 23:14:54 #58 ... 23:14:54 23:14:54 #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 23:14:54 #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 4.19MB / 33.17MB 5.9s 23:14:54 #48 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.2s done 23:14:54 #48 ... 23:14:54 23:14:54 #59 [security-proxy-auth internal] load build context 23:14:54 #59 transferring context: 3.22MB 8.0s done 23:14:54 #59 DONE 9.5s 23:14:54 23:14:54 #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 23:14:54 #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 6.29MB / 33.17MB 6.7s 23:14:54 #48 ... 23:14:54 23:14:54 #53 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 23:14:54 #53 DONE 12.2s 23:14:54 23:14:54 #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 23:14:54 #48 ... 23:14:54 23:14:54 #60 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 23:14:55 #60 ... 23:14:55 23:14:55 #61 [support-notifications internal] load build context 23:14:55 #61 ... 23:14:55 23:14:55 #62 [security-bootstrapper internal] load build context 23:14:55 #62 ... 23:14:55 23:14:55 #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 23:14:55 #63 ... 23:14:55 23:14:55 #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 23:14:55 #64 ... 23:14:55 23:14:55 #65 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 23:14:55 #65 ... 23:14:55 23:14:55 #66 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 23:14:55 #66 ... 23:14:55 23:14:55 #52 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 23:14:55 #52 DONE 12.7s 23:14:55 23:14:55 #67 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 23:14:55 #67 ... 23:14:55 23:14:55 #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 23:14:55 #68 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 2.2s done 23:14:55 #68 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 23:14:55 #68 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done 23:14:55 #68 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done 23:14:55 #68 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B done 23:14:55 #68 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB done 23:14:55 #68 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 1.5s done 23:14:55 #68 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 10.49MB / 14.28MB 5.8s 23:14:55 #68 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.1s done 23:14:56 #68 ... 23:14:56 23:14:56 #55 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 23:14:56 #55 12.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 23:14:56 #55 ... 23:14:56 23:14:56 #69 [support-scheduler internal] load build context 23:14:56 #69 ... 23:14:56 23:14:56 #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 23:14:56 #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 9.58MB / 33.17MB 8.2s 23:14:56 #48 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 23:14:56 #48 ... 23:14:56 23:14:56 #54 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 23:14:56 #54 DONE 13.0s 23:14:56 23:14:56 #62 [security-bootstrapper internal] load build context 23:14:56 #62 transferring context: 3.22MB 10.9s done 23:14:57 #62 ... 23:14:57 23:14:57 #45 [core-command internal] load build context 23:14:57 #45 ... 23:14:57 23:14:57 #70 [core-metadata internal] load build context 23:14:57 #70 ... 23:14:57 23:14:57 #71 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 23:14:57 #71 ... 23:14:57 23:14:57 #72 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 23:14:57 #72 ... 23:14:57 23:14:57 #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 23:14:57 #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 11.62MB / 33.17MB 9.4s 23:14:57 #48 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.1s done 23:14:58 #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 13.63MB / 33.17MB 9.8s 23:14:58 #48 ... 23:14:58 23:14:58 #61 [support-notifications internal] load build context 23:14:58 #61 transferring context: 3.22MB 10.8s done 23:14:58 #61 DONE 13.1s 23:14:58 23:14:58 #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 23:14:58 #48 ... 23:14:58 23:14:58 #62 [security-bootstrapper internal] load build context 23:14:58 #62 DONE 13.4s 23:14:58 23:14:58 #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 23:14:59 #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 15.73MB / 33.17MB 11.0s 23:14:59 #48 ... 23:14:59 23:14:59 #70 [core-metadata internal] load build context 23:14:59 #70 transferring context: 3.22MB 9.7s done 23:14:59 #70 DONE 12.7s 23:14:59 23:14:59 #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 23:14:59 #48 ... 23:14:59 23:14:59 #69 [support-scheduler internal] load build context 23:14:59 #69 transferring context: 3.22MB 9.9s done 23:14:59 #69 DONE 13.1s 23:14:59 23:14:59 #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 23:14:59 #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 17.47MB / 33.17MB 11.4s 23:15:00 #48 ... 23:15:00 23:15:00 #45 [core-command internal] load build context 23:15:00 #45 transferring context: 3.22MB 10.2s done 23:15:00 #45 DONE 13.3s 23:15:00 23:15:00 #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 23:15:00 #48 ... 23:15:00 23:15:00 #73 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 23:15:00 #73 DONE 4.9s 23:15:00 23:15:00 #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 23:15:00 #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 19.92MB / 33.17MB 12.5s 23:15:01 #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 21.71MB / 33.17MB 13.2s 23:15:02 #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 24.12MB / 33.17MB 14.6s 23:15:03 #48 ... 23:15:03 23:15:03 #74 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 23:15:03 #74 ... 23:15:03 23:15:03 #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 23:15:03 #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 25.87MB / 33.17MB 15.1s 23:15:03 #48 ... 23:15:03 23:15:03 #36 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 23:15:03 #36 10.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 23:15:03 #36 10.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 23:15:03 #36 13.80 v3.20.6-123-g69369a13792 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 23:15:03 #36 13.80 v3.20.6-118-g155f6933c0f [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 23:15:03 #36 13.80 OK: 24049 distinct packages available 23:15:03 #36 15.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 23:15:03 #36 16.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 23:15:03 #36 ... 23:15:03 23:15:03 #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 23:15:03 #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 28.31MB / 33.17MB 15.5s 23:15:04 #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 30.41MB / 33.17MB 15.8s 23:15:04 #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 16.2s 23:15:04 #48 ... 23:15:04 23:15:04 #57 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 23:15:04 #57 12.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 23:15:04 #57 12.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 23:15:04 #57 19.15 (1/1) Installing dumb-init (1.2.5-r3) 23:15:04 #57 19.19 Executing busybox-1.36.1-r29.trigger 23:15:04 #57 19.26 OK: 9 MiB in 15 packages 23:15:04 #57 DONE 20.7s 23:15:04 23:15:04 #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 23:15:04 #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 16.2s done 23:15:04 #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 16.2s done 23:15:04 #48 ... 23:15:04 23:15:04 #58 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 23:15:04 #58 11.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 23:15:04 #58 12.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 23:15:04 #58 18.99 OK: 239 MiB in 58 packages 23:15:04 #58 ... 23:15:04 23:15:04 #75 [core-command stage-1 3/9] RUN apk --no-cache upgrade 23:15:05 #75 ... 23:15:05 23:15:05 #58 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 23:15:05 #58 DONE 21.7s 23:15:05 23:15:05 #72 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 23:15:05 #72 17.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 23:15:05 #72 ... 23:15:05 23:15:05 #51 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 23:15:05 #51 12.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 23:15:05 #51 13.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 23:15:05 #51 ... 23:15:05 23:15:05 #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 23:15:05 #68 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 7.2s done 23:15:05 #68 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.1s done 23:15:05 #68 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 5.1s 23:15:05 #68 ... 23:15:05 23:15:05 #51 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 23:15:05 #51 22.85 (1/1) Installing dumb-init (1.2.5-r3) 23:15:05 #51 22.89 Executing busybox-1.36.1-r29.trigger 23:15:06 #51 ... 23:15:06 23:15:06 #76 [core-data builder 4/7] COPY go.mod vendor* ./ 23:15:06 #76 DONE 0.9s 23:15:06 23:15:06 #51 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 23:15:06 #51 23.06 OK: 9 MiB in 15 packages 23:15:06 #51 ... 23:15:06 23:15:06 #77 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 23:15:06 #77 ... 23:15:06 23:15:06 #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 23:15:07 #68 ... 23:15:07 23:15:07 #60 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 23:15:07 #60 12.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 23:15:07 #60 13.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 23:15:07 #60 ... 23:15:07 23:15:07 #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 23:15:07 #48 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0.2s 23:15:07 #48 ... 23:15:07 23:15:07 #55 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 23:15:07 #55 14.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 23:15:07 #55 22.61 v3.20.6-123-g69369a13792 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 23:15:07 #55 22.61 v3.20.6-118-g155f6933c0f [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 23:15:07 #55 22.61 OK: 24049 distinct packages available 23:15:07 #55 ... 23:15:07 23:15:07 #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 23:15:08 #48 ... 23:15:08 23:15:08 #51 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 23:15:08 #51 DONE 25.3s 23:15:08 23:15:08 #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 23:15:08 #63 12.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 23:15:08 #63 13.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 23:15:08 #63 23.07 (1/4) Installing dumb-init (1.2.5-r3) 23:15:08 #63 ... 23:15:08 23:15:08 #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 23:15:10 #48 ... 23:15:10 23:15:10 #66 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 23:15:10 #66 14.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 23:15:10 #66 15.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 23:15:10 #66 23.39 (1/2) Installing dumb-init (1.2.5-r3) 23:15:10 #66 23.44 (2/2) Installing su-exec (0.2-r3) 23:15:10 #66 23.47 Executing busybox-1.36.1-r29.trigger 23:15:10 #66 23.55 OK: 9 MiB in 16 packages 23:15:10 #66 ... 23:15:10 23:15:10 #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 23:15:10 #48 ... 23:15:10 23:15:10 #60 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 23:15:10 #60 23.19 OK: 239 MiB in 58 packages 23:15:10 #60 DONE 25.4s 23:15:10 23:15:10 #74 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 23:15:10 #74 17.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 23:15:10 #74 ... 23:15:10 23:15:10 #78 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:15:11 #78 ... 23:15:11 23:15:11 #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 23:15:11 #48 ... 23:15:11 23:15:11 #66 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 23:15:11 #66 DONE 25.7s 23:15:11 23:15:11 #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 23:15:12 #48 ... 23:15:12 23:15:12 #79 [support-notifications builder 4/7] COPY go.mod vendor* ./ 23:15:12 #79 DONE 1.7s 23:15:12 23:15:12 #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 23:15:12 #64 16.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 23:15:12 #64 18.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 23:15:12 #64 ... 23:15:12 23:15:12 #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 23:15:12 #48 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 5.4s 23:15:12 #48 ... 23:15:12 23:15:12 #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 23:15:12 #63 23.14 (2/4) Installing openssl (3.3.3-r0) 23:15:12 #63 23.26 (3/4) Installing su-exec (0.2-r3) 23:15:12 #63 23.30 (4/4) Installing yq-go (4.44.1-r2) 23:15:12 #63 25.18 Executing busybox-1.36.1-r29.trigger 23:15:12 #63 25.36 OK: 20 MiB in 18 packages 23:15:12 #63 DONE 27.4s 23:15:13 23:15:13 #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 23:15:13 #68 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 12.2s done 23:15:13 #68 ... 23:15:13 23:15:13 #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 23:15:14 #48 ... 23:15:14 23:15:14 #65 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 23:15:14 #65 18.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 23:15:14 #65 20.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 23:15:14 #65 ... 23:15:14 23:15:14 #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 23:15:15 #48 ... 23:15:15 23:15:15 #67 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 23:15:15 #67 19.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 23:15:15 #67 22.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 23:15:15 #67 ... 23:15:15 23:15:15 #65 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 23:15:15 #65 29.31 (1/7) Installing ca-certificates (20241121-r1) 23:15:15 #65 29.67 (2/7) Installing dumb-init (1.2.5-r3) 23:15:15 #65 29.71 (3/7) Installing libgcc (13.2.1_git20240309-r1) 23:15:15 #65 29.72 (4/7) Installing libsodium (1.0.19-r0) 23:15:15 #65 29.81 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 23:15:15 #65 ... 23:15:15 23:15:15 #36 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 23:15:15 #36 25.14 (1/14) Installing ca-certificates (20241121-r1) 23:15:15 #36 25.62 (2/14) Installing brotli-libs (1.1.0-r2) 23:15:15 #36 25.69 (3/14) Installing c-ares (1.33.1-r0) 23:15:15 #36 25.74 (4/14) Installing libunistring (1.2-r0) 23:15:15 #36 26.04 (5/14) Installing libidn2 (2.3.7-r0) 23:15:15 #36 26.11 (6/14) Installing nghttp2-libs (1.62.1-r0) 23:15:15 #36 26.14 (7/14) Installing libpsl (0.21.5-r1) 23:15:15 #36 26.26 (8/14) Installing zstd-libs (1.5.6-r0) 23:15:15 #36 26.43 (9/14) Installing libcurl (8.12.1-r0) 23:15:15 #36 26.69 (10/14) Installing curl (8.12.1-r0) 23:15:15 #36 26.79 (11/14) Installing dumb-init (1.2.5-r3) 23:15:15 #36 26.81 (12/14) Installing musl-obstack (1.2.3-r2) 23:15:15 #36 26.84 (13/14) Installing libucontext (1.2-r3) 23:15:15 #36 26.88 (14/14) Installing gcompat (1.1.0-r4) 23:15:15 #36 27.04 Executing busybox-1.36.1-r29.trigger 23:15:15 #36 27.25 Executing ca-certificates-20241121-r1.trigger 23:15:15 #36 28.89 OK: 15 MiB in 28 packages 23:15:15 #36 DONE 32.5s 23:15:15 23:15:15 #65 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 23:15:15 #65 30.25 (6/7) Installing libzmq (4.3.5-r2) 23:15:15 #65 30.35 (7/7) Installing zeromq (4.3.5-r2) 23:15:15 #65 30.44 Executing busybox-1.36.1-r29.trigger 23:15:16 #65 ... 23:15:16 23:15:16 #80 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:15:16 #80 ... 23:15:16 23:15:16 #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 23:15:17 #48 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.5s 23:15:17 #48 ... 23:15:17 23:15:17 #72 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 23:15:17 #72 20.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 23:15:17 #72 30.19 (1/3) Installing ca-certificates (20241121-r1) 23:15:17 #72 ... 23:15:17 23:15:17 #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 23:15:17 #48 ... 23:15:17 23:15:17 #71 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 23:15:17 #71 10.72 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 23:15:17 #71 13.09 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 23:15:18 #71 ... 23:15:18 23:15:18 #55 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 23:15:18 #55 24.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 23:15:18 #55 26.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 23:15:18 #55 ... 23:15:18 23:15:18 #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 23:15:18 #48 ... 23:15:18 23:15:18 #81 [core-data stage-1 3/7] RUN apk --no-cache upgrade 23:15:18 #0 8.147 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 23:15:18 #81 ... 23:15:18 23:15:18 #47 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 23:15:18 #47 21.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 23:15:18 #47 23.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 23:15:18 #47 ... 23:15:18 23:15:18 #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 23:15:20 #48 ... 23:15:20 23:15:20 #77 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 23:15:20 #77 13.46 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 23:15:20 #77 15.45 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 23:15:20 #77 ... 23:15:20 23:15:20 #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 23:15:20 #48 ... 23:15:20 23:15:20 #65 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 23:15:20 #65 30.76 Executing ca-certificates-20241121-r1.trigger 23:15:20 #65 32.66 OK: 14 MiB in 21 packages 23:15:20 #65 DONE 34.9s 23:15:20 23:15:20 #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 23:15:21 #48 ... 23:15:21 23:15:21 #82 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 23:15:21 #0 6.078 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 23:15:21 #0 8.205 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 23:15:21 #82 ... 23:15:21 23:15:21 #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 23:15:22 #48 ... 23:15:22 23:15:22 #75 [core-command stage-1 3/9] RUN apk --no-cache upgrade 23:15:22 #75 7.619 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 23:15:22 #75 10.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 23:15:22 #75 ... 23:15:22 23:15:22 #83 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:15:22 #83 ... 23:15:22 23:15:22 #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 23:15:22 #48 ... 23:15:22 23:15:22 #47 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 23:15:22 #47 33.85 OK: 239 MiB in 58 packages 23:15:22 #47 DONE 36.0s 23:15:22 23:15:22 #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 23:15:22 #48 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 15.8s 23:15:22 #48 ... 23:15:22 23:15:22 #74 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 23:15:22 #74 19.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 23:15:22 #74 ... 23:15:22 23:15:22 #84 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 23:15:22 #0 5.926 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 23:15:22 #0 7.967 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 23:15:22 #84 ... 23:15:22 23:15:22 #85 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 23:15:23 #85 ... 23:15:23 23:15:23 #55 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 23:15:23 #55 37.49 OK: 239 MiB in 58 packages 23:15:23 #55 DONE 39.7s 23:15:23 23:15:23 #85 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 23:15:23 #85 DONE 0.8s 23:15:23 23:15:23 #86 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:15:24 #86 ... 23:15:24 23:15:24 #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 23:15:24 #68 ... 23:15:24 23:15:24 #87 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 23:15:24 #87 DONE 1.0s 23:15:24 23:15:24 #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 23:15:25 #48 ... 23:15:25 23:15:25 #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 23:15:25 #64 29.76 v3.20.6-123-g69369a13792 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 23:15:25 #64 29.76 v3.20.6-118-g155f6933c0f [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 23:15:25 #64 29.76 OK: 24049 distinct packages available 23:15:25 #64 31.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 23:15:25 #64 33.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 23:15:25 #64 ... 23:15:25 23:15:25 #72 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 23:15:25 #72 30.96 (2/3) Installing dumb-init (1.2.5-r3) 23:15:25 #72 31.00 (3/3) Installing tzdata (2025b-r0) 23:15:25 #72 33.05 Executing busybox-1.36.1-r29.trigger 23:15:25 #72 33.23 Executing ca-certificates-20241121-r1.trigger 23:15:25 #72 34.56 OK: 11 MiB in 17 packages 23:15:25 #72 DONE 37.8s 23:15:25 23:15:25 #88 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 23:15:25 #88 ... 23:15:25 23:15:25 #71 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 23:15:25 #71 26.24 OK: 239 MiB in 58 packages 23:15:25 #71 DONE 28.8s 23:15:25 23:15:25 #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 23:15:25 #0 3.484 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 23:15:25 #0 5.665 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 23:15:25 #89 ... 23:15:25 23:15:25 #90 [core-keeper builder 5/8] COPY go.mod vendor* ./ 23:15:26 #90 DONE 0.8s 23:15:26 23:15:26 #91 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:15:27 #91 ... 23:15:27 23:15:27 #77 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 23:15:27 #77 28.33 (1/1) Installing dumb-init (1.2.5-r3) 23:15:27 #77 29.31 Executing busybox-1.36.1-r29.trigger 23:15:27 #77 29.47 OK: 9 MiB in 15 packages 23:15:27 #77 DONE 31.6s 23:15:27 23:15:27 #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 23:15:27 #48 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 20.9s done 23:15:28 #48 DONE 43.5s 23:15:28 23:15:28 #75 [core-command stage-1 3/9] RUN apk --no-cache upgrade 23:15:28 #75 22.33 OK: 9 MiB in 15 packages 23:15:28 #75 ... 23:15:28 23:15:28 #74 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 23:15:28 #74 33.67 OK: 20 MiB in 18 packages 23:15:28 #74 DONE 35.6s 23:15:28 23:15:28 #81 [core-data stage-1 3/7] RUN apk --no-cache upgrade 23:15:28 #81 10.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 23:15:28 #81 ... 23:15:28 23:15:28 #75 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 23:15:29 #75 DONE 24.6s 23:15:29 23:15:29 #67 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 23:15:29 #67 35.72 v3.20.6-123-g69369a13792 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 23:15:29 #67 35.72 v3.20.6-118-g155f6933c0f [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 23:15:29 #67 35.72 OK: 24049 distinct packages available 23:15:29 #67 37.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 23:15:29 #67 39.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 23:15:30 #67 ... 23:15:30 23:15:30 #92 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 23:15:30 #0 3.318 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 23:15:30 #0 5.484 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 23:15:30 #92 ... 23:15:30 23:15:30 #82 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 23:15:30 #82 19.39 OK: 9 MiB in 16 packages 23:15:32 #82 DONE 20.7s 23:15:32 23:15:32 #93 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 23:15:32 #93 ... 23:15:32 23:15:32 #81 [core-data stage-1 3/7] RUN apk --no-cache upgrade 23:15:32 #81 22.71 OK: 9 MiB in 15 packages 23:15:32 #81 DONE 23.9s 23:15:32 23:15:32 #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 23:15:32 #64 45.72 (1/5) Installing dumb-init (1.2.5-r3) 23:15:32 #64 45.75 (2/5) Installing musl-obstack (1.2.3-r2) 23:15:32 #64 45.79 (3/5) Installing libucontext (1.2-r3) 23:15:32 #64 45.83 (4/5) Installing gcompat (1.1.0-r4) 23:15:32 #64 45.87 (5/5) Installing openssl (3.3.3-r0) 23:15:32 #64 46.03 Executing busybox-1.36.1-r29.trigger 23:15:32 #64 46.16 OK: 10 MiB in 19 packages 23:15:32 #64 ... 23:15:32 23:15:32 #84 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 23:15:32 #84 18.19 OK: 20 MiB in 18 packages 23:15:32 #84 DONE 19.9s 23:15:32 23:15:32 #94 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 23:15:32 #94 DONE 0.2s 23:15:32 23:15:32 #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 23:15:32 #89 16.02 OK: 15 MiB in 28 packages 23:15:33 #89 ... 23:15:33 23:15:33 #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 23:15:33 #64 DONE 48.1s 23:15:33 23:15:33 #95 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 23:15:34 #95 ... 23:15:34 23:15:34 #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 23:15:34 #89 DONE 17.9s 23:15:34 23:15:34 #88 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 23:15:34 #88 5.511 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 23:15:34 #88 7.811 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 23:15:34 #88 ... 23:15:34 23:15:34 #96 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:15:34 #96 ... 23:15:34 23:15:34 #67 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 23:15:34 #67 48.62 (1/4) Installing dumb-init (1.2.5-r3) 23:15:34 #67 48.70 (2/4) Installing musl-obstack (1.2.3-r2) 23:15:34 #67 48.70 (3/4) Installing libucontext (1.2-r3) 23:15:34 #67 48.70 (4/4) Installing gcompat (1.1.0-r4) 23:15:34 #67 48.75 Executing busybox-1.36.1-r29.trigger 23:15:34 #67 48.95 OK: 9 MiB in 18 packages 23:15:35 #67 DONE 50.1s 23:15:35 23:15:35 #92 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 23:15:35 #92 14.84 OK: 14 MiB in 21 packages 23:15:36 #92 ... 23:15:36 23:15:36 #93 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 23:15:36 #93 DONE 4.3s 23:15:36 23:15:36 #97 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 23:15:36 #97 DONE 0.3s 23:15:36 23:15:36 #98 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 23:15:36 #98 ... 23:15:36 23:15:36 #92 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 23:15:36 #92 DONE 16.4s 23:15:37 23:15:37 #98 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 23:15:38 #98 2.869 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 23:15:39 #98 3.690 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 23:15:39 #98 ... 23:15:39 23:15:39 #88 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 23:15:39 #88 13.68 OK: 11 MiB in 17 packages 23:15:39 #88 DONE 14.5s 23:15:40 23:15:40 #95 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 23:15:40 #95 3.872 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 23:15:40 #95 4.594 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 23:15:41 #95 7.784 OK: 10 MiB in 19 packages 23:15:42 #95 DONE 8.5s 23:15:42 23:15:42 #99 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 23:15:43 #99 ... 23:15:43 23:15:43 #98 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 23:15:43 #98 6.452 OK: 9 MiB in 18 packages 23:15:43 #98 DONE 7.4s 23:15:43 23:15:43 #100 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 23:15:43 #100 DONE 1.2s 23:15:43 23:15:43 #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 23:15:44 #101 ... 23:15:44 23:15:44 #99 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 23:15:44 #99 DONE 2.8s 23:15:44 23:15:44 #102 [security-spire-server stage-2 5/9] COPY Attribution.txt / 23:15:45 #102 DONE 0.4s 23:15:45 23:15:45 #103 [security-spire-server stage-2 6/9] COPY security.txt / 23:15:45 #103 ... 23:15:45 23:15:45 #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 23:15:45 #101 DONE 2.0s 23:15:45 23:15:45 #104 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 23:15:45 #104 DONE 2.0s 23:15:45 23:15:45 #105 [security-spire-config stage-2 5/10] COPY Attribution.txt / 23:15:45 #105 DONE 0.2s 23:15:45 23:15:45 #106 [security-spire-config stage-2 6/10] COPY security.txt / 23:15:45 #106 ... 23:15:45 23:15:45 #107 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 23:15:45 #107 DONE 0.3s 23:15:45 23:15:45 #103 [security-spire-server stage-2 6/9] COPY security.txt / 23:15:45 #103 DONE 0.3s 23:15:45 23:15:45 #106 [security-spire-config stage-2 6/10] COPY security.txt / 23:15:45 #106 DONE 0.3s 23:15:45 23:15:45 #108 [security-spire-agent stage-3 7/10] COPY security.txt / 23:15:45 #108 DONE 0.3s 23:15:45 23:15:45 #109 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 23:15:45 #109 DONE 0.3s 23:15:45 23:15:45 #110 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 23:15:45 #143 ... 23:15:45 23:15:45 #152 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 23:15:45 #152 DONE 82.9s 23:15:45 23:15:45 #155 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 23:15:45 #155 DONE 0.2s 23:15:45 23:15:45 #156 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 23:15:45 #156 DONE 1.4s 23:15:45 23:15:45 #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 23:15:45 #153 ... 23:15:45 23:15:45 #157 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 23:15:45 #157 DONE 0.0s 23:15:45 23:15:45 #158 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 23:15:45 #158 DONE 0.1s 23:15:45 23:15:45 #159 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 23:15:45 #159 DONE 0.2s 23:15:45 23:15:45 #160 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 23:15:45 #160 DONE 0.0s 23:15:45 23:15:45 #161 [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/ 23:15:45 #161 DONE 0.1s 23:15:45 23:15:45 #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 23:15:45 #151 ... 23:15:45 23:15:45 #162 [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/ 23:15:45 #162 DONE 0.1s 23:15:45 23:15:45 #163 [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/ 23:15:45 #163 DONE 0.1s 23:15:45 23:15:45 #164 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 23:15:45 #164 DONE 0.0s 23:15:45 23:15:45 #165 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 23:15:45 #165 DONE 1.0s 23:15:45 23:15:45 #98 [security-bootstrapper] exporting to image 23:15:45 #98 exporting layers 23:15:45 #98 exporting layers 0.5s done 23:15:45 #98 writing image sha256:59e0e141a5e7621e054541140499b025d70e41b42ffab288c1270dee9600e44a 0.0s done 23:15:45 #98 naming to docker.io/library/security-bootstrapper 23:15:45 #98 naming to docker.io/library/security-bootstrapper 0.1s done 23:15:45 #98 DONE 2.2s 23:15:45 23:15:45 #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 23:15:45 #148 ... 23:15:45 23:15:45 #145 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 23:15:45 #145 DONE 89.6s 23:15:45 23:15:45 #166 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 23:15:45 #166 DONE 0.0s 23:15:45 23:15:45 #167 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 23:15:45 #167 DONE 0.2s 23:15:45 23:15:45 #168 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 23:15:45 #168 DONE 0.1s 23:15:45 23:15:45 #68 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 23:15:45 #68 ... 23:15:45 23:15:45 #169 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 23:15:45 #169 DONE 0.1s 23:15:45 23:15:45 #170 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 23:15:45 #170 DONE 0.1s 23:15:45 23:15:45 #171 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 23:15:45 #171 DONE 1.3s 23:15:45 23:15:45 #98 [core-common-config-bootstrapper] exporting to image 23:15:45 #98 exporting layers 0.4s done 23:15:45 #98 writing image sha256:46409d419c9560a955924497499dd28cf1126babe0393683223735808b3c6537 done 23:15:45 #98 naming to docker.io/library/core-common-config-bootstrapper done 23:15:45 #98 DONE 2.6s 23:15:45 23:15:45 #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 23:15:46 #110 ... 23:15:46 23:15:46 #111 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 23:15:46 #111 DONE 0.3s 23:15:46 23:15:46 #112 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 23:15:46 #112 DONE 0.4s 23:15:46 23:15:46 #110 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 23:15:46 #110 DONE 0.5s 23:15:46 23:15:46 #113 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 23:15:46 #113 DONE 0.3s 23:15:46 23:15:46 #114 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 23:15:46 #114 DONE 0.4s 23:15:46 23:15:46 #115 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 23:15:46 #115 ... 23:15:46 23:15:46 #116 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 23:15:46 #116 DONE 0.3s 23:15:46 23:15:46 #117 [security-spire-server] exporting to image 23:15:46 #117 exporting layers 23:15:47 #117 ... 23:15:47 23:15:47 #118 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 23:15:47 #118 DONE 0.3s 23:15:47 23:15:47 #115 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 23:15:47 #115 DONE 0.4s 23:15:47 23:15:47 #117 [security-spire-agent] exporting to image 23:15:51 #117 exporting layers 4.2s done 23:15:51 #117 exporting layers 4.6s done 23:15:51 #117 writing image sha256:bcb2f2484b007f700f36d473a194c39250f392960e48028a753338124fabc2e1 0.1s done 23:15:51 #117 naming to docker.io/library/security-spire-config-arm64 0.0s done 23:15:51 #117 writing image sha256:11d7571eef6fd487f5a7d786fc896ff5ef59aa39098d0cb05fafce2253be3a04 0.0s done 23:15:51 #117 naming to docker.io/library/security-spire-server-arm64 23:15:51 #117 exporting layers 4.3s done 23:15:51 #117 naming to docker.io/library/security-spire-server-arm64 0.0s done 23:15:51 #117 writing image sha256:8250495beab6f67e7b63e750d2a0b3ebbe5c0cb282fb5428006b345158864afe 0.0s done 23:15:51 #117 naming to docker.io/library/security-spire-agent-arm64 done 23:15:51 #117 DONE 4.6s 23:15:51 23:15:51 #86 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:16:53 #153 150.4 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 23:16:53 #153 DONE 157.3s 23:16:53 23:16:53 #69 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 23:16:53 #69 ... 23:16:53 23:16:53 #146 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 23:16:53 #146 DONE 157.3s 23:16:53 23:16:53 #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 23:16:53 #149 DONE 157.4s 23:16:53 23:16:53 #172 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 23:16:53 #172 DONE 0.3s 23:16:53 23:16:53 #173 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 23:16:53 #173 DONE 0.5s 23:16:53 23:16:53 #174 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 23:16:53 #174 DONE 0.5s 23:16:53 23:16:53 #175 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 23:16:53 #175 DONE 0.3s 23:16:53 23:16:53 #176 [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 23:16:53 #176 ... 23:16:53 23:16:53 #177 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 23:16:53 #177 DONE 0.1s 23:16:53 23:16:53 #178 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 23:16:53 #178 DONE 0.1s 23:16:53 23:16:53 #176 [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 23:16:53 #176 DONE 0.2s 23:16:53 23:16:53 #179 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 23:16:53 #179 DONE 0.2s 23:16:53 23:16:53 #180 [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 23:16:53 #180 DONE 0.1s 23:16:53 23:16:53 #181 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 23:16:53 #181 DONE 0.2s 23:16:53 23:16:53 #182 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 23:16:53 #182 DONE 0.1s 23:16:53 23:16:53 #183 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 23:16:53 #183 DONE 0.1s 23:16:53 23:16:53 #184 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 23:16:53 #184 DONE 0.1s 23:16:53 23:16:53 #98 [core-command] exporting to image 23:16:53 #98 exporting layers 23:16:53 #98 ... 23:16:53 23:16:53 #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 23:16:53 #148 DONE 158.6s 23:16:53 23:16:53 #185 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 23:16:53 #185 DONE 0.2s 23:16:53 23:16:53 #98 [core-command] exporting to image 23:16:53 #98 exporting layers 0.2s done 23:16:53 #98 writing image sha256:2c1fcc671d762ee4b04e171bd3fd0b707e861bdbd8edf4e01586c102f070ed35 0.0s done 23:16:53 #98 naming to docker.io/library/core-command done 23:16:53 #98 DONE 2.9s 23:16:53 23:16:53 #186 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 23:16:53 #186 DONE 0.3s 23:16:53 23:16:53 #187 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 23:16:53 #187 CACHED 23:16:53 23:16:53 #188 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 23:16:53 #188 CACHED 23:16:53 23:16:53 #189 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 23:16:53 #189 DONE 0.5s 23:16:53 23:16:53 #190 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 23:16:53 #190 DONE 0.3s 23:16:53 23:16:53 #191 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 23:16:53 #191 DONE 0.3s 23:16:53 23:16:53 #192 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 23:16:53 #192 DONE 0.4s 23:16:53 23:16:53 #193 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 23:16:53 #193 DONE 0.4s 23:16:53 23:16:53 #194 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 23:16:53 #194 ... 23:16:53 23:16:53 #195 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 23:16:53 #195 DONE 0.2s 23:16:53 23:16:53 #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 23:16:53 #144 DONE 160.0s 23:16:53 23:16:53 #196 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 23:16:53 #196 ... 23:16:53 23:16:53 #197 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 23:16:53 #197 DONE 1.2s 23:16:53 23:16:53 #198 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 23:16:53 #198 DONE 0.3s 23:16:53 23:16:53 #194 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 23:16:53 #194 DONE 1.0s 23:16:53 23:16:53 #196 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 23:16:53 #196 DONE 0.8s 23:16:53 23:16:53 #199 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 23:16:53 #199 DONE 0.1s 23:16:53 23:16:53 #98 [security-secretstore-setup] exporting to image 23:16:53 #98 exporting layers 0.6s done 23:16:53 #98 writing image sha256:d295c06e76168ea02086650c3692db76b4427d4ecb275667bcfc016689f8571a done 23:16:53 #98 naming to docker.io/library/security-proxy-setup 0.0s done 23:16:53 #98 ... 23:16:53 23:16:53 #200 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 23:16:53 #200 DONE 0.3s 23:16:53 23:16:53 #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 23:16:53 #147 DONE 161.0s 23:16:53 23:16:53 #201 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 23:16:53 #201 DONE 0.0s 23:16:53 23:16:53 #202 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 23:16:53 #202 DONE 0.1s 23:16:53 23:16:53 #98 [security-proxy-auth] exporting to image 23:16:53 #98 exporting layers 0.5s done 23:16:53 #98 writing image sha256:77e62ba3595126bc9993b8f07967c32af2da8684707ccc020ae9de05045d980f 0.0s done 23:16:53 #98 naming to docker.io/library/security-proxy-auth done 23:16:54 #98 exporting layers 0.3s done 23:16:54 #98 writing image sha256:431c82ca5cc417efab667fa774cc3bc06d89ca3d19c821c6e371f1c662c923b9 done 23:16:54 #98 naming to docker.io/library/security-secretstore-setup done 23:16:54 #98 writing image sha256:61071a9839a4771edcfd94624ee627aad6b8663427e64a4ef8b5cae6b3ecbc22 done 23:16:54 #98 naming to docker.io/library/security-spiffe-token-provider done 23:16:54 #98 DONE 4.1s 23:16:54 23:16:54 #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 23:16:54 #151 DONE 161.3s 23:16:54 23:16:54 #203 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 23:16:54 #203 DONE 0.1s 23:16:54 23:16:54 #204 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 23:16:54 #204 DONE 0.1s 23:16:54 23:16:54 #205 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 23:16:54 #205 DONE 0.1s 23:16:54 23:16:54 #206 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 23:16:54 #206 DONE 0.1s 23:16:54 23:16:54 #98 [core-keeper] exporting to image 23:16:54 #98 exporting layers 0.2s done 23:16:54 #98 writing image sha256:336bf5e33b933bee5a76f07675c5c44b1a88fe1ab97cef78cd26e73b150ee72d done 23:16:54 #98 naming to docker.io/library/core-keeper done 23:16:54 #98 DONE 4.3s 23:16:54 23:16:54 #207 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 23:16:54 #207 DONE 0.2s 23:16:54 23:16:54 #208 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 23:16:54 #208 DONE 0.0s 23:16:54 23:16:54 #98 [core-data] exporting to image 23:16:54 #98 exporting layers 0.1s done 23:16:54 #98 writing image sha256:42da87f2ba9b959962ed7902f5b86b7ee42f1ee7ec4033d62d636544272294cb done 23:16:54 #98 naming to docker.io/library/core-data done 23:16:54 #98 DONE 4.4s 23:16:54 23:16:54 #68 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 23:16:54 #68 ... 23:16:54 23:16:54 #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 23:16:54 #154 DONE 162.1s 23:16:54 23:16:54 #209 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 23:16:54 #209 DONE 0.0s 23:16:54 23:16:54 #210 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 23:16:54 #210 DONE 0.0s 23:16:54 23:16:54 #211 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 23:16:55 #211 DONE 0.1s 23:16:55 23:16:55 #212 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 23:16:55 #212 DONE 0.0s 23:16:55 23:16:55 #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 23:16:55 #213 DONE 0.0s 23:16:55 23:16:55 #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 23:16:55 #150 ... 23:16:55 23:16:55 #98 [core-metadata] exporting to image 23:16:55 #98 exporting layers 0.1s done 23:16:55 #98 writing image sha256:ce825aa61788e5c0bbaf3baee04e3c4ce19e9938c1c0b249d26c8d7443f49898 done 23:16:55 #98 naming to docker.io/library/core-metadata done 23:16:55 #98 DONE 4.6s 23:16:55 23:16:55 #68 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 23:16:57 #68 ... 23:16:57 23:16:57 #143 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 23:16:57 #143 DONE 164.4s 23:16:57 23:16:57 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 23:16:57 #214 DONE 0.0s 23:16:57 23:16:57 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 23:16:57 #215 DONE 0.0s 23:16:57 23:16:57 #68 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 23:16:57 #68 ... 23:16:57 23:16:57 #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 23:16:57 #150 DONE 164.8s 23:16:57 23:16:57 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 23:16:57 #216 DONE 0.1s 23:16:57 23:16:57 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 23:16:57 #217 DONE 0.0s 23:16:57 23:16:57 #98 [support-scheduler] exporting to image 23:16:57 #98 ... 23:16:57 23:16:57 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 23:16:57 #218 DONE 0.0s 23:16:57 23:16:57 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 23:16:57 #219 DONE 0.0s 23:16:57 23:16:57 #98 [support-scheduler] exporting to image 23:16:57 #98 exporting layers 0.3s done 23:16:57 #98 writing image sha256:9076afb3c1f3f38b422540ee04ebe109ea0d7243a56ee8133259e5e26e210ff1 done 23:16:57 #98 naming to docker.io/library/support-scheduler done 23:16:57 #98 DONE 4.9s 23:16:57 23:16:57 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 23:16:57 #220 DONE 0.2s 23:16:57 23:16:57 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 23:16:57 #221 DONE 0.0s 23:16:57 23:16:57 #68 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 23:16:57 #68 ... 23:16:57 23:16:57 #98 [support-notifications] exporting to image 23:16:58 #98 exporting layers 0.2s done 23:16:58 #98 writing image sha256:684cbba1024595494f5be360d6807a552ca8a0ba68d614b5d255930e6f56cce4 done 23:16:58 #98 naming to docker.io/library/support-notifications done 23:16:58 #98 DONE 5.1s 23:16:58 23:16:58 #68 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 23:16:58 time="2025-05-05T23:13:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 23:16:58 time="2025-05-05T23:13:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 23:16:58 time="2025-05-05T23:13:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 23:16:58 time="2025-05-05T23:13:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 23:16:58 time="2025-05-05T23:13:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 23:16:58 time="2025-05-05T23:13:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 23:16:58 time="2025-05-05T23:13:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 23:16:58 time="2025-05-05T23:13:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 23:16:58 time="2025-05-05T23:13:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 23:16:58 time="2025-05-05T23:13:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 23:16:58 time="2025-05-05T23:13:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 23:16:58 time="2025-05-05T23:13:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 23:16:58 time="2025-05-05T23:13:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 23:16:58 time="2025-05-05T23:13:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 23:16:58 time="2025-05-05T23:13:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 23:16:58 $ docker stop --time=1 ea41a05080fc9b08a5fa531d97f84213dfee76be743efb4ced01d281f81aca9a 23:16:59 #86 ... 23:16:59 23:16:59 #83 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:16:59 #83 DONE 107.0s 23:16:59 23:16:59 #80 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:16:59 #80 DONE 113.1s 23:16:59 23:16:59 #91 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:16:59 #91 DONE 92.4s 23:16:59 23:16:59 #78 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:16:59 #78 DONE 118.3s 23:16:59 23:16:59 #119 [core-keeper builder 7/8] COPY . . 23:16:59 $ docker rm -f --volumes ea41a05080fc9b08a5fa531d97f84213dfee76be743efb4ced01d281f81aca9a 23:16:59 #119 ... 23:16:59 23:16:59 #86 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:16:59 #86 DONE 95.7s 23:16:59 23:16:59 #96 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:16:59 #96 DONE 94.8s 23:16:59 23:16:59 #120 [support-scheduler builder 6/7] COPY . . [Pipeline] // withDockerContainer [Pipeline] sh 23:16:59 + docker images 23:16:59 REPOSITORY TAG IMAGE ID CREATED SIZE 23:16:59 support-scheduler latest 9076afb3c1f3 2 seconds ago 48.4MB 23:16:59 support-notifications latest 684cbba10245 2 seconds ago 52MB 23:16:59 core-metadata latest ce825aa61788 5 seconds ago 32.7MB 23:16:59 core-data latest 42da87f2ba9b 5 seconds ago 32.5MB 23:16:59 security-secretstore-setup latest 431c82ca5cc4 6 seconds ago 68MB 23:16:59 security-proxy-auth latest 77e62ba35951 6 seconds ago 31.4MB 23:16:59 security-spiffe-token-provider latest 61071a9839a4 6 seconds ago 47.2MB 23:16:59 core-keeper latest 336bf5e33b93 6 seconds ago 32.2MB 23:16:59 security-proxy-setup latest d295c06e7616 7 seconds ago 38.3MB 23:16:59 core-command latest 2c1fcc671d76 9 seconds ago 28MB 23:16:59 core-common-config-bootstrapper latest 46409d419c95 About a minute ago 17.1MB 23:16:59 security-bootstrapper latest 59e0e141a5e7 About a minute ago 20.3MB 23:16:59 security-spire-server latest 492095834148 3 minutes ago 149MB 23:16:59 security-spire-agent latest dada6505a083 3 minutes ago 195MB 23:16:59 security-spire-config latest d49c0f6bae5d 3 minutes ago 149MB 23:16:59 ci-base-image-x86_64 latest 439b6b5c5042 6 minutes ago 925MB 23:16:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine 69404ca5bff2 3 weeks ago 574MB 23:16:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 23 months ago 334MB 23:16:59 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 2 years ago 253MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:16:59 provisioning config files... 23:16:59 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/835@tmp/config11604208400110117000tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:17:00 ---> ****-login.sh 23:17:00 nexus3.edgexfoundry.org:10001 23:17:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:17:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:17:00 Configure a credential helper to remove this warning. See 23:17:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:17:00 23:17:00 Login Succeeded 23:17:00 nexus3.edgexfoundry.org:10002 23:17:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:17:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:17:00 Configure a credential helper to remove this warning. See 23:17:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:17:00 23:17:00 Login Succeeded 23:17:00 nexus3.edgexfoundry.org:10003 23:17:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:17:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:17:00 Configure a credential helper to remove this warning. See 23:17:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:17:00 23:17:00 Login Succeeded 23:17:00 nexus3.edgexfoundry.org:10004 23:17:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:17:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:17:00 Configure a credential helper to remove this warning. See 23:17:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:17:00 23:17:00 Login Succeeded 23:17:00 ****.io 23:17:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:17:01 #120 DONE 1.8s 23:17:01 23:17:01 #121 [security-spiffe-token-provider builder 6/7] COPY . . 23:17:01 #121 DONE 1.9s 23:17:01 23:17:01 #122 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 23:17:01 #122 ... 23:17:01 23:17:01 #123 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:17:01 #123 CACHED 23:17:01 23:17:01 #124 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 23:17:01 #124 CACHED 23:17:01 23:17:01 #125 [security-proxy-setup builder 6/7] COPY . . 23:17:01 #125 CACHED 23:17:01 23:17:01 #126 [support-notifications builder 6/7] COPY . . 23:17:01 #126 DONE 2.0s 23:17:01 23:17:01 #127 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:17:01 #127 CACHED 23:17:01 23:17:01 #128 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 23:17:01 #128 CACHED 23:17:01 23:17:01 #129 [security-bootstrapper builder 6/7] COPY . . 23:17:01 #129 CACHED 23:17:01 23:17:01 #119 [core-keeper builder 7/8] COPY . . 23:17:01 #119 DONE 1.9s 23:17:01 23:17:01 #130 [core-data builder 6/7] COPY . . 23:17:01 #130 DONE 2.1s 23:17:01 23:17:01 #131 [security-secretstore-setup builder 6/7] COPY . . 23:17:01 #131 DONE 2.0s 23:17:01 23:17:01 #132 [core-metadata builder 4/7] COPY go.mod vendor* ./ 23:17:01 #132 CACHED 23:17:01 23:17:01 #133 [core-metadata builder 6/7] COPY . . 23:17:01 #133 CACHED 23:17:01 23:17:01 #134 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:17:01 #134 CACHED 23:17:01 23:17:01 #135 [core-command builder 4/7] COPY go.mod vendor* ./ 23:17:01 #135 CACHED 23:17:01 23:17:01 #136 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:17:01 #136 CACHED 23:17:01 23:17:01 #137 [core-command builder 6/7] COPY . . 23:17:01 #137 CACHED 23:17:01 23:17:01 #138 [security-proxy-auth builder 6/7] COPY . . 23:17:01 #138 CACHED 23:17:01 23:17:01 #139 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 23:17:01 #139 CACHED 23:17:01 23:17:01 #140 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:17:01 #140 CACHED 23:17:01 23:17:01 #141 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:17:01 #141 CACHED 23:17:01 23:17:01 #142 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 23:17:01 #142 CACHED 23:17:01 23:17:01 #143 [core-common-config-bootstrapper builder 6/7] COPY . . 23:17:01 #143 CACHED 23:17:01 23:17:01 #144 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 23:17:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:17:01 Configure a credential helper to remove this warning. See 23:17:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:17:01 23:17:01 Login Succeeded 23:17:01 ---> ****-login.sh ends [Pipeline] } 23:17:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:17:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 23:17:01 [edgeXDocker.push] Tagging docker image core-command with the following tags: 23:17:01 2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:17:01 latest 23:17:01 4.1.0-dev.9 23:17:01 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:17:01 main 23:17:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:02 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:02 + docker push nexus3.edgexfoundry.org:10004/core-command:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:17:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 23:17:02 176dc4597ffa: Preparing 23:17:02 4fbaa994e1df: Preparing 23:17:02 2948c4f64084: Preparing 23:17:02 1eaa2cbb0938: Preparing 23:17:02 f3892f7578da: Preparing 23:17:02 d781ecf55eab: Preparing 23:17:02 994456c4fd7b: Preparing 23:17:02 d781ecf55eab: Waiting 23:17:02 994456c4fd7b: Waiting 23:17:02 f3892f7578da: Pushed 23:17:02 2948c4f64084: Pushed 23:17:02 1eaa2cbb0938: Pushed 23:17:02 176dc4597ffa: Pushed 23:17:02 994456c4fd7b: Layer already exists 23:17:02 d781ecf55eab: Pushed 23:17:04 4fbaa994e1df: Pushed 23:17:04 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:90f265ef84d510c35e6e697a817fe05f81329e02febaf3fca33195eeeef01c5a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:04 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:05 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 23:17:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 23:17:05 176dc4597ffa: Preparing 23:17:05 4fbaa994e1df: Preparing 23:17:05 2948c4f64084: Preparing 23:17:05 1eaa2cbb0938: Preparing 23:17:05 f3892f7578da: Preparing 23:17:05 d781ecf55eab: Preparing 23:17:05 994456c4fd7b: Preparing 23:17:05 994456c4fd7b: Waiting 23:17:05 d781ecf55eab: Waiting 23:17:05 2948c4f64084: Layer already exists 23:17:05 f3892f7578da: Layer already exists 23:17:05 4fbaa994e1df: Layer already exists 23:17:05 1eaa2cbb0938: Layer already exists 23:17:05 176dc4597ffa: Layer already exists 23:17:05 994456c4fd7b: Layer already exists 23:17:05 d781ecf55eab: Layer already exists 23:17:05 latest: digest: sha256:90f265ef84d510c35e6e697a817fe05f81329e02febaf3fca33195eeeef01c5a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:05 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:05 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.9 23:17:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 23:17:05 176dc4597ffa: Preparing 23:17:05 4fbaa994e1df: Preparing 23:17:05 2948c4f64084: Preparing 23:17:05 1eaa2cbb0938: Preparing 23:17:05 f3892f7578da: Preparing 23:17:05 d781ecf55eab: Preparing 23:17:05 994456c4fd7b: Preparing 23:17:05 994456c4fd7b: Waiting 23:17:05 d781ecf55eab: Waiting 23:17:05 4fbaa994e1df: Layer already exists 23:17:05 1eaa2cbb0938: Layer already exists 23:17:05 2948c4f64084: Layer already exists 23:17:05 f3892f7578da: Layer already exists 23:17:05 176dc4597ffa: Layer already exists 23:17:05 d781ecf55eab: Layer already exists 23:17:05 994456c4fd7b: Layer already exists 23:17:05 4.1.0-dev.9: digest: sha256:90f265ef84d510c35e6e697a817fe05f81329e02febaf3fca33195eeeef01c5a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:06 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:06 + docker push nexus3.edgexfoundry.org:10004/core-command:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:17:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 23:17:06 176dc4597ffa: Preparing 23:17:06 4fbaa994e1df: Preparing 23:17:06 2948c4f64084: Preparing 23:17:06 1eaa2cbb0938: Preparing 23:17:06 f3892f7578da: Preparing 23:17:06 d781ecf55eab: Preparing 23:17:06 994456c4fd7b: Preparing 23:17:06 994456c4fd7b: Waiting 23:17:06 d781ecf55eab: Waiting 23:17:06 4fbaa994e1df: Layer already exists 23:17:06 2948c4f64084: Layer already exists 23:17:06 176dc4597ffa: Layer already exists 23:17:06 1eaa2cbb0938: Layer already exists 23:17:06 f3892f7578da: Layer already exists 23:17:06 d781ecf55eab: Layer already exists 23:17:06 994456c4fd7b: Layer already exists 23:17:06 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:90f265ef84d510c35e6e697a817fe05f81329e02febaf3fca33195eeeef01c5a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:06 #144 ... 23:17:06 23:17:06 #122 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 23:17:06 #122 4.059 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 23:17:06 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:07 + docker push nexus3.edgexfoundry.org:10004/core-command:main 23:17:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 23:17:07 176dc4597ffa: Preparing 23:17:07 4fbaa994e1df: Preparing 23:17:07 2948c4f64084: Preparing 23:17:07 1eaa2cbb0938: Preparing 23:17:07 f3892f7578da: Preparing 23:17:07 d781ecf55eab: Preparing 23:17:07 994456c4fd7b: Preparing 23:17:07 d781ecf55eab: Waiting 23:17:07 994456c4fd7b: Waiting 23:17:07 2948c4f64084: Layer already exists 23:17:07 f3892f7578da: Layer already exists 23:17:07 1eaa2cbb0938: Layer already exists 23:17:07 4fbaa994e1df: Layer already exists 23:17:07 176dc4597ffa: Layer already exists 23:17:07 994456c4fd7b: Layer already exists 23:17:07 d781ecf55eab: Layer already exists 23:17:07 main: digest: sha256:90f265ef84d510c35e6e697a817fe05f81329e02febaf3fca33195eeeef01c5a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:17:07 ===================================================== [Pipeline] echo 23:17:07 taggedImages: 23:17:07 - nexus3.edgexfoundry.org:10004/core-command:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:17:07 - nexus3.edgexfoundry.org:10004/core-command:latest 23:17:07 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.9 23:17:07 - nexus3.edgexfoundry.org:10004/core-command:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:17:07 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 23:17:07 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 23:17:07 2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:17:07 latest 23:17:07 4.1.0-dev.9 23:17:07 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:17:07 main 23:17:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:07 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:08 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:17:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 23:17:08 f4dc658ac15d: Preparing 23:17:08 0d91f00ebe6a: Preparing 23:17:08 8ec8775bd728: Preparing 23:17:08 592faa2eebf1: Preparing 23:17:08 2948c4f64084: Preparing 23:17:08 1eaa2cbb0938: Preparing 23:17:08 f3892f7578da: Preparing 23:17:08 d781ecf55eab: Preparing 23:17:08 994456c4fd7b: Preparing 23:17:08 1eaa2cbb0938: Waiting 23:17:08 d781ecf55eab: Waiting 23:17:08 f3892f7578da: Waiting 23:17:08 994456c4fd7b: Waiting 23:17:08 2948c4f64084: Layer already exists 23:17:08 1eaa2cbb0938: Layer already exists 23:17:08 f3892f7578da: Layer already exists 23:17:08 d781ecf55eab: Layer already exists 23:17:08 994456c4fd7b: Layer already exists 23:17:08 0d91f00ebe6a: Pushed 23:17:08 8ec8775bd728: Pushed 23:17:08 f4dc658ac15d: Pushed 23:17:08 592faa2eebf1: Pushed 23:17:09 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:e2e0c972ed88b1d44a7916a25128d2b024b7b527687d1edb610724e125c6b63e size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:09 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:09 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 23:17:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 23:17:09 f4dc658ac15d: Preparing 23:17:09 0d91f00ebe6a: Preparing 23:17:09 8ec8775bd728: Preparing 23:17:09 592faa2eebf1: Preparing 23:17:09 2948c4f64084: Preparing 23:17:09 1eaa2cbb0938: Preparing 23:17:09 f3892f7578da: Preparing 23:17:09 d781ecf55eab: Preparing 23:17:09 994456c4fd7b: Preparing 23:17:09 d781ecf55eab: Waiting 23:17:09 1eaa2cbb0938: Waiting 23:17:09 f3892f7578da: Waiting 23:17:09 994456c4fd7b: Waiting 23:17:09 592faa2eebf1: Layer already exists 23:17:09 2948c4f64084: Layer already exists 23:17:09 8ec8775bd728: Layer already exists 23:17:09 f4dc658ac15d: Layer already exists 23:17:09 0d91f00ebe6a: Layer already exists 23:17:09 f3892f7578da: Layer already exists 23:17:09 d781ecf55eab: Layer already exists 23:17:09 1eaa2cbb0938: Layer already exists 23:17:09 994456c4fd7b: Layer already exists 23:17:09 latest: digest: sha256:e2e0c972ed88b1d44a7916a25128d2b024b7b527687d1edb610724e125c6b63e size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:10 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:10 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.9 23:17:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 23:17:10 f4dc658ac15d: Preparing 23:17:10 0d91f00ebe6a: Preparing 23:17:10 8ec8775bd728: Preparing 23:17:10 592faa2eebf1: Preparing 23:17:10 2948c4f64084: Preparing 23:17:10 1eaa2cbb0938: Preparing 23:17:10 f3892f7578da: Preparing 23:17:10 d781ecf55eab: Preparing 23:17:10 994456c4fd7b: Preparing 23:17:10 f3892f7578da: Waiting 23:17:10 d781ecf55eab: Waiting 23:17:10 994456c4fd7b: Waiting 23:17:10 1eaa2cbb0938: Waiting 23:17:10 f4dc658ac15d: Layer already exists 23:17:10 8ec8775bd728: Layer already exists 23:17:10 0d91f00ebe6a: Layer already exists 23:17:10 2948c4f64084: Layer already exists 23:17:10 592faa2eebf1: Layer already exists 23:17:10 994456c4fd7b: Layer already exists 23:17:10 d781ecf55eab: Layer already exists 23:17:10 f3892f7578da: Layer already exists 23:17:10 1eaa2cbb0938: Layer already exists 23:17:10 4.1.0-dev.9: digest: sha256:e2e0c972ed88b1d44a7916a25128d2b024b7b527687d1edb610724e125c6b63e size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:10 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:10 #122 ... 23:17:10 23:17:10 #144 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 23:17:10 #144 5.630 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 23:17:11 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:17:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 23:17:11 f4dc658ac15d: Preparing 23:17:11 0d91f00ebe6a: Preparing 23:17:11 8ec8775bd728: Preparing 23:17:11 592faa2eebf1: Preparing 23:17:11 2948c4f64084: Preparing 23:17:11 1eaa2cbb0938: Preparing 23:17:11 f3892f7578da: Preparing 23:17:11 d781ecf55eab: Preparing 23:17:11 994456c4fd7b: Preparing 23:17:11 f3892f7578da: Waiting 23:17:11 1eaa2cbb0938: Waiting 23:17:11 d781ecf55eab: Waiting 23:17:11 994456c4fd7b: Waiting 23:17:11 8ec8775bd728: Layer already exists 23:17:11 2948c4f64084: Layer already exists 23:17:11 f4dc658ac15d: Layer already exists 23:17:11 592faa2eebf1: Layer already exists 23:17:11 0d91f00ebe6a: Layer already exists 23:17:11 994456c4fd7b: Layer already exists 23:17:11 f3892f7578da: Layer already exists 23:17:11 1eaa2cbb0938: Layer already exists 23:17:11 d781ecf55eab: Layer already exists 23:17:11 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:e2e0c972ed88b1d44a7916a25128d2b024b7b527687d1edb610724e125c6b63e size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:11 #144 ... 23:17:11 23:17:11 #145 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 23:17:11 #0 6.295 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 23:17:11 #145 ... 23:17:11 23:17:11 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 23:17:11 #0 6.098 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 23:17:11 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv 23:17:11 #146 ... 23:17:11 23:17:11 #147 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 23:17:11 #0 5.368 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:11 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 23:17:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 23:17:11 f4dc658ac15d: Preparing 23:17:11 0d91f00ebe6a: Preparing 23:17:11 8ec8775bd728: Preparing 23:17:11 592faa2eebf1: Preparing 23:17:11 2948c4f64084: Preparing 23:17:11 1eaa2cbb0938: Preparing 23:17:11 f3892f7578da: Preparing 23:17:11 d781ecf55eab: Preparing 23:17:11 994456c4fd7b: Preparing 23:17:11 1eaa2cbb0938: Waiting 23:17:11 d781ecf55eab: Waiting 23:17:11 994456c4fd7b: Waiting 23:17:11 f4dc658ac15d: Layer already exists 23:17:11 2948c4f64084: Layer already exists 23:17:11 592faa2eebf1: Layer already exists 23:17:11 8ec8775bd728: Layer already exists 23:17:11 0d91f00ebe6a: Layer already exists 23:17:11 f3892f7578da: Layer already exists 23:17:11 994456c4fd7b: Layer already exists 23:17:11 1eaa2cbb0938: Layer already exists 23:17:11 d781ecf55eab: Layer already exists 23:17:11 main: digest: sha256:e2e0c972ed88b1d44a7916a25128d2b024b7b527687d1edb610724e125c6b63e size: 2193 [Pipeline] } 23:17:11 #147 ... 23:17:11 23:17:11 #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 23:17:11 #0 5.016 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 23:17:11 #148 ... 23:17:11 23:17:11 #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 23:17:11 #0 4.592 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:17:11 ===================================================== [Pipeline] echo 23:17:11 taggedImages: 23:17:11 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:17:11 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 23:17:11 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.9 23:17:11 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:17:11 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 23:17:11 [edgeXDocker.push] Tagging docker image core-data with the following tags: 23:17:11 2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:17:11 latest 23:17:11 4.1.0-dev.9 23:17:11 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:17:11 main 23:17:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:12 #149 ... 23:17:12 23:17:12 #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 23:17:12 #0 5.638 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 23:17:12 #150 ... 23:17:12 23:17:12 #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 23:17:12 #0 5.864 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 23:17:12 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:12 #151 ... 23:17:12 23:17:12 #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 23:17:12 #0 6.014 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 23:17:12 #152 ... 23:17:12 23:17:12 #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 23:17:12 #0 5.148 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 23:17:12 + docker push nexus3.edgexfoundry.org:10004/core-data:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:17:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 23:17:12 8a7cf1476604: Preparing 23:17:12 fc6702c3fa67: Preparing 23:17:12 2948c4f64084: Preparing 23:17:12 1eaa2cbb0938: Preparing 23:17:12 55aab4451dd7: Preparing 23:17:12 c562264094ef: Preparing 23:17:12 994456c4fd7b: Preparing 23:17:12 c562264094ef: Waiting 23:17:12 994456c4fd7b: Waiting 23:17:12 2948c4f64084: Layer already exists 23:17:12 1eaa2cbb0938: Layer already exists 23:17:12 994456c4fd7b: Layer already exists 23:17:12 55aab4451dd7: Pushed 23:17:12 c562264094ef: Pushed 23:17:12 8a7cf1476604: Pushed 23:17:12 #153 ... 23:17:12 23:17:12 #154 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 23:17:12 #0 6.208 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 23:17:15 fc6702c3fa67: Pushed 23:17:15 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:e1ee17adddd63a4501a2ae1031017a99a0d278c90830c5d5da3e10f16d713077 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:15 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:15 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 23:17:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 23:17:15 8a7cf1476604: Preparing 23:17:15 fc6702c3fa67: Preparing 23:17:15 2948c4f64084: Preparing 23:17:15 1eaa2cbb0938: Preparing 23:17:15 55aab4451dd7: Preparing 23:17:15 c562264094ef: Preparing 23:17:15 994456c4fd7b: Preparing 23:17:15 c562264094ef: Waiting 23:17:15 1eaa2cbb0938: Layer already exists 23:17:15 fc6702c3fa67: Layer already exists 23:17:15 2948c4f64084: Layer already exists 23:17:15 8a7cf1476604: Layer already exists 23:17:15 55aab4451dd7: Layer already exists 23:17:15 c562264094ef: Layer already exists 23:17:15 994456c4fd7b: Layer already exists 23:17:15 latest: digest: sha256:e1ee17adddd63a4501a2ae1031017a99a0d278c90830c5d5da3e10f16d713077 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:16 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:16 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.9 23:17:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 23:17:16 8a7cf1476604: Preparing 23:17:16 fc6702c3fa67: Preparing 23:17:16 2948c4f64084: Preparing 23:17:16 1eaa2cbb0938: Preparing 23:17:16 55aab4451dd7: Preparing 23:17:16 c562264094ef: Preparing 23:17:16 994456c4fd7b: Preparing 23:17:16 c562264094ef: Waiting 23:17:16 994456c4fd7b: Waiting 23:17:16 1eaa2cbb0938: Layer already exists 23:17:16 2948c4f64084: Layer already exists 23:17:16 8a7cf1476604: Layer already exists 23:17:16 55aab4451dd7: Layer already exists 23:17:16 fc6702c3fa67: Layer already exists 23:17:16 c562264094ef: Layer already exists 23:17:16 994456c4fd7b: Layer already exists 23:17:16 4.1.0-dev.9: digest: sha256:e1ee17adddd63a4501a2ae1031017a99a0d278c90830c5d5da3e10f16d713077 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:16 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:17 + docker push nexus3.edgexfoundry.org:10004/core-data:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:17:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 23:17:17 8a7cf1476604: Preparing 23:17:17 fc6702c3fa67: Preparing 23:17:17 2948c4f64084: Preparing 23:17:17 1eaa2cbb0938: Preparing 23:17:17 55aab4451dd7: Preparing 23:17:17 c562264094ef: Preparing 23:17:17 994456c4fd7b: Preparing 23:17:17 c562264094ef: Waiting 23:17:17 2948c4f64084: Layer already exists 23:17:17 55aab4451dd7: Layer already exists 23:17:17 fc6702c3fa67: Layer already exists 23:17:17 8a7cf1476604: Layer already exists 23:17:17 1eaa2cbb0938: Layer already exists 23:17:17 c562264094ef: Layer already exists 23:17:17 994456c4fd7b: Layer already exists 23:17:17 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:e1ee17adddd63a4501a2ae1031017a99a0d278c90830c5d5da3e10f16d713077 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:17 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:17 + docker push nexus3.edgexfoundry.org:10004/core-data:main 23:17:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 23:17:17 8a7cf1476604: Preparing 23:17:17 fc6702c3fa67: Preparing 23:17:17 2948c4f64084: Preparing 23:17:17 1eaa2cbb0938: Preparing 23:17:17 55aab4451dd7: Preparing 23:17:17 c562264094ef: Preparing 23:17:17 994456c4fd7b: Preparing 23:17:17 994456c4fd7b: Waiting 23:17:17 c562264094ef: Waiting 23:17:17 8a7cf1476604: Layer already exists 23:17:17 55aab4451dd7: Layer already exists 23:17:17 1eaa2cbb0938: Layer already exists 23:17:17 fc6702c3fa67: Layer already exists 23:17:17 2948c4f64084: Layer already exists 23:17:17 994456c4fd7b: Layer already exists 23:17:17 c562264094ef: Layer already exists 23:17:17 main: digest: sha256:e1ee17adddd63a4501a2ae1031017a99a0d278c90830c5d5da3e10f16d713077 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:17:17 ===================================================== [Pipeline] echo 23:17:17 taggedImages: 23:17:17 - nexus3.edgexfoundry.org:10004/core-data:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:17:17 - nexus3.edgexfoundry.org:10004/core-data:latest 23:17:17 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.9 23:17:17 - nexus3.edgexfoundry.org:10004/core-data:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:17:17 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 23:17:17 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 23:17:17 2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:17:17 latest 23:17:17 4.1.0-dev.9 23:17:17 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:17:17 main 23:17:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:18 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:18 + docker push nexus3.edgexfoundry.org:10004/core-keeper:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:17:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 23:17:18 37c97c32455b: Preparing 23:17:18 593e33e8643d: Preparing 23:17:18 1eaa2cbb0938: Preparing 23:17:18 6fe4c8367300: Preparing 23:17:18 615f4cffa3e5: Preparing 23:17:18 994456c4fd7b: Preparing 23:17:18 994456c4fd7b: Waiting 23:17:18 1eaa2cbb0938: Layer already exists 23:17:18 994456c4fd7b: Layer already exists 23:17:18 615f4cffa3e5: Pushed 23:17:18 6fe4c8367300: Pushed 23:17:18 37c97c32455b: Pushed 23:17:21 593e33e8643d: Pushed 23:17:21 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:c8cde85c1639cc0b049801e30b173451720c3ef8ed27b01764c475656f84567a size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:21 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:21 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 23:17:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 23:17:21 37c97c32455b: Preparing 23:17:21 593e33e8643d: Preparing 23:17:21 1eaa2cbb0938: Preparing 23:17:21 6fe4c8367300: Preparing 23:17:21 615f4cffa3e5: Preparing 23:17:21 994456c4fd7b: Preparing 23:17:21 37c97c32455b: Layer already exists 23:17:21 1eaa2cbb0938: Layer already exists 23:17:21 593e33e8643d: Layer already exists 23:17:21 6fe4c8367300: Layer already exists 23:17:21 615f4cffa3e5: Layer already exists 23:17:21 994456c4fd7b: Layer already exists 23:17:21 latest: digest: sha256:c8cde85c1639cc0b049801e30b173451720c3ef8ed27b01764c475656f84567a size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:22 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:22 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.9 23:17:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 23:17:22 37c97c32455b: Preparing 23:17:22 593e33e8643d: Preparing 23:17:22 1eaa2cbb0938: Preparing 23:17:22 6fe4c8367300: Preparing 23:17:22 615f4cffa3e5: Preparing 23:17:22 994456c4fd7b: Preparing 23:17:22 994456c4fd7b: Waiting 23:17:22 593e33e8643d: Layer already exists 23:17:22 615f4cffa3e5: Layer already exists 23:17:22 1eaa2cbb0938: Layer already exists 23:17:22 6fe4c8367300: Layer already exists 23:17:22 37c97c32455b: Layer already exists 23:17:22 994456c4fd7b: Layer already exists 23:17:22 4.1.0-dev.9: digest: sha256:c8cde85c1639cc0b049801e30b173451720c3ef8ed27b01764c475656f84567a size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:22 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:23 + docker push nexus3.edgexfoundry.org:10004/core-keeper:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:17:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 23:17:23 37c97c32455b: Preparing 23:17:23 593e33e8643d: Preparing 23:17:23 1eaa2cbb0938: Preparing 23:17:23 6fe4c8367300: Preparing 23:17:23 615f4cffa3e5: Preparing 23:17:23 994456c4fd7b: Preparing 23:17:23 994456c4fd7b: Waiting 23:17:23 615f4cffa3e5: Layer already exists 23:17:23 593e33e8643d: Layer already exists 23:17:23 1eaa2cbb0938: Layer already exists 23:17:23 37c97c32455b: Layer already exists 23:17:23 6fe4c8367300: Layer already exists 23:17:23 994456c4fd7b: Layer already exists 23:17:23 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:c8cde85c1639cc0b049801e30b173451720c3ef8ed27b01764c475656f84567a size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:23 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:23 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 23:17:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 23:17:23 37c97c32455b: Preparing 23:17:23 593e33e8643d: Preparing 23:17:23 1eaa2cbb0938: Preparing 23:17:23 6fe4c8367300: Preparing 23:17:23 615f4cffa3e5: Preparing 23:17:23 994456c4fd7b: Preparing 23:17:23 994456c4fd7b: Waiting 23:17:23 1eaa2cbb0938: Layer already exists 23:17:23 615f4cffa3e5: Layer already exists 23:17:23 593e33e8643d: Layer already exists 23:17:23 6fe4c8367300: Layer already exists 23:17:23 37c97c32455b: Layer already exists 23:17:23 994456c4fd7b: Layer already exists 23:17:23 main: digest: sha256:c8cde85c1639cc0b049801e30b173451720c3ef8ed27b01764c475656f84567a size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:17:23 ===================================================== [Pipeline] echo 23:17:23 taggedImages: 23:17:23 - nexus3.edgexfoundry.org:10004/core-keeper:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:17:23 - nexus3.edgexfoundry.org:10004/core-keeper:latest 23:17:23 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.9 23:17:23 - nexus3.edgexfoundry.org:10004/core-keeper:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:17:23 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 23:17:23 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 23:17:23 2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:17:23 latest 23:17:23 4.1.0-dev.9 23:17:23 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:17:23 main 23:17:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:24 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:24 + docker push nexus3.edgexfoundry.org:10004/core-metadata:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:17:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 23:17:24 66e3f2894563: Preparing 23:17:24 0e1129f4be02: Preparing 23:17:24 768cd3bd98c4: Preparing 23:17:24 2948c4f64084: Preparing 23:17:24 1eaa2cbb0938: Preparing 23:17:24 f3892f7578da: Preparing 23:17:24 d781ecf55eab: Preparing 23:17:24 994456c4fd7b: Preparing 23:17:24 f3892f7578da: Waiting 23:17:24 d781ecf55eab: Waiting 23:17:24 994456c4fd7b: Waiting 23:17:24 1eaa2cbb0938: Layer already exists 23:17:24 2948c4f64084: Layer already exists 23:17:24 f3892f7578da: Layer already exists 23:17:24 d781ecf55eab: Layer already exists 23:17:24 994456c4fd7b: Layer already exists 23:17:24 0e1129f4be02: Pushed 23:17:24 66e3f2894563: Pushed 23:17:27 768cd3bd98c4: Pushed 23:17:27 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:45e5889f2c0a22695ef58ef5b9f25dc1da960c236866e61a545323a50e589184 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:27 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:27 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 23:17:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 23:17:27 66e3f2894563: Preparing 23:17:27 0e1129f4be02: Preparing 23:17:27 768cd3bd98c4: Preparing 23:17:27 2948c4f64084: Preparing 23:17:27 1eaa2cbb0938: Preparing 23:17:27 f3892f7578da: Preparing 23:17:27 d781ecf55eab: Preparing 23:17:27 994456c4fd7b: Preparing 23:17:27 f3892f7578da: Waiting 23:17:27 d781ecf55eab: Waiting 23:17:27 66e3f2894563: Layer already exists 23:17:27 2948c4f64084: Layer already exists 23:17:27 768cd3bd98c4: Layer already exists 23:17:27 1eaa2cbb0938: Layer already exists 23:17:27 0e1129f4be02: Layer already exists 23:17:27 994456c4fd7b: Layer already exists 23:17:27 f3892f7578da: Layer already exists 23:17:27 d781ecf55eab: Layer already exists 23:17:27 latest: digest: sha256:45e5889f2c0a22695ef58ef5b9f25dc1da960c236866e61a545323a50e589184 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:28 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:28 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.9 23:17:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 23:17:28 66e3f2894563: Preparing 23:17:28 0e1129f4be02: Preparing 23:17:28 768cd3bd98c4: Preparing 23:17:28 2948c4f64084: Preparing 23:17:28 1eaa2cbb0938: Preparing 23:17:28 f3892f7578da: Preparing 23:17:28 d781ecf55eab: Preparing 23:17:28 994456c4fd7b: Preparing 23:17:28 f3892f7578da: Waiting 23:17:28 d781ecf55eab: Waiting 23:17:28 994456c4fd7b: Waiting 23:17:28 2948c4f64084: Layer already exists 23:17:28 0e1129f4be02: Layer already exists 23:17:28 1eaa2cbb0938: Layer already exists 23:17:28 66e3f2894563: Layer already exists 23:17:28 768cd3bd98c4: Layer already exists 23:17:28 994456c4fd7b: Layer already exists 23:17:28 f3892f7578da: Layer already exists 23:17:28 d781ecf55eab: Layer already exists 23:17:28 4.1.0-dev.9: digest: sha256:45e5889f2c0a22695ef58ef5b9f25dc1da960c236866e61a545323a50e589184 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:28 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:29 + docker push nexus3.edgexfoundry.org:10004/core-metadata:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:17:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 23:17:29 66e3f2894563: Preparing 23:17:29 0e1129f4be02: Preparing 23:17:29 768cd3bd98c4: Preparing 23:17:29 2948c4f64084: Preparing 23:17:29 1eaa2cbb0938: Preparing 23:17:29 f3892f7578da: Preparing 23:17:29 d781ecf55eab: Preparing 23:17:29 994456c4fd7b: Preparing 23:17:29 f3892f7578da: Waiting 23:17:29 d781ecf55eab: Waiting 23:17:29 994456c4fd7b: Waiting 23:17:29 768cd3bd98c4: Layer already exists 23:17:29 66e3f2894563: Layer already exists 23:17:29 1eaa2cbb0938: Layer already exists 23:17:29 2948c4f64084: Layer already exists 23:17:29 0e1129f4be02: Layer already exists 23:17:29 f3892f7578da: Layer already exists 23:17:29 d781ecf55eab: Layer already exists 23:17:29 994456c4fd7b: Layer already exists 23:17:29 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:45e5889f2c0a22695ef58ef5b9f25dc1da960c236866e61a545323a50e589184 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:29 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:29 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 23:17:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 23:17:29 66e3f2894563: Preparing 23:17:29 0e1129f4be02: Preparing 23:17:29 768cd3bd98c4: Preparing 23:17:29 2948c4f64084: Preparing 23:17:29 1eaa2cbb0938: Preparing 23:17:29 f3892f7578da: Preparing 23:17:29 d781ecf55eab: Preparing 23:17:29 994456c4fd7b: Preparing 23:17:29 f3892f7578da: Waiting 23:17:29 d781ecf55eab: Waiting 23:17:29 994456c4fd7b: Waiting 23:17:29 768cd3bd98c4: Layer already exists 23:17:29 1eaa2cbb0938: Layer already exists 23:17:29 66e3f2894563: Layer already exists 23:17:29 2948c4f64084: Layer already exists 23:17:29 0e1129f4be02: Layer already exists 23:17:29 d781ecf55eab: Layer already exists 23:17:29 f3892f7578da: Layer already exists 23:17:29 994456c4fd7b: Layer already exists 23:17:29 main: digest: sha256:45e5889f2c0a22695ef58ef5b9f25dc1da960c236866e61a545323a50e589184 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:17:29 ===================================================== [Pipeline] echo 23:17:29 taggedImages: 23:17:29 - nexus3.edgexfoundry.org:10004/core-metadata:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:17:29 - nexus3.edgexfoundry.org:10004/core-metadata:latest 23:17:29 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.9 23:17:29 - nexus3.edgexfoundry.org:10004/core-metadata:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:17:29 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 23:17:29 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 23:17:29 2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:17:29 latest 23:17:29 4.1.0-dev.9 23:17:29 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:17:29 main 23:17:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:30 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:30 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:17:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 23:17:30 082e75e45352: Preparing 23:17:30 eae4ef2bfbb0: Preparing 23:17:30 cf0fcacdead4: Preparing 23:17:30 f6bf9382d9fc: Preparing 23:17:30 52662ac3a9a2: Preparing 23:17:30 482345302d6b: Preparing 23:17:30 9663db4fff04: Preparing 23:17:30 2948c4f64084: Preparing 23:17:30 1eaa2cbb0938: Preparing 23:17:30 dbc2f8e8b635: Preparing 23:17:30 f4e500c62903: Preparing 23:17:30 5f70bf18a086: Preparing 23:17:30 e93e9fe271cf: Preparing 23:17:30 6c9187c90ebc: Preparing 23:17:30 c728cc29230b: Preparing 23:17:30 994456c4fd7b: Preparing 23:17:30 f4e500c62903: Waiting 23:17:30 5f70bf18a086: Waiting 23:17:30 482345302d6b: Waiting 23:17:30 e93e9fe271cf: Waiting 23:17:30 2948c4f64084: Waiting 23:17:30 c728cc29230b: Waiting 23:17:30 994456c4fd7b: Waiting 23:17:30 9663db4fff04: Waiting 23:17:30 dbc2f8e8b635: Waiting 23:17:30 1eaa2cbb0938: Waiting 23:17:30 eae4ef2bfbb0: Pushed 23:17:30 52662ac3a9a2: Pushed 23:17:30 cf0fcacdead4: Pushed 23:17:30 082e75e45352: Pushed 23:17:30 f6bf9382d9fc: Pushed 23:17:30 2948c4f64084: Layer already exists 23:17:30 1eaa2cbb0938: Layer already exists 23:17:30 5f70bf18a086: Layer already exists 23:17:30 482345302d6b: Pushed 23:17:30 dbc2f8e8b635: Pushed 23:17:30 e93e9fe271cf: Pushed 23:17:30 f4e500c62903: Pushed 23:17:30 6c9187c90ebc: Pushed 23:17:30 994456c4fd7b: Layer already exists 23:17:30 c728cc29230b: Pushed 23:17:32 9663db4fff04: Pushed 23:17:32 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:b89448618b1552e11da77235a2954627919e4999c2c263775b2934cd87313fc8 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:32 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:32 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 23:17:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 23:17:32 082e75e45352: Preparing 23:17:32 eae4ef2bfbb0: Preparing 23:17:32 cf0fcacdead4: Preparing 23:17:32 f6bf9382d9fc: Preparing 23:17:32 52662ac3a9a2: Preparing 23:17:32 482345302d6b: Preparing 23:17:32 9663db4fff04: Preparing 23:17:32 2948c4f64084: Preparing 23:17:32 1eaa2cbb0938: Preparing 23:17:32 dbc2f8e8b635: Preparing 23:17:32 f4e500c62903: Preparing 23:17:32 5f70bf18a086: Preparing 23:17:32 e93e9fe271cf: Preparing 23:17:32 2948c4f64084: Waiting 23:17:32 dbc2f8e8b635: Waiting 23:17:32 1eaa2cbb0938: Waiting 23:17:32 f4e500c62903: Waiting 23:17:32 482345302d6b: Waiting 23:17:32 9663db4fff04: Waiting 23:17:32 5f70bf18a086: Waiting 23:17:32 6c9187c90ebc: Preparing 23:17:32 c728cc29230b: Preparing 23:17:32 994456c4fd7b: Preparing 23:17:32 e93e9fe271cf: Waiting 23:17:32 6c9187c90ebc: Waiting 23:17:32 994456c4fd7b: Waiting 23:17:32 c728cc29230b: Waiting 23:17:32 082e75e45352: Layer already exists 23:17:32 eae4ef2bfbb0: Layer already exists 23:17:32 cf0fcacdead4: Layer already exists 23:17:32 f6bf9382d9fc: Layer already exists 23:17:32 52662ac3a9a2: Layer already exists 23:17:32 482345302d6b: Layer already exists 23:17:32 9663db4fff04: Layer already exists 23:17:32 2948c4f64084: Layer already exists 23:17:32 dbc2f8e8b635: Layer already exists 23:17:32 1eaa2cbb0938: Layer already exists 23:17:32 f4e500c62903: Layer already exists 23:17:32 5f70bf18a086: Layer already exists 23:17:32 e93e9fe271cf: Layer already exists 23:17:32 6c9187c90ebc: Layer already exists 23:17:32 c728cc29230b: Layer already exists 23:17:32 994456c4fd7b: Layer already exists 23:17:32 latest: digest: sha256:b89448618b1552e11da77235a2954627919e4999c2c263775b2934cd87313fc8 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:33 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:33 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.9 23:17:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 23:17:33 082e75e45352: Preparing 23:17:33 eae4ef2bfbb0: Preparing 23:17:33 cf0fcacdead4: Preparing 23:17:33 f6bf9382d9fc: Preparing 23:17:33 52662ac3a9a2: Preparing 23:17:33 482345302d6b: Preparing 23:17:33 9663db4fff04: Preparing 23:17:33 2948c4f64084: Preparing 23:17:33 1eaa2cbb0938: Preparing 23:17:33 dbc2f8e8b635: Preparing 23:17:33 f4e500c62903: Preparing 23:17:33 5f70bf18a086: Preparing 23:17:33 e93e9fe271cf: Preparing 23:17:33 6c9187c90ebc: Preparing 23:17:33 c728cc29230b: Preparing 23:17:33 994456c4fd7b: Preparing 23:17:33 1eaa2cbb0938: Waiting 23:17:33 e93e9fe271cf: Waiting 23:17:33 9663db4fff04: Waiting 23:17:33 2948c4f64084: Waiting 23:17:33 c728cc29230b: Waiting 23:17:33 994456c4fd7b: Waiting 23:17:33 6c9187c90ebc: Waiting 23:17:33 f4e500c62903: Waiting 23:17:33 dbc2f8e8b635: Waiting 23:17:33 5f70bf18a086: Waiting 23:17:33 eae4ef2bfbb0: Layer already exists 23:17:33 52662ac3a9a2: Layer already exists 23:17:33 cf0fcacdead4: Layer already exists 23:17:33 082e75e45352: Layer already exists 23:17:33 f6bf9382d9fc: Layer already exists 23:17:33 482345302d6b: Layer already exists 23:17:33 1eaa2cbb0938: Layer already exists 23:17:33 2948c4f64084: Layer already exists 23:17:33 dbc2f8e8b635: Layer already exists 23:17:33 9663db4fff04: Layer already exists 23:17:33 f4e500c62903: Layer already exists 23:17:33 e93e9fe271cf: Layer already exists 23:17:33 5f70bf18a086: Layer already exists 23:17:33 6c9187c90ebc: Layer already exists 23:17:33 c728cc29230b: Layer already exists 23:17:33 994456c4fd7b: Layer already exists 23:17:33 4.1.0-dev.9: digest: sha256:b89448618b1552e11da77235a2954627919e4999c2c263775b2934cd87313fc8 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:33 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:34 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:17:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 23:17:34 082e75e45352: Preparing 23:17:34 eae4ef2bfbb0: Preparing 23:17:34 cf0fcacdead4: Preparing 23:17:34 f6bf9382d9fc: Preparing 23:17:34 52662ac3a9a2: Preparing 23:17:34 482345302d6b: Preparing 23:17:34 9663db4fff04: Preparing 23:17:34 2948c4f64084: Preparing 23:17:34 1eaa2cbb0938: Preparing 23:17:34 dbc2f8e8b635: Preparing 23:17:34 f4e500c62903: Preparing 23:17:34 5f70bf18a086: Preparing 23:17:34 e93e9fe271cf: Preparing 23:17:34 6c9187c90ebc: Preparing 23:17:34 c728cc29230b: Preparing 23:17:34 994456c4fd7b: Preparing 23:17:34 2948c4f64084: Waiting 23:17:34 482345302d6b: Waiting 23:17:34 9663db4fff04: Waiting 23:17:34 5f70bf18a086: Waiting 23:17:34 1eaa2cbb0938: Waiting 23:17:34 dbc2f8e8b635: Waiting 23:17:34 c728cc29230b: Waiting 23:17:34 082e75e45352: Layer already exists 23:17:34 52662ac3a9a2: Layer already exists 23:17:34 cf0fcacdead4: Layer already exists 23:17:34 eae4ef2bfbb0: Layer already exists 23:17:34 f6bf9382d9fc: Layer already exists 23:17:34 482345302d6b: Layer already exists 23:17:34 9663db4fff04: Layer already exists 23:17:34 2948c4f64084: Layer already exists 23:17:34 1eaa2cbb0938: Layer already exists 23:17:34 f4e500c62903: Layer already exists 23:17:34 dbc2f8e8b635: Layer already exists 23:17:34 5f70bf18a086: Layer already exists 23:17:34 e93e9fe271cf: Layer already exists 23:17:34 6c9187c90ebc: Layer already exists 23:17:34 c728cc29230b: Layer already exists 23:17:34 994456c4fd7b: Layer already exists 23:17:34 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:b89448618b1552e11da77235a2954627919e4999c2c263775b2934cd87313fc8 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:34 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:34 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 23:17:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 23:17:34 082e75e45352: Preparing 23:17:34 eae4ef2bfbb0: Preparing 23:17:34 cf0fcacdead4: Preparing 23:17:34 f6bf9382d9fc: Preparing 23:17:34 52662ac3a9a2: Preparing 23:17:34 482345302d6b: Preparing 23:17:34 9663db4fff04: Preparing 23:17:34 2948c4f64084: Preparing 23:17:34 1eaa2cbb0938: Preparing 23:17:34 dbc2f8e8b635: Preparing 23:17:34 f4e500c62903: Preparing 23:17:34 5f70bf18a086: Preparing 23:17:34 e93e9fe271cf: Preparing 23:17:34 6c9187c90ebc: Preparing 23:17:34 c728cc29230b: Preparing 23:17:34 482345302d6b: Waiting 23:17:34 994456c4fd7b: Preparing 23:17:34 9663db4fff04: Waiting 23:17:34 2948c4f64084: Waiting 23:17:34 1eaa2cbb0938: Waiting 23:17:34 e93e9fe271cf: Waiting 23:17:34 dbc2f8e8b635: Waiting 23:17:34 6c9187c90ebc: Waiting 23:17:34 5f70bf18a086: Waiting 23:17:34 f4e500c62903: Waiting 23:17:34 c728cc29230b: Waiting 23:17:34 994456c4fd7b: Waiting 23:17:34 52662ac3a9a2: Layer already exists 23:17:34 082e75e45352: Layer already exists 23:17:34 eae4ef2bfbb0: Layer already exists 23:17:34 f6bf9382d9fc: Layer already exists 23:17:34 cf0fcacdead4: Layer already exists 23:17:34 9663db4fff04: Layer already exists 23:17:34 1eaa2cbb0938: Layer already exists 23:17:34 482345302d6b: Layer already exists 23:17:34 dbc2f8e8b635: Layer already exists 23:17:34 2948c4f64084: Layer already exists 23:17:34 f4e500c62903: Layer already exists 23:17:34 5f70bf18a086: Layer already exists 23:17:34 e93e9fe271cf: Layer already exists 23:17:34 6c9187c90ebc: Layer already exists 23:17:34 c728cc29230b: Layer already exists 23:17:34 994456c4fd7b: Layer already exists 23:17:34 main: digest: sha256:b89448618b1552e11da77235a2954627919e4999c2c263775b2934cd87313fc8 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:17:34 ===================================================== [Pipeline] echo 23:17:34 taggedImages: 23:17:34 - nexus3.edgexfoundry.org:10004/security-bootstrapper:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:17:34 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 23:17:34 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.9 23:17:34 - nexus3.edgexfoundry.org:10004/security-bootstrapper:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:17:34 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 23:17:34 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 23:17:34 2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:17:34 latest 23:17:34 4.1.0-dev.9 23:17:34 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:17:34 main 23:17:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:35 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:35 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:17:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 23:17:35 8fb103ff644b: Preparing 23:17:35 143fccf4064c: Preparing 23:17:35 d45cc1ad1070: Preparing 23:17:35 82b2e6ba1436: Preparing 23:17:35 2948c4f64084: Preparing 23:17:35 1eaa2cbb0938: Preparing 23:17:35 f3892f7578da: Preparing 23:17:35 d781ecf55eab: Preparing 23:17:35 1eaa2cbb0938: Waiting 23:17:35 994456c4fd7b: Preparing 23:17:35 d781ecf55eab: Waiting 23:17:35 994456c4fd7b: Waiting 23:17:35 2948c4f64084: Layer already exists 23:17:35 1eaa2cbb0938: Layer already exists 23:17:35 f3892f7578da: Layer already exists 23:17:35 d781ecf55eab: Layer already exists 23:17:35 994456c4fd7b: Layer already exists 23:17:35 8fb103ff644b: Pushed 23:17:35 d45cc1ad1070: Pushed 23:17:35 143fccf4064c: Pushed 23:17:38 82b2e6ba1436: Pushed 23:17:38 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:275acae5d2b845418ab40a7b50199713f513366f8f4e1ffe8f70e0bd61fe4d1e size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:39 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:39 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 23:17:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 23:17:39 8fb103ff644b: Preparing 23:17:39 143fccf4064c: Preparing 23:17:39 d45cc1ad1070: Preparing 23:17:39 82b2e6ba1436: Preparing 23:17:39 2948c4f64084: Preparing 23:17:39 1eaa2cbb0938: Preparing 23:17:39 f3892f7578da: Preparing 23:17:39 d781ecf55eab: Preparing 23:17:39 1eaa2cbb0938: Waiting 23:17:39 f3892f7578da: Waiting 23:17:39 994456c4fd7b: Preparing 23:17:39 d781ecf55eab: Waiting 23:17:39 994456c4fd7b: Waiting 23:17:39 8fb103ff644b: Layer already exists 23:17:39 82b2e6ba1436: Layer already exists 23:17:39 143fccf4064c: Layer already exists 23:17:39 2948c4f64084: Layer already exists 23:17:39 d45cc1ad1070: Layer already exists 23:17:39 d781ecf55eab: Layer already exists 23:17:39 f3892f7578da: Layer already exists 23:17:39 1eaa2cbb0938: Layer already exists 23:17:39 994456c4fd7b: Layer already exists 23:17:39 latest: digest: sha256:275acae5d2b845418ab40a7b50199713f513366f8f4e1ffe8f70e0bd61fe4d1e size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:39 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:40 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.9 23:17:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 23:17:40 8fb103ff644b: Preparing 23:17:40 143fccf4064c: Preparing 23:17:40 d45cc1ad1070: Preparing 23:17:40 82b2e6ba1436: Preparing 23:17:40 2948c4f64084: Preparing 23:17:40 1eaa2cbb0938: Preparing 23:17:40 f3892f7578da: Preparing 23:17:40 d781ecf55eab: Preparing 23:17:40 1eaa2cbb0938: Waiting 23:17:40 994456c4fd7b: Preparing 23:17:40 d781ecf55eab: Waiting 23:17:40 994456c4fd7b: Waiting 23:17:40 8fb103ff644b: Layer already exists 23:17:40 143fccf4064c: Layer already exists 23:17:40 2948c4f64084: Layer already exists 23:17:40 82b2e6ba1436: Layer already exists 23:17:40 d45cc1ad1070: Layer already exists 23:17:40 994456c4fd7b: Layer already exists 23:17:40 1eaa2cbb0938: Layer already exists 23:17:40 f3892f7578da: Layer already exists 23:17:40 d781ecf55eab: Layer already exists 23:17:40 4.1.0-dev.9: digest: sha256:275acae5d2b845418ab40a7b50199713f513366f8f4e1ffe8f70e0bd61fe4d1e size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:40 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:40 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:17:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 23:17:40 8fb103ff644b: Preparing 23:17:40 143fccf4064c: Preparing 23:17:40 d45cc1ad1070: Preparing 23:17:40 82b2e6ba1436: Preparing 23:17:40 2948c4f64084: Preparing 23:17:40 1eaa2cbb0938: Preparing 23:17:40 f3892f7578da: Preparing 23:17:40 d781ecf55eab: Preparing 23:17:40 994456c4fd7b: Preparing 23:17:40 1eaa2cbb0938: Waiting 23:17:40 d781ecf55eab: Waiting 23:17:40 f3892f7578da: Waiting 23:17:40 994456c4fd7b: Waiting 23:17:40 82b2e6ba1436: Layer already exists 23:17:40 8fb103ff644b: Layer already exists 23:17:40 2948c4f64084: Layer already exists 23:17:40 d45cc1ad1070: Layer already exists 23:17:40 143fccf4064c: Layer already exists 23:17:40 d781ecf55eab: Layer already exists 23:17:40 1eaa2cbb0938: Layer already exists 23:17:40 f3892f7578da: Layer already exists 23:17:40 994456c4fd7b: Layer already exists 23:17:40 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:275acae5d2b845418ab40a7b50199713f513366f8f4e1ffe8f70e0bd61fe4d1e size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:41 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:41 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 23:17:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 23:17:41 8fb103ff644b: Preparing 23:17:41 143fccf4064c: Preparing 23:17:41 d45cc1ad1070: Preparing 23:17:41 82b2e6ba1436: Preparing 23:17:41 2948c4f64084: Preparing 23:17:41 1eaa2cbb0938: Preparing 23:17:41 f3892f7578da: Preparing 23:17:41 d781ecf55eab: Preparing 23:17:41 994456c4fd7b: Preparing 23:17:41 1eaa2cbb0938: Waiting 23:17:41 f3892f7578da: Waiting 23:17:41 d781ecf55eab: Waiting 23:17:41 994456c4fd7b: Waiting 23:17:41 2948c4f64084: Layer already exists 23:17:41 143fccf4064c: Layer already exists 23:17:41 d45cc1ad1070: Layer already exists 23:17:41 82b2e6ba1436: Layer already exists 23:17:41 8fb103ff644b: Layer already exists 23:17:41 1eaa2cbb0938: Layer already exists 23:17:41 f3892f7578da: Layer already exists 23:17:41 994456c4fd7b: Layer already exists 23:17:41 d781ecf55eab: Layer already exists 23:17:41 main: digest: sha256:275acae5d2b845418ab40a7b50199713f513366f8f4e1ffe8f70e0bd61fe4d1e size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:17:42 ===================================================== [Pipeline] echo 23:17:42 taggedImages: 23:17:42 - nexus3.edgexfoundry.org:10004/security-proxy-auth:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:17:42 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 23:17:42 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.9 23:17:42 - nexus3.edgexfoundry.org:10004/security-proxy-auth:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:17:42 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 23:17:42 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 23:17:42 2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:17:42 latest 23:17:42 4.1.0-dev.9 23:17:42 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:17:42 main 23:17:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:42 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:43 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:17:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 23:17:43 edd674bed36e: Preparing 23:17:43 443b637b5424: Preparing 23:17:43 d9104c148012: Preparing 23:17:43 bfcdbc51084b: Preparing 23:17:43 9919f973ccf8: Preparing 23:17:43 2948c4f64084: Preparing 23:17:43 1eaa2cbb0938: Preparing 23:17:43 ccf6c7cfdc15: Preparing 23:17:43 39d3955e92cf: Preparing 23:17:43 aa828ffcd68d: Preparing 23:17:43 994456c4fd7b: Preparing 23:17:43 39d3955e92cf: Waiting 23:17:43 994456c4fd7b: Waiting 23:17:43 2948c4f64084: Waiting 23:17:43 1eaa2cbb0938: Waiting 23:17:43 aa828ffcd68d: Waiting 23:17:43 ccf6c7cfdc15: Waiting 23:17:43 9919f973ccf8: Pushed 23:17:43 2948c4f64084: Layer already exists 23:17:43 edd674bed36e: Pushed 23:17:43 443b637b5424: Pushed 23:17:43 bfcdbc51084b: Pushed 23:17:43 1eaa2cbb0938: Layer already exists 23:17:43 994456c4fd7b: Layer already exists 23:17:43 39d3955e92cf: Pushed 23:17:43 ccf6c7cfdc15: Pushed 23:17:45 aa828ffcd68d: Pushed 23:17:45 d9104c148012: Pushed 23:17:46 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:542aa21bdc9f96303dd0c1ec494f3549d7690e97dfefc0d831b59e7c6836403f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:46 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:46 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 23:17:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 23:17:46 edd674bed36e: Preparing 23:17:46 443b637b5424: Preparing 23:17:46 d9104c148012: Preparing 23:17:46 bfcdbc51084b: Preparing 23:17:46 9919f973ccf8: Preparing 23:17:46 2948c4f64084: Preparing 23:17:46 1eaa2cbb0938: Preparing 23:17:46 ccf6c7cfdc15: Preparing 23:17:46 39d3955e92cf: Preparing 23:17:46 aa828ffcd68d: Preparing 23:17:46 994456c4fd7b: Preparing 23:17:46 2948c4f64084: Waiting 23:17:46 aa828ffcd68d: Waiting 23:17:46 1eaa2cbb0938: Waiting 23:17:46 994456c4fd7b: Waiting 23:17:46 39d3955e92cf: Waiting 23:17:46 443b637b5424: Layer already exists 23:17:46 d9104c148012: Layer already exists 23:17:46 9919f973ccf8: Layer already exists 23:17:46 edd674bed36e: Layer already exists 23:17:46 bfcdbc51084b: Layer already exists 23:17:46 1eaa2cbb0938: Layer already exists 23:17:46 2948c4f64084: Layer already exists 23:17:46 39d3955e92cf: Layer already exists 23:17:46 ccf6c7cfdc15: Layer already exists 23:17:46 aa828ffcd68d: Layer already exists 23:17:46 994456c4fd7b: Layer already exists 23:17:46 latest: digest: sha256:542aa21bdc9f96303dd0c1ec494f3549d7690e97dfefc0d831b59e7c6836403f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:47 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:47 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.9 23:17:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 23:17:47 edd674bed36e: Preparing 23:17:47 443b637b5424: Preparing 23:17:47 d9104c148012: Preparing 23:17:47 bfcdbc51084b: Preparing 23:17:47 9919f973ccf8: Preparing 23:17:47 2948c4f64084: Preparing 23:17:47 1eaa2cbb0938: Preparing 23:17:47 ccf6c7cfdc15: Preparing 23:17:47 39d3955e92cf: Preparing 23:17:47 aa828ffcd68d: Preparing 23:17:47 994456c4fd7b: Preparing 23:17:47 2948c4f64084: Waiting 23:17:47 1eaa2cbb0938: Waiting 23:17:47 ccf6c7cfdc15: Waiting 23:17:47 39d3955e92cf: Waiting 23:17:47 994456c4fd7b: Waiting 23:17:47 aa828ffcd68d: Waiting 23:17:47 d9104c148012: Layer already exists 23:17:47 edd674bed36e: Layer already exists 23:17:47 9919f973ccf8: Layer already exists 23:17:47 443b637b5424: Layer already exists 23:17:47 bfcdbc51084b: Layer already exists 23:17:47 39d3955e92cf: Layer already exists 23:17:47 ccf6c7cfdc15: Layer already exists 23:17:47 2948c4f64084: Layer already exists 23:17:47 1eaa2cbb0938: Layer already exists 23:17:47 aa828ffcd68d: Layer already exists 23:17:47 994456c4fd7b: Layer already exists 23:17:47 4.1.0-dev.9: digest: sha256:542aa21bdc9f96303dd0c1ec494f3549d7690e97dfefc0d831b59e7c6836403f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:47 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:48 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:17:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 23:17:48 edd674bed36e: Preparing 23:17:48 443b637b5424: Preparing 23:17:48 d9104c148012: Preparing 23:17:48 bfcdbc51084b: Preparing 23:17:48 9919f973ccf8: Preparing 23:17:48 2948c4f64084: Preparing 23:17:48 1eaa2cbb0938: Preparing 23:17:48 ccf6c7cfdc15: Preparing 23:17:48 39d3955e92cf: Preparing 23:17:48 aa828ffcd68d: Preparing 23:17:48 994456c4fd7b: Preparing 23:17:48 ccf6c7cfdc15: Waiting 23:17:48 39d3955e92cf: Waiting 23:17:48 aa828ffcd68d: Waiting 23:17:48 994456c4fd7b: Waiting 23:17:48 2948c4f64084: Waiting 23:17:48 1eaa2cbb0938: Waiting 23:17:48 bfcdbc51084b: Layer already exists 23:17:48 edd674bed36e: Layer already exists 23:17:48 443b637b5424: Layer already exists 23:17:48 d9104c148012: Layer already exists 23:17:48 9919f973ccf8: Layer already exists 23:17:48 2948c4f64084: Layer already exists 23:17:48 ccf6c7cfdc15: Layer already exists 23:17:48 aa828ffcd68d: Layer already exists 23:17:48 39d3955e92cf: Layer already exists 23:17:48 1eaa2cbb0938: Layer already exists 23:17:48 994456c4fd7b: Layer already exists 23:17:48 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:542aa21bdc9f96303dd0c1ec494f3549d7690e97dfefc0d831b59e7c6836403f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:48 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:48 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 23:17:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 23:17:48 edd674bed36e: Preparing 23:17:48 443b637b5424: Preparing 23:17:48 d9104c148012: Preparing 23:17:48 bfcdbc51084b: Preparing 23:17:48 9919f973ccf8: Preparing 23:17:48 2948c4f64084: Preparing 23:17:48 1eaa2cbb0938: Preparing 23:17:48 ccf6c7cfdc15: Preparing 23:17:48 39d3955e92cf: Preparing 23:17:48 aa828ffcd68d: Preparing 23:17:48 994456c4fd7b: Preparing 23:17:48 2948c4f64084: Waiting 23:17:48 1eaa2cbb0938: Waiting 23:17:48 ccf6c7cfdc15: Waiting 23:17:48 39d3955e92cf: Waiting 23:17:48 994456c4fd7b: Waiting 23:17:48 aa828ffcd68d: Waiting 23:17:48 443b637b5424: Layer already exists 23:17:48 d9104c148012: Layer already exists 23:17:48 edd674bed36e: Layer already exists 23:17:48 9919f973ccf8: Layer already exists 23:17:48 bfcdbc51084b: Layer already exists 23:17:48 1eaa2cbb0938: Layer already exists 23:17:48 ccf6c7cfdc15: Layer already exists 23:17:48 39d3955e92cf: Layer already exists 23:17:48 2948c4f64084: Layer already exists 23:17:48 aa828ffcd68d: Layer already exists 23:17:48 994456c4fd7b: Layer already exists 23:17:48 main: digest: sha256:542aa21bdc9f96303dd0c1ec494f3549d7690e97dfefc0d831b59e7c6836403f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:17:48 ===================================================== [Pipeline] echo 23:17:48 taggedImages: 23:17:48 - nexus3.edgexfoundry.org:10004/security-proxy-setup:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:17:48 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 23:17:48 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.9 23:17:48 - nexus3.edgexfoundry.org:10004/security-proxy-setup:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:17:48 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 23:17:48 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 23:17:48 2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:17:48 latest 23:17:48 4.1.0-dev.9 23:17:48 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:17:48 main 23:17:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:49 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:50 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:17:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 23:17:50 f1601cb2bb3c: Preparing 23:17:50 20e87adb5e47: Preparing 23:17:50 692c9fea4666: Preparing 23:17:50 41107104aa70: Preparing 23:17:50 86254dbda48b: Preparing 23:17:50 037967e0bff6: Preparing 23:17:50 5863f42a08f3: Preparing 23:17:50 2948c4f64084: Preparing 23:17:50 1eaa2cbb0938: Preparing 23:17:50 1e521b571b13: Preparing 23:17:50 1bd93841fb08: Preparing 23:17:50 994456c4fd7b: Preparing 23:17:50 1bd93841fb08: Waiting 23:17:50 037967e0bff6: Waiting 23:17:50 994456c4fd7b: Waiting 23:17:50 1eaa2cbb0938: Waiting 23:17:50 5863f42a08f3: Waiting 23:17:50 1e521b571b13: Waiting 23:17:50 2948c4f64084: Waiting 23:17:50 86254dbda48b: Pushed 23:17:50 20e87adb5e47: Pushed 23:17:50 f1601cb2bb3c: Pushed 23:17:50 2948c4f64084: Layer already exists 23:17:50 1eaa2cbb0938: Layer already exists 23:17:50 037967e0bff6: Pushed 23:17:50 5863f42a08f3: Pushed 23:17:50 994456c4fd7b: Layer already exists 23:17:50 1e521b571b13: Pushed 23:17:51 1bd93841fb08: Pushed 23:17:52 41107104aa70: Pushed 23:17:53 692c9fea4666: Pushed 23:17:53 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:c1d4795e0a17c89da45fcd13fc10975e92dd526f943455616b693c4f4371c784 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:53 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:54 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 23:17:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 23:17:54 f1601cb2bb3c: Preparing 23:17:54 20e87adb5e47: Preparing 23:17:54 692c9fea4666: Preparing 23:17:54 41107104aa70: Preparing 23:17:54 86254dbda48b: Preparing 23:17:54 037967e0bff6: Preparing 23:17:54 5863f42a08f3: Preparing 23:17:54 2948c4f64084: Preparing 23:17:54 1eaa2cbb0938: Preparing 23:17:54 1e521b571b13: Preparing 23:17:54 1bd93841fb08: Preparing 23:17:54 994456c4fd7b: Preparing 23:17:54 037967e0bff6: Waiting 23:17:54 1bd93841fb08: Waiting 23:17:54 2948c4f64084: Waiting 23:17:54 1eaa2cbb0938: Waiting 23:17:54 994456c4fd7b: Waiting 23:17:54 1e521b571b13: Waiting 23:17:54 20e87adb5e47: Layer already exists 23:17:54 86254dbda48b: Layer already exists 23:17:54 692c9fea4666: Layer already exists 23:17:54 41107104aa70: Layer already exists 23:17:54 f1601cb2bb3c: Layer already exists 23:17:54 1eaa2cbb0938: Layer already exists 23:17:54 2948c4f64084: Layer already exists 23:17:54 037967e0bff6: Layer already exists 23:17:54 1e521b571b13: Layer already exists 23:17:54 5863f42a08f3: Layer already exists 23:17:54 994456c4fd7b: Layer already exists 23:17:54 1bd93841fb08: Layer already exists 23:17:54 latest: digest: sha256:c1d4795e0a17c89da45fcd13fc10975e92dd526f943455616b693c4f4371c784 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:54 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:54 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.9 23:17:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 23:17:54 f1601cb2bb3c: Preparing 23:17:54 20e87adb5e47: Preparing 23:17:54 692c9fea4666: Preparing 23:17:54 41107104aa70: Preparing 23:17:54 86254dbda48b: Preparing 23:17:54 037967e0bff6: Preparing 23:17:54 5863f42a08f3: Preparing 23:17:54 2948c4f64084: Preparing 23:17:54 1eaa2cbb0938: Preparing 23:17:54 1e521b571b13: Preparing 23:17:54 1bd93841fb08: Preparing 23:17:54 994456c4fd7b: Preparing 23:17:54 5863f42a08f3: Waiting 23:17:54 2948c4f64084: Waiting 23:17:54 1eaa2cbb0938: Waiting 23:17:54 1e521b571b13: Waiting 23:17:54 1bd93841fb08: Waiting 23:17:54 994456c4fd7b: Waiting 23:17:54 037967e0bff6: Waiting 23:17:54 86254dbda48b: Layer already exists 23:17:54 692c9fea4666: Layer already exists 23:17:54 20e87adb5e47: Layer already exists 23:17:54 41107104aa70: Layer already exists 23:17:54 f1601cb2bb3c: Layer already exists 23:17:54 037967e0bff6: Layer already exists 23:17:54 5863f42a08f3: Layer already exists 23:17:54 2948c4f64084: Layer already exists 23:17:54 1eaa2cbb0938: Layer already exists 23:17:54 1e521b571b13: Layer already exists 23:17:54 1bd93841fb08: Layer already exists 23:17:54 994456c4fd7b: Layer already exists 23:17:54 4.1.0-dev.9: digest: sha256:c1d4795e0a17c89da45fcd13fc10975e92dd526f943455616b693c4f4371c784 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:55 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:55 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:17:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 23:17:55 f1601cb2bb3c: Preparing 23:17:55 20e87adb5e47: Preparing 23:17:55 692c9fea4666: Preparing 23:17:55 41107104aa70: Preparing 23:17:55 86254dbda48b: Preparing 23:17:55 037967e0bff6: Preparing 23:17:55 5863f42a08f3: Preparing 23:17:55 2948c4f64084: Preparing 23:17:55 1eaa2cbb0938: Preparing 23:17:55 1e521b571b13: Preparing 23:17:55 1bd93841fb08: Preparing 23:17:55 994456c4fd7b: Preparing 23:17:55 5863f42a08f3: Waiting 23:17:55 2948c4f64084: Waiting 23:17:55 1eaa2cbb0938: Waiting 23:17:55 1e521b571b13: Waiting 23:17:55 1bd93841fb08: Waiting 23:17:55 994456c4fd7b: Waiting 23:17:55 037967e0bff6: Waiting 23:17:55 41107104aa70: Layer already exists 23:17:55 86254dbda48b: Layer already exists 23:17:55 f1601cb2bb3c: Layer already exists 23:17:55 692c9fea4666: Layer already exists 23:17:55 20e87adb5e47: Layer already exists 23:17:55 037967e0bff6: Layer already exists 23:17:55 5863f42a08f3: Layer already exists 23:17:55 2948c4f64084: Layer already exists 23:17:55 1e521b571b13: Layer already exists 23:17:55 1eaa2cbb0938: Layer already exists 23:17:55 1bd93841fb08: Layer already exists 23:17:55 994456c4fd7b: Layer already exists 23:17:55 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:c1d4795e0a17c89da45fcd13fc10975e92dd526f943455616b693c4f4371c784 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:55 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:56 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 23:17:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 23:17:56 f1601cb2bb3c: Preparing 23:17:56 20e87adb5e47: Preparing 23:17:56 692c9fea4666: Preparing 23:17:56 41107104aa70: Preparing 23:17:56 86254dbda48b: Preparing 23:17:56 037967e0bff6: Preparing 23:17:56 5863f42a08f3: Preparing 23:17:56 2948c4f64084: Preparing 23:17:56 1eaa2cbb0938: Preparing 23:17:56 1e521b571b13: Preparing 23:17:56 1bd93841fb08: Preparing 23:17:56 994456c4fd7b: Preparing 23:17:56 2948c4f64084: Waiting 23:17:56 1eaa2cbb0938: Waiting 23:17:56 1e521b571b13: Waiting 23:17:56 1bd93841fb08: Waiting 23:17:56 994456c4fd7b: Waiting 23:17:56 037967e0bff6: Waiting 23:17:56 5863f42a08f3: Waiting 23:17:56 86254dbda48b: Layer already exists 23:17:56 f1601cb2bb3c: Layer already exists 23:17:56 41107104aa70: Layer already exists 23:17:56 692c9fea4666: Layer already exists 23:17:56 20e87adb5e47: Layer already exists 23:17:56 5863f42a08f3: Layer already exists 23:17:56 037967e0bff6: Layer already exists 23:17:56 2948c4f64084: Layer already exists 23:17:56 1eaa2cbb0938: Layer already exists 23:17:56 1e521b571b13: Layer already exists 23:17:56 994456c4fd7b: Layer already exists 23:17:56 1bd93841fb08: Layer already exists 23:17:56 main: digest: sha256:c1d4795e0a17c89da45fcd13fc10975e92dd526f943455616b693c4f4371c784 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:17:56 ===================================================== [Pipeline] echo 23:17:56 taggedImages: 23:17:56 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:17:56 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 23:17:56 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.9 23:17:56 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:17:56 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 23:17:56 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 23:17:56 2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:17:56 latest 23:17:56 4.1.0-dev.9 23:17:56 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:17:56 main 23:17:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:56 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:17:56 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:17:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 23:17:56 5bdcd1507f1f: Preparing 23:17:56 07448bf8f42e: Preparing 23:17:56 2948c4f64084: Preparing 23:17:56 1eaa2cbb0938: Preparing 23:17:56 d8e5d141ac1d: Preparing 23:17:56 b14724a4d34a: Preparing 23:17:56 994456c4fd7b: Preparing 23:17:56 b14724a4d34a: Waiting 23:17:56 994456c4fd7b: Waiting 23:17:56 1eaa2cbb0938: Layer already exists 23:17:56 2948c4f64084: Layer already exists 23:17:56 994456c4fd7b: Layer already exists 23:17:56 d8e5d141ac1d: Pushed 23:17:56 5bdcd1507f1f: Pushed 23:17:57 b14724a4d34a: Pushed 23:18:00 07448bf8f42e: Pushed 23:18:00 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:714facadec779969536617632f51c13408af57866f277d5799ea43d48eb73849 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:18:00 + 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 23:18:01 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 23:18:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 23:18:01 5bdcd1507f1f: Preparing 23:18:01 07448bf8f42e: Preparing 23:18:01 2948c4f64084: Preparing 23:18:01 1eaa2cbb0938: Preparing 23:18:01 d8e5d141ac1d: Preparing 23:18:01 b14724a4d34a: Preparing 23:18:01 994456c4fd7b: Preparing 23:18:01 b14724a4d34a: Waiting 23:18:01 5bdcd1507f1f: Layer already exists 23:18:01 2948c4f64084: Layer already exists 23:18:01 07448bf8f42e: Layer already exists 23:18:01 1eaa2cbb0938: Layer already exists 23:18:01 d8e5d141ac1d: Layer already exists 23:18:01 b14724a4d34a: Layer already exists 23:18:01 994456c4fd7b: Layer already exists 23:18:01 latest: digest: sha256:714facadec779969536617632f51c13408af57866f277d5799ea43d48eb73849 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:18:01 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:18:01 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.9 23:18:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 23:18:01 5bdcd1507f1f: Preparing 23:18:01 07448bf8f42e: Preparing 23:18:01 2948c4f64084: Preparing 23:18:01 1eaa2cbb0938: Preparing 23:18:01 d8e5d141ac1d: Preparing 23:18:01 b14724a4d34a: Preparing 23:18:01 994456c4fd7b: Preparing 23:18:01 b14724a4d34a: Waiting 23:18:01 994456c4fd7b: Waiting 23:18:01 2948c4f64084: Layer already exists 23:18:01 d8e5d141ac1d: Layer already exists 23:18:01 07448bf8f42e: Layer already exists 23:18:01 5bdcd1507f1f: Layer already exists 23:18:01 1eaa2cbb0938: Layer already exists 23:18:01 994456c4fd7b: Layer already exists 23:18:01 b14724a4d34a: Layer already exists 23:18:01 4.1.0-dev.9: digest: sha256:714facadec779969536617632f51c13408af57866f277d5799ea43d48eb73849 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:18:01 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:18:02 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:18:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 23:18:02 5bdcd1507f1f: Preparing 23:18:02 07448bf8f42e: Preparing 23:18:02 2948c4f64084: Preparing 23:18:02 1eaa2cbb0938: Preparing 23:18:02 d8e5d141ac1d: Preparing 23:18:02 b14724a4d34a: Preparing 23:18:02 994456c4fd7b: Preparing 23:18:02 b14724a4d34a: Waiting 23:18:02 994456c4fd7b: Waiting 23:18:02 07448bf8f42e: Layer already exists 23:18:02 2948c4f64084: Layer already exists 23:18:02 5bdcd1507f1f: Layer already exists 23:18:02 1eaa2cbb0938: Layer already exists 23:18:02 d8e5d141ac1d: Layer already exists 23:18:02 b14724a4d34a: Layer already exists 23:18:02 994456c4fd7b: Layer already exists 23:18:02 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:714facadec779969536617632f51c13408af57866f277d5799ea43d48eb73849 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:18:02 + 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 23:18:02 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 23:18:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 23:18:02 5bdcd1507f1f: Preparing 23:18:02 07448bf8f42e: Preparing 23:18:02 2948c4f64084: Preparing 23:18:02 1eaa2cbb0938: Preparing 23:18:02 d8e5d141ac1d: Preparing 23:18:02 b14724a4d34a: Preparing 23:18:02 994456c4fd7b: Preparing 23:18:02 b14724a4d34a: Waiting 23:18:02 994456c4fd7b: Waiting 23:18:02 d8e5d141ac1d: Layer already exists 23:18:02 07448bf8f42e: Layer already exists 23:18:02 2948c4f64084: Layer already exists 23:18:02 5bdcd1507f1f: Layer already exists 23:18:02 1eaa2cbb0938: Layer already exists 23:18:02 994456c4fd7b: Layer already exists 23:18:02 b14724a4d34a: Layer already exists 23:18:02 main: digest: sha256:714facadec779969536617632f51c13408af57866f277d5799ea43d48eb73849 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:18:03 ===================================================== [Pipeline] echo 23:18:03 taggedImages: 23:18:03 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:18:03 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 23:18:03 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.9 23:18:03 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:18:03 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 23:18:03 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 23:18:03 2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:18:03 latest 23:18:03 4.1.0-dev.9 23:18:03 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:18:03 main 23:18:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:18:03 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:18:03 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:18:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 23:18:03 b47c649d0932: Preparing 23:18:03 06711fd923e2: Preparing 23:18:03 87801f1e7f03: Preparing 23:18:03 2948c4f64084: Preparing 23:18:03 1eaa2cbb0938: Preparing 23:18:03 6b741843a614: Preparing 23:18:03 aa77b2bd352d: Preparing 23:18:03 7911695e34f9: Preparing 23:18:03 c481589d3779: Preparing 23:18:03 994456c4fd7b: Preparing 23:18:03 6b741843a614: Waiting 23:18:03 aa77b2bd352d: Waiting 23:18:03 7911695e34f9: Waiting 23:18:03 c481589d3779: Waiting 23:18:03 994456c4fd7b: Waiting 23:18:03 1eaa2cbb0938: Layer already exists 23:18:03 2948c4f64084: Layer already exists 23:18:03 87801f1e7f03: Pushed 23:18:03 06711fd923e2: Pushed 23:18:03 b47c649d0932: Pushed 23:18:03 994456c4fd7b: Layer already exists 23:18:03 7911695e34f9: Pushed 23:18:04 c481589d3779: Pushed 23:18:08 aa77b2bd352d: Pushed 23:18:16 6b741843a614: Pushed 23:18:16 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:883910f0c632a999391197b78e7b2d8ba59593da69630272220c6a1277f0fd32 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:18:16 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:18:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 23:18:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 23:18:17 b47c649d0932: Preparing 23:18:17 06711fd923e2: Preparing 23:18:17 87801f1e7f03: Preparing 23:18:17 2948c4f64084: Preparing 23:18:17 1eaa2cbb0938: Preparing 23:18:17 6b741843a614: Preparing 23:18:17 aa77b2bd352d: Preparing 23:18:17 7911695e34f9: Preparing 23:18:17 c481589d3779: Preparing 23:18:17 994456c4fd7b: Preparing 23:18:17 c481589d3779: Waiting 23:18:17 994456c4fd7b: Waiting 23:18:17 7911695e34f9: Waiting 23:18:17 6b741843a614: Waiting 23:18:17 aa77b2bd352d: Waiting 23:18:17 b47c649d0932: Layer already exists 23:18:17 2948c4f64084: Layer already exists 23:18:17 06711fd923e2: Layer already exists 23:18:17 87801f1e7f03: Layer already exists 23:18:17 1eaa2cbb0938: Layer already exists 23:18:17 7911695e34f9: Layer already exists 23:18:17 c481589d3779: Layer already exists 23:18:17 6b741843a614: Layer already exists 23:18:17 aa77b2bd352d: Layer already exists 23:18:17 994456c4fd7b: Layer already exists 23:18:17 latest: digest: sha256:883910f0c632a999391197b78e7b2d8ba59593da69630272220c6a1277f0fd32 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:18:17 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:18:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.9 23:18:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 23:18:17 b47c649d0932: Preparing 23:18:17 06711fd923e2: Preparing 23:18:17 87801f1e7f03: Preparing 23:18:17 2948c4f64084: Preparing 23:18:17 1eaa2cbb0938: Preparing 23:18:17 6b741843a614: Preparing 23:18:17 aa77b2bd352d: Preparing 23:18:17 7911695e34f9: Preparing 23:18:17 c481589d3779: Preparing 23:18:17 994456c4fd7b: Preparing 23:18:17 7911695e34f9: Waiting 23:18:17 c481589d3779: Waiting 23:18:17 aa77b2bd352d: Waiting 23:18:17 994456c4fd7b: Waiting 23:18:17 6b741843a614: Waiting 23:18:17 2948c4f64084: Layer already exists 23:18:17 87801f1e7f03: Layer already exists 23:18:17 b47c649d0932: Layer already exists 23:18:17 1eaa2cbb0938: Layer already exists 23:18:17 06711fd923e2: Layer already exists 23:18:17 6b741843a614: Layer already exists 23:18:17 aa77b2bd352d: Layer already exists 23:18:17 7911695e34f9: Layer already exists 23:18:17 994456c4fd7b: Layer already exists 23:18:17 c481589d3779: Layer already exists 23:18:17 4.1.0-dev.9: digest: sha256:883910f0c632a999391197b78e7b2d8ba59593da69630272220c6a1277f0fd32 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:18:18 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:18:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:18:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 23:18:18 b47c649d0932: Preparing 23:18:18 06711fd923e2: Preparing 23:18:18 87801f1e7f03: Preparing 23:18:18 2948c4f64084: Preparing 23:18:18 1eaa2cbb0938: Preparing 23:18:18 6b741843a614: Preparing 23:18:18 aa77b2bd352d: Preparing 23:18:18 7911695e34f9: Preparing 23:18:18 c481589d3779: Preparing 23:18:18 994456c4fd7b: Preparing 23:18:18 aa77b2bd352d: Waiting 23:18:18 6b741843a614: Waiting 23:18:18 994456c4fd7b: Waiting 23:18:18 c481589d3779: Waiting 23:18:18 7911695e34f9: Waiting 23:18:18 b47c649d0932: Layer already exists 23:18:18 06711fd923e2: Layer already exists 23:18:18 1eaa2cbb0938: Layer already exists 23:18:18 2948c4f64084: Layer already exists 23:18:18 87801f1e7f03: Layer already exists 23:18:18 7911695e34f9: Layer already exists 23:18:18 6b741843a614: Layer already exists 23:18:18 c481589d3779: Layer already exists 23:18:18 994456c4fd7b: Layer already exists 23:18:18 aa77b2bd352d: Layer already exists 23:18:18 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:883910f0c632a999391197b78e7b2d8ba59593da69630272220c6a1277f0fd32 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:18:19 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:18:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 23:18:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 23:18:19 b47c649d0932: Preparing 23:18:19 06711fd923e2: Preparing 23:18:19 87801f1e7f03: Preparing 23:18:19 2948c4f64084: Preparing 23:18:19 1eaa2cbb0938: Preparing 23:18:19 6b741843a614: Preparing 23:18:19 aa77b2bd352d: Preparing 23:18:19 7911695e34f9: Preparing 23:18:19 c481589d3779: Preparing 23:18:19 994456c4fd7b: Preparing 23:18:19 6b741843a614: Waiting 23:18:19 aa77b2bd352d: Waiting 23:18:19 7911695e34f9: Waiting 23:18:19 994456c4fd7b: Waiting 23:18:19 c481589d3779: Waiting 23:18:19 06711fd923e2: Layer already exists 23:18:19 2948c4f64084: Layer already exists 23:18:19 b47c649d0932: Layer already exists 23:18:19 87801f1e7f03: Layer already exists 23:18:19 1eaa2cbb0938: Layer already exists 23:18:19 6b741843a614: Layer already exists 23:18:19 aa77b2bd352d: Layer already exists 23:18:19 c481589d3779: Layer already exists 23:18:19 7911695e34f9: Layer already exists 23:18:19 994456c4fd7b: Layer already exists 23:18:19 main: digest: sha256:883910f0c632a999391197b78e7b2d8ba59593da69630272220c6a1277f0fd32 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:18:19 ===================================================== [Pipeline] echo 23:18:19 taggedImages: 23:18:19 - nexus3.edgexfoundry.org:10004/security-spire-agent:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:18:19 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 23:18:19 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.9 23:18:19 - nexus3.edgexfoundry.org:10004/security-spire-agent:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:18:19 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 23:18:19 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 23:18:19 2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:18:19 latest 23:18:19 4.1.0-dev.9 23:18:19 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:18:19 main 23:18:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:18:19 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:18:20 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:18:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 23:18:20 1817131cdbe1: Preparing 23:18:20 871a0426af0c: Preparing 23:18:20 3150a213fe36: Preparing 23:18:20 2948c4f64084: Preparing 23:18:20 1eaa2cbb0938: Preparing 23:18:20 e266582550d8: Preparing 23:18:20 1c6f5360c5d2: Preparing 23:18:20 b908826e8d04: Preparing 23:18:20 994456c4fd7b: Preparing 23:18:20 e266582550d8: Waiting 23:18:20 1c6f5360c5d2: Waiting 23:18:20 b908826e8d04: Waiting 23:18:20 994456c4fd7b: Waiting 23:18:20 1eaa2cbb0938: Layer already exists 23:18:20 2948c4f64084: Layer already exists 23:18:20 3150a213fe36: Pushed 23:18:20 1817131cdbe1: Pushed 23:18:20 871a0426af0c: Pushed 23:18:20 994456c4fd7b: Layer already exists 23:18:20 1c6f5360c5d2: Pushed 23:18:20 b908826e8d04: Pushed 23:18:32 e266582550d8: Pushed 23:18:32 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:e221ea0a067e7874ea4d8596e64ef2ef70a862828e1c0677aaf586f5de49fd11 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:18:32 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:18:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 23:18:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 23:18:33 1817131cdbe1: Preparing 23:18:33 871a0426af0c: Preparing 23:18:33 3150a213fe36: Preparing 23:18:33 2948c4f64084: Preparing 23:18:33 1eaa2cbb0938: Preparing 23:18:33 e266582550d8: Preparing 23:18:33 1c6f5360c5d2: Preparing 23:18:33 b908826e8d04: Preparing 23:18:33 994456c4fd7b: Preparing 23:18:33 e266582550d8: Waiting 23:18:33 1c6f5360c5d2: Waiting 23:18:33 b908826e8d04: Waiting 23:18:33 994456c4fd7b: Waiting 23:18:33 1eaa2cbb0938: Layer already exists 23:18:33 2948c4f64084: Layer already exists 23:18:33 871a0426af0c: Layer already exists 23:18:33 3150a213fe36: Layer already exists 23:18:33 1817131cdbe1: Layer already exists 23:18:33 e266582550d8: Layer already exists 23:18:33 994456c4fd7b: Layer already exists 23:18:33 b908826e8d04: Layer already exists 23:18:33 1c6f5360c5d2: Layer already exists 23:18:33 latest: digest: sha256:e221ea0a067e7874ea4d8596e64ef2ef70a862828e1c0677aaf586f5de49fd11 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:18:33 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:18:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.9 23:18:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 23:18:33 1817131cdbe1: Preparing 23:18:33 871a0426af0c: Preparing 23:18:33 3150a213fe36: Preparing 23:18:33 2948c4f64084: Preparing 23:18:33 1eaa2cbb0938: Preparing 23:18:33 e266582550d8: Preparing 23:18:33 1c6f5360c5d2: Preparing 23:18:33 b908826e8d04: Preparing 23:18:33 994456c4fd7b: Preparing 23:18:33 e266582550d8: Waiting 23:18:33 b908826e8d04: Waiting 23:18:33 994456c4fd7b: Waiting 23:18:33 1c6f5360c5d2: Waiting 23:18:33 871a0426af0c: Layer already exists 23:18:33 1eaa2cbb0938: Layer already exists 23:18:33 1817131cdbe1: Layer already exists 23:18:33 2948c4f64084: Layer already exists 23:18:33 3150a213fe36: Layer already exists 23:18:33 1c6f5360c5d2: Layer already exists 23:18:33 b908826e8d04: Layer already exists 23:18:33 994456c4fd7b: Layer already exists 23:18:33 e266582550d8: Layer already exists 23:18:33 4.1.0-dev.9: digest: sha256:e221ea0a067e7874ea4d8596e64ef2ef70a862828e1c0677aaf586f5de49fd11 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:18:34 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:18:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:18:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 23:18:34 1817131cdbe1: Preparing 23:18:34 871a0426af0c: Preparing 23:18:34 3150a213fe36: Preparing 23:18:34 2948c4f64084: Preparing 23:18:34 1eaa2cbb0938: Preparing 23:18:34 e266582550d8: Preparing 23:18:34 1c6f5360c5d2: Preparing 23:18:34 b908826e8d04: Preparing 23:18:34 994456c4fd7b: Preparing 23:18:34 e266582550d8: Waiting 23:18:34 1c6f5360c5d2: Waiting 23:18:34 b908826e8d04: Waiting 23:18:34 994456c4fd7b: Waiting 23:18:34 871a0426af0c: Layer already exists 23:18:34 3150a213fe36: Layer already exists 23:18:34 1eaa2cbb0938: Layer already exists 23:18:34 1817131cdbe1: Layer already exists 23:18:34 2948c4f64084: Layer already exists 23:18:34 b908826e8d04: Layer already exists 23:18:34 e266582550d8: Layer already exists 23:18:34 994456c4fd7b: Layer already exists 23:18:34 1c6f5360c5d2: Layer already exists 23:18:34 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:e221ea0a067e7874ea4d8596e64ef2ef70a862828e1c0677aaf586f5de49fd11 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:18:34 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:18:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 23:18:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 23:18:35 1817131cdbe1: Preparing 23:18:35 871a0426af0c: Preparing 23:18:35 3150a213fe36: Preparing 23:18:35 2948c4f64084: Preparing 23:18:35 1eaa2cbb0938: Preparing 23:18:35 e266582550d8: Preparing 23:18:35 1c6f5360c5d2: Preparing 23:18:35 b908826e8d04: Preparing 23:18:35 994456c4fd7b: Preparing 23:18:35 b908826e8d04: Waiting 23:18:35 e266582550d8: Waiting 23:18:35 1c6f5360c5d2: Waiting 23:18:35 994456c4fd7b: Waiting 23:18:35 3150a213fe36: Layer already exists 23:18:35 1eaa2cbb0938: Layer already exists 23:18:35 1817131cdbe1: Layer already exists 23:18:35 2948c4f64084: Layer already exists 23:18:35 871a0426af0c: Layer already exists 23:18:35 e266582550d8: Layer already exists 23:18:35 b908826e8d04: Layer already exists 23:18:35 1c6f5360c5d2: Layer already exists 23:18:35 994456c4fd7b: Layer already exists 23:18:35 main: digest: sha256:e221ea0a067e7874ea4d8596e64ef2ef70a862828e1c0677aaf586f5de49fd11 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:18:35 ===================================================== [Pipeline] echo 23:18:35 taggedImages: 23:18:35 - nexus3.edgexfoundry.org:10004/security-spire-config:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:18:35 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 23:18:35 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.9 23:18:35 - nexus3.edgexfoundry.org:10004/security-spire-config:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:18:35 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 23:18:35 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 23:18:35 2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:18:35 latest 23:18:35 4.1.0-dev.9 23:18:35 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:18:35 main 23:18:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:18:35 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:18:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:18:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 23:18:36 b47c649d0932: Preparing 23:18:36 0a8a062e7fac: Preparing 23:18:36 5d11cc612d74: Preparing 23:18:36 2948c4f64084: Preparing 23:18:36 1eaa2cbb0938: Preparing 23:18:36 f59bee9c6def: Preparing 23:18:36 7911695e34f9: Preparing 23:18:36 c481589d3779: Preparing 23:18:36 994456c4fd7b: Preparing 23:18:36 7911695e34f9: Waiting 23:18:36 f59bee9c6def: Waiting 23:18:36 994456c4fd7b: Waiting 23:18:36 b47c649d0932: Layer already exists 23:18:36 2948c4f64084: Layer already exists 23:18:36 1eaa2cbb0938: Layer already exists 23:18:36 7911695e34f9: Layer already exists 23:18:36 c481589d3779: Layer already exists 23:18:36 994456c4fd7b: Layer already exists 23:18:36 5d11cc612d74: Pushed 23:18:36 0a8a062e7fac: Pushed 23:18:48 f59bee9c6def: Pushed 23:18:48 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:4dfbf6bac8d5ba40a2b684f92207ab6485a06f993056d0f4899a6219db9899f6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:18:48 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:18:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 23:18:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 23:18:48 b47c649d0932: Preparing 23:18:48 0a8a062e7fac: Preparing 23:18:48 5d11cc612d74: Preparing 23:18:48 2948c4f64084: Preparing 23:18:48 1eaa2cbb0938: Preparing 23:18:48 f59bee9c6def: Preparing 23:18:48 7911695e34f9: Preparing 23:18:48 c481589d3779: Preparing 23:18:48 994456c4fd7b: Preparing 23:18:48 f59bee9c6def: Waiting 23:18:48 7911695e34f9: Waiting 23:18:48 c481589d3779: Waiting 23:18:48 994456c4fd7b: Waiting 23:18:48 b47c649d0932: Layer already exists 23:18:48 2948c4f64084: Layer already exists 23:18:48 5d11cc612d74: Layer already exists 23:18:48 1eaa2cbb0938: Layer already exists 23:18:48 0a8a062e7fac: Layer already exists 23:18:48 7911695e34f9: Layer already exists 23:18:48 f59bee9c6def: Layer already exists 23:18:48 994456c4fd7b: Layer already exists 23:18:48 c481589d3779: Layer already exists 23:18:48 latest: digest: sha256:4dfbf6bac8d5ba40a2b684f92207ab6485a06f993056d0f4899a6219db9899f6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:18:49 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:18:49 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.9 23:18:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 23:18:49 b47c649d0932: Preparing 23:18:49 0a8a062e7fac: Preparing 23:18:49 5d11cc612d74: Preparing 23:18:49 2948c4f64084: Preparing 23:18:49 1eaa2cbb0938: Preparing 23:18:49 f59bee9c6def: Preparing 23:18:49 7911695e34f9: Preparing 23:18:49 c481589d3779: Preparing 23:18:49 994456c4fd7b: Preparing 23:18:49 f59bee9c6def: Waiting 23:18:49 7911695e34f9: Waiting 23:18:49 c481589d3779: Waiting 23:18:49 994456c4fd7b: Waiting 23:18:49 b47c649d0932: Layer already exists 23:18:49 1eaa2cbb0938: Layer already exists 23:18:49 2948c4f64084: Layer already exists 23:18:49 5d11cc612d74: Layer already exists 23:18:49 0a8a062e7fac: Layer already exists 23:18:49 f59bee9c6def: Layer already exists 23:18:49 7911695e34f9: Layer already exists 23:18:49 c481589d3779: Layer already exists 23:18:49 994456c4fd7b: Layer already exists 23:18:49 4.1.0-dev.9: digest: sha256:4dfbf6bac8d5ba40a2b684f92207ab6485a06f993056d0f4899a6219db9899f6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:18:49 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:18:50 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:18:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 23:18:50 b47c649d0932: Preparing 23:18:50 0a8a062e7fac: Preparing 23:18:50 5d11cc612d74: Preparing 23:18:50 2948c4f64084: Preparing 23:18:50 1eaa2cbb0938: Preparing 23:18:50 f59bee9c6def: Preparing 23:18:50 7911695e34f9: Preparing 23:18:50 c481589d3779: Preparing 23:18:50 994456c4fd7b: Preparing 23:18:50 7911695e34f9: Waiting 23:18:50 c481589d3779: Waiting 23:18:50 f59bee9c6def: Waiting 23:18:50 994456c4fd7b: Waiting 23:18:50 1eaa2cbb0938: Layer already exists 23:18:50 2948c4f64084: Layer already exists 23:18:50 b47c649d0932: Layer already exists 23:18:50 0a8a062e7fac: Layer already exists 23:18:50 5d11cc612d74: Layer already exists 23:18:50 f59bee9c6def: Layer already exists 23:18:50 994456c4fd7b: Layer already exists 23:18:50 7911695e34f9: Layer already exists 23:18:50 c481589d3779: Layer already exists 23:18:50 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:4dfbf6bac8d5ba40a2b684f92207ab6485a06f993056d0f4899a6219db9899f6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:18:50 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:18:50 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 23:18:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 23:18:50 b47c649d0932: Preparing 23:18:50 0a8a062e7fac: Preparing 23:18:50 5d11cc612d74: Preparing 23:18:50 2948c4f64084: Preparing 23:18:50 1eaa2cbb0938: Preparing 23:18:50 f59bee9c6def: Preparing 23:18:50 7911695e34f9: Preparing 23:18:50 c481589d3779: Preparing 23:18:50 994456c4fd7b: Preparing 23:18:50 7911695e34f9: Waiting 23:18:50 c481589d3779: Waiting 23:18:50 994456c4fd7b: Waiting 23:18:50 f59bee9c6def: Waiting 23:18:50 5d11cc612d74: Layer already exists 23:18:50 2948c4f64084: Layer already exists 23:18:50 b47c649d0932: Layer already exists 23:18:50 1eaa2cbb0938: Layer already exists 23:18:50 0a8a062e7fac: Layer already exists 23:18:50 7911695e34f9: Layer already exists 23:18:50 c481589d3779: Layer already exists 23:18:50 994456c4fd7b: Layer already exists 23:18:50 f59bee9c6def: Layer already exists 23:18:50 main: digest: sha256:4dfbf6bac8d5ba40a2b684f92207ab6485a06f993056d0f4899a6219db9899f6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:18:50 ===================================================== [Pipeline] echo 23:18:50 taggedImages: 23:18:50 - nexus3.edgexfoundry.org:10004/security-spire-server:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:18:50 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 23:18:50 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.9 23:18:50 - nexus3.edgexfoundry.org:10004/security-spire-server:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:18:50 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 23:18:50 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 23:18:50 2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:18:50 latest 23:18:50 4.1.0-dev.9 23:18:50 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:18:50 main 23:18:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:18:51 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:18:51 + docker push nexus3.edgexfoundry.org:10004/support-notifications:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:18:51 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 23:18:51 5193970b9da5: Preparing 23:18:51 e64dd9312b68: Preparing 23:18:51 2948c4f64084: Preparing 23:18:51 1eaa2cbb0938: Preparing 23:18:51 5762ba0c5a7f: Preparing 23:18:51 7f23cfadbf9f: Preparing 23:18:51 994456c4fd7b: Preparing 23:18:51 994456c4fd7b: Waiting 23:18:51 7f23cfadbf9f: Waiting 23:18:51 2948c4f64084: Layer already exists 23:18:51 1eaa2cbb0938: Layer already exists 23:18:51 5762ba0c5a7f: Pushed 23:18:51 994456c4fd7b: Layer already exists 23:18:51 5193970b9da5: Pushed 23:18:52 7f23cfadbf9f: Pushed 23:18:55 e64dd9312b68: Pushed 23:18:55 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:28108c7a0d24b8ae4583fe34e5cba0f0d4206db3ca509d76cea76289c8a48eb4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:18:55 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:18:56 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 23:18:56 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 23:18:56 5193970b9da5: Preparing 23:18:56 e64dd9312b68: Preparing 23:18:56 2948c4f64084: Preparing 23:18:56 1eaa2cbb0938: Preparing 23:18:56 5762ba0c5a7f: Preparing 23:18:56 7f23cfadbf9f: Preparing 23:18:56 994456c4fd7b: Preparing 23:18:56 7f23cfadbf9f: Waiting 23:18:56 994456c4fd7b: Waiting 23:18:56 5762ba0c5a7f: Layer already exists 23:18:56 5193970b9da5: Layer already exists 23:18:56 1eaa2cbb0938: Layer already exists 23:18:56 2948c4f64084: Layer already exists 23:18:56 e64dd9312b68: Layer already exists 23:18:56 7f23cfadbf9f: Layer already exists 23:18:56 994456c4fd7b: Layer already exists 23:18:56 latest: digest: sha256:28108c7a0d24b8ae4583fe34e5cba0f0d4206db3ca509d76cea76289c8a48eb4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:18:56 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:18:56 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.9 23:18:56 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 23:18:56 5193970b9da5: Preparing 23:18:56 e64dd9312b68: Preparing 23:18:56 2948c4f64084: Preparing 23:18:56 1eaa2cbb0938: Preparing 23:18:56 5762ba0c5a7f: Preparing 23:18:56 7f23cfadbf9f: Preparing 23:18:56 994456c4fd7b: Preparing 23:18:56 7f23cfadbf9f: Waiting 23:18:56 994456c4fd7b: Waiting 23:18:56 1eaa2cbb0938: Layer already exists 23:18:56 2948c4f64084: Layer already exists 23:18:56 5193970b9da5: Layer already exists 23:18:56 e64dd9312b68: Layer already exists 23:18:56 5762ba0c5a7f: Layer already exists 23:18:56 7f23cfadbf9f: Layer already exists 23:18:56 994456c4fd7b: Layer already exists 23:18:56 4.1.0-dev.9: digest: sha256:28108c7a0d24b8ae4583fe34e5cba0f0d4206db3ca509d76cea76289c8a48eb4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:18:57 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:18:57 + docker push nexus3.edgexfoundry.org:10004/support-notifications:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:18:57 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 23:18:57 5193970b9da5: Preparing 23:18:57 e64dd9312b68: Preparing 23:18:57 2948c4f64084: Preparing 23:18:57 1eaa2cbb0938: Preparing 23:18:57 5762ba0c5a7f: Preparing 23:18:57 7f23cfadbf9f: Preparing 23:18:57 994456c4fd7b: Preparing 23:18:57 7f23cfadbf9f: Waiting 23:18:57 994456c4fd7b: Waiting 23:18:57 5193970b9da5: Layer already exists 23:18:57 e64dd9312b68: Layer already exists 23:18:57 5762ba0c5a7f: Layer already exists 23:18:57 2948c4f64084: Layer already exists 23:18:57 1eaa2cbb0938: Layer already exists 23:18:57 7f23cfadbf9f: Layer already exists 23:18:57 994456c4fd7b: Layer already exists 23:18:57 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:28108c7a0d24b8ae4583fe34e5cba0f0d4206db3ca509d76cea76289c8a48eb4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:18:57 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:18:58 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 23:18:58 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 23:18:58 5193970b9da5: Preparing 23:18:58 e64dd9312b68: Preparing 23:18:58 2948c4f64084: Preparing 23:18:58 1eaa2cbb0938: Preparing 23:18:58 5762ba0c5a7f: Preparing 23:18:58 7f23cfadbf9f: Preparing 23:18:58 994456c4fd7b: Preparing 23:18:58 7f23cfadbf9f: Waiting 23:18:58 994456c4fd7b: Waiting 23:18:58 5762ba0c5a7f: Layer already exists 23:18:58 2948c4f64084: Layer already exists 23:18:58 1eaa2cbb0938: Layer already exists 23:18:58 e64dd9312b68: Layer already exists 23:18:58 5193970b9da5: Layer already exists 23:18:58 7f23cfadbf9f: Layer already exists 23:18:58 994456c4fd7b: Layer already exists 23:18:58 main: digest: sha256:28108c7a0d24b8ae4583fe34e5cba0f0d4206db3ca509d76cea76289c8a48eb4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:18:58 ===================================================== [Pipeline] echo 23:18:58 taggedImages: 23:18:58 - nexus3.edgexfoundry.org:10004/support-notifications:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:18:58 - nexus3.edgexfoundry.org:10004/support-notifications:latest 23:18:58 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.9 23:18:58 - nexus3.edgexfoundry.org:10004/support-notifications:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:18:58 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 23:18:58 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 23:18:58 2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:18:58 latest 23:18:58 4.1.0-dev.9 23:18:58 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:18:58 main 23:18:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:18:58 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:18:58 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:18:58 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 23:18:58 5bab791b7f5e: Preparing 23:18:58 d6c919e97a17: Preparing 23:18:58 2948c4f64084: Preparing 23:18:58 1eaa2cbb0938: Preparing 23:18:58 a94e19756d50: Preparing 23:18:58 eae8da030c7f: Preparing 23:18:58 994456c4fd7b: Preparing 23:18:58 eae8da030c7f: Waiting 23:18:58 994456c4fd7b: Waiting 23:18:58 2948c4f64084: Layer already exists 23:18:58 1eaa2cbb0938: Layer already exists 23:18:58 994456c4fd7b: Layer already exists 23:18:58 a94e19756d50: Pushed 23:18:58 5bab791b7f5e: Pushed 23:18:59 eae8da030c7f: Pushed 23:19:03 d6c919e97a17: Pushed 23:19:03 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:7a5fbc15fe76b199c1fd59d2ac4843f51aaf4fcf39d0562e231b8e2716a717be size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:19:03 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:19:04 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 23:19:04 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 23:19:04 5bab791b7f5e: Preparing 23:19:04 d6c919e97a17: Preparing 23:19:04 2948c4f64084: Preparing 23:19:04 1eaa2cbb0938: Preparing 23:19:04 a94e19756d50: Preparing 23:19:04 eae8da030c7f: Preparing 23:19:04 994456c4fd7b: Preparing 23:19:04 eae8da030c7f: Waiting 23:19:04 994456c4fd7b: Waiting 23:19:04 1eaa2cbb0938: Layer already exists 23:19:04 a94e19756d50: Layer already exists 23:19:04 5bab791b7f5e: Layer already exists 23:19:04 d6c919e97a17: Layer already exists 23:19:04 2948c4f64084: Layer already exists 23:19:04 994456c4fd7b: Layer already exists 23:19:04 eae8da030c7f: Layer already exists 23:19:04 latest: digest: sha256:7a5fbc15fe76b199c1fd59d2ac4843f51aaf4fcf39d0562e231b8e2716a717be size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:19:04 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:19:04 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.9 23:19:04 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 23:19:04 5bab791b7f5e: Preparing 23:19:04 d6c919e97a17: Preparing 23:19:04 2948c4f64084: Preparing 23:19:04 1eaa2cbb0938: Preparing 23:19:04 a94e19756d50: Preparing 23:19:04 eae8da030c7f: Preparing 23:19:04 994456c4fd7b: Preparing 23:19:04 eae8da030c7f: Waiting 23:19:04 994456c4fd7b: Waiting 23:19:04 1eaa2cbb0938: Layer already exists 23:19:04 d6c919e97a17: Layer already exists 23:19:04 2948c4f64084: Layer already exists 23:19:04 5bab791b7f5e: Layer already exists 23:19:04 a94e19756d50: Layer already exists 23:19:04 eae8da030c7f: Layer already exists 23:19:04 994456c4fd7b: Layer already exists 23:19:04 4.1.0-dev.9: digest: sha256:7a5fbc15fe76b199c1fd59d2ac4843f51aaf4fcf39d0562e231b8e2716a717be size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:19:05 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:19:05 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:19:05 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 23:19:05 5bab791b7f5e: Preparing 23:19:05 d6c919e97a17: Preparing 23:19:05 2948c4f64084: Preparing 23:19:05 1eaa2cbb0938: Preparing 23:19:05 a94e19756d50: Preparing 23:19:05 eae8da030c7f: Preparing 23:19:05 994456c4fd7b: Preparing 23:19:05 eae8da030c7f: Waiting 23:19:05 994456c4fd7b: Waiting 23:19:05 1eaa2cbb0938: Layer already exists 23:19:05 5bab791b7f5e: Layer already exists 23:19:05 a94e19756d50: Layer already exists 23:19:05 d6c919e97a17: Layer already exists 23:19:05 2948c4f64084: Layer already exists 23:19:05 eae8da030c7f: Layer already exists 23:19:05 994456c4fd7b: Layer already exists 23:19:05 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:7a5fbc15fe76b199c1fd59d2ac4843f51aaf4fcf39d0562e231b8e2716a717be size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:19:05 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:19:06 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 23:19:06 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 23:19:06 5bab791b7f5e: Preparing 23:19:06 d6c919e97a17: Preparing 23:19:06 2948c4f64084: Preparing 23:19:06 1eaa2cbb0938: Preparing 23:19:06 a94e19756d50: Preparing 23:19:06 eae8da030c7f: Preparing 23:19:06 994456c4fd7b: Preparing 23:19:06 eae8da030c7f: Waiting 23:19:06 994456c4fd7b: Waiting 23:19:06 d6c919e97a17: Layer already exists 23:19:06 2948c4f64084: Layer already exists 23:19:06 a94e19756d50: Layer already exists 23:19:06 5bab791b7f5e: Layer already exists 23:19:06 1eaa2cbb0938: Layer already exists 23:19:06 994456c4fd7b: Layer already exists 23:19:06 eae8da030c7f: Layer already exists 23:19:06 main: digest: sha256:7a5fbc15fe76b199c1fd59d2ac4843f51aaf4fcf39d0562e231b8e2716a717be size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:19:06 ===================================================== [Pipeline] echo 23:19:06 taggedImages: 23:19:06 - nexus3.edgexfoundry.org:10004/support-scheduler:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:19:06 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 23:19:06 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.9 23:19:06 - nexus3.edgexfoundry.org:10004/support-scheduler:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:19:06 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 23:19:06 ========================================================= 23:19:06 [edgeXBuildMultiArch] RAW Config: 23:19:06 images: 23:19:06 - nexus3.edgexfoundry.org:10004/core-command:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:19:06 - nexus3.edgexfoundry.org:10004/core-command:latest 23:19:06 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.9 23:19:06 - nexus3.edgexfoundry.org:10004/core-command:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:19:06 - nexus3.edgexfoundry.org:10004/core-command:main 23:19:06 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:19:06 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 23:19:06 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.9 23:19:06 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:19:06 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 23:19:06 - nexus3.edgexfoundry.org:10004/core-data:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:19:06 - nexus3.edgexfoundry.org:10004/core-data:latest 23:19:06 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.9 23:19:06 - nexus3.edgexfoundry.org:10004/core-data:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:19:06 - nexus3.edgexfoundry.org:10004/core-data:main 23:19:06 - nexus3.edgexfoundry.org:10004/core-keeper:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:19:06 - nexus3.edgexfoundry.org:10004/core-keeper:latest 23:19:06 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.9 23:19:06 - nexus3.edgexfoundry.org:10004/core-keeper:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:19:06 - nexus3.edgexfoundry.org:10004/core-keeper:main 23:19:06 - nexus3.edgexfoundry.org:10004/core-metadata:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:19:06 - nexus3.edgexfoundry.org:10004/core-metadata:latest 23:19:06 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.9 23:19:06 - nexus3.edgexfoundry.org:10004/core-metadata:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:19:06 - nexus3.edgexfoundry.org:10004/core-metadata:main 23:19:06 - nexus3.edgexfoundry.org:10004/security-bootstrapper:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:19:06 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 23:19:06 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.9 23:19:06 - nexus3.edgexfoundry.org:10004/security-bootstrapper:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:19:06 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 23:19:06 - nexus3.edgexfoundry.org:10004/security-proxy-auth:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:19:06 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 23:19:06 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.9 23:19:06 - nexus3.edgexfoundry.org:10004/security-proxy-auth:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:19:06 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 23:19:06 - nexus3.edgexfoundry.org:10004/security-proxy-setup:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:19:06 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 23:19:06 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.9 23:19:06 - nexus3.edgexfoundry.org:10004/security-proxy-setup:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:19:06 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 23:19:06 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:19:06 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 23:19:06 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.9 23:19:06 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:19:06 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 23:19:06 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:19:06 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 23:19:06 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.9 23:19:06 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:19:06 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 23:19:06 - nexus3.edgexfoundry.org:10004/security-spire-agent:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:19:06 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 23:19:06 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.9 23:19:06 - nexus3.edgexfoundry.org:10004/security-spire-agent:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:19:06 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 23:19:06 - nexus3.edgexfoundry.org:10004/security-spire-config:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:19:06 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 23:19:06 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.9 23:19:06 - nexus3.edgexfoundry.org:10004/security-spire-config:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:19:06 - nexus3.edgexfoundry.org:10004/security-spire-config:main 23:19:06 - nexus3.edgexfoundry.org:10004/security-spire-server:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:19:06 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 23:19:06 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.9 23:19:06 - nexus3.edgexfoundry.org:10004/security-spire-server:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:19:06 - nexus3.edgexfoundry.org:10004/security-spire-server:main 23:19:06 - nexus3.edgexfoundry.org:10004/support-notifications:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:19:06 - nexus3.edgexfoundry.org:10004/support-notifications:latest 23:19:06 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.9 23:19:06 - nexus3.edgexfoundry.org:10004/support-notifications:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:19:06 - nexus3.edgexfoundry.org:10004/support-notifications:main 23:19:06 - nexus3.edgexfoundry.org:10004/support-scheduler:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:19:06 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 23:19:06 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.9 23:19:06 - nexus3.edgexfoundry.org:10004/support-scheduler:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:19:06 - nexus3.edgexfoundry.org:10004/support-scheduler:main 23:19:06 settingsFile: 23:19:06 edgex-go-settings 23:19:06 ========================================================= [Pipeline] node 23:19:21 Still waiting to schedule task 23:19:21 All nodes of label ‘centos7-docker-4c-2g’ are offline 23:20:13 Running on prd-centos7-docker-4c-2g-968 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:20:13 provisioning config files... 23:20:13 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config1043567543650669379tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:20:14 ---> ****-login.sh 23:20:14 nexus3.edgexfoundry.org:10001 23:34:35 #154 ... 23:34:35 23:34:35 #147 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 23:34:35 #147 DONE 1044.7s 23:34:35 23:34:35 #145 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 23:34:35 #145 ... 23:34:35 23:34:35 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 23:34:35 #155 DONE 0.3s 23:34:35 23:34:35 #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 23:34:35 #156 DONE 0.3s 23:34:35 23:34:35 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 23:34:35 #146 ... 23:34:35 23:34:35 #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 23:34:35 #157 DONE 0.3s 23:34:35 23:34:35 #122 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 23:34:35 #122 ... 23:34:35 23:34:35 #158 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 23:34:35 #158 DONE 0.3s 23:34:35 23:34:35 #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 23:34:35 #152 ... 23:34:35 23:34:35 #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 23:34:35 #159 DONE 0.2s 23:34:35 23:34:35 #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 23:34:35 #160 DONE 1.9s 23:34:35 23:34:35 #145 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 23:34:35 #145 ... 23:34:35 23:34:35 #117 [core-common-config-bootstrapper] exporting to image 23:34:35 #117 exporting layers 23:34:35 #117 exporting layers 0.8s done 23:34:35 #117 writing image sha256:c0be02f7781e61452a4aca4bf701d8ce57761fe479331aa56636f667dc3735c4 done 23:34:35 #117 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 23:34:35 #117 DONE 5.4s 23:34:35 23:34:35 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 23:34:51 #146 ... 23:34:51 23:34:51 #154 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 23:34:51 #154 DONE 1069.6s 23:34:51 23:34:51 #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 23:34:51 #161 DONE 0.4s 23:34:51 23:34:51 #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 23:34:53 #162 DONE 2.5s 23:34:53 23:34:53 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 23:34:54 #163 DONE 0.5s 23:34:54 23:34:54 #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 23:34:54 #68 ... 23:34:54 23:34:54 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 23:34:54 #164 DONE 0.2s 23:34:54 23:34:54 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 23:34:54 #165 DONE 0.3s 23:34:54 23:34:54 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 23:34:55 #166 DONE 0.1s 23:34:55 23:34:55 #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/ 23:34:55 #167 DONE 0.1s 23:34:55 23:34:55 #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/ 23:34:55 #168 DONE 0.1s 23:34:55 23:34:55 #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 23:34:55 #151 ... 23:34:55 23:34:55 #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/ 23:34:55 #169 DONE 0.2s 23:34:55 23:34:55 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 23:34:55 #170 DONE 0.1s 23:34:55 23:34:55 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 23:34:57 #171 DONE 2.0s 23:34:57 23:34:57 #117 [security-bootstrapper] exporting to image 23:34:57 #117 exporting layers 23:34:58 #117 exporting layers 1.3s done 23:34:58 #117 writing image sha256:096ef7b4ce86323d81ebb90b337abd278df3e718ac0164cea0be010f9cead98c 0.0s done 23:34:58 #117 naming to docker.io/library/security-bootstrapper-arm64 0.1s done 23:34:58 #117 DONE 6.8s 23:34:58 23:34:58 #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 23:49:06 #149 ... 23:49:06 23:49:06 #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 23:49:06 #151 DONE 1912.5s 23:49:06 23:49:06 #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 23:49:06 #150 ... 23:49:06 23:49:06 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 23:49:06 #172 DONE 0.2s 23:49:06 23:49:06 #122 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 23:49:06 #122 ... 23:49:06 23:49:06 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 23:49:06 #173 DONE 0.1s 23:49:06 23:49:06 #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 23:49:06 #174 DONE 0.4s 23:49:06 23:49:06 #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 23:49:06 #175 DONE 0.3s 23:49:06 23:49:06 #117 [core-command] exporting to image 23:49:06 #117 exporting layers 23:49:06 #117 exporting layers 0.5s done 23:49:06 #117 writing image sha256:cc1b1ffdfc6b5ccca4033544afcdcbf1b50963eb404840acd34111567b3ca3b3 done 23:49:06 #117 naming to docker.io/library/core-command-arm64 done 23:49:06 #117 DONE 7.3s 23:49:06 23:49:06 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 23:49:18 #146 ... 23:49:18 23:49:18 #145 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 23:49:18 #145 1936.4 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 23:49:28 #145 ... 23:49:28 23:49:28 #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 23:49:28 #150 DONE 1947.6s 23:49:28 23:49:28 #144 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 23:49:29 #144 ... 23:49:29 23:49:29 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 23:49:29 #176 DONE 0.4s 23:49:29 23:49:29 #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 23:49:29 #177 DONE 0.1s 23:49:29 23:49:29 #178 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 23:49:29 #178 DONE 0.1s 23:49:29 23:49:29 #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 23:49:29 #149 ... 23:49:29 23:49:29 #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 23:49:29 #179 DONE 0.1s 23:49:30 23:49:30 #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 23:49:30 #180 DONE 0.4s 23:49:30 23:49:30 #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 23:49:30 #181 DONE 0.2s 23:49:30 23:49:30 #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 23:49:30 #152 ... 23:49:30 23:49:30 #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 23:49:32 #182 DONE 2.1s 23:49:32 23:49:32 #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 23:49:32 #152 ... 23:49:32 23:49:32 #117 [security-proxy-setup] exporting to image 23:49:32 #117 exporting layers 23:49:33 #117 exporting layers 1.1s done 23:49:33 #117 writing image sha256:629cf9e1e32d8977f2eee03fad117fc0b2798a5b971cc977ac07cbdc3d457fd9 done 23:49:33 #117 naming to docker.io/library/security-proxy-setup-arm64 done 23:49:33 #117 DONE 8.5s 23:49:33 23:49:33 #122 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 23:49:48 #122 ... 23:49:48 23:49:48 #145 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 23:49:48 #145 DONE 1965.7s 23:49:48 23:49:48 #144 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 23:49:48 #144 ... 23:49:48 23:49:48 #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 23:49:48 #183 DONE 0.2s 23:49:48 23:49:48 #144 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 23:49:48 #144 ... 23:49:48 23:49:48 #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 23:49:48 #184 DONE 0.1s 23:49:48 23:49:48 #185 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 23:49:48 #185 DONE 0.1s 23:49:48 23:49:48 #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 23:49:48 #153 ... 23:49:48 23:49:48 #186 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 23:49:48 #186 DONE 0.2s 23:49:48 23:49:48 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 23:49:48 #187 DONE 0.1s 23:49:48 23:49:48 #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 23:49:48 #148 ... 23:49:48 23:49:48 #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 23:49:48 #188 DONE 0.3s 23:49:48 23:49:48 #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 23:49:49 #189 DONE 0.5s 23:49:49 23:49:49 #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 23:49:49 #190 DONE 0.1s 23:49:49 23:49:49 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 23:49:51 #191 DONE 2.0s 23:49:51 23:49:51 #117 [security-secretstore-setup] exporting to image 23:49:51 #117 exporting layers 23:49:53 #117 exporting layers 1.6s done 23:49:53 #117 writing image sha256:d303bd36fb38bfb66e81fb2513664cf794bbf52f394ffaa7bd92c73d3bcccd8b 0.0s done 23:49:53 #117 naming to docker.io/library/security-secretstore-setup-arm64 done 23:49:53 #117 DONE 10.1s 23:49:53 23:49:53 #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 23:51:01 #153 ... 23:51:01 23:51:01 #122 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 23:51:01 #122 DONE 2034.6s 23:51:01 23:51:01 #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 23:51:01 #153 ... 23:51:01 23:51:01 #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 23:51:01 #192 DONE 0.1s 23:51:01 23:51:01 #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 23:51:01 #149 ... 23:51:01 23:51:01 #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 23:51:01 #193 DONE 0.1s 23:51:01 23:51:01 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 23:51:01 #194 DONE 0.4s 23:51:01 23:51:01 #144 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 23:51:01 #144 ... 23:51:01 23:51:01 #195 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 23:51:01 #195 DONE 0.1s 23:51:01 23:51:01 #117 [security-spiffe-token-provider] exporting to image 23:51:01 #117 exporting layers 23:51:01 #117 exporting layers 0.9s done 23:51:01 #117 writing image sha256:4669395fe801b037fab64e56ef7b256e86cbdc8befb047f31aa1f644aeba5859 done 23:51:01 #117 naming to docker.io/library/security-spiffe-token-provider-arm64 done 23:51:01 #117 DONE 11.1s 23:51:01 23:51:01 #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 23:51:33 #148 DONE 2070.7s 23:51:33 23:51:33 #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 23:51:33 #149 ... 23:51:33 23:51:33 #196 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 23:51:33 #196 DONE 0.1s 23:51:33 23:51:33 #144 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 23:51:33 #144 ... 23:51:33 23:51:33 #197 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 23:51:33 #197 DONE 0.6s 23:51:33 23:51:33 #198 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 23:51:33 #198 DONE 0.1s 23:51:33 23:51:33 #117 [core-keeper] exporting to image 23:51:33 #117 exporting layers 23:51:33 #117 exporting layers 0.4s done 23:51:33 #117 writing image sha256:e1d9bf3e13ec9ed3419fa98282ccba89c1ffb2eb810ab8175d86ec4ec86720b1 done 23:51:33 #117 naming to docker.io/library/core-keeper-arm64 done 23:51:33 #117 DONE 11.5s 23:51:33 23:51:33 #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 23:51:35 #149 DONE 2074.0s 23:51:35 23:51:35 #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 23:51:35 #152 ... 23:51:35 23:51:35 #199 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 23:51:35 #199 DONE 0.1s 23:51:35 23:51:35 #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 23:51:35 #153 ... 23:51:35 23:51:35 #200 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 23:51:36 #200 DONE 0.3s 23:51:36 23:51:36 #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 23:51:36 #152 ... 23:51:36 23:51:36 #144 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 23:51:36 #144 DONE 2075.0s 23:51:36 23:51:36 #201 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 23:51:37 #201 DONE 0.8s 23:51:37 23:51:37 #202 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 23:51:37 #202 DONE 0.3s 23:51:37 23:51:37 #203 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 23:51:37 #203 ... 23:51:37 23:51:37 #204 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 23:51:37 #204 DONE 0.4s 23:51:37 23:51:37 #203 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 23:51:37 #203 DONE 0.5s 23:51:37 23:51:37 #205 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 23:51:37 #205 ... 23:51:37 23:51:37 #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 23:51:37 #152 DONE 2076.4s 23:51:37 23:51:37 #117 [core-data] exporting to image 23:51:38 #117 ... 23:51:38 23:51:38 #205 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 23:51:38 #205 DONE 1.1s 23:51:38 23:51:38 #206 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 23:51:38 #206 CACHED 23:51:38 23:51:38 #207 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 23:51:38 #207 CACHED 23:51:38 23:51:38 #117 [core-data] exporting to image 23:51:38 #117 exporting layers 1.0s done 23:51:38 #117 writing image sha256:427c4b18e0749b183fbaa449d287780175c43d51ff7bec5ba3d76fc43d092c39 done 23:51:38 #117 naming to docker.io/library/core-data-arm64 done 23:51:38 #117 DONE 12.6s 23:51:38 23:51:38 #208 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 23:51:38 #208 ... 23:51:38 23:51:38 #209 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 23:51:38 #209 DONE 0.3s 23:51:38 23:51:38 #210 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 23:51:39 #210 DONE 0.2s 23:51:39 23:51:39 #211 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 23:51:39 #211 ... 23:51:39 23:51:39 #208 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 23:51:39 #208 DONE 0.8s 23:51:39 23:51:39 #212 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 23:51:39 #212 DONE 0.2s 23:51:39 23:51:39 #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 23:51:40 #213 DONE 0.2s 23:51:40 23:51:40 #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 23:51:40 #153 ... 23:51:40 23:51:40 #117 [core-metadata] exporting to image 23:51:40 #117 exporting layers 0.7s done 23:51:40 #117 writing image sha256:8adbc8587322a743b57a5761f1df0d104082757ff26c7126d63e0c553295a08a done 23:51:40 #117 naming to docker.io/library/core-metadata-arm64 done 23:51:40 #117 DONE 13.3s 23:51:40 23:51:40 #211 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 23:51:41 #211 DONE 2.0s 23:51:41 23:51:41 #117 [security-proxy-auth] exporting to image 23:51:41 #117 exporting layers 0.8s done 23:51:41 #117 writing image sha256:1e2a62fe6b53301f8552251b59f98bd2d2d3b6c3bb262d377f4b6176bd724c0a done 23:51:41 #117 naming to docker.io/library/security-proxy-auth-arm64 done 23:51:41 #117 DONE 14.0s 23:51:41 23:51:41 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 23:52:14 #146 ... 23:52:14 23:52:14 #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 23:52:14 #153 DONE 2109.1s 23:52:14 23:52:14 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 23:52:14 #214 DONE 0.2s 23:52:14 23:52:14 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 23:52:14 #215 DONE 0.1s 23:52:14 23:52:14 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 23:52:14 #146 ... 23:52:14 23:52:14 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 23:52:14 #216 DONE 0.6s 23:52:14 23:52:14 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 23:52:14 #217 DONE 0.1s 23:52:14 23:52:14 #117 [support-scheduler] exporting to image 23:52:14 #117 exporting layers 23:52:14 #117 exporting layers 1.0s done 23:52:14 #117 writing image sha256:d28cbb401d36e321618331680536529f4171521df9840489585557cc10551750 done 23:52:14 #117 naming to docker.io/library/support-scheduler-arm64 23:52:14 #117 naming to docker.io/library/support-scheduler-arm64 done 23:52:14 #117 DONE 15.0s 23:52:14 23:52:14 #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 23:52:16 #68 ... 23:52:16 23:52:16 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 23:52:16 #146 DONE 2114.4s 23:52:16 23:52:16 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 23:52:16 #218 DONE 0.1s 23:52:16 23:52:16 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 23:52:16 #219 DONE 0.1s 23:52:16 23:52:16 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 23:52:16 #220 DONE 0.4s 23:52:16 23:52:16 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 23:52:16 #221 DONE 0.1s 23:52:16 23:52:16 #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 23:52:16 #68 ... 23:52:16 23:52:16 #117 [support-notifications] exporting to image 23:52:17 #117 exporting layers 0.5s done 23:52:17 #117 writing image sha256:ab5db79f14133d5451cbb7741fc1073a05045083921db151051013ea2efc0266 done 23:52:17 #117 naming to docker.io/library/support-notifications-arm64 done 23:52:17 #117 DONE 15.6s 23:52:17 23:52:17 #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 23:52:17 time="2025-05-05T23:14:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 23:52:17 time="2025-05-05T23:14:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 23:52:17 time="2025-05-05T23:14:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 23:52:17 time="2025-05-05T23:14:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 23:52:17 time="2025-05-05T23:14:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 23:52:17 time="2025-05-05T23:14:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 23:52:17 time="2025-05-05T23:14:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 23:52:17 time="2025-05-05T23:14:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 23:52:17 time="2025-05-05T23:14:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 23:52:17 time="2025-05-05T23:14:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 23:52:17 time="2025-05-05T23:14:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 23:52:17 time="2025-05-05T23:14:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 23:52:17 time="2025-05-05T23:14:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 23:52:17 time="2025-05-05T23:14:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 23:52:17 time="2025-05-05T23:14:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 23:52:17 $ docker stop --time=1 efafd4b12c790e8ffeb9fcbc0f5798666e7a2c380257f804928b1163597092de 23:52:18 $ docker rm -f --volumes efafd4b12c790e8ffeb9fcbc0f5798666e7a2c380257f804928b1163597092de [Pipeline] // withDockerContainer [Pipeline] sh 23:52:19 + docker images 23:52:19 REPOSITORY TAG IMAGE ID CREATED SIZE 23:52:19 support-notifications-arm64 latest ab5db79f1413 3 seconds ago 52.3MB 23:52:19 support-scheduler-arm64 latest d28cbb401d36 8 seconds ago 48.5MB 23:52:19 security-proxy-auth-arm64 latest 1e2a62fe6b53 39 seconds ago 31.9MB 23:52:19 core-metadata-arm64 latest 8adbc8587322 40 seconds ago 33.1MB 23:52:19 core-data-arm64 latest 427c4b18e074 42 seconds ago 33MB 23:52:19 core-keeper-arm64 latest e1d9bf3e13ec 46 seconds ago 32.6MB 23:52:19 security-spiffe-token-provider-arm64 latest 4669395fe801 About a minute ago 48.1MB 23:52:19 security-secretstore-setup-arm64 latest d303bd36fb38 2 minutes ago 67.6MB 23:52:19 security-proxy-setup-arm64 latest 629cf9e1e32d 2 minutes ago 38.7MB 23:52:19 core-command-arm64 latest cc1b1ffdfc6b 3 minutes ago 28.5MB 23:52:19 security-bootstrapper-arm64 latest 096ef7b4ce86 17 minutes ago 21.1MB 23:52:19 core-common-config-bootstrapper-arm64 latest c0be02f7781e 17 minutes ago 17.9MB 23:52:19 security-spire-agent-arm64 latest 8250495beab6 36 minutes ago 187MB 23:52:19 security-spire-config-arm64 latest bcb2f2484b00 36 minutes ago 143MB 23:52:19 security-spire-server-arm64 latest 11d7571eef6f 36 minutes ago 144MB 23:52:19 ci-base-image-arm64 latest 719cd3ace01d 38 minutes ago 910MB 23:52:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 12c1d4c06be1 3 weeks ago 560MB 23:52:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 23 months ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:52:19 provisioning config files... 23:52:19 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/835@tmp/config1612247504516601895tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:52:19 ---> ****-login.sh 23:52:19 nexus3.edgexfoundry.org:10001 23:52:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:52:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:52:20 Configure a credential helper to remove this warning. See 23:52:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:52:20 23:52:20 Login Succeeded 23:52:20 nexus3.edgexfoundry.org:10002 23:52:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:52:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:52:20 Configure a credential helper to remove this warning. See 23:52:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:52:20 23:52:20 Login Succeeded 23:52:20 nexus3.edgexfoundry.org:10003 23:52:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:52:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:52:20 Configure a credential helper to remove this warning. See 23:52:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:52:20 23:52:20 Login Succeeded 23:52:20 nexus3.edgexfoundry.org:10004 23:52:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:52:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:52:21 Configure a credential helper to remove this warning. See 23:52:21 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:52:21 23:52:21 Login Succeeded 23:52:21 ****.io 23:52:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:52:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:52:21 Configure a credential helper to remove this warning. See 23:52:21 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:52:21 23:52:21 Login Succeeded 23:52:21 ---> ****-login.sh ends [Pipeline] } 23:52:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:52:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 23:52:22 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 23:52:22 2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:52:22 latest 23:52:22 4.1.0-dev.9 23:52:22 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:52:22 main 23:52:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:52:22 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:52:22 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:52:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 23:52:22 e87fbbef8c07: Preparing 23:52:22 f46a63f8427b: Preparing 23:52:22 1089a6bb6171: Preparing 23:52:22 93ae660f8f25: Preparing 23:52:22 323ba5a214a2: Preparing 23:52:22 a5c50dc1def7: Preparing 23:52:22 dd9c8f8612c8: Preparing 23:52:22 a5c50dc1def7: Waiting 23:52:22 dd9c8f8612c8: Waiting 23:52:23 93ae660f8f25: Pushed 23:52:23 e87fbbef8c07: Pushed 23:52:23 1089a6bb6171: Pushed 23:52:23 323ba5a214a2: Pushed 23:52:23 dd9c8f8612c8: Layer already exists 23:52:23 a5c50dc1def7: Pushed 23:52:27 f46a63f8427b: Pushed 23:52:27 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:9973bf55234bf2a09b62a6374327835ef25ea5b984e3bc349083df88a91842c3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:52:27 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:52:28 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 23:52:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 23:52:28 e87fbbef8c07: Preparing 23:52:28 f46a63f8427b: Preparing 23:52:28 1089a6bb6171: Preparing 23:52:28 93ae660f8f25: Preparing 23:52:28 323ba5a214a2: Preparing 23:52:28 a5c50dc1def7: Preparing 23:52:28 dd9c8f8612c8: Preparing 23:52:28 a5c50dc1def7: Waiting 23:52:28 dd9c8f8612c8: Waiting 23:52:28 323ba5a214a2: Layer already exists 23:52:28 f46a63f8427b: Layer already exists 23:52:28 93ae660f8f25: Layer already exists 23:52:28 1089a6bb6171: Layer already exists 23:52:28 e87fbbef8c07: Layer already exists 23:52:28 a5c50dc1def7: Layer already exists 23:52:28 dd9c8f8612c8: Layer already exists 23:52:28 latest: digest: sha256:9973bf55234bf2a09b62a6374327835ef25ea5b984e3bc349083df88a91842c3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:52:28 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:52:29 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.9 23:52:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 23:52:29 e87fbbef8c07: Preparing 23:52:29 f46a63f8427b: Preparing 23:52:29 1089a6bb6171: Preparing 23:52:29 93ae660f8f25: Preparing 23:52:29 323ba5a214a2: Preparing 23:52:29 a5c50dc1def7: Preparing 23:52:29 dd9c8f8612c8: Preparing 23:52:29 a5c50dc1def7: Waiting 23:52:29 dd9c8f8612c8: Waiting 23:52:29 93ae660f8f25: Layer already exists 23:52:29 f46a63f8427b: Layer already exists 23:52:29 1089a6bb6171: Layer already exists 23:52:29 323ba5a214a2: Layer already exists 23:52:29 e87fbbef8c07: Layer already exists 23:52:29 a5c50dc1def7: Layer already exists 23:52:29 dd9c8f8612c8: Layer already exists 23:52:29 4.1.0-dev.9: digest: sha256:9973bf55234bf2a09b62a6374327835ef25ea5b984e3bc349083df88a91842c3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:52:29 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:52:30 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:52:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 23:52:30 e87fbbef8c07: Preparing 23:52:30 f46a63f8427b: Preparing 23:52:30 1089a6bb6171: Preparing 23:52:30 93ae660f8f25: Preparing 23:52:30 323ba5a214a2: Preparing 23:52:30 a5c50dc1def7: Preparing 23:52:30 dd9c8f8612c8: Preparing 23:52:30 a5c50dc1def7: Waiting 23:52:30 dd9c8f8612c8: Waiting 23:52:30 e87fbbef8c07: Layer already exists 23:52:30 1089a6bb6171: Layer already exists 23:52:30 f46a63f8427b: Layer already exists 23:52:30 323ba5a214a2: Layer already exists 23:52:30 93ae660f8f25: Layer already exists 23:52:30 dd9c8f8612c8: Layer already exists 23:52:30 a5c50dc1def7: Layer already exists 23:52:30 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:9973bf55234bf2a09b62a6374327835ef25ea5b984e3bc349083df88a91842c3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:52:30 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:52:31 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 23:52:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 23:52:31 e87fbbef8c07: Preparing 23:52:31 f46a63f8427b: Preparing 23:52:31 1089a6bb6171: Preparing 23:52:31 93ae660f8f25: Preparing 23:52:31 323ba5a214a2: Preparing 23:52:31 a5c50dc1def7: Preparing 23:52:31 dd9c8f8612c8: Preparing 23:52:31 dd9c8f8612c8: Waiting 23:52:31 a5c50dc1def7: Waiting 23:52:31 1089a6bb6171: Layer already exists 23:52:31 f46a63f8427b: Layer already exists 23:52:31 93ae660f8f25: Layer already exists 23:52:31 323ba5a214a2: Layer already exists 23:52:31 e87fbbef8c07: Layer already exists 23:52:31 dd9c8f8612c8: Layer already exists 23:52:31 a5c50dc1def7: Layer already exists 23:52:31 main: digest: sha256:9973bf55234bf2a09b62a6374327835ef25ea5b984e3bc349083df88a91842c3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:52:31 ===================================================== [Pipeline] echo 23:52:31 taggedImages: 23:52:31 - nexus3.edgexfoundry.org:10004/core-command-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:52:31 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 23:52:31 - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.9 23:52:31 - nexus3.edgexfoundry.org:10004/core-command-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:52:31 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 23:52:31 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 23:52:31 2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:52:31 latest 23:52:31 4.1.0-dev.9 23:52:31 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:52:31 main 23:52:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:52:32 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:52:32 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:52:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 23:52:32 342aa6a5bbfa: Preparing 23:52:32 911c6119d63a: Preparing 23:52:32 32b609b59bda: Preparing 23:52:32 47932f2a7dc5: Preparing 23:52:32 1089a6bb6171: Preparing 23:52:32 93ae660f8f25: Preparing 23:52:32 323ba5a214a2: Preparing 23:52:32 a5c50dc1def7: Preparing 23:52:32 dd9c8f8612c8: Preparing 23:52:32 93ae660f8f25: Waiting 23:52:32 323ba5a214a2: Waiting 23:52:32 a5c50dc1def7: Waiting 23:52:32 dd9c8f8612c8: Waiting 23:52:32 1089a6bb6171: Layer already exists 23:52:32 93ae660f8f25: Layer already exists 23:52:33 323ba5a214a2: Layer already exists 23:52:33 911c6119d63a: Pushed 23:52:33 a5c50dc1def7: Layer already exists 23:52:33 32b609b59bda: Pushed 23:52:33 342aa6a5bbfa: Pushed 23:52:33 dd9c8f8612c8: Layer already exists 23:52:34 47932f2a7dc5: Pushed 23:52:35 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:debeadfb3edc4fd93d3451141b48de6626052d5829fa20db2ddf2b5bb031810f size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:52:35 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:52:36 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 23:52:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 23:52:36 342aa6a5bbfa: Preparing 23:52:36 911c6119d63a: Preparing 23:52:36 32b609b59bda: Preparing 23:52:36 47932f2a7dc5: Preparing 23:52:36 1089a6bb6171: Preparing 23:52:36 93ae660f8f25: Preparing 23:52:36 323ba5a214a2: Preparing 23:52:36 a5c50dc1def7: Preparing 23:52:36 dd9c8f8612c8: Preparing 23:52:36 323ba5a214a2: Waiting 23:52:36 a5c50dc1def7: Waiting 23:52:36 dd9c8f8612c8: Waiting 23:52:36 93ae660f8f25: Waiting 23:52:36 47932f2a7dc5: Layer already exists 23:52:36 911c6119d63a: Layer already exists 23:52:36 32b609b59bda: Layer already exists 23:52:36 93ae660f8f25: Layer already exists 23:52:36 323ba5a214a2: Layer already exists 23:52:36 342aa6a5bbfa: Layer already exists 23:52:36 a5c50dc1def7: Layer already exists 23:52:36 1089a6bb6171: Layer already exists 23:52:36 dd9c8f8612c8: Layer already exists 23:52:36 latest: digest: sha256:debeadfb3edc4fd93d3451141b48de6626052d5829fa20db2ddf2b5bb031810f size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:52:36 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:52:37 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.9 23:52:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 23:52:37 342aa6a5bbfa: Preparing 23:52:37 911c6119d63a: Preparing 23:52:37 32b609b59bda: Preparing 23:52:37 47932f2a7dc5: Preparing 23:52:37 1089a6bb6171: Preparing 23:52:37 93ae660f8f25: Preparing 23:52:37 323ba5a214a2: Preparing 23:52:37 a5c50dc1def7: Preparing 23:52:37 dd9c8f8612c8: Preparing 23:52:37 93ae660f8f25: Waiting 23:52:37 323ba5a214a2: Waiting 23:52:37 a5c50dc1def7: Waiting 23:52:37 342aa6a5bbfa: Layer already exists 23:52:37 32b609b59bda: Layer already exists 23:52:37 911c6119d63a: Layer already exists 23:52:37 1089a6bb6171: Layer already exists 23:52:37 47932f2a7dc5: Layer already exists 23:52:37 a5c50dc1def7: Layer already exists 23:52:37 dd9c8f8612c8: Layer already exists 23:52:37 93ae660f8f25: Layer already exists 23:52:37 323ba5a214a2: Layer already exists 23:52:37 4.1.0-dev.9: digest: sha256:debeadfb3edc4fd93d3451141b48de6626052d5829fa20db2ddf2b5bb031810f size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:52:37 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:52:38 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:52:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 23:52:38 342aa6a5bbfa: Preparing 23:52:38 911c6119d63a: Preparing 23:52:38 32b609b59bda: Preparing 23:52:38 47932f2a7dc5: Preparing 23:52:38 1089a6bb6171: Preparing 23:52:38 93ae660f8f25: Preparing 23:52:38 323ba5a214a2: Preparing 23:52:38 a5c50dc1def7: Preparing 23:52:38 dd9c8f8612c8: Preparing 23:52:38 323ba5a214a2: Waiting 23:52:38 a5c50dc1def7: Waiting 23:52:38 dd9c8f8612c8: Waiting 23:52:38 93ae660f8f25: Waiting 23:52:38 911c6119d63a: Layer already exists 23:52:38 1089a6bb6171: Layer already exists 23:52:38 342aa6a5bbfa: Layer already exists 23:52:38 32b609b59bda: Layer already exists 23:52:38 47932f2a7dc5: Layer already exists 23:52:38 a5c50dc1def7: Layer already exists 23:52:38 93ae660f8f25: Layer already exists 23:52:38 323ba5a214a2: Layer already exists 23:52:38 dd9c8f8612c8: Layer already exists 23:52:38 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:debeadfb3edc4fd93d3451141b48de6626052d5829fa20db2ddf2b5bb031810f size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:52:38 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:52:38 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 23:52:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 23:52:38 342aa6a5bbfa: Preparing 23:52:38 911c6119d63a: Preparing 23:52:38 32b609b59bda: Preparing 23:52:38 47932f2a7dc5: Preparing 23:52:38 1089a6bb6171: Preparing 23:52:38 93ae660f8f25: Preparing 23:52:38 323ba5a214a2: Preparing 23:52:38 a5c50dc1def7: Preparing 23:52:38 93ae660f8f25: Waiting 23:52:38 323ba5a214a2: Waiting 23:52:38 dd9c8f8612c8: Preparing 23:52:38 a5c50dc1def7: Waiting 23:52:38 dd9c8f8612c8: Waiting 23:52:38 47932f2a7dc5: Layer already exists 23:52:38 342aa6a5bbfa: Layer already exists 23:52:38 32b609b59bda: Layer already exists 23:52:38 911c6119d63a: Layer already exists 23:52:38 1089a6bb6171: Layer already exists 23:52:38 323ba5a214a2: Layer already exists 23:52:38 93ae660f8f25: Layer already exists 23:52:38 dd9c8f8612c8: Layer already exists 23:52:38 a5c50dc1def7: Layer already exists 23:52:38 main: digest: sha256:debeadfb3edc4fd93d3451141b48de6626052d5829fa20db2ddf2b5bb031810f size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:52:38 ===================================================== [Pipeline] echo 23:52:38 taggedImages: 23:52:38 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:52:38 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 23:52:38 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.9 23:52:38 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:52:38 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 23:52:38 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 23:52:38 2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:52:38 latest 23:52:38 4.1.0-dev.9 23:52:38 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:52:38 main 23:52:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:52:39 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:52:39 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:52:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 23:52:39 09503b78275d: Preparing 23:52:39 6533d2b72025: Preparing 23:52:39 1089a6bb6171: Preparing 23:52:39 93ae660f8f25: Preparing 23:52:39 9510dcd591dd: Preparing 23:52:39 dd3b9961b742: Preparing 23:52:39 dd9c8f8612c8: Preparing 23:52:39 dd3b9961b742: Waiting 23:52:39 dd9c8f8612c8: Waiting 23:52:39 1089a6bb6171: Layer already exists 23:52:39 93ae660f8f25: Layer already exists 23:52:39 dd9c8f8612c8: Layer already exists 23:52:39 9510dcd591dd: Pushed 23:52:39 09503b78275d: Pushed 23:52:39 dd3b9961b742: Pushed 23:52:45 6533d2b72025: Pushed 23:52:45 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:6d9e04b5170b205b816c6264f60a541dcdba2903afddd3e2ab9767b6109a33af size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:52:45 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:52:46 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 23:52:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 23:52:46 09503b78275d: Preparing 23:52:46 6533d2b72025: Preparing 23:52:46 1089a6bb6171: Preparing 23:52:46 93ae660f8f25: Preparing 23:52:46 9510dcd591dd: Preparing 23:52:46 dd3b9961b742: Preparing 23:52:46 dd9c8f8612c8: Preparing 23:52:46 dd3b9961b742: Waiting 23:52:46 dd9c8f8612c8: Waiting 23:52:46 93ae660f8f25: Layer already exists 23:52:46 09503b78275d: Layer already exists 23:52:46 6533d2b72025: Layer already exists 23:52:46 9510dcd591dd: Layer already exists 23:52:46 1089a6bb6171: Layer already exists 23:52:46 dd3b9961b742: Layer already exists 23:52:46 dd9c8f8612c8: Layer already exists 23:52:46 latest: digest: sha256:6d9e04b5170b205b816c6264f60a541dcdba2903afddd3e2ab9767b6109a33af size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:52:46 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:52:46 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.9 23:52:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 23:52:46 09503b78275d: Preparing 23:52:46 6533d2b72025: Preparing 23:52:46 1089a6bb6171: Preparing 23:52:46 93ae660f8f25: Preparing 23:52:46 9510dcd591dd: Preparing 23:52:46 dd3b9961b742: Preparing 23:52:46 dd9c8f8612c8: Preparing 23:52:46 dd3b9961b742: Waiting 23:52:46 9510dcd591dd: Layer already exists 23:52:46 6533d2b72025: Layer already exists 23:52:46 09503b78275d: Layer already exists 23:52:46 1089a6bb6171: Layer already exists 23:52:46 93ae660f8f25: Layer already exists 23:52:46 dd3b9961b742: Layer already exists 23:52:46 dd9c8f8612c8: Layer already exists 23:52:46 4.1.0-dev.9: digest: sha256:6d9e04b5170b205b816c6264f60a541dcdba2903afddd3e2ab9767b6109a33af size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:52:47 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:52:47 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:52:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 23:52:47 09503b78275d: Preparing 23:52:47 6533d2b72025: Preparing 23:52:47 1089a6bb6171: Preparing 23:52:47 93ae660f8f25: Preparing 23:52:47 9510dcd591dd: Preparing 23:52:47 dd3b9961b742: Preparing 23:52:47 dd9c8f8612c8: Preparing 23:52:47 dd3b9961b742: Waiting 23:52:47 dd9c8f8612c8: Waiting 23:52:47 9510dcd591dd: Layer already exists 23:52:47 93ae660f8f25: Layer already exists 23:52:47 1089a6bb6171: Layer already exists 23:52:47 09503b78275d: Layer already exists 23:52:47 6533d2b72025: Layer already exists 23:52:47 dd3b9961b742: Layer already exists 23:52:47 dd9c8f8612c8: Layer already exists 23:52:47 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:6d9e04b5170b205b816c6264f60a541dcdba2903afddd3e2ab9767b6109a33af size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:52:48 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:52:48 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 23:52:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 23:52:48 09503b78275d: Preparing 23:52:48 6533d2b72025: Preparing 23:52:48 1089a6bb6171: Preparing 23:52:48 93ae660f8f25: Preparing 23:52:48 9510dcd591dd: Preparing 23:52:48 dd3b9961b742: Preparing 23:52:48 dd9c8f8612c8: Preparing 23:52:48 dd3b9961b742: Waiting 23:52:48 dd9c8f8612c8: Waiting 23:52:48 93ae660f8f25: Layer already exists 23:52:48 9510dcd591dd: Layer already exists 23:52:48 09503b78275d: Layer already exists 23:52:48 6533d2b72025: Layer already exists 23:52:48 1089a6bb6171: Layer already exists 23:52:48 dd9c8f8612c8: Layer already exists 23:52:48 dd3b9961b742: Layer already exists 23:52:48 main: digest: sha256:6d9e04b5170b205b816c6264f60a541dcdba2903afddd3e2ab9767b6109a33af size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:52:48 ===================================================== [Pipeline] echo 23:52:48 taggedImages: 23:52:48 - nexus3.edgexfoundry.org:10004/core-data-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:52:48 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 23:52:48 - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.9 23:52:48 - nexus3.edgexfoundry.org:10004/core-data-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:52:48 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 23:52:48 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 23:52:48 2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:52:48 latest 23:52:48 4.1.0-dev.9 23:52:48 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:52:48 main 23:52:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:52:48 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:52:49 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:52:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 23:52:49 5ae8e8329040: Preparing 23:52:49 7564ff0a7428: Preparing 23:52:49 93ae660f8f25: Preparing 23:52:49 ea726bd6214e: Preparing 23:52:49 23b7f53f5d65: Preparing 23:52:49 dd9c8f8612c8: Preparing 23:52:49 dd9c8f8612c8: Waiting 23:52:49 93ae660f8f25: Layer already exists 23:52:49 dd9c8f8612c8: Layer already exists 23:52:49 23b7f53f5d65: Pushed 23:52:49 5ae8e8329040: Pushed 23:52:49 ea726bd6214e: Pushed 23:52:54 7564ff0a7428: Pushed 23:52:54 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:9dcb49423ff960720dbbda0cf63fa85cf97c76c7774481c68566203dbd1ee570 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:52:55 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:52:55 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 23:52:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 23:52:55 5ae8e8329040: Preparing 23:52:55 7564ff0a7428: Preparing 23:52:55 93ae660f8f25: Preparing 23:52:55 ea726bd6214e: Preparing 23:52:55 23b7f53f5d65: Preparing 23:52:55 dd9c8f8612c8: Preparing 23:52:55 dd9c8f8612c8: Waiting 23:52:55 7564ff0a7428: Layer already exists 23:52:55 93ae660f8f25: Layer already exists 23:52:55 ea726bd6214e: Layer already exists 23:52:55 23b7f53f5d65: Layer already exists 23:52:55 5ae8e8329040: Layer already exists 23:52:55 dd9c8f8612c8: Layer already exists 23:52:55 latest: digest: sha256:9dcb49423ff960720dbbda0cf63fa85cf97c76c7774481c68566203dbd1ee570 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:52:56 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:52:56 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.9 23:52:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 23:52:56 5ae8e8329040: Preparing 23:52:56 7564ff0a7428: Preparing 23:52:56 93ae660f8f25: Preparing 23:52:56 ea726bd6214e: Preparing 23:52:56 23b7f53f5d65: Preparing 23:52:56 dd9c8f8612c8: Preparing 23:52:56 dd9c8f8612c8: Waiting 23:52:56 7564ff0a7428: Layer already exists 23:52:56 93ae660f8f25: Layer already exists 23:52:56 23b7f53f5d65: Layer already exists 23:52:56 5ae8e8329040: Layer already exists 23:52:56 ea726bd6214e: Layer already exists 23:52:56 dd9c8f8612c8: Layer already exists 23:52:56 4.1.0-dev.9: digest: sha256:9dcb49423ff960720dbbda0cf63fa85cf97c76c7774481c68566203dbd1ee570 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:52:57 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:52:57 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:52:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 23:52:57 5ae8e8329040: Preparing 23:52:57 7564ff0a7428: Preparing 23:52:57 93ae660f8f25: Preparing 23:52:57 ea726bd6214e: Preparing 23:52:57 23b7f53f5d65: Preparing 23:52:57 dd9c8f8612c8: Preparing 23:52:57 dd9c8f8612c8: Waiting 23:52:57 23b7f53f5d65: Layer already exists 23:52:57 7564ff0a7428: Layer already exists 23:52:57 93ae660f8f25: Layer already exists 23:52:57 ea726bd6214e: Layer already exists 23:52:57 5ae8e8329040: Layer already exists 23:52:57 dd9c8f8612c8: Layer already exists 23:52:57 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:9dcb49423ff960720dbbda0cf63fa85cf97c76c7774481c68566203dbd1ee570 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:52:57 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:52:58 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 23:52:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 23:52:58 5ae8e8329040: Preparing 23:52:58 7564ff0a7428: Preparing 23:52:58 93ae660f8f25: Preparing 23:52:58 ea726bd6214e: Preparing 23:52:58 23b7f53f5d65: Preparing 23:52:58 dd9c8f8612c8: Preparing 23:52:58 dd9c8f8612c8: Waiting 23:52:58 7564ff0a7428: Layer already exists 23:52:58 5ae8e8329040: Layer already exists 23:52:58 23b7f53f5d65: Layer already exists 23:52:58 ea726bd6214e: Layer already exists 23:52:58 93ae660f8f25: Layer already exists 23:52:58 dd9c8f8612c8: Layer already exists 23:52:58 main: digest: sha256:9dcb49423ff960720dbbda0cf63fa85cf97c76c7774481c68566203dbd1ee570 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:52:58 ===================================================== [Pipeline] echo 23:52:58 taggedImages: 23:52:58 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:52:58 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 23:52:58 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.9 23:52:58 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:52:58 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 23:52:58 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 23:52:58 2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:52:58 latest 23:52:58 4.1.0-dev.9 23:52:58 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:52:58 main 23:52:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:52:58 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:52:59 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:52:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 23:52:59 f23dd4a5c74a: Preparing 23:52:59 3ed9dee9b7e7: Preparing 23:52:59 ba67bd3709cc: Preparing 23:52:59 1089a6bb6171: Preparing 23:52:59 93ae660f8f25: Preparing 23:52:59 323ba5a214a2: Preparing 23:52:59 a5c50dc1def7: Preparing 23:52:59 dd9c8f8612c8: Preparing 23:52:59 a5c50dc1def7: Waiting 23:52:59 dd9c8f8612c8: Waiting 23:52:59 323ba5a214a2: Waiting 23:52:59 93ae660f8f25: Layer already exists 23:52:59 1089a6bb6171: Layer already exists 23:52:59 323ba5a214a2: Layer already exists 23:52:59 a5c50dc1def7: Layer already exists 23:52:59 3ed9dee9b7e7: Pushed 23:52:59 dd9c8f8612c8: Layer already exists 23:52:59 f23dd4a5c74a: Pushed 23:53:04 ba67bd3709cc: Pushed 23:53:04 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:08f84704c0d68d659564f7aafb16909c6ba55f279675e8768326458b5d4bf902 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:05 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:05 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 23:53:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 23:53:05 f23dd4a5c74a: Preparing 23:53:05 3ed9dee9b7e7: Preparing 23:53:05 ba67bd3709cc: Preparing 23:53:05 1089a6bb6171: Preparing 23:53:05 93ae660f8f25: Preparing 23:53:05 323ba5a214a2: Preparing 23:53:05 a5c50dc1def7: Preparing 23:53:05 dd9c8f8612c8: Preparing 23:53:05 a5c50dc1def7: Waiting 23:53:05 dd9c8f8612c8: Waiting 23:53:05 323ba5a214a2: Waiting 23:53:05 ba67bd3709cc: Layer already exists 23:53:05 93ae660f8f25: Layer already exists 23:53:05 1089a6bb6171: Layer already exists 23:53:05 3ed9dee9b7e7: Layer already exists 23:53:05 f23dd4a5c74a: Layer already exists 23:53:05 323ba5a214a2: Layer already exists 23:53:05 dd9c8f8612c8: Layer already exists 23:53:05 a5c50dc1def7: Layer already exists 23:53:05 latest: digest: sha256:08f84704c0d68d659564f7aafb16909c6ba55f279675e8768326458b5d4bf902 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:06 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:06 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.9 23:53:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 23:53:06 f23dd4a5c74a: Preparing 23:53:06 3ed9dee9b7e7: Preparing 23:53:06 ba67bd3709cc: Preparing 23:53:06 1089a6bb6171: Preparing 23:53:06 93ae660f8f25: Preparing 23:53:06 323ba5a214a2: Preparing 23:53:06 a5c50dc1def7: Preparing 23:53:06 dd9c8f8612c8: Preparing 23:53:06 323ba5a214a2: Waiting 23:53:06 dd9c8f8612c8: Waiting 23:53:06 a5c50dc1def7: Waiting 23:53:06 f23dd4a5c74a: Layer already exists 23:53:06 ba67bd3709cc: Layer already exists 23:53:06 1089a6bb6171: Layer already exists 23:53:06 3ed9dee9b7e7: Layer already exists 23:53:06 93ae660f8f25: Layer already exists 23:53:06 323ba5a214a2: Layer already exists 23:53:06 dd9c8f8612c8: Layer already exists 23:53:06 a5c50dc1def7: Layer already exists 23:53:06 4.1.0-dev.9: digest: sha256:08f84704c0d68d659564f7aafb16909c6ba55f279675e8768326458b5d4bf902 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:07 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:07 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:53:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 23:53:07 f23dd4a5c74a: Preparing 23:53:07 3ed9dee9b7e7: Preparing 23:53:07 ba67bd3709cc: Preparing 23:53:07 1089a6bb6171: Preparing 23:53:07 93ae660f8f25: Preparing 23:53:07 323ba5a214a2: Preparing 23:53:07 a5c50dc1def7: Preparing 23:53:07 dd9c8f8612c8: Preparing 23:53:07 a5c50dc1def7: Waiting 23:53:07 dd9c8f8612c8: Waiting 23:53:07 323ba5a214a2: Waiting 23:53:07 93ae660f8f25: Layer already exists 23:53:07 ba67bd3709cc: Layer already exists 23:53:07 1089a6bb6171: Layer already exists 23:53:07 f23dd4a5c74a: Layer already exists 23:53:07 3ed9dee9b7e7: Layer already exists 23:53:07 323ba5a214a2: Layer already exists 23:53:07 dd9c8f8612c8: Layer already exists 23:53:07 a5c50dc1def7: Layer already exists 23:53:07 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:08f84704c0d68d659564f7aafb16909c6ba55f279675e8768326458b5d4bf902 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:08 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:08 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 23:53:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 23:53:08 f23dd4a5c74a: Preparing 23:53:08 3ed9dee9b7e7: Preparing 23:53:08 ba67bd3709cc: Preparing 23:53:08 1089a6bb6171: Preparing 23:53:08 93ae660f8f25: Preparing 23:53:08 323ba5a214a2: Preparing 23:53:08 a5c50dc1def7: Preparing 23:53:08 dd9c8f8612c8: Preparing 23:53:08 323ba5a214a2: Waiting 23:53:08 a5c50dc1def7: Waiting 23:53:08 dd9c8f8612c8: Waiting 23:53:08 f23dd4a5c74a: Layer already exists 23:53:08 ba67bd3709cc: Layer already exists 23:53:08 1089a6bb6171: Layer already exists 23:53:08 93ae660f8f25: Layer already exists 23:53:08 3ed9dee9b7e7: Layer already exists 23:53:08 323ba5a214a2: Layer already exists 23:53:08 a5c50dc1def7: Layer already exists 23:53:08 dd9c8f8612c8: Layer already exists 23:53:08 main: digest: sha256:08f84704c0d68d659564f7aafb16909c6ba55f279675e8768326458b5d4bf902 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:53:08 ===================================================== [Pipeline] echo 23:53:08 taggedImages: 23:53:08 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:53:08 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 23:53:08 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.9 23:53:08 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:53:08 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 23:53:08 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 23:53:08 2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:53:08 latest 23:53:08 4.1.0-dev.9 23:53:08 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:53:08 main 23:53:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:09 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:09 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:53:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 23:53:09 cc8a491ff6fc: Preparing 23:53:09 e50ec9a79d06: Preparing 23:53:09 0c86a8ae06a9: Preparing 23:53:09 ab99c9fd3901: Preparing 23:53:09 c38c85df68f4: Preparing 23:53:09 ab4705b4a415: Preparing 23:53:09 029593b50f2d: Preparing 23:53:09 1089a6bb6171: Preparing 23:53:09 93ae660f8f25: Preparing 23:53:09 7a139f6bd15d: Preparing 23:53:09 3543c0595769: Preparing 23:53:09 5f70bf18a086: Preparing 23:53:09 fa67aec5e2ae: Preparing 23:53:09 31c1776d28a7: Preparing 23:53:09 7694ad12afaa: Preparing 23:53:09 dd9c8f8612c8: Preparing 23:53:09 1089a6bb6171: Waiting 23:53:09 5f70bf18a086: Waiting 23:53:09 7694ad12afaa: Waiting 23:53:09 93ae660f8f25: Waiting 23:53:09 fa67aec5e2ae: Waiting 23:53:09 dd9c8f8612c8: Waiting 23:53:09 7a139f6bd15d: Waiting 23:53:09 31c1776d28a7: Waiting 23:53:09 3543c0595769: Waiting 23:53:09 ab4705b4a415: Waiting 23:53:09 029593b50f2d: Waiting 23:53:09 c38c85df68f4: Pushed 23:53:09 0c86a8ae06a9: Pushed 23:53:09 ab99c9fd3901: Pushed 23:53:09 e50ec9a79d06: Pushed 23:53:09 cc8a491ff6fc: Pushed 23:53:09 1089a6bb6171: Layer already exists 23:53:09 93ae660f8f25: Layer already exists 23:53:09 5f70bf18a086: Layer already exists 23:53:09 ab4705b4a415: Pushed 23:53:10 3543c0595769: Pushed 23:53:10 7a139f6bd15d: Pushed 23:53:10 fa67aec5e2ae: Pushed 23:53:10 dd9c8f8612c8: Layer already exists 23:53:10 31c1776d28a7: Pushed 23:53:10 7694ad12afaa: Pushed 23:53:12 029593b50f2d: Pushed 23:53:12 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:25d3638cb9b8ac8b7b7ba4388ab9697c97585e2c406763d169280838af282687 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:13 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:13 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 23:53:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 23:53:13 cc8a491ff6fc: Preparing 23:53:13 e50ec9a79d06: Preparing 23:53:13 0c86a8ae06a9: Preparing 23:53:13 ab99c9fd3901: Preparing 23:53:13 c38c85df68f4: Preparing 23:53:13 ab4705b4a415: Preparing 23:53:13 029593b50f2d: Preparing 23:53:13 1089a6bb6171: Preparing 23:53:13 93ae660f8f25: Preparing 23:53:13 7a139f6bd15d: Preparing 23:53:13 3543c0595769: Preparing 23:53:13 5f70bf18a086: Preparing 23:53:13 fa67aec5e2ae: Preparing 23:53:13 31c1776d28a7: Preparing 23:53:13 7694ad12afaa: Preparing 23:53:13 dd9c8f8612c8: Preparing 23:53:13 7a139f6bd15d: Waiting 23:53:13 3543c0595769: Waiting 23:53:13 5f70bf18a086: Waiting 23:53:13 ab4705b4a415: Waiting 23:53:13 029593b50f2d: Waiting 23:53:13 1089a6bb6171: Waiting 23:53:13 93ae660f8f25: Waiting 23:53:13 fa67aec5e2ae: Waiting 23:53:13 31c1776d28a7: Waiting 23:53:13 7694ad12afaa: Waiting 23:53:13 dd9c8f8612c8: Waiting 23:53:13 0c86a8ae06a9: Layer already exists 23:53:13 cc8a491ff6fc: Layer already exists 23:53:13 c38c85df68f4: Layer already exists 23:53:13 e50ec9a79d06: Layer already exists 23:53:13 ab99c9fd3901: Layer already exists 23:53:13 93ae660f8f25: Layer already exists 23:53:13 ab4705b4a415: Layer already exists 23:53:13 1089a6bb6171: Layer already exists 23:53:13 7a139f6bd15d: Layer already exists 23:53:13 029593b50f2d: Layer already exists 23:53:13 3543c0595769: Layer already exists 23:53:13 5f70bf18a086: Layer already exists 23:53:13 31c1776d28a7: Layer already exists 23:53:13 fa67aec5e2ae: Layer already exists 23:53:13 7694ad12afaa: Layer already exists 23:53:13 dd9c8f8612c8: Layer already exists 23:53:13 latest: digest: sha256:25d3638cb9b8ac8b7b7ba4388ab9697c97585e2c406763d169280838af282687 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:14 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:14 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.9 23:53:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 23:53:14 cc8a491ff6fc: Preparing 23:53:14 e50ec9a79d06: Preparing 23:53:14 0c86a8ae06a9: Preparing 23:53:14 ab99c9fd3901: Preparing 23:53:14 c38c85df68f4: Preparing 23:53:14 ab4705b4a415: Preparing 23:53:14 029593b50f2d: Preparing 23:53:14 1089a6bb6171: Preparing 23:53:14 93ae660f8f25: Preparing 23:53:14 7a139f6bd15d: Preparing 23:53:14 3543c0595769: Preparing 23:53:14 5f70bf18a086: Preparing 23:53:14 fa67aec5e2ae: Preparing 23:53:14 31c1776d28a7: Preparing 23:53:14 7694ad12afaa: Preparing 23:53:14 dd9c8f8612c8: Preparing 23:53:14 7a139f6bd15d: Waiting 23:53:14 3543c0595769: Waiting 23:53:14 5f70bf18a086: Waiting 23:53:14 fa67aec5e2ae: Waiting 23:53:14 31c1776d28a7: Waiting 23:53:14 ab4705b4a415: Waiting 23:53:14 7694ad12afaa: Waiting 23:53:14 dd9c8f8612c8: Waiting 23:53:14 029593b50f2d: Waiting 23:53:14 1089a6bb6171: Waiting 23:53:14 93ae660f8f25: Waiting 23:53:14 c38c85df68f4: Layer already exists 23:53:14 0c86a8ae06a9: Layer already exists 23:53:14 e50ec9a79d06: Layer already exists 23:53:14 ab99c9fd3901: Layer already exists 23:53:14 cc8a491ff6fc: Layer already exists 23:53:14 029593b50f2d: Layer already exists 23:53:14 1089a6bb6171: Layer already exists 23:53:14 ab4705b4a415: Layer already exists 23:53:14 7a139f6bd15d: Layer already exists 23:53:14 93ae660f8f25: Layer already exists 23:53:14 5f70bf18a086: Layer already exists 23:53:14 fa67aec5e2ae: Layer already exists 23:53:14 3543c0595769: Layer already exists 23:53:14 31c1776d28a7: Layer already exists 23:53:14 7694ad12afaa: Layer already exists 23:53:14 dd9c8f8612c8: Layer already exists 23:53:14 4.1.0-dev.9: digest: sha256:25d3638cb9b8ac8b7b7ba4388ab9697c97585e2c406763d169280838af282687 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:15 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:15 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:53:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 23:53:15 cc8a491ff6fc: Preparing 23:53:15 e50ec9a79d06: Preparing 23:53:15 0c86a8ae06a9: Preparing 23:53:15 ab99c9fd3901: Preparing 23:53:15 c38c85df68f4: Preparing 23:53:15 ab4705b4a415: Preparing 23:53:15 029593b50f2d: Preparing 23:53:15 1089a6bb6171: Preparing 23:53:15 93ae660f8f25: Preparing 23:53:15 7a139f6bd15d: Preparing 23:53:15 3543c0595769: Preparing 23:53:15 5f70bf18a086: Preparing 23:53:15 fa67aec5e2ae: Preparing 23:53:15 31c1776d28a7: Preparing 23:53:15 7694ad12afaa: Preparing 23:53:15 dd9c8f8612c8: Preparing 23:53:15 ab4705b4a415: Waiting 23:53:15 029593b50f2d: Waiting 23:53:15 3543c0595769: Waiting 23:53:15 5f70bf18a086: Waiting 23:53:15 1089a6bb6171: Waiting 23:53:15 93ae660f8f25: Waiting 23:53:15 7a139f6bd15d: Waiting 23:53:15 fa67aec5e2ae: Waiting 23:53:15 31c1776d28a7: Waiting 23:53:15 7694ad12afaa: Waiting 23:53:15 dd9c8f8612c8: Waiting 23:53:15 cc8a491ff6fc: Layer already exists 23:53:15 0c86a8ae06a9: Layer already exists 23:53:15 ab99c9fd3901: Layer already exists 23:53:15 e50ec9a79d06: Layer already exists 23:53:15 c38c85df68f4: Layer already exists 23:53:15 ab4705b4a415: Layer already exists 23:53:15 7a139f6bd15d: Layer already exists 23:53:15 1089a6bb6171: Layer already exists 23:53:15 93ae660f8f25: Layer already exists 23:53:15 029593b50f2d: Layer already exists 23:53:15 3543c0595769: Layer already exists 23:53:15 fa67aec5e2ae: Layer already exists 23:53:15 5f70bf18a086: Layer already exists 23:53:15 7694ad12afaa: Layer already exists 23:53:15 31c1776d28a7: Layer already exists 23:53:15 dd9c8f8612c8: Layer already exists 23:53:15 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:25d3638cb9b8ac8b7b7ba4388ab9697c97585e2c406763d169280838af282687 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:16 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:16 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 23:53:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 23:53:16 cc8a491ff6fc: Preparing 23:53:16 e50ec9a79d06: Preparing 23:53:16 0c86a8ae06a9: Preparing 23:53:16 ab99c9fd3901: Preparing 23:53:16 c38c85df68f4: Preparing 23:53:16 ab4705b4a415: Preparing 23:53:16 029593b50f2d: Preparing 23:53:16 1089a6bb6171: Preparing 23:53:16 93ae660f8f25: Preparing 23:53:16 7a139f6bd15d: Preparing 23:53:16 3543c0595769: Preparing 23:53:16 5f70bf18a086: Preparing 23:53:16 fa67aec5e2ae: Preparing 23:53:16 31c1776d28a7: Preparing 23:53:16 7694ad12afaa: Preparing 23:53:16 dd9c8f8612c8: Preparing 23:53:16 3543c0595769: Waiting 23:53:16 31c1776d28a7: Waiting 23:53:16 7694ad12afaa: Waiting 23:53:16 dd9c8f8612c8: Waiting 23:53:16 5f70bf18a086: Waiting 23:53:16 fa67aec5e2ae: Waiting 23:53:16 ab4705b4a415: Waiting 23:53:16 029593b50f2d: Waiting 23:53:16 1089a6bb6171: Waiting 23:53:16 93ae660f8f25: Waiting 23:53:16 7a139f6bd15d: Waiting 23:53:16 cc8a491ff6fc: Layer already exists 23:53:16 c38c85df68f4: Layer already exists 23:53:16 ab99c9fd3901: Layer already exists 23:53:16 e50ec9a79d06: Layer already exists 23:53:16 0c86a8ae06a9: Layer already exists 23:53:16 ab4705b4a415: Layer already exists 23:53:16 1089a6bb6171: Layer already exists 23:53:16 029593b50f2d: Layer already exists 23:53:16 93ae660f8f25: Layer already exists 23:53:16 7a139f6bd15d: Layer already exists 23:53:16 5f70bf18a086: Layer already exists 23:53:16 3543c0595769: Layer already exists 23:53:16 7694ad12afaa: Layer already exists 23:53:16 31c1776d28a7: Layer already exists 23:53:16 fa67aec5e2ae: Layer already exists 23:53:16 dd9c8f8612c8: Layer already exists 23:53:16 main: digest: sha256:25d3638cb9b8ac8b7b7ba4388ab9697c97585e2c406763d169280838af282687 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:53:16 ===================================================== [Pipeline] echo 23:53:16 taggedImages: 23:53:16 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:53:16 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 23:53:16 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.9 23:53:16 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:53:16 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 23:53:16 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 23:53:16 2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:53:16 latest 23:53:16 4.1.0-dev.9 23:53:16 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:53:16 main 23:53:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:17 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:17 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:53:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 23:53:17 c726061a8b13: Preparing 23:53:17 0eb638a1e25f: Preparing 23:53:17 d1edd8ff8d80: Preparing 23:53:17 bbfe1dcc8a2d: Preparing 23:53:17 1089a6bb6171: Preparing 23:53:17 93ae660f8f25: Preparing 23:53:17 323ba5a214a2: Preparing 23:53:17 a5c50dc1def7: Preparing 23:53:17 dd9c8f8612c8: Preparing 23:53:17 323ba5a214a2: Waiting 23:53:17 a5c50dc1def7: Waiting 23:53:17 dd9c8f8612c8: Waiting 23:53:17 93ae660f8f25: Waiting 23:53:17 1089a6bb6171: Layer already exists 23:53:17 93ae660f8f25: Layer already exists 23:53:17 323ba5a214a2: Layer already exists 23:53:17 0eb638a1e25f: Pushed 23:53:17 c726061a8b13: Pushed 23:53:17 d1edd8ff8d80: Pushed 23:53:17 a5c50dc1def7: Layer already exists 23:53:17 dd9c8f8612c8: Layer already exists 23:53:22 bbfe1dcc8a2d: Pushed 23:53:22 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:6d4574d57261c5cbbe88af3757d2d780b23ca48bf65dfa62b30c052766587122 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:22 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:22 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 23:53:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 23:53:22 c726061a8b13: Preparing 23:53:22 0eb638a1e25f: Preparing 23:53:22 d1edd8ff8d80: Preparing 23:53:22 bbfe1dcc8a2d: Preparing 23:53:22 1089a6bb6171: Preparing 23:53:22 93ae660f8f25: Preparing 23:53:22 323ba5a214a2: Preparing 23:53:22 a5c50dc1def7: Preparing 23:53:22 dd9c8f8612c8: Preparing 23:53:22 323ba5a214a2: Waiting 23:53:22 a5c50dc1def7: Waiting 23:53:22 dd9c8f8612c8: Waiting 23:53:22 93ae660f8f25: Waiting 23:53:22 d1edd8ff8d80: Layer already exists 23:53:22 bbfe1dcc8a2d: Layer already exists 23:53:22 c726061a8b13: Layer already exists 23:53:22 0eb638a1e25f: Layer already exists 23:53:22 1089a6bb6171: Layer already exists 23:53:22 323ba5a214a2: Layer already exists 23:53:22 a5c50dc1def7: Layer already exists 23:53:22 93ae660f8f25: Layer already exists 23:53:22 dd9c8f8612c8: Layer already exists 23:53:22 latest: digest: sha256:6d4574d57261c5cbbe88af3757d2d780b23ca48bf65dfa62b30c052766587122 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:23 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:23 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.9 23:53:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 23:53:23 c726061a8b13: Preparing 23:53:23 0eb638a1e25f: Preparing 23:53:23 d1edd8ff8d80: Preparing 23:53:23 bbfe1dcc8a2d: Preparing 23:53:23 1089a6bb6171: Preparing 23:53:23 93ae660f8f25: Preparing 23:53:23 323ba5a214a2: Preparing 23:53:23 a5c50dc1def7: Preparing 23:53:23 dd9c8f8612c8: Preparing 23:53:23 323ba5a214a2: Waiting 23:53:23 a5c50dc1def7: Waiting 23:53:23 dd9c8f8612c8: Waiting 23:53:23 93ae660f8f25: Waiting 23:53:23 0eb638a1e25f: Layer already exists 23:53:23 c726061a8b13: Layer already exists 23:53:23 d1edd8ff8d80: Layer already exists 23:53:23 1089a6bb6171: Layer already exists 23:53:23 bbfe1dcc8a2d: Layer already exists 23:53:23 323ba5a214a2: Layer already exists 23:53:23 93ae660f8f25: Layer already exists 23:53:23 dd9c8f8612c8: Layer already exists 23:53:23 a5c50dc1def7: Layer already exists 23:53:23 4.1.0-dev.9: digest: sha256:6d4574d57261c5cbbe88af3757d2d780b23ca48bf65dfa62b30c052766587122 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:24 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:24 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:53:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 23:53:24 c726061a8b13: Preparing 23:53:24 0eb638a1e25f: Preparing 23:53:24 d1edd8ff8d80: Preparing 23:53:24 bbfe1dcc8a2d: Preparing 23:53:24 1089a6bb6171: Preparing 23:53:24 93ae660f8f25: Preparing 23:53:24 323ba5a214a2: Preparing 23:53:24 a5c50dc1def7: Preparing 23:53:24 dd9c8f8612c8: Preparing 23:53:24 323ba5a214a2: Waiting 23:53:24 a5c50dc1def7: Waiting 23:53:24 93ae660f8f25: Waiting 23:53:24 dd9c8f8612c8: Waiting 23:53:24 0eb638a1e25f: Layer already exists 23:53:24 d1edd8ff8d80: Layer already exists 23:53:24 c726061a8b13: Layer already exists 23:53:24 1089a6bb6171: Layer already exists 23:53:24 bbfe1dcc8a2d: Layer already exists 23:53:24 93ae660f8f25: Layer already exists 23:53:24 323ba5a214a2: Layer already exists 23:53:24 a5c50dc1def7: Layer already exists 23:53:24 dd9c8f8612c8: Layer already exists 23:53:24 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:6d4574d57261c5cbbe88af3757d2d780b23ca48bf65dfa62b30c052766587122 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:24 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:25 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 23:53:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 23:53:25 c726061a8b13: Preparing 23:53:25 0eb638a1e25f: Preparing 23:53:25 d1edd8ff8d80: Preparing 23:53:25 bbfe1dcc8a2d: Preparing 23:53:25 1089a6bb6171: Preparing 23:53:25 93ae660f8f25: Preparing 23:53:25 323ba5a214a2: Preparing 23:53:25 a5c50dc1def7: Preparing 23:53:25 dd9c8f8612c8: Preparing 23:53:25 93ae660f8f25: Waiting 23:53:25 323ba5a214a2: Waiting 23:53:25 dd9c8f8612c8: Waiting 23:53:25 a5c50dc1def7: Waiting 23:53:25 c726061a8b13: Layer already exists 23:53:25 bbfe1dcc8a2d: Layer already exists 23:53:25 1089a6bb6171: Layer already exists 23:53:25 d1edd8ff8d80: Layer already exists 23:53:25 0eb638a1e25f: Layer already exists 23:53:25 323ba5a214a2: Layer already exists 23:53:25 dd9c8f8612c8: Layer already exists 23:53:25 93ae660f8f25: Layer already exists 23:53:25 a5c50dc1def7: Layer already exists 23:53:25 main: digest: sha256:6d4574d57261c5cbbe88af3757d2d780b23ca48bf65dfa62b30c052766587122 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:53:25 ===================================================== [Pipeline] echo 23:53:25 taggedImages: 23:53:25 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:53:25 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 23:53:25 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.9 23:53:25 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:53:25 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 23:53:25 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 23:53:25 2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:53:25 latest 23:53:25 4.1.0-dev.9 23:53:25 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:53:25 main 23:53:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:26 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:26 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:53:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 23:53:26 4f3e43586b63: Preparing 23:53:26 1bdd46d83dd8: Preparing 23:53:26 d5c89a7ec77c: Preparing 23:53:26 9ba70169081a: Preparing 23:53:26 541130c31928: Preparing 23:53:26 1089a6bb6171: Preparing 23:53:26 93ae660f8f25: Preparing 23:53:26 7da867377f47: Preparing 23:53:26 25f665031aa2: Preparing 23:53:26 8f3586a1694f: Preparing 23:53:26 dd9c8f8612c8: Preparing 23:53:26 1089a6bb6171: Waiting 23:53:26 93ae660f8f25: Waiting 23:53:26 7da867377f47: Waiting 23:53:26 25f665031aa2: Waiting 23:53:26 8f3586a1694f: Waiting 23:53:26 dd9c8f8612c8: Waiting 23:53:26 541130c31928: Pushed 23:53:26 1bdd46d83dd8: Pushed 23:53:26 4f3e43586b63: Pushed 23:53:26 9ba70169081a: Pushed 23:53:26 1089a6bb6171: Layer already exists 23:53:26 93ae660f8f25: Layer already exists 23:53:26 dd9c8f8612c8: Layer already exists 23:53:26 7da867377f47: Pushed 23:53:26 25f665031aa2: Pushed 23:53:30 8f3586a1694f: Pushed 23:53:30 d5c89a7ec77c: Pushed 23:53:30 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:5acc7b3b5c217ded171bda42389779a4dfebd47e9f5738886073ec9b934b233a size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:31 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:31 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 23:53:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 23:53:31 4f3e43586b63: Preparing 23:53:31 1bdd46d83dd8: Preparing 23:53:31 d5c89a7ec77c: Preparing 23:53:31 9ba70169081a: Preparing 23:53:31 541130c31928: Preparing 23:53:31 1089a6bb6171: Preparing 23:53:31 93ae660f8f25: Preparing 23:53:31 7da867377f47: Preparing 23:53:31 25f665031aa2: Preparing 23:53:31 8f3586a1694f: Preparing 23:53:31 dd9c8f8612c8: Preparing 23:53:31 1089a6bb6171: Waiting 23:53:31 25f665031aa2: Waiting 23:53:31 93ae660f8f25: Waiting 23:53:31 7da867377f47: Waiting 23:53:31 dd9c8f8612c8: Waiting 23:53:31 9ba70169081a: Layer already exists 23:53:31 4f3e43586b63: Layer already exists 23:53:31 1bdd46d83dd8: Layer already exists 23:53:31 d5c89a7ec77c: Layer already exists 23:53:31 541130c31928: Layer already exists 23:53:31 7da867377f47: Layer already exists 23:53:31 8f3586a1694f: Layer already exists 23:53:31 93ae660f8f25: Layer already exists 23:53:31 1089a6bb6171: Layer already exists 23:53:31 25f665031aa2: Layer already exists 23:53:31 dd9c8f8612c8: Layer already exists 23:53:31 latest: digest: sha256:5acc7b3b5c217ded171bda42389779a4dfebd47e9f5738886073ec9b934b233a size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:32 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:32 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.9 23:53:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 23:53:32 4f3e43586b63: Preparing 23:53:32 1bdd46d83dd8: Preparing 23:53:32 d5c89a7ec77c: Preparing 23:53:32 9ba70169081a: Preparing 23:53:32 541130c31928: Preparing 23:53:32 1089a6bb6171: Preparing 23:53:32 93ae660f8f25: Preparing 23:53:32 7da867377f47: Preparing 23:53:32 25f665031aa2: Preparing 23:53:32 8f3586a1694f: Preparing 23:53:32 dd9c8f8612c8: Preparing 23:53:32 7da867377f47: Waiting 23:53:32 25f665031aa2: Waiting 23:53:32 8f3586a1694f: Waiting 23:53:32 dd9c8f8612c8: Waiting 23:53:32 1089a6bb6171: Waiting 23:53:32 93ae660f8f25: Waiting 23:53:32 9ba70169081a: Layer already exists 23:53:32 d5c89a7ec77c: Layer already exists 23:53:32 4f3e43586b63: Layer already exists 23:53:32 541130c31928: Layer already exists 23:53:32 1bdd46d83dd8: Layer already exists 23:53:32 25f665031aa2: Layer already exists 23:53:32 93ae660f8f25: Layer already exists 23:53:32 7da867377f47: Layer already exists 23:53:32 1089a6bb6171: Layer already exists 23:53:32 8f3586a1694f: Layer already exists 23:53:32 dd9c8f8612c8: Layer already exists 23:53:32 4.1.0-dev.9: digest: sha256:5acc7b3b5c217ded171bda42389779a4dfebd47e9f5738886073ec9b934b233a size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:33 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:33 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:53:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 23:53:33 4f3e43586b63: Preparing 23:53:33 1bdd46d83dd8: Preparing 23:53:33 d5c89a7ec77c: Preparing 23:53:33 9ba70169081a: Preparing 23:53:33 541130c31928: Preparing 23:53:33 1089a6bb6171: Preparing 23:53:33 93ae660f8f25: Preparing 23:53:33 7da867377f47: Preparing 23:53:33 25f665031aa2: Preparing 23:53:33 8f3586a1694f: Preparing 23:53:33 dd9c8f8612c8: Preparing 23:53:33 7da867377f47: Waiting 23:53:33 25f665031aa2: Waiting 23:53:33 8f3586a1694f: Waiting 23:53:33 dd9c8f8612c8: Waiting 23:53:33 1089a6bb6171: Waiting 23:53:33 93ae660f8f25: Waiting 23:53:33 d5c89a7ec77c: Layer already exists 23:53:33 541130c31928: Layer already exists 23:53:33 1bdd46d83dd8: Layer already exists 23:53:33 4f3e43586b63: Layer already exists 23:53:33 9ba70169081a: Layer already exists 23:53:33 1089a6bb6171: Layer already exists 23:53:33 7da867377f47: Layer already exists 23:53:33 25f665031aa2: Layer already exists 23:53:33 8f3586a1694f: Layer already exists 23:53:33 93ae660f8f25: Layer already exists 23:53:33 dd9c8f8612c8: Layer already exists 23:53:33 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:5acc7b3b5c217ded171bda42389779a4dfebd47e9f5738886073ec9b934b233a size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:34 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:34 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 23:53:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 23:53:34 4f3e43586b63: Preparing 23:53:34 1bdd46d83dd8: Preparing 23:53:34 d5c89a7ec77c: Preparing 23:53:34 9ba70169081a: Preparing 23:53:34 541130c31928: Preparing 23:53:34 1089a6bb6171: Preparing 23:53:34 93ae660f8f25: Preparing 23:53:34 7da867377f47: Preparing 23:53:34 1089a6bb6171: Waiting 23:53:34 93ae660f8f25: Waiting 23:53:34 25f665031aa2: Preparing 23:53:34 7da867377f47: Waiting 23:53:34 25f665031aa2: Waiting 23:53:34 8f3586a1694f: Preparing 23:53:34 dd9c8f8612c8: Preparing 23:53:34 8f3586a1694f: Waiting 23:53:34 dd9c8f8612c8: Waiting 23:53:34 4f3e43586b63: Layer already exists 23:53:34 541130c31928: Layer already exists 23:53:34 d5c89a7ec77c: Layer already exists 23:53:34 1bdd46d83dd8: Layer already exists 23:53:34 9ba70169081a: Layer already exists 23:53:34 25f665031aa2: Layer already exists 23:53:34 7da867377f47: Layer already exists 23:53:34 1089a6bb6171: Layer already exists 23:53:34 93ae660f8f25: Layer already exists 23:53:34 8f3586a1694f: Layer already exists 23:53:34 dd9c8f8612c8: Layer already exists 23:53:34 main: digest: sha256:5acc7b3b5c217ded171bda42389779a4dfebd47e9f5738886073ec9b934b233a size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:53:34 ===================================================== [Pipeline] echo 23:53:34 taggedImages: 23:53:34 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:53:34 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 23:53:34 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.9 23:53:34 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:53:34 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 23:53:34 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 23:53:34 2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:53:34 latest 23:53:34 4.1.0-dev.9 23:53:34 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:53:34 main 23:53:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:35 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:35 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:53:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 23:53:35 02bbe8f9e7c8: Preparing 23:53:35 254c986ae7ea: Preparing 23:53:35 917dbaa8be2f: Preparing 23:53:35 704cd31af25d: Preparing 23:53:35 151edbbe08a3: Preparing 23:53:35 d62a4704927d: Preparing 23:53:35 d3311ad77673: Preparing 23:53:35 1089a6bb6171: Preparing 23:53:35 93ae660f8f25: Preparing 23:53:35 4bb13a7b3858: Preparing 23:53:35 3a71a3367d1c: Preparing 23:53:35 dd9c8f8612c8: Preparing 23:53:35 d3311ad77673: Waiting 23:53:35 1089a6bb6171: Waiting 23:53:35 93ae660f8f25: Waiting 23:53:35 4bb13a7b3858: Waiting 23:53:35 3a71a3367d1c: Waiting 23:53:35 dd9c8f8612c8: Waiting 23:53:35 d62a4704927d: Waiting 23:53:35 151edbbe08a3: Pushed 23:53:35 02bbe8f9e7c8: Pushed 23:53:35 d62a4704927d: Pushed 23:53:35 d3311ad77673: Pushed 23:53:35 1089a6bb6171: Layer already exists 23:53:35 93ae660f8f25: Layer already exists 23:53:36 4bb13a7b3858: Pushed 23:53:36 dd9c8f8612c8: Layer already exists 23:53:36 254c986ae7ea: Pushed 23:53:38 3a71a3367d1c: Pushed 23:53:40 704cd31af25d: Pushed 23:53:42 917dbaa8be2f: Pushed 23:53:42 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:84968cefbeee1ed12f162ed5d0442f95b1ed3e2edbb18ebf7e3bd61da2352b2b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:42 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:43 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 23:53:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 23:53:43 02bbe8f9e7c8: Preparing 23:53:43 254c986ae7ea: Preparing 23:53:43 917dbaa8be2f: Preparing 23:53:43 704cd31af25d: Preparing 23:53:43 151edbbe08a3: Preparing 23:53:43 d62a4704927d: Preparing 23:53:43 d3311ad77673: Preparing 23:53:43 1089a6bb6171: Preparing 23:53:43 93ae660f8f25: Preparing 23:53:43 4bb13a7b3858: Preparing 23:53:43 3a71a3367d1c: Preparing 23:53:43 dd9c8f8612c8: Preparing 23:53:43 d62a4704927d: Waiting 23:53:43 d3311ad77673: Waiting 23:53:43 1089a6bb6171: Waiting 23:53:43 3a71a3367d1c: Waiting 23:53:43 93ae660f8f25: Waiting 23:53:43 dd9c8f8612c8: Waiting 23:53:43 4bb13a7b3858: Waiting 23:53:43 254c986ae7ea: Layer already exists 23:53:43 704cd31af25d: Layer already exists 23:53:43 02bbe8f9e7c8: Layer already exists 23:53:43 917dbaa8be2f: Layer already exists 23:53:43 151edbbe08a3: Layer already exists 23:53:43 d62a4704927d: Layer already exists 23:53:43 4bb13a7b3858: Layer already exists 23:53:43 1089a6bb6171: Layer already exists 23:53:43 93ae660f8f25: Layer already exists 23:53:43 d3311ad77673: Layer already exists 23:53:43 dd9c8f8612c8: Layer already exists 23:53:43 3a71a3367d1c: Layer already exists 23:53:43 latest: digest: sha256:84968cefbeee1ed12f162ed5d0442f95b1ed3e2edbb18ebf7e3bd61da2352b2b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:43 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:44 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.9 23:53:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 23:53:44 02bbe8f9e7c8: Preparing 23:53:44 254c986ae7ea: Preparing 23:53:44 917dbaa8be2f: Preparing 23:53:44 704cd31af25d: Preparing 23:53:44 151edbbe08a3: Preparing 23:53:44 d62a4704927d: Preparing 23:53:44 d3311ad77673: Preparing 23:53:44 1089a6bb6171: Preparing 23:53:44 93ae660f8f25: Preparing 23:53:44 4bb13a7b3858: Preparing 23:53:44 3a71a3367d1c: Preparing 23:53:44 d3311ad77673: Waiting 23:53:44 1089a6bb6171: Waiting 23:53:44 93ae660f8f25: Waiting 23:53:44 dd9c8f8612c8: Preparing 23:53:44 4bb13a7b3858: Waiting 23:53:44 3a71a3367d1c: Waiting 23:53:44 dd9c8f8612c8: Waiting 23:53:44 d62a4704927d: Waiting 23:53:44 917dbaa8be2f: Layer already exists 23:53:44 704cd31af25d: Layer already exists 23:53:44 02bbe8f9e7c8: Layer already exists 23:53:44 151edbbe08a3: Layer already exists 23:53:44 254c986ae7ea: Layer already exists 23:53:44 1089a6bb6171: Layer already exists 23:53:44 d62a4704927d: Layer already exists 23:53:44 4bb13a7b3858: Layer already exists 23:53:44 d3311ad77673: Layer already exists 23:53:44 93ae660f8f25: Layer already exists 23:53:44 3a71a3367d1c: Layer already exists 23:53:44 dd9c8f8612c8: Layer already exists 23:53:44 4.1.0-dev.9: digest: sha256:84968cefbeee1ed12f162ed5d0442f95b1ed3e2edbb18ebf7e3bd61da2352b2b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:44 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:44 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:53:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 23:53:44 02bbe8f9e7c8: Preparing 23:53:44 254c986ae7ea: Preparing 23:53:44 917dbaa8be2f: Preparing 23:53:44 704cd31af25d: Preparing 23:53:44 151edbbe08a3: Preparing 23:53:44 d62a4704927d: Preparing 23:53:44 d3311ad77673: Preparing 23:53:44 1089a6bb6171: Preparing 23:53:44 93ae660f8f25: Preparing 23:53:44 4bb13a7b3858: Preparing 23:53:44 3a71a3367d1c: Preparing 23:53:44 dd9c8f8612c8: Preparing 23:53:44 d62a4704927d: Waiting 23:53:44 d3311ad77673: Waiting 23:53:44 1089a6bb6171: Waiting 23:53:44 93ae660f8f25: Waiting 23:53:44 4bb13a7b3858: Waiting 23:53:44 3a71a3367d1c: Waiting 23:53:44 dd9c8f8612c8: Waiting 23:53:44 02bbe8f9e7c8: Layer already exists 23:53:44 151edbbe08a3: Layer already exists 23:53:44 254c986ae7ea: Layer already exists 23:53:44 704cd31af25d: Layer already exists 23:53:44 917dbaa8be2f: Layer already exists 23:53:44 1089a6bb6171: Layer already exists 23:53:44 d3311ad77673: Layer already exists 23:53:44 d62a4704927d: Layer already exists 23:53:44 93ae660f8f25: Layer already exists 23:53:44 4bb13a7b3858: Layer already exists 23:53:44 3a71a3367d1c: Layer already exists 23:53:44 dd9c8f8612c8: Layer already exists 23:53:45 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:84968cefbeee1ed12f162ed5d0442f95b1ed3e2edbb18ebf7e3bd61da2352b2b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:45 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:45 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 23:53:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 23:53:45 02bbe8f9e7c8: Preparing 23:53:45 254c986ae7ea: Preparing 23:53:45 917dbaa8be2f: Preparing 23:53:45 704cd31af25d: Preparing 23:53:45 151edbbe08a3: Preparing 23:53:45 d62a4704927d: Preparing 23:53:45 d3311ad77673: Preparing 23:53:45 1089a6bb6171: Preparing 23:53:45 93ae660f8f25: Preparing 23:53:45 4bb13a7b3858: Preparing 23:53:45 3a71a3367d1c: Preparing 23:53:45 dd9c8f8612c8: Preparing 23:53:45 93ae660f8f25: Waiting 23:53:45 4bb13a7b3858: Waiting 23:53:45 3a71a3367d1c: Waiting 23:53:45 dd9c8f8612c8: Waiting 23:53:45 d3311ad77673: Waiting 23:53:45 1089a6bb6171: Waiting 23:53:45 d62a4704927d: Waiting 23:53:45 704cd31af25d: Layer already exists 23:53:45 254c986ae7ea: Layer already exists 23:53:45 151edbbe08a3: Layer already exists 23:53:45 02bbe8f9e7c8: Layer already exists 23:53:45 917dbaa8be2f: Layer already exists 23:53:45 1089a6bb6171: Layer already exists 23:53:45 93ae660f8f25: Layer already exists 23:53:45 d62a4704927d: Layer already exists 23:53:45 d3311ad77673: Layer already exists 23:53:45 4bb13a7b3858: Layer already exists 23:53:45 dd9c8f8612c8: Layer already exists 23:53:45 3a71a3367d1c: Layer already exists 23:53:46 main: digest: sha256:84968cefbeee1ed12f162ed5d0442f95b1ed3e2edbb18ebf7e3bd61da2352b2b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:53:46 ===================================================== [Pipeline] echo 23:53:46 taggedImages: 23:53:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:53:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 23:53:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.9 23:53:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:53:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 23:53:46 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 23:53:46 2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:53:46 latest 23:53:46 4.1.0-dev.9 23:53:46 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:53:46 main 23:53:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:46 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:47 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:53:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 23:53:47 e3acecc0e80e: Preparing 23:53:47 6ec6fa2b5de7: Preparing 23:53:47 1089a6bb6171: Preparing 23:53:47 93ae660f8f25: Preparing 23:53:47 29a3e4010831: Preparing 23:53:47 51e2766a2f1a: Preparing 23:53:47 dd9c8f8612c8: Preparing 23:53:47 51e2766a2f1a: Waiting 23:53:47 dd9c8f8612c8: Waiting 23:53:47 93ae660f8f25: Layer already exists 23:53:47 1089a6bb6171: Layer already exists 23:53:47 dd9c8f8612c8: Layer already exists 23:53:47 29a3e4010831: Pushed 23:53:47 e3acecc0e80e: Pushed 23:53:49 51e2766a2f1a: Pushed 23:53:54 6ec6fa2b5de7: Pushed 23:53:54 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:66471735da3f29bd961fa1cb86174dd6edcccf144e21fc02c6a28d0e037e5c52 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:54 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:55 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 23:53:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 23:53:55 e3acecc0e80e: Preparing 23:53:55 6ec6fa2b5de7: Preparing 23:53:55 1089a6bb6171: Preparing 23:53:55 93ae660f8f25: Preparing 23:53:55 29a3e4010831: Preparing 23:53:55 51e2766a2f1a: Preparing 23:53:55 dd9c8f8612c8: Preparing 23:53:55 51e2766a2f1a: Waiting 23:53:55 dd9c8f8612c8: Waiting 23:53:55 e3acecc0e80e: Layer already exists 23:53:55 1089a6bb6171: Layer already exists 23:53:55 29a3e4010831: Layer already exists 23:53:55 93ae660f8f25: Layer already exists 23:53:55 6ec6fa2b5de7: Layer already exists 23:53:55 51e2766a2f1a: Layer already exists 23:53:55 dd9c8f8612c8: Layer already exists 23:53:55 latest: digest: sha256:66471735da3f29bd961fa1cb86174dd6edcccf144e21fc02c6a28d0e037e5c52 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:55 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:56 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.9 23:53:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 23:53:56 e3acecc0e80e: Preparing 23:53:56 6ec6fa2b5de7: Preparing 23:53:56 1089a6bb6171: Preparing 23:53:56 93ae660f8f25: Preparing 23:53:56 29a3e4010831: Preparing 23:53:56 51e2766a2f1a: Preparing 23:53:56 dd9c8f8612c8: Preparing 23:53:56 51e2766a2f1a: Waiting 23:53:56 dd9c8f8612c8: Waiting 23:53:56 1089a6bb6171: Layer already exists 23:53:56 6ec6fa2b5de7: Layer already exists 23:53:56 29a3e4010831: Layer already exists 23:53:56 e3acecc0e80e: Layer already exists 23:53:56 93ae660f8f25: Layer already exists 23:53:56 51e2766a2f1a: Layer already exists 23:53:56 dd9c8f8612c8: Layer already exists 23:53:56 4.1.0-dev.9: digest: sha256:66471735da3f29bd961fa1cb86174dd6edcccf144e21fc02c6a28d0e037e5c52 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:56 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:57 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:53:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 23:53:57 e3acecc0e80e: Preparing 23:53:57 6ec6fa2b5de7: Preparing 23:53:57 1089a6bb6171: Preparing 23:53:57 93ae660f8f25: Preparing 23:53:57 29a3e4010831: Preparing 23:53:57 51e2766a2f1a: Preparing 23:53:57 dd9c8f8612c8: Preparing 23:53:57 51e2766a2f1a: Waiting 23:53:57 dd9c8f8612c8: Waiting 23:53:57 93ae660f8f25: Layer already exists 23:53:57 1089a6bb6171: Layer already exists 23:53:57 6ec6fa2b5de7: Layer already exists 23:53:57 29a3e4010831: Layer already exists 23:53:57 e3acecc0e80e: Layer already exists 23:53:57 51e2766a2f1a: Layer already exists 23:53:57 dd9c8f8612c8: Layer already exists 23:53:57 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:66471735da3f29bd961fa1cb86174dd6edcccf144e21fc02c6a28d0e037e5c52 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:57 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:58 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 23:53:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 23:53:58 e3acecc0e80e: Preparing 23:53:58 6ec6fa2b5de7: Preparing 23:53:58 1089a6bb6171: Preparing 23:53:58 93ae660f8f25: Preparing 23:53:58 29a3e4010831: Preparing 23:53:58 51e2766a2f1a: Preparing 23:53:58 dd9c8f8612c8: Preparing 23:53:58 51e2766a2f1a: Waiting 23:53:58 dd9c8f8612c8: Waiting 23:53:58 e3acecc0e80e: Layer already exists 23:53:58 29a3e4010831: Layer already exists 23:53:58 6ec6fa2b5de7: Layer already exists 23:53:58 1089a6bb6171: Layer already exists 23:53:58 93ae660f8f25: Layer already exists 23:53:58 51e2766a2f1a: Layer already exists 23:53:58 dd9c8f8612c8: Layer already exists 23:53:58 main: digest: sha256:66471735da3f29bd961fa1cb86174dd6edcccf144e21fc02c6a28d0e037e5c52 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:53:58 ===================================================== [Pipeline] echo 23:53:58 taggedImages: 23:53:58 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:53:58 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 23:53:58 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.9 23:53:58 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:53:58 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 23:53:58 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 23:53:58 2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:53:58 latest 23:53:58 4.1.0-dev.9 23:53:58 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:53:58 main 23:53:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:58 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:53:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:53:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 23:53:59 4e833781c859: Preparing 23:53:59 66aa1d03f9ed: Preparing 23:53:59 e472c572dac9: Preparing 23:53:59 1089a6bb6171: Preparing 23:53:59 93ae660f8f25: Preparing 23:53:59 d9fbbaac2103: Preparing 23:53:59 d14599ddc167: Preparing 23:53:59 ebdee0735665: Preparing 23:53:59 e6e3bce20f72: Preparing 23:53:59 dd9c8f8612c8: Preparing 23:53:59 d14599ddc167: Waiting 23:53:59 ebdee0735665: Waiting 23:53:59 e6e3bce20f72: Waiting 23:53:59 dd9c8f8612c8: Waiting 23:53:59 d9fbbaac2103: Waiting 23:53:59 1089a6bb6171: Layer already exists 23:53:59 93ae660f8f25: Layer already exists 23:53:59 66aa1d03f9ed: Pushed 23:53:59 e472c572dac9: Pushed 23:53:59 4e833781c859: Pushed 23:53:59 dd9c8f8612c8: Layer already exists 23:53:59 ebdee0735665: Pushed 23:54:00 e6e3bce20f72: Pushed 23:54:10 d14599ddc167: Pushed 23:54:25 d9fbbaac2103: Pushed 23:54:25 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:dfa237e27205c2108242856d46f7b9cbcb6633ac01946aa0d50bab0c6d154f83 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:54:25 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:54:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 23:54:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 23:54:26 4e833781c859: Preparing 23:54:26 66aa1d03f9ed: Preparing 23:54:26 e472c572dac9: Preparing 23:54:26 1089a6bb6171: Preparing 23:54:26 93ae660f8f25: Preparing 23:54:26 d9fbbaac2103: Preparing 23:54:26 d14599ddc167: Preparing 23:54:26 ebdee0735665: Preparing 23:54:26 e6e3bce20f72: Preparing 23:54:26 dd9c8f8612c8: Preparing 23:54:26 d9fbbaac2103: Waiting 23:54:26 d14599ddc167: Waiting 23:54:26 ebdee0735665: Waiting 23:54:26 dd9c8f8612c8: Waiting 23:54:26 e6e3bce20f72: Waiting 23:54:26 93ae660f8f25: Layer already exists 23:54:26 4e833781c859: Layer already exists 23:54:26 1089a6bb6171: Layer already exists 23:54:26 e472c572dac9: Layer already exists 23:54:26 66aa1d03f9ed: Layer already exists 23:54:26 d14599ddc167: Layer already exists 23:54:26 ebdee0735665: Layer already exists 23:54:26 e6e3bce20f72: Layer already exists 23:54:26 d9fbbaac2103: Layer already exists 23:54:26 dd9c8f8612c8: Layer already exists 23:54:26 latest: digest: sha256:dfa237e27205c2108242856d46f7b9cbcb6633ac01946aa0d50bab0c6d154f83 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:54:26 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:54:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.9 23:54:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 23:54:27 4e833781c859: Preparing 23:54:27 66aa1d03f9ed: Preparing 23:54:27 e472c572dac9: Preparing 23:54:27 1089a6bb6171: Preparing 23:54:27 93ae660f8f25: Preparing 23:54:27 d9fbbaac2103: Preparing 23:54:27 d14599ddc167: Preparing 23:54:27 ebdee0735665: Preparing 23:54:27 e6e3bce20f72: Preparing 23:54:27 dd9c8f8612c8: Preparing 23:54:27 d9fbbaac2103: Waiting 23:54:27 d14599ddc167: Waiting 23:54:27 ebdee0735665: Waiting 23:54:27 e6e3bce20f72: Waiting 23:54:27 dd9c8f8612c8: Waiting 23:54:27 4e833781c859: Layer already exists 23:54:27 66aa1d03f9ed: Layer already exists 23:54:27 93ae660f8f25: Layer already exists 23:54:27 e472c572dac9: Layer already exists 23:54:27 1089a6bb6171: Layer already exists 23:54:27 d9fbbaac2103: Layer already exists 23:54:27 d14599ddc167: Layer already exists 23:54:27 e6e3bce20f72: Layer already exists 23:54:27 dd9c8f8612c8: Layer already exists 23:54:27 ebdee0735665: Layer already exists 23:54:27 4.1.0-dev.9: digest: sha256:dfa237e27205c2108242856d46f7b9cbcb6633ac01946aa0d50bab0c6d154f83 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:54:27 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:54:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:54:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 23:54:28 4e833781c859: Preparing 23:54:28 66aa1d03f9ed: Preparing 23:54:28 e472c572dac9: Preparing 23:54:28 1089a6bb6171: Preparing 23:54:28 93ae660f8f25: Preparing 23:54:28 d9fbbaac2103: Preparing 23:54:28 d14599ddc167: Preparing 23:54:28 ebdee0735665: Preparing 23:54:28 e6e3bce20f72: Preparing 23:54:28 dd9c8f8612c8: Preparing 23:54:28 d9fbbaac2103: Waiting 23:54:28 d14599ddc167: Waiting 23:54:28 ebdee0735665: Waiting 23:54:28 e6e3bce20f72: Waiting 23:54:28 dd9c8f8612c8: Waiting 23:54:28 4e833781c859: Layer already exists 23:54:28 93ae660f8f25: Layer already exists 23:54:28 66aa1d03f9ed: Layer already exists 23:54:28 1089a6bb6171: Layer already exists 23:54:28 e472c572dac9: Layer already exists 23:54:28 d14599ddc167: Layer already exists 23:54:28 e6e3bce20f72: Layer already exists 23:54:28 d9fbbaac2103: Layer already exists 23:54:28 ebdee0735665: Layer already exists 23:54:28 dd9c8f8612c8: Layer already exists 23:54:28 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:dfa237e27205c2108242856d46f7b9cbcb6633ac01946aa0d50bab0c6d154f83 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:54:28 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:54:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 23:54:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 23:54:29 4e833781c859: Preparing 23:54:29 66aa1d03f9ed: Preparing 23:54:29 e472c572dac9: Preparing 23:54:29 1089a6bb6171: Preparing 23:54:29 93ae660f8f25: Preparing 23:54:29 d9fbbaac2103: Preparing 23:54:29 d14599ddc167: Preparing 23:54:29 ebdee0735665: Preparing 23:54:29 e6e3bce20f72: Preparing 23:54:29 dd9c8f8612c8: Preparing 23:54:29 d9fbbaac2103: Waiting 23:54:29 d14599ddc167: Waiting 23:54:29 e6e3bce20f72: Waiting 23:54:29 ebdee0735665: Waiting 23:54:29 dd9c8f8612c8: Waiting 23:54:29 4e833781c859: Layer already exists 23:54:29 93ae660f8f25: Layer already exists 23:54:29 66aa1d03f9ed: Layer already exists 23:54:29 e472c572dac9: Layer already exists 23:54:29 1089a6bb6171: Layer already exists 23:54:29 d14599ddc167: Layer already exists 23:54:29 d9fbbaac2103: Layer already exists 23:54:29 e6e3bce20f72: Layer already exists 23:54:29 dd9c8f8612c8: Layer already exists 23:54:29 ebdee0735665: Layer already exists 23:54:29 main: digest: sha256:dfa237e27205c2108242856d46f7b9cbcb6633ac01946aa0d50bab0c6d154f83 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:54:29 ===================================================== [Pipeline] echo 23:54:29 taggedImages: 23:54:29 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:54:29 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 23:54:29 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.9 23:54:29 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:54:29 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 23:54:29 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 23:54:29 2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:54:29 latest 23:54:29 4.1.0-dev.9 23:54:29 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:54:29 main 23:54:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:54:30 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:54:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:54:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 23:54:30 0137feaac7a4: Preparing 23:54:30 9e53b62cebc7: Preparing 23:54:30 8a43bff0a872: Preparing 23:54:30 1089a6bb6171: Preparing 23:54:30 93ae660f8f25: Preparing 23:54:30 d9fbbaac2103: Preparing 23:54:30 2fcbf655c62c: Preparing 23:54:30 9c06e412d912: Preparing 23:54:30 dd9c8f8612c8: Preparing 23:54:30 2fcbf655c62c: Waiting 23:54:30 dd9c8f8612c8: Waiting 23:54:30 9c06e412d912: Waiting 23:54:30 9e53b62cebc7: Pushed 23:54:30 8a43bff0a872: Pushed 23:54:30 93ae660f8f25: Layer already exists 23:54:30 1089a6bb6171: Layer already exists 23:54:30 d9fbbaac2103: Layer already exists 23:54:30 dd9c8f8612c8: Layer already exists 23:54:30 0137feaac7a4: Pushed 23:54:30 2fcbf655c62c: Pushed 23:54:31 9c06e412d912: Pushed 23:54:31 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:3565ec65a1860df58433cec6248b0e953e2b7f036e5f429f2e6114bf517d0c4b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:54:32 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:54:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 23:54:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 23:54:32 0137feaac7a4: Preparing 23:54:32 9e53b62cebc7: Preparing 23:54:32 8a43bff0a872: Preparing 23:54:32 1089a6bb6171: Preparing 23:54:32 93ae660f8f25: Preparing 23:54:32 d9fbbaac2103: Preparing 23:54:32 2fcbf655c62c: Preparing 23:54:32 9c06e412d912: Preparing 23:54:32 dd9c8f8612c8: Preparing 23:54:32 d9fbbaac2103: Waiting 23:54:32 2fcbf655c62c: Waiting 23:54:32 9c06e412d912: Waiting 23:54:32 dd9c8f8612c8: Waiting 23:54:32 9e53b62cebc7: Layer already exists 23:54:32 0137feaac7a4: Layer already exists 23:54:32 1089a6bb6171: Layer already exists 23:54:32 8a43bff0a872: Layer already exists 23:54:32 93ae660f8f25: Layer already exists 23:54:32 d9fbbaac2103: Layer already exists 23:54:32 2fcbf655c62c: Layer already exists 23:54:32 9c06e412d912: Layer already exists 23:54:32 dd9c8f8612c8: Layer already exists 23:54:32 latest: digest: sha256:3565ec65a1860df58433cec6248b0e953e2b7f036e5f429f2e6114bf517d0c4b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:54:33 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:54:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.9 23:54:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 23:54:33 0137feaac7a4: Preparing 23:54:33 9e53b62cebc7: Preparing 23:54:33 8a43bff0a872: Preparing 23:54:33 1089a6bb6171: Preparing 23:54:33 93ae660f8f25: Preparing 23:54:33 d9fbbaac2103: Preparing 23:54:33 2fcbf655c62c: Preparing 23:54:33 9c06e412d912: Preparing 23:54:33 dd9c8f8612c8: Preparing 23:54:33 2fcbf655c62c: Waiting 23:54:33 d9fbbaac2103: Waiting 23:54:33 9c06e412d912: Waiting 23:54:33 dd9c8f8612c8: Waiting 23:54:33 93ae660f8f25: Layer already exists 23:54:33 1089a6bb6171: Layer already exists 23:54:33 8a43bff0a872: Layer already exists 23:54:33 9e53b62cebc7: Layer already exists 23:54:33 0137feaac7a4: Layer already exists 23:54:33 9c06e412d912: Layer already exists 23:54:33 2fcbf655c62c: Layer already exists 23:54:33 dd9c8f8612c8: Layer already exists 23:54:33 d9fbbaac2103: Layer already exists 23:54:33 4.1.0-dev.9: digest: sha256:3565ec65a1860df58433cec6248b0e953e2b7f036e5f429f2e6114bf517d0c4b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:54:34 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:54:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:54:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 23:54:34 0137feaac7a4: Preparing 23:54:34 9e53b62cebc7: Preparing 23:54:34 8a43bff0a872: Preparing 23:54:34 1089a6bb6171: Preparing 23:54:34 93ae660f8f25: Preparing 23:54:34 d9fbbaac2103: Preparing 23:54:34 2fcbf655c62c: Preparing 23:54:34 9c06e412d912: Preparing 23:54:34 dd9c8f8612c8: Preparing 23:54:34 d9fbbaac2103: Waiting 23:54:34 2fcbf655c62c: Waiting 23:54:34 9c06e412d912: Waiting 23:54:34 dd9c8f8612c8: Waiting 23:54:34 0137feaac7a4: Layer already exists 23:54:34 1089a6bb6171: Layer already exists 23:54:34 9e53b62cebc7: Layer already exists 23:54:34 93ae660f8f25: Layer already exists 23:54:34 8a43bff0a872: Layer already exists 23:54:34 2fcbf655c62c: Layer already exists 23:54:34 d9fbbaac2103: Layer already exists 23:54:34 dd9c8f8612c8: Layer already exists 23:54:34 9c06e412d912: Layer already exists 23:54:34 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:3565ec65a1860df58433cec6248b0e953e2b7f036e5f429f2e6114bf517d0c4b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:54:35 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:54:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 23:54:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 23:54:35 0137feaac7a4: Preparing 23:54:35 9e53b62cebc7: Preparing 23:54:35 8a43bff0a872: Preparing 23:54:35 1089a6bb6171: Preparing 23:54:35 93ae660f8f25: Preparing 23:54:35 d9fbbaac2103: Preparing 23:54:35 2fcbf655c62c: Preparing 23:54:35 9c06e412d912: Preparing 23:54:35 dd9c8f8612c8: Preparing 23:54:35 d9fbbaac2103: Waiting 23:54:35 2fcbf655c62c: Waiting 23:54:35 9c06e412d912: Waiting 23:54:35 dd9c8f8612c8: Waiting 23:54:35 9e53b62cebc7: Layer already exists 23:54:35 8a43bff0a872: Layer already exists 23:54:35 93ae660f8f25: Layer already exists 23:54:35 1089a6bb6171: Layer already exists 23:54:35 0137feaac7a4: Layer already exists 23:54:35 2fcbf655c62c: Layer already exists 23:54:35 d9fbbaac2103: Layer already exists 23:54:35 9c06e412d912: Layer already exists 23:54:35 dd9c8f8612c8: Layer already exists 23:54:35 main: digest: sha256:3565ec65a1860df58433cec6248b0e953e2b7f036e5f429f2e6114bf517d0c4b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:54:35 ===================================================== [Pipeline] echo 23:54:35 taggedImages: 23:54:35 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:54:35 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 23:54:35 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.9 23:54:35 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:54:35 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 23:54:35 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 23:54:35 2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:54:35 latest 23:54:35 4.1.0-dev.9 23:54:35 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:54:35 main 23:54:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:54:36 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:54:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:54:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 23:54:36 05e97dd77cbf: Preparing 23:54:36 df087c7185bf: Preparing 23:54:36 a9faeb1ea693: Preparing 23:54:36 1089a6bb6171: Preparing 23:54:36 93ae660f8f25: Preparing 23:54:36 b62360e58ac1: Preparing 23:54:36 ebdee0735665: Preparing 23:54:36 e6e3bce20f72: Preparing 23:54:36 dd9c8f8612c8: Preparing 23:54:36 ebdee0735665: Waiting 23:54:36 e6e3bce20f72: Waiting 23:54:36 dd9c8f8612c8: Waiting 23:54:36 b62360e58ac1: Waiting 23:54:36 1089a6bb6171: Layer already exists 23:54:36 93ae660f8f25: Layer already exists 23:54:36 ebdee0735665: Layer already exists 23:54:36 e6e3bce20f72: Layer already exists 23:54:36 dd9c8f8612c8: Layer already exists 23:54:36 05e97dd77cbf: Pushed 23:54:36 a9faeb1ea693: Pushed 23:54:36 df087c7185bf: Pushed 23:55:03 b62360e58ac1: Pushed 23:55:03 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:7a13a0ea771bd27b443656a65656b8f1ba11816c2854ebab4b4488f7234f4604 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:55:03 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:55:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 23:55:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 23:55:04 05e97dd77cbf: Preparing 23:55:04 df087c7185bf: Preparing 23:55:04 a9faeb1ea693: Preparing 23:55:04 1089a6bb6171: Preparing 23:55:04 93ae660f8f25: Preparing 23:55:04 b62360e58ac1: Preparing 23:55:04 ebdee0735665: Preparing 23:55:04 e6e3bce20f72: Preparing 23:55:04 dd9c8f8612c8: Preparing 23:55:04 b62360e58ac1: Waiting 23:55:04 ebdee0735665: Waiting 23:55:04 e6e3bce20f72: Waiting 23:55:04 dd9c8f8612c8: Waiting 23:55:04 1089a6bb6171: Layer already exists 23:55:04 05e97dd77cbf: Layer already exists 23:55:04 a9faeb1ea693: Layer already exists 23:55:04 93ae660f8f25: Layer already exists 23:55:04 df087c7185bf: Layer already exists 23:55:04 b62360e58ac1: Layer already exists 23:55:04 e6e3bce20f72: Layer already exists 23:55:04 dd9c8f8612c8: Layer already exists 23:55:04 ebdee0735665: Layer already exists 23:55:04 latest: digest: sha256:7a13a0ea771bd27b443656a65656b8f1ba11816c2854ebab4b4488f7234f4604 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:55:04 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:55:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.9 23:55:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 23:55:04 05e97dd77cbf: Preparing 23:55:04 df087c7185bf: Preparing 23:55:04 a9faeb1ea693: Preparing 23:55:04 1089a6bb6171: Preparing 23:55:04 93ae660f8f25: Preparing 23:55:04 b62360e58ac1: Preparing 23:55:04 ebdee0735665: Preparing 23:55:04 e6e3bce20f72: Preparing 23:55:04 dd9c8f8612c8: Preparing 23:55:04 b62360e58ac1: Waiting 23:55:04 ebdee0735665: Waiting 23:55:04 e6e3bce20f72: Waiting 23:55:04 dd9c8f8612c8: Waiting 23:55:04 a9faeb1ea693: Layer already exists 23:55:04 93ae660f8f25: Layer already exists 23:55:04 1089a6bb6171: Layer already exists 23:55:04 df087c7185bf: Layer already exists 23:55:04 05e97dd77cbf: Layer already exists 23:55:04 b62360e58ac1: Layer already exists 23:55:04 ebdee0735665: Layer already exists 23:55:04 e6e3bce20f72: Layer already exists 23:55:04 dd9c8f8612c8: Layer already exists 23:55:04 4.1.0-dev.9: digest: sha256:7a13a0ea771bd27b443656a65656b8f1ba11816c2854ebab4b4488f7234f4604 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:55:05 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:55:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:55:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 23:55:05 05e97dd77cbf: Preparing 23:55:05 df087c7185bf: Preparing 23:55:05 a9faeb1ea693: Preparing 23:55:05 1089a6bb6171: Preparing 23:55:05 93ae660f8f25: Preparing 23:55:05 b62360e58ac1: Preparing 23:55:05 ebdee0735665: Preparing 23:55:05 e6e3bce20f72: Preparing 23:55:05 dd9c8f8612c8: Preparing 23:55:05 ebdee0735665: Waiting 23:55:05 e6e3bce20f72: Waiting 23:55:05 dd9c8f8612c8: Waiting 23:55:05 b62360e58ac1: Waiting 23:55:05 1089a6bb6171: Layer already exists 23:55:05 df087c7185bf: Layer already exists 23:55:05 05e97dd77cbf: Layer already exists 23:55:05 93ae660f8f25: Layer already exists 23:55:05 a9faeb1ea693: Layer already exists 23:55:05 ebdee0735665: Layer already exists 23:55:05 b62360e58ac1: Layer already exists 23:55:05 dd9c8f8612c8: Layer already exists 23:55:05 e6e3bce20f72: Layer already exists 23:55:05 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:7a13a0ea771bd27b443656a65656b8f1ba11816c2854ebab4b4488f7234f4604 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:55:06 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:55:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 23:55:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 23:55:06 05e97dd77cbf: Preparing 23:55:06 df087c7185bf: Preparing 23:55:06 a9faeb1ea693: Preparing 23:55:06 1089a6bb6171: Preparing 23:55:06 93ae660f8f25: Preparing 23:55:06 b62360e58ac1: Preparing 23:55:06 ebdee0735665: Preparing 23:55:06 e6e3bce20f72: Preparing 23:55:06 dd9c8f8612c8: Preparing 23:55:06 ebdee0735665: Waiting 23:55:06 e6e3bce20f72: Waiting 23:55:06 dd9c8f8612c8: Waiting 23:55:06 b62360e58ac1: Waiting 23:55:06 df087c7185bf: Layer already exists 23:55:06 93ae660f8f25: Layer already exists 23:55:06 05e97dd77cbf: Layer already exists 23:55:06 a9faeb1ea693: Layer already exists 23:55:06 1089a6bb6171: Layer already exists 23:55:06 ebdee0735665: Layer already exists 23:55:06 e6e3bce20f72: Layer already exists 23:55:06 b62360e58ac1: Layer already exists 23:55:06 dd9c8f8612c8: Layer already exists 23:55:06 main: digest: sha256:7a13a0ea771bd27b443656a65656b8f1ba11816c2854ebab4b4488f7234f4604 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:55:06 ===================================================== [Pipeline] echo 23:55:06 taggedImages: 23:55:06 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:55:06 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 23:55:06 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.9 23:55:06 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:55:06 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 23:55:07 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 23:55:07 2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:55:07 latest 23:55:07 4.1.0-dev.9 23:55:07 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:55:07 main 23:55:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:55:07 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:55:07 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:55:07 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 23:55:07 d8aa04f4ba23: Preparing 23:55:07 bf0ae0c9f031: Preparing 23:55:07 1089a6bb6171: Preparing 23:55:07 93ae660f8f25: Preparing 23:55:07 e8f53ba01231: Preparing 23:55:07 a40432bee233: Preparing 23:55:07 dd9c8f8612c8: Preparing 23:55:07 a40432bee233: Waiting 23:55:07 dd9c8f8612c8: Waiting 23:55:07 1089a6bb6171: Layer already exists 23:55:07 93ae660f8f25: Layer already exists 23:55:07 dd9c8f8612c8: Layer already exists 23:55:07 e8f53ba01231: Pushed 23:55:07 d8aa04f4ba23: Pushed 23:55:08 a40432bee233: Pushed 23:55:15 bf0ae0c9f031: Pushed 23:55:15 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:045691d44cefc0eba41d26f0ca77dc2263d86ac7ca069b782fbe69b12f438c4a size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:55:16 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:55:16 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 23:55:16 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 23:55:16 d8aa04f4ba23: Preparing 23:55:16 bf0ae0c9f031: Preparing 23:55:16 1089a6bb6171: Preparing 23:55:16 93ae660f8f25: Preparing 23:55:16 e8f53ba01231: Preparing 23:55:16 a40432bee233: Preparing 23:55:16 dd9c8f8612c8: Preparing 23:55:16 a40432bee233: Waiting 23:55:16 dd9c8f8612c8: Waiting 23:55:16 e8f53ba01231: Layer already exists 23:55:16 bf0ae0c9f031: Layer already exists 23:55:16 1089a6bb6171: Layer already exists 23:55:16 93ae660f8f25: Layer already exists 23:55:16 d8aa04f4ba23: Layer already exists 23:55:16 dd9c8f8612c8: Layer already exists 23:55:16 a40432bee233: Layer already exists 23:55:16 latest: digest: sha256:045691d44cefc0eba41d26f0ca77dc2263d86ac7ca069b782fbe69b12f438c4a size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:55:17 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:55:17 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.9 23:55:17 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 23:55:17 d8aa04f4ba23: Preparing 23:55:17 bf0ae0c9f031: Preparing 23:55:17 1089a6bb6171: Preparing 23:55:17 93ae660f8f25: Preparing 23:55:17 e8f53ba01231: Preparing 23:55:17 a40432bee233: Preparing 23:55:17 dd9c8f8612c8: Preparing 23:55:17 a40432bee233: Waiting 23:55:17 dd9c8f8612c8: Waiting 23:55:17 93ae660f8f25: Layer already exists 23:55:17 e8f53ba01231: Layer already exists 23:55:17 d8aa04f4ba23: Layer already exists 23:55:17 bf0ae0c9f031: Layer already exists 23:55:17 1089a6bb6171: Layer already exists 23:55:17 a40432bee233: Layer already exists 23:55:17 dd9c8f8612c8: Layer already exists 23:55:17 4.1.0-dev.9: digest: sha256:045691d44cefc0eba41d26f0ca77dc2263d86ac7ca069b782fbe69b12f438c4a size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:55:18 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:55:18 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:55:18 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 23:55:18 d8aa04f4ba23: Preparing 23:55:18 bf0ae0c9f031: Preparing 23:55:18 1089a6bb6171: Preparing 23:55:18 93ae660f8f25: Preparing 23:55:18 e8f53ba01231: Preparing 23:55:18 a40432bee233: Preparing 23:55:18 dd9c8f8612c8: Preparing 23:55:18 a40432bee233: Waiting 23:55:18 dd9c8f8612c8: Waiting 23:55:18 1089a6bb6171: Layer already exists 23:55:18 bf0ae0c9f031: Layer already exists 23:55:18 93ae660f8f25: Layer already exists 23:55:18 e8f53ba01231: Layer already exists 23:55:18 d8aa04f4ba23: Layer already exists 23:55:18 dd9c8f8612c8: Layer already exists 23:55:18 a40432bee233: Layer already exists 23:55:18 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:045691d44cefc0eba41d26f0ca77dc2263d86ac7ca069b782fbe69b12f438c4a size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:55:18 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:55:19 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 23:55:19 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 23:55:19 d8aa04f4ba23: Preparing 23:55:19 bf0ae0c9f031: Preparing 23:55:19 1089a6bb6171: Preparing 23:55:19 93ae660f8f25: Preparing 23:55:19 e8f53ba01231: Preparing 23:55:19 a40432bee233: Preparing 23:55:19 dd9c8f8612c8: Preparing 23:55:19 a40432bee233: Waiting 23:55:19 dd9c8f8612c8: Waiting 23:55:19 93ae660f8f25: Layer already exists 23:55:19 bf0ae0c9f031: Layer already exists 23:55:19 1089a6bb6171: Layer already exists 23:55:19 e8f53ba01231: Layer already exists 23:55:19 d8aa04f4ba23: Layer already exists 23:55:19 a40432bee233: Layer already exists 23:55:19 dd9c8f8612c8: Layer already exists 23:55:19 main: digest: sha256:045691d44cefc0eba41d26f0ca77dc2263d86ac7ca069b782fbe69b12f438c4a size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:55:19 ===================================================== [Pipeline] echo 23:55:19 taggedImages: 23:55:19 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:55:19 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 23:55:19 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.9 23:55:19 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:55:19 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 23:55:19 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 23:55:19 2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:55:19 latest 23:55:19 4.1.0-dev.9 23:55:19 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:55:19 main 23:55:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:55:19 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:55:20 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:55:20 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 23:55:20 151cab27d5a9: Preparing 23:55:20 1b799721d451: Preparing 23:55:20 1089a6bb6171: Preparing 23:55:20 93ae660f8f25: Preparing 23:55:20 a6e2c838e5ec: Preparing 23:55:20 624f74b1c16b: Preparing 23:55:20 dd9c8f8612c8: Preparing 23:55:20 624f74b1c16b: Waiting 23:55:20 dd9c8f8612c8: Waiting 23:55:20 1089a6bb6171: Layer already exists 23:55:20 93ae660f8f25: Layer already exists 23:55:20 dd9c8f8612c8: Layer already exists 23:55:20 a6e2c838e5ec: Pushed 23:55:20 151cab27d5a9: Pushed 23:55:21 624f74b1c16b: Pushed 23:55:29 1b799721d451: Pushed 23:55:29 2bc02a84879f55b836f611a8f3382b8c64ba4da9: digest: sha256:928216793ed4ec55989399c8793ceec7b5e595db83d22c77105eb1ee98455deb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:55:29 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:55:30 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 23:55:30 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 23:55:30 151cab27d5a9: Preparing 23:55:30 1b799721d451: Preparing 23:55:30 1089a6bb6171: Preparing 23:55:30 93ae660f8f25: Preparing 23:55:30 a6e2c838e5ec: Preparing 23:55:30 624f74b1c16b: Preparing 23:55:30 dd9c8f8612c8: Preparing 23:55:30 624f74b1c16b: Waiting 23:55:30 dd9c8f8612c8: Waiting 23:55:30 a6e2c838e5ec: Layer already exists 23:55:30 93ae660f8f25: Layer already exists 23:55:30 1089a6bb6171: Layer already exists 23:55:30 1b799721d451: Layer already exists 23:55:30 151cab27d5a9: Layer already exists 23:55:30 dd9c8f8612c8: Layer already exists 23:55:30 624f74b1c16b: Layer already exists 23:55:30 latest: digest: sha256:928216793ed4ec55989399c8793ceec7b5e595db83d22c77105eb1ee98455deb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:55:30 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:55:30 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.9 23:55:30 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 23:55:30 151cab27d5a9: Preparing 23:55:30 1b799721d451: Preparing 23:55:30 1089a6bb6171: Preparing 23:55:30 93ae660f8f25: Preparing 23:55:30 a6e2c838e5ec: Preparing 23:55:30 624f74b1c16b: Preparing 23:55:30 dd9c8f8612c8: Preparing 23:55:30 624f74b1c16b: Waiting 23:55:30 dd9c8f8612c8: Waiting 23:55:30 1089a6bb6171: Layer already exists 23:55:30 1b799721d451: Layer already exists 23:55:30 a6e2c838e5ec: Layer already exists 23:55:30 93ae660f8f25: Layer already exists 23:55:30 151cab27d5a9: Layer already exists 23:55:30 dd9c8f8612c8: Layer already exists 23:55:30 624f74b1c16b: Layer already exists 23:55:30 4.1.0-dev.9: digest: sha256:928216793ed4ec55989399c8793ceec7b5e595db83d22c77105eb1ee98455deb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:55:31 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:55:31 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:55:31 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 23:55:31 151cab27d5a9: Preparing 23:55:31 1b799721d451: Preparing 23:55:31 1089a6bb6171: Preparing 23:55:31 93ae660f8f25: Preparing 23:55:31 a6e2c838e5ec: Preparing 23:55:31 624f74b1c16b: Preparing 23:55:31 dd9c8f8612c8: Preparing 23:55:31 624f74b1c16b: Waiting 23:55:31 dd9c8f8612c8: Waiting 23:55:31 a6e2c838e5ec: Layer already exists 23:55:31 1b799721d451: Layer already exists 23:55:31 93ae660f8f25: Layer already exists 23:55:31 1089a6bb6171: Layer already exists 23:55:31 151cab27d5a9: Layer already exists 23:55:31 dd9c8f8612c8: Layer already exists 23:55:31 624f74b1c16b: Layer already exists 23:55:32 2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9: digest: sha256:928216793ed4ec55989399c8793ceec7b5e595db83d22c77105eb1ee98455deb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:55:32 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:55:32 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 23:55:32 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 23:55:32 151cab27d5a9: Preparing 23:55:32 1b799721d451: Preparing 23:55:32 1089a6bb6171: Preparing 23:55:32 93ae660f8f25: Preparing 23:55:32 a6e2c838e5ec: Preparing 23:55:32 624f74b1c16b: Preparing 23:55:32 dd9c8f8612c8: Preparing 23:55:32 dd9c8f8612c8: Waiting 23:55:32 624f74b1c16b: Waiting 23:55:32 a6e2c838e5ec: Layer already exists 23:55:32 1b799721d451: Layer already exists 23:55:32 151cab27d5a9: Layer already exists 23:55:32 93ae660f8f25: Layer already exists 23:55:32 1089a6bb6171: Layer already exists 23:55:32 dd9c8f8612c8: Layer already exists 23:55:32 624f74b1c16b: Layer already exists 23:55:33 main: digest: sha256:928216793ed4ec55989399c8793ceec7b5e595db83d22c77105eb1ee98455deb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:55:33 ===================================================== [Pipeline] echo 23:55:33 taggedImages: 23:55:33 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 23:55:33 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 23:55:33 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.9 23:55:33 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 23:55:33 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.9 [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.9 [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.9 [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.9 [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.9 [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.9 [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.9 [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.9 [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.9 [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.9 [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.9 [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 23:55:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] echo 23:55:34 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo 23:55:34 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.9 [Pipeline] echo 23:55:34 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] echo 23:55:34 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 23:55:34 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] echo 23:55:34 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo 23:55:34 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.9 [Pipeline] echo 23:55:34 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] echo 23:55:34 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 23:55:34 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] echo 23:55:34 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo 23:55:34 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.9 [Pipeline] echo 23:55:34 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] echo 23:55:34 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 23:55:34 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9 [Pipeline] echo 23:55:34 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo 23:55:34 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.9 [Pipeline] echo 23:55:34 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2bc02a84879f55b836f611a8f3382b8c64ba4da9-4.1.0-dev.9 [Pipeline] echo 23:55:34 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:55:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:55:34 23:55:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:55:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:55:34 arm64: Pulling from edgex-lftools-log-publisher 23:55:34 8998bd30e6a1: Pulling fs layer 23:55:34 04944245beec: Pulling fs layer 23:55:34 699f458cf7ca: Pulling fs layer 23:55:34 765212b225bb: Pulling fs layer 23:55:34 f23df028b6ca: Pulling fs layer 23:55:34 d65c8cfc05b1: Pulling fs layer 23:55:34 2437ff75d9bd: Pulling fs layer 23:55:34 f23df028b6ca: Waiting 23:55:34 765212b225bb: Waiting 23:55:34 d65c8cfc05b1: Waiting 23:55:35 04944245beec: Verifying Checksum 23:55:35 04944245beec: Download complete 23:55:35 765212b225bb: Verifying Checksum 23:55:35 765212b225bb: Download complete 23:55:35 f23df028b6ca: Verifying Checksum 23:55:35 f23df028b6ca: Download complete 23:55:35 d65c8cfc05b1: Download complete 23:55:35 699f458cf7ca: Verifying Checksum 23:55:35 699f458cf7ca: Download complete 23:55:35 8998bd30e6a1: Download complete 23:55:38 2437ff75d9bd: Verifying Checksum 23:55:38 2437ff75d9bd: Download complete 23:55:40 8998bd30e6a1: Pull complete 23:55:40 04944245beec: Pull complete 23:55:42 699f458cf7ca: Pull complete 23:55:42 765212b225bb: Pull complete 23:55:43 f23df028b6ca: Pull complete 23:55:43 d65c8cfc05b1: Pull complete 23:56:01 2437ff75d9bd: Pull complete 23:56:01 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 23:56:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:56:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:56:01 prd-ubuntu20.04-docker-arm64-4c-16g-967 does not seem to be running inside a container 23:56:01 $ 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/835 -v /w/workspace/edgex-go/835:/w/workspace/edgex-go/835:rw,z -v /w/workspace/edgex-go/835@tmp:/w/workspace/edgex-go/835@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 23:56:03 $ docker top 3b4c280ea3c302adb201a59f6dbc32eb8871bd259b743a8b46fbfda568c6f737 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:56:04 ---> job-cost.sh 23:56:04 lf-activate-venv: SKIPPING 23:56:04 INFO: No Stack... 23:56:05 INFO: Retrieving Pricing Info for: v3-standard-4 23:56:06 INFO: Archiving Costs [Pipeline] sh 23:56:06 + cat /w/workspace/edgex-go/835/archives/cost.csv 23:56:06 + cut -d, -f6 [Pipeline] lock 23:56:06 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-835-stack-cost] 23:56:06 Resource [jenkins-edgexfoundry-edgex-go-main-835-stack-cost] did not exist. Created. 23:56:06 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-835-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:56:07 + echo total: 0.10999999940395355 [Pipeline] stash 23:56:07 Stashed 1 file(s) [Pipeline] } 23:56:07 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-835-stack-cost] [Pipeline] // lock [Pipeline] } 23:56:07 $ docker stop --time=1 3b4c280ea3c302adb201a59f6dbc32eb8871bd259b743a8b46fbfda568c6f737 23:56:09 $ docker rm -f --volumes 3b4c280ea3c302adb201a59f6dbc32eb8871bd259b743a8b46fbfda568c6f737 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 05:09:22 Cancelling nested steps due to timeout 05:09:22 Sending interrupt signal to process 05:09:23 script returned exit code 143 [Pipeline] } 05:09:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] error [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 05:09:23 + '[' -d /w/workspace/edgex-go/835/archives ']' [Pipeline] libraryResource [Pipeline] sh 05:09:24 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:09:24 ---> package-listing.sh 05:09:24 ++ facter osfamily 05:09:24 ++ tr '[:upper:]' '[:lower:]' 05:09:24 + OS_FAMILY=redhat 05:09:24 + workspace=/w/workspace/edgex-go/835 05:09:24 + START_PACKAGES=/tmp/packages_start.txt 05:09:24 + END_PACKAGES=/tmp/packages_end.txt 05:09:24 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:09:24 + PACKAGES=/tmp/packages_start.txt 05:09:24 + '[' /w/workspace/edgex-go/835 ']' 05:09:24 + PACKAGES=/tmp/packages_end.txt 05:09:24 + case "${OS_FAMILY}" in 05:09:24 + sort 05:09:24 + rpm -qa 05:09:25 + '[' -f /tmp/packages_start.txt ']' 05:09:25 + '[' -f /tmp/packages_end.txt ']' 05:09:25 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:09:25 + '[' /w/workspace/edgex-go/835 ']' 05:09:25 + mkdir -p /w/workspace/edgex-go/835/archives/ 05:09:25 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/835/archives/ [Pipeline] echo 05:09:25 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/835/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:09:25 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:09:26 05:09:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:09:26 latest: Pulling from edgex-lftools-log-publisher 05:09:26 5eb5b503b376: Pulling fs layer 05:09:26 5c69ac0246d0: Pulling fs layer 05:09:26 ec43610c2a17: Pulling fs layer 05:09:26 3a2ae6a8a46f: Pulling fs layer 05:09:26 33b1e0a273af: Pulling fs layer 05:09:26 5d3b04190fa2: Pulling fs layer 05:09:26 2f39f015ded8: Pulling fs layer 05:09:26 33b1e0a273af: Waiting 05:09:26 5d3b04190fa2: Waiting 05:09:26 2f39f015ded8: Waiting 05:09:26 3a2ae6a8a46f: Waiting 05:09:26 5c69ac0246d0: Verifying Checksum 05:09:26 5c69ac0246d0: Download complete 05:09:26 3a2ae6a8a46f: Verifying Checksum 05:09:26 3a2ae6a8a46f: Download complete 05:09:26 33b1e0a273af: Verifying Checksum 05:09:26 33b1e0a273af: Download complete 05:09:26 ec43610c2a17: Verifying Checksum 05:09:26 ec43610c2a17: Download complete 05:09:26 5d3b04190fa2: Verifying Checksum 05:09:26 5d3b04190fa2: Download complete 05:09:26 5eb5b503b376: Verifying Checksum 05:09:26 5eb5b503b376: Download complete 05:09:27 2f39f015ded8: Verifying Checksum 05:09:27 2f39f015ded8: Download complete 05:09:28 5eb5b503b376: Pull complete 05:09:28 5c69ac0246d0: Pull complete 05:09:29 ec43610c2a17: Pull complete 05:09:29 3a2ae6a8a46f: Pull complete 05:09:29 33b1e0a273af: Pull complete 05:09:29 5d3b04190fa2: Pull complete 05:09:33 2f39f015ded8: Pull complete 05:09:33 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 05:09:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:09:33 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:09:33 prd-centos7-docker-4c-2g-968 does not seem to be running inside a container 05:09:33 $ 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/835/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 05:09:36 $ docker top 1319b21fc3aeaaba632be0bd753059fdfc728b5d0bb5e49ca95882f0d0f76e63 -eo pid,comm [Pipeline] { [Pipeline] sh 05:09:37 + touch /tmp/pre-build-complete [Pipeline] sh 05:09:37 + mkdir -p /var/log/sysstat [Pipeline] sh 05:09:37 + ls /var/log/sa-host 05:09:37 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:09:37 provisioning config files... 05:09:37 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config13663245840253852219tmp [Pipeline] { [Pipeline] echo 05:09:37 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:09:38 ---> create-netrc.sh [Pipeline] } 05:09:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 05:09:38 ---> python-tools-install.sh [Pipeline] echo 05:09:38 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:09:38 ---> sudo-logs.sh 05:09:38 Archiving 'sudo' log.. 05:09:38 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:09:38 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 05:09:38 $ docker stop --time=1 1319b21fc3aeaaba632be0bd753059fdfc728b5d0bb5e49ca95882f0d0f76e63 05:09:40 $ docker rm -f --volumes 1319b21fc3aeaaba632be0bd753059fdfc728b5d0bb5e49ca95882f0d0f76e63 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 05:09:40 [WS-CLEANUP] Deleting project workspace... 05:09:40 [WS-CLEANUP] Deferred wipeout is used... 05:09:40 [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 05:09:40 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 05:09:41 + [ -d /w/workspace/edgex-go/835/archives ] [Pipeline] libraryResource [Pipeline] sh 05:09:41 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:09:42 ---> package-listing.sh 05:09:42 ++ facter osfamily 05:09:42 ++ tr '[:upper:]' '[:lower:]' 05:09:42 + OS_FAMILY=debian 05:09:42 + workspace=/w/workspace/edgex-go/835 05:09:42 + START_PACKAGES=/tmp/packages_start.txt 05:09:42 + END_PACKAGES=/tmp/packages_end.txt 05:09:42 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:09:42 + PACKAGES=/tmp/packages_start.txt 05:09:42 + '[' /w/workspace/edgex-go/835 ']' 05:09:42 + PACKAGES=/tmp/packages_end.txt 05:09:42 + case "${OS_FAMILY}" in 05:09:42 + dpkg -l 05:09:42 + grep '^ii' 05:09:42 + '[' -f /tmp/packages_start.txt ']' 05:09:42 + '[' -f /tmp/packages_end.txt ']' 05:09:42 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:09:42 + '[' /w/workspace/edgex-go/835 ']' 05:09:42 + mkdir -p /w/workspace/edgex-go/835/archives/ 05:09:42 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/835/archives/ [Pipeline] echo 05:09:42 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/835/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:09:42 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:09:43 05:09:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:09:43 latest: Pulling from edgex-lftools-log-publisher 05:09:43 5eb5b503b376: Pulling fs layer 05:09:43 5c69ac0246d0: Pulling fs layer 05:09:43 ec43610c2a17: Pulling fs layer 05:09:43 3a2ae6a8a46f: Pulling fs layer 05:09:43 33b1e0a273af: Pulling fs layer 05:09:43 5d3b04190fa2: Pulling fs layer 05:09:43 2f39f015ded8: Pulling fs layer 05:09:43 3a2ae6a8a46f: Waiting 05:09:43 33b1e0a273af: Waiting 05:09:43 2f39f015ded8: Waiting 05:09:43 5d3b04190fa2: Waiting 05:09:43 5c69ac0246d0: Download complete 05:09:43 3a2ae6a8a46f: Verifying Checksum 05:09:43 3a2ae6a8a46f: Download complete 05:09:43 33b1e0a273af: Verifying Checksum 05:09:43 33b1e0a273af: Download complete 05:09:43 5d3b04190fa2: Download complete 05:09:43 ec43610c2a17: Verifying Checksum 05:09:44 5eb5b503b376: Verifying Checksum 05:09:44 5eb5b503b376: Download complete 05:09:44 2f39f015ded8: Verifying Checksum 05:09:45 5eb5b503b376: Pull complete 05:09:45 5c69ac0246d0: Pull complete 05:09:45 ec43610c2a17: Pull complete 05:09:45 3a2ae6a8a46f: Pull complete 05:09:46 33b1e0a273af: Pull complete 05:09:46 5d3b04190fa2: Pull complete 05:09:50 2f39f015ded8: Pull complete 05:09:50 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 05:09:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:09:50 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:09:50 prd-ubuntu20.04-docker-8c-8g-966 does not seem to be running inside a container 05:09:50 $ 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/835/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/835 -v /w/workspace/edgex-go/835:/w/workspace/edgex-go/835:rw,z -v /w/workspace/edgex-go/835@tmp:/w/workspace/edgex-go/835@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 05:09:51 $ docker top c13931ec0a6f48f4cb317d84489075749c6e0201bca32381c9d31c75d62f7abe -eo pid,comm [Pipeline] { [Pipeline] sh 05:09:52 + touch /tmp/pre-build-complete [Pipeline] sh 05:09:52 + mkdir -p /var/log/sysstat [Pipeline] sh 05:09:52 + ls /var/log/sa-host 05:09:52 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:09:52 provisioning config files... 05:09:52 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/835@tmp/config16235533478846881798tmp [Pipeline] { [Pipeline] echo 05:09:52 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:09:53 ---> create-netrc.sh [Pipeline] } 05:09:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 05:09:53 ---> python-tools-install.sh [Pipeline] echo 05:09:53 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:09:53 ---> sudo-logs.sh 05:09:53 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:09:53 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:09:54 ---> job-cost.sh 05:09:54 lf-activate-venv: SKIPPING 05:09:54 DEBUG: total: 0.10999999940395355 05:09:54 INFO: Retrieving Stack Cost... 05:09:54 INFO: Retrieving Pricing Info for: v3-standard-8 05:09:54 INFO: Archiving Costs [Pipeline] echo 05:09:54 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:09:55 ---> logs-deploy.sh 05:09:55 lf-activate-venv: SKIPPING 05:09:55 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/835 05:09:55 INFO: archiving workspace using pattern(s): 05:09:56 Archives upload complete. 05:09:56 INFO: archiving logs to Nexus 05:09:57 ---> uname -a: 05:09:57 Linux prd-ubuntu20-04-docker-8c-8g-966 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 05:09:57 05:09:57 05:09:57 ---> lscpu: 05:09:57 Architecture: x86_64 05:09:57 CPU op-mode(s): 32-bit, 64-bit 05:09:57 Byte Order: Little Endian 05:09:57 Address sizes: 40 bits physical, 48 bits virtual 05:09:57 CPU(s): 8 05:09:57 On-line CPU(s) list: 0-7 05:09:57 Thread(s) per core: 1 05:09:57 Core(s) per socket: 1 05:09:57 Socket(s): 8 05:09:57 NUMA node(s): 1 05:09:57 Vendor ID: AuthenticAMD 05:09:57 CPU family: 23 05:09:57 Model: 49 05:09:57 Model name: AMD EPYC-Rome Processor 05:09:57 Stepping: 0 05:09:57 CPU MHz: 2800.000 05:09:57 BogoMIPS: 5600.00 05:09:57 Virtualization: AMD-V 05:09:57 Hypervisor vendor: KVM 05:09:57 Virtualization type: full 05:09:57 L1d cache: 256 KiB 05:09:57 L1i cache: 256 KiB 05:09:57 L2 cache: 4 MiB 05:09:57 L3 cache: 128 MiB 05:09:57 NUMA node0 CPU(s): 0-7 05:09:57 Vulnerability Itlb multihit: Not affected 05:09:57 Vulnerability L1tf: Not affected 05:09:57 Vulnerability Mds: Not affected 05:09:57 Vulnerability Meltdown: Not affected 05:09:57 Vulnerability Mmio stale data: Not affected 05:09:57 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:09:57 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 05:09:57 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 05:09:57 Vulnerability Srbds: Not affected 05:09:57 Vulnerability Tsx async abort: Not affected 05:09:57 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 05:09:57 05:09:57 05:09:57 ---> nproc: 05:09:57 8 05:09:57 05:09:57 05:09:57 ---> df -h: 05:09:57 Filesystem Size Used Avail Use% Mounted on 05:09:57 overlay 155G 29G 127G 19% / 05:09:57 tmpfs 64M 0 64M 0% /dev 05:09:57 tmpfs 16G 0 16G 0% /sys/fs/cgroup 05:09:57 shm 64M 0 64M 0% /dev/shm 05:09:57 /dev/vda1 155G 29G 127G 19% /facter-os 05:09:57 05:09:57 05:09:57 ---> sar -b -r -n DEV: 05:09:57 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-966) 05/06/25 _x86_64_ (8 CPU) 05:09:57 05:09:57 00:00:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 05:09:57 00:01:01 6.41 0.03 6.38 0.00 0.27 158.67 0.00 05:09:57 00:02:01 1.17 0.00 1.17 0.00 0.00 13.33 0.00 05:09:57 00:03:01 0.97 0.00 0.97 0.00 0.00 12.00 0.00 05:09:57 00:04:01 1.38 0.00 1.38 0.00 0.00 15.06 0.00 05:09:57 00:05:01 1.23 0.00 1.23 0.00 0.00 14.40 0.00 05:09:57 00:06:01 1.20 0.00 1.20 0.00 0.00 12.93 0.00 05:09:57 00:07:01 1.17 0.00 1.17 0.00 0.00 14.26 0.00 05:09:57 00:08:01 1.15 0.00 1.15 0.00 0.00 13.33 0.00 05:09:57 00:09:01 1.48 0.00 1.48 0.00 0.00 16.93 0.00 05:09:57 00:10:01 1.32 0.00 1.32 0.00 0.00 15.46 0.00 05:09:57 00:11:01 0.97 0.00 0.97 0.00 0.00 11.20 0.00 05:09:57 00:12:01 1.28 0.00 1.28 0.00 0.00 14.66 0.00 05:09:57 00:13:01 0.98 0.00 0.98 0.00 0.00 11.86 0.00 05:09:57 00:14:01 1.37 0.00 1.37 0.00 0.00 15.33 0.00 05:09:57 00:15:01 1.63 0.00 1.63 0.00 0.00 19.20 0.00 05:09:57 00:16:01 1.05 0.00 1.05 0.00 0.00 10.80 0.00 05:09:57 00:17:01 1.78 0.00 1.78 0.00 0.00 20.40 0.00 05:09:57 00:18:01 1.18 0.00 1.18 0.00 0.00 12.40 0.00 05:09:57 00:19:01 1.75 0.00 1.75 0.00 0.00 20.13 0.00 05:09:57 00:20:01 1.15 0.00 1.15 0.00 0.00 12.93 0.00 05:09:57 00:21:01 1.53 0.00 1.53 0.00 0.00 17.60 0.00 05:09:57 00:22:01 1.12 0.00 1.12 0.00 0.00 12.13 0.00 05:09:57 00:23:01 1.55 0.00 1.55 0.00 0.00 17.86 0.00 05:09:57 00:24:01 1.40 0.00 1.40 0.00 0.00 15.33 0.00 05:09:57 00:25:01 1.93 0.00 1.93 0.00 0.00 23.06 0.00 05:09:57 00:26:01 1.32 0.00 1.32 0.00 0.00 14.26 0.00 05:09:57 00:27:01 2.02 0.00 2.02 0.00 0.00 22.53 0.00 05:09:57 00:28:01 0.95 0.00 0.95 0.00 0.00 10.26 0.00 05:09:57 00:29:01 2.10 0.00 2.10 0.00 0.00 24.13 0.00 05:09:57 00:30:01 1.07 0.00 1.07 0.00 0.00 12.40 0.00 05:09:57 00:31:02 2.07 0.00 2.07 0.00 0.00 22.53 0.00 05:09:57 00:32:01 1.42 0.00 1.42 0.00 0.00 16.13 0.00 05:09:57 00:33:01 1.95 0.00 1.95 0.00 0.00 21.33 0.00 05:09:57 00:34:01 1.43 0.00 1.43 0.00 0.00 15.86 0.00 05:09:57 00:35:01 2.15 0.00 2.15 0.00 0.00 25.46 0.00 05:09:57 00:36:01 1.20 0.00 1.20 0.00 0.00 13.33 0.00 05:09:57 00:37:01 1.58 0.00 1.58 0.00 0.00 18.79 0.00 05:09:57 00:38:01 0.97 0.00 0.97 0.00 0.00 10.53 0.00 05:09:57 00:39:01 1.52 0.00 1.52 0.00 0.00 17.73 0.00 05:09:57 00:40:01 1.18 0.00 1.18 0.00 0.00 13.73 0.00 05:09:57 00:41:01 1.00 0.00 1.00 0.00 0.00 11.73 0.00 05:09:57 00:42:01 1.25 0.00 1.25 0.00 0.00 15.06 0.00 05:09:57 00:43:01 0.98 0.00 0.98 0.00 0.00 11.46 0.00 05:09:57 00:44:01 1.18 0.00 1.18 0.00 0.00 13.73 0.00 05:09:57 00:45:01 1.47 0.00 1.47 0.00 0.00 17.73 0.00 05:09:57 00:46:01 30.23 0.00 30.23 0.00 0.00 1002.63 0.00 05:09:57 00:47:01 1.07 0.00 1.07 0.00 0.00 13.33 0.00 05:09:57 00:48:01 1.28 0.00 1.28 0.00 0.00 14.00 0.00 05:09:57 00:49:01 1.42 0.00 1.42 0.00 0.00 17.20 0.00 05:09:57 00:50:01 1.23 0.00 1.23 0.00 0.00 14.13 0.00 05:09:57 00:51:01 1.55 0.00 1.55 0.00 0.00 18.00 0.00 05:09:57 00:52:01 1.02 0.00 1.02 0.00 0.00 11.20 0.00 05:09:57 00:53:01 1.65 0.00 1.65 0.00 0.00 19.33 0.00 05:09:57 00:54:01 0.93 0.00 0.93 0.00 0.00 10.53 0.00 05:09:57 00:55:01 1.53 0.00 1.53 0.00 0.00 19.33 0.00 05:09:57 00:56:01 1.13 0.00 1.13 0.00 0.00 12.26 0.00 05:09:57 00:57:01 1.73 0.00 1.73 0.00 0.00 19.46 0.00 05:09:57 00:58:01 0.97 0.00 0.97 0.00 0.00 10.93 0.00 05:09:57 00:59:01 1.73 0.00 1.73 0.00 0.00 20.66 0.00 05:09:57 01:00:01 1.10 0.00 1.10 0.00 0.00 12.66 0.00 05:09:57 01:01:01 1.05 0.00 1.05 0.00 0.00 12.66 0.00 05:09:57 01:02:01 1.20 0.00 1.20 0.00 0.00 14.40 0.00 05:09:57 01:03:01 1.67 0.00 1.67 0.00 0.00 19.73 0.00 05:09:57 01:04:01 1.12 0.00 1.12 0.00 0.00 12.80 0.00 05:09:57 01:05:01 1.48 0.00 1.48 0.00 0.00 18.00 0.00 05:09:57 01:06:01 1.32 0.00 1.32 0.00 0.00 14.13 0.00 05:09:57 01:07:01 1.05 0.00 1.05 0.00 0.00 12.93 0.00 05:09:57 01:08:01 1.20 0.00 1.20 0.00 0.00 13.46 0.00 05:09:57 01:09:01 1.48 0.00 1.48 0.00 0.00 17.60 0.00 05:09:57 01:10:01 1.22 0.00 1.22 0.00 0.00 13.86 0.00 05:09:57 01:11:01 1.51 0.00 1.51 0.00 0.00 17.56 0.00 05:09:57 01:12:01 1.08 0.00 1.08 0.00 0.00 12.00 0.00 05:09:57 01:13:01 1.62 0.00 1.62 0.00 0.00 18.40 0.00 05:09:57 01:14:01 1.12 0.00 1.12 0.00 0.00 12.66 0.00 05:09:57 01:15:01 1.65 0.00 1.65 0.00 0.00 19.86 0.00 05:09:57 01:16:01 1.13 0.00 1.13 0.00 0.00 12.80 0.00 05:09:57 01:17:01 1.10 0.00 1.10 0.00 0.00 13.86 0.00 05:09:57 01:18:01 1.33 0.00 1.33 0.00 0.00 15.33 0.00 05:09:57 01:19:01 1.00 0.00 1.00 0.00 0.00 12.53 0.00 05:09:57 01:20:01 1.50 0.00 1.50 0.00 0.00 17.33 0.00 05:09:57 01:21:01 1.33 0.00 1.33 0.00 0.00 15.86 0.00 05:09:57 01:22:01 1.23 0.00 1.23 0.00 0.00 14.93 0.00 05:09:57 01:23:01 1.55 0.00 1.55 0.00 0.00 17.86 0.00 05:09:57 01:24:01 1.08 0.00 1.08 0.00 0.00 12.00 0.00 05:09:57 01:25:01 1.65 0.00 1.65 0.00 0.00 19.46 0.00 05:09:57 01:26:01 1.13 0.00 1.13 0.00 0.00 12.93 0.00 05:09:57 01:27:01 1.63 0.00 1.63 0.00 0.00 18.53 0.00 05:09:57 01:28:01 0.97 0.00 0.97 0.00 0.00 10.80 0.00 05:09:57 01:29:01 1.52 0.00 1.52 0.00 0.00 18.40 0.00 05:09:57 01:30:01 1.27 0.00 1.27 0.00 0.00 14.13 0.00 05:09:57 01:31:01 1.72 0.00 1.72 0.00 0.00 20.53 0.00 05:09:57 01:32:01 1.27 0.00 1.27 0.00 0.00 13.60 0.00 05:09:57 01:33:01 1.63 0.00 1.63 0.00 0.00 18.00 0.00 05:09:57 01:34:01 1.08 0.00 1.08 0.00 0.00 12.13 0.00 05:09:57 01:35:01 1.63 0.00 1.63 0.00 0.00 19.73 0.00 05:09:57 01:36:01 1.20 0.00 1.20 0.00 0.00 13.73 0.00 05:09:57 01:37:01 1.88 0.00 1.88 0.00 0.00 21.06 0.00 05:09:57 01:38:01 0.95 0.00 0.95 0.00 0.00 10.26 0.00 05:09:57 01:39:01 1.55 0.00 1.55 0.00 0.00 18.13 0.00 05:09:57 01:40:01 1.18 0.00 1.18 0.00 0.00 12.80 0.00 05:09:57 01:41:01 1.13 0.00 1.13 0.00 0.00 13.73 0.00 05:09:57 01:42:01 1.32 0.00 1.32 0.00 0.00 14.93 0.00 05:09:57 01:43:01 1.00 0.00 1.00 0.00 0.00 11.73 0.00 05:09:57 01:44:02 1.35 0.00 1.35 0.00 0.00 14.93 0.00 05:09:57 01:45:01 1.51 0.00 1.51 0.00 0.00 17.62 0.00 05:09:57 01:46:01 1.28 0.00 1.28 0.00 0.00 14.66 0.00 05:09:57 01:47:01 1.73 0.00 1.73 0.00 0.00 19.20 0.00 05:09:57 01:48:01 1.07 0.00 1.07 0.00 0.00 11.73 0.00 05:09:57 01:49:01 1.70 0.00 1.70 0.00 0.00 19.73 0.00 05:09:57 01:50:01 1.07 0.00 1.07 0.00 0.00 11.86 0.00 05:09:57 01:51:01 1.57 0.00 1.57 0.00 0.00 18.26 0.00 05:09:57 01:52:01 1.25 0.00 1.25 0.00 0.00 14.40 0.00 05:09:57 01:53:01 1.52 0.00 1.52 0.00 0.00 18.13 0.00 05:09:57 01:54:01 1.08 0.00 1.08 0.00 0.00 11.86 0.00 05:09:57 01:55:01 1.05 0.00 1.05 0.00 0.00 12.13 0.00 05:09:57 01:56:01 1.37 0.00 1.37 0.00 0.00 16.00 0.00 05:09:57 01:57:01 1.03 0.00 1.03 0.00 0.00 12.93 0.00 05:09:57 01:58:01 1.28 0.00 1.28 0.00 0.00 14.00 0.00 05:09:57 01:59:01 1.12 0.00 1.12 0.00 0.00 13.33 0.00 05:09:57 02:00:01 1.28 0.00 1.28 0.00 0.00 14.93 0.00 05:09:57 02:01:01 1.48 0.02 1.47 0.00 1.20 16.93 0.00 05:09:57 02:02:01 1.23 0.00 1.23 0.00 0.00 14.00 0.00 05:09:57 02:03:01 1.58 0.00 1.58 0.00 0.00 18.26 0.00 05:09:57 02:04:01 1.17 0.00 1.17 0.00 0.00 12.53 0.00 05:09:57 02:05:01 1.70 0.00 1.70 0.00 0.00 19.73 0.00 05:09:57 02:06:01 1.25 0.00 1.25 0.00 0.00 14.13 0.00 05:09:57 02:07:01 1.05 0.00 1.05 0.00 0.00 12.66 0.00 05:09:57 02:08:01 1.28 0.00 1.28 0.00 0.00 14.00 0.00 05:09:57 02:09:01 1.12 0.00 1.12 0.00 0.00 14.00 0.00 05:09:57 02:10:01 1.28 0.00 1.28 0.00 0.00 14.13 0.00 05:09:57 02:11:01 1.28 0.00 1.28 0.00 0.00 15.33 0.00 05:09:57 02:12:01 1.37 0.00 1.37 0.00 0.00 15.33 0.00 05:09:57 02:13:01 1.73 0.00 1.73 0.00 0.00 18.93 0.00 05:09:57 02:14:01 1.07 0.00 1.07 0.00 0.00 12.26 0.00 05:09:57 02:15:01 1.05 0.00 1.05 0.00 0.00 12.40 0.00 05:09:57 02:16:01 1.53 0.00 1.53 0.00 0.00 17.60 0.00 05:09:57 02:17:01 1.00 0.00 1.00 0.00 0.00 11.86 0.00 05:09:57 02:18:01 1.57 0.00 1.57 0.00 0.00 18.13 0.00 05:09:57 02:19:01 1.13 0.00 1.13 0.00 0.00 13.60 0.00 05:09:57 02:20:01 1.35 0.00 1.35 0.00 0.00 14.53 0.00 05:09:57 02:21:01 1.53 0.00 1.53 0.00 0.00 18.40 0.00 05:09:57 02:22:01 1.32 0.00 1.32 0.00 0.00 14.53 0.00 05:09:57 02:23:01 1.12 0.00 1.12 0.00 0.00 13.20 0.00 05:09:57 02:24:01 1.32 0.00 1.32 0.00 0.00 14.53 0.00 05:09:57 02:25:01 1.73 0.00 1.73 0.00 0.00 18.93 0.00 05:09:57 02:26:01 1.12 0.00 1.12 0.00 0.00 13.20 0.00 05:09:57 02:27:01 1.07 0.00 1.07 0.00 0.00 12.00 0.00 05:09:57 02:28:01 1.37 0.00 1.37 0.00 0.00 15.33 0.00 05:09:57 02:29:01 1.00 0.00 1.00 0.00 0.00 12.26 0.00 05:09:57 02:30:01 1.38 0.00 1.38 0.00 0.00 15.60 0.00 05:09:57 02:31:01 1.23 0.00 1.23 0.00 0.00 14.80 0.00 05:09:57 02:32:01 1.52 0.00 1.52 0.00 0.00 15.86 0.00 05:09:57 02:33:01 1.00 0.00 1.00 0.00 0.00 12.13 0.00 05:09:57 02:34:01 1.53 0.00 1.53 0.00 0.00 17.06 0.00 05:09:57 02:35:01 1.07 0.00 1.07 0.00 0.00 13.06 0.00 05:09:57 02:36:01 1.63 0.00 1.63 0.00 0.00 19.73 0.00 05:09:57 02:37:01 1.13 0.00 1.13 0.00 0.00 13.86 0.00 05:09:57 02:38:01 1.38 0.00 1.38 0.00 0.00 15.86 0.00 05:09:57 02:39:01 1.60 0.00 1.60 0.00 0.00 18.26 0.00 05:09:57 02:40:01 1.12 0.00 1.12 0.00 0.00 12.00 0.00 05:09:57 02:41:01 1.65 0.00 1.65 0.00 0.00 19.73 0.00 05:09:57 02:42:01 1.20 0.00 1.20 0.00 0.00 12.40 0.00 05:09:57 02:43:01 1.05 0.00 1.05 0.00 0.00 12.40 0.00 05:09:57 02:44:01 1.58 0.00 1.58 0.00 0.00 17.06 0.00 05:09:57 02:45:01 1.05 0.00 1.05 0.00 0.00 12.40 0.00 05:09:57 02:46:01 1.53 0.00 1.53 0.00 0.00 17.99 0.00 05:09:57 02:47:01 1.20 0.00 1.20 0.00 0.00 13.33 0.00 05:09:57 02:48:01 1.42 0.00 1.42 0.00 0.00 15.73 0.00 05:09:57 02:49:01 1.17 0.00 1.17 0.00 0.00 13.73 0.00 05:09:57 02:50:01 1.43 0.00 1.43 0.00 0.00 15.46 0.00 05:09:57 02:51:01 1.62 0.00 1.62 0.00 0.00 18.80 0.00 05:09:57 02:52:01 1.17 0.00 1.17 0.00 0.00 12.66 0.00 05:09:57 02:53:01 1.02 0.00 1.02 0.00 0.00 12.26 0.00 05:09:57 02:54:01 1.42 0.00 1.42 0.00 0.00 15.33 0.00 05:09:57 02:55:01 1.15 0.00 1.15 0.00 0.00 13.60 0.00 05:09:57 02:56:01 1.50 0.00 1.50 0.00 0.00 17.46 0.00 05:09:57 02:57:01 1.08 0.00 1.08 0.00 0.00 12.40 0.00 05:09:57 02:58:01 1.38 0.00 1.38 0.00 0.00 15.73 0.00 05:09:57 02:59:01 1.15 0.00 1.15 0.00 0.00 13.46 0.00 05:09:57 03:00:01 1.35 0.00 1.35 0.00 0.00 14.80 0.00 05:09:57 03:01:01 1.57 0.00 1.57 0.00 0.00 18.00 0.00 05:09:57 03:02:01 1.17 0.00 1.17 0.00 0.00 12.80 0.00 05:09:57 03:03:01 1.05 0.00 1.05 0.00 0.00 12.53 0.00 05:09:57 03:04:01 1.53 0.00 1.53 0.00 0.00 17.99 0.00 05:09:57 03:05:01 1.08 0.00 1.08 0.00 0.00 12.53 0.00 05:09:57 03:06:01 1.48 0.00 1.48 0.00 0.00 17.20 0.00 05:09:57 03:07:01 1.02 0.00 1.02 0.00 0.00 11.73 0.00 05:09:57 03:08:01 1.38 0.00 1.38 0.00 0.00 15.86 0.00 05:09:57 03:09:01 1.02 0.00 1.02 0.00 0.00 12.13 0.00 05:09:57 03:10:01 1.37 0.00 1.37 0.00 0.00 15.06 0.00 05:09:57 03:11:01 1.73 0.00 1.73 0.00 0.00 21.73 0.00 05:09:57 03:12:01 1.22 0.00 1.22 0.00 0.00 12.40 0.00 05:09:57 03:13:01 1.17 0.00 1.17 0.00 0.00 13.20 0.00 05:09:57 03:14:01 1.33 0.00 1.33 0.00 0.00 15.46 0.00 05:09:57 03:15:01 1.27 0.00 1.27 0.00 0.00 14.00 0.00 05:09:57 03:16:01 1.51 0.00 1.51 0.00 0.00 16.54 0.00 05:09:57 03:17:01 1.13 0.00 1.13 0.00 0.00 12.66 0.00 05:09:57 03:18:01 1.63 0.00 1.63 0.00 0.00 17.73 0.00 05:09:57 03:19:01 1.07 0.00 1.07 0.00 0.00 11.86 0.00 05:09:57 03:20:01 1.47 0.00 1.47 0.00 0.00 16.53 0.00 05:09:57 03:21:01 1.18 0.00 1.18 0.00 0.00 14.00 0.00 05:09:57 03:22:01 1.37 0.00 1.37 0.00 0.00 16.00 0.00 05:09:57 03:23:01 1.17 0.00 1.17 0.00 0.00 13.33 0.00 05:09:57 03:24:01 1.25 0.00 1.25 0.00 0.00 13.46 0.00 05:09:57 03:25:01 1.08 0.00 1.08 0.00 0.00 13.20 0.00 05:09:57 03:26:01 1.47 0.00 1.47 0.00 0.00 16.93 0.00 05:09:57 03:27:01 1.73 0.00 1.73 0.00 0.00 19.73 0.00 05:09:57 03:28:01 1.20 0.00 1.20 0.00 0.00 12.66 0.00 05:09:57 03:29:01 13.26 2.28 10.98 0.00 1996.33 2558.77 0.00 05:09:57 03:30:01 2.77 0.00 2.77 0.00 0.00 30.26 0.00 05:09:57 03:31:01 1.62 0.00 1.62 0.00 0.00 18.93 0.00 05:09:57 03:32:01 1.63 0.00 1.63 0.00 0.00 17.33 0.00 05:09:57 03:33:01 1.50 0.00 1.50 0.00 0.00 17.20 0.00 05:09:57 03:34:01 1.82 0.00 1.82 0.00 0.00 27.33 0.00 05:09:57 03:35:01 1.85 0.00 1.85 0.00 0.00 21.33 0.00 05:09:57 03:36:01 1.15 0.00 1.15 0.00 0.00 12.40 0.00 05:09:57 03:37:01 1.73 0.00 1.73 0.00 0.00 21.46 0.00 05:09:57 03:38:01 1.25 0.00 1.25 0.00 0.00 13.06 0.00 05:09:57 03:39:01 1.10 0.00 1.10 0.00 0.00 12.26 0.00 05:09:57 03:40:01 1.47 0.00 1.47 0.00 0.00 16.26 0.00 05:09:57 03:41:01 1.20 0.00 1.20 0.00 0.00 14.13 0.00 05:09:57 03:42:01 1.43 0.00 1.43 0.00 0.00 15.33 0.00 05:09:57 03:43:01 1.03 0.00 1.03 0.00 0.00 13.73 0.00 05:09:57 03:44:01 1.40 0.00 1.40 0.00 0.00 14.53 0.00 05:09:57 03:45:01 1.08 0.00 1.08 0.00 0.00 13.20 0.00 05:09:57 03:46:01 1.40 0.00 1.40 0.00 0.00 15.46 0.00 05:09:57 03:47:01 1.72 0.00 1.72 0.00 0.00 19.46 0.00 05:09:57 03:48:01 1.22 0.00 1.22 0.00 0.00 12.93 0.00 05:09:57 03:49:01 1.00 0.00 1.00 0.00 0.00 11.73 0.00 05:09:57 03:50:01 1.45 0.00 1.45 0.00 0.00 15.73 0.00 05:09:57 03:51:01 1.18 0.00 1.18 0.00 0.00 13.46 0.00 05:09:57 03:52:01 1.45 0.00 1.45 0.00 0.00 15.86 0.00 05:09:57 03:53:01 1.67 0.00 1.67 0.00 0.00 19.20 0.00 05:09:57 03:54:01 1.08 0.00 1.08 0.00 0.00 11.46 0.00 05:09:57 03:55:01 1.10 0.00 1.10 0.00 0.00 12.93 0.00 05:09:57 03:56:01 1.50 0.00 1.50 0.00 0.00 16.53 0.00 05:09:57 03:57:01 1.45 0.00 1.45 0.00 0.00 15.99 0.00 05:09:57 03:58:01 1.22 0.00 1.22 0.00 0.00 13.73 0.00 05:09:57 03:59:01 1.15 0.00 1.15 0.00 0.00 12.40 0.00 05:09:57 04:00:01 1.48 0.00 1.48 0.00 0.00 16.66 0.00 05:09:57 04:01:01 1.20 0.00 1.20 0.00 0.00 14.66 0.00 05:09:57 04:02:01 1.50 0.00 1.50 0.00 0.00 16.53 0.00 05:09:57 04:03:01 1.10 0.00 1.10 0.00 0.00 13.33 0.00 05:09:57 04:04:01 1.37 0.00 1.37 0.00 0.00 14.40 0.00 05:09:57 04:05:01 1.10 0.00 1.10 0.00 0.00 13.20 0.00 05:09:57 04:06:01 1.45 0.00 1.45 0.00 0.00 16.40 0.00 05:09:57 04:07:01 1.68 0.00 1.68 0.00 0.00 19.46 0.00 05:09:57 04:08:01 1.17 0.00 1.17 0.00 0.00 12.13 0.00 05:09:57 04:09:01 1.00 0.00 1.00 0.00 0.00 11.73 0.00 05:09:57 04:10:01 1.47 0.00 1.47 0.00 0.00 15.86 0.00 05:09:57 04:11:01 1.70 0.00 1.70 0.00 0.00 19.60 0.00 05:09:57 04:12:01 1.20 0.00 1.20 0.00 0.00 12.66 0.00 05:09:57 04:13:01 1.08 0.00 1.08 0.00 0.00 11.46 0.00 05:09:57 04:14:01 1.27 0.00 1.27 0.00 0.00 14.93 0.00 05:09:57 04:15:01 1.12 0.00 1.12 0.00 0.00 12.66 0.00 05:09:57 04:16:01 1.35 0.00 1.35 0.00 0.00 15.46 0.00 05:09:57 04:17:01 1.62 0.00 1.62 0.00 0.00 19.73 0.00 05:09:57 04:18:01 1.35 0.00 1.35 0.00 0.00 14.00 0.00 05:09:57 04:19:01 1.58 0.00 1.58 0.00 0.00 16.40 0.00 05:09:57 04:20:01 1.15 0.00 1.15 0.00 0.00 14.13 0.00 05:09:57 04:21:01 1.00 0.00 1.00 0.00 0.00 10.40 0.00 05:09:57 04:22:01 1.48 0.00 1.48 0.00 0.00 17.60 0.00 05:09:57 04:23:01 1.25 0.00 1.25 0.00 0.00 13.60 0.00 05:09:57 04:24:01 1.45 0.00 1.45 0.00 0.00 16.79 0.00 05:09:57 04:25:01 1.00 0.00 1.00 0.00 0.00 11.46 0.00 05:09:57 04:26:01 1.40 0.00 1.40 0.00 0.00 15.46 0.00 05:09:57 04:27:01 1.75 0.00 1.75 0.00 0.00 20.80 0.00 05:09:57 04:28:01 1.22 0.00 1.22 0.00 0.00 13.46 0.00 05:09:57 04:29:01 1.05 0.00 1.05 0.00 0.00 11.33 0.00 05:09:57 04:30:01 1.33 0.00 1.33 0.00 0.00 15.73 0.00 05:09:57 04:31:01 1.58 0.00 1.58 0.00 0.00 16.53 0.00 05:09:57 04:32:01 1.17 0.00 1.17 0.00 0.00 14.40 0.00 05:09:57 04:33:01 1.13 0.00 1.13 0.00 0.00 12.53 0.00 05:09:57 04:34:01 1.37 0.00 1.37 0.00 0.00 15.73 0.00 05:09:57 04:35:01 1.10 0.00 1.10 0.00 0.00 12.26 0.00 05:09:57 04:36:01 1.35 0.00 1.35 0.00 0.00 16.39 0.00 05:09:57 04:37:01 1.82 0.00 1.82 0.00 0.00 21.06 0.00 05:09:57 04:38:02 1.13 0.00 1.13 0.00 0.00 12.66 0.00 05:09:57 04:39:01 1.03 0.00 1.03 0.00 0.00 10.85 0.00 05:09:57 04:40:01 1.43 0.00 1.43 0.00 0.00 16.80 0.00 05:09:57 04:41:01 1.65 0.00 1.65 0.00 0.00 17.33 0.00 05:09:57 04:42:01 1.17 0.00 1.17 0.00 0.00 14.13 0.00 05:09:57 04:43:01 1.22 0.00 1.22 0.00 0.00 14.13 0.00 05:09:57 04:44:01 1.30 0.00 1.30 0.00 0.00 13.86 0.00 05:09:57 04:45:01 1.63 0.00 1.63 0.00 0.00 17.59 0.00 05:09:57 04:46:01 1.13 0.00 1.13 0.00 0.00 13.06 0.00 05:09:57 04:47:01 1.13 0.00 1.13 0.00 0.00 12.13 0.00 05:09:57 04:48:01 1.48 0.00 1.48 0.00 0.00 17.86 0.00 05:09:57 04:49:01 1.00 0.00 1.00 0.00 0.00 10.40 0.00 05:09:57 04:50:01 1.57 0.00 1.57 0.00 0.00 18.53 0.00 05:09:57 04:51:01 1.08 0.00 1.08 0.00 0.00 11.60 0.00 05:09:57 04:52:01 1.58 0.00 1.58 0.00 0.00 19.06 0.00 05:09:57 04:53:01 1.65 0.00 1.65 0.00 0.00 19.06 0.00 05:09:57 04:54:01 1.28 0.00 1.28 0.00 0.00 12.93 0.00 05:09:57 04:55:01 1.22 0.00 1.22 0.00 0.00 13.06 0.00 05:09:57 04:56:01 1.40 0.00 1.40 0.00 0.00 15.59 0.00 05:09:57 04:57:01 1.23 0.00 1.23 0.00 0.00 14.13 0.00 05:09:57 04:58:01 1.47 0.00 1.47 0.00 0.00 16.66 0.00 05:09:57 04:59:01 1.05 0.00 1.05 0.00 0.00 10.93 0.00 05:09:57 05:00:01 1.47 0.00 1.47 0.00 0.00 16.66 0.00 05:09:57 05:01:01 1.13 0.00 1.13 0.00 0.00 11.19 0.00 05:09:57 05:02:01 1.33 0.00 1.33 0.00 0.00 15.60 0.00 05:09:57 05:03:01 1.90 0.00 1.90 0.00 0.00 21.46 0.00 05:09:57 05:04:01 1.20 0.00 1.20 0.00 0.00 11.86 0.00 05:09:57 05:05:01 1.18 0.00 1.18 0.00 0.00 12.80 0.00 05:09:57 05:06:01 1.43 0.00 1.43 0.00 0.00 15.60 0.00 05:09:57 05:07:01 1.68 0.00 1.68 0.00 0.00 18.00 0.00 05:09:57 05:08:01 1.28 0.00 1.28 0.00 0.00 15.06 0.00 05:09:57 05:09:01 1.00 0.00 1.00 0.00 0.00 9.87 0.00 05:09:57 Average: 1.48 0.01 1.48 0.00 6.47 27.12 0.00 05:09:57 05:09:57 00:00:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 05:09:57 00:01:01 8629472 31434024 810264 2.46 444496 21549872 2478044 7.30 4124088 18577348 240 05:09:57 00:02:01 8629584 31434160 810332 2.46 444512 21549876 2478044 7.30 4124852 18577352 176 05:09:57 00:03:01 8630152 31434732 809756 2.46 444528 21549880 2478044 7.30 4123944 18577352 192 05:09:57 00:04:01 8630112 31434748 809732 2.46 444564 21549876 2478044 7.30 4124400 18577352 24 05:09:57 00:05:01 8629876 31434544 809924 2.46 444584 21549884 2478044 7.30 4124280 18577356 152 05:09:57 00:06:01 8629828 31434520 809904 2.46 444604 21549884 2478044 7.30 4123976 18577356 8 05:09:57 00:07:01 8629836 31434548 809832 2.46 444628 21549884 2478044 7.30 4123988 18577360 208 05:09:57 00:08:01 8629788 31434508 809788 2.46 444656 21549892 2478044 7.30 4123984 18577364 32 05:09:57 00:09:01 8629960 31434712 809532 2.46 444676 21549900 2478044 7.30 4123916 18577364 188 05:09:57 00:10:01 8629944 31434748 809468 2.46 444696 21549904 2478044 7.30 4124024 18577376 4 05:09:57 00:11:01 8629860 31434800 809576 2.46 444704 21550032 2461812 7.26 4123972 18577504 180 05:09:57 00:12:01 8629844 31434788 809536 2.46 444732 21550036 2461812 7.26 4123956 18577508 12 05:09:57 00:13:01 8629796 31434792 809496 2.46 444756 21550040 2461812 7.26 4124016 18577512 204 05:09:57 00:14:01 8629748 31434748 809464 2.46 444776 21550040 2461812 7.26 4124004 18577512 8 05:09:57 00:15:01 8629920 31434976 809204 2.46 444804 21550044 2461812 7.26 4124136 18577516 44 05:09:57 00:16:01 8629620 31434676 809424 2.46 444828 21550044 2461812 7.26 4124060 18577516 8 05:09:57 00:17:01 8628948 31434052 809920 2.46 444848 21550052 2461812 7.26 4124432 18577524 248 05:09:57 00:18:01 8628688 31433808 810124 2.46 444860 21550052 2461812 7.26 4124664 18577528 180 05:09:57 00:19:01 8628624 31433768 810132 2.46 444904 21550048 2461812 7.26 4124096 18577528 16 05:09:57 00:20:01 8628696 31433892 810028 2.46 444924 21550060 2461812 7.26 4124552 18577532 4 05:09:57 00:21:01 8628828 31434040 809812 2.46 444948 21550060 2461812 7.26 4124160 18577532 48 05:09:57 00:22:01 8629032 31434276 809952 2.46 444964 21550064 2461812 7.26 4124828 18577536 20 05:09:57 00:23:01 8629220 31434492 809696 2.46 444988 21550064 2461812 7.26 4124480 18577536 44 05:09:57 00:24:01 8628952 31434228 809936 2.46 445000 21550064 2461812 7.26 4124204 18577540 8 05:09:57 00:25:01 8629380 31434700 809616 2.46 445044 21550068 2461812 7.26 4124320 18577548 8 05:09:57 00:26:01 8629364 31434724 809668 2.46 445076 21550076 2461812 7.26 4124296 18577552 8 05:09:57 00:27:01 8629764 31435172 809256 2.46 445108 21550084 2461812 7.26 4124340 18577556 8 05:09:57 00:28:01 8629488 31434896 809484 2.46 445124 21550084 2461812 7.26 4124324 18577556 8 05:09:57 00:29:01 8629648 31435136 809420 2.46 445188 21550080 2461812 7.26 4124420 18577560 8 05:09:57 00:30:01 8629696 31435200 809320 2.46 445208 21550092 2461812 7.26 4124492 18577564 4 05:09:57 00:31:02 8629372 31434968 809508 2.46 445276 21550092 2461812 7.26 4124708 18577568 8 05:09:57 00:32:01 8629348 31435000 809412 2.46 445344 21550096 2477876 7.30 4124572 18577576 8 05:09:57 00:33:01 8629276 31434968 809368 2.46 445384 21550096 2477876 7.30 4124612 18577580 8 05:09:57 00:34:01 8629260 31435044 809252 2.46 445452 21550100 2477876 7.30 4124996 18577444 16 05:09:57 00:35:01 8629372 31435136 809096 2.46 445528 21550096 2499344 7.37 4126544 18576552 8 05:09:57 00:36:01 8628756 31434560 809608 2.46 445556 21550108 2483292 7.32 4126532 18576552 16 05:09:57 00:37:01 8628424 31434268 809840 2.46 445592 21550112 2483292 7.32 4126296 18576556 44 05:09:57 00:38:01 8628592 31434440 809812 2.46 445604 21550112 2467240 7.27 4126280 18576556 8 05:09:57 00:39:01 8628696 31434584 809844 2.46 445628 21550116 2467240 7.27 4126632 18576560 40 05:09:57 00:40:01 8628736 31434644 809784 2.46 445644 21550120 2467240 7.27 4126448 18576564 12 05:09:57 00:41:01 8628720 31434648 809764 2.46 445660 21550120 2450816 7.22 4126408 18576564 188 05:09:57 00:42:01 8628680 31434612 809732 2.46 445684 21550128 2450816 7.22 4126392 18576568 12 05:09:57 00:43:01 8628664 31434648 809672 2.46 445708 21550128 2450816 7.22 4126464 18576568 188 05:09:57 00:44:01 8628104 31434104 810160 2.46 445724 21550132 2450816 7.22 4126452 18576580 8 05:09:57 00:45:01 8628096 31434272 809960 2.46 445752 21550264 2450816 7.22 4126580 18576712 188 05:09:57 00:46:01 8624276 31433860 810328 2.46 448928 21550208 2450816 7.22 4130324 18576736 48 05:09:57 00:47:01 8624432 31434132 810012 2.46 448948 21550292 2450816 7.22 4130216 18576740 208 05:09:57 00:48:01 8624352 31434056 810128 2.46 448960 21550292 2450816 7.22 4130200 18576740 16 05:09:57 00:49:01 8624292 31434012 810328 2.46 448976 21550296 2450816 7.22 4130236 18576744 44 05:09:57 00:50:01 8624772 31434500 810276 2.46 449000 21550288 2450816 7.22 4130280 18576748 8 05:09:57 00:51:01 8624568 31434336 810428 2.46 449020 21550300 2450816 7.22 4130280 18576748 48 05:09:57 00:52:01 8624520 31434312 810408 2.46 449028 21550304 2450816 7.22 4130284 18576752 8 05:09:57 00:53:01 8624472 31434276 810376 2.46 449048 21550300 2450816 7.22 4130612 18576752 4 05:09:57 00:54:01 8624352 31434160 810424 2.46 449052 21550308 2450816 7.22 4130336 18576756 8 05:09:57 00:55:01 8624312 31434148 810388 2.46 449060 21550316 2450816 7.22 4130448 18576760 188 05:09:57 00:56:01 8624012 31433856 810612 2.47 449072 21550316 2450816 7.22 4130372 18576764 8 05:09:57 00:57:01 8623744 31433616 810836 2.47 449092 21550320 2450816 7.22 4130416 18576768 4 05:09:57 00:58:01 8624232 31434108 810308 2.46 449112 21550320 2450816 7.22 4130400 18576768 8 05:09:57 00:59:01 8624248 31434172 810236 2.46 449144 21550328 2450816 7.22 4130788 18576776 12 05:09:57 01:00:01 8624012 31433972 810444 2.46 449160 21550324 2450816 7.22 4130564 18576780 16 05:09:57 01:01:01 8623776 31433736 810640 2.47 449176 21550332 2450816 7.22 4130504 18576780 184 05:09:57 01:02:01 8623744 31433740 810612 2.47 449188 21550336 2450816 7.22 4130520 18576784 8 05:09:57 01:03:01 8624164 31434180 810328 2.46 449208 21550336 2450816 7.22 4130560 18576788 4 05:09:57 01:04:01 8623304 31433348 811140 2.47 449216 21550344 2450816 7.22 4130824 18576792 172 05:09:57 01:05:01 8623248 31433320 811124 2.47 449240 21550344 2450816 7.22 4130648 18576796 196 05:09:57 01:06:01 8623452 31433524 810840 2.47 449256 21550348 2466868 7.27 4130588 18576796 8 05:09:57 01:07:01 8623676 31433756 810740 2.47 449272 21550352 2466868 7.27 4130588 18576800 184 05:09:57 01:08:01 8623660 31433776 810716 2.47 449284 21550352 2466868 7.27 4130608 18576800 8 05:09:57 01:09:01 8623644 31433776 810700 2.47 449296 21550356 2466868 7.27 4130668 18576804 44 05:09:57 01:10:01 8623272 31433432 810932 2.47 449312 21550360 2466868 7.27 4131100 18576808 36 05:09:57 01:11:01 8623328 31433616 810724 2.47 449328 21550488 2466868 7.27 4130692 18576928 44 05:09:57 01:12:01 8623280 31433592 810704 2.47 449332 21550492 2466868 7.27 4130696 18576932 8 05:09:57 01:13:01 8623264 31433592 810640 2.47 449348 21550496 2466868 7.27 4130716 18576944 4 05:09:57 01:14:01 8623460 31433792 810368 2.46 449360 21550500 2466868 7.27 4130700 18576948 12 05:09:57 01:15:01 8623344 31433708 810604 2.47 449396 21550492 2466868 7.27 4131192 18576952 188 05:09:57 01:16:01 8623084 31433456 810820 2.47 449400 21550508 2466868 7.27 4130744 18576956 12 05:09:57 01:17:01 8623036 31433456 810784 2.47 449416 21550512 2466868 7.27 4130788 18576960 180 05:09:57 01:18:01 8623184 31433620 810612 2.47 449424 21550512 2466868 7.27 4130784 18576960 8 05:09:57 01:19:01 8622884 31433332 810852 2.47 449432 21550516 2466868 7.27 4130816 18576964 204 05:09:57 01:20:01 8622764 31433228 810904 2.47 449448 21550508 2466868 7.27 4130936 18576964 12 05:09:57 01:21:01 8622968 31433448 810608 2.47 449472 21550520 2466868 7.27 4130852 18576968 152 05:09:57 01:22:01 8623204 31433708 810272 2.46 449504 21550528 2466868 7.27 4130864 18576972 24 05:09:57 01:23:01 8623404 31433948 810212 2.46 449516 21550528 2466868 7.27 4130916 18576976 40 05:09:57 01:24:01 8622860 31433420 810692 2.47 449532 21550532 2466868 7.27 4130912 18576980 8 05:09:57 01:25:01 8622600 31433180 810864 2.47 449564 21550524 2466868 7.27 4131036 18576980 40 05:09:57 01:26:01 8622768 31433360 810820 2.47 449576 21550536 2466868 7.27 4131016 18576984 8 05:09:57 01:27:01 8622704 31433348 810832 2.47 449580 21550540 2466868 7.27 4131204 18576988 4 05:09:57 01:28:01 8622624 31433268 810832 2.47 449600 21550540 2466868 7.27 4130968 18576988 8 05:09:57 01:29:01 8622452 31433128 810916 2.47 449620 21550544 2483080 7.32 4131260 18576992 40 05:09:57 01:30:01 8622680 31433380 810604 2.47 449640 21550540 2483080 7.32 4131156 18576992 8 05:09:57 01:31:01 8622520 31433236 810620 2.47 449652 21550556 2483080 7.32 4131428 18577004 52 05:09:57 01:32:01 8622756 31433480 810312 2.46 449656 21550560 2483080 7.32 4131284 18577008 8 05:09:57 01:33:01 8623032 31433788 810108 2.46 449672 21550560 2466976 7.27 4131072 18577008 4 05:09:57 01:34:01 8622692 31433468 810376 2.46 449680 21550564 2466976 7.27 4131148 18577012 12 05:09:57 01:35:01 8621836 31432720 811224 2.47 449692 21550564 2466976 7.27 4131928 18577012 44 05:09:57 01:36:01 8621972 31432880 811024 2.47 449716 21550568 2466976 7.27 4131900 18577016 12 05:09:57 01:37:01 8621704 31432628 811212 2.47 449728 21550572 2466976 7.27 4131776 18577020 12 05:09:57 01:38:01 8621856 31432780 811192 2.47 449736 21550572 2466976 7.27 4131760 18577020 8 05:09:57 01:39:01 8622360 31433308 810664 2.47 449744 21550576 2483028 7.32 4131796 18577024 44 05:09:57 01:40:01 8622240 31433204 810696 2.47 449768 21550564 2483028 7.32 4132068 18577024 8 05:09:57 01:41:01 8621932 31432908 810864 2.47 449780 21550584 2483028 7.32 4132068 18577032 188 05:09:57 01:42:01 8622164 31433180 810820 2.47 449788 21550588 2483028 7.32 4131828 18577036 8 05:09:57 01:43:01 8622148 31433172 810788 2.47 449800 21550588 2483028 7.32 4131852 18577036 184 05:09:57 01:44:02 8621800 31432840 811052 2.47 449820 21550592 2483028 7.32 4131848 18577040 4 05:09:57 01:45:01 8622076 31433140 810692 2.47 449832 21550592 2483028 7.32 4131956 18577040 44 05:09:57 01:46:01 8622724 31433804 810256 2.46 449860 21550584 2483028 7.32 4132164 18577044 4 05:09:57 01:47:01 8622392 31433476 810532 2.46 449884 21550600 2483028 7.32 4131888 18577048 12 05:09:57 01:48:01 8622148 31433292 810712 2.47 449896 21550604 2483028 7.32 4132144 18577048 8 05:09:57 01:49:01 8622372 31433536 810628 2.47 449908 21550612 2483028 7.32 4132232 18577056 16 05:09:57 01:50:01 8622324 31433504 810616 2.47 449932 21550612 2483028 7.32 4132032 18577056 8 05:09:57 01:51:01 8622276 31433464 810592 2.47 449952 21550608 2483028 7.32 4132248 18577064 184 05:09:57 01:52:01 8622472 31433712 810516 2.46 449964 21550620 2483028 7.32 4132032 18577068 8 05:09:57 01:53:01 8622400 31433652 810528 2.46 449984 21550612 2483028 7.32 4132152 18577068 36 05:09:57 01:54:01 8622304 31433560 810552 2.46 449988 21550624 2483028 7.32 4132028 18577072 8 05:09:57 01:55:01 8622228 31433508 810748 2.47 450000 21550624 2483028 7.32 4132592 18577072 196 05:09:57 01:56:01 8622488 31433788 810476 2.46 450016 21550616 2483028 7.32 4132080 18577076 12 05:09:57 01:57:01 8622472 31433792 810456 2.46 450020 21550632 2483028 7.32 4132080 18577080 204 05:09:57 01:58:01 8622448 31433772 810404 2.46 450032 21550632 2466416 7.27 4132068 18577080 8 05:09:57 01:59:01 8622432 31433780 810320 2.46 450060 21550640 2450260 7.22 4132096 18577088 184 05:09:57 02:00:01 8622100 31433476 810580 2.47 450072 21550640 2450260 7.22 4132184 18577088 8 05:09:57 02:01:01 8622084 31433576 810404 2.46 450096 21550744 2450260 7.22 4132136 18577188 188 05:09:57 02:02:01 8622036 31433560 810372 2.46 450112 21550748 2466320 7.27 4132164 18577192 8 05:09:57 02:03:01 8622204 31433732 810348 2.46 450124 21550748 2466320 7.27 4132164 18577196 44 05:09:57 02:04:01 8622060 31433628 810388 2.46 450136 21550752 2466320 7.27 4132648 18577200 212 05:09:57 02:05:01 8621760 31433424 810572 2.47 450168 21550820 2466320 7.27 4132300 18577264 56 05:09:57 02:06:01 8621996 31433664 810276 2.46 450196 21550808 2466320 7.27 4132216 18577268 8 05:09:57 02:07:01 8621980 31433696 810184 2.46 450212 21550828 2466320 7.27 4132260 18577276 208 05:09:57 02:08:01 8622248 31433980 810140 2.46 450216 21550828 2466320 7.27 4132260 18577276 8 05:09:57 02:09:01 8622368 31434108 809956 2.46 450232 21550836 2466320 7.27 4132320 18577284 200 05:09:57 02:10:01 8622216 31433976 810152 2.46 450240 21550836 2466320 7.27 4132644 18577284 8 05:09:57 02:11:01 8621672 31433452 810656 2.47 450252 21550840 2482372 7.32 4132348 18577288 192 05:09:57 02:12:01 8621616 31433416 810648 2.47 450256 21550844 2482372 7.32 4132344 18577292 8 05:09:57 02:13:01 8621552 31433356 810636 2.47 450260 21550844 2482372 7.32 4132364 18577292 12 05:09:57 02:14:01 8621520 31433324 810568 2.47 450272 21550976 2482372 7.32 4132356 18577380 8 05:09:57 02:15:01 8621196 31433016 810812 2.47 450292 21550976 2482372 7.32 4132448 18577380 204 05:09:57 02:16:01 8621600 31433444 810528 2.46 450316 21550980 2482372 7.32 4132392 18577384 28 05:09:57 02:17:01 8621340 31433268 810752 2.47 450328 21550984 2482372 7.32 4132508 18577432 212 05:09:57 02:18:01 8621300 31433252 810680 2.47 450332 21550988 2482372 7.32 4132424 18577436 8 05:09:57 02:19:01 8621260 31433220 810652 2.47 450352 21550992 2482372 7.32 4132448 18577440 200 05:09:57 02:20:01 8621276 31433236 810568 2.47 450360 21550992 2482372 7.32 4132736 18577440 8 05:09:57 02:21:01 8621380 31433376 810596 2.47 450376 21551000 2482372 7.32 4132476 18577448 200 05:09:57 02:22:01 8621616 31433632 810312 2.46 450392 21551000 2482372 7.32 4132476 18577448 8 05:09:57 02:23:01 8621340 31433376 810496 2.46 450412 21551004 2482372 7.32 4132492 18577452 200 05:09:57 02:24:01 8621292 31433352 810476 2.46 450416 21551008 2482372 7.32 4132512 18577456 8 05:09:57 02:25:01 8621148 31433212 810512 2.46 450432 21551008 2482372 7.32 4132592 18577456 4 05:09:57 02:26:01 8620984 31433092 810736 2.47 450456 21551012 2482372 7.32 4133108 18577460 240 05:09:57 02:27:01 8620952 31433064 810760 2.47 450468 21551016 2466084 7.27 4132576 18577464 208 05:09:57 02:28:01 8620936 31433064 810736 2.47 450476 21551020 2466084 7.27 4132572 18577468 8 05:09:57 02:29:01 8620768 31432940 810708 2.47 450488 21551024 2466084 7.27 4132596 18577472 224 05:09:57 02:30:01 8621248 31433432 810348 2.46 450504 21551024 2466084 7.27 4132652 18577472 4 05:09:57 02:31:01 8621088 31433340 810276 2.46 450520 21551028 2466084 7.27 4132620 18577476 216 05:09:57 02:32:01 8620980 31433232 810500 2.46 450556 21551028 2466084 7.27 4132620 18577476 4 05:09:57 02:33:01 8621184 31433500 810212 2.46 450576 21551032 2482280 7.32 4132692 18577480 220 05:09:57 02:34:01 8621376 31433696 810148 2.46 450596 21551036 2482280 7.32 4132800 18577484 20 05:09:57 02:35:01 8619700 31432160 811812 2.47 450616 21551036 2482280 7.32 4133284 18577484 212 05:09:57 02:36:01 8619872 31432344 811588 2.47 450636 21551040 2482280 7.32 4133136 18577488 8 05:09:57 02:37:01 8619896 31432404 811544 2.47 450660 21551044 2482280 7.32 4132996 18577488 200 05:09:57 02:38:01 8620100 31432624 811256 2.47 450672 21551052 2482280 7.32 4133004 18577492 8 05:09:57 02:39:01 8619800 31432360 811468 2.47 450696 21551056 2482280 7.32 4133032 18577504 40 05:09:57 02:40:01 8619784 31432356 811408 2.47 450708 21551056 2482280 7.32 4133096 18577504 8 05:09:57 02:41:01 8619388 31432056 811628 2.47 450732 21551056 2466076 7.27 4133020 18577508 220 05:09:57 02:42:01 8619348 31432024 811592 2.47 450744 21551060 2482140 7.32 4133004 18577508 4 05:09:57 02:43:01 8619048 31431760 811812 2.47 450760 21551064 2482140 7.32 4133036 18577512 220 05:09:57 02:44:01 8618716 31431432 812060 2.47 450780 21551068 2482140 7.32 4133036 18577516 4 05:09:57 02:45:01 8618884 31431640 812024 2.47 450800 21551072 2482140 7.32 4133156 18577516 208 05:09:57 02:46:01 8619040 31431836 811740 2.47 450832 21551076 2482140 7.32 4133432 18577520 224 05:09:57 02:47:01 8619040 31431856 811716 2.47 450856 21551076 2482140 7.32 4133132 18577520 212 05:09:57 02:48:01 8619016 31431844 811656 2.47 450876 21551080 2482140 7.32 4133140 18577524 8 05:09:57 02:49:01 8618724 31431592 811864 2.47 450892 21551084 2482140 7.32 4133172 18577532 192 05:09:57 02:50:01 8618644 31431512 811860 2.47 450916 21551084 2465100 7.26 4133228 18577532 12 05:09:57 02:51:01 8618796 31431728 811836 2.47 450944 21551088 2465100 7.26 4133572 18577536 228 05:09:57 02:52:01 8618812 31431760 811796 2.47 450964 21551088 2465100 7.26 4133252 18577536 8 05:09:57 02:53:01 8618804 31431804 811660 2.47 450976 21551156 2465100 7.26 4133252 18577568 216 05:09:57 02:54:01 8619000 31432016 811396 2.47 450976 21551160 2465100 7.26 4133068 18577572 8 05:09:57 02:55:01 8619496 31432532 810916 2.47 450992 21551168 2465100 7.26 4133164 18577580 204 05:09:57 02:56:01 8619228 31432312 811152 2.47 450996 21551172 2465100 7.26 4133092 18577620 24 05:09:57 02:57:01 8618960 31432064 811360 2.47 451000 21551172 2465100 7.26 4133100 18577620 208 05:09:57 02:58:01 8618848 31431964 811400 2.47 451004 21551176 2465100 7.26 4133100 18577624 8 05:09:57 02:59:01 8619044 31432200 811108 2.47 451028 21551180 2465100 7.26 4133192 18577628 196 05:09:57 03:00:01 8618752 31431912 811320 2.47 451044 21551180 2465100 7.26 4133192 18577628 8 05:09:57 03:01:01 8618980 31432176 811008 2.47 451068 21551180 2465100 7.26 4133164 18577632 220 05:09:57 03:02:01 8618936 31432260 811052 2.47 451092 21551312 2465100 7.26 4133424 18577760 12 05:09:57 03:03:01 8618928 31432300 811032 2.47 451108 21551320 2465100 7.26 4133220 18577764 232 05:09:57 03:04:01 8619148 31432544 810744 2.47 451120 21551324 2465100 7.26 4133536 18577772 8 05:09:57 03:05:01 8618628 31432056 811172 2.47 451148 21551324 2465100 7.26 4133336 18577772 216 05:09:57 03:06:01 8618840 31432280 810888 2.47 451180 21551312 2465100 7.26 4133260 18577776 8 05:09:57 03:07:01 8619292 31432764 810564 2.46 451192 21551328 2465100 7.26 4133292 18577776 212 05:09:57 03:08:01 8619292 31432776 810544 2.46 451208 21551332 2481196 7.31 4133300 18577780 32 05:09:57 03:09:01 8619008 31432528 810764 2.47 451220 21551336 2481196 7.31 4133340 18577784 216 05:09:57 03:10:01 8618928 31432456 810752 2.47 451248 21551336 2481196 7.31 4133684 18577784 12 05:09:57 03:11:01 8618864 31432428 810716 2.47 451268 21551336 2481196 7.31 4133356 18577792 248 05:09:57 03:12:01 8618812 31432328 811024 2.47 451288 21551344 2481196 7.31 4133404 18577792 8 05:09:57 03:13:01 8618828 31432364 810948 2.47 451312 21551352 2497292 7.36 4133412 18577796 208 05:09:57 03:14:01 8619060 31432616 810860 2.47 451320 21551356 2480820 7.31 4133428 18577800 44 05:09:57 03:15:01 8618876 31432436 810972 2.47 451356 21551356 2480820 7.31 4133576 18577804 212 05:09:57 03:16:01 8618828 31432428 810936 2.47 451376 21551360 2480820 7.31 4133484 18577808 8 05:09:57 03:17:01 8618780 31432468 810852 2.47 451384 21551424 2480820 7.31 4134080 18577868 212 05:09:57 03:18:01 8618924 31432620 810808 2.47 451404 21551428 2480820 7.31 4133524 18577876 8 05:09:57 03:19:01 8618956 31432672 810760 2.47 451416 21551428 2480820 7.31 4133560 18577876 212 05:09:57 03:20:01 8618932 31432672 810704 2.47 451432 21551432 2480820 7.31 4133756 18577880 8 05:09:57 03:21:01 8618924 31432680 810624 2.47 451460 21551432 2480820 7.31 4133580 18577884 176 05:09:57 03:22:01 8619304 31433088 810344 2.46 451484 21551428 2480820 7.31 4133896 18577888 32 05:09:57 03:23:01 8619100 31432912 810492 2.46 451488 21551444 2480820 7.31 4133992 18577892 212 05:09:57 03:24:01 8619312 31433132 810236 2.46 451488 21551444 2480820 7.31 4133924 18577892 12 05:09:57 03:25:01 8619480 31433308 810212 2.46 451508 21551444 2480820 7.31 4133708 18577896 200 05:09:57 03:26:01 8619204 31433060 810428 2.46 451528 21551456 2480820 7.31 4133668 18577900 36 05:09:57 03:27:01 8619408 31433288 810148 2.46 451556 21551456 2480820 7.31 4133672 18577904 228 05:09:57 03:28:01 8619392 31433312 810132 2.46 451564 21551460 2480820 7.31 4133704 18577908 8 05:09:57 03:29:01 8479912 31422668 820240 2.49 452552 21676792 2507804 7.39 4206476 18636104 552 05:09:57 03:30:01 8480204 31422988 819968 2.49 452588 21676796 2507804 7.39 4206544 18636108 8 05:09:57 03:31:01 8480060 31422868 820044 2.49 452604 21676800 2507804 7.39 4206548 18636112 40 05:09:57 03:32:01 8479792 31422628 820228 2.49 452648 21676792 2507804 7.39 4206568 18636112 8 05:09:57 03:33:01 8481728 31424628 818144 2.49 452696 21676804 2507804 7.39 4204368 18636116 172 05:09:57 03:34:01 8483980 31426940 815832 2.48 452740 21676804 2507804 7.39 4202552 18636116 192 05:09:57 03:35:01 8483264 31426328 816604 2.48 452752 21676808 2488152 7.33 4202932 18636120 184 05:09:57 03:36:01 8483692 31426900 816016 2.48 452764 21676940 2488152 7.33 4202524 18636252 16 05:09:57 03:37:01 8483724 31426964 815884 2.48 452800 21676936 2488152 7.33 4202776 18636252 56 05:09:57 03:38:01 8483900 31427160 815880 2.48 452816 21676948 2488152 7.33 4202792 18636260 8 05:09:57 03:39:01 8484136 31427424 815620 2.48 452828 21676948 2488152 7.33 4202120 18636260 172 05:09:57 03:40:01 8484080 31427372 815640 2.48 452828 21676952 2488152 7.33 4202164 18636264 8 05:09:57 03:41:01 8484348 31427672 815292 2.48 452860 21676952 2488152 7.33 4202144 18636268 172 05:09:57 03:42:01 8484044 31427380 815776 2.48 452872 21676952 2488152 7.33 4202148 18636268 4 05:09:57 03:43:01 8484244 31427612 815752 2.48 452892 21676956 2488152 7.33 4202184 18636276 212 05:09:57 03:44:01 8484488 31427856 815484 2.48 452900 21676964 2488152 7.33 4202172 18636276 8 05:09:57 03:45:01 8484284 31427808 815532 2.48 452912 21677092 2488152 7.33 4202268 18636408 172 05:09:57 03:46:01 8484268 31427808 815512 2.48 452924 21677100 2488152 7.33 4202212 18636412 24 05:09:57 03:47:01 8484156 31427720 815548 2.48 452960 21677088 2488152 7.33 4202284 18636412 188 05:09:57 03:48:01 8484392 31427964 815224 2.48 452968 21677108 2488152 7.33 4202236 18636416 8 05:09:57 03:49:01 8484100 31427708 815436 2.48 452976 21677108 2504204 7.38 4202624 18636420 184 05:09:57 03:50:01 8484076 31427688 815456 2.48 452976 21677112 2487848 7.33 4202352 18636424 8 05:09:57 03:51:01 8484308 31427980 815328 2.48 453000 21677112 2487848 7.33 4202380 18636428 176 05:09:57 03:52:01 8484164 31427860 815312 2.48 453020 21677116 2487848 7.33 4202636 18636428 12 05:09:57 03:53:01 8484244 31427964 815156 2.48 453036 21677120 2487848 7.33 4202732 18636432 224 05:09:57 03:54:01 8484332 31428056 815060 2.48 453044 21677120 2487848 7.33 4202612 18636432 12 05:09:57 03:55:01 8484452 31428204 815068 2.48 453068 21677128 2487848 7.33 4202760 18636436 336 05:09:57 03:56:01 8484584 31428368 814896 2.48 453084 21677132 2487848 7.33 4202816 18636440 192 05:09:57 03:57:01 8484356 31428148 815116 2.48 453096 21677128 2487848 7.33 4202452 18636440 180 05:09:57 03:58:01 8484056 31427888 815424 2.48 453132 21677136 2487848 7.33 4202480 18636448 24 05:09:57 03:59:01 8483968 31427824 815400 2.48 453148 21677136 2487848 7.33 4203064 18636448 332 05:09:57 04:00:01 8484088 31427952 815252 2.48 453164 21677144 2487848 7.33 4202564 18636452 8 05:09:57 04:01:01 8484252 31428172 814988 2.48 453200 21677144 2487848 7.33 4203120 18636456 172 05:09:57 04:02:01 8484268 31428204 814924 2.48 453228 21677144 2487848 7.33 4202584 18636456 8 05:09:57 04:03:01 8484032 31428008 815124 2.48 453240 21677152 2487848 7.33 4202600 18636464 176 05:09:57 04:04:01 8484128 31428116 814984 2.48 453252 21677152 2487848 7.33 4202848 18636464 20 05:09:57 04:05:01 8484152 31428156 815084 2.48 453272 21677152 2487848 7.33 4202752 18636468 200 05:09:57 04:06:01 8484112 31428144 815048 2.48 453288 21677164 2487848 7.33 4202664 18636472 12 05:09:57 04:07:01 8483876 31427908 815260 2.48 453296 21677156 2487848 7.33 4202648 18636472 4 05:09:57 04:08:01 8483860 31427900 815236 2.48 453304 21677168 2487848 7.33 4202664 18636480 8 05:09:57 04:09:01 8484152 31428220 814908 2.48 453316 21677168 2487848 7.33 4202704 18636480 180 05:09:57 04:10:01 8484368 31428448 814888 2.48 453324 21677172 2471724 7.28 4202748 18636484 8 05:09:57 04:11:01 8484800 31428896 814348 2.48 453332 21677176 2471724 7.28 4203012 18636488 240 05:09:57 04:12:01 8484548 31428664 814544 2.48 453356 21677176 2455544 7.24 4203136 18636488 12 05:09:57 04:13:01 8484572 31428704 814512 2.48 453356 21677180 2455544 7.24 4202888 18636492 180 05:09:57 04:14:01 8484508 31428652 814488 2.48 453368 21677184 2455544 7.24 4203292 18636492 200 05:09:57 04:15:01 8484532 31428684 814456 2.48 453372 21677188 2455544 7.24 4203112 18636496 180 05:09:57 04:16:01 8484500 31428652 814428 2.48 453384 21677188 2455544 7.24 4202760 18636496 12 05:09:57 04:17:01 8484272 31428452 814652 2.48 453392 21677196 2455544 7.24 4203056 18636500 12 05:09:57 04:18:01 8484460 31428644 814380 2.48 453396 21677200 2455544 7.24 4202780 18636504 8 05:09:57 04:19:01 8484516 31428732 814256 2.48 453412 21677200 2455544 7.24 4202804 18636512 4 05:09:57 04:20:01 8484968 31429304 813816 2.47 453428 21677332 2455544 7.24 4202848 18636632 8 05:09:57 04:21:01 8484960 31429320 813804 2.47 453436 21677332 2471600 7.28 4202812 18636632 176 05:09:57 04:22:01 8484724 31429092 814004 2.48 453456 21677328 2471600 7.28 4202812 18636636 8 05:09:57 04:23:01 8484708 31429128 813936 2.48 453464 21677344 2471600 7.28 4202888 18636656 184 05:09:57 04:24:01 8484692 31429068 813920 2.48 453480 21677344 2471600 7.28 4202876 18636656 8 05:09:57 04:25:01 8484708 31429120 813868 2.48 453492 21677348 2471600 7.28 4202972 18636660 196 05:09:57 04:26:01 8484732 31429148 813820 2.47 453500 21677348 2471600 7.28 4202908 18636660 8 05:09:57 04:27:01 8484876 31429312 813844 2.47 453516 21677348 2471600 7.28 4202932 18636664 12 05:09:57 04:28:01 8484860 31429300 813828 2.47 453524 21677356 2471600 7.28 4202924 18636668 4 05:09:57 04:29:01 8484812 31429276 813804 2.47 453536 21677356 2471600 7.28 4203256 18636668 168 05:09:57 04:30:01 8484496 31428972 814068 2.48 453544 21677360 2471600 7.28 4203412 18636672 200 05:09:57 04:31:01 8484260 31428748 814236 2.48 453552 21677360 2471600 7.28 4203424 18636672 196 05:09:57 04:32:01 8484520 31429020 813904 2.48 453572 21677356 2471600 7.28 4203348 18636676 36 05:09:57 04:33:01 8484728 31429260 813864 2.48 453580 21677376 2471600 7.28 4203032 18636684 180 05:09:57 04:34:01 8484752 31429284 813808 2.47 453592 21677376 2471600 7.28 4203020 18636684 8 05:09:57 04:35:01 8484672 31429232 813812 2.47 453604 21677380 2471600 7.28 4203124 18636688 176 05:09:57 04:36:01 8483216 31427816 815172 2.48 453616 21677372 2471600 7.28 4203408 18636692 12 05:09:57 04:37:01 8483700 31428324 814812 2.48 453648 21677364 2471600 7.28 4203180 18636696 4 05:09:57 04:38:02 8483684 31428336 814768 2.48 453652 21677388 2471600 7.28 4203120 18636700 28 05:09:57 04:39:01 8483392 31428048 815028 2.48 453652 21677388 2471600 7.28 4203140 18636700 180 05:09:57 04:40:01 8483232 31427900 815072 2.48 453660 21677392 2471600 7.28 4203552 18636704 216 05:09:57 04:41:01 8483256 31427932 815040 2.48 453668 21677392 2471600 7.28 4203140 18636704 176 05:09:57 04:42:01 8483208 31428020 814876 2.48 453684 21677528 2471600 7.28 4203140 18636840 8 05:09:57 04:43:01 8483408 31428244 814820 2.48 453692 21677532 2471600 7.28 4203176 18636844 200 05:09:57 04:44:01 8483140 31427980 815056 2.48 453696 21677532 2454664 7.23 4203164 18636844 8 05:09:57 04:45:01 8483660 31428524 814708 2.48 453712 21677536 2454664 7.23 4203252 18636848 172 05:09:57 04:46:01 8483856 31428720 814440 2.48 453728 21677536 2454664 7.23 4203184 18636848 12 05:09:57 04:47:01 8483840 31428732 814428 2.48 453736 21677540 2454664 7.23 4203152 18636852 176 05:09:57 04:48:01 8483540 31428440 814656 2.48 453760 21677536 2454664 7.23 4203144 18636856 12 05:09:57 04:49:01 8483492 31428424 814632 2.48 453768 21677548 2454664 7.23 4203192 18636856 304 05:09:57 04:50:01 8483728 31428668 814320 2.48 453780 21677552 2454664 7.23 4203528 18636860 8 05:09:57 04:51:01 8483636 31428604 814584 2.48 453796 21677556 2454664 7.23 4203540 18636860 180 05:09:57 04:52:01 8483636 31428616 814564 2.48 453812 21677560 2454664 7.23 4203232 18636872 4 05:09:57 04:53:01 8483552 31428576 814772 2.48 453836 21677560 2454664 7.23 4203604 18636876 48 05:09:57 04:54:01 8483576 31428608 814740 2.48 453848 21677564 2470824 7.28 4203476 18636876 8 05:09:57 04:55:01 8483536 31428592 814736 2.48 453860 21677568 2487112 7.33 4203364 18636880 168 05:09:57 04:56:01 8483448 31428524 814728 2.48 453880 21677568 2487112 7.33 4203804 18636880 152 05:09:57 04:57:01 8483480 31428576 814660 2.48 453896 21677572 2487112 7.33 4203600 18636884 292 05:09:57 04:58:01 8483188 31428304 814912 2.48 453920 21677572 2487112 7.33 4203872 18636888 12 05:09:57 04:59:01 8483188 31428332 814856 2.48 453936 21677576 2487112 7.33 4203800 18636888 292 05:09:57 05:00:01 8483268 31428440 814892 2.48 453956 21677580 2487112 7.33 4203844 18636892 196 05:09:57 05:01:01 8483124 31428372 814828 2.48 453968 21677584 2487112 7.33 4203736 18636892 276 05:09:57 05:02:01 8483100 31428368 814788 2.48 453976 21677588 2487112 7.33 4204008 18636900 236 05:09:57 05:03:01 8482988 31428260 814768 2.48 454016 21677592 2487112 7.33 4203432 18636904 48 05:09:57 05:04:01 8482996 31428320 814832 2.48 454028 21677592 2487112 7.33 4203712 18636904 20 05:09:57 05:05:01 8482988 31428316 814776 2.48 454040 21677596 2487112 7.33 4203540 18636908 180 05:09:57 05:06:01 8482844 31428192 814856 2.48 454056 21677596 2487112 7.33 4203492 18636908 8 05:09:57 05:07:01 8482740 31428104 814836 2.48 454068 21677604 2487112 7.33 4203512 18636916 4 05:09:57 05:08:01 8482692 31428072 814812 2.48 454096 21677596 2487112 7.33 4203512 18636920 8 05:09:57 05:09:01 8483064 31428476 814484 2.48 454108 21677612 2487112 7.33 4203556 18636920 180 05:09:57 Average: 8577587 31431681 812013 2.47 450501 21592041 2473313 7.29 4154299 18596657 89 05:09:57 05:09:57 00:00:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 05:09:57 00:01:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 05:09:57 00:01:01 ens3 0.68 0.23 0.12 0.02 0.00 0.00 0.00 0.00 05:09:57 00:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:02:01 ens3 0.88 1.00 0.29 6.46 0.00 0.00 0.00 0.00 05:09:57 00:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 00:03:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 00:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:04:01 ens3 1.58 1.68 0.35 6.81 0.00 0.00 0.00 0.00 05:09:57 00:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 00:05:01 ens3 3.88 5.68 0.32 7.29 0.00 0.00 0.00 0.00 05:09:57 00:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:06:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 00:07:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 00:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:08:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 00:09:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 00:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:10:01 ens3 4.35 6.75 0.45 7.36 0.00 0.00 0.00 0.00 05:09:57 00:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 00:11:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 00:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:12:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 00:13:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 00:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:14:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 00:15:01 ens3 3.30 4.63 0.28 7.22 0.00 0.00 0.00 0.00 05:09:57 00:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:16:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 00:17:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 00:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:18:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 00:19:01 ens3 0.23 0.17 0.07 0.01 0.00 0.00 0.00 0.00 05:09:57 00:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:20:01 ens3 8.37 11.91 0.91 14.75 0.00 0.00 0.00 0.00 05:09:57 00:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 00:21:01 ens3 0.67 0.10 0.06 0.01 0.00 0.00 0.00 0.00 05:09:57 00:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:22:01 ens3 8.38 10.43 1.11 21.57 0.00 0.00 0.00 0.00 05:09:57 00:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 00:23:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 00:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:24:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 00:25:01 ens3 3.98 5.53 0.38 7.28 0.00 0.00 0.00 0.00 05:09:57 00:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:26:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 00:27:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 00:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:28:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 00:29:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 00:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:30:01 ens3 3.42 4.67 0.34 7.23 0.00 0.00 0.00 0.00 05:09:57 00:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:31:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 00:31:02 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 00:31:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:32:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 00:33:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 00:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:34:01 ens3 3.83 8.15 0.33 9.14 0.00 0.00 0.00 0.00 05:09:57 00:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:35:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 05:09:57 00:35:01 ens3 4.48 3.42 2.43 5.08 0.00 0.00 0.00 0.00 05:09:57 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:36:01 ens3 1.20 0.63 0.56 0.42 0.00 0.00 0.00 0.00 05:09:57 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 00:37:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 00:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:38:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 00:39:01 ens3 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 00:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:40:01 ens3 0.15 0.08 0.08 0.06 0.00 0.00 0.00 0.00 05:09:57 00:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 00:41:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:42:01 ens3 0.20 0.08 0.06 0.00 0.00 0.00 0.00 0.00 05:09:57 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 00:43:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:44:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 00:45:01 ens3 0.80 0.20 0.13 0.07 0.00 0.00 0.00 0.00 05:09:57 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:46:01 ens3 148.79 96.23 160.21 58.73 0.00 0.00 0.00 0.00 05:09:57 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 00:47:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:48:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 00:49:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:50:01 ens3 0.23 0.12 0.13 0.07 0.00 0.00 0.00 0.00 05:09:57 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 00:51:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:52:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 00:53:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:54:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 00:55:01 ens3 0.40 0.20 0.15 0.07 0.00 0.00 0.00 0.00 05:09:57 00:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:56:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 00:57:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 00:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:58:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 00:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 00:59:01 ens3 0.95 0.50 0.40 0.29 0.00 0.00 0.00 0.00 05:09:57 00:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:00:01 ens3 0.22 0.10 0.13 0.07 0.00 0.00 0.00 0.00 05:09:57 01:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 01:01:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 01:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:02:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 01:03:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 01:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:04:01 ens3 0.77 0.28 0.30 0.21 0.00 0.00 0.00 0.00 05:09:57 01:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 01:05:01 ens3 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 05:09:57 01:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:06:01 ens3 0.17 0.08 0.06 0.00 0.00 0.00 0.00 0.00 05:09:57 01:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 01:07:01 ens3 0.20 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 01:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:08:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 01:09:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 01:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:10:01 ens3 0.15 0.13 0.08 0.07 0.00 0.00 0.00 0.00 05:09:57 01:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 01:11:01 ens3 0.25 0.17 0.07 0.01 0.00 0.00 0.00 0.00 05:09:57 01:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:12:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 01:13:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 01:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:14:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 01:15:01 ens3 1.13 0.60 0.45 0.28 0.00 0.00 0.00 0.00 05:09:57 01:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:16:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 01:17:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 01:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:18:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 01:19:01 ens3 0.53 0.10 0.05 0.01 0.00 0.00 0.00 0.00 05:09:57 01:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:20:01 ens3 0.68 0.42 0.40 0.28 0.00 0.00 0.00 0.00 05:09:57 01:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 01:21:01 ens3 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 01:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:22:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 01:23:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 01:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:24:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 01:25:01 ens3 0.28 0.20 0.09 0.07 0.00 0.00 0.00 0.00 05:09:57 01:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:26:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 01:27:01 ens3 0.23 0.12 0.07 0.01 0.00 0.00 0.00 0.00 05:09:57 01:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:28:01 ens3 0.33 0.00 0.04 0.00 0.00 0.00 0.00 0.00 05:09:57 01:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 01:29:01 ens3 0.83 0.30 0.29 0.21 0.00 0.00 0.00 0.00 05:09:57 01:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:30:01 ens3 0.88 0.28 0.24 0.14 0.00 0.00 0.00 0.00 05:09:57 01:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 01:31:01 ens3 0.98 0.88 0.53 0.43 0.00 0.00 0.00 0.00 05:09:57 01:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:32:01 ens3 0.23 0.10 0.07 0.01 0.00 0.00 0.00 0.00 05:09:57 01:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 01:33:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 01:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:34:01 ens3 0.22 0.22 0.10 0.24 0.00 0.00 0.00 0.00 05:09:57 01:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:35:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 05:09:57 01:35:01 ens3 17.25 31.29 2.53 98.71 0.00 0.00 0.00 0.00 05:09:57 01:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:36:01 ens3 4.42 6.95 1.21 20.77 0.00 0.00 0.00 0.00 05:09:57 01:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 01:37:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 01:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:38:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 01:39:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 01:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:40:01 ens3 0.30 0.17 0.14 0.07 0.00 0.00 0.00 0.00 05:09:57 01:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 01:41:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 01:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:42:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 01:43:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 01:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:44:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:44:02 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:44:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 01:45:01 ens3 0.36 0.32 0.14 0.08 0.00 0.00 0.00 0.00 05:09:57 01:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:46:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 01:47:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 01:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:48:01 ens3 0.35 0.00 0.04 0.00 0.00 0.00 0.00 0.00 05:09:57 01:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 01:49:01 ens3 0.55 0.55 0.27 0.23 0.00 0.00 0.00 0.00 05:09:57 01:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:50:01 ens3 0.25 0.13 0.14 0.07 0.00 0.00 0.00 0.00 05:09:57 01:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 01:51:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 01:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:52:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 01:53:01 ens3 0.20 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 01:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:54:01 ens3 0.52 0.00 0.05 0.00 0.00 0.00 0.00 0.00 05:09:57 01:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 01:55:01 ens3 0.78 0.60 0.43 0.35 0.00 0.00 0.00 0.00 05:09:57 01:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:56:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 01:57:01 ens3 0.27 0.12 0.07 0.01 0.00 0.00 0.00 0.00 05:09:57 01:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:58:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 01:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 01:59:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 01:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:00:01 ens3 0.15 0.10 0.08 0.07 0.00 0.00 0.00 0.00 05:09:57 02:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 02:01:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 02:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:02:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 02:03:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 02:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:04:01 ens3 0.83 0.37 0.31 0.22 0.00 0.00 0.00 0.00 05:09:57 02:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 02:05:01 ens3 0.28 0.22 0.09 0.07 0.00 0.00 0.00 0.00 05:09:57 02:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:06:01 ens3 0.22 0.12 0.12 0.01 0.00 0.00 0.00 0.00 05:09:57 02:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 02:07:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 02:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:08:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 02:09:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 02:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:10:01 ens3 0.33 0.18 0.17 0.07 0.00 0.00 0.00 0.00 05:09:57 02:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 02:11:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 02:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:12:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 02:13:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 02:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:14:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 02:15:01 ens3 0.27 0.27 0.08 0.08 0.00 0.00 0.00 0.00 05:09:57 02:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:16:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 02:17:01 ens3 0.22 0.17 0.07 0.01 0.00 0.00 0.00 0.00 05:09:57 02:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:18:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 02:19:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 02:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:20:01 ens3 0.13 0.13 0.08 0.07 0.00 0.00 0.00 0.00 05:09:57 02:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 02:21:01 ens3 0.25 0.18 0.07 0.01 0.00 0.00 0.00 0.00 05:09:57 02:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:22:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 02:23:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 02:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:24:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 02:25:01 ens3 0.27 0.22 0.08 0.07 0.00 0.00 0.00 0.00 05:09:57 02:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:26:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 02:27:01 ens3 0.25 0.12 0.07 0.01 0.00 0.00 0.00 0.00 05:09:57 02:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:28:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 02:29:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 02:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:30:01 ens3 0.25 0.15 0.14 0.07 0.00 0.00 0.00 0.00 05:09:57 02:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 02:31:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 02:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:32:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 02:33:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 02:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:34:01 ens3 0.27 0.18 0.10 0.24 0.00 0.00 0.00 0.00 05:09:57 02:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:35:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 05:09:57 02:35:01 ens3 2.80 2.50 1.58 3.95 0.00 0.00 0.00 0.00 05:09:57 02:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:36:01 ens3 1.87 1.52 1.04 1.35 0.00 0.00 0.00 0.00 05:09:57 02:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 02:37:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 02:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:38:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 02:39:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 02:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:40:01 ens3 0.12 0.08 0.07 0.06 0.00 0.00 0.00 0.00 05:09:57 02:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 02:41:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 02:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:42:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 02:43:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 02:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:44:01 ens3 0.13 0.02 0.06 0.00 0.00 0.00 0.00 0.00 05:09:57 02:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 02:45:01 ens3 0.25 0.23 0.08 0.08 0.00 0.00 0.00 0.00 05:09:57 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:46:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 02:47:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:48:01 ens3 0.15 0.05 0.06 0.00 0.00 0.00 0.00 0.00 05:09:57 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 02:49:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:50:01 ens3 0.12 0.10 0.07 0.07 0.00 0.00 0.00 0.00 05:09:57 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 02:51:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 02:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:52:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 02:53:01 ens3 0.23 0.12 0.07 0.01 0.00 0.00 0.00 0.00 05:09:57 02:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:54:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 02:55:01 ens3 0.25 0.22 0.08 0.08 0.00 0.00 0.00 0.00 05:09:57 02:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:56:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 02:57:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 02:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:58:01 ens3 0.13 0.02 0.06 0.00 0.00 0.00 0.00 0.00 05:09:57 02:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 02:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 02:59:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 02:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:00:01 ens3 0.12 0.08 0.07 0.06 0.00 0.00 0.00 0.00 05:09:57 03:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 03:01:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 03:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:02:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 03:03:01 ens3 0.48 0.10 0.05 0.01 0.00 0.00 0.00 0.00 05:09:57 03:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:04:01 ens3 1.32 0.48 0.62 0.40 0.00 0.00 0.00 0.00 05:09:57 03:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 03:05:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 05:09:57 03:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:06:01 ens3 0.13 0.02 0.06 0.00 0.00 0.00 0.00 0.00 05:09:57 03:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 03:07:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 03:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:08:01 ens3 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 03:09:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 03:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:10:01 ens3 0.12 0.08 0.07 0.06 0.00 0.00 0.00 0.00 05:09:57 03:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 03:11:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 03:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:12:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 03:13:01 ens3 0.25 0.15 0.07 0.01 0.00 0.00 0.00 0.00 05:09:57 03:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:14:01 ens3 0.38 0.00 0.04 0.00 0.00 0.00 0.00 0.00 05:09:57 03:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 03:15:01 ens3 0.68 0.50 0.40 0.28 0.00 0.00 0.00 0.00 05:09:57 03:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:16:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 03:17:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 03:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:18:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 03:19:01 ens3 0.52 0.10 0.05 0.01 0.00 0.00 0.00 0.00 05:09:57 03:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:20:01 ens3 0.53 0.37 0.33 0.27 0.00 0.00 0.00 0.00 05:09:57 03:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 03:21:01 ens3 0.32 0.15 0.07 0.01 0.00 0.00 0.00 0.00 05:09:57 03:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:22:01 ens3 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 03:23:01 ens3 0.40 0.10 0.05 0.01 0.00 0.00 0.00 0.00 05:09:57 03:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:24:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 03:25:01 ens3 0.28 0.22 0.09 0.07 0.00 0.00 0.00 0.00 05:09:57 03:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:26:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 03:27:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 03:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:28:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:29:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 05:09:57 03:29:01 ens3 31.13 15.81 710.05 1.26 0.00 0.00 0.00 0.00 05:09:57 03:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:30:01 ens3 0.27 0.22 0.08 0.07 0.00 0.00 0.00 0.00 05:09:57 03:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 03:31:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 03:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:32:01 ens3 0.18 0.05 0.12 0.00 0.00 0.00 0.00 0.00 05:09:57 03:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 03:33:01 ens3 0.60 0.10 0.06 0.01 0.00 0.00 0.00 0.00 05:09:57 03:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:34:01 ens3 0.45 0.28 0.26 0.21 0.00 0.00 0.00 0.00 05:09:57 03:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:35:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 05:09:57 03:35:01 ens3 3.07 2.78 1.68 4.23 0.00 0.00 0.00 0.00 05:09:57 03:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:36:01 ens3 1.85 1.57 1.04 1.36 0.00 0.00 0.00 0.00 05:09:57 03:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 03:37:01 ens3 0.48 0.10 0.05 0.01 0.00 0.00 0.00 0.00 05:09:57 03:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:38:01 ens3 0.47 0.25 0.26 0.21 0.00 0.00 0.00 0.00 05:09:57 03:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 03:39:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 03:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:40:01 ens3 0.23 0.12 0.13 0.07 0.00 0.00 0.00 0.00 05:09:57 03:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 03:41:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 03:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:42:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 03:43:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 03:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:44:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 03:45:01 ens3 0.27 0.22 0.08 0.07 0.00 0.00 0.00 0.00 05:09:57 03:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:46:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 03:47:01 ens3 0.20 0.13 0.07 0.01 0.00 0.00 0.00 0.00 05:09:57 03:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:48:01 ens3 0.37 0.00 0.04 0.00 0.00 0.00 0.00 0.00 05:09:57 03:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 03:49:01 ens3 0.50 0.47 0.31 0.22 0.00 0.00 0.00 0.00 05:09:57 03:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:50:01 ens3 0.13 0.13 0.08 0.07 0.00 0.00 0.00 0.00 05:09:57 03:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 03:51:01 ens3 0.22 0.17 0.07 0.01 0.00 0.00 0.00 0.00 05:09:57 03:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:52:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 03:53:01 ens3 0.52 0.10 0.05 0.01 0.00 0.00 0.00 0.00 05:09:57 03:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:54:01 ens3 0.40 0.45 0.26 0.22 0.00 0.00 0.00 0.00 05:09:57 03:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 03:55:01 ens3 0.33 0.25 0.09 0.07 0.00 0.00 0.00 0.00 05:09:57 03:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:56:01 ens3 0.18 0.10 0.06 0.01 0.00 0.00 0.00 0.00 05:09:57 03:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 03:57:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 03:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:58:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 03:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 03:59:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 03:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:00:01 ens3 0.55 0.17 0.18 0.07 0.00 0.00 0.00 0.00 05:09:57 04:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 04:01:01 ens3 0.65 0.37 0.27 0.22 0.00 0.00 0.00 0.00 05:09:57 04:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:02:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 04:03:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 04:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:04:01 ens3 0.73 0.30 0.30 0.21 0.00 0.00 0.00 0.00 05:09:57 04:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 04:05:01 ens3 1.13 0.62 0.45 0.29 0.00 0.00 0.00 0.00 05:09:57 04:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:06:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 04:07:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 04:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:08:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 04:09:01 ens3 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 04:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:10:01 ens3 0.27 0.22 0.14 0.07 0.00 0.00 0.00 0.00 05:09:57 04:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 04:11:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 04:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:12:01 ens3 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 04:13:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 04:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:14:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 04:15:01 ens3 0.30 0.30 0.14 0.08 0.00 0.00 0.00 0.00 05:09:57 04:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:16:01 ens3 0.07 0.07 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 04:17:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 04:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:18:01 ens3 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 04:19:01 ens3 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 04:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:20:01 ens3 0.13 0.15 0.08 0.07 0.00 0.00 0.00 0.00 05:09:57 04:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 04:21:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 04:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:22:01 ens3 0.15 0.05 0.06 0.00 0.00 0.00 0.00 0.00 05:09:57 04:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 04:23:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 04:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:24:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 04:25:01 ens3 0.30 0.22 0.14 0.08 0.00 0.00 0.00 0.00 05:09:57 04:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:26:01 ens3 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 04:27:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 04:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:28:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 04:29:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 04:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:30:01 ens3 0.13 0.12 0.08 0.07 0.00 0.00 0.00 0.00 05:09:57 04:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 04:31:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 04:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:32:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 04:33:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 04:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:34:01 ens3 0.18 0.07 0.06 0.00 0.00 0.00 0.00 0.00 05:09:57 04:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 04:35:01 ens3 0.50 0.35 0.24 0.31 0.00 0.00 0.00 0.00 05:09:57 04:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:36:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 04:36:01 ens3 4.25 3.07 2.48 5.15 0.00 0.00 0.00 0.00 05:09:57 04:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 04:37:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 04:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:38:02 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:38:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 04:39:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 04:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:40:01 ens3 0.27 0.22 0.14 0.07 0.00 0.00 0.00 0.00 05:09:57 04:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 04:41:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 04:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:42:01 ens3 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 04:43:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 04:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:44:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 04:45:01 ens3 0.35 0.25 0.14 0.08 0.00 0.00 0.00 0.00 05:09:57 04:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:46:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 04:47:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 04:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:48:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 04:49:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 04:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:50:01 ens3 0.18 0.17 0.08 0.07 0.00 0.00 0.00 0.00 05:09:57 04:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 04:51:01 ens3 0.23 0.12 0.07 0.01 0.00 0.00 0.00 0.00 05:09:57 04:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:52:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 04:53:01 ens3 0.38 0.08 0.05 0.01 0.00 0.00 0.00 0.00 05:09:57 04:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:54:01 ens3 0.68 0.37 0.36 0.28 0.00 0.00 0.00 0.00 05:09:57 04:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 04:55:01 ens3 0.27 0.20 0.14 0.08 0.00 0.00 0.00 0.00 05:09:57 04:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:56:01 ens3 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 04:57:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 04:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:58:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 04:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 04:59:01 ens3 0.23 0.08 0.02 0.01 0.00 0.00 0.00 0.00 05:09:57 04:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 05:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 05:00:01 ens3 0.13 0.12 0.08 0.07 0.00 0.00 0.00 0.00 05:09:57 05:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 05:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 05:01:01 ens3 0.22 0.12 0.07 0.01 0.00 0.00 0.00 0.00 05:09:57 05:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 05:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 05:02:01 ens3 0.08 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 05:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 05:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 05:03:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 05:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 05:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 05:04:01 ens3 0.83 0.37 0.31 0.21 0.00 0.00 0.00 0.00 05:09:57 05:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 05:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 05:05:01 ens3 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 05:09:57 05:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 05:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 05:06:01 ens3 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 05:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 05:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 05:07:01 ens3 0.25 0.12 0.07 0.01 0.00 0.00 0.00 0.00 05:09:57 05:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 05:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 05:08:01 ens3 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 05:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 05:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 05:09:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 05:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 Average: lo 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:09:57 Average: ens3 1.03 0.83 2.93 0.99 0.00 0.00 0.00 0.00 05:09:57 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:09:57 05:09:57 05:09:57 ---> sar -P ALL: 05:09:57 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-966) 05/06/25 _x86_64_ (8 CPU) 05:09:57 05:09:57 00:00:01 CPU %user %nice %system %iowait %steal %idle 05:09:57 00:01:01 all 0.05 0.02 0.20 0.03 0.01 99.69 05:09:57 00:01:01 0 0.05 0.00 0.10 0.00 0.02 99.83 05:09:57 00:01:01 1 0.08 0.00 0.12 0.03 0.00 99.77 05:09:57 00:01:01 2 0.07 0.00 0.17 0.12 0.05 99.60 05:09:57 00:01:01 3 0.03 0.15 0.45 0.05 0.00 99.32 05:09:57 00:01:01 4 0.10 0.00 0.18 0.02 0.00 99.70 05:09:57 00:01:01 5 0.03 0.00 0.15 0.00 0.02 99.80 05:09:57 00:01:01 6 0.02 0.00 0.23 0.00 0.00 99.75 05:09:57 00:01:01 7 0.03 0.00 0.18 0.00 0.00 99.78 05:09:57 00:02:01 all 0.05 0.00 0.01 0.00 0.01 99.92 05:09:57 00:02:01 0 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 00:02:01 1 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 00:02:01 2 0.12 0.00 0.03 0.02 0.03 99.80 05:09:57 00:02:01 3 0.07 0.00 0.00 0.00 0.00 99.93 05:09:57 00:02:01 4 0.00 0.00 0.02 0.02 0.02 99.95 05:09:57 00:02:01 5 0.07 0.00 0.02 0.00 0.00 99.92 05:09:57 00:02:01 6 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 00:02:01 7 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 00:03:01 all 0.02 0.00 0.01 0.00 0.01 99.96 05:09:57 00:03:01 0 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 00:03:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 00:03:01 2 0.07 0.00 0.03 0.02 0.05 99.83 05:09:57 00:03:01 3 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 00:03:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 00:03:01 5 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 00:03:01 6 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 00:03:01 7 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 00:04:01 all 0.04 0.00 0.01 0.00 0.01 99.93 05:09:57 00:04:01 0 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 00:04:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 00:04:01 2 0.07 0.00 0.03 0.02 0.07 99.82 05:09:57 00:04:01 3 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 00:04:01 4 0.02 0.00 0.00 0.02 0.00 99.97 05:09:57 00:04:01 5 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 00:04:01 6 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 00:04:01 7 0.08 0.00 0.02 0.00 0.02 99.88 05:09:57 00:05:01 all 0.02 0.00 0.01 0.00 0.01 99.95 05:09:57 00:05:01 0 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 00:05:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 00:05:01 2 0.05 0.00 0.05 0.02 0.02 99.87 05:09:57 00:05:01 3 0.03 0.00 0.03 0.00 0.00 99.93 05:09:57 00:05:01 4 0.00 0.00 0.00 0.02 0.02 99.97 05:09:57 00:05:01 5 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 00:05:01 6 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 00:05:01 7 0.03 0.00 0.02 0.00 0.03 99.92 05:09:57 00:06:01 all 0.03 0.00 0.02 0.00 0.01 99.94 05:09:57 00:06:01 0 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 00:06:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 00:06:01 2 0.08 0.00 0.03 0.02 0.02 99.85 05:09:57 00:06:01 3 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 00:06:01 4 0.00 0.00 0.00 0.02 0.00 99.98 05:09:57 00:06:01 5 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 00:06:01 6 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 00:06:01 7 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 00:07:01 all 0.02 0.00 0.02 0.00 0.01 99.95 05:09:57 00:07:01 0 0.03 0.00 0.00 0.02 0.02 99.93 05:09:57 00:07:01 1 0.05 0.00 0.02 0.00 0.02 99.92 05:09:57 00:07:01 2 0.00 0.00 0.02 0.02 0.02 99.95 05:09:57 00:07:01 3 0.00 0.00 0.03 0.00 0.02 99.95 05:09:57 00:07:01 4 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 00:07:01 5 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 00:07:01 6 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 00:07:01 7 0.03 0.00 0.03 0.00 0.03 99.90 05:09:57 00:08:01 all 0.02 0.00 0.01 0.00 0.01 99.96 05:09:57 00:08:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 00:08:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 00:08:01 2 0.07 0.00 0.03 0.02 0.02 99.87 05:09:57 00:08:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 00:08:01 4 0.00 0.00 0.00 0.02 0.00 99.98 05:09:57 00:08:01 5 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 00:08:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 00:08:01 7 0.03 0.00 0.02 0.00 0.03 99.92 05:09:57 00:09:01 all 0.03 0.00 0.01 0.01 0.01 99.94 05:09:57 00:09:01 0 0.05 0.00 0.00 0.02 0.02 99.92 05:09:57 00:09:01 1 0.05 0.00 0.00 0.00 0.02 99.93 05:09:57 00:09:01 2 0.05 0.00 0.02 0.03 0.02 99.88 05:09:57 00:09:01 3 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 00:09:01 4 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 00:09:01 5 0.02 0.00 0.03 0.00 0.02 99.93 05:09:57 00:09:01 6 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 00:09:01 7 0.03 0.00 0.03 0.00 0.02 99.92 05:09:57 00:10:01 all 0.02 0.00 0.01 0.00 0.02 99.95 05:09:57 00:10:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 00:10:01 1 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 00:10:01 2 0.02 0.00 0.02 0.02 0.03 99.92 05:09:57 00:10:01 3 0.05 0.00 0.00 0.00 0.00 99.95 05:09:57 00:10:01 4 0.00 0.00 0.00 0.02 0.00 99.98 05:09:57 00:10:01 5 0.03 0.00 0.03 0.00 0.02 99.92 05:09:57 00:10:01 6 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 00:10:01 7 0.02 0.00 0.02 0.00 0.05 99.92 05:09:57 00:11:01 all 0.03 0.00 0.02 0.00 0.01 99.94 05:09:57 00:11:01 0 0.05 0.00 0.02 0.02 0.00 99.92 05:09:57 00:11:01 1 0.00 0.00 0.03 0.00 0.00 99.97 05:09:57 00:11:01 2 0.05 0.00 0.03 0.00 0.00 99.92 05:09:57 00:11:01 3 0.03 0.00 0.00 0.00 0.02 99.95 05:09:57 00:11:01 4 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 00:11:01 5 0.03 0.00 0.05 0.00 0.03 99.88 05:09:57 00:11:01 6 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 00:11:01 7 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 05:09:57 00:11:01 CPU %user %nice %system %iowait %steal %idle 05:09:57 00:12:01 all 0.02 0.00 0.02 0.00 0.01 99.95 05:09:57 00:12:01 0 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 00:12:01 1 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 00:12:01 2 0.05 0.00 0.03 0.02 0.02 99.88 05:09:57 00:12:01 3 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 00:12:01 4 0.02 0.00 0.02 0.02 0.02 99.93 05:09:57 00:12:01 5 0.02 0.00 0.05 0.00 0.03 99.90 05:09:57 00:12:01 6 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 00:12:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 00:13:01 all 0.02 0.00 0.01 0.00 0.01 99.95 05:09:57 00:13:01 0 0.05 0.00 0.02 0.00 0.02 99.92 05:09:57 00:13:01 1 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 00:13:01 2 0.03 0.00 0.02 0.02 0.02 99.92 05:09:57 00:13:01 3 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 00:13:01 4 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 00:13:01 5 0.03 0.00 0.03 0.00 0.03 99.90 05:09:57 00:13:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 00:13:01 7 0.03 0.00 0.00 0.00 0.02 99.95 05:09:57 00:14:01 all 0.01 0.00 0.02 0.00 0.01 99.96 05:09:57 00:14:01 0 0.02 0.00 0.02 0.02 0.02 99.93 05:09:57 00:14:01 1 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 00:14:01 2 0.02 0.00 0.00 0.02 0.02 99.95 05:09:57 00:14:01 3 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 00:14:01 4 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 00:14:01 5 0.03 0.00 0.07 0.00 0.03 99.87 05:09:57 00:14:01 6 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 00:14:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 00:15:01 all 0.03 0.00 0.01 0.01 0.01 99.94 05:09:57 00:15:01 0 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 00:15:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 00:15:01 2 0.07 0.00 0.02 0.02 0.02 99.88 05:09:57 00:15:01 3 0.03 0.00 0.03 0.00 0.00 99.93 05:09:57 00:15:01 4 0.02 0.00 0.02 0.02 0.02 99.93 05:09:57 00:15:01 5 0.05 0.00 0.02 0.00 0.05 99.88 05:09:57 00:15:01 6 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 00:15:01 7 0.00 0.00 0.00 0.02 0.00 99.98 05:09:57 00:16:01 all 0.01 0.00 0.01 0.00 0.01 99.96 05:09:57 00:16:01 0 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 00:16:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 00:16:01 2 0.00 0.00 0.05 0.02 0.02 99.92 05:09:57 00:16:01 3 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 00:16:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 00:16:01 5 0.07 0.00 0.02 0.00 0.03 99.88 05:09:57 00:16:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 00:16:01 7 0.00 0.00 0.02 0.02 0.02 99.95 05:09:57 00:17:01 all 0.02 0.00 0.02 0.00 0.01 99.95 05:09:57 00:17:01 0 0.05 0.00 0.02 0.00 0.00 99.93 05:09:57 00:17:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 00:17:01 2 0.05 0.00 0.03 0.00 0.00 99.92 05:09:57 00:17:01 3 0.02 0.00 0.03 0.00 0.00 99.95 05:09:57 00:17:01 4 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 00:17:01 5 0.05 0.00 0.03 0.00 0.05 99.87 05:09:57 00:17:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 00:17:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 00:18:01 all 0.02 0.00 0.01 0.00 0.01 99.96 05:09:57 00:18:01 0 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 00:18:01 1 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 00:18:01 2 0.03 0.00 0.02 0.02 0.02 99.92 05:09:57 00:18:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 00:18:01 4 0.02 0.00 0.02 0.02 0.00 99.95 05:09:57 00:18:01 5 0.03 0.00 0.00 0.00 0.03 99.93 05:09:57 00:18:01 6 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 00:18:01 7 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 00:19:01 all 0.03 0.00 0.02 0.01 0.01 99.94 05:09:57 00:19:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 00:19:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 00:19:01 2 0.05 0.00 0.08 0.02 0.03 99.82 05:09:57 00:19:01 3 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 00:19:01 4 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 00:19:01 5 0.03 0.00 0.03 0.00 0.03 99.90 05:09:57 00:19:01 6 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 00:19:01 7 0.03 0.00 0.00 0.03 0.02 99.92 05:09:57 00:20:01 all 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 00:20:01 0 0.03 0.00 0.00 0.00 0.02 99.95 05:09:57 00:20:01 1 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 00:20:01 2 0.03 0.00 0.05 0.00 0.02 99.90 05:09:57 00:20:01 3 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 00:20:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 00:20:01 5 0.02 0.00 0.03 0.00 0.05 99.90 05:09:57 00:20:01 6 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 00:20:01 7 0.00 0.00 0.00 0.02 0.00 99.98 05:09:57 00:21:01 all 0.03 0.00 0.01 0.01 0.01 99.95 05:09:57 00:21:01 0 0.05 0.00 0.00 0.00 0.00 99.95 05:09:57 00:21:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 00:21:01 2 0.05 0.00 0.03 0.03 0.02 99.87 05:09:57 00:21:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 00:21:01 4 0.00 0.00 0.00 0.02 0.02 99.97 05:09:57 00:21:01 5 0.03 0.00 0.02 0.00 0.03 99.92 05:09:57 00:21:01 6 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 00:21:01 7 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 00:22:01 all 0.02 0.00 0.02 0.00 0.01 99.94 05:09:57 00:22:01 0 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 00:22:01 1 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 00:22:01 2 0.10 0.00 0.07 0.00 0.02 99.82 05:09:57 00:22:01 3 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 00:22:01 4 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 00:22:01 5 0.05 0.00 0.05 0.00 0.03 99.87 05:09:57 00:22:01 6 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 00:22:01 7 0.00 0.00 0.02 0.02 0.02 99.95 05:09:57 05:09:57 00:22:01 CPU %user %nice %system %iowait %steal %idle 05:09:57 00:23:01 all 0.02 0.00 0.01 0.01 0.01 99.96 05:09:57 00:23:01 0 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 00:23:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 00:23:01 2 0.03 0.00 0.03 0.02 0.03 99.88 05:09:57 00:23:01 3 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 00:23:01 4 0.00 0.00 0.00 0.02 0.00 99.98 05:09:57 00:23:01 5 0.05 0.00 0.00 0.00 0.03 99.92 05:09:57 00:23:01 6 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 00:23:01 7 0.02 0.00 0.00 0.02 0.00 99.97 05:09:57 00:24:01 all 0.03 0.00 0.00 0.00 0.01 99.96 05:09:57 00:24:01 0 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 00:24:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 00:24:01 2 0.05 0.00 0.00 0.02 0.00 99.93 05:09:57 00:24:01 3 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 00:24:01 4 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 00:24:01 5 0.03 0.00 0.00 0.00 0.03 99.93 05:09:57 00:24:01 6 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 00:24:01 7 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 00:25:01 all 0.02 0.00 0.02 0.01 0.01 99.94 05:09:57 00:25:01 0 0.02 0.00 0.05 0.00 0.02 99.92 05:09:57 00:25:01 1 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 00:25:01 2 0.07 0.00 0.02 0.02 0.03 99.87 05:09:57 00:25:01 3 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 00:25:01 4 0.02 0.00 0.02 0.02 0.00 99.95 05:09:57 00:25:01 5 0.02 0.00 0.02 0.00 0.03 99.93 05:09:57 00:25:01 6 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 00:25:01 7 0.02 0.00 0.02 0.02 0.00 99.95 05:09:57 00:26:01 all 0.03 0.00 0.01 0.00 0.01 99.95 05:09:57 00:26:01 0 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 00:26:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 00:26:01 2 0.08 0.00 0.03 0.02 0.00 99.87 05:09:57 00:26:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 00:26:01 4 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 00:26:01 5 0.03 0.00 0.02 0.02 0.02 99.92 05:09:57 00:26:01 6 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 00:26:01 7 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 00:27:01 all 0.01 0.00 0.01 0.01 0.01 99.95 05:09:57 00:27:01 0 0.03 0.00 0.03 0.00 0.02 99.92 05:09:57 00:27:01 1 0.02 0.00 0.03 0.00 0.00 99.95 05:09:57 00:27:01 2 0.03 0.00 0.02 0.02 0.03 99.90 05:09:57 00:27:01 3 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 00:27:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 00:27:01 5 0.00 0.00 0.02 0.02 0.03 99.93 05:09:57 00:27:01 6 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 00:27:01 7 0.02 0.00 0.00 0.02 0.00 99.97 05:09:57 00:28:01 all 0.03 0.00 0.01 0.00 0.01 99.94 05:09:57 00:28:01 0 0.02 0.00 0.03 0.00 0.02 99.93 05:09:57 00:28:01 1 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 00:28:01 2 0.03 0.00 0.02 0.02 0.02 99.92 05:09:57 00:28:01 3 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 00:28:01 4 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 00:28:01 5 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 00:28:01 6 0.05 0.00 0.03 0.00 0.02 99.90 05:09:57 00:28:01 7 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 00:29:01 all 0.02 0.00 0.01 0.01 0.01 99.96 05:09:57 00:29:01 0 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 00:29:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 00:29:01 2 0.05 0.00 0.02 0.03 0.00 99.90 05:09:57 00:29:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 00:29:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 00:29:01 5 0.03 0.00 0.02 0.02 0.03 99.90 05:09:57 00:29:01 6 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 00:29:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 00:30:01 all 0.03 0.00 0.02 0.00 0.01 99.94 05:09:57 00:30:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 00:30:01 1 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 00:30:01 2 0.03 0.00 0.03 0.00 0.02 99.92 05:09:57 00:30:01 3 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 00:30:01 4 0.03 0.00 0.05 0.02 0.03 99.87 05:09:57 00:30:01 5 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 00:30:01 6 0.00 0.00 0.03 0.00 0.02 99.95 05:09:57 00:30:01 7 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 00:31:02 all 0.01 0.00 0.01 0.01 0.01 99.95 05:09:57 00:31:02 0 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 00:31:02 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 00:31:02 2 0.03 0.00 0.02 0.03 0.02 99.90 05:09:57 00:31:02 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 00:31:02 4 0.03 0.00 0.05 0.00 0.03 99.88 05:09:57 00:31:02 5 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 00:31:02 6 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 00:31:02 7 0.02 0.00 0.00 0.02 0.02 99.95 05:09:57 00:32:01 all 0.02 0.00 0.02 0.01 0.01 99.94 05:09:57 00:32:01 0 0.00 0.00 0.03 0.00 0.02 99.95 05:09:57 00:32:01 1 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 00:32:01 2 0.07 0.00 0.07 0.03 0.05 99.78 05:09:57 00:32:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 00:32:01 4 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 00:32:01 5 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 00:32:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 00:32:01 7 0.03 0.00 0.03 0.02 0.00 99.92 05:09:57 00:33:01 all 0.02 0.00 0.01 0.00 0.01 99.95 05:09:57 00:33:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 00:33:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 00:33:01 2 0.05 0.00 0.05 0.02 0.02 99.87 05:09:57 00:33:01 3 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 00:33:01 4 0.00 0.00 0.00 0.02 0.00 99.98 05:09:57 00:33:01 5 0.02 0.00 0.03 0.00 0.02 99.93 05:09:57 00:33:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 00:33:01 7 0.07 0.00 0.00 0.00 0.02 99.92 05:09:57 05:09:57 00:33:01 CPU %user %nice %system %iowait %steal %idle 05:09:57 00:34:01 all 0.15 0.00 0.02 0.01 0.01 99.81 05:09:57 00:34:01 0 0.00 0.00 0.05 0.00 0.02 99.93 05:09:57 00:34:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 00:34:01 2 0.05 0.00 0.05 0.03 0.02 99.85 05:09:57 00:34:01 3 0.03 0.00 0.03 0.00 0.00 99.93 05:09:57 00:34:01 4 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 00:34:01 5 0.98 0.00 0.02 0.00 0.00 99.01 05:09:57 00:34:01 6 0.03 0.00 0.00 0.00 0.02 99.95 05:09:57 00:34:01 7 0.05 0.00 0.03 0.02 0.03 99.87 05:09:57 00:35:01 all 0.11 0.00 0.03 0.01 0.01 99.84 05:09:57 00:35:01 0 0.08 0.00 0.03 0.00 0.02 99.87 05:09:57 00:35:01 1 0.07 0.00 0.02 0.00 0.00 99.92 05:09:57 00:35:01 2 0.08 0.00 0.02 0.03 0.05 99.82 05:09:57 00:35:01 3 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 00:35:01 4 0.10 0.00 0.05 0.02 0.00 99.83 05:09:57 00:35:01 5 0.07 0.00 0.07 0.00 0.02 99.85 05:09:57 00:35:01 6 0.07 0.00 0.02 0.00 0.02 99.90 05:09:57 00:35:01 7 0.38 0.00 0.03 0.00 0.00 99.58 05:09:57 00:36:01 all 0.02 0.00 0.01 0.00 0.01 99.96 05:09:57 00:36:01 0 0.02 0.00 0.03 0.00 0.02 99.93 05:09:57 00:36:01 1 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 00:36:01 2 0.07 0.00 0.03 0.02 0.03 99.85 05:09:57 00:36:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 00:36:01 4 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 00:36:01 5 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 00:36:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 00:36:01 7 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 00:37:01 all 0.03 0.00 0.01 0.01 0.01 99.94 05:09:57 00:37:01 0 0.03 0.00 0.00 0.00 0.02 99.95 05:09:57 00:37:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 00:37:01 2 0.03 0.00 0.00 0.02 0.03 99.92 05:09:57 00:37:01 3 0.07 0.00 0.05 0.00 0.02 99.87 05:09:57 00:37:01 4 0.03 0.00 0.00 0.03 0.02 99.92 05:09:57 00:37:01 5 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 00:37:01 6 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 00:37:01 7 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 00:38:01 all 0.01 0.00 0.02 0.00 0.01 99.96 05:09:57 00:38:01 0 0.00 0.00 0.03 0.00 0.02 99.95 05:09:57 00:38:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 00:38:01 2 0.05 0.00 0.03 0.00 0.02 99.90 05:09:57 00:38:01 3 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 00:38:01 4 0.00 0.00 0.03 0.02 0.02 99.93 05:09:57 00:38:01 5 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 00:38:01 6 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 00:38:01 7 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 00:39:01 all 0.03 0.00 0.01 0.00 0.01 99.95 05:09:57 00:39:01 0 0.03 0.00 0.03 0.00 0.02 99.92 05:09:57 00:39:01 1 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 00:39:01 2 0.05 0.00 0.00 0.02 0.02 99.92 05:09:57 00:39:01 3 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 00:39:01 4 0.03 0.00 0.00 0.02 0.00 99.95 05:09:57 00:39:01 5 0.02 0.00 0.00 0.00 0.03 99.95 05:09:57 00:39:01 6 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 00:39:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 00:40:01 all 0.20 0.00 0.01 0.00 0.02 99.76 05:09:57 00:40:01 0 0.03 0.00 0.02 0.00 0.03 99.92 05:09:57 00:40:01 1 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 00:40:01 2 0.02 0.00 0.02 0.02 0.02 99.93 05:09:57 00:40:01 3 1.52 0.00 0.00 0.00 0.02 98.47 05:09:57 00:40:01 4 0.00 0.00 0.03 0.02 0.02 99.93 05:09:57 00:40:01 5 0.05 0.00 0.02 0.00 0.03 99.90 05:09:57 00:40:01 6 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 00:40:01 7 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 00:41:01 all 0.27 0.00 0.01 0.00 0.01 99.70 05:09:57 00:41:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 00:41:01 1 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 00:41:01 2 0.05 0.00 0.02 0.02 0.00 99.92 05:09:57 00:41:01 3 1.99 0.00 0.00 0.00 0.02 98.00 05:09:57 00:41:01 4 0.02 0.00 0.00 0.02 0.02 99.95 05:09:57 00:41:01 5 0.02 0.00 0.03 0.00 0.03 99.92 05:09:57 00:41:01 6 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 00:41:01 7 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 00:42:01 all 0.26 0.00 0.02 0.00 0.01 99.72 05:09:57 00:42:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 00:42:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 00:42:01 2 0.02 0.00 0.05 0.00 0.03 99.90 05:09:57 00:42:01 3 1.95 0.00 0.02 0.00 0.00 98.03 05:09:57 00:42:01 4 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 00:42:01 5 0.02 0.00 0.05 0.00 0.02 99.92 05:09:57 00:42:01 6 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 00:42:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 00:43:01 all 0.27 0.00 0.01 0.00 0.01 99.69 05:09:57 00:43:01 0 0.03 0.00 0.03 0.00 0.02 99.92 05:09:57 00:43:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 00:43:01 2 0.07 0.00 0.03 0.02 0.02 99.87 05:09:57 00:43:01 3 1.97 0.00 0.00 0.00 0.02 98.01 05:09:57 00:43:01 4 0.02 0.00 0.02 0.02 0.02 99.93 05:09:57 00:43:01 5 0.00 0.00 0.02 0.00 0.03 99.95 05:09:57 00:43:01 6 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 00:43:01 7 0.05 0.00 0.02 0.00 0.00 99.93 05:09:57 00:44:01 all 0.12 0.00 0.03 0.00 0.01 99.83 05:09:57 00:44:01 0 0.00 0.00 0.02 0.00 0.03 99.95 05:09:57 00:44:01 1 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 00:44:01 2 0.02 0.00 0.05 0.00 0.02 99.92 05:09:57 00:44:01 3 0.86 0.00 0.15 0.00 0.00 98.99 05:09:57 00:44:01 4 0.02 0.00 0.00 0.02 0.00 99.97 05:09:57 00:44:01 5 0.03 0.00 0.02 0.00 0.03 99.92 05:09:57 00:44:01 6 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 00:44:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 05:09:57 00:44:01 CPU %user %nice %system %iowait %steal %idle 05:09:57 00:45:01 all 0.03 0.00 0.01 0.00 0.01 99.95 05:09:57 00:45:01 0 0.03 0.00 0.03 0.00 0.02 99.92 05:09:57 00:45:01 1 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 00:45:01 2 0.02 0.00 0.00 0.02 0.02 99.95 05:09:57 00:45:01 3 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 00:45:01 4 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 00:45:01 5 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 00:45:01 6 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 00:45:01 7 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 00:46:01 all 0.32 0.00 0.13 0.19 0.03 99.33 05:09:57 00:46:01 0 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 00:46:01 1 0.77 0.00 0.37 0.07 0.03 98.76 05:09:57 00:46:01 2 0.18 0.00 0.20 1.09 0.03 98.50 05:09:57 00:46:01 3 0.05 0.00 0.03 0.02 0.02 99.88 05:09:57 00:46:01 4 0.27 0.00 0.07 0.02 0.02 99.63 05:09:57 00:46:01 5 0.63 0.00 0.33 0.33 0.05 98.65 05:09:57 00:46:01 6 0.12 0.00 0.02 0.00 0.02 99.85 05:09:57 00:46:01 7 0.52 0.00 0.03 0.00 0.02 99.43 05:09:57 00:47:01 all 0.03 0.00 0.02 0.00 0.01 99.94 05:09:57 00:47:01 0 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 00:47:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 00:47:01 2 0.05 0.00 0.05 0.00 0.02 99.88 05:09:57 00:47:01 3 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 00:47:01 4 0.02 0.00 0.00 0.02 0.02 99.95 05:09:57 00:47:01 5 0.02 0.00 0.02 0.02 0.03 99.92 05:09:57 00:47:01 6 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 00:47:01 7 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 00:48:01 all 0.02 0.00 0.01 0.00 0.01 99.96 05:09:57 00:48:01 0 0.03 0.00 0.00 0.00 0.02 99.95 05:09:57 00:48:01 1 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 00:48:01 2 0.05 0.00 0.02 0.00 0.02 99.92 05:09:57 00:48:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 00:48:01 4 0.00 0.00 0.03 0.00 0.00 99.97 05:09:57 00:48:01 5 0.02 0.00 0.02 0.02 0.02 99.93 05:09:57 00:48:01 6 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 00:48:01 7 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 00:49:01 all 0.03 0.00 0.02 0.00 0.01 99.94 05:09:57 00:49:01 0 0.03 0.00 0.03 0.00 0.02 99.92 05:09:57 00:49:01 1 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 00:49:01 2 0.03 0.00 0.03 0.00 0.02 99.92 05:09:57 00:49:01 3 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 00:49:01 4 0.02 0.00 0.00 0.02 0.02 99.95 05:09:57 00:49:01 5 0.03 0.00 0.02 0.00 0.03 99.92 05:09:57 00:49:01 6 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 00:49:01 7 0.03 0.00 0.02 0.02 0.00 99.93 05:09:57 00:50:01 all 0.02 0.00 0.01 0.00 0.01 99.96 05:09:57 00:50:01 0 0.03 0.00 0.00 0.00 0.03 99.93 05:09:57 00:50:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 00:50:01 2 0.05 0.00 0.02 0.00 0.00 99.93 05:09:57 00:50:01 3 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 00:50:01 4 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 00:50:01 5 0.03 0.00 0.00 0.02 0.03 99.92 05:09:57 00:50:01 6 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 00:50:01 7 0.00 0.00 0.00 0.02 0.02 99.97 05:09:57 00:51:01 all 0.03 0.00 0.01 0.00 0.01 99.94 05:09:57 00:51:01 0 0.05 0.00 0.05 0.00 0.02 99.88 05:09:57 00:51:01 1 0.03 0.00 0.00 0.00 0.02 99.95 05:09:57 00:51:01 2 0.07 0.00 0.02 0.00 0.02 99.90 05:09:57 00:51:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 00:51:01 4 0.02 0.00 0.00 0.02 0.02 99.95 05:09:57 00:51:01 5 0.00 0.00 0.03 0.00 0.02 99.95 05:09:57 00:51:01 6 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 00:51:01 7 0.03 0.00 0.00 0.02 0.00 99.95 05:09:57 00:52:01 all 0.01 0.00 0.01 0.00 0.01 99.96 05:09:57 00:52:01 0 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 00:52:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 00:52:01 2 0.05 0.00 0.02 0.00 0.02 99.92 05:09:57 00:52:01 3 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 00:52:01 4 0.00 0.00 0.00 0.02 0.00 99.98 05:09:57 00:52:01 5 0.03 0.00 0.00 0.02 0.03 99.92 05:09:57 00:52:01 6 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 00:52:01 7 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 00:53:01 all 0.03 0.00 0.01 0.01 0.01 99.94 05:09:57 00:53:01 0 0.07 0.00 0.03 0.00 0.02 99.88 05:09:57 00:53:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 00:53:01 2 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 00:53:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 00:53:01 4 0.02 0.00 0.00 0.08 0.02 99.88 05:09:57 00:53:01 5 0.05 0.00 0.02 0.00 0.03 99.90 05:09:57 00:53:01 6 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 00:53:01 7 0.05 0.00 0.00 0.00 0.02 99.93 05:09:57 00:54:01 all 0.01 0.00 0.01 0.00 0.01 99.97 05:09:57 00:54:01 0 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 00:54:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 00:54:01 2 0.03 0.00 0.03 0.00 0.00 99.93 05:09:57 00:54:01 3 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 00:54:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 00:54:01 5 0.02 0.00 0.02 0.02 0.03 99.92 05:09:57 00:54:01 6 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 00:54:01 7 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 00:55:01 all 0.03 0.00 0.02 0.01 0.01 99.94 05:09:57 00:55:01 0 0.02 0.00 0.03 0.00 0.02 99.93 05:09:57 00:55:01 1 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 00:55:01 2 0.07 0.00 0.03 0.00 0.02 99.88 05:09:57 00:55:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 00:55:01 4 0.02 0.00 0.00 0.03 0.02 99.93 05:09:57 00:55:01 5 0.05 0.00 0.03 0.02 0.03 99.87 05:09:57 00:55:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 00:55:01 7 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 05:09:57 00:55:01 CPU %user %nice %system %iowait %steal %idle 05:09:57 00:56:01 all 0.04 0.00 0.02 0.00 0.01 99.93 05:09:57 00:56:01 0 0.05 0.00 0.03 0.00 0.02 99.90 05:09:57 00:56:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 00:56:01 2 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 00:56:01 3 0.10 0.00 0.02 0.00 0.02 99.87 05:09:57 00:56:01 4 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 00:56:01 5 0.05 0.00 0.03 0.00 0.02 99.90 05:09:57 00:56:01 6 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 00:56:01 7 0.03 0.00 0.00 0.00 0.02 99.95 05:09:57 00:57:01 all 0.02 0.00 0.01 0.01 0.01 99.95 05:09:57 00:57:01 0 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 00:57:01 1 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 00:57:01 2 0.08 0.00 0.05 0.00 0.03 99.83 05:09:57 00:57:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 00:57:01 4 0.00 0.00 0.00 0.03 0.00 99.97 05:09:57 00:57:01 5 0.00 0.00 0.00 0.02 0.02 99.97 05:09:57 00:57:01 6 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 00:57:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 00:58:01 all 0.04 0.00 0.01 0.00 0.01 99.94 05:09:57 00:58:01 0 0.03 0.00 0.03 0.00 0.02 99.92 05:09:57 00:58:01 1 0.05 0.00 0.00 0.00 0.00 99.95 05:09:57 00:58:01 2 0.07 0.00 0.03 0.00 0.05 99.85 05:09:57 00:58:01 3 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 00:58:01 4 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 00:58:01 5 0.10 0.00 0.02 0.00 0.00 99.88 05:09:57 00:58:01 6 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 00:58:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 00:59:01 all 0.02 0.00 0.01 0.00 0.01 99.95 05:09:57 00:59:01 0 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 00:59:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 00:59:01 2 0.08 0.00 0.02 0.00 0.03 99.87 05:09:57 00:59:01 3 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 00:59:01 4 0.00 0.00 0.02 0.02 0.02 99.95 05:09:57 00:59:01 5 0.00 0.00 0.00 0.02 0.02 99.97 05:09:57 00:59:01 6 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 00:59:01 7 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 01:00:01 all 0.19 0.00 0.01 0.00 0.01 99.79 05:09:57 01:00:01 0 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 01:00:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 01:00:01 2 0.05 0.00 0.02 0.00 0.03 99.90 05:09:57 01:00:01 3 1.34 0.00 0.00 0.00 0.00 98.66 05:09:57 01:00:01 4 0.00 0.00 0.02 0.02 0.00 99.97 05:09:57 01:00:01 5 0.03 0.00 0.00 0.02 0.00 99.95 05:09:57 01:00:01 6 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 01:00:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 01:01:01 all 0.26 0.00 0.01 0.00 0.01 99.71 05:09:57 01:01:01 0 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 01:01:01 1 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 01:01:01 2 0.07 0.00 0.05 0.00 0.03 99.85 05:09:57 01:01:01 3 1.97 0.00 0.00 0.00 0.02 98.01 05:09:57 01:01:01 4 0.02 0.00 0.00 0.02 0.02 99.95 05:09:57 01:01:01 5 0.00 0.00 0.00 0.02 0.02 99.97 05:09:57 01:01:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 01:01:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 01:02:01 all 0.27 0.00 0.01 0.00 0.01 99.70 05:09:57 01:02:01 0 0.03 0.00 0.00 0.00 0.02 99.95 05:09:57 01:02:01 1 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 01:02:01 2 0.07 0.00 0.02 0.00 0.03 99.88 05:09:57 01:02:01 3 2.00 0.00 0.00 0.00 0.02 97.98 05:09:57 01:02:01 4 0.02 0.00 0.00 0.02 0.00 99.97 05:09:57 01:02:01 5 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 01:02:01 6 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 01:02:01 7 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 01:03:01 all 0.26 0.00 0.00 0.00 0.02 99.72 05:09:57 01:03:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 01:03:01 1 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 01:03:01 2 0.05 0.00 0.02 0.00 0.03 99.90 05:09:57 01:03:01 3 1.97 0.00 0.00 0.00 0.00 98.03 05:09:57 01:03:01 4 0.00 0.00 0.00 0.02 0.02 99.97 05:09:57 01:03:01 5 0.00 0.00 0.00 0.02 0.02 99.97 05:09:57 01:03:01 6 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 01:03:01 7 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 01:04:01 all 0.28 0.00 0.01 0.00 0.01 99.70 05:09:57 01:04:01 0 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 01:04:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 01:04:01 2 0.05 0.00 0.03 0.00 0.02 99.90 05:09:57 01:04:01 3 1.99 0.00 0.00 0.00 0.02 98.00 05:09:57 01:04:01 4 0.00 0.00 0.00 0.02 0.00 99.98 05:09:57 01:04:01 5 0.03 0.00 0.00 0.00 0.02 99.95 05:09:57 01:04:01 6 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 01:04:01 7 0.05 0.00 0.02 0.00 0.02 99.92 05:09:57 01:05:01 all 0.27 0.00 0.00 0.01 0.01 99.72 05:09:57 01:05:01 0 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 01:05:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 01:05:01 2 0.03 0.00 0.02 0.02 0.02 99.92 05:09:57 01:05:01 3 1.95 0.00 0.00 0.00 0.00 98.05 05:09:57 01:05:01 4 0.02 0.00 0.00 0.02 0.02 99.95 05:09:57 01:05:01 5 0.00 0.00 0.00 0.02 0.00 99.98 05:09:57 01:05:01 6 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 01:05:01 7 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 01:06:01 all 0.27 0.00 0.01 0.00 0.02 99.69 05:09:57 01:06:01 0 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 01:06:01 1 0.05 0.00 0.02 0.00 0.02 99.92 05:09:57 01:06:01 2 0.05 0.00 0.02 0.00 0.02 99.92 05:09:57 01:06:01 3 1.97 0.00 0.00 0.00 0.02 98.01 05:09:57 01:06:01 4 0.00 0.00 0.03 0.00 0.00 99.97 05:09:57 01:06:01 5 0.03 0.00 0.00 0.02 0.02 99.93 05:09:57 01:06:01 6 0.02 0.00 0.02 0.00 0.03 99.93 05:09:57 01:06:01 7 0.03 0.00 0.03 0.00 0.02 99.92 05:09:57 05:09:57 01:06:01 CPU %user %nice %system %iowait %steal %idle 05:09:57 01:07:01 all 0.14 0.00 0.02 0.00 0.01 99.83 05:09:57 01:07:01 0 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 01:07:01 1 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 01:07:01 2 0.05 0.00 0.00 0.00 0.00 99.95 05:09:57 01:07:01 3 0.99 0.00 0.10 0.00 0.00 98.91 05:09:57 01:07:01 4 0.00 0.00 0.00 0.02 0.02 99.97 05:09:57 01:07:01 5 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 01:07:01 6 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 01:07:01 7 0.02 0.00 0.02 0.00 0.03 99.93 05:09:57 01:08:01 all 0.02 0.00 0.01 0.00 0.01 99.95 05:09:57 01:08:01 0 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 01:08:01 1 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 01:08:01 2 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 01:08:01 3 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 01:08:01 4 0.02 0.00 0.00 0.02 0.00 99.97 05:09:57 01:08:01 5 0.00 0.00 0.00 0.02 0.00 99.98 05:09:57 01:08:01 6 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 01:08:01 7 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 01:09:01 all 0.01 0.00 0.01 0.00 0.01 99.96 05:09:57 01:09:01 0 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 01:09:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 01:09:01 2 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 01:09:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 01:09:01 4 0.00 0.00 0.00 0.02 0.02 99.97 05:09:57 01:09:01 5 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 01:09:01 6 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 01:09:01 7 0.03 0.00 0.03 0.00 0.03 99.90 05:09:57 01:10:01 all 0.03 0.00 0.01 0.00 0.01 99.95 05:09:57 01:10:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 01:10:01 1 0.07 0.00 0.02 0.00 0.00 99.92 05:09:57 01:10:01 2 0.05 0.00 0.02 0.00 0.00 99.93 05:09:57 01:10:01 3 0.03 0.00 0.00 0.00 0.02 99.95 05:09:57 01:10:01 4 0.02 0.00 0.02 0.02 0.00 99.95 05:09:57 01:10:01 5 0.03 0.00 0.00 0.02 0.02 99.93 05:09:57 01:10:01 6 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 01:10:01 7 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 01:11:01 all 0.01 0.00 0.01 0.00 0.02 99.96 05:09:57 01:11:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 01:11:01 1 0.02 0.00 0.03 0.00 0.02 99.93 05:09:57 01:11:01 2 0.03 0.00 0.00 0.00 0.02 99.95 05:09:57 01:11:01 3 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 01:11:01 4 0.02 0.00 0.00 0.02 0.02 99.95 05:09:57 01:11:01 5 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 01:11:01 6 0.00 0.00 0.00 0.00 0.03 99.97 05:09:57 01:11:01 7 0.02 0.00 0.00 0.00 0.03 99.95 05:09:57 01:12:01 all 0.01 0.00 0.01 0.00 0.01 99.97 05:09:57 01:12:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 01:12:01 1 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 01:12:01 2 0.05 0.00 0.02 0.00 0.00 99.93 05:09:57 01:12:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 01:12:01 4 0.00 0.00 0.00 0.02 0.00 99.98 05:09:57 01:12:01 5 0.02 0.00 0.00 0.02 0.02 99.95 05:09:57 01:12:01 6 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 01:12:01 7 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 01:13:01 all 0.03 0.00 0.01 0.00 0.01 99.94 05:09:57 01:13:01 0 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 01:13:01 1 0.05 0.00 0.00 0.00 0.02 99.93 05:09:57 01:13:01 2 0.05 0.00 0.02 0.00 0.03 99.90 05:09:57 01:13:01 3 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 01:13:01 4 0.02 0.00 0.00 0.02 0.02 99.95 05:09:57 01:13:01 5 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 01:13:01 6 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 01:13:01 7 0.03 0.00 0.02 0.00 0.03 99.92 05:09:57 01:14:01 all 0.00 0.00 0.01 0.00 0.01 99.97 05:09:57 01:14:01 0 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 01:14:01 1 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 01:14:01 2 0.03 0.00 0.03 0.00 0.00 99.93 05:09:57 01:14:01 3 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 01:14:01 4 0.00 0.00 0.00 0.02 0.00 99.98 05:09:57 01:14:01 5 0.00 0.00 0.02 0.02 0.02 99.95 05:09:57 01:14:01 6 0.00 0.00 0.02 0.00 0.03 99.95 05:09:57 01:14:01 7 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 01:15:01 all 0.03 0.00 0.00 0.01 0.01 99.95 05:09:57 01:15:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 01:15:01 1 0.03 0.00 0.00 0.00 0.02 99.95 05:09:57 01:15:01 2 0.08 0.00 0.02 0.02 0.02 99.87 05:09:57 01:15:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 01:15:01 4 0.03 0.00 0.00 0.02 0.02 99.93 05:09:57 01:15:01 5 0.02 0.00 0.00 0.02 0.00 99.97 05:09:57 01:15:01 6 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 01:15:01 7 0.03 0.00 0.02 0.00 0.03 99.92 05:09:57 01:16:01 all 0.01 0.00 0.01 0.00 0.01 99.97 05:09:57 01:16:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 01:16:01 1 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 01:16:01 2 0.03 0.00 0.00 0.00 0.02 99.95 05:09:57 01:16:01 3 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 01:16:01 4 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 01:16:01 5 0.05 0.00 0.00 0.00 0.03 99.92 05:09:57 01:16:01 6 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 01:16:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 01:17:01 all 0.03 0.00 0.01 0.00 0.02 99.94 05:09:57 01:17:01 0 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 01:17:01 1 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 01:17:01 2 0.07 0.00 0.02 0.00 0.02 99.90 05:09:57 01:17:01 3 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 01:17:01 4 0.02 0.00 0.00 0.02 0.02 99.95 05:09:57 01:17:01 5 0.03 0.00 0.03 0.02 0.03 99.88 05:09:57 01:17:01 6 0.03 0.00 0.00 0.00 0.03 99.93 05:09:57 01:17:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 05:09:57 01:17:01 CPU %user %nice %system %iowait %steal %idle 05:09:57 01:18:01 all 0.01 0.00 0.01 0.00 0.01 99.97 05:09:57 01:18:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 01:18:01 1 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 01:18:01 2 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 01:18:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 01:18:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 01:18:01 5 0.02 0.00 0.03 0.00 0.03 99.92 05:09:57 01:18:01 6 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 01:18:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 01:19:01 all 0.03 0.00 0.01 0.00 0.01 99.95 05:09:57 01:19:01 0 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 01:19:01 1 0.05 0.00 0.00 0.00 0.02 99.93 05:09:57 01:19:01 2 0.05 0.00 0.02 0.00 0.02 99.92 05:09:57 01:19:01 3 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 01:19:01 4 0.02 0.00 0.00 0.02 0.00 99.97 05:09:57 01:19:01 5 0.02 0.00 0.03 0.02 0.02 99.92 05:09:57 01:19:01 6 0.02 0.00 0.03 0.00 0.03 99.92 05:09:57 01:19:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 01:20:01 all 0.02 0.00 0.01 0.00 0.01 99.95 05:09:57 01:20:01 0 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 01:20:01 1 0.07 0.00 0.00 0.00 0.00 99.93 05:09:57 01:20:01 2 0.05 0.00 0.02 0.00 0.02 99.92 05:09:57 01:20:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 01:20:01 4 0.00 0.00 0.02 0.02 0.02 99.95 05:09:57 01:20:01 5 0.00 0.00 0.00 0.02 0.02 99.97 05:09:57 01:20:01 6 0.02 0.00 0.05 0.00 0.03 99.90 05:09:57 01:20:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 01:21:01 all 0.03 0.00 0.01 0.00 0.01 99.95 05:09:57 01:21:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 01:21:01 1 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 01:21:01 2 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 01:21:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 01:21:01 4 0.02 0.00 0.00 0.02 0.02 99.95 05:09:57 01:21:01 5 0.02 0.00 0.00 0.02 0.00 99.97 05:09:57 01:21:01 6 0.07 0.00 0.03 0.00 0.03 99.87 05:09:57 01:21:01 7 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 01:22:01 all 0.01 0.00 0.01 0.00 0.01 99.96 05:09:57 01:22:01 0 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 01:22:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 01:22:01 2 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 01:22:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 01:22:01 4 0.00 0.00 0.00 0.02 0.00 99.98 05:09:57 01:22:01 5 0.00 0.00 0.00 0.02 0.02 99.97 05:09:57 01:22:01 6 0.03 0.00 0.05 0.00 0.03 99.88 05:09:57 01:22:01 7 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 01:23:01 all 0.03 0.00 0.01 0.00 0.01 99.95 05:09:57 01:23:01 0 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 01:23:01 1 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 01:23:01 2 0.07 0.00 0.02 0.00 0.02 99.90 05:09:57 01:23:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 01:23:01 4 0.02 0.00 0.02 0.02 0.02 99.93 05:09:57 01:23:01 5 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 01:23:01 6 0.03 0.00 0.03 0.00 0.03 99.90 05:09:57 01:23:01 7 0.02 0.00 0.00 0.02 0.00 99.97 05:09:57 01:24:01 all 0.01 0.00 0.01 0.00 0.01 99.97 05:09:57 01:24:01 0 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 01:24:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 01:24:01 2 0.02 0.00 0.03 0.00 0.02 99.93 05:09:57 01:24:01 3 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 01:24:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 01:24:01 5 0.02 0.00 0.00 0.02 0.00 99.97 05:09:57 01:24:01 6 0.03 0.00 0.02 0.00 0.05 99.90 05:09:57 01:24:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 01:25:01 all 0.03 0.00 0.02 0.01 0.01 99.94 05:09:57 01:25:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 01:25:01 1 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 01:25:01 2 0.07 0.00 0.05 0.00 0.00 99.88 05:09:57 01:25:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 01:25:01 4 0.03 0.00 0.00 0.03 0.00 99.93 05:09:57 01:25:01 5 0.00 0.00 0.02 0.02 0.02 99.95 05:09:57 01:25:01 6 0.03 0.00 0.03 0.00 0.03 99.90 05:09:57 01:25:01 7 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 01:26:01 all 0.01 0.00 0.01 0.00 0.01 99.97 05:09:57 01:26:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 01:26:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 01:26:01 2 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 01:26:01 3 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 01:26:01 4 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 01:26:01 5 0.03 0.00 0.02 0.00 0.03 99.92 05:09:57 01:26:01 6 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 01:26:01 7 0.00 0.00 0.00 0.02 0.00 99.98 05:09:57 01:27:01 all 0.01 0.00 0.01 0.01 0.01 99.96 05:09:57 01:27:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 01:27:01 1 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 01:27:01 2 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 01:27:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 01:27:01 4 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 01:27:01 5 0.00 0.00 0.00 0.02 0.02 99.97 05:09:57 01:27:01 6 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 01:27:01 7 0.00 0.00 0.00 0.03 0.00 99.97 05:09:57 01:28:01 all 0.18 0.00 0.01 0.00 0.01 99.80 05:09:57 01:28:01 0 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 01:28:01 1 1.30 0.00 0.02 0.00 0.02 98.66 05:09:57 01:28:01 2 0.07 0.00 0.00 0.00 0.00 99.93 05:09:57 01:28:01 3 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 01:28:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 01:28:01 5 0.02 0.00 0.03 0.00 0.03 99.92 05:09:57 01:28:01 6 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 01:28:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 05:09:57 01:28:01 CPU %user %nice %system %iowait %steal %idle 05:09:57 01:29:01 all 0.26 0.00 0.02 0.01 0.01 99.70 05:09:57 01:29:01 0 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 01:29:01 1 1.56 0.00 0.00 0.00 0.00 98.44 05:09:57 01:29:01 2 0.03 0.00 0.07 0.00 0.02 99.88 05:09:57 01:29:01 3 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 01:29:01 4 0.02 0.00 0.02 0.02 0.02 99.93 05:09:57 01:29:01 5 0.02 0.00 0.03 0.02 0.02 99.92 05:09:57 01:29:01 6 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 01:29:01 7 0.42 0.00 0.02 0.02 0.02 99.53 05:09:57 01:30:01 all 0.29 0.00 0.01 0.00 0.01 99.69 05:09:57 01:30:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 01:30:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 01:30:01 2 0.08 0.00 0.05 0.00 0.02 99.85 05:09:57 01:30:01 3 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 01:30:01 4 0.03 0.00 0.00 0.02 0.00 99.95 05:09:57 01:30:01 5 0.03 0.00 0.02 0.02 0.03 99.90 05:09:57 01:30:01 6 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 01:30:01 7 2.03 0.00 0.00 0.00 0.00 97.97 05:09:57 01:31:01 all 0.27 0.00 0.01 0.00 0.01 99.70 05:09:57 01:31:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 01:31:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 01:31:01 2 0.03 0.00 0.03 0.00 0.02 99.92 05:09:57 01:31:01 3 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 01:31:01 4 0.00 0.00 0.02 0.02 0.02 99.95 05:09:57 01:31:01 5 0.03 0.00 0.02 0.00 0.03 99.92 05:09:57 01:31:01 6 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 01:31:01 7 2.00 0.00 0.00 0.00 0.02 97.98 05:09:57 01:32:01 all 0.27 0.00 0.01 0.00 0.01 99.70 05:09:57 01:32:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 01:32:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 01:32:01 2 0.07 0.00 0.03 0.00 0.02 99.88 05:09:57 01:32:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 01:32:01 4 0.02 0.00 0.00 0.02 0.00 99.97 05:09:57 01:32:01 5 0.03 0.00 0.02 0.02 0.02 99.92 05:09:57 01:32:01 6 0.03 0.00 0.00 0.00 0.02 99.95 05:09:57 01:32:01 7 1.99 0.00 0.00 0.00 0.02 98.00 05:09:57 01:33:01 all 0.27 0.00 0.01 0.00 0.01 99.71 05:09:57 01:33:01 0 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 01:33:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 01:33:01 2 0.07 0.00 0.02 0.00 0.02 99.90 05:09:57 01:33:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 01:33:01 4 0.00 0.00 0.02 0.02 0.00 99.97 05:09:57 01:33:01 5 0.03 0.00 0.00 0.02 0.03 99.92 05:09:57 01:33:01 6 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 01:33:01 7 1.99 0.00 0.00 0.00 0.00 98.01 05:09:57 01:34:01 all 0.09 0.00 0.01 0.00 0.01 99.89 05:09:57 01:34:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 01:34:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 01:34:01 2 0.05 0.00 0.00 0.00 0.00 99.95 05:09:57 01:34:01 3 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 01:34:01 4 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 01:34:01 5 0.03 0.00 0.03 0.00 0.02 99.92 05:09:57 01:34:01 6 0.08 0.00 0.02 0.00 0.02 99.88 05:09:57 01:34:01 7 0.50 0.00 0.05 0.00 0.02 99.43 05:09:57 01:35:01 all 0.11 0.00 0.05 0.01 0.01 99.82 05:09:57 01:35:01 0 0.07 0.00 0.05 0.02 0.02 99.85 05:09:57 01:35:01 1 0.10 0.00 0.07 0.00 0.00 99.83 05:09:57 01:35:01 2 0.13 0.00 0.07 0.00 0.02 99.78 05:09:57 01:35:01 3 0.20 0.00 0.07 0.00 0.00 99.73 05:09:57 01:35:01 4 0.05 0.00 0.00 0.02 0.00 99.93 05:09:57 01:35:01 5 0.08 0.00 0.07 0.03 0.03 99.78 05:09:57 01:35:01 6 0.08 0.00 0.03 0.00 0.02 99.87 05:09:57 01:35:01 7 0.15 0.00 0.03 0.00 0.00 99.82 05:09:57 01:36:01 all 0.02 0.00 0.02 0.00 0.01 99.94 05:09:57 01:36:01 0 0.00 0.00 0.00 0.02 0.02 99.97 05:09:57 01:36:01 1 0.05 0.00 0.02 0.00 0.02 99.92 05:09:57 01:36:01 2 0.05 0.00 0.05 0.00 0.00 99.90 05:09:57 01:36:01 3 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 01:36:01 4 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 01:36:01 5 0.02 0.00 0.07 0.00 0.03 99.88 05:09:57 01:36:01 6 0.03 0.00 0.03 0.00 0.02 99.92 05:09:57 01:36:01 7 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 01:37:01 all 0.02 0.00 0.01 0.01 0.01 99.95 05:09:57 01:37:01 0 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 01:37:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 01:37:01 2 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 01:37:01 3 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 01:37:01 4 0.02 0.00 0.00 0.02 0.00 99.97 05:09:57 01:37:01 5 0.03 0.00 0.03 0.03 0.03 99.87 05:09:57 01:37:01 6 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 01:37:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 01:38:01 all 0.02 0.00 0.01 0.00 0.01 99.96 05:09:57 01:38:01 0 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 01:38:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 01:38:01 2 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 01:38:01 3 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 01:38:01 4 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 01:38:01 5 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 01:38:01 6 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 01:38:01 7 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 01:39:01 all 0.02 0.00 0.01 0.01 0.01 99.95 05:09:57 01:39:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 01:39:01 1 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 01:39:01 2 0.03 0.00 0.03 0.00 0.03 99.90 05:09:57 01:39:01 3 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 01:39:01 4 0.02 0.00 0.00 0.05 0.00 99.93 05:09:57 01:39:01 5 0.02 0.00 0.00 0.02 0.00 99.97 05:09:57 01:39:01 6 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 01:39:01 7 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 05:09:57 01:39:01 CPU %user %nice %system %iowait %steal %idle 05:09:57 01:40:01 all 0.03 0.00 0.01 0.00 0.01 99.96 05:09:57 01:40:01 0 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 01:40:01 1 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 01:40:01 2 0.02 0.00 0.02 0.00 0.03 99.93 05:09:57 01:40:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 01:40:01 4 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 01:40:01 5 0.03 0.00 0.00 0.00 0.02 99.95 05:09:57 01:40:01 6 0.07 0.00 0.00 0.00 0.00 99.93 05:09:57 01:40:01 7 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 01:41:01 all 0.01 0.00 0.01 0.00 0.01 99.96 05:09:57 01:41:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 01:41:01 1 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 01:41:01 2 0.02 0.00 0.05 0.00 0.02 99.92 05:09:57 01:41:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 01:41:01 4 0.02 0.00 0.02 0.02 0.02 99.93 05:09:57 01:41:01 5 0.02 0.00 0.00 0.02 0.00 99.97 05:09:57 01:41:01 6 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 01:41:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 01:42:01 all 0.00 0.00 0.02 0.00 0.01 99.96 05:09:57 01:42:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 01:42:01 1 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 01:42:01 2 0.02 0.00 0.05 0.00 0.03 99.90 05:09:57 01:42:01 3 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 01:42:01 4 0.00 0.00 0.00 0.02 0.00 99.98 05:09:57 01:42:01 5 0.00 0.00 0.02 0.02 0.02 99.95 05:09:57 01:42:01 6 0.02 0.00 0.05 0.00 0.00 99.93 05:09:57 01:42:01 7 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 01:43:01 all 0.03 0.00 0.01 0.00 0.01 99.96 05:09:57 01:43:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 01:43:01 1 0.07 0.00 0.02 0.00 0.02 99.90 05:09:57 01:43:01 2 0.03 0.00 0.03 0.00 0.03 99.90 05:09:57 01:43:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 01:43:01 4 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 01:43:01 5 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 01:43:01 6 0.03 0.00 0.00 0.00 0.02 99.95 05:09:57 01:43:01 7 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 01:44:02 all 0.02 0.00 0.01 0.00 0.01 99.96 05:09:57 01:44:02 0 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 01:44:02 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 01:44:02 2 0.05 0.00 0.05 0.00 0.02 99.88 05:09:57 01:44:02 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 01:44:02 4 0.00 0.00 0.02 0.02 0.00 99.97 05:09:57 01:44:02 5 0.00 0.00 0.00 0.02 0.00 99.98 05:09:57 01:44:02 6 0.05 0.00 0.02 0.00 0.02 99.92 05:09:57 01:44:02 7 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 01:45:01 all 0.03 0.00 0.01 0.00 0.01 99.96 05:09:57 01:45:01 0 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 01:45:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 01:45:01 2 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 01:45:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 01:45:01 4 0.02 0.00 0.02 0.02 0.00 99.95 05:09:57 01:45:01 5 0.03 0.00 0.00 0.02 0.02 99.93 05:09:57 01:45:01 6 0.03 0.00 0.00 0.00 0.02 99.95 05:09:57 01:45:01 7 0.03 0.00 0.00 0.00 0.02 99.95 05:09:57 01:46:01 all 0.01 0.00 0.01 0.00 0.01 99.97 05:09:57 01:46:01 0 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 01:46:01 1 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 01:46:01 2 0.03 0.00 0.05 0.02 0.03 99.87 05:09:57 01:46:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 01:46:01 4 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 01:46:01 5 0.00 0.00 0.00 0.02 0.00 99.98 05:09:57 01:46:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 01:46:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 01:47:01 all 0.03 0.00 0.01 0.00 0.01 99.95 05:09:57 01:47:01 0 0.03 0.00 0.03 0.00 0.02 99.92 05:09:57 01:47:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 01:47:01 2 0.07 0.00 0.03 0.00 0.03 99.87 05:09:57 01:47:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 01:47:01 4 0.02 0.00 0.00 0.03 0.00 99.95 05:09:57 01:47:01 5 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 01:47:01 6 0.03 0.00 0.00 0.00 0.02 99.95 05:09:57 01:47:01 7 0.03 0.00 0.00 0.00 0.02 99.95 05:09:57 01:48:01 all 0.00 0.00 0.00 0.00 0.01 99.98 05:09:57 01:48:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 01:48:01 1 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 01:48:01 2 0.02 0.00 0.02 0.00 0.03 99.93 05:09:57 01:48:01 3 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 01:48:01 4 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 01:48:01 5 0.02 0.00 0.00 0.02 0.00 99.97 05:09:57 01:48:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 01:48:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 01:49:01 all 0.02 0.00 0.01 0.00 0.01 99.95 05:09:57 01:49:01 0 0.03 0.00 0.03 0.00 0.03 99.90 05:09:57 01:49:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 01:49:01 2 0.05 0.00 0.02 0.00 0.02 99.92 05:09:57 01:49:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 01:49:01 4 0.02 0.00 0.02 0.03 0.00 99.93 05:09:57 01:49:01 5 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 01:49:01 6 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 01:49:01 7 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 01:50:01 all 0.01 0.00 0.01 0.00 0.01 99.96 05:09:57 01:50:01 0 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 01:50:01 1 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 01:50:01 2 0.02 0.00 0.07 0.00 0.03 99.88 05:09:57 01:50:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 01:50:01 4 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 01:50:01 5 0.00 0.00 0.00 0.02 0.02 99.97 05:09:57 01:50:01 6 0.02 0.00 0.03 0.00 0.00 99.95 05:09:57 01:50:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 05:09:57 01:50:01 CPU %user %nice %system %iowait %steal %idle 05:09:57 01:51:01 all 0.02 0.00 0.01 0.00 0.01 99.95 05:09:57 01:51:01 0 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 01:51:01 1 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 01:51:01 2 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 01:51:01 3 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 01:51:01 4 0.03 0.00 0.02 0.02 0.00 99.93 05:09:57 01:51:01 5 0.03 0.00 0.00 0.02 0.00 99.95 05:09:57 01:51:01 6 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 01:51:01 7 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 01:52:01 all 0.22 0.00 0.01 0.00 0.01 99.76 05:09:57 01:52:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 01:52:01 1 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 01:52:01 2 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 01:52:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 01:52:01 4 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 01:52:01 5 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 01:52:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 01:52:01 7 1.65 0.00 0.02 0.00 0.00 98.34 05:09:57 01:53:01 all 0.27 0.00 0.01 0.01 0.01 99.70 05:09:57 01:53:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 01:53:01 1 0.03 0.00 0.02 0.00 0.03 99.92 05:09:57 01:53:01 2 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 01:53:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 01:53:01 4 0.03 0.00 0.00 0.03 0.00 99.93 05:09:57 01:53:01 5 0.02 0.00 0.02 0.02 0.00 99.95 05:09:57 01:53:01 6 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 01:53:01 7 1.99 0.00 0.02 0.00 0.02 97.98 05:09:57 01:54:01 all 0.26 0.00 0.01 0.00 0.01 99.73 05:09:57 01:54:01 0 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 01:54:01 1 0.02 0.00 0.03 0.00 0.03 99.92 05:09:57 01:54:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 01:54:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 01:54:01 4 0.00 0.00 0.00 0.02 0.00 99.98 05:09:57 01:54:01 5 0.02 0.00 0.00 0.02 0.02 99.95 05:09:57 01:54:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 01:54:01 7 1.97 0.00 0.00 0.00 0.00 98.03 05:09:57 01:55:01 all 0.26 0.00 0.01 0.00 0.01 99.72 05:09:57 01:55:01 0 0.02 0.00 0.03 0.00 0.02 99.93 05:09:57 01:55:01 1 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 01:55:01 2 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 01:55:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 01:55:01 4 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 01:55:01 5 0.02 0.00 0.02 0.02 0.00 99.95 05:09:57 01:55:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 01:55:01 7 1.97 0.00 0.00 0.00 0.02 98.01 05:09:57 01:56:01 all 0.27 0.00 0.01 0.00 0.01 99.72 05:09:57 01:56:01 0 0.03 0.00 0.00 0.00 0.02 99.95 05:09:57 01:56:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 01:56:01 2 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 01:56:01 3 0.00 0.00 0.02 0.00 0.03 99.95 05:09:57 01:56:01 4 0.00 0.00 0.00 0.02 0.00 99.98 05:09:57 01:56:01 5 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 01:56:01 6 0.03 0.00 0.00 0.00 0.02 99.95 05:09:57 01:56:01 7 1.97 0.00 0.02 0.00 0.00 98.01 05:09:57 01:57:01 all 0.25 0.00 0.01 0.00 0.01 99.72 05:09:57 01:57:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 01:57:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 01:57:01 2 0.00 0.00 0.03 0.00 0.00 99.97 05:09:57 01:57:01 3 0.03 0.00 0.02 0.00 0.03 99.92 05:09:57 01:57:01 4 0.00 0.00 0.02 0.02 0.02 99.95 05:09:57 01:57:01 5 0.00 0.00 0.00 0.02 0.00 99.98 05:09:57 01:57:01 6 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 01:57:01 7 1.94 0.00 0.00 0.00 0.02 98.05 05:09:57 01:58:01 all 0.24 0.00 0.02 0.00 0.01 99.73 05:09:57 01:58:01 0 0.02 0.00 0.03 0.00 0.02 99.93 05:09:57 01:58:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 01:58:01 2 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 01:58:01 3 0.07 0.00 0.02 0.00 0.03 99.88 05:09:57 01:58:01 4 0.03 0.00 0.02 0.02 0.00 99.93 05:09:57 01:58:01 5 0.02 0.00 0.02 0.02 0.02 99.93 05:09:57 01:58:01 6 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 01:58:01 7 1.69 0.00 0.03 0.00 0.00 98.27 05:09:57 01:59:01 all 0.09 0.00 0.01 0.00 0.01 99.89 05:09:57 01:59:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 01:59:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 01:59:01 2 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 01:59:01 3 0.03 0.00 0.02 0.00 0.03 99.92 05:09:57 01:59:01 4 0.00 0.00 0.00 0.02 0.02 99.97 05:09:57 01:59:01 5 0.02 0.00 0.02 0.02 0.00 99.95 05:09:57 01:59:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 01:59:01 7 0.60 0.00 0.03 0.00 0.02 99.35 05:09:57 02:00:01 all 0.02 0.00 0.01 0.00 0.01 99.96 05:09:57 02:00:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 02:00:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 02:00:01 2 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 02:00:01 3 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 02:00:01 4 0.00 0.00 0.02 0.02 0.00 99.97 05:09:57 02:00:01 5 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 02:00:01 6 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 02:00:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:01:01 all 0.02 0.00 0.02 0.01 0.01 99.95 05:09:57 02:01:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:01:01 1 0.02 0.00 0.03 0.00 0.00 99.95 05:09:57 02:01:01 2 0.03 0.00 0.03 0.02 0.00 99.92 05:09:57 02:01:01 3 0.03 0.00 0.05 0.00 0.03 99.88 05:09:57 02:01:01 4 0.03 0.00 0.00 0.02 0.02 99.93 05:09:57 02:01:01 5 0.02 0.00 0.02 0.02 0.00 99.95 05:09:57 02:01:01 6 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 02:01:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 05:09:57 02:01:01 CPU %user %nice %system %iowait %steal %idle 05:09:57 02:02:01 all 0.02 0.00 0.00 0.00 0.01 99.96 05:09:57 02:02:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 02:02:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 02:02:01 2 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 02:02:01 3 0.03 0.00 0.02 0.00 0.03 99.92 05:09:57 02:02:01 4 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 02:02:01 5 0.03 0.00 0.00 0.02 0.02 99.93 05:09:57 02:02:01 6 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 02:02:01 7 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 02:03:01 all 0.01 0.00 0.01 0.00 0.01 99.96 05:09:57 02:03:01 0 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 02:03:01 1 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 02:03:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:03:01 3 0.03 0.00 0.03 0.00 0.03 99.90 05:09:57 02:03:01 4 0.02 0.00 0.02 0.03 0.02 99.92 05:09:57 02:03:01 5 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:03:01 6 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 02:03:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:04:01 all 0.02 0.00 0.01 0.00 0.01 99.96 05:09:57 02:04:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:04:01 1 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 02:04:01 2 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 02:04:01 3 0.02 0.00 0.00 0.00 0.03 99.95 05:09:57 02:04:01 4 0.03 0.00 0.00 0.02 0.00 99.95 05:09:57 02:04:01 5 0.02 0.00 0.03 0.02 0.02 99.92 05:09:57 02:04:01 6 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 02:04:01 7 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 02:05:01 all 0.01 0.00 0.00 0.00 0.01 99.97 05:09:57 02:05:01 0 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 02:05:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 02:05:01 2 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 02:05:01 3 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 02:05:01 4 0.00 0.00 0.00 0.02 0.02 99.97 05:09:57 02:05:01 5 0.02 0.00 0.00 0.02 0.00 99.97 05:09:57 02:05:01 6 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 02:05:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:06:01 all 0.03 0.00 0.01 0.00 0.01 99.95 05:09:57 02:06:01 0 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 02:06:01 1 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 02:06:01 2 0.05 0.00 0.02 0.00 0.00 99.93 05:09:57 02:06:01 3 0.00 0.00 0.02 0.00 0.03 99.95 05:09:57 02:06:01 4 0.03 0.00 0.00 0.02 0.00 99.95 05:09:57 02:06:01 5 0.05 0.00 0.02 0.02 0.02 99.90 05:09:57 02:06:01 6 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 02:06:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 02:07:01 all 0.01 0.00 0.01 0.00 0.01 99.97 05:09:57 02:07:01 0 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 02:07:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:07:01 2 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 02:07:01 3 0.03 0.00 0.03 0.00 0.02 99.92 05:09:57 02:07:01 4 0.00 0.00 0.02 0.02 0.02 99.95 05:09:57 02:07:01 5 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 02:07:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:07:01 7 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 02:08:01 all 0.03 0.00 0.01 0.03 0.01 99.93 05:09:57 02:08:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 02:08:01 1 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 02:08:01 2 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 02:08:01 3 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 02:08:01 4 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 02:08:01 5 0.02 0.00 0.02 0.22 0.02 99.73 05:09:57 02:08:01 6 0.03 0.00 0.00 0.00 0.02 99.95 05:09:57 02:08:01 7 0.05 0.00 0.00 0.00 0.00 99.95 05:09:57 02:09:01 all 0.01 0.00 0.01 0.00 0.01 99.97 05:09:57 02:09:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 02:09:01 1 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 02:09:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 02:09:01 3 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 02:09:01 4 0.00 0.00 0.00 0.02 0.02 99.97 05:09:57 02:09:01 5 0.02 0.00 0.02 0.02 0.02 99.93 05:09:57 02:09:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:09:01 7 0.05 0.00 0.00 0.00 0.02 99.93 05:09:57 02:10:01 all 0.01 0.00 0.01 0.00 0.01 99.96 05:09:57 02:10:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:10:01 1 0.07 0.00 0.02 0.00 0.03 99.88 05:09:57 02:10:01 2 0.00 0.00 0.05 0.00 0.02 99.93 05:09:57 02:10:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:10:01 4 0.00 0.00 0.02 0.02 0.00 99.97 05:09:57 02:10:01 5 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 02:10:01 6 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 02:10:01 7 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 02:11:01 all 0.02 0.00 0.01 0.03 0.01 99.93 05:09:57 02:11:01 0 0.03 0.00 0.02 0.02 0.02 99.92 05:09:57 02:11:01 1 0.02 0.00 0.03 0.00 0.02 99.93 05:09:57 02:11:01 2 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 02:11:01 3 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 02:11:01 4 0.00 0.00 0.00 0.15 0.02 99.83 05:09:57 02:11:01 5 0.03 0.00 0.00 0.07 0.00 99.90 05:09:57 02:11:01 6 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 02:11:01 7 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 02:12:01 all 0.01 0.00 0.01 0.00 0.01 99.96 05:09:57 02:12:01 0 0.03 0.00 0.03 0.00 0.00 99.93 05:09:57 02:12:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:12:01 2 0.07 0.00 0.03 0.00 0.02 99.88 05:09:57 02:12:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:12:01 4 0.00 0.00 0.02 0.02 0.00 99.97 05:09:57 02:12:01 5 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 02:12:01 6 0.00 0.00 0.03 0.00 0.02 99.95 05:09:57 02:12:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 05:09:57 02:12:01 CPU %user %nice %system %iowait %steal %idle 05:09:57 02:13:01 all 0.03 0.00 0.01 0.04 0.00 99.92 05:09:57 02:13:01 0 0.03 0.00 0.00 0.02 0.02 99.93 05:09:57 02:13:01 1 0.00 0.00 0.03 0.00 0.00 99.97 05:09:57 02:13:01 2 0.07 0.00 0.03 0.00 0.02 99.88 05:09:57 02:13:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 02:13:01 4 0.03 0.00 0.00 0.13 0.00 99.83 05:09:57 02:13:01 5 0.02 0.00 0.00 0.13 0.00 99.85 05:09:57 02:13:01 6 0.05 0.00 0.00 0.00 0.00 99.95 05:09:57 02:13:01 7 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 02:14:01 all 0.00 0.00 0.01 0.00 0.01 99.98 05:09:57 02:14:01 0 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 02:14:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:14:01 2 0.00 0.00 0.03 0.00 0.02 99.95 05:09:57 02:14:01 3 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 02:14:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:14:01 5 0.00 0.00 0.02 0.02 0.00 99.97 05:09:57 02:14:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:14:01 7 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 02:15:01 all 0.12 0.00 0.02 0.01 0.00 99.85 05:09:57 02:15:01 0 0.02 0.00 0.03 0.00 0.00 99.95 05:09:57 02:15:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:15:01 2 0.03 0.00 0.03 0.00 0.02 99.92 05:09:57 02:15:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 02:15:01 4 0.03 0.00 0.02 0.02 0.00 99.93 05:09:57 02:15:01 5 0.03 0.00 0.00 0.08 0.00 99.88 05:09:57 02:15:01 6 0.07 0.00 0.02 0.00 0.02 99.90 05:09:57 02:15:01 7 0.73 0.00 0.03 0.00 0.00 99.24 05:09:57 02:16:01 all 0.20 0.00 0.01 0.01 0.01 99.76 05:09:57 02:16:01 0 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 02:16:01 1 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 02:16:01 2 0.03 0.00 0.02 0.03 0.02 99.90 05:09:57 02:16:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 02:16:01 4 0.00 0.00 0.02 0.08 0.02 99.88 05:09:57 02:16:01 5 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 02:16:01 6 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 02:16:01 7 1.45 0.00 0.03 0.00 0.02 98.50 05:09:57 02:17:01 all 0.27 0.00 0.01 0.00 0.00 99.71 05:09:57 02:17:01 0 0.03 0.00 0.02 0.02 0.00 99.93 05:09:57 02:17:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:17:01 2 0.03 0.00 0.07 0.00 0.02 99.88 05:09:57 02:17:01 3 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 02:17:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:17:01 5 0.02 0.00 0.00 0.02 0.00 99.97 05:09:57 02:17:01 6 0.03 0.00 0.00 0.00 0.02 99.95 05:09:57 02:17:01 7 1.99 0.00 0.02 0.00 0.00 98.00 05:09:57 02:18:01 all 0.14 0.00 0.02 0.01 0.00 99.83 05:09:57 02:18:01 0 0.02 0.00 0.00 0.02 0.02 99.95 05:09:57 02:18:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:18:01 2 0.03 0.00 0.05 0.00 0.00 99.92 05:09:57 02:18:01 3 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 02:18:01 4 0.02 0.00 0.02 0.02 0.00 99.95 05:09:57 02:18:01 5 0.03 0.00 0.03 0.02 0.00 99.92 05:09:57 02:18:01 6 0.05 0.00 0.00 0.00 0.00 99.95 05:09:57 02:18:01 7 0.94 0.00 0.07 0.00 0.00 98.99 05:09:57 02:19:01 all 0.03 0.00 0.01 0.00 0.01 99.95 05:09:57 02:19:01 0 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 02:19:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 02:19:01 2 0.05 0.00 0.03 0.00 0.03 99.88 05:09:57 02:19:01 3 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 02:19:01 4 0.02 0.00 0.00 0.02 0.02 99.95 05:09:57 02:19:01 5 0.05 0.00 0.00 0.00 0.02 99.93 05:09:57 02:19:01 6 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 02:19:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 02:20:01 all 0.01 0.00 0.01 0.00 0.01 99.96 05:09:57 02:20:01 0 0.03 0.00 0.03 0.00 0.02 99.92 05:09:57 02:20:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:20:01 2 0.05 0.00 0.03 0.00 0.00 99.92 05:09:57 02:20:01 3 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 02:20:01 4 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 02:20:01 5 0.02 0.00 0.00 0.02 0.02 99.95 05:09:57 02:20:01 6 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 02:20:01 7 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 02:21:01 all 0.03 0.00 0.01 0.02 0.00 99.94 05:09:57 02:21:01 0 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 02:21:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:21:01 2 0.03 0.00 0.05 0.17 0.02 99.73 05:09:57 02:21:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 02:21:01 4 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 02:21:01 5 0.05 0.00 0.02 0.00 0.00 99.93 05:09:57 02:21:01 6 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 02:21:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 02:22:01 all 0.01 0.00 0.01 0.00 0.01 99.97 05:09:57 02:22:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:22:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:22:01 2 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 02:22:01 3 0.05 0.00 0.03 0.00 0.02 99.90 05:09:57 02:22:01 4 0.00 0.00 0.00 0.02 0.00 99.98 05:09:57 02:22:01 5 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 02:22:01 6 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 02:22:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:23:01 all 0.03 0.00 0.01 0.00 0.01 99.96 05:09:57 02:23:01 0 0.05 0.00 0.02 0.02 0.02 99.90 05:09:57 02:23:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:23:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 02:23:01 3 0.07 0.00 0.03 0.00 0.02 99.88 05:09:57 02:23:01 4 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 02:23:01 5 0.02 0.00 0.00 0.02 0.02 99.95 05:09:57 02:23:01 6 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 02:23:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 05:09:57 02:23:01 CPU %user %nice %system %iowait %steal %idle 05:09:57 02:24:01 all 0.01 0.00 0.01 0.01 0.01 99.97 05:09:57 02:24:01 0 0.00 0.00 0.02 0.07 0.02 99.90 05:09:57 02:24:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:24:01 2 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 02:24:01 3 0.03 0.00 0.03 0.00 0.02 99.92 05:09:57 02:24:01 4 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 02:24:01 5 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 02:24:01 6 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 02:24:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:25:01 all 0.01 0.00 0.01 0.00 0.01 99.96 05:09:57 02:25:01 0 0.03 0.00 0.02 0.02 0.00 99.93 05:09:57 02:25:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 02:25:01 2 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 02:25:01 3 0.02 0.00 0.03 0.00 0.02 99.93 05:09:57 02:25:01 4 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 02:25:01 5 0.00 0.00 0.02 0.02 0.02 99.95 05:09:57 02:25:01 6 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 02:25:01 7 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 02:26:01 all 0.02 0.00 0.01 0.00 0.01 99.96 05:09:57 02:26:01 0 0.03 0.00 0.02 0.00 0.03 99.92 05:09:57 02:26:01 1 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 02:26:01 2 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 02:26:01 3 0.02 0.00 0.03 0.00 0.02 99.93 05:09:57 02:26:01 4 0.03 0.00 0.00 0.02 0.00 99.95 05:09:57 02:26:01 5 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 02:26:01 6 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 02:26:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 02:27:01 all 0.03 0.00 0.01 0.00 0.00 99.96 05:09:57 02:27:01 0 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 02:27:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 02:27:01 2 0.13 0.00 0.02 0.00 0.00 99.85 05:09:57 02:27:01 3 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 02:27:01 4 0.00 0.00 0.00 0.02 0.00 99.98 05:09:57 02:27:01 5 0.00 0.00 0.00 0.02 0.00 99.98 05:09:57 02:27:01 6 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 02:27:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:28:01 all 0.06 0.00 0.01 0.00 0.01 99.92 05:09:57 02:28:01 0 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 02:28:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:28:01 2 0.35 0.00 0.02 0.00 0.02 99.62 05:09:57 02:28:01 3 0.02 0.00 0.03 0.00 0.03 99.92 05:09:57 02:28:01 4 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 02:28:01 5 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 02:28:01 6 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 02:28:01 7 0.02 0.00 0.00 0.02 0.02 99.95 05:09:57 02:29:01 all 0.01 0.00 0.01 0.00 0.01 99.97 05:09:57 02:29:01 0 0.02 0.00 0.03 0.00 0.00 99.95 05:09:57 02:29:01 1 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 02:29:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:29:01 3 0.05 0.00 0.02 0.00 0.00 99.93 05:09:57 02:29:01 4 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 02:29:01 5 0.02 0.00 0.00 0.02 0.02 99.95 05:09:57 02:29:01 6 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 02:29:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:30:01 all 0.02 0.00 0.01 0.00 0.01 99.96 05:09:57 02:30:01 0 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 02:30:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 02:30:01 2 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 02:30:01 3 0.03 0.00 0.03 0.00 0.02 99.92 05:09:57 02:30:01 4 0.03 0.00 0.02 0.02 0.00 99.93 05:09:57 02:30:01 5 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 02:30:01 6 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 02:30:01 7 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 02:31:01 all 0.01 0.00 0.01 0.00 0.00 99.97 05:09:57 02:31:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 02:31:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 02:31:01 2 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 02:31:01 3 0.00 0.00 0.03 0.00 0.02 99.95 05:09:57 02:31:01 4 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 02:31:01 5 0.02 0.00 0.00 0.02 0.00 99.97 05:09:57 02:31:01 6 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 02:31:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:32:01 all 0.02 0.00 0.01 0.01 0.01 99.96 05:09:57 02:32:01 0 0.03 0.00 0.03 0.02 0.02 99.90 05:09:57 02:32:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:32:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 02:32:01 3 0.02 0.00 0.03 0.00 0.02 99.93 05:09:57 02:32:01 4 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 02:32:01 5 0.02 0.00 0.00 0.02 0.02 99.95 05:09:57 02:32:01 6 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 02:32:01 7 0.02 0.00 0.00 0.02 0.00 99.97 05:09:57 02:33:01 all 0.01 0.00 0.01 0.00 0.00 99.97 05:09:57 02:33:01 0 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 02:33:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:33:01 2 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 02:33:01 3 0.03 0.00 0.03 0.00 0.02 99.92 05:09:57 02:33:01 4 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 02:33:01 5 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 02:33:01 6 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 02:33:01 7 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 02:34:01 all 0.08 0.00 0.02 0.01 0.01 99.88 05:09:57 02:34:01 0 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 02:34:01 1 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 02:34:01 2 0.25 0.00 0.02 0.00 0.02 99.72 05:09:57 02:34:01 3 0.07 0.00 0.03 0.00 0.02 99.88 05:09:57 02:34:01 4 0.00 0.00 0.00 0.02 0.02 99.97 05:09:57 02:34:01 5 0.07 0.00 0.03 0.02 0.00 99.88 05:09:57 02:34:01 6 0.05 0.00 0.03 0.00 0.02 99.90 05:09:57 02:34:01 7 0.22 0.00 0.00 0.02 0.02 99.75 05:09:57 05:09:57 02:34:01 CPU %user %nice %system %iowait %steal %idle 05:09:57 02:35:01 all 0.20 0.00 0.05 0.00 0.01 99.74 05:09:57 02:35:01 0 0.07 0.00 0.02 0.00 0.02 99.90 05:09:57 02:35:01 1 0.07 0.00 0.23 0.00 0.00 99.70 05:09:57 02:35:01 2 1.17 0.00 0.03 0.00 0.02 98.78 05:09:57 02:35:01 3 0.03 0.00 0.03 0.00 0.02 99.92 05:09:57 02:35:01 4 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 02:35:01 5 0.08 0.00 0.02 0.00 0.02 99.88 05:09:57 02:35:01 6 0.08 0.00 0.02 0.00 0.00 99.90 05:09:57 02:35:01 7 0.07 0.00 0.08 0.00 0.00 99.85 05:09:57 02:36:01 all 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 02:36:01 0 0.03 0.00 0.03 0.00 0.00 99.93 05:09:57 02:36:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:36:01 2 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 02:36:01 3 0.07 0.00 0.03 0.00 0.02 99.88 05:09:57 02:36:01 4 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 02:36:01 5 0.05 0.00 0.00 0.03 0.00 99.92 05:09:57 02:36:01 6 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 02:36:01 7 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 02:37:01 all 0.02 0.00 0.01 0.00 0.01 99.96 05:09:57 02:37:01 0 0.03 0.00 0.03 0.00 0.02 99.92 05:09:57 02:37:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:37:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:37:01 3 0.05 0.00 0.02 0.00 0.00 99.93 05:09:57 02:37:01 4 0.00 0.00 0.00 0.02 0.02 99.97 05:09:57 02:37:01 5 0.00 0.00 0.02 0.02 0.02 99.95 05:09:57 02:37:01 6 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 02:37:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 02:38:01 all 0.12 0.00 0.02 0.00 0.01 99.85 05:09:57 02:38:01 0 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 02:38:01 1 0.03 0.00 0.03 0.00 0.02 99.92 05:09:57 02:38:01 2 0.68 0.00 0.02 0.00 0.02 99.29 05:09:57 02:38:01 3 0.08 0.00 0.03 0.00 0.02 99.87 05:09:57 02:38:01 4 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 02:38:01 5 0.03 0.00 0.02 0.02 0.00 99.93 05:09:57 02:38:01 6 0.12 0.00 0.00 0.00 0.00 99.88 05:09:57 02:38:01 7 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 02:39:01 all 0.22 0.00 0.01 0.00 0.01 99.75 05:09:57 02:39:01 0 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 02:39:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 02:39:01 2 1.60 0.00 0.02 0.00 0.00 98.39 05:09:57 02:39:01 3 0.07 0.00 0.02 0.00 0.02 99.90 05:09:57 02:39:01 4 0.03 0.00 0.00 0.02 0.00 99.95 05:09:57 02:39:01 5 0.02 0.00 0.00 0.02 0.00 99.97 05:09:57 02:39:01 6 0.03 0.00 0.03 0.00 0.02 99.92 05:09:57 02:39:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:40:01 all 0.03 0.00 0.02 0.00 0.01 99.95 05:09:57 02:40:01 0 0.02 0.00 0.03 0.00 0.00 99.95 05:09:57 02:40:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:40:01 2 0.00 0.00 0.03 0.00 0.02 99.95 05:09:57 02:40:01 3 0.08 0.00 0.03 0.00 0.02 99.87 05:09:57 02:40:01 4 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 02:40:01 5 0.03 0.00 0.00 0.00 0.02 99.95 05:09:57 02:40:01 6 0.05 0.00 0.02 0.00 0.00 99.93 05:09:57 02:40:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 02:41:01 all 0.01 0.00 0.01 0.00 0.00 99.97 05:09:57 02:41:01 0 0.00 0.00 0.03 0.00 0.02 99.95 05:09:57 02:41:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:41:01 2 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 02:41:01 3 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 02:41:01 4 0.02 0.00 0.02 0.02 0.00 99.95 05:09:57 02:41:01 5 0.02 0.00 0.02 0.02 0.00 99.95 05:09:57 02:41:01 6 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 02:41:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:42:01 all 0.01 0.00 0.02 0.00 0.01 99.96 05:09:57 02:42:01 0 0.03 0.00 0.05 0.00 0.00 99.92 05:09:57 02:42:01 1 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 02:42:01 2 0.03 0.00 0.03 0.00 0.00 99.93 05:09:57 02:42:01 3 0.02 0.00 0.05 0.00 0.02 99.92 05:09:57 02:42:01 4 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 02:42:01 5 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 02:42:01 6 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 02:42:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:43:01 all 0.03 0.00 0.02 0.00 0.01 99.95 05:09:57 02:43:01 0 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 02:43:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 02:43:01 2 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 02:43:01 3 0.07 0.00 0.03 0.00 0.02 99.88 05:09:57 02:43:01 4 0.03 0.00 0.03 0.02 0.00 99.92 05:09:57 02:43:01 5 0.02 0.00 0.00 0.02 0.02 99.95 05:09:57 02:43:01 6 0.05 0.00 0.02 0.00 0.00 99.93 05:09:57 02:43:01 7 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 02:44:01 all 0.23 0.00 0.01 0.00 0.01 99.75 05:09:57 02:44:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 02:44:01 1 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 02:44:01 2 1.71 0.00 0.05 0.00 0.00 98.24 05:09:57 02:44:01 3 0.03 0.00 0.00 0.00 0.02 99.95 05:09:57 02:44:01 4 0.02 0.00 0.00 0.02 0.02 99.95 05:09:57 02:44:01 5 0.00 0.00 0.02 0.02 0.00 99.97 05:09:57 02:44:01 6 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 02:44:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:45:01 all 0.27 0.00 0.01 0.00 0.01 99.70 05:09:57 02:45:01 0 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 02:45:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:45:01 2 1.97 0.00 0.02 0.00 0.02 98.00 05:09:57 02:45:01 3 0.05 0.00 0.05 0.00 0.02 99.88 05:09:57 02:45:01 4 0.02 0.00 0.00 0.02 0.00 99.97 05:09:57 02:45:01 5 0.05 0.00 0.02 0.00 0.02 99.92 05:09:57 02:45:01 6 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 02:45:01 7 0.02 0.00 0.00 0.00 0.03 99.95 05:09:57 05:09:57 02:45:01 CPU %user %nice %system %iowait %steal %idle 05:09:57 02:46:01 all 0.26 0.00 0.01 0.00 0.01 99.72 05:09:57 02:46:01 0 0.03 0.00 0.03 0.00 0.02 99.92 05:09:57 02:46:01 1 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 02:46:01 2 2.00 0.00 0.00 0.00 0.00 98.00 05:09:57 02:46:01 3 0.00 0.00 0.03 0.00 0.02 99.95 05:09:57 02:46:01 4 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 02:46:01 5 0.00 0.00 0.00 0.02 0.02 99.97 05:09:57 02:46:01 6 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 02:46:01 7 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 02:47:01 all 0.19 0.00 0.01 0.00 0.01 99.79 05:09:57 02:47:01 0 0.07 0.00 0.00 0.00 0.02 99.92 05:09:57 02:47:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 02:47:01 2 1.32 0.00 0.05 0.00 0.02 98.61 05:09:57 02:47:01 3 0.03 0.00 0.00 0.00 0.02 99.95 05:09:57 02:47:01 4 0.02 0.00 0.00 0.02 0.00 99.97 05:09:57 02:47:01 5 0.00 0.00 0.00 0.02 0.00 99.98 05:09:57 02:47:01 6 0.05 0.00 0.00 0.00 0.02 99.93 05:09:57 02:47:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:48:01 all 0.01 0.00 0.01 0.00 0.01 99.97 05:09:57 02:48:01 0 0.02 0.00 0.03 0.00 0.00 99.95 05:09:57 02:48:01 1 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 02:48:01 2 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 02:48:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:48:01 4 0.00 0.00 0.00 0.02 0.02 99.97 05:09:57 02:48:01 5 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:48:01 6 0.02 0.00 0.02 0.00 0.03 99.93 05:09:57 02:48:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:49:01 all 0.03 0.00 0.01 0.00 0.01 99.95 05:09:57 02:49:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 02:49:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 02:49:01 2 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 02:49:01 3 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 02:49:01 4 0.03 0.00 0.03 0.00 0.00 99.93 05:09:57 02:49:01 5 0.03 0.00 0.02 0.02 0.02 99.92 05:09:57 02:49:01 6 0.05 0.00 0.02 0.00 0.02 99.92 05:09:57 02:49:01 7 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 02:50:01 all 0.01 0.00 0.01 0.00 0.01 99.97 05:09:57 02:50:01 0 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 02:50:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 02:50:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 02:50:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:50:01 4 0.00 0.00 0.02 0.02 0.02 99.95 05:09:57 02:50:01 5 0.00 0.00 0.00 0.02 0.00 99.98 05:09:57 02:50:01 6 0.05 0.00 0.03 0.00 0.03 99.88 05:09:57 02:50:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:51:01 all 0.02 0.00 0.01 0.00 0.01 99.96 05:09:57 02:51:01 0 0.02 0.00 0.02 0.02 0.00 99.95 05:09:57 02:51:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:51:01 2 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 02:51:01 3 0.05 0.00 0.02 0.00 0.02 99.92 05:09:57 02:51:01 4 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 02:51:01 5 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 02:51:01 6 0.05 0.00 0.00 0.00 0.02 99.93 05:09:57 02:51:01 7 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 02:52:01 all 0.01 0.00 0.01 0.00 0.01 99.97 05:09:57 02:52:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:52:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:52:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:52:01 3 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 02:52:01 4 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 02:52:01 5 0.00 0.00 0.00 0.02 0.00 99.98 05:09:57 02:52:01 6 0.03 0.00 0.03 0.00 0.03 99.90 05:09:57 02:52:01 7 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 02:53:01 all 0.03 0.00 0.01 0.00 0.01 99.95 05:09:57 02:53:01 0 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 02:53:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 02:53:01 2 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 02:53:01 3 0.03 0.00 0.03 0.00 0.00 99.93 05:09:57 02:53:01 4 0.02 0.00 0.00 0.02 0.00 99.97 05:09:57 02:53:01 5 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 02:53:01 6 0.05 0.00 0.02 0.00 0.03 99.90 05:09:57 02:53:01 7 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 02:54:01 all 0.11 0.00 0.01 0.00 0.01 99.86 05:09:57 02:54:01 0 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 02:54:01 1 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 02:54:01 2 0.81 0.00 0.00 0.00 0.00 99.19 05:09:57 02:54:01 3 0.05 0.00 0.03 0.00 0.03 99.88 05:09:57 02:54:01 4 0.00 0.00 0.02 0.02 0.02 99.95 05:09:57 02:54:01 5 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:54:01 6 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 02:54:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:55:01 all 0.26 0.00 0.01 0.02 0.00 99.71 05:09:57 02:55:01 0 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 02:55:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:55:01 2 1.86 0.00 0.00 0.00 0.02 98.13 05:09:57 02:55:01 3 0.03 0.00 0.03 0.00 0.02 99.92 05:09:57 02:55:01 4 0.02 0.00 0.03 0.02 0.00 99.93 05:09:57 02:55:01 5 0.03 0.00 0.00 0.13 0.00 99.83 05:09:57 02:55:01 6 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 02:55:01 7 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 02:56:01 all 0.26 0.00 0.01 0.00 0.00 99.71 05:09:57 02:56:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 02:56:01 1 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 02:56:01 2 1.99 0.00 0.00 0.00 0.00 98.01 05:09:57 02:56:01 3 0.05 0.00 0.03 0.00 0.02 99.90 05:09:57 02:56:01 4 0.02 0.00 0.02 0.02 0.00 99.95 05:09:57 02:56:01 5 0.00 0.00 0.00 0.02 0.00 99.98 05:09:57 02:56:01 6 0.02 0.00 0.03 0.00 0.02 99.93 05:09:57 02:56:01 7 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 05:09:57 02:56:01 CPU %user %nice %system %iowait %steal %idle 05:09:57 02:57:01 all 0.27 0.00 0.01 0.00 0.01 99.71 05:09:57 02:57:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 02:57:01 1 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 02:57:01 2 1.97 0.00 0.02 0.00 0.00 98.01 05:09:57 02:57:01 3 0.07 0.00 0.03 0.00 0.02 99.88 05:09:57 02:57:01 4 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 02:57:01 5 0.00 0.00 0.00 0.02 0.02 99.97 05:09:57 02:57:01 6 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 02:57:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:58:01 all 0.25 0.00 0.01 0.00 0.00 99.74 05:09:57 02:58:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:58:01 1 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 02:58:01 2 1.81 0.00 0.03 0.00 0.00 98.16 05:09:57 02:58:01 3 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 02:58:01 4 0.03 0.00 0.00 0.02 0.00 99.95 05:09:57 02:58:01 5 0.07 0.00 0.02 0.00 0.00 99.92 05:09:57 02:58:01 6 0.05 0.00 0.02 0.00 0.00 99.93 05:09:57 02:58:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:59:01 all 0.01 0.00 0.01 0.00 0.01 99.96 05:09:57 02:59:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:59:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 02:59:01 2 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 02:59:01 3 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 02:59:01 4 0.02 0.00 0.02 0.02 0.00 99.95 05:09:57 02:59:01 5 0.03 0.00 0.02 0.02 0.02 99.92 05:09:57 02:59:01 6 0.05 0.00 0.02 0.00 0.02 99.92 05:09:57 02:59:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:00:01 all 0.02 0.00 0.01 0.03 0.01 99.93 05:09:57 03:00:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 03:00:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 03:00:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 03:00:01 3 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 03:00:01 4 0.02 0.00 0.02 0.15 0.02 99.80 05:09:57 03:00:01 5 0.00 0.00 0.00 0.07 0.02 99.92 05:09:57 03:00:01 6 0.07 0.00 0.05 0.00 0.02 99.87 05:09:57 03:00:01 7 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 03:01:01 all 0.22 0.00 0.02 0.00 0.00 99.75 05:09:57 03:01:01 0 0.02 0.00 0.03 0.00 0.00 99.95 05:09:57 03:01:01 1 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 03:01:01 2 1.61 0.00 0.02 0.00 0.02 98.35 05:09:57 03:01:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:01:01 4 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 03:01:01 5 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 03:01:01 6 0.10 0.00 0.07 0.00 0.02 99.82 05:09:57 03:01:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:02:01 all 0.27 0.00 0.01 0.00 0.01 99.71 05:09:57 03:02:01 0 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 03:02:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:02:01 2 1.99 0.00 0.02 0.00 0.00 98.00 05:09:57 03:02:01 3 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 03:02:01 4 0.03 0.00 0.02 0.02 0.02 99.92 05:09:57 03:02:01 5 0.00 0.00 0.00 0.02 0.00 99.98 05:09:57 03:02:01 6 0.08 0.00 0.03 0.00 0.02 99.87 05:09:57 03:02:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 03:03:01 all 0.26 0.00 0.01 0.00 0.01 99.72 05:09:57 03:03:01 0 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 03:03:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 03:03:01 2 1.99 0.00 0.00 0.00 0.02 98.00 05:09:57 03:03:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:03:01 4 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 03:03:01 5 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 03:03:01 6 0.03 0.00 0.03 0.00 0.03 99.90 05:09:57 03:03:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:04:01 all 0.08 0.00 0.02 0.00 0.01 99.89 05:09:57 03:04:01 0 0.03 0.00 0.00 0.02 0.02 99.93 05:09:57 03:04:01 1 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 03:04:01 2 0.48 0.00 0.05 0.00 0.00 99.47 05:09:57 03:04:01 3 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 03:04:01 4 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 03:04:01 5 0.02 0.00 0.00 0.02 0.00 99.97 05:09:57 03:04:01 6 0.07 0.00 0.03 0.00 0.03 99.87 05:09:57 03:04:01 7 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 03:05:01 all 0.02 0.00 0.01 0.00 0.01 99.95 05:09:57 03:05:01 0 0.02 0.00 0.02 0.02 0.00 99.95 05:09:57 03:05:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 03:05:01 2 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 03:05:01 3 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 03:05:01 4 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 03:05:01 5 0.02 0.00 0.00 0.02 0.00 99.97 05:09:57 03:05:01 6 0.08 0.00 0.07 0.00 0.03 99.82 05:09:57 03:05:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:06:01 all 0.02 0.00 0.01 0.01 0.01 99.95 05:09:57 03:06:01 0 0.05 0.00 0.02 0.00 0.02 99.92 05:09:57 03:06:01 1 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 03:06:01 2 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 03:06:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:06:01 4 0.02 0.00 0.00 0.03 0.00 99.95 05:09:57 03:06:01 5 0.00 0.00 0.02 0.02 0.00 99.97 05:09:57 03:06:01 6 0.07 0.00 0.03 0.00 0.03 99.87 05:09:57 03:06:01 7 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 03:07:01 all 0.01 0.00 0.01 0.00 0.00 99.97 05:09:57 03:07:01 0 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 03:07:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:07:01 2 0.02 0.00 0.03 0.00 0.00 99.95 05:09:57 03:07:01 3 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 03:07:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:07:01 5 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 03:07:01 6 0.03 0.00 0.03 0.00 0.02 99.92 05:09:57 03:07:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 05:09:57 03:07:01 CPU %user %nice %system %iowait %steal %idle 05:09:57 03:08:01 all 0.08 0.00 0.02 0.04 0.01 99.85 05:09:57 03:08:01 0 0.03 0.00 0.00 0.00 0.03 99.93 05:09:57 03:08:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 03:08:01 2 0.50 0.00 0.07 0.00 0.02 99.42 05:09:57 03:08:01 3 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 03:08:01 4 0.02 0.00 0.00 0.33 0.02 99.63 05:09:57 03:08:01 5 0.02 0.00 0.02 0.02 0.02 99.93 05:09:57 03:08:01 6 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 03:08:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 03:09:01 all 0.01 0.00 0.01 0.00 0.00 99.98 05:09:57 03:09:01 0 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 03:09:01 1 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 03:09:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 03:09:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:09:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:09:01 5 0.00 0.00 0.00 0.02 0.00 99.98 05:09:57 03:09:01 6 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 03:09:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:10:01 all 0.03 0.00 0.01 0.00 0.01 99.96 05:09:57 03:10:01 0 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 03:10:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 03:10:01 2 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 03:10:01 3 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 03:10:01 4 0.03 0.00 0.00 0.02 0.00 99.95 05:09:57 03:10:01 5 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:10:01 6 0.07 0.00 0.03 0.00 0.03 99.87 05:09:57 03:10:01 7 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 03:11:01 all 0.01 0.00 0.01 0.00 0.01 99.97 05:09:57 03:11:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 03:11:01 1 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 03:11:01 2 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 03:11:01 3 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 03:11:01 4 0.00 0.00 0.00 0.03 0.02 99.95 05:09:57 03:11:01 5 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 03:11:01 6 0.03 0.00 0.03 0.00 0.02 99.92 05:09:57 03:11:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:12:01 all 0.01 0.00 0.01 0.00 0.01 99.97 05:09:57 03:12:01 0 0.05 0.00 0.02 0.02 0.00 99.92 05:09:57 03:12:01 1 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 03:12:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:12:01 3 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 03:12:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:12:01 5 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 03:12:01 6 0.03 0.00 0.03 0.00 0.03 99.90 05:09:57 03:12:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:13:01 all 0.02 0.00 0.01 0.00 0.01 99.96 05:09:57 03:13:01 0 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 03:13:01 1 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 03:13:01 2 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 03:13:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 03:13:01 4 0.03 0.00 0.00 0.02 0.00 99.95 05:09:57 03:13:01 5 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 03:13:01 6 0.08 0.00 0.03 0.00 0.02 99.87 05:09:57 03:13:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 03:14:01 all 0.01 0.00 0.01 0.00 0.01 99.96 05:09:57 03:14:01 0 0.03 0.00 0.03 0.00 0.02 99.92 05:09:57 03:14:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 03:14:01 2 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 03:14:01 3 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 03:14:01 4 0.00 0.00 0.02 0.03 0.02 99.93 05:09:57 03:14:01 5 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 03:14:01 6 0.05 0.00 0.03 0.00 0.03 99.88 05:09:57 03:14:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:15:01 all 0.02 0.00 0.01 0.00 0.01 99.96 05:09:57 03:15:01 0 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 03:15:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 03:15:01 2 0.03 0.00 0.00 0.00 0.02 99.95 05:09:57 03:15:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:15:01 4 0.02 0.00 0.00 0.02 0.02 99.95 05:09:57 03:15:01 5 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 03:15:01 6 0.05 0.00 0.02 0.00 0.02 99.92 05:09:57 03:15:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:16:01 all 0.00 0.00 0.01 0.00 0.00 99.98 05:09:57 03:16:01 0 0.00 0.00 0.00 0.02 0.00 99.98 05:09:57 03:16:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:16:01 2 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 03:16:01 3 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 03:16:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:16:01 5 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 03:16:01 6 0.03 0.00 0.05 0.00 0.03 99.88 05:09:57 03:16:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:17:01 all 0.03 0.00 0.01 0.00 0.01 99.93 05:09:57 03:17:01 0 0.03 0.00 0.00 0.00 0.02 99.95 05:09:57 03:17:01 1 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 03:17:01 2 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 03:17:01 3 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 03:17:01 4 0.03 0.00 0.00 0.03 0.00 99.93 05:09:57 03:17:01 5 0.02 0.00 0.03 0.00 0.02 99.93 05:09:57 03:17:01 6 0.07 0.00 0.07 0.00 0.03 99.83 05:09:57 03:17:01 7 0.03 0.00 0.00 0.00 0.02 99.95 05:09:57 03:18:01 all 0.05 0.00 0.01 0.00 0.01 99.93 05:09:57 03:18:01 0 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 03:18:01 1 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 03:18:01 2 0.33 0.00 0.00 0.00 0.00 99.67 05:09:57 03:18:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:18:01 4 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 03:18:01 5 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:18:01 6 0.05 0.00 0.05 0.00 0.03 99.87 05:09:57 03:18:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 05:09:57 03:18:01 CPU %user %nice %system %iowait %steal %idle 05:09:57 03:19:01 all 0.28 0.00 0.01 0.00 0.01 99.70 05:09:57 03:19:01 0 0.03 0.00 0.02 0.02 0.02 99.92 05:09:57 03:19:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 03:19:01 2 2.00 0.00 0.00 0.00 0.02 97.98 05:09:57 03:19:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 03:19:01 4 0.02 0.00 0.00 0.02 0.02 99.95 05:09:57 03:19:01 5 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 03:19:01 6 0.05 0.00 0.05 0.00 0.03 99.87 05:09:57 03:19:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 03:20:01 all 0.26 0.00 0.01 0.00 0.01 99.73 05:09:57 03:20:01 0 0.00 0.00 0.02 0.00 0.03 99.95 05:09:57 03:20:01 1 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 03:20:01 2 1.97 0.00 0.00 0.00 0.00 98.03 05:09:57 03:20:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 03:20:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:20:01 5 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 03:20:01 6 0.05 0.00 0.00 0.00 0.02 99.93 05:09:57 03:20:01 7 0.00 0.00 0.02 0.02 0.00 99.97 05:09:57 03:21:01 all 0.27 0.00 0.01 0.00 0.01 99.70 05:09:57 03:21:01 0 0.03 0.00 0.02 0.00 0.03 99.92 05:09:57 03:21:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:21:01 2 1.99 0.00 0.03 0.00 0.00 97.98 05:09:57 03:21:01 3 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 03:21:01 4 0.03 0.00 0.00 0.02 0.02 99.93 05:09:57 03:21:01 5 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 03:21:01 6 0.03 0.00 0.05 0.00 0.02 99.90 05:09:57 03:21:01 7 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 03:22:01 all 0.26 0.00 0.01 0.00 0.01 99.72 05:09:57 03:22:01 0 0.02 0.00 0.03 0.00 0.02 99.93 05:09:57 03:22:01 1 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 03:22:01 2 1.95 0.00 0.00 0.00 0.02 98.03 05:09:57 03:22:01 3 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 03:22:01 4 0.00 0.00 0.00 0.02 0.02 99.97 05:09:57 03:22:01 5 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 03:22:01 6 0.05 0.00 0.00 0.00 0.02 99.93 05:09:57 03:22:01 7 0.02 0.00 0.00 0.02 0.00 99.97 05:09:57 03:23:01 all 0.20 0.00 0.01 0.00 0.01 99.78 05:09:57 03:23:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 03:23:01 1 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 03:23:01 2 1.44 0.00 0.03 0.00 0.00 98.53 05:09:57 03:23:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 03:23:01 4 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 03:23:01 5 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 03:23:01 6 0.02 0.00 0.03 0.00 0.02 99.93 05:09:57 03:23:01 7 0.02 0.00 0.02 0.02 0.02 99.93 05:09:57 03:24:01 all 0.01 0.00 0.01 0.00 0.01 99.96 05:09:57 03:24:01 0 0.03 0.00 0.02 0.00 0.03 99.92 05:09:57 03:24:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:24:01 2 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 03:24:01 3 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 03:24:01 4 0.00 0.00 0.02 0.02 0.02 99.95 05:09:57 03:24:01 5 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:24:01 6 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 03:24:01 7 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 03:25:01 all 0.02 0.00 0.01 0.00 0.01 99.95 05:09:57 03:25:01 0 0.05 0.00 0.03 0.00 0.03 99.88 05:09:57 03:25:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 03:25:01 2 0.00 0.00 0.03 0.00 0.00 99.97 05:09:57 03:25:01 3 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 03:25:01 4 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 03:25:01 5 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 03:25:01 6 0.03 0.00 0.02 0.00 0.03 99.92 05:09:57 03:25:01 7 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 03:26:01 all 0.02 0.00 0.01 0.00 0.00 99.96 05:09:57 03:26:01 0 0.02 0.00 0.00 0.02 0.00 99.97 05:09:57 03:26:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 03:26:01 2 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 03:26:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:26:01 4 0.02 0.00 0.00 0.02 0.02 99.95 05:09:57 03:26:01 5 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 03:26:01 6 0.05 0.00 0.02 0.00 0.02 99.92 05:09:57 03:26:01 7 0.03 0.00 0.03 0.00 0.00 99.93 05:09:57 03:27:01 all 0.01 0.00 0.01 0.00 0.01 99.97 05:09:57 03:27:01 0 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 03:27:01 1 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 03:27:01 2 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 03:27:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:27:01 4 0.00 0.00 0.00 0.02 0.00 99.98 05:09:57 03:27:01 5 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 03:27:01 6 0.05 0.00 0.02 0.02 0.03 99.88 05:09:57 03:27:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:28:01 all 0.04 0.00 0.01 0.00 0.01 99.94 05:09:57 03:28:01 0 0.03 0.00 0.02 0.02 0.00 99.93 05:09:57 03:28:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 03:28:01 2 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 03:28:01 3 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 03:28:01 4 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 03:28:01 5 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 03:28:01 6 0.13 0.00 0.02 0.00 0.03 99.82 05:09:57 03:28:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 03:29:01 all 0.42 0.00 0.23 0.08 0.01 99.26 05:09:57 03:29:01 0 1.22 0.00 0.43 0.05 0.02 98.28 05:09:57 03:29:01 1 0.48 0.00 0.50 0.12 0.00 98.90 05:09:57 03:29:01 2 0.13 0.00 0.23 0.00 0.02 99.61 05:09:57 03:29:01 3 0.23 0.00 0.10 0.02 0.00 99.65 05:09:57 03:29:01 4 0.57 0.00 0.20 0.42 0.00 98.82 05:09:57 03:29:01 5 0.05 0.00 0.08 0.00 0.02 99.85 05:09:57 03:29:01 6 0.60 0.00 0.22 0.00 0.03 99.15 05:09:57 03:29:01 7 0.08 0.00 0.07 0.00 0.02 99.83 05:09:57 05:09:57 03:29:01 CPU %user %nice %system %iowait %steal %idle 05:09:57 03:30:01 all 0.03 0.00 0.01 0.00 0.01 99.95 05:09:57 03:30:01 0 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 03:30:01 1 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 03:30:01 2 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 03:30:01 3 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 03:30:01 4 0.03 0.00 0.02 0.03 0.02 99.90 05:09:57 03:30:01 5 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 03:30:01 6 0.08 0.00 0.03 0.00 0.02 99.87 05:09:57 03:30:01 7 0.05 0.00 0.02 0.00 0.00 99.93 05:09:57 03:31:01 all 0.01 0.00 0.01 0.01 0.01 99.96 05:09:57 03:31:01 0 0.02 0.00 0.03 0.00 0.02 99.93 05:09:57 03:31:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:31:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:31:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:31:01 4 0.00 0.00 0.02 0.02 0.02 99.95 05:09:57 03:31:01 5 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:31:01 6 0.05 0.00 0.02 0.03 0.02 99.88 05:09:57 03:31:01 7 0.02 0.00 0.03 0.00 0.00 99.95 05:09:57 03:32:01 all 0.03 0.00 0.02 0.00 0.01 99.94 05:09:57 03:32:01 0 0.07 0.00 0.03 0.00 0.02 99.88 05:09:57 03:32:01 1 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 03:32:01 2 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 03:32:01 3 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 03:32:01 4 0.02 0.00 0.00 0.03 0.00 99.95 05:09:57 03:32:01 5 0.02 0.00 0.03 0.00 0.02 99.93 05:09:57 03:32:01 6 0.03 0.00 0.03 0.00 0.02 99.92 05:09:57 03:32:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 03:33:01 all 0.01 0.00 0.00 0.01 0.01 99.97 05:09:57 03:33:01 0 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 03:33:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:33:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:33:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:33:01 4 0.00 0.00 0.00 0.05 0.02 99.93 05:09:57 03:33:01 5 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 03:33:01 6 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 03:33:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 03:34:01 all 0.03 0.00 0.01 0.00 0.01 99.95 05:09:57 03:34:01 0 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 03:34:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 03:34:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 03:34:01 3 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 03:34:01 4 0.02 0.00 0.00 0.03 0.00 99.95 05:09:57 03:34:01 5 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 03:34:01 6 0.05 0.00 0.05 0.00 0.02 99.88 05:09:57 03:34:01 7 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 03:35:01 all 0.05 0.00 0.03 0.00 0.01 99.91 05:09:57 03:35:01 0 0.07 0.00 0.03 0.00 0.02 99.88 05:09:57 03:35:01 1 0.08 0.00 0.02 0.00 0.02 99.88 05:09:57 03:35:01 2 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 03:35:01 3 0.07 0.00 0.07 0.00 0.00 99.87 05:09:57 03:35:01 4 0.05 0.00 0.05 0.02 0.02 99.87 05:09:57 03:35:01 5 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 03:35:01 6 0.05 0.00 0.05 0.00 0.03 99.87 05:09:57 03:35:01 7 0.07 0.00 0.00 0.00 0.00 99.93 05:09:57 03:36:01 all 0.03 0.00 0.01 0.00 0.01 99.95 05:09:57 03:36:01 0 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 03:36:01 1 0.05 0.00 0.02 0.00 0.00 99.93 05:09:57 03:36:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:36:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 03:36:01 4 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 03:36:01 5 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 03:36:01 6 0.07 0.00 0.05 0.00 0.03 99.85 05:09:57 03:36:01 7 0.03 0.00 0.00 0.00 0.02 99.95 05:09:57 03:37:01 all 0.01 0.00 0.01 0.00 0.01 99.97 05:09:57 03:37:01 0 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 03:37:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 03:37:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:37:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:37:01 4 0.02 0.00 0.00 0.03 0.02 99.93 05:09:57 03:37:01 5 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:37:01 6 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 03:37:01 7 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 03:38:01 all 0.02 0.00 0.01 0.00 0.01 99.95 05:09:57 03:38:01 0 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 03:38:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:38:01 2 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 03:38:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 03:38:01 4 0.00 0.00 0.00 0.02 0.00 99.98 05:09:57 03:38:01 5 0.02 0.00 0.02 0.02 0.00 99.95 05:09:57 03:38:01 6 0.05 0.00 0.08 0.00 0.03 99.83 05:09:57 03:38:01 7 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 03:39:01 all 0.02 0.00 0.00 0.01 0.00 99.97 05:09:57 03:39:01 0 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 03:39:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 03:39:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:39:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:39:01 4 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 03:39:01 5 0.02 0.00 0.00 0.07 0.00 99.92 05:09:57 03:39:01 6 0.07 0.00 0.00 0.00 0.03 99.90 05:09:57 03:39:01 7 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 03:40:01 all 0.01 0.00 0.01 0.00 0.01 99.96 05:09:57 03:40:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:40:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:40:01 2 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 03:40:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:40:01 4 0.00 0.00 0.02 0.02 0.02 99.95 05:09:57 03:40:01 5 0.00 0.00 0.00 0.02 0.02 99.97 05:09:57 03:40:01 6 0.07 0.00 0.08 0.00 0.02 99.83 05:09:57 03:40:01 7 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 05:09:57 03:40:01 CPU %user %nice %system %iowait %steal %idle 05:09:57 03:41:01 all 0.02 0.00 0.01 0.00 0.01 99.96 05:09:57 03:41:01 0 0.03 0.00 0.00 0.00 0.02 99.95 05:09:57 03:41:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 03:41:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 03:41:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 03:41:01 4 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 03:41:01 5 0.02 0.00 0.02 0.02 0.00 99.95 05:09:57 03:41:01 6 0.02 0.00 0.03 0.00 0.03 99.92 05:09:57 03:41:01 7 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 03:42:01 all 0.00 0.00 0.00 0.00 0.01 99.98 05:09:57 03:42:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:42:01 1 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 03:42:01 2 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 03:42:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:42:01 4 0.00 0.00 0.00 0.02 0.02 99.97 05:09:57 03:42:01 5 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 03:42:01 6 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 03:42:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:43:01 all 0.24 0.00 0.01 0.00 0.01 99.74 05:09:57 03:43:01 0 1.66 0.00 0.00 0.00 0.02 98.32 05:09:57 03:43:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 03:43:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 03:43:01 3 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 03:43:01 4 0.05 0.00 0.00 0.02 0.00 99.93 05:09:57 03:43:01 5 0.02 0.00 0.00 0.02 0.00 99.97 05:09:57 03:43:01 6 0.05 0.00 0.05 0.00 0.03 99.87 05:09:57 03:43:01 7 0.03 0.00 0.00 0.00 0.02 99.95 05:09:57 03:44:01 all 0.08 0.00 0.01 0.00 0.01 99.91 05:09:57 03:44:01 0 0.52 0.00 0.03 0.00 0.00 99.45 05:09:57 03:44:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 03:44:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:44:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:44:01 4 0.02 0.00 0.00 0.02 0.02 99.95 05:09:57 03:44:01 5 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 03:44:01 6 0.02 0.00 0.02 0.00 0.03 99.93 05:09:57 03:44:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 03:45:01 all 0.02 0.00 0.01 0.00 0.01 99.96 05:09:57 03:45:01 0 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 03:45:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:45:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 03:45:01 3 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 03:45:01 4 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 03:45:01 5 0.02 0.00 0.00 0.02 0.02 99.95 05:09:57 03:45:01 6 0.03 0.00 0.00 0.00 0.02 99.95 05:09:57 03:45:01 7 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 03:46:01 all 0.01 0.00 0.01 0.02 0.01 99.96 05:09:57 03:46:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 03:46:01 1 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 03:46:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:46:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:46:01 4 0.03 0.00 0.02 0.02 0.00 99.93 05:09:57 03:46:01 5 0.00 0.00 0.00 0.12 0.00 99.88 05:09:57 03:46:01 6 0.00 0.00 0.00 0.00 0.03 99.97 05:09:57 03:46:01 7 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 03:47:01 all 0.02 0.00 0.01 0.01 0.01 99.95 05:09:57 03:47:01 0 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 03:47:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:47:01 2 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 03:47:01 3 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 03:47:01 4 0.03 0.00 0.00 0.02 0.03 99.92 05:09:57 03:47:01 5 0.00 0.00 0.02 0.02 0.02 99.95 05:09:57 03:47:01 6 0.07 0.00 0.03 0.02 0.00 99.88 05:09:57 03:47:01 7 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 03:48:01 all 0.01 0.00 0.00 0.00 0.01 99.97 05:09:57 03:48:01 0 0.05 0.00 0.00 0.00 0.02 99.93 05:09:57 03:48:01 1 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 03:48:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:48:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:48:01 4 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 03:48:01 5 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 03:48:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:48:01 7 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 03:49:01 all 0.05 0.00 0.01 0.00 0.01 99.93 05:09:57 03:49:01 0 0.05 0.00 0.00 0.00 0.00 99.95 05:09:57 03:49:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 03:49:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:49:01 3 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 03:49:01 4 0.05 0.00 0.02 0.00 0.03 99.90 05:09:57 03:49:01 5 0.25 0.00 0.00 0.02 0.02 99.72 05:09:57 03:49:01 6 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 03:49:01 7 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 03:50:01 all 0.26 0.00 0.01 0.00 0.01 99.72 05:09:57 03:50:01 0 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 03:50:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:50:01 2 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 03:50:01 3 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 03:50:01 4 0.05 0.00 0.02 0.02 0.03 99.88 05:09:57 03:50:01 5 1.97 0.00 0.00 0.00 0.00 98.03 05:09:57 03:50:01 6 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 03:50:01 7 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 03:51:01 all 0.25 0.00 0.01 0.00 0.01 99.73 05:09:57 03:51:01 0 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 03:51:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 03:51:01 2 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 03:51:01 3 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 03:51:01 4 0.02 0.00 0.02 0.00 0.03 99.93 05:09:57 03:51:01 5 1.81 0.00 0.00 0.02 0.00 98.18 05:09:57 03:51:01 6 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 03:51:01 7 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 05:09:57 03:51:01 CPU %user %nice %system %iowait %steal %idle 05:09:57 03:52:01 all 0.01 0.00 0.01 0.00 0.01 99.96 05:09:57 03:52:01 0 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 03:52:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:52:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:52:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:52:01 4 0.05 0.00 0.05 0.02 0.03 99.85 05:09:57 03:52:01 5 0.00 0.00 0.00 0.02 0.00 99.98 05:09:57 03:52:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:52:01 7 0.02 0.00 0.03 0.00 0.02 99.93 05:09:57 03:53:01 all 0.02 0.00 0.01 0.00 0.01 99.96 05:09:57 03:53:01 0 0.03 0.00 0.00 0.00 0.02 99.95 05:09:57 03:53:01 1 0.05 0.00 0.02 0.00 0.02 99.92 05:09:57 03:53:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:53:01 3 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 03:53:01 4 0.03 0.00 0.03 0.02 0.03 99.88 05:09:57 03:53:01 5 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 03:53:01 6 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 03:53:01 7 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 03:54:01 all 0.05 0.00 0.01 0.00 0.01 99.92 05:09:57 03:54:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 03:54:01 1 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 03:54:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:54:01 3 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 03:54:01 4 0.00 0.00 0.03 0.02 0.03 99.92 05:09:57 03:54:01 5 0.00 0.00 0.00 0.02 0.02 99.97 05:09:57 03:54:01 6 0.38 0.00 0.02 0.00 0.02 99.58 05:09:57 03:54:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:55:01 all 0.26 0.00 0.01 0.00 0.01 99.72 05:09:57 03:55:01 0 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 03:55:01 1 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 03:55:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:55:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:55:01 4 0.00 0.00 0.02 0.00 0.03 99.95 05:09:57 03:55:01 5 0.00 0.00 0.02 0.02 0.00 99.97 05:09:57 03:55:01 6 1.97 0.00 0.02 0.00 0.02 98.00 05:09:57 03:55:01 7 0.03 0.00 0.00 0.00 0.02 99.95 05:09:57 03:56:01 all 0.27 0.00 0.01 0.00 0.01 99.71 05:09:57 03:56:01 0 0.02 0.00 0.05 0.00 0.02 99.92 05:09:57 03:56:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 03:56:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 03:56:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 03:56:01 4 0.07 0.00 0.02 0.03 0.03 99.85 05:09:57 03:56:01 5 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 03:56:01 6 1.95 0.00 0.00 0.00 0.02 98.03 05:09:57 03:56:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 03:57:01 all 0.01 0.00 0.01 0.00 0.01 99.97 05:09:57 03:57:01 0 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 03:57:01 1 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 03:57:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:57:01 3 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 03:57:01 4 0.00 0.00 0.03 0.00 0.03 99.93 05:09:57 03:57:01 5 0.00 0.00 0.00 0.02 0.00 99.98 05:09:57 03:57:01 6 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 03:57:01 7 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 03:58:01 all 0.02 0.00 0.00 0.00 0.01 99.96 05:09:57 03:58:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 03:58:01 1 0.03 0.00 0.00 0.00 0.02 99.95 05:09:57 03:58:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 03:58:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:58:01 4 0.03 0.00 0.02 0.02 0.03 99.90 05:09:57 03:58:01 5 0.02 0.00 0.00 0.02 0.00 99.97 05:09:57 03:58:01 6 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 03:58:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 03:59:01 all 0.01 0.00 0.01 0.00 0.01 99.97 05:09:57 03:59:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 03:59:01 1 0.03 0.00 0.00 0.00 0.02 99.95 05:09:57 03:59:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 03:59:01 3 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 03:59:01 4 0.03 0.00 0.02 0.02 0.03 99.90 05:09:57 03:59:01 5 0.00 0.00 0.00 0.02 0.00 99.98 05:09:57 03:59:01 6 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 03:59:01 7 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 04:00:01 all 0.02 0.00 0.01 0.00 0.01 99.96 05:09:57 04:00:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 04:00:01 1 0.05 0.00 0.00 0.00 0.00 99.95 05:09:57 04:00:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 04:00:01 3 0.02 0.00 0.02 0.00 0.03 99.93 05:09:57 04:00:01 4 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 04:00:01 5 0.02 0.00 0.02 0.02 0.02 99.93 05:09:57 04:00:01 6 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 04:00:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 04:01:01 all 0.02 0.00 0.01 0.00 0.01 99.96 05:09:57 04:01:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 04:01:01 1 0.03 0.00 0.05 0.00 0.02 99.90 05:09:57 04:01:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 04:01:01 3 0.03 0.00 0.02 0.00 0.03 99.92 05:09:57 04:01:01 4 0.02 0.00 0.00 0.02 0.00 99.97 05:09:57 04:01:01 5 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 04:01:01 6 0.00 0.00 0.00 0.00 0.03 99.97 05:09:57 04:01:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 04:02:01 all 0.02 0.00 0.00 0.00 0.01 99.96 05:09:57 04:02:01 0 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 04:02:01 1 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 04:02:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 04:02:01 3 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 04:02:01 4 0.00 0.00 0.00 0.02 0.02 99.97 05:09:57 04:02:01 5 0.02 0.00 0.00 0.02 0.00 99.97 05:09:57 04:02:01 6 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 04:02:01 7 0.05 0.00 0.00 0.00 0.02 99.93 05:09:57 05:09:57 04:02:01 CPU %user %nice %system %iowait %steal %idle 05:09:57 04:03:01 all 0.01 0.00 0.01 0.00 0.01 99.96 05:09:57 04:03:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 04:03:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 04:03:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 04:03:01 3 0.03 0.00 0.02 0.00 0.03 99.92 05:09:57 04:03:01 4 0.00 0.00 0.00 0.02 0.00 99.98 05:09:57 04:03:01 5 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 04:03:01 6 0.02 0.00 0.02 0.00 0.03 99.93 05:09:57 04:03:01 7 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 04:04:01 all 0.03 0.00 0.01 0.00 0.01 99.95 05:09:57 04:04:01 0 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 04:04:01 1 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 04:04:01 2 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 04:04:01 3 0.05 0.00 0.02 0.00 0.02 99.92 05:09:57 04:04:01 4 0.03 0.00 0.00 0.00 0.02 99.95 05:09:57 04:04:01 5 0.03 0.00 0.00 0.02 0.00 99.95 05:09:57 04:04:01 6 0.03 0.00 0.00 0.00 0.02 99.95 05:09:57 04:04:01 7 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 04:05:01 all 0.01 0.00 0.01 0.00 0.01 99.97 05:09:57 04:05:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 04:05:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 04:05:01 2 0.02 0.00 0.03 0.00 0.02 99.93 05:09:57 04:05:01 3 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 04:05:01 4 0.00 0.00 0.02 0.02 0.00 99.97 05:09:57 04:05:01 5 0.00 0.00 0.02 0.02 0.00 99.97 05:09:57 04:05:01 6 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 04:05:01 7 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 04:06:01 all 0.03 0.00 0.01 0.00 0.02 99.94 05:09:57 04:06:01 0 0.03 0.00 0.00 0.00 0.02 99.95 05:09:57 04:06:01 1 0.03 0.00 0.03 0.00 0.02 99.92 05:09:57 04:06:01 2 0.05 0.00 0.00 0.00 0.03 99.92 05:09:57 04:06:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 04:06:01 4 0.03 0.00 0.00 0.02 0.02 99.93 05:09:57 04:06:01 5 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 04:06:01 6 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 04:06:01 7 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 04:07:01 all 0.01 0.00 0.01 0.00 0.01 99.97 05:09:57 04:07:01 0 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 04:07:01 1 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 04:07:01 2 0.00 0.00 0.02 0.00 0.03 99.95 05:09:57 04:07:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 04:07:01 4 0.00 0.00 0.00 0.02 0.00 99.98 05:09:57 04:07:01 5 0.02 0.00 0.00 0.02 0.00 99.97 05:09:57 04:07:01 6 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 04:07:01 7 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 04:08:01 all 0.02 0.00 0.01 0.00 0.01 99.96 05:09:57 04:08:01 0 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 04:08:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 04:08:01 2 0.03 0.00 0.03 0.00 0.02 99.92 05:09:57 04:08:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 04:08:01 4 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 04:08:01 5 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 04:08:01 6 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 04:08:01 7 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 04:09:01 all 0.03 0.00 0.01 0.00 0.00 99.95 05:09:57 04:09:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 04:09:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 04:09:01 2 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 04:09:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 04:09:01 4 0.02 0.00 0.00 0.02 0.00 99.97 05:09:57 04:09:01 5 0.02 0.00 0.02 0.02 0.00 99.95 05:09:57 04:09:01 6 0.18 0.00 0.00 0.00 0.02 99.80 05:09:57 04:09:01 7 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 04:10:01 all 0.27 0.00 0.01 0.00 0.01 99.70 05:09:57 04:10:01 0 0.05 0.00 0.00 0.00 0.02 99.93 05:09:57 04:10:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 04:10:01 2 0.02 0.00 0.02 0.02 0.03 99.92 05:09:57 04:10:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 04:10:01 4 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 04:10:01 5 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 04:10:01 6 2.00 0.00 0.03 0.00 0.02 97.95 05:09:57 04:10:01 7 0.03 0.00 0.03 0.00 0.02 99.92 05:09:57 04:11:01 all 0.26 0.00 0.01 0.00 0.01 99.72 05:09:57 04:11:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 04:11:01 1 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 04:11:01 2 0.02 0.00 0.03 0.00 0.02 99.93 05:09:57 04:11:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 04:11:01 4 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 04:11:01 5 0.00 0.00 0.00 0.03 0.00 99.97 05:09:57 04:11:01 6 1.95 0.00 0.02 0.00 0.03 98.00 05:09:57 04:11:01 7 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 04:12:01 all 0.25 0.00 0.01 0.00 0.00 99.73 05:09:57 04:12:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 04:12:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 04:12:01 2 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 04:12:01 3 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 04:12:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 04:12:01 5 0.00 0.00 0.02 0.02 0.00 99.97 05:09:57 04:12:01 6 1.97 0.00 0.03 0.00 0.02 97.98 05:09:57 04:12:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 04:13:01 all 0.26 0.00 0.01 0.00 0.01 99.72 05:09:57 04:13:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 04:13:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 04:13:01 2 0.03 0.00 0.02 0.00 0.03 99.92 05:09:57 04:13:01 3 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 04:13:01 4 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 04:13:01 5 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 04:13:01 6 1.95 0.00 0.03 0.00 0.02 98.00 05:09:57 04:13:01 7 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 05:09:57 04:13:01 CPU %user %nice %system %iowait %steal %idle 05:09:57 04:14:01 all 0.12 0.00 0.03 0.00 0.01 99.84 05:09:57 04:14:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 04:14:01 1 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 04:14:01 2 0.00 0.00 0.03 0.00 0.03 99.93 05:09:57 04:14:01 3 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 04:14:01 4 0.00 0.00 0.00 0.02 0.00 99.98 05:09:57 04:14:01 5 0.00 0.00 0.02 0.02 0.00 99.97 05:09:57 04:14:01 6 0.90 0.00 0.15 0.00 0.02 98.94 05:09:57 04:14:01 7 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 04:15:01 all 0.03 0.00 0.01 0.00 0.01 99.95 05:09:57 04:15:01 0 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 04:15:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 04:15:01 2 0.03 0.00 0.00 0.00 0.02 99.95 05:09:57 04:15:01 3 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 04:15:01 4 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 04:15:01 5 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 04:15:01 6 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 04:15:01 7 0.07 0.00 0.03 0.00 0.02 99.88 05:09:57 04:16:01 all 0.01 0.00 0.01 0.00 0.01 99.96 05:09:57 04:16:01 0 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 04:16:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 04:16:01 2 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 04:16:01 3 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 04:16:01 4 0.02 0.00 0.00 0.02 0.02 99.95 05:09:57 04:16:01 5 0.00 0.00 0.02 0.02 0.00 99.97 05:09:57 04:16:01 6 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 04:16:01 7 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 04:17:01 all 0.04 0.00 0.01 0.00 0.01 99.94 05:09:57 04:17:01 0 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 04:17:01 1 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 04:17:01 2 0.05 0.00 0.00 0.00 0.03 99.92 05:09:57 04:17:01 3 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 04:17:01 4 0.02 0.00 0.00 0.02 0.00 99.97 05:09:57 04:17:01 5 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 04:17:01 6 0.03 0.00 0.00 0.00 0.02 99.95 05:09:57 04:17:01 7 0.05 0.00 0.00 0.02 0.02 99.92 05:09:57 04:18:01 all 0.01 0.00 0.00 0.00 0.00 99.98 05:09:57 04:18:01 0 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 04:18:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 04:18:01 2 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 04:18:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 04:18:01 4 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 04:18:01 5 0.00 0.00 0.00 0.02 0.00 99.98 05:09:57 04:18:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 04:18:01 7 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 04:19:01 all 0.03 0.00 0.02 0.00 0.01 99.94 05:09:57 04:19:01 0 0.05 0.00 0.00 0.00 0.02 99.93 05:09:57 04:19:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 04:19:01 2 0.05 0.00 0.02 0.00 0.02 99.92 05:09:57 04:19:01 3 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 04:19:01 4 0.02 0.00 0.02 0.02 0.02 99.93 05:09:57 04:19:01 5 0.03 0.00 0.03 0.00 0.00 99.93 05:09:57 04:19:01 6 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 04:19:01 7 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 04:20:01 all 0.00 0.00 0.01 0.00 0.01 99.98 05:09:57 04:20:01 0 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 04:20:01 1 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 04:20:01 2 0.00 0.00 0.02 0.00 0.03 99.95 05:09:57 04:20:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 04:20:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 04:20:01 5 0.00 0.00 0.00 0.02 0.00 99.98 05:09:57 04:20:01 6 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 04:20:01 7 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 04:21:01 all 0.03 0.00 0.01 0.00 0.01 99.95 05:09:57 04:21:01 0 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 04:21:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 04:21:01 2 0.05 0.00 0.00 0.00 0.03 99.92 05:09:57 04:21:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 04:21:01 4 0.02 0.00 0.00 0.02 0.02 99.95 05:09:57 04:21:01 5 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 04:21:01 6 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 04:21:01 7 0.05 0.00 0.00 0.00 0.00 99.95 05:09:57 04:22:01 all 0.01 0.00 0.01 0.00 0.01 99.96 05:09:57 04:22:01 0 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 04:22:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 04:22:01 2 0.02 0.00 0.03 0.00 0.02 99.93 05:09:57 04:22:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 04:22:01 4 0.02 0.00 0.00 0.02 0.02 99.95 05:09:57 04:22:01 5 0.00 0.00 0.03 0.02 0.00 99.95 05:09:57 04:22:01 6 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 04:22:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 04:23:01 all 0.03 0.00 0.01 0.00 0.01 99.95 05:09:57 04:23:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 04:23:01 1 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 04:23:01 2 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 04:23:01 3 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 04:23:01 4 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 04:23:01 5 0.03 0.00 0.02 0.02 0.00 99.93 05:09:57 04:23:01 6 0.12 0.00 0.00 0.00 0.00 99.88 05:09:57 04:23:01 7 0.03 0.00 0.00 0.00 0.02 99.95 05:09:57 04:24:01 all 0.23 0.00 0.02 0.00 0.00 99.74 05:09:57 04:24:01 0 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 04:24:01 1 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 04:24:01 2 0.02 0.00 0.03 0.00 0.02 99.93 05:09:57 04:24:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 04:24:01 4 0.00 0.00 0.02 0.02 0.00 99.97 05:09:57 04:24:01 5 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 04:24:01 6 1.79 0.00 0.03 0.00 0.02 98.16 05:09:57 04:24:01 7 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 05:09:57 04:24:01 CPU %user %nice %system %iowait %steal %idle 05:09:57 04:25:01 all 0.28 0.00 0.01 0.00 0.01 99.70 05:09:57 04:25:01 0 0.03 0.00 0.00 0.00 0.02 99.95 05:09:57 04:25:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 04:25:01 2 0.05 0.00 0.02 0.00 0.02 99.92 05:09:57 04:25:01 3 0.03 0.00 0.00 0.00 0.02 99.95 05:09:57 04:25:01 4 0.02 0.00 0.00 0.02 0.02 99.95 05:09:57 04:25:01 5 0.05 0.00 0.02 0.02 0.02 99.90 05:09:57 04:25:01 6 1.99 0.00 0.02 0.00 0.00 98.00 05:09:57 04:25:01 7 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 04:26:01 all 0.26 0.00 0.01 0.00 0.00 99.72 05:09:57 04:26:01 0 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 04:26:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 04:26:01 2 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 04:26:01 3 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 04:26:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 04:26:01 5 0.02 0.00 0.02 0.02 0.00 99.95 05:09:57 04:26:01 6 2.02 0.00 0.02 0.00 0.02 97.95 05:09:57 04:26:01 7 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 04:27:01 all 0.22 0.00 0.04 0.01 0.01 99.73 05:09:57 04:27:01 0 0.00 0.00 0.03 0.00 0.00 99.97 05:09:57 04:27:01 1 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 04:27:01 2 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 04:27:01 3 0.02 0.00 0.03 0.00 0.00 99.95 05:09:57 04:27:01 4 0.00 0.00 0.00 0.02 0.02 99.97 05:09:57 04:27:01 5 0.02 0.00 0.02 0.02 0.00 99.95 05:09:57 04:27:01 6 1.68 0.00 0.13 0.00 0.02 98.17 05:09:57 04:27:01 7 0.02 0.00 0.03 0.02 0.00 99.93 05:09:57 04:28:01 all 0.04 0.00 0.02 0.00 0.00 99.94 05:09:57 04:28:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 04:28:01 1 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 04:28:01 2 0.08 0.00 0.03 0.00 0.00 99.88 05:09:57 04:28:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 04:28:01 4 0.02 0.00 0.03 0.02 0.00 99.93 05:09:57 04:28:01 5 0.05 0.00 0.03 0.02 0.00 99.90 05:09:57 04:28:01 6 0.03 0.00 0.03 0.00 0.02 99.92 05:09:57 04:28:01 7 0.05 0.00 0.00 0.00 0.02 99.93 05:09:57 04:29:01 all 0.02 0.00 0.01 0.00 0.01 99.95 05:09:57 04:29:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 04:29:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 04:29:01 2 0.02 0.00 0.00 0.00 0.03 99.95 05:09:57 04:29:01 3 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 04:29:01 4 0.00 0.00 0.03 0.00 0.02 99.95 05:09:57 04:29:01 5 0.05 0.00 0.03 0.00 0.02 99.90 05:09:57 04:29:01 6 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 04:29:01 7 0.05 0.00 0.02 0.00 0.00 99.93 05:09:57 04:30:01 all 0.03 0.00 0.01 0.00 0.01 99.95 05:09:57 04:30:01 0 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 04:30:01 1 0.07 0.00 0.00 0.00 0.00 99.93 05:09:57 04:30:01 2 0.03 0.00 0.03 0.00 0.03 99.90 05:09:57 04:30:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 04:30:01 4 0.00 0.00 0.00 0.02 0.02 99.97 05:09:57 04:30:01 5 0.02 0.00 0.00 0.02 0.00 99.97 05:09:57 04:30:01 6 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 04:30:01 7 0.05 0.00 0.03 0.00 0.03 99.88 05:09:57 04:31:01 all 0.02 0.00 0.02 0.00 0.00 99.96 05:09:57 04:31:01 0 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 04:31:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 04:31:01 2 0.05 0.00 0.02 0.00 0.02 99.92 05:09:57 04:31:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 04:31:01 4 0.02 0.00 0.00 0.02 0.00 99.97 05:09:57 04:31:01 5 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 04:31:01 6 0.02 0.00 0.03 0.00 0.00 99.95 05:09:57 04:31:01 7 0.08 0.00 0.05 0.00 0.00 99.87 05:09:57 04:32:01 all 0.02 0.00 0.00 0.00 0.01 99.96 05:09:57 04:32:01 0 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 04:32:01 1 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 04:32:01 2 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 04:32:01 3 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 04:32:01 4 0.02 0.00 0.00 0.02 0.00 99.97 05:09:57 04:32:01 5 0.02 0.00 0.00 0.02 0.00 99.97 05:09:57 04:32:01 6 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 04:32:01 7 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 04:33:01 all 0.01 0.00 0.01 0.00 0.01 99.96 05:09:57 04:33:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 04:33:01 1 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 04:33:01 2 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 04:33:01 3 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 04:33:01 4 0.02 0.00 0.00 0.02 0.02 99.95 05:09:57 04:33:01 5 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 04:33:01 6 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 04:33:01 7 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 04:34:01 all 0.21 0.00 0.01 0.00 0.01 99.76 05:09:57 04:34:01 0 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 04:34:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 04:34:01 2 0.03 0.00 0.02 0.02 0.03 99.90 05:09:57 04:34:01 3 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 04:34:01 4 0.02 0.00 0.03 0.00 0.00 99.95 05:09:57 04:34:01 5 0.02 0.00 0.00 0.02 0.00 99.97 05:09:57 04:34:01 6 1.50 0.00 0.05 0.00 0.00 98.45 05:09:57 04:34:01 7 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 04:35:01 all 0.26 0.00 0.01 0.00 0.01 99.71 05:09:57 04:35:01 0 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 04:35:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 04:35:01 2 0.02 0.00 0.02 0.00 0.03 99.93 05:09:57 04:35:01 3 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 04:35:01 4 0.02 0.00 0.02 0.00 0.03 99.93 05:09:57 04:35:01 5 0.00 0.00 0.00 0.02 0.00 99.98 05:09:57 04:35:01 6 1.99 0.00 0.02 0.00 0.02 97.98 05:09:57 04:35:01 7 0.05 0.00 0.02 0.00 0.00 99.93 05:09:57 05:09:57 04:35:01 CPU %user %nice %system %iowait %steal %idle 05:09:57 04:36:01 all 0.10 0.00 0.02 0.00 0.01 99.86 05:09:57 04:36:01 0 0.13 0.00 0.02 0.00 0.00 99.85 05:09:57 04:36:01 1 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 04:36:01 2 0.10 0.00 0.05 0.02 0.03 99.80 05:09:57 04:36:01 3 0.08 0.00 0.03 0.00 0.00 99.88 05:09:57 04:36:01 4 0.08 0.00 0.02 0.00 0.00 99.90 05:09:57 04:36:01 5 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 04:36:01 6 0.25 0.00 0.02 0.00 0.02 99.72 05:09:57 04:36:01 7 0.13 0.00 0.03 0.00 0.02 99.82 05:09:57 04:37:01 all 0.01 0.00 0.01 0.01 0.01 99.97 05:09:57 04:37:01 0 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 04:37:01 1 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 04:37:01 2 0.02 0.00 0.02 0.02 0.03 99.92 05:09:57 04:37:01 3 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 04:37:01 4 0.00 0.00 0.00 0.02 0.02 99.97 05:09:57 04:37:01 5 0.00 0.00 0.00 0.03 0.00 99.97 05:09:57 04:37:01 6 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 04:37:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 04:38:02 all 0.02 0.00 0.01 0.00 0.01 99.96 05:09:57 04:38:02 0 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 04:38:02 1 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 04:38:02 2 0.02 0.00 0.02 0.00 0.03 99.93 05:09:57 04:38:02 3 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 04:38:02 4 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 04:38:02 5 0.03 0.00 0.00 0.00 0.02 99.95 05:09:57 04:38:02 6 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 04:38:02 7 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 04:39:01 all 0.02 0.00 0.01 0.00 0.01 99.96 05:09:57 04:39:01 0 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 04:39:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 04:39:01 2 0.03 0.00 0.02 0.00 0.03 99.92 05:09:57 04:39:01 3 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 04:39:01 4 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 04:39:01 5 0.02 0.00 0.00 0.02 0.00 99.97 05:09:57 04:39:01 6 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 04:39:01 7 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 04:40:01 all 0.01 0.00 0.01 0.00 0.01 99.96 05:09:57 04:40:01 0 0.00 0.00 0.00 0.02 0.02 99.97 05:09:57 04:40:01 1 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 04:40:01 2 0.05 0.00 0.05 0.00 0.02 99.88 05:09:57 04:40:01 3 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 04:40:01 4 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 04:40:01 5 0.00 0.00 0.02 0.02 0.00 99.97 05:09:57 04:40:01 6 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 04:40:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 04:41:01 all 0.04 0.00 0.02 0.01 0.01 99.93 05:09:57 04:41:01 0 0.02 0.00 0.00 0.02 0.00 99.97 05:09:57 04:41:01 1 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 04:41:01 2 0.08 0.00 0.03 0.00 0.03 99.85 05:09:57 04:41:01 3 0.03 0.00 0.03 0.00 0.02 99.92 05:09:57 04:41:01 4 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 04:41:01 5 0.02 0.00 0.02 0.02 0.00 99.95 05:09:57 04:41:01 6 0.05 0.00 0.02 0.00 0.02 99.92 05:09:57 04:41:01 7 0.05 0.00 0.00 0.02 0.00 99.93 05:09:57 04:42:01 all 0.01 0.00 0.01 0.00 0.01 99.97 05:09:57 04:42:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 04:42:01 1 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 04:42:01 2 0.03 0.00 0.03 0.00 0.03 99.90 05:09:57 04:42:01 3 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 04:42:01 4 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 04:42:01 5 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 04:42:01 6 0.00 0.00 0.00 0.00 0.03 99.97 05:09:57 04:42:01 7 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 04:43:01 all 0.12 0.00 0.02 0.01 0.01 99.84 05:09:57 04:43:01 0 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 04:43:01 1 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 04:43:01 2 0.05 0.00 0.03 0.00 0.03 99.88 05:09:57 04:43:01 3 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 04:43:01 4 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 04:43:01 5 0.03 0.00 0.00 0.03 0.00 99.93 05:09:57 04:43:01 6 0.80 0.00 0.05 0.00 0.02 99.14 05:09:57 04:43:01 7 0.02 0.00 0.03 0.02 0.00 99.93 05:09:57 04:44:01 all 0.26 0.00 0.01 0.00 0.01 99.72 05:09:57 04:44:01 0 0.02 0.00 0.02 0.02 0.02 99.93 05:09:57 04:44:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 04:44:01 2 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 04:44:01 3 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 04:44:01 4 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 04:44:01 5 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 04:44:01 6 1.97 0.00 0.02 0.00 0.00 98.01 05:09:57 04:44:01 7 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 04:45:01 all 0.27 0.00 0.01 0.00 0.01 99.70 05:09:57 04:45:01 0 0.02 0.00 0.00 0.02 0.00 99.97 05:09:57 04:45:01 1 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 04:45:01 2 0.03 0.00 0.03 0.00 0.03 99.90 05:09:57 04:45:01 3 0.02 0.00 0.05 0.00 0.00 99.93 05:09:57 04:45:01 4 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 04:45:01 5 0.03 0.00 0.00 0.02 0.00 99.95 05:09:57 04:45:01 6 2.00 0.00 0.00 0.00 0.02 97.98 05:09:57 04:45:01 7 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 04:46:01 all 0.27 0.00 0.01 0.00 0.01 99.71 05:09:57 04:46:01 0 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 04:46:01 1 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 04:46:01 2 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 04:46:01 3 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 04:46:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 04:46:01 5 0.02 0.00 0.00 0.02 0.00 99.97 05:09:57 04:46:01 6 1.95 0.00 0.03 0.00 0.02 98.00 05:09:57 04:46:01 7 0.08 0.00 0.02 0.00 0.00 99.90 05:09:57 05:09:57 04:46:01 CPU %user %nice %system %iowait %steal %idle 05:09:57 04:47:01 all 0.10 0.00 0.03 0.00 0.01 99.86 05:09:57 04:47:01 0 0.00 0.00 0.00 0.02 0.00 99.98 05:09:57 04:47:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 04:47:01 2 0.05 0.00 0.00 0.00 0.03 99.92 05:09:57 04:47:01 3 0.05 0.00 0.02 0.00 0.00 99.93 05:09:57 04:47:01 4 0.00 0.00 0.02 0.02 0.02 99.95 05:09:57 04:47:01 5 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 04:47:01 6 0.66 0.00 0.13 0.00 0.00 99.20 05:09:57 04:47:01 7 0.03 0.00 0.03 0.00 0.00 99.93 05:09:57 04:48:01 all 0.01 0.00 0.01 0.00 0.00 99.97 05:09:57 04:48:01 0 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 04:48:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 04:48:01 2 0.03 0.00 0.03 0.00 0.00 99.93 05:09:57 04:48:01 3 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 04:48:01 4 0.00 0.00 0.00 0.02 0.00 99.98 05:09:57 04:48:01 5 0.00 0.00 0.03 0.02 0.00 99.95 05:09:57 04:48:01 6 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 04:48:01 7 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 04:49:01 all 0.04 0.00 0.01 0.00 0.01 99.94 05:09:57 04:49:01 0 0.03 0.00 0.00 0.02 0.02 99.93 05:09:57 04:49:01 1 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 04:49:01 2 0.07 0.00 0.03 0.00 0.02 99.88 05:09:57 04:49:01 3 0.07 0.00 0.02 0.00 0.02 99.90 05:09:57 04:49:01 4 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 04:49:01 5 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 04:49:01 6 0.03 0.00 0.00 0.00 0.02 99.95 05:09:57 04:49:01 7 0.07 0.00 0.02 0.00 0.00 99.92 05:09:57 04:50:01 all 0.01 0.00 0.01 0.00 0.01 99.96 05:09:57 04:50:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 04:50:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 04:50:01 2 0.03 0.00 0.03 0.00 0.00 99.93 05:09:57 04:50:01 3 0.02 0.00 0.03 0.00 0.00 99.95 05:09:57 04:50:01 4 0.00 0.00 0.00 0.02 0.02 99.97 05:09:57 04:50:01 5 0.00 0.00 0.02 0.02 0.02 99.95 05:09:57 04:50:01 6 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 04:50:01 7 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 04:51:01 all 0.04 0.00 0.01 0.00 0.00 99.95 05:09:57 04:51:01 0 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 04:51:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 04:51:01 2 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 04:51:01 3 0.05 0.00 0.02 0.00 0.00 99.93 05:09:57 04:51:01 4 0.07 0.00 0.03 0.00 0.02 99.88 05:09:57 04:51:01 5 0.03 0.00 0.03 0.02 0.00 99.92 05:09:57 04:51:01 6 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 04:51:01 7 0.05 0.00 0.00 0.00 0.00 99.95 05:09:57 04:52:01 all 0.01 0.00 0.01 0.00 0.01 99.96 05:09:57 04:52:01 0 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 04:52:01 1 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 04:52:01 2 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 04:52:01 3 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 04:52:01 4 0.02 0.00 0.03 0.00 0.02 99.93 05:09:57 04:52:01 5 0.00 0.00 0.02 0.02 0.00 99.97 05:09:57 04:52:01 6 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 04:52:01 7 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 04:53:01 all 0.06 0.00 0.01 0.00 0.01 99.92 05:09:57 04:53:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 04:53:01 1 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 04:53:01 2 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 04:53:01 3 0.07 0.00 0.00 0.00 0.00 99.93 05:09:57 04:53:01 4 0.12 0.00 0.00 0.02 0.03 99.83 05:09:57 04:53:01 5 0.05 0.00 0.05 0.02 0.02 99.87 05:09:57 04:53:01 6 0.12 0.00 0.02 0.00 0.02 99.85 05:09:57 04:53:01 7 0.05 0.00 0.00 0.00 0.00 99.95 05:09:57 04:54:01 all 0.26 0.00 0.01 0.00 0.01 99.71 05:09:57 04:54:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 04:54:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 04:54:01 2 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 04:54:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 04:54:01 4 0.02 0.00 0.05 0.02 0.03 99.88 05:09:57 04:54:01 5 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 04:54:01 6 1.97 0.00 0.02 0.00 0.02 98.00 05:09:57 04:54:01 7 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 04:55:01 all 0.26 0.00 0.01 0.00 0.01 99.72 05:09:57 04:55:01 0 0.03 0.00 0.00 0.00 0.02 99.95 05:09:57 04:55:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 04:55:01 2 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 04:55:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 04:55:01 4 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 04:55:01 5 0.02 0.00 0.02 0.02 0.02 99.93 05:09:57 04:55:01 6 1.99 0.00 0.00 0.00 0.00 98.01 05:09:57 04:55:01 7 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 04:56:01 all 0.30 0.00 0.02 0.01 0.01 99.67 05:09:57 04:56:01 0 0.15 0.00 0.03 0.00 0.00 99.82 05:09:57 04:56:01 1 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 04:56:01 2 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 04:56:01 3 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 04:56:01 4 0.02 0.00 0.02 0.05 0.03 99.88 05:09:57 04:56:01 5 0.03 0.00 0.02 0.02 0.00 99.93 05:09:57 04:56:01 6 1.99 0.00 0.02 0.00 0.02 97.98 05:09:57 04:56:01 7 0.05 0.00 0.00 0.00 0.00 99.95 05:09:57 04:57:01 all 0.23 0.00 0.01 0.00 0.01 99.74 05:09:57 04:57:01 0 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 04:57:01 1 0.07 0.00 0.00 0.00 0.02 99.92 05:09:57 04:57:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 04:57:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 04:57:01 4 0.02 0.00 0.00 0.00 0.03 99.95 05:09:57 04:57:01 5 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 04:57:01 6 1.66 0.00 0.07 0.00 0.00 98.27 05:09:57 04:57:01 7 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 05:09:57 04:57:01 CPU %user %nice %system %iowait %steal %idle 05:09:57 04:58:01 all 0.04 0.00 0.01 0.00 0.01 99.94 05:09:57 04:58:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 04:58:01 1 0.05 0.00 0.03 0.00 0.00 99.92 05:09:57 04:58:01 2 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 04:58:01 3 0.08 0.00 0.00 0.00 0.00 99.92 05:09:57 04:58:01 4 0.02 0.00 0.03 0.02 0.03 99.90 05:09:57 04:58:01 5 0.07 0.00 0.03 0.02 0.00 99.88 05:09:57 04:58:01 6 0.03 0.00 0.00 0.00 0.02 99.95 05:09:57 04:58:01 7 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 04:59:01 all 0.02 0.00 0.01 0.00 0.01 99.95 05:09:57 04:59:01 0 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 04:59:01 1 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 04:59:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 04:59:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 04:59:01 4 0.08 0.00 0.03 0.00 0.03 99.85 05:09:57 04:59:01 5 0.03 0.00 0.05 0.02 0.02 99.88 05:09:57 04:59:01 6 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 04:59:01 7 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 05:00:01 all 0.21 0.00 0.01 0.01 0.01 99.76 05:09:57 05:00:01 0 0.07 0.00 0.00 0.00 0.00 99.93 05:09:57 05:00:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 05:00:01 2 0.05 0.00 0.02 0.00 0.00 99.93 05:09:57 05:00:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 05:00:01 4 1.46 0.00 0.02 0.05 0.05 98.43 05:09:57 05:00:01 5 0.02 0.00 0.02 0.02 0.00 99.95 05:09:57 05:00:01 6 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 05:00:01 7 0.07 0.00 0.00 0.00 0.00 99.93 05:09:57 05:01:01 all 0.26 0.00 0.01 0.00 0.01 99.72 05:09:57 05:01:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 05:01:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 05:01:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 05:01:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 05:01:01 4 2.00 0.00 0.03 0.02 0.03 97.91 05:09:57 05:01:01 5 0.00 0.00 0.00 0.02 0.02 99.97 05:09:57 05:01:01 6 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 05:01:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 05:02:01 all 0.27 0.00 0.01 0.00 0.01 99.70 05:09:57 05:02:01 0 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 05:02:01 1 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 05:02:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 05:02:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 05:02:01 4 1.99 0.00 0.02 0.02 0.03 97.95 05:09:57 05:02:01 5 0.05 0.00 0.03 0.00 0.00 99.92 05:09:57 05:02:01 6 0.03 0.00 0.02 0.00 0.02 99.93 05:09:57 05:02:01 7 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 05:03:01 all 0.13 0.00 0.02 0.01 0.01 99.83 05:09:57 05:03:01 0 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 05:03:01 1 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 05:03:01 2 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 05:03:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 05:03:01 4 0.96 0.00 0.12 0.02 0.02 98.89 05:09:57 05:03:01 5 0.00 0.00 0.00 0.02 0.02 99.97 05:09:57 05:03:01 6 0.03 0.00 0.00 0.02 0.00 99.95 05:09:57 05:03:01 7 0.05 0.00 0.05 0.00 0.00 99.90 05:09:57 05:04:01 all 0.03 0.00 0.01 0.00 0.01 99.95 05:09:57 05:04:01 0 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 05:04:01 1 0.03 0.00 0.00 0.00 0.00 99.97 05:09:57 05:04:01 2 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 05:04:01 3 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 05:04:01 4 0.02 0.00 0.02 0.00 0.03 99.93 05:09:57 05:04:01 5 0.03 0.00 0.02 0.02 0.02 99.92 05:09:57 05:04:01 6 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 05:04:01 7 0.07 0.00 0.02 0.00 0.00 99.92 05:09:57 05:05:01 all 0.01 0.00 0.01 0.00 0.01 99.97 05:09:57 05:05:01 0 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 05:05:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 05:05:01 2 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 05:05:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 05:05:01 4 0.05 0.00 0.02 0.02 0.03 99.88 05:09:57 05:05:01 5 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 05:05:01 6 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 05:05:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 05:06:01 all 0.02 0.00 0.01 0.00 0.01 99.96 05:09:57 05:06:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 05:06:01 1 0.05 0.00 0.02 0.00 0.02 99.92 05:09:57 05:06:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 05:06:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 05:06:01 4 0.02 0.00 0.00 0.00 0.03 99.95 05:09:57 05:06:01 5 0.03 0.00 0.03 0.02 0.02 99.90 05:09:57 05:06:01 6 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 05:06:01 7 0.05 0.00 0.02 0.00 0.00 99.93 05:09:57 05:07:01 all 0.01 0.00 0.01 0.00 0.01 99.96 05:09:57 05:07:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:09:57 05:07:01 1 0.00 0.00 0.02 0.00 0.00 99.98 05:09:57 05:07:01 2 0.00 0.00 0.00 0.00 0.02 99.98 05:09:57 05:07:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 05:07:01 4 0.03 0.00 0.03 0.02 0.03 99.88 05:09:57 05:07:01 5 0.00 0.00 0.02 0.00 0.02 99.97 05:09:57 05:07:01 6 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 05:07:01 7 0.02 0.00 0.02 0.00 0.02 99.95 05:09:57 05:08:01 all 0.03 0.00 0.01 0.01 0.01 99.95 05:09:57 05:08:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 05:08:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:09:57 05:08:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 05:08:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 05:08:01 4 0.03 0.00 0.02 0.02 0.02 99.92 05:09:57 05:08:01 5 0.05 0.00 0.02 0.02 0.02 99.90 05:09:57 05:08:01 6 0.05 0.00 0.00 0.00 0.02 99.93 05:09:57 05:08:01 7 0.03 0.00 0.00 0.02 0.00 99.95 05:09:57 05:09:57 05:08:01 CPU %user %nice %system %iowait %steal %idle 05:09:57 05:09:01 all 0.02 0.00 0.01 0.00 0.00 99.96 05:09:57 05:09:01 0 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 05:09:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 05:09:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 05:09:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:09:57 05:09:01 4 0.02 0.00 0.02 0.00 0.03 99.93 05:09:57 05:09:01 5 0.02 0.00 0.03 0.02 0.00 99.93 05:09:57 05:09:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:09:57 05:09:01 7 0.03 0.00 0.02 0.00 0.00 99.95 05:09:57 Average: all 0.08 0.00 0.01 0.00 0.01 99.89 05:09:57 Average: 0 0.03 0.00 0.01 0.00 0.01 99.94 05:09:57 Average: 1 0.03 0.00 0.01 0.00 0.00 99.95 05:09:57 Average: 2 0.15 0.00 0.02 0.01 0.01 99.81 05:09:57 Average: 3 0.09 0.00 0.01 0.00 0.01 99.89 05:09:57 Average: 4 0.04 0.00 0.01 0.02 0.01 99.93 05:09:57 Average: 5 0.04 0.00 0.01 0.01 0.01 99.93 05:09:57 Average: 6 0.16 0.00 0.02 0.00 0.01 99.81 05:09:57 Average: 7 0.11 0.00 0.01 0.00 0.01 99.87 05:09:57 05:09:57 05:09:57