Pull request #4130 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of SaltySooda for edgexfoundry/edgex-go Loading trusted files from base branch main at 0b67b2119381be7da318202365afae4bab1434a1 rather than 408ea5740ce2357703e66a049a7341de16d9f79a Obtained Jenkinsfile from 0b67b2119381be7da318202365afae4bab1434a1 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-ssh8027190622110395567.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c432abcf2d142718d3fe157e81a44428d9b823e 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-ssh4039799689090059850.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 2c432abcf2d142718d3fe157e81a44428d9b823e The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4130/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 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/PR-4130/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6106492506451838091.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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/PR-4130/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh18012856490552276344.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c432abcf2d142718d3fe157e81a44428d9b823e (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c432abcf2d142718d3fe157e81a44428d9b823e # timeout=10 Commit message: "Merge pull request #406 from ernestojeda/go.18-debug" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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-ssh4367014005778062883.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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4130/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 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/PR-4130/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh7865118510577926456.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 2c432abcf2d142718d3fe157e81a44428d9b823e 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/v2], buildSnap:false] ========================================================= [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.18 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/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Running on prd-ubuntu20.04-docker-8c-8g-23354 in /w/workspace/edgexfoundry_edgex-go_PR-4130 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [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/1 # 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 Merging remotes/origin/main commit 0b67b2119381be7da318202365afae4bab1434a1 into PR head commit 408ea5740ce2357703e66a049a7341de16d9f79a Merge succeeded, producing 408ea5740ce2357703e66a049a7341de16d9f79a Checking out Revision 408ea5740ce2357703e66a049a7341de16d9f79a (PR-4130) > 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 remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4130/head:refs/remotes/origin/PR-4130 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 408ea5740ce2357703e66a049a7341de16d9f79a # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 0b67b2119381be7da318202365afae4bab1434a1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 408ea5740ce2357703e66a049a7341de16d9f79a # timeout=10 Commit message: "Update core-data.yaml" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 2c432abcf2d142718d3fe157e81a44428d9b823e [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:03:38 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:03:39 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:03:39 ========================================================= 07:03:39 EdgeX Global Pipelines Version Info 07:03:39 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:03:39 ------------------- 07:03:39 stable info: 07:03:39 ------------------- 07:03:39 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:03:39 Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e 07:03:39 Message: update stable to v1.0.238 07:03:40 ------------------- 07:03:40 experimental info: 07:03:40 ------------------- 07:03:40 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:03:40 Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e 07:03:40 Message: update experimental to v1.0.238 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:03:40 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 07:03:40 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 07:03:40 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:03:41 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:03:41 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:03:41 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 07:03:41 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 07:03:41 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 07:03:41 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 07:03:41 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 07:03:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:03:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:03:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 07:03:41 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:03:41 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:03:41 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:03:41 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:03:41 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:03:41 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:03:41 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 07:03:41 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:03:41 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 07:03:41 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 07:03:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4130 [Pipeline] echo 07:03:41 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4130 [Pipeline] echo 07:03:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4130 [Pipeline] echo 07:03:41 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 408ea5740ce2357703e66a049a7341de16d9f79a [Pipeline] echo 07:03:41 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 408ea57 [Pipeline] echo 07:03:42 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:03:42 provisioning config files... 07:03:42 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config1093421162206571102tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:03:42 ---> docker-login.sh 07:03:42 nexus3.edgexfoundry.org:10001 07:03:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:03:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:03:43 Configure a credential helper to remove this warning. See 07:03:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:03:43 07:03:43 Login Succeeded 07:03:43 nexus3.edgexfoundry.org:10002 07:03:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:03:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:03:43 Configure a credential helper to remove this warning. See 07:03:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:03:43 07:03:43 Login Succeeded 07:03:43 nexus3.edgexfoundry.org:10003 07:03:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:03:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:03:43 Configure a credential helper to remove this warning. See 07:03:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:03:43 07:03:43 Login Succeeded 07:03:43 nexus3.edgexfoundry.org:10004 07:03:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:03:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:03:43 Configure a credential helper to remove this warning. See 07:03:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:03:43 07:03:43 Login Succeeded 07:03:43 docker.io 07:03:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:03:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:03:43 Configure a credential helper to remove this warning. See 07:03:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:03:43 07:03:43 Login Succeeded 07:03:43 ---> docker-login.sh ends [Pipeline] } 07:03:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:03:44 + ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/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 cmd/sys-mgmt-agent/Dockerfile 07:03:44 + dirname cmd/core-command/Dockerfile 07:03:44 + cut -d/ -f2 07:03:44 + echo core-command,cmd/core-command/Dockerfile 07:03:44 + dirname cmd/core-data/Dockerfile 07:03:44 + cut -d/ -f2 07:03:44 + echo core-data,cmd/core-data/Dockerfile 07:03:44 + dirname cmd/core-metadata/Dockerfile 07:03:44 + cut -d/ -f2 07:03:44 + echo core-metadata,cmd/core-metadata/Dockerfile 07:03:44 + dirname cmd/security-bootstrapper/Dockerfile 07:03:44 + cut -d/ -f2 07:03:44 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 07:03:44 + dirname cmd/security-proxy-setup/Dockerfile 07:03:44 + cut -d/ -f2 07:03:44 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 07:03:44 + dirname cmd/security-secretstore-setup/Dockerfile 07:03:44 + cut -d/ -f2 07:03:44 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 07:03:44 + dirname cmd/security-spiffe-token-provider/Dockerfile 07:03:44 + cut -d/ -f2 07:03:44 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 07:03:44 + dirname cmd/security-spire-agent/Dockerfile 07:03:44 + cut -d/ -f2 07:03:44 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 07:03:44 + dirname+ cmd/security-spire-config/Dockerfile 07:03:44 cut -d/ -f2 07:03:44 + echo security-spire-config,cmd/security-spire-config/Dockerfile 07:03:44 + dirname cmd/security-spire-server/Dockerfile 07:03:44 + cut -d/ -f2 07:03:44 + echo security-spire-server,cmd/security-spire-server/Dockerfile 07:03:44 + dirname cmd/support-notifications/Dockerfile 07:03:44 + cut -d/ -f2 07:03:44 + echo support-notifications,cmd/support-notifications/Dockerfile 07:03:44 + dirname cmd/support-scheduler/Dockerfile 07:03:44 + cut -d/ -f2 07:03:44 + echo support-scheduler,cmd/support-scheduler/Dockerfile 07:03:44 + dirname cmd/sys-mgmt-agent/Dockerfile 07:03:44 + cut -d/ -f2 07:03:44 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 07:03:44 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/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], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 07:03:44 + git rev-list -1 --merges 408ea5740ce2357703e66a049a7341de16d9f79a~1..408ea5740ce2357703e66a049a7341de16d9f79a [Pipeline] echo 07:03:44 -----------> git rev-list -1 --merges 408ea5740ce2357703e66a049a7341de16d9f79a~1..408ea5740ce2357703e66a049a7341de16d9f79a 408ea5740ce2357703e66a049a7341de16d9f79a [false] [Pipeline] sh 07:03:45 + git log --format=format:%s -1 408ea5740ce2357703e66a049a7341de16d9f79a [Pipeline] echo 07:03:45 ========================================================= 07:03:45 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 07:03:45 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 07:03:45 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:03:45 + grep -v github /etc/ssh/ssh_known_hosts 07:03:45 + [ -e /tmp/ssh_known_hosts ] 07:03:45 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 07:03:45 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 07:03:45 + sudo tee -a /etc/ssh/ssh_known_hosts 07:03:45 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:03:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:03:46 07:03:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:03:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:03:46 0.1.4: Pulling from edgex-devops/py-git-semver 07:03:46 b85a868b505f: Pulling fs layer 07:03:46 e2be974225ed: Pulling fs layer 07:03:46 339a4e72a1f5: Pulling fs layer 07:03:46 988bab9f4d93: Pulling fs layer 07:03:46 1469e6f7b9e6: Pulling fs layer 07:03:46 eaf3925da568: Pulling fs layer 07:03:46 bab4dde63d76: Pulling fs layer 07:03:46 bde34c3a00c8: Pulling fs layer 07:03:46 b352a97aabf1: Pulling fs layer 07:03:46 1469e6f7b9e6: Waiting 07:03:46 4872d77fe225: Pulling fs layer 07:03:46 eaf3925da568: Waiting 07:03:46 5851b861e8e6: Pulling fs layer 07:03:46 988bab9f4d93: Waiting 07:03:46 bab4dde63d76: Waiting 07:03:46 bde34c3a00c8: Waiting 07:03:46 b352a97aabf1: Waiting 07:03:46 4872d77fe225: Waiting 07:03:46 5851b861e8e6: Waiting 07:03:46 e2be974225ed: Download complete 07:03:46 988bab9f4d93: Download complete 07:03:47 1469e6f7b9e6: Verifying Checksum 07:03:47 1469e6f7b9e6: Download complete 07:03:47 eaf3925da568: Download complete 07:03:47 339a4e72a1f5: Verifying Checksum 07:03:47 339a4e72a1f5: Download complete 07:03:47 bde34c3a00c8: Download complete 07:03:47 b352a97aabf1: Verifying Checksum 07:03:47 b352a97aabf1: Download complete 07:03:47 4872d77fe225: Download complete 07:03:47 5851b861e8e6: Download complete 07:03:47 b85a868b505f: Verifying Checksum 07:03:47 b85a868b505f: Download complete 07:03:47 bab4dde63d76: Verifying Checksum 07:03:48 b85a868b505f: Pull complete 07:03:48 e2be974225ed: Pull complete 07:03:48 339a4e72a1f5: Pull complete 07:03:48 988bab9f4d93: Pull complete 07:03:49 1469e6f7b9e6: Pull complete 07:03:49 eaf3925da568: Pull complete 07:03:51 bab4dde63d76: Pull complete 07:03:51 bde34c3a00c8: Pull complete 07:03:51 b352a97aabf1: Pull complete 07:03:51 4872d77fe225: Pull complete 07:03:51 5851b861e8e6: Pull complete 07:03:51 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 07:03:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:03:51 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:03:51 prd-ubuntu20.04-docker-8c-8g-23354 does not seem to be running inside a container 07:03:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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/py-git-semver:0.1.4 cat 07:03:53 $ docker top 2dd2240487c85a9727562fddd1dfff09de89d45ec8db3e219bf9eef46659710b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:03:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:03:53 [ssh-agent] Looking for ssh-agent implementation... 07:03:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:03:53 $ docker exec 2dd2240487c85a9727562fddd1dfff09de89d45ec8db3e219bf9eef46659710b ssh-agent 07:03:53 SSH_AUTH_SOCK=/tmp/ssh-jqI6Vr8YSir2/agent.32 07:03:53 SSH_AGENT_PID=39 07:03:53 Running ssh-add (command line suppressed) 07:03:54 Identity added: /w/workspace/edgex-go/1@tmp/private_key_2745047850205745303.key (/w/workspace/edgex-go/1@tmp/private_key_2745047850205745303.key) 07:03:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:03:54 + git tag --points-at HEAD [Pipeline] } 07:03:54 $ docker exec --env ******** --env ******** 2dd2240487c85a9727562fddd1dfff09de89d45ec8db3e219bf9eef46659710b ssh-agent -k 07:03:54 unset SSH_AUTH_SOCK; 07:03:54 unset SSH_AGENT_PID; 07:03:54 echo Agent pid 39 killed; 07:03:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:03:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:03:54 [ssh-agent] Looking for ssh-agent implementation... 07:03:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:03:54 $ docker exec 2dd2240487c85a9727562fddd1dfff09de89d45ec8db3e219bf9eef46659710b ssh-agent 07:03:54 SSH_AUTH_SOCK=/tmp/ssh-THAo2u4kmf6f/agent.72 07:03:54 SSH_AGENT_PID=78 07:03:54 Running ssh-add (command line suppressed) 07:03:55 Identity added: /w/workspace/edgex-go/1@tmp/private_key_4987479649690048757.key (/w/workspace/edgex-go/1@tmp/private_key_4987479649690048757.key) 07:03:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:03:55 + git semver init 07:03:55 2022-08-23 07:03:55,591 [run_init] DEBUG init version:0.0.0 force:False 07:03:55 2022-08-23 07:03:55,592 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 07:03:55 2022-08-23 07:03:55,593 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 07:03:55 2022-08-23 07:03:55,593 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/1/.semver'], cwd=/w/workspace/edgex-go/1, universal_newlines=False, shell=None, istream=None) 07:03:59 2022-08-23 07:03:59,621 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 07:03:59 2022-08-23 07:03:59,621 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4130 with force:False 07:03:59 2022-08-23 07:03:59,621 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4130 07:03:59 2022-08-23 07:03:59,626 [execute] INFO git cat-file --batch-check 07:03:59 2022-08-23 07:03:59,626 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 07:03:59 2022-08-23 07:03:59,632 [execute] INFO git cat-file --batch 07:03:59 2022-08-23 07:03:59,633 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 07:03:59 2022-08-23 07:03:59,638 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4130 07:03:59 0.0.0 [Pipeline] } 07:03:59 $ docker exec --env ******** --env ******** 2dd2240487c85a9727562fddd1dfff09de89d45ec8db3e219bf9eef46659710b ssh-agent -k 07:04:00 unset SSH_AUTH_SOCK; 07:04:00 unset SSH_AGENT_PID; 07:04:00 echo Agent pid 78 killed; 07:04:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:04:00 + git semver [Pipeline] } 07:04:00 $ docker stop --time=1 2dd2240487c85a9727562fddd1dfff09de89d45ec8db3e219bf9eef46659710b 07:04:02 $ docker rm -f 2dd2240487c85a9727562fddd1dfff09de89d45ec8db3e219bf9eef46659710b [Pipeline] // withDockerContainer [Pipeline] sh 07:04:02 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:04:02 Stashed 1 file(s) [Pipeline] echo 07:04:02 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:04:03 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 07:04:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 07:04:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 07:04:03 ========================================================= 07:04:03 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 07:04:03 ========================================================= [Pipeline] fileExists [Pipeline] sh 07:04:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 07:04:04 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 07:04:04 2408cc74d12b: Pulling fs layer 07:04:04 ea60b727a1ce: Pulling fs layer 07:04:04 30c4a7721957: Pulling fs layer 07:04:04 370296b7ddb6: Pulling fs layer 07:04:04 7c6cee850709: Pulling fs layer 07:04:04 39a5fcdaea64: Pulling fs layer 07:04:04 d94ebbe4e438: Pulling fs layer 07:04:04 370296b7ddb6: Waiting 07:04:04 bcfd1f05c69d: Pulling fs layer 07:04:04 7c6cee850709: Waiting 07:04:04 d94ebbe4e438: Waiting 07:04:04 bcfd1f05c69d: Waiting 07:04:04 39a5fcdaea64: Waiting 07:04:04 59ccb84bbe0f: Pulling fs layer 07:04:04 59ccb84bbe0f: Waiting 07:04:04 30c4a7721957: Verifying Checksum 07:04:04 30c4a7721957: Download complete 07:04:04 ea60b727a1ce: Verifying Checksum 07:04:04 ea60b727a1ce: Download complete 07:04:04 7c6cee850709: Verifying Checksum 07:04:04 7c6cee850709: Download complete 07:04:04 39a5fcdaea64: Verifying Checksum 07:04:04 39a5fcdaea64: Download complete 07:04:04 2408cc74d12b: Verifying Checksum 07:04:04 2408cc74d12b: Download complete 07:04:04 d94ebbe4e438: Download complete 07:04:04 2408cc74d12b: Pull complete 07:04:04 ea60b727a1ce: Pull complete 07:04:04 30c4a7721957: Pull complete 07:04:04 59ccb84bbe0f: Verifying Checksum 07:04:04 59ccb84bbe0f: Download complete 07:04:04 370296b7ddb6: Verifying Checksum 07:04:04 370296b7ddb6: Download complete 07:04:05 bcfd1f05c69d: Verifying Checksum 07:04:05 bcfd1f05c69d: Download complete 07:04:09 370296b7ddb6: Pull complete 07:04:09 7c6cee850709: Pull complete 07:04:09 39a5fcdaea64: Pull complete 07:04:09 d94ebbe4e438: Pull complete 07:04:10 bcfd1f05c69d: Pull complete 07:04:11 59ccb84bbe0f: Pull complete 07:04:11 Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 07:04:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 07:04:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 07:04:12 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 07:04:12 WORKDIR /edgex 07:04:12 COPY go.mod . 07:04:12 RUN go mod download 07:04:12 + docker build -t ci-base-image-x86_64 -f - . 07:04:12 Sending build context to Docker daemon 169.3MB 07:04:12 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 07:04:12 ---> a4fb48ad2a94 07:04:12 Step 2/4 : WORKDIR /edgex 07:04:14 ---> Running in c17d6c2b0328 07:04:14 Removing intermediate container c17d6c2b0328 07:04:14 ---> 5fb5b1061114 07:04:14 Step 3/4 : COPY go.mod . 07:04:14 ---> 99b607ef2ec8 07:04:14 Step 4/4 : RUN go mod download 07:04:14 ---> Running in 078362060b75 07:04:18 Still waiting to schedule task 07:04:18 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 07:04:32 Removing intermediate container 078362060b75 07:04:32 ---> 634621187b00 07:04:32 Successfully built 634621187b00 07:04:32 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:04:33 + docker inspect -f . ci-base-image-x86_64 07:04:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:04:33 prd-ubuntu20.04-docker-8c-8g-23354 does not seem to be running inside a container 07:04:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:04:33 $ docker top 6fa1f2168f1e84c4415d04e677d5ad4375186b80b4b700f668e974573c019b8d -eo pid,comm [Pipeline] { [Pipeline] sh 07:04:34 + go version 07:04:34 go version go1.18.3 linux/amd64 [Pipeline] } 07:04:34 $ docker stop --time=1 6fa1f2168f1e84c4415d04e677d5ad4375186b80b4b700f668e974573c019b8d 07:04:35 $ docker rm -f 6fa1f2168f1e84c4415d04e677d5ad4375186b80b4b700f668e974573c019b8d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:04:36 + docker inspect -f . ci-base-image-x86_64 07:04:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:04:36 prd-ubuntu20.04-docker-8c-8g-23354 does not seem to be running inside a container 07:04:36 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:04:36 $ docker top 1ec930938f148a0b3b0578ee29ea80a3b2bfb1415dac329a5c91f6ecaa0c6ac2 -eo pid,comm [Pipeline] { [Pipeline] echo 07:04:36 ========================================================= 07:04:36 [edgeXBuildGoParallel] Running Tests and Build... 07:04:36 ========================================================= [Pipeline] sh 07:04:37 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 07:04:37 + make test 07:04:37 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:04:44 ? github.com/edgexfoundry/edgex-go [no test files] 07:04:56 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:04:56 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:04:56 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:04:56 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 07:04:56 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 07:04:56 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:04:56 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 07:04:56 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:04:56 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 07:04:56 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:04:56 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:04:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 07:04:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 07:04:56 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:04:56 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 07:04:57 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.052s coverage: 28.7% of statements 07:04:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:04:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:04:57 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.109s coverage: 98.5% of statements 07:04:57 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 07:04:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.093s coverage: 54.2% of statements 07:04:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:04:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:05:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.701s coverage: 89.2% of statements 07:05:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 07:05:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 07:05:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 07:05:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:05:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 07:05:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.119s coverage: 2.1% of statements 07:05:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:05:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:05:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.471s coverage: 95.6% of statements 07:05:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 07:05:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 07:05:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 07:05:02 ok github.com/edgexfoundry/edgex-go/internal/io 0.077s coverage: 72.2% of statements 07:05:02 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:05:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 07:05:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 07:05:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:05:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:05:02 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.070s coverage: 60.0% of statements 07:05:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:05:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:05:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:05:02 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.063s coverage: 0.9% of statements 07:05:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 07:05:02 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.062s coverage: 58.8% of statements 07:05:02 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.089s coverage: 29.6% of statements 07:05:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 07:05:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.084s coverage: 47.1% of statements 07:05:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.075s coverage: 79.5% of statements 07:05:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.052s coverage: 94.1% of statements 07:05:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.389s coverage: 96.3% of statements 07:05:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.056s coverage: 87.5% of statements 07:05:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.078s coverage: 94.4% of statements 07:05:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.052s coverage: 44.8% of statements 07:05:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.205s coverage: 80.8% of statements 07:05:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 07:05:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.075s coverage: 92.9% of statements 07:05:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 07:05:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 07:05:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 07:05:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.020s coverage: 65.1% of statements 07:05:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 07:05:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 07:05:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 07:05:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 07:05:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 07:05:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.066s coverage: 87.2% of statements 07:05:21 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 07:05:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 07:05:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 07:05:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 07:05:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.083s coverage: 58.8% of statements 07:05:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 07:05:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.071s coverage: 80.0% of statements 07:05:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.058s coverage: 87.2% of statements 07:05:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.083s coverage: 85.4% of statements 07:05:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.207s coverage: 91.2% of statements 07:05:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 07:05:21 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.152s coverage: 64.7% of statements 07:05:21 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:05:21 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:05:21 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.088s coverage: 100.0% of statements 07:05:21 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.030s coverage: 89.4% of statements 07:05:21 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 07:05:21 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.028s coverage: 73.7% of statements 07:05:21 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.039s coverage: 100.0% of statements 07:05:21 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.404s coverage: 65.8% of statements 07:05:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 07:05:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 07:05:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 07:05:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.182s coverage: 43.6% of statements 07:05:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:05:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:05:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.105s coverage: 89.5% of statements 07:05:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 07:05:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.057s coverage: 84.8% of statements 07:05:21 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 07:05:21 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 07:05:21 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 07:05:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 07:05:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.082s coverage: 17.7% of statements 07:05:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 07:05:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 07:05:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:05:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:05:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.171s coverage: 92.3% of statements 07:05:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 07:05:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 07:05:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 07:05:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 07:05:21 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.067s coverage: 63.2% of statements 07:05:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:05:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:05:21 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.110s coverage: 97.7% of statements 07:05:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 07:05:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 07:05:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 07:05:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 07:05:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.052s coverage: 28.9% of statements 07:05:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 07:05:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 07:05:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 07:05:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 07:05:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 07:05:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 07:05:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.051s coverage: 100.0% of statements 07:05:21 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.031s coverage: 96.9% of statements 07:05:21 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 07:05:39 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 07:05:39 GO111MODULE=on go vet ./... 07:05:42 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 07:05:42 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 07:05:42 ./bin/test-attribution-txt.sh 07:05:42 An attribution for github.com/klauspost/compress is missing from Attribution.txt, please add 07:05:42 An attribution for github.com/minio/highwayhash is missing from Attribution.txt, please add 07:05:42 An attribution for github.com/nats-io/jwt/v2 is missing from Attribution.txt, please add 07:05:42 An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add 07:05:42 An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add 07:05:42 An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add 07:05:42 An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo 07:05:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 07:05:43 + ls -al . 07:05:43 total 736 07:05:43 drwxrwxr-x 10 1001 1001 4096 Aug 23 07:04 . 07:05:43 drwxr-xr-x 4 root root 4096 Aug 23 07:04 .. 07:05:43 -rw-rw-r-- 1 1001 1001 16 Aug 23 07:03 .dockerignore 07:05:43 drwxrwxr-x 8 1001 1001 4096 Aug 23 07:05 .git 07:05:43 drwxrwxr-x 3 1001 1001 4096 Aug 23 07:03 .github 07:05:43 -rw-rw-r-- 1 1001 1001 1030 Aug 23 07:03 .gitignore 07:05:43 -rw-rw-r-- 1 1001 1001 42 Aug 23 07:03 .golangci.yml 07:05:43 -rw-rw-r-- 1 1001 1001 87 Aug 23 07:03 .hadolint.yml 07:05:43 drwxr-xr-x 3 1001 1001 4096 Aug 23 07:03 .semver 07:05:43 -rw-rw-r-- 1 1001 1001 166 Aug 23 07:03 .sonarcloud.properties 07:05:43 -rw-rw-r-- 1 1001 1001 1171 Aug 23 07:03 ADOPTERS.md 07:05:43 -rw-rw-r-- 1 1001 1001 10347 Aug 23 07:03 Attribution.txt 07:05:43 -rw-rw-r-- 1 1001 1001 63209 Aug 23 07:03 CHANGELOG.md 07:05:43 -rw-rw-r-- 1 1001 1001 3804 Aug 23 07:03 CONTRIBUTING.md 07:05:43 -rw-rw-r-- 1 1001 1001 677 Aug 23 07:03 GOVERNANCE.md 07:05:43 -rw-rw-r-- 1 1001 1001 850 Aug 23 07:03 Jenkinsfile 07:05:43 -rw-rw-r-- 1 1001 1001 10775 Aug 23 07:03 LICENSE 07:05:43 -rw-rw-r-- 1 1001 1001 13276 Aug 23 07:03 Makefile 07:05:43 -rw-rw-r-- 1 1001 1001 582 Aug 23 07:03 OWNERS.md 07:05:43 -rw-rw-r-- 1 1001 1001 9094 Aug 23 07:03 README.md 07:05:43 -rw-rw-r-- 1 1001 1001 6912 Aug 23 07:03 SECURITY.md 07:05:43 -rw-rw-r-- 1 1001 1001 5 Aug 23 07:04 VERSION 07:05:43 -rw-rw-r-- 1 1001 1001 4131 Aug 23 07:03 ZMQWindows.md 07:05:43 drwxrwxr-x 2 1001 1001 4096 Aug 23 07:03 bin 07:05:43 drwxrwxr-x 18 1001 1001 4096 Aug 23 07:03 cmd 07:05:43 -rw-r--r-- 1 root root 482786 Aug 23 07:05 coverage.out 07:05:43 -rw-rw-r-- 1 1001 1001 3681 Aug 23 07:03 go.mod 07:05:43 -rw-rw-r-- 1 1001 1001 38033 Aug 23 07:03 go.sum 07:05:43 drwxrwxr-x 8 1001 1001 4096 Aug 23 07:03 internal 07:05:43 drwxrwxr-x 3 1001 1001 4096 Aug 23 07:03 openapi 07:05:43 drwxrwxr-x 4 1001 1001 4096 Aug 23 07:03 snap 07:05:43 -rw-rw-r-- 1 1001 1001 204 Aug 23 07:03 version.go [Pipeline] sh 07:05:43 + '[' -e coverage.out ] 07:05:43 + chown 1001:1001 coverage.out [Pipeline] stash 07:05:43 Stashed 1 file(s) [Pipeline] sh 07:05:43 + make build 07:05:43 CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 07:05:56 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:05:59 Running on prd-ubuntu20.04-docker-arm64-4c-16g-23360 in /w/workspace/edgexfoundry_edgex-go_PR-4130 [Pipeline] { [Pipeline] ws 07:05:59 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 07:05:59 The recommended git tool is: git 07:06:05 using credential edgex-jenkins-ssh 07:06:05 Cloning the remote Git repository 07:06:05 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:06:05 > git init /w/workspace/edgex-go/1 # timeout=10 07:06:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:06:05 > git --version # timeout=10 07:06:05 > git --version # 'git version 2.25.1' 07:06:05 using GIT_SSH to set credentials SSH Credentials for GitHub 07:06:05 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:06:06 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 07:06:06 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:06:12 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 07:06:13 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 07:06:14 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:06:15 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 07:06:16 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:06:17 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:06:17 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 07:06:18 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 07:06:20 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 07:06:21 $ docker stop --time=1 1ec930938f148a0b3b0578ee29ea80a3b2bfb1415dac329a5c91f6ecaa0c6ac2 07:06:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:06:21 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:06:21 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:06:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:06:21 using GIT_SSH to set credentials SSH Credentials for GitHub 07:06:21 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4130/head:refs/remotes/origin/PR-4130 +refs/heads/main:refs/remotes/origin/main # timeout=10 07:06:21 Merging remotes/origin/main commit 0b67b2119381be7da318202365afae4bab1434a1 into PR head commit 408ea5740ce2357703e66a049a7341de16d9f79a 07:06:22 Merge succeeded, producing 408ea5740ce2357703e66a049a7341de16d9f79a 07:06:22 Checking out Revision 408ea5740ce2357703e66a049a7341de16d9f79a (PR-4130) 07:06:21 > git config core.sparsecheckout # timeout=10 07:06:21 > git checkout -f 408ea5740ce2357703e66a049a7341de16d9f79a # timeout=10 07:06:22 > git remote # timeout=10 07:06:22 > git config --get remote.origin.url # timeout=10 07:06:22 using GIT_SSH to set credentials SSH Credentials for GitHub 07:06:22 > git merge 0b67b2119381be7da318202365afae4bab1434a1 # timeout=10 07:06:22 > git rev-parse HEAD^{commit} # timeout=10 07:06:22 > git config core.sparsecheckout # timeout=10 07:06:22 > git checkout -f 408ea5740ce2357703e66a049a7341de16d9f79a # timeout=10 07:06:24 $ docker rm -f 1ec930938f148a0b3b0578ee29ea80a3b2bfb1415dac329a5c91f6ecaa0c6ac2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:06:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:06:25 07:06:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:06:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:06:25 latest: Pulling from edgex-devops/edgex-compose 07:06:25 cbdbe7a5bc2a: Pulling fs layer 07:06:25 ca9280d653b3: Pulling fs layer 07:06:25 7e9c9ca2126c: Pulling fs layer 07:06:25 cbdbe7a5bc2a: Download complete 07:06:25 ca9280d653b3: Verifying Checksum 07:06:25 ca9280d653b3: Download complete 07:06:25 cbdbe7a5bc2a: Pull complete 07:06:26 7e9c9ca2126c: Download complete 07:06:26 ca9280d653b3: Pull complete 07:06:26 Commit message: "Update core-data.yaml" 07:06:26 > git --version # timeout=10 07:06:26 > git --version # 'git version 2.25.1' 07:06:26 fatal: bad object 2c432abcf2d142718d3fe157e81a44428d9b823e [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:06:27 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 07:06:27 % Total % Received % Xferd Average Speed Time Time Time Current 07:06:27 Dload Upload Total Spent Left Speed 07:06:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 96198 0 --:--:-- --:--:-- --:--:-- 96938 [Pipeline] sh 07:06:28 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 07:06:28 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 07:06:28 + sudo tee /etc/docker/daemon.new 07:06:28 { 07:06:28 "registry-mirrors": [ 07:06:28 "https://nexus3.edgexfoundry.org:10001" 07:06:28 ], 07:06:28 "bip": "10.250.0.254/24", 07:06:28 "hosts": [ 07:06:28 "tcp://0.0.0.0:5555", 07:06:28 "unix:///var/run/docker.sock" 07:06:28 ], 07:06:28 "mtu": 1458, 07:06:28 "selinux-enabled": true, 07:06:28 "seccomp-profile": "/etc/docker/seccomp.json" 07:06:28 } [Pipeline] sh 07:06:29 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 07:06:29 + sudo service docker restart 07:06:29 7e9c9ca2126c: Pull complete 07:06:29 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 07:06:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:06:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:06:30 prd-ubuntu20.04-docker-8c-8g-23354 does not seem to be running inside a container 07:06:30 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 07:06:31 $ docker top 5f1569d50b2e4c19dbb8d60569695438149628804298f7970c414804497eb030 -eo pid,comm [Pipeline] { [Pipeline] sh 07:06:31 + docker-compose build --help 07:06:31 + grep parallel 07:06:32 --parallel Build images in parallel. [Pipeline] } 07:06:32 $ docker stop --time=1 5f1569d50b2e4c19dbb8d60569695438149628804298f7970c414804497eb030 07:06:33 $ docker rm -f 5f1569d50b2e4c19dbb8d60569695438149628804298f7970c414804497eb030 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:06:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:06:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:06:34 prd-ubuntu20.04-docker-8c-8g-23354 does not seem to be running inside a container 07:06:34 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 07:06:35 $ docker top 15c9c21b71d6694f75c275889666b95213cf8a9827e6e118e7509ca6ac42efba -eo pid,comm [Pipeline] { [Pipeline] sh 07:06:35 + docker-compose -f ./docker-compose-build.yml build --parallel 07:06:36 Building core-command ... 07:06:36 Building core-data ... 07:06:36 Building core-metadata ... 07:06:36 Building security-bootstrapper ... 07:06:36 Building security-proxy-setup ... 07:06:36 Building security-secretstore-setup ... 07:06:36 Building security-spiffe-token-provider ... 07:06:36 Building security-spire-agent ... 07:06:36 Building security-spire-config ... 07:06:36 Building security-spire-server ... 07:06:36 Building support-notifications ... 07:06:36 Building support-scheduler ... 07:06:36 Building sys-mgmt-agent ... 07:06:36 Building core-data 07:06:36 Building sys-mgmt-agent 07:06:36 Building security-bootstrapper 07:06:36 Building support-scheduler 07:06:36 Building security-spiffe-token-provider 07:06:46 Step 1/31 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:06:46 Step 2/31 : FROM ${BUILDER_BASE} AS builder 07:06:46 ---> 634621187b00 07:06:46 Step 3/31 : WORKDIR /edgex-go 07:06:46 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:06:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:06:46 ---> 634621187b00 07:06:46 Step 3/23 : WORKDIR /edgex-go 07:06:46 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:06:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:06:46 ---> 634621187b00 07:06:46 Step 3/23 : WORKDIR /edgex-go 07:06:46 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:06:46 Step 2/20 : FROM ${BUILDER_BASE} AS builder 07:06:46 ---> 634621187b00 07:06:46 Step 3/20 : WORKDIR /edgex-go 07:06:46 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:06:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:06:46 ---> 634621187b00 07:06:46 Step 3/22 : WORKDIR /edgex-go [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:06:48 provisioning config files... 07:06:48 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config3628127087580198913tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:06:48 ---> docker-login.sh 07:06:48 nexus3.edgexfoundry.org:10001 07:06:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:06:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:06:49 Configure a credential helper to remove this warning. See 07:06:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:06:49 07:06:49 Login Succeeded 07:06:49 nexus3.edgexfoundry.org:10002 07:06:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:06:49 ---> Running in 19b00f1b3ba0 07:06:49 ---> Running in 738032971fe7 07:06:49 ---> Running in 7f1b43a2f84a 07:06:49 ---> Running in 0fa4925ade15 07:06:49 ---> Running in b3564dba2283 07:06:49 Removing intermediate container b3564dba2283 07:06:49 ---> 7a53b9d173ba 07:06:49 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:06:49 Removing intermediate container 738032971fe7 07:06:49 ---> 2a72c1cd3137 07:06:49 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:06:49 Removing intermediate container 0fa4925ade15 07:06:49 ---> 18fb0887eeb6 07:06:49 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:06:49 Removing intermediate container 7f1b43a2f84a 07:06:49 ---> 58d148371a00 07:06:49 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 07:06:49 Removing intermediate container 19b00f1b3ba0 07:06:49 ---> 6a7a27c85bcc 07:06:49 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:06:49 ---> Running in e1622e63e57f 07:06:49 ---> Running in 7deb53e99d65 07:06:49 ---> Running in fe3c1538ac09 07:06:49 ---> Running in 4cc9cb52bd9d 07:06:49 ---> Running in 4f6910fc6b4a 07:06:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:06:50 Configure a credential helper to remove this warning. See 07:06:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:06:50 07:06:50 Login Succeeded 07:06:50 nexus3.edgexfoundry.org:10003 07:06:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:06:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:06:50 Configure a credential helper to remove this warning. See 07:06:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:06:50 07:06:50 Login Succeeded 07:06:50 nexus3.edgexfoundry.org:10004 07:06:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:06:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:06:50 Removing intermediate container e1622e63e57f 07:06:50 ---> 1651872e7920 07:06:50 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 07:06:50 Removing intermediate container 7deb53e99d65 07:06:50 ---> 1afc6105d297 07:06:50 Step 5/22 : RUN apk add --update --no-cache make git 07:06:50 ---> Running in 31a13b38b08d 07:06:50 ---> Running in 47cc68910c2a 07:06:50 v3.16.2-72-g941795a804 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 07:06:50 v3.16.2-77-gcd7676fd90 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 07:06:50 OK: 17036 distinct packages available 07:06:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:06:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:06:51 Configure a credential helper to remove this warning. See 07:06:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:06:51 07:06:51 Login Succeeded 07:06:51 docker.io 07:06:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:06:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:06:51 Removing intermediate container 4cc9cb52bd9d 07:06:51 ---> 2d033dc6a3cb 07:06:51 Step 5/31 : RUN apk add --update --no-cache make git 07:06:51 ---> Running in 3cef28a28e6a 07:06:51 Removing intermediate container 4f6910fc6b4a 07:06:51 ---> f3fa58772ca9 07:06:51 Step 5/23 : RUN apk add --update --no-cache make bash git 07:06:51 ---> Running in 908a9b948990 07:06:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:06:51 OK: 211 MiB in 51 packages 07:06:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:06:51 Configure a credential helper to remove this warning. See 07:06:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:06:51 07:06:51 Login Succeeded 07:06:51 ---> docker-login.sh ends [Pipeline] } 07:06:51 Deleting 1 temporary files 07:06:51 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:06:51 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:06:51 Removing intermediate container fe3c1538ac09 07:06:51 ---> 4f0850bc928a 07:06:51 Step 5/20 : COPY go.mod vendor* ./ [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 07:06:51 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:06:51 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:06:51 ---> a9f162439a2a 07:06:51 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:06:51 ---> Running in 3b2cadb792b5 [Pipeline] sh 07:06:52 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 07:06:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 07:06:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 07:06:52 ========================================================= 07:06:52 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 07:06:52 ========================================================= [Pipeline] fileExists [Pipeline] sh 07:06:52 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:06:52 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:06:52 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:06:52 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:06:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 07:06:53 OK: 211 MiB in 51 packages 07:06:53 OK: 211 MiB in 51 packages 07:06:53 OK: 211 MiB in 51 packages 07:06:53 OK: 211 MiB in 51 packages 07:06:53 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:06:53 b3c136eddcbf: Pulling fs layer 07:06:53 c0a3192eca97: Pulling fs layer 07:06:53 a050256f5b6f: Pulling fs layer 07:06:53 656be50a0ddc: Pulling fs layer 07:06:53 2bbca73fdf42: Pulling fs layer 07:06:53 46d945488cbd: Pulling fs layer 07:06:53 8a5474983e97: Pulling fs layer 07:06:53 329c88fbcd65: Pulling fs layer 07:06:53 2bbca73fdf42: Waiting 07:06:53 46d945488cbd: Waiting 07:06:53 8a5474983e97: Waiting 07:06:53 329c88fbcd65: Waiting 07:06:53 656be50a0ddc: Waiting 07:06:53 a050256f5b6f: Verifying Checksum 07:06:53 a050256f5b6f: Download complete 07:06:53 c0a3192eca97: Verifying Checksum 07:06:53 c0a3192eca97: Download complete 07:06:53 2bbca73fdf42: Verifying Checksum 07:06:53 2bbca73fdf42: Download complete 07:06:53 46d945488cbd: Verifying Checksum 07:06:53 46d945488cbd: Download complete 07:06:53 b3c136eddcbf: Verifying Checksum 07:06:53 b3c136eddcbf: Download complete 07:06:53 Removing intermediate container 47cc68910c2a 07:06:53 ---> f11de5d4e2b4 07:06:53 Step 6/22 : COPY go.mod vendor* ./ 07:06:53 Removing intermediate container 908a9b948990 07:06:53 ---> dcaad333c00d 07:06:53 Step 6/23 : COPY go.mod vendor* ./ 07:06:53 Removing intermediate container 31a13b38b08d 07:06:53 ---> cf616f65e46c 07:06:53 Step 6/23 : COPY go.mod vendor* ./ 07:06:53 Removing intermediate container 3cef28a28e6a 07:06:53 ---> f432815f1501 07:06:53 Step 6/31 : COPY go.mod vendor* ./ 07:06:53 ---> 504f03ce68c9 07:06:53 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:06:53 ---> 97fc76da6a64 07:06:53 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:06:53 ---> Running in 443aec0a533e 07:06:53 ---> Running in a8e8f3c4c8e4 07:06:53 ---> ef092b6eb1fd 07:06:53 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:06:54 ---> Running in 3054d56583d6 07:06:54 ---> a155128fe0fa 07:06:54 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:06:54 ---> Running in 07dd0857d3ff 07:06:54 b3c136eddcbf: Pull complete 07:06:54 329c88fbcd65: Verifying Checksum 07:06:54 329c88fbcd65: Download complete 07:06:54 c0a3192eca97: Pull complete 07:06:54 a050256f5b6f: Pull complete 07:06:55 8a5474983e97: Verifying Checksum 07:06:55 8a5474983e97: Download complete 07:06:55 656be50a0ddc: Verifying Checksum 07:06:55 656be50a0ddc: Download complete 07:07:04 Removing intermediate container 3b2cadb792b5 07:07:04 ---> 4546784f41a1 07:07:04 Step 7/20 : COPY . . 07:07:10 ---> 3b86496d4ee9 07:07:10 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 07:07:10 ---> Running in f69007c0370b 07:07:10 Removing intermediate container 07dd0857d3ff 07:07:10 ---> 6acdf5e12208 07:07:10 Step 8/31 : COPY . . 07:07:10 Removing intermediate container 443aec0a533e 07:07:10 ---> d9f8d84d7258 07:07:10 Step 8/22 : COPY . . 07:07:10 Removing intermediate container a8e8f3c4c8e4 07:07:10 ---> 8be8563894e6 07:07:10 Step 8/23 : COPY . . 07:07:10 Removing intermediate container 3054d56583d6 07:07:10 ---> 50fa0c11ca5e 07:07:10 Step 8/23 : COPY . . 07:07:10 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 07:07:11 656be50a0ddc: Pull complete 07:07:11 2bbca73fdf42: Pull complete 07:07:11 46d945488cbd: Pull complete 07:07:16 8a5474983e97: Pull complete 07:07:18 329c88fbcd65: Pull complete 07:07:18 Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 07:07:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 07:07:18 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 07:07:18 + docker build -t ci-base-image-arm64 -f - . 07:07:18 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 07:07:18 WORKDIR /edgex 07:07:18 COPY go.mod . 07:07:18 RUN go mod download 07:07:19 Sending build context to Docker daemon 3.156MB 07:07:19 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 07:07:19 ---> ff4287adb874 07:07:19 Step 2/4 : WORKDIR /edgex 07:07:20 ---> 765143429e83 07:07:20 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 07:07:20 ---> c547d89b4405 07:07:20 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 07:07:20 ---> bc58d4281b7e 07:07:20 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:07:20 ---> 635cdb97e940 07:07:20 Step 9/23 : RUN make cmd/core-data/core-data 07:07:20 ---> Running in 3e2170673e1b 07:07:20 ---> Running in 33514911be48 07:07:20 ---> Running in 50312bae1730 07:07:20 ---> Running in 29e06505b76e 07:07:20 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:07:20 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 07:07:20 CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 07:07:20 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 07:07:21 ---> Running in 244e2b7d0f03 07:07:21 Removing intermediate container 244e2b7d0f03 07:07:21 ---> 40341028e655 07:07:21 Step 3/4 : COPY go.mod . 07:07:22 ---> 9e0c435adc74 07:07:22 Step 4/4 : RUN go mod download 07:07:22 ---> Running in e40cc248a70a 07:07:30 Removing intermediate container f69007c0370b 07:07:30 ---> 2a664688eeff 07:07:30 07:07:30 Step 9/20 : FROM alpine:3.15 07:07:31 3.15: Pulling from library/alpine 07:07:32 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 07:07:32 Status: Downloaded newer image for alpine:3.15 07:07:32 ---> c4fc93816858 07:07:32 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 07:07:32 ---> Running in 88c23697f649 07:07:33 Removing intermediate container 88c23697f649 07:07:33 ---> 1397fabc70a7 07:07:33 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:07:33 ---> Running in 8077488ed0fb 07:07:35 Removing intermediate container 8077488ed0fb 07:07:35 ---> 112c0c3b3660 07:07:35 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 07:07:35 ---> Running in 023f9ccf6e57 07:07:36 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 07:07:37 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 07:07:37 v3.15.6-27-g01390f65b4 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 07:07:37 v3.15.6-28-ga68eb7a83e [https://dl-4.alpinelinux.org/alpine/v3.15/community] 07:07:37 OK: 15856 distinct packages available 07:07:37 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 07:07:38 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 07:07:38 (1/9) Installing ca-certificates (20220614-r0) 07:07:38 (2/9) Installing brotli-libs (1.0.9-r5) 07:07:38 (3/9) Installing nghttp2-libs (1.46.0-r0) 07:07:38 (4/9) Installing libcurl (7.80.0-r2) 07:07:39 (5/9) Installing curl (7.80.0-r2) 07:07:39 (6/9) Installing dumb-init (1.2.5-r1) 07:07:39 (7/9) Installing musl-obstack (1.2.3-r0) 07:07:39 (8/9) Installing libucontext (1.1-r0) 07:07:39 (9/9) Installing gcompat (1.0.0-r4) 07:07:39 Executing busybox-1.34.1-r7.trigger 07:07:39 Executing ca-certificates-20220614-r0.trigger 07:07:39 OK: 8 MiB in 23 packages 07:07:41 Removing intermediate container 023f9ccf6e57 07:07:41 ---> ff89c76eb76d 07:07:41 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 07:07:42 ---> a3f850775a8a 07:07:42 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 07:07:43 ---> 45dc55f9bafd 07:07:43 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 07:07:43 ---> d5b6e864fcb8 07:07:43 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 07:07:43 ---> Running in c35e7320a1a0 07:07:44 Removing intermediate container c35e7320a1a0 07:07:44 ---> a0fdddffac2b 07:07:44 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:07:44 ---> Running in 71f63a4fea96 07:07:44 Removing intermediate container 71f63a4fea96 07:07:44 ---> 6781737de2da 07:07:44 Step 18/20 : LABEL arch=x86_64 07:07:44 ---> Running in 849f3f3babfb 07:07:44 Removing intermediate container 849f3f3babfb 07:07:44 ---> ad4c8ed6bcd7 07:07:44 Step 19/20 : LABEL git_sha=408ea5740ce2357703e66a049a7341de16d9f79a 07:07:45 ---> Running in 8c6cd648adae 07:07:45 Removing intermediate container 8c6cd648adae 07:07:45 ---> ce906f750319 07:07:45 Step 20/20 : LABEL version=0.0.0 07:07:45 ---> Running in d0bf35eafbdd 07:07:45 Removing intermediate container d0bf35eafbdd 07:07:45 ---> c3e6f50e3eec 07:07:45 07:07:45 Successfully built c3e6f50e3eec 07:07:46 Successfully tagged security-spiffe-token-provider:latest 07:07:46 Building support-notifications 07:07:48  Building security-spiffe-token-provider ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:07:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:07:48 ---> 634621187b00 07:07:48 Step 3/22 : WORKDIR /edgex-go 07:07:48 ---> Using cache 07:07:48 ---> 58d148371a00 07:07:48 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:07:50 ---> Running in 4a7268bd576d 07:07:50 Removing intermediate container 29e06505b76e 07:07:50 ---> 67abb365a290 07:07:50 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:07:50 Removing intermediate container 3e2170673e1b 07:07:50 ---> bfb5c71569f1 07:07:50 07:07:50 Step 10/31 : FROM alpine:3.16 07:07:50 3.16: Pulling from library/alpine 07:07:50 ---> Running in bd87eb639002 07:07:50 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 07:07:50 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 07:07:50 Status: Downloaded newer image for alpine:3.16 07:07:50 ---> 9c6f07244728 07:07:50 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 07:07:51 ---> Running in f8c5aa52f0de 07:07:51 Removing intermediate container 4a7268bd576d 07:07:51 ---> 6050ce989fa1 07:07:51 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 07:07:51 ---> Running in f4a4183e5acc 07:07:52 Removing intermediate container f8c5aa52f0de 07:07:52 ---> 394fb3efa9b3 07:07:52 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 07:07:52 ---> Running in 99c00ed08f70 07:07:52 Removing intermediate container 50312bae1730 07:07:52 ---> 644b8b4359ed 07:07:52 07:07:52 Step 10/23 : FROM alpine:3.16 07:07:52 ---> 9c6f07244728 07:07:52 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:07:52 Removing intermediate container bd87eb639002 07:07:52 ---> 46f3793d0cfb 07:07:52 07:07:52 Step 11/23 : FROM alpine:3.16 07:07:52 ---> 9c6f07244728 07:07:52 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 07:07:52 ---> Running in 6034c555f3fd 07:07:52 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:07:52 ---> Running in 6f50d28e5f4a 07:07:52 Removing intermediate container 6034c555f3fd 07:07:52 ---> 2c7f468d7473 07:07:52 Step 12/23 : ENV APP_PORT=59880 07:07:52 ---> Running in e724f5941d4f 07:07:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:07:52 Removing intermediate container 6f50d28e5f4a 07:07:52 ---> 4b9da9bd79a6 07:07:52 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl docker-cli && pip install --no-cache-dir docker-compose==1.23.2 07:07:52 ---> Running in 3a7e2c7af7cf 07:07:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:07:52 Removing intermediate container e724f5941d4f 07:07:52 ---> 0e0185345f44 07:07:52 Step 13/23 : EXPOSE $APP_PORT 07:07:52 ---> Running in b19a1ce956f0 07:07:52 (1/2) Installing dumb-init (1.2.5-r1) 07:07:52 (2/2) Installing su-exec (0.2-r1) 07:07:52 Executing busybox-1.35.0-r17.trigger 07:07:52 OK: 6 MiB in 16 packages 07:07:53 Removing intermediate container b19a1ce956f0 07:07:53 ---> b4b92dbabbac 07:07:53 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:07:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:07:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:07:53 ---> Running in 0dfe4c241480 07:07:53 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:07:53 Removing intermediate container 33514911be48 07:07:53 ---> 63657e01b871 07:07:53 07:07:53 Step 10/22 : FROM alpine:3.16 07:07:53 ---> 9c6f07244728 07:07:53 Step 11/22 : RUN apk add --update --no-cache dumb-init 07:07:53 ---> Running in 09323d6ae043 07:07:53 (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) 07:07:53 Removing intermediate container 99c00ed08f70 07:07:53 ---> da11538eb999 07:07:53 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 07:07:53 (2/33) Installing ncurses-libs (6.3_p20220521-r0) 07:07:53 (3/33) Installing readline (8.1.2-r0) 07:07:53 (4/33) Installing bash (5.1.16-r2) 07:07:53 ---> Running in 90d92197d51b 07:07:53 Executing bash-5.1.16-r2.post-install 07:07:53 (5/33) Installing ca-certificates (20220614-r0) 07:07:53 (6/33) Installing brotli-libs (1.0.9-r6) 07:07:53 (7/33) Installing nghttp2-libs (1.47.0-r0) 07:07:53 (8/33) Installing libcurl (7.83.1-r2) 07:07:53 (9/33) Installing curl (7.83.1-r2) 07:07:53 (10/33) Installing docker-cli (20.10.16-r2) 07:07:53 OK: 211 MiB in 51 packages 07:07:53 Removing intermediate container 90d92197d51b 07:07:53 ---> d8d85b904496 07:07:53 Step 14/31 : ENV SECURITY_INIT_STAGING /edgex-init-staging 07:07:53 ---> Running in de0bac82180e 07:07:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:07:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:07:53 (11/33) Installing dumb-init (1.2.5-r1) 07:07:53 (12/33) Installing libbz2 (1.0.8-r1) 07:07:53 (13/33) Installing expat (2.4.8-r0) 07:07:53 Removing intermediate container de0bac82180e 07:07:53 ---> 8ba186fc861d 07:07:53 Step 15/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 07:07:53 (14/33) Installing libffi (3.4.2-r1) 07:07:53 (15/33) Installing gdbm (1.23-r0) 07:07:54 (16/33) Installing xz-libs (5.2.5-r1) 07:07:54 (17/33) Installing libgcc (11.2.1_git20220219-r2) 07:07:54 (18/33) Installing libstdc++ (11.2.1_git20220219-r2) 07:07:54 ---> Running in 639af917b626 07:07:54 (19/33) Installing mpdecimal (2.5.1-r1) 07:07:54 (20/33) Installing sqlite-libs (3.38.5-r0) 07:07:54 (21/33) Installing python3 (3.10.5-r0) 07:07:54 Removing intermediate container 0dfe4c241480 07:07:54 ---> 39a8eb850d4c 07:07:54 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 07:07:54 (1/1) Installing dumb-init (1.2.5-r1) 07:07:54 Executing busybox-1.35.0-r17.trigger 07:07:54 OK: 6 MiB in 15 packages 07:07:54 Removing intermediate container 639af917b626 07:07:54 ---> 48d2d73a9884 07:07:54 Step 16/31 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} 07:07:54 ---> Running in de380aaf0dea 07:07:54 Removing intermediate container f4a4183e5acc 07:07:54 ---> f3748febab80 07:07:54 Step 6/22 : COPY go.mod vendor* ./ 07:07:54 ---> Running in 52849c9161ec 07:07:54 ---> 654aed04dcf2 07:07:54 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:07:54 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:07:54 ---> Running in a23450b10008 07:07:55 Removing intermediate container 09323d6ae043 07:07:55 ---> 211656405056 07:07:55 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:07:55 (22/33) Installing py3-contextlib2 (21.6.0-r2) 07:07:55 (23/33) Installing py3-tomli (2.0.1-r1) 07:07:55 (24/33) Installing py3-pep517 (0.12.0-r2) 07:07:55 (25/33) Installing py3-six (1.16.0-r1) 07:07:55 (26/33) Installing py3-retrying (1.3.3-r3) 07:07:55 ---> Running in a400a7809e7b 07:07:55 (27/33) Installing py3-appdirs (1.4.4-r3) 07:07:55 (28/33) Installing py3-more-itertools (8.13.0-r0) 07:07:55 (29/33) Installing py3-ordered-set (4.0.2-r3) 07:07:55 (30/33) Installing py3-parsing (2.4.7-r3) 07:07:55 (31/33) Installing py3-packaging (21.3-r0) 07:07:55 (32/33) Installing py3-setuptools (59.4.0-r0) 07:07:55 (33/33) Installing py3-pip (22.1.1-r0) 07:07:55 Removing intermediate container a400a7809e7b 07:07:55 ---> 08c725fd7b2d 07:07:55 Step 13/22 : ENV APP_PORT=59861 07:07:55 ---> Running in e74f42a339d9 07:07:55 Executing busybox-1.35.0-r17.trigger 07:07:55 Executing ca-certificates-20220614-r0.trigger 07:07:55 Removing intermediate container 52849c9161ec 07:07:55 ---> 27bc5bcd3bf5 07:07:55 Step 17/31 : WORKDIR ${SECURITY_INIT_STAGING} 07:07:55 OK: 122 MiB in 47 packages 07:07:55 Removing intermediate container e74f42a339d9 07:07:55 ---> 68d84ebca319 07:07:55 Step 14/22 : EXPOSE $APP_PORT 07:07:55 ---> Running in 426735bf60da 07:07:55 ---> Running in ecb0c8537f5d 07:07:55 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:07:55 Removing intermediate container 426735bf60da 07:07:55 ---> 1da31b454d60 07:07:55 Step 18/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 07:07:55 Removing intermediate container ecb0c8537f5d 07:07:55 ---> f9d0811bd256 07:07:55 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:07:55 ---> ffb0192cae3a 07:07:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:07:55 ---> e55b412d748e 07:07:55 Step 19/31 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 07:07:55 ---> Running in 39cee027ae79 07:07:56 (1/6) Installing dumb-init (1.2.5-r1) 07:07:56 (2/6) Installing libgcc (11.2.1_git20220219-r2) 07:07:56 (3/6) Installing libsodium (1.0.18-r0) 07:07:56 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 07:07:56 (5/6) Installing libzmq (4.3.4-r0) 07:07:56 (6/6) Installing zeromq (4.3.4-r0) 07:07:56 Executing busybox-1.35.0-r17.trigger 07:07:56 OK: 8 MiB in 20 packages 07:07:56 ---> 6da75f5c0166 07:07:56 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:07:57 ---> dee9029d806f 07:07:57 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 07:07:57 ---> Running in 84c261721c56 07:07:57 Removing intermediate container de380aaf0dea 07:07:57 ---> c84cb14003d3 07:07:57 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:07:57 Removing intermediate container 39cee027ae79 07:07:57 ---> 0ca8fb0e98fb 07:07:57 Step 20/31 : COPY --from=builder /edgex-go/Attribution.txt / 07:07:57 Removing intermediate container 84c261721c56 07:07:57 ---> 53ebf06bb798 07:07:57 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:07:57 ---> Running in 4919ad6aaece 07:07:57 ---> 0b0a9b25a066 07:07:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:07:57 ---> 4b99d6bf2258 07:07:57 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 07:07:57 Removing intermediate container 4919ad6aaece 07:07:57 ---> 96ece2ff57e9 07:07:57 Step 20/22 : LABEL arch=x86_64 07:07:57 ---> Running in 18c50c1fa9a9 07:07:57 ---> e3e54cf8a09d 07:07:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:07:57 Removing intermediate container 18c50c1fa9a9 07:07:57 ---> 6f3b4ea0f6d5 07:07:57 Step 21/22 : LABEL git_sha=408ea5740ce2357703e66a049a7341de16d9f79a 07:07:58 ---> Running in bf583deae015 07:07:58 ---> 15ac06feb433 07:07:58 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 07:07:58 ---> 715e55cd156a 07:07:58 Step 19/23 : ENTRYPOINT ["/core-data"] 07:07:58 ---> Running in 17da748fb6d0 07:07:58 Removing intermediate container bf583deae015 07:07:58 ---> 204235fceb33 07:07:58 Step 22/22 : LABEL version=0.0.0 07:07:58 ---> Running in dbe68bf3a2d0 07:07:58 ---> c26228581e84 07:07:58 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 07:07:58 Removing intermediate container 17da748fb6d0 07:07:58 ---> facb668dbf76 07:07:58 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:07:58 Removing intermediate container dbe68bf3a2d0 07:07:58 ---> e83ca64d8e12 07:07:58 07:07:58 ---> Running in 37c3e3c5d6ba 07:07:58 Successfully built e83ca64d8e12 07:07:58 ---> bfc7098e2b2d 07:07:58 Step 24/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 07:07:58 Successfully tagged support-scheduler:latest 07:07:58  Building support-scheduler ... done Building security-spire-agent 07:07:58 Removing intermediate container 37c3e3c5d6ba 07:07:58 ---> f58b5893c07e 07:07:58 Step 21/23 : LABEL arch=x86_64 07:07:58 Collecting docker-compose==1.23.2 07:07:58 ---> Running in a58460a05b7c 07:07:58 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:07:58 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 29.2 MB/s eta 0:00:00 07:07:58 Collecting cached-property<2,>=1.2.0 07:07:58 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 07:07:58 Collecting websocket-client<1.0,>=0.32.0 07:07:59 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 07:07:59 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 130.1 MB/s eta 0:00:00 07:07:59 Collecting PyYAML<4,>=3.10 07:07:59 Downloading PyYAML-3.13.tar.gz (270 kB) 07:07:59 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 44.3 MB/s eta 0:00:00 07:07:59 Preparing metadata (setup.py): started 07:07:59 Preparing metadata (setup.py): finished with status 'done' 07:07:59 Collecting dockerpty<0.5,>=0.4.1 07:07:59 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:07:59 ---> f788a202f404 07:07:59 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 07:07:59 Preparing metadata (setup.py): started 07:07:59 Removing intermediate container a58460a05b7c 07:07:59 ---> a17a59ff33b6 07:07:59 Step 22/23 : LABEL git_sha=408ea5740ce2357703e66a049a7341de16d9f79a 07:07:59 ---> Running in f6b9f77c2f58 07:07:59 ---> 33101fa152f5 07:07:59 Step 26/31 : RUN chmod +x /entrypoint.sh 07:07:59 Preparing metadata (setup.py): finished with status 'done' 07:07:59 ---> Running in b795838a0d3d 07:08:00 Collecting docker<4.0,>=3.6.0 07:08:00 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:08:00 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 144.5 MB/s eta 0:00:00 07:08:00 Collecting texttable<0.10,>=0.9.0 07:08:00 Removing intermediate container f6b9f77c2f58 07:08:00 ---> 21848fd5b3b0 07:08:00 Step 23/23 : LABEL version=0.0.0 07:08:00 Downloading texttable-0.9.1.tar.gz (11 kB) 07:08:00 Preparing metadata (setup.py): started 07:08:00 ---> Running in 9b9feb2de65c 07:08:00 Removing intermediate container 9b9feb2de65c 07:08:00 ---> b4a2db97304f 07:08:00 07:08:00 Preparing metadata (setup.py): finished with status 'done' 07:08:00 Successfully built b4a2db97304f 07:08:00 Successfully tagged core-data:latest 07:08:00  Building core-data ... done Building security-proxy-setup 07:08:00 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:08:00 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:08:00 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 171.9 MB/s eta 0:00:00 07:08:00 Collecting docopt<0.7,>=0.6.1 07:08:00 Downloading docopt-0.6.2.tar.gz (25 kB) 07:08:00 Preparing metadata (setup.py): started 07:08:01 Preparing metadata (setup.py): finished with status 'done' 07:08:01 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) 07:08:01 Collecting jsonschema<3,>=2.5.1 07:08:01 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:08:01 Removing intermediate container e40cc248a70a 07:08:01 ---> c4a7b59878c7 07:08:01 Successfully built c4a7b59878c7 07:08:01 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:08:01 Collecting docker-pycreds>=0.4.0 07:08:01 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:08:01 Collecting urllib3<1.25,>=1.21.1 07:08:01 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:08:01 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 127.1 MB/s eta 0:00:00 07:08:01 Collecting certifi>=2017.4.17 07:08:01 Downloading certifi-2022.6.15-py3-none-any.whl (160 kB) 07:08:01 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.2/160.2 kB 61.2 MB/s eta 0:00:00 07:08:01 Collecting idna<2.8,>=2.5 07:08:01 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:08:01 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 132.7 MB/s eta 0:00:00 07:08:01 Collecting chardet<3.1.0,>=3.0.2 07:08:01 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 07:08:01 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 165.8 MB/s eta 0:00:00 07:08:01 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 07:08:01 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 07:08:01 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 07:08:01 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 07:08:01 + docker inspect -f . ci-base-image-arm64 07:08:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:08:01 Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose 07:08:01 Running setup.py install for texttable: started 07:08:01 prd-ubuntu20.04-docker-arm64-4c-16g-23360 does not seem to be running inside a container 07:08:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:08:02 Removing intermediate container b795838a0d3d 07:08:02 ---> 7455461b2a13 07:08:02 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 07:08:02 Running setup.py install for texttable: finished with status 'done' 07:08:02 Running setup.py install for PyYAML: started 07:08:02 ---> Running in 9bd9a36b0afc 07:08:02 Removing intermediate container a23450b10008 07:08:02 ---> 068a79212136 07:08:02 Step 8/22 : COPY . . 07:08:02 Removing intermediate container 9bd9a36b0afc 07:08:02 ---> 64f239d4a384 07:08:02 Step 28/31 : CMD ["gate"] 07:08:02 Running setup.py install for PyYAML: finished with status 'done' 07:08:02 ---> Running in 198a21fe285c 07:08:02 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:08:02 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:08:02 ---> 634621187b00 07:08:02 Step 3/26 : WORKDIR /edgex-go 07:08:02 ---> Using cache 07:08:02 ---> 58d148371a00 07:08:02 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:08:02 ---> Using cache 07:08:02 ---> 6050ce989fa1 07:08:02 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 07:08:03 Running setup.py install for docopt: started 07:08:03 Removing intermediate container 198a21fe285c 07:08:03 ---> a257d6b859b8 07:08:03 Step 29/31 : LABEL arch=x86_64 07:08:03 $ docker top b58ade675150d66fa40cc0d8bc44632725584c5c524a5996271b84c1d4850aeb -eo pid,comm [Pipeline] { [Pipeline] sh 07:08:03 Running setup.py install for docopt: finished with status 'done' 07:08:03 ---> Running in 5b210474709d 07:08:03 ---> Running in 728e4999d0ef 07:08:03 Removing intermediate container 728e4999d0ef 07:08:03 ---> 9bbef78475d7 07:08:03 Step 30/31 : LABEL git_sha=408ea5740ce2357703e66a049a7341de16d9f79a 07:08:03 ---> Running in 5c2246e6ccfd 07:08:03 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:08:04 Removing intermediate container 5c2246e6ccfd 07:08:04 ---> 47308c8ea7bb 07:08:04 Step 31/31 : LABEL version=0.0.0 07:08:04 ---> Running in 2258bcb56a96 07:08:04 + go version 07:08:04 go version go1.18.3 linux/arm64 [Pipeline] } 07:08:04 $ docker stop --time=1 b58ade675150d66fa40cc0d8bc44632725584c5c524a5996271b84c1d4850aeb 07:08:04 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:08:04 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:08:04 ---> 634621187b00 07:08:04 Step 3/22 : WORKDIR /edgex-go 07:08:04 ---> Using cache 07:08:04 ---> 58d148371a00 07:08:04 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:08:04 ---> Using cache 07:08:04 ---> 6050ce989fa1 07:08:04 Step 5/22 : RUN apk add --update --no-cache make git 07:08:04 Running setup.py install for dockerpty: started 07:08:04 ---> Running in c1e8fbfa75a4 07:08:04 Removing intermediate container 2258bcb56a96 07:08:04 ---> ed144ba3f6f4 07:08:04 07:08:04 Successfully built ed144ba3f6f4 07:08:04 Successfully tagged security-bootstrapper:latest 07:08:04  Building security-bootstrapper ... done Building core-command 07:08:04 Running setup.py install for dockerpty: finished with status 'done' 07:08:04 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:08:05 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:08:05 Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2022.6.15 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 07:08:05 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 07:08:05 OK: 211 MiB in 51 packages 07:08:05 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:08:05 $ docker rm -f b58ade675150d66fa40cc0d8bc44632725584c5c524a5996271b84c1d4850aeb 07:08:06 OK: 211 MiB in 51 packages [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:08:06 + docker inspect -f . ci-base-image-arm64 07:08:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:08:07 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:08:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:08:07 ---> 634621187b00 07:08:07 Step 3/23 : WORKDIR /edgex-go 07:08:07 ---> Using cache 07:08:07 ---> 58d148371a00 07:08:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:08:07 ---> Using cache 07:08:07 ---> 6050ce989fa1 07:08:07 Step 5/23 : RUN apk add --update --no-cache make git 07:08:07 prd-ubuntu20.04-docker-arm64-4c-16g-23360 does not seem to be running inside a container 07:08:07 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:08:07 ---> Running in c6e2738aea08 07:08:07 ---> 6fe9991a4502 07:08:07 Step 9/22 : RUN make cmd/support-notifications/support-notifications 07:08:07 Removing intermediate container 5b210474709d 07:08:07 ---> 2f867c8bc920 07:08:07 Step 6/26 : COPY go.mod vendor* ./ 07:08:07 ---> Running in 4de5d7f24ad7 07:08:07 Removing intermediate container c1e8fbfa75a4 07:08:07 ---> 8a1cd8e6d002 07:08:07 Step 6/22 : COPY go.mod vendor* ./ 07:08:07 ---> 5ddc7c30b5e9 07:08:07 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:08:07 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:08:07 ---> Running in 16d55f78a60c 07:08:07 ---> 5e80a08141f2 07:08:07 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:08:08 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:08:08 ---> Running in 2d7406f4e7bb 07:08:08 $ docker top 7c81e9f6225d637a91627273f648093c99f8d3e1d073b3c01c1ea668cd41eda4 -eo pid,comm [Pipeline] { 07:08:08 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [Pipeline] echo 07:08:08 ========================================================= 07:08:08 [edgeXBuildGoParallel] Running Tests and Build... 07:08:08 ========================================================= [Pipeline] sh 07:08:09 OK: 211 MiB in 51 packages 07:08:09 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 07:08:10 + make test 07:08:10 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:08:10 Removing intermediate container 3a7e2c7af7cf 07:08:10 ---> 2f412d3e8ee2 07:08:10 Step 14/23 : ENV APP_PORT=58890 07:08:11 Removing intermediate container c6e2738aea08 07:08:11 ---> 93ab537ce43d 07:08:11 Step 6/23 : COPY go.mod vendor* ./ 07:08:11 ---> Running in 77d3a273fa0e 07:08:11 Removing intermediate container 77d3a273fa0e 07:08:11 ---> d96d09df820d 07:08:11 Step 15/23 : EXPOSE $APP_PORT 07:08:11 ---> 82011d4d58ab 07:08:11 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:08:11 ---> Running in 98c4600cf933 07:08:11 ---> Running in 333c2b33c990 07:08:12 Removing intermediate container 98c4600cf933 07:08:12 ---> 8ce4b01b1c16 07:08:12 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:08:13 ---> 8408de1d411f 07:08:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:08:15 ---> c4cc20183ffc 07:08:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:08:16 ---> 26c7c68b2955 07:08:16 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 07:08:16 ---> Running in c43f03d0d0ef 07:08:16 Removing intermediate container 16d55f78a60c 07:08:16 ---> 41712c3d309a 07:08:16 Step 8/26 : COPY . . 07:08:16 Removing intermediate container 2d7406f4e7bb 07:08:16 ---> 1f797560728f 07:08:16 Step 8/22 : COPY . . 07:08:17 Removing intermediate container c43f03d0d0ef 07:08:17 ---> e0f24ab86a8a 07:08:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:08:17 ---> Running in 4d9713c2f43f 07:08:17 Removing intermediate container 4d9713c2f43f 07:08:17 ---> 19c60c63ba4f 07:08:17 Step 21/23 : LABEL arch=x86_64 07:08:18 ---> Running in 1d533e3acb75 07:08:19 Removing intermediate container 1d533e3acb75 07:08:19 ---> e7327bdd2600 07:08:19 Step 22/23 : LABEL git_sha=408ea5740ce2357703e66a049a7341de16d9f79a 07:08:19 ---> Running in 60cb6405a7c1 07:08:19 Removing intermediate container 60cb6405a7c1 07:08:19 ---> d7770aba9971 07:08:19 Step 23/23 : LABEL version=0.0.0 07:08:19 ---> Running in 09fea0586cb1 07:08:20 Removing intermediate container 09fea0586cb1 07:08:20 ---> f4c38e5822bd 07:08:20 07:08:20 Successfully built f4c38e5822bd 07:08:20 Successfully tagged sys-mgmt-agent:latest 07:08:20 Building core-metadata 07:08:22  Building sys-mgmt-agent ... done Removing intermediate container 333c2b33c990 07:08:22 ---> b1ca55dda194 07:08:22 Step 8/23 : COPY . . 07:08:24 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:08:24 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:08:24 ---> 634621187b00 07:08:24 Step 3/24 : WORKDIR /edgex-go 07:08:24 ---> Using cache 07:08:24 ---> 58d148371a00 07:08:24 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:08:24 ---> Using cache 07:08:24 ---> 6050ce989fa1 07:08:24 Step 5/24 : RUN apk add --update --no-cache make git 07:08:24 ---> Using cache 07:08:24 ---> 93ab537ce43d 07:08:24 Step 6/24 : COPY go.mod vendor* ./ 07:08:24 ---> Using cache 07:08:24 ---> 82011d4d58ab 07:08:24 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:08:24 ---> Using cache 07:08:24 ---> b1ca55dda194 07:08:24 Step 8/24 : COPY . . 07:08:26 ---> 860c3de0a1b7 07:08:26 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 07:08:26 ---> 378bef1d04a5 07:08:26 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 07:08:26 ---> Running in 3f44c74dc6e8 07:08:26 ---> Running in 6d723ea7e36d 07:08:27 ---> 59bfd3767e58 07:08:27 Step 9/23 : RUN make cmd/core-command/core-command 07:08:27 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 07:08:27 ---> Running in 5ec5bb641726 07:08:27 Removing intermediate container 3f44c74dc6e8 07:08:27 ---> 9cbfb9a1fec4 07:08:27 Step 10/26 : WORKDIR /edgex-go/spire-build 07:08:27 ---> Running in 0f583ca53f71 07:08:27 ---> dd2e28173d1a 07:08:27 Step 9/24 : RUN make cmd/core-metadata/core-metadata 07:08:28 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 07:08:28 ---> Running in 819e35372df4 07:08:28 Removing intermediate container 0f583ca53f71 07:08:28 ---> 9df8d3672780 07:08:28 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 07:08:28 ---> Running in fd5119dcabce 07:08:28 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:08:29 Removing intermediate container fd5119dcabce 07:08:29 ---> 807a6d43851a 07:08:29 Step 12/26 : WORKDIR /edgex-go 07:08:29 ---> Running in ee94f752249b 07:08:29 Removing intermediate container 4de5d7f24ad7 07:08:29 ---> 531238994187 07:08:29 07:08:29 Step 10/22 : FROM alpine:3.16 07:08:29 ---> 9c6f07244728 07:08:29 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 07:08:29 ---> Running in f4f4a051477a 07:08:29 Removing intermediate container ee94f752249b 07:08:29 ---> 9ffd46f8e6e6 07:08:29 07:08:29 Step 13/26 : FROM alpine:3.15 07:08:29 ---> c4fc93816858 07:08:29 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 07:08:29 ---> Using cache 07:08:29 ---> 1397fabc70a7 07:08:29 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:08:29 ---> Using cache 07:08:29 ---> 112c0c3b3660 07:08:29 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:08:29 ---> Running in 4c08029a8429 07:08:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:08:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:08:30 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 07:08:30 (1/2) Installing ca-certificates (20220614-r0) 07:08:30 (2/2) Installing dumb-init (1.2.5-r1) 07:08:30 Executing busybox-1.35.0-r17.trigger 07:08:30 Executing ca-certificates-20220614-r0.trigger 07:08:30 OK: 6 MiB in 16 packages 07:08:31 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 07:08:31 Removing intermediate container f4f4a051477a 07:08:31 ---> c1b39f764006 07:08:31 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 07:08:31 ---> Running in 7e2521f5d5ca 07:08:31 v3.15.6-27-g01390f65b4 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 07:08:31 v3.15.6-28-ga68eb7a83e [https://dl-4.alpinelinux.org/alpine/v3.15/community] 07:08:31 OK: 15856 distinct packages available 07:08:31 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 07:08:31 Removing intermediate container 7e2521f5d5ca 07:08:31 ---> b4f05f18a797 07:08:31 Step 13/22 : ENV APP_PORT=59860 07:08:31 ---> Running in 8386e5769013 07:08:32 Removing intermediate container 8386e5769013 07:08:32 ---> f0650fb33e1f 07:08:32 Step 14/22 : EXPOSE $APP_PORT 07:08:32 ---> Running in 2d7bb10d4c3c 07:08:32 Removing intermediate container 2d7bb10d4c3c 07:08:32 ---> d41926cca6ed 07:08:32 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:08:32 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 07:08:32 ---> 2425d0c89929 07:08:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:08:32 (1/5) Installing dumb-init (1.2.5-r1) 07:08:32 (2/5) Installing musl-obstack (1.2.3-r0) 07:08:32 (3/5) Installing libucontext (1.1-r0) 07:08:33 (4/5) Installing gcompat (1.0.0-r4) 07:08:33 (5/5) Installing openssl (1.1.1q-r0) 07:08:33 Executing busybox-1.34.1-r7.trigger 07:08:33 OK: 7 MiB in 19 packages 07:08:34 ---> 71f015c4b3a1 07:08:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:08:34 ---> d7b47c7a3744 07:08:34 Step 18/22 : ENTRYPOINT ["/support-notifications"] 07:08:34 Removing intermediate container 4c08029a8429 07:08:34 ---> 5bf08933abe2 07:08:34 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 07:08:34 ---> Running in b33cddc170fd 07:08:34 Removing intermediate container b33cddc170fd 07:08:34 ---> e175d4fcbe1a 07:08:34 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:08:35 ---> Running in 0351666c0fda 07:08:35 Removing intermediate container 0351666c0fda 07:08:35 ---> b64c78587c53 07:08:35 Step 20/22 : LABEL arch=x86_64 07:08:35 ---> Running in 9ddf6d005e55 07:08:36 Removing intermediate container 9ddf6d005e55 07:08:36 ---> 55dc588bd4c8 07:08:36 Step 21/22 : LABEL git_sha=408ea5740ce2357703e66a049a7341de16d9f79a 07:08:36 ---> 45e1129fe9de 07:08:36 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 07:08:36 ---> Running in f0007283b594 07:08:36 Removing intermediate container f0007283b594 07:08:36 ---> b0fb98b6d555 07:08:36 Step 22/22 : LABEL version=0.0.0 07:08:36 ---> Running in fe876fe8b4a5 07:08:37 Removing intermediate container fe876fe8b4a5 07:08:37 ---> ff0ed67e4808 07:08:37 07:08:37 Successfully built ff0ed67e4808 07:08:37 Successfully tagged support-notifications:latest 07:08:37  Building support-notifications ... done Building security-secretstore-setup 07:08:39 ---> 926d7f60b9a6 07:08:39 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 07:08:40 ---> 8f22cfde81a7 07:08:40 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 07:08:41 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:08:41 Step 2/25 : FROM ${BUILDER_BASE} AS builder 07:08:41 ---> 634621187b00 07:08:41 Step 3/25 : WORKDIR /edgex-go 07:08:41 ---> Using cache 07:08:41 ---> 58d148371a00 07:08:41 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:08:41 ---> Using cache 07:08:41 ---> 6050ce989fa1 07:08:41 Step 5/25 : RUN apk add --update --no-cache make git 07:08:41 ---> Using cache 07:08:41 ---> 93ab537ce43d 07:08:41 Step 6/25 : COPY go.mod vendor* ./ 07:08:41 ---> Using cache 07:08:41 ---> 82011d4d58ab 07:08:41 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:08:41 ---> Using cache 07:08:41 ---> b1ca55dda194 07:08:41 Step 8/25 : COPY . . 07:08:41 ---> Using cache 07:08:41 ---> dd2e28173d1a 07:08:41 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:08:41 ---> d914fb88640e 07:08:41 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 07:08:41 ---> Running in d16efa6bab7b 07:08:41 ---> 6cf53c858f7f 07:08:41 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 07:08:41 ---> Running in c9527e82538c 07:08:42 Removing intermediate container c9527e82538c 07:08:42 ---> 3d772df71bdf 07:08:42 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 07:08:42 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:08:42 ---> Running in 0fd28438a16f 07:08:42 Removing intermediate container 0fd28438a16f 07:08:42 ---> ca59354176d3 07:08:42 Step 24/26 : LABEL arch=x86_64 07:08:42 ---> Running in 068b56d60718 07:08:42 ? github.com/edgexfoundry/edgex-go [no test files] 07:08:42 Removing intermediate container 068b56d60718 07:08:42 ---> 22a79bd45482 07:08:42 Step 25/26 : LABEL git_sha=408ea5740ce2357703e66a049a7341de16d9f79a 07:08:42 ---> Running in 6919bb771ff5 07:08:42 Removing intermediate container 6919bb771ff5 07:08:42 ---> 4d40d9dad548 07:08:42 Step 26/26 : LABEL version=0.0.0 07:08:42 ---> Running in 0e7345c37889 07:08:43 Removing intermediate container 0e7345c37889 07:08:43 ---> a04446c99470 07:08:43 07:08:43 Successfully built a04446c99470 07:08:43 Successfully tagged security-spire-agent:latest 07:08:43  Building security-spire-agent ... done Building security-spire-server 07:08:45 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:08:45 Step 2/25 : FROM ${BUILDER_BASE} AS builder 07:08:45 ---> 634621187b00 07:08:45 Step 3/25 : WORKDIR /edgex-go 07:08:45 ---> Using cache 07:08:45 ---> 58d148371a00 07:08:45 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:08:45 ---> Using cache 07:08:45 ---> 6050ce989fa1 07:08:45 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 07:08:45 ---> Using cache 07:08:45 ---> 2f867c8bc920 07:08:45 Step 6/25 : COPY go.mod vendor* ./ 07:08:45 ---> Using cache 07:08:45 ---> 5ddc7c30b5e9 07:08:45 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:08:45 ---> Using cache 07:08:45 ---> 41712c3d309a 07:08:45 Step 8/25 : COPY . . 07:08:45 ---> Using cache 07:08:45 ---> 860c3de0a1b7 07:08:45 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 07:08:45 ---> Using cache 07:08:45 ---> 9cbfb9a1fec4 07:08:45 Step 10/25 : WORKDIR /edgex-go/spire-build 07:08:45 ---> Using cache 07:08:45 ---> 9df8d3672780 07:08:45 Step 11/25 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 07:08:47 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 07:08:47 ---> Running in 4a2df268327a 07:08:50 Removing intermediate container 4a2df268327a 07:08:50 ---> 1dda1f9aaed6 07:08:50 Step 12/25 : WORKDIR /edgex-go 07:08:50 ---> Running in d1fddb34e08b 07:08:50 Removing intermediate container 5ec5bb641726 07:08:50 ---> 3d74a675e9c9 07:08:50 07:08:50 Step 10/23 : FROM alpine:3.16 07:08:50 ---> 9c6f07244728 07:08:50 Step 11/23 : RUN apk add --update --no-cache dumb-init 07:08:50 ---> Using cache 07:08:50 ---> 211656405056 07:08:50 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:08:50 ---> Using cache 07:08:50 ---> 08c725fd7b2d 07:08:50 Step 13/23 : ENV APP_PORT=59882 07:08:51 ---> Running in 68c47aa56edf 07:08:51 Removing intermediate container d1fddb34e08b 07:08:51 ---> e0ddc7dabc2f 07:08:51 07:08:51 Step 13/25 : FROM alpine:3.15 07:08:51 ---> c4fc93816858 07:08:51 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 07:08:51 ---> Using cache 07:08:51 ---> 1397fabc70a7 07:08:51 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:08:51 ---> Using cache 07:08:51 ---> 112c0c3b3660 07:08:51 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:08:51 ---> Using cache 07:08:51 ---> 5bf08933abe2 07:08:51 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 07:08:52 Removing intermediate container 68c47aa56edf 07:08:52 ---> 9907be7d15b2 07:08:52 Step 14/23 : EXPOSE $APP_PORT 07:08:52 ---> Running in bce7876ddefe 07:08:52 Removing intermediate container 6d723ea7e36d 07:08:52 ---> 69590ca7ede5 07:08:52 07:08:52 Step 10/22 : FROM alpine:3.16 07:08:52 ---> 9c6f07244728 07:08:52 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 07:08:52 ---> Running in 3b358f515a36 07:08:53 Removing intermediate container bce7876ddefe 07:08:53 ---> b4d6859d304b 07:08:53 Step 15/23 : WORKDIR / 07:08:53 ---> 10405af6b72b 07:08:53 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 07:08:53 ---> Running in d1c5dd0f1aef 07:08:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:08:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:08:53 Removing intermediate container d1c5dd0f1aef 07:08:53 ---> 6fbe6b34b1aa 07:08:53 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:08:53 ---> 4923475c2f9f 07:08:53 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 07:08:53 (1/6) Installing ca-certificates (20220614-r0) 07:08:54 (2/6) Installing brotli-libs (1.0.9-r6) 07:08:54 (3/6) Installing nghttp2-libs (1.47.0-r0) 07:08:54 (4/6) Installing libcurl (7.83.1-r2) 07:08:54 (5/6) Installing curl (7.83.1-r2) 07:08:54 (6/6) Installing dumb-init (1.2.5-r1) 07:08:54 Executing busybox-1.35.0-r17.trigger 07:08:54 Executing ca-certificates-20220614-r0.trigger 07:08:54 OK: 8 MiB in 20 packages 07:08:54 ---> b4423498212b 07:08:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:08:54 ---> 9aedebad1042 07:08:54 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 07:08:54 Removing intermediate container 819e35372df4 07:08:54 ---> fb72fea539fb 07:08:54 07:08:54 Step 10/24 : FROM alpine:3.16 07:08:54 ---> 9c6f07244728 07:08:54 Step 11/24 : RUN apk add --update --no-cache dumb-init 07:08:54 ---> Using cache 07:08:54 ---> 211656405056 07:08:54 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:08:54 ---> Using cache 07:08:54 ---> 08c725fd7b2d 07:08:54 Step 13/24 : ENV APP_PORT=59881 07:08:54 ---> Running in 61858cf5e4d1 07:08:54 ---> 0ef017551967 07:08:54 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 07:08:54 ---> 85a89b2c4f76 07:08:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:08:54 Removing intermediate container 3b358f515a36 07:08:54 ---> 4ca11b604438 07:08:54 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:08:55 ---> Running in 8ee01de4e76f 07:08:55 Removing intermediate container 61858cf5e4d1 07:08:55 ---> dae689cfe96e 07:08:55 Step 14/24 : EXPOSE $APP_PORT 07:08:55 ---> Running in 0b2a54a9c10e 07:08:55 ---> Running in 94bf4019fb2a 07:08:55 Removing intermediate container 8ee01de4e76f 07:08:55 ---> 89816f3cbef2 07:08:55 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 07:08:55 ---> e1157400014c 07:08:55 Step 19/23 : ENTRYPOINT ["/core-command"] 07:08:55 ---> Running in e368beb35046 07:08:55 Removing intermediate container 94bf4019fb2a 07:08:55 ---> 724e02adc089 07:08:55 Step 15/24 : WORKDIR / 07:08:55 Removing intermediate container 0b2a54a9c10e 07:08:55 ---> b2ad8ec39add 07:08:55 Step 13/22 : WORKDIR /edgex 07:08:55 ---> Running in b56ef5adfd97 07:08:55 ---> Running in 56fbfebbb18e 07:08:55 ---> Running in b1e5c8491f81 07:08:55 Removing intermediate container e368beb35046 07:08:55 ---> fd64d73cb058 07:08:55 Step 23/25 : LABEL arch=x86_64 07:08:55 ---> Running in d243455227de 07:08:55 Removing intermediate container b56ef5adfd97 07:08:55 ---> f795493cd2fa 07:08:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:08:55 Removing intermediate container 56fbfebbb18e 07:08:55 ---> 8b7ac87c28b4 07:08:55 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 07:08:55 ---> Running in 551e6b8ee829 07:08:55 Removing intermediate container b1e5c8491f81 07:08:55 ---> 0d353553a181 07:08:55 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:08:55 Removing intermediate container d243455227de 07:08:55 ---> 7d353a3d4ab4 07:08:55 Step 24/25 : LABEL git_sha=408ea5740ce2357703e66a049a7341de16d9f79a 07:08:55 Removing intermediate container 551e6b8ee829 07:08:55 ---> 0afa336f0395 07:08:55 Step 21/23 : LABEL arch=x86_64 07:08:55 ---> Running in 48306d6563e9 07:08:55 ---> Running in d368ef3b975e 07:08:55 ---> 9d8193f4f8fb 07:08:55 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:08:55 ---> 8b8223bc3ebf 07:08:55 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:08:56 Removing intermediate container 48306d6563e9 07:08:56 ---> db54a430ca6d 07:08:56 Step 25/25 : LABEL version=0.0.0 07:08:56 Removing intermediate container d368ef3b975e 07:08:56 ---> 3801f0525f5b 07:08:56 Step 22/23 : LABEL git_sha=408ea5740ce2357703e66a049a7341de16d9f79a 07:08:56 ---> Running in c2fefde703d8 07:08:56 ---> Running in 1ac353930315 07:08:56 Removing intermediate container c2fefde703d8 07:08:56 ---> 65d32762b8b0 07:08:56 Step 23/23 : LABEL version=0.0.0 07:08:56 Removing intermediate container 1ac353930315 07:08:56 ---> 4b84bf6717c9 07:08:56 07:08:56 ---> 7e014b25dc8b 07:08:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:08:56 ---> fbd7601ea8f3 07:08:56 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 07:08:56 ---> Running in 9b0ffc2a6367 07:08:56 Successfully built 4b84bf6717c9 07:08:56 Successfully tagged security-spire-server:latest 07:08:56  Building security-spire-server ... done Building security-spire-config 07:08:56 Removing intermediate container 9b0ffc2a6367 07:08:56 ---> 651cb6cc4fab 07:08:56 07:08:56 Successfully built 651cb6cc4fab 07:08:57 Successfully tagged core-command:latest 07:08:57  Building core-command ... done CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:08:58 ---> ca33c4a2c0c4 07:08:58 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 07:08:58 ---> 318f8ac7ecf6 07:08:58 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 07:08:58 ---> 76712c79128b 07:08:58 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:08:58 ---> 783bcf730fda 07:08:58 Step 20/24 : ENTRYPOINT ["/core-metadata"] 07:08:58 ---> Running in 9e9973cc1e4a 07:08:58 ---> Running in 12c1071d184e 07:08:59 Removing intermediate container 12c1071d184e 07:08:59 ---> 40ba59d236f5 07:08:59 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:08:59 ---> Running in 909e62a3dec4 07:08:59 Removing intermediate container 909e62a3dec4 07:08:59 ---> 14d51f6ee2ee 07:08:59 Step 22/24 : LABEL arch=x86_64 07:08:59 ---> Running in 1dfbf8d37c7a 07:08:59 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:08:59 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:08:59 ---> 634621187b00 07:08:59 Step 3/26 : WORKDIR /edgex-go 07:08:59 ---> Using cache 07:08:59 ---> 58d148371a00 07:08:59 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:08:59 ---> Using cache 07:08:59 ---> 6050ce989fa1 07:08:59 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 07:08:59 ---> Using cache 07:08:59 ---> 2f867c8bc920 07:08:59 Step 6/26 : COPY go.mod vendor* ./ 07:08:59 ---> Using cache 07:08:59 ---> 5ddc7c30b5e9 07:08:59 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:08:59 ---> Using cache 07:08:59 ---> 41712c3d309a 07:08:59 Step 8/26 : COPY . . 07:08:59 ---> Using cache 07:08:59 ---> 860c3de0a1b7 07:08:59 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 07:08:59 ---> Using cache 07:08:59 ---> 9cbfb9a1fec4 07:08:59 Step 10/26 : WORKDIR /edgex-go/spire-build 07:08:59 ---> Using cache 07:08:59 ---> 9df8d3672780 07:08:59 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 07:08:59 ---> Using cache 07:08:59 ---> 807a6d43851a 07:08:59 Step 12/26 : WORKDIR /edgex-go 07:08:59 ---> Using cache 07:08:59 ---> 9ffd46f8e6e6 07:08:59 07:08:59 Step 13/26 : FROM alpine:3.15 07:08:59 ---> c4fc93816858 07:08:59 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 07:08:59 ---> Using cache 07:08:59 ---> 1397fabc70a7 07:08:59 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:08:59 ---> Using cache 07:08:59 ---> 112c0c3b3660 07:08:59 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 07:08:59 Removing intermediate container 1dfbf8d37c7a 07:08:59 ---> 2bb20cddcae0 07:08:59 Step 23/24 : LABEL git_sha=408ea5740ce2357703e66a049a7341de16d9f79a 07:08:59 ---> Running in f199c6ce1e91 07:08:59 ---> Running in cedde7a3445c 07:09:00 Removing intermediate container 9e9973cc1e4a 07:09:00 ---> 79db3c20ef69 07:09:00 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 07:09:00 ---> Running in 006cf2b1eba6 07:09:00 Removing intermediate container cedde7a3445c 07:09:00 ---> 4206fce703d7 07:09:00 Step 24/24 : LABEL version=0.0.0 07:09:00 ---> Running in e631c3d907c0 07:09:00 Removing intermediate container 006cf2b1eba6 07:09:00 ---> 80c2fdfb3c8e 07:09:00 Step 20/22 : LABEL arch=x86_64 07:09:00 ---> Running in 6db2941136b5 07:09:00 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 07:09:00 Removing intermediate container e631c3d907c0 07:09:00 ---> 3315c6825979 07:09:00 07:09:00 Successfully built 3315c6825979 07:09:00 Successfully tagged core-metadata:latest 07:09:00  Building core-metadata ... done Removing intermediate container 6db2941136b5 07:09:00 ---> 3bba5698869e 07:09:00 Step 21/22 : LABEL git_sha=408ea5740ce2357703e66a049a7341de16d9f79a 07:09:00 ---> Running in 66b2fe0a4d43 07:09:00 Removing intermediate container 66b2fe0a4d43 07:09:00 ---> 5b9842f21f80 07:09:00 Step 22/22 : LABEL version=0.0.0 07:09:00 ---> Running in cd1237ba1b6e 07:09:00 Removing intermediate container cd1237ba1b6e 07:09:00 ---> 1741ca74bba5 07:09:00 07:09:00 Successfully built 1741ca74bba5 07:09:00 Successfully tagged security-proxy-setup:latest 07:09:01  Building security-proxy-setup ... done Removing intermediate container d16efa6bab7b 07:09:01 ---> 4c78aa43431c 07:09:01 07:09:01 Step 10/25 : FROM alpine:3.16 07:09:01 ---> 9c6f07244728 07:09:01 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 07:09:01 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 07:09:01 ---> Running in a5ed509bbfef 07:09:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:09:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:09:01 (1/3) Installing ca-certificates (20220614-r0) 07:09:01 v3.15.6-27-g01390f65b4 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 07:09:01 v3.15.6-28-ga68eb7a83e [https://dl-4.alpinelinux.org/alpine/v3.15/community] 07:09:01 OK: 15856 distinct packages available 07:09:01 (2/3) Installing dumb-init (1.2.5-r1) 07:09:01 (3/3) Installing su-exec (0.2-r1) 07:09:01 Executing busybox-1.35.0-r17.trigger 07:09:01 Executing ca-certificates-20220614-r0.trigger 07:09:01 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 07:09:01 OK: 6 MiB in 17 packages 07:09:02 Removing intermediate container a5ed509bbfef 07:09:02 ---> 6e5ca20ca64c 07:09:02 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:09:02 ---> Running in 028bff6506bf 07:09:02 Removing intermediate container 028bff6506bf 07:09:02 ---> 5a63fad45da1 07:09:02 Step 13/25 : WORKDIR / 07:09:02 ---> Running in b08bd45d3fe0 07:09:02 Removing intermediate container b08bd45d3fe0 07:09:02 ---> 5eb649c302e6 07:09:02 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:09:02 ---> 840a247faf9e 07:09:02 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:09:02 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 07:09:02 ---> f417c3454ee9 07:09:02 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:09:02 ---> 195d2a46f8af 07:09:02 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 07:09:02 (1/4) Installing dumb-init (1.2.5-r1) 07:09:03 ---> 3fbfaba0f5cb 07:09:03 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:09:03 (2/4) Installing musl-obstack (1.2.3-r0) 07:09:03 (3/4) Installing libucontext (1.1-r0) 07:09:03 (4/4) Installing gcompat (1.0.0-r4) 07:09:03 ---> 4149c7387177 07:09:03 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:09:03 Executing busybox-1.34.1-r7.trigger 07:09:03 OK: 6 MiB in 18 packages 07:09:03 ---> 8932107e9bc2 07:09:03 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:09:03 Removing intermediate container f199c6ce1e91 07:09:03 ---> eefaa8eb1a16 07:09:03 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 07:09:03 ---> 4657584dc6d1 07:09:03 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:09:03 ---> Running in 20ffaf68163c 07:09:04 ---> dfcbcf6ae5cf 07:09:04 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 07:09:04 Removing intermediate container 20ffaf68163c 07:09:04 ---> 02c0f5b060c4 07:09:04 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 07:09:04 ---> Running in 1407d2f31d60 07:09:04 ---> 8ae4c52f2863 07:09:04 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 07:09:04 ---> Running in eed82f97a1d6 07:09:04 Removing intermediate container 1407d2f31d60 07:09:04 ---> d19192557711 07:09:04 Step 23/25 : LABEL arch=x86_64 07:09:05 ---> Running in 3034334e4e9b 07:09:05 Removing intermediate container eed82f97a1d6 07:09:05 ---> 04f4b0765c83 07:09:05 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 07:09:05 Removing intermediate container 3034334e4e9b 07:09:05 ---> 78b204aacdde 07:09:05 Step 24/25 : LABEL git_sha=408ea5740ce2357703e66a049a7341de16d9f79a 07:09:05 ---> Running in 62bb82bb4f00 07:09:05 ---> 4663cbe82371 07:09:05 Step 21/26 : WORKDIR / 07:09:05 Removing intermediate container 62bb82bb4f00 07:09:05 ---> b0ee047851b8 07:09:05 Step 25/25 : LABEL version=0.0.0 07:09:05 ---> Running in 748a48eccf13 07:09:05 ---> Running in 77e73e2d85a9 07:09:05 Removing intermediate container 748a48eccf13 07:09:05 ---> 08f3bc104258 07:09:05 07:09:05 Removing intermediate container 77e73e2d85a9 07:09:05 ---> 6ad1a031a8d7 07:09:05 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 07:09:05 ---> Running in 7322d2851519 07:09:05 Successfully built 08f3bc104258 07:09:05 Successfully tagged security-secretstore-setup:latest 07:09:05  Building security-secretstore-setup ... done Removing intermediate container 7322d2851519 07:09:05 ---> affa085b2050 07:09:05 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 07:09:05 ---> Running in 490cec7c04b8 07:09:05 Removing intermediate container 490cec7c04b8 07:09:05 ---> f57a7ef518fe 07:09:05 Step 24/26 : LABEL arch=x86_64 07:09:05 ---> Running in d118b2ade408 07:09:05 Removing intermediate container d118b2ade408 07:09:05 ---> 28cf9105573b 07:09:05 Step 25/26 : LABEL git_sha=408ea5740ce2357703e66a049a7341de16d9f79a 07:09:05 ---> Running in 95b14c99a958 07:09:05 Removing intermediate container 95b14c99a958 07:09:05 ---> f688034a06e0 07:09:05 Step 26/26 : LABEL version=0.0.0 07:09:05 ---> Running in 87ddf26822ff 07:09:05 Removing intermediate container 87ddf26822ff 07:09:05 ---> 24961ad34e9b 07:09:05 07:09:06 Successfully built 24961ad34e9b 07:09:06 Successfully tagged security-spire-config:latest 07:09:06  Building security-spire-config ... done  [Pipeline] } 07:09:06 $ docker stop --time=1 15c9c21b71d6694f75c275889666b95213cf8a9827e6e118e7509ca6ac42efba 07:09:07 $ docker rm -f 15c9c21b71d6694f75c275889666b95213cf8a9827e6e118e7509ca6ac42efba [Pipeline] // withDockerContainer [Pipeline] sh 07:09:07 + docker images 07:09:07 REPOSITORY TAG IMAGE ID CREATED SIZE 07:09:07 security-secretstore-setup latest 08f3bc104258 2 seconds ago 28.9MB 07:09:07 security-spire-config latest 24961ad34e9b 2 seconds ago 85.8MB 07:09:07 4c78aa43431c 7 seconds ago 1.53GB 07:09:07 security-proxy-setup latest 1741ca74bba5 7 seconds ago 27.2MB 07:09:07 core-metadata latest 3315c6825979 7 seconds ago 18.2MB 07:09:07 security-spire-server latest 4b84bf6717c9 11 seconds ago 86.5MB 07:09:07 core-command latest 651cb6cc4fab 11 seconds ago 16.2MB 07:09:07 fb72fea539fb 13 seconds ago 1.55GB 07:09:07 69590ca7ede5 15 seconds ago 1.53GB 07:09:07 3d74a675e9c9 17 seconds ago 1.52GB 07:09:07 e0ddc7dabc2f 17 seconds ago 1.42GB 07:09:07 security-spire-agent latest a04446c99470 24 seconds ago 125MB 07:09:07 support-notifications latest ff0ed67e4808 31 seconds ago 27.2MB 07:09:07 9ffd46f8e6e6 38 seconds ago 1.42GB 07:09:07 531238994187 38 seconds ago 1.58GB 07:09:07 sys-mgmt-agent latest f4c38e5822bd 47 seconds ago 135MB 07:09:07 security-bootstrapper latest ed144ba3f6f4 About a minute ago 19.3MB 07:09:07 core-data latest b4a2db97304f About a minute ago 21.5MB 07:09:07 support-scheduler latest e83ca64d8e12 About a minute ago 26.5MB 07:09:07 63657e01b871 About a minute ago 1.58GB 07:09:07 644b8b4359ed About a minute ago 1.55GB 07:09:07 46f3793d0cfb About a minute ago 1.52GB 07:09:07 bfb5c71569f1 About a minute ago 1.52GB 07:09:07 security-spiffe-token-provider latest c3e6f50e3eec About a minute ago 29.2MB 07:09:07 2a664688eeff About a minute ago 1.57GB 07:09:07 ci-base-image-x86_64 latest 634621187b00 4 minutes ago 993MB 07:09:07 alpine 3.15 c4fc93816858 13 days ago 5.59MB 07:09:07 alpine 3.16 9c6f07244728 13 days ago 5.54MB 07:09:07 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 6 weeks ago 253MB 07:09:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine a4fb48ad2a94 6 weeks ago 677MB 07:09:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 07:10:19 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:10:19 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:10:22 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:10:22 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 07:10:25 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 07:10:25 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:10:25 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 07:10:25 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:10:25 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 07:10:25 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:10:25 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:10:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 07:10:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 07:10:28 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:10:28 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 07:10:43 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.268s coverage: 28.7% of statements 07:10:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:10:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:10:45 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.354s coverage: 98.5% of statements 07:10:45 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 07:10:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.489s coverage: 54.2% of statements 07:10:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:10:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:11:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 20.998s coverage: 89.2% of statements 07:11:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 07:11:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 07:11:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 07:11:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:11:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 07:11:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.479s coverage: 2.1% of statements 07:11:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:11:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:11:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.440s coverage: 95.6% of statements 07:11:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 07:11:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 07:11:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 07:11:09 ok github.com/edgexfoundry/edgex-go/internal/io 0.269s coverage: 72.2% of statements 07:11:09 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:11:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 07:11:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 07:11:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:11:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:11:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.567s coverage: 60.0% of statements 07:11:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:11:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:11:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:11:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.386s coverage: 0.9% of statements 07:11:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 07:11:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.250s coverage: 58.8% of statements 07:11:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.257s coverage: 29.6% of statements 07:11:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 07:11:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.258s coverage: 47.1% of statements 07:11:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.243s coverage: 79.5% of statements 07:11:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.229s coverage: 94.1% of statements 07:11:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.267s coverage: 96.3% of statements 07:11:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.243s coverage: 87.5% of statements 07:11:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.247s coverage: 94.4% of statements 07:11:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.216s coverage: 44.8% of statements 07:11:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.677s coverage: 80.8% of statements 07:11:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 07:11:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.283s coverage: 92.9% of statements 07:11:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 07:11:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 07:11:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 07:11:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.071s coverage: 65.1% of statements 07:11:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 07:11:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 07:11:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 07:11:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 07:11:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 07:11:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.211s coverage: 87.2% of statements 07:11:41 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 07:11:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 07:11:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.177s coverage: 100.0% of statements 07:11:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 07:11:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.280s coverage: 58.8% of statements 07:11:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 07:11:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.259s coverage: 80.0% of statements 07:11:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.214s coverage: 87.2% of statements 07:11:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.253s coverage: 85.4% of statements 07:11:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.901s coverage: 91.2% of statements 07:11:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 07:11:44 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.913s coverage: 64.7% of statements 07:11:44 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:11:44 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:11:44 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.301s coverage: 100.0% of statements 07:11:44 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 89.4% of statements 07:11:44 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements 07:11:44 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.113s coverage: 73.7% of statements 07:11:44 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.072s coverage: 100.0% of statements 07:11:52 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.374s coverage: 65.8% of statements 07:11:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 07:11:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 07:11:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 07:11:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.882s coverage: 43.6% of statements 07:11:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:11:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:11:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.286s coverage: 89.5% of statements 07:11:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 07:11:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.314s coverage: 84.8% of statements 07:11:54 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 07:11:54 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 07:11:54 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 07:11:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 07:12:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.332s coverage: 17.7% of statements 07:12:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 07:12:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 07:12:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:12:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:12:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.878s coverage: 92.3% of statements 07:12:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 07:12:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 07:12:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 07:12:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 07:12:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.368s coverage: 63.2% of statements 07:12:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:12:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:12:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.459s coverage: 97.7% of statements 07:12:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 07:12:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 07:12:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 07:12:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 07:12:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.213s coverage: 28.9% of statements 07:12:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 07:12:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 07:12:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 07:12:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 07:12:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 07:12:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 07:12:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.208s coverage: 100.0% of statements 07:12:04 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.081s coverage: 96.9% of statements 07:12:04 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 07:12:04 WARNING: Linting skipped (not on x86_64 or linter not installed) 07:12:04 GO111MODULE=on go vet ./... 07:13:56 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 07:13:56 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 07:13:56 ./bin/test-attribution-txt.sh 07:13:56 An attribution for github.com/klauspost/compress is missing from Attribution.txt, please add 07:13:56 An attribution for github.com/minio/highwayhash is missing from Attribution.txt, please add 07:13:56 An attribution for github.com/nats-io/jwt/v2 is missing from Attribution.txt, please add 07:13:56 An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add 07:13:56 An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add 07:13:56 An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add 07:13:56 An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo 07:13:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 07:13:57 + ls -al . 07:13:57 total 732 07:13:57 drwxrwxr-x 9 1001 1001 4096 Aug 23 07:08 . 07:13:57 drwxr-xr-x 4 root root 4096 Aug 23 07:08 .. 07:13:57 -rw-rw-r-- 1 1001 1001 16 Aug 23 07:06 .dockerignore 07:13:57 drwxrwxr-x 8 1001 1001 4096 Aug 23 07:06 .git 07:13:57 drwxrwxr-x 3 1001 1001 4096 Aug 23 07:06 .github 07:13:57 -rw-rw-r-- 1 1001 1001 1030 Aug 23 07:06 .gitignore 07:13:57 -rw-rw-r-- 1 1001 1001 42 Aug 23 07:06 .golangci.yml 07:13:57 -rw-rw-r-- 1 1001 1001 87 Aug 23 07:06 .hadolint.yml 07:13:57 -rw-rw-r-- 1 1001 1001 166 Aug 23 07:06 .sonarcloud.properties 07:13:57 -rw-rw-r-- 1 1001 1001 1171 Aug 23 07:06 ADOPTERS.md 07:13:57 -rw-rw-r-- 1 1001 1001 10347 Aug 23 07:06 Attribution.txt 07:13:57 -rw-rw-r-- 1 1001 1001 63209 Aug 23 07:06 CHANGELOG.md 07:13:57 -rw-rw-r-- 1 1001 1001 3804 Aug 23 07:06 CONTRIBUTING.md 07:13:57 -rw-rw-r-- 1 1001 1001 677 Aug 23 07:06 GOVERNANCE.md 07:13:57 -rw-rw-r-- 1 1001 1001 850 Aug 23 07:06 Jenkinsfile 07:13:57 -rw-rw-r-- 1 1001 1001 10775 Aug 23 07:06 LICENSE 07:13:57 -rw-rw-r-- 1 1001 1001 13276 Aug 23 07:06 Makefile 07:13:57 -rw-rw-r-- 1 1001 1001 582 Aug 23 07:06 OWNERS.md 07:13:57 -rw-rw-r-- 1 1001 1001 9094 Aug 23 07:06 README.md 07:13:57 -rw-rw-r-- 1 1001 1001 6912 Aug 23 07:06 SECURITY.md 07:13:57 -rw-rw-r-- 1 1001 1001 5 Aug 23 07:04 VERSION 07:13:57 -rw-rw-r-- 1 1001 1001 4131 Aug 23 07:06 ZMQWindows.md 07:13:57 drwxrwxr-x 2 1001 1001 4096 Aug 23 07:06 bin 07:13:57 drwxrwxr-x 18 1001 1001 4096 Aug 23 07:06 cmd 07:13:57 -rw-r--r-- 1 root root 482786 Aug 23 07:12 coverage.out 07:13:57 -rw-rw-r-- 1 1001 1001 3681 Aug 23 07:06 go.mod 07:13:57 -rw-rw-r-- 1 1001 1001 38033 Aug 23 07:06 go.sum 07:13:57 drwxrwxr-x 8 1001 1001 4096 Aug 23 07:06 internal 07:13:57 drwxrwxr-x 3 1001 1001 4096 Aug 23 07:06 openapi 07:13:57 drwxrwxr-x 4 1001 1001 4096 Aug 23 07:06 snap 07:13:57 -rw-rw-r-- 1 1001 1001 204 Aug 23 07:06 version.go [Pipeline] sh 07:13:57 + '[' -e coverage.out ] 07:13:57 + chown 1001:1001 coverage.out [Pipeline] stash 07:13:57 Warning: overwriting stash ‘coverage-report’ 07:13:58 Stashed 1 file(s) [Pipeline] sh 07:13:59 + make build 07:13:59 CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 07:15:20 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:16:42 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 07:16:42 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:17:15 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 07:17:15 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 07:17:18 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:17:25 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 07:17:27 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:17:33 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:17:36 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 07:17:40 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 07:17:48 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 07:17:52 $ docker stop --time=1 7c81e9f6225d637a91627273f648093c99f8d3e1d073b3c01c1ea668cd41eda4 07:17:54 $ docker rm -f 7c81e9f6225d637a91627273f648093c99f8d3e1d073b3c01c1ea668cd41eda4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:17:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:17:57 07:17:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:17:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:17:58 latest: Pulling from edgex-devops/edgex-compose-arm64 07:17:58 29e5d40040c1: Pulling fs layer 07:17:58 1ce36da41761: Pulling fs layer 07:17:58 25b303627fd3: Pulling fs layer 07:17:58 29e5d40040c1: Verifying Checksum 07:17:58 29e5d40040c1: Download complete 07:17:58 1ce36da41761: Verifying Checksum 07:17:58 1ce36da41761: Download complete 07:17:59 29e5d40040c1: Pull complete 07:18:00 25b303627fd3: Verifying Checksum 07:18:00 25b303627fd3: Download complete 07:18:00 1ce36da41761: Pull complete 07:18:13 25b303627fd3: Pull complete 07:18:13 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 07:18:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:18:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:18:13 prd-ubuntu20.04-docker-arm64-4c-16g-23360 does not seem to be running inside a container 07:18:13 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 07:18:15 $ docker top 95679b2fc3562979759d6f489edeff267f9e4a6dc3891709e2e11c51de9f5682 -eo pid,comm [Pipeline] { [Pipeline] sh 07:18:16 + docker-compose build --help+ grep parallel 07:18:16 07:18:21 --parallel Build images in parallel. [Pipeline] } 07:18:21 $ docker stop --time=1 95679b2fc3562979759d6f489edeff267f9e4a6dc3891709e2e11c51de9f5682 07:18:22 $ docker rm -f 95679b2fc3562979759d6f489edeff267f9e4a6dc3891709e2e11c51de9f5682 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:18:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:18:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:18:23 prd-ubuntu20.04-docker-arm64-4c-16g-23360 does not seem to be running inside a container 07:18:23 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 07:18:25 $ docker top 403c8a1138bb43ca13ac0f14e1a6ef8258ae97eac1b02ccceefb777017673dd8 -eo pid,comm [Pipeline] { [Pipeline] sh 07:18:26 + docker-compose -f ./docker-compose-build.yml build --parallel 07:18:30 Building core-command ... 07:18:30 Building core-data ... 07:18:30 Building core-metadata ... 07:18:30 Building security-bootstrapper ... 07:18:30 Building security-proxy-setup ... 07:18:30 Building security-secretstore-setup ... 07:18:30 Building security-spiffe-token-provider ... 07:18:30 Building security-spire-agent ... 07:18:30 Building security-spire-config ... 07:18:30 Building security-spire-server ... 07:18:30 Building support-notifications ... 07:18:30 Building support-scheduler ... 07:18:30 Building sys-mgmt-agent ... 07:18:30 Building support-scheduler 07:18:30 Building support-notifications 07:18:30 Building security-spire-agent 07:18:30 Building security-spiffe-token-provider 07:18:30 Building security-proxy-setup 07:19:17 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:19:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:19:17 ---> c4a7b59878c7 07:19:17 Step 3/22 : WORKDIR /edgex-go 07:19:17 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:19:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:19:17 ---> c4a7b59878c7 07:19:17 Step 3/22 : WORKDIR /edgex-go 07:19:17 ---> Running in b0abc3620aec 07:19:17 ---> Running in 49f7ea1c43d2 07:19:17 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:19:17 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:19:17 ---> c4a7b59878c7 07:19:17 Step 3/26 : WORKDIR /edgex-go 07:19:17 ---> Running in d31a9f0e468e 07:19:17 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:19:17 Step 2/20 : FROM ${BUILDER_BASE} AS builder 07:19:17 ---> c4a7b59878c7 07:19:17 Step 3/20 : WORKDIR /edgex-go 07:19:17 ---> Running in fec58261146f 07:19:17 Removing intermediate container 49f7ea1c43d2 07:19:17 ---> 2ceffb6fd7f1 07:19:17 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:19:17 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:19:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:19:17 ---> c4a7b59878c7 07:19:17 Step 3/22 : WORKDIR /edgex-go 07:19:17 ---> Running in 5509f1c7da3d 07:19:17 Removing intermediate container b0abc3620aec 07:19:17 ---> 9b0a047fdede 07:19:17 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:19:17 ---> Running in 78c0a454b5c5 07:19:17 ---> Running in 1d5e58173cb1 07:19:17 Removing intermediate container d31a9f0e468e 07:19:17 ---> 9a10a9f18556 07:19:17 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:19:17 Removing intermediate container fec58261146f 07:19:17 ---> ae9ad091700c 07:19:17 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 07:19:17 ---> Running in 969145ddd5b8 07:19:17 ---> Running in a84ebbfa1d04 07:19:17 Removing intermediate container 5509f1c7da3d 07:19:17 ---> 8c6c3bbb4e67 07:19:17 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:19:17 ---> Running in ae29226cd919 07:19:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:19:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:19:20 Removing intermediate container 1d5e58173cb1 07:19:20 ---> 9e59f7753c70 07:19:20 Step 5/22 : RUN apk add --update --no-cache make git 07:19:20 ---> Running in a8a14527471a 07:19:20 Removing intermediate container 78c0a454b5c5 07:19:20 ---> 16835ba8aebc 07:19:20 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 07:19:20 Removing intermediate container 969145ddd5b8 07:19:20 ---> 71f532f11d83 07:19:20 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 07:19:20 ---> Running in 62adb0d4d00d 07:19:20 v3.16.2-72-g941795a804 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 07:19:20 v3.16.2-75-g0ffe80ea03 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 07:19:20 OK: 16890 distinct packages available 07:19:20 ---> Running in 24861e5a8e5b 07:19:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:19:21 Removing intermediate container ae29226cd919 07:19:21 ---> 9cfe1f29aa31 07:19:21 Step 5/22 : RUN apk add --update --no-cache make git 07:19:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:19:21 ---> Running in d49f35f0dd7a 07:19:22 OK: 221 MiB in 51 packages 07:19:23 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:19:23 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:19:23 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:19:23 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:19:23 Removing intermediate container a84ebbfa1d04 07:19:23 ---> 085bc6d65689 07:19:23 Step 5/20 : COPY go.mod vendor* ./ 07:19:23 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:19:24 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:19:24 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:19:24 ---> 2079541f26c5 07:19:24 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:19:24 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:19:24 ---> Running in 62440d7355ee 07:19:25 OK: 221 MiB in 51 packages 07:19:25 OK: 221 MiB in 51 packages 07:19:26 OK: 221 MiB in 51 packages 07:19:26 OK: 221 MiB in 51 packages 07:19:27 Removing intermediate container a8a14527471a 07:19:27 ---> b33d8aee6cae 07:19:27 Step 6/22 : COPY go.mod vendor* ./ 07:19:27 Removing intermediate container 62adb0d4d00d 07:19:27 ---> f5230e767163 07:19:27 Step 6/22 : COPY go.mod vendor* ./ 07:19:27 Removing intermediate container d49f35f0dd7a 07:19:27 ---> 70e3e686e1d1 07:19:27 Step 6/22 : COPY go.mod vendor* ./ 07:19:27 Removing intermediate container 24861e5a8e5b 07:19:27 ---> 0cd391ac1be5 07:19:27 Step 6/26 : COPY go.mod vendor* ./ 07:19:28 ---> 9bd13dace8c2 07:19:28 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:19:28 ---> 586b97b424cf 07:19:28 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:19:28 ---> Running in bebffb3982bd 07:19:28 ---> Running in ad455b395c0b 07:19:28 ---> 946c5f9231bd 07:19:28 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:19:28 ---> 97cc51eb7ff8 07:19:28 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:19:29 ---> Running in bf7f64430ab6 07:19:29 ---> Running in 8628e603f06c 07:20:16 Removing intermediate container 62440d7355ee 07:20:16 ---> cfc815dc4339 07:20:16 Step 7/20 : COPY . . 07:20:28 Removing intermediate container bebffb3982bd 07:20:28 ---> 86a297f7c3e1 07:20:28 Step 8/22 : COPY . . 07:20:28 Removing intermediate container ad455b395c0b 07:20:28 ---> e819079f51d1 07:20:28 Step 8/22 : COPY . . 07:20:28 Removing intermediate container bf7f64430ab6 07:20:28 ---> 572333635993 07:20:28 Step 8/22 : COPY . . 07:20:28 Removing intermediate container 8628e603f06c 07:20:28 ---> 91d2208a2980 07:20:28 Step 8/26 : COPY . . 07:20:33 ---> 60dfe23f01fb 07:20:33 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 07:20:33 ---> Running in 85fb22de19fb 07:20:34 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 07:20:49 ---> 11aad606c697 07:20:49 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 07:20:49 ---> 057aac5568dd 07:20:49 Step 9/22 : RUN make cmd/support-notifications/support-notifications 07:20:49 ---> Running in 9b2066fde27a 07:20:49 ---> 157d784bd43d 07:20:49 ---> Running in 892e9b15388c 07:20:49 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 07:20:49 ---> d28c0c85a6e8 07:20:49 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 07:20:49 ---> Running in 4c55cb204afa 07:20:49 ---> Running in e3631c3f039d 07:20:49 Removing intermediate container 9b2066fde27a 07:20:49 ---> 85bf13f5b580 07:20:49 Step 10/26 : WORKDIR /edgex-go/spire-build 07:20:49 ---> Running in a1cc90cd551f 07:20:50 Removing intermediate container a1cc90cd551f 07:20:50 ---> 0104f9f206f8 07:20:50 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 07:20:50 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:20:50 ---> Running in 8bce6b4d8eb9 07:20:50 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:20:50 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 07:20:53 Removing intermediate container 8bce6b4d8eb9 07:20:53 ---> 08a35037779e 07:20:53 Step 12/26 : WORKDIR /edgex-go 07:20:53 ---> Running in cd6ed0b1a66d 07:20:53 Removing intermediate container cd6ed0b1a66d 07:20:53 ---> 7440cfc3dc50 07:20:53 07:20:53 Step 13/26 : FROM alpine:3.15 07:20:53 3.15: Pulling from library/alpine 07:20:55 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 07:20:55 Status: Downloaded newer image for alpine:3.15 07:20:55 ---> 02e0d6fdf486 07:20:55 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 07:20:55 ---> Running in 622c6709ac08 07:20:56 Removing intermediate container 622c6709ac08 07:20:56 ---> 27eec44519c8 07:20:56 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:20:56 ---> Running in 0da29f7c028f 07:20:59 Removing intermediate container 0da29f7c028f 07:20:59 ---> a8e7afa7b524 07:20:59 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:20:59 ---> Running in bbee271119cf 07:21:01 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 07:21:02 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 07:21:03 v3.15.6-27-g01390f65b4 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 07:21:03 v3.15.6-28-ga68eb7a83e [https://dl-4.alpinelinux.org/alpine/v3.15/community] 07:21:03 OK: 15733 distinct packages available 07:21:04 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 07:21:05 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 07:21:06 (1/5) Installing dumb-init (1.2.5-r1) 07:21:06 (2/5) Installing musl-obstack (1.2.3-r0) 07:21:06 (3/5) Installing libucontext (1.1-r0) 07:21:06 (4/5) Installing gcompat (1.0.0-r4) 07:21:06 (5/5) Installing openssl (1.1.1q-r0) 07:21:07 Executing busybox-1.34.1-r7.trigger 07:21:07 OK: 6 MiB in 19 packages 07:21:09 Removing intermediate container bbee271119cf 07:21:09 ---> 24827ff22c0e 07:21:09 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 07:21:11 ---> a63e81b104be 07:21:11 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 07:21:18 ---> caab4ee0e607 07:21:18 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 07:21:18 ---> 443cceebe02a 07:21:18 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 07:21:19 ---> 9b19252543a1 07:21:19 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 07:21:20 ---> d1512c799678 07:21:20 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 07:21:20 ---> Running in 72e3aab552de 07:21:20 Removing intermediate container 72e3aab552de 07:21:20 ---> b336a4ab1a6f 07:21:20 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 07:21:20 ---> Running in 887845de01ce 07:21:21 Removing intermediate container 887845de01ce 07:21:21 ---> 4de176eb0702 07:21:21 Step 24/26 : LABEL arch=arm64 07:21:21 ---> Running in 8887fd1dc6e8 07:21:21 Removing intermediate container 8887fd1dc6e8 07:21:21 ---> a1bfa5dbc743 07:21:21 Step 25/26 : LABEL git_sha=408ea5740ce2357703e66a049a7341de16d9f79a 07:21:22 ---> Running in eb65d02388d8 07:21:22 Removing intermediate container eb65d02388d8 07:21:22 ---> 636a9ff67983 07:21:22 Step 26/26 : LABEL version=0.0.0 07:21:22 ---> Running in fb0c94f60151 07:21:23 Removing intermediate container fb0c94f60151 07:21:23 ---> 23373566435c 07:21:23 07:21:23 Successfully built 23373566435c 07:21:23 Successfully tagged security-spire-agent-arm64:latest 07:21:23  Building security-spire-agent ... done Building security-spire-server 07:21:41 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:21:41 Step 2/25 : FROM ${BUILDER_BASE} AS builder 07:21:41 ---> c4a7b59878c7 07:21:41 Step 3/25 : WORKDIR /edgex-go 07:21:41 ---> Using cache 07:21:41 ---> 8c6c3bbb4e67 07:21:41 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:21:41 ---> Using cache 07:21:41 ---> 9cfe1f29aa31 07:21:41 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 07:21:41 ---> Running in c759bbed618a 07:21:42 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:21:43 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:21:44 OK: 221 MiB in 51 packages 07:21:45 Removing intermediate container c759bbed618a 07:21:45 ---> fb3556ef6526 07:21:45 Step 6/25 : COPY go.mod vendor* ./ 07:21:46 ---> b968311c4557 07:21:46 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:21:47 ---> Running in 7f2800adbdc1 07:22:34 Removing intermediate container 7f2800adbdc1 07:22:34 ---> c12f37db3413 07:22:34 Step 8/25 : COPY . . 07:22:49 ---> 81df75014019 07:22:49 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 07:22:49 ---> Running in 484c87525bf3 07:22:49 Removing intermediate container 484c87525bf3 07:22:49 ---> 7d29ba24c8d1 07:22:49 Step 10/25 : WORKDIR /edgex-go/spire-build 07:22:49 ---> Running in c417c433fa85 07:22:49 Removing intermediate container c417c433fa85 07:22:49 ---> 1c22eee63c5f 07:22:49 Step 11/25 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 07:22:49 ---> Running in c589528a43c0 07:22:51 Removing intermediate container c589528a43c0 07:22:51 ---> 5cb2efbcdaa5 07:22:51 Step 12/25 : WORKDIR /edgex-go 07:22:51 ---> Running in 0cff0253f104 07:22:51 Removing intermediate container 0cff0253f104 07:22:51 ---> bbdd27c6c9fc 07:22:51 07:22:51 Step 13/25 : FROM alpine:3.15 07:22:51 ---> 02e0d6fdf486 07:22:51 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 07:22:51 ---> Using cache 07:22:51 ---> 27eec44519c8 07:22:51 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:22:51 ---> Using cache 07:22:51 ---> a8e7afa7b524 07:22:51 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:22:51 ---> Using cache 07:22:51 ---> 24827ff22c0e 07:22:51 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 07:22:57 ---> bf24d1fa7e0b 07:22:57 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 07:22:58 ---> 622a2ee17887 07:22:58 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 07:22:59 ---> e71a8b83dead 07:22:59 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 07:22:59 ---> 9519b68cf077 07:22:59 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 07:22:59 ---> Running in d95af803e5c5 07:23:00 Removing intermediate container d95af803e5c5 07:23:00 ---> a5ed0e862fd4 07:23:00 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 07:23:00 ---> Running in 216a4e55231c 07:23:01 Removing intermediate container 216a4e55231c 07:23:01 ---> 4206b2d1359c 07:23:01 Step 23/25 : LABEL arch=arm64 07:23:01 ---> Running in c95c834b0550 07:23:01 Removing intermediate container c95c834b0550 07:23:01 ---> e0c037896bf0 07:23:01 Step 24/25 : LABEL git_sha=408ea5740ce2357703e66a049a7341de16d9f79a 07:23:01 ---> Running in def9227206bd 07:23:02 Removing intermediate container def9227206bd 07:23:02 ---> 5b854360e8f6 07:23:02 Step 25/25 : LABEL version=0.0.0 07:23:02 ---> Running in cc5ccdd3512a 07:23:03 Removing intermediate container cc5ccdd3512a 07:23:03 ---> 12d508d166b5 07:23:03 07:23:03 Successfully built 12d508d166b5 07:23:03 Successfully tagged security-spire-server-arm64:latest 07:23:03  Building security-spire-server ... done Building security-spire-config 07:23:18 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:23:18 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:23:18 ---> c4a7b59878c7 07:23:18 Step 3/26 : WORKDIR /edgex-go 07:23:18 ---> Using cache 07:23:18 ---> 8c6c3bbb4e67 07:23:18 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:23:18 ---> Using cache 07:23:18 ---> 9cfe1f29aa31 07:23:18 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 07:23:18 ---> Using cache 07:23:18 ---> fb3556ef6526 07:23:18 Step 6/26 : COPY go.mod vendor* ./ 07:23:18 ---> Using cache 07:23:18 ---> b968311c4557 07:23:18 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:23:18 ---> Using cache 07:23:18 ---> c12f37db3413 07:23:18 Step 8/26 : COPY . . 07:23:18 ---> Using cache 07:23:18 ---> 81df75014019 07:23:18 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 07:23:18 ---> Using cache 07:23:18 ---> 7d29ba24c8d1 07:23:18 Step 10/26 : WORKDIR /edgex-go/spire-build 07:23:18 ---> Using cache 07:23:18 ---> 1c22eee63c5f 07:23:18 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 07:23:19 ---> Running in 5389c20013cb 07:23:21 Removing intermediate container 5389c20013cb 07:23:21 ---> cb34e7a9c952 07:23:21 Step 12/26 : WORKDIR /edgex-go 07:23:22 ---> Running in ce6774cc12fb 07:23:22 Removing intermediate container ce6774cc12fb 07:23:22 ---> 2188adfc1c2d 07:23:22 07:23:22 Step 13/26 : FROM alpine:3.15 07:23:22 ---> 02e0d6fdf486 07:23:22 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 07:23:22 ---> Using cache 07:23:22 ---> 27eec44519c8 07:23:22 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:23:22 ---> Using cache 07:23:22 ---> a8e7afa7b524 07:23:22 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 07:23:22 ---> Running in 87f189773c05 07:23:24 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 07:23:25 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 07:23:27 v3.15.6-27-g01390f65b4 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 07:23:27 v3.15.6-28-ga68eb7a83e [https://dl-4.alpinelinux.org/alpine/v3.15/community] 07:23:27 OK: 15733 distinct packages available 07:23:27 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 07:23:28 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 07:23:29 (1/4) Installing dumb-init (1.2.5-r1) 07:23:29 (2/4) Installing musl-obstack (1.2.3-r0) 07:23:29 (3/4) Installing libucontext (1.1-r0) 07:23:29 (4/4) Installing gcompat (1.0.0-r4) 07:23:30 Executing busybox-1.34.1-r7.trigger 07:23:30 OK: 6 MiB in 18 packages 07:23:31 Removing intermediate container 87f189773c05 07:23:31 ---> 635c71f35310 07:23:31 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 07:23:36 ---> e0ab57b3ecb7 07:23:36 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 07:23:37 ---> b9051b36b739 07:23:37 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 07:23:37 ---> Running in 595c638fadc1 07:23:38 Removing intermediate container 595c638fadc1 07:23:38 ---> ea4e06835f05 07:23:38 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 07:23:39 ---> 96227d2e6bd9 07:23:39 Step 21/26 : WORKDIR / 07:23:39 ---> Running in 6d262bf2b24f 07:23:39 Removing intermediate container 6d262bf2b24f 07:23:39 ---> 5ee6728816c0 07:23:39 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 07:23:39 ---> Running in e27bc312c0c8 07:23:40 Removing intermediate container e27bc312c0c8 07:23:40 ---> e11a741a5772 07:23:40 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 07:23:40 ---> Running in eb17e79a18eb 07:23:40 Removing intermediate container eb17e79a18eb 07:23:40 ---> 086af9b9311a 07:23:40 Step 24/26 : LABEL arch=arm64 07:23:40 ---> Running in b75a5935536d 07:23:41 Removing intermediate container b75a5935536d 07:23:41 ---> 396c4d76d4c3 07:23:41 Step 25/26 : LABEL git_sha=408ea5740ce2357703e66a049a7341de16d9f79a 07:23:41 ---> Running in 327dc7506e91 07:23:42 Removing intermediate container 327dc7506e91 07:23:42 ---> 3542d0c86905 07:23:42 Step 26/26 : LABEL version=0.0.0 07:23:42 ---> Running in e472ae01cfe2 07:23:42 Removing intermediate container e472ae01cfe2 07:23:42 ---> 8a68eea2246d 07:23:42 07:23:43 Successfully built 8a68eea2246d 07:23:43 Successfully tagged security-spire-config-arm64:latest 07:23:43  Building security-spire-config ... done Building security-secretstore-setup 07:24:01 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:24:01 Step 2/25 : FROM ${BUILDER_BASE} AS builder 07:24:01 ---> c4a7b59878c7 07:24:01 Step 3/25 : WORKDIR /edgex-go 07:24:01 ---> Using cache 07:24:01 ---> 8c6c3bbb4e67 07:24:01 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:24:01 ---> Using cache 07:24:01 ---> 9cfe1f29aa31 07:24:01 Step 5/25 : RUN apk add --update --no-cache make git 07:24:01 ---> Using cache 07:24:01 ---> 70e3e686e1d1 07:24:01 Step 6/25 : COPY go.mod vendor* ./ 07:24:01 ---> Using cache 07:24:01 ---> 946c5f9231bd 07:24:01 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:24:01 ---> Using cache 07:24:01 ---> 572333635993 07:24:01 Step 8/25 : COPY . . 07:24:01 ---> Using cache 07:24:01 ---> 157d784bd43d 07:24:01 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:24:01 ---> Running in ce7d61b65c9c 07:24:02 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:26:09 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 07:26:17 Removing intermediate container e3631c3f039d 07:26:17 ---> 853941121a41 07:26:17 07:26:17 Step 10/22 : FROM alpine:3.16 07:26:17 3.16: Pulling from library/alpine 07:26:19 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 07:26:19 Status: Downloaded newer image for alpine:3.16 07:26:19 ---> a6215f271958 07:26:19 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 07:26:19 ---> Running in 222930cd170d 07:26:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:26:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:26:22 (1/6) Installing ca-certificates (20220614-r0) 07:26:23 (2/6) Installing brotli-libs (1.0.9-r6) 07:26:23 (3/6) Installing nghttp2-libs (1.47.0-r0) 07:26:23 (4/6) Installing libcurl (7.83.1-r2) 07:26:23 (5/6) Installing curl (7.83.1-r2) 07:26:23 (6/6) Installing dumb-init (1.2.5-r1) 07:26:23 Executing busybox-1.35.0-r17.trigger 07:26:23 Executing ca-certificates-20220614-r0.trigger 07:26:23 OK: 8 MiB in 20 packages 07:26:25 Removing intermediate container 222930cd170d 07:26:25 ---> 918c19c6e60a 07:26:25 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:26:25 ---> Running in c91c49c77ae8 07:26:26 Removing intermediate container c91c49c77ae8 07:26:26 ---> 9071e144feec 07:26:26 Step 13/22 : WORKDIR /edgex 07:26:26 ---> Running in 767d2d9ead20 07:26:27 Removing intermediate container 767d2d9ead20 07:26:27 ---> 3d2c72ccada9 07:26:27 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:26:28 ---> b0c256d6546e 07:26:28 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:26:29 ---> 88caec7945bc 07:26:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:26:31 ---> 5430e40882c7 07:26:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 07:26:32 ---> d4ececf77697 07:26:32 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:26:32 ---> Running in d44dfca43cd6 07:26:34 Removing intermediate container d44dfca43cd6 07:26:34 ---> 399ba4b265a1 07:26:34 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 07:26:35 ---> Running in f1b8d747e5d9 07:26:35 Removing intermediate container f1b8d747e5d9 07:26:35 ---> 1f99c2ac24a4 07:26:35 Step 20/22 : LABEL arch=arm64 07:26:35 ---> Running in 3e2300e510f9 07:26:36 Removing intermediate container 3e2300e510f9 07:26:36 ---> a22f60ddbc2b 07:26:36 Step 21/22 : LABEL git_sha=408ea5740ce2357703e66a049a7341de16d9f79a 07:26:36 ---> Running in e4c7c04c209b 07:26:36 Removing intermediate container e4c7c04c209b 07:26:36 ---> 8788afee4c10 07:26:36 Step 22/22 : LABEL version=0.0.0 07:26:36 ---> Running in 09800ad11f9f 07:26:37 Removing intermediate container 09800ad11f9f 07:26:37 ---> 3e9ca0e44ea4 07:26:37 07:26:37 Successfully built 3e9ca0e44ea4 07:26:38 Successfully tagged security-proxy-setup-arm64:latest 07:26:38  Building security-proxy-setup ... done Building sys-mgmt-agent 07:26:56 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:26:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:26:56 ---> c4a7b59878c7 07:26:56 Step 3/23 : WORKDIR /edgex-go 07:26:56 ---> Using cache 07:26:56 ---> 8c6c3bbb4e67 07:26:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:26:56 ---> Using cache 07:26:56 ---> 9cfe1f29aa31 07:26:56 Step 5/23 : RUN apk add --update --no-cache make bash git 07:26:56 ---> Running in 8daf2ea132f9 07:26:56 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:26:57 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:26:58 OK: 221 MiB in 51 packages 07:26:59 Removing intermediate container 8daf2ea132f9 07:26:59 ---> 701ab27c97ff 07:26:59 Step 6/23 : COPY go.mod vendor* ./ 07:27:00 ---> b851e4c5923e 07:27:00 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:27:00 ---> Running in 1b70d0ddf2bc 07:27:57 Removing intermediate container 85fb22de19fb 07:27:57 ---> 492195f3d8c6 07:27:57 07:27:57 Step 9/20 : FROM alpine:3.15 07:27:57 ---> 02e0d6fdf486 07:27:57 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 07:27:57 ---> Using cache 07:27:57 ---> 27eec44519c8 07:27:57 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:27:57 ---> Using cache 07:27:57 ---> a8e7afa7b524 07:27:57 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 07:27:57 ---> Running in 5d9c7b90cb9c 07:27:57 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 07:27:57 Removing intermediate container 1b70d0ddf2bc 07:27:57 ---> 1ef6b8c3622f 07:27:57 Step 8/23 : COPY . . 07:27:57 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 07:27:57 v3.15.6-27-g01390f65b4 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 07:27:57 v3.15.6-28-ga68eb7a83e [https://dl-4.alpinelinux.org/alpine/v3.15/community] 07:27:57 OK: 15733 distinct packages available 07:27:57 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 07:27:57 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 07:27:57 (1/9) Installing ca-certificates (20220614-r0) 07:27:57 (2/9) Installing brotli-libs (1.0.9-r5) 07:27:57 (3/9) Installing nghttp2-libs (1.46.0-r0) 07:27:57 (4/9) Installing libcurl (7.80.0-r2) 07:27:57 (5/9) Installing curl (7.80.0-r2) 07:27:57 (6/9) Installing dumb-init (1.2.5-r1) 07:27:57 (7/9) Installing musl-obstack (1.2.3-r0) 07:27:57 (8/9) Installing libucontext (1.1-r0) 07:27:57 (9/9) Installing gcompat (1.0.0-r4) 07:27:58 Executing busybox-1.34.1-r7.trigger 07:27:58 Executing ca-certificates-20220614-r0.trigger 07:27:58 OK: 8 MiB in 23 packages 07:28:02 Removing intermediate container 5d9c7b90cb9c 07:28:02 ---> 907e26411c7f 07:28:02 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 07:28:03 ---> 35de0822addd 07:28:03 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 07:28:06 ---> d8d53aaed0bb 07:28:06 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:28:06 ---> Running in 886390de7dfe 07:28:07 ---> 2f2af4b3ff36 07:28:07 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 07:28:08 ---> 96725d91468d 07:28:08 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 07:28:08 ---> Running in 2fef8bab6fc6 07:28:09 Removing intermediate container 2fef8bab6fc6 07:28:09 ---> 0de1ac43b57d 07:28:09 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:28:09 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 07:28:09 ---> Running in d7c0d6207ef8 07:28:09 Removing intermediate container d7c0d6207ef8 07:28:09 ---> 0a2ff7c5bffb 07:28:09 Step 18/20 : LABEL arch=arm64 07:28:09 ---> Running in 18afc003189a 07:28:10 Removing intermediate container 18afc003189a 07:28:10 ---> 8f049f57b3c5 07:28:10 Step 19/20 : LABEL git_sha=408ea5740ce2357703e66a049a7341de16d9f79a 07:28:10 ---> Running in 3063177b0dab 07:28:11 Removing intermediate container 3063177b0dab 07:28:11 ---> cfa242c8a6df 07:28:11 Step 20/20 : LABEL version=0.0.0 07:28:11 ---> Running in f91b000052ee 07:28:12 Removing intermediate container f91b000052ee 07:28:12 ---> b9348c59fad3 07:28:12 07:28:12 Successfully built b9348c59fad3 07:28:12 Successfully tagged security-spiffe-token-provider-arm64:latest 07:28:12  Building security-spiffe-token-provider ... done Building security-bootstrapper 07:28:27 Step 1/31 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:28:27 Step 2/31 : FROM ${BUILDER_BASE} AS builder 07:28:27 ---> c4a7b59878c7 07:28:27 Step 3/31 : WORKDIR /edgex-go 07:28:27 ---> Using cache 07:28:27 ---> 8c6c3bbb4e67 07:28:27 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:28:27 ---> Using cache 07:28:27 ---> 9cfe1f29aa31 07:28:27 Step 5/31 : RUN apk add --update --no-cache make git 07:28:27 ---> Using cache 07:28:27 ---> 70e3e686e1d1 07:28:27 Step 6/31 : COPY go.mod vendor* ./ 07:28:27 ---> Using cache 07:28:27 ---> 946c5f9231bd 07:28:27 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:28:27 ---> Using cache 07:28:27 ---> 572333635993 07:28:27 Step 8/31 : COPY . . 07:28:27 ---> Using cache 07:28:27 ---> 157d784bd43d 07:28:27 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 07:28:27 ---> Running in b6459dfb8d7b 07:28:29 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 07:29:08 Removing intermediate container 4c55cb204afa 07:29:08 ---> 81f7fd49e90f 07:29:08 07:29:08 Step 10/22 : FROM alpine:3.16 07:29:08 ---> a6215f271958 07:29:08 Step 11/22 : RUN apk add --update --no-cache dumb-init 07:29:08 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:29:08 ---> Running in 0eac26f5ed2a 07:29:08 Removing intermediate container 892e9b15388c 07:29:08 ---> 3916513fa803 07:29:08 07:29:08 Step 10/22 : FROM alpine:3.16 07:29:08 ---> a6215f271958 07:29:08 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 07:29:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:29:08 ---> Running in a9d0361bc993 07:29:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:29:08 (1/1) Installing dumb-init (1.2.5-r1) 07:29:08 Executing busybox-1.35.0-r17.trigger 07:29:08 OK: 5 MiB in 15 packages 07:29:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:29:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:29:08 Removing intermediate container 0eac26f5ed2a 07:29:08 ---> 1584d943545d 07:29:08 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:29:08 ---> Running in 523d72a5fdce 07:29:08 (1/2) Installing ca-certificates (20220614-r0) 07:29:08 (2/2) Installing dumb-init (1.2.5-r1) 07:29:08 Executing busybox-1.35.0-r17.trigger 07:29:08 Executing ca-certificates-20220614-r0.trigger 07:29:08 Removing intermediate container 523d72a5fdce 07:29:08 ---> 42140ec703ba 07:29:08 Step 13/22 : ENV APP_PORT=59861 07:29:08 ---> Running in 8dfe8b1b9258 07:29:08 OK: 6 MiB in 16 packages 07:29:08 Removing intermediate container 8dfe8b1b9258 07:29:08 ---> 8025bbb5ed09 07:29:08 Step 14/22 : EXPOSE $APP_PORT 07:29:08 ---> Running in 5b07e9a554c4 07:29:10 Removing intermediate container 5b07e9a554c4 07:29:10 ---> 2b3fc74b119d 07:29:10 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:29:11 ---> 23a16928b25f 07:29:11 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:29:11 Removing intermediate container a9d0361bc993 07:29:11 ---> 9bcb9f330f4c 07:29:11 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 07:29:11 ---> Running in cffd3b7fc767 07:29:12 Removing intermediate container cffd3b7fc767 07:29:12 ---> e0b7278f94ec 07:29:12 Step 13/22 : ENV APP_PORT=59860 07:29:12 ---> Running in 95bbd09ec419 07:29:13 Removing intermediate container 95bbd09ec419 07:29:13 ---> 35a9b1227e04 07:29:13 Step 14/22 : EXPOSE $APP_PORT 07:29:13 ---> Running in 855c9292b550 07:29:14 Removing intermediate container 855c9292b550 07:29:14 ---> 015adac2a753 07:29:14 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:29:15 ---> 4a3bd67914cf 07:29:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:29:16 ---> 2387d036175a 07:29:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:29:17 ---> aebf5d9fcfbc 07:29:17 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 07:29:17 ---> Running in 4c134a8675d1 07:29:18 Removing intermediate container 4c134a8675d1 07:29:18 ---> 87a47d9063e6 07:29:18 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:29:18 ---> Running in a2f2de16426a 07:29:19 Removing intermediate container a2f2de16426a 07:29:19 ---> d87a9cbf4be2 07:29:19 Step 20/22 : LABEL arch=arm64 07:29:20 ---> Running in f95ee26468c1 07:29:21 Removing intermediate container f95ee26468c1 07:29:21 ---> da360df1ffa6 07:29:21 Step 21/22 : LABEL git_sha=408ea5740ce2357703e66a049a7341de16d9f79a 07:29:21 ---> Running in 86f0e588bb27 07:29:22 ---> 9a549c1ffba7 07:29:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:29:22 Removing intermediate container 86f0e588bb27 07:29:22 ---> 05138cd45101 07:29:22 Step 22/22 : LABEL version=0.0.0 07:29:22 ---> Running in a12b340e2e7e 07:29:23 Removing intermediate container a12b340e2e7e 07:29:23 ---> 85cbd3f61b94 07:29:23 07:29:23 ---> d01a0e3c9856 07:29:23 Step 18/22 : ENTRYPOINT ["/support-notifications"] 07:29:23 Successfully built 85cbd3f61b94 07:29:23 Successfully tagged support-scheduler-arm64:latest 07:29:23  Building support-scheduler ... done Building core-metadata 07:29:24 ---> Running in e071e9ae0140 07:29:24 Removing intermediate container e071e9ae0140 07:29:24 ---> efebc38e6de9 07:29:24 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:29:25 ---> Running in 2a7429418b00 07:29:26 Removing intermediate container 2a7429418b00 07:29:26 ---> 902da0cf3bc4 07:29:26 Step 20/22 : LABEL arch=arm64 07:29:26 ---> Running in 034a64525f32 07:29:26 Removing intermediate container 034a64525f32 07:29:26 ---> f984ca066c6a 07:29:26 Step 21/22 : LABEL git_sha=408ea5740ce2357703e66a049a7341de16d9f79a 07:29:26 ---> Running in eff161d27010 07:29:27 Removing intermediate container ce7d61b65c9c 07:29:27 ---> 25e649baa749 07:29:27 07:29:27 Step 10/25 : FROM alpine:3.16 07:29:27 ---> a6215f271958 07:29:27 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 07:29:27 ---> Running in 0b78c8dcb05a 07:29:27 Removing intermediate container eff161d27010 07:29:27 ---> 4c9c39597d27 07:29:27 Step 22/22 : LABEL version=0.0.0 07:29:27 ---> Running in 13184447ab26 07:29:28 Removing intermediate container 13184447ab26 07:29:28 ---> a9da6b26a260 07:29:28 07:29:29 Successfully built a9da6b26a260 07:29:29 Successfully tagged support-notifications-arm64:latest 07:29:29 Building core-command 07:29:29  Building support-notifications ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:29:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:29:31 (1/3) Installing ca-certificates (20220614-r0) 07:29:31 (2/3) Installing dumb-init (1.2.5-r1) 07:29:31 (3/3) Installing su-exec (0.2-r1) 07:29:31 Executing busybox-1.35.0-r17.trigger 07:29:31 Executing ca-certificates-20220614-r0.trigger 07:29:31 OK: 6 MiB in 17 packages 07:29:34 Removing intermediate container 0b78c8dcb05a 07:29:34 ---> e80e7d004da7 07:29:34 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:29:34 ---> Running in b288e4d794e0 07:29:34 Removing intermediate container b288e4d794e0 07:29:34 ---> 067ef0a3ab78 07:29:34 Step 13/25 : WORKDIR / 07:29:34 ---> Running in bc8922fd2192 07:29:35 Removing intermediate container bc8922fd2192 07:29:35 ---> 58fbcf5e0ec6 07:29:35 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:29:36 ---> ff973d1ba84a 07:29:36 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:29:37 ---> 388b53e82774 07:29:37 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:29:39 ---> eefcb5be864d 07:29:39 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 07:29:40 ---> 5003025a67c6 07:29:40 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:29:43 ---> f6f78c9c83bd 07:29:43 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:29:45 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:29:45 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:29:45 ---> c4a7b59878c7 07:29:45 Step 3/24 : WORKDIR /edgex-go 07:29:45 ---> Using cache 07:29:45 ---> 8c6c3bbb4e67 07:29:45 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:29:45 ---> Using cache 07:29:45 ---> 9cfe1f29aa31 07:29:45 Step 5/24 : RUN apk add --update --no-cache make git 07:29:45 ---> Using cache 07:29:45 ---> 70e3e686e1d1 07:29:45 Step 6/24 : COPY go.mod vendor* ./ 07:29:45 ---> Using cache 07:29:45 ---> 946c5f9231bd 07:29:45 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:29:45 ---> Using cache 07:29:45 ---> 572333635993 07:29:45 Step 8/24 : COPY . . 07:29:45 ---> Using cache 07:29:45 ---> 157d784bd43d 07:29:45 Step 9/24 : RUN make cmd/core-metadata/core-metadata 07:29:45 ---> Running in 86e1f208d5e0 07:29:45 ---> bd08c90964c7 07:29:45 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:29:48 ---> 99486c4a4a58 07:29:48 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:29:48 ---> Running in 698afa8403f3 07:29:48 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:29:52 Removing intermediate container 698afa8403f3 07:29:52 ---> 5dc9b2f0351f 07:29:52 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 07:29:52 ---> Running in aad6b4520931 07:29:53 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:29:53 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:29:53 ---> c4a7b59878c7 07:29:53 Step 3/23 : WORKDIR /edgex-go 07:29:53 ---> Using cache 07:29:53 ---> 8c6c3bbb4e67 07:29:53 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container aad6b4520931 07:29:53 ---> bec9097d164f 07:29:53 Step 23/25 : LABEL arch=arm64 07:29:53 07:29:53 ---> Using cache 07:29:53 ---> 9cfe1f29aa31 07:29:53 Step 5/23 : RUN apk add --update --no-cache make git 07:29:53 ---> Using cache 07:29:53 ---> 70e3e686e1d1 07:29:53 Step 6/23 : COPY go.mod vendor* ./ 07:29:53 ---> Using cache 07:29:53 ---> 946c5f9231bd 07:29:53 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:29:53 ---> Using cache 07:29:53 ---> 572333635993 07:29:53 Step 8/23 : COPY . . 07:29:53 ---> Using cache 07:29:53 ---> 157d784bd43d 07:29:53 Step 9/23 : RUN make cmd/core-command/core-command 07:29:53 ---> Running in 71ad43eaf2cf 07:29:53 ---> Running in f4f7524c4b8b 07:29:54 Removing intermediate container 71ad43eaf2cf 07:29:54 ---> 033b1d2d2142 07:29:54 Step 24/25 : LABEL git_sha=408ea5740ce2357703e66a049a7341de16d9f79a 07:29:54 ---> Running in f9c8221c6492 07:29:54 Removing intermediate container f9c8221c6492 07:29:54 ---> 20409a31e694 07:29:54 Step 25/25 : LABEL version=0.0.0 07:29:54 ---> Running in a2e4f23bcaa4 07:29:55 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 07:29:55 Removing intermediate container a2e4f23bcaa4 07:29:55 ---> 18a1746bf872 07:29:55 07:29:55 Successfully built 18a1746bf872 07:29:56 Successfully tagged security-secretstore-setup-arm64:latest 07:29:56  Building security-secretstore-setup ... done Building core-data 07:30:14 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:30:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:30:14 ---> c4a7b59878c7 07:30:14 Step 3/23 : WORKDIR /edgex-go 07:30:14 ---> Using cache 07:30:14 ---> 8c6c3bbb4e67 07:30:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:30:14 ---> Using cache 07:30:14 ---> 9cfe1f29aa31 07:30:14 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 07:30:14 ---> Running in 25003b64b6ba 07:30:14 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:30:15 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:30:17 OK: 221 MiB in 51 packages 07:30:18 Removing intermediate container 25003b64b6ba 07:30:18 ---> bb3c29c2f288 07:30:18 Step 6/23 : COPY go.mod vendor* ./ 07:30:19 ---> 995ce430c8ab 07:30:19 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:30:19 ---> Running in 484e6db6287a 07:31:06 Removing intermediate container 484e6db6287a 07:31:06 ---> a75bf7f90e29 07:31:06 Step 8/23 : COPY . . 07:31:16 ---> 569239bd37dd 07:31:16 Step 9/23 : RUN make cmd/core-data/core-data 07:31:16 ---> Running in 5ab81e2cb0f1 07:31:17 CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 07:33:09 Removing intermediate container 886390de7dfe 07:33:09 ---> 0ae7e965b534 07:33:09 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:33:09 ---> Running in e6776bf843c1 07:33:09 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 07:33:13 Removing intermediate container e6776bf843c1 07:33:13 ---> 00e6091b773f 07:33:13 07:33:13 Step 11/23 : FROM alpine:3.16 07:33:13 ---> a6215f271958 07:33:13 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 07:33:13 ---> Running in 48880893290d 07:33:13 Removing intermediate container 48880893290d 07:33:13 ---> 6a22af40e2cc 07:33:13 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl docker-cli && pip install --no-cache-dir docker-compose==1.23.2 07:33:13 ---> Running in d2340e11bdd1 07:33:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:33:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:33:17 (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) 07:33:17 (2/33) Installing ncurses-libs (6.3_p20220521-r0) 07:33:17 (3/33) Installing readline (8.1.2-r0) 07:33:17 (4/33) Installing bash (5.1.16-r2) 07:33:17 Executing bash-5.1.16-r2.post-install 07:33:17 (5/33) Installing ca-certificates (20220614-r0) 07:33:17 (6/33) Installing brotli-libs (1.0.9-r6) 07:33:17 (7/33) Installing nghttp2-libs (1.47.0-r0) 07:33:17 (8/33) Installing libcurl (7.83.1-r2) 07:33:17 (9/33) Installing curl (7.83.1-r2) 07:33:17 (10/33) Installing docker-cli (20.10.16-r2) 07:33:18 (11/33) Installing dumb-init (1.2.5-r1) 07:33:18 (12/33) Installing libbz2 (1.0.8-r1) 07:33:18 (13/33) Installing expat (2.4.8-r0) 07:33:18 (14/33) Installing libffi (3.4.2-r1) 07:33:18 (15/33) Installing gdbm (1.23-r0) 07:33:18 (16/33) Installing xz-libs (5.2.5-r1) 07:33:18 (17/33) Installing libgcc (11.2.1_git20220219-r2) 07:33:18 (18/33) Installing libstdc++ (11.2.1_git20220219-r2) 07:33:18 (19/33) Installing mpdecimal (2.5.1-r1) 07:33:18 (20/33) Installing sqlite-libs (3.38.5-r0) 07:33:18 (21/33) Installing python3 (3.10.5-r0) 07:33:21 (22/33) Installing py3-contextlib2 (21.6.0-r2) 07:33:21 (23/33) Installing py3-tomli (2.0.1-r1) 07:33:21 (24/33) Installing py3-pep517 (0.12.0-r2) 07:33:21 (25/33) Installing py3-six (1.16.0-r1) 07:33:21 (26/33) Installing py3-retrying (1.3.3-r3) 07:33:21 (27/33) Installing py3-appdirs (1.4.4-r3) 07:33:21 (28/33) Installing py3-more-itertools (8.13.0-r0) 07:33:21 (29/33) Installing py3-ordered-set (4.0.2-r3) 07:33:21 (30/33) Installing py3-parsing (2.4.7-r3) 07:33:21 (31/33) Installing py3-packaging (21.3-r0) 07:33:21 (32/33) Installing py3-setuptools (59.4.0-r0) 07:33:21 (33/33) Installing py3-pip (22.1.1-r0) 07:33:22 Executing busybox-1.35.0-r17.trigger 07:33:22 Executing ca-certificates-20220614-r0.trigger 07:33:23 OK: 120 MiB in 47 packages 07:33:38 Removing intermediate container b6459dfb8d7b 07:33:38 ---> 979dc2d15852 07:33:38 07:33:38 Step 10/31 : FROM alpine:3.16 07:33:38 ---> a6215f271958 07:33:38 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 07:33:38 ---> Running in 6563241ab70b 07:33:38 Removing intermediate container 6563241ab70b 07:33:38 ---> e30f4d61b796 07:33:38 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 07:33:38 ---> Running in a9a3a8acb0d9 07:33:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:33:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:33:41 (1/2) Installing dumb-init (1.2.5-r1) 07:33:41 (2/2) Installing su-exec (0.2-r1) 07:33:41 Executing busybox-1.35.0-r17.trigger 07:33:41 OK: 5 MiB in 16 packages 07:33:42 Collecting docker-compose==1.23.2 07:33:42 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:33:42 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 4.6 MB/s eta 0:00:00 07:33:43 Removing intermediate container a9a3a8acb0d9 07:33:43 ---> 7d3d31abdd03 07:33:43 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 07:33:43 ---> Running in 8fbcaabaac16 07:33:43 Removing intermediate container 8fbcaabaac16 07:33:43 ---> 7d6e36cc8c76 07:33:43 Step 14/31 : ENV SECURITY_INIT_STAGING /edgex-init-staging 07:33:43 ---> Running in 480d0af9ab6e 07:33:44 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:33:44 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:33:44 Removing intermediate container 480d0af9ab6e 07:33:44 ---> 746f1098d26f 07:33:44 Step 15/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 07:33:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 13.4 MB/s eta 0:00:00 07:33:44 ---> Running in 41555872eb8a 07:33:45 Removing intermediate container 41555872eb8a 07:33:45 ---> b10e06b167d4 07:33:45 Step 16/31 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} 07:33:45 ---> Running in 07dffbdc5c44 07:33:45 Collecting jsonschema<3,>=2.5.1 07:33:45 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:33:46 Collecting docker<4.0,>=3.6.0 07:33:46 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:33:46 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 10.1 MB/s eta 0:00:00 07:33:46 Collecting dockerpty<0.5,>=0.4.1 07:33:46 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:33:46 Preparing metadata (setup.py): started 07:33:48 Removing intermediate container 07dffbdc5c44 07:33:48 ---> c0b64cc59b25 07:33:48 Step 17/31 : WORKDIR ${SECURITY_INIT_STAGING} 07:33:48 ---> Running in 53a27f38f063 07:33:48 Removing intermediate container 53a27f38f063 07:33:48 ---> 35140b55a456 07:33:48 Step 18/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 07:33:49 Preparing metadata (setup.py): finished with status 'done' 07:33:49 Collecting texttable<0.10,>=0.9.0 07:33:49 Downloading texttable-0.9.1.tar.gz (11 kB) 07:33:49 Preparing metadata (setup.py): started 07:33:49 ---> 350862139e4c 07:33:49 Step 19/31 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 07:33:49 ---> Running in b58bd9ff47b2 07:33:53 Preparing metadata (setup.py): finished with status 'done' 07:33:53 Collecting docopt<0.7,>=0.6.1 07:33:53 Downloading docopt-0.6.2.tar.gz (25 kB) 07:33:53 Removing intermediate container b58bd9ff47b2 07:33:53 ---> 477175e9f618 07:33:53 Step 20/31 : COPY --from=builder /edgex-go/Attribution.txt / 07:33:53 Preparing metadata (setup.py): started 07:33:54 ---> 801a73f827f3 07:33:54 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 07:33:56 ---> ce9b825ea4b7 07:33:56 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 07:33:56 Preparing metadata (setup.py): finished with status 'done' 07:33:56 ---> 69d2d3e1c24c 07:33:56 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 07:33:57 Collecting websocket-client<1.0,>=0.32.0 07:33:57 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 07:33:57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 5.2 MB/s eta 0:00:00 07:33:57 Collecting cached-property<2,>=1.2.0 07:33:57 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 07:33:57 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) 07:33:57 ---> c46b2935ca41 07:33:57 Step 24/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 07:33:59 ---> 3de4f6424862 07:33:59 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 07:33:59 Collecting PyYAML<4,>=3.10 07:33:59 Downloading PyYAML-3.13.tar.gz (270 kB) 07:33:59 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 7.1 MB/s eta 0:00:00 07:33:59 ---> c65094b30f59 07:33:59 Step 26/31 : RUN chmod +x /entrypoint.sh 07:34:00 ---> Running in bf64e00972bb 07:34:02 Preparing metadata (setup.py): started 07:34:03 Removing intermediate container bf64e00972bb 07:34:03 ---> 1a9b2176b22d 07:34:03 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 07:34:03 ---> Running in 0adba8e6bef7 07:34:03 Removing intermediate container 0adba8e6bef7 07:34:03 ---> bbd8deda2d0f 07:34:03 Step 28/31 : CMD ["gate"] 07:34:03 ---> Running in c1cbdd1cedbb 07:34:04 Removing intermediate container c1cbdd1cedbb 07:34:04 ---> 267c5a505d67 07:34:04 Step 29/31 : LABEL arch=arm64 07:34:04 ---> Running in 1667e0289347 07:34:04 Removing intermediate container 1667e0289347 07:34:04 ---> 03fa01f187cd 07:34:04 Step 30/31 : LABEL git_sha=408ea5740ce2357703e66a049a7341de16d9f79a 07:34:04 Preparing metadata (setup.py): finished with status 'done' 07:34:04 ---> Running in 551b0c96c253 07:34:05 Removing intermediate container 551b0c96c253 07:34:05 ---> 58b3eccdeaf5 07:34:05 Step 31/31 : LABEL version=0.0.0 07:34:05 ---> Running in a8985a04bcec 07:34:06 Removing intermediate container a8985a04bcec 07:34:06 ---> 46b94dd4f16a 07:34:06 07:34:06 Collecting docker-pycreds>=0.4.0 07:34:06 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:34:06 Successfully built 46b94dd4f16a 07:34:06 Successfully tagged security-bootstrapper-arm64:latest 07:34:07  Building security-bootstrapper ... done Collecting urllib3<1.25,>=1.21.1 07:34:07 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:34:07 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 16.9 MB/s eta 0:00:00 07:34:07 Collecting chardet<3.1.0,>=3.0.2 07:34:07 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 07:34:07 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 18.2 MB/s eta 0:00:00 07:34:08 Collecting certifi>=2017.4.17 07:34:08 Downloading certifi-2022.6.15-py3-none-any.whl (160 kB) 07:34:08 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.2/160.2 kB 19.3 MB/s eta 0:00:00 07:34:08 Collecting idna<2.8,>=2.5 07:34:08 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:34:08 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 18.6 MB/s eta 0:00:00 07:34:08 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 07:34:08 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 07:34:08 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 07:34:08 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 07:34:09 Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose 07:34:09 Running setup.py install for texttable: started 07:34:11 Running setup.py install for texttable: finished with status 'done' 07:34:11 Running setup.py install for PyYAML: started 07:34:15 Running setup.py install for PyYAML: finished with status 'done' 07:34:16 Running setup.py install for docopt: started 07:34:19 Running setup.py install for docopt: finished with status 'done' 07:34:22 Running setup.py install for dockerpty: started 07:34:24 Running setup.py install for dockerpty: finished with status 'done' 07:34:28 Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2022.6.15 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 07:34:28 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 07:34:46 Removing intermediate container d2340e11bdd1 07:34:46 ---> 27b9859e8ccd 07:34:46 Step 14/23 : ENV APP_PORT=58890 07:34:46 ---> Running in 19b80bc8ebc9 07:34:46 Removing intermediate container 19b80bc8ebc9 07:34:46 ---> 5f91f8f8ac58 07:34:46 Step 15/23 : EXPOSE $APP_PORT 07:34:46 ---> Running in f0d2faa9b65a 07:34:46 Removing intermediate container f0d2faa9b65a 07:34:46 ---> 149ee11fbd7f 07:34:46 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:34:47 ---> 8995ad26ece6 07:34:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:34:48 ---> 2d69a005925f 07:34:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:34:50 ---> f32b9d621c72 07:34:50 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 07:34:50 ---> Running in d1eca561eb53 07:34:50 Removing intermediate container d1eca561eb53 07:34:50 ---> daa589ea587c 07:34:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:34:50 ---> Running in 62d94e9bb432 07:34:51 Removing intermediate container 62d94e9bb432 07:34:51 ---> e4e26911008a 07:34:51 Step 21/23 : LABEL arch=arm64 07:34:51 ---> Running in a3b715781b5e 07:34:52 Removing intermediate container a3b715781b5e 07:34:52 ---> 71beb2faae47 07:34:52 Step 22/23 : LABEL git_sha=408ea5740ce2357703e66a049a7341de16d9f79a 07:34:52 ---> Running in 56cbaa5a28d9 07:34:52 Removing intermediate container 56cbaa5a28d9 07:34:52 ---> a09b648c7b5f 07:34:52 Step 23/23 : LABEL version=0.0.0 07:34:52 ---> Running in f09258f84e35 07:34:53 Removing intermediate container f09258f84e35 07:34:53 ---> 1dbc25534173 07:34:53 07:34:53 Successfully built 1dbc25534173 07:34:53 Successfully tagged sys-mgmt-agent-arm64:latest 07:35:01  Building sys-mgmt-agent ... done Removing intermediate container f4f7524c4b8b 07:35:01 ---> 610777c990e8 07:35:01 07:35:01 Step 10/23 : FROM alpine:3.16 07:35:01 ---> a6215f271958 07:35:01 Step 11/23 : RUN apk add --update --no-cache dumb-init 07:35:01 ---> Using cache 07:35:01 ---> 1584d943545d 07:35:01 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:35:01 ---> Using cache 07:35:01 ---> 42140ec703ba 07:35:01 Step 13/23 : ENV APP_PORT=59882 07:35:01 ---> Running in dcd9ff3500bd 07:35:01 Removing intermediate container dcd9ff3500bd 07:35:01 ---> b6dbfa6a9c09 07:35:01 Step 14/23 : EXPOSE $APP_PORT 07:35:02 ---> Running in 399f2bf69920 07:35:02 Removing intermediate container 399f2bf69920 07:35:02 ---> 182fba537e3c 07:35:02 Step 15/23 : WORKDIR / 07:35:02 ---> Running in f875d25f0d82 07:35:03 Removing intermediate container f875d25f0d82 07:35:03 ---> 23abf6d88820 07:35:03 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:35:04 ---> 983662191045 07:35:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:35:05 ---> be92b7be7dc2 07:35:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:35:06 ---> 7fc0127c559f 07:35:06 Step 19/23 : ENTRYPOINT ["/core-command"] 07:35:06 ---> Running in 7177a6db2821 07:35:07 Removing intermediate container 7177a6db2821 07:35:07 ---> 5dc21f812564 07:35:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:35:07 ---> Running in 6b7a7873bc3c 07:35:08 Removing intermediate container 6b7a7873bc3c 07:35:08 ---> 14eb7b1a62ce 07:35:08 Step 21/23 : LABEL arch=arm64 07:35:08 ---> Running in 9b2ef7c92bb3 07:35:08 Removing intermediate container 9b2ef7c92bb3 07:35:08 ---> 83c63c039ad0 07:35:08 Step 22/23 : LABEL git_sha=408ea5740ce2357703e66a049a7341de16d9f79a 07:35:08 ---> Running in a538d56189d6 07:35:09 Removing intermediate container a538d56189d6 07:35:09 ---> f84b82746efd 07:35:09 Step 23/23 : LABEL version=0.0.0 07:35:09 ---> Running in 8b20d23d9e32 07:35:09 Removing intermediate container 8b20d23d9e32 07:35:09 ---> ec7ba72d1df3 07:35:09 07:35:10 Successfully built ec7ba72d1df3 07:35:10 Successfully tagged core-command-arm64:latest 07:35:43  Building core-command ... done Removing intermediate container 86e1f208d5e0 07:35:43 ---> 176e5c8dc89c 07:35:43 07:35:43 Step 10/24 : FROM alpine:3.16 07:35:43 ---> a6215f271958 07:35:43 Step 11/24 : RUN apk add --update --no-cache dumb-init 07:35:43 ---> Using cache 07:35:43 ---> 1584d943545d 07:35:43 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:35:43 ---> Using cache 07:35:43 ---> 42140ec703ba 07:35:43 Step 13/24 : ENV APP_PORT=59881 07:35:43 ---> Running in 4e77c08c12d8 07:35:43 Removing intermediate container 4e77c08c12d8 07:35:43 ---> 5e9835136e1b 07:35:43 Step 14/24 : EXPOSE $APP_PORT 07:35:43 ---> Running in ed7ab299ab92 07:35:43 Removing intermediate container ed7ab299ab92 07:35:43 ---> 2d517f49c906 07:35:43 Step 15/24 : WORKDIR / 07:35:43 ---> Running in 54d7db81e8ce 07:35:43 Removing intermediate container 54d7db81e8ce 07:35:43 ---> a3bf0df932ce 07:35:43 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 07:35:43 ---> b5b3182d47eb 07:35:43 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:35:43 ---> d18e23395ed5 07:35:43 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 07:35:44 ---> 00cec952ad18 07:35:44 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 07:35:45 ---> e46a67482062 07:35:45 Step 20/24 : ENTRYPOINT ["/core-metadata"] 07:35:45 ---> Running in a6a59e96a3f2 07:35:45 Removing intermediate container a6a59e96a3f2 07:35:45 ---> 2104550d9da7 07:35:45 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:35:46 ---> Running in af1a726f75a7 07:35:46 Removing intermediate container af1a726f75a7 07:35:46 ---> dd6b30ade068 07:35:46 Step 22/24 : LABEL arch=arm64 07:35:46 ---> Running in 7a9cdf13e8ef 07:35:47 Removing intermediate container 7a9cdf13e8ef 07:35:47 ---> 6f4b395bc76c 07:35:47 Step 23/24 : LABEL git_sha=408ea5740ce2357703e66a049a7341de16d9f79a 07:35:47 ---> Running in 7eed81a8ffe8 07:35:47 Removing intermediate container 7eed81a8ffe8 07:35:47 ---> d804d9291d75 07:35:47 Step 24/24 : LABEL version=0.0.0 07:35:48 ---> Running in 68b4e386c7ee 07:35:48 Removing intermediate container 68b4e386c7ee 07:35:48 ---> aea1dc015a66 07:35:48 07:35:48 Successfully built aea1dc015a66 07:35:48 Successfully tagged core-metadata-arm64:latest 07:36:07  Building core-metadata ... done Removing intermediate container 5ab81e2cb0f1 07:36:07 ---> edd101dc8807 07:36:07 07:36:07 Step 10/23 : FROM alpine:3.16 07:36:07 ---> a6215f271958 07:36:07 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:36:07 ---> Running in c3e591cfa34f 07:36:07 Removing intermediate container c3e591cfa34f 07:36:07 ---> ebd7342bc7e1 07:36:07 Step 12/23 : ENV APP_PORT=59880 07:36:07 ---> Running in be66ed91ff2a 07:36:07 Removing intermediate container be66ed91ff2a 07:36:07 ---> cb06d5c61ba0 07:36:07 Step 13/23 : EXPOSE $APP_PORT 07:36:07 ---> Running in f08e76eb4c4f 07:36:07 Removing intermediate container f08e76eb4c4f 07:36:07 ---> 306f05d06820 07:36:07 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:36:07 ---> Running in d3e672429fb6 07:36:08 Removing intermediate container d3e672429fb6 07:36:08 ---> 185076e0b4d2 07:36:08 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 07:36:08 ---> Running in 092204d546cd 07:36:09 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:36:10 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:36:11 (1/6) Installing dumb-init (1.2.5-r1) 07:36:11 (2/6) Installing libgcc (11.2.1_git20220219-r2) 07:36:11 (3/6) Installing libsodium (1.0.18-r0) 07:36:11 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 07:36:12 (5/6) Installing libzmq (4.3.4-r0) 07:36:12 (6/6) Installing zeromq (4.3.4-r0) 07:36:12 Executing busybox-1.35.0-r17.trigger 07:36:12 OK: 8 MiB in 20 packages 07:36:13 Removing intermediate container 092204d546cd 07:36:13 ---> 9c62abf7ee11 07:36:13 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:36:14 ---> 111838b7fa6d 07:36:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:36:15 ---> 481392a21549 07:36:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:36:15 ---> c36e3362a616 07:36:15 Step 19/23 : ENTRYPOINT ["/core-data"] 07:36:15 ---> Running in 4993ad48f942 07:36:15 Removing intermediate container 4993ad48f942 07:36:15 ---> a2817dac9727 07:36:15 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:36:16 ---> Running in b2cc61e11467 07:36:16 Removing intermediate container b2cc61e11467 07:36:16 ---> 74842a387241 07:36:16 Step 21/23 : LABEL arch=arm64 07:36:16 ---> Running in 9b9ff4278362 07:36:16 Removing intermediate container 9b9ff4278362 07:36:16 ---> a7384e81b62a 07:36:16 Step 22/23 : LABEL git_sha=408ea5740ce2357703e66a049a7341de16d9f79a 07:36:17 ---> Running in 7e2c7ed75169 07:36:17 Removing intermediate container 7e2c7ed75169 07:36:17 ---> 22a79018c7ad 07:36:17 Step 23/23 : LABEL version=0.0.0 07:36:17 ---> Running in 98d5992e8949 07:36:17 Removing intermediate container 98d5992e8949 07:36:17 ---> afc59ba965a9 07:36:17 07:36:17 Successfully built afc59ba965a9 07:36:17 Successfully tagged core-data-arm64:latest 07:36:18  Building core-data ... done  [Pipeline] } 07:36:18 $ docker stop --time=1 403c8a1138bb43ca13ac0f14e1a6ef8258ae97eac1b02ccceefb777017673dd8 07:36:20 $ docker rm -f 403c8a1138bb43ca13ac0f14e1a6ef8258ae97eac1b02ccceefb777017673dd8 [Pipeline] // withDockerContainer [Pipeline] sh 07:36:20 + docker images 07:36:21 REPOSITORY TAG IMAGE ID CREATED SIZE 07:36:21 core-data-arm64 latest afc59ba965a9 3 seconds ago 20.6MB 07:36:21 edd101dc8807 16 seconds ago 1.38GB 07:36:21 core-metadata-arm64 latest aea1dc015a66 32 seconds ago 17.5MB 07:36:21 176e5c8dc89c 43 seconds ago 1.38GB 07:36:21 core-command-arm64 latest ec7ba72d1df3 About a minute ago 15.6MB 07:36:21 610777c990e8 About a minute ago 1.35GB 07:36:21 sys-mgmt-agent-arm64 latest 1dbc25534173 About a minute ago 133MB 07:36:21 security-bootstrapper-arm64 latest 46b94dd4f16a 2 minutes ago 18.6MB 07:36:21 979dc2d15852 2 minutes ago 1.35GB 07:36:21 00e6091b773f 3 minutes ago 1.35GB 07:36:21 security-secretstore-setup-arm64 latest 18a1746bf872 6 minutes ago 27.9MB 07:36:21 support-notifications-arm64 latest a9da6b26a260 6 minutes ago 26.1MB 07:36:21 25e649baa749 6 minutes ago 1.36GB 07:36:21 support-scheduler-arm64 latest 85cbd3f61b94 6 minutes ago 25.6MB 07:36:21 3916513fa803 7 minutes ago 1.41GB 07:36:21 81f7fd49e90f 7 minutes ago 1.41GB 07:36:21 security-spiffe-token-provider-arm64 latest b9348c59fad3 8 minutes ago 28.3MB 07:36:21 492195f3d8c6 8 minutes ago 1.4GB 07:36:21 security-proxy-setup-arm64 latest 3e9ca0e44ea4 9 minutes ago 26.2MB 07:36:21 853941121a41 10 minutes ago 1.36GB 07:36:21 security-spire-config-arm64 latest 8a68eea2246d 12 minutes ago 83.6MB 07:36:21 2188adfc1c2d 12 minutes ago 1.25GB 07:36:21 security-spire-server-arm64 latest 12d508d166b5 13 minutes ago 84.2MB 07:36:21 bbdd27c6c9fc 13 minutes ago 1.25GB 07:36:21 security-spire-agent-arm64 latest 23373566435c 14 minutes ago 122MB 07:36:21 7440cfc3dc50 15 minutes ago 1.25GB 07:36:21 ci-base-image-arm64 latest c4a7b59878c7 28 minutes ago 995MB 07:36:21 alpine 3.15 02e0d6fdf486 13 days ago 5.33MB 07:36:21 alpine 3.16 a6215f271958 13 days ago 5.29MB 07:36:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine ff4287adb874 6 weeks ago 678MB 07:36:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:36:21 07:36:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:36:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:36:22 arm64: Pulling from edgex-lftools-log-publisher 07:36:22 8998bd30e6a1: Pulling fs layer 07:36:22 04944245beec: Pulling fs layer 07:36:22 699f458cf7ca: Pulling fs layer 07:36:22 765212b225bb: Pulling fs layer 07:36:22 f23df028b6ca: Pulling fs layer 07:36:22 d65c8cfc05b1: Pulling fs layer 07:36:22 2437ff75d9bd: Pulling fs layer 07:36:22 f23df028b6ca: Waiting 07:36:22 d65c8cfc05b1: Waiting 07:36:22 2437ff75d9bd: Waiting 07:36:22 765212b225bb: Waiting 07:36:22 04944245beec: Verifying Checksum 07:36:22 04944245beec: Download complete 07:36:22 765212b225bb: Verifying Checksum 07:36:22 765212b225bb: Download complete 07:36:22 f23df028b6ca: Verifying Checksum 07:36:22 f23df028b6ca: Download complete 07:36:22 d65c8cfc05b1: Verifying Checksum 07:36:22 d65c8cfc05b1: Download complete 07:36:22 699f458cf7ca: Verifying Checksum 07:36:22 699f458cf7ca: Download complete 07:36:23 8998bd30e6a1: Verifying Checksum 07:36:23 8998bd30e6a1: Download complete 07:36:25 2437ff75d9bd: Verifying Checksum 07:36:25 2437ff75d9bd: Download complete 07:36:27 8998bd30e6a1: Pull complete 07:36:28 04944245beec: Pull complete 07:36:29 699f458cf7ca: Pull complete 07:36:29 765212b225bb: Pull complete 07:36:30 f23df028b6ca: Pull complete 07:36:31 d65c8cfc05b1: Pull complete 07:36:46 2437ff75d9bd: Pull complete 07:36:46 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 07:36:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:36:46 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:36:46 prd-ubuntu20.04-docker-arm64-4c-16g-23360 does not seem to be running inside a container 07:36:46 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 07:36:49 $ docker top 99f086807ff1e70c03af2da9854c499f4d2e9c9802e172045fd40848b78980cd -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:36:50 ---> job-cost.sh 07:36:50 lf-activate-venv: SKIPPING 07:36:50 INFO: No Stack... 07:36:51 INFO: Retrieving Pricing Info for: v3-standard-4 07:36:52 INFO: Archiving Costs [Pipeline] sh 07:36:53 + cut -d, -f6 07:36:53 + cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock 07:36:53 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4130-1-stack-cost] 07:36:53 Resource [jenkins-edgexfoundry-edgex-go-PR-4130-1-stack-cost] did not exist. Created. 07:36:53 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4130-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:36:54 + echo total: 0.10999999940395355 [Pipeline] stash 07:36:54 Stashed 1 file(s) [Pipeline] } 07:36:54 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4130-1-stack-cost] [Pipeline] // lock [Pipeline] } 07:36:54 $ docker stop --time=1 99f086807ff1e70c03af2da9854c499f4d2e9c9802e172045fd40848b78980cd 07:36:55 $ docker rm -f 99f086807ff1e70c03af2da9854c499f4d2e9c9802e172045fd40848b78980cd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 07:36:57 provisioning config files... 07:36:57 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config5481587402595653315tmp [Pipeline] { [Pipeline] sh 07:36:57 + set +x 07:36:57 + curl -s https://codecov.io/bash 07:36:57 + bash -s -- 07:36:57 07:36:57 _____ _ 07:36:57 / ____| | | 07:36:57 | | ___ __| | ___ ___ _____ __ 07:36:57 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:36:57 | |___| (_) | (_| | __/ (_| (_) \ V / 07:36:57 \_____\___/ \__,_|\___|\___\___/ \_/ 07:36:57 Bash-1.0.6 07:36:57 07:36:57 07:36:57 ==> git version 2.25.1 found 07:36:57 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 07:36:57 Release-Date: 2020-01-08 07:36:57 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 07:36:57 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 07:36:57 ==> Jenkins CI detected. 07:36:57 current dir:  /w/workspace/edgex-go/1 07:36:57 project root: . 07:36:57 --> token set from env 07:36:57 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:36:57 ==> Running gcov in . (disable via -X gcov) 07:36:57 ==> Python coveragepy not found 07:36:57 ==> Searching for coverage reports in: 07:36:57 + . 07:36:57 -> Found 1 reports 07:36:57 ==> Detecting git/mercurial file structure 07:36:57 ==> Reading reports 07:36:57 + ./coverage.out bytes=482786 07:36:57 ==> Appending adjustments 07:36:57 https://docs.codecov.io/docs/fixing-reports 07:36:58 + Found adjustments 07:36:58 ==> Gzipping contents 07:36:58 64K /tmp/codecov.3x1teT.gz 07:36:58 ==> Uploading reports 07:36:58 url: https://codecov.io 07:36:58 query: branch=PR-4130&commit=408ea5740ce2357703e66a049a7341de16d9f79a&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4130%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4130&job=&cmd_args= 07:36:58 -> Pinging Codecov 07:36:58 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4130&commit=408ea5740ce2357703e66a049a7341de16d9f79a&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4130%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4130&job=&cmd_args= 07:36:58 -> Uploading to 07:36:58 https://storage.googleapis.com/codecov/v4/raw/2022-08-23/00271124DB129430A58F1EEE437C3FCB/408ea5740ce2357703e66a049a7341de16d9f79a/4be596a5-dd69-4844-9495-e4111560df2e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20220823%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220823T073658Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=46e9028274552b31f2a22306a8d37e54689e17d68d08a7ca77f113c1f1c67755 07:36:58 % Total % Received % Xferd Average Speed Time Time Time Current 07:36:58 Dload Upload Total Spent Left Speed 07:36:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63279 0 0 100 63279 0 251k --:--:-- --:--:-- --:--:-- 251k 07:36:59 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/408ea5740ce2357703e66a049a7341de16d9f79a [Pipeline] } 07:36:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 07:37:00 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 07:37:01 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:37:01 ---> package-listing.sh 07:37:01 ++ facter osfamily 07:37:01 ++ tr '[:upper:]' '[:lower:]' 07:37:02 + OS_FAMILY=debian 07:37:02 + workspace=/w/workspace/edgex-go/1 07:37:02 + START_PACKAGES=/tmp/packages_start.txt 07:37:02 + END_PACKAGES=/tmp/packages_end.txt 07:37:02 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:37:02 + PACKAGES=/tmp/packages_start.txt 07:37:02 + '[' /w/workspace/edgex-go/1 ']' 07:37:02 + PACKAGES=/tmp/packages_end.txt 07:37:02 + case "${OS_FAMILY}" in 07:37:02 + dpkg -l 07:37:02 + grep '^ii' 07:37:02 + '[' -f /tmp/packages_start.txt ']' 07:37:02 + '[' -f /tmp/packages_end.txt ']' 07:37:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:37:02 + '[' /w/workspace/edgex-go/1 ']' 07:37:02 + mkdir -p /w/workspace/edgex-go/1/archives/ 07:37:02 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 07:37:02 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/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:37:02 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:37:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:37:03 07:37:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:37:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:37:03 latest: Pulling from edgex-lftools-log-publisher 07:37:03 5eb5b503b376: Pulling fs layer 07:37:03 5c69ac0246d0: Pulling fs layer 07:37:03 ec43610c2a17: Pulling fs layer 07:37:03 3a2ae6a8a46f: Pulling fs layer 07:37:03 33b1e0a273af: Pulling fs layer 07:37:03 5d3b04190fa2: Pulling fs layer 07:37:03 2f39f015ded8: Pulling fs layer 07:37:03 3a2ae6a8a46f: Waiting 07:37:03 33b1e0a273af: Waiting 07:37:03 5d3b04190fa2: Waiting 07:37:03 2f39f015ded8: Waiting 07:37:03 5c69ac0246d0: Verifying Checksum 07:37:03 5c69ac0246d0: Download complete 07:37:03 3a2ae6a8a46f: Download complete 07:37:03 33b1e0a273af: Verifying Checksum 07:37:03 33b1e0a273af: Download complete 07:37:03 ec43610c2a17: Verifying Checksum 07:37:03 ec43610c2a17: Download complete 07:37:03 5d3b04190fa2: Download complete 07:37:03 5eb5b503b376: Download complete 07:37:04 2f39f015ded8: Download complete 07:37:04 5eb5b503b376: Pull complete 07:37:05 5c69ac0246d0: Pull complete 07:37:05 ec43610c2a17: Pull complete 07:37:05 3a2ae6a8a46f: Pull complete 07:37:05 33b1e0a273af: Pull complete 07:37:06 5d3b04190fa2: Pull complete 07:37:10 2f39f015ded8: Pull complete 07:37:10 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 07:37:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:37:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:37:10 prd-ubuntu20.04-docker-8c-8g-23354 does not seem to be running inside a container 07:37:10 $ 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/1/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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 07:37:12 $ docker top d220030f35eb4d472ede75ffa7df88992f757d7385da55c6a2a4627c5d6df84f -eo pid,comm [Pipeline] { [Pipeline] sh 07:37:12 + touch /tmp/pre-build-complete [Pipeline] sh 07:37:12 + mkdir -p /var/log/sysstat [Pipeline] sh 07:37:13 + ls /var/log/sa-host 07:37:13 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:37:13 provisioning config files... 07:37:13 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config3813392044212701863tmp [Pipeline] { [Pipeline] echo 07:37:13 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:37:13 ---> create-netrc.sh [Pipeline] } 07:37:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 07:37:14 ---> python-tools-install.sh [Pipeline] echo 07:37:14 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:37:14 ---> sudo-logs.sh 07:37:14 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 07:37:14 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:37:15 ---> job-cost.sh 07:37:15 lf-activate-venv: SKIPPING 07:37:15 DEBUG: total: 0.10999999940395355 07:37:15 INFO: Retrieving Stack Cost... 07:37:15 INFO: Retrieving Pricing Info for: v3-standard-8 07:37:15 INFO: Archiving Costs [Pipeline] echo 07:37:15 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:37:16 ---> logs-deploy.sh 07:37:16 lf-activate-venv: SKIPPING 07:37:16 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4130/1 07:37:16 INFO: archiving workspace using pattern(s): 07:37:17 Archives upload complete. 07:37:17 INFO: archiving logs to Nexus 07:37:18 ---> uname -a: 07:37:18 Linux prd-ubuntu20-04-docker-8c-8g-23354 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 07:37:18 07:37:18 07:37:18 ---> lscpu: 07:37:18 Architecture: x86_64 07:37:18 CPU op-mode(s): 32-bit, 64-bit 07:37:18 Byte Order: Little Endian 07:37:18 Address sizes: 40 bits physical, 48 bits virtual 07:37:18 CPU(s): 8 07:37:18 On-line CPU(s) list: 0-7 07:37:18 Thread(s) per core: 1 07:37:18 Core(s) per socket: 1 07:37:18 Socket(s): 8 07:37:18 NUMA node(s): 1 07:37:18 Vendor ID: AuthenticAMD 07:37:18 CPU family: 23 07:37:18 Model: 49 07:37:18 Model name: AMD EPYC-Rome Processor 07:37:18 Stepping: 0 07:37:18 CPU MHz: 2799.998 07:37:18 BogoMIPS: 5599.99 07:37:18 Virtualization: AMD-V 07:37:18 Hypervisor vendor: KVM 07:37:18 Virtualization type: full 07:37:18 L1d cache: 256 KiB 07:37:18 L1i cache: 256 KiB 07:37:18 L2 cache: 4 MiB 07:37:18 L3 cache: 128 MiB 07:37:18 NUMA node0 CPU(s): 0-7 07:37:18 Vulnerability Itlb multihit: Not affected 07:37:18 Vulnerability L1tf: Not affected 07:37:18 Vulnerability Mds: Not affected 07:37:18 Vulnerability Meltdown: Not affected 07:37:18 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:37:18 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 07:37:18 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 07:37:18 Vulnerability Srbds: Not affected 07:37:18 Vulnerability Tsx async abort: Not affected 07:37:18 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 07:37:18 07:37:18 07:37:18 ---> nproc: 07:37:18 8 07:37:18 07:37:18 07:37:18 ---> df -h: 07:37:18 Filesystem Size Used Avail Use% Mounted on 07:37:18 overlay 155G 18G 138G 12% / 07:37:18 tmpfs 64M 0 64M 0% /dev 07:37:18 tmpfs 16G 0 16G 0% /sys/fs/cgroup 07:37:18 shm 64M 0 64M 0% /dev/shm 07:37:18 /dev/vda1 155G 18G 138G 12% /facter-os 07:37:18 07:37:18 07:37:18 ---> sar -b -r -n DEV: 07:37:18 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-23354) 08/23/22 _x86_64_ (8 CPU) 07:37:18 07:37:18 04:42:50 LINUX RESTART (8 CPU) 07:37:18 07:37:18 04:43:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:37:18 04:44:01 107.80 40.78 67.02 0.00 5084.62 162666.89 0.00 07:37:18 04:45:01 5.26 0.02 5.25 0.00 0.13 118.38 0.00 07:37:18 04:46:01 1.48 0.00 1.48 0.00 0.00 16.00 0.00 07:37:18 04:47:01 1.65 0.00 1.65 0.00 0.00 18.93 0.00 07:37:18 04:48:01 1.12 0.02 1.10 0.00 0.13 12.53 0.00 07:37:18 04:49:01 1.35 0.00 1.35 0.00 0.00 16.53 0.00 07:37:18 04:50:01 0.95 0.00 0.95 0.00 0.00 11.86 0.00 07:37:18 04:51:01 1.43 0.00 1.43 0.00 0.00 16.80 0.00 07:37:18 04:52:01 0.88 0.00 0.88 0.00 0.00 10.26 0.00 07:37:18 04:53:01 1.47 0.00 1.47 0.00 0.00 18.40 0.00 07:37:18 04:54:01 2.42 0.17 2.25 0.00 18.26 30.79 0.00 07:37:18 04:55:01 1.32 0.00 1.32 0.00 0.00 16.00 0.00 07:37:18 04:56:01 1.55 0.00 1.55 0.00 0.00 16.66 0.00 07:37:18 04:57:01 1.98 0.00 1.98 0.00 0.00 22.53 0.00 07:37:18 04:58:01 0.95 0.00 0.95 0.00 0.00 12.26 0.00 07:37:18 04:59:01 1.23 0.02 1.22 0.00 0.13 15.99 0.00 07:37:18 05:00:01 1.27 0.00 1.27 0.00 0.00 15.06 0.00 07:37:18 05:01:01 1.10 0.00 1.10 0.00 0.00 13.86 0.00 07:37:18 05:02:01 0.98 0.00 0.98 0.00 0.00 12.80 0.00 07:37:18 05:03:01 1.23 0.00 1.23 0.00 0.00 17.46 0.00 07:37:18 05:04:01 1.08 0.00 1.08 0.00 0.00 12.80 0.00 07:37:18 05:05:01 0.87 0.00 0.87 0.00 0.00 11.60 0.00 07:37:18 05:06:01 1.08 0.00 1.08 0.00 0.00 13.33 0.00 07:37:18 05:07:01 0.85 0.00 0.85 0.00 0.00 10.67 0.00 07:37:18 05:08:01 1.10 0.00 1.10 0.00 0.00 13.33 0.00 07:37:18 05:09:01 0.85 0.00 0.85 0.00 0.00 11.86 0.00 07:37:18 05:10:01 1.17 0.00 1.17 0.00 0.00 13.73 0.00 07:37:18 05:11:01 1.42 0.00 1.42 0.00 0.00 17.86 0.00 07:37:18 05:12:01 1.03 0.00 1.03 0.00 0.00 12.53 0.00 07:37:18 05:13:01 4.37 2.63 1.73 0.00 79.05 32.39 0.00 07:37:18 05:14:01 2.73 0.87 1.87 0.00 18.40 26.13 0.00 07:37:18 05:15:01 0.95 0.00 0.95 0.00 0.00 11.73 0.00 07:37:18 05:16:01 1.13 0.00 1.13 0.00 0.00 13.60 0.00 07:37:18 05:17:01 0.93 0.02 0.92 0.00 0.13 11.86 0.00 07:37:18 05:18:01 1.23 0.00 1.23 0.00 0.00 14.00 0.00 07:37:18 05:19:01 0.98 0.00 0.98 0.00 0.00 13.33 0.00 07:37:18 05:20:01 1.08 0.00 1.08 0.00 0.00 12.26 0.00 07:37:18 05:21:01 1.40 0.00 1.40 0.00 0.00 16.26 0.00 07:37:18 05:22:01 0.95 0.00 0.95 0.00 0.00 11.20 0.00 07:37:18 05:23:01 1.53 0.00 1.53 0.00 0.00 17.86 0.00 07:37:18 05:24:01 1.00 0.00 1.00 0.00 0.00 11.86 0.00 07:37:18 05:25:02 1.53 0.00 1.53 0.00 0.00 18.13 0.00 07:37:18 05:26:01 0.97 0.00 0.97 0.00 0.00 10.85 0.00 07:37:18 05:27:01 1.38 0.00 1.38 0.00 0.00 16.80 0.00 07:37:18 05:28:01 0.97 0.00 0.97 0.00 0.00 11.06 0.00 07:37:18 05:29:01 1.62 0.00 1.62 0.00 0.00 19.60 0.00 07:37:18 05:30:01 0.92 0.00 0.92 0.00 0.00 11.46 0.00 07:37:18 05:31:01 1.38 0.00 1.38 0.00 0.00 16.00 0.00 07:37:18 05:32:01 1.05 0.00 1.05 0.00 0.00 12.13 0.00 07:37:18 05:33:01 1.57 0.00 1.57 0.00 0.00 17.59 0.00 07:37:18 05:34:01 1.05 0.00 1.05 0.00 0.00 12.80 0.00 07:37:18 05:35:01 1.58 0.00 1.58 0.00 0.00 18.80 0.00 07:37:18 05:36:01 0.93 0.00 0.93 0.00 0.00 10.40 0.00 07:37:18 05:37:01 1.65 0.00 1.65 0.00 0.00 18.66 0.00 07:37:18 05:38:01 1.08 0.00 1.08 0.00 0.00 13.46 0.00 07:37:18 05:39:01 1.40 0.00 1.40 0.00 0.00 17.46 0.00 07:37:18 05:40:01 1.05 0.00 1.05 0.00 0.00 12.00 0.00 07:37:18 05:41:01 1.43 0.00 1.43 0.00 0.00 17.07 0.00 07:37:18 05:42:01 0.98 0.00 0.98 0.00 0.00 11.20 0.00 07:37:18 05:43:01 0.95 0.00 0.95 0.00 0.00 12.00 0.00 07:37:18 05:44:01 1.22 0.00 1.22 0.00 0.00 14.66 0.00 07:37:18 05:45:01 1.55 0.00 1.55 0.00 0.00 18.66 0.00 07:37:18 05:46:01 1.02 0.00 1.02 0.00 0.00 11.60 0.00 07:37:18 05:47:01 1.43 0.00 1.43 0.00 0.00 16.93 0.00 07:37:18 05:48:01 0.97 0.00 0.97 0.00 0.00 10.26 0.00 07:37:18 05:49:01 1.50 0.00 1.50 0.00 0.00 17.86 0.00 07:37:18 05:50:01 1.08 0.00 1.08 0.00 0.00 12.26 0.00 07:37:18 05:51:01 1.48 0.00 1.48 0.00 0.00 17.06 0.00 07:37:18 05:52:01 1.57 0.00 1.57 0.00 0.00 16.00 0.00 07:37:18 05:53:01 1.75 0.00 1.75 0.00 0.00 19.60 0.00 07:37:18 05:54:01 1.32 0.00 1.32 0.00 0.00 14.66 0.00 07:37:18 05:55:01 2.08 0.00 2.08 0.00 0.00 24.26 0.00 07:37:18 05:56:01 1.58 0.00 1.58 0.00 0.00 16.40 0.00 07:37:18 05:57:01 1.72 0.00 1.72 0.00 0.00 19.06 0.00 07:37:18 05:58:01 1.30 0.00 1.30 0.00 0.00 13.86 0.00 07:37:18 05:59:01 1.77 0.00 1.77 0.00 0.00 20.66 0.00 07:37:18 06:00:01 1.15 0.00 1.15 0.00 0.00 12.53 0.00 07:37:18 06:01:01 0.95 0.00 0.95 0.00 0.00 11.20 0.00 07:37:18 06:02:01 1.33 0.00 1.33 0.00 0.00 14.13 0.00 07:37:18 06:03:01 1.52 0.00 1.52 0.00 0.00 17.73 0.00 07:37:18 06:04:01 1.28 0.00 1.28 0.00 0.00 15.59 0.00 07:37:18 06:05:01 0.98 0.00 0.98 0.00 0.00 12.66 0.00 07:37:18 06:06:01 1.32 0.00 1.32 0.00 0.00 15.20 0.00 07:37:18 06:07:01 1.65 0.00 1.65 0.00 0.00 18.39 0.00 07:37:18 06:08:01 1.15 0.00 1.15 0.00 0.00 12.80 0.00 07:37:18 06:09:01 1.58 0.00 1.58 0.00 0.00 19.46 0.00 07:37:18 06:10:01 1.07 0.00 1.07 0.00 0.00 12.00 0.00 07:37:18 06:11:01 1.77 0.00 1.77 0.00 0.00 20.26 0.00 07:37:18 06:12:01 1.12 0.00 1.12 0.00 0.00 12.13 0.00 07:37:18 06:13:01 1.65 0.00 1.65 0.00 0.00 20.00 0.00 07:37:18 06:14:01 1.40 0.00 1.40 0.00 0.00 16.66 0.00 07:37:18 06:15:01 1.52 0.00 1.52 0.00 0.00 18.26 0.00 07:37:18 06:16:01 0.97 0.00 0.97 0.00 0.00 10.40 0.00 07:37:18 06:17:01 1.45 0.00 1.45 0.00 0.00 17.20 0.00 07:37:18 06:18:01 1.15 0.00 1.15 0.00 0.00 12.40 0.00 07:37:18 06:19:01 1.65 0.00 1.65 0.00 0.00 19.73 0.00 07:37:18 06:20:01 1.02 0.00 1.02 0.00 0.00 11.33 0.00 07:37:18 06:21:01 1.53 0.02 1.52 0.00 3.20 18.53 0.00 07:37:18 06:22:01 1.10 0.00 1.10 0.00 0.00 12.00 0.00 07:37:18 06:23:01 1.42 0.00 1.42 0.00 0.00 16.66 0.00 07:37:18 06:24:01 1.13 0.00 1.13 0.00 0.00 12.80 0.00 07:37:18 06:25:01 1.00 0.02 0.98 0.00 0.13 11.20 0.00 07:37:18 06:26:01 4.70 2.23 2.48 0.00 36.29 81.22 0.00 07:37:18 06:27:01 1.45 0.00 1.45 0.00 0.00 17.33 0.00 07:37:18 06:28:01 0.85 0.00 0.85 0.00 0.00 9.33 0.00 07:37:18 06:29:01 1.53 0.00 1.53 0.00 0.00 18.00 0.00 07:37:18 06:30:01 1.05 0.00 1.05 0.00 0.00 12.93 0.00 07:37:18 06:31:01 1.02 0.00 1.02 0.00 0.00 12.26 0.00 07:37:18 06:32:01 1.28 0.00 1.28 0.00 0.00 14.13 0.00 07:37:18 06:33:01 0.88 0.00 0.88 0.00 0.00 9.87 0.00 07:37:18 06:34:01 1.40 0.00 1.40 0.00 0.00 17.33 0.00 07:37:18 06:35:01 1.02 0.00 1.02 0.00 0.00 11.73 0.00 07:37:18 06:36:01 1.17 0.00 1.17 0.00 0.00 13.60 0.00 07:37:18 06:37:01 0.97 0.00 0.97 0.00 0.00 10.93 0.00 07:37:18 06:38:02 1.35 0.00 1.35 0.00 0.00 15.73 0.00 07:37:18 06:39:01 1.10 0.00 1.10 0.00 0.00 12.61 0.00 07:37:18 06:40:01 1.48 0.00 1.48 0.00 0.00 17.73 0.00 07:37:18 06:41:01 1.03 0.00 1.03 0.00 0.00 10.93 0.00 07:37:18 06:42:01 1.28 0.00 1.28 0.00 0.00 14.93 0.00 07:37:18 06:43:01 1.05 0.02 1.03 0.00 4.27 11.20 0.00 07:37:18 06:44:01 1.92 0.00 1.92 0.00 0.00 22.66 0.00 07:37:18 06:45:01 1.32 0.00 1.32 0.00 0.00 14.00 0.00 07:37:18 06:46:01 1.20 0.00 1.20 0.00 0.00 13.46 0.00 07:37:18 06:47:01 1.05 0.00 1.05 0.00 0.00 10.80 0.00 07:37:18 06:48:01 1.38 0.00 1.38 0.00 0.00 15.73 0.00 07:37:18 06:49:01 1.03 0.00 1.03 0.00 0.00 11.33 0.00 07:37:18 06:50:01 1.43 0.00 1.43 0.00 0.00 17.20 0.00 07:37:18 06:51:01 1.05 0.00 1.05 0.00 0.00 11.33 0.00 07:37:18 06:52:01 1.47 0.00 1.47 0.00 0.00 16.80 0.00 07:37:18 06:53:01 1.05 0.00 1.05 0.00 0.00 10.93 0.00 07:37:18 06:54:01 1.35 0.00 1.35 0.00 0.00 15.73 0.00 07:37:18 06:55:01 1.40 0.00 1.40 0.00 0.00 15.06 0.00 07:37:18 06:56:01 1.22 0.00 1.22 0.00 0.00 14.13 0.00 07:37:18 06:57:01 1.03 0.00 1.03 0.00 0.00 10.53 0.00 07:37:18 06:58:01 1.40 0.00 1.40 0.00 0.00 16.13 0.00 07:37:18 06:59:01 1.17 0.00 1.17 0.00 0.00 12.80 0.00 07:37:18 07:00:01 1.37 0.00 1.37 0.00 0.00 16.13 0.00 07:37:18 07:01:01 1.15 0.00 1.15 0.00 0.00 12.53 0.00 07:37:18 07:02:01 1.23 0.00 1.23 0.00 0.00 13.73 0.00 07:37:18 07:03:01 1.05 0.00 1.05 0.00 0.00 11.60 0.00 07:37:18 07:04:01 203.98 12.46 191.52 0.00 2108.98 23016.03 0.00 07:37:18 07:05:01 117.01 0.90 116.11 0.00 22.93 56068.38 0.00 07:37:18 07:06:01 48.83 0.20 48.63 0.00 2.27 17756.35 0.00 07:37:18 07:07:01 283.45 5.20 278.25 0.00 56.12 115832.29 0.00 07:37:18 07:08:01 966.76 3.42 963.34 0.00 30.00 286367.21 0.00 07:37:18 07:09:01 1258.01 2.48 1255.52 0.00 29.86 364087.19 0.00 07:37:18 07:10:01 154.47 0.00 154.47 0.00 0.00 9300.05 0.00 07:37:18 07:11:01 1.57 0.00 1.57 0.00 0.00 18.93 0.00 07:37:18 07:12:01 1.12 0.00 1.12 0.00 0.00 11.73 0.00 07:37:18 07:13:01 0.98 0.00 0.98 0.00 0.00 10.53 0.00 07:37:18 07:14:01 1.43 0.00 1.43 0.00 0.00 17.33 0.00 07:37:18 07:15:01 1.38 0.00 1.38 0.00 0.00 16.13 0.00 07:37:18 07:16:01 1.27 0.00 1.27 0.00 0.00 14.53 0.00 07:37:18 07:17:01 1.27 0.00 1.27 0.00 0.00 13.60 0.00 07:37:18 07:18:01 1.65 0.00 1.65 0.00 0.00 18.79 0.00 07:37:18 07:19:01 1.18 0.00 1.18 0.00 0.00 14.13 0.00 07:37:18 07:20:01 1.53 0.00 1.53 0.00 0.00 19.20 0.00 07:37:18 07:21:01 1.62 0.00 1.62 0.00 0.00 17.06 0.00 07:37:18 07:22:01 1.17 0.00 1.17 0.00 0.00 13.06 0.00 07:37:18 07:23:01 1.07 0.00 1.07 0.00 0.00 11.60 0.00 07:37:18 07:24:01 1.35 0.00 1.35 0.00 0.00 15.33 0.00 07:37:18 07:25:01 1.50 0.00 1.50 0.00 0.00 17.06 0.00 07:37:18 07:26:01 1.18 0.00 1.18 0.00 0.00 14.00 0.00 07:37:18 07:27:01 1.15 0.00 1.15 0.00 0.00 12.13 0.00 07:37:18 07:28:01 1.42 0.00 1.42 0.00 0.00 16.66 0.00 07:37:18 07:29:01 1.07 0.00 1.07 0.00 0.00 12.00 0.00 07:37:18 07:30:01 1.47 0.00 1.47 0.00 0.00 17.46 0.00 07:37:18 07:31:01 1.18 0.00 1.18 0.00 0.00 14.13 0.00 07:37:18 07:32:01 1.40 0.00 1.40 0.00 0.00 15.06 0.00 07:37:18 07:33:01 1.15 0.00 1.15 0.00 0.00 12.93 0.00 07:37:18 07:34:01 1.32 0.00 1.32 0.00 0.00 15.33 0.00 07:37:18 07:35:01 1.25 0.00 1.25 0.00 0.00 14.66 0.00 07:37:18 07:36:01 1.62 0.00 1.62 0.00 0.00 18.93 0.00 07:37:18 07:37:01 1.23 0.15 1.08 0.00 9.73 32.66 0.00 07:37:18 Average: 19.33 0.41 18.92 0.00 43.14 5965.12 0.00 07:37:18 07:37:18 04:43:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:37:18 04:44:01 30070488 31853376 494816 1.50 92788 1998700 2070124 6.10 913868 1604028 788 07:37:18 04:45:01 30139180 31850868 497344 1.51 77456 1943584 2061168 6.07 886684 1568380 48 07:37:18 04:46:01 30138652 31850460 497708 1.51 77536 1943588 2061168 6.07 886340 1568384 20 07:37:18 04:47:01 30138612 31850536 497612 1.51 77608 1943588 2061168 6.07 886588 1568420 48 07:37:18 04:48:01 30138808 31850740 497320 1.51 77640 1943588 2061168 6.07 885984 1568424 8 07:37:18 04:49:01 30138460 31850456 497492 1.51 77672 1943596 2061168 6.07 886516 1568428 40 07:37:18 04:50:01 30138932 31850972 496920 1.51 77704 1943600 2061168 6.07 886064 1568440 12 07:37:18 04:51:01 30138736 31850840 497104 1.51 77744 1943604 2061168 6.07 886120 1568444 40 07:37:18 04:52:01 30138720 31850964 497068 1.51 77768 1943604 2077500 6.12 886404 1568560 12 07:37:18 04:53:01 30137968 31850256 497680 1.51 77816 1943592 2077500 6.12 886232 1568572 52 07:37:18 04:54:01 30133308 31846316 501112 1.52 77872 1944128 2125916 6.27 887068 1568836 8 07:37:18 04:55:01 30133472 31846520 500884 1.52 77904 1944140 2125916 6.27 886856 1568840 44 07:37:18 04:56:01 30132872 31846036 501240 1.52 77992 1944144 2125916 6.27 887040 1568844 12 07:37:18 04:57:01 30133108 31846352 500848 1.52 78080 1944148 2125916 6.27 886756 1568848 16 07:37:18 04:58:01 30133052 31846324 500796 1.52 78116 1944144 2125916 6.27 886776 1568852 12 07:37:18 04:59:01 30132772 31846148 500760 1.52 78160 1944156 2140900 6.31 887248 1568856 168 07:37:18 05:00:01 30133500 31846940 500124 1.52 78208 1944156 2140900 6.31 887120 1568856 12 07:37:18 05:01:01 30132828 31846308 500712 1.52 78248 1944164 2140900 6.31 886956 1568860 200 07:37:18 05:02:01 30133260 31846764 500044 1.52 78272 1944164 2140900 6.31 886952 1568864 12 07:37:18 05:03:01 30132944 31846508 500176 1.52 78312 1944160 2140900 6.31 887708 1568868 196 07:37:18 05:04:01 30132848 31846464 500252 1.52 78352 1944172 2140900 6.31 888180 1568872 24 07:37:18 05:05:01 30133496 31847144 499740 1.52 78384 1944172 2140900 6.31 887188 1568872 188 07:37:18 05:06:01 30133748 31847404 499444 1.52 78408 1944176 2140900 6.31 887176 1568876 12 07:37:18 05:07:01 30133924 31847632 499372 1.52 78432 1944176 2140900 6.31 887216 1568876 176 07:37:18 05:08:01 30133364 31847100 499876 1.52 78456 1944180 2140900 6.31 887592 1568880 8 07:37:18 05:09:01 30133324 31847096 499828 1.52 78488 1944176 2140900 6.31 887768 1568884 172 07:37:18 05:10:01 30133276 31847072 499764 1.52 78528 1944184 2156992 6.36 887472 1568884 8 07:37:18 05:11:01 30132716 31846588 500168 1.52 78568 1944192 2156992 6.36 888672 1568892 44 07:37:18 05:12:01 30132456 31846488 500244 1.52 78604 1944324 2156992 6.36 887928 1569024 20 07:37:18 05:13:01 30119356 31836584 509704 1.55 78676 1946976 2135996 6.29 902000 1569404 196 07:37:18 05:14:01 30115144 31833184 513192 1.56 78760 1947496 2147368 6.33 902116 1569796 12 07:37:18 05:15:01 30115884 31833956 512352 1.56 78800 1947496 2147368 6.33 901212 1569796 172 07:37:18 05:16:01 30116340 31834456 511796 1.56 78832 1947500 2147368 6.33 901496 1569800 24 07:37:18 05:17:01 30116292 31834440 511744 1.56 78872 1947500 2147368 6.33 901264 1569804 200 07:37:18 05:18:01 30116416 31834612 511444 1.56 78888 1947504 2147368 6.33 901564 1569804 8 07:37:18 05:19:01 30116188 31834420 511636 1.56 78928 1947512 2147368 6.33 901596 1569808 176 07:37:18 05:20:01 30115880 31834128 511852 1.56 78952 1947512 2147368 6.33 901356 1569808 12 07:37:18 05:21:01 30115832 31834124 511812 1.56 78976 1947516 2147368 6.33 901584 1569812 40 07:37:18 05:22:01 30115748 31834048 512028 1.56 78992 1947520 2147368 6.33 901388 1569816 12 07:37:18 05:23:01 30116016 31834356 511700 1.56 79032 1947512 2147368 6.33 901428 1569816 40 07:37:18 05:24:01 30115904 31834276 511924 1.56 79056 1947524 2147368 6.33 901788 1569824 12 07:37:18 05:25:02 30115856 31834284 511872 1.56 79096 1947528 2147368 6.33 901532 1569828 40 07:37:18 05:26:01 30116060 31834496 511604 1.56 79112 1947528 2147368 6.33 901524 1569828 12 07:37:18 05:27:01 30116232 31834712 511288 1.55 79136 1947536 2147368 6.33 901632 1569832 48 07:37:18 05:28:01 30116464 31834948 511244 1.55 79160 1947536 2163432 6.38 901372 1569832 8 07:37:18 05:29:01 30116416 31834972 511212 1.55 79216 1947532 2163432 6.38 901872 1569840 188 07:37:18 05:30:01 30116368 31834964 511152 1.55 79244 1947548 2163432 6.38 901580 1569848 12 07:37:18 05:31:01 30116320 31834956 511112 1.55 79268 1947548 2163432 6.38 901660 1569848 40 07:37:18 05:32:01 30116264 31834904 511072 1.55 79292 1947552 2163432 6.38 901508 1569852 12 07:37:18 05:33:01 30116216 31834904 511036 1.55 79316 1947548 2147128 6.33 901548 1569856 152 07:37:18 05:34:01 30115948 31834684 511196 1.55 79364 1947548 2147128 6.33 902392 1569856 28 07:37:18 05:35:01 30115864 31834632 511388 1.56 79388 1947560 2147128 6.33 901636 1569860 192 07:37:18 05:36:01 30116056 31834836 511348 1.56 79412 1947560 2147128 6.33 901668 1569860 12 07:37:18 05:37:01 30116040 31834872 511304 1.55 79436 1947568 2147128 6.33 901980 1569864 48 07:37:18 05:38:01 30115992 31834936 511132 1.55 79460 1947700 2147128 6.33 901776 1569976 12 07:37:18 05:39:01 30115692 31834692 511448 1.56 79500 1947692 2147128 6.33 902532 1569976 44 07:37:18 05:40:01 30116124 31835152 510904 1.55 79524 1947704 2147128 6.33 901932 1569980 12 07:37:18 05:41:01 30116268 31835340 510868 1.55 79548 1947704 2147128 6.33 902216 1569980 40 07:37:18 05:42:01 30116024 31835100 511092 1.55 79564 1947708 2147128 6.33 901956 1569984 12 07:37:18 05:43:01 30116008 31835120 511016 1.55 79588 1947712 2147128 6.33 901988 1569988 184 07:37:18 05:44:01 30115896 31835052 511036 1.55 79620 1947704 2147128 6.33 902196 1570012 12 07:37:18 05:45:01 30116100 31835316 510724 1.55 79660 1947712 2147128 6.33 901980 1570016 200 07:37:18 05:46:01 30116084 31835304 510696 1.55 79676 1947724 2147128 6.33 901964 1570020 12 07:37:18 05:47:01 30116068 31835328 510632 1.55 79700 1947720 2147128 6.33 902296 1570020 8 07:37:18 05:48:01 30116052 31835320 510596 1.55 79716 1947732 2147128 6.33 902036 1570024 12 07:37:18 05:49:01 30115972 31835292 510588 1.55 79756 1947716 2147128 6.33 902412 1570024 8 07:37:18 05:50:01 30115664 31835028 510824 1.55 79788 1947736 2147128 6.33 902132 1570036 12 07:37:18 05:51:01 30115616 31835016 510784 1.55 79812 1947740 2147128 6.33 902164 1570040 44 07:37:18 05:52:01 30115816 31835308 510648 1.55 79892 1947740 2147128 6.33 902392 1570040 12 07:37:18 05:53:01 30116024 31835568 510584 1.55 79948 1947736 2130680 6.28 902300 1570044 8 07:37:18 05:54:01 30116024 31835628 510480 1.55 80012 1947736 2130680 6.28 902700 1570048 12 07:37:18 05:55:01 30115668 31835364 510660 1.55 80100 1947744 2130680 6.28 902476 1570048 8 07:37:18 05:56:01 30115644 31835448 510536 1.55 80188 1947756 2130680 6.28 902644 1570052 12 07:37:18 05:57:01 30115596 31835564 510340 1.55 80244 1947876 2146732 6.33 902884 1570164 8 07:37:18 05:58:01 30115328 31835300 510540 1.55 80292 1947880 2146732 6.33 902664 1570168 8 07:37:18 05:59:01 30115312 31835400 510436 1.55 80348 1947876 2146732 6.33 903068 1570192 40 07:37:18 06:00:01 30115256 31835392 510420 1.55 80388 1947892 2146732 6.33 902800 1570192 12 07:37:18 06:01:01 30115272 31835448 510312 1.55 80412 1947888 2146732 6.33 902824 1570196 156 07:37:18 06:02:01 30115216 31835400 510264 1.55 80444 1947896 2146732 6.33 902848 1570196 12 07:37:18 06:03:01 30114868 31835116 510540 1.55 80476 1947900 2146732 6.33 903088 1570200 40 07:37:18 06:04:01 30115076 31835380 510496 1.55 80524 1947900 2146732 6.33 903796 1570208 20 07:37:18 06:05:01 30115556 31835888 509944 1.55 80548 1947904 2146732 6.33 903216 1570212 168 07:37:18 06:06:01 30115272 31835612 510188 1.55 80572 1947916 2146732 6.33 902996 1570216 12 07:37:18 06:07:01 30114748 31835152 510612 1.55 80612 1947916 2146732 6.33 903064 1570216 40 07:37:18 06:08:01 30114732 31835184 510240 1.55 80644 1947920 2146732 6.33 903064 1570220 12 07:37:18 06:09:01 30114368 31834904 510456 1.55 80684 1947908 2146732 6.33 903508 1570224 176 07:37:18 06:10:01 30114368 31834940 510396 1.55 80716 1947924 2146732 6.33 903172 1570224 12 07:37:18 06:11:01 30114052 31834704 510732 1.55 80780 1947920 2146732 6.33 903816 1570228 8 07:37:18 06:12:01 30114060 31834748 510688 1.55 80812 1947924 2146732 6.33 903296 1570232 16 07:37:18 06:13:01 30111780 31832540 512724 1.56 80844 1947936 2164004 6.38 905044 1569360 16 07:37:18 06:14:01 30112236 31833096 512044 1.56 80924 1947924 2164004 6.38 905032 1569316 12 07:37:18 06:15:01 30111652 31832568 512540 1.56 80956 1947932 2164004 6.38 904600 1569312 8 07:37:18 06:16:01 30111256 31832180 512704 1.56 80972 1947944 2164004 6.38 904600 1569316 12 07:37:18 06:17:01 30111704 31832672 512180 1.56 80996 1947940 2147332 6.33 904640 1569320 8 07:37:18 06:18:01 30112132 31833120 511836 1.56 81020 1947948 2147332 6.33 904648 1569320 12 07:37:18 06:19:01 30112100 31833144 511804 1.56 81068 1947932 2147332 6.33 904948 1569328 8 07:37:18 06:20:01 30112108 31833152 511740 1.56 81100 1947956 2147332 6.33 904704 1569328 12 07:37:18 06:21:01 30111776 31833004 511880 1.56 81132 1948048 2147332 6.33 904788 1569428 8 07:37:18 06:22:01 30111728 31832968 511832 1.56 81156 1948060 2147332 6.33 904796 1569432 8 07:37:18 06:23:01 30111428 31832708 512052 1.56 81180 1948056 2147332 6.33 904844 1569432 160 07:37:18 06:24:01 30111916 31833220 511512 1.56 81212 1948060 2147332 6.33 905356 1569440 12 07:37:18 06:25:01 30111252 31832612 512032 1.56 81240 1948068 2147332 6.33 905280 1569444 168 07:37:18 06:26:01 30109032 31832912 511232 1.55 81296 1950404 2163676 6.38 905180 1571564 12 07:37:18 06:27:01 30108984 31832904 511180 1.55 81320 1950400 2163676 6.38 905216 1571568 164 07:37:18 06:28:01 30109152 31833084 511140 1.55 81336 1950408 2163676 6.38 905224 1571568 16 07:37:18 06:29:01 30109144 31833112 511072 1.55 81372 1950400 2147040 6.33 905564 1571572 44 07:37:18 06:30:01 30109152 31833172 511004 1.55 81416 1950408 2147040 6.33 905304 1571576 24 07:37:18 06:31:01 30109096 31833160 510968 1.55 81448 1950412 2147040 6.33 905408 1571576 172 07:37:18 06:32:01 30109056 31833132 510920 1.55 81464 1950424 2130428 6.28 905360 1571580 8 07:37:18 06:33:01 30109000 31833112 510896 1.55 81480 1950424 2130428 6.28 905452 1571580 164 07:37:18 06:34:01 30108628 31832764 511156 1.55 81528 1950412 2130428 6.28 905784 1571588 12 07:37:18 06:35:01 30108780 31832984 511304 1.55 81552 1950436 2130428 6.28 905540 1571596 160 07:37:18 06:36:01 30108536 31832740 511476 1.56 81576 1950436 2130428 6.28 905476 1571596 12 07:37:18 06:37:01 30109040 31833292 510920 1.55 81592 1950440 2130428 6.28 905484 1571600 164 07:37:18 06:38:02 30109000 31833260 510880 1.55 81616 1950444 2130428 6.28 905420 1571604 12 07:37:18 06:39:01 30108668 31833048 511060 1.55 81648 1950508 2130428 6.28 905904 1571668 160 07:37:18 06:40:01 30108844 31833284 510996 1.55 81708 1950504 2130428 6.28 905788 1571672 12 07:37:18 06:41:01 30108868 31833340 510924 1.55 81724 1950516 2146592 6.33 905552 1571672 168 07:37:18 06:42:01 30108820 31833296 510892 1.55 81740 1950520 2146592 6.33 905552 1571676 12 07:37:18 06:43:01 30174512 31899400 447788 1.36 81756 1950652 2032872 5.99 852576 1564200 164 07:37:18 06:44:01 30177624 31902184 445700 1.36 81840 1950776 2032872 5.99 849288 1563800 12 07:37:18 06:45:01 30177864 31902452 445632 1.36 81864 1950780 2032872 5.99 848928 1563804 16 07:37:18 06:46:01 30177840 31902444 445596 1.36 81888 1950780 2032872 5.99 848764 1563804 12 07:37:18 06:47:01 30177728 31902360 445628 1.36 81904 1950784 2032872 5.99 848792 1563808 164 07:37:18 06:48:01 30177632 31902272 445628 1.36 81928 1950788 2032872 5.99 848792 1563812 12 07:37:18 06:49:01 30177656 31902352 445500 1.35 81960 1950792 2032872 5.99 849164 1563812 168 07:37:18 06:50:01 30177860 31902564 445208 1.35 82000 1950780 2032872 5.99 848848 1563820 12 07:37:18 06:51:01 30177592 31902476 445292 1.35 82016 1950928 2032872 5.99 849160 1563944 308 07:37:18 06:52:01 30177292 31902176 445504 1.35 82040 1950932 2032872 5.99 848892 1563944 8 07:37:18 06:53:01 30177704 31902652 445200 1.35 82072 1950936 2032872 5.99 848964 1563948 180 07:37:18 06:54:01 30177656 31902636 445180 1.35 82104 1950936 2032872 5.99 849284 1563960 12 07:37:18 06:55:01 30177892 31902868 444948 1.35 82128 1950940 2016788 5.94 849020 1563964 160 07:37:18 06:56:01 30177844 31902828 445008 1.35 82160 1950944 2016788 5.94 849024 1563968 28 07:37:18 06:57:01 30177544 31902576 445236 1.35 82176 1950944 2016788 5.94 849052 1563968 172 07:37:18 06:58:01 30177740 31902776 444952 1.35 82200 1950948 2016788 5.94 849052 1563972 12 07:37:18 06:59:01 30177184 31902280 445624 1.36 82232 1950956 2016788 5.94 851024 1563976 164 07:37:18 07:00:01 30177104 31902220 445640 1.36 82276 1950944 2016788 5.94 850660 1563980 12 07:37:18 07:01:01 30176804 31901984 445832 1.36 82304 1950960 2016788 5.94 850712 1563984 160 07:37:18 07:02:01 30176756 31901936 445792 1.36 82328 1950960 2016788 5.94 850712 1563984 12 07:37:18 07:03:01 30176456 31901692 446000 1.36 82352 1950964 2016788 5.94 850776 1563988 184 07:37:18 07:04:01 29357716 31798128 516948 1.57 95552 2630780 2110508 6.22 1086896 2090952 940 07:37:18 07:05:01 26055640 30236620 2047968 6.23 142468 4219440 2745956 8.09 3060440 3275304 555256 07:37:18 07:06:01 27332992 31697600 585560 1.78 145796 4376148 2020336 5.95 1446108 3596176 323732 07:37:18 07:07:01 25031368 31655288 611500 1.86 219868 6396340 2231632 6.58 1843856 5308856 314460 07:37:18 07:08:01 21802452 31587440 680040 2.07 343048 9288848 2639456 7.78 2053528 8181072 71396 07:37:18 07:09:01 20105644 31676200 587548 1.79 459836 10850732 2263724 6.67 2244312 9580040 1984 07:37:18 07:10:01 20752196 31755332 514848 1.57 462256 10293924 1935952 5.71 2203068 8993828 44 07:37:18 07:11:01 20754044 31757108 513192 1.56 462268 10293924 1935952 5.71 2202704 8993828 44 07:37:18 07:12:01 20756592 31759644 510900 1.55 462280 10293924 1935952 5.71 2199992 8993832 24 07:37:18 07:13:01 20758316 31761372 509196 1.55 462288 10293928 1935952 5.71 2198928 8993832 180 07:37:18 07:14:01 20761132 31764172 506364 1.54 462296 10293932 1935952 5.71 2197040 8993688 24 07:37:18 07:15:01 20762144 31765200 505608 1.54 462304 10293936 1935952 5.71 2196436 8993692 168 07:37:18 07:16:01 20762428 31765492 505308 1.54 462316 10293936 1935952 5.71 2196396 8993692 12 07:37:18 07:17:01 20762112 31765204 505580 1.54 462344 10293940 1935952 5.71 2196416 8993696 164 07:37:18 07:18:01 20762064 31765196 505528 1.54 462368 10293944 1935952 5.71 2196408 8993700 24 07:37:18 07:19:01 20762064 31765236 505472 1.54 462384 10293948 1935952 5.71 2196540 8993704 180 07:37:18 07:20:01 20761756 31764948 505696 1.54 462392 10293952 1935952 5.71 2196492 8993712 16 07:37:18 07:21:01 20761960 31765160 505424 1.54 462396 10293956 1935952 5.71 2196500 8993712 8 07:37:18 07:22:01 20762032 31765244 505412 1.54 462404 10293960 1935952 5.71 2196884 8993716 220 07:37:18 07:23:01 20762040 31765260 505412 1.54 462408 10293964 1935952 5.71 2196496 8993720 164 07:37:18 07:24:01 20761480 31764708 505876 1.54 462416 10293964 1935952 5.71 2197140 8993720 196 07:37:18 07:25:01 20762008 31765252 505324 1.54 462436 10293964 1935952 5.71 2196536 8993724 156 07:37:18 07:26:01 20761960 31765220 505296 1.54 462444 10293972 1935952 5.71 2196548 8993728 32 07:37:18 07:27:01 20761912 31765188 505268 1.54 462456 10293976 1935952 5.71 2196548 8993728 172 07:37:18 07:28:01 20761580 31764876 505632 1.54 462460 10293980 1935952 5.71 2196552 8993736 12 07:37:18 07:29:01 20762032 31765336 505336 1.54 462468 10293980 1935952 5.71 2196644 8993736 160 07:37:18 07:30:01 20762016 31765340 505316 1.54 462484 10293980 1935952 5.71 2196592 8993740 32 07:37:18 07:31:01 20762176 31765516 505288 1.54 462488 10293988 1935952 5.71 2196928 8993744 220 07:37:18 07:32:01 20762420 31765780 505004 1.54 462504 10293988 1919824 5.66 2196600 8993744 20 07:37:18 07:33:01 20762404 31765772 504928 1.54 462528 10293992 1919824 5.66 2196948 8993748 164 07:37:18 07:34:01 20762040 31765432 505216 1.54 462536 10293992 1919824 5.66 2197092 8993748 24 07:37:18 07:35:01 20762208 31765628 505172 1.54 462564 10293996 1919824 5.66 2196984 8993752 200 07:37:18 07:36:01 20762412 31765868 504904 1.54 462580 10294004 1919824 5.66 2196904 8993760 212 07:37:18 07:37:01 20751872 31756756 513608 1.56 462604 10295676 1994156 5.88 2205420 8994924 1608 07:37:18 Average: 28441437 31819966 511803 1.56 146996 3441010 2099170 6.19 1138794 2893950 7365 07:37:18 07:37:18 04:43:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:37:18 04:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 04:44:01 ens3 277.34 161.74 1475.08 28.24 0.00 0.00 0.00 0.00 07:37:18 04:44:01 lo 0.80 0.80 0.07 0.07 0.00 0.00 0.00 0.00 07:37:18 04:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 04:45:01 ens3 3.58 3.28 0.54 5.01 0.00 0.00 0.00 0.00 07:37:18 04:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 04:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 04:46:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 04:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 04:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 04:47:01 ens3 0.17 0.13 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 04:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 04:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 04:48:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 04:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 04:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 04:49:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 07:37:18 04:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 04:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 04:50:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 04:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 04:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 04:51:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 04:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 04:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 04:52:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 04:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 04:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 04:53:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 04:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 04:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 04:54:01 ens3 0.32 0.35 0.18 0.10 0.00 0.00 0.00 0.00 07:37:18 04:54:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 04:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 04:55:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 04:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 04:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 04:56:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 04:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 04:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 04:57:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 04:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 04:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 04:58:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 04:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 04:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 04:59:01 ens3 0.27 0.27 0.09 0.08 0.00 0.00 0.00 0.00 07:37:18 04:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 05:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:00:01 ens3 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:01:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 05:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 05:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:02:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:03:01 ens3 2.72 1.35 2.20 0.09 0.00 0.00 0.00 0.00 07:37:18 05:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 05:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:04:01 ens3 1.00 0.65 0.46 0.35 0.00 0.00 0.00 0.00 07:37:18 05:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:05:01 ens3 0.15 0.13 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 05:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 05:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:06:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:07:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 05:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 05:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:08:01 ens3 0.15 0.12 0.06 0.01 0.00 0.00 0.00 0.00 07:37:18 05:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:09:01 ens3 0.27 0.23 0.08 0.07 0.00 0.00 0.00 0.00 07:37:18 05:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 05:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:10:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:11:01 ens3 0.52 0.40 0.26 0.22 0.00 0.00 0.00 0.00 07:37:18 05:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 05:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:12:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:13:01 ens3 10.20 6.53 11.80 6.00 0.00 0.00 0.00 0.00 07:37:18 05:13:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 07:37:18 05:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:14:01 ens3 0.13 0.10 0.08 0.06 0.00 0.00 0.00 0.00 07:37:18 05:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:15:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 05:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 05:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:16:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:17:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 05:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 05:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:18:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:19:01 ens3 0.28 0.27 0.08 0.08 0.00 0.00 0.00 0.00 07:37:18 05:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 05:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:20:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:21:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 05:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 05:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:22:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:23:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 05:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 05:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:24:01 ens3 0.15 0.17 0.08 0.07 0.00 0.00 0.00 0.00 07:37:18 05:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:25:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:25:02 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 05:25:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 05:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:26:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:27:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 05:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 05:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:28:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:29:01 ens3 0.30 0.25 0.09 0.08 0.00 0.00 0.00 0.00 07:37:18 05:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 05:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:30:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:31:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 05:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 05:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:32:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:33:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 05:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 05:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:34:01 ens3 1.72 1.25 1.02 0.39 0.00 0.00 0.00 0.00 07:37:18 05:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:35:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 05:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 05:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:36:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:37:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 05:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 05:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:38:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:39:01 ens3 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 07:37:18 05:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 05:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:40:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:41:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 05:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 05:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:42:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:43:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 05:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 05:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:44:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 07:37:18 05:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:45:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 05:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 05:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:46:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:47:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 05:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 05:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:48:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:49:01 ens3 0.25 0.22 0.08 0.07 0.00 0.00 0.00 0.00 07:37:18 05:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 05:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:50:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:51:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 05:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 05:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:52:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:53:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 05:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 05:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:54:01 ens3 0.12 0.08 0.07 0.07 0.00 0.00 0.00 0.00 07:37:18 05:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:55:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 05:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 05:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:56:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:57:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 05:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 05:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:58:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 05:59:01 ens3 0.25 0.22 0.08 0.07 0.00 0.00 0.00 0.00 07:37:18 05:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 06:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:00:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:01:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 06:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 06:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:02:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:03:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 06:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 06:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:04:01 ens3 1.50 1.18 0.82 0.39 0.00 0.00 0.00 0.00 07:37:18 06:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:05:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 06:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 06:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:06:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:07:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 06:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 06:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:08:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:09:01 ens3 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 07:37:18 06:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 06:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:10:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:11:01 ens3 0.55 0.57 0.30 0.23 0.00 0.00 0.00 0.00 07:37:18 06:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 06:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:12:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:13:01 ens3 3.85 2.55 2.31 4.39 0.00 0.00 0.00 0.00 07:37:18 06:13:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 07:37:18 06:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:14:01 ens3 0.13 0.08 0.08 0.06 0.00 0.00 0.00 0.00 07:37:18 06:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:15:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 06:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 06:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:16:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:17:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 06:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 06:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:18:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:19:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 07:37:18 06:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 06:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:20:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:21:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 06:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 06:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:22:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:23:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 06:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 06:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:24:01 ens3 0.13 0.12 0.08 0.07 0.00 0.00 0.00 0.00 07:37:18 06:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:25:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 06:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 06:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:26:01 ens3 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:27:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 06:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 06:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:28:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:29:01 ens3 0.20 0.22 0.08 0.08 0.00 0.00 0.00 0.00 07:37:18 06:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 06:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:30:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:31:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 06:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 06:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:32:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:33:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 06:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 06:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:34:01 ens3 0.13 0.15 0.08 0.07 0.00 0.00 0.00 0.00 07:37:18 06:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:35:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 06:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 06:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:36:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:37:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 06:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 06:38:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:38:02 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:39:01 ens3 0.25 0.27 0.08 0.08 0.00 0.00 0.00 0.00 07:37:18 06:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 06:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:40:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:41:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 06:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 06:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:42:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:43:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 06:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 06:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:44:01 ens3 0.13 0.15 0.08 0.07 0.00 0.00 0.00 0.00 07:37:18 06:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:45:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 06:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 06:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:46:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:47:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 06:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 06:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:48:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:49:01 ens3 0.23 0.23 0.08 0.08 0.00 0.00 0.00 0.00 07:37:18 06:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 06:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:50:01 ens3 0.03 0.05 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:51:01 ens3 0.27 0.17 0.50 0.01 0.00 0.00 0.00 0.00 07:37:18 06:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 06:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:52:01 ens3 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:53:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 06:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 06:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:54:01 ens3 0.15 0.10 0.08 0.07 0.00 0.00 0.00 0.00 07:37:18 06:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:55:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 06:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 06:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:56:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:57:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 06:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 06:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:58:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 06:59:01 ens3 6.77 13.03 0.51 12.37 0.00 0.00 0.00 0.00 07:37:18 06:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 07:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:00:01 ens3 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:01:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 07:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 07:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:02:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:03:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 07:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 07:04:01 veth7fa9801 412.26 349.44 36.83 2715.05 0.00 0.00 0.00 0.22 07:37:18 07:04:01 docker0 412.26 349.33 31.19 2715.04 0.00 0.00 0.00 0.00 07:37:18 07:04:01 ens3 985.47 979.15 7357.18 126.12 0.00 0.00 0.00 0.00 07:37:18 07:04:01 lo 3.80 3.80 0.36 0.36 0.00 0.00 0.00 0.00 07:37:18 07:05:01 veth347b86b 0.15 0.28 0.02 0.03 0.00 0.00 0.00 0.00 07:37:18 07:05:01 docker0 91.87 122.88 7.97 1147.06 0.00 0.00 0.00 0.00 07:37:18 07:05:01 ens3 324.56 226.42 5122.43 64.61 0.00 0.00 0.00 0.00 07:37:18 07:05:01 lo 1.33 1.33 0.13 0.13 0.00 0.00 0.00 0.00 07:37:18 07:06:01 veth347b86b 1.22 1.25 0.09 0.10 0.00 0.00 0.00 0.00 07:37:18 07:06:01 docker0 1.22 1.22 0.08 0.09 0.00 0.00 0.00 0.00 07:37:18 07:06:01 ens3 58.65 48.20 23.47 66.55 0.00 0.00 0.00 0.00 07:37:18 07:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:07:01 docker0 127.85 172.55 9.89 1672.33 0.00 0.00 0.00 0.00 07:37:18 07:07:01 ens3 297.90 211.95 3374.53 78.10 0.00 0.00 0.00 0.00 07:37:18 07:07:01 lo 0.80 0.80 0.07 0.07 0.00 0.00 0.00 0.00 07:37:18 07:07:01 veth41ccd61 0.00 0.53 0.00 0.03 0.00 0.00 0.00 0.00 07:37:18 07:08:01 veth2a6d679 12.91 37.18 1.25 650.72 0.00 0.00 0.00 0.05 07:37:18 07:08:01 docker0 68.81 109.43 4.83 1209.83 0.00 0.00 0.00 0.00 07:37:18 07:08:01 ens3 155.81 97.58 1335.15 23.58 0.00 0.00 0.00 0.00 07:37:18 07:08:01 lo 0.93 0.93 0.09 0.09 0.00 0.00 0.00 0.00 07:37:18 07:08:01 veth41ccd61 0.00 0.50 0.00 0.02 0.00 0.00 0.00 0.00 07:37:18 07:09:01 vethf9fe0c0 0.77 0.95 0.06 6.06 0.00 0.00 0.00 0.00 07:37:18 07:09:01 docker0 102.47 142.49 7.38 1205.43 0.00 0.00 0.00 0.00 07:37:18 07:09:01 ens3 236.21 175.69 1253.25 104.75 0.00 0.00 0.00 0.00 07:37:18 07:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 07:09:01 vethf9d6668 6.63 10.80 0.45 36.61 0.00 0.00 0.00 0.00 07:37:18 07:09:01 veth41ccd61 0.00 0.73 0.00 0.04 0.00 0.00 0.00 0.00 07:37:18 07:10:01 docker0 10.33 14.23 0.61 78.46 0.00 0.00 0.00 0.00 07:37:18 07:10:01 ens3 22.95 16.15 89.25 4.25 0.00 0.00 0.00 0.00 07:37:18 07:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:11:01 ens3 0.77 0.73 0.28 0.24 0.00 0.00 0.00 0.00 07:37:18 07:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 07:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:12:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:13:01 ens3 5.10 9.35 0.42 11.07 0.00 0.00 0.00 0.00 07:37:18 07:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 07:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:14:01 ens3 22.01 20.76 3.81 40.96 0.00 0.00 0.00 0.00 07:37:18 07:14:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 07:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:15:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 07:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 07:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:16:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:17:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 07:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 07:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:18:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:19:01 ens3 0.27 0.28 0.09 0.08 0.00 0.00 0.00 0.00 07:37:18 07:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 07:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:20:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:21:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 07:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 07:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:22:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:23:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 07:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 07:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:24:01 ens3 0.13 0.15 0.08 0.07 0.00 0.00 0.00 0.00 07:37:18 07:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:25:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 07:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 07:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:26:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:27:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 07:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 07:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:28:01 ens3 0.17 0.17 0.17 0.01 0.00 0.00 0.00 0.00 07:37:18 07:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:29:01 ens3 0.23 0.25 0.08 0.08 0.00 0.00 0.00 0.00 07:37:18 07:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 07:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:30:01 ens3 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:31:01 ens3 1.05 0.60 0.40 0.29 0.00 0.00 0.00 0.00 07:37:18 07:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 07:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:32:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:33:01 ens3 1.05 0.43 0.40 0.28 0.00 0.00 0.00 0.00 07:37:18 07:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 07:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:34:01 ens3 0.78 0.08 0.13 0.06 0.00 0.00 0.00 0.00 07:37:18 07:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:35:01 ens3 0.88 0.60 0.48 0.29 0.00 0.00 0.00 0.00 07:37:18 07:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 07:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:36:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:37:18 07:37:01 ens3 9.33 5.88 10.16 4.21 0.00 0.00 0.00 0.00 07:37:18 07:37:01 lo 0.40 0.40 0.03 0.03 0.00 0.00 0.00 0.00 07:37:18 Average: docker0 4.68 5.24 0.36 46.15 0.00 0.00 0.00 0.00 07:37:18 Average: ens3 14.06 11.48 115.37 3.36 0.00 0.00 0.00 0.00 07:37:18 Average: lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 0.00 07:37:18 07:37:18 07:37:18 ---> sar -P ALL: 07:37:18 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-23354) 08/23/22 _x86_64_ (8 CPU) 07:37:18 07:37:18 04:42:50 LINUX RESTART (8 CPU) 07:37:18 07:37:18 04:43:01 CPU %user %nice %system %iowait %steal %idle 07:37:18 04:44:01 all 3.52 0.00 1.54 1.28 0.02 93.64 07:37:18 04:44:01 0 3.69 0.00 1.23 0.75 0.02 94.31 07:37:18 04:44:01 1 3.94 0.00 2.14 2.74 0.03 91.15 07:37:18 04:44:01 2 3.74 0.00 1.39 0.18 0.02 94.68 07:37:18 04:44:01 3 2.81 0.00 1.39 3.03 0.02 92.76 07:37:18 04:44:01 4 4.71 0.00 1.50 0.94 0.02 92.83 07:37:18 04:44:01 5 3.06 0.00 1.97 1.64 0.02 93.31 07:37:18 04:44:01 6 2.99 0.00 1.25 0.30 0.02 95.43 07:37:18 04:44:01 7 3.22 0.00 1.42 0.64 0.03 94.69 07:37:18 04:45:01 all 0.40 0.00 0.05 0.03 0.00 99.52 07:37:18 04:45:01 0 0.83 0.00 0.10 0.00 0.00 99.07 07:37:18 04:45:01 1 0.05 0.00 0.03 0.15 0.00 99.77 07:37:18 04:45:01 2 0.13 0.00 0.02 0.00 0.00 99.85 07:37:18 04:45:01 3 0.67 0.00 0.07 0.00 0.00 99.27 07:37:18 04:45:01 4 0.17 0.00 0.07 0.03 0.00 99.73 07:37:18 04:45:01 5 0.32 0.00 0.05 0.03 0.02 99.58 07:37:18 04:45:01 6 0.96 0.00 0.05 0.00 0.00 98.99 07:37:18 04:45:01 7 0.05 0.00 0.05 0.00 0.00 99.90 07:37:18 04:46:01 all 0.14 0.00 0.01 0.00 0.00 99.84 07:37:18 04:46:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 04:46:01 1 0.02 0.00 0.03 0.03 0.00 99.92 07:37:18 04:46:01 2 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 04:46:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 04:46:01 4 1.04 0.00 0.00 0.00 0.00 98.96 07:37:18 04:46:01 5 0.00 0.00 0.03 0.00 0.00 99.97 07:37:18 04:46:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 04:46:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 04:47:01 all 0.14 0.00 0.01 0.01 0.00 99.83 07:37:18 04:47:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 04:47:01 1 0.02 0.00 0.02 0.10 0.00 99.87 07:37:18 04:47:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 04:47:01 3 0.00 0.00 0.02 0.02 0.00 99.97 07:37:18 04:47:01 4 1.03 0.00 0.07 0.00 0.00 98.91 07:37:18 04:47:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 04:47:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 04:47:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 04:48:01 all 0.01 0.00 0.01 0.00 0.00 99.97 07:37:18 04:48:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 04:48:01 1 0.03 0.00 0.02 0.02 0.00 99.93 07:37:18 04:48:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 04:48:01 3 0.03 0.00 0.02 0.02 0.00 99.93 07:37:18 04:48:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 04:48:01 5 0.00 0.00 0.03 0.00 0.02 99.95 07:37:18 04:48:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 04:48:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 04:49:01 all 0.05 0.00 0.00 0.00 0.01 99.94 07:37:18 04:49:01 0 0.02 0.00 0.02 0.00 0.02 99.95 07:37:18 04:49:01 1 0.02 0.00 0.00 0.02 0.02 99.95 07:37:18 04:49:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 04:49:01 3 0.00 0.00 0.02 0.02 0.00 99.97 07:37:18 04:49:01 4 0.27 0.00 0.00 0.00 0.02 99.72 07:37:18 04:49:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:37:18 04:49:01 6 0.03 0.00 0.00 0.00 0.00 99.97 07:37:18 04:49:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 04:50:01 all 0.27 0.00 0.01 0.00 0.00 99.72 07:37:18 04:50:01 0 0.02 0.00 0.03 0.00 0.00 99.95 07:37:18 04:50:01 1 0.03 0.00 0.00 0.02 0.00 99.95 07:37:18 04:50:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:37:18 04:50:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 04:50:01 4 1.97 0.00 0.00 0.00 0.00 98.03 07:37:18 04:50:01 5 0.02 0.00 0.03 0.00 0.00 99.95 07:37:18 04:50:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 04:50:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 04:51:01 all 0.21 0.00 0.03 0.01 0.00 99.75 07:37:18 04:51:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 04:51:01 1 0.02 0.00 0.03 0.02 0.00 99.93 07:37:18 04:51:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 04:51:01 3 0.02 0.00 0.02 0.03 0.02 99.92 07:37:18 04:51:01 4 1.58 0.00 0.13 0.00 0.00 98.29 07:37:18 04:51:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 04:51:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 04:51:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 04:52:01 all 0.02 0.00 0.02 0.00 0.00 99.96 07:37:18 04:52:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 04:52:01 1 0.02 0.00 0.00 0.02 0.00 99.97 07:37:18 04:52:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 04:52:01 3 0.02 0.00 0.02 0.02 0.00 99.95 07:37:18 04:52:01 4 0.03 0.00 0.07 0.00 0.00 99.90 07:37:18 04:52:01 5 0.05 0.00 0.02 0.00 0.02 99.92 07:37:18 04:52:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 04:52:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 04:53:01 all 0.01 0.00 0.01 0.01 0.00 99.97 07:37:18 04:53:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:37:18 04:53:01 1 0.02 0.00 0.02 0.03 0.00 99.93 07:37:18 04:53:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 04:53:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 04:53:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 04:53:01 5 0.02 0.00 0.03 0.02 0.00 99.93 07:37:18 04:53:01 6 0.02 0.00 0.00 0.00 0.02 99.97 07:37:18 04:53:01 7 0.02 0.00 0.00 0.00 0.02 99.97 07:37:18 04:54:01 all 0.09 0.00 0.04 0.01 0.00 99.85 07:37:18 04:54:01 0 0.02 0.00 0.05 0.00 0.00 99.93 07:37:18 04:54:01 1 0.50 0.00 0.05 0.03 0.00 99.42 07:37:18 04:54:01 2 0.03 0.00 0.03 0.02 0.00 99.92 07:37:18 04:54:01 3 0.05 0.00 0.03 0.03 0.00 99.88 07:37:18 04:54:01 4 0.00 0.00 0.03 0.00 0.00 99.97 07:37:18 04:54:01 5 0.07 0.00 0.05 0.00 0.00 99.88 07:37:18 04:54:01 6 0.02 0.00 0.07 0.00 0.00 99.92 07:37:18 04:54:01 7 0.07 0.00 0.02 0.00 0.00 99.92 07:37:18 07:37:18 04:54:01 CPU %user %nice %system %iowait %steal %idle 07:37:18 04:55:01 all 0.01 0.00 0.01 0.00 0.00 99.97 07:37:18 04:55:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 04:55:01 1 0.02 0.00 0.03 0.02 0.02 99.92 07:37:18 04:55:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 04:55:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 04:55:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 04:55:01 5 0.05 0.00 0.00 0.00 0.00 99.95 07:37:18 04:55:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 04:55:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 04:56:01 all 0.01 0.00 0.01 0.01 0.00 99.97 07:37:18 04:56:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 04:56:01 1 0.02 0.00 0.00 0.05 0.00 99.93 07:37:18 04:56:01 2 0.05 0.00 0.00 0.00 0.00 99.95 07:37:18 04:56:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 04:56:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:37:18 04:56:01 5 0.02 0.00 0.02 0.02 0.02 99.93 07:37:18 04:56:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 04:56:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 04:57:01 all 0.02 0.00 0.01 0.01 0.00 99.96 07:37:18 04:57:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 04:57:01 1 0.03 0.00 0.03 0.05 0.00 99.88 07:37:18 04:57:01 2 0.02 0.00 0.03 0.00 0.00 99.95 07:37:18 04:57:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 04:57:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 04:57:01 5 0.03 0.00 0.03 0.00 0.00 99.93 07:37:18 04:57:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 04:57:01 7 0.03 0.00 0.00 0.02 0.00 99.95 07:37:18 04:58:01 all 0.00 0.00 0.01 0.00 0.00 99.98 07:37:18 04:58:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 04:58:01 1 0.00 0.00 0.03 0.03 0.00 99.93 07:37:18 04:58:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 04:58:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 04:58:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 04:58:01 5 0.00 0.00 0.02 0.00 0.02 99.97 07:37:18 04:58:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 04:58:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 04:59:01 all 0.02 0.00 0.02 0.00 0.00 99.95 07:37:18 04:59:01 0 0.00 0.00 0.02 0.02 0.00 99.97 07:37:18 04:59:01 1 0.03 0.00 0.03 0.02 0.00 99.92 07:37:18 04:59:01 2 0.03 0.00 0.03 0.00 0.00 99.93 07:37:18 04:59:01 3 0.02 0.00 0.02 0.00 0.02 99.95 07:37:18 04:59:01 4 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 04:59:01 5 0.07 0.00 0.03 0.00 0.00 99.90 07:37:18 04:59:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 04:59:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 05:00:01 all 0.01 0.00 0.01 0.00 0.00 99.98 07:37:18 05:00:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 05:00:01 1 0.02 0.00 0.02 0.02 0.00 99.95 07:37:18 05:00:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:00:01 3 0.02 0.00 0.02 0.02 0.00 99.95 07:37:18 05:00:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:00:01 5 0.03 0.00 0.02 0.00 0.00 99.95 07:37:18 05:00:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:00:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:01:01 all 0.02 0.00 0.01 0.00 0.00 99.97 07:37:18 05:01:01 0 0.00 0.00 0.02 0.00 0.02 99.97 07:37:18 05:01:01 1 0.02 0.00 0.02 0.03 0.00 99.93 07:37:18 05:01:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:37:18 05:01:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 05:01:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 05:01:01 5 0.03 0.00 0.02 0.00 0.00 99.95 07:37:18 05:01:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:01:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:02:01 all 0.15 0.00 0.00 0.00 0.00 99.84 07:37:18 05:02:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:02:01 1 0.02 0.00 0.00 0.02 0.02 99.95 07:37:18 05:02:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 05:02:01 3 0.02 0.00 0.00 0.02 0.00 99.97 07:37:18 05:02:01 4 1.09 0.00 0.00 0.00 0.00 98.91 07:37:18 05:02:01 5 0.03 0.00 0.02 0.00 0.02 99.93 07:37:18 05:02:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:02:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:03:01 all 0.01 0.00 0.01 0.01 0.00 99.96 07:37:18 05:03:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 05:03:01 1 0.02 0.00 0.00 0.05 0.00 99.93 07:37:18 05:03:01 2 0.02 0.00 0.02 0.00 0.02 99.95 07:37:18 05:03:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 05:03:01 4 0.00 0.00 0.00 0.02 0.02 99.97 07:37:18 05:03:01 5 0.03 0.00 0.02 0.00 0.00 99.95 07:37:18 05:03:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:03:01 7 0.03 0.00 0.02 0.00 0.00 99.95 07:37:18 05:04:01 all 0.07 0.00 0.01 0.01 0.00 99.91 07:37:18 05:04:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 05:04:01 1 0.00 0.00 0.00 0.08 0.00 99.92 07:37:18 05:04:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 05:04:01 3 0.02 0.00 0.00 0.02 0.00 99.97 07:37:18 05:04:01 4 0.48 0.00 0.00 0.00 0.00 99.52 07:37:18 05:04:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 05:04:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:04:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:05:01 all 0.27 0.00 0.01 0.01 0.00 99.70 07:37:18 05:05:01 0 0.00 0.00 0.03 0.00 0.00 99.97 07:37:18 05:05:01 1 0.02 0.00 0.02 0.07 0.00 99.90 07:37:18 05:05:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:37:18 05:05:01 3 0.03 0.00 0.02 0.02 0.00 99.93 07:37:18 05:05:01 4 1.99 0.00 0.00 0.00 0.00 98.01 07:37:18 05:05:01 5 0.03 0.00 0.02 0.00 0.02 99.93 07:37:18 05:05:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:05:01 7 0.03 0.00 0.02 0.00 0.00 99.95 07:37:18 07:37:18 05:05:01 CPU %user %nice %system %iowait %steal %idle 07:37:18 05:06:01 all 0.21 0.00 0.01 0.00 0.00 99.78 07:37:18 05:06:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:06:01 1 0.02 0.00 0.00 0.02 0.00 99.97 07:37:18 05:06:01 2 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 05:06:01 3 0.00 0.00 0.00 0.02 0.00 99.98 07:37:18 05:06:01 4 1.63 0.00 0.00 0.00 0.00 98.37 07:37:18 05:06:01 5 0.00 0.00 0.03 0.00 0.02 99.95 07:37:18 05:06:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:06:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:07:01 all 0.02 0.00 0.01 0.00 0.00 99.96 07:37:18 05:07:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 05:07:01 1 0.02 0.00 0.02 0.03 0.00 99.93 07:37:18 05:07:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:07:01 3 0.03 0.00 0.00 0.00 0.02 99.95 07:37:18 05:07:01 4 0.03 0.00 0.02 0.00 0.00 99.95 07:37:18 05:07:01 5 0.07 0.00 0.03 0.00 0.02 99.88 07:37:18 05:07:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:07:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:08:01 all 0.24 0.00 0.01 0.01 0.00 99.74 07:37:18 05:08:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 05:08:01 1 0.00 0.00 0.02 0.02 0.00 99.97 07:37:18 05:08:01 2 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 05:08:01 3 0.02 0.00 0.00 0.02 0.00 99.97 07:37:18 05:08:01 4 1.82 0.00 0.02 0.00 0.02 98.14 07:37:18 05:08:01 5 0.02 0.00 0.03 0.02 0.00 99.93 07:37:18 05:08:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:08:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:09:01 all 0.26 0.00 0.01 0.01 0.00 99.72 07:37:18 05:09:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:09:01 1 0.00 0.00 0.02 0.05 0.00 99.93 07:37:18 05:09:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 05:09:01 3 0.00 0.00 0.00 0.02 0.00 99.98 07:37:18 05:09:01 4 1.97 0.00 0.00 0.00 0.00 98.03 07:37:18 05:09:01 5 0.03 0.00 0.03 0.00 0.00 99.93 07:37:18 05:09:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:09:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:37:18 05:10:01 all 0.26 0.00 0.00 0.00 0.00 99.73 07:37:18 05:10:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:10:01 1 0.02 0.00 0.00 0.02 0.00 99.97 07:37:18 05:10:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:10:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 05:10:01 4 1.97 0.00 0.00 0.00 0.00 98.03 07:37:18 05:10:01 5 0.03 0.00 0.02 0.00 0.02 99.93 07:37:18 05:10:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:10:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:37:18 05:11:01 all 0.27 0.00 0.01 0.01 0.00 99.70 07:37:18 05:11:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 05:11:01 1 0.02 0.00 0.02 0.07 0.00 99.90 07:37:18 05:11:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:11:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 05:11:01 4 2.03 0.00 0.00 0.00 0.00 97.97 07:37:18 05:11:01 5 0.05 0.00 0.03 0.00 0.00 99.92 07:37:18 05:11:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:11:01 7 0.02 0.00 0.00 0.02 0.00 99.97 07:37:18 05:12:01 all 0.27 0.00 0.01 0.01 0.00 99.71 07:37:18 05:12:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 05:12:01 1 0.03 0.00 0.03 0.03 0.00 99.90 07:37:18 05:12:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:12:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 05:12:01 4 1.97 0.00 0.00 0.00 0.00 98.03 07:37:18 05:12:01 5 0.03 0.00 0.03 0.00 0.02 99.92 07:37:18 05:12:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:12:01 7 0.02 0.00 0.00 0.02 0.00 99.97 07:37:18 05:13:01 all 0.51 0.00 0.03 0.02 0.00 99.43 07:37:18 05:13:01 0 0.30 0.00 0.05 0.12 0.00 99.53 07:37:18 05:13:01 1 0.30 0.00 0.02 0.03 0.02 99.63 07:37:18 05:13:01 2 0.60 0.00 0.03 0.00 0.00 99.37 07:37:18 05:13:01 3 0.22 0.00 0.05 0.03 0.02 99.68 07:37:18 05:13:01 4 2.20 0.00 0.00 0.02 0.00 97.78 07:37:18 05:13:01 5 0.17 0.00 0.05 0.00 0.00 99.78 07:37:18 05:13:01 6 0.22 0.00 0.00 0.00 0.00 99.78 07:37:18 05:13:01 7 0.07 0.00 0.07 0.00 0.00 99.87 07:37:18 05:14:01 all 0.29 0.00 0.03 0.01 0.00 99.66 07:37:18 05:14:01 0 0.02 0.00 0.03 0.00 0.00 99.95 07:37:18 05:14:01 1 0.18 0.00 0.05 0.08 0.00 99.68 07:37:18 05:14:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:37:18 05:14:01 3 0.03 0.00 0.03 0.00 0.00 99.93 07:37:18 05:14:01 4 1.99 0.00 0.03 0.00 0.00 97.98 07:37:18 05:14:01 5 0.02 0.00 0.03 0.00 0.00 99.95 07:37:18 05:14:01 6 0.05 0.00 0.03 0.00 0.00 99.92 07:37:18 05:14:01 7 0.00 0.00 0.03 0.03 0.00 99.93 07:37:18 05:15:01 all 0.26 0.00 0.00 0.00 0.00 99.73 07:37:18 05:15:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:15:01 1 0.02 0.00 0.00 0.02 0.00 99.97 07:37:18 05:15:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:15:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 05:15:01 4 1.99 0.00 0.00 0.00 0.02 98.00 07:37:18 05:15:01 5 0.03 0.00 0.02 0.00 0.02 99.93 07:37:18 05:15:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:15:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:16:01 all 0.26 0.00 0.01 0.00 0.00 99.72 07:37:18 05:16:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:37:18 05:16:01 1 0.03 0.00 0.02 0.02 0.00 99.93 07:37:18 05:16:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 05:16:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:16:01 4 1.97 0.00 0.00 0.00 0.00 98.03 07:37:18 05:16:01 5 0.03 0.00 0.02 0.00 0.00 99.95 07:37:18 05:16:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:16:01 7 0.02 0.00 0.03 0.02 0.00 99.93 07:37:18 07:37:18 05:16:01 CPU %user %nice %system %iowait %steal %idle 07:37:18 05:17:01 all 0.04 0.00 0.00 0.00 0.00 99.95 07:37:18 05:17:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 05:17:01 1 0.02 0.00 0.02 0.03 0.00 99.93 07:37:18 05:17:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:17:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:17:01 4 0.30 0.00 0.00 0.00 0.00 99.70 07:37:18 05:17:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:17:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:17:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:18:01 all 0.16 0.00 0.01 0.00 0.01 99.83 07:37:18 05:18:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 05:18:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:18:01 2 0.00 0.00 0.00 0.00 0.02 99.98 07:37:18 05:18:01 3 0.03 0.00 0.02 0.02 0.00 99.93 07:37:18 05:18:01 4 1.19 0.00 0.00 0.00 0.00 98.81 07:37:18 05:18:01 5 0.02 0.00 0.03 0.00 0.02 99.93 07:37:18 05:18:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:18:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:37:18 05:19:01 all 0.26 0.00 0.01 0.01 0.00 99.73 07:37:18 05:19:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:19:01 1 0.00 0.00 0.02 0.03 0.00 99.95 07:37:18 05:19:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:19:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 05:19:01 4 1.97 0.00 0.00 0.00 0.02 98.01 07:37:18 05:19:01 5 0.00 0.00 0.02 0.00 0.02 99.97 07:37:18 05:19:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:19:01 7 0.02 0.00 0.02 0.02 0.00 99.95 07:37:18 05:20:01 all 0.26 0.00 0.00 0.00 0.00 99.73 07:37:18 05:20:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 05:20:01 1 0.00 0.00 0.00 0.02 0.00 99.98 07:37:18 05:20:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:20:01 3 0.02 0.00 0.00 0.02 0.00 99.97 07:37:18 05:20:01 4 1.99 0.00 0.00 0.00 0.00 98.01 07:37:18 05:20:01 5 0.03 0.00 0.02 0.00 0.00 99.95 07:37:18 05:20:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:20:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:37:18 05:21:01 all 0.26 0.00 0.01 0.00 0.00 99.73 07:37:18 05:21:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 05:21:01 1 0.00 0.00 0.02 0.02 0.00 99.97 07:37:18 05:21:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:21:01 3 0.02 0.00 0.00 0.02 0.02 99.95 07:37:18 05:21:01 4 1.97 0.00 0.02 0.00 0.00 98.01 07:37:18 05:21:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:37:18 05:21:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:21:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:22:01 all 0.13 0.00 0.02 0.00 0.00 99.84 07:37:18 05:22:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 05:22:01 1 0.02 0.00 0.00 0.02 0.00 99.97 07:37:18 05:22:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:22:01 3 0.00 0.00 0.00 0.02 0.00 99.98 07:37:18 05:22:01 4 0.94 0.00 0.12 0.00 0.00 98.94 07:37:18 05:22:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:37:18 05:22:01 6 0.03 0.00 0.00 0.00 0.02 99.95 07:37:18 05:22:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 05:23:01 all 0.01 0.00 0.01 0.00 0.00 99.98 07:37:18 05:23:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 05:23:01 1 0.02 0.00 0.00 0.02 0.00 99.97 07:37:18 05:23:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:23:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 05:23:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:23:01 5 0.07 0.00 0.02 0.00 0.00 99.92 07:37:18 05:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:23:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:24:01 all 0.01 0.00 0.01 0.01 0.00 99.97 07:37:18 05:24:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 05:24:01 1 0.00 0.00 0.02 0.03 0.00 99.95 07:37:18 05:24:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:24:01 3 0.00 0.00 0.03 0.02 0.00 99.95 07:37:18 05:24:01 4 0.03 0.00 0.00 0.00 0.00 99.97 07:37:18 05:24:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:37:18 05:24:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:24:01 7 0.03 0.00 0.02 0.00 0.00 99.95 07:37:18 05:25:02 all 0.01 0.00 0.01 0.01 0.00 99.98 07:37:18 05:25:02 0 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:25:02 1 0.00 0.00 0.00 0.02 0.00 99.98 07:37:18 05:25:02 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:25:02 3 0.02 0.00 0.02 0.03 0.00 99.93 07:37:18 05:25:02 4 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:25:02 5 0.03 0.00 0.02 0.00 0.00 99.95 07:37:18 05:25:02 6 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 05:25:02 7 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:26:01 all 0.00 0.00 0.01 0.00 0.01 99.98 07:37:18 05:26:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 05:26:01 1 0.00 0.00 0.02 0.02 0.00 99.97 07:37:18 05:26:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:26:01 3 0.00 0.00 0.00 0.02 0.00 99.98 07:37:18 05:26:01 4 0.02 0.00 0.00 0.00 0.02 99.97 07:37:18 05:26:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:37:18 05:26:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:26:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:37:18 05:27:01 all 0.01 0.00 0.01 0.00 0.00 99.97 07:37:18 05:27:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 05:27:01 1 0.03 0.00 0.00 0.02 0.02 99.93 07:37:18 05:27:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 05:27:01 3 0.00 0.00 0.00 0.02 0.00 99.98 07:37:18 05:27:01 4 0.03 0.00 0.00 0.00 0.00 99.97 07:37:18 05:27:01 5 0.02 0.00 0.03 0.00 0.00 99.95 07:37:18 05:27:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:27:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 07:37:18 05:27:01 CPU %user %nice %system %iowait %steal %idle 07:37:18 05:28:01 all 0.00 0.00 0.01 0.00 0.00 99.98 07:37:18 05:28:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 05:28:01 1 0.00 0.00 0.02 0.02 0.00 99.97 07:37:18 05:28:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:28:01 3 0.02 0.00 0.00 0.02 0.00 99.97 07:37:18 05:28:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:28:01 5 0.00 0.00 0.03 0.00 0.02 99.95 07:37:18 05:28:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:28:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:29:01 all 0.01 0.00 0.01 0.01 0.00 99.97 07:37:18 05:29:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 05:29:01 1 0.02 0.00 0.00 0.02 0.00 99.97 07:37:18 05:29:01 2 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 05:29:01 3 0.02 0.00 0.00 0.02 0.02 99.95 07:37:18 05:29:01 4 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 05:29:01 5 0.03 0.00 0.02 0.00 0.00 99.95 07:37:18 05:29:01 6 0.02 0.00 0.00 0.02 0.00 99.97 07:37:18 05:29:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:30:01 all 0.01 0.00 0.01 0.00 0.00 99.97 07:37:18 05:30:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 05:30:01 1 0.02 0.00 0.02 0.03 0.00 99.93 07:37:18 05:30:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:30:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:30:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:30:01 5 0.03 0.00 0.05 0.00 0.02 99.90 07:37:18 05:30:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:30:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 05:31:01 all 0.02 0.00 0.01 0.01 0.00 99.96 07:37:18 05:31:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:31:01 1 0.02 0.00 0.02 0.02 0.00 99.95 07:37:18 05:31:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:37:18 05:31:01 3 0.03 0.00 0.02 0.03 0.00 99.92 07:37:18 05:31:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:31:01 5 0.03 0.00 0.02 0.00 0.00 99.95 07:37:18 05:31:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:31:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:37:18 05:32:01 all 0.01 0.00 0.00 0.00 0.00 99.99 07:37:18 05:32:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:32:01 1 0.02 0.00 0.00 0.02 0.00 99.97 07:37:18 05:32:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:32:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:32:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:32:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:32:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:32:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 05:33:01 all 0.02 0.00 0.01 0.01 0.00 99.96 07:37:18 05:33:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 05:33:01 1 0.00 0.00 0.00 0.03 0.00 99.97 07:37:18 05:33:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:37:18 05:33:01 3 0.02 0.00 0.00 0.03 0.00 99.95 07:37:18 05:33:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:37:18 05:33:01 5 0.05 0.00 0.02 0.00 0.02 99.92 07:37:18 05:33:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:33:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:37:18 05:34:01 all 0.03 0.00 0.02 0.00 0.00 99.95 07:37:18 05:34:01 0 0.00 0.00 0.03 0.00 0.00 99.97 07:37:18 05:34:01 1 0.00 0.00 0.03 0.02 0.00 99.95 07:37:18 05:34:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:34:01 3 0.15 0.00 0.00 0.00 0.00 99.85 07:37:18 05:34:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:34:01 5 0.02 0.00 0.03 0.00 0.00 99.95 07:37:18 05:34:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 05:34:01 7 0.02 0.00 0.02 0.00 0.02 99.95 07:37:18 05:35:01 all 0.02 0.00 0.00 0.01 0.00 99.97 07:37:18 05:35:01 0 0.02 0.00 0.02 0.00 0.02 99.95 07:37:18 05:35:01 1 0.02 0.00 0.00 0.03 0.00 99.95 07:37:18 05:35:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:37:18 05:35:01 3 0.00 0.00 0.02 0.03 0.00 99.95 07:37:18 05:35:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:35:01 5 0.05 0.00 0.00 0.00 0.00 99.95 07:37:18 05:35:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:35:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:36:01 all 0.01 0.00 0.01 0.02 0.00 99.96 07:37:18 05:36:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:36:01 1 0.00 0.00 0.02 0.07 0.00 99.92 07:37:18 05:36:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:36:01 3 0.00 0.00 0.00 0.07 0.00 99.93 07:37:18 05:36:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:36:01 5 0.03 0.00 0.03 0.00 0.02 99.92 07:37:18 05:36:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 05:36:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:37:01 all 0.02 0.00 0.01 0.01 0.00 99.96 07:37:18 05:37:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 05:37:01 1 0.03 0.00 0.02 0.02 0.00 99.93 07:37:18 05:37:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 05:37:01 3 0.02 0.00 0.00 0.03 0.00 99.95 07:37:18 05:37:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:37:01 5 0.02 0.00 0.03 0.00 0.00 99.95 07:37:18 05:37:01 6 0.05 0.00 0.00 0.00 0.00 99.95 07:37:18 05:37:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 05:38:01 all 0.01 0.00 0.01 0.00 0.00 99.98 07:37:18 05:38:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:38:01 1 0.00 0.00 0.02 0.02 0.00 99.97 07:37:18 05:38:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:38:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 05:38:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:38:01 5 0.02 0.00 0.03 0.00 0.02 99.93 07:37:18 05:38:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:38:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 07:37:18 05:38:01 CPU %user %nice %system %iowait %steal %idle 07:37:18 05:39:01 all 0.02 0.00 0.01 0.01 0.00 99.96 07:37:18 05:39:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 05:39:01 1 0.03 0.00 0.03 0.02 0.00 99.92 07:37:18 05:39:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 05:39:01 3 0.00 0.00 0.02 0.02 0.02 99.95 07:37:18 05:39:01 4 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 05:39:01 5 0.05 0.00 0.00 0.00 0.00 99.95 07:37:18 05:39:01 6 0.02 0.00 0.00 0.02 0.00 99.97 07:37:18 05:39:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:40:01 all 0.01 0.00 0.00 0.01 0.00 99.97 07:37:18 05:40:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:40:01 1 0.02 0.00 0.00 0.03 0.02 99.93 07:37:18 05:40:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:40:01 3 0.02 0.00 0.00 0.02 0.00 99.97 07:37:18 05:40:01 4 0.02 0.00 0.00 0.00 0.02 99.97 07:37:18 05:40:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 05:40:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:40:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 05:41:01 all 0.01 0.00 0.00 0.01 0.00 99.98 07:37:18 05:41:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:41:01 1 0.00 0.00 0.02 0.02 0.00 99.97 07:37:18 05:41:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:41:01 3 0.00 0.00 0.00 0.03 0.00 99.97 07:37:18 05:41:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:41:01 5 0.03 0.00 0.02 0.00 0.02 99.93 07:37:18 05:41:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:41:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:37:18 05:42:01 all 0.01 0.00 0.01 0.00 0.00 99.98 07:37:18 05:42:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 05:42:01 1 0.00 0.00 0.00 0.02 0.00 99.98 07:37:18 05:42:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:42:01 3 0.02 0.00 0.00 0.02 0.00 99.97 07:37:18 05:42:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:42:01 5 0.02 0.00 0.03 0.00 0.00 99.95 07:37:18 05:42:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:42:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:43:01 all 0.01 0.00 0.01 0.00 0.00 99.98 07:37:18 05:43:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 05:43:01 1 0.00 0.00 0.02 0.02 0.00 99.97 07:37:18 05:43:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:43:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:43:01 4 0.07 0.00 0.02 0.00 0.00 99.92 07:37:18 05:43:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 05:43:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 05:43:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:44:01 all 0.04 0.00 0.02 0.01 0.00 99.94 07:37:18 05:44:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 05:44:01 1 0.02 0.00 0.02 0.03 0.00 99.93 07:37:18 05:44:01 2 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 05:44:01 3 0.02 0.00 0.00 0.02 0.00 99.97 07:37:18 05:44:01 4 0.18 0.00 0.10 0.00 0.00 99.72 07:37:18 05:44:01 5 0.03 0.00 0.02 0.00 0.02 99.93 07:37:18 05:44:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:44:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:45:01 all 0.01 0.00 0.01 0.00 0.00 99.98 07:37:18 05:45:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:45:01 1 0.02 0.00 0.00 0.02 0.00 99.97 07:37:18 05:45:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:45:01 3 0.02 0.00 0.00 0.02 0.00 99.97 07:37:18 05:45:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 05:45:01 5 0.02 0.00 0.03 0.00 0.00 99.95 07:37:18 05:45:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 05:45:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:46:01 all 0.01 0.00 0.01 0.00 0.00 99.97 07:37:18 05:46:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 05:46:01 1 0.00 0.00 0.00 0.02 0.00 99.98 07:37:18 05:46:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 05:46:01 3 0.02 0.00 0.02 0.02 0.00 99.95 07:37:18 05:46:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:46:01 5 0.03 0.00 0.00 0.00 0.02 99.95 07:37:18 05:46:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:46:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:47:01 all 0.01 0.00 0.01 0.00 0.00 99.97 07:37:18 05:47:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:47:01 1 0.03 0.00 0.00 0.02 0.00 99.95 07:37:18 05:47:01 2 0.00 0.00 0.00 0.00 0.02 99.98 07:37:18 05:47:01 3 0.02 0.00 0.00 0.02 0.00 99.97 07:37:18 05:47:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:47:01 5 0.02 0.00 0.03 0.00 0.02 99.93 07:37:18 05:47:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:47:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 05:48:01 all 0.01 0.00 0.01 0.00 0.00 99.97 07:37:18 05:48:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:48:01 1 0.02 0.00 0.02 0.02 0.00 99.95 07:37:18 05:48:01 2 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 05:48:01 3 0.02 0.00 0.00 0.02 0.00 99.97 07:37:18 05:48:01 4 0.03 0.00 0.00 0.00 0.00 99.97 07:37:18 05:48:01 5 0.03 0.00 0.02 0.00 0.00 99.95 07:37:18 05:48:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:48:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:49:01 all 0.01 0.00 0.01 0.01 0.00 99.97 07:37:18 05:49:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 05:49:01 1 0.02 0.00 0.00 0.02 0.00 99.97 07:37:18 05:49:01 2 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 05:49:01 3 0.00 0.00 0.02 0.03 0.02 99.93 07:37:18 05:49:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:37:18 05:49:01 5 0.07 0.00 0.02 0.00 0.00 99.92 07:37:18 05:49:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:49:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 07:37:18 05:49:01 CPU %user %nice %system %iowait %steal %idle 07:37:18 05:50:01 all 0.01 0.00 0.01 0.00 0.00 99.98 07:37:18 05:50:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 05:50:01 1 0.02 0.00 0.00 0.02 0.00 99.97 07:37:18 05:50:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:50:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:50:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:50:01 5 0.03 0.00 0.03 0.00 0.02 99.92 07:37:18 05:50:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:50:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:51:01 all 0.01 0.00 0.01 0.00 0.00 99.97 07:37:18 05:51:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 05:51:01 1 0.02 0.00 0.02 0.02 0.00 99.95 07:37:18 05:51:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:37:18 05:51:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 05:51:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:51:01 5 0.03 0.00 0.03 0.00 0.00 99.93 07:37:18 05:51:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:51:01 7 0.00 0.00 0.02 0.02 0.02 99.95 07:37:18 05:52:01 all 0.01 0.00 0.01 0.01 0.00 99.97 07:37:18 05:52:01 0 0.00 0.00 0.00 0.02 0.00 99.98 07:37:18 05:52:01 1 0.00 0.00 0.02 0.03 0.00 99.95 07:37:18 05:52:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:52:01 3 0.03 0.00 0.02 0.00 0.00 99.95 07:37:18 05:52:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:52:01 5 0.05 0.00 0.00 0.00 0.00 99.95 07:37:18 05:52:01 6 0.03 0.00 0.02 0.00 0.00 99.95 07:37:18 05:52:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:53:01 all 0.01 0.00 0.01 0.01 0.00 99.97 07:37:18 05:53:01 0 0.00 0.00 0.02 0.02 0.00 99.97 07:37:18 05:53:01 1 0.02 0.00 0.00 0.03 0.02 99.93 07:37:18 05:53:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:53:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:53:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:53:01 5 0.03 0.00 0.03 0.00 0.02 99.92 07:37:18 05:53:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:53:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:54:01 all 0.01 0.00 0.01 0.01 0.00 99.97 07:37:18 05:54:01 0 0.00 0.00 0.00 0.02 0.00 99.98 07:37:18 05:54:01 1 0.02 0.00 0.00 0.03 0.00 99.95 07:37:18 05:54:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 05:54:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:54:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:54:01 5 0.03 0.00 0.02 0.00 0.00 99.95 07:37:18 05:54:01 6 0.02 0.00 0.02 0.02 0.00 99.95 07:37:18 05:54:01 7 0.02 0.00 0.03 0.00 0.00 99.95 07:37:18 05:55:01 all 0.01 0.00 0.01 0.01 0.00 99.96 07:37:18 05:55:01 0 0.02 0.00 0.03 0.02 0.00 99.93 07:37:18 05:55:01 1 0.02 0.00 0.03 0.05 0.00 99.90 07:37:18 05:55:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:55:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 05:55:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:37:18 05:55:01 5 0.03 0.00 0.02 0.00 0.00 99.95 07:37:18 05:55:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:55:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:56:01 all 0.00 0.00 0.01 0.01 0.00 99.97 07:37:18 05:56:01 0 0.00 0.00 0.00 0.02 0.02 99.97 07:37:18 05:56:01 1 0.00 0.00 0.02 0.05 0.00 99.93 07:37:18 05:56:01 2 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 05:56:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:56:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 05:56:01 5 0.03 0.00 0.02 0.00 0.02 99.93 07:37:18 05:56:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:56:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 05:57:01 all 0.03 0.00 0.01 0.01 0.00 99.96 07:37:18 05:57:01 0 0.02 0.00 0.00 0.02 0.00 99.97 07:37:18 05:57:01 1 0.02 0.00 0.00 0.05 0.00 99.93 07:37:18 05:57:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:37:18 05:57:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:57:01 4 0.03 0.00 0.02 0.00 0.00 99.95 07:37:18 05:57:01 5 0.03 0.00 0.03 0.00 0.00 99.93 07:37:18 05:57:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:57:01 7 0.03 0.00 0.02 0.02 0.00 99.93 07:37:18 05:58:01 all 0.01 0.00 0.01 0.00 0.00 99.98 07:37:18 05:58:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 05:58:01 1 0.02 0.00 0.00 0.02 0.00 99.97 07:37:18 05:58:01 2 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 05:58:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:58:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:58:01 5 0.02 0.00 0.03 0.00 0.00 99.95 07:37:18 05:58:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:58:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:59:01 all 0.02 0.00 0.01 0.01 0.00 99.96 07:37:18 05:59:01 0 0.00 0.00 0.02 0.02 0.00 99.97 07:37:18 05:59:01 1 0.02 0.00 0.02 0.07 0.00 99.90 07:37:18 05:59:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:37:18 05:59:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 05:59:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 05:59:01 5 0.07 0.00 0.02 0.00 0.00 99.92 07:37:18 05:59:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 05:59:01 7 0.00 0.00 0.02 0.02 0.00 99.97 07:37:18 06:00:01 all 0.01 0.00 0.00 0.00 0.00 99.98 07:37:18 06:00:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:00:01 1 0.00 0.00 0.02 0.02 0.00 99.97 07:37:18 06:00:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:00:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:00:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:00:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:37:18 06:00:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:00:01 7 0.00 0.00 0.00 0.02 0.00 99.98 07:37:18 07:37:18 06:00:01 CPU %user %nice %system %iowait %steal %idle 07:37:18 06:01:01 all 0.01 0.00 0.01 0.01 0.00 99.97 07:37:18 06:01:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:01:01 1 0.02 0.00 0.02 0.02 0.00 99.95 07:37:18 06:01:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:01:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:01:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:01:01 5 0.05 0.00 0.02 0.00 0.00 99.93 07:37:18 06:01:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:01:01 7 0.00 0.00 0.02 0.03 0.00 99.95 07:37:18 06:02:01 all 0.08 0.00 0.01 0.01 0.00 99.89 07:37:18 06:02:01 0 0.02 0.00 0.02 0.08 0.00 99.88 07:37:18 06:02:01 1 0.00 0.00 0.02 0.03 0.00 99.95 07:37:18 06:02:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:02:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 06:02:01 4 0.62 0.00 0.00 0.00 0.00 99.38 07:37:18 06:02:01 5 0.02 0.00 0.07 0.00 0.02 99.90 07:37:18 06:02:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:02:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:03:01 all 0.27 0.00 0.01 0.00 0.00 99.72 07:37:18 06:03:01 0 0.00 0.00 0.03 0.00 0.00 99.97 07:37:18 06:03:01 1 0.02 0.00 0.02 0.02 0.00 99.95 07:37:18 06:03:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:03:01 3 0.00 0.00 0.00 0.00 0.02 99.98 07:37:18 06:03:01 4 1.99 0.00 0.00 0.00 0.00 98.01 07:37:18 06:03:01 5 0.05 0.00 0.03 0.00 0.00 99.92 07:37:18 06:03:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:03:01 7 0.02 0.00 0.00 0.02 0.02 99.95 07:37:18 06:04:01 all 0.03 0.00 0.01 0.01 0.00 99.96 07:37:18 06:04:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:04:01 1 0.03 0.00 0.02 0.03 0.00 99.92 07:37:18 06:04:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:04:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:04:01 4 0.08 0.00 0.03 0.00 0.00 99.88 07:37:18 06:04:01 5 0.05 0.00 0.02 0.00 0.00 99.93 07:37:18 06:04:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:04:01 7 0.02 0.00 0.02 0.02 0.00 99.95 07:37:18 06:05:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:37:18 06:05:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 06:05:01 1 0.00 0.00 0.02 0.02 0.02 99.95 07:37:18 06:05:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:37:18 06:05:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 06:05:01 4 0.03 0.00 0.00 0.00 0.02 99.95 07:37:18 06:05:01 5 0.05 0.00 0.02 0.00 0.02 99.92 07:37:18 06:05:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:05:01 7 0.03 0.00 0.02 0.00 0.00 99.95 07:37:18 06:06:01 all 0.20 0.00 0.00 0.00 0.00 99.80 07:37:18 06:06:01 0 0.00 0.00 0.00 0.02 0.00 99.98 07:37:18 06:06:01 1 0.02 0.00 0.00 0.02 0.00 99.97 07:37:18 06:06:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:06:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:06:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 06:06:01 5 0.03 0.00 0.02 0.00 0.00 99.95 07:37:18 06:06:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:06:01 7 1.48 0.00 0.00 0.00 0.00 98.52 07:37:18 06:07:01 all 0.02 0.00 0.01 0.01 0.00 99.95 07:37:18 06:07:01 0 0.02 0.00 0.02 0.02 0.00 99.95 07:37:18 06:07:01 1 0.02 0.00 0.02 0.03 0.00 99.93 07:37:18 06:07:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 06:07:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:07:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:07:01 5 0.05 0.00 0.05 0.00 0.02 99.88 07:37:18 06:07:01 6 0.03 0.00 0.00 0.00 0.00 99.97 07:37:18 06:07:01 7 0.03 0.00 0.00 0.00 0.02 99.95 07:37:18 06:08:01 all 0.01 0.00 0.00 0.02 0.00 99.97 07:37:18 06:08:01 0 0.00 0.00 0.02 0.08 0.00 99.90 07:37:18 06:08:01 1 0.02 0.00 0.00 0.02 0.00 99.97 07:37:18 06:08:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:08:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:08:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:08:01 5 0.02 0.00 0.00 0.03 0.00 99.95 07:37:18 06:08:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 06:08:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:09:01 all 0.01 0.00 0.01 0.01 0.00 99.97 07:37:18 06:09:01 0 0.02 0.00 0.02 0.03 0.00 99.93 07:37:18 06:09:01 1 0.00 0.00 0.02 0.02 0.00 99.97 07:37:18 06:09:01 2 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 06:09:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:09:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:09:01 5 0.03 0.00 0.03 0.00 0.02 99.92 07:37:18 06:09:01 6 0.03 0.00 0.00 0.00 0.00 99.97 07:37:18 06:09:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:37:18 06:10:01 all 0.01 0.00 0.01 0.01 0.00 99.97 07:37:18 06:10:01 0 0.00 0.00 0.00 0.02 0.00 99.98 07:37:18 06:10:01 1 0.02 0.00 0.02 0.05 0.00 99.92 07:37:18 06:10:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:10:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 06:10:01 4 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 06:10:01 5 0.02 0.00 0.03 0.00 0.00 99.95 07:37:18 06:10:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 06:10:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:11:01 all 0.01 0.00 0.01 0.01 0.00 99.96 07:37:18 06:11:01 0 0.02 0.00 0.02 0.02 0.00 99.95 07:37:18 06:11:01 1 0.02 0.00 0.02 0.07 0.00 99.90 07:37:18 06:11:01 2 0.00 0.00 0.02 0.00 0.02 99.97 07:37:18 06:11:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:11:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:11:01 5 0.05 0.00 0.02 0.00 0.00 99.93 07:37:18 06:11:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:11:01 7 0.00 0.00 0.02 0.00 0.02 99.97 07:37:18 07:37:18 06:11:01 CPU %user %nice %system %iowait %steal %idle 07:37:18 06:12:01 all 0.01 0.00 0.01 0.01 0.00 99.97 07:37:18 06:12:01 0 0.00 0.00 0.00 0.02 0.00 99.98 07:37:18 06:12:01 1 0.02 0.00 0.03 0.03 0.00 99.92 07:37:18 06:12:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:12:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:12:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:12:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:37:18 06:12:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:12:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 06:13:01 all 0.30 0.00 0.04 0.00 0.00 99.66 07:37:18 06:13:01 0 0.08 0.00 0.05 0.02 0.02 99.83 07:37:18 06:13:01 1 0.07 0.00 0.03 0.02 0.00 99.88 07:37:18 06:13:01 2 0.10 0.00 0.03 0.00 0.00 99.87 07:37:18 06:13:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:37:18 06:13:01 4 0.07 0.00 0.00 0.00 0.00 99.93 07:37:18 06:13:01 5 0.07 0.00 0.05 0.00 0.00 99.88 07:37:18 06:13:01 6 0.02 0.00 0.03 0.00 0.00 99.95 07:37:18 06:13:01 7 1.91 0.00 0.07 0.00 0.00 98.03 07:37:18 06:14:01 all 0.26 0.00 0.01 0.01 0.00 99.73 07:37:18 06:14:01 0 0.00 0.00 0.02 0.02 0.00 99.97 07:37:18 06:14:01 1 0.02 0.00 0.02 0.03 0.00 99.93 07:37:18 06:14:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:14:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:14:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:14:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:14:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:14:01 7 1.99 0.00 0.02 0.00 0.00 98.00 07:37:18 06:15:01 all 0.26 0.00 0.01 0.00 0.00 99.72 07:37:18 06:15:01 0 0.00 0.00 0.02 0.02 0.00 99.97 07:37:18 06:15:01 1 0.02 0.00 0.02 0.02 0.00 99.95 07:37:18 06:15:01 2 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 06:15:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:15:01 4 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 06:15:01 5 0.03 0.00 0.02 0.00 0.02 99.93 07:37:18 06:15:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 06:15:01 7 1.99 0.00 0.00 0.00 0.00 98.01 07:37:18 06:16:01 all 0.26 0.00 0.01 0.00 0.00 99.72 07:37:18 06:16:01 0 0.00 0.00 0.02 0.02 0.00 99.97 07:37:18 06:16:01 1 0.02 0.00 0.02 0.02 0.00 99.95 07:37:18 06:16:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:16:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:16:01 4 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 06:16:01 5 0.02 0.00 0.03 0.00 0.00 99.95 07:37:18 06:16:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:16:01 7 1.99 0.00 0.02 0.00 0.00 98.00 07:37:18 06:17:01 all 0.25 0.00 0.01 0.00 0.00 99.73 07:37:18 06:17:01 0 0.00 0.00 0.02 0.02 0.00 99.97 07:37:18 06:17:01 1 0.00 0.00 0.00 0.02 0.02 99.97 07:37:18 06:17:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 06:17:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 06:17:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:17:01 5 0.02 0.00 0.03 0.00 0.00 99.95 07:37:18 06:17:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:17:01 7 1.97 0.00 0.00 0.00 0.02 98.01 07:37:18 06:18:01 all 0.25 0.00 0.01 0.00 0.00 99.74 07:37:18 06:18:01 0 0.00 0.00 0.00 0.02 0.00 99.98 07:37:18 06:18:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 06:18:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:18:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:18:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:18:01 5 0.03 0.00 0.03 0.00 0.02 99.92 07:37:18 06:18:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:18:01 7 1.86 0.00 0.00 0.00 0.00 98.14 07:37:18 06:19:01 all 0.01 0.00 0.01 0.01 0.00 99.97 07:37:18 06:19:01 0 0.00 0.00 0.03 0.02 0.00 99.95 07:37:18 06:19:01 1 0.02 0.00 0.00 0.03 0.00 99.95 07:37:18 06:19:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:19:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:19:01 4 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 06:19:01 5 0.02 0.00 0.03 0.00 0.00 99.95 07:37:18 06:19:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:19:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:20:01 all 0.02 0.00 0.01 0.00 0.00 99.96 07:37:18 06:20:01 0 0.02 0.00 0.00 0.02 0.00 99.97 07:37:18 06:20:01 1 0.02 0.00 0.02 0.02 0.00 99.95 07:37:18 06:20:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 06:20:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 06:20:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:20:01 5 0.03 0.00 0.03 0.00 0.00 99.93 07:37:18 06:20:01 6 0.02 0.00 0.00 0.00 0.02 99.97 07:37:18 06:20:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:21:01 all 0.01 0.00 0.01 0.01 0.00 99.97 07:37:18 06:21:01 0 0.02 0.00 0.00 0.03 0.00 99.95 07:37:18 06:21:01 1 0.00 0.00 0.03 0.02 0.00 99.95 07:37:18 06:21:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:21:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:21:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 06:21:01 5 0.03 0.00 0.02 0.00 0.02 99.93 07:37:18 06:21:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:21:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:22:01 all 0.01 0.00 0.01 0.00 0.00 99.98 07:37:18 06:22:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 06:22:01 1 0.02 0.00 0.00 0.02 0.00 99.97 07:37:18 06:22:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:22:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:22:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:22:01 5 0.02 0.00 0.03 0.00 0.00 99.95 07:37:18 06:22:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:22:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:37:18 07:37:18 06:22:01 CPU %user %nice %system %iowait %steal %idle 07:37:18 06:23:01 all 0.01 0.00 0.01 0.00 0.00 99.97 07:37:18 06:23:01 0 0.00 0.00 0.02 0.02 0.00 99.97 07:37:18 06:23:01 1 0.02 0.00 0.03 0.02 0.00 99.93 07:37:18 06:23:01 2 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 06:23:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:23:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:23:01 5 0.05 0.00 0.03 0.00 0.00 99.92 07:37:18 06:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:23:01 7 0.00 0.00 0.02 0.00 0.02 99.97 07:37:18 06:24:01 all 0.03 0.00 0.00 0.01 0.00 99.96 07:37:18 06:24:01 0 0.02 0.00 0.00 0.02 0.00 99.97 07:37:18 06:24:01 1 0.02 0.00 0.02 0.03 0.00 99.93 07:37:18 06:24:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:24:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:24:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:24:01 5 0.03 0.00 0.02 0.00 0.02 99.93 07:37:18 06:24:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:24:01 7 0.08 0.00 0.00 0.00 0.00 99.92 07:37:18 06:25:01 all 0.19 0.00 0.01 0.00 0.00 99.80 07:37:18 06:25:01 0 0.02 0.00 0.00 0.02 0.00 99.97 07:37:18 06:25:01 1 0.02 0.00 0.02 0.02 0.00 99.95 07:37:18 06:25:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 06:25:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:25:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:25:01 5 0.07 0.00 0.02 0.00 0.02 99.90 07:37:18 06:25:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 06:25:01 7 1.37 0.00 0.00 0.00 0.00 98.63 07:37:18 06:26:01 all 0.03 0.00 0.02 0.02 0.00 99.92 07:37:18 06:26:01 0 0.02 0.00 0.03 0.10 0.02 99.83 07:37:18 06:26:01 1 0.02 0.00 0.00 0.03 0.02 99.93 07:37:18 06:26:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:26:01 3 0.02 0.00 0.03 0.05 0.00 99.90 07:37:18 06:26:01 4 0.08 0.00 0.05 0.00 0.00 99.87 07:37:18 06:26:01 5 0.03 0.00 0.03 0.00 0.00 99.93 07:37:18 06:26:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 06:26:01 7 0.08 0.00 0.02 0.00 0.00 99.90 07:37:18 06:27:01 all 0.26 0.00 0.02 0.00 0.00 99.72 07:37:18 06:27:01 0 0.00 0.00 0.03 0.02 0.00 99.95 07:37:18 06:27:01 1 0.02 0.00 0.03 0.02 0.00 99.93 07:37:18 06:27:01 2 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 06:27:01 3 0.02 0.00 0.00 0.00 0.02 99.97 07:37:18 06:27:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:27:01 5 0.02 0.00 0.03 0.00 0.00 99.95 07:37:18 06:27:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:27:01 7 2.00 0.00 0.02 0.00 0.00 97.98 07:37:18 06:28:01 all 0.14 0.00 0.02 0.00 0.00 99.84 07:37:18 06:28:01 0 0.00 0.00 0.00 0.02 0.00 99.98 07:37:18 06:28:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:28:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:28:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:28:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:28:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:37:18 06:28:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:28:01 7 1.08 0.00 0.17 0.00 0.00 98.76 07:37:18 06:29:01 all 0.12 0.00 0.02 0.01 0.00 99.85 07:37:18 06:29:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 06:29:01 1 0.03 0.00 0.00 0.03 0.00 99.93 07:37:18 06:29:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:29:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:29:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 06:29:01 5 0.03 0.00 0.05 0.02 0.00 99.90 07:37:18 06:29:01 6 0.02 0.00 0.00 0.02 0.00 99.97 07:37:18 06:29:01 7 0.85 0.00 0.05 0.00 0.02 99.09 07:37:18 06:30:01 all 0.00 0.00 0.01 0.01 0.00 99.98 07:37:18 06:30:01 0 0.00 0.00 0.02 0.02 0.00 99.97 07:37:18 06:30:01 1 0.00 0.00 0.02 0.03 0.00 99.95 07:37:18 06:30:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:30:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 06:30:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:30:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 06:30:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:30:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:31:01 all 0.01 0.00 0.01 0.00 0.00 99.96 07:37:18 06:31:01 0 0.00 0.00 0.02 0.02 0.00 99.97 07:37:18 06:31:01 1 0.03 0.00 0.03 0.02 0.00 99.92 07:37:18 06:31:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 06:31:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:31:01 4 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 06:31:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:37:18 06:31:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:31:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 06:32:01 all 0.01 0.00 0.00 0.00 0.00 99.99 07:37:18 06:32:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:32:01 1 0.00 0.00 0.00 0.03 0.00 99.97 07:37:18 06:32:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:32:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:32:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:32:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:37:18 06:32:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:32:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:33:01 all 0.25 0.00 0.01 0.00 0.00 99.73 07:37:18 06:33:01 0 0.02 0.00 0.00 0.02 0.00 99.97 07:37:18 06:33:01 1 0.03 0.00 0.03 0.00 0.02 99.92 07:37:18 06:33:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:33:01 3 0.03 0.00 0.02 0.00 0.00 99.95 07:37:18 06:33:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:33:01 5 0.03 0.00 0.03 0.00 0.02 99.92 07:37:18 06:33:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:33:01 7 1.86 0.00 0.00 0.00 0.00 98.14 07:37:18 07:37:18 06:33:01 CPU %user %nice %system %iowait %steal %idle 07:37:18 06:34:01 all 0.26 0.00 0.01 0.01 0.00 99.73 07:37:18 06:34:01 0 0.03 0.00 0.02 0.03 0.00 99.92 07:37:18 06:34:01 1 0.00 0.00 0.02 0.03 0.00 99.95 07:37:18 06:34:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:34:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:34:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:34:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 06:34:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:34:01 7 1.97 0.00 0.00 0.00 0.02 98.01 07:37:18 06:35:01 all 0.09 0.00 0.02 0.00 0.00 99.89 07:37:18 06:35:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 06:35:01 1 0.03 0.00 0.02 0.02 0.00 99.93 07:37:18 06:35:01 2 0.02 0.00 0.03 0.00 0.00 99.95 07:37:18 06:35:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 06:35:01 4 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 06:35:01 5 0.02 0.00 0.05 0.00 0.00 99.93 07:37:18 06:35:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:35:01 7 0.62 0.00 0.00 0.00 0.00 99.38 07:37:18 06:36:01 all 0.09 0.00 0.00 0.00 0.00 99.90 07:37:18 06:36:01 0 0.00 0.00 0.02 0.02 0.00 99.97 07:37:18 06:36:01 1 0.00 0.00 0.00 0.02 0.00 99.98 07:37:18 06:36:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:36:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:36:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:36:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:37:18 06:36:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:36:01 7 0.70 0.00 0.02 0.00 0.00 99.29 07:37:18 06:37:01 all 0.02 0.00 0.01 0.00 0.00 99.97 07:37:18 06:37:01 0 0.02 0.00 0.02 0.02 0.00 99.95 07:37:18 06:37:01 1 0.03 0.00 0.00 0.02 0.00 99.95 07:37:18 06:37:01 2 0.02 0.00 0.00 0.00 0.02 99.97 07:37:18 06:37:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 06:37:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:37:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:37:18 06:37:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:37:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 06:38:02 all 0.01 0.00 0.00 0.01 0.00 99.98 07:37:18 06:38:02 0 0.02 0.00 0.00 0.03 0.00 99.95 07:37:18 06:38:02 1 0.00 0.00 0.02 0.02 0.00 99.97 07:37:18 06:38:02 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:38:02 3 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:38:02 4 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:38:02 5 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 06:38:02 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:38:02 7 0.03 0.00 0.00 0.00 0.00 99.97 07:37:18 06:39:01 all 0.19 0.00 0.01 0.01 0.00 99.78 07:37:18 06:39:01 0 0.00 0.00 0.00 0.05 0.00 99.95 07:37:18 06:39:01 1 0.03 0.00 0.02 0.05 0.00 99.90 07:37:18 06:39:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:37:18 06:39:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 06:39:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:39:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 06:39:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:39:01 7 1.43 0.00 0.02 0.00 0.00 98.56 07:37:18 06:40:01 all 0.26 0.00 0.01 0.01 0.00 99.72 07:37:18 06:40:01 0 0.00 0.00 0.03 0.00 0.00 99.97 07:37:18 06:40:01 1 0.02 0.00 0.00 0.03 0.00 99.95 07:37:18 06:40:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:40:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:40:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:40:01 5 0.05 0.00 0.02 0.00 0.02 99.92 07:37:18 06:40:01 6 0.00 0.00 0.02 0.02 0.00 99.97 07:37:18 06:40:01 7 1.99 0.00 0.02 0.00 0.00 98.00 07:37:18 06:41:01 all 0.26 0.00 0.01 0.00 0.00 99.73 07:37:18 06:41:01 0 0.00 0.00 0.03 0.00 0.00 99.97 07:37:18 06:41:01 1 0.00 0.00 0.02 0.02 0.00 99.97 07:37:18 06:41:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:41:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:41:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:41:01 5 0.03 0.00 0.02 0.00 0.00 99.95 07:37:18 06:41:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 06:41:01 7 1.99 0.00 0.00 0.00 0.00 98.01 07:37:18 06:42:01 all 0.15 0.00 0.02 0.00 0.00 99.82 07:37:18 06:42:01 0 0.00 0.00 0.00 0.02 0.00 99.98 07:37:18 06:42:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 06:42:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:42:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 06:42:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:42:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:37:18 06:42:01 6 1.06 0.00 0.13 0.00 0.00 98.81 07:37:18 06:42:01 7 0.05 0.00 0.00 0.00 0.02 99.93 07:37:18 06:43:01 all 0.02 0.00 0.01 0.00 0.00 99.96 07:37:18 06:43:01 0 0.00 0.00 0.02 0.02 0.00 99.97 07:37:18 06:43:01 1 0.03 0.00 0.00 0.02 0.00 99.95 07:37:18 06:43:01 2 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 06:43:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:43:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:43:01 5 0.05 0.00 0.05 0.00 0.02 99.88 07:37:18 06:43:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 06:43:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:44:01 all 0.02 0.00 0.01 0.01 0.00 99.96 07:37:18 06:44:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 06:44:01 1 0.02 0.00 0.00 0.07 0.00 99.92 07:37:18 06:44:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:44:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 06:44:01 4 0.02 0.00 0.03 0.00 0.02 99.93 07:37:18 06:44:01 5 0.07 0.00 0.05 0.00 0.00 99.88 07:37:18 06:44:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:44:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:37:18 07:37:18 06:44:01 CPU %user %nice %system %iowait %steal %idle 07:37:18 06:45:01 all 0.01 0.00 0.01 0.00 0.00 99.98 07:37:18 06:45:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 06:45:01 1 0.02 0.00 0.03 0.02 0.00 99.93 07:37:18 06:45:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:45:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:45:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:45:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 06:45:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:45:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:46:01 all 0.01 0.00 0.01 0.01 0.00 99.97 07:37:18 06:46:01 0 0.00 0.00 0.00 0.02 0.00 99.98 07:37:18 06:46:01 1 0.03 0.00 0.02 0.02 0.00 99.93 07:37:18 06:46:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:46:01 3 0.03 0.00 0.00 0.00 0.00 99.97 07:37:18 06:46:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 06:46:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:37:18 06:46:01 6 0.00 0.00 0.00 0.02 0.00 99.98 07:37:18 06:46:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 06:47:01 all 0.14 0.00 0.01 0.00 0.00 99.84 07:37:18 06:47:01 0 0.00 0.00 0.03 0.02 0.00 99.95 07:37:18 06:47:01 1 0.00 0.00 0.00 0.02 0.00 99.98 07:37:18 06:47:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:47:01 3 0.00 0.00 0.02 0.00 0.02 99.97 07:37:18 06:47:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:47:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:37:18 06:47:01 6 1.09 0.00 0.00 0.00 0.00 98.91 07:37:18 06:47:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:48:01 all 0.26 0.00 0.01 0.00 0.00 99.72 07:37:18 06:48:01 0 0.02 0.00 0.02 0.02 0.02 99.93 07:37:18 06:48:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:37:18 06:48:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:48:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:48:01 4 0.02 0.00 0.03 0.00 0.00 99.95 07:37:18 06:48:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 06:48:01 6 1.97 0.00 0.00 0.00 0.00 98.03 07:37:18 06:48:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:49:01 all 0.13 0.00 0.02 0.00 0.00 99.85 07:37:18 06:49:01 0 0.00 0.00 0.03 0.00 0.00 99.97 07:37:18 06:49:01 1 0.02 0.00 0.00 0.02 0.00 99.97 07:37:18 06:49:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:49:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 06:49:01 4 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 06:49:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 06:49:01 6 0.98 0.00 0.08 0.00 0.00 98.94 07:37:18 06:49:01 7 0.00 0.00 0.00 0.02 0.00 99.98 07:37:18 06:50:01 all 0.01 0.00 0.01 0.00 0.00 99.97 07:37:18 06:50:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 06:50:01 1 0.02 0.00 0.02 0.02 0.00 99.95 07:37:18 06:50:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:37:18 06:50:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:50:01 4 0.03 0.00 0.00 0.00 0.00 99.97 07:37:18 06:50:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 06:50:01 6 0.00 0.00 0.00 0.00 0.02 99.98 07:37:18 06:50:01 7 0.03 0.00 0.00 0.02 0.00 99.95 07:37:18 06:51:01 all 0.01 0.00 0.01 0.00 0.00 99.97 07:37:18 06:51:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:51:01 1 0.02 0.00 0.02 0.02 0.00 99.95 07:37:18 06:51:01 2 0.00 0.00 0.03 0.00 0.00 99.97 07:37:18 06:51:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 06:51:01 4 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 06:51:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:37:18 06:51:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:51:01 7 0.02 0.00 0.02 0.02 0.00 99.95 07:37:18 06:52:01 all 0.01 0.00 0.00 0.01 0.00 99.98 07:37:18 06:52:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 06:52:01 1 0.00 0.00 0.00 0.03 0.00 99.97 07:37:18 06:52:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:52:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:52:01 4 0.03 0.00 0.00 0.00 0.00 99.97 07:37:18 06:52:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 06:52:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:52:01 7 0.02 0.00 0.00 0.02 0.00 99.97 07:37:18 06:53:01 all 0.00 0.00 0.01 0.00 0.00 99.98 07:37:18 06:53:01 0 0.00 0.00 0.02 0.02 0.00 99.97 07:37:18 06:53:01 1 0.00 0.00 0.03 0.02 0.00 99.95 07:37:18 06:53:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:53:01 3 0.00 0.00 0.00 0.00 0.02 99.98 07:37:18 06:53:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:53:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 06:53:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:53:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:54:01 all 0.02 0.00 0.01 0.01 0.01 99.96 07:37:18 06:54:01 0 0.02 0.00 0.00 0.02 0.00 99.97 07:37:18 06:54:01 1 0.02 0.00 0.00 0.03 0.00 99.95 07:37:18 06:54:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:54:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:54:01 4 0.05 0.00 0.02 0.00 0.02 99.92 07:37:18 06:54:01 5 0.02 0.00 0.03 0.00 0.02 99.93 07:37:18 06:54:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 06:54:01 7 0.02 0.00 0.00 0.00 0.02 99.97 07:37:18 06:55:01 all 0.01 0.00 0.01 0.00 0.00 99.98 07:37:18 06:55:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 06:55:01 1 0.02 0.00 0.02 0.02 0.00 99.95 07:37:18 06:55:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:55:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:55:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:55:01 5 0.02 0.00 0.03 0.00 0.00 99.95 07:37:18 06:55:01 6 0.03 0.00 0.00 0.00 0.00 99.97 07:37:18 06:55:01 7 0.00 0.00 0.00 0.02 0.00 99.98 07:37:18 07:37:18 06:55:01 CPU %user %nice %system %iowait %steal %idle 07:37:18 06:56:01 all 0.01 0.00 0.00 0.00 0.00 99.98 07:37:18 06:56:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:56:01 1 0.02 0.00 0.00 0.03 0.00 99.95 07:37:18 06:56:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:56:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:56:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:56:01 5 0.05 0.00 0.02 0.00 0.02 99.92 07:37:18 06:56:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:56:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:57:01 all 0.01 0.00 0.01 0.00 0.00 99.97 07:37:18 06:57:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:57:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 06:57:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:57:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 06:57:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:57:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 06:57:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 06:57:01 7 0.02 0.00 0.02 0.02 0.00 99.95 07:37:18 06:58:01 all 0.01 0.00 0.01 0.00 0.00 99.98 07:37:18 06:58:01 0 0.00 0.00 0.03 0.00 0.00 99.97 07:37:18 06:58:01 1 0.00 0.00 0.02 0.02 0.00 99.97 07:37:18 06:58:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:58:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 06:58:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 06:58:01 5 0.05 0.00 0.00 0.00 0.00 99.95 07:37:18 06:58:01 6 0.02 0.00 0.00 0.00 0.02 99.97 07:37:18 06:58:01 7 0.00 0.00 0.00 0.02 0.00 99.98 07:37:18 06:59:01 all 0.06 0.00 0.01 0.00 0.00 99.92 07:37:18 06:59:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:59:01 1 0.05 0.00 0.02 0.02 0.00 99.92 07:37:18 06:59:01 2 0.05 0.00 0.00 0.00 0.00 99.95 07:37:18 06:59:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 06:59:01 4 0.08 0.00 0.02 0.00 0.00 99.90 07:37:18 06:59:01 5 0.08 0.00 0.03 0.00 0.00 99.88 07:37:18 06:59:01 6 0.13 0.00 0.03 0.00 0.00 99.83 07:37:18 06:59:01 7 0.03 0.00 0.00 0.02 0.00 99.95 07:37:18 07:00:01 all 0.01 0.00 0.01 0.00 0.00 99.97 07:37:18 07:00:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 07:00:01 1 0.02 0.00 0.02 0.02 0.00 99.95 07:37:18 07:00:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 07:00:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 07:00:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 07:00:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 07:00:01 6 0.05 0.00 0.02 0.00 0.00 99.93 07:37:18 07:00:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 07:01:01 all 0.01 0.00 0.01 0.00 0.00 99.97 07:37:18 07:01:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 07:01:01 1 0.02 0.00 0.00 0.02 0.00 99.97 07:37:18 07:01:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 07:01:01 3 0.03 0.00 0.00 0.00 0.00 99.97 07:37:18 07:01:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 07:01:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 07:01:01 6 0.02 0.00 0.02 0.00 0.02 99.95 07:37:18 07:01:01 7 0.00 0.00 0.00 0.02 0.00 99.98 07:37:18 07:02:01 all 0.00 0.00 0.00 0.00 0.00 99.99 07:37:18 07:02:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 07:02:01 1 0.00 0.00 0.02 0.02 0.00 99.97 07:37:18 07:02:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 07:02:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 07:02:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 07:02:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 07:02:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 07:02:01 7 0.00 0.00 0.00 0.02 0.00 99.98 07:37:18 07:03:01 all 0.02 0.00 0.00 0.00 0.00 99.97 07:37:18 07:03:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 07:03:01 1 0.03 0.00 0.00 0.02 0.00 99.95 07:37:18 07:03:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 07:03:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 07:03:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 07:03:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:37:18 07:03:01 6 0.05 0.00 0.00 0.00 0.02 99.93 07:37:18 07:03:01 7 0.02 0.00 0.00 0.02 0.00 99.97 07:37:18 07:04:01 all 5.81 0.00 2.00 0.88 0.04 91.27 07:37:18 07:04:01 0 5.45 0.00 1.37 0.03 0.03 93.11 07:37:18 07:04:01 1 3.26 0.00 1.49 0.64 0.03 94.58 07:37:18 07:04:01 2 8.91 0.00 2.68 0.84 0.03 87.55 07:37:18 07:04:01 3 4.16 0.00 3.14 3.64 0.07 88.99 07:37:18 07:04:01 4 9.46 0.00 2.37 0.44 0.05 87.69 07:37:18 07:04:01 5 5.39 0.00 1.52 0.28 0.02 92.79 07:37:18 07:04:01 6 4.90 0.00 0.99 0.12 0.03 93.97 07:37:18 07:04:01 7 4.91 0.00 2.46 1.10 0.07 91.45 07:37:18 07:05:01 all 31.68 0.00 6.88 0.86 0.10 60.48 07:37:18 07:05:01 0 29.98 0.00 8.05 1.30 0.10 60.56 07:37:18 07:05:01 1 31.63 0.00 5.84 0.17 0.10 62.26 07:37:18 07:05:01 2 31.29 0.00 6.07 0.54 0.12 61.99 07:37:18 07:05:01 3 30.90 0.00 7.50 0.14 0.08 61.38 07:37:18 07:05:01 4 31.36 0.00 6.39 0.17 0.08 62.00 07:37:18 07:05:01 5 32.87 0.00 6.83 0.07 0.10 60.13 07:37:18 07:05:01 6 32.80 0.00 7.15 0.61 0.08 59.35 07:37:18 07:05:01 7 32.61 0.00 7.22 3.90 0.12 56.15 07:37:18 07:06:01 all 43.64 0.00 6.06 0.24 0.10 49.96 07:37:18 07:06:01 0 44.18 0.00 6.26 1.48 0.10 47.98 07:37:18 07:06:01 1 42.68 0.00 5.87 0.02 0.10 51.34 07:37:18 07:06:01 2 42.87 0.00 6.14 0.20 0.08 50.70 07:37:18 07:06:01 3 43.00 0.00 6.01 0.03 0.10 50.85 07:37:18 07:06:01 4 44.52 0.00 6.10 0.03 0.10 49.24 07:37:18 07:06:01 5 43.78 0.00 6.02 0.00 0.10 50.10 07:37:18 07:06:01 6 44.52 0.00 6.08 0.02 0.10 49.28 07:37:18 07:06:01 7 43.53 0.00 6.00 0.17 0.10 50.20 07:37:18 07:37:18 07:06:01 CPU %user %nice %system %iowait %steal %idle 07:37:18 07:07:01 all 21.95 0.00 8.55 2.18 0.09 67.23 07:37:18 07:07:01 0 22.59 0.00 9.60 7.58 0.09 60.15 07:37:18 07:07:01 1 22.10 0.00 7.72 0.99 0.07 69.12 07:37:18 07:07:01 2 19.79 0.00 8.23 2.05 0.10 69.83 07:37:18 07:07:01 3 21.01 0.00 8.24 0.59 0.08 70.07 07:37:18 07:07:01 4 23.28 0.00 8.80 0.65 0.09 67.19 07:37:18 07:07:01 5 23.84 0.00 8.46 1.84 0.08 65.78 07:37:18 07:07:01 6 22.06 0.00 9.25 1.05 0.08 67.55 07:37:18 07:07:01 7 20.96 0.00 8.14 2.69 0.09 68.12 07:37:18 07:08:01 all 59.86 0.00 13.27 6.59 0.15 20.12 07:37:18 07:08:01 0 58.49 0.00 13.33 4.85 0.19 23.14 07:37:18 07:08:01 1 61.25 0.00 12.71 4.98 0.17 20.89 07:37:18 07:08:01 2 60.49 0.00 12.95 6.13 0.14 20.30 07:37:18 07:08:01 3 58.80 0.00 14.10 5.84 0.15 21.11 07:37:18 07:08:01 4 60.19 0.00 12.25 2.76 0.15 24.65 07:37:18 07:08:01 5 60.61 0.00 12.50 6.01 0.14 20.75 07:37:18 07:08:01 6 59.46 0.00 13.79 10.22 0.14 16.39 07:37:18 07:08:01 7 59.60 0.00 14.58 11.96 0.15 13.71 07:37:18 07:09:01 all 59.21 0.00 15.22 6.49 0.17 18.90 07:37:18 07:09:01 0 60.37 0.00 15.33 4.37 0.14 19.79 07:37:18 07:09:01 1 59.11 0.00 15.59 9.69 0.19 15.42 07:37:18 07:09:01 2 58.67 0.00 16.53 3.74 0.17 20.88 07:37:18 07:09:01 3 59.54 0.00 14.97 3.01 0.20 22.28 07:37:18 07:09:01 4 60.98 0.00 16.22 7.30 0.17 15.34 07:37:18 07:09:01 5 57.14 0.00 14.23 6.38 0.17 22.07 07:37:18 07:09:01 6 57.29 0.00 14.07 7.90 0.19 20.55 07:37:18 07:09:01 7 60.57 0.00 14.82 9.60 0.17 14.84 07:37:18 07:10:01 all 1.05 0.00 0.68 0.47 0.01 97.78 07:37:18 07:10:01 0 1.27 0.00 0.73 0.05 0.02 97.93 07:37:18 07:10:01 1 0.97 0.00 0.52 0.15 0.00 98.36 07:37:18 07:10:01 2 0.93 0.00 0.57 0.02 0.03 98.45 07:37:18 07:10:01 3 0.86 0.00 0.84 1.58 0.02 96.71 07:37:18 07:10:01 4 1.17 0.00 0.88 0.13 0.02 97.80 07:37:18 07:10:01 5 1.32 0.00 0.60 0.07 0.02 98.00 07:37:18 07:10:01 6 1.00 0.00 0.55 0.18 0.02 98.25 07:37:18 07:10:01 7 0.90 0.00 0.78 1.57 0.00 96.74 07:37:18 07:11:01 all 0.02 0.00 0.02 0.01 0.00 99.95 07:37:18 07:11:01 0 0.02 0.00 0.03 0.00 0.00 99.95 07:37:18 07:11:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 07:11:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 07:11:01 3 0.03 0.00 0.03 0.03 0.02 99.88 07:37:18 07:11:01 4 0.00 0.00 0.02 0.02 0.00 99.97 07:37:18 07:11:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 07:11:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 07:11:01 7 0.03 0.00 0.02 0.00 0.02 99.93 07:37:18 07:12:01 all 0.02 0.00 0.01 0.00 0.00 99.96 07:37:18 07:12:01 0 0.03 0.00 0.03 0.00 0.00 99.93 07:37:18 07:12:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 07:12:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 07:12:01 3 0.02 0.00 0.03 0.03 0.02 99.90 07:37:18 07:12:01 4 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 07:12:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:37:18 07:12:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 07:12:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:37:18 07:13:01 all 0.06 0.00 0.03 0.00 0.01 99.91 07:37:18 07:13:01 0 0.03 0.00 0.05 0.00 0.00 99.92 07:37:18 07:13:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:37:18 07:13:01 2 0.08 0.00 0.00 0.00 0.00 99.92 07:37:18 07:13:01 3 0.05 0.00 0.08 0.02 0.02 99.83 07:37:18 07:13:01 4 0.07 0.00 0.02 0.00 0.00 99.92 07:37:18 07:13:01 5 0.12 0.00 0.03 0.00 0.00 99.85 07:37:18 07:13:01 6 0.03 0.00 0.00 0.00 0.02 99.95 07:37:18 07:13:01 7 0.05 0.00 0.02 0.00 0.00 99.93 07:37:18 07:14:01 all 0.14 0.00 0.08 0.01 0.00 99.77 07:37:18 07:14:01 0 0.17 0.00 0.12 0.00 0.00 99.72 07:37:18 07:14:01 1 0.13 0.00 0.15 0.00 0.00 99.72 07:37:18 07:14:01 2 0.13 0.00 0.05 0.00 0.00 99.82 07:37:18 07:14:01 3 0.10 0.00 0.17 0.02 0.00 99.72 07:37:18 07:14:01 4 0.23 0.00 0.00 0.03 0.00 99.73 07:37:18 07:14:01 5 0.20 0.00 0.03 0.00 0.00 99.77 07:37:18 07:14:01 6 0.10 0.00 0.05 0.00 0.00 99.85 07:37:18 07:14:01 7 0.07 0.00 0.07 0.00 0.02 99.85 07:37:18 07:15:01 all 0.00 0.00 0.01 0.00 0.00 99.98 07:37:18 07:15:01 0 0.02 0.00 0.03 0.00 0.02 99.93 07:37:18 07:15:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 07:15:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 07:15:01 3 0.02 0.00 0.03 0.00 0.02 99.93 07:37:18 07:15:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 07:15:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 07:15:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 07:15:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 07:16:01 all 0.01 0.00 0.00 0.01 0.00 99.97 07:37:18 07:16:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 07:16:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 07:16:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 07:16:01 3 0.03 0.00 0.00 0.02 0.02 99.93 07:37:18 07:16:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:37:18 07:16:01 5 0.00 0.00 0.00 0.02 0.00 99.98 07:37:18 07:16:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 07:16:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 07:17:01 all 0.01 0.00 0.02 0.00 0.00 99.96 07:37:18 07:17:01 0 0.03 0.00 0.03 0.00 0.00 99.93 07:37:18 07:17:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:37:18 07:17:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 07:17:01 3 0.02 0.00 0.07 0.03 0.00 99.88 07:37:18 07:17:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 07:17:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 07:17:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 07:17:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 07:37:18 07:17:01 CPU %user %nice %system %iowait %steal %idle 07:37:18 07:18:01 all 0.03 0.00 0.01 0.01 0.00 99.95 07:37:18 07:18:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 07:18:01 1 0.03 0.00 0.00 0.00 0.00 99.97 07:37:18 07:18:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:37:18 07:18:01 3 0.12 0.00 0.03 0.03 0.02 99.80 07:37:18 07:18:01 4 0.03 0.00 0.00 0.03 0.00 99.93 07:37:18 07:18:01 5 0.00 0.00 0.00 0.00 0.02 99.98 07:37:18 07:18:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 07:18:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 07:19:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:37:18 07:19:01 0 0.00 0.00 0.03 0.00 0.00 99.97 07:37:18 07:19:01 1 0.08 0.00 0.00 0.00 0.00 99.92 07:37:18 07:19:01 2 0.05 0.00 0.00 0.00 0.02 99.93 07:37:18 07:19:01 3 0.03 0.00 0.02 0.03 0.02 99.90 07:37:18 07:19:01 4 0.02 0.00 0.02 0.00 0.02 99.95 07:37:18 07:19:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 07:19:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 07:19:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 07:20:01 all 0.03 0.00 0.01 0.00 0.00 99.96 07:37:18 07:20:01 0 0.05 0.00 0.00 0.00 0.00 99.95 07:37:18 07:20:01 1 0.03 0.00 0.00 0.00 0.00 99.97 07:37:18 07:20:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:37:18 07:20:01 3 0.05 0.00 0.02 0.03 0.00 99.90 07:37:18 07:20:01 4 0.02 0.00 0.03 0.00 0.00 99.95 07:37:18 07:20:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 07:20:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 07:20:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 07:21:01 all 0.09 0.00 0.02 0.01 0.00 99.88 07:37:18 07:21:01 0 0.00 0.00 0.03 0.00 0.00 99.97 07:37:18 07:21:01 1 0.71 0.00 0.05 0.00 0.02 99.22 07:37:18 07:21:01 2 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 07:21:01 3 0.03 0.00 0.03 0.03 0.02 99.88 07:37:18 07:21:01 4 0.00 0.00 0.02 0.02 0.00 99.97 07:37:18 07:21:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 07:21:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 07:21:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 07:22:01 all 0.27 0.00 0.00 0.00 0.00 99.72 07:37:18 07:22:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:37:18 07:22:01 1 1.99 0.00 0.00 0.00 0.00 98.01 07:37:18 07:22:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 07:22:01 3 0.05 0.00 0.00 0.02 0.02 99.92 07:37:18 07:22:01 4 0.03 0.00 0.00 0.00 0.00 99.97 07:37:18 07:22:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 07:22:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 07:22:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 07:23:01 all 0.26 0.00 0.01 0.01 0.00 99.73 07:37:18 07:23:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 07:23:01 1 1.89 0.00 0.02 0.00 0.00 98.09 07:37:18 07:23:01 2 0.08 0.00 0.00 0.00 0.00 99.92 07:37:18 07:23:01 3 0.03 0.00 0.02 0.05 0.00 99.90 07:37:18 07:23:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 07:23:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 07:23:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 07:23:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 07:24:01 all 0.26 0.00 0.01 0.00 0.00 99.72 07:37:18 07:24:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 07:24:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 07:24:01 2 1.97 0.00 0.00 0.00 0.02 98.01 07:37:18 07:24:01 3 0.03 0.00 0.03 0.02 0.02 99.90 07:37:18 07:24:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:37:18 07:24:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 07:24:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 07:24:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 07:25:01 all 0.27 0.00 0.01 0.00 0.00 99.71 07:37:18 07:25:01 0 0.02 0.00 0.03 0.00 0.00 99.95 07:37:18 07:25:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:37:18 07:25:01 2 1.99 0.00 0.00 0.00 0.00 98.01 07:37:18 07:25:01 3 0.08 0.00 0.05 0.00 0.02 99.85 07:37:18 07:25:01 4 0.02 0.00 0.02 0.02 0.00 99.95 07:37:18 07:25:01 5 0.02 0.00 0.00 0.02 0.00 99.97 07:37:18 07:25:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 07:25:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 07:26:01 all 0.26 0.00 0.01 0.01 0.00 99.72 07:37:18 07:26:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 07:26:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 07:26:01 2 1.94 0.00 0.03 0.00 0.00 98.03 07:37:18 07:26:01 3 0.03 0.00 0.00 0.03 0.02 99.92 07:37:18 07:26:01 4 0.02 0.00 0.00 0.03 0.00 99.95 07:37:18 07:26:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 07:26:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 07:26:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 07:27:01 all 0.09 0.00 0.02 0.00 0.00 99.88 07:37:18 07:27:01 0 0.03 0.00 0.03 0.00 0.02 99.92 07:37:18 07:27:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 07:27:01 2 0.62 0.00 0.10 0.00 0.02 99.27 07:37:18 07:27:01 3 0.02 0.00 0.02 0.02 0.00 99.95 07:37:18 07:27:01 4 0.02 0.00 0.02 0.02 0.00 99.95 07:37:18 07:27:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 07:27:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 07:27:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 07:28:01 all 0.01 0.00 0.01 0.00 0.00 99.98 07:37:18 07:28:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:37:18 07:28:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 07:28:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 07:28:01 3 0.00 0.00 0.00 0.02 0.00 99.98 07:37:18 07:28:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:37:18 07:28:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 07:28:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 07:28:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 07:37:18 07:28:01 CPU %user %nice %system %iowait %steal %idle 07:37:18 07:29:01 all 0.01 0.00 0.01 0.00 0.00 99.97 07:37:18 07:29:01 0 0.03 0.00 0.03 0.00 0.02 99.92 07:37:18 07:29:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 07:29:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:37:18 07:29:01 3 0.05 0.00 0.00 0.02 0.00 99.93 07:37:18 07:29:01 4 0.00 0.00 0.02 0.02 0.00 99.97 07:37:18 07:29:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 07:29:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 07:29:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 07:30:01 all 0.01 0.00 0.00 0.00 0.01 99.97 07:37:18 07:30:01 0 0.03 0.00 0.02 0.00 0.02 99.93 07:37:18 07:30:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 07:30:01 2 0.00 0.00 0.00 0.00 0.02 99.98 07:37:18 07:30:01 3 0.02 0.00 0.02 0.02 0.02 99.93 07:37:18 07:30:01 4 0.00 0.00 0.00 0.02 0.02 99.97 07:37:18 07:30:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 07:30:01 6 0.02 0.00 0.00 0.00 0.02 99.97 07:37:18 07:30:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 07:31:01 all 0.02 0.00 0.01 0.00 0.00 99.96 07:37:18 07:31:01 0 0.07 0.00 0.02 0.00 0.02 99.90 07:37:18 07:31:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 07:31:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:37:18 07:31:01 3 0.03 0.00 0.02 0.02 0.00 99.93 07:37:18 07:31:01 4 0.02 0.00 0.02 0.02 0.00 99.95 07:37:18 07:31:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 07:31:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 07:31:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 07:32:01 all 0.00 0.00 0.01 0.00 0.00 99.98 07:37:18 07:32:01 0 0.03 0.00 0.03 0.00 0.00 99.93 07:37:18 07:32:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:37:18 07:32:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 07:32:01 3 0.00 0.00 0.00 0.02 0.00 99.98 07:37:18 07:32:01 4 0.00 0.00 0.02 0.02 0.00 99.97 07:37:18 07:32:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 07:32:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 07:32:01 7 0.00 0.00 0.02 0.00 0.02 99.97 07:37:18 07:33:01 all 0.02 0.00 0.01 0.00 0.00 99.96 07:37:18 07:33:01 0 0.03 0.00 0.02 0.00 0.02 99.93 07:37:18 07:33:01 1 0.03 0.00 0.02 0.00 0.00 99.95 07:37:18 07:33:01 2 0.02 0.00 0.03 0.00 0.00 99.95 07:37:18 07:33:01 3 0.02 0.00 0.00 0.02 0.00 99.97 07:37:18 07:33:01 4 0.02 0.00 0.02 0.02 0.00 99.95 07:37:18 07:33:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 07:33:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 07:33:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 07:34:01 all 0.01 0.00 0.01 0.00 0.00 99.97 07:37:18 07:34:01 0 0.03 0.00 0.05 0.00 0.00 99.92 07:37:18 07:34:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 07:34:01 2 0.02 0.00 0.03 0.00 0.02 99.93 07:37:18 07:34:01 3 0.02 0.00 0.00 0.02 0.00 99.97 07:37:18 07:34:01 4 0.02 0.00 0.02 0.02 0.00 99.95 07:37:18 07:34:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 07:34:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 07:34:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 07:35:01 all 0.02 0.00 0.01 0.01 0.00 99.96 07:37:18 07:35:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 07:35:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 07:35:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:37:18 07:35:01 3 0.03 0.00 0.02 0.02 0.00 99.93 07:37:18 07:35:01 4 0.02 0.00 0.02 0.03 0.00 99.93 07:37:18 07:35:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:37:18 07:35:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:37:18 07:35:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 07:36:01 all 0.00 0.00 0.01 0.01 0.01 99.97 07:37:18 07:36:01 0 0.00 0.00 0.03 0.00 0.02 99.95 07:37:18 07:36:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 07:36:01 2 0.00 0.00 0.03 0.00 0.02 99.95 07:37:18 07:36:01 3 0.02 0.00 0.02 0.02 0.02 99.93 07:37:18 07:36:01 4 0.00 0.00 0.00 0.02 0.00 99.98 07:37:18 07:36:01 5 0.00 0.00 0.00 0.02 0.02 99.97 07:37:18 07:36:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:37:18 07:36:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:37:18 07:37:01 all 0.38 0.00 0.19 0.01 0.00 99.42 07:37:18 07:37:01 0 0.35 0.00 0.13 0.00 0.00 99.52 07:37:18 07:37:01 1 0.40 0.00 0.17 0.00 0.00 99.43 07:37:18 07:37:01 2 0.30 0.00 0.27 0.00 0.02 99.41 07:37:18 07:37:01 3 0.28 0.00 0.20 0.03 0.00 99.48 07:37:18 07:37:01 4 0.45 0.00 0.20 0.02 0.00 99.33 07:37:18 07:37:01 5 0.60 0.00 0.27 0.00 0.00 99.13 07:37:18 07:37:01 6 0.30 0.00 0.17 0.00 0.00 99.53 07:37:18 07:37:01 7 0.35 0.00 0.13 0.00 0.02 99.50 07:37:18 Average: all 1.37 0.00 0.32 0.11 0.01 98.20 07:37:18 Average: 0 1.30 0.00 0.33 0.12 0.01 98.24 07:37:18 Average: 1 1.32 0.00 0.31 0.13 0.01 98.23 07:37:18 Average: 2 1.34 0.00 0.32 0.08 0.01 98.26 07:37:18 Average: 3 1.28 0.00 0.33 0.11 0.01 98.28 07:37:18 Average: 4 1.58 0.00 0.32 0.07 0.01 98.02 07:37:18 Average: 5 1.32 0.00 0.32 0.09 0.01 98.26 07:37:18 Average: 6 1.32 0.00 0.31 0.12 0.00 98.25 07:37:18 Average: 7 1.46 0.00 0.32 0.18 0.01 98.03 07:37:18 07:37:18 07:37:18