Pull request #3556 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b20dce001322759bc5fe0d8ea69081647b1dc75c+9b7d42e1e61a7ee364e8f6860ff471f154b121f0 (396dc79b75014a3ba846b396958dd083b7b9611f) Running in Durability level: MAX_SURVIVABILITY 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 > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh213455208323143677.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f4a1163c6b2b14014f487cca778b157dcbc6cc6b 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 > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh5199943754824178717.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 f4a1163c6b2b14014f487cca778b157dcbc6cc6b 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-3556/workspace@libs/edgex-global-pipelines # 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 > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3556/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh5689730126265246389.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 > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3556/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh565342378683803802.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f4a1163c6b2b14014f487cca778b157dcbc6cc6b (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f4a1163c6b2b14014f487cca778b157dcbc6cc6b # timeout=10 Commit message: "Merge pull request #339 from ernestojeda/disable-snaps-temp" > 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 shared 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 > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6522818480339034656.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd 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-3556/workspace@libs/lf-pipelines # 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 > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3556/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh8944994134045385758.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 d1a99147b03c6cd90561f8e70b7af78166bcd4cd (master) > git config core.sparsecheckout # timeout=10 > git checkout -f d1a99147b03c6cd90561f8e70b7af78166bcd4cd # timeout=10 Commit message: "Feat: Add initial Java pipeline functionality" > 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 f4a1163c6b2b14014f487cca778b157dcbc6cc6b Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared 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:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.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.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1182’ Running on prd-centos7-docker-4c-2g-1191 in /w/workspace/edgexfoundry_edgex-go_PR-3556 [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.24.4' 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 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/1@tmp/jenkins-gitclient-ssh3502236725611948549.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 9b7d42e1e61a7ee364e8f6860ff471f154b121f0 into PR head commit b20dce001322759bc5fe0d8ea69081647b1dc75c > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/1@tmp/jenkins-gitclient-ssh6762835056612627779.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3556/head:refs/remotes/origin/PR-3556 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b20dce001322759bc5fe0d8ea69081647b1dc75c # timeout=10 > git remote # timeout=10 > 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 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/1@tmp/jenkins-gitclient-ssh1052469391499837527.key > git merge 9b7d42e1e61a7ee364e8f6860ff471f154b121f0 # timeout=10 Merge succeeded, producing b20dce001322759bc5fe0d8ea69081647b1dc75c Checking out Revision b20dce001322759bc5fe0d8ea69081647b1dc75c (PR-3556) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b20dce001322759bc5fe0d8ea69081647b1dc75c # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object f4a1163c6b2b14014f487cca778b157dcbc6cc6b [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-06-09T05:55:01.876Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-06-09T05:55:43.192Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-06-09T05:56:05.727Z] ========================================================= [2021-06-09T05:56:05.727Z] EdgeX Global Pipelines Version Info [2021-06-09T05:56:05.727Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-06-09T05:58:21.056Z] ------------------- [2021-06-09T05:58:21.056Z] stable info: [2021-06-09T05:58:21.056Z] ------------------- [2021-06-09T05:58:21.056Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-06-09T05:58:21.056Z] Commit SHA: f4a1163c6b2b14014f487cca778b157dcbc6cc6b [2021-06-09T05:58:21.056Z] Message: update stable to v1.0.194 [2021-06-09T05:58:21.056Z] ------------------- [2021-06-09T05:58:21.056Z] experimental info: [2021-06-09T05:58:21.056Z] ------------------- [2021-06-09T05:58:21.056Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-06-09T05:58:21.056Z] Commit SHA: f4a1163c6b2b14014f487cca778b157dcbc6cc6b [2021-06-09T05:58:21.056Z] Message: update experimental to v1.0.194 [2021-06-09T05:58:31.999Z] Cannot contact prd-centos7-docker-4c-2g-1191: java.lang.InterruptedException [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-06-09T05:59:57.807Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-06-09T06:00:12.320Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-06-09T06:00:25.865Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-06-09T06:00:35.039Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-06-09T06:00:51.579Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-06-09T06:01:05.520Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-06-09T06:01:17.226Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-06-09T06:01:33.230Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-06-09T06:01:52.456Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2021-06-09T06:02:10.380Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2021-06-09T06:02:28.009Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-06-09T06:02:56.933Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-06-09T06:03:23.796Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-06-09T06:04:09.190Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-06-09T06:04:24.867Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-06-09T06:04:51.493Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-06-09T06:05:11.831Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-06-09T06:05:31.675Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-06-09T06:05:54.090Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-06-09T06:06:07.522Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-06-09T06:06:29.343Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-06-09T06:07:02.771Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-06-09T06:07:33.999Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3556 [Pipeline] echo [2021-06-09T06:07:56.092Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3556 [Pipeline] echo [2021-06-09T06:08:23.140Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3556 [Pipeline] echo [2021-06-09T06:08:39.115Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b20dce001322759bc5fe0d8ea69081647b1dc75c [Pipeline] echo [2021-06-09T06:09:03.762Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b20dce0 [Pipeline] echo [2021-06-09T06:09:30.741Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-09T06:11:20.813Z] provisioning config files... [2021-06-09T06:11:27.556Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config9183074190903804635tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-09T06:12:56.949Z] ---> docker-login.sh [2021-06-09T06:12:56.949Z] nexus3.edgexfoundry.org:10001 [2021-06-09T06:12:56.949Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T06:12:56.949Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T06:12:56.949Z] Configure a credential helper to remove this warning. See [2021-06-09T06:12:56.949Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T06:12:56.949Z] [2021-06-09T06:12:56.949Z] Login Succeeded [2021-06-09T06:12:56.949Z] nexus3.edgexfoundry.org:10002 [2021-06-09T06:12:56.949Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T06:12:56.949Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T06:12:56.949Z] Configure a credential helper to remove this warning. See [2021-06-09T06:12:56.949Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T06:12:56.949Z] [2021-06-09T06:12:56.949Z] Login Succeeded [2021-06-09T06:12:56.949Z] nexus3.edgexfoundry.org:10003 [2021-06-09T06:12:56.949Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T06:12:56.949Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T06:12:56.949Z] Configure a credential helper to remove this warning. See [2021-06-09T06:12:56.949Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T06:12:56.949Z] [2021-06-09T06:12:56.949Z] Login Succeeded [2021-06-09T06:12:56.949Z] nexus3.edgexfoundry.org:10004 [2021-06-09T06:12:56.949Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T06:12:56.949Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T06:12:56.949Z] Configure a credential helper to remove this warning. See [2021-06-09T06:12:56.949Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T06:12:56.949Z] [2021-06-09T06:12:56.949Z] Login Succeeded [2021-06-09T06:12:56.949Z] docker.io [2021-06-09T06:12:56.949Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T06:12:56.949Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T06:12:56.949Z] Configure a credential helper to remove this warning. See [2021-06-09T06:12:56.949Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T06:12:56.949Z] [2021-06-09T06:12:56.949Z] Login Succeeded [2021-06-09T06:12:56.949Z] ---> docker-login.sh ends [2021-06-09T06:13:10.426Z] Cannot contact prd-centos7-docker-4c-2g-1191: java.lang.InterruptedException [Pipeline] } [2021-06-09T06:13:37.472Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-06-09T06:14:39.571Z] ++ 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/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-06-09T06:14:39.571Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-09T06:14:39.571Z] ++ dirname cmd/core-command/Dockerfile [2021-06-09T06:14:39.571Z] ++ cut -d/ -f2 [2021-06-09T06:14:39.571Z] + echo core-command,cmd/core-command/Dockerfile [2021-06-09T06:14:39.571Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-09T06:14:39.571Z] ++ dirname cmd/core-data/Dockerfile [2021-06-09T06:14:39.571Z] ++ cut -d/ -f2 [2021-06-09T06:14:39.571Z] + echo core-data,cmd/core-data/Dockerfile [2021-06-09T06:14:39.571Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-09T06:14:39.571Z] ++ dirname cmd/core-metadata/Dockerfile [2021-06-09T06:14:39.571Z] ++ cut -d/ -f2 [2021-06-09T06:14:39.571Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-06-09T06:14:39.571Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-09T06:14:39.571Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-06-09T06:14:39.571Z] ++ cut -d/ -f2 [2021-06-09T06:14:39.571Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-06-09T06:14:39.571Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-09T06:14:39.571Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-06-09T06:14:39.571Z] ++ cut -d/ -f2 [2021-06-09T06:14:39.571Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-06-09T06:14:39.571Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-09T06:14:39.571Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-06-09T06:14:39.571Z] ++ cut -d/ -f2 [2021-06-09T06:14:39.571Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-06-09T06:14:39.571Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-09T06:14:39.571Z] ++ dirname cmd/support-notifications/Dockerfile [2021-06-09T06:14:39.571Z] ++ cut -d/ -f2 [2021-06-09T06:14:39.571Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-06-09T06:14:39.571Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-09T06:14:39.571Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-06-09T06:14:39.571Z] ++ cut -d/ -f2 [2021-06-09T06:14:39.571Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-06-09T06:14:39.571Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-09T06:14:39.571Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-06-09T06:14:39.571Z] ++ cut -d/ -f2 [2021-06-09T06:14:39.571Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [2021-06-09T06:15:01.147Z] Cannot contact prd-centos7-docker-4c-2g-1191: java.lang.InterruptedException [Pipeline] echo [2021-06-09T06:15:38.574Z] 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: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] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-06-09T07:19:49.802Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-09T07:19:49.802Z] [2021-06-09T07:19:49.802Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-06-09T07:20:39.552Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-09T07:20:41.842Z] latest: Pulling from edgex-devops/git-semver [2021-06-09T07:20:41.842Z] 31603596830f: Pulling fs layer [2021-06-09T07:20:41.842Z] 54011a49482f: Pulling fs layer [2021-06-09T07:20:41.842Z] a6820b24f6d8: Pulling fs layer [2021-06-09T07:20:41.842Z] f581987b2513: Pulling fs layer [2021-06-09T07:20:41.842Z] f581987b2513: Waiting [2021-06-09T07:20:41.842Z] 54011a49482f: Download complete [2021-06-09T07:20:41.842Z] 31603596830f: Verifying Checksum [2021-06-09T07:20:41.842Z] 31603596830f: Download complete [2021-06-09T07:20:41.842Z] f581987b2513: Verifying Checksum [2021-06-09T07:20:41.842Z] f581987b2513: Download complete [2021-06-09T07:20:41.842Z] 31603596830f: Pull complete [2021-06-09T07:20:41.842Z] 54011a49482f: Pull complete [2021-06-09T07:20:41.842Z] a6820b24f6d8: Verifying Checksum [2021-06-09T07:20:41.842Z] a6820b24f6d8: Download complete [2021-06-09T07:20:41.842Z] a6820b24f6d8: Pull complete [2021-06-09T07:20:41.842Z] f581987b2513: Pull complete [2021-06-09T07:20:41.842Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-06-09T07:20:41.842Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-09T07:20:41.842Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-06-09T07:20:59.210Z] prd-centos7-docker-4c-2g-1191 does not seem to be running inside a container [2021-06-09T07:21:18.178Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-06-09T07:21:20.368Z] $ docker top 15fded65d2befe4c5f6605874f36ae91fbe25e5557f702ca86c9aa30a2b165f2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-06-09T07:22:07.679Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-06-09T07:22:07.679Z] [ssh-agent] Looking for ssh-agent implementation... [2021-06-09T07:22:12.035Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-06-09T07:22:12.036Z] $ docker exec 15fded65d2befe4c5f6605874f36ae91fbe25e5557f702ca86c9aa30a2b165f2 ssh-agent [2021-06-09T07:22:14.324Z] SSH_AUTH_SOCK=/tmp/ssh-ccSp1bIJpuLI/agent.13 [2021-06-09T07:22:14.324Z] SSH_AGENT_PID=19 [2021-06-09T07:22:16.530Z] Running ssh-add (command line suppressed) [2021-06-09T07:22:16.643Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_878627681752674092.key (/w/workspace/edgex-go/1@tmp/private_key_878627681752674092.key) [2021-06-09T07:22:20.899Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-06-09T07:22:44.645Z] + git tag --points-at HEAD [Pipeline] } [2021-06-09T07:22:53.562Z] $ docker exec --env ******** --env ******** 15fded65d2befe4c5f6605874f36ae91fbe25e5557f702ca86c9aa30a2b165f2 ssh-agent -k [2021-06-09T07:22:53.644Z] unset SSH_AUTH_SOCK; [2021-06-09T07:22:53.645Z] unset SSH_AGENT_PID; [2021-06-09T07:22:53.645Z] echo Agent pid 19 killed; [2021-06-09T07:23:00.217Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-06-09T07:23:17.962Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-06-09T07:23:17.962Z] [ssh-agent] Looking for ssh-agent implementation... [2021-06-09T07:23:24.615Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-06-09T07:23:24.615Z] $ docker exec 15fded65d2befe4c5f6605874f36ae91fbe25e5557f702ca86c9aa30a2b165f2 ssh-agent [2021-06-09T07:23:38.137Z] SSH_AUTH_SOCK=/tmp/ssh-X9kmTg4CzQMu/agent.53 [2021-06-09T07:23:38.137Z] SSH_AGENT_PID=60 [2021-06-09T07:23:40.454Z] Running ssh-add (command line suppressed) [2021-06-09T07:23:40.545Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_3414573417510671181.key (/w/workspace/edgex-go/1@tmp/private_key_3414573417510671181.key) [2021-06-09T07:23:49.398Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-06-09T07:24:15.993Z] + git semver init [2021-06-09T07:24:15.994Z] # -> Open(): unable to determine branch for HEAD [2021-06-09T07:24:15.994Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2021-06-09T07:24:15.994Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2021-06-09T07:24:15.994Z] # $SEMVER_REMOTE_NAME = origin [2021-06-09T07:24:15.994Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-06-09T07:24:15.994Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-06-09T07:24:15.994Z] # $SEMVER_BRANCH = PR-3556 [2021-06-09T07:24:15.994Z] # $SEMVER_TEMP = /tmp/semver-688984683 [2021-06-09T07:24:15.994Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-06-09T07:24:38.524Z] # '/tmp/semver-688984683' -> '/w/workspace/edgex-go/1/.semver' [2021-06-09T07:24:38.524Z] # -> Force: false [2021-06-09T07:24:38.524Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2021-06-09T07:24:47.447Z] $ docker exec --env ******** --env ******** 15fded65d2befe4c5f6605874f36ae91fbe25e5557f702ca86c9aa30a2b165f2 ssh-agent -k [2021-06-09T07:24:47.544Z] unset SSH_AUTH_SOCK; [2021-06-09T07:24:47.544Z] unset SSH_AGENT_PID; [2021-06-09T07:24:47.544Z] echo Agent pid 60 killed; [2021-06-09T07:24:53.974Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-06-09T07:25:39.561Z] + git semver [Pipeline] } [2021-06-09T07:25:46.234Z] $ docker stop --time=1 15fded65d2befe4c5f6605874f36ae91fbe25e5557f702ca86c9aa30a2b165f2 [2021-06-09T07:25:48.407Z] $ docker rm -f 15fded65d2befe4c5f6605874f36ae91fbe25e5557f702ca86c9aa30a2b165f2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-09T07:26:14.981Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-06-09T07:27:39.933Z] Stashed 1 file(s) [Pipeline] echo [2021-06-09T07:28:00.087Z] [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 [2021-06-09T07:31:29.622Z] Still waiting to schedule task [2021-06-09T07:31:29.622Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-09T07:34:19.157Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-06-09T07:35:33.130Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-06-09T07:37:05.998Z] + sudo service docker restart [2021-06-09T07:37:05.998Z] + true [2021-06-09T07:37:05.998Z] Redirecting to /bin/systemctl restart docker.service [2021-06-09T07:37:32.531Z] Cannot contact prd-centos7-docker-4c-2g-1191: java.lang.InterruptedException [Pipeline] echo [2021-06-09T07:37:59.182Z] ========================================================= [2021-06-09T07:37:59.182Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-06-09T07:37:59.182Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-06-09T07:40:06.419Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-06-09T07:40:06.419Z] Sending build context to Docker daemon 329.2MB [2021-06-09T07:40:06.419Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-06-09T07:40:06.419Z] Step 2/6 : FROM ${BASE} [2021-06-09T07:40:06.419Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-06-09T07:40:06.419Z] 540db60ca938: Pulling fs layer [2021-06-09T07:40:06.419Z] adcc1eea9eea: Pulling fs layer [2021-06-09T07:40:06.419Z] 4c4ab2625f07: Pulling fs layer [2021-06-09T07:40:06.419Z] 0510c868ecb4: Pulling fs layer [2021-06-09T07:40:06.419Z] afea3b2eda06: Pulling fs layer [2021-06-09T07:40:06.419Z] 7809a108b3ef: Pulling fs layer [2021-06-09T07:40:06.419Z] f706445af74f: Pulling fs layer [2021-06-09T07:40:06.419Z] afea3b2eda06: Waiting [2021-06-09T07:40:06.419Z] 7809a108b3ef: Waiting [2021-06-09T07:40:06.419Z] f706445af74f: Waiting [2021-06-09T07:40:06.419Z] 0510c868ecb4: Waiting [2021-06-09T07:40:06.419Z] 4c4ab2625f07: Verifying Checksum [2021-06-09T07:40:06.419Z] 4c4ab2625f07: Download complete [2021-06-09T07:40:06.419Z] adcc1eea9eea: Verifying Checksum [2021-06-09T07:40:06.419Z] adcc1eea9eea: Download complete [2021-06-09T07:40:06.419Z] afea3b2eda06: Verifying Checksum [2021-06-09T07:40:06.419Z] afea3b2eda06: Download complete [2021-06-09T07:40:06.419Z] 540db60ca938: Verifying Checksum [2021-06-09T07:40:06.419Z] 540db60ca938: Download complete [2021-06-09T07:40:06.419Z] 7809a108b3ef: Verifying Checksum [2021-06-09T07:40:06.419Z] 7809a108b3ef: Download complete [2021-06-09T07:40:06.419Z] 540db60ca938: Pull complete [2021-06-09T07:40:06.419Z] adcc1eea9eea: Pull complete [2021-06-09T07:40:06.419Z] 4c4ab2625f07: Pull complete [2021-06-09T07:40:06.419Z] f706445af74f: Verifying Checksum [2021-06-09T07:40:06.419Z] f706445af74f: Download complete [2021-06-09T07:40:06.419Z] 0510c868ecb4: Verifying Checksum [2021-06-09T07:40:06.419Z] 0510c868ecb4: Download complete [2021-06-09T07:40:06.419Z] 0510c868ecb4: Pull complete [2021-06-09T07:40:06.419Z] afea3b2eda06: Pull complete [2021-06-09T07:40:06.419Z] 7809a108b3ef: Pull complete [2021-06-09T07:40:06.419Z] f706445af74f: Pull complete [2021-06-09T07:40:06.419Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-06-09T07:40:06.419Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-06-09T07:40:06.419Z] ---> b068be0155e3 [2021-06-09T07:40:06.419Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-06-09T07:40:06.419Z] ---> Running in e9dcf9cc2e92 [2021-06-09T07:40:06.419Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-09T07:40:06.419Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-09T07:40:06.419Z] (1/12) Installing libmagic (5.39-r0) [2021-06-09T07:40:06.419Z] (2/12) Installing file (5.39-r0) [2021-06-09T07:40:06.419Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-06-09T07:40:06.419Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-06-09T07:40:06.419Z] (5/12) Installing fortify-headers (1.1-r0) [2021-06-09T07:40:06.419Z] (6/12) Installing patch (2.7.6-r6) [2021-06-09T07:40:06.419Z] (7/12) Installing build-base (0.5-r2) [2021-06-09T07:40:06.419Z] (8/12) Installing libsodium (1.0.18-r0) [2021-06-09T07:40:06.419Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-06-09T07:40:06.420Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-06-09T07:40:06.420Z] (11/12) Installing libzmq (4.3.3-r1) [2021-06-09T07:40:06.420Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-06-09T07:40:06.420Z] Executing busybox-1.32.1-r6.trigger [2021-06-09T07:40:06.420Z] OK: 219 MiB in 52 packages [2021-06-09T07:40:06.420Z] Removing intermediate container e9dcf9cc2e92 [2021-06-09T07:40:06.420Z] ---> 023a7fb5b222 [2021-06-09T07:40:06.420Z] Step 4/6 : WORKDIR /edgex-go [2021-06-09T07:40:06.420Z] ---> Running in f3b5e30dd8a8 [2021-06-09T07:40:06.420Z] Removing intermediate container f3b5e30dd8a8 [2021-06-09T07:40:06.420Z] ---> 34ad861c0344 [2021-06-09T07:40:06.420Z] Step 5/6 : COPY go.mod . [2021-06-09T07:40:06.420Z] ---> b5eed9f748ff [2021-06-09T07:40:06.420Z] Step 6/6 : RUN go mod download [2021-06-09T07:40:06.420Z] ---> Running in 11dffdea20f1 [2021-06-09T07:40:06.420Z] Removing intermediate container 11dffdea20f1 [2021-06-09T07:40:06.420Z] ---> bc768a0305d6 [2021-06-09T07:40:06.420Z] Successfully built bc768a0305d6 [2021-06-09T07:40:06.420Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-09T07:44:09.486Z] + docker inspect -f . ci-base-image-x86_64 [2021-06-09T07:44:09.486Z] . [Pipeline] withDockerContainer [2021-06-09T07:47:14.166Z] prd-centos7-docker-4c-2g-1191 does not seem to be running inside a container [2021-06-09T07:48:45.775Z] $ 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 ******** ci-base-image-x86_64 cat [Pipeline] // withDockerContainer [2021-06-09T07:49:46.436Z] $ docker top f7c86fca565ba40d91dae390c41f830e0207ef7b5393c5708961eda9777fd889 -eo pid,comm [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-09T08:11:11.620Z] Failed in branch amd64 Resuming build at Wed Jun 09 09:16:11 UTC 2021 after Jenkins restart Waiting to resume part of EdgeX Foundry Project » edgex-go » PR-3556 #1: Finished waiting Waiting to resume part of EdgeX Foundry Project » edgex-go » PR-3556 #1: Finished waiting Waiting to resume part of EdgeX Foundry Project » edgex-go » PR-3556 #1: Finished waiting Waiting to resume part of EdgeX Foundry Project » edgex-go » PR-3556 #1: Finished waiting Waiting to resume part of EdgeX Foundry Project » edgex-go » PR-3556 #1: Finished waiting Waiting to resume part of EdgeX Foundry Project » edgex-go » PR-3556 #1: Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1191’ Waiting to resume part of EdgeX Foundry Project » edgex-go » PR-3556 #1: Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1191’ Ready to run at Wed Jun 09 09:18:45 UTC 2021 [2021-06-09T09:18:45.727Z] Timeout set to expire in 2 hr 36 min [2021-06-09T09:18:45.966Z] Queue item for node block in EdgeX Foundry Project » edgex-go » PR-3556 #1 is missing (perhaps JENKINS-34281); rescheduling [2021-06-09T09:18:46.347Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1206 in /w/workspace/edgexfoundry_edgex-go_PR-3556 [Pipeline] { [Pipeline] ws [2021-06-09T09:18:46.574Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2021-06-09T09:18:47.044Z] The recommended git tool is: git [2021-06-09T09:18:53.358Z] using credential edgex-jenkins-ssh [2021-06-09T09:18:53.395Z] Cloning the remote Git repository [2021-06-09T09:18:53.477Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-06-09T09:18:53.600Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-06-09T09:18:53.716Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-06-09T09:18:53.716Z] > git --version # timeout=10 [2021-06-09T09:18:53.743Z] > git --version # 'git version 2.17.1' [2021-06-09T09:18:53.745Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-09T09:18:53.837Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-09T09:19:17.895Z] Merging remotes/origin/master commit 9b7d42e1e61a7ee364e8f6860ff471f154b121f0 into PR head commit b20dce001322759bc5fe0d8ea69081647b1dc75c [2021-06-09T09:19:17.049Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-06-09T09:19:17.067Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-09T09:19:17.093Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-06-09T09:19:17.133Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-06-09T09:19:17.134Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-09T09:19:17.152Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3556/head:refs/remotes/origin/PR-3556 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-09T09:19:17.934Z] > git config core.sparsecheckout # timeout=10 [2021-06-09T09:19:17.949Z] > git checkout -f b20dce001322759bc5fe0d8ea69081647b1dc75c # timeout=10 [2021-06-09T09:19:18.232Z] > git remote # timeout=10 [2021-06-09T09:19:18.381Z] Merge succeeded, producing b20dce001322759bc5fe0d8ea69081647b1dc75c [2021-06-09T09:19:18.382Z] Checking out Revision b20dce001322759bc5fe0d8ea69081647b1dc75c (PR-3556) [2021-06-09T09:19:18.257Z] > git config --get remote.origin.url # timeout=10 [2021-06-09T09:19:18.283Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-09T09:19:18.305Z] > git merge 9b7d42e1e61a7ee364e8f6860ff471f154b121f0 # timeout=10 [2021-06-09T09:19:18.357Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-09T09:19:18.407Z] > git config core.sparsecheckout # timeout=10 [2021-06-09T09:19:18.433Z] > git checkout -f b20dce001322759bc5fe0d8ea69081647b1dc75c # timeout=10 [2021-06-09T09:19:22.980Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [2021-06-09T09:19:23.063Z] > git --version # timeout=10 [2021-06-09T09:19:23.073Z] > git --version # 'git version 2.17.1' [2021-06-09T09:19:23.088Z] fatal: bad object f4a1163c6b2b14014f487cca778b157dcbc6cc6b [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-09T09:19:24.729Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-06-09T09:19:25.162Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-06-09T09:19:25.519Z] + sudo service docker restart [2021-06-09T09:19:25.519Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-09T09:19:44.089Z] provisioning config files... [2021-06-09T09:19:44.128Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config8119820534448277288tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-09T09:19:44.605Z] ---> docker-login.sh [2021-06-09T09:19:44.605Z] nexus3.edgexfoundry.org:10001 [2021-06-09T09:19:45.603Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T09:19:45.881Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T09:19:45.881Z] Configure a credential helper to remove this warning. See [2021-06-09T09:19:45.881Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T09:19:45.881Z] [2021-06-09T09:19:45.881Z] Login Succeeded [2021-06-09T09:19:45.881Z] nexus3.edgexfoundry.org:10002 [2021-06-09T09:19:46.158Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T09:19:46.443Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T09:19:46.443Z] Configure a credential helper to remove this warning. See [2021-06-09T09:19:46.443Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T09:19:46.443Z] [2021-06-09T09:19:46.443Z] Login Succeeded [2021-06-09T09:19:46.443Z] nexus3.edgexfoundry.org:10003 [2021-06-09T09:19:46.721Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T09:19:47.379Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T09:19:47.379Z] Configure a credential helper to remove this warning. See [2021-06-09T09:19:47.379Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T09:19:47.379Z] [2021-06-09T09:19:47.379Z] Login Succeeded [2021-06-09T09:19:47.379Z] nexus3.edgexfoundry.org:10004 [2021-06-09T09:19:47.663Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T09:19:47.942Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T09:19:47.943Z] Configure a credential helper to remove this warning. See [2021-06-09T09:19:47.943Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T09:19:47.943Z] [2021-06-09T09:19:47.943Z] Login Succeeded [2021-06-09T09:19:47.943Z] docker.io [2021-06-09T09:19:48.223Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-09T09:19:48.507Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-09T09:19:48.507Z] Configure a credential helper to remove this warning. See [2021-06-09T09:19:48.507Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-09T09:19:48.507Z] [2021-06-09T09:19:48.507Z] Login Succeeded [2021-06-09T09:19:48.507Z] ---> docker-login.sh ends [Pipeline] } [2021-06-09T09:19:48.569Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-06-09T09:19:49.305Z] ========================================================= [2021-06-09T09:19:49.305Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-06-09T09:19:49.305Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-06-09T09:19:49.791Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-06-09T09:19:51.784Z] Sending build context to Docker daemon 166.2MB [2021-06-09T09:19:52.061Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-06-09T09:19:52.061Z] Step 2/6 : FROM ${BASE} [2021-06-09T09:19:52.061Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-06-09T09:19:52.062Z] 595b0fe564bb: Pulling fs layer [2021-06-09T09:19:52.062Z] 7186ed65a4f7: Pulling fs layer [2021-06-09T09:19:52.062Z] 316046926c0a: Pulling fs layer [2021-06-09T09:19:52.062Z] 4ebd0625c992: Pulling fs layer [2021-06-09T09:19:52.062Z] 207e8628e3a3: Pulling fs layer [2021-06-09T09:19:52.062Z] c791037a9be2: Pulling fs layer [2021-06-09T09:19:52.062Z] ffd874e62e21: Pulling fs layer [2021-06-09T09:19:52.062Z] 207e8628e3a3: Waiting [2021-06-09T09:19:52.062Z] c791037a9be2: Waiting [2021-06-09T09:19:52.062Z] ffd874e62e21: Waiting [2021-06-09T09:19:52.062Z] 4ebd0625c992: Waiting [2021-06-09T09:19:52.354Z] 316046926c0a: Download complete [2021-06-09T09:19:52.354Z] 7186ed65a4f7: Verifying Checksum [2021-06-09T09:19:52.354Z] 7186ed65a4f7: Download complete [2021-06-09T09:19:52.354Z] 207e8628e3a3: Verifying Checksum [2021-06-09T09:19:52.354Z] 207e8628e3a3: Download complete [2021-06-09T09:19:52.354Z] c791037a9be2: Verifying Checksum [2021-06-09T09:19:52.354Z] c791037a9be2: Download complete [2021-06-09T09:19:52.354Z] 595b0fe564bb: Verifying Checksum [2021-06-09T09:19:52.354Z] 595b0fe564bb: Download complete [2021-06-09T09:19:53.354Z] 595b0fe564bb: Pull complete [2021-06-09T09:19:53.652Z] 7186ed65a4f7: Pull complete [2021-06-09T09:19:54.263Z] 316046926c0a: Pull complete [2021-06-09T09:19:55.704Z] ffd874e62e21: Verifying Checksum [2021-06-09T09:19:55.704Z] ffd874e62e21: Download complete [2021-06-09T09:19:57.158Z] 4ebd0625c992: Verifying Checksum [2021-06-09T09:19:57.158Z] 4ebd0625c992: Download complete [2021-06-09T09:20:07.331Z] 4ebd0625c992: Pull complete [2021-06-09T09:20:07.331Z] 207e8628e3a3: Pull complete [2021-06-09T09:20:07.611Z] c791037a9be2: Pull complete [2021-06-09T09:20:11.931Z] ffd874e62e21: Pull complete [2021-06-09T09:20:11.931Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-06-09T09:20:11.931Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-06-09T09:20:11.931Z] ---> cfc18b08335c [2021-06-09T09:20:11.931Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-06-09T09:20:12.531Z] ---> Running in 3ac18f88744a [2021-06-09T09:20:13.974Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-09T09:20:15.949Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-09T09:20:18.566Z] (1/12) Installing libmagic (5.39-r0) [2021-06-09T09:20:19.162Z] (2/12) Installing file (5.39-r0) [2021-06-09T09:20:19.436Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-06-09T09:20:19.436Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-06-09T09:20:37.749Z] (5/12) Installing fortify-headers (1.1-r0) [2021-06-09T09:20:37.749Z] (6/12) Installing patch (2.7.6-r6) [2021-06-09T09:20:37.749Z] (7/12) Installing build-base (0.5-r2) [2021-06-09T09:20:37.749Z] (8/12) Installing libsodium (1.0.18-r0) [2021-06-09T09:20:38.026Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-06-09T09:20:38.300Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-06-09T09:20:38.300Z] (11/12) Installing libzmq (4.3.3-r1) [2021-06-09T09:20:38.586Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-06-09T09:20:38.586Z] Executing busybox-1.32.1-r6.trigger [2021-06-09T09:20:38.586Z] OK: 218 MiB in 52 packages [2021-06-09T09:20:42.906Z] Removing intermediate container 3ac18f88744a [2021-06-09T09:20:42.906Z] ---> e8442b676f48 [2021-06-09T09:20:42.906Z] Step 4/6 : WORKDIR /edgex-go [2021-06-09T09:20:42.906Z] ---> Running in 80580955a102 [2021-06-09T09:20:42.906Z] Removing intermediate container 80580955a102 [2021-06-09T09:20:42.906Z] ---> d7ee1babdfd4 [2021-06-09T09:20:42.906Z] Step 5/6 : COPY go.mod . [2021-06-09T09:20:43.517Z] ---> 7bdaa3e586b6 [2021-06-09T09:20:43.517Z] Step 6/6 : RUN go mod download [2021-06-09T09:20:43.792Z] ---> Running in f872ee49e783 [2021-06-09T09:21:10.631Z] Removing intermediate container f872ee49e783 [2021-06-09T09:21:10.631Z] ---> 2896f5a168f7 [2021-06-09T09:21:10.631Z] Successfully built 2896f5a168f7 [2021-06-09T09:21:10.631Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-09T09:21:11.053Z] + docker inspect -f . ci-base-image-arm64 [2021-06-09T09:21:11.054Z] . [Pipeline] withDockerContainer [2021-06-09T09:21:11.347Z] prd-ubuntu18.04-docker-arm64-4c-16g-1206 does not seem to be running inside a container [2021-06-09T09:21:11.461Z] $ 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 ******** ci-base-image-arm64 cat [2021-06-09T09:21:13.291Z] $ docker top c7d52d2a5302d67a00864ecefd15a39328c706c896a05bcbb1858bda7a8efa5e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-09T09:21:14.469Z] + go version [2021-06-09T09:21:14.469Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-06-09T09:21:14.538Z] $ docker stop --time=1 c7d52d2a5302d67a00864ecefd15a39328c706c896a05bcbb1858bda7a8efa5e [2021-06-09T09:21:16.392Z] $ docker rm -f c7d52d2a5302d67a00864ecefd15a39328c706c896a05bcbb1858bda7a8efa5e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-09T09:21:17.566Z] + docker inspect -f . ci-base-image-arm64 [2021-06-09T09:21:17.566Z] . [Pipeline] withDockerContainer [2021-06-09T09:21:17.860Z] prd-ubuntu18.04-docker-arm64-4c-16g-1206 does not seem to be running inside a container [2021-06-09T09:21:17.969Z] $ 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 ******** ci-base-image-arm64 cat [2021-06-09T09:21:19.647Z] $ docker top da8094825eeb3b9c59bf5bc91e5806282594f6a170d517f4c2ad775e85a335c0 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-06-09T09:21:20.053Z] ========================================================= [2021-06-09T09:21:20.053Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-06-09T09:21:20.053Z] ========================================================= [Pipeline] sh [2021-06-09T09:21:20.722Z] + go mod tidy [Pipeline] sh [2021-06-09T09:21:22.030Z] + make test [2021-06-09T09:21:22.030Z] go mod tidy [2021-06-09T09:21:22.641Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-06-09T09:21:49.463Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-06-09T09:22:57.602Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-06-09T09:22:57.602Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-06-09T09:23:01.057Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-06-09T09:23:01.057Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-06-09T09:23:07.882Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-06-09T09:23:07.882Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-06-09T09:23:07.882Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-06-09T09:23:07.882Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-06-09T09:23:09.880Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-06-09T09:23:10.526Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-06-09T09:23:20.843Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-06-09T09:23:20.843Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-06-09T09:23:20.843Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-06-09T09:23:20.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-06-09T09:23:20.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-06-09T09:23:20.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-06-09T09:23:20.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-06-09T09:23:21.457Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.161s coverage: 28.7% of statements [2021-06-09T09:23:25.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.248s coverage: 100.0% of statements [2021-06-09T09:23:25.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-06-09T09:23:25.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-06-09T09:23:25.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-06-09T09:23:25.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.222s coverage: 81.2% of statements [2021-06-09T09:23:25.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-06-09T09:23:27.248Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.395s coverage: 53.4% of statements [2021-06-09T09:23:27.248Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-06-09T09:23:27.248Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-06-09T09:23:32.687Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.517s coverage: 87.7% of statements [2021-06-09T09:23:32.687Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-06-09T09:23:32.687Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-06-09T09:23:32.687Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.212s coverage: 78.9% of statements [2021-06-09T09:23:32.687Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-06-09T09:23:32.687Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-06-09T09:23:32.687Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-06-09T09:23:32.687Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-06-09T09:23:32.687Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-06-09T09:23:32.687Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-06-09T09:23:32.687Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-06-09T09:23:37.050Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.328s coverage: 95.1% of statements [2021-06-09T09:23:37.050Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-06-09T09:23:37.050Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-06-09T09:23:37.050Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-06-09T09:23:37.050Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-06-09T09:23:37.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-06-09T09:23:37.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-06-09T09:23:37.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-06-09T09:23:37.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-06-09T09:23:37.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-06-09T09:23:37.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-06-09T09:23:37.050Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.162s coverage: 58.8% of statements [2021-06-09T09:23:37.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/application [no test files] [2021-06-09T09:23:37.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-06-09T09:23:37.050Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http 0.204s coverage: 60.0% of statements [2021-06-09T09:23:37.050Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.340s coverage: 0.8% of statements [2021-06-09T09:23:37.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-06-09T09:23:37.050Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.257s coverage: 22.0% of statements [2021-06-09T09:23:37.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-06-09T09:23:37.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.271s coverage: 47.1% of statements [2021-06-09T09:23:37.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.200s coverage: 79.5% of statements [2021-06-09T09:23:37.935Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.209s coverage: 94.1% of statements [2021-06-09T09:23:38.929Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.193s coverage: 96.3% of statements [2021-06-09T09:23:39.932Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.156s coverage: 87.5% of statements [2021-06-09T09:23:52.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.304s coverage: 94.4% of statements [2021-06-09T09:23:52.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.197s coverage: 44.8% of statements [2021-06-09T09:23:56.780Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.595s coverage: 81.8% of statements [2021-06-09T09:23:56.780Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-06-09T09:24:05.269Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.267s coverage: 92.9% of statements [2021-06-09T09:24:05.269Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-06-09T09:24:05.269Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-06-09T09:24:05.269Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-06-09T09:24:05.269Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 65.1% of statements [2021-06-09T09:24:05.269Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-06-09T09:24:05.269Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-06-09T09:24:05.269Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-06-09T09:24:05.269Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-06-09T09:24:05.270Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-06-09T09:24:05.270Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements [2021-06-09T09:24:05.270Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-06-09T09:24:05.270Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-06-09T09:24:05.270Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.147s coverage: 100.0% of statements [2021-06-09T09:24:05.270Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-06-09T09:24:05.270Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.174s coverage: 76.0% of statements [2021-06-09T09:24:05.270Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-06-09T09:24:05.270Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.187s coverage: 80.0% of statements [2021-06-09T09:24:05.270Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.224s coverage: 87.2% of statements [2021-06-09T09:24:05.270Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.287s coverage: 85.4% of statements [2021-06-09T09:24:05.270Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.307s coverage: 91.2% of statements [2021-06-09T09:24:05.270Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-06-09T09:24:05.270Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.673s coverage: 64.4% of statements [2021-06-09T09:24:05.270Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-06-09T09:24:05.270Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-06-09T09:24:05.270Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.171s coverage: 100.0% of statements [2021-06-09T09:24:05.270Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.082s coverage: 91.3% of statements [2021-06-09T09:24:05.270Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.048s coverage: 100.0% of statements [2021-06-09T09:24:05.270Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.049s coverage: 73.7% of statements [2021-06-09T09:24:05.544Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.086s coverage: 100.0% of statements [2021-06-09T09:24:08.954Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.934s coverage: 66.9% of statements [2021-06-09T09:24:08.954Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-06-09T09:24:08.954Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-06-09T09:24:08.954Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-06-09T09:24:11.606Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.760s coverage: 43.6% of statements [2021-06-09T09:24:11.606Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-06-09T09:24:11.607Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-06-09T09:24:11.607Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.137s coverage: 89.5% of statements [2021-06-09T09:24:11.607Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-06-09T09:24:11.607Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.082s coverage: 84.8% of statements [2021-06-09T09:24:11.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-06-09T09:24:11.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-06-09T09:24:11.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-06-09T09:24:11.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-06-09T09:24:18.347Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 6.244s coverage: 19.3% of statements [2021-06-09T09:24:18.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application/channel [no test files] [2021-06-09T09:24:18.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application/channel/mocks [no test files] [2021-06-09T09:24:18.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-06-09T09:24:18.347Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.556s coverage: 91.9% of statements [2021-06-09T09:24:18.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-06-09T09:24:18.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-06-09T09:24:18.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-06-09T09:24:18.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-06-09T09:24:18.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-06-09T09:24:18.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-06-09T09:24:18.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-06-09T09:24:18.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-06-09T09:24:18.347Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.186s coverage: 62.7% of statements [2021-06-09T09:24:18.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-06-09T09:24:18.347Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.358s coverage: 97.6% of statements [2021-06-09T09:24:18.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-06-09T09:24:18.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-06-09T09:24:18.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-06-09T09:24:18.347Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements [2021-06-09T09:24:18.347Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-06-09T09:24:18.347Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements [2021-06-09T09:24:18.347Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-06-09T09:24:18.347Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-06-09T09:24:18.347Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-06-09T09:24:18.347Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-06-09T09:24:18.347Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.088s coverage: 87.9% of statements [2021-06-09T09:24:18.347Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-06-09T09:24:18.347Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-06-09T09:24:18.347Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.064s coverage: 100.0% of statements [2021-06-09T09:24:18.624Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.198s coverage: 28.1% of statements [2021-06-09T09:24:18.624Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-06-09T09:24:18.624Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application [no test files] [2021-06-09T09:24:19.620Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application/direct 0.167s coverage: 28.9% of statements [2021-06-09T09:24:19.620Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application/direct/config [no test files] [2021-06-09T09:24:19.620Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application/executor [no test files] [2021-06-09T09:24:19.620Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/container [no test files] [2021-06-09T09:24:19.620Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] [2021-06-09T09:24:19.620Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/interfaces [no test files] [2021-06-09T09:24:19.620Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2021-06-09T09:24:20.216Z] GO111MODULE=on go vet ./... [2021-06-09T09:25:42.051Z] gofmt -l . [2021-06-09T09:25:42.051Z] [ "`gofmt -l .`" = "" ] [2021-06-09T09:25:42.688Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-06-09T09:25:45.412Z] + ls -al . [2021-06-09T09:25:45.412Z] total 556 [2021-06-09T09:25:45.412Z] drwxrwxr-x 9 1001 1001 4096 Jun 9 09:25 . [2021-06-09T09:25:45.412Z] drwxr-xr-x 4 root root 4096 Jun 9 09:21 .. [2021-06-09T09:25:45.412Z] -rw-rw-r-- 1 1001 1001 11 Jun 9 09:19 .dockerignore [2021-06-09T09:25:45.412Z] drwxrwxr-x 8 1001 1001 4096 Jun 9 09:19 .git [2021-06-09T09:25:45.412Z] drwxrwxr-x 3 1001 1001 4096 Jun 9 09:19 .github [2021-06-09T09:25:45.412Z] -rw-rw-r-- 1 1001 1001 818 Jun 9 09:19 .gitignore [2021-06-09T09:25:45.412Z] -rw-rw-r-- 1 1001 1001 166 Jun 9 09:19 .sonarcloud.properties [2021-06-09T09:25:45.412Z] -rw-rw-r-- 1 1001 1001 8609 Jun 9 09:19 Attribution.txt [2021-06-09T09:25:45.412Z] -rw-rw-r-- 1 1001 1001 3804 Jun 9 09:19 CONTRIBUTING.md [2021-06-09T09:25:45.412Z] -rw-rw-r-- 1 1001 1001 931 Jun 9 09:19 Dockerfile.build [2021-06-09T09:25:45.412Z] -rw-rw-r-- 1 1001 1001 849 Jun 9 09:19 Jenkinsfile [2021-06-09T09:25:45.412Z] -rw-rw-r-- 1 1001 1001 10775 Jun 9 09:19 LICENSE [2021-06-09T09:25:45.412Z] -rw-rw-r-- 1 1001 1001 5605 Jun 9 09:19 Makefile [2021-06-09T09:25:45.412Z] -rw-rw-r-- 1 1001 1001 7978 Jun 9 09:19 README.md [2021-06-09T09:25:45.412Z] -rw-rw-r-- 1 1001 1001 7071 Jun 9 09:19 SECURITY.md [2021-06-09T09:25:45.412Z] -rw-rw-r-- 1 1001 1001 5 Jun 9 07:26 VERSION [2021-06-09T09:25:45.412Z] -rw-rw-r-- 1 1001 1001 4131 Jun 9 09:19 ZMQWindows.md [2021-06-09T09:25:45.412Z] drwxrwxr-x 2 1001 1001 4096 Jun 9 09:19 bin [2021-06-09T09:25:45.412Z] drwxrwxr-x 14 1001 1001 4096 Jun 9 09:19 cmd [2021-06-09T09:25:45.412Z] -rw-r--r-- 1 root root 411487 Jun 9 09:24 coverage.out [2021-06-09T09:25:45.412Z] -rw-rw-r-- 1 1001 1001 902 Jun 9 09:19 go.mod [2021-06-09T09:25:45.412Z] -rw-r--r-- 1 root root 21368 Jun 9 09:21 go.sum [2021-06-09T09:25:45.412Z] drwxrwxr-x 8 1001 1001 4096 Jun 9 09:19 internal [2021-06-09T09:25:45.412Z] drwxrwxr-x 3 1001 1001 4096 Jun 9 09:19 openapi [2021-06-09T09:25:45.412Z] drwxrwxr-x 4 1001 1001 4096 Jun 9 09:19 snap [2021-06-09T09:25:45.412Z] -rw-rw-r-- 1 1001 1001 168 Jun 9 09:19 version.go [Pipeline] sh [2021-06-09T09:25:46.126Z] + '[' -e coverage.out ] [2021-06-09T09:25:46.126Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-06-09T09:25:47.184Z] Stashed 1 file(s) [Pipeline] sh [2021-06-09T09:25:47.902Z] + make build [2021-06-09T09:25:47.902Z] go mod tidy [2021-06-09T09:25:48.507Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-06-09T09:25:55.258Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-06-09T09:26:17.533Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-06-09T09:26:20.914Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-06-09T09:26:24.294Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-06-09T09:26:25.293Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-06-09T09:26:29.650Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-06-09T09:26:33.044Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-06-09T09:26:36.423Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-06-09T09:26:39.874Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-06-09T09:26:42.486Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-06-09T09:26:45.877Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-06-09T09:26:51.332Z] $ docker stop --time=1 da8094825eeb3b9c59bf5bc91e5806282594f6a170d517f4c2ad775e85a335c0 [2021-06-09T09:26:53.887Z] $ docker rm -f da8094825eeb3b9c59bf5bc91e5806282594f6a170d517f4c2ad775e85a335c0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-09T09:26:56.824Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-06-09T09:26:56.824Z] [2021-06-09T09:26:56.824Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-09T09:26:57.509Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-06-09T09:26:57.789Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-06-09T09:26:57.789Z] 29e5d40040c1: Pulling fs layer [2021-06-09T09:26:57.789Z] 1ce36da41761: Pulling fs layer [2021-06-09T09:26:57.789Z] 25b303627fd3: Pulling fs layer [2021-06-09T09:26:58.067Z] 29e5d40040c1: Verifying Checksum [2021-06-09T09:26:58.068Z] 29e5d40040c1: Download complete [2021-06-09T09:26:58.669Z] 1ce36da41761: Verifying Checksum [2021-06-09T09:26:58.670Z] 1ce36da41761: Download complete [2021-06-09T09:26:58.670Z] 29e5d40040c1: Pull complete [2021-06-09T09:27:00.104Z] 1ce36da41761: Pull complete [2021-06-09T09:27:00.104Z] 25b303627fd3: Verifying Checksum [2021-06-09T09:27:00.104Z] 25b303627fd3: Download complete [2021-06-09T09:27:10.252Z] 25b303627fd3: Pull complete [2021-06-09T09:27:10.252Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-06-09T09:27:10.252Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-06-09T09:27:10.252Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-06-09T09:27:10.545Z] prd-ubuntu18.04-docker-arm64-4c-16g-1206 does not seem to be running inside a container [2021-06-09T09:27:10.644Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-06-09T09:27:13.617Z] $ docker top 4e7158bc01f5a7c52c460f67f6e30af665396a67da1056df8c9a41c43b936b20 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-09T09:27:14.679Z] + docker-compose build --help [2021-06-09T09:27:14.679Z] + grep parallel [2021-06-09T09:27:18.069Z] --parallel Build images in parallel. [Pipeline] } [2021-06-09T09:27:18.400Z] $ docker stop --time=1 4e7158bc01f5a7c52c460f67f6e30af665396a67da1056df8c9a41c43b936b20 [2021-06-09T09:27:20.450Z] $ docker rm -f 4e7158bc01f5a7c52c460f67f6e30af665396a67da1056df8c9a41c43b936b20 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-09T09:27:21.333Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-06-09T09:27:21.333Z] . [Pipeline] withDockerContainer [2021-06-09T09:27:21.640Z] prd-ubuntu18.04-docker-arm64-4c-16g-1206 does not seem to be running inside a container [2021-06-09T09:27:21.741Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-06-09T09:27:23.178Z] $ docker top fe26b88ae3f2175b98af8af59a4fc3c8e106454e8038da59775442d0cc22246a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-09T09:27:24.182Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-06-09T09:27:27.558Z] Building core-command ... [2021-06-09T09:27:27.558Z] Building core-data ... [2021-06-09T09:27:27.558Z] Building core-metadata ... [2021-06-09T09:27:27.558Z] Building security-bootstrapper ... [2021-06-09T09:27:27.558Z] Building security-proxy-setup ... [2021-06-09T09:27:27.558Z] Building security-secretstore-setup ... [2021-06-09T09:27:27.558Z] Building support-notifications ... [2021-06-09T09:27:27.558Z] Building support-scheduler ... [2021-06-09T09:27:27.558Z] Building sys-mgmt-agent ... [2021-06-09T09:27:27.558Z] Building support-scheduler [2021-06-09T09:27:27.558Z] Building support-notifications [2021-06-09T09:27:27.558Z] Building security-proxy-setup [2021-06-09T09:27:27.558Z] Building core-data [2021-06-09T09:27:27.558Z] Building core-metadata [2021-06-09T09:28:35.554Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-09T09:28:35.554Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-06-09T09:28:35.554Z] ---> 2896f5a168f7 [2021-06-09T09:28:35.554Z] Step 3/23 : WORKDIR /edgex-go [2021-06-09T09:28:35.554Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-09T09:28:35.554Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-06-09T09:28:35.554Z] ---> 2896f5a168f7 [2021-06-09T09:28:35.554Z] Step 3/22 : WORKDIR /edgex-go [2021-06-09T09:28:35.554Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-09T09:28:35.554Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-09T09:28:35.554Z] ---> 2896f5a168f7 [2021-06-09T09:28:35.554Z] Step 3/24 : WORKDIR /edgex-go [2021-06-09T09:28:35.554Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-09T09:28:35.554Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-06-09T09:28:35.554Z] ---> 2896f5a168f7 [2021-06-09T09:28:35.554Z] Step 3/23 : WORKDIR /edgex-go [2021-06-09T09:28:35.554Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-09T09:28:35.554Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-09T09:28:35.554Z] ---> 2896f5a168f7 [2021-06-09T09:28:35.554Z] Step 3/24 : WORKDIR /edgex-go [2021-06-09T09:28:36.151Z] ---> Running in 4d06e4cd7133 [2021-06-09T09:28:36.151Z] ---> Running in f47a256516fa [2021-06-09T09:28:36.151Z] ---> Running in f22abaafeed0 [2021-06-09T09:28:36.151Z] ---> Running in 60c6deb22f7b [2021-06-09T09:28:36.151Z] ---> Running in 0c791ee2c8e2 [2021-06-09T09:28:36.749Z] Removing intermediate container f47a256516fa [2021-06-09T09:28:36.749Z] ---> 100618f7d233 [2021-06-09T09:28:36.749Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T09:28:36.750Z] Removing intermediate container 60c6deb22f7b [2021-06-09T09:28:36.750Z] ---> ad92cb2d3660 [2021-06-09T09:28:36.750Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T09:28:37.019Z] Removing intermediate container f22abaafeed0 [2021-06-09T09:28:37.019Z] ---> ffc94ff24db9 [2021-06-09T09:28:37.019Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T09:28:37.019Z] Removing intermediate container 4d06e4cd7133 [2021-06-09T09:28:37.019Z] ---> b70f9f6b2586 [2021-06-09T09:28:37.019Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T09:28:37.019Z] Removing intermediate container 0c791ee2c8e2 [2021-06-09T09:28:37.019Z] ---> e956128e946d [2021-06-09T09:28:37.019Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T09:28:37.019Z] ---> Running in 2836a4eafaae [2021-06-09T09:28:37.019Z] ---> Running in b31e8b8e3714 [2021-06-09T09:28:37.292Z] ---> Running in 546141bd2ace [2021-06-09T09:28:37.292Z] ---> Running in 542300e40f08 [2021-06-09T09:28:37.292Z] ---> Running in 38003ec786b2 [2021-06-09T09:28:41.624Z] Removing intermediate container b31e8b8e3714 [2021-06-09T09:28:41.624Z] ---> f9b8ed1c8147 [2021-06-09T09:28:41.624Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-06-09T09:28:41.624Z] ---> Running in 7c3822efdc3f [2021-06-09T09:28:41.624Z] Removing intermediate container 2836a4eafaae [2021-06-09T09:28:41.624Z] ---> d074ce190442 [2021-06-09T09:28:41.624Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-06-09T09:28:41.624Z] ---> Running in 4fcad453f792 [2021-06-09T09:28:41.624Z] Removing intermediate container 546141bd2ace [2021-06-09T09:28:41.624Z] ---> e9d7e0e9d797 [2021-06-09T09:28:41.624Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-06-09T09:28:41.899Z] Removing intermediate container 542300e40f08 [2021-06-09T09:28:41.899Z] ---> 8cb7308fd6f1 [2021-06-09T09:28:41.899Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-06-09T09:28:41.899Z] Removing intermediate container 38003ec786b2 [2021-06-09T09:28:41.899Z] ---> 5a8a3b46e155 [2021-06-09T09:28:41.899Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-06-09T09:28:41.899Z] ---> Running in b76c287bbad5 [2021-06-09T09:28:41.899Z] ---> Running in 1dce5705466b [2021-06-09T09:28:42.177Z] ---> Running in 02af54412ee9 [2021-06-09T09:28:43.170Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-09T09:28:43.447Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-09T09:28:44.043Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-09T09:28:44.043Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-09T09:28:44.043Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-09T09:28:44.317Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-09T09:28:44.588Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-09T09:28:44.862Z] OK: 218 MiB in 52 packages [2021-06-09T09:28:45.477Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-09T09:28:45.477Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-09T09:28:45.477Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-09T09:28:45.477Z] OK: 218 MiB in 52 packages [2021-06-09T09:28:46.617Z] OK: 218 MiB in 52 packages [2021-06-09T09:28:46.617Z] OK: 218 MiB in 52 packages [2021-06-09T09:28:46.924Z] Removing intermediate container 7c3822efdc3f [2021-06-09T09:28:46.924Z] ---> cd6d15dbbaf7 [2021-06-09T09:28:46.924Z] Step 6/23 : COPY go.mod . [2021-06-09T09:28:46.924Z] OK: 218 MiB in 52 packages [2021-06-09T09:28:47.527Z] Removing intermediate container 4fcad453f792 [2021-06-09T09:28:47.527Z] ---> c75a57ed336c [2021-06-09T09:28:47.527Z] Step 6/24 : COPY go.mod . [2021-06-09T09:28:48.133Z] ---> 8270abcf313a [2021-06-09T09:28:48.133Z] Step 7/23 : RUN go mod download [2021-06-09T09:28:48.407Z] ---> Running in 371d5c80bae6 [2021-06-09T09:28:48.684Z] Removing intermediate container 1dce5705466b [2021-06-09T09:28:48.684Z] ---> 740d7925c1a1 [2021-06-09T09:28:48.684Z] Step 6/23 : COPY go.mod . [2021-06-09T09:28:48.971Z] ---> 3571c4eb9d98 [2021-06-09T09:28:48.971Z] Step 7/24 : RUN go mod download [2021-06-09T09:28:48.971Z] Removing intermediate container b76c287bbad5 [2021-06-09T09:28:48.971Z] ---> 044426bbf617 [2021-06-09T09:28:48.971Z] Step 6/22 : COPY go.mod . [2021-06-09T09:28:48.971Z] Removing intermediate container 02af54412ee9 [2021-06-09T09:28:48.971Z] ---> 87f846aec118 [2021-06-09T09:28:48.971Z] Step 6/24 : COPY go.mod . [2021-06-09T09:28:49.247Z] ---> Running in 032c3a248058 [2021-06-09T09:28:49.863Z] ---> 66d27dfe4ed7 [2021-06-09T09:28:49.863Z] Step 7/23 : RUN go mod download [2021-06-09T09:28:50.154Z] ---> Running in ab98023fe616 [2021-06-09T09:28:50.154Z] ---> b8d8b7b2a4e1 [2021-06-09T09:28:50.154Z] Step 7/24 : RUN go mod download [2021-06-09T09:28:50.426Z] ---> 631aa406a081 [2021-06-09T09:28:50.426Z] Step 7/22 : RUN go mod download [2021-06-09T09:28:50.702Z] ---> Running in 14024298d3e8 [2021-06-09T09:28:50.702Z] ---> Running in 62eeaeb91f8c [2021-06-09T09:28:52.696Z] Removing intermediate container 371d5c80bae6 [2021-06-09T09:28:52.696Z] ---> 8d3e625f414e [2021-06-09T09:28:52.696Z] Step 8/23 : COPY . . [2021-06-09T09:28:52.970Z] Removing intermediate container 032c3a248058 [2021-06-09T09:28:52.970Z] ---> 191deff295fc [2021-06-09T09:28:52.970Z] Step 8/24 : COPY . . [2021-06-09T09:28:56.394Z] Removing intermediate container ab98023fe616 [2021-06-09T09:28:56.394Z] ---> f43d980a7230 [2021-06-09T09:28:56.394Z] Step 8/23 : COPY . . [2021-06-09T09:28:56.394Z] Removing intermediate container 14024298d3e8 [2021-06-09T09:28:56.394Z] ---> 68b399ae938b [2021-06-09T09:28:56.394Z] Step 8/24 : COPY . . [2021-06-09T09:28:56.394Z] Removing intermediate container 62eeaeb91f8c [2021-06-09T09:28:56.394Z] ---> dca14fcc28e0 [2021-06-09T09:28:56.394Z] Step 8/22 : COPY . . [2021-06-09T09:29:18.630Z] ---> d6f6a617f6c6 [2021-06-09T09:29:18.630Z] Step 9/23 : RUN go mod tidy [2021-06-09T09:29:18.630Z] ---> 95e34fb6fa8a [2021-06-09T09:29:18.630Z] Step 9/24 : RUN go mod tidy [2021-06-09T09:29:18.630Z] ---> 90fff82cc244 [2021-06-09T09:29:18.630Z] Step 9/23 : RUN go mod tidy [2021-06-09T09:29:18.630Z] ---> dfc48b16101c [2021-06-09T09:29:18.630Z] Step 9/24 : RUN go mod tidy [2021-06-09T09:29:18.630Z] ---> Running in 12df5261d4d4 [2021-06-09T09:29:18.630Z] ---> Running in 628e4f85f6e1 [2021-06-09T09:29:18.630Z] ---> Running in 0b07864a518b [2021-06-09T09:29:18.630Z] ---> Running in 7fdd0e04cd0e [2021-06-09T09:29:18.630Z] ---> 428e74ba1ef9 [2021-06-09T09:29:18.630Z] Step 9/22 : RUN go mod tidy [2021-06-09T09:29:18.630Z] ---> Running in 22a0da170729 [2021-06-09T09:29:24.069Z] Removing intermediate container 628e4f85f6e1 [2021-06-09T09:29:24.069Z] ---> 2be9f790556d [2021-06-09T09:29:24.069Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-06-09T09:29:24.069Z] ---> Running in f0a2d0949cb5 [2021-06-09T09:29:24.681Z] Removing intermediate container 12df5261d4d4 [2021-06-09T09:29:24.681Z] ---> f6e9ac8f619b [2021-06-09T09:29:24.681Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-06-09T09:29:24.681Z] Removing intermediate container 0b07864a518b [2021-06-09T09:29:24.681Z] ---> 3b34b5c7cdc2 [2021-06-09T09:29:24.681Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-06-09T09:29:24.961Z] ---> Running in e97716d0c993 [2021-06-09T09:29:24.961Z] ---> Running in f9ff19e4a3b4 [2021-06-09T09:29:24.961Z] Removing intermediate container 22a0da170729 [2021-06-09T09:29:24.961Z] ---> 7df0b3e5725e [2021-06-09T09:29:24.961Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-06-09T09:29:25.236Z] Removing intermediate container 7fdd0e04cd0e [2021-06-09T09:29:25.236Z] ---> febbd6f207df [2021-06-09T09:29:25.236Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-06-09T09:29:25.236Z] ---> Running in 1c7eb526ef84 [2021-06-09T09:29:25.509Z] ---> Running in 07454de46be0 [2021-06-09T09:29:26.115Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-06-09T09:29:27.567Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-06-09T09:29:27.845Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-06-09T09:29:27.845Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-06-09T09:29:28.120Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-06-09T09:31:19.985Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-06-09T09:31:28.494Z] Removing intermediate container 07454de46be0 [2021-06-09T09:31:28.494Z] ---> 5b374641c594 [2021-06-09T09:31:28.494Z] [2021-06-09T09:31:28.494Z] Step 11/23 : FROM alpine:3.12 [2021-06-09T09:31:28.771Z] Removing intermediate container 1c7eb526ef84 [2021-06-09T09:31:28.771Z] ---> da5eaf87d178 [2021-06-09T09:31:28.771Z] [2021-06-09T09:31:28.771Z] Step 11/22 : FROM alpine:3.12 [2021-06-09T09:31:28.771Z] Removing intermediate container e97716d0c993 [2021-06-09T09:31:28.771Z] ---> 16ceb38628dc [2021-06-09T09:31:28.771Z] [2021-06-09T09:31:28.771Z] Step 11/23 : FROM alpine:3.12 [2021-06-09T09:31:29.045Z] 3.12: Pulling from library/alpine [2021-06-09T09:31:29.045Z] 3.12: Pulling from library/alpine [2021-06-09T09:31:29.321Z] 3.12: Pulling from library/alpine [2021-06-09T09:31:30.306Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-06-09T09:31:30.306Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-06-09T09:31:30.306Z] Status: Downloaded newer image for alpine:3.12 [2021-06-09T09:31:30.306Z] Status: Image is up to date for alpine:3.12 [2021-06-09T09:31:30.306Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-06-09T09:31:30.306Z] Status: Image is up to date for alpine:3.12 [2021-06-09T09:31:30.591Z] ---> 9852663dfa18 [2021-06-09T09:31:30.592Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-06-09T09:31:30.592Z] ---> 9852663dfa18 [2021-06-09T09:31:30.592Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-06-09T09:31:30.592Z] ---> 9852663dfa18 [2021-06-09T09:31:30.592Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-06-09T09:31:31.213Z] ---> Running in f792a6d847f5 [2021-06-09T09:31:31.213Z] ---> Running in 1c5b24c0ce79 [2021-06-09T09:31:31.213Z] ---> Running in bc2a136d9dae [2021-06-09T09:31:32.677Z] Removing intermediate container f9ff19e4a3b4 [2021-06-09T09:31:32.677Z] ---> a075a216baac [2021-06-09T09:31:32.677Z] [2021-06-09T09:31:32.677Z] Step 11/24 : FROM alpine:3.12 [2021-06-09T09:31:32.677Z] ---> 9852663dfa18 [2021-06-09T09:31:32.677Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-06-09T09:31:32.960Z] ---> Running in f79d54d58c45 [2021-06-09T09:31:33.237Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-09T09:31:33.514Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-09T09:31:33.514Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-09T09:31:33.789Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-09T09:31:33.789Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-09T09:31:34.083Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-09T09:31:34.083Z] (1/4) Installing ca-certificates (20191127-r4) [2021-06-09T09:31:34.377Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-06-09T09:31:34.378Z] (3/4) Installing libcurl (7.77.0-r0) [2021-06-09T09:31:34.378Z] (4/4) Installing curl (7.77.0-r0) [2021-06-09T09:31:34.378Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-06-09T09:31:34.378Z] Executing busybox-1.31.1-r20.trigger [2021-06-09T09:31:34.378Z] Executing busybox-1.31.1-r20.trigger [2021-06-09T09:31:34.378Z] OK: 5 MiB in 15 packages [2021-06-09T09:31:34.378Z] Executing ca-certificates-20191127-r4.trigger [2021-06-09T09:31:34.678Z] (1/2) Installing ca-certificates (20191127-r4) [2021-06-09T09:31:34.678Z] OK: 7 MiB in 18 packages [2021-06-09T09:31:34.962Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-06-09T09:31:34.962Z] Executing busybox-1.31.1-r20.trigger [2021-06-09T09:31:34.962Z] Executing ca-certificates-20191127-r4.trigger [2021-06-09T09:31:35.234Z] OK: 6 MiB in 16 packages [2021-06-09T09:31:35.512Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-09T09:31:35.512Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-09T09:31:36.146Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-06-09T09:31:36.146Z] Executing busybox-1.31.1-r20.trigger [2021-06-09T09:31:36.146Z] OK: 5 MiB in 15 packages [2021-06-09T09:31:37.124Z] Removing intermediate container 1c5b24c0ce79 [2021-06-09T09:31:37.124Z] ---> 0ec3b28a847b [2021-06-09T09:31:37.124Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-09T09:31:37.124Z] Removing intermediate container f0a2d0949cb5 [2021-06-09T09:31:37.124Z] ---> a2444181c8e1 [2021-06-09T09:31:37.124Z] [2021-06-09T09:31:37.124Z] Step 11/24 : FROM alpine:3.12 [2021-06-09T09:31:37.124Z] ---> 9852663dfa18 [2021-06-09T09:31:37.124Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-06-09T09:31:37.398Z] ---> Running in 75c1d4ed51e8 [2021-06-09T09:31:37.671Z] ---> Running in cd1d9903e8d5 [2021-06-09T09:31:37.945Z] Removing intermediate container f79d54d58c45 [2021-06-09T09:31:37.945Z] ---> cf8ff1bcfaf6 [2021-06-09T09:31:37.945Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-09T09:31:37.945Z] Removing intermediate container f792a6d847f5 [2021-06-09T09:31:37.945Z] ---> bab947e389a3 [2021-06-09T09:31:37.945Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-06-09T09:31:37.945Z] Removing intermediate container bc2a136d9dae [2021-06-09T09:31:37.945Z] ---> 170213dc5aac [2021-06-09T09:31:37.945Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-09T09:31:38.222Z] Removing intermediate container 75c1d4ed51e8 [2021-06-09T09:31:38.222Z] ---> 3a0ac541c96a [2021-06-09T09:31:38.222Z] Step 14/23 : ENV APP_PORT=59861 [2021-06-09T09:31:38.222Z] ---> Running in d4394c256469 [2021-06-09T09:31:38.222Z] ---> Running in ce7e1f2f07ea [2021-06-09T09:31:38.222Z] ---> Running in 45c315a52163 [2021-06-09T09:31:38.502Z] Removing intermediate container cd1d9903e8d5 [2021-06-09T09:31:38.502Z] ---> 6f7c01fc8da7 [2021-06-09T09:31:38.502Z] Step 13/24 : ENV APP_PORT=59880 [2021-06-09T09:31:38.502Z] ---> Running in b0e609b5e20e [2021-06-09T09:31:38.774Z] ---> Running in 201ec0e8a68b [2021-06-09T09:31:38.774Z] Removing intermediate container d4394c256469 [2021-06-09T09:31:38.774Z] ---> 0c287101592c [2021-06-09T09:31:38.774Z] Step 14/24 : ENV APP_PORT=59881 [2021-06-09T09:31:39.047Z] ---> Running in 63758501393d [2021-06-09T09:31:39.047Z] Removing intermediate container 45c315a52163 [2021-06-09T09:31:39.047Z] ---> 2679fbedd4dd [2021-06-09T09:31:39.047Z] Step 14/22 : WORKDIR /edgex [2021-06-09T09:31:39.047Z] Removing intermediate container ce7e1f2f07ea [2021-06-09T09:31:39.047Z] ---> 1493e57b41cc [2021-06-09T09:31:39.047Z] Step 14/23 : ENV APP_PORT=59860 [2021-06-09T09:31:39.322Z] Removing intermediate container b0e609b5e20e [2021-06-09T09:31:39.322Z] ---> f7a609257273 [2021-06-09T09:31:39.322Z] Step 15/23 : EXPOSE $APP_PORT [2021-06-09T09:31:39.322Z] ---> Running in 514158a1ce75 [2021-06-09T09:31:39.322Z] ---> Running in d3206660fa8a [2021-06-09T09:31:39.322Z] Removing intermediate container 201ec0e8a68b [2021-06-09T09:31:39.322Z] ---> b92cd4f4bbcb [2021-06-09T09:31:39.322Z] Step 14/24 : EXPOSE $APP_PORT [2021-06-09T09:31:39.594Z] ---> Running in f2202c3c1bf3 [2021-06-09T09:31:39.594Z] Removing intermediate container 63758501393d [2021-06-09T09:31:39.594Z] ---> 56399816c7e2 [2021-06-09T09:31:39.594Z] Step 15/24 : EXPOSE $APP_PORT [2021-06-09T09:31:39.865Z] ---> Running in d1760fda8a0c [2021-06-09T09:31:39.865Z] ---> Running in 9933ada49a72 [2021-06-09T09:31:39.865Z] Removing intermediate container d3206660fa8a [2021-06-09T09:31:39.865Z] ---> 276693b8f243 [2021-06-09T09:31:39.865Z] Step 15/23 : EXPOSE $APP_PORT [2021-06-09T09:31:40.138Z] Removing intermediate container 514158a1ce75 [2021-06-09T09:31:40.139Z] ---> 047e42224198 [2021-06-09T09:31:40.139Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-06-09T09:31:40.139Z] ---> Running in ae65ba33b9f1 [2021-06-09T09:31:40.139Z] Removing intermediate container f2202c3c1bf3 [2021-06-09T09:31:40.139Z] ---> 799f8bc95f97 [2021-06-09T09:31:40.139Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-09T09:31:40.414Z] Removing intermediate container d1760fda8a0c [2021-06-09T09:31:40.414Z] ---> 6f7e2718083e [2021-06-09T09:31:40.414Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T09:31:40.414Z] Removing intermediate container 9933ada49a72 [2021-06-09T09:31:40.414Z] ---> 7565bd1ff55e [2021-06-09T09:31:40.414Z] Step 16/24 : WORKDIR / [2021-06-09T09:31:40.688Z] ---> Running in 82ddae18681e [2021-06-09T09:31:40.688Z] ---> Running in c4d6c50049d4 [2021-06-09T09:31:40.961Z] Removing intermediate container ae65ba33b9f1 [2021-06-09T09:31:40.961Z] ---> ea162e2948ce [2021-06-09T09:31:40.961Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-09T09:31:41.244Z] ---> 66e205a91fda [2021-06-09T09:31:41.244Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-06-09T09:31:41.244Z] ---> 556777963e46 [2021-06-09T09:31:41.244Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-06-09T09:31:41.840Z] Removing intermediate container c4d6c50049d4 [2021-06-09T09:31:41.840Z] ---> da255cb86fa1 [2021-06-09T09:31:41.840Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-09T09:31:42.442Z] ---> 93ac509b5747 [2021-06-09T09:31:42.442Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-06-09T09:31:43.047Z] ---> f79ba04bb832 [2021-06-09T09:31:43.047Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-06-09T09:31:43.322Z] ---> c3dde1877952 [2021-06-09T09:31:43.322Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-06-09T09:31:43.322Z] ---> e4352345d7e5 [2021-06-09T09:31:43.322Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-06-09T09:31:44.765Z] Removing intermediate container 82ddae18681e [2021-06-09T09:31:44.765Z] ---> bf7afaa25613 [2021-06-09T09:31:44.765Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-06-09T09:31:44.765Z] ---> 5acbbaa0e592 [2021-06-09T09:31:44.765Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-06-09T09:31:44.765Z] ---> a9e0cd23d862 [2021-06-09T09:31:44.765Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-06-09T09:31:45.045Z] ---> Running in 4d06359b7046 [2021-06-09T09:31:45.320Z] ---> Running in 3a420e31e022 [2021-06-09T09:31:45.320Z] ---> 0e53f897261b [2021-06-09T09:31:45.320Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-06-09T09:31:45.320Z] ---> a8927e38cbb7 [2021-06-09T09:31:45.320Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-06-09T09:31:45.613Z] ---> Running in 557189522f87 [2021-06-09T09:31:45.613Z] ---> b8e74f11aefe [2021-06-09T09:31:45.613Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-06-09T09:31:45.892Z] ---> Running in 81fb5b792ebc [2021-06-09T09:31:46.176Z] Removing intermediate container 3a420e31e022 [2021-06-09T09:31:46.176Z] ---> b25d470e335b [2021-06-09T09:31:46.176Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-09T09:31:46.449Z] ---> Running in 2294fe2c06a1 [2021-06-09T09:31:46.449Z] Removing intermediate container 557189522f87 [2021-06-09T09:31:46.449Z] ---> 88c3b5243354 [2021-06-09T09:31:46.449Z] Step 19/22 : CMD ["--init=true"] [2021-06-09T09:31:46.733Z] ---> 2f23ac6c0103 [2021-06-09T09:31:46.733Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-06-09T09:31:46.733Z] Removing intermediate container 81fb5b792ebc [2021-06-09T09:31:46.733Z] ---> 535f8b602653 [2021-06-09T09:31:46.733Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-09T09:31:46.733Z] ---> Running in f455b20e649c [2021-06-09T09:31:46.733Z] ---> Running in 437ba1e42589 [2021-06-09T09:31:47.009Z] ---> Running in cc2d0c2f66e5 [2021-06-09T09:31:47.009Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-09T09:31:47.009Z] Removing intermediate container 2294fe2c06a1 [2021-06-09T09:31:47.009Z] ---> b9d698c3a115 [2021-06-09T09:31:47.009Z] Step 21/23 : LABEL arch=arm64 [2021-06-09T09:31:47.284Z] ---> Running in 4507fd6959c6 [2021-06-09T09:31:47.559Z] Removing intermediate container f455b20e649c [2021-06-09T09:31:47.559Z] ---> 2775a813e312 [2021-06-09T09:31:47.559Z] Step 20/22 : LABEL arch=arm64 [2021-06-09T09:31:47.559Z] Removing intermediate container 437ba1e42589 [2021-06-09T09:31:47.559Z] ---> 6b889fb4c666 [2021-06-09T09:31:47.559Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-09T09:31:47.559Z] ---> Running in 7a54b02a879b [2021-06-09T09:31:47.833Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-09T09:31:47.833Z] Removing intermediate container cc2d0c2f66e5 [2021-06-09T09:31:47.833Z] ---> a3db5578cb95 [2021-06-09T09:31:47.833Z] Step 21/23 : LABEL arch=arm64 [2021-06-09T09:31:47.833Z] ---> Running in 6fa281b71f9c [2021-06-09T09:31:48.109Z] ---> Running in be90528b8730 [2021-06-09T09:31:48.109Z] Removing intermediate container 4507fd6959c6 [2021-06-09T09:31:48.109Z] ---> c44a96be0aeb [2021-06-09T09:31:48.109Z] Step 22/23 : LABEL git_sha=b20dce001322759bc5fe0d8ea69081647b1dc75c [2021-06-09T09:31:48.393Z] ---> Running in 9556b6e279ee [2021-06-09T09:31:48.393Z] Removing intermediate container 7a54b02a879b [2021-06-09T09:31:48.393Z] ---> 06e9454c1dd9 [2021-06-09T09:31:48.393Z] Step 21/22 : LABEL git_sha=b20dce001322759bc5fe0d8ea69081647b1dc75c [2021-06-09T09:31:48.667Z] ---> Running in d37e3e69af52 [2021-06-09T09:31:48.667Z] Removing intermediate container 6fa281b71f9c [2021-06-09T09:31:48.667Z] ---> 0270f028d085 [2021-06-09T09:31:48.667Z] Step 22/24 : LABEL arch=arm64 [2021-06-09T09:31:48.667Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-06-09T09:31:48.945Z] Removing intermediate container be90528b8730 [2021-06-09T09:31:48.945Z] ---> cc01b703195c [2021-06-09T09:31:48.945Z] Step 22/23 : LABEL git_sha=b20dce001322759bc5fe0d8ea69081647b1dc75c [2021-06-09T09:31:48.945Z] (2/6) Installing libgcc (9.3.0-r2) [2021-06-09T09:31:48.945Z] ---> Running in 8cee45c41e79 [2021-06-09T09:31:48.945Z] (3/6) Installing libsodium (1.0.18-r0) [2021-06-09T09:31:48.945Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-06-09T09:31:48.945Z] ---> Running in a0434653d5a4 [2021-06-09T09:31:48.945Z] Removing intermediate container 9556b6e279ee [2021-06-09T09:31:48.945Z] ---> 34107e654f67 [2021-06-09T09:31:48.945Z] Step 23/23 : LABEL version=0.0.0 [2021-06-09T09:31:49.224Z] (5/6) Installing libzmq (4.3.3-r0) [2021-06-09T09:31:49.224Z] (6/6) Installing zeromq (4.3.3-r0) [2021-06-09T09:31:49.224Z] ---> Running in b15f996170c6 [2021-06-09T09:31:49.224Z] Removing intermediate container d37e3e69af52 [2021-06-09T09:31:49.224Z] ---> 35fee80221bd [2021-06-09T09:31:49.224Z] Step 22/22 : LABEL version=0.0.0 [2021-06-09T09:31:49.502Z] Executing busybox-1.31.1-r20.trigger [2021-06-09T09:31:49.502Z] OK: 8 MiB in 20 packages [2021-06-09T09:31:49.502Z] ---> Running in e95a4433ebc0 [2021-06-09T09:31:49.781Z] Removing intermediate container 8cee45c41e79 [2021-06-09T09:31:49.781Z] ---> 4cd255451b71 [2021-06-09T09:31:49.781Z] Step 23/24 : LABEL git_sha=b20dce001322759bc5fe0d8ea69081647b1dc75c [2021-06-09T09:31:49.781Z] Removing intermediate container a0434653d5a4 [2021-06-09T09:31:49.781Z] ---> 56d4fe2d2135 [2021-06-09T09:31:49.781Z] Step 23/23 : LABEL version=0.0.0 [2021-06-09T09:31:50.054Z] ---> Running in e42dbaa6089b [2021-06-09T09:31:50.054Z] ---> Running in d1e0bce54976 [2021-06-09T09:31:50.054Z] Removing intermediate container b15f996170c6 [2021-06-09T09:31:50.054Z] ---> d36b83fa398d [2021-06-09T09:31:50.054Z] [2021-06-09T09:31:50.329Z] Removing intermediate container e95a4433ebc0 [2021-06-09T09:31:50.329Z] ---> e71aa13a2925 [2021-06-09T09:31:50.329Z] [2021-06-09T09:31:50.610Z] Successfully built d36b83fa398d [2021-06-09T09:31:50.951Z] Removing intermediate container e42dbaa6089b [2021-06-09T09:31:50.951Z] ---> d0889c53ebb1 [2021-06-09T09:31:50.951Z] [2021-06-09T09:31:50.951Z] Successfully tagged support-scheduler-arm64:latest [2021-06-09T09:31:50.951Z]  Building support-scheduler ... done Building security-secretstore-setup [2021-06-09T09:31:50.951Z] Successfully built e71aa13a2925 [2021-06-09T09:31:51.240Z] Successfully tagged security-proxy-setup-arm64:latest [2021-06-09T09:31:51.240Z]  Building security-proxy-setup ... done Building security-bootstrapper [2021-06-09T09:31:51.240Z] Removing intermediate container d1e0bce54976 [2021-06-09T09:31:51.240Z] ---> d38693ce1273 [2021-06-09T09:31:51.240Z] Step 24/24 : LABEL version=0.0.0 [2021-06-09T09:31:51.240Z] Removing intermediate container 4d06359b7046 [2021-06-09T09:31:51.240Z] ---> 304d249d81d4 [2021-06-09T09:31:51.240Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-09T09:31:51.518Z] ---> Running in addfedcd2517 [2021-06-09T09:31:51.518Z] Successfully built d0889c53ebb1 [2021-06-09T09:31:51.518Z] Successfully tagged support-notifications-arm64:latest [2021-06-09T09:31:51.518Z]  Building support-notifications ... done Building sys-mgmt-agent [2021-06-09T09:31:52.116Z] Removing intermediate container addfedcd2517 [2021-06-09T09:31:52.116Z] ---> 1984b65b2db0 [2021-06-09T09:31:52.116Z] [2021-06-09T09:31:52.390Z] Successfully built 1984b65b2db0 [2021-06-09T09:31:52.390Z] Successfully tagged core-metadata-arm64:latest [2021-06-09T09:31:52.666Z] Building core-command [2021-06-09T09:31:52.666Z]  Building core-metadata ... done  ---> efe5dd17c743 [2021-06-09T09:31:52.666Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-06-09T09:31:54.103Z] ---> 3b51c4cfac11 [2021-06-09T09:31:54.103Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-06-09T09:31:54.704Z] ---> fb3accf2c859 [2021-06-09T09:31:54.704Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-06-09T09:31:54.979Z] ---> Running in c5a008a14faf [2021-06-09T09:31:55.574Z] Removing intermediate container c5a008a14faf [2021-06-09T09:31:55.574Z] ---> ed19898f3810 [2021-06-09T09:31:55.574Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-09T09:31:55.851Z] ---> Running in 026ea623f587 [2021-06-09T09:31:56.836Z] Removing intermediate container 026ea623f587 [2021-06-09T09:31:56.836Z] ---> 461c7f58224d [2021-06-09T09:31:56.836Z] Step 22/24 : LABEL arch=arm64 [2021-06-09T09:31:57.110Z] ---> Running in 6c47f2d9104c [2021-06-09T09:31:58.098Z] Removing intermediate container 6c47f2d9104c [2021-06-09T09:31:58.098Z] ---> c2c9a55638c4 [2021-06-09T09:31:58.098Z] Step 23/24 : LABEL git_sha=b20dce001322759bc5fe0d8ea69081647b1dc75c [2021-06-09T09:31:58.377Z] ---> Running in 487948fa08fb [2021-06-09T09:31:59.356Z] Removing intermediate container 487948fa08fb [2021-06-09T09:31:59.356Z] ---> 539c047847b5 [2021-06-09T09:31:59.356Z] Step 24/24 : LABEL version=0.0.0 [2021-06-09T09:31:59.631Z] ---> Running in 28f7afe9d51d [2021-06-09T09:32:00.615Z] Removing intermediate container 28f7afe9d51d [2021-06-09T09:32:00.615Z] ---> a252983e576d [2021-06-09T09:32:00.615Z] [2021-06-09T09:32:00.890Z] Successfully built a252983e576d [2021-06-09T09:32:00.890Z] Successfully tagged core-data-arm64:latest [2021-06-09T09:32:47.872Z]  Building core-data ... done Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-09T09:32:47.872Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-06-09T09:32:47.872Z] ---> 2896f5a168f7 [2021-06-09T09:32:47.872Z] Step 3/32 : WORKDIR /edgex-go [2021-06-09T09:32:47.872Z] ---> Using cache [2021-06-09T09:32:47.872Z] ---> b70f9f6b2586 [2021-06-09T09:32:47.872Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T09:32:47.872Z] ---> Using cache [2021-06-09T09:32:47.872Z] ---> e9d7e0e9d797 [2021-06-09T09:32:47.872Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-06-09T09:32:47.872Z] ---> Using cache [2021-06-09T09:32:47.872Z] ---> 740d7925c1a1 [2021-06-09T09:32:47.872Z] Step 6/32 : COPY go.mod . [2021-06-09T09:32:47.872Z] ---> Using cache [2021-06-09T09:32:47.872Z] ---> 66d27dfe4ed7 [2021-06-09T09:32:47.872Z] Step 7/32 : RUN go mod download [2021-06-09T09:32:47.872Z] ---> Using cache [2021-06-09T09:32:47.872Z] ---> f43d980a7230 [2021-06-09T09:32:47.872Z] Step 8/32 : COPY . . [2021-06-09T09:32:47.872Z] ---> Using cache [2021-06-09T09:32:47.872Z] ---> 90fff82cc244 [2021-06-09T09:32:47.872Z] Step 9/32 : RUN go mod tidy [2021-06-09T09:32:47.872Z] ---> Using cache [2021-06-09T09:32:47.872Z] ---> febbd6f207df [2021-06-09T09:32:47.872Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-06-09T09:32:47.872Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-09T09:32:47.872Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-06-09T09:32:47.872Z] ---> 2896f5a168f7 [2021-06-09T09:32:47.872Z] Step 3/26 : WORKDIR /edgex-go [2021-06-09T09:32:47.872Z] ---> Using cache [2021-06-09T09:32:47.872Z] ---> b70f9f6b2586 [2021-06-09T09:32:47.872Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T09:32:47.872Z] ---> Using cache [2021-06-09T09:32:47.872Z] ---> e9d7e0e9d797 [2021-06-09T09:32:47.872Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-06-09T09:32:47.872Z] ---> Using cache [2021-06-09T09:32:47.872Z] ---> 740d7925c1a1 [2021-06-09T09:32:47.872Z] Step 6/26 : COPY go.mod . [2021-06-09T09:32:47.872Z] ---> Using cache [2021-06-09T09:32:47.872Z] ---> 66d27dfe4ed7 [2021-06-09T09:32:47.872Z] Step 7/26 : RUN go mod download [2021-06-09T09:32:47.872Z] ---> Using cache [2021-06-09T09:32:47.872Z] ---> f43d980a7230 [2021-06-09T09:32:47.872Z] Step 8/26 : COPY . . [2021-06-09T09:32:47.872Z] ---> Using cache [2021-06-09T09:32:47.872Z] ---> 90fff82cc244 [2021-06-09T09:32:47.872Z] Step 9/26 : RUN go mod tidy [2021-06-09T09:32:47.872Z] ---> Using cache [2021-06-09T09:32:47.872Z] ---> febbd6f207df [2021-06-09T09:32:47.872Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-06-09T09:32:47.872Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-09T09:32:47.872Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-09T09:32:47.872Z] ---> 2896f5a168f7 [2021-06-09T09:32:47.872Z] Step 3/24 : WORKDIR /edgex-go [2021-06-09T09:32:47.872Z] ---> Using cache [2021-06-09T09:32:47.872Z] ---> b70f9f6b2586 [2021-06-09T09:32:47.872Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T09:32:47.872Z] ---> Using cache [2021-06-09T09:32:47.872Z] ---> e9d7e0e9d797 [2021-06-09T09:32:47.872Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-06-09T09:32:47.872Z] ---> Using cache [2021-06-09T09:32:47.872Z] ---> 740d7925c1a1 [2021-06-09T09:32:47.872Z] Step 6/24 : COPY go.mod . [2021-06-09T09:32:47.872Z] ---> Using cache [2021-06-09T09:32:47.872Z] ---> 66d27dfe4ed7 [2021-06-09T09:32:47.872Z] Step 7/24 : RUN go mod download [2021-06-09T09:32:47.872Z] ---> Using cache [2021-06-09T09:32:47.872Z] ---> f43d980a7230 [2021-06-09T09:32:47.872Z] Step 8/24 : COPY . . [2021-06-09T09:32:47.872Z] ---> Using cache [2021-06-09T09:32:47.872Z] ---> 90fff82cc244 [2021-06-09T09:32:47.872Z] Step 9/24 : RUN go mod tidy [2021-06-09T09:32:47.872Z] ---> Using cache [2021-06-09T09:32:47.872Z] ---> febbd6f207df [2021-06-09T09:32:47.872Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-06-09T09:32:47.872Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-09T09:32:47.872Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-09T09:32:47.872Z] ---> 2896f5a168f7 [2021-06-09T09:32:47.872Z] Step 3/24 : WORKDIR /edgex-go [2021-06-09T09:32:47.872Z] ---> Using cache [2021-06-09T09:32:47.872Z] ---> b70f9f6b2586 [2021-06-09T09:32:47.872Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-09T09:32:47.872Z] ---> Using cache [2021-06-09T09:32:47.872Z] ---> e9d7e0e9d797 [2021-06-09T09:32:47.872Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-06-09T09:32:50.508Z] ---> Running in fc199cd390f2 [2021-06-09T09:32:50.508Z] ---> Running in 28172e8667d7 [2021-06-09T09:32:50.508Z] ---> Running in f8b01a19dd92 [2021-06-09T09:32:50.508Z] ---> Running in 57fa085cb17f [2021-06-09T09:32:52.493Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-09T09:32:52.493Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-06-09T09:32:52.493Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-06-09T09:32:52.773Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-06-09T09:32:53.384Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-09T09:32:54.374Z] OK: 218 MiB in 52 packages [2021-06-09T09:32:56.377Z] Removing intermediate container fc199cd390f2 [2021-06-09T09:32:56.377Z] ---> 2b460ed36acb [2021-06-09T09:32:56.377Z] Step 6/24 : COPY go.mod . [2021-06-09T09:32:57.382Z] ---> 8985f392faed [2021-06-09T09:32:57.382Z] Step 7/24 : RUN go mod download [2021-06-09T09:32:57.382Z] ---> Running in 1272b8754c6f [2021-06-09T09:33:01.765Z] Removing intermediate container 1272b8754c6f [2021-06-09T09:33:01.765Z] ---> d4ecbe0b8ea2 [2021-06-09T09:33:01.765Z] Step 8/24 : COPY . . [2021-06-09T09:33:20.277Z] ---> 99f1f39bb2bf [2021-06-09T09:33:20.277Z] Step 9/24 : RUN go mod tidy [2021-06-09T09:33:20.277Z] ---> Running in 0161c7796cbf [2021-06-09T09:33:25.737Z] Removing intermediate container 0161c7796cbf [2021-06-09T09:33:25.737Z] ---> 537008a3d3ce [2021-06-09T09:33:25.737Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-06-09T09:33:25.737Z] ---> Running in 334c04bad774 [2021-06-09T09:33:27.744Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-06-09T09:34:24.355Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-06-09T09:34:24.355Z] Removing intermediate container f8b01a19dd92 [2021-06-09T09:34:24.355Z] ---> fdc5fce60f79 [2021-06-09T09:34:24.355Z] [2021-06-09T09:34:24.355Z] Step 11/24 : FROM alpine:3.12 [2021-06-09T09:34:24.355Z] ---> 9852663dfa18 [2021-06-09T09:34:24.355Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-06-09T09:34:24.355Z] ---> Using cache [2021-06-09T09:34:24.355Z] ---> cf8ff1bcfaf6 [2021-06-09T09:34:24.355Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-09T09:34:24.355Z] ---> Using cache [2021-06-09T09:34:24.355Z] ---> 0c287101592c [2021-06-09T09:34:24.355Z] Step 14/24 : ENV APP_PORT=59882 [2021-06-09T09:34:24.355Z] ---> Running in 2e1ba0675518 [2021-06-09T09:34:25.362Z] Removing intermediate container 2e1ba0675518 [2021-06-09T09:34:25.362Z] ---> ffefbeaff57d [2021-06-09T09:34:25.362Z] Step 15/24 : EXPOSE $APP_PORT [2021-06-09T09:34:25.646Z] Removing intermediate container 28172e8667d7 [2021-06-09T09:34:25.646Z] ---> cfaae4596259 [2021-06-09T09:34:25.646Z] [2021-06-09T09:34:25.646Z] Step 11/32 : FROM alpine:3.12 [2021-06-09T09:34:25.646Z] ---> 9852663dfa18 [2021-06-09T09:34:25.646Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-06-09T09:34:25.646Z] ---> Running in ecef503fbaf8 [2021-06-09T09:34:26.248Z] ---> Running in b64c9c764963 [2021-06-09T09:34:26.850Z] Removing intermediate container ecef503fbaf8 [2021-06-09T09:34:26.850Z] ---> 5dc035f08802 [2021-06-09T09:34:26.850Z] Step 16/24 : WORKDIR / [2021-06-09T09:34:27.126Z] Removing intermediate container 57fa085cb17f [2021-06-09T09:34:27.126Z] ---> 0b65902d644c [2021-06-09T09:34:27.126Z] [2021-06-09T09:34:27.126Z] Step 11/26 : FROM alpine:3.12 [2021-06-09T09:34:27.126Z] ---> 9852663dfa18 [2021-06-09T09:34:27.126Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-06-09T09:34:27.126Z] Removing intermediate container b64c9c764963 [2021-06-09T09:34:27.126Z] ---> 32718af843ea [2021-06-09T09:34:27.126Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-06-09T09:34:27.400Z] ---> Running in 3c8517d0aa83 [2021-06-09T09:34:27.400Z] ---> Running in 75765cdd3771 [2021-06-09T09:34:27.400Z] ---> Running in 43902c9c1f00 [2021-06-09T09:34:28.381Z] Removing intermediate container 3c8517d0aa83 [2021-06-09T09:34:28.381Z] ---> 3d2e578eb632 [2021-06-09T09:34:28.381Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-09T09:34:30.383Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-09T09:34:30.383Z] ---> bd9d6a1e5ac0 [2021-06-09T09:34:30.383Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-06-09T09:34:30.384Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-09T09:34:30.384Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-09T09:34:30.661Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-09T09:34:31.264Z] (1/6) Installing ca-certificates (20191127-r4) [2021-06-09T09:34:31.264Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-06-09T09:34:31.264Z] (2/2) Installing su-exec (0.2-r1) [2021-06-09T09:34:31.264Z] Executing busybox-1.31.1-r20.trigger [2021-06-09T09:34:31.264Z] OK: 5 MiB in 16 packages [2021-06-09T09:34:31.264Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-06-09T09:34:31.264Z] (3/6) Installing libcurl (7.77.0-r0) [2021-06-09T09:34:31.264Z] (4/6) Installing curl (7.77.0-r0) [2021-06-09T09:34:31.264Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-06-09T09:34:31.264Z] (6/6) Installing su-exec (0.2-r1) [2021-06-09T09:34:31.264Z] Executing busybox-1.31.1-r20.trigger [2021-06-09T09:34:31.264Z] Executing ca-certificates-20191127-r4.trigger [2021-06-09T09:34:31.545Z] OK: 7 MiB in 20 packages [2021-06-09T09:34:32.537Z] ---> d2ed38ade81e [2021-06-09T09:34:32.537Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-06-09T09:34:33.147Z] Removing intermediate container 75765cdd3771 [2021-06-09T09:34:33.147Z] ---> d96e392f6a60 [2021-06-09T09:34:33.147Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-06-09T09:34:33.426Z] ---> Running in 00a81960d559 [2021-06-09T09:34:34.426Z] ---> fa70bfb070fc [2021-06-09T09:34:34.426Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-06-09T09:34:34.708Z] Removing intermediate container 43902c9c1f00 [2021-06-09T09:34:34.708Z] ---> 17a13d828c0e [2021-06-09T09:34:34.708Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-06-09T09:34:34.708Z] Removing intermediate container 00a81960d559 [2021-06-09T09:34:34.708Z] ---> e589d73b9eac [2021-06-09T09:34:34.708Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-06-09T09:34:34.991Z] ---> Running in c070d36327a2 [2021-06-09T09:34:34.991Z] ---> Running in 029804bee85e [2021-06-09T09:34:34.991Z] ---> Running in 3c5b872e6300 [2021-06-09T09:34:36.072Z] Removing intermediate container c070d36327a2 [2021-06-09T09:34:36.072Z] ---> d4531a8f8005 [2021-06-09T09:34:36.072Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-09T09:34:36.072Z] Removing intermediate container 029804bee85e [2021-06-09T09:34:36.072Z] ---> fc98d6d3b1ec [2021-06-09T09:34:36.072Z] Step 14/26 : WORKDIR / [2021-06-09T09:34:36.372Z] ---> Running in 2b8510f8f0ad [2021-06-09T09:34:36.372Z] ---> Running in c6caf372bbce [2021-06-09T09:34:36.372Z] Removing intermediate container 3c5b872e6300 [2021-06-09T09:34:36.372Z] ---> 70a6b3061417 [2021-06-09T09:34:36.372Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-06-09T09:34:36.678Z] ---> Running in 1bb4b3e773fa [2021-06-09T09:34:37.677Z] Removing intermediate container c6caf372bbce [2021-06-09T09:34:37.677Z] ---> 685c3de7d9ad [2021-06-09T09:34:37.677Z] Step 22/24 : LABEL arch=arm64 [2021-06-09T09:34:37.677Z] Removing intermediate container 2b8510f8f0ad [2021-06-09T09:34:37.677Z] ---> 78e1aa73b8ca [2021-06-09T09:34:37.677Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-06-09T09:34:37.956Z] ---> Running in c9f8ce0bdaa3 [2021-06-09T09:34:38.561Z] Removing intermediate container c9f8ce0bdaa3 [2021-06-09T09:34:38.561Z] ---> a885a8bc22cb [2021-06-09T09:34:38.561Z] Step 23/24 : LABEL git_sha=b20dce001322759bc5fe0d8ea69081647b1dc75c [2021-06-09T09:34:38.839Z] ---> Running in 2ba358308f51 [2021-06-09T09:34:38.839Z] ---> 05868d708ac3 [2021-06-09T09:34:38.839Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-06-09T09:34:39.451Z] Removing intermediate container 2ba358308f51 [2021-06-09T09:34:39.452Z] ---> 8da55231b446 [2021-06-09T09:34:39.452Z] Step 24/24 : LABEL version=0.0.0 [2021-06-09T09:34:39.738Z] ---> Running in c7155a62ce5f [2021-06-09T09:34:40.021Z] ---> 4c638fd55187 [2021-06-09T09:34:40.021Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-06-09T09:34:40.302Z] Removing intermediate container 1bb4b3e773fa [2021-06-09T09:34:40.302Z] ---> ea9cf972e7f1 [2021-06-09T09:34:40.302Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-06-09T09:34:40.302Z] ---> Running in 811b528fc974 [2021-06-09T09:34:40.587Z] Removing intermediate container c7155a62ce5f [2021-06-09T09:34:40.587Z] ---> 40ca990cff0e [2021-06-09T09:34:40.587Z] [2021-06-09T09:34:41.189Z] Successfully built 40ca990cff0e [2021-06-09T09:34:41.466Z] Successfully tagged core-command-arm64:latest [2021-06-09T09:34:41.466Z]  Building core-command ... done Removing intermediate container 811b528fc974 [2021-06-09T09:34:41.466Z] ---> 4d938eccdd9d [2021-06-09T09:34:41.466Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-06-09T09:34:41.466Z] ---> ab3ec4e5a2ec [2021-06-09T09:34:41.466Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-06-09T09:34:42.916Z] ---> f022074beaf0 [2021-06-09T09:34:42.916Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-06-09T09:34:43.191Z] ---> 8f918d7699ba [2021-06-09T09:34:43.191Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-06-09T09:34:43.191Z] ---> Running in 678f87d80747 [2021-06-09T09:34:44.634Z] Removing intermediate container 334c04bad774 [2021-06-09T09:34:44.634Z] ---> 125eaf8e0bba [2021-06-09T09:34:44.634Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-06-09T09:34:44.634Z] ---> acf1e66a6b6a [2021-06-09T09:34:44.634Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-06-09T09:34:44.634Z] ---> Running in c9a1d1a90e3a [2021-06-09T09:34:46.100Z] Removing intermediate container 678f87d80747 [2021-06-09T09:34:46.100Z] ---> e96c93f3bb17 [2021-06-09T09:34:46.100Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-09T09:34:46.100Z] ---> bccc1d027ef6 [2021-06-09T09:34:46.100Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-06-09T09:34:46.379Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-06-09T09:34:46.992Z] ---> d567fd0e9eb3 [2021-06-09T09:34:46.992Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-06-09T09:34:47.268Z] ---> 1154965c0f04 [2021-06-09T09:34:47.268Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-06-09T09:34:47.544Z] ---> Running in 4a5d09103287 [2021-06-09T09:34:48.987Z] ---> 884cb282bce3 [2021-06-09T09:34:48.987Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-06-09T09:34:48.987Z] Removing intermediate container c9a1d1a90e3a [2021-06-09T09:34:48.987Z] ---> df019e372831 [2021-06-09T09:34:48.987Z] [2021-06-09T09:34:48.987Z] Step 12/24 : FROM docker:20.10.0 [2021-06-09T09:34:49.272Z] 20.10.0: Pulling from library/docker [2021-06-09T09:34:49.883Z] ---> f1f1027ee851 [2021-06-09T09:34:49.883Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-06-09T09:34:50.504Z] Removing intermediate container 4a5d09103287 [2021-06-09T09:34:50.504Z] ---> 5e9f73862299 [2021-06-09T09:34:50.504Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-06-09T09:34:50.781Z] ---> Running in a4bec7887282 [2021-06-09T09:34:51.389Z] ---> d5bb5adc5215 [2021-06-09T09:34:51.389Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-06-09T09:34:51.666Z] Removing intermediate container a4bec7887282 [2021-06-09T09:34:51.666Z] ---> 972c54f5beb2 [2021-06-09T09:34:51.666Z] Step 24/26 : LABEL arch=arm64 [2021-06-09T09:34:51.943Z] ---> Running in dc34410b30f4 [2021-06-09T09:34:52.217Z] ---> 548a6f862696 [2021-06-09T09:34:52.217Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-06-09T09:34:52.815Z] ---> Running in c61e06a64ef2 [2021-06-09T09:34:52.815Z] Removing intermediate container dc34410b30f4 [2021-06-09T09:34:52.815Z] ---> be8994ba849c [2021-06-09T09:34:52.815Z] Step 25/26 : LABEL git_sha=b20dce001322759bc5fe0d8ea69081647b1dc75c [2021-06-09T09:34:53.091Z] ---> Running in 3f5c0120020f [2021-06-09T09:34:53.366Z] Removing intermediate container c61e06a64ef2 [2021-06-09T09:34:53.366Z] ---> 2640636f7718 [2021-06-09T09:34:53.366Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-06-09T09:34:53.641Z] Removing intermediate container 3f5c0120020f [2021-06-09T09:34:53.641Z] ---> 84e648769ed2 [2021-06-09T09:34:53.641Z] Step 26/26 : LABEL version=0.0.0 [2021-06-09T09:34:54.250Z] ---> Running in 4a0bb3b887bc [2021-06-09T09:34:54.526Z] ---> cdbf62a669ae [2021-06-09T09:34:54.526Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-06-09T09:34:55.127Z] ---> Running in 1a3fafca71dd [2021-06-09T09:34:55.127Z] Removing intermediate container 4a0bb3b887bc [2021-06-09T09:34:55.127Z] ---> e4563f2595b0 [2021-06-09T09:34:55.127Z] [2021-06-09T09:34:55.405Z] Successfully built e4563f2595b0 [2021-06-09T09:34:55.679Z] Successfully tagged security-secretstore-setup-arm64:latest [2021-06-09T09:34:58.306Z]  Building security-secretstore-setup ... done Removing intermediate container 1a3fafca71dd [2021-06-09T09:34:58.306Z] ---> 47cfa1cd5dd2 [2021-06-09T09:34:58.306Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-06-09T09:34:58.581Z] ---> Running in 0bd309c498d2 [2021-06-09T09:34:59.177Z] Removing intermediate container 0bd309c498d2 [2021-06-09T09:34:59.177Z] ---> 9ab0053e4bc9 [2021-06-09T09:34:59.177Z] Step 29/32 : CMD ["gate"] [2021-06-09T09:34:59.450Z] ---> Running in 9baddeb6e111 [2021-06-09T09:34:59.450Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-06-09T09:34:59.450Z] Status: Downloaded newer image for docker:20.10.0 [2021-06-09T09:34:59.450Z] ---> eeaf43b92773 [2021-06-09T09:34:59.450Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-06-09T09:34:59.724Z] ---> Running in 56f150f9f993 [2021-06-09T09:34:59.998Z] Removing intermediate container 9baddeb6e111 [2021-06-09T09:34:59.998Z] ---> bb7d9d61c944 [2021-06-09T09:34:59.998Z] Step 30/32 : LABEL arch=arm64 [2021-06-09T09:35:00.273Z] ---> Running in 3ed200260695 [2021-06-09T09:35:00.273Z] Removing intermediate container 56f150f9f993 [2021-06-09T09:35:00.273Z] ---> fdd32730fcf3 [2021-06-09T09:35:00.273Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-06-09T09:35:00.273Z] ---> Running in de261fc374d9 [2021-06-09T09:35:00.890Z] Removing intermediate container 3ed200260695 [2021-06-09T09:35:00.890Z] ---> ae585c8c7706 [2021-06-09T09:35:00.890Z] Step 31/32 : LABEL git_sha=b20dce001322759bc5fe0d8ea69081647b1dc75c [2021-06-09T09:35:01.179Z] ---> Running in c630f258b3a3 [2021-06-09T09:35:01.827Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-09T09:35:01.827Z] Removing intermediate container c630f258b3a3 [2021-06-09T09:35:01.827Z] ---> e9daa13aee29 [2021-06-09T09:35:01.827Z] Step 32/32 : LABEL version=0.0.0 [2021-06-09T09:35:02.112Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-09T09:35:02.112Z] ---> Running in 2034e8ee2100 [2021-06-09T09:35:02.722Z] (1/39) Installing readline (8.0.4-r0) [2021-06-09T09:35:02.722Z] (2/39) Installing bash (5.0.17-r0) [2021-06-09T09:35:02.722Z] Executing bash-5.0.17-r0.post-install [2021-06-09T09:35:02.722Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-06-09T09:35:02.722Z] (4/39) Installing libcurl (7.77.0-r0) [2021-06-09T09:35:02.722Z] (5/39) Installing curl (7.77.0-r0) [2021-06-09T09:35:02.722Z] Removing intermediate container 2034e8ee2100 [2021-06-09T09:35:02.722Z] ---> 4ad7c92d3a90 [2021-06-09T09:35:02.722Z] [2021-06-09T09:35:02.722Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-06-09T09:35:02.722Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-06-09T09:35:02.722Z] (8/39) Installing expat (2.2.9-r1) [2021-06-09T09:35:02.722Z] (9/39) Installing libffi (3.3-r2) [2021-06-09T09:35:02.722Z] (10/39) Installing gdbm (1.13-r1) [2021-06-09T09:35:02.722Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-06-09T09:35:02.722Z] (12/39) Installing sqlite-libs (3.32.1-r1) [2021-06-09T09:35:02.722Z] (13/39) Installing python3 (3.8.10-r0) [2021-06-09T09:35:03.005Z] Successfully built 4ad7c92d3a90 [2021-06-09T09:35:03.279Z] Successfully tagged security-bootstrapper-arm64:latest [2021-06-09T09:35:04.721Z]  Building security-bootstrapper ... done (14/39) Installing py3-appdirs (1.4.4-r1) [2021-06-09T09:35:04.721Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-06-09T09:35:04.721Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-06-09T09:35:04.721Z] (17/39) Installing py3-six (1.15.0-r0) [2021-06-09T09:35:04.721Z] (18/39) Installing py3-packaging (20.4-r0) [2021-06-09T09:35:04.721Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-06-09T09:35:04.721Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-06-09T09:35:04.721Z] (21/39) Installing py3-idna (2.9-r0) [2021-06-09T09:35:04.721Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-06-09T09:35:04.721Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-06-09T09:35:04.721Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-06-09T09:35:04.721Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-06-09T09:35:05.004Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-06-09T09:35:05.004Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-06-09T09:35:05.004Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-06-09T09:35:05.004Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-06-09T09:35:05.004Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-06-09T09:35:05.004Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-06-09T09:35:05.004Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-06-09T09:35:05.004Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-06-09T09:35:05.004Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-06-09T09:35:05.004Z] (35/39) Installing py3-progress (1.5-r0) [2021-06-09T09:35:05.004Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-06-09T09:35:05.004Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-06-09T09:35:05.004Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-06-09T09:35:05.004Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-06-09T09:35:05.280Z] Executing busybox-1.31.1-r19.trigger [2021-06-09T09:35:05.280Z] OK: 72 MiB in 59 packages [2021-06-09T09:35:09.579Z] Collecting docker-compose==1.23.2 [2021-06-09T09:35:09.579Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-06-09T09:35:09.579Z] Collecting cached-property<2,>=1.2.0 [2021-06-09T09:35:09.579Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-06-09T09:35:10.556Z] Collecting PyYAML<4,>=3.10 [2021-06-09T09:35:10.556Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-06-09T09:35:13.944Z] Collecting docker<4.0,>=3.6.0 [2021-06-09T09:35:13.944Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-06-09T09:35:14.539Z] Collecting websocket-client<1.0,>=0.32.0 [2021-06-09T09:35:14.540Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-06-09T09:35:14.816Z] Collecting jsonschema<3,>=2.5.1 [2021-06-09T09:35:14.816Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-06-09T09:35:15.412Z] Collecting dockerpty<0.5,>=0.4.1 [2021-06-09T09:35:15.412Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-06-09T09:35:16.847Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-06-09T09:35:17.839Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-06-09T09:35:17.840Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-06-09T09:35:18.112Z] Collecting docopt<0.7,>=0.6.1 [2021-06-09T09:35:18.112Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-06-09T09:35:20.094Z] Collecting texttable<0.10,>=0.9.0 [2021-06-09T09:35:20.094Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-06-09T09:35:22.065Z] Collecting docker-pycreds>=0.4.0 [2021-06-09T09:35:22.065Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-06-09T09:35:22.066Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-06-09T09:35:22.066Z] Collecting idna<2.8,>=2.5 [2021-06-09T09:35:22.066Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-06-09T09:35:22.664Z] Collecting urllib3<1.25,>=1.21.1 [2021-06-09T09:35:22.664Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-06-09T09:35:22.936Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-06-09T09:35:22.936Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-06-09T09:35:22.936Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-06-09T09:35:22.936Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-06-09T09:35:22.936Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-06-09T09:35:23.930Z] Installing collected packages: cached-property, PyYAML, docker-pycreds, idna, urllib3, requests, websocket-client, docker, jsonschema, dockerpty, docopt, texttable, docker-compose [2021-06-09T09:35:23.930Z] Running setup.py install for PyYAML: started [2021-06-09T09:35:25.910Z] Running setup.py install for PyYAML: finished with status 'done' [2021-06-09T09:35:25.910Z] Attempting uninstall: idna [2021-06-09T09:35:25.910Z] Found existing installation: idna 2.9 [2021-06-09T09:35:25.910Z] Uninstalling idna-2.9: [2021-06-09T09:35:25.910Z] Successfully uninstalled idna-2.9 [2021-06-09T09:35:26.508Z] Attempting uninstall: urllib3 [2021-06-09T09:35:26.508Z] Found existing installation: urllib3 1.25.9 [2021-06-09T09:35:26.508Z] Uninstalling urllib3-1.25.9: [2021-06-09T09:35:26.781Z] Successfully uninstalled urllib3-1.25.9 [2021-06-09T09:35:27.053Z] Attempting uninstall: requests [2021-06-09T09:35:27.053Z] Found existing installation: requests 2.23.0 [2021-06-09T09:35:27.053Z] Uninstalling requests-2.23.0: [2021-06-09T09:35:27.324Z] Successfully uninstalled requests-2.23.0 [2021-06-09T09:35:28.772Z] Running setup.py install for dockerpty: started [2021-06-09T09:35:30.745Z] Running setup.py install for dockerpty: finished with status 'done' [2021-06-09T09:35:30.745Z] Running setup.py install for docopt: started [2021-06-09T09:35:32.244Z] Running setup.py install for docopt: finished with status 'done' [2021-06-09T09:35:32.244Z] Running setup.py install for texttable: started [2021-06-09T09:35:34.220Z] Running setup.py install for texttable: finished with status 'done' [2021-06-09T09:35:34.830Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 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 [2021-06-09T09:35:43.132Z] Removing intermediate container de261fc374d9 [2021-06-09T09:35:43.132Z] ---> cc7e296ab28e [2021-06-09T09:35:43.132Z] Step 15/24 : ENV APP_PORT=58890 [2021-06-09T09:35:43.132Z] ---> Running in ee000df10088 [2021-06-09T09:35:43.132Z] Removing intermediate container ee000df10088 [2021-06-09T09:35:43.132Z] ---> b51aebecf785 [2021-06-09T09:35:43.132Z] Step 16/24 : EXPOSE $APP_PORT [2021-06-09T09:35:43.404Z] ---> Running in e9095e3a66a3 [2021-06-09T09:35:43.677Z] Removing intermediate container e9095e3a66a3 [2021-06-09T09:35:43.677Z] ---> b69219f420db [2021-06-09T09:35:43.677Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-06-09T09:35:45.117Z] ---> 79c0cde5bfb6 [2021-06-09T09:35:45.117Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-06-09T09:35:45.716Z] ---> 79c29b45ad90 [2021-06-09T09:35:45.716Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-06-09T09:35:46.699Z] ---> c33739fc03c2 [2021-06-09T09:35:46.699Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-06-09T09:35:46.699Z] ---> Running in 77602ba1553f [2021-06-09T09:35:47.301Z] Removing intermediate container 77602ba1553f [2021-06-09T09:35:47.301Z] ---> 0a50e7372a83 [2021-06-09T09:35:47.301Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-09T09:35:47.301Z] ---> Running in 4495ef264544 [2021-06-09T09:35:47.898Z] Removing intermediate container 4495ef264544 [2021-06-09T09:35:47.898Z] ---> 8c095f19451a [2021-06-09T09:35:47.898Z] Step 22/24 : LABEL arch=arm64 [2021-06-09T09:35:47.898Z] ---> Running in 81321decc842 [2021-06-09T09:35:48.496Z] Removing intermediate container 81321decc842 [2021-06-09T09:35:48.496Z] ---> ad13824a03cb [2021-06-09T09:35:48.496Z] Step 23/24 : LABEL git_sha=b20dce001322759bc5fe0d8ea69081647b1dc75c [2021-06-09T09:35:48.496Z] ---> Running in e93cbf03b9fd [2021-06-09T09:35:49.110Z] Removing intermediate container e93cbf03b9fd [2021-06-09T09:35:49.110Z] ---> 8e79de501db9 [2021-06-09T09:35:49.110Z] Step 24/24 : LABEL version=0.0.0 [2021-06-09T09:35:49.110Z] ---> Running in f125913be331 [2021-06-09T09:35:49.712Z] Removing intermediate container f125913be331 [2021-06-09T09:35:49.712Z] ---> b54706821696 [2021-06-09T09:35:49.712Z] [2021-06-09T09:35:49.986Z] Successfully built b54706821696 [2021-06-09T09:35:49.986Z] Successfully tagged sys-mgmt-agent-arm64:latest [2021-06-09T09:35:50.277Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2021-06-09T09:35:50.307Z] $ docker stop --time=1 fe26b88ae3f2175b98af8af59a4fc3c8e106454e8038da59775442d0cc22246a [2021-06-09T09:35:52.123Z] $ docker rm -f fe26b88ae3f2175b98af8af59a4fc3c8e106454e8038da59775442d0cc22246a [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-09T09:35:52.790Z] + docker images [2021-06-09T09:35:53.062Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-06-09T09:35:53.062Z] sys-mgmt-agent-arm64 latest b54706821696 3 seconds ago 299MB [2021-06-09T09:35:53.062Z] security-bootstrapper-arm64 latest 4ad7c92d3a90 50 seconds ago 17.1MB [2021-06-09T09:35:53.062Z] security-secretstore-setup-arm64 latest e4563f2595b0 58 seconds ago 26.5MB [2021-06-09T09:35:53.062Z] df019e372831 About a minute ago 973MB [2021-06-09T09:35:53.062Z] core-command-arm64 latest 40ca990cff0e About a minute ago 15MB [2021-06-09T09:35:53.062Z] 0b65902d644c About a minute ago 974MB [2021-06-09T09:35:53.062Z] cfaae4596259 About a minute ago 967MB [2021-06-09T09:35:53.062Z] fdc5fce60f79 About a minute ago 966MB [2021-06-09T09:35:53.062Z] core-data-arm64 latest a252983e576d 3 minutes ago 19.1MB [2021-06-09T09:35:53.062Z] core-metadata-arm64 latest 1984b65b2db0 4 minutes ago 15.6MB [2021-06-09T09:35:53.062Z] support-notifications-arm64 latest d0889c53ebb1 4 minutes ago 15.7MB [2021-06-09T09:35:53.062Z] security-proxy-setup-arm64 latest e71aa13a2925 4 minutes ago 24MB [2021-06-09T09:35:53.062Z] support-scheduler-arm64 latest d36b83fa398d 4 minutes ago 15MB [2021-06-09T09:35:53.062Z] a2444181c8e1 4 minutes ago 974MB [2021-06-09T09:35:53.062Z] a075a216baac 4 minutes ago 972MB [2021-06-09T09:35:53.062Z] 16ceb38628dc 4 minutes ago 968MB [2021-06-09T09:35:53.062Z] da5eaf87d178 4 minutes ago 971MB [2021-06-09T09:35:53.062Z] 5b374641c594 4 minutes ago 968MB [2021-06-09T09:35:53.062Z] ci-base-image-arm64 latest 2896f5a168f7 14 minutes ago 641MB [2021-06-09T09:35:53.062Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine cfc18b08335c 5 weeks ago 428MB [2021-06-09T09:35:53.062Z] alpine 3.12 9852663dfa18 7 weeks ago 5.32MB [2021-06-09T09:35:53.062Z] docker 20.10.0 eeaf43b92773 6 months ago 228MB [2021-06-09T09:35:53.062Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 11 months 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] libraryResource [Pipeline] sh [2021-06-09T09:35:54.383Z] ---> job-cost.sh [2021-06-09T09:35:54.383Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-8zie [2021-06-09T09:36:33.328Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-06-09T09:38:10.070Z] lf-activate-venv(): INFO: Adding /tmp/venv-8zie/bin to PATH [2021-06-09T09:38:10.070Z] INFO: No Stack... [2021-06-09T09:38:10.070Z] INFO: Retrieving Pricing Info for: v2-standard-4 [2021-06-09T09:38:10.070Z] INFO: Archiving Costs [Pipeline] sh [2021-06-09T09:38:10.439Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2021-06-09T09:38:10.439Z] + cut -d, -f6 [Pipeline] lock [2021-06-09T09:38:10.532Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3556-1-stack-cost] [2021-06-09T09:38:10.539Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3556-1-stack-cost] did not exist. Created. [2021-06-09T09:38:10.540Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3556-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-06-09T09:38:11.010Z] + echo total: 0.5400000214576721 [Pipeline] stash [2021-06-09T09:38:11.312Z] Stashed 1 file(s) [Pipeline] } [2021-06-09T09:38:11.337Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3556-1-stack-cost] [Pipeline] // lock [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) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-06-09T09:38:15.313Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-09T09:38:15.977Z] ---> package-listing.sh [2021-06-09T09:38:15.977Z] ++ facter osfamily [2021-06-09T09:38:15.977Z] ++ tr '[:upper:]' '[:lower:]' [2021-06-09T09:38:16.244Z] + OS_FAMILY=redhat [2021-06-09T09:38:16.244Z] + workspace=/w/workspace/edgex-go/1 [2021-06-09T09:38:16.244Z] + START_PACKAGES=/tmp/packages_start.txt [2021-06-09T09:38:16.244Z] + END_PACKAGES=/tmp/packages_end.txt [2021-06-09T09:38:16.244Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-06-09T09:38:16.244Z] + PACKAGES=/tmp/packages_start.txt [2021-06-09T09:38:16.244Z] + '[' /w/workspace/edgex-go/1 ']' [2021-06-09T09:38:16.244Z] + PACKAGES=/tmp/packages_end.txt [2021-06-09T09:38:16.244Z] + case "${OS_FAMILY}" in [2021-06-09T09:38:16.244Z] + rpm -qa [2021-06-09T09:38:16.244Z] + sort [2021-06-09T09:38:16.827Z] + '[' -f /tmp/packages_start.txt ']' [2021-06-09T09:38:16.827Z] + '[' -f /tmp/packages_end.txt ']' [2021-06-09T09:38:16.827Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-06-09T09:38:16.827Z] + '[' /w/workspace/edgex-go/1 ']' [2021-06-09T09:38:16.827Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2021-06-09T09:38:16.827Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2021-06-09T09:38:16.867Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -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 [2021-06-09T09:38:17.196Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-06-09T09:38:17.837Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-09T09:38:17.837Z] [2021-06-09T09:38:17.837Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-06-09T09:38:18.226Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-09T09:38:18.226Z] alpine: Pulling from edgex-lftools-log-publisher [2021-06-09T09:38:18.226Z] df20fa9351a1: Pulling fs layer [2021-06-09T09:38:18.226Z] 36b3adc4ff6f: Pulling fs layer [2021-06-09T09:38:18.226Z] 8ad3a11d3b57: Pulling fs layer [2021-06-09T09:38:18.226Z] 46f8f816bc3b: Pulling fs layer [2021-06-09T09:38:18.226Z] 93b61091891f: Pulling fs layer [2021-06-09T09:38:18.226Z] 93b9cdb0e59b: Pulling fs layer [2021-06-09T09:38:18.226Z] 5e14af77c1be: Pulling fs layer [2021-06-09T09:38:18.226Z] 01666e4c0597: Pulling fs layer [2021-06-09T09:38:18.226Z] aa168da1d23b: Pulling fs layer [2021-06-09T09:38:18.226Z] 93b61091891f: Waiting [2021-06-09T09:38:18.226Z] 93b9cdb0e59b: Waiting [2021-06-09T09:38:18.226Z] 5e14af77c1be: Waiting [2021-06-09T09:38:18.226Z] 01666e4c0597: Waiting [2021-06-09T09:38:18.226Z] aa168da1d23b: Waiting [2021-06-09T09:38:18.226Z] 46f8f816bc3b: Waiting [2021-06-09T09:38:18.489Z] 36b3adc4ff6f: Verifying Checksum [2021-06-09T09:38:18.489Z] 36b3adc4ff6f: Download complete [2021-06-09T09:38:18.489Z] 46f8f816bc3b: Verifying Checksum [2021-06-09T09:38:18.489Z] 46f8f816bc3b: Download complete [2021-06-09T09:38:18.489Z] df20fa9351a1: Verifying Checksum [2021-06-09T09:38:18.489Z] df20fa9351a1: Download complete [2021-06-09T09:38:18.489Z] 93b9cdb0e59b: Verifying Checksum [2021-06-09T09:38:18.489Z] 93b9cdb0e59b: Download complete [2021-06-09T09:38:18.489Z] 5e14af77c1be: Verifying Checksum [2021-06-09T09:38:18.489Z] 5e14af77c1be: Download complete [2021-06-09T09:38:18.489Z] 01666e4c0597: Verifying Checksum [2021-06-09T09:38:18.489Z] 01666e4c0597: Download complete [2021-06-09T09:38:18.489Z] 93b61091891f: Verifying Checksum [2021-06-09T09:38:18.489Z] 93b61091891f: Download complete [2021-06-09T09:38:18.756Z] df20fa9351a1: Pull complete [2021-06-09T09:38:18.756Z] 8ad3a11d3b57: Verifying Checksum [2021-06-09T09:38:18.756Z] 8ad3a11d3b57: Download complete [2021-06-09T09:38:18.756Z] 36b3adc4ff6f: Pull complete [2021-06-09T09:38:19.334Z] 8ad3a11d3b57: Pull complete [2021-06-09T09:38:19.594Z] 46f8f816bc3b: Pull complete [2021-06-09T09:38:19.858Z] 93b61091891f: Pull complete [2021-06-09T09:38:19.858Z] 93b9cdb0e59b: Pull complete [2021-06-09T09:38:19.858Z] 5e14af77c1be: Pull complete [2021-06-09T09:38:20.123Z] 01666e4c0597: Pull complete [2021-06-09T09:38:20.708Z] aa168da1d23b: Verifying Checksum [2021-06-09T09:38:20.708Z] aa168da1d23b: Download complete [2021-06-09T09:38:26.031Z] aa168da1d23b: Pull complete [2021-06-09T09:38:26.031Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-06-09T09:38:26.031Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-09T09:38:26.031Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-06-09T09:38:26.143Z] prd-centos7-docker-4c-2g-1191 does not seem to be running inside a container [2021-06-09T09:38:26.195Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-06-09T09:38:35.145Z] $ docker top 70ba4b6c94ce365533416f7fcd94c8bfceb8d31f6c9bcd59ec0a4f705ade047f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-09T09:38:35.660Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-06-09T09:38:35.997Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-06-09T09:38:36.328Z] + ls /var/log/sa-host [2021-06-09T09:38:36.328Z] + sadf -c /var/log/sa-host/sa05 [2021-06-09T09:38:36.328Z] file_magic: OK [2021-06-09T09:38:36.328Z] HZ: Using current value: 100 [2021-06-09T09:38:36.328Z] file_header: OK [2021-06-09T09:38:36.328Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-06-09T09:38:36.328Z] Statistics: [2021-06-09T09:38:36.328Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-06-09T09:38:36.328Z] File successfully converted to sysstat format version 12.2.1 [2021-06-09T09:38:36.328Z] + sadf -c /var/log/sa-host/sa09 [2021-06-09T09:38:36.328Z] file_magic: OK [2021-06-09T09:38:36.328Z] HZ: Using current value: 100 [2021-06-09T09:38:36.328Z] file_header: OK [2021-06-09T09:38:36.328Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-06-09T09:38:36.328Z] Statistics: [2021-06-09T09:38:36.329Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-06-09T09:38:36.329Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-09T09:38:36.648Z] provisioning config files... [2021-06-09T09:38:36.670Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config7784750287555509140tmp [Pipeline] { [Pipeline] echo [2021-06-09T09:38:36.736Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-09T09:38:37.084Z] ---> create-netrc.sh [Pipeline] } [2021-06-09T09:38:37.112Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-06-09T09:38:37.581Z] ---> python-tools-install.sh [Pipeline] echo [2021-06-09T09:38:37.617Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-09T09:38:37.966Z] ---> sudo-logs.sh [2021-06-09T09:38:37.966Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-06-09T09:38:38.222Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-09T09:38:38.570Z] ---> job-cost.sh [2021-06-09T09:38:38.570Z] lf-activate-venv: SKIPPING [2021-06-09T09:38:38.570Z] DEBUG: total: 0.5400000214576721 [2021-06-09T09:38:38.570Z] INFO: Retrieving Stack Cost... [2021-06-09T09:38:39.957Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-06-09T09:38:40.220Z] INFO: Archiving Costs [Pipeline] echo [2021-06-09T09:38:40.270Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-09T09:38:40.615Z] ---> logs-deploy.sh [2021-06-09T09:38:40.615Z] lf-activate-venv: SKIPPING [2021-06-09T09:38:40.615Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3556/1 [2021-06-09T09:38:40.615Z] INFO: archiving workspace using pattern(s): [2021-06-09T09:38:41.569Z] Archives upload complete. [2021-06-09T09:38:41.569Z] INFO: archiving logs to Nexus [2021-06-09T09:38:42.153Z] ---> uname -a: [2021-06-09T09:38:42.153Z] Linux prd-centos7-docker-4c-2g-1191.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 Linux [2021-06-09T09:38:42.153Z] [2021-06-09T09:38:42.153Z] [2021-06-09T09:38:42.153Z] ---> lscpu: [2021-06-09T09:38:42.153Z] Architecture: x86_64 [2021-06-09T09:38:42.153Z] CPU op-mode(s): 32-bit, 64-bit [2021-06-09T09:38:42.153Z] Byte Order: Little Endian [2021-06-09T09:38:42.153Z] Address sizes: 40 bits physical, 48 bits virtual [2021-06-09T09:38:42.153Z] CPU(s): 2 [2021-06-09T09:38:42.153Z] On-line CPU(s) list: 0,1 [2021-06-09T09:38:42.153Z] Thread(s) per core: 1 [2021-06-09T09:38:42.153Z] Core(s) per socket: 1 [2021-06-09T09:38:42.153Z] Socket(s): 2 [2021-06-09T09:38:42.153Z] NUMA node(s): 1 [2021-06-09T09:38:42.153Z] Vendor ID: AuthenticAMD [2021-06-09T09:38:42.153Z] CPU family: 23 [2021-06-09T09:38:42.153Z] Model: 49 [2021-06-09T09:38:42.153Z] Model name: AMD EPYC-Rome Processor [2021-06-09T09:38:42.153Z] Stepping: 0 [2021-06-09T09:38:42.153Z] CPU MHz: 2799.998 [2021-06-09T09:38:42.153Z] BogoMIPS: 5599.99 [2021-06-09T09:38:42.153Z] Virtualization: AMD-V [2021-06-09T09:38:42.153Z] Hypervisor vendor: KVM [2021-06-09T09:38:42.153Z] Virtualization type: full [2021-06-09T09:38:42.153Z] L1d cache: 64 KiB [2021-06-09T09:38:42.153Z] L1i cache: 64 KiB [2021-06-09T09:38:42.153Z] L2 cache: 1 MiB [2021-06-09T09:38:42.153Z] L3 cache: 32 MiB [2021-06-09T09:38:42.153Z] NUMA node0 CPU(s): 0,1 [2021-06-09T09:38:42.153Z] Vulnerability Itlb multihit: Not affected [2021-06-09T09:38:42.153Z] Vulnerability L1tf: Not affected [2021-06-09T09:38:42.153Z] Vulnerability Mds: Not affected [2021-06-09T09:38:42.153Z] Vulnerability Meltdown: Not affected [2021-06-09T09:38:42.153Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-06-09T09:38:42.153Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-06-09T09:38:42.153Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-06-09T09:38:42.153Z] Vulnerability Srbds: Not affected [2021-06-09T09:38:42.153Z] Vulnerability Tsx async abort: Not affected [2021-06-09T09:38:42.153Z] 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 art rep_good nopl extd_apicid eagerfpu 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 retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 arat npt nrip_save umip spec_ctrl intel_stibp [2021-06-09T09:38:42.153Z] [2021-06-09T09:38:42.153Z] [2021-06-09T09:38:42.153Z] ---> nproc: [2021-06-09T09:38:42.153Z] 2 [2021-06-09T09:38:42.153Z] [2021-06-09T09:38:42.153Z] [2021-06-09T09:38:42.153Z] ---> df -h: [2021-06-09T09:38:42.153Z] Filesystem Size Used Available Use% Mounted on [2021-06-09T09:38:42.153Z] overlay 40.0G 8.2G 31.8G 21% / [2021-06-09T09:38:42.153Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-06-09T09:38:42.153Z] tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup [2021-06-09T09:38:42.153Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-06-09T09:38:42.153Z] /dev/vda1 40.0G 8.2G 31.8G 21% /facter-os [2021-06-09T09:38:42.153Z] /dev/vda1 40.0G 8.2G 31.8G 21% /etc/resolv.conf [2021-06-09T09:38:42.153Z] /dev/vda1 40.0G 8.2G 31.8G 21% /etc/hostname [2021-06-09T09:38:42.153Z] /dev/vda1 40.0G 8.2G 31.8G 21% /etc/hosts [2021-06-09T09:38:42.153Z] /dev/vda1 40.0G 8.2G 31.8G 21% /var/log/secure [2021-06-09T09:38:42.153Z] /dev/vda1 40.0G 8.2G 31.8G 21% /var/log/auth.log [2021-06-09T09:38:42.153Z] /dev/vda1 40.0G 8.2G 31.8G 21% /run/cloud-init/result.json [2021-06-09T09:38:42.153Z] /dev/vda1 40.0G 8.2G 31.8G 21% /var/log/sa-host [2021-06-09T09:38:42.153Z] /dev/vda1 40.0G 8.2G 31.8G 21% /w/workspace/edgex-go/1 [2021-06-09T09:38:42.153Z] /dev/vda1 40.0G 8.2G 31.8G 21% /w/workspace/edgex-go/1@tmp [2021-06-09T09:38:42.153Z] [2021-06-09T09:38:42.153Z] [2021-06-09T09:38:42.153Z] ---> free -m: [2021-06-09T09:38:42.153Z] total used free shared buff/cache available [2021-06-09T09:38:42.153Z] Mem: 7821 1018 3659 0 3143 6695 [2021-06-09T09:38:42.153Z] Swap: 1023 0 1023 [2021-06-09T09:38:42.153Z] [2021-06-09T09:38:42.153Z] [2021-06-09T09:38:42.153Z] ---> ip addr: [2021-06-09T09:38:42.153Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-06-09T09:38:42.153Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-06-09T09:38:42.153Z] inet 127.0.0.1/8 scope host lo [2021-06-09T09:38:42.153Z] valid_lft forever preferred_lft forever [2021-06-09T09:38:42.153Z] inet6 ::1/128 scope host [2021-06-09T09:38:42.153Z] valid_lft forever preferred_lft forever [2021-06-09T09:38:42.153Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-06-09T09:38:42.153Z] link/ether fa:16:3e:d0:6e:3a brd ff:ff:ff:ff:ff:ff [2021-06-09T09:38:42.153Z] inet 10.30.122.240/23 brd 10.30.123.255 scope global dynamic eth0 [2021-06-09T09:38:42.153Z] valid_lft 71914sec preferred_lft 71914sec [2021-06-09T09:38:42.153Z] inet6 fe80::f816:3eff:fed0:6e3a/64 scope link [2021-06-09T09:38:42.153Z] valid_lft forever preferred_lft forever [2021-06-09T09:38:42.153Z] 3: docker0: mtu 1458 qdisc noqueue state UP [2021-06-09T09:38:42.153Z] link/ether 02:42:52:73:6b:c2 brd ff:ff:ff:ff:ff:ff [2021-06-09T09:38:42.153Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-06-09T09:38:42.153Z] valid_lft forever preferred_lft forever [2021-06-09T09:38:42.153Z] inet6 fe80::42:52ff:fe73:6bc2/64 scope link [2021-06-09T09:38:42.153Z] valid_lft forever preferred_lft forever [2021-06-09T09:38:42.153Z] 11: vethd70b8e1@if10: mtu 1458 qdisc noqueue master docker0 state UP [2021-06-09T09:38:42.153Z] link/ether 2e:f9:5b:c6:41:59 brd ff:ff:ff:ff:ff:ff [2021-06-09T09:38:42.153Z] inet6 fe80::2cf9:5bff:fec6:4159/64 scope link [2021-06-09T09:38:42.153Z] valid_lft forever preferred_lft forever [2021-06-09T09:38:42.153Z] [2021-06-09T09:38:42.153Z] [2021-06-09T09:38:42.153Z] ---> sar -b -r -n DEV: [2021-06-09T09:38:42.153Z] Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/09/21 _x86_64_ (2 CPU) [2021-06-09T09:38:42.153Z] [2021-06-09T09:38:42.153Z] 05:37:04 LINUX RESTART (2 CPU) [2021-06-09T09:38:42.153Z] [2021-06-09T09:38:42.153Z] 05:38:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-06-09T09:38:42.153Z] 05:39:01 10.43 8.20 2.24 0.00 983.30 99.41 0.00 [2021-06-09T09:38:42.153Z] 05:40:01 1.25 0.37 0.88 0.00 51.70 136.01 0.00 [2021-06-09T09:38:42.153Z] 05:41:02 0.52 0.00 0.52 0.00 0.00 152.23 0.00 [2021-06-09T09:38:42.153Z] 05:42:01 0.47 0.00 0.47 0.00 0.00 168.15 0.00 [2021-06-09T09:38:42.153Z] 05:43:01 0.68 0.00 0.68 0.00 0.00 15.46 0.00 [2021-06-09T09:38:42.153Z] 05:44:01 0.38 0.00 0.38 0.00 0.00 7.03 0.00 [2021-06-09T09:38:42.153Z] 05:45:01 0.42 0.00 0.42 0.00 0.00 36.38 0.00 [2021-06-09T09:38:42.153Z] 05:46:01 0.77 0.07 0.70 0.00 2.53 139.17 0.00 [2021-06-09T09:38:42.153Z] 05:47:01 1.18 0.17 1.02 0.00 26.52 50.91 0.00 [2021-06-09T09:38:42.153Z] 05:48:01 1.25 0.30 0.95 0.00 163.09 36.54 0.00 [2021-06-09T09:38:42.153Z] 05:49:01 0.77 0.00 0.77 0.00 0.00 168.78 0.00 [2021-06-09T09:38:42.153Z] 05:50:01 0.88 0.12 0.77 0.00 11.86 48.27 0.00 [2021-06-09T09:38:42.153Z] 05:51:01 0.63 0.12 0.52 0.00 4.53 8.65 0.00 [2021-06-09T09:38:42.153Z] 05:52:01 0.67 0.00 0.67 0.00 0.00 129.81 0.00 [2021-06-09T09:38:42.153Z] 05:53:01 12.62 0.30 12.32 0.00 33.97 5526.29 0.00 [2021-06-09T09:38:42.153Z] 05:54:01 11.61 0.02 11.59 0.00 0.67 185.29 0.00 [2021-06-09T09:38:42.153Z] 05:55:01 0.40 0.00 0.40 0.00 0.00 6.06 0.00 [2021-06-09T09:38:42.153Z] 05:56:01 0.37 0.00 0.37 0.00 0.00 6.60 0.00 [2021-06-09T09:38:42.153Z] 05:57:01 0.35 0.00 0.35 0.00 0.00 134.94 0.00 [2021-06-09T09:38:42.153Z] 05:58:01 0.55 0.00 0.55 0.00 0.00 18.24 0.00 [2021-06-09T09:38:42.153Z] 05:59:01 1.63 0.20 1.43 0.00 35.84 24.55 0.00 [2021-06-09T09:38:42.153Z] 06:00:01 0.35 0.00 0.35 0.00 0.00 7.86 0.00 [2021-06-09T09:38:42.153Z] 06:01:01 0.27 0.00 0.27 0.00 0.00 4.05 0.00 [2021-06-09T09:38:42.153Z] 06:02:01 0.45 0.12 0.33 0.00 1.86 5.01 0.00 [2021-06-09T09:38:42.153Z] 06:03:01 0.20 0.00 0.20 0.00 0.00 2.57 0.00 [2021-06-09T09:38:42.153Z] 06:04:01 0.20 0.00 0.20 0.00 0.00 1.77 0.00 [2021-06-09T09:38:42.153Z] 06:05:01 0.23 0.00 0.23 0.00 0.00 1.80 0.00 [2021-06-09T09:38:42.153Z] 06:06:01 0.25 0.00 0.25 0.00 0.00 3.85 0.00 [2021-06-09T09:38:42.153Z] 06:07:01 0.20 0.00 0.20 0.00 0.00 2.42 0.00 [2021-06-09T09:38:42.153Z] 06:08:02 0.17 0.00 0.17 0.00 0.00 1.60 0.00 [2021-06-09T09:38:42.153Z] 06:09:01 0.17 0.00 0.17 0.00 0.00 1.76 0.00 [2021-06-09T09:38:42.153Z] 06:10:01 0.17 0.00 0.17 0.00 0.00 1.60 0.00 [2021-06-09T09:38:42.153Z] 06:11:01 0.25 0.00 0.25 0.00 0.00 3.75 0.00 [2021-06-09T09:38:42.153Z] 06:12:01 0.23 0.00 0.23 0.00 0.00 3.27 0.00 [2021-06-09T09:38:42.153Z] 06:13:01 3.05 2.68 0.37 0.00 2212.26 5.56 0.00 [2021-06-09T09:38:42.153Z] 06:14:01 0.43 0.00 0.43 0.00 0.00 9.33 0.00 [2021-06-09T09:38:42.153Z] 06:15:01 0.28 0.03 0.25 0.00 0.27 4.68 0.00 [2021-06-09T09:38:42.153Z] 06:16:01 0.32 0.00 0.32 0.00 0.00 6.06 0.00 [2021-06-09T09:38:42.153Z] 06:17:01 0.30 0.00 0.30 0.00 0.00 4.71 0.00 [2021-06-09T09:38:42.153Z] 06:18:01 0.17 0.00 0.17 0.00 0.00 1.73 0.00 [2021-06-09T09:38:42.153Z] 06:19:01 0.20 0.00 0.20 0.00 0.00 1.67 0.00 [2021-06-09T09:38:42.153Z] 06:20:01 0.20 0.00 0.20 0.00 0.00 2.25 0.00 [2021-06-09T09:38:42.153Z] 06:21:01 0.25 0.00 0.25 0.00 0.00 3.05 0.00 [2021-06-09T09:38:42.153Z] 06:22:01 0.22 0.00 0.22 0.00 0.00 2.42 0.00 [2021-06-09T09:38:42.153Z] 06:23:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 [2021-06-09T09:38:42.153Z] 06:24:01 277.25 254.00 23.25 0.00 3443.97 1018.70 0.00 [2021-06-09T09:38:42.153Z] 06:25:01 0.43 0.00 0.43 0.00 0.00 6.28 0.00 [2021-06-09T09:38:42.153Z] 06:26:01 0.18 0.00 0.18 0.00 0.00 1.88 0.00 [2021-06-09T09:38:42.153Z] 06:27:01 0.33 0.00 0.33 0.00 0.00 5.78 0.00 [2021-06-09T09:38:42.153Z] 06:28:01 0.20 0.00 0.20 0.00 0.00 2.02 0.00 [2021-06-09T09:38:42.153Z] 06:29:01 0.15 0.00 0.15 0.00 0.00 1.47 0.00 [2021-06-09T09:38:42.153Z] 06:30:01 0.17 0.00 0.17 0.00 0.00 1.20 0.00 [2021-06-09T09:38:42.153Z] 06:31:01 0.17 0.00 0.17 0.00 0.00 1.90 0.00 [2021-06-09T09:38:42.153Z] 06:32:01 0.27 0.00 0.27 0.00 0.00 3.50 0.00 [2021-06-09T09:38:42.153Z] 06:33:01 0.20 0.00 0.20 0.00 0.00 2.02 0.00 [2021-06-09T09:38:42.153Z] 06:34:01 0.25 0.00 0.25 0.00 0.00 3.63 0.00 [2021-06-09T09:38:42.153Z] 06:35:01 0.15 0.00 0.15 0.00 0.00 1.20 0.00 [2021-06-09T09:38:42.153Z] 06:36:01 0.15 0.00 0.15 0.00 0.00 1.87 0.00 [2021-06-09T09:38:42.153Z] 06:37:01 0.22 0.00 0.22 0.00 0.00 3.18 0.00 [2021-06-09T09:38:42.153Z] 06:38:01 0.15 0.00 0.15 0.00 0.00 2.28 0.00 [2021-06-09T09:38:42.153Z] 06:39:01 0.15 0.00 0.15 0.00 0.00 1.60 0.00 [2021-06-09T09:38:42.153Z] 06:40:01 0.15 0.00 0.15 0.00 0.00 1.47 0.00 [2021-06-09T09:38:42.153Z] 06:41:01 0.18 0.00 0.18 0.00 0.00 1.78 0.00 [2021-06-09T09:38:42.153Z] 06:42:01 0.24 0.00 0.24 0.00 0.00 3.24 0.00 [2021-06-09T09:38:42.153Z] 06:43:01 0.20 0.00 0.20 0.00 0.00 2.42 0.00 [2021-06-09T09:38:42.154Z] 06:44:01 0.30 0.00 0.30 0.00 0.00 4.25 0.00 [2021-06-09T09:38:42.154Z] 06:45:01 0.15 0.00 0.15 0.00 0.00 1.60 0.00 [2021-06-09T09:38:42.154Z] 06:46:01 0.23 0.00 0.23 0.00 0.00 3.02 0.00 [2021-06-09T09:38:42.154Z] 06:47:01 0.32 0.00 0.32 0.00 0.00 4.78 0.00 [2021-06-09T09:38:42.154Z] 06:48:01 0.18 0.00 0.18 0.00 0.00 1.77 0.00 [2021-06-09T09:38:42.154Z] 06:49:01 0.15 0.00 0.15 0.00 0.00 1.33 0.00 [2021-06-09T09:38:42.154Z] 06:50:01 0.15 0.00 0.15 0.00 0.00 1.47 0.00 [2021-06-09T09:38:42.154Z] 06:51:01 0.23 0.00 0.23 0.00 0.00 2.78 0.00 [2021-06-09T09:38:42.154Z] 06:52:01 0.20 0.00 0.20 0.00 0.00 2.55 0.00 [2021-06-09T09:38:42.154Z] 06:53:01 0.13 0.00 0.13 0.00 0.00 1.73 0.00 [2021-06-09T09:38:42.154Z] 06:54:01 0.15 0.00 0.15 0.00 0.00 1.33 0.00 [2021-06-09T09:38:42.154Z] 06:55:01 0.18 0.00 0.18 0.00 0.00 1.63 0.00 [2021-06-09T09:38:42.154Z] 06:56:01 0.23 0.00 0.23 0.00 0.00 2.78 0.00 [2021-06-09T09:38:42.154Z] 06:57:01 0.20 0.00 0.20 0.00 0.00 2.55 0.00 [2021-06-09T09:38:42.154Z] 06:58:01 0.15 0.00 0.15 0.00 0.00 1.47 0.00 [2021-06-09T09:38:42.154Z] 06:59:01 0.15 0.00 0.15 0.00 0.00 1.47 0.00 [2021-06-09T09:38:42.154Z] 07:00:01 0.13 0.00 0.13 0.00 0.00 1.90 0.00 [2021-06-09T09:38:42.154Z] 07:01:01 0.28 0.00 0.28 0.00 0.00 3.22 0.00 [2021-06-09T09:38:42.154Z] 07:02:01 0.27 0.00 0.27 0.00 0.00 3.95 0.00 [2021-06-09T09:38:42.154Z] 07:03:01 0.17 0.00 0.17 0.00 0.00 1.60 0.00 [2021-06-09T09:38:42.154Z] 07:04:01 0.37 0.00 0.37 0.00 0.00 5.26 0.00 [2021-06-09T09:38:42.154Z] 07:05:01 0.22 0.00 0.22 0.00 0.00 2.45 0.00 [2021-06-09T09:38:42.154Z] 07:06:01 0.27 0.00 0.27 0.00 0.00 3.08 0.00 [2021-06-09T09:38:42.154Z] 07:07:01 0.17 0.00 0.17 0.00 0.00 2.95 0.00 [2021-06-09T09:38:42.154Z] 07:08:01 0.27 0.00 0.27 0.00 0.00 3.23 0.00 [2021-06-09T09:38:42.154Z] 07:09:01 0.22 0.00 0.22 0.00 0.00 2.55 0.00 [2021-06-09T09:38:42.154Z] 07:10:01 0.15 0.00 0.15 0.00 0.00 1.47 0.00 [2021-06-09T09:38:42.154Z] 07:11:01 0.23 0.00 0.23 0.00 0.00 2.80 0.00 [2021-06-09T09:38:42.154Z] 07:12:01 0.18 0.00 0.18 0.00 0.00 2.82 0.00 [2021-06-09T09:38:42.154Z] 07:13:01 0.23 0.00 0.23 0.00 0.00 3.05 0.00 [2021-06-09T09:38:42.154Z] 07:14:01 0.20 0.00 0.20 0.00 0.00 2.15 0.00 [2021-06-09T09:38:42.154Z] 07:15:01 0.15 0.00 0.15 0.00 0.00 1.33 0.00 [2021-06-09T09:38:42.154Z] 07:16:01 0.32 0.00 0.32 0.00 0.00 4.85 0.00 [2021-06-09T09:38:42.154Z] 07:17:01 0.20 0.00 0.20 0.00 0.00 2.42 0.00 [2021-06-09T09:38:42.154Z] 07:18:02 0.23 0.00 0.23 0.00 0.00 3.05 0.00 [2021-06-09T09:38:42.154Z] 07:19:01 0.19 0.00 0.19 0.00 0.00 2.59 0.00 [2021-06-09T09:38:42.154Z] 07:20:01 0.15 0.00 0.15 0.00 0.00 1.95 0.00 [2021-06-09T09:38:42.154Z] 07:21:01 11.26 0.02 11.24 0.00 0.40 1644.19 0.00 [2021-06-09T09:38:42.154Z] 07:22:01 4.63 0.43 4.20 0.00 328.53 131.06 0.00 [2021-06-09T09:38:42.154Z] 07:23:01 0.57 0.00 0.57 0.00 0.00 12.69 0.00 [2021-06-09T09:38:42.154Z] 07:24:01 0.62 0.00 0.62 0.00 0.00 19.91 0.00 [2021-06-09T09:38:42.154Z] 07:25:01 6.11 0.00 6.11 0.00 0.00 5276.50 0.00 [2021-06-09T09:38:42.154Z] 07:26:01 10.76 0.00 10.76 0.00 0.00 5508.68 0.00 [2021-06-09T09:38:42.154Z] 07:27:01 1.77 0.13 1.63 0.00 21.59 39.23 0.00 [2021-06-09T09:38:42.154Z] 07:28:01 0.50 0.00 0.50 0.00 0.00 10.76 0.00 [2021-06-09T09:38:42.154Z] 07:29:01 0.48 0.00 0.48 0.00 0.00 8.70 0.00 [2021-06-09T09:38:42.154Z] 07:30:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 [2021-06-09T09:38:42.154Z] 07:31:01 0.17 0.00 0.17 0.00 0.00 1.60 0.00 [2021-06-09T09:38:42.154Z] 07:32:01 0.25 0.00 0.25 0.00 0.00 2.92 0.00 [2021-06-09T09:38:42.154Z] 07:33:01 0.22 0.00 0.22 0.00 0.00 2.55 0.00 [2021-06-09T09:38:42.154Z] 07:34:01 0.27 0.00 0.27 0.00 0.00 3.46 0.00 [2021-06-09T09:38:42.154Z] 07:35:01 0.45 0.00 0.45 0.00 0.00 7.58 0.00 [2021-06-09T09:38:42.154Z] 07:36:01 0.42 0.00 0.42 0.00 0.00 7.75 0.00 [2021-06-09T09:38:42.154Z] 07:37:01 0.35 0.03 0.32 0.00 0.67 4.90 0.00 [2021-06-09T09:38:42.154Z] 07:38:01 2.82 0.00 2.82 0.00 0.00 40.68 0.00 [2021-06-09T09:38:42.154Z] 07:39:01 0.25 0.00 0.25 0.00 0.00 3.36 0.00 [2021-06-09T09:38:42.154Z] 07:40:01 164.92 0.00 164.92 0.00 0.00 48035.38 0.00 [2021-06-09T09:38:42.154Z] 07:41:01 3.10 0.00 3.10 0.00 0.00 99.45 0.00 [2021-06-09T09:38:42.154Z] 07:42:01 0.27 0.00 0.27 0.00 0.00 3.72 0.00 [2021-06-09T09:38:42.154Z] 07:43:01 0.25 0.00 0.25 0.00 0.00 3.05 0.00 [2021-06-09T09:38:42.154Z] 07:44:01 0.28 0.00 0.28 0.00 0.00 4.93 0.00 [2021-06-09T09:38:42.154Z] 07:45:01 0.28 0.00 0.28 0.00 0.00 4.95 0.00 [2021-06-09T09:38:42.154Z] 07:46:01 0.32 0.00 0.32 0.00 0.00 5.01 0.00 [2021-06-09T09:38:42.154Z] 07:47:01 0.17 0.00 0.17 0.00 0.00 1.60 0.00 [2021-06-09T09:38:42.154Z] 07:48:02 0.37 0.00 0.37 0.00 0.00 5.96 0.00 [2021-06-09T09:38:42.154Z] 07:49:01 4.51 0.00 4.51 0.00 0.00 117.52 0.00 [2021-06-09T09:38:42.154Z] 07:50:01 0.48 0.00 0.48 0.00 0.00 7.38 0.00 [2021-06-09T09:38:42.154Z] 07:51:01 0.15 0.00 0.15 0.00 0.00 1.88 0.00 [2021-06-09T09:38:42.154Z] 07:52:01 0.28 0.00 0.28 0.00 0.00 3.36 0.00 [2021-06-09T09:38:42.154Z] 07:53:01 0.23 0.00 0.23 0.00 0.00 2.58 0.00 [2021-06-09T09:38:42.154Z] 07:54:01 0.23 0.00 0.23 0.00 0.00 1.82 0.00 [2021-06-09T09:38:42.154Z] 07:55:01 0.25 0.00 0.25 0.00 0.00 2.90 0.00 [2021-06-09T09:38:42.154Z] 07:56:01 0.35 0.00 0.35 0.00 0.00 4.51 0.00 [2021-06-09T09:38:42.154Z] 07:57:01 0.23 0.00 0.23 0.00 0.00 3.35 0.00 [2021-06-09T09:38:42.154Z] 07:58:01 0.22 0.00 0.22 0.00 0.00 2.62 0.00 [2021-06-09T09:38:42.154Z] 07:59:01 0.20 0.00 0.20 0.00 0.00 1.78 0.00 [2021-06-09T09:38:42.154Z] 08:00:01 0.25 0.00 0.25 0.00 0.00 2.82 0.00 [2021-06-09T09:38:42.154Z] 08:01:01 0.25 0.00 0.25 0.00 0.00 2.90 0.00 [2021-06-09T09:38:42.154Z] 08:02:01 0.25 0.00 0.25 0.00 0.00 2.95 0.00 [2021-06-09T09:38:42.154Z] 08:03:01 0.22 0.00 0.22 0.00 0.00 2.58 0.00 [2021-06-09T09:38:42.154Z] 08:04:01 0.25 0.00 0.25 0.00 0.00 2.82 0.00 [2021-06-09T09:38:42.154Z] 08:05:01 0.22 0.00 0.22 0.00 0.00 2.18 0.00 [2021-06-09T09:38:42.154Z] 08:06:01 0.25 0.00 0.25 0.00 0.00 2.95 0.00 [2021-06-09T09:38:42.154Z] 08:07:01 0.25 0.00 0.25 0.00 0.00 2.65 0.00 [2021-06-09T09:38:42.154Z] 08:08:01 0.17 0.00 0.17 0.00 0.00 2.28 0.00 [2021-06-09T09:38:42.154Z] 08:09:01 0.23 0.00 0.23 0.00 0.00 3.48 0.00 [2021-06-09T09:38:42.154Z] 08:10:01 0.20 0.00 0.20 0.00 0.00 2.85 0.00 [2021-06-09T09:38:42.154Z] 08:11:01 0.25 0.00 0.25 0.00 0.00 2.95 0.00 [2021-06-09T09:38:42.154Z] 08:12:01 0.18 0.00 0.18 0.00 0.00 3.12 0.00 [2021-06-09T09:38:42.154Z] 08:13:01 0.17 0.00 0.17 0.00 0.00 1.67 0.00 [2021-06-09T09:38:42.154Z] 08:14:01 0.28 0.00 0.28 0.00 0.00 3.63 0.00 [2021-06-09T09:38:42.154Z] 08:15:01 0.28 0.00 0.28 0.00 0.00 3.56 0.00 [2021-06-09T09:38:42.154Z] 08:16:01 0.27 0.00 0.27 0.00 0.00 3.37 0.00 [2021-06-09T09:38:42.154Z] 08:17:01 0.23 0.00 0.23 0.00 0.00 3.43 0.00 [2021-06-09T09:38:42.154Z] 08:18:01 0.20 0.00 0.20 0.00 0.00 1.78 0.00 [2021-06-09T09:38:42.154Z] 08:19:01 0.25 0.00 0.25 0.00 0.00 2.97 0.00 [2021-06-09T09:38:42.154Z] 08:20:01 0.20 0.00 0.20 0.00 0.00 2.45 0.00 [2021-06-09T09:38:42.154Z] 08:21:02 0.25 0.00 0.25 0.00 0.00 3.61 0.00 [2021-06-09T09:38:42.154Z] 08:22:01 0.27 0.00 0.27 0.00 0.00 4.07 0.00 [2021-06-09T09:38:42.154Z] 08:23:01 0.18 0.00 0.18 0.00 0.00 3.58 0.00 [2021-06-09T09:38:42.154Z] 08:24:01 0.32 0.00 0.32 0.00 0.00 5.01 0.00 [2021-06-09T09:38:42.154Z] 08:25:01 0.27 0.00 0.27 0.00 0.00 3.63 0.00 [2021-06-09T09:38:42.154Z] 08:26:01 0.30 0.00 0.30 0.00 0.00 5.15 0.00 [2021-06-09T09:38:42.154Z] 08:27:01 0.27 0.00 0.27 0.00 0.00 4.16 0.00 [2021-06-09T09:38:42.154Z] 08:28:01 0.23 0.00 0.23 0.00 0.00 3.20 0.00 [2021-06-09T09:38:42.154Z] 08:29:01 0.37 0.00 0.37 0.00 0.00 5.00 0.00 [2021-06-09T09:38:42.154Z] 08:30:01 0.32 0.00 0.32 0.00 0.00 4.53 0.00 [2021-06-09T09:38:42.154Z] 08:31:01 0.32 0.00 0.32 0.00 0.00 4.73 0.00 [2021-06-09T09:38:42.154Z] 08:32:01 0.27 0.00 0.27 0.00 0.00 4.15 0.00 [2021-06-09T09:38:42.154Z] 08:33:01 0.22 0.00 0.22 0.00 0.00 3.17 0.00 [2021-06-09T09:38:42.154Z] 08:34:01 0.32 0.00 0.32 0.00 0.00 4.60 0.00 [2021-06-09T09:38:42.154Z] 08:35:01 0.27 0.00 0.27 0.00 0.00 3.88 0.00 [2021-06-09T09:38:42.154Z] 08:36:01 0.33 0.00 0.33 0.00 0.00 5.10 0.00 [2021-06-09T09:38:42.154Z] 08:37:01 0.28 0.00 0.28 0.00 0.00 4.65 0.00 [2021-06-09T09:38:42.154Z] 08:38:01 0.20 0.00 0.20 0.00 0.00 2.25 0.00 [2021-06-09T09:38:42.154Z] 08:39:01 0.25 0.00 0.25 0.00 0.00 3.05 0.00 [2021-06-09T09:38:42.154Z] 08:40:01 0.22 0.00 0.22 0.00 0.00 2.55 0.00 [2021-06-09T09:38:42.154Z] 08:41:01 0.25 0.00 0.25 0.00 0.00 2.78 0.00 [2021-06-09T09:38:42.154Z] 08:42:01 0.22 0.00 0.22 0.00 0.00 2.55 0.00 [2021-06-09T09:38:42.154Z] 08:43:01 0.20 0.00 0.20 0.00 0.00 1.38 0.00 [2021-06-09T09:38:42.154Z] 08:44:01 0.20 0.00 0.20 0.00 0.00 3.48 0.00 [2021-06-09T09:38:42.154Z] 08:45:01 0.52 0.00 0.52 0.00 0.00 7.91 0.00 [2021-06-09T09:38:42.154Z] 08:46:01 0.18 0.00 0.18 0.00 0.00 2.25 0.00 [2021-06-09T09:38:42.154Z] 08:47:01 0.15 0.00 0.15 0.00 0.00 1.62 0.00 [2021-06-09T09:38:42.154Z] 08:48:01 0.10 0.00 0.10 0.00 0.00 0.67 0.00 [2021-06-09T09:38:42.154Z] 08:49:01 0.23 0.00 0.23 0.00 0.00 2.85 0.00 [2021-06-09T09:38:42.154Z] 08:50:01 0.20 0.00 0.20 0.00 0.00 2.78 0.00 [2021-06-09T09:38:42.154Z] 08:51:01 0.15 0.00 0.15 0.00 0.00 1.48 0.00 [2021-06-09T09:38:42.154Z] 08:52:01 0.10 0.00 0.10 0.00 0.00 0.93 0.00 [2021-06-09T09:38:42.154Z] 08:53:01 0.18 0.00 0.18 0.00 0.00 2.12 0.00 [2021-06-09T09:38:42.154Z] 08:54:01 0.15 0.00 0.15 0.00 0.00 1.75 0.00 [2021-06-09T09:38:42.154Z] 08:55:01 0.18 0.00 0.18 0.00 0.00 2.25 0.00 [2021-06-09T09:38:42.154Z] 08:56:02 0.18 0.00 0.18 0.00 0.00 1.78 0.00 [2021-06-09T09:38:42.154Z] 08:57:01 0.10 0.00 0.10 0.00 0.00 0.81 0.00 [2021-06-09T09:38:42.154Z] 08:58:01 0.18 0.00 0.18 0.00 0.00 2.38 0.00 [2021-06-09T09:38:42.154Z] 08:59:01 0.15 0.00 0.15 0.00 0.00 1.63 0.00 [2021-06-09T09:38:42.154Z] 09:00:01 0.22 0.00 0.22 0.00 0.00 2.70 0.00 [2021-06-09T09:38:42.154Z] 09:01:01 0.18 0.00 0.18 0.00 0.00 1.90 0.00 [2021-06-09T09:38:42.154Z] 09:02:01 0.22 0.00 0.22 0.00 0.00 2.56 0.00 [2021-06-09T09:38:42.154Z] 09:03:01 0.17 0.00 0.17 0.00 0.00 2.13 0.00 [2021-06-09T09:38:42.154Z] 09:04:01 0.18 0.00 0.18 0.00 0.00 2.25 0.00 [2021-06-09T09:38:42.154Z] 09:05:01 0.23 0.00 0.23 0.00 0.00 3.07 0.00 [2021-06-09T09:38:42.155Z] 09:06:01 0.15 0.00 0.15 0.00 0.00 1.48 0.00 [2021-06-09T09:38:42.155Z] 09:07:01 0.18 0.00 0.18 0.00 0.00 2.38 0.00 [2021-06-09T09:38:42.155Z] 09:08:01 0.15 0.00 0.15 0.00 0.00 1.63 0.00 [2021-06-09T09:38:42.155Z] 09:09:01 0.25 0.00 0.25 0.00 0.00 2.72 0.00 [2021-06-09T09:38:42.155Z] 09:10:01 0.15 0.00 0.15 0.00 0.00 1.62 0.00 [2021-06-09T09:38:42.155Z] 09:11:01 0.10 0.00 0.10 0.00 0.00 0.80 0.00 [2021-06-09T09:38:42.155Z] 09:12:01 0.18 0.00 0.18 0.00 0.00 2.25 0.00 [2021-06-09T09:38:42.155Z] 09:13:01 0.15 0.00 0.15 0.00 0.00 1.75 0.00 [2021-06-09T09:38:42.155Z] 09:14:01 0.18 0.00 0.18 0.00 0.00 2.28 0.00 [2021-06-09T09:38:42.155Z] 09:15:01 0.18 0.00 0.18 0.00 0.00 1.90 0.00 [2021-06-09T09:38:42.155Z] 09:16:01 0.25 0.00 0.25 0.00 0.00 4.38 0.00 [2021-06-09T09:38:42.155Z] 09:17:01 0.72 0.00 0.72 0.00 0.00 20.59 0.00 [2021-06-09T09:38:42.155Z] 09:18:01 0.37 0.00 0.37 0.00 0.00 5.68 0.00 [2021-06-09T09:38:42.155Z] 09:19:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 [2021-06-09T09:38:42.155Z] 09:20:01 0.23 0.00 0.23 0.00 0.00 3.05 0.00 [2021-06-09T09:38:42.155Z] 09:21:01 0.22 0.00 0.22 0.00 0.00 2.42 0.00 [2021-06-09T09:38:42.155Z] 09:22:01 0.15 0.00 0.15 0.00 0.00 1.87 0.00 [2021-06-09T09:38:42.155Z] 09:23:01 0.23 0.00 0.23 0.00 0.00 3.18 0.00 [2021-06-09T09:38:42.155Z] 09:24:01 0.25 0.00 0.25 0.00 0.00 2.42 0.00 [2021-06-09T09:38:42.155Z] 09:25:01 0.28 0.00 0.28 0.00 0.00 4.85 0.00 [2021-06-09T09:38:42.155Z] 09:26:01 0.20 0.00 0.20 0.00 0.00 2.68 0.00 [2021-06-09T09:38:42.155Z] 09:27:01 0.13 0.00 0.13 0.00 0.00 2.00 0.00 [2021-06-09T09:38:42.155Z] 09:28:02 0.25 0.00 0.25 0.00 0.00 3.35 0.00 [2021-06-09T09:38:42.155Z] 09:29:01 0.25 0.00 0.25 0.00 0.00 2.34 0.00 [2021-06-09T09:38:42.155Z] 09:30:01 0.25 0.00 0.25 0.00 0.00 2.82 0.00 [2021-06-09T09:38:42.155Z] 09:31:01 0.23 0.00 0.23 0.00 0.00 2.87 0.00 [2021-06-09T09:38:42.155Z] 09:32:01 0.17 0.00 0.17 0.00 0.00 2.13 0.00 [2021-06-09T09:38:42.155Z] 09:33:01 0.23 0.00 0.23 0.00 0.00 3.46 0.00 [2021-06-09T09:38:42.155Z] 09:34:01 0.20 0.00 0.20 0.00 0.00 2.55 0.00 [2021-06-09T09:38:42.155Z] 09:35:01 0.23 0.00 0.23 0.00 0.00 3.22 0.00 [2021-06-09T09:38:42.155Z] 09:36:01 0.20 0.00 0.20 0.00 0.00 2.55 0.00 [2021-06-09T09:38:42.155Z] 09:37:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 [2021-06-09T09:38:42.155Z] 09:38:01 0.23 0.00 0.23 0.00 0.00 3.46 0.00 [2021-06-09T09:38:42.155Z] Average: 2.45 1.11 1.33 0.00 30.47 290.57 0.00 [2021-06-09T09:38:42.155Z] [2021-06-09T09:38:42.155Z] 05:38:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-06-09T09:38:42.155Z] 05:39:01 5854064 0 580952 7.25 2620 1571304 936760 10.34 269556 1501752 20 [2021-06-09T09:38:42.155Z] 05:40:01 5829480 0 599892 7.49 2620 1576948 953644 10.53 287836 1507372 452 [2021-06-09T09:38:42.155Z] 05:41:02 5815128 0 608280 7.60 2620 1582912 960000 10.60 295564 1513500 2060 [2021-06-09T09:38:42.155Z] 05:42:01 5807276 0 613264 7.66 2620 1585780 961328 10.61 312880 1503676 256 [2021-06-09T09:38:42.155Z] 05:43:01 5804696 0 615812 7.69 2620 1585812 962156 10.62 316176 1503688 20 [2021-06-09T09:38:42.155Z] 05:44:01 5796028 0 624476 7.80 2620 1585816 968448 10.69 324584 1503688 20 [2021-06-09T09:38:42.155Z] 05:45:01 5789268 0 628108 7.84 2620 1588944 980784 10.83 329480 1505064 2236 [2021-06-09T09:38:42.155Z] 05:46:01 5780072 0 635036 7.93 2620 1591212 992968 10.96 340736 1503016 436 [2021-06-09T09:38:42.155Z] 05:47:01 5776140 0 637528 7.96 2620 1592652 996508 11.00 343688 1503696 20 [2021-06-09T09:38:42.155Z] 05:48:01 5761888 0 644172 8.04 2620 1600260 1017388 11.23 352016 1508648 2096 [2021-06-09T09:38:42.155Z] 05:49:01 5760752 0 641548 8.01 2620 1604020 1017988 11.24 354484 1508652 1040 [2021-06-09T09:38:42.155Z] 05:50:01 5756636 0 645176 8.06 2620 1604508 1007712 11.13 358196 1508536 20 [2021-06-09T09:38:42.155Z] 05:51:01 5751148 0 650376 8.12 2620 1604796 1007880 11.13 363636 1508632 160 [2021-06-09T09:38:42.155Z] 05:52:01 5745600 0 652188 8.14 2620 1608532 1010524 11.16 368224 1508564 100 [2021-06-09T09:38:42.155Z] 05:53:01 5567308 0 664544 8.30 2620 1774468 1014980 11.21 535524 1510364 744 [2021-06-09T09:38:42.155Z] 05:54:01 5569024 0 662804 8.28 2620 1774492 1015428 11.21 535392 1510076 24 [2021-06-09T09:38:42.155Z] 05:55:01 5561144 0 670680 8.37 2620 1774496 972292 10.73 542900 1510068 16 [2021-06-09T09:38:42.155Z] 05:56:01 5564856 0 666960 8.33 2620 1774504 946304 10.45 539752 1510064 20 [2021-06-09T09:38:42.155Z] 05:57:01 5559156 0 668700 8.35 2620 1778464 948244 10.47 545452 1510064 20 [2021-06-09T09:38:42.155Z] 05:58:01 5557992 0 669556 8.36 2620 1778772 949788 10.49 546408 1510112 24 [2021-06-09T09:38:42.155Z] 05:59:01 5556436 0 670040 8.37 2620 1779844 949768 10.49 548136 1509396 20 [2021-06-09T09:38:42.155Z] 06:00:01 5554760 0 671720 8.39 2620 1779840 960724 10.61 549216 1509388 8 [2021-06-09T09:38:42.155Z] 06:01:01 5558696 0 667780 8.34 2620 1779844 948088 10.47 545724 1509388 8 [2021-06-09T09:38:42.155Z] 06:02:01 5560436 0 665916 8.31 2620 1779968 946156 10.45 544628 1509448 8 [2021-06-09T09:38:42.155Z] 06:03:01 5559124 0 667224 8.33 2620 1779972 946156 10.45 545544 1509448 8 [2021-06-09T09:38:42.155Z] 06:04:01 5559620 0 666720 8.32 2620 1779980 946156 10.45 545532 1509452 8 [2021-06-09T09:38:42.155Z] 06:05:01 5559488 0 666852 8.33 2620 1779980 946156 10.45 545572 1509448 8 [2021-06-09T09:38:42.155Z] 06:06:01 5558508 0 667824 8.34 2620 1779988 946252 10.45 546072 1509448 8 [2021-06-09T09:38:42.155Z] 06:07:01 5558328 0 668004 8.34 2620 1779988 946300 10.45 546332 1509448 8 [2021-06-09T09:38:42.155Z] 06:08:02 5558780 0 667544 8.33 2620 1779996 946264 10.45 546220 1509452 8 [2021-06-09T09:38:42.155Z] 06:09:01 5559216 0 667104 8.33 2620 1780000 946156 10.45 545512 1509448 8 [2021-06-09T09:38:42.155Z] 06:10:01 5559140 0 667176 8.33 2620 1780004 946156 10.45 545584 1509448 8 [2021-06-09T09:38:42.155Z] 06:11:01 5559112 0 667192 8.33 2620 1780016 946276 10.45 545808 1509452 8 [2021-06-09T09:38:42.155Z] 06:12:01 5558388 0 667904 8.34 2620 1780028 946336 10.45 546364 1509460 20 [2021-06-09T09:38:42.155Z] 06:13:01 5489064 0 670836 8.38 2620 1846420 946612 10.45 574152 1550536 20 [2021-06-09T09:38:42.155Z] 06:14:01 5489008 0 670916 8.38 2620 1846396 946856 10.45 574352 1550532 8 [2021-06-09T09:38:42.155Z] 06:15:01 5488784 0 671112 8.38 2620 1846424 946856 10.45 571560 1553488 28 [2021-06-09T09:38:42.155Z] 06:16:01 5488320 0 671588 8.39 2620 1846412 946832 10.45 571852 1553484 8 [2021-06-09T09:38:42.155Z] 06:17:01 5488824 0 671084 8.38 2620 1846412 946820 10.45 570228 1554860 8 [2021-06-09T09:38:42.155Z] 06:18:01 5490096 0 669804 8.36 2620 1846420 946628 10.45 569208 1554860 8 [2021-06-09T09:38:42.155Z] 06:19:01 5489960 0 669936 8.36 2620 1846424 946628 10.45 570416 1553676 8 [2021-06-09T09:38:42.155Z] 06:20:01 5489628 0 670264 8.37 2620 1846428 946628 10.45 573660 1550532 8 [2021-06-09T09:38:42.155Z] 06:21:01 5489928 0 669960 8.37 2620 1846432 946700 10.45 573644 1550532 8 [2021-06-09T09:38:42.155Z] 06:22:01 5489868 0 670016 8.37 2620 1846436 946628 10.45 573604 1550532 8 [2021-06-09T09:38:42.155Z] 06:23:01 5489868 0 670012 8.37 2620 1846440 946628 10.45 573556 1550532 8 [2021-06-09T09:38:42.155Z] 06:24:01 5336012 0 764544 9.55 2620 1905764 946660 10.45 613920 1569600 8 [2021-06-09T09:38:42.155Z] 06:25:01 5335864 0 764688 9.55 2620 1905768 946660 10.45 613836 1569600 8 [2021-06-09T09:38:42.155Z] 06:26:01 5335644 0 764904 9.55 2620 1905772 946744 10.45 613920 1569600 8 [2021-06-09T09:38:42.155Z] 06:27:01 5335912 0 764628 9.55 2620 1905780 946660 10.45 613768 1569600 8 [2021-06-09T09:38:42.155Z] 06:28:01 5335872 0 764668 9.55 2620 1905780 946660 10.45 613900 1569600 8 [2021-06-09T09:38:42.155Z] 06:29:01 5335888 0 764644 9.55 2620 1905788 946660 10.45 613856 1569600 8 [2021-06-09T09:38:42.155Z] 06:30:01 5335880 0 764652 9.55 2620 1905788 946660 10.45 613956 1569600 8 [2021-06-09T09:38:42.155Z] 06:31:01 5335404 0 765124 9.55 2620 1905792 946732 10.45 613956 1569600 16 [2021-06-09T09:38:42.155Z] 06:32:01 5336332 0 764188 9.54 2620 1905800 946660 10.45 613724 1569600 16 [2021-06-09T09:38:42.155Z] 06:33:01 5336004 0 764516 9.55 2620 1905800 946660 10.45 613988 1569600 8 [2021-06-09T09:38:42.155Z] 06:34:01 5336184 0 764328 9.54 2620 1905808 946660 10.45 613868 1569600 8 [2021-06-09T09:38:42.155Z] 06:35:01 5335896 0 764616 9.55 2620 1905808 946660 10.45 614004 1569600 8 [2021-06-09T09:38:42.155Z] 06:36:01 5335940 0 764564 9.55 2620 1905816 946732 10.45 614020 1569600 8 [2021-06-09T09:38:42.155Z] 06:37:01 5335448 0 765052 9.55 2620 1905820 946792 10.45 614236 1569600 8 [2021-06-09T09:38:42.155Z] 06:38:01 5335448 0 765048 9.55 2620 1905824 946816 10.45 614364 1569604 8 [2021-06-09T09:38:42.155Z] 06:39:01 5335564 0 764928 9.55 2620 1905828 946828 10.45 614516 1569600 8 [2021-06-09T09:38:42.155Z] 06:40:01 5336028 0 764464 9.55 2620 1905828 946660 10.45 613904 1569600 8 [2021-06-09T09:38:42.155Z] 06:41:01 5335536 0 764948 9.55 2620 1905836 946732 10.45 614048 1569600 8 [2021-06-09T09:38:42.155Z] 06:42:01 5335536 0 764944 9.55 2620 1905840 946744 10.45 614020 1569600 8 [2021-06-09T09:38:42.155Z] 06:43:01 5335908 0 764568 9.55 2620 1905844 946720 10.45 613988 1569600 12 [2021-06-09T09:38:42.155Z] 06:44:01 5336084 0 764388 9.54 2620 1905848 946660 10.45 614060 1569580 16 [2021-06-09T09:38:42.155Z] 06:45:01 5335888 0 764580 9.55 2620 1905852 946660 10.45 614032 1569580 8 [2021-06-09T09:38:42.155Z] 06:46:01 5335684 0 764780 9.55 2620 1905856 946720 10.45 614104 1569580 16 [2021-06-09T09:38:42.155Z] 06:47:01 5335668 0 764792 9.55 2620 1905860 946732 10.45 614160 1569580 8 [2021-06-09T09:38:42.155Z] 06:48:01 5335632 0 764824 9.55 2620 1905864 946660 10.45 614076 1569580 8 [2021-06-09T09:38:42.155Z] 06:49:01 5336144 0 764308 9.54 2620 1905868 946660 10.45 613932 1569580 8 [2021-06-09T09:38:42.155Z] 06:50:01 5336332 0 764112 9.54 2620 1905876 946660 10.45 614008 1569580 8 [2021-06-09T09:38:42.155Z] 06:51:01 5335636 0 764808 9.55 2620 1905876 946744 10.45 614048 1569580 16 [2021-06-09T09:38:42.155Z] 06:52:01 5335888 0 764548 9.55 2620 1905884 946660 10.45 613980 1569580 16 [2021-06-09T09:38:42.155Z] 06:53:01 5335648 0 764788 9.55 2620 1905884 946660 10.45 614056 1569580 8 [2021-06-09T09:38:42.155Z] 06:54:01 5335944 0 764488 9.55 2620 1905888 946660 10.45 614040 1569580 8 [2021-06-09T09:38:42.155Z] 06:55:01 5335832 0 764592 9.55 2620 1905896 946660 10.45 614004 1569580 8 [2021-06-09T09:38:42.155Z] 06:56:01 5335668 0 764756 9.55 2620 1905896 946732 10.45 614168 1569580 16 [2021-06-09T09:38:42.155Z] 06:57:01 5335608 0 764808 9.55 2620 1905904 946660 10.45 614024 1569580 16 [2021-06-09T09:38:42.155Z] 06:58:01 5335896 0 764520 9.55 2620 1905904 946660 10.45 613956 1569580 8 [2021-06-09T09:38:42.155Z] 06:59:01 5335944 0 764464 9.55 2620 1905912 946660 10.45 614012 1569580 16 [2021-06-09T09:38:42.155Z] 07:00:01 5336092 0 764308 9.54 2620 1905920 946660 10.45 614116 1569584 8 [2021-06-09T09:38:42.155Z] 07:01:01 5333664 0 766732 9.57 2620 1905924 950308 10.49 615152 1569584 12 [2021-06-09T09:38:42.155Z] 07:02:01 5335984 0 764408 9.54 2620 1905928 946732 10.45 614108 1569580 8 [2021-06-09T09:38:42.155Z] 07:03:01 5335748 0 764640 9.55 2620 1905932 946660 10.45 614056 1569580 8 [2021-06-09T09:38:42.155Z] 07:04:01 5336020 0 764420 9.54 2620 1905880 946120 10.45 613760 1569556 8 [2021-06-09T09:38:42.155Z] 07:05:01 5336012 0 764416 9.54 2620 1905892 946120 10.45 613772 1569556 8 [2021-06-09T09:38:42.155Z] 07:06:01 5336276 0 764152 9.54 2620 1905892 946168 10.45 613808 1569556 8 [2021-06-09T09:38:42.155Z] 07:07:01 5335728 0 764692 9.55 2620 1905900 946204 10.45 613920 1569556 8 [2021-06-09T09:38:42.155Z] 07:08:01 5336136 0 764280 9.54 2620 1905904 946120 10.45 613896 1569560 8 [2021-06-09T09:38:42.155Z] 07:09:01 5336276 0 764140 9.54 2620 1905904 946120 10.45 613868 1569556 8 [2021-06-09T09:38:42.155Z] 07:10:01 5336596 0 763812 9.54 2620 1905912 946120 10.45 613928 1569556 8 [2021-06-09T09:38:42.156Z] 07:11:01 5336156 0 764252 9.54 2620 1905912 946192 10.45 613928 1569556 12 [2021-06-09T09:38:42.156Z] 07:12:01 5335876 0 764524 9.55 2620 1905920 946216 10.45 614008 1569556 8 [2021-06-09T09:38:42.156Z] 07:13:01 5336136 0 764260 9.54 2620 1905924 946120 10.45 613824 1569556 8 [2021-06-09T09:38:42.156Z] 07:14:01 5336348 0 764044 9.54 2620 1905928 946120 10.45 613924 1569556 8 [2021-06-09T09:38:42.156Z] 07:15:01 5336120 0 764268 9.54 2620 1905932 946120 10.45 613932 1569556 8 [2021-06-09T09:38:42.156Z] 07:16:01 5336444 0 763944 9.54 2620 1905932 954376 10.54 613908 1569556 8 [2021-06-09T09:38:42.156Z] 07:17:01 5337304 0 763076 9.53 2620 1905940 952796 10.52 612888 1569556 8 [2021-06-09T09:38:42.156Z] 07:18:02 5336128 0 764248 9.54 2620 1905944 954316 10.54 613956 1569556 20 [2021-06-09T09:38:42.156Z] 07:19:01 5336340 0 764032 9.54 2620 1905948 954388 10.54 613996 1569556 16 [2021-06-09T09:38:42.156Z] 07:20:01 5335180 0 765188 9.55 2620 1905952 954556 10.54 614700 1569516 20 [2021-06-09T09:38:42.156Z] 07:21:01 5267572 0 790028 9.86 2620 1948720 989156 10.92 651636 1590800 20 [2021-06-09T09:38:42.156Z] 07:22:01 5247560 0 799956 9.99 2620 1958804 1091476 12.05 660428 1600704 32 [2021-06-09T09:38:42.156Z] 07:23:01 5246620 0 800948 10.00 2620 1958752 1093216 12.07 659784 1602020 20 [2021-06-09T09:38:42.156Z] 07:24:01 5245992 0 801576 10.01 2620 1958752 1105872 12.21 665160 1596312 16 [2021-06-09T09:38:42.156Z] 07:25:01 4915396 0 811396 10.13 2620 2279528 1104836 12.20 825928 1755432 163120 [2021-06-09T09:38:42.156Z] 07:26:01 5090136 0 797152 9.95 2620 2119032 999788 11.04 661556 1751484 20 [2021-06-09T09:38:42.156Z] 07:27:01 5090104 0 796436 9.94 2620 2119780 1002804 11.07 661316 1752048 92 [2021-06-09T09:38:42.156Z] 07:28:01 5091492 0 795016 9.93 2620 2119812 985736 10.88 661168 1751408 40 [2021-06-09T09:38:42.156Z] 07:29:01 5093640 0 792868 9.90 2620 2119812 969288 10.70 656020 1754652 8 [2021-06-09T09:38:42.156Z] 07:30:01 5093948 0 792556 9.90 2620 2119816 969288 10.70 662604 1748124 8 [2021-06-09T09:38:42.156Z] 07:31:01 5093536 0 792960 9.90 2620 2119824 969348 10.70 662516 1748124 8 [2021-06-09T09:38:42.156Z] 07:32:01 5093668 0 792828 9.90 2620 2119824 969372 10.70 662768 1748124 8 [2021-06-09T09:38:42.156Z] 07:33:01 5092396 0 794092 9.92 2620 2119832 969288 10.70 664092 1748124 8 [2021-06-09T09:38:42.156Z] 07:34:01 5091980 0 794488 9.92 2620 2119852 969672 10.71 664988 1747712 48 [2021-06-09T09:38:42.156Z] 07:35:01 5091400 0 795076 9.93 2620 2119844 969708 10.71 666168 1746776 20 [2021-06-09T09:38:42.156Z] 07:36:01 5089980 0 796492 9.95 2620 2119848 969768 10.71 667888 1746776 16 [2021-06-09T09:38:42.156Z] 07:37:01 5113164 0 773284 9.66 2620 2119872 932696 10.30 647960 1743156 52 [2021-06-09T09:38:42.156Z] 07:38:01 5110544 0 775880 9.69 2620 2119896 953416 10.53 650764 1743076 16 [2021-06-09T09:38:42.156Z] 07:39:01 5112836 0 773584 9.66 2620 2119900 967008 10.68 647560 1743076 16 [2021-06-09T09:38:42.156Z] 07:40:01 4264360 0 931784 11.63 2620 2810176 989624 10.93 888448 2217640 16 [2021-06-09T09:38:42.156Z] 07:41:01 4284876 0 911276 11.38 2620 2810168 987520 10.90 890512 2217636 8 [2021-06-09T09:38:42.156Z] 07:42:01 4285572 0 910576 11.37 2620 2810172 979308 10.81 889840 2217628 8 [2021-06-09T09:38:42.156Z] 07:43:01 4287268 0 908876 11.35 2620 2810176 969016 10.70 883220 2223796 8 [2021-06-09T09:38:42.156Z] 07:44:01 4286812 0 909316 11.35 2620 2810192 969220 10.70 883232 2224492 24 [2021-06-09T09:38:42.156Z] 07:45:01 4285788 0 910348 11.37 2620 2810184 969232 10.70 880232 2228328 8 [2021-06-09T09:38:42.156Z] 07:46:01 4287548 0 908580 11.34 2620 2810192 969076 10.70 894420 2212756 12 [2021-06-09T09:38:42.156Z] 07:47:01 4286868 0 909260 11.35 2620 2810192 969244 10.70 896020 2211604 20 [2021-06-09T09:38:42.156Z] 07:48:02 4286292 0 909832 11.36 2620 2810196 969256 10.70 896216 2211604 16 [2021-06-09T09:38:42.156Z] 07:49:01 4278236 0 917752 11.46 2620 2810332 1071580 11.83 903784 2210560 36 [2021-06-09T09:38:42.156Z] 07:50:01 4278392 0 917588 11.46 2620 2810340 1071732 11.83 903408 2211200 20 [2021-06-09T09:38:42.156Z] 07:51:01 4278032 0 917944 11.46 2620 2810344 1071576 11.83 903544 2211196 16 [2021-06-09T09:38:42.156Z] 07:52:01 4278148 0 917828 11.46 2620 2810344 1071588 11.83 903328 2211508 8 [2021-06-09T09:38:42.156Z] 07:53:01 4278340 0 917628 11.46 2620 2810352 1071504 11.83 900180 2214644 8 [2021-06-09T09:38:42.156Z] 07:54:01 4278228 0 917736 11.46 2620 2810356 1071504 11.83 900752 2214004 8 [2021-06-09T09:38:42.156Z] 07:55:01 4278452 0 917508 11.46 2620 2810360 1071504 11.83 900836 2214004 12 [2021-06-09T09:38:42.156Z] 07:56:01 4278520 0 917436 11.46 2620 2810364 1071552 11.83 901136 2213692 12 [2021-06-09T09:38:42.156Z] 07:57:01 4278060 0 917892 11.46 2620 2810368 1071588 11.83 901104 2213692 8 [2021-06-09T09:38:42.156Z] 07:58:01 4278140 0 917804 11.46 2620 2810376 1071504 11.83 901160 2213692 8 [2021-06-09T09:38:42.156Z] 07:59:01 4278108 0 917828 11.46 2620 2810384 1071552 11.83 901060 2213696 12 [2021-06-09T09:38:42.156Z] 08:00:01 4278372 0 917564 11.46 2620 2810384 1071504 11.83 903540 2211204 16 [2021-06-09T09:38:42.156Z] 08:01:01 4276736 0 919196 11.48 2620 2810388 1074248 11.86 905060 2210556 8 [2021-06-09T09:38:42.156Z] 08:02:01 4278452 0 917476 11.46 2620 2810392 1071588 11.83 904284 2210556 8 [2021-06-09T09:38:42.156Z] 08:03:01 4278500 0 917420 11.45 2620 2810400 1071504 11.83 904228 2210556 8 [2021-06-09T09:38:42.156Z] 08:04:01 4278680 0 917236 11.45 2620 2810404 1071504 11.83 904264 2210556 8 [2021-06-09T09:38:42.156Z] 08:05:01 4278384 0 917528 11.46 2620 2810408 1071504 11.83 904332 2210556 8 [2021-06-09T09:38:42.156Z] 08:06:01 4278304 0 917604 11.46 2620 2810412 1071552 11.83 904316 2210556 8 [2021-06-09T09:38:42.156Z] 08:07:01 4278716 0 917192 11.45 2620 2810412 1071576 11.83 904344 2210556 8 [2021-06-09T09:38:42.156Z] 08:08:01 4277896 0 918004 11.46 2620 2810420 1071624 11.83 904708 2210556 20 [2021-06-09T09:38:42.156Z] 08:09:01 4277484 0 918412 11.47 2620 2810424 1071784 11.83 905080 2210556 16 [2021-06-09T09:38:42.156Z] 08:10:01 4277500 0 918392 11.47 2620 2810428 1071784 11.83 905028 2210556 8 [2021-06-09T09:38:42.156Z] 08:11:01 4277588 0 918300 11.47 2620 2810432 1071688 11.83 904728 2210556 20 [2021-06-09T09:38:42.156Z] 08:12:01 4277656 0 918224 11.46 2620 2810440 1071724 11.83 904924 2210560 16 [2021-06-09T09:38:42.156Z] 08:13:01 4278168 0 917708 11.46 2620 2810444 1071676 11.83 904152 2210556 12 [2021-06-09T09:38:42.156Z] 08:14:01 4277832 0 918036 11.46 2620 2810452 1071568 11.83 904316 2210560 8 [2021-06-09T09:38:42.156Z] 08:15:01 4277988 0 917880 11.46 2620 2810452 1071712 11.83 904564 2210556 16 [2021-06-09T09:38:42.156Z] 08:16:01 4278168 0 917696 11.46 2620 2810456 1071712 11.83 904508 2210556 8 [2021-06-09T09:38:42.156Z] 08:17:01 4278120 0 917732 11.46 2620 2810468 1071724 11.83 904708 2210560 8 [2021-06-09T09:38:42.156Z] 08:18:01 4279040 0 916812 11.45 2620 2810468 1071568 11.83 903560 2210556 8 [2021-06-09T09:38:42.156Z] 08:19:01 4279508 0 916336 11.44 2620 2810476 1071568 11.83 903668 2210556 8 [2021-06-09T09:38:42.156Z] 08:20:01 4279312 0 916532 11.44 2620 2810476 1071568 11.83 903836 2210556 20 [2021-06-09T09:38:42.156Z] 08:21:02 4278868 0 916968 11.45 2620 2810484 1071628 11.83 903848 2210556 8 [2021-06-09T09:38:42.156Z] 08:22:01 4277920 0 917912 11.46 2620 2810488 1071652 11.83 904560 2210556 20 [2021-06-09T09:38:42.156Z] 08:23:01 4278452 0 917380 11.45 2620 2810488 1071632 11.83 904568 2210556 16 [2021-06-09T09:38:42.156Z] 08:24:01 4278132 0 917692 11.46 2620 2810496 1071632 11.83 904556 2210556 8 [2021-06-09T09:38:42.156Z] 08:25:01 4278040 0 917784 11.46 2620 2810496 1071632 11.83 904440 2210556 16 [2021-06-09T09:38:42.156Z] 08:26:01 4277928 0 917888 11.46 2620 2810504 1071704 11.83 904492 2210556 12 [2021-06-09T09:38:42.156Z] 08:27:01 4277648 0 918104 11.46 2620 2810568 1071716 11.83 904560 2210572 20 [2021-06-09T09:38:42.156Z] 08:28:01 4278156 0 917652 11.46 2620 2810512 1071632 11.83 904464 2210556 8 [2021-06-09T09:38:42.156Z] 08:29:01 4278248 0 917552 11.46 2620 2810520 1071632 11.83 904540 2210556 8 [2021-06-09T09:38:42.156Z] 08:30:01 4277992 0 917804 11.46 2620 2810524 1071632 11.83 904456 2210560 8 [2021-06-09T09:38:42.156Z] 08:31:01 4278176 0 917616 11.46 2620 2810528 1071704 11.83 904504 2210556 12 [2021-06-09T09:38:42.156Z] 08:32:01 4278300 0 917488 11.46 2620 2810532 1071728 11.83 904676 2210556 8 [2021-06-09T09:38:42.156Z] 08:33:01 4278760 0 917024 11.45 2620 2810536 1071632 11.83 903944 2210556 8 [2021-06-09T09:38:42.156Z] 08:34:01 4278544 0 917236 11.45 2620 2810540 1071632 11.83 903932 2210556 8 [2021-06-09T09:38:42.156Z] 08:35:01 4278908 0 916864 11.45 2620 2810548 1071632 11.83 903824 2210556 8 [2021-06-09T09:38:42.156Z] 08:36:01 4278080 0 917692 11.46 2620 2810548 1071944 11.83 904056 2210556 8 [2021-06-09T09:38:42.156Z] 08:37:01 4278440 0 917324 11.45 2620 2810556 1071632 11.83 903956 2210556 8 [2021-06-09T09:38:42.156Z] 08:38:01 4278704 0 917060 11.45 2620 2810556 1071632 11.83 903940 2210556 8 [2021-06-09T09:38:42.156Z] 08:39:01 4278492 0 917268 11.45 2620 2810560 1071692 11.83 903944 2210556 8 [2021-06-09T09:38:42.156Z] 08:40:01 4278696 0 917056 11.45 2620 2810568 1071632 11.83 903852 2210556 8 [2021-06-09T09:38:42.156Z] 08:41:01 4278564 0 917188 11.45 2620 2810568 1071680 11.83 903980 2210556 8 [2021-06-09T09:38:42.156Z] 08:42:01 4278836 0 916908 11.45 2620 2810576 1071632 11.83 903880 2210556 8 [2021-06-09T09:38:42.156Z] 08:43:01 4278688 0 917056 11.45 2620 2810576 1071632 11.83 903912 2210556 8 [2021-06-09T09:38:42.156Z] 08:44:01 4421900 0 773980 9.66 2620 2810440 812888 8.97 771480 2201160 0 [2021-06-09T09:38:42.156Z] 08:45:01 4421840 0 774036 9.66 2620 2810444 812888 8.97 771452 2201160 0 [2021-06-09T09:38:42.156Z] 08:46:01 4422564 0 773308 9.66 2620 2810448 812888 8.97 771404 2201164 0 [2021-06-09T09:38:42.156Z] 08:47:01 4422168 0 773700 9.66 2620 2810452 812888 8.97 771492 2201160 0 [2021-06-09T09:38:42.156Z] 08:48:01 4425480 0 770440 9.62 2620 2810400 808336 8.92 769248 2200948 20 [2021-06-09T09:38:42.156Z] 08:49:01 4425364 0 770548 9.62 2620 2810408 808336 8.92 769304 2200952 0 [2021-06-09T09:38:42.156Z] 08:50:01 4425356 0 770552 9.62 2620 2810412 808336 8.92 769180 2200948 0 [2021-06-09T09:38:42.156Z] 08:51:01 4425240 0 770668 9.62 2620 2810412 808336 8.92 769180 2200948 0 [2021-06-09T09:38:42.156Z] 08:52:01 4425388 0 770512 9.62 2620 2810420 808336 8.92 769308 2200948 0 [2021-06-09T09:38:42.156Z] 08:53:01 4425264 0 770636 9.62 2620 2810420 808336 8.92 769188 2200948 0 [2021-06-09T09:38:42.156Z] 08:54:01 4425248 0 770644 9.62 2620 2810428 808336 8.92 769312 2200948 0 [2021-06-09T09:38:42.156Z] 08:55:01 4425232 0 770656 9.62 2620 2810432 808336 8.92 769220 2200948 0 [2021-06-09T09:38:42.156Z] 08:56:02 4425496 0 770388 9.62 2620 2810436 808336 8.92 769156 2200948 0 [2021-06-09T09:38:42.156Z] 08:57:01 4426660 0 769220 9.60 2620 2810440 806744 8.91 768368 2200764 0 [2021-06-09T09:38:42.156Z] 08:58:01 4425536 0 770336 9.62 2620 2810448 808336 8.92 769508 2200768 0 [2021-06-09T09:38:42.156Z] 08:59:01 4425708 0 770160 9.62 2620 2810452 808336 8.92 769364 2200764 0 [2021-06-09T09:38:42.156Z] 09:00:01 4425188 0 770672 9.62 2620 2810460 808336 8.92 769400 2200768 0 [2021-06-09T09:38:42.156Z] 09:01:01 4424348 0 771508 9.63 2620 2810464 811104 8.96 770192 2200764 0 [2021-06-09T09:38:42.156Z] 09:02:01 4425452 0 770396 9.62 2620 2810472 808336 8.92 769428 2200764 0 [2021-06-09T09:38:42.156Z] 09:03:01 4425660 0 770184 9.62 2620 2810476 808336 8.92 769500 2200764 0 [2021-06-09T09:38:42.156Z] 09:04:01 4425232 0 770608 9.62 2620 2810480 808336 8.92 769480 2200764 4 [2021-06-09T09:38:42.156Z] 09:05:01 4425592 0 770244 9.62 2620 2810484 808336 8.92 769432 2200764 0 [2021-06-09T09:38:42.156Z] 09:06:01 4425444 0 770392 9.62 2620 2810484 808336 8.92 769516 2200764 0 [2021-06-09T09:38:42.156Z] 09:07:01 4425740 0 770088 9.62 2620 2810492 808336 8.92 769576 2200764 0 [2021-06-09T09:38:42.156Z] 09:08:01 4425552 0 770272 9.62 2620 2810496 808336 8.92 769444 2200764 0 [2021-06-09T09:38:42.157Z] 09:09:01 4425668 0 770152 9.62 2620 2810500 808336 8.92 769548 2200764 0 [2021-06-09T09:38:42.157Z] 09:10:01 4425172 0 770644 9.62 2620 2810504 808336 8.92 769472 2200764 0 [2021-06-09T09:38:42.157Z] 09:11:01 4425264 0 770548 9.62 2620 2810508 808336 8.92 769340 2200764 0 [2021-06-09T09:38:42.157Z] 09:12:01 4425264 0 770544 9.62 2620 2810512 808336 8.92 769576 2200764 0 [2021-06-09T09:38:42.157Z] 09:13:01 4425388 0 770412 9.62 2620 2810520 808336 8.92 769584 2200768 0 [2021-06-09T09:38:42.157Z] 09:14:01 4425584 0 770212 9.62 2620 2810524 808336 8.92 769556 2200764 0 [2021-06-09T09:38:42.157Z] 09:15:01 4425364 0 770428 9.62 2620 2810528 808336 8.92 769476 2200764 0 [2021-06-09T09:38:42.157Z] 09:16:01 4302260 0 893296 11.15 2620 2810764 1124036 12.41 894724 2196360 172 [2021-06-09T09:38:42.157Z] 09:17:01 4313456 0 882096 11.01 2620 2810768 1093744 12.08 884124 2196356 20 [2021-06-09T09:38:42.157Z] 09:18:01 4313836 0 881712 11.01 2620 2810772 1093744 12.08 883960 2196356 8 [2021-06-09T09:38:42.157Z] 09:19:01 4313124 0 882420 11.02 2620 2810776 1093744 12.08 883948 2196356 8 [2021-06-09T09:38:42.157Z] 09:20:01 4313216 0 882324 11.02 2620 2810780 1093744 12.08 884016 2196356 8 [2021-06-09T09:38:42.157Z] 09:21:01 4308120 0 887416 11.08 2620 2810784 1093840 12.08 888856 2196356 20 [2021-06-09T09:38:42.157Z] 09:22:01 4299040 0 896492 11.19 2620 2810788 1093852 12.08 897868 2196356 8 [2021-06-09T09:38:42.157Z] 09:23:01 4299640 0 895888 11.19 2620 2810792 1093744 12.08 897276 2196356 8 [2021-06-09T09:38:42.157Z] 09:24:01 4300052 0 895472 11.18 2620 2810796 1093744 12.08 897284 2196356 8 [2021-06-09T09:38:42.157Z] 09:25:01 4299780 0 895740 11.18 2620 2810800 1093744 12.08 897408 2196356 8 [2021-06-09T09:38:42.157Z] 09:26:01 4298032 0 897480 11.21 2620 2810808 1094032 12.08 899052 2196356 20 [2021-06-09T09:38:42.157Z] 09:27:01 4297876 0 897636 11.21 2620 2810808 1094056 12.08 899084 2196356 8 [2021-06-09T09:38:42.157Z] 09:28:02 4299808 0 895692 11.18 2620 2810820 1093744 12.08 897500 2196360 8 [2021-06-09T09:38:42.157Z] 09:29:01 4299824 0 895676 11.18 2620 2810820 1093744 12.08 897484 2196356 8 [2021-06-09T09:38:42.157Z] 09:30:01 4299864 0 895632 11.18 2620 2810824 1093744 12.08 897372 2196356 8 [2021-06-09T09:38:42.157Z] 09:31:01 4299488 0 896000 11.19 2620 2810832 1093828 12.08 897848 2196356 8 [2021-06-09T09:38:42.157Z] 09:32:01 4299512 0 895976 11.19 2620 2810832 1093816 12.08 897872 2196356 16 [2021-06-09T09:38:42.157Z] 09:33:01 4299708 0 895772 11.18 2620 2810840 1093744 12.08 897388 2196356 16 [2021-06-09T09:38:42.157Z] 09:34:01 4299816 0 895664 11.18 2620 2810840 1093744 12.08 897508 2196356 16 [2021-06-09T09:38:42.157Z] 09:35:01 4300468 0 895004 11.18 2620 2810848 1093744 12.08 897564 2196356 8 [2021-06-09T09:38:42.157Z] 09:36:01 4299580 0 895888 11.19 2620 2810852 1093840 12.08 897932 2196356 8 [2021-06-09T09:38:42.157Z] 09:37:01 4299840 0 895628 11.18 2620 2810852 1093744 12.08 897372 2196356 20 [2021-06-09T09:38:42.157Z] 09:38:01 4300120 0 895340 11.18 2620 2810860 1093744 12.08 897448 2196356 8 [2021-06-09T09:38:42.157Z] Average: 4868530 0 800144 9.99 2620 2337646 979443 10.81 718434 1887314 731 [2021-06-09T09:38:42.157Z] [2021-06-09T09:38:42.157Z] 05:38:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-06-09T09:38:42.157Z] 05:39:01 eth0 9.47 6.98 17.59 0.83 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:40:01 eth0 17.26 14.56 73.82 3.41 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:41:02 eth0 29.15 23.03 109.57 4.36 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:41:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:41:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:42:01 eth0 22.53 16.92 53.57 3.18 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:43:01 eth0 3.23 1.88 2.66 0.73 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:44:01 eth0 2.60 2.12 1.67 2.21 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:45:01 eth0 22.92 18.40 58.89 5.05 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:46:01 eth0 19.07 14.91 42.25 5.40 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:47:01 eth0 8.75 6.71 16.14 2.26 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:48:01 eth0 14.51 12.86 51.08 4.77 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:49:01 eth0 22.06 20.44 71.57 5.02 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:50:01 eth0 8.68 5.55 8.48 1.97 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:51:01 eth0 7.60 6.43 7.68 6.74 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:52:01 eth0 18.84 17.62 69.45 5.74 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:53:01 eth0 305.60 235.17 2682.17 19.47 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:54:01 eth0 4.35 3.05 3.04 2.84 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:55:01 eth0 1.40 1.27 0.96 1.62 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:56:01 eth0 0.67 0.42 0.40 0.27 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:57:01 eth0 24.75 20.92 73.68 4.53 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:58:01 eth0 5.08 3.90 7.52 1.14 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:59:01 eth0 3.88 2.86 3.02 1.27 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 05:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 06:00:01 eth0 0.68 1.23 0.28 2.93 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 06:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 06:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 06:01:01 eth0 0.30 0.27 0.14 0.05 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 06:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 06:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 06:02:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 06:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 06:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 06:03:01 eth0 0.08 0.08 0.01 0.03 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 06:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 06:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 06:04:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 06:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 06:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 06:05:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 06:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 06:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 06:06:01 eth0 0.58 0.18 0.18 0.04 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 06:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 06:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 06:07:01 eth0 0.47 0.27 0.27 0.22 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 06:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 06:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.157Z] 06:08:02 eth0 0.08 0.05 0.05 0.04 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:08:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:08:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:09:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:10:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:11:01 eth0 0.22 0.15 0.14 0.07 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:12:01 eth0 0.57 0.38 0.57 0.17 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:13:01 eth0 4.40 4.10 3.20 0.91 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:14:01 eth0 0.78 0.48 0.58 0.26 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:15:01 eth0 1.77 1.05 1.69 0.56 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:16:01 eth0 0.95 0.62 0.72 0.39 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:17:01 eth0 0.43 0.23 0.26 0.19 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:18:01 eth0 0.05 0.05 0.00 0.04 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:19:01 eth0 0.37 0.00 0.04 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:20:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:21:01 eth0 0.22 0.18 0.14 0.04 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:22:01 eth0 0.05 0.05 0.00 0.03 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:23:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:24:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:25:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:26:01 eth0 0.22 0.17 0.14 0.07 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:27:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:28:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:29:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:30:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:31:01 eth0 0.25 0.23 0.14 0.05 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:32:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:33:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:34:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:35:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:36:01 eth0 0.12 0.07 0.04 0.06 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:37:01 eth0 0.70 0.38 0.45 0.29 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:38:01 eth0 0.30 0.20 0.17 0.10 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:39:01 eth0 0.08 0.05 0.05 0.06 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:40:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:41:01 eth0 0.10 0.07 0.04 0.04 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:42:01 eth0 0.07 0.07 0.04 0.03 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:43:01 eth0 0.08 0.05 0.06 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:44:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:45:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:46:01 eth0 0.20 0.17 0.10 0.04 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:47:01 eth0 0.07 0.07 0.04 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:48:01 eth0 0.05 0.05 0.00 0.03 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:49:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:50:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:51:01 eth0 0.20 0.18 0.14 0.04 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:52:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:53:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:54:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:55:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:56:01 eth0 0.27 0.22 0.16 0.07 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:57:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.158Z] 06:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 06:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 06:58:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 06:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 06:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 06:59:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 06:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 06:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:00:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:01:01 eth0 0.18 0.08 0.10 0.06 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:02:01 eth0 0.08 0.12 0.04 0.03 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:03:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:04:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:05:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:06:01 eth0 0.08 0.07 0.01 0.04 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:07:01 eth0 0.22 0.17 0.14 0.04 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:08:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:09:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:10:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:11:01 eth0 0.18 0.15 0.10 0.04 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:12:01 eth0 0.07 0.08 0.04 0.03 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:13:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:14:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:15:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:16:01 eth0 0.05 0.05 0.00 0.04 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:17:01 eth0 0.07 0.05 0.04 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:18:02 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:18:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:18:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:19:01 eth0 0.14 0.10 0.10 0.03 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:20:01 eth0 1.37 0.95 1.40 0.48 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:21:01 eth0 36.74 34.93 301.98 10.07 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:22:01 eth0 2.75 2.13 3.29 0.96 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:22:01 veth6a0c81c 0.00 0.22 0.00 0.02 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:22:01 docker0 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:23:01 eth0 4.60 3.45 5.51 1.56 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:23:01 veth6a0c81c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:24:01 eth0 3.40 3.90 3.42 5.96 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:24:01 veth6a0c81c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:25:01 eth0 753.34 1125.47 2701.26 101.33 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:25:01 veth6a0c81c 1123.27 747.51 100.00 2697.69 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:25:01 docker0 1123.27 747.51 84.65 2697.69 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:26:01 eth0 3.07 2.15 3.54 1.05 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:27:01 eth0 3.71 4.58 4.00 7.49 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:28:01 eth0 2.51 1.47 2.18 0.63 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:29:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:30:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:31:01 eth0 0.15 0.12 0.10 0.04 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:32:01 eth0 0.07 0.10 0.04 0.04 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:33:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:34:01 eth0 0.70 0.50 0.96 0.24 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:35:01 eth0 0.93 0.67 0.82 0.33 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:36:01 eth0 1.40 0.95 1.35 0.47 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:37:01 eth0 1.18 0.77 1.20 0.41 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:38:01 eth0 2.12 0.68 1.15 0.52 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:39:01 eth0 2.30 0.58 0.63 0.77 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:40:01 eth0 478.90 412.51 3511.31 35.31 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:40:01 docker0 197.35 252.08 13.94 844.04 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:41:01 eth0 0.95 0.57 0.60 0.25 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:42:01 eth0 0.08 0.07 0.04 0.03 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:43:01 eth0 0.12 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:44:01 eth0 1.03 0.58 0.91 0.28 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:45:01 eth0 0.70 0.40 0.54 0.19 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.159Z] 07:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:46:01 eth0 0.17 0.13 0.10 0.04 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:47:01 eth0 1.00 0.70 1.02 0.34 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:48:02 eth0 1.33 1.03 1.41 0.46 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:48:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:48:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:49:01 vethd70b8e1 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:49:01 eth0 0.81 0.63 0.97 0.25 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:50:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:50:01 eth0 0.72 0.53 0.77 0.25 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:51:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:51:01 eth0 0.22 0.18 0.15 0.04 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:52:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:52:01 eth0 0.10 0.07 0.04 0.03 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:53:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:53:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:54:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:54:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:55:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:55:01 eth0 0.12 0.07 0.01 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:56:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:56:01 eth0 0.15 0.08 0.04 0.04 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:57:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:57:01 eth0 0.10 0.10 0.04 0.03 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:58:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:58:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:59:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:59:01 eth0 0.10 0.05 0.06 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 07:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:00:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:00:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:01:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:01:01 eth0 0.22 0.15 0.10 0.05 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:02:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:02:01 eth0 0.08 0.05 0.04 0.03 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:03:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:03:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:04:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:04:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:05:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:05:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:06:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:06:01 eth0 0.17 0.12 0.10 0.04 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:07:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:07:01 eth0 0.08 0.08 0.04 0.03 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:08:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:08:01 eth0 0.33 0.18 0.17 0.13 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:09:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:09:01 eth0 0.55 0.32 0.35 0.23 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:10:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:10:01 eth0 0.18 0.10 0.09 0.10 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:11:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:11:01 eth0 0.20 0.15 0.10 0.04 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:12:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:12:01 eth0 0.38 0.23 0.21 0.13 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:13:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:13:01 eth0 0.17 0.10 0.09 0.07 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:14:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:14:01 eth0 0.05 0.03 0.00 0.03 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:15:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:15:01 eth0 0.47 0.25 0.27 0.17 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:16:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:16:01 eth0 0.20 0.15 0.13 0.07 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:17:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:17:01 eth0 0.07 0.07 0.04 0.03 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:18:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:18:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:19:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.160Z] 08:19:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:20:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:20:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:21:02 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:21:02 eth0 0.20 0.12 0.10 0.05 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:21:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:21:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:22:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:22:01 eth0 0.08 0.12 0.04 0.04 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:23:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:23:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:24:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:24:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:25:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:25:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:26:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:26:01 eth0 0.17 0.12 0.10 0.04 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:27:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:27:01 eth0 0.07 0.08 0.04 0.03 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:28:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:28:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:29:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:29:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:30:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:30:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:31:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:31:01 eth0 0.20 0.17 0.10 0.04 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:32:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:32:01 eth0 0.10 0.07 0.04 0.03 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:33:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:33:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:34:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:34:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:35:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:35:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:36:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:36:01 eth0 0.72 1.97 0.08 5.09 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:37:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:37:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:38:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:38:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:39:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:39:01 eth0 0.07 0.05 0.04 0.03 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:40:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:40:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:41:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:41:01 eth0 0.07 0.07 0.00 0.04 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:42:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:42:01 eth0 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:43:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:43:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:44:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:44:01 eth0 0.17 0.12 0.04 0.04 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:45:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:45:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:46:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:46:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:47:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:47:01 eth0 0.08 0.07 0.01 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:48:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:48:01 eth0 0.23 0.22 0.02 0.02 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:49:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:49:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:50:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:50:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:51:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:51:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:52:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:52:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:53:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:53:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:54:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:54:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:55:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:55:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:56:02 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:56:02 eth0 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:56:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:56:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:57:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.161Z] 08:57:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 08:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 08:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 08:58:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 08:58:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 08:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 08:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 08:59:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 08:59:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 08:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 08:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:00:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:00:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:01:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:01:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:02:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:02:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:03:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:03:01 eth0 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:04:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:04:01 eth0 0.07 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:05:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:05:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:06:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:06:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:07:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:07:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:08:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:08:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:09:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:09:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:10:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:10:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:11:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:11:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:12:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:12:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:13:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:13:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:14:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:14:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:15:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:15:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:16:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:16:01 eth0 29.56 30.24 14.14 36.48 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:17:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:17:01 eth0 0.03 0.02 0.03 0.03 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:18:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:18:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:19:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:19:01 eth0 0.12 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:20:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:20:01 eth0 0.50 0.00 0.02 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:21:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:21:01 eth0 0.33 0.17 0.09 0.07 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:22:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:22:01 eth0 0.15 0.15 0.09 0.01 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:23:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:23:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:24:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:24:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:25:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:25:01 eth0 0.50 0.00 0.05 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:26:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:26:01 eth0 2.98 0.80 1.11 0.58 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:27:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:27:01 eth0 0.68 0.22 0.28 0.25 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:28:02 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:28:02 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:28:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:28:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:29:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:29:01 eth0 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:30:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:30:01 eth0 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:31:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:31:01 eth0 0.13 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:32:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:32:01 eth0 0.10 0.07 0.06 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:33:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:33:01 eth0 0.07 0.02 0.01 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:34:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:34:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.162Z] 09:35:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.163Z] 09:35:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.163Z] 09:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.163Z] 09:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.163Z] 09:36:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.163Z] 09:36:01 eth0 0.22 0.17 0.14 0.07 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.163Z] 09:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.163Z] 09:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.163Z] 09:37:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.163Z] 09:37:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.163Z] 09:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.163Z] 09:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.163Z] 09:38:01 vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.163Z] 09:38:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.163Z] 09:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.163Z] 09:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.163Z] Average: vethd70b8e1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.163Z] Average: eth0 7.99 8.70 41.42 1.27 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.163Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.163Z] Average: docker0 5.51 4.17 0.41 14.77 0.00 0.00 0.00 0.00 [2021-06-09T09:38:42.163Z] [2021-06-09T09:38:42.163Z] [2021-06-09T09:38:42.163Z] ---> sar -P ALL: [2021-06-09T09:38:42.163Z] Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/09/21 _x86_64_ (2 CPU) [2021-06-09T09:38:42.163Z] [2021-06-09T09:38:42.163Z] 05:37:04 LINUX RESTART (2 CPU) [2021-06-09T09:38:42.163Z] [2021-06-09T09:38:42.163Z] 05:38:02 CPU %user %nice %system %iowait %steal %idle [2021-06-09T09:38:42.163Z] 05:39:01 all 1.92 0.00 0.13 0.26 0.03 97.67 [2021-06-09T09:38:42.163Z] 05:39:01 0 1.50 0.00 0.15 0.26 0.05 98.04 [2021-06-09T09:38:42.163Z] 05:39:01 1 2.33 0.00 0.10 0.26 0.02 97.30 [2021-06-09T09:38:42.163Z] 05:40:01 all 0.61 0.00 0.17 0.01 0.03 99.18 [2021-06-09T09:38:42.163Z] 05:40:01 0 0.60 0.00 0.17 0.00 0.03 99.20 [2021-06-09T09:38:42.163Z] 05:40:01 1 0.62 0.00 0.17 0.02 0.03 99.16 [2021-06-09T09:38:42.163Z] 05:41:02 all 0.61 0.00 0.11 0.00 0.03 99.25 [2021-06-09T09:38:42.163Z] 05:41:02 0 0.50 0.00 0.10 0.00 0.03 99.36 [2021-06-09T09:38:42.163Z] 05:41:02 1 0.72 0.00 0.12 0.00 0.02 99.15 [2021-06-09T09:38:42.163Z] 05:42:01 all 0.83 0.00 0.09 0.00 0.03 99.05 [2021-06-09T09:38:42.163Z] 05:42:01 0 0.61 0.00 0.12 0.00 0.05 99.22 [2021-06-09T09:38:42.163Z] 05:42:01 1 1.04 0.00 0.07 0.00 0.02 98.88 [2021-06-09T09:38:42.163Z] 05:43:01 all 0.31 0.00 0.06 0.00 0.03 99.60 [2021-06-09T09:38:42.163Z] 05:43:01 0 0.27 0.00 0.07 0.00 0.03 99.63 [2021-06-09T09:38:42.163Z] 05:43:01 1 0.35 0.00 0.05 0.00 0.03 99.56 [2021-06-09T09:38:42.163Z] 05:44:01 all 0.28 0.00 0.06 0.00 0.03 99.63 [2021-06-09T09:38:42.163Z] 05:44:01 0 0.18 0.00 0.05 0.00 0.03 99.73 [2021-06-09T09:38:42.163Z] 05:44:01 1 0.38 0.00 0.07 0.00 0.02 99.53 [2021-06-09T09:38:42.163Z] 05:45:01 all 0.45 0.00 0.08 0.00 0.03 99.43 [2021-06-09T09:38:42.163Z] 05:45:01 0 0.34 0.00 0.10 0.00 0.03 99.53 [2021-06-09T09:38:42.163Z] 05:45:01 1 0.57 0.00 0.07 0.00 0.03 99.33 [2021-06-09T09:38:42.163Z] 05:46:01 all 0.59 0.00 0.13 0.01 0.03 99.23 [2021-06-09T09:38:42.163Z] 05:46:01 0 0.79 0.00 0.17 0.02 0.05 98.98 [2021-06-09T09:38:42.163Z] 05:46:01 1 0.40 0.00 0.10 0.00 0.02 99.48 [2021-06-09T09:38:42.163Z] 05:47:01 all 0.28 0.00 0.08 0.02 0.03 99.60 [2021-06-09T09:38:42.163Z] 05:47:01 0 0.32 0.00 0.08 0.00 0.03 99.56 [2021-06-09T09:38:42.163Z] 05:47:01 1 0.23 0.00 0.07 0.03 0.03 99.63 [2021-06-09T09:38:42.163Z] 05:48:01 all 0.44 0.00 0.08 0.00 0.03 99.46 [2021-06-09T09:38:42.163Z] 05:48:01 0 0.35 0.00 0.08 0.00 0.03 99.53 [2021-06-09T09:38:42.163Z] 05:48:01 1 0.52 0.00 0.07 0.00 0.03 99.38 [2021-06-09T09:38:42.163Z] 05:49:01 all 0.74 0.00 0.12 0.00 0.03 99.12 [2021-06-09T09:38:42.163Z] 05:49:01 0 0.72 0.00 0.13 0.00 0.03 99.11 [2021-06-09T09:38:42.163Z] 05:49:01 1 0.75 0.00 0.10 0.00 0.02 99.13 [2021-06-09T09:38:42.163Z] [2021-06-09T09:38:42.163Z] 05:49:01 CPU %user %nice %system %iowait %steal %idle [2021-06-09T09:38:42.163Z] 05:50:01 all 0.90 0.00 0.08 0.03 0.03 98.97 [2021-06-09T09:38:42.163Z] 05:50:01 0 0.48 0.00 0.07 0.05 0.05 99.35 [2021-06-09T09:38:42.163Z] 05:50:01 1 1.31 0.00 0.08 0.00 0.02 98.59 [2021-06-09T09:38:42.163Z] 05:51:01 all 0.58 0.00 0.08 0.00 0.03 99.31 [2021-06-09T09:38:42.163Z] 05:51:01 0 0.30 0.00 0.08 0.00 0.03 99.58 [2021-06-09T09:38:42.163Z] 05:51:01 1 0.85 0.00 0.07 0.00 0.03 99.05 [2021-06-09T09:38:42.163Z] 05:52:01 all 0.49 0.00 0.13 0.00 0.03 99.36 [2021-06-09T09:38:42.163Z] 05:52:01 0 0.42 0.00 0.13 0.00 0.03 99.41 [2021-06-09T09:38:42.163Z] 05:52:01 1 0.55 0.00 0.13 0.00 0.02 99.30 [2021-06-09T09:38:42.163Z] 05:53:01 all 4.36 0.00 0.97 3.66 0.05 90.95 [2021-06-09T09:38:42.163Z] 05:53:01 0 4.53 0.00 1.17 6.90 0.07 87.33 [2021-06-09T09:38:42.163Z] 05:53:01 1 4.19 0.00 0.78 0.42 0.03 94.57 [2021-06-09T09:38:42.163Z] 05:54:01 all 0.53 0.00 0.13 0.49 0.03 98.83 [2021-06-09T09:38:42.163Z] 05:54:01 0 0.59 0.00 0.12 0.13 0.03 99.13 [2021-06-09T09:38:42.163Z] 05:54:01 1 0.47 0.00 0.13 0.85 0.02 98.53 [2021-06-09T09:38:42.163Z] 05:55:01 all 0.28 0.00 0.04 0.00 0.02 99.66 [2021-06-09T09:38:42.163Z] 05:55:01 0 0.39 0.00 0.05 0.00 0.02 99.55 [2021-06-09T09:38:42.163Z] 05:55:01 1 0.18 0.00 0.03 0.00 0.02 99.77 [2021-06-09T09:38:42.163Z] 05:56:01 all 0.12 0.00 0.05 0.00 0.02 99.82 [2021-06-09T09:38:42.163Z] 05:56:01 0 0.17 0.00 0.05 0.00 0.02 99.77 [2021-06-09T09:38:42.163Z] 05:56:01 1 0.07 0.00 0.05 0.00 0.02 99.87 [2021-06-09T09:38:42.163Z] 05:57:01 all 0.53 0.00 0.09 0.00 0.03 99.35 [2021-06-09T09:38:42.163Z] 05:57:01 0 0.52 0.00 0.12 0.00 0.03 99.33 [2021-06-09T09:38:42.163Z] 05:57:01 1 0.53 0.00 0.07 0.00 0.03 99.36 [2021-06-09T09:38:42.163Z] 05:58:01 all 0.27 0.00 0.08 0.00 0.03 99.63 [2021-06-09T09:38:42.163Z] 05:58:01 0 0.25 0.00 0.10 0.00 0.05 99.60 [2021-06-09T09:38:42.163Z] 05:58:01 1 0.28 0.00 0.05 0.00 0.00 99.66 [2021-06-09T09:38:42.163Z] 05:59:01 all 0.58 0.00 0.27 0.10 0.03 99.02 [2021-06-09T09:38:42.163Z] 05:59:01 0 0.52 0.00 0.27 0.18 0.03 99.00 [2021-06-09T09:38:42.163Z] 05:59:01 1 0.64 0.00 0.27 0.02 0.03 99.04 [2021-06-09T09:38:42.163Z] 06:00:01 all 0.18 0.00 0.04 0.00 0.02 99.77 [2021-06-09T09:38:42.163Z] 06:00:01 0 0.27 0.00 0.07 0.00 0.03 99.63 [2021-06-09T09:38:42.163Z] 06:00:01 1 0.08 0.00 0.02 0.00 0.00 99.90 [2021-06-09T09:38:42.163Z] [2021-06-09T09:38:42.163Z] 06:00:01 CPU %user %nice %system %iowait %steal %idle [2021-06-09T09:38:42.163Z] 06:01:01 all 0.05 0.00 0.06 0.01 0.03 99.86 [2021-06-09T09:38:42.163Z] 06:01:01 0 0.03 0.00 0.05 0.00 0.02 99.90 [2021-06-09T09:38:42.163Z] 06:01:01 1 0.07 0.00 0.07 0.02 0.03 99.82 [2021-06-09T09:38:42.163Z] 06:02:01 all 0.14 0.00 0.05 0.04 0.03 99.74 [2021-06-09T09:38:42.163Z] 06:02:01 0 0.13 0.00 0.05 0.08 0.02 99.72 [2021-06-09T09:38:42.163Z] 06:02:01 1 0.15 0.00 0.05 0.00 0.03 99.77 [2021-06-09T09:38:42.163Z] 06:03:01 all 0.08 0.00 0.04 0.00 0.03 99.85 [2021-06-09T09:38:42.163Z] 06:03:01 0 0.08 0.00 0.05 0.00 0.05 99.82 [2021-06-09T09:38:42.163Z] 06:03:01 1 0.07 0.00 0.03 0.00 0.02 99.88 [2021-06-09T09:38:42.163Z] 06:04:01 all 0.08 0.00 0.03 0.00 0.03 99.87 [2021-06-09T09:38:42.163Z] 06:04:01 0 0.05 0.00 0.03 0.00 0.03 99.88 [2021-06-09T09:38:42.163Z] 06:04:01 1 0.10 0.00 0.02 0.00 0.02 99.87 [2021-06-09T09:38:42.163Z] 06:05:01 all 0.18 0.00 0.03 0.00 0.03 99.76 [2021-06-09T09:38:42.163Z] 06:05:01 0 0.02 0.00 0.02 0.00 0.03 99.93 [2021-06-09T09:38:42.163Z] 06:05:01 1 0.35 0.00 0.05 0.00 0.02 99.58 [2021-06-09T09:38:42.163Z] 06:06:01 all 0.12 0.00 0.02 0.00 0.03 99.84 [2021-06-09T09:38:42.163Z] 06:06:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2021-06-09T09:38:42.163Z] 06:06:01 1 0.20 0.00 0.02 0.00 0.03 99.75 [2021-06-09T09:38:42.163Z] 06:07:01 all 0.15 0.00 0.03 0.00 0.03 99.79 [2021-06-09T09:38:42.163Z] 06:07:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2021-06-09T09:38:42.163Z] 06:07:01 1 0.28 0.00 0.03 0.00 0.05 99.63 [2021-06-09T09:38:42.163Z] 06:08:02 all 0.13 0.00 0.03 0.00 0.02 99.82 [2021-06-09T09:38:42.163Z] 06:08:02 0 0.05 0.00 0.02 0.00 0.00 99.93 [2021-06-09T09:38:42.163Z] 06:08:02 1 0.22 0.00 0.03 0.00 0.03 99.72 [2021-06-09T09:38:42.163Z] 06:09:01 all 0.03 0.00 0.03 0.00 0.03 99.91 [2021-06-09T09:38:42.163Z] 06:09:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2021-06-09T09:38:42.163Z] 06:09:01 1 0.05 0.00 0.03 0.00 0.03 99.88 [2021-06-09T09:38:42.163Z] 06:10:01 all 0.12 0.00 0.03 0.00 0.03 99.82 [2021-06-09T09:38:42.163Z] 06:10:01 0 0.05 0.00 0.02 0.00 0.03 99.90 [2021-06-09T09:38:42.163Z] 06:10:01 1 0.18 0.00 0.03 0.00 0.03 99.75 [2021-06-09T09:38:42.163Z] 06:11:01 all 0.07 0.00 0.02 0.00 0.03 99.89 [2021-06-09T09:38:42.163Z] 06:11:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2021-06-09T09:38:42.163Z] 06:11:01 1 0.12 0.00 0.02 0.00 0.03 99.83 [2021-06-09T09:38:42.163Z] [2021-06-09T09:38:42.163Z] 06:11:01 CPU %user %nice %system %iowait %steal %idle [2021-06-09T09:38:42.163Z] 06:12:01 all 0.11 0.00 0.03 0.00 0.03 99.82 [2021-06-09T09:38:42.163Z] 06:12:01 0 0.07 0.00 0.03 0.00 0.05 99.85 [2021-06-09T09:38:42.163Z] 06:12:01 1 0.15 0.00 0.03 0.00 0.02 99.80 [2021-06-09T09:38:42.163Z] 06:13:01 all 0.42 0.00 0.33 0.13 0.03 99.09 [2021-06-09T09:38:42.163Z] 06:13:01 0 0.37 0.00 0.37 0.27 0.05 98.94 [2021-06-09T09:38:42.163Z] 06:13:01 1 0.47 0.00 0.28 0.00 0.02 99.23 [2021-06-09T09:38:42.163Z] 06:14:01 all 0.08 0.00 0.03 0.00 0.03 99.87 [2021-06-09T09:38:42.163Z] 06:14:01 0 0.13 0.00 0.03 0.00 0.03 99.80 [2021-06-09T09:38:42.163Z] 06:14:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2021-06-09T09:38:42.163Z] 06:15:01 all 0.14 0.00 0.07 0.00 0.03 99.77 [2021-06-09T09:38:42.163Z] 06:15:01 0 0.15 0.00 0.07 0.00 0.02 99.77 [2021-06-09T09:38:42.163Z] 06:15:01 1 0.13 0.00 0.07 0.00 0.03 99.77 [2021-06-09T09:38:42.163Z] 06:16:01 all 0.10 0.00 0.03 0.00 0.04 99.83 [2021-06-09T09:38:42.163Z] 06:16:01 0 0.03 0.00 0.02 0.00 0.05 99.90 [2021-06-09T09:38:42.163Z] 06:16:01 1 0.17 0.00 0.03 0.00 0.03 99.77 [2021-06-09T09:38:42.163Z] 06:17:01 all 0.14 0.00 0.02 0.00 0.03 99.81 [2021-06-09T09:38:42.163Z] 06:17:01 0 0.05 0.00 0.02 0.00 0.03 99.90 [2021-06-09T09:38:42.163Z] 06:17:01 1 0.23 0.00 0.02 0.00 0.03 99.72 [2021-06-09T09:38:42.163Z] 06:18:01 all 0.11 0.00 0.03 0.00 0.03 99.84 [2021-06-09T09:38:42.163Z] 06:18:01 0 0.02 0.00 0.02 0.00 0.03 99.93 [2021-06-09T09:38:42.163Z] 06:18:01 1 0.20 0.00 0.03 0.00 0.02 99.75 [2021-06-09T09:38:42.163Z] 06:19:01 all 0.08 0.00 0.03 0.00 0.03 99.85 [2021-06-09T09:38:42.163Z] 06:19:01 0 0.05 0.00 0.05 0.00 0.05 99.85 [2021-06-09T09:38:42.163Z] 06:19:01 1 0.12 0.00 0.02 0.00 0.02 99.85 [2021-06-09T09:38:42.163Z] 06:20:01 all 0.06 0.00 0.02 0.00 0.03 99.90 [2021-06-09T09:38:42.163Z] 06:20:01 0 0.03 0.00 0.02 0.00 0.05 99.90 [2021-06-09T09:38:42.163Z] 06:20:01 1 0.08 0.00 0.02 0.00 0.00 99.90 [2021-06-09T09:38:42.163Z] 06:21:01 all 0.05 0.00 0.03 0.00 0.04 99.87 [2021-06-09T09:38:42.163Z] 06:21:01 0 0.03 0.00 0.03 0.00 0.07 99.87 [2021-06-09T09:38:42.163Z] 06:21:01 1 0.07 0.00 0.03 0.00 0.02 99.88 [2021-06-09T09:38:42.163Z] 06:22:01 all 0.04 0.00 0.03 0.00 0.03 99.90 [2021-06-09T09:38:42.163Z] 06:22:01 0 0.07 0.00 0.03 0.00 0.05 99.85 [2021-06-09T09:38:42.163Z] 06:22:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2021-06-09T09:38:42.163Z] [2021-06-09T09:38:42.163Z] 06:22:01 CPU %user %nice %system %iowait %steal %idle [2021-06-09T09:38:42.163Z] 06:23:01 all 0.03 0.00 0.01 0.00 0.03 99.92 [2021-06-09T09:38:42.163Z] 06:23:01 0 0.07 0.00 0.02 0.00 0.07 99.85 [2021-06-09T09:38:42.163Z] 06:23:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2021-06-09T09:38:42.163Z] 06:24:01 all 0.14 4.11 18.22 2.76 0.07 74.72 [2021-06-09T09:38:42.163Z] 06:24:01 0 0.10 4.06 17.75 2.80 0.07 75.23 [2021-06-09T09:38:42.163Z] 06:24:01 1 0.17 4.15 18.69 2.72 0.07 74.20 [2021-06-09T09:38:42.163Z] 06:25:01 all 0.02 0.00 0.03 0.00 0.04 99.92 [2021-06-09T09:38:42.163Z] 06:25:01 0 0.00 0.00 0.02 0.00 0.03 99.95 [2021-06-09T09:38:42.163Z] 06:25:01 1 0.03 0.00 0.03 0.00 0.05 99.88 [2021-06-09T09:38:42.163Z] 06:26:01 all 0.04 0.00 0.02 0.00 0.04 99.90 [2021-06-09T09:38:42.163Z] 06:26:01 0 0.05 0.00 0.02 0.00 0.05 99.88 [2021-06-09T09:38:42.163Z] 06:26:01 1 0.03 0.00 0.02 0.00 0.03 99.92 [2021-06-09T09:38:42.163Z] 06:27:01 all 0.03 0.00 0.02 0.00 0.03 99.92 [2021-06-09T09:38:42.163Z] 06:27:01 0 0.03 0.00 0.03 0.00 0.03 99.90 [2021-06-09T09:38:42.163Z] 06:27:01 1 0.03 0.00 0.00 0.00 0.03 99.93 [2021-06-09T09:38:42.163Z] 06:28:01 all 0.09 0.00 0.02 0.00 0.06 99.83 [2021-06-09T09:38:42.163Z] 06:28:01 0 0.03 0.00 0.02 0.00 0.07 99.88 [2021-06-09T09:38:42.164Z] 06:28:01 1 0.15 0.00 0.02 0.00 0.05 99.78 [2021-06-09T09:38:42.164Z] 06:29:01 all 0.03 0.00 0.02 0.00 0.03 99.92 [2021-06-09T09:38:42.164Z] 06:29:01 0 0.02 0.00 0.02 0.00 0.05 99.92 [2021-06-09T09:38:42.164Z] 06:29:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2021-06-09T09:38:42.164Z] 06:30:01 all 0.07 0.00 0.03 0.00 0.03 99.87 [2021-06-09T09:38:42.164Z] 06:30:01 0 0.05 0.00 0.03 0.00 0.05 99.87 [2021-06-09T09:38:42.164Z] 06:30:01 1 0.08 0.00 0.02 0.00 0.02 99.88 [2021-06-09T09:38:42.164Z] 06:31:01 all 0.14 0.00 0.02 0.00 0.04 99.80 [2021-06-09T09:38:42.164Z] 06:31:01 0 0.00 0.00 0.02 0.00 0.03 99.95 [2021-06-09T09:38:42.164Z] 06:31:01 1 0.28 0.00 0.02 0.00 0.05 99.65 [2021-06-09T09:38:42.164Z] 06:32:01 all 0.06 0.00 0.02 0.00 0.05 99.87 [2021-06-09T09:38:42.164Z] 06:32:01 0 0.03 0.00 0.02 0.00 0.05 99.90 [2021-06-09T09:38:42.164Z] 06:32:01 1 0.08 0.00 0.02 0.00 0.05 99.85 [2021-06-09T09:38:42.164Z] 06:33:01 all 0.10 0.00 0.02 0.00 0.04 99.84 [2021-06-09T09:38:42.164Z] 06:33:01 0 0.18 0.00 0.03 0.00 0.05 99.73 [2021-06-09T09:38:42.164Z] 06:33:01 1 0.02 0.00 0.00 0.00 0.03 99.95 [2021-06-09T09:38:42.164Z] [2021-06-09T09:38:42.164Z] 06:33:01 CPU %user %nice %system %iowait %steal %idle [2021-06-09T09:38:42.164Z] 06:34:01 all 0.10 0.00 0.03 0.00 0.04 99.83 [2021-06-09T09:38:42.164Z] 06:34:01 0 0.17 0.00 0.03 0.00 0.05 99.75 [2021-06-09T09:38:42.164Z] 06:34:01 1 0.03 0.00 0.02 0.00 0.03 99.92 [2021-06-09T09:38:42.164Z] 06:35:01 all 0.03 0.00 0.02 0.00 0.03 99.92 [2021-06-09T09:38:42.164Z] 06:35:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2021-06-09T09:38:42.164Z] 06:35:01 1 0.02 0.00 0.02 0.00 0.05 99.92 [2021-06-09T09:38:42.164Z] 06:36:01 all 0.04 0.00 0.02 0.00 0.03 99.91 [2021-06-09T09:38:42.164Z] 06:36:01 0 0.07 0.00 0.02 0.00 0.02 99.90 [2021-06-09T09:38:42.164Z] 06:36:01 1 0.02 0.00 0.02 0.00 0.05 99.92 [2021-06-09T09:38:42.164Z] 06:37:01 all 0.05 0.00 0.02 0.00 0.03 99.90 [2021-06-09T09:38:42.164Z] 06:37:01 0 0.05 0.00 0.02 0.00 0.02 99.92 [2021-06-09T09:38:42.164Z] 06:37:01 1 0.05 0.00 0.02 0.00 0.05 99.88 [2021-06-09T09:38:42.164Z] 06:38:01 all 0.05 0.00 0.03 0.00 0.03 99.89 [2021-06-09T09:38:42.164Z] 06:38:01 0 0.08 0.00 0.02 0.00 0.02 99.88 [2021-06-09T09:38:42.164Z] 06:38:01 1 0.02 0.00 0.03 0.00 0.05 99.90 [2021-06-09T09:38:42.164Z] 06:39:01 all 0.08 0.00 0.03 0.00 0.03 99.87 [2021-06-09T09:38:42.164Z] 06:39:01 0 0.10 0.00 0.02 0.00 0.02 99.87 [2021-06-09T09:38:42.164Z] 06:39:01 1 0.05 0.00 0.03 0.00 0.05 99.87 [2021-06-09T09:38:42.164Z] 06:40:01 all 0.09 0.00 0.02 0.00 0.03 99.86 [2021-06-09T09:38:42.164Z] 06:40:01 0 0.15 0.00 0.02 0.00 0.02 99.82 [2021-06-09T09:38:42.164Z] 06:40:01 1 0.03 0.00 0.02 0.00 0.05 99.90 [2021-06-09T09:38:42.164Z] 06:41:01 all 0.13 0.00 0.02 0.00 0.04 99.82 [2021-06-09T09:38:42.164Z] 06:41:01 0 0.23 0.00 0.02 0.00 0.03 99.72 [2021-06-09T09:38:42.164Z] 06:41:01 1 0.02 0.00 0.02 0.00 0.05 99.92 [2021-06-09T09:38:42.164Z] 06:42:01 all 0.08 0.00 0.03 0.00 0.03 99.86 [2021-06-09T09:38:42.164Z] 06:42:01 0 0.15 0.00 0.05 0.00 0.05 99.74 [2021-06-09T09:38:42.164Z] 06:42:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2021-06-09T09:38:42.164Z] 06:43:01 all 0.05 0.00 0.02 0.00 0.05 99.88 [2021-06-09T09:38:42.164Z] 06:43:01 0 0.02 0.00 0.02 0.00 0.05 99.92 [2021-06-09T09:38:42.164Z] 06:43:01 1 0.08 0.00 0.02 0.00 0.05 99.85 [2021-06-09T09:38:42.164Z] 06:44:01 all 0.03 0.00 0.03 0.00 0.03 99.91 [2021-06-09T09:38:42.164Z] 06:44:01 0 0.03 0.00 0.03 0.00 0.05 99.88 [2021-06-09T09:38:42.164Z] 06:44:01 1 0.02 0.00 0.03 0.00 0.02 99.93 [2021-06-09T09:38:42.164Z] [2021-06-09T09:38:42.164Z] 06:44:01 CPU %user %nice %system %iowait %steal %idle [2021-06-09T09:38:42.164Z] 06:45:01 all 0.10 0.00 0.02 0.00 0.05 99.83 [2021-06-09T09:38:42.164Z] 06:45:01 0 0.03 0.00 0.03 0.00 0.05 99.88 [2021-06-09T09:38:42.164Z] 06:45:01 1 0.17 0.00 0.00 0.00 0.05 99.78 [2021-06-09T09:38:42.164Z] 06:46:01 all 0.05 0.00 0.03 0.00 0.03 99.89 [2021-06-09T09:38:42.164Z] 06:46:01 0 0.03 0.00 0.03 0.00 0.05 99.88 [2021-06-09T09:38:42.164Z] 06:46:01 1 0.07 0.00 0.02 0.00 0.02 99.90 [2021-06-09T09:38:42.164Z] 06:47:01 all 0.08 0.00 0.02 0.00 0.04 99.87 [2021-06-09T09:38:42.164Z] 06:47:01 0 0.05 0.00 0.02 0.00 0.07 99.87 [2021-06-09T09:38:42.164Z] 06:47:01 1 0.10 0.00 0.02 0.00 0.02 99.87 [2021-06-09T09:38:42.164Z] 06:48:01 all 0.09 0.00 0.03 0.00 0.03 99.85 [2021-06-09T09:38:42.164Z] 06:48:01 0 0.02 0.00 0.03 0.00 0.03 99.92 [2021-06-09T09:38:42.164Z] 06:48:01 1 0.17 0.00 0.02 0.00 0.03 99.78 [2021-06-09T09:38:42.164Z] 06:49:01 all 0.07 0.00 0.02 0.00 0.03 99.88 [2021-06-09T09:38:42.164Z] 06:49:01 0 0.03 0.00 0.02 0.00 0.03 99.92 [2021-06-09T09:38:42.164Z] 06:49:01 1 0.10 0.00 0.02 0.00 0.03 99.85 [2021-06-09T09:38:42.164Z] 06:50:01 all 0.03 0.00 0.01 0.00 0.05 99.91 [2021-06-09T09:38:42.164Z] 06:50:01 0 0.03 0.00 0.02 0.00 0.08 99.87 [2021-06-09T09:38:42.164Z] 06:50:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2021-06-09T09:38:42.164Z] 06:51:01 all 0.03 0.00 0.03 0.00 0.04 99.90 [2021-06-09T09:38:42.164Z] 06:51:01 0 0.03 0.00 0.03 0.00 0.05 99.88 [2021-06-09T09:38:42.164Z] 06:51:01 1 0.03 0.00 0.02 0.00 0.03 99.92 [2021-06-09T09:38:42.164Z] 06:52:01 all 0.04 0.00 0.01 0.00 0.05 99.90 [2021-06-09T09:38:42.164Z] 06:52:01 0 0.03 0.00 0.02 0.00 0.05 99.90 [2021-06-09T09:38:42.164Z] 06:52:01 1 0.05 0.00 0.00 0.00 0.05 99.90 [2021-06-09T09:38:42.164Z] 06:53:01 all 0.05 0.00 0.02 0.00 0.04 99.89 [2021-06-09T09:38:42.164Z] 06:53:01 0 0.02 0.00 0.02 0.00 0.03 99.93 [2021-06-09T09:38:42.164Z] 06:53:01 1 0.08 0.00 0.02 0.00 0.05 99.85 [2021-06-09T09:38:42.164Z] 06:54:01 all 0.09 0.00 0.02 0.00 0.05 99.84 [2021-06-09T09:38:42.164Z] 06:54:01 0 0.05 0.00 0.02 0.00 0.05 99.88 [2021-06-09T09:38:42.164Z] 06:54:01 1 0.13 0.00 0.02 0.00 0.05 99.80 [2021-06-09T09:38:42.164Z] 06:55:01 all 0.06 0.00 0.02 0.00 0.05 99.87 [2021-06-09T09:38:42.164Z] 06:55:01 0 0.00 0.00 0.02 0.00 0.05 99.93 [2021-06-09T09:38:42.164Z] 06:55:01 1 0.12 0.00 0.02 0.00 0.05 99.82 [2021-06-09T09:38:42.164Z] [2021-06-09T09:38:42.164Z] 06:55:01 CPU %user %nice %system %iowait %steal %idle [2021-06-09T09:38:42.164Z] 06:56:01 all 0.04 0.00 0.01 0.00 0.04 99.91 [2021-06-09T09:38:42.164Z] 06:56:01 0 0.05 0.00 0.02 0.00 0.05 99.88 [2021-06-09T09:38:42.164Z] 06:56:01 1 0.03 0.00 0.00 0.00 0.03 99.93 [2021-06-09T09:38:42.164Z] 06:57:01 all 0.08 0.00 0.01 0.00 0.03 99.87 [2021-06-09T09:38:42.164Z] 06:57:01 0 0.03 0.00 0.02 0.00 0.07 99.88 [2021-06-09T09:38:42.164Z] 06:57:01 1 0.13 0.00 0.00 0.00 0.00 99.87 [2021-06-09T09:38:42.164Z] 06:58:01 all 0.07 0.00 0.02 0.00 0.05 99.87 [2021-06-09T09:38:42.164Z] 06:58:01 0 0.05 0.00 0.02 0.00 0.05 99.88 [2021-06-09T09:38:42.164Z] 06:58:01 1 0.08 0.00 0.02 0.00 0.05 99.85 [2021-06-09T09:38:42.164Z] 06:59:01 all 0.04 0.00 0.03 0.00 0.03 99.91 [2021-06-09T09:38:42.164Z] 06:59:01 0 0.00 0.00 0.03 0.00 0.05 99.92 [2021-06-09T09:38:42.164Z] 06:59:01 1 0.08 0.00 0.02 0.00 0.00 99.90 [2021-06-09T09:38:42.164Z] 07:00:01 all 0.04 0.00 0.02 0.00 0.04 99.90 [2021-06-09T09:38:42.164Z] 07:00:01 0 0.05 0.00 0.03 0.00 0.07 99.85 [2021-06-09T09:38:42.164Z] 07:00:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2021-06-09T09:38:42.164Z] 07:01:01 all 0.04 0.00 0.03 0.00 0.03 99.90 [2021-06-09T09:38:42.164Z] 07:01:01 0 0.07 0.00 0.05 0.00 0.05 99.83 [2021-06-09T09:38:42.164Z] 07:01:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-06-09T09:38:42.164Z] 07:02:01 all 0.12 0.00 0.02 0.00 0.03 99.83 [2021-06-09T09:38:42.164Z] 07:02:01 0 0.20 0.00 0.02 0.00 0.03 99.75 [2021-06-09T09:38:42.164Z] 07:02:01 1 0.03 0.00 0.02 0.00 0.03 99.92 [2021-06-09T09:38:42.164Z] 07:03:01 all 0.09 0.00 0.02 0.00 0.04 99.85 [2021-06-09T09:38:42.164Z] 07:03:01 0 0.17 0.00 0.02 0.00 0.03 99.78 [2021-06-09T09:38:42.164Z] 07:03:01 1 0.02 0.00 0.02 0.00 0.05 99.92 [2021-06-09T09:38:42.164Z] 07:04:01 all 0.07 0.00 0.04 0.00 0.04 99.85 [2021-06-09T09:38:42.164Z] 07:04:01 0 0.10 0.00 0.05 0.00 0.05 99.80 [2021-06-09T09:38:42.164Z] 07:04:01 1 0.03 0.00 0.03 0.00 0.03 99.90 [2021-06-09T09:38:42.164Z] 07:05:01 all 0.05 0.00 0.03 0.00 0.03 99.89 [2021-06-09T09:38:42.164Z] 07:05:01 0 0.10 0.00 0.03 0.00 0.05 99.82 [2021-06-09T09:38:42.164Z] 07:05:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2021-06-09T09:38:42.164Z] 07:06:01 all 0.05 0.00 0.02 0.00 0.04 99.89 [2021-06-09T09:38:42.164Z] 07:06:01 0 0.08 0.00 0.02 0.00 0.05 99.85 [2021-06-09T09:38:42.164Z] 07:06:01 1 0.02 0.00 0.02 0.00 0.03 99.93 [2021-06-09T09:38:42.164Z] [2021-06-09T09:38:42.164Z] 07:06:01 CPU %user %nice %system %iowait %steal %idle [2021-06-09T09:38:42.164Z] 07:07:01 all 0.09 0.00 0.03 0.00 0.04 99.84 [2021-06-09T09:38:42.164Z] 07:07:01 0 0.13 0.00 0.02 0.00 0.02 99.83 [2021-06-09T09:38:42.164Z] 07:07:01 1 0.05 0.00 0.03 0.00 0.07 99.85 [2021-06-09T09:38:42.164Z] 07:08:01 all 0.08 0.00 0.03 0.00 0.03 99.87 [2021-06-09T09:38:42.164Z] 07:08:01 0 0.13 0.00 0.02 0.00 0.02 99.83 [2021-06-09T09:38:42.164Z] 07:08:01 1 0.03 0.00 0.03 0.00 0.03 99.90 [2021-06-09T09:38:42.164Z] 07:09:01 all 0.08 0.00 0.03 0.00 0.03 99.87 [2021-06-09T09:38:42.164Z] 07:09:01 0 0.12 0.00 0.03 0.00 0.02 99.83 [2021-06-09T09:38:42.164Z] 07:09:01 1 0.03 0.00 0.02 0.00 0.05 99.90 [2021-06-09T09:38:42.164Z] 07:10:01 all 0.05 0.00 0.03 0.00 0.05 99.87 [2021-06-09T09:38:42.164Z] 07:10:01 0 0.07 0.00 0.02 0.00 0.02 99.90 [2021-06-09T09:38:42.164Z] 07:10:01 1 0.03 0.00 0.03 0.00 0.08 99.85 [2021-06-09T09:38:42.164Z] 07:11:01 all 0.08 0.00 0.02 0.00 0.03 99.87 [2021-06-09T09:38:42.164Z] 07:11:01 0 0.10 0.00 0.02 0.00 0.02 99.87 [2021-06-09T09:38:42.164Z] 07:11:01 1 0.07 0.00 0.02 0.00 0.03 99.88 [2021-06-09T09:38:42.164Z] 07:12:01 all 0.07 0.00 0.02 0.00 0.04 99.87 [2021-06-09T09:38:42.164Z] 07:12:01 0 0.10 0.00 0.02 0.00 0.02 99.87 [2021-06-09T09:38:42.164Z] 07:12:01 1 0.03 0.00 0.02 0.00 0.07 99.88 [2021-06-09T09:38:42.164Z] 07:13:01 all 0.06 0.00 0.03 0.00 0.03 99.88 [2021-06-09T09:38:42.164Z] 07:13:01 0 0.08 0.00 0.02 0.00 0.02 99.88 [2021-06-09T09:38:42.164Z] 07:13:01 1 0.03 0.00 0.03 0.00 0.05 99.88 [2021-06-09T09:38:42.164Z] 07:14:01 all 0.04 0.00 0.03 0.00 0.03 99.90 [2021-06-09T09:38:42.164Z] 07:14:01 0 0.05 0.00 0.02 0.00 0.02 99.92 [2021-06-09T09:38:42.164Z] 07:14:01 1 0.03 0.00 0.03 0.00 0.05 99.88 [2021-06-09T09:38:42.164Z] 07:15:01 all 0.04 0.00 0.03 0.00 0.03 99.90 [2021-06-09T09:38:42.164Z] 07:15:01 0 0.03 0.00 0.02 0.00 0.05 99.90 [2021-06-09T09:38:42.164Z] 07:15:01 1 0.05 0.00 0.03 0.00 0.02 99.90 [2021-06-09T09:38:42.164Z] 07:16:01 all 0.06 0.00 0.03 0.00 0.04 99.87 [2021-06-09T09:38:42.164Z] 07:16:01 0 0.08 0.00 0.03 0.00 0.05 99.83 [2021-06-09T09:38:42.164Z] 07:16:01 1 0.03 0.00 0.03 0.00 0.03 99.90 [2021-06-09T09:38:42.164Z] 07:17:01 all 0.05 0.00 0.03 0.00 0.03 99.88 [2021-06-09T09:38:42.164Z] 07:17:01 0 0.05 0.00 0.03 0.00 0.03 99.88 [2021-06-09T09:38:42.164Z] 07:17:01 1 0.05 0.00 0.03 0.00 0.03 99.88 [2021-06-09T09:38:42.164Z] [2021-06-09T09:38:42.164Z] 07:17:01 CPU %user %nice %system %iowait %steal %idle [2021-06-09T09:38:42.164Z] 07:18:02 all 0.08 0.00 0.03 0.00 0.03 99.87 [2021-06-09T09:38:42.164Z] 07:18:02 0 0.07 0.00 0.05 0.00 0.05 99.83 [2021-06-09T09:38:42.164Z] 07:18:02 1 0.08 0.00 0.02 0.00 0.00 99.90 [2021-06-09T09:38:42.164Z] 07:19:01 all 0.04 0.00 0.03 0.00 0.04 99.89 [2021-06-09T09:38:42.164Z] 07:19:01 0 0.05 0.00 0.03 0.00 0.05 99.86 [2021-06-09T09:38:42.164Z] 07:19:01 1 0.03 0.00 0.02 0.00 0.03 99.91 [2021-06-09T09:38:42.164Z] 07:20:01 all 0.08 0.00 0.08 0.00 0.04 99.81 [2021-06-09T09:38:42.164Z] 07:20:01 0 0.07 0.00 0.10 0.00 0.03 99.80 [2021-06-09T09:38:42.165Z] 07:20:01 1 0.08 0.00 0.05 0.00 0.05 99.82 [2021-06-09T09:38:42.165Z] 07:21:01 all 1.01 0.00 0.49 0.05 0.04 98.41 [2021-06-09T09:38:42.165Z] 07:21:01 0 1.16 0.00 0.49 0.05 0.05 98.25 [2021-06-09T09:38:42.165Z] 07:21:01 1 0.85 0.00 0.50 0.05 0.03 98.56 [2021-06-09T09:38:42.165Z] 07:22:01 all 0.33 0.00 0.25 0.03 0.03 99.36 [2021-06-09T09:38:42.165Z] 07:22:01 0 0.49 0.00 0.33 0.05 0.03 99.10 [2021-06-09T09:38:42.165Z] 07:22:01 1 0.17 0.00 0.17 0.00 0.03 99.63 [2021-06-09T09:38:42.165Z] 07:23:01 all 0.36 0.00 0.21 0.00 0.05 99.38 [2021-06-09T09:38:42.165Z] 07:23:01 0 0.35 0.00 0.22 0.00 0.03 99.40 [2021-06-09T09:38:42.165Z] 07:23:01 1 0.37 0.00 0.20 0.00 0.07 99.36 [2021-06-09T09:38:42.165Z] 07:24:01 all 0.22 0.00 0.14 0.00 0.04 99.60 [2021-06-09T09:38:42.165Z] 07:24:01 0 0.15 0.00 0.12 0.00 0.05 99.68 [2021-06-09T09:38:42.165Z] 07:24:01 1 0.28 0.00 0.17 0.00 0.03 99.51 [2021-06-09T09:38:42.165Z] 07:25:01 all 11.61 0.00 1.84 0.21 0.08 86.26 [2021-06-09T09:38:42.165Z] 07:25:01 0 8.68 0.00 2.02 0.42 0.09 88.80 [2021-06-09T09:38:42.165Z] 07:25:01 1 14.55 0.00 1.66 0.00 0.07 83.73 [2021-06-09T09:38:42.165Z] 07:26:01 all 0.20 0.00 0.21 0.16 0.04 99.39 [2021-06-09T09:38:42.165Z] 07:26:01 0 0.18 0.00 0.20 0.00 0.05 99.57 [2021-06-09T09:38:42.165Z] 07:26:01 1 0.22 0.00 0.22 0.32 0.03 99.21 [2021-06-09T09:38:42.165Z] 07:27:01 all 0.18 0.00 0.08 0.02 0.04 99.68 [2021-06-09T09:38:42.165Z] 07:27:01 0 0.20 0.00 0.05 0.00 0.05 99.70 [2021-06-09T09:38:42.165Z] 07:27:01 1 0.17 0.00 0.10 0.03 0.03 99.67 [2021-06-09T09:38:42.165Z] 07:28:01 all 0.19 0.00 0.06 0.00 0.03 99.72 [2021-06-09T09:38:42.165Z] 07:28:01 0 0.12 0.00 0.08 0.00 0.05 99.75 [2021-06-09T09:38:42.165Z] 07:28:01 1 0.27 0.00 0.03 0.00 0.02 99.68 [2021-06-09T09:38:42.165Z] [2021-06-09T09:38:42.165Z] 07:28:01 CPU %user %nice %system %iowait %steal %idle [2021-06-09T09:38:42.165Z] 07:29:01 all 0.06 0.00 0.03 0.00 0.03 99.89 [2021-06-09T09:38:42.165Z] 07:29:01 0 0.05 0.00 0.03 0.00 0.03 99.88 [2021-06-09T09:38:42.165Z] 07:29:01 1 0.07 0.00 0.02 0.00 0.02 99.90 [2021-06-09T09:38:42.165Z] 07:30:01 all 0.03 0.00 0.03 0.00 0.04 99.91 [2021-06-09T09:38:42.165Z] 07:30:01 0 0.02 0.00 0.03 0.00 0.05 99.90 [2021-06-09T09:38:42.165Z] 07:30:01 1 0.03 0.00 0.02 0.00 0.03 99.92 [2021-06-09T09:38:42.165Z] 07:31:01 all 0.07 0.00 0.03 0.00 0.03 99.87 [2021-06-09T09:38:42.165Z] 07:31:01 0 0.05 0.00 0.03 0.00 0.05 99.87 [2021-06-09T09:38:42.165Z] 07:31:01 1 0.08 0.00 0.02 0.00 0.02 99.88 [2021-06-09T09:38:42.165Z] 07:32:01 all 0.03 0.00 0.02 0.00 0.06 99.89 [2021-06-09T09:38:42.165Z] 07:32:01 0 0.03 0.00 0.02 0.00 0.07 99.88 [2021-06-09T09:38:42.165Z] 07:32:01 1 0.03 0.00 0.02 0.00 0.05 99.90 [2021-06-09T09:38:42.165Z] 07:33:01 all 0.05 0.00 0.03 0.00 0.03 99.89 [2021-06-09T09:38:42.165Z] 07:33:01 0 0.03 0.00 0.03 0.00 0.05 99.88 [2021-06-09T09:38:42.165Z] 07:33:01 1 0.07 0.00 0.02 0.00 0.02 99.90 [2021-06-09T09:38:42.165Z] 07:34:01 all 0.09 0.00 0.04 0.00 0.04 99.82 [2021-06-09T09:38:42.165Z] 07:34:01 0 0.03 0.00 0.05 0.00 0.05 99.87 [2021-06-09T09:38:42.165Z] 07:34:01 1 0.15 0.00 0.03 0.00 0.03 99.78 [2021-06-09T09:38:42.165Z] 07:35:01 all 0.07 0.00 0.02 0.00 0.05 99.87 [2021-06-09T09:38:42.165Z] 07:35:01 0 0.07 0.00 0.02 0.00 0.05 99.87 [2021-06-09T09:38:42.165Z] 07:35:01 1 0.07 0.00 0.02 0.00 0.05 99.87 [2021-06-09T09:38:42.165Z] 07:36:01 all 0.11 0.00 0.03 0.00 0.03 99.82 [2021-06-09T09:38:42.165Z] 07:36:01 0 0.15 0.00 0.03 0.00 0.05 99.77 [2021-06-09T09:38:42.165Z] 07:36:01 1 0.07 0.00 0.03 0.00 0.02 99.88 [2021-06-09T09:38:42.165Z] 07:37:01 all 0.13 0.00 0.09 0.00 0.04 99.73 [2021-06-09T09:38:42.165Z] 07:37:01 0 0.15 0.00 0.10 0.00 0.03 99.72 [2021-06-09T09:38:42.165Z] 07:37:01 1 0.12 0.00 0.08 0.00 0.05 99.75 [2021-06-09T09:38:42.165Z] 07:38:01 all 0.17 0.00 0.16 0.02 0.04 99.62 [2021-06-09T09:38:42.165Z] 07:38:01 0 0.20 0.00 0.18 0.02 0.05 99.55 [2021-06-09T09:38:42.165Z] 07:38:01 1 0.13 0.00 0.13 0.02 0.03 99.68 [2021-06-09T09:38:42.165Z] 07:39:01 all 0.04 0.00 0.03 0.00 0.04 99.89 [2021-06-09T09:38:42.165Z] 07:39:01 0 0.02 0.00 0.03 0.00 0.05 99.90 [2021-06-09T09:38:42.165Z] 07:39:01 1 0.07 0.00 0.02 0.00 0.03 99.88 [2021-06-09T09:38:42.165Z] [2021-06-09T09:38:42.165Z] 07:39:01 CPU %user %nice %system %iowait %steal %idle [2021-06-09T09:38:42.165Z] 07:40:01 all 11.12 0.00 6.07 3.07 0.08 79.66 [2021-06-09T09:38:42.165Z] 07:40:01 0 12.09 0.00 6.27 2.74 0.09 78.81 [2021-06-09T09:38:42.165Z] 07:40:01 1 10.15 0.00 5.87 3.40 0.07 80.51 [2021-06-09T09:38:42.165Z] 07:41:01 all 0.08 0.00 0.05 0.00 0.04 99.83 [2021-06-09T09:38:42.165Z] 07:41:01 0 0.05 0.00 0.07 0.00 0.03 99.85 [2021-06-09T09:38:42.165Z] 07:41:01 1 0.10 0.00 0.03 0.00 0.05 99.82 [2021-06-09T09:38:42.165Z] 07:42:01 all 0.07 0.00 0.02 0.00 0.04 99.87 [2021-06-09T09:38:42.165Z] 07:42:01 0 0.10 0.00 0.02 0.00 0.02 99.87 [2021-06-09T09:38:42.165Z] 07:42:01 1 0.03 0.00 0.02 0.00 0.07 99.88 [2021-06-09T09:38:42.165Z] 07:43:01 all 0.04 0.00 0.05 0.00 0.03 99.87 [2021-06-09T09:38:42.165Z] 07:43:01 0 0.07 0.00 0.07 0.00 0.02 99.85 [2021-06-09T09:38:42.165Z] 07:43:01 1 0.02 0.00 0.03 0.00 0.05 99.90 [2021-06-09T09:38:42.165Z] 07:44:01 all 0.10 0.00 0.07 0.00 0.04 99.79 [2021-06-09T09:38:42.165Z] 07:44:01 0 0.10 0.00 0.10 0.00 0.03 99.77 [2021-06-09T09:38:42.165Z] 07:44:01 1 0.10 0.00 0.03 0.00 0.05 99.82 [2021-06-09T09:38:42.165Z] 07:45:01 all 0.08 0.00 0.03 0.00 0.04 99.86 [2021-06-09T09:38:42.165Z] 07:45:01 0 0.02 0.00 0.02 0.00 0.03 99.93 [2021-06-09T09:38:42.165Z] 07:45:01 1 0.13 0.00 0.03 0.00 0.05 99.78 [2021-06-09T09:38:42.165Z] 07:46:01 all 0.08 0.00 0.03 0.00 0.03 99.87 [2021-06-09T09:38:42.165Z] 07:46:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2021-06-09T09:38:42.165Z] 07:46:01 1 0.15 0.00 0.02 0.00 0.03 99.80 [2021-06-09T09:38:42.165Z] 07:47:01 all 0.11 0.00 0.04 0.00 0.04 99.81 [2021-06-09T09:38:42.165Z] 07:47:01 0 0.07 0.00 0.05 0.00 0.03 99.85 [2021-06-09T09:38:42.165Z] 07:47:01 1 0.15 0.00 0.03 0.00 0.05 99.77 [2021-06-09T09:38:42.165Z] 07:48:02 all 0.04 0.00 0.02 0.00 0.03 99.91 [2021-06-09T09:38:42.165Z] 07:48:02 0 0.02 0.00 0.02 0.00 0.02 99.95 [2021-06-09T09:38:42.165Z] 07:48:02 1 0.07 0.00 0.02 0.00 0.05 99.87 [2021-06-09T09:38:42.165Z] 07:49:01 all 0.17 0.00 0.15 0.02 0.04 99.62 [2021-06-09T09:38:42.165Z] 07:49:01 0 0.15 0.00 0.15 0.03 0.05 99.61 [2021-06-09T09:38:42.165Z] 07:49:01 1 0.19 0.00 0.15 0.00 0.03 99.63 [2021-06-09T09:38:42.165Z] 07:50:01 all 0.07 0.00 0.04 0.00 0.04 99.85 [2021-06-09T09:38:42.165Z] 07:50:01 0 0.03 0.00 0.03 0.00 0.03 99.90 [2021-06-09T09:38:42.165Z] 07:50:01 1 0.10 0.00 0.05 0.00 0.05 99.80 [2021-06-09T09:38:42.165Z] [2021-06-09T09:38:42.165Z] 07:50:01 CPU %user %nice %system %iowait %steal %idle [2021-06-09T09:38:42.165Z] 07:51:01 all 0.06 0.00 0.03 0.00 0.03 99.88 [2021-06-09T09:38:42.165Z] 07:51:01 0 0.03 0.00 0.03 0.00 0.05 99.88 [2021-06-09T09:38:42.165Z] 07:51:01 1 0.08 0.00 0.03 0.00 0.00 99.88 [2021-06-09T09:38:42.165Z] 07:52:01 all 0.06 0.00 0.02 0.00 0.03 99.89 [2021-06-09T09:38:42.165Z] 07:52:01 0 0.03 0.00 0.02 0.00 0.05 99.90 [2021-06-09T09:38:42.165Z] 07:52:01 1 0.08 0.00 0.02 0.00 0.02 99.88 [2021-06-09T09:38:42.165Z] 07:53:01 all 0.12 0.00 0.03 0.00 0.03 99.82 [2021-06-09T09:38:42.165Z] 07:53:01 0 0.02 0.00 0.02 0.00 0.05 99.92 [2021-06-09T09:38:42.165Z] 07:53:01 1 0.22 0.00 0.03 0.00 0.02 99.73 [2021-06-09T09:38:42.165Z] 07:54:01 all 0.08 0.00 0.03 0.00 0.03 99.86 [2021-06-09T09:38:42.165Z] 07:54:01 0 0.13 0.00 0.02 0.00 0.05 99.80 [2021-06-09T09:38:42.165Z] 07:54:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2021-06-09T09:38:42.165Z] 07:55:01 all 0.08 0.00 0.01 0.00 0.03 99.88 [2021-06-09T09:38:42.165Z] 07:55:01 0 0.12 0.00 0.00 0.00 0.02 99.87 [2021-06-09T09:38:42.165Z] 07:55:01 1 0.03 0.00 0.02 0.00 0.05 99.90 [2021-06-09T09:38:42.165Z] 07:56:01 all 0.06 0.00 0.03 0.00 0.03 99.88 [2021-06-09T09:38:42.165Z] 07:56:01 0 0.08 0.00 0.03 0.00 0.02 99.87 [2021-06-09T09:38:42.165Z] 07:56:01 1 0.03 0.00 0.03 0.00 0.03 99.90 [2021-06-09T09:38:42.165Z] 07:57:01 all 0.08 0.00 0.02 0.00 0.03 99.87 [2021-06-09T09:38:42.165Z] 07:57:01 0 0.10 0.00 0.02 0.00 0.02 99.87 [2021-06-09T09:38:42.165Z] 07:57:01 1 0.05 0.00 0.02 0.00 0.05 99.88 [2021-06-09T09:38:42.165Z] 07:58:01 all 0.03 0.00 0.01 0.00 0.05 99.92 [2021-06-09T09:38:42.165Z] 07:58:01 0 0.02 0.00 0.00 0.00 0.05 99.93 [2021-06-09T09:38:42.165Z] 07:58:01 1 0.03 0.00 0.02 0.00 0.05 99.90 [2021-06-09T09:38:42.165Z] 07:59:01 all 0.03 0.00 0.02 0.00 0.03 99.92 [2021-06-09T09:38:42.165Z] 07:59:01 0 0.05 0.00 0.02 0.00 0.05 99.88 [2021-06-09T09:38:42.165Z] 07:59:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-06-09T09:38:42.165Z] 08:00:01 all 0.06 0.00 0.03 0.00 0.03 99.88 [2021-06-09T09:38:42.165Z] 08:00:01 0 0.08 0.00 0.03 0.00 0.03 99.85 [2021-06-09T09:38:42.165Z] 08:00:01 1 0.03 0.00 0.02 0.00 0.03 99.92 [2021-06-09T09:38:42.165Z] 08:01:01 all 0.06 0.00 0.02 0.00 0.04 99.88 [2021-06-09T09:38:42.165Z] 08:01:01 0 0.10 0.00 0.02 0.00 0.03 99.85 [2021-06-09T09:38:42.165Z] 08:01:01 1 0.02 0.00 0.02 0.00 0.05 99.92 [2021-06-09T09:38:42.165Z] [2021-06-09T09:38:42.165Z] 08:01:01 CPU %user %nice %system %iowait %steal %idle [2021-06-09T09:38:42.165Z] 08:02:01 all 0.07 0.00 0.03 0.00 0.03 99.87 [2021-06-09T09:38:42.165Z] 08:02:01 0 0.10 0.00 0.03 0.00 0.02 99.85 [2021-06-09T09:38:42.165Z] 08:02:01 1 0.03 0.00 0.03 0.00 0.05 99.88 [2021-06-09T09:38:42.165Z] 08:03:01 all 0.06 0.00 0.01 0.00 0.04 99.89 [2021-06-09T09:38:42.165Z] 08:03:01 0 0.10 0.00 0.00 0.00 0.05 99.85 [2021-06-09T09:38:42.165Z] 08:03:01 1 0.02 0.00 0.02 0.00 0.03 99.93 [2021-06-09T09:38:42.165Z] 08:04:01 all 0.08 0.00 0.02 0.00 0.03 99.87 [2021-06-09T09:38:42.165Z] 08:04:01 0 0.12 0.00 0.02 0.00 0.05 99.82 [2021-06-09T09:38:42.165Z] 08:04:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2021-06-09T09:38:42.165Z] 08:05:01 all 0.07 0.00 0.02 0.00 0.03 99.89 [2021-06-09T09:38:42.165Z] 08:05:01 0 0.10 0.00 0.02 0.00 0.02 99.87 [2021-06-09T09:38:42.165Z] 08:05:01 1 0.03 0.00 0.02 0.00 0.03 99.92 [2021-06-09T09:38:42.165Z] 08:06:01 all 0.08 0.00 0.03 0.00 0.04 99.86 [2021-06-09T09:38:42.165Z] 08:06:01 0 0.08 0.00 0.02 0.00 0.03 99.87 [2021-06-09T09:38:42.165Z] 08:06:01 1 0.07 0.00 0.03 0.00 0.05 99.85 [2021-06-09T09:38:42.165Z] 08:07:01 all 0.06 0.00 0.03 0.00 0.03 99.87 [2021-06-09T09:38:42.165Z] 08:07:01 0 0.02 0.00 0.02 0.00 0.03 99.93 [2021-06-09T09:38:42.165Z] 08:07:01 1 0.10 0.00 0.05 0.00 0.03 99.82 [2021-06-09T09:38:42.165Z] 08:08:01 all 0.10 0.00 0.02 0.00 0.03 99.86 [2021-06-09T09:38:42.165Z] 08:08:01 0 0.07 0.00 0.02 0.00 0.05 99.87 [2021-06-09T09:38:42.165Z] 08:08:01 1 0.13 0.00 0.02 0.00 0.00 99.85 [2021-06-09T09:38:42.165Z] 08:09:01 all 0.06 0.00 0.03 0.00 0.03 99.87 [2021-06-09T09:38:42.165Z] 08:09:01 0 0.02 0.00 0.03 0.00 0.05 99.90 [2021-06-09T09:38:42.165Z] 08:09:01 1 0.10 0.00 0.03 0.00 0.02 99.85 [2021-06-09T09:38:42.165Z] 08:10:01 all 0.06 0.00 0.02 0.00 0.03 99.89 [2021-06-09T09:38:42.165Z] 08:10:01 0 0.03 0.00 0.02 0.00 0.05 99.90 [2021-06-09T09:38:42.165Z] 08:10:01 1 0.08 0.00 0.02 0.00 0.02 99.88 [2021-06-09T09:38:42.165Z] 08:11:01 all 0.08 0.00 0.01 0.00 0.03 99.88 [2021-06-09T09:38:42.165Z] 08:11:01 0 0.02 0.00 0.00 0.00 0.07 99.92 [2021-06-09T09:38:42.165Z] 08:11:01 1 0.13 0.00 0.02 0.00 0.00 99.85 [2021-06-09T09:38:42.165Z] 08:12:01 all 0.08 0.00 0.03 0.00 0.03 99.87 [2021-06-09T09:38:42.165Z] 08:12:01 0 0.03 0.00 0.03 0.00 0.03 99.90 [2021-06-09T09:38:42.165Z] 08:12:01 1 0.12 0.00 0.02 0.00 0.02 99.85 [2021-06-09T09:38:42.165Z] [2021-06-09T09:38:42.165Z] 08:12:01 CPU %user %nice %system %iowait %steal %idle [2021-06-09T09:38:42.165Z] 08:13:01 all 0.03 0.00 0.03 0.00 0.03 99.92 [2021-06-09T09:38:42.165Z] 08:13:01 0 0.03 0.00 0.02 0.00 0.05 99.90 [2021-06-09T09:38:42.165Z] 08:13:01 1 0.02 0.00 0.03 0.00 0.02 99.93 [2021-06-09T09:38:42.165Z] 08:14:01 all 0.06 0.00 0.02 0.00 0.04 99.88 [2021-06-09T09:38:42.165Z] 08:14:01 0 0.03 0.00 0.03 0.00 0.07 99.87 [2021-06-09T09:38:42.165Z] 08:14:01 1 0.08 0.00 0.00 0.00 0.02 99.90 [2021-06-09T09:38:42.165Z] 08:15:01 all 0.08 0.00 0.01 0.00 0.03 99.89 [2021-06-09T09:38:42.165Z] 08:15:01 0 0.03 0.00 0.00 0.00 0.05 99.92 [2021-06-09T09:38:42.165Z] 08:15:01 1 0.12 0.00 0.02 0.00 0.00 99.87 [2021-06-09T09:38:42.165Z] 08:16:01 all 0.08 0.00 0.03 0.00 0.03 99.86 [2021-06-09T09:38:42.165Z] 08:16:01 0 0.02 0.00 0.03 0.00 0.03 99.92 [2021-06-09T09:38:42.165Z] 08:16:01 1 0.15 0.00 0.03 0.00 0.02 99.80 [2021-06-09T09:38:42.165Z] 08:17:01 all 0.11 0.00 0.02 0.00 0.03 99.85 [2021-06-09T09:38:42.165Z] 08:17:01 0 0.08 0.00 0.02 0.00 0.05 99.85 [2021-06-09T09:38:42.165Z] 08:17:01 1 0.13 0.00 0.02 0.00 0.00 99.85 [2021-06-09T09:38:42.165Z] 08:18:01 all 0.07 0.00 0.03 0.00 0.03 99.87 [2021-06-09T09:38:42.166Z] 08:18:01 0 0.00 0.00 0.02 0.00 0.05 99.93 [2021-06-09T09:38:42.166Z] 08:18:01 1 0.13 0.00 0.03 0.00 0.02 99.82 [2021-06-09T09:38:42.166Z] 08:19:01 all 0.06 0.00 0.02 0.00 0.02 99.91 [2021-06-09T09:38:42.166Z] 08:19:01 0 0.03 0.00 0.02 0.00 0.03 99.92 [2021-06-09T09:38:42.166Z] 08:19:01 1 0.08 0.00 0.02 0.00 0.00 99.90 [2021-06-09T09:38:42.166Z] 08:20:01 all 0.16 0.00 0.02 0.00 0.03 99.80 [2021-06-09T09:38:42.166Z] 08:20:01 0 0.12 0.00 0.02 0.00 0.03 99.83 [2021-06-09T09:38:42.166Z] 08:20:01 1 0.20 0.00 0.02 0.00 0.02 99.77 [2021-06-09T09:38:42.166Z] 08:21:02 all 0.12 0.00 0.02 0.00 0.03 99.84 [2021-06-09T09:38:42.166Z] 08:21:02 0 0.03 0.00 0.02 0.00 0.03 99.92 [2021-06-09T09:38:42.166Z] 08:21:02 1 0.20 0.00 0.02 0.00 0.02 99.77 [2021-06-09T09:38:42.166Z] 08:22:01 all 0.12 0.00 0.03 0.00 0.02 99.83 [2021-06-09T09:38:42.166Z] 08:22:01 0 0.02 0.00 0.03 0.00 0.03 99.92 [2021-06-09T09:38:42.166Z] 08:22:01 1 0.22 0.00 0.03 0.00 0.00 99.75 [2021-06-09T09:38:42.166Z] 08:23:01 all 0.15 0.00 0.03 0.00 0.03 99.79 [2021-06-09T09:38:42.166Z] 08:23:01 0 0.10 0.00 0.02 0.00 0.02 99.87 [2021-06-09T09:38:42.166Z] 08:23:01 1 0.20 0.00 0.05 0.00 0.03 99.72 [2021-06-09T09:38:42.166Z] [2021-06-09T09:38:42.166Z] 08:23:01 CPU %user %nice %system %iowait %steal %idle [2021-06-09T09:38:42.166Z] 08:24:01 all 0.06 0.00 0.02 0.00 0.02 99.91 [2021-06-09T09:38:42.166Z] 08:24:01 0 0.02 0.00 0.02 0.00 0.03 99.93 [2021-06-09T09:38:42.166Z] 08:24:01 1 0.10 0.00 0.02 0.00 0.00 99.88 [2021-06-09T09:38:42.166Z] 08:25:01 all 0.12 0.00 0.03 0.00 0.03 99.82 [2021-06-09T09:38:42.166Z] 08:25:01 0 0.03 0.00 0.03 0.00 0.05 99.88 [2021-06-09T09:38:42.166Z] 08:25:01 1 0.20 0.00 0.02 0.00 0.02 99.77 [2021-06-09T09:38:42.166Z] 08:26:01 all 0.09 0.00 0.02 0.00 0.02 99.87 [2021-06-09T09:38:42.166Z] 08:26:01 0 0.03 0.00 0.02 0.00 0.03 99.92 [2021-06-09T09:38:42.166Z] 08:26:01 1 0.15 0.00 0.02 0.00 0.00 99.83 [2021-06-09T09:38:42.166Z] 08:27:01 all 0.05 0.00 0.03 0.00 0.03 99.89 [2021-06-09T09:38:42.166Z] 08:27:01 0 0.05 0.00 0.03 0.00 0.03 99.88 [2021-06-09T09:38:42.166Z] 08:27:01 1 0.05 0.00 0.02 0.00 0.03 99.90 [2021-06-09T09:38:42.166Z] 08:28:01 all 0.08 0.00 0.02 0.00 0.03 99.88 [2021-06-09T09:38:42.166Z] 08:28:01 0 0.02 0.00 0.03 0.00 0.05 99.90 [2021-06-09T09:38:42.166Z] 08:28:01 1 0.13 0.00 0.00 0.00 0.00 99.87 [2021-06-09T09:38:42.166Z] 08:29:01 all 0.13 0.00 0.02 0.00 0.03 99.82 [2021-06-09T09:38:42.166Z] 08:29:01 0 0.02 0.00 0.02 0.00 0.03 99.93 [2021-06-09T09:38:42.166Z] 08:29:01 1 0.25 0.00 0.02 0.00 0.03 99.70 [2021-06-09T09:38:42.166Z] 08:30:01 all 0.22 0.00 0.02 0.00 0.02 99.75 [2021-06-09T09:38:42.166Z] 08:30:01 0 0.05 0.00 0.02 0.00 0.02 99.92 [2021-06-09T09:38:42.166Z] 08:30:01 1 0.38 0.00 0.02 0.00 0.02 99.58 [2021-06-09T09:38:42.166Z] 08:31:01 all 0.18 0.00 0.03 0.00 0.03 99.77 [2021-06-09T09:38:42.166Z] 08:31:01 0 0.03 0.00 0.03 0.00 0.03 99.90 [2021-06-09T09:38:42.166Z] 08:31:01 1 0.32 0.00 0.02 0.00 0.02 99.65 [2021-06-09T09:38:42.166Z] 08:32:01 all 0.09 0.00 0.03 0.00 0.03 99.85 [2021-06-09T09:38:42.166Z] 08:32:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2021-06-09T09:38:42.166Z] 08:32:01 1 0.15 0.00 0.03 0.00 0.05 99.77 [2021-06-09T09:38:42.166Z] 08:33:01 all 0.10 0.00 0.02 0.00 0.02 99.87 [2021-06-09T09:38:42.166Z] 08:33:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2021-06-09T09:38:42.166Z] 08:33:01 1 0.17 0.00 0.02 0.00 0.02 99.80 [2021-06-09T09:38:42.166Z] 08:34:01 all 0.07 0.00 0.02 0.00 0.03 99.88 [2021-06-09T09:38:42.166Z] 08:34:01 0 0.03 0.00 0.02 0.00 0.03 99.92 [2021-06-09T09:38:42.166Z] 08:34:01 1 0.10 0.00 0.02 0.00 0.03 99.85 [2021-06-09T09:38:42.166Z] [2021-06-09T09:38:42.166Z] 08:34:01 CPU %user %nice %system %iowait %steal %idle [2021-06-09T09:38:42.166Z] 08:35:01 all 0.09 0.00 0.01 0.00 0.03 99.87 [2021-06-09T09:38:42.166Z] 08:35:01 0 0.03 0.00 0.02 0.00 0.05 99.90 [2021-06-09T09:38:42.166Z] 08:35:01 1 0.15 0.00 0.00 0.00 0.02 99.83 [2021-06-09T09:38:42.166Z] 08:36:01 all 0.06 0.00 0.03 0.01 0.02 99.88 [2021-06-09T09:38:42.166Z] 08:36:01 0 0.07 0.00 0.03 0.00 0.03 99.87 [2021-06-09T09:38:42.166Z] 08:36:01 1 0.05 0.00 0.03 0.02 0.00 99.90 [2021-06-09T09:38:42.166Z] 08:37:01 all 0.07 0.00 0.02 0.00 0.04 99.87 [2021-06-09T09:38:42.166Z] 08:37:01 0 0.12 0.00 0.03 0.00 0.05 99.80 [2021-06-09T09:38:42.166Z] 08:37:01 1 0.02 0.00 0.00 0.00 0.03 99.95 [2021-06-09T09:38:42.166Z] 08:38:01 all 0.06 0.00 0.02 0.00 0.03 99.90 [2021-06-09T09:38:42.166Z] 08:38:01 0 0.07 0.00 0.02 0.00 0.02 99.90 [2021-06-09T09:38:42.166Z] 08:38:01 1 0.05 0.00 0.02 0.00 0.03 99.90 [2021-06-09T09:38:42.166Z] 08:39:01 all 0.08 0.00 0.02 0.00 0.03 99.87 [2021-06-09T09:38:42.166Z] 08:39:01 0 0.13 0.00 0.02 0.00 0.02 99.83 [2021-06-09T09:38:42.166Z] 08:39:01 1 0.03 0.00 0.02 0.00 0.05 99.90 [2021-06-09T09:38:42.166Z] 08:40:01 all 0.12 0.00 0.02 0.00 0.02 99.85 [2021-06-09T09:38:42.166Z] 08:40:01 0 0.22 0.00 0.02 0.00 0.02 99.75 [2021-06-09T09:38:42.166Z] 08:40:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2021-06-09T09:38:42.166Z] 08:41:01 all 0.13 0.00 0.03 0.00 0.03 99.82 [2021-06-09T09:38:42.166Z] 08:41:01 0 0.22 0.00 0.02 0.00 0.02 99.75 [2021-06-09T09:38:42.166Z] 08:41:01 1 0.05 0.00 0.03 0.00 0.03 99.88 [2021-06-09T09:38:42.166Z] 08:42:01 all 0.13 0.00 0.03 0.00 0.02 99.83 [2021-06-09T09:38:42.166Z] 08:42:01 0 0.15 0.00 0.02 0.00 0.02 99.82 [2021-06-09T09:38:42.166Z] 08:42:01 1 0.10 0.00 0.03 0.00 0.02 99.85 [2021-06-09T09:38:42.166Z] 08:43:01 all 0.06 0.00 0.03 0.00 0.02 99.90 [2021-06-09T09:38:42.166Z] 08:43:01 0 0.08 0.00 0.02 0.00 0.00 99.90 [2021-06-09T09:38:42.166Z] 08:43:01 1 0.03 0.00 0.03 0.00 0.03 99.90 [2021-06-09T09:38:42.166Z] 08:44:01 all 0.05 0.00 0.03 0.00 0.03 99.89 [2021-06-09T09:38:42.166Z] 08:44:01 0 0.08 0.00 0.03 0.00 0.02 99.87 [2021-06-09T09:38:42.166Z] 08:44:01 1 0.02 0.00 0.03 0.00 0.03 99.92 [2021-06-09T09:38:42.166Z] 08:45:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2021-06-09T09:38:42.166Z] 08:45:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2021-06-09T09:38:42.166Z] 08:45:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2021-06-09T09:38:42.166Z] [2021-06-09T09:38:42.166Z] 08:45:01 CPU %user %nice %system %iowait %steal %idle [2021-06-09T09:38:42.166Z] 08:46:01 all 0.03 0.00 0.02 0.00 0.02 99.94 [2021-06-09T09:38:42.166Z] 08:46:01 0 0.03 0.00 0.02 0.00 0.03 99.92 [2021-06-09T09:38:42.166Z] 08:46:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-06-09T09:38:42.166Z] 08:47:01 all 0.03 0.00 0.02 0.00 0.02 99.93 [2021-06-09T09:38:42.166Z] 08:47:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-06-09T09:38:42.166Z] 08:47:01 1 0.03 0.00 0.02 0.00 0.03 99.92 [2021-06-09T09:38:42.166Z] 08:48:01 all 0.02 0.00 0.04 0.00 0.02 99.92 [2021-06-09T09:38:42.166Z] 08:48:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2021-06-09T09:38:42.166Z] 08:48:01 1 0.02 0.00 0.05 0.00 0.02 99.92 [2021-06-09T09:38:42.166Z] 08:49:01 all 0.04 0.00 0.02 0.00 0.01 99.93 [2021-06-09T09:38:42.166Z] 08:49:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2021-06-09T09:38:42.166Z] 08:49:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2021-06-09T09:38:42.166Z] 08:50:01 all 0.02 0.00 0.03 0.00 0.02 99.93 [2021-06-09T09:38:42.166Z] 08:50:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2021-06-09T09:38:42.166Z] 08:50:01 1 0.02 0.00 0.05 0.00 0.02 99.92 [2021-06-09T09:38:42.166Z] 08:51:01 all 0.05 0.00 0.02 0.00 0.01 99.92 [2021-06-09T09:38:42.166Z] 08:51:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2021-06-09T09:38:42.166Z] 08:51:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2021-06-09T09:38:42.166Z] 08:52:01 all 0.00 0.00 0.02 0.00 0.03 99.96 [2021-06-09T09:38:42.166Z] 08:52:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2021-06-09T09:38:42.166Z] 08:52:01 1 0.00 0.00 0.02 0.00 0.03 99.95 [2021-06-09T09:38:42.166Z] 08:53:01 all 0.03 0.00 0.03 0.00 0.01 99.93 [2021-06-09T09:38:42.166Z] 08:53:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-06-09T09:38:42.166Z] 08:53:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2021-06-09T09:38:42.166Z] 08:54:01 all 0.01 0.00 0.03 0.00 0.02 99.95 [2021-06-09T09:38:42.166Z] 08:54:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2021-06-09T09:38:42.166Z] 08:54:01 1 0.00 0.00 0.03 0.00 0.02 99.95 [2021-06-09T09:38:42.166Z] 08:55:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2021-06-09T09:38:42.166Z] 08:55:01 0 0.03 0.00 0.00 0.00 0.02 99.95 [2021-06-09T09:38:42.166Z] 08:55:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-06-09T09:38:42.166Z] 08:56:02 all 0.02 0.00 0.02 0.01 0.02 99.93 [2021-06-09T09:38:42.166Z] 08:56:02 0 0.02 0.00 0.02 0.02 0.03 99.92 [2021-06-09T09:38:42.166Z] 08:56:02 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-06-09T09:38:42.166Z] [2021-06-09T09:38:42.166Z] 08:56:02 CPU %user %nice %system %iowait %steal %idle [2021-06-09T09:38:42.166Z] 08:57:01 all 0.03 0.00 0.02 0.00 0.02 99.93 [2021-06-09T09:38:42.166Z] 08:57:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2021-06-09T09:38:42.166Z] 08:57:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2021-06-09T09:38:42.166Z] 08:58:01 all 0.02 0.00 0.03 0.00 0.02 99.94 [2021-06-09T09:38:42.166Z] 08:58:01 0 0.02 0.00 0.02 0.00 0.03 99.93 [2021-06-09T09:38:42.166Z] 08:58:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-06-09T09:38:42.166Z] 08:59:01 all 0.03 0.00 0.02 0.00 0.02 99.94 [2021-06-09T09:38:42.166Z] 08:59:01 0 0.03 0.00 0.02 0.00 0.03 99.92 [2021-06-09T09:38:42.166Z] 08:59:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-06-09T09:38:42.166Z] 09:00:01 all 0.03 0.00 0.02 0.00 0.02 99.94 [2021-06-09T09:38:42.166Z] 09:00:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2021-06-09T09:38:42.166Z] 09:00:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2021-06-09T09:38:42.166Z] 09:01:01 all 0.03 0.00 0.02 0.00 0.02 99.94 [2021-06-09T09:38:42.166Z] 09:01:01 0 0.02 0.00 0.02 0.00 0.03 99.93 [2021-06-09T09:38:42.166Z] 09:01:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-06-09T09:38:42.166Z] 09:02:01 all 0.03 0.00 0.03 0.00 0.02 99.93 [2021-06-09T09:38:42.166Z] 09:02:01 0 0.03 0.00 0.03 0.00 0.03 99.90 [2021-06-09T09:38:42.166Z] 09:02:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-06-09T09:38:42.166Z] 09:03:01 all 0.03 0.00 0.02 0.00 0.01 99.94 [2021-06-09T09:38:42.166Z] 09:03:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2021-06-09T09:38:42.166Z] 09:03:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-06-09T09:38:42.166Z] 09:04:01 all 0.02 0.00 0.02 0.00 0.02 99.95 [2021-06-09T09:38:42.166Z] 09:04:01 0 0.02 0.00 0.02 0.00 0.03 99.93 [2021-06-09T09:38:42.166Z] 09:04:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-06-09T09:38:42.166Z] 09:05:01 all 0.03 0.00 0.03 0.00 0.02 99.93 [2021-06-09T09:38:42.166Z] 09:05:01 0 0.02 0.00 0.02 0.00 0.03 99.93 [2021-06-09T09:38:42.166Z] 09:05:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-06-09T09:38:42.166Z] 09:06:01 all 0.02 0.00 0.02 0.00 0.02 99.93 [2021-06-09T09:38:42.166Z] 09:06:01 0 0.03 0.00 0.03 0.00 0.03 99.90 [2021-06-09T09:38:42.166Z] 09:06:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2021-06-09T09:38:42.166Z] 09:07:01 all 0.02 0.00 0.03 0.00 0.02 99.94 [2021-06-09T09:38:42.166Z] 09:07:01 0 0.02 0.00 0.02 0.00 0.03 99.93 [2021-06-09T09:38:42.166Z] 09:07:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-06-09T09:38:42.166Z] [2021-06-09T09:38:42.166Z] 09:07:01 CPU %user %nice %system %iowait %steal %idle [2021-06-09T09:38:42.166Z] 09:08:01 all 0.03 0.00 0.02 0.00 0.01 99.94 [2021-06-09T09:38:42.166Z] 09:08:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2021-06-09T09:38:42.166Z] 09:08:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-06-09T09:38:42.166Z] 09:09:01 all 0.03 0.00 0.03 0.00 0.01 99.94 [2021-06-09T09:38:42.166Z] 09:09:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-06-09T09:38:42.166Z] 09:09:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2021-06-09T09:38:42.166Z] 09:10:01 all 0.03 0.00 0.03 0.00 0.02 99.92 [2021-06-09T09:38:42.166Z] 09:10:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2021-06-09T09:38:42.166Z] 09:10:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2021-06-09T09:38:42.166Z] 09:11:01 all 0.03 0.00 0.02 0.00 0.01 99.95 [2021-06-09T09:38:42.166Z] 09:11:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-06-09T09:38:42.166Z] 09:11:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2021-06-09T09:38:42.166Z] 09:12:01 all 0.03 0.00 0.02 0.00 0.02 99.94 [2021-06-09T09:38:42.166Z] 09:12:01 0 0.03 0.00 0.02 0.00 0.03 99.92 [2021-06-09T09:38:42.166Z] 09:12:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-06-09T09:38:42.166Z] 09:13:01 all 0.03 0.00 0.02 0.00 0.02 99.94 [2021-06-09T09:38:42.166Z] 09:13:01 0 0.02 0.00 0.02 0.00 0.03 99.93 [2021-06-09T09:38:42.166Z] 09:13:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-06-09T09:38:42.166Z] 09:14:01 all 0.01 0.00 0.01 0.00 0.03 99.96 [2021-06-09T09:38:42.166Z] 09:14:01 0 0.02 0.00 0.02 0.00 0.03 99.93 [2021-06-09T09:38:42.166Z] 09:14:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2021-06-09T09:38:42.166Z] 09:15:01 all 0.04 0.00 0.03 0.00 0.01 99.92 [2021-06-09T09:38:42.166Z] 09:15:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2021-06-09T09:38:42.166Z] 09:15:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2021-06-09T09:38:42.167Z] 09:16:01 all 3.54 0.00 0.34 0.00 0.03 96.08 [2021-06-09T09:38:42.167Z] 09:16:01 0 2.76 0.00 0.32 0.00 0.05 96.87 [2021-06-09T09:38:42.167Z] 09:16:01 1 4.33 0.00 0.37 0.00 0.02 95.28 [2021-06-09T09:38:42.167Z] 09:17:01 all 0.20 0.00 0.03 0.01 0.03 99.72 [2021-06-09T09:38:42.167Z] 09:17:01 0 0.33 0.00 0.03 0.02 0.02 99.60 [2021-06-09T09:38:42.167Z] 09:17:01 1 0.07 0.00 0.03 0.00 0.05 99.85 [2021-06-09T09:38:42.167Z] 09:18:01 all 0.26 0.00 0.02 0.00 0.03 99.70 [2021-06-09T09:38:42.167Z] 09:18:01 0 0.48 0.00 0.02 0.00 0.02 99.48 [2021-06-09T09:38:42.167Z] 09:18:01 1 0.03 0.00 0.02 0.00 0.03 99.92 [2021-06-09T09:38:42.167Z] [2021-06-09T09:38:42.167Z] 09:18:01 CPU %user %nice %system %iowait %steal %idle [2021-06-09T09:38:42.167Z] 09:19:01 all 0.27 0.00 0.03 0.00 0.03 99.67 [2021-06-09T09:38:42.167Z] 09:19:01 0 0.48 0.00 0.03 0.00 0.02 99.47 [2021-06-09T09:38:42.167Z] 09:19:01 1 0.05 0.00 0.03 0.00 0.05 99.87 [2021-06-09T09:38:42.167Z] 09:20:01 all 0.18 0.00 0.03 0.00 0.03 99.77 [2021-06-09T09:38:42.167Z] 09:20:01 0 0.33 0.00 0.03 0.00 0.02 99.62 [2021-06-09T09:38:42.167Z] 09:20:01 1 0.02 0.00 0.02 0.00 0.03 99.93 [2021-06-09T09:38:42.167Z] 09:21:01 all 0.07 0.00 0.05 0.00 0.03 99.86 [2021-06-09T09:38:42.167Z] 09:21:01 0 0.07 0.00 0.05 0.00 0.02 99.87 [2021-06-09T09:38:42.167Z] 09:21:01 1 0.07 0.00 0.05 0.00 0.03 99.85 [2021-06-09T09:38:42.167Z] 09:22:01 all 0.09 0.00 0.03 0.00 0.03 99.85 [2021-06-09T09:38:42.167Z] 09:22:01 0 0.17 0.00 0.02 0.00 0.02 99.80 [2021-06-09T09:38:42.167Z] 09:22:01 1 0.02 0.00 0.05 0.00 0.03 99.90 [2021-06-09T09:38:42.167Z] 09:23:01 all 0.14 0.00 0.02 0.00 0.03 99.82 [2021-06-09T09:38:42.167Z] 09:23:01 0 0.25 0.00 0.02 0.00 0.03 99.70 [2021-06-09T09:38:42.167Z] 09:23:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2021-06-09T09:38:42.167Z] 09:24:01 all 0.10 0.00 0.03 0.00 0.03 99.84 [2021-06-09T09:38:42.167Z] 09:24:01 0 0.18 0.00 0.03 0.00 0.05 99.73 [2021-06-09T09:38:42.167Z] 09:24:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2021-06-09T09:38:42.167Z] 09:25:01 all 0.14 0.00 0.01 0.00 0.02 99.83 [2021-06-09T09:38:42.167Z] 09:25:01 0 0.23 0.00 0.02 0.00 0.02 99.73 [2021-06-09T09:38:42.167Z] 09:25:01 1 0.05 0.00 0.00 0.00 0.02 99.93 [2021-06-09T09:38:42.167Z] 09:26:01 all 0.24 0.00 0.03 0.00 0.03 99.69 [2021-06-09T09:38:42.167Z] 09:26:01 0 0.28 0.00 0.03 0.00 0.02 99.67 [2021-06-09T09:38:42.167Z] 09:26:01 1 0.20 0.00 0.03 0.00 0.05 99.72 [2021-06-09T09:38:42.167Z] 09:27:01 all 0.11 0.00 0.03 0.00 0.03 99.83 [2021-06-09T09:38:42.167Z] 09:27:01 0 0.15 0.00 0.03 0.00 0.05 99.77 [2021-06-09T09:38:42.167Z] 09:27:01 1 0.07 0.00 0.02 0.00 0.02 99.90 [2021-06-09T09:38:42.167Z] 09:28:02 all 0.03 0.00 0.03 0.00 0.03 99.92 [2021-06-09T09:38:42.167Z] 09:28:02 0 0.07 0.00 0.03 0.00 0.05 99.85 [2021-06-09T09:38:42.167Z] 09:28:02 1 0.00 0.00 0.02 0.00 0.00 99.98 [2021-06-09T09:38:42.167Z] 09:29:01 all 0.10 0.00 0.02 0.00 0.03 99.86 [2021-06-09T09:38:42.167Z] 09:29:01 0 0.17 0.00 0.02 0.00 0.03 99.78 [2021-06-09T09:38:42.167Z] 09:29:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2021-06-09T09:38:42.167Z] [2021-06-09T09:38:42.167Z] 09:29:01 CPU %user %nice %system %iowait %steal %idle [2021-06-09T09:38:42.167Z] 09:30:01 all 0.10 0.00 0.03 0.00 0.03 99.84 [2021-06-09T09:38:42.167Z] 09:30:01 0 0.18 0.00 0.03 0.00 0.05 99.73 [2021-06-09T09:38:42.167Z] 09:30:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2021-06-09T09:38:42.167Z] 09:31:01 all 0.08 0.00 0.02 0.00 0.03 99.88 [2021-06-09T09:38:42.167Z] 09:31:01 0 0.12 0.00 0.02 0.00 0.03 99.83 [2021-06-09T09:38:42.167Z] 09:31:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2021-06-09T09:38:42.167Z] 09:32:01 all 0.13 0.00 0.03 0.00 0.03 99.82 [2021-06-09T09:38:42.167Z] 09:32:01 0 0.22 0.00 0.03 0.00 0.03 99.72 [2021-06-09T09:38:42.167Z] 09:32:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2021-06-09T09:38:42.167Z] 09:33:01 all 0.02 0.00 0.03 0.00 0.04 99.92 [2021-06-09T09:38:42.167Z] 09:33:01 0 0.02 0.00 0.03 0.00 0.03 99.92 [2021-06-09T09:38:42.167Z] 09:33:01 1 0.02 0.00 0.02 0.00 0.05 99.92 [2021-06-09T09:38:42.167Z] 09:34:01 all 0.10 0.00 0.03 0.00 0.03 99.85 [2021-06-09T09:38:42.167Z] 09:34:01 0 0.05 0.00 0.03 0.00 0.05 99.87 [2021-06-09T09:38:42.167Z] 09:34:01 1 0.15 0.00 0.02 0.00 0.00 99.83 [2021-06-09T09:38:42.167Z] 09:35:01 all 0.08 0.00 0.02 0.00 0.03 99.87 [2021-06-09T09:38:42.167Z] 09:35:01 0 0.02 0.00 0.02 0.00 0.03 99.93 [2021-06-09T09:38:42.167Z] 09:35:01 1 0.15 0.00 0.02 0.00 0.03 99.80 [2021-06-09T09:38:42.167Z] 09:36:01 all 0.10 0.00 0.02 0.00 0.03 99.85 [2021-06-09T09:38:42.167Z] 09:36:01 0 0.03 0.00 0.02 0.00 0.03 99.92 [2021-06-09T09:38:42.167Z] 09:36:01 1 0.17 0.00 0.02 0.00 0.03 99.78 [2021-06-09T09:38:42.167Z] 09:37:01 all 0.12 0.00 0.02 0.00 0.03 99.84 [2021-06-09T09:38:42.167Z] 09:37:01 0 0.03 0.00 0.02 0.00 0.03 99.92 [2021-06-09T09:38:42.167Z] 09:37:01 1 0.20 0.00 0.02 0.00 0.02 99.77 [2021-06-09T09:38:42.167Z] 09:38:01 all 0.11 0.00 0.03 0.00 0.02 99.85 [2021-06-09T09:38:42.167Z] 09:38:01 0 0.05 0.00 0.03 0.00 0.03 99.88 [2021-06-09T09:38:42.167Z] 09:38:01 1 0.17 0.00 0.02 0.00 0.00 99.82 [2021-06-09T09:38:42.167Z] Average: all 0.25 0.02 0.15 0.05 0.03 99.51 [2021-06-09T09:38:42.167Z] Average: 0 0.23 0.02 0.15 0.06 0.04 99.51 [2021-06-09T09:38:42.167Z] Average: 1 0.27 0.02 0.15 0.03 0.03 99.51 [2021-06-09T09:38:42.167Z] [2021-06-09T09:38:42.167Z] [2021-06-09T09:38:42.167Z]