Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4e8269025e0154ee6bf5f0a3cff0374e651c382f Running in Durability level: PERFORMANCE_OPTIMIZED 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 > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # 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 > 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 f82e9360b4159668f7e3e090307a6179e9a8e48d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that 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 > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that 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/v1, 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.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go 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/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Running on prd-centos7-docker-4c-2g-21233 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/305 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout 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/305 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 4e8269025e0154ee6bf5f0a3cff0374e651c382f (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4e8269025e0154ee6bf5f0a3cff0374e651c382f # timeout=10 Commit message: "Merge pull request #3047 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.149" > git rev-list --no-walk 250a43ed1e9b8198fb10735cc1ab2371f89d298c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-19T17:45:40.159Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-19T17:45:40.541Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-19T17:45:40.678Z] ========================================================= [2021-01-19T17:45:40.678Z] EdgeX Global Pipelines Version Info [2021-01-19T17:45:40.678Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-19T17:45:42.185Z] ------------------- [2021-01-19T17:45:42.185Z] stable info: [2021-01-19T17:45:42.185Z] ------------------- [2021-01-19T17:45:42.185Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-19T17:45:42.185Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-19T17:45:42.185Z] Message: update stable to v1.0.177 [2021-01-19T17:45:43.135Z] ------------------- [2021-01-19T17:45:43.135Z] experimental info: [2021-01-19T17:45:43.135Z] ------------------- [2021-01-19T17:45:43.135Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-19T17:45:43.135Z] Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 [2021-01-19T17:45:43.135Z] Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-19T17:45:43.405Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-19T17:45:43.563Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-19T17:45:43.697Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-19T17:45:43.831Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-19T17:45:43.932Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-19T17:45:44.020Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-19T17:45:44.106Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-19T17:45:44.209Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-19T17:45:44.295Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-19T17:45:44.388Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-19T17:45:44.476Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-19T17:45:44.584Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-19T17:45:44.677Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-19T17:45:44.772Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-19T17:45:44.859Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T17:45:44.945Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T17:45:45.056Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-19T17:45:45.177Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-19T17:45:45.289Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-19T17:45:45.373Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-19T17:45:45.461Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-19T17:45:45.555Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-19T17:45:45.637Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-19T17:45:45.720Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-19T17:45:45.804Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-19T17:45:45.886Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-19T17:45:45.969Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4e8269025e0154ee6bf5f0a3cff0374e651c382f [Pipeline] echo [2021-01-19T17:45:46.058Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4e82690 [Pipeline] echo [2021-01-19T17:45:46.142Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T17:45:46.311Z] provisioning config files... [2021-01-19T17:45:46.340Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/305@tmp/config6908049117423228929tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T17:45:46.751Z] ---> docker-login.sh [2021-01-19T17:45:46.751Z] nexus3.edgexfoundry.org:10001 [2021-01-19T17:45:47.017Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:45:47.280Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:45:47.280Z] Configure a credential helper to remove this warning. See [2021-01-19T17:45:47.280Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:45:47.280Z] [2021-01-19T17:45:47.280Z] Login Succeeded [2021-01-19T17:45:47.280Z] nexus3.edgexfoundry.org:10002 [2021-01-19T17:45:47.280Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:45:47.280Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:45:47.280Z] Configure a credential helper to remove this warning. See [2021-01-19T17:45:47.280Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:45:47.280Z] [2021-01-19T17:45:47.280Z] Login Succeeded [2021-01-19T17:45:47.547Z] nexus3.edgexfoundry.org:10003 [2021-01-19T17:45:47.547Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:45:47.547Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:45:47.547Z] Configure a credential helper to remove this warning. See [2021-01-19T17:45:47.547Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:45:47.547Z] [2021-01-19T17:45:47.547Z] Login Succeeded [2021-01-19T17:45:47.547Z] nexus3.edgexfoundry.org:10004 [2021-01-19T17:45:47.811Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:45:47.811Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:45:47.811Z] Configure a credential helper to remove this warning. See [2021-01-19T17:45:47.811Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:45:47.811Z] [2021-01-19T17:45:47.811Z] Login Succeeded [2021-01-19T17:45:47.811Z] docker.io [2021-01-19T17:45:47.811Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:45:48.077Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:45:48.077Z] Configure a credential helper to remove this warning. See [2021-01-19T17:45:48.077Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:45:48.077Z] [2021-01-19T17:45:48.077Z] Login Succeeded [2021-01-19T17:45:48.077Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T17:45:48.091Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T17:45:48.596Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/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-01-19T17:45:48.596Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:45:48.596Z] ++ dirname cmd/core-command/Dockerfile [2021-01-19T17:45:48.596Z] ++ cut -d/ -f2 [2021-01-19T17:45:48.596Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-19T17:45:48.596Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:45:48.596Z] ++ dirname cmd/core-data/Dockerfile [2021-01-19T17:45:48.596Z] ++ cut -d/ -f2 [2021-01-19T17:45:48.596Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-19T17:45:48.596Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:45:48.596Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-19T17:45:48.596Z] ++ cut -d/ -f2 [2021-01-19T17:45:48.596Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-19T17:45:48.596Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:45:48.596Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-19T17:45:48.596Z] ++ cut -d/ -f2 [2021-01-19T17:45:48.596Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-19T17:45:48.596Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:45:48.596Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-19T17:45:48.596Z] ++ cut -d/ -f2 [2021-01-19T17:45:48.596Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-19T17:45:48.596Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:45:48.596Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-19T17:45:48.596Z] ++ cut -d/ -f2 [2021-01-19T17:45:48.596Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-19T17:45:48.596Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:45:48.596Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-19T17:45:48.596Z] ++ cut -d/ -f2 [2021-01-19T17:45:48.596Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-19T17:45:48.596Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:45:48.596Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-19T17:45:48.596Z] ++ cut -d/ -f2 [2021-01-19T17:45:48.596Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-19T17:45:48.596Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:45:48.596Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-19T17:45:48.596Z] ++ cut -d/ -f2 [2021-01-19T17:45:48.596Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-19T17:45:48.689Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:45:50.354Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T17:45:50.354Z] [2021-01-19T17:45:50.354Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:45:50.709Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T17:45:50.709Z] latest: Pulling from edgex-devops/git-semver [2021-01-19T17:45:50.709Z] 31603596830f: Pulling fs layer [2021-01-19T17:45:50.709Z] 2a8b12db71e7: Pulling fs layer [2021-01-19T17:45:50.709Z] 6ca5941a6612: Pulling fs layer [2021-01-19T17:45:50.709Z] ecc8261a40a4: Pulling fs layer [2021-01-19T17:45:50.709Z] 2a8b12db71e7: Verifying Checksum [2021-01-19T17:45:50.709Z] 2a8b12db71e7: Download complete [2021-01-19T17:45:50.977Z] 31603596830f: Verifying Checksum [2021-01-19T17:45:50.977Z] 31603596830f: Download complete [2021-01-19T17:45:50.977Z] ecc8261a40a4: Verifying Checksum [2021-01-19T17:45:50.977Z] ecc8261a40a4: Download complete [2021-01-19T17:45:50.977Z] 6ca5941a6612: Verifying Checksum [2021-01-19T17:45:50.977Z] 6ca5941a6612: Download complete [2021-01-19T17:45:51.241Z] 31603596830f: Pull complete [2021-01-19T17:45:51.507Z] 2a8b12db71e7: Pull complete [2021-01-19T17:45:52.462Z] 6ca5941a6612: Pull complete [2021-01-19T17:45:52.462Z] ecc8261a40a4: Pull complete [2021-01-19T17:45:52.725Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-19T17:45:52.725Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T17:45:52.725Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-19T17:45:52.846Z] prd-centos7-docker-4c-2g-21233 does not seem to be running inside a container [2021-01-19T17:45:52.900Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/305 -v /w/workspace/edgex-go/305:/w/workspace/edgex-go/305:rw,z -v /w/workspace/edgex-go/305@tmp:/w/workspace/edgex-go/305@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-19T17:45:55.235Z] $ docker top 7dd21137f6fac78e8a4bf32c4e92351cb71b61cd01a7cccc9c7369cea0f193e8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T17:45:55.533Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T17:45:55.533Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T17:45:55.767Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T17:45:55.770Z] $ docker exec 7dd21137f6fac78e8a4bf32c4e92351cb71b61cd01a7cccc9c7369cea0f193e8 ssh-agent [2021-01-19T17:45:55.936Z] SSH_AUTH_SOCK=/tmp/ssh-U9eXrDiYvrKu/agent.11 [2021-01-19T17:45:55.936Z] SSH_AGENT_PID=16 [2021-01-19T17:45:55.948Z] Running ssh-add (command line suppressed) [2021-01-19T17:45:56.069Z] Identity added: /w/workspace/edgex-go/305@tmp/private_key_6519383151451032380.key (/w/workspace/edgex-go/305@tmp/private_key_6519383151451032380.key) [2021-01-19T17:45:56.120Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T17:45:56.454Z] + git tag --points-at HEAD [Pipeline] } [2021-01-19T17:45:56.477Z] $ docker exec --env ******** --env ******** 7dd21137f6fac78e8a4bf32c4e92351cb71b61cd01a7cccc9c7369cea0f193e8 ssh-agent -k [2021-01-19T17:45:56.597Z] unset SSH_AUTH_SOCK; [2021-01-19T17:45:56.598Z] unset SSH_AGENT_PID; [2021-01-19T17:45:56.598Z] echo Agent pid 16 killed; [2021-01-19T17:45:56.647Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-19T17:45:56.794Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T17:45:56.794Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T17:45:56.958Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T17:45:56.961Z] $ docker exec 7dd21137f6fac78e8a4bf32c4e92351cb71b61cd01a7cccc9c7369cea0f193e8 ssh-agent [2021-01-19T17:45:57.124Z] SSH_AUTH_SOCK=/tmp/ssh-ejFLVImKWJiO/agent.45 [2021-01-19T17:45:57.124Z] SSH_AGENT_PID=50 [2021-01-19T17:45:57.130Z] Running ssh-add (command line suppressed) [2021-01-19T17:45:57.246Z] Identity added: /w/workspace/edgex-go/305@tmp/private_key_6225263302645708586.key (/w/workspace/edgex-go/305@tmp/private_key_6225263302645708586.key) [2021-01-19T17:45:57.297Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T17:45:57.629Z] + git semver init [2021-01-19T17:45:57.629Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T17:45:57.629Z] # $GIT_DIR = /w/workspace/edgex-go/305/.git [2021-01-19T17:45:57.629Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/305 [2021-01-19T17:45:57.629Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T17:45:57.629Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T17:45:57.629Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T17:45:57.629Z] # $SEMVER_BRANCH = master [2021-01-19T17:45:57.629Z] # $SEMVER_TEMP = /tmp/semver-774009370 [2021-01-19T17:45:57.629Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-19T17:46:15.812Z] # '/tmp/semver-774009370' -> '/w/workspace/edgex-go/305/.semver' [2021-01-19T17:46:15.812Z] # -> Force: false [2021-01-19T17:46:15.812Z] # $SEMVER_DIR = /w/workspace/edgex-go/305/.semver [Pipeline] } [2021-01-19T17:46:15.827Z] $ docker exec --env ******** --env ******** 7dd21137f6fac78e8a4bf32c4e92351cb71b61cd01a7cccc9c7369cea0f193e8 ssh-agent -k [2021-01-19T17:46:16.090Z] unset SSH_AUTH_SOCK; [2021-01-19T17:46:16.090Z] unset SSH_AGENT_PID; [2021-01-19T17:46:16.090Z] echo Agent pid 50 killed; [2021-01-19T17:46:16.199Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T17:46:16.660Z] + git semver [Pipeline] } [2021-01-19T17:46:16.681Z] $ docker stop --time=1 7dd21137f6fac78e8a4bf32c4e92351cb71b61cd01a7cccc9c7369cea0f193e8 [2021-01-19T17:46:18.312Z] $ docker rm -f 7dd21137f6fac78e8a4bf32c4e92351cb71b61cd01a7cccc9c7369cea0f193e8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T17:46:18.857Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-19T17:46:19.381Z] Stashed 1 file(s) [Pipeline] echo [2021-01-19T17:46:19.384Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.45 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2021-01-19T17:46:19.917Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21238 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] sh [Pipeline] { [Pipeline] ws [2021-01-19T17:46:20.012Z] Running in /w/workspace/edgex-go/305 [Pipeline] { [Pipeline] checkout [2021-01-19T17:46:20.222Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-19T17:46:20.522Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T17:46:20.838Z] + true [2021-01-19T17:46:20.838Z] + sudo service docker restart [2021-01-19T17:46:20.838Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-19T17:46:21.428Z] ========================================================= [2021-01-19T17:46:21.428Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-19T17:46:21.428Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:46:21.767Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-19T17:46:24.651Z] using credential edgex-jenkins-ssh [2021-01-19T17:46:24.713Z] Cloning the remote Git repository [2021-01-19T17:46:24.812Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-19T17:46:24.919Z] > git init /w/workspace/edgex-go/305 # timeout=10 [2021-01-19T17:46:25.024Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T17:46:25.025Z] > git --version # timeout=10 [2021-01-19T17:46:25.052Z] > git --version # 'git version 2.17.1' [2021-01-19T17:46:25.054Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T17:46:25.166Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T17:46:27.072Z] Sending build context to Docker daemon 326.6MB [2021-01-19T17:46:27.072Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T17:46:27.072Z] Step 2/6 : FROM ${BASE} [2021-01-19T17:46:27.072Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-19T17:46:27.072Z] 188c0c94c7c5: Pulling fs layer [2021-01-19T17:46:27.072Z] 0ef7d3d256c8: Pulling fs layer [2021-01-19T17:46:27.072Z] de9db76c5a1d: Pulling fs layer [2021-01-19T17:46:27.072Z] bca2f99d35d6: Pulling fs layer [2021-01-19T17:46:27.072Z] 93359f2a8cfa: Pulling fs layer [2021-01-19T17:46:27.072Z] 7c6f9722023f: Pulling fs layer [2021-01-19T17:46:27.072Z] a35cf1a2eb13: Pulling fs layer [2021-01-19T17:46:27.072Z] 93359f2a8cfa: Waiting [2021-01-19T17:46:27.072Z] 7c6f9722023f: Waiting [2021-01-19T17:46:27.072Z] a35cf1a2eb13: Waiting [2021-01-19T17:46:27.072Z] bca2f99d35d6: Waiting [2021-01-19T17:46:27.072Z] de9db76c5a1d: Verifying Checksum [2021-01-19T17:46:27.072Z] de9db76c5a1d: Download complete [2021-01-19T17:46:27.072Z] 0ef7d3d256c8: Verifying Checksum [2021-01-19T17:46:27.072Z] 0ef7d3d256c8: Download complete [2021-01-19T17:46:27.072Z] 93359f2a8cfa: Verifying Checksum [2021-01-19T17:46:27.072Z] 93359f2a8cfa: Download complete [2021-01-19T17:46:27.072Z] 188c0c94c7c5: Verifying Checksum [2021-01-19T17:46:27.072Z] 188c0c94c7c5: Download complete [2021-01-19T17:46:27.072Z] 7c6f9722023f: Verifying Checksum [2021-01-19T17:46:27.072Z] 7c6f9722023f: Download complete [2021-01-19T17:46:27.072Z] 188c0c94c7c5: Pull complete [2021-01-19T17:46:27.072Z] 0ef7d3d256c8: Pull complete [2021-01-19T17:46:27.072Z] de9db76c5a1d: Pull complete [2021-01-19T17:46:28.473Z] a35cf1a2eb13: Verifying Checksum [2021-01-19T17:46:28.473Z] a35cf1a2eb13: Download complete [2021-01-19T17:46:29.423Z] bca2f99d35d6: Verifying Checksum [2021-01-19T17:46:29.423Z] bca2f99d35d6: Download complete [2021-01-19T17:46:34.743Z] bca2f99d35d6: Pull complete [2021-01-19T17:46:34.743Z] 93359f2a8cfa: Pull complete [2021-01-19T17:46:34.743Z] 7c6f9722023f: Pull complete [2021-01-19T17:46:40.063Z] a35cf1a2eb13: Pull complete [2021-01-19T17:46:40.063Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-19T17:46:40.063Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-19T17:46:40.063Z] ---> a62c8e92a672 [2021-01-19T17:46:40.063Z] 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-01-19T17:46:40.063Z] ---> Running in 0b282d47ece8 [2021-01-19T17:46:40.638Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:46:41.589Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:46:42.162Z] (1/12) Installing libmagic (5.38-r0) [2021-01-19T17:46:42.162Z] (2/12) Installing file (5.38-r0) [2021-01-19T17:46:42.425Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-19T17:46:42.425Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-19T17:46:46.201Z] Checking out Revision 4e8269025e0154ee6bf5f0a3cff0374e651c382f (master) [2021-01-19T17:46:45.480Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T17:46:45.505Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T17:46:45.531Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T17:46:45.564Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T17:46:45.564Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T17:46:45.575Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T17:46:46.260Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T17:46:46.280Z] > git checkout -f 4e8269025e0154ee6bf5f0a3cff0374e651c382f # timeout=10 [2021-01-19T17:46:50.682Z] Commit message: "Merge pull request #3047 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.149" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T17:46:52.249Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-19T17:46:52.504Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-19T17:46:52.504Z] (6/12) Installing patch (2.7.6-r6) [2021-01-19T17:46:52.504Z] (7/12) Installing build-base (0.5-r2) [2021-01-19T17:46:52.504Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-19T17:46:52.657Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T17:46:52.769Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-19T17:46:52.769Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-19T17:46:53.004Z] + true+ [2021-01-19T17:46:53.004Z] sudo service docker restart [2021-01-19T17:46:53.032Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-19T17:46:53.297Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-19T17:46:53.297Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:46:53.297Z] OK: 233 MiB in 51 packages [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T17:46:55.047Z] provisioning config files... [2021-01-19T17:46:55.089Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/305@tmp/config8500144211663103854tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T17:46:55.500Z] ---> docker-login.sh [2021-01-19T17:46:55.501Z] nexus3.edgexfoundry.org:10001 [2021-01-19T17:46:56.486Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:46:56.763Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:46:56.763Z] Configure a credential helper to remove this warning. See [2021-01-19T17:46:56.763Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:46:56.763Z] [2021-01-19T17:46:56.763Z] Login Succeeded [2021-01-19T17:46:56.763Z] nexus3.edgexfoundry.org:10002 [2021-01-19T17:46:57.037Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:46:57.310Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:46:57.310Z] Configure a credential helper to remove this warning. See [2021-01-19T17:46:57.310Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:46:57.310Z] [2021-01-19T17:46:57.310Z] Login Succeeded [2021-01-19T17:46:57.310Z] nexus3.edgexfoundry.org:10003 [2021-01-19T17:46:57.522Z] Removing intermediate container 0b282d47ece8 [2021-01-19T17:46:57.522Z] ---> 45159c31f19b [2021-01-19T17:46:57.522Z] Step 4/6 : WORKDIR /edgex-go [2021-01-19T17:46:57.522Z] ---> Running in 85b612eef9a1 [2021-01-19T17:46:57.522Z] Removing intermediate container 85b612eef9a1 [2021-01-19T17:46:57.522Z] ---> ff1bef90597c [2021-01-19T17:46:57.522Z] Step 5/6 : COPY go.mod . [2021-01-19T17:46:57.522Z] ---> 9c1f27db828b [2021-01-19T17:46:57.522Z] Step 6/6 : RUN go mod download [2021-01-19T17:46:57.522Z] ---> Running in cb9d11f9dc28 [2021-01-19T17:46:57.584Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:46:57.862Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:46:57.862Z] Configure a credential helper to remove this warning. See [2021-01-19T17:46:57.862Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:46:57.862Z] [2021-01-19T17:46:57.862Z] Login Succeeded [2021-01-19T17:46:57.862Z] nexus3.edgexfoundry.org:10004 [2021-01-19T17:46:58.135Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:46:58.409Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:46:58.409Z] Configure a credential helper to remove this warning. See [2021-01-19T17:46:58.409Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:46:58.409Z] [2021-01-19T17:46:58.409Z] Login Succeeded [2021-01-19T17:46:58.409Z] docker.io [2021-01-19T17:46:58.682Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:46:58.952Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:46:58.952Z] Configure a credential helper to remove this warning. See [2021-01-19T17:46:58.952Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:46:58.952Z] [2021-01-19T17:46:58.952Z] Login Succeeded [2021-01-19T17:46:58.952Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T17:46:58.969Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-19T17:46:59.435Z] ========================================================= [2021-01-19T17:46:59.435Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-19T17:46:59.435Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:46:59.804Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-19T17:47:02.437Z] Sending build context to Docker daemon 165.5MB [2021-01-19T17:47:02.437Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T17:47:02.437Z] Step 2/6 : FROM ${BASE} [2021-01-19T17:47:02.437Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-19T17:47:02.437Z] 5f621e34cdf4: Pulling fs layer [2021-01-19T17:47:02.437Z] a4357932f1b6: Pulling fs layer [2021-01-19T17:47:02.437Z] 18c013af1878: Pulling fs layer [2021-01-19T17:47:02.437Z] 00ac8860ef70: Pulling fs layer [2021-01-19T17:47:02.437Z] 63d7cb157983: Pulling fs layer [2021-01-19T17:47:02.437Z] b116817d02f9: Pulling fs layer [2021-01-19T17:47:02.437Z] 745a02a5169b: Pulling fs layer [2021-01-19T17:47:02.437Z] 00ac8860ef70: Waiting [2021-01-19T17:47:02.437Z] 63d7cb157983: Waiting [2021-01-19T17:47:02.437Z] b116817d02f9: Waiting [2021-01-19T17:47:02.437Z] 745a02a5169b: Waiting [2021-01-19T17:47:02.437Z] 18c013af1878: Verifying Checksum [2021-01-19T17:47:02.437Z] 18c013af1878: Download complete [2021-01-19T17:47:02.437Z] a4357932f1b6: Verifying Checksum [2021-01-19T17:47:02.437Z] a4357932f1b6: Download complete [2021-01-19T17:47:02.437Z] 63d7cb157983: Verifying Checksum [2021-01-19T17:47:02.437Z] 63d7cb157983: Download complete [2021-01-19T17:47:02.437Z] b116817d02f9: Verifying Checksum [2021-01-19T17:47:02.437Z] b116817d02f9: Download complete [2021-01-19T17:47:02.437Z] 5f621e34cdf4: Download complete [2021-01-19T17:47:03.036Z] 5f621e34cdf4: Pull complete [2021-01-19T17:47:03.644Z] a4357932f1b6: Pull complete [2021-01-19T17:47:03.937Z] 18c013af1878: Pull complete [2021-01-19T17:47:04.532Z] 745a02a5169b: Download complete [2021-01-19T17:47:05.968Z] 00ac8860ef70: Verifying Checksum [2021-01-19T17:47:05.968Z] 00ac8860ef70: Download complete [2021-01-19T17:47:16.154Z] 00ac8860ef70: Pull complete [2021-01-19T17:47:16.431Z] 63d7cb157983: Pull complete [2021-01-19T17:47:17.025Z] b116817d02f9: Pull complete [2021-01-19T17:47:19.559Z] Removing intermediate container cb9d11f9dc28 [2021-01-19T17:47:19.559Z] ---> 539e28391143 [2021-01-19T17:47:19.559Z] Successfully built 539e28391143 [2021-01-19T17:47:19.559Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:47:19.914Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T17:47:19.914Z] . [Pipeline] withDockerContainer [2021-01-19T17:47:20.025Z] prd-centos7-docker-4c-2g-21233 does not seem to be running inside a container [2021-01-19T17:47:20.069Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/305 -v /w/workspace/edgex-go/305:/w/workspace/edgex-go/305:rw,z -v /w/workspace/edgex-go/305@tmp:/w/workspace/edgex-go/305@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 ******** ci-base-image-x86_64 cat [2021-01-19T17:47:20.418Z] 745a02a5169b: Pull complete [2021-01-19T17:47:20.693Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-19T17:47:20.693Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-19T17:47:20.693Z] ---> b7e6874047d6 [2021-01-19T17:47:20.693Z] 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-01-19T17:47:21.009Z] $ docker top ed72d2bf0d8ce5459e14ddca156fcbb113781784d308095d2d7c4b1281d7d94e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T17:47:21.547Z] + go version [2021-01-19T17:47:21.547Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-19T17:47:21.560Z] $ docker stop --time=1 ed72d2bf0d8ce5459e14ddca156fcbb113781784d308095d2d7c4b1281d7d94e [2021-01-19T17:47:22.977Z] $ docker rm -f ed72d2bf0d8ce5459e14ddca156fcbb113781784d308095d2d7c4b1281d7d94e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:47:23.774Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T17:47:23.774Z] . [Pipeline] withDockerContainer [2021-01-19T17:47:23.876Z] prd-centos7-docker-4c-2g-21233 does not seem to be running inside a container [2021-01-19T17:47:23.924Z] $ 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/305 -v /w/workspace/edgex-go/305:/w/workspace/edgex-go/305:rw,z -v /w/workspace/edgex-go/305@tmp:/w/workspace/edgex-go/305@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 ******** ci-base-image-x86_64 cat [2021-01-19T17:47:24.077Z] ---> Running in 9f05eb253a71 [2021-01-19T17:47:24.690Z] $ docker top 065226e1c65aa857d9d79e296657282fb212558a336fe025e98d1bc26d089bea -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-19T17:47:24.882Z] ========================================================= [2021-01-19T17:47:24.882Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-19T17:47:24.882Z] ========================================================= [Pipeline] sh [2021-01-19T17:47:25.057Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:47:25.174Z] + make test [2021-01-19T17:47:25.174Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-19T17:47:26.031Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:47:27.007Z] (1/12) Installing libmagic (5.38-r0) [2021-01-19T17:47:27.281Z] (2/12) Installing file (5.38-r0) [2021-01-19T17:47:27.281Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-19T17:47:27.553Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-19T17:47:34.260Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-19T17:47:34.260Z] (6/12) Installing patch (2.7.6-r6) [2021-01-19T17:47:34.260Z] (7/12) Installing build-base (0.5-r2) [2021-01-19T17:47:34.260Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-19T17:47:34.260Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-19T17:47:34.260Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-19T17:47:34.260Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-19T17:47:34.260Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-19T17:47:34.260Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:47:34.260Z] OK: 217 MiB in 51 packages [2021-01-19T17:47:35.266Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-19T17:47:38.573Z] Removing intermediate container 9f05eb253a71 [2021-01-19T17:47:38.573Z] ---> e4a4d9cf78a4 [2021-01-19T17:47:38.573Z] Step 4/6 : WORKDIR /edgex-go [2021-01-19T17:47:38.573Z] ---> Running in d826cd32ae1d [2021-01-19T17:47:38.846Z] Removing intermediate container d826cd32ae1d [2021-01-19T17:47:38.846Z] ---> 865d4a0a786f [2021-01-19T17:47:38.846Z] Step 5/6 : COPY go.mod . [2021-01-19T17:47:39.824Z] ---> f57c75ef276f [2021-01-19T17:47:39.824Z] Step 6/6 : RUN go mod download [2021-01-19T17:47:39.824Z] ---> Running in 9eea7957e6df [2021-01-19T17:47:50.342Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-19T17:47:57.009Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-19T17:47:57.297Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-19T17:47:57.297Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-19T17:47:57.297Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-19T17:47:57.297Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-19T17:47:57.571Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-19T17:47:58.158Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-19T17:47:58.432Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-19T17:47:59.183Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-19T17:48:01.389Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-19T17:48:01.389Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-19T17:48:01.389Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-19T17:48:02.822Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.081s coverage: 46.6% of statements [2021-01-19T17:48:02.822Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-19T17:48:02.822Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-19T17:48:02.822Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-19T17:48:02.822Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-19T17:48:02.822Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-19T17:48:06.621Z] Removing intermediate container 9eea7957e6df [2021-01-19T17:48:06.622Z] ---> a3ee0fa20923 [2021-01-19T17:48:06.622Z] Successfully built a3ee0fa20923 [2021-01-19T17:48:06.622Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:48:06.959Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T17:48:06.959Z] . [Pipeline] withDockerContainer [2021-01-19T17:48:07.243Z] prd-ubuntu18.04-docker-arm64-4c-16g-21238 does not seem to be running inside a container [2021-01-19T17:48:07.377Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/305 -v /w/workspace/edgex-go/305:/w/workspace/edgex-go/305:rw,z -v /w/workspace/edgex-go/305@tmp:/w/workspace/edgex-go/305@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 ******** ci-base-image-arm64 cat [2021-01-19T17:48:08.174Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.224s coverage: 27.0% of statements [2021-01-19T17:48:08.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-19T17:48:08.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-19T17:48:08.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-19T17:48:08.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-19T17:48:08.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-19T17:48:08.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-19T17:48:08.174Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.052s coverage: 100.0% of statements [2021-01-19T17:48:08.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-19T17:48:08.174Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.034s coverage: 100.0% of statements [2021-01-19T17:48:08.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-19T17:48:08.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-19T17:48:08.174Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.084s coverage: 67.9% of statements [2021-01-19T17:48:08.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-19T17:48:08.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-19T17:48:08.174Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.424s coverage: 82.3% of statements [2021-01-19T17:48:08.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-19T17:48:08.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T17:48:08.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-19T17:48:08.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-19T17:48:09.050Z] $ docker top 693046279bc89c7482bf154bf25da412fea96c43ea435223ba0eb06a893b6e5c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T17:48:10.045Z] + go version [2021-01-19T17:48:10.045Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-19T17:48:10.108Z] $ docker stop --time=1 693046279bc89c7482bf154bf25da412fea96c43ea435223ba0eb06a893b6e5c [2021-01-19T17:48:10.134Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.431s coverage: 28.6% of statements [2021-01-19T17:48:10.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-19T17:48:10.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-19T17:48:10.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-19T17:48:10.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-19T17:48:10.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-19T17:48:10.134Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.115s coverage: 100.0% of statements [2021-01-19T17:48:10.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-19T17:48:10.134Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.058s coverage: 100.0% of statements [2021-01-19T17:48:10.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-19T17:48:10.134Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.134s coverage: 86.7% of statements [2021-01-19T17:48:10.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-19T17:48:10.134Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.123s coverage: 97.5% of statements [2021-01-19T17:48:10.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-19T17:48:10.134Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.066s coverage: 78.3% of statements [2021-01-19T17:48:10.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-19T17:48:10.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-19T17:48:10.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-19T17:48:10.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-19T17:48:12.078Z] $ docker rm -f 693046279bc89c7482bf154bf25da412fea96c43ea435223ba0eb06a893b6e5c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-01-19T17:48:13.505Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.383s coverage: 92.8% of statements [2021-01-19T17:48:13.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-19T17:48:13.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T17:48:13.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-19T17:48:13.505Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-19T17:48:13.505Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-19T17:48:13.505Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-19T17:48:13.505Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-19T17:48:13.505Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-19T17:48:13.505Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-19T17:48:13.505Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-19T17:48:13.505Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-19T17:48:13.505Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-19T17:48:13.505Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-19T17:48:13.505Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-19T17:48:13.505Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-19T17:48:13.505Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-19T17:48:13.505Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-19T17:48:13.505Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-19T17:48:13.505Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.036s coverage: 58.8% of statements [2021-01-19T17:48:13.505Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-19T17:48:13.505Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-19T17:48:13.505Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.071s coverage: 0.1% of statements [2021-01-19T17:48:13.505Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-19T17:48:13.505Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-19T17:48:13.505Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-19T17:48:13.505Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-19T17:48:13.505Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.066s coverage: 100.0% of statements [2021-01-19T17:48:13.505Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-19T17:48:13.505Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.068s coverage: 75.5% of statements [2021-01-19T17:48:13.505Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-19T17:48:13.505Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.029s coverage: 80.8% of statements [2021-01-19T17:48:13.505Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.073s coverage: 87.2% of statements [2021-01-19T17:48:13.505Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.073s coverage: 84.2% of statements [2021-01-19T17:48:13.772Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.073s coverage: 91.4% of statements [2021-01-19T17:48:13.772Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-19T17:48:14.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.207s coverage: 63.5% of statements [2021-01-19T17:48:14.749Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-19T17:48:14.749Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-19T17:48:14.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.041s coverage: 100.0% of statements [2021-01-19T17:48:14.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.040s coverage: 91.3% of statements [2021-01-19T17:48:14.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.036s coverage: 100.0% of statements [2021-01-19T17:48:14.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.040s coverage: 73.7% of statements [2021-01-19T17:48:15.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:48:15.431Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T17:48:15.431Z] [2021-01-19T17:48:15.431Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:48:16.083Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T17:48:16.355Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-19T17:48:16.355Z] 29e5d40040c1: Pulling fs layer [2021-01-19T17:48:16.355Z] 1ce36da41761: Pulling fs layer [2021-01-19T17:48:16.355Z] 25b303627fd3: Pulling fs layer [2021-01-19T17:48:16.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.343s coverage: 68.9% of statements [2021-01-19T17:48:16.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-19T17:48:16.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-19T17:48:16.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-19T17:48:16.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-19T17:48:16.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-19T17:48:16.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.104s coverage: 37.0% of statements [2021-01-19T17:48:16.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-19T17:48:16.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-19T17:48:16.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.394s coverage: 84.0% of statements [2021-01-19T17:48:16.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.036s coverage: 100.0% of statements [2021-01-19T17:48:16.950Z] 29e5d40040c1: Verifying Checksum [2021-01-19T17:48:16.950Z] 29e5d40040c1: Download complete [2021-01-19T17:48:17.555Z] 1ce36da41761: Verifying Checksum [2021-01-19T17:48:17.555Z] 1ce36da41761: Download complete [2021-01-19T17:48:17.555Z] 29e5d40040c1: Pull complete [2021-01-19T17:48:18.990Z] 1ce36da41761: Pull complete [2021-01-19T17:48:18.990Z] 25b303627fd3: Verifying Checksum [2021-01-19T17:48:18.990Z] 25b303627fd3: Download complete [2021-01-19T17:48:19.055Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.110s coverage: 47.1% of statements [2021-01-19T17:48:19.055Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-19T17:48:19.055Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-19T17:48:19.055Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-19T17:48:19.055Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-19T17:48:19.055Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-19T17:48:19.055Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.063s coverage: 100.0% of statements [2021-01-19T17:48:19.055Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-19T17:48:19.055Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.055s coverage: 100.0% of statements [2021-01-19T17:48:19.055Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-19T17:48:20.502Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.864s coverage: 29.1% of statements [2021-01-19T17:48:20.502Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-19T17:48:20.502Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-19T17:48:20.502Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-19T17:48:20.502Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-19T17:48:20.502Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-19T17:48:20.502Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.080s coverage: 99.0% of statements [2021-01-19T17:48:20.502Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-19T17:48:20.502Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.039s coverage: 100.0% of statements [2021-01-19T17:48:20.502Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-19T17:48:20.502Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements [2021-01-19T17:48:20.502Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-19T17:48:20.502Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements [2021-01-19T17:48:20.502Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-19T17:48:20.502Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-19T17:48:20.502Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-19T17:48:20.502Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-19T17:48:20.502Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.083s coverage: 87.9% of statements [2021-01-19T17:48:20.502Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-19T17:48:20.502Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-19T17:48:20.502Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.041s coverage: 100.0% of statements [2021-01-19T17:48:20.765Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements [2021-01-19T17:48:21.029Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-01-19T17:48:21.605Z] GO111MODULE=on go vet ./... [2021-01-19T17:48:29.151Z] 25b303627fd3: Pull complete [2021-01-19T17:48:29.151Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-19T17:48:29.151Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T17:48:29.151Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-19T17:48:29.379Z] prd-ubuntu18.04-docker-arm64-4c-16g-21238 does not seem to be running inside a container [2021-01-19T17:48:29.502Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/305 -v /w/workspace/edgex-go/305:/w/workspace/edgex-go/305:rw,z -v /w/workspace/edgex-go/305@tmp:/w/workspace/edgex-go/305@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-19T17:48:32.599Z] $ docker top c6574f19019827a93885e2b2e6342ce65d03642e4de68be9030a37f5bdea356a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T17:48:33.619Z] + grep parallel [2021-01-19T17:48:33.619Z] + docker-compose build --help [2021-01-19T17:48:36.994Z] --parallel Build images in parallel. [Pipeline] } [2021-01-19T17:48:37.055Z] $ docker stop --time=1 c6574f19019827a93885e2b2e6342ce65d03642e4de68be9030a37f5bdea356a [2021-01-19T17:48:39.009Z] $ docker rm -f c6574f19019827a93885e2b2e6342ce65d03642e4de68be9030a37f5bdea356a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:48:39.820Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T17:48:39.820Z] . [Pipeline] withDockerContainer [2021-01-19T17:48:40.054Z] prd-ubuntu18.04-docker-arm64-4c-16g-21238 does not seem to be running inside a container [2021-01-19T17:48:40.220Z] $ 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/305 -v /w/workspace/edgex-go/305:/w/workspace/edgex-go/305:rw,z -v /w/workspace/edgex-go/305@tmp:/w/workspace/edgex-go/305@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-19T17:48:41.756Z] $ docker top 902eea14916d466b4f1c37976f3b55a46c4f9171132e5ed81facc1b1d730c68e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T17:48:42.834Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-19T17:48:46.228Z] Building docker-core-command-go ... [2021-01-19T17:48:46.228Z] Building docker-core-data-go ... [2021-01-19T17:48:46.228Z] Building docker-core-metadata-go ... [2021-01-19T17:48:46.228Z] Building docker-security-bootstrap-redis-go ... [2021-01-19T17:48:46.228Z] Building docker-security-proxy-setup-go ... [2021-01-19T17:48:46.228Z] Building docker-security-secretstore-setup-go ... [2021-01-19T17:48:46.228Z] Building docker-support-notifications-go ... [2021-01-19T17:48:46.228Z] Building docker-support-scheduler-go ... [2021-01-19T17:48:46.228Z] Building docker-sys-mgmt-agent-go ... [2021-01-19T17:48:46.228Z] Building docker-security-secretstore-setup-go [2021-01-19T17:48:46.228Z] Building docker-core-command-go [2021-01-19T17:48:46.228Z] Building docker-sys-mgmt-agent-go [2021-01-19T17:48:46.228Z] Building docker-security-bootstrap-redis-go [2021-01-19T17:48:46.228Z] Building docker-support-notifications-go [2021-01-19T17:48:48.370Z] gofmt -l . [2021-01-19T17:48:48.370Z] [ "`gofmt -l .`" = "" ] [2021-01-19T17:48:48.370Z] ./bin/test-go-mod-tidy.sh [2021-01-19T17:48:48.370Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-19T17:48:48.945Z] + ls -al . [2021-01-19T17:48:48.945Z] total 656 [2021-01-19T17:48:48.945Z] drwxrwxr-x 10 1001 1001 4096 Jan 19 17:48 . [2021-01-19T17:48:48.945Z] drwxr-xr-x 4 root root 32 Jan 19 17:47 .. [2021-01-19T17:48:48.945Z] -rw-rw-r-- 1 1001 1001 11 Jan 19 17:45 .dockerignore [2021-01-19T17:48:48.945Z] drwxrwxr-x 8 1001 1001 162 Jan 19 17:45 .git [2021-01-19T17:48:48.945Z] drwxrwxr-x 3 1001 1001 125 Jan 19 17:45 .github [2021-01-19T17:48:48.945Z] -rw-rw-r-- 1 1001 1001 824 Jan 19 17:45 .gitignore [2021-01-19T17:48:48.945Z] drwx------ 3 1001 1001 32 Jan 19 17:46 .semver [2021-01-19T17:48:48.945Z] -rw-rw-r-- 1 1001 1001 166 Jan 19 17:45 .sonarcloud.properties [2021-01-19T17:48:48.945Z] -rw-rw-r-- 1 1001 1001 7744 Jan 19 17:45 Attribution.txt [2021-01-19T17:48:48.945Z] -rw-rw-r-- 1 1001 1001 3804 Jan 19 17:45 CONTRIBUTING.md [2021-01-19T17:48:48.945Z] -rw-rw-r-- 1 1001 1001 931 Jan 19 17:45 Dockerfile.build [2021-01-19T17:48:48.945Z] -rw-rw-r-- 1 1001 1001 863 Jan 19 17:45 Jenkinsfile [2021-01-19T17:48:48.945Z] -rw-rw-r-- 1 1001 1001 10775 Jan 19 17:45 LICENSE [2021-01-19T17:48:48.945Z] -rw-rw-r-- 1 1001 1001 5750 Jan 19 17:45 Makefile [2021-01-19T17:48:48.945Z] -rw-rw-r-- 1 1001 1001 6524 Jan 19 17:45 README.md [2021-01-19T17:48:48.945Z] -rw-rw-r-- 1 1001 1001 6744 Jan 19 17:45 SECURITY.md [2021-01-19T17:48:48.945Z] -rw-rw-r-- 1 1001 1001 12 Jan 19 17:46 VERSION [2021-01-19T17:48:48.945Z] -rw-rw-r-- 1 1001 1001 4131 Jan 19 17:45 ZMQWindows.md [2021-01-19T17:48:48.945Z] drwxrwxr-x 2 1001 1001 117 Jan 19 17:45 bin [2021-01-19T17:48:48.945Z] drwxrwxr-x 14 1001 1001 4096 Jan 19 17:45 cmd [2021-01-19T17:48:48.945Z] -rw-r--r-- 1 root root 550280 Jan 19 17:48 coverage.out [2021-01-19T17:48:48.945Z] -rw-r--r-- 1 root root 981 Jan 19 17:48 go.mod [2021-01-19T17:48:48.945Z] -rw-r--r-- 1 root root 19241 Jan 19 17:48 go.sum [2021-01-19T17:48:48.945Z] drwxrwxr-x 8 1001 1001 127 Jan 19 17:45 internal [2021-01-19T17:48:48.945Z] drwxrwxr-x 4 1001 1001 26 Jan 19 17:45 openapi [2021-01-19T17:48:48.945Z] drwxrwxr-x 4 1001 1001 71 Jan 19 17:45 snap [2021-01-19T17:48:48.945Z] -rw-rw-r-- 1 1001 1001 168 Jan 19 17:45 version.go [Pipeline] sh [2021-01-19T17:48:49.255Z] + '[' -e coverage.out ] [2021-01-19T17:48:49.255Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-19T17:48:49.450Z] Stashed 1 file(s) [Pipeline] sh [2021-01-19T17:48:49.748Z] + make build [2021-01-19T17:48:49.748Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o cmd/core-data/core-data ./cmd/core-data [2021-01-19T17:48:53.110Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-19T17:49:01.455Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o cmd/core-command/core-command ./cmd/core-command [2021-01-19T17:49:02.851Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-19T17:49:04.244Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-19T17:49:04.509Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-19T17:49:05.921Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-19T17:49:07.326Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-19T17:49:08.749Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-19T17:49:10.674Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-19T17:49:12.085Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-19T17:49:13.061Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2021-01-19T17:49:15.031Z] $ docker stop --time=1 065226e1c65aa857d9d79e296657282fb212558a336fe025e98d1bc26d089bea [2021-01-19T17:49:16.669Z] $ docker rm -f 065226e1c65aa857d9d79e296657282fb212558a336fe025e98d1bc26d089bea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:49:17.826Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T17:49:17.826Z] [2021-01-19T17:49:17.826Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:49:18.188Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T17:49:18.189Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-19T17:49:18.189Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-19T17:49:18.189Z] ca9280d653b3: Pulling fs layer [2021-01-19T17:49:18.189Z] 7e9c9ca2126c: Pulling fs layer [2021-01-19T17:49:18.451Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-19T17:49:18.451Z] cbdbe7a5bc2a: Download complete [2021-01-19T17:49:18.715Z] cbdbe7a5bc2a: Pull complete [2021-01-19T17:49:18.983Z] ca9280d653b3: Verifying Checksum [2021-01-19T17:49:18.983Z] ca9280d653b3: Download complete [2021-01-19T17:49:19.943Z] 7e9c9ca2126c: Download complete [2021-01-19T17:49:20.208Z] ca9280d653b3: Pull complete [2021-01-19T17:49:26.844Z] 7e9c9ca2126c: Pull complete [2021-01-19T17:49:26.844Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-19T17:49:26.844Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T17:49:26.844Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-19T17:49:27.056Z] prd-centos7-docker-4c-2g-21233 does not seem to be running inside a container [2021-01-19T17:49:27.111Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/305 -v /w/workspace/edgex-go/305:/w/workspace/edgex-go/305:rw,z -v /w/workspace/edgex-go/305@tmp:/w/workspace/edgex-go/305@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-19T17:49:29.225Z] $ docker top 9bd7df6fb61e81151c79eaceeee1b47b7e53b6a34071732f66dc95b53f1b084a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T17:49:29.752Z] + docker-compose build --help [2021-01-19T17:49:29.752Z] + grep parallel [2021-01-19T17:49:30.698Z] --parallel Build images in parallel. [Pipeline] } [2021-01-19T17:49:30.712Z] $ docker stop --time=1 9bd7df6fb61e81151c79eaceeee1b47b7e53b6a34071732f66dc95b53f1b084a [2021-01-19T17:49:32.078Z] $ docker rm -f 9bd7df6fb61e81151c79eaceeee1b47b7e53b6a34071732f66dc95b53f1b084a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:49:32.687Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T17:49:32.687Z] . [Pipeline] withDockerContainer [2021-01-19T17:49:32.791Z] prd-centos7-docker-4c-2g-21233 does not seem to be running inside a container [2021-01-19T17:49:32.840Z] $ 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/305 -v /w/workspace/edgex-go/305:/w/workspace/edgex-go/305:rw,z -v /w/workspace/edgex-go/305@tmp:/w/workspace/edgex-go/305@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-19T17:49:33.194Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:49:33.194Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:49:33.194Z] ---> a3ee0fa20923 [2021-01-19T17:49:33.194Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T17:49:33.194Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:49:33.194Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:49:33.194Z] ---> a3ee0fa20923 [2021-01-19T17:49:33.194Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T17:49:33.194Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:49:33.194Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:49:33.194Z] ---> a3ee0fa20923 [2021-01-19T17:49:33.194Z] Step 3/26 : WORKDIR /edgex-go [2021-01-19T17:49:33.194Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:49:33.194Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:49:33.194Z] ---> a3ee0fa20923 [2021-01-19T17:49:33.194Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T17:49:33.194Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:49:33.194Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:49:33.194Z] ---> a3ee0fa20923 [2021-01-19T17:49:33.194Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T17:49:33.422Z] $ docker top fdf88b4927c25efd2c1dc6957960a848ffe43ddd89ad43c50ca04caadad1ba30 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T17:49:33.992Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-19T17:49:34.971Z] Building docker-core-command-go ... [2021-01-19T17:49:34.971Z] Building docker-core-data-go ... [2021-01-19T17:49:34.971Z] Building docker-core-metadata-go ... [2021-01-19T17:49:34.971Z] Building docker-security-bootstrap-redis-go ... [2021-01-19T17:49:34.971Z] Building docker-security-proxy-setup-go ... [2021-01-19T17:49:34.971Z] Building docker-security-secretstore-setup-go ... [2021-01-19T17:49:34.971Z] Building docker-support-notifications-go ... [2021-01-19T17:49:34.971Z] Building docker-support-scheduler-go ... [2021-01-19T17:49:34.971Z] Building docker-sys-mgmt-agent-go ... [2021-01-19T17:49:34.971Z] Building docker-security-secretstore-setup-go [2021-01-19T17:49:34.971Z] Building docker-support-scheduler-go [2021-01-19T17:49:34.971Z] Building docker-security-proxy-setup-go [2021-01-19T17:49:34.971Z] Building docker-security-bootstrap-redis-go [2021-01-19T17:49:34.971Z] Building docker-core-command-go [2021-01-19T17:49:35.830Z] ---> Running in c6d851b78a90 [2021-01-19T17:49:35.830Z] ---> Running in 655a7345a48e [2021-01-19T17:49:35.830Z] ---> Running in 88daea824706 [2021-01-19T17:49:35.830Z] ---> Running in 2650fab548c6 [2021-01-19T17:49:35.830Z] ---> Running in 12857a0e7e08 [2021-01-19T17:49:36.811Z] Removing intermediate container c6d851b78a90 [2021-01-19T17:49:36.811Z] ---> 2985f53e22af [2021-01-19T17:49:36.811Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:49:36.811Z] Removing intermediate container 655a7345a48e [2021-01-19T17:49:36.811Z] Removing intermediate container 88daea824706 [2021-01-19T17:49:36.811Z] ---> 1c0489a925fb [2021-01-19T17:49:36.811Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:49:36.811Z] ---> ff062862ab54 [2021-01-19T17:49:36.811Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:49:36.811Z] Removing intermediate container 12857a0e7e08 [2021-01-19T17:49:36.811Z] ---> 7db2d29e9d63 [2021-01-19T17:49:36.811Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:49:36.811Z] Removing intermediate container 2650fab548c6 [2021-01-19T17:49:36.811Z] ---> 845b4f884015 [2021-01-19T17:49:36.811Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:49:36.811Z] ---> Running in 95cebab9dcc5 [2021-01-19T17:49:36.811Z] ---> Running in 9c09024528e9 [2021-01-19T17:49:37.100Z] ---> Running in cc7e5c7aa08f [2021-01-19T17:49:37.100Z] ---> Running in 5b2c4c63a20e [2021-01-19T17:49:37.100Z] ---> Running in 1a655efe5856 [2021-01-19T17:49:40.540Z] Removing intermediate container 95cebab9dcc5 [2021-01-19T17:49:40.540Z] ---> a2eedd99ae39 [2021-01-19T17:49:40.540Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T17:49:40.819Z] ---> Running in fb9fba8bb2f5 [2021-01-19T17:49:40.819Z] Removing intermediate container 5b2c4c63a20e [2021-01-19T17:49:40.819Z] ---> c65280bae47d [2021-01-19T17:49:40.819Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-19T17:49:41.416Z] ---> Running in fc4381766698 [2021-01-19T17:49:41.416Z] Removing intermediate container 9c09024528e9 [2021-01-19T17:49:41.416Z] ---> fd58ee61a1bd [2021-01-19T17:49:41.416Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T17:49:41.416Z] Removing intermediate container cc7e5c7aa08f [2021-01-19T17:49:41.416Z] ---> 0d1f2ce0add0 [2021-01-19T17:49:41.416Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-19T17:49:41.416Z] Removing intermediate container 1a655efe5856 [2021-01-19T17:49:41.416Z] ---> 8a0bdb904bf5 [2021-01-19T17:49:41.416Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-19T17:49:41.688Z] ---> Running in 7dc52e0d0785 [2021-01-19T17:49:41.688Z] ---> Running in bb7411afbb9d [2021-01-19T17:49:41.688Z] ---> Running in 9c7523116331 [2021-01-19T17:49:42.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:49:43.284Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:49:43.284Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:49:43.560Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:49:43.834Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:49:43.834Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:49:43.834Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:49:44.109Z] OK: 217 MiB in 51 packages [2021-01-19T17:49:44.385Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:49:44.385Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:49:44.661Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:49:44.940Z] OK: 217 MiB in 51 packages [2021-01-19T17:49:45.218Z] OK: 217 MiB in 51 packages [2021-01-19T17:49:45.498Z] OK: 217 MiB in 51 packages [2021-01-19T17:49:45.498Z] OK: 217 MiB in 51 packages [2021-01-19T17:49:45.775Z] Removing intermediate container fb9fba8bb2f5 [2021-01-19T17:49:45.775Z] ---> c8db407c3220 [2021-01-19T17:49:45.775Z] Step 6/22 : COPY go.mod . [2021-01-19T17:49:46.758Z] Removing intermediate container fc4381766698 [2021-01-19T17:49:46.758Z] ---> 96fc9e0b0a72 [2021-01-19T17:49:46.758Z] Step 6/26 : COPY go.mod . [2021-01-19T17:49:46.758Z] ---> a1407d4dc00a [2021-01-19T17:49:46.758Z] Step 7/22 : RUN go mod download [2021-01-19T17:49:46.758Z] Removing intermediate container 9c7523116331 [2021-01-19T17:49:46.758Z] ---> f7518798dc2f [2021-01-19T17:49:46.758Z] Step 6/24 : COPY go.mod . [2021-01-19T17:49:47.037Z] ---> Running in b6a956c4caae [2021-01-19T17:49:47.311Z] Removing intermediate container 7dc52e0d0785 [2021-01-19T17:49:47.311Z] ---> a26354568ebf [2021-01-19T17:49:47.311Z] Step 6/22 : COPY go.mod . [2021-01-19T17:49:47.587Z] Removing intermediate container bb7411afbb9d [2021-01-19T17:49:47.588Z] ---> 671f4eb4fb0a [2021-01-19T17:49:47.588Z] Step 6/24 : COPY go.mod . [2021-01-19T17:49:47.865Z] ---> c2af8330b5ea [2021-01-19T17:49:47.865Z] Step 7/26 : RUN go mod download [2021-01-19T17:49:47.865Z] ---> 0fb928fa35d3 [2021-01-19T17:49:47.865Z] Step 7/24 : RUN go mod download [2021-01-19T17:49:48.140Z] ---> Running in 1075e94b6dd0 [2021-01-19T17:49:48.140Z] ---> Running in 3e64d8c1756b [2021-01-19T17:49:48.763Z] ---> 09a116a5b10d [2021-01-19T17:49:48.763Z] Step 7/24 : RUN go mod download [2021-01-19T17:49:48.763Z] ---> 83a179007d20 [2021-01-19T17:49:48.763Z] Step 7/22 : RUN go mod download [2021-01-19T17:49:49.042Z] ---> Running in 0b272b063b92 [2021-01-19T17:49:49.042Z] ---> Running in 13b962169f8b [2021-01-19T17:49:51.678Z] Removing intermediate container b6a956c4caae [2021-01-19T17:49:51.678Z] ---> 17f6a9ca16ed [2021-01-19T17:49:51.678Z] Step 8/22 : COPY . . [2021-01-19T17:49:52.664Z] Removing intermediate container 1075e94b6dd0 [2021-01-19T17:49:52.664Z] ---> c0f969b1429e [2021-01-19T17:49:52.664Z] Step 8/26 : COPY . . [2021-01-19T17:49:52.946Z] Removing intermediate container 3e64d8c1756b [2021-01-19T17:49:52.946Z] ---> a82903d71128 [2021-01-19T17:49:52.946Z] Step 8/24 : COPY . . [2021-01-19T17:49:53.959Z] Removing intermediate container 0b272b063b92 [2021-01-19T17:49:53.959Z] ---> 1b53c4e4e941 [2021-01-19T17:49:53.959Z] Step 8/24 : COPY . . [2021-01-19T17:49:54.238Z] Removing intermediate container 13b962169f8b [2021-01-19T17:49:54.238Z] ---> 28667701dd02 [2021-01-19T17:49:54.238Z] Step 8/22 : COPY . . [2021-01-19T17:50:07.455Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:50:07.455Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:50:07.455Z] ---> 539e28391143 [2021-01-19T17:50:07.455Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T17:50:07.728Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:50:07.728Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:50:07.728Z] ---> 539e28391143 [2021-01-19T17:50:07.728Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T17:50:08.479Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:50:08.479Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:50:08.479Z] ---> 539e28391143 [2021-01-19T17:50:08.479Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T17:50:08.479Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:50:08.479Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:50:08.479Z] ---> 539e28391143 [2021-01-19T17:50:08.479Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T17:50:08.741Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:50:08.741Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:50:08.741Z] ---> 539e28391143 [2021-01-19T17:50:08.741Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T17:50:09.692Z] ---> Running in e92e52ed30e8 [2021-01-19T17:50:09.692Z] ---> Running in 4543403abf11 [2021-01-19T17:50:09.692Z] ---> Running in c585c31139bc [2021-01-19T17:50:09.692Z] ---> Running in 69c7e1356047 [2021-01-19T17:50:09.692Z] ---> Running in 5fa072872e49 [2021-01-19T17:50:10.640Z] Removing intermediate container 4543403abf11 [2021-01-19T17:50:10.640Z] ---> c23b1a14d15f [2021-01-19T17:50:10.640Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:50:10.640Z] Removing intermediate container e92e52ed30e8 [2021-01-19T17:50:10.640Z] ---> 57ee6b9eae8e [2021-01-19T17:50:10.640Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:50:10.640Z] Removing intermediate container c585c31139bc [2021-01-19T17:50:10.640Z] ---> 2cbe27966d4e [2021-01-19T17:50:10.640Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:50:10.640Z] Removing intermediate container 5fa072872e49 [2021-01-19T17:50:10.640Z] ---> 9fd71ae7f5e6 [2021-01-19T17:50:10.640Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:50:10.640Z] Removing intermediate container 69c7e1356047 [2021-01-19T17:50:10.640Z] ---> 4b80cf5fe8c4 [2021-01-19T17:50:10.640Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:50:10.904Z] ---> Running in bce972a2ebaa [2021-01-19T17:50:10.904Z] ---> Running in c0e1a9a16038 [2021-01-19T17:50:10.904Z] ---> Running in e45317320632 [2021-01-19T17:50:10.904Z] ---> Running in b5bcd39a97a1 [2021-01-19T17:50:10.904Z] ---> Running in 3a73ca771c04 [2021-01-19T17:50:12.585Z] ---> 9a49e768d3bc [2021-01-19T17:50:12.585Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-19T17:50:12.585Z] ---> f3ee85ab1025 [2021-01-19T17:50:12.585Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-19T17:50:12.585Z] ---> 356b48ab04e2 [2021-01-19T17:50:12.585Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-19T17:50:12.585Z] ---> b5a1e1464583 [2021-01-19T17:50:12.585Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-19T17:50:12.585Z] ---> 297e6d6c5da3 [2021-01-19T17:50:12.585Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-19T17:50:12.585Z] ---> Running in 7ad2888a9b09 [2021-01-19T17:50:12.585Z] ---> Running in 19422cb3b808 [2021-01-19T17:50:12.585Z] ---> Running in b18cec8ab8b1 [2021-01-19T17:50:12.585Z] ---> Running in b7b519187b70 [2021-01-19T17:50:12.585Z] ---> Running in 25f8f8abdcac [2021-01-19T17:50:12.852Z] Removing intermediate container bce972a2ebaa [2021-01-19T17:50:12.852Z] ---> 7400f1dd2fdc [2021-01-19T17:50:12.852Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T17:50:12.852Z] ---> Running in b0d9a40193bd [2021-01-19T17:50:12.852Z] Removing intermediate container e45317320632 [2021-01-19T17:50:12.852Z] ---> 9494cc92388f [2021-01-19T17:50:12.852Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T17:50:13.115Z] ---> Running in 4bee47b340c7 [2021-01-19T17:50:13.381Z] Removing intermediate container c0e1a9a16038 [2021-01-19T17:50:13.381Z] ---> d6a3db5c2b53 [2021-01-19T17:50:13.381Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T17:50:13.381Z] Removing intermediate container b5bcd39a97a1 [2021-01-19T17:50:13.381Z] ---> 965546de9878 [2021-01-19T17:50:13.381Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-19T17:50:13.573Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-19T17:50:13.574Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o cmd/core-command/core-command ./cmd/core-command [2021-01-19T17:50:13.574Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-19T17:50:13.574Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-19T17:50:13.645Z] ---> Running in 1bdc850740bb [2021-01-19T17:50:13.645Z] Removing intermediate container 3a73ca771c04 [2021-01-19T17:50:13.645Z] ---> bc1e262e765f [2021-01-19T17:50:13.645Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T17:50:13.645Z] ---> Running in eb6503c81886 [2021-01-19T17:50:13.645Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:50:13.645Z] ---> Running in 7f6f3b17c423 [2021-01-19T17:50:13.848Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-19T17:50:13.907Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:50:14.184Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:50:14.453Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:50:14.453Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:50:14.453Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:50:14.717Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:50:14.989Z] OK: 233 MiB in 51 packages [2021-01-19T17:50:14.989Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:50:15.258Z] OK: 233 MiB in 51 packages [2021-01-19T17:50:15.258Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:50:15.258Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:50:15.536Z] Removing intermediate container b0d9a40193bd [2021-01-19T17:50:15.536Z] ---> 8a6b2b1e0410 [2021-01-19T17:50:15.536Z] Step 6/21 : COPY go.mod . [2021-01-19T17:50:15.818Z] OK: 233 MiB in 51 packages [2021-01-19T17:50:15.818Z] OK: 233 MiB in 51 packages [2021-01-19T17:50:15.818Z] OK: 233 MiB in 51 packages [2021-01-19T17:50:15.818Z] Removing intermediate container 4bee47b340c7 [2021-01-19T17:50:15.818Z] ---> d4ee283503a2 [2021-01-19T17:50:15.818Z] Step 6/21 : COPY go.mod . [2021-01-19T17:50:15.818Z] ---> db560173c558 [2021-01-19T17:50:15.818Z] Step 7/21 : RUN go mod download [2021-01-19T17:50:16.082Z] ---> Running in 1f31f5baaa63 [2021-01-19T17:50:16.345Z] ---> dfce5727a7a2 [2021-01-19T17:50:16.345Z] Step 7/21 : RUN go mod download [2021-01-19T17:50:16.613Z] ---> Running in 077ab6ba467b [2021-01-19T17:50:16.613Z] Removing intermediate container 1bdc850740bb [2021-01-19T17:50:16.613Z] ---> 89a2562d4a0b [2021-01-19T17:50:16.613Z] Step 6/22 : COPY go.mod . [2021-01-19T17:50:16.887Z] Removing intermediate container 7f6f3b17c423 [2021-01-19T17:50:16.888Z] ---> fc76750cde9b [2021-01-19T17:50:16.888Z] Step 6/22 : COPY go.mod . [2021-01-19T17:50:17.166Z] Removing intermediate container eb6503c81886 [2021-01-19T17:50:17.166Z] ---> 60f7c7f48ad7 [2021-01-19T17:50:17.166Z] Step 6/24 : COPY go.mod . [2021-01-19T17:50:17.166Z] ---> 6c713e9c0d9b [2021-01-19T17:50:17.166Z] Step 7/22 : RUN go mod download [2021-01-19T17:50:17.166Z] ---> Running in 700a58cf3a77 [2021-01-19T17:50:17.431Z] ---> 254ef9625f40 [2021-01-19T17:50:17.431Z] Step 7/22 : RUN go mod download [2021-01-19T17:50:17.431Z] ---> 92f548e55f42 [2021-01-19T17:50:17.431Z] Step 7/24 : RUN go mod download [2021-01-19T17:50:17.703Z] ---> Running in 160d1994f6f7 [2021-01-19T17:50:17.703Z] ---> Running in 9942159c5b5f [2021-01-19T17:50:19.149Z] Removing intermediate container 700a58cf3a77 [2021-01-19T17:50:19.149Z] ---> 08d3d39aaa47 [2021-01-19T17:50:19.149Z] Step 8/22 : COPY . . [2021-01-19T17:50:19.149Z] Removing intermediate container 1f31f5baaa63 [2021-01-19T17:50:19.149Z] ---> 906908026d93 [2021-01-19T17:50:19.149Z] Step 8/21 : COPY . . [2021-01-19T17:50:21.084Z] Removing intermediate container 077ab6ba467b [2021-01-19T17:50:21.085Z] ---> 5b10db8f16d8 [2021-01-19T17:50:21.085Z] Step 8/21 : COPY . . [2021-01-19T17:50:23.028Z] Removing intermediate container 160d1994f6f7 [2021-01-19T17:50:23.028Z] ---> c42a9e021983 [2021-01-19T17:50:23.028Z] Step 8/22 : COPY . . [2021-01-19T17:50:23.606Z] Removing intermediate container 9942159c5b5f [2021-01-19T17:50:23.606Z] ---> 21c92c9e6534 [2021-01-19T17:50:23.606Z] Step 8/24 : COPY . . [2021-01-19T17:50:55.940Z] ---> c5bdc2bf706e [2021-01-19T17:50:55.940Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-19T17:50:55.940Z] ---> 25049cbab486 [2021-01-19T17:50:55.940Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-19T17:50:55.940Z] ---> 4a4d8e5774ab [2021-01-19T17:50:55.940Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-19T17:50:55.940Z] ---> 8479da8416b0 [2021-01-19T17:50:55.940Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-19T17:50:55.940Z] ---> c284458d66b8 [2021-01-19T17:50:55.940Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-19T17:50:55.940Z] ---> Running in bd447bc95cbf [2021-01-19T17:50:55.940Z] ---> Running in 4ebdda4b1b39 [2021-01-19T17:50:55.940Z] ---> Running in 6cf09d86521f [2021-01-19T17:50:55.940Z] ---> Running in 89d7c7cac917 [2021-01-19T17:50:55.940Z] ---> Running in bd81c3412583 [2021-01-19T17:50:55.940Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-19T17:50:55.940Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-19T17:50:55.940Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-19T17:50:55.940Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o cmd/core-command/core-command ./cmd/core-command [2021-01-19T17:50:55.940Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-19T17:51:22.699Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-19T17:51:23.667Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-19T17:51:28.058Z] Removing intermediate container 6cf09d86521f [2021-01-19T17:51:28.058Z] ---> 9e7b2b3988f2 [2021-01-19T17:51:28.058Z] [2021-01-19T17:51:28.058Z] Step 10/22 : FROM alpine:3.12 [2021-01-19T17:51:28.356Z] 3.12: Pulling from library/alpine [2021-01-19T17:51:29.345Z] Removing intermediate container 89d7c7cac917 [2021-01-19T17:51:29.345Z] ---> 0e9c8671022e [2021-01-19T17:51:29.345Z] [2021-01-19T17:51:29.345Z] Step 10/24 : FROM alpine:3.12 [2021-01-19T17:51:29.345Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T17:51:29.345Z] 3.12: Pulling from library/alpine [2021-01-19T17:51:29.345Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T17:51:29.345Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T17:51:29.345Z] ---> 389fef711851 [2021-01-19T17:51:29.345Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T17:51:29.345Z] Status: Image is up to date for alpine:3.12 [2021-01-19T17:51:29.345Z] ---> 389fef711851 [2021-01-19T17:51:29.345Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T17:51:29.957Z] ---> Running in 05fd8aed1af8 [2021-01-19T17:51:29.957Z] ---> Running in 646a2d09ebab [2021-01-19T17:51:30.943Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:51:30.943Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:51:30.943Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:51:30.943Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:51:31.212Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T17:51:31.212Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T17:51:31.212Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T17:51:31.212Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T17:51:31.212Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T17:51:31.212Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:51:31.484Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T17:51:31.484Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T17:51:31.484Z] OK: 7 MiB in 19 packages [2021-01-19T17:51:31.484Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T17:51:31.484Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T17:51:31.761Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T17:51:31.761Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T17:51:31.761Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:51:31.761Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T17:51:31.761Z] OK: 7 MiB in 19 packages [2021-01-19T17:51:35.110Z] Removing intermediate container bd81c3412583 [2021-01-19T17:51:35.110Z] ---> 34fcdb73c7bf [2021-01-19T17:51:35.110Z] [2021-01-19T17:51:35.110Z] Step 10/22 : FROM scratch [2021-01-19T17:51:35.110Z] ---> [2021-01-19T17:51:35.110Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T17:51:35.110Z] Removing intermediate container bd447bc95cbf [2021-01-19T17:51:35.110Z] ---> 17d787b60f71 [2021-01-19T17:51:35.110Z] [2021-01-19T17:51:35.110Z] Step 10/21 : FROM alpine:3.12 [2021-01-19T17:51:35.110Z] ---> 389fef711851 [2021-01-19T17:51:35.110Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-19T17:51:35.110Z] Removing intermediate container 4ebdda4b1b39 [2021-01-19T17:51:35.110Z] ---> 9cbc61a5a588 [2021-01-19T17:51:35.110Z] [2021-01-19T17:51:35.110Z] Step 10/21 : FROM scratch [2021-01-19T17:51:35.110Z] ---> [2021-01-19T17:51:35.110Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T17:51:35.388Z] ---> Running in c7f4f4f31636 [2021-01-19T17:51:35.388Z] ---> Running in fce3d8869a99 [2021-01-19T17:51:35.388Z] ---> Running in 7e85d413baf1 [2021-01-19T17:51:35.653Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-19T17:51:35.977Z] Removing intermediate container fce3d8869a99 [2021-01-19T17:51:35.977Z] ---> 48e065944a62 [2021-01-19T17:51:35.977Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-19T17:51:35.977Z] Removing intermediate container 05fd8aed1af8 [2021-01-19T17:51:35.977Z] ---> 1d21fb82d1bc [2021-01-19T17:51:35.977Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T17:51:35.977Z] Removing intermediate container 7e85d413baf1 [2021-01-19T17:51:35.977Z] ---> f14bf0e17549 [2021-01-19T17:51:35.977Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-19T17:51:35.977Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:51:36.247Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:51:36.247Z] Removing intermediate container 646a2d09ebab [2021-01-19T17:51:36.247Z] ---> 41ceb6cb54b5 [2021-01-19T17:51:36.247Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-19T17:51:36.247Z] ---> Running in f09b68c2652e [2021-01-19T17:51:36.247Z] ---> Running in 4ce0f9a892e6 [2021-01-19T17:51:36.247Z] ---> Running in 359bc4dad04f [2021-01-19T17:51:36.247Z] ---> Running in 9f18b0aaabec [2021-01-19T17:51:36.247Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-19T17:51:36.526Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T17:51:36.526Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-19T17:51:36.526Z] (4/4) Installing curl (7.69.1-r3) [2021-01-19T17:51:36.526Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:51:36.802Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T17:51:36.802Z] OK: 7 MiB in 18 packages [2021-01-19T17:51:37.434Z] Removing intermediate container 4ce0f9a892e6 [2021-01-19T17:51:37.434Z] ---> d2cc9c0825c5 [2021-01-19T17:51:37.434Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T17:51:37.724Z] Removing intermediate container f09b68c2652e [2021-01-19T17:51:37.724Z] ---> f5da20070ca1 [2021-01-19T17:51:37.724Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-19T17:51:37.724Z] Removing intermediate container 9f18b0aaabec [2021-01-19T17:51:37.724Z] ---> 1aecd93adc21 [2021-01-19T17:51:37.724Z] Step 13/22 : WORKDIR / [2021-01-19T17:51:37.724Z] Removing intermediate container 359bc4dad04f [2021-01-19T17:51:37.724Z] ---> 4ad7a6c9e451 [2021-01-19T17:51:37.724Z] Step 13/24 : WORKDIR / [2021-01-19T17:51:37.724Z] ---> Running in d105b9691e4f [2021-01-19T17:51:37.724Z] ---> Running in e12bd43b0c3a [2021-01-19T17:51:37.724Z] ---> Running in 269696d86b6d [2021-01-19T17:51:38.006Z] ---> Running in 080905fb29c6 [2021-01-19T17:51:38.006Z] Removing intermediate container d105b9691e4f [2021-01-19T17:51:38.006Z] ---> bbca990c838c [2021-01-19T17:51:38.006Z] Step 14/22 : WORKDIR / [2021-01-19T17:51:38.269Z] Removing intermediate container e12bd43b0c3a [2021-01-19T17:51:38.269Z] ---> f82a163bd1e0 [2021-01-19T17:51:38.269Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:51:38.269Z] ---> Running in 5c91b9755975 [2021-01-19T17:51:38.537Z] Removing intermediate container 269696d86b6d [2021-01-19T17:51:38.537Z] ---> efa82f7a4ed3 [2021-01-19T17:51:38.537Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:51:38.537Z] Removing intermediate container 080905fb29c6 [2021-01-19T17:51:38.537Z] ---> 4934eab21c5b [2021-01-19T17:51:38.537Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-19T17:51:38.537Z] Removing intermediate container c7f4f4f31636 [2021-01-19T17:51:38.537Z] ---> e3a8636a3f23 [2021-01-19T17:51:38.537Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T17:51:38.825Z] Removing intermediate container 5c91b9755975 [2021-01-19T17:51:38.825Z] ---> 2bb3f98a62b1 [2021-01-19T17:51:38.825Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:51:38.825Z] ---> Running in ef8a46f117cc [2021-01-19T17:51:38.825Z] ---> 89615ec0f18f [2021-01-19T17:51:38.825Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-19T17:51:38.825Z] ---> 334aa51dd673 [2021-01-19T17:51:38.825Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-19T17:51:39.096Z] ---> 0bc829fd5a2f [2021-01-19T17:51:39.096Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-19T17:51:39.671Z] Removing intermediate container ef8a46f117cc [2021-01-19T17:51:39.672Z] ---> 525d93a95802 [2021-01-19T17:51:39.672Z] Step 13/21 : WORKDIR /edgex [2021-01-19T17:51:39.935Z] ---> 139e48299cf4 [2021-01-19T17:51:39.935Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-19T17:51:39.935Z] ---> Running in 5190a71998ac [2021-01-19T17:51:40.525Z] ---> 1a1082bd2729 [2021-01-19T17:51:40.525Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-19T17:51:40.525Z] ---> f05a5371ca1b [2021-01-19T17:51:40.525Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-19T17:51:40.792Z] ---> adbb18b1511b [2021-01-19T17:51:40.792Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-19T17:51:41.056Z] Removing intermediate container 5190a71998ac [2021-01-19T17:51:41.056Z] ---> 92a77279fbac [2021-01-19T17:51:41.056Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-19T17:51:41.056Z] ---> b925315d020f [2021-01-19T17:51:41.056Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-19T17:51:41.056Z] ---> b64b220a7c6e [2021-01-19T17:51:41.056Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-19T17:51:41.056Z] ---> 91109aa3d8d5 [2021-01-19T17:51:41.056Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-19T17:51:41.330Z] ---> fd1a7347d836 [2021-01-19T17:51:41.330Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-19T17:51:41.330Z] ---> f157bb1f2d33 [2021-01-19T17:51:41.330Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-19T17:51:41.330Z] ---> Running in 9dd96b2e96c3 [2021-01-19T17:51:41.596Z] ---> 3c0ad3903cdc [2021-01-19T17:51:41.596Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-19T17:51:41.596Z] ---> 179fb931ba99 [2021-01-19T17:51:41.596Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-19T17:51:41.596Z] ---> Running in a7bcab06e9da [2021-01-19T17:51:41.861Z] Removing intermediate container 9dd96b2e96c3 [2021-01-19T17:51:41.861Z] ---> 65fe5629e1a0 [2021-01-19T17:51:41.861Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:51:41.861Z] ---> Running in bd3499a0b7cd [2021-01-19T17:51:42.128Z] ---> Running in 65890a7b72de [2021-01-19T17:51:42.128Z] ---> ff27f76bf393 [2021-01-19T17:51:42.128Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-19T17:51:42.128Z] Removing intermediate container a7bcab06e9da [2021-01-19T17:51:42.128Z] ---> f20a11215195 [2021-01-19T17:51:42.128Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:51:42.395Z] ---> 5ae77494f5b8 [2021-01-19T17:51:42.395Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-19T17:51:42.395Z] ---> Running in 63000015927f [2021-01-19T17:51:42.395Z] Removing intermediate container 65890a7b72de [2021-01-19T17:51:42.395Z] ---> b48e95c10dc1 [2021-01-19T17:51:42.395Z] Step 19/21 : LABEL arch=x86_64 [2021-01-19T17:51:42.659Z] ---> Running in 375b90ea1702 [2021-01-19T17:51:42.659Z] ---> 49cd70621ee8 [2021-01-19T17:51:42.659Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-19T17:51:42.921Z] Removing intermediate container 63000015927f [2021-01-19T17:51:42.921Z] ---> 9e8a245b4642 [2021-01-19T17:51:42.921Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T17:51:42.921Z] ---> 59f3b3fbc2e6 [2021-01-19T17:51:42.921Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-19T17:51:43.189Z] Removing intermediate container 375b90ea1702 [2021-01-19T17:51:43.189Z] ---> 3e669603a0ac [2021-01-19T17:51:43.189Z] Step 20/21 : LABEL git_sha=4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:51:43.189Z] ---> Running in ef64a564d13f [2021-01-19T17:51:43.189Z] ---> Running in 0318dc93c5ce [2021-01-19T17:51:43.189Z] ---> b96ba283e808 [2021-01-19T17:51:43.189Z] ---> Running in 62b907103efd [2021-01-19T17:51:43.189Z] Step 20/24 : 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-01-19T17:51:43.452Z] ---> Running in 3c180b2a240d [2021-01-19T17:51:43.452Z] Removing intermediate container bd3499a0b7cd [2021-01-19T17:51:43.452Z] ---> 8ac6f423ebc5 [2021-01-19T17:51:43.452Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-19T17:51:43.715Z] Removing intermediate container ef64a564d13f [2021-01-19T17:51:43.715Z] ---> 12e7e049929c [2021-01-19T17:51:43.715Z] Step 21/22 : LABEL git_sha=4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:51:43.715Z] Removing intermediate container 0318dc93c5ce [2021-01-19T17:51:43.715Z] ---> 24b9a267d200 [2021-01-19T17:51:43.715Z] Step 18/21 : CMD ["--init=true"] [2021-01-19T17:51:43.962Z] Removing intermediate container 25f8f8abdcac [2021-01-19T17:51:43.962Z] ---> 81f321ce93c3 [2021-01-19T17:51:43.962Z] [2021-01-19T17:51:43.962Z] Step 10/22 : FROM alpine:3.12 [2021-01-19T17:51:43.962Z] Removing intermediate container b7b519187b70 [2021-01-19T17:51:43.962Z] ---> cfdedf3c26a6 [2021-01-19T17:51:43.962Z] [2021-01-19T17:51:43.962Z] Step 10/24 : FROM alpine:3.12 [2021-01-19T17:51:43.962Z] 3.12: Pulling from library/alpine [2021-01-19T17:51:43.962Z] 3.12: Pulling from library/alpine [2021-01-19T17:51:43.982Z] ---> Running in 3f53efaa9ba3 [2021-01-19T17:51:43.983Z] Removing intermediate container 62b907103efd [2021-01-19T17:51:43.983Z] ---> 0184426aebae [2021-01-19T17:51:43.983Z] Step 21/21 : LABEL version=2.0.0-dev.45 [2021-01-19T17:51:43.983Z] ---> Running in 402486693bab [2021-01-19T17:51:43.983Z] ---> Running in f055057d6542 [2021-01-19T17:51:43.983Z] ---> Running in 4ae55fb05157 [2021-01-19T17:51:44.246Z] Removing intermediate container 3f53efaa9ba3 [2021-01-19T17:51:44.246Z] ---> 1f3872d1efa8 [2021-01-19T17:51:44.246Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T17:51:44.246Z] ---> Running in c25457a2366d [2021-01-19T17:51:44.246Z] Removing intermediate container 402486693bab [2021-01-19T17:51:44.246Z] ---> c96c755d3640 [2021-01-19T17:51:44.246Z] Step 22/22 : LABEL version=2.0.0-dev.45 [2021-01-19T17:51:44.511Z] Removing intermediate container f055057d6542 [2021-01-19T17:51:44.511Z] ---> faabb20b941c [2021-01-19T17:51:44.511Z] Step 19/21 : LABEL arch=x86_64 [2021-01-19T17:51:44.511Z] Removing intermediate container 4ae55fb05157 [2021-01-19T17:51:44.511Z] ---> 4cf6cdf51fd7 [2021-01-19T17:51:44.511Z] [2021-01-19T17:51:44.511Z] ---> Running in 33efa3b55216 [2021-01-19T17:51:44.779Z] ---> Running in c7e523a3770b [2021-01-19T17:51:44.779Z] Successfully built 4cf6cdf51fd7 [2021-01-19T17:51:44.779Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-19T17:51:44.779Z] Removing intermediate container c25457a2366d [2021-01-19T17:51:44.779Z] ---> 0bd96fb23128 [2021-01-19T17:51:44.779Z] Step 21/22 : LABEL git_sha=4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:51:44.779Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2021-01-19T17:51:44.779Z] Removing intermediate container 33efa3b55216 [2021-01-19T17:51:44.779Z] ---> 08dd72d1de0c [2021-01-19T17:51:44.779Z] [2021-01-19T17:51:44.948Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T17:51:44.948Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T17:51:45.040Z] ---> Running in d83dd4b57850 [2021-01-19T17:51:45.040Z] Removing intermediate container c7e523a3770b [2021-01-19T17:51:45.040Z] ---> 1a7596667710 [2021-01-19T17:51:45.040Z] Step 20/21 : LABEL git_sha=4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:51:45.040Z] Successfully built 08dd72d1de0c [2021-01-19T17:51:45.040Z] Successfully tagged docker-core-command-go:latest [2021-01-19T17:51:45.040Z] Building docker-core-data-go [2021-01-19T17:51:45.040Z]  Building docker-core-command-go ... done Removing intermediate container 3c180b2a240d [2021-01-19T17:51:45.040Z] ---> 1580b4ae8b71 [2021-01-19T17:51:45.040Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-19T17:51:45.223Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T17:51:45.223Z] Status: Image is up to date for alpine:3.12 [2021-01-19T17:51:45.223Z] ---> afeebe901d6b [2021-01-19T17:51:45.223Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T17:51:45.223Z] ---> afeebe901d6b [2021-01-19T17:51:45.223Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T17:51:45.305Z] ---> Running in d810181c9edc [2021-01-19T17:51:45.305Z] Removing intermediate container d83dd4b57850 [2021-01-19T17:51:45.305Z] ---> 38cfd1fdd5e8 [2021-01-19T17:51:45.305Z] Step 22/22 : LABEL version=2.0.0-dev.45 [2021-01-19T17:51:45.305Z] ---> Running in 26116e1a9598 [2021-01-19T17:51:45.305Z] ---> Running in 0689fb20db25 [2021-01-19T17:51:45.569Z] Removing intermediate container d810181c9edc [2021-01-19T17:51:45.569Z] ---> 4f7fd9a453df [2021-01-19T17:51:45.569Z] Step 21/21 : LABEL version=2.0.0-dev.45 [2021-01-19T17:51:45.834Z] Removing intermediate container 26116e1a9598 [2021-01-19T17:51:45.834Z] ---> 3ce15949ffa5 [2021-01-19T17:51:45.834Z] Step 22/24 : LABEL arch=x86_64 [2021-01-19T17:51:46.665Z] ---> Running in 799be856dd55 [2021-01-19T17:51:46.665Z] ---> Running in 438c5b26a723 [2021-01-19T17:51:46.944Z] Removing intermediate container 7ad2888a9b09 [2021-01-19T17:51:46.944Z] ---> 75170f2cdf6b [2021-01-19T17:51:46.944Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-19T17:51:47.217Z] Removing intermediate container b18cec8ab8b1 [2021-01-19T17:51:47.217Z] ---> a846a86222e3 [2021-01-19T17:51:47.217Z] [2021-01-19T17:51:47.217Z] Step 10/24 : FROM scratch [2021-01-19T17:51:47.217Z] ---> [2021-01-19T17:51:47.217Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-19T17:51:47.217Z] Removing intermediate container 19422cb3b808 [2021-01-19T17:51:47.217Z] ---> 55295cb5bbb8 [2021-01-19T17:51:47.217Z] [2021-01-19T17:51:47.217Z] Step 10/22 : FROM scratch [2021-01-19T17:51:47.217Z] ---> [2021-01-19T17:51:47.217Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T17:51:47.237Z] Removing intermediate container 0689fb20db25 [2021-01-19T17:51:47.237Z] ---> 066741e44f97 [2021-01-19T17:51:47.237Z] [2021-01-19T17:51:47.492Z] ---> Running in 4a41dc7c635e [2021-01-19T17:51:47.493Z] ---> Running in 3b8ad99e163e [2021-01-19T17:51:47.493Z] ---> Running in 3bfc964f6a67 [2021-01-19T17:51:47.502Z] ---> Running in 0bae2127a6b4 [2021-01-19T17:51:47.766Z] Successfully built 066741e44f97 [2021-01-19T17:51:48.473Z] Removing intermediate container 3bfc964f6a67 [2021-01-19T17:51:48.473Z] ---> 99b0072ced2b [2021-01-19T17:51:48.473Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-19T17:51:48.473Z] Removing intermediate container 3b8ad99e163e [2021-01-19T17:51:48.473Z] ---> b6b5c6b3909f [2021-01-19T17:51:48.473Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-19T17:51:48.473Z] ---> Running in 9af162dfa091 [2021-01-19T17:51:48.473Z] ---> Running in 46dfa57377be [2021-01-19T17:51:48.733Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-19T17:51:48.733Z] Building docker-sys-mgmt-agent-go [2021-01-19T17:51:48.733Z]  Building docker-security-bootstrap-redis-go ... done  ---> Running in 807ded22f7af [2021-01-19T17:51:49.080Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:51:49.080Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:51:49.080Z] Removing intermediate container 9af162dfa091 [2021-01-19T17:51:49.080Z] ---> e3258c10aad3 [2021-01-19T17:51:49.080Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T17:51:49.080Z] Removing intermediate container 46dfa57377be [2021-01-19T17:51:49.080Z] ---> c5607053a977 [2021-01-19T17:51:49.080Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-19T17:51:49.080Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-19T17:51:49.080Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:51:49.368Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:51:49.368Z] ---> Running in d0f9a12cf79b [2021-01-19T17:51:49.368Z] ---> Running in 41b366cd6be4 [2021-01-19T17:51:49.967Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T17:51:49.967Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T17:51:49.967Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T17:51:49.967Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T17:51:49.967Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T17:51:49.967Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T17:51:49.967Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:51:49.967Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T17:51:49.967Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T17:51:49.967Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T17:51:50.242Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T17:51:50.242Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T17:51:50.242Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:51:50.242Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T17:51:50.242Z] OK: 7 MiB in 19 packages [2021-01-19T17:51:50.242Z] Removing intermediate container d0f9a12cf79b [2021-01-19T17:51:50.242Z] ---> d37d386d902f [2021-01-19T17:51:50.242Z] Step 14/22 : WORKDIR / [2021-01-19T17:51:50.518Z] OK: 7 MiB in 19 packages [2021-01-19T17:51:50.518Z] Removing intermediate container 41b366cd6be4 [2021-01-19T17:51:50.518Z] ---> df255fe09d54 [2021-01-19T17:51:50.518Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-19T17:51:50.797Z] ---> Running in 7a5e07bbecce [2021-01-19T17:51:51.789Z] ---> d43e0550fad2 [2021-01-19T17:51:51.789Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-19T17:51:51.789Z] Removing intermediate container 7a5e07bbecce [2021-01-19T17:51:51.789Z] ---> 91c8bf3a60d8 [2021-01-19T17:51:51.789Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:51:52.092Z] Removing intermediate container 807ded22f7af [2021-01-19T17:51:52.092Z] ---> 388649a87cd3 [2021-01-19T17:51:52.092Z] Step 23/24 : LABEL git_sha=4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:51:52.092Z] Removing intermediate container 0bae2127a6b4 [2021-01-19T17:51:52.092Z] ---> a9549de55669 [2021-01-19T17:51:52.092Z] [2021-01-19T17:51:52.092Z] Successfully built a9549de55669 [2021-01-19T17:51:52.092Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-19T17:51:52.092Z]  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go [2021-01-19T17:51:52.092Z] ---> Running in ed872b9e80a9 [2021-01-19T17:51:52.679Z] Removing intermediate container ed872b9e80a9 [2021-01-19T17:51:52.679Z] ---> 334a2603a0a9 [2021-01-19T17:51:52.679Z] Step 24/24 : LABEL version=2.0.0-dev.45 [2021-01-19T17:51:53.233Z] Removing intermediate container 799be856dd55 [2021-01-19T17:51:53.233Z] ---> 3c3888b72d76 [2021-01-19T17:51:53.233Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-19T17:51:53.233Z] ---> a9cbbeb339ca [2021-01-19T17:51:53.233Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-19T17:51:53.233Z] Removing intermediate container 438c5b26a723 [2021-01-19T17:51:53.233Z] ---> c0535676eb47 [2021-01-19T17:51:53.233Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T17:51:53.280Z] ---> Running in dc37c016d547 [2021-01-19T17:51:53.510Z] ---> Running in 43b7a1ba4c76 [2021-01-19T17:51:53.510Z] ---> Running in b02381646bca [2021-01-19T17:51:53.510Z] Removing intermediate container 4a41dc7c635e [2021-01-19T17:51:53.510Z] ---> 31d2f86f5ede [2021-01-19T17:51:53.510Z] [2021-01-19T17:51:53.510Z] Step 11/26 : FROM docker:20.10.0 [2021-01-19T17:51:53.786Z] ---> c3004035286d [2021-01-19T17:51:53.786Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-19T17:51:53.786Z] 20.10.0: Pulling from library/docker [2021-01-19T17:51:54.390Z] Removing intermediate container 43b7a1ba4c76 [2021-01-19T17:51:54.390Z] ---> c9c474edec25 [2021-01-19T17:51:54.390Z] Step 13/22 : WORKDIR / [2021-01-19T17:51:54.724Z] Removing intermediate container dc37c016d547 [2021-01-19T17:51:54.724Z] ---> 1bd87c6f2703 [2021-01-19T17:51:54.724Z] [2021-01-19T17:51:54.724Z] Successfully built 1bd87c6f2703 [2021-01-19T17:51:54.724Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-19T17:51:54.983Z] Removing intermediate container b02381646bca [2021-01-19T17:51:54.983Z] ---> ada1459d7fb1 [2021-01-19T17:51:54.983Z] Step 13/24 : WORKDIR / [2021-01-19T17:51:55.583Z] ---> Running in bbc262b85ec7 [2021-01-19T17:51:55.583Z] ---> Running in 99124701f6c3 [2021-01-19T17:51:55.860Z] ---> 96f9977d62b2 [2021-01-19T17:51:55.860Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-19T17:51:55.860Z] ---> 6439bf4e9e4a [2021-01-19T17:51:55.860Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:51:56.951Z] Removing intermediate container bbc262b85ec7 [2021-01-19T17:51:56.951Z] ---> a1723a6a7785 [2021-01-19T17:51:56.951Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:51:56.951Z] Removing intermediate container 99124701f6c3 [2021-01-19T17:51:56.951Z] ---> 04bc02ec281c [2021-01-19T17:51:56.951Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-19T17:51:57.289Z] ---> 3fce636aaeb5 [2021-01-19T17:51:57.289Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-19T17:51:57.289Z] ---> e16b8fa40e66 [2021-01-19T17:51:57.289Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-19T17:51:57.574Z] ---> Running in f652b4bb4b2b [2021-01-19T17:51:57.871Z] ---> 0c041f7b6fec [2021-01-19T17:51:57.871Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-19T17:51:58.619Z] Removing intermediate container f652b4bb4b2b [2021-01-19T17:51:58.619Z] ---> 65cd1be82ba3 [2021-01-19T17:51:58.619Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:51:58.900Z] ---> 326b53853d54 [2021-01-19T17:51:58.900Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-19T17:51:59.199Z] ---> Running in 8df258fc5587 [2021-01-19T17:51:59.484Z] ---> 4773795c7fef [2021-01-19T17:51:59.484Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-19T17:52:00.469Z] ---> 8b5a77d40c75 [2021-01-19T17:52:00.469Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-19T17:52:00.469Z] Removing intermediate container 8df258fc5587 [2021-01-19T17:52:00.469Z] ---> e4d6322b9f84 [2021-01-19T17:52:00.469Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T17:52:00.469Z] ---> d2e2a85d62ff [2021-01-19T17:52:00.469Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-19T17:52:00.745Z] ---> 79a9ccf791fe [2021-01-19T17:52:00.745Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-19T17:52:00.745Z] ---> Running in 37f973616cc0 [2021-01-19T17:52:01.021Z] ---> Running in f5014a10112d [2021-01-19T17:52:01.627Z] Removing intermediate container 37f973616cc0 [2021-01-19T17:52:01.627Z] ---> 4397ae98eb2e [2021-01-19T17:52:01.627Z] Step 21/22 : LABEL git_sha=4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:52:01.904Z] ---> 5cef9956f46f [2021-01-19T17:52:01.904Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-19T17:52:01.904Z] ---> Running in 8db36196b528 [2021-01-19T17:52:01.904Z] ---> f85edff3656b [2021-01-19T17:52:01.904Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-19T17:52:02.179Z] Removing intermediate container f5014a10112d [2021-01-19T17:52:02.179Z] ---> 49464ce61869 [2021-01-19T17:52:02.179Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:52:02.455Z] ---> Running in b380654d65c8 [2021-01-19T17:52:03.057Z] ---> d1222fee8c19 [2021-01-19T17:52:03.057Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-19T17:52:03.057Z] Removing intermediate container 8db36196b528 [2021-01-19T17:52:03.057Z] ---> da8aaddeedcf [2021-01-19T17:52:03.057Z] Step 22/22 : LABEL version=2.0.0-dev.45 [2021-01-19T17:52:03.345Z] ---> Running in 60aa0d628e8b [2021-01-19T17:52:03.345Z] Removing intermediate container b380654d65c8 [2021-01-19T17:52:03.345Z] ---> dabe0695f2ac [2021-01-19T17:52:03.345Z] Step 22/24 : LABEL arch=arm64 [2021-01-19T17:52:03.942Z] ---> Running in 40634c07563c [2021-01-19T17:52:04.219Z] ---> Running in 30180b33494d [2021-01-19T17:52:04.496Z] ---> fb7fc095f2ff [2021-01-19T17:52:04.496Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-19T17:52:04.770Z] Removing intermediate container 40634c07563c [2021-01-19T17:52:04.770Z] ---> e5c26fc64533 [2021-01-19T17:52:04.770Z] [2021-01-19T17:52:05.042Z] Removing intermediate container 30180b33494d [2021-01-19T17:52:05.042Z] ---> 1eb59ab69175 [2021-01-19T17:52:05.042Z] Step 23/24 : LABEL git_sha=4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:52:05.314Z] Successfully built e5c26fc64533 [2021-01-19T17:52:05.314Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-19T17:52:05.314Z]  Building docker-core-command-go ... done Building docker-security-proxy-setup-go [2021-01-19T17:52:05.590Z] ---> Running in d1672a1184b2 [2021-01-19T17:52:06.579Z] ---> 61866313324f [2021-01-19T17:52:06.579Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-19T17:52:07.196Z] Removing intermediate container d1672a1184b2 [2021-01-19T17:52:07.196Z] ---> 502c3bafa20d [2021-01-19T17:52:07.196Z] Step 24/24 : LABEL version=2.0.0-dev.45 [2021-01-19T17:52:08.225Z] ---> Running in 5996c753c5fc [2021-01-19T17:52:08.831Z] Removing intermediate container 60aa0d628e8b [2021-01-19T17:52:08.831Z] ---> 51dd2e84c86c [2021-01-19T17:52:08.831Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-19T17:52:08.831Z] ---> e9a7565ca67a [2021-01-19T17:52:08.831Z] Step 20/24 : 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-01-19T17:52:08.831Z] ---> Running in 83da18ec9775 [2021-01-19T17:52:08.831Z] ---> Running in f10b4681e1cf [2021-01-19T17:52:09.107Z] Removing intermediate container 5996c753c5fc [2021-01-19T17:52:09.107Z] ---> 4fbcbca141db [2021-01-19T17:52:09.107Z] [2021-01-19T17:52:09.382Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-19T17:52:09.382Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-19T17:52:09.382Z] ---> eeaf43b92773 [2021-01-19T17:52:09.382Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-19T17:52:09.661Z] Successfully built 4fbcbca141db [2021-01-19T17:52:09.661Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-19T17:52:09.661Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2021-01-19T17:52:09.932Z] ---> Running in a67c637f0f27 [2021-01-19T17:52:09.932Z] Removing intermediate container 83da18ec9775 [2021-01-19T17:52:09.932Z] ---> d33ac2f63a99 [2021-01-19T17:52:09.932Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T17:52:09.943Z]  Building docker-security-secretstore-setup-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:52:09.943Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:52:09.943Z] ---> 539e28391143 [2021-01-19T17:52:09.943Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T17:52:09.943Z] ---> Using cache [2021-01-19T17:52:09.943Z] ---> 4b80cf5fe8c4 [2021-01-19T17:52:09.943Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:52:09.943Z] ---> Using cache [2021-01-19T17:52:09.943Z] ---> bc1e262e765f [2021-01-19T17:52:09.943Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-19T17:52:09.943Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:52:09.943Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:52:09.943Z] ---> 539e28391143 [2021-01-19T17:52:09.943Z] Step 3/23 : WORKDIR /edgex-go [2021-01-19T17:52:09.943Z] ---> Using cache [2021-01-19T17:52:09.943Z] ---> 4b80cf5fe8c4 [2021-01-19T17:52:09.943Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:52:09.943Z] ---> Using cache [2021-01-19T17:52:09.943Z] ---> bc1e262e765f [2021-01-19T17:52:09.943Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-19T17:52:10.206Z] ---> Running in 3ad45e7ffbea [2021-01-19T17:52:10.565Z] ---> Running in 3a4f72a685e0 [2021-01-19T17:52:10.565Z] ---> Running in 43435c45dde8 [2021-01-19T17:52:10.812Z] Removing intermediate container 3ad45e7ffbea [2021-01-19T17:52:10.812Z] ---> 625469e37f24 [2021-01-19T17:52:10.812Z] Step 21/22 : LABEL git_sha=4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:52:11.084Z] ---> Running in fd6ab32f9228 [2021-01-19T17:52:11.363Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:52:11.645Z] Removing intermediate container fd6ab32f9228 [2021-01-19T17:52:11.645Z] ---> e4f6db9fb607 [2021-01-19T17:52:11.645Z] Step 22/22 : LABEL version=2.0.0-dev.45 [2021-01-19T17:52:11.645Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:52:11.928Z] Removing intermediate container f10b4681e1cf [2021-01-19T17:52:11.928Z] ---> cb47a6a30fc1 [2021-01-19T17:52:11.928Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-19T17:52:11.928Z] ---> Running in 54fc88b0b668 [2021-01-19T17:52:12.209Z] (1/2) Installing readline (8.0.4-r0) [2021-01-19T17:52:12.209Z] (2/2) Installing bash (5.0.17-r0) [2021-01-19T17:52:12.209Z] Executing bash-5.0.17-r0.post-install [2021-01-19T17:52:12.209Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:52:12.209Z] OK: 12 MiB in 22 packages [2021-01-19T17:52:12.804Z] ---> Running in 0714b97c7da4 [2021-01-19T17:52:13.399Z] Removing intermediate container 54fc88b0b668 [2021-01-19T17:52:13.399Z] ---> afecf38d3aae [2021-01-19T17:52:13.399Z] [2021-01-19T17:52:13.674Z] Successfully built afecf38d3aae [2021-01-19T17:52:13.945Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-19T17:52:13.945Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-metadata-go [2021-01-19T17:52:13.945Z] Removing intermediate container 0714b97c7da4 [2021-01-19T17:52:13.945Z] ---> 97ac5c011978 [2021-01-19T17:52:13.945Z] Step 22/24 : LABEL arch=arm64 [2021-01-19T17:52:13.981Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:52:13.981Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:52:14.219Z] ---> Running in eed274c680cf [2021-01-19T17:52:14.494Z] Removing intermediate container a67c637f0f27 [2021-01-19T17:52:14.494Z] ---> a9de17371aaf [2021-01-19T17:52:14.494Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-19T17:52:14.771Z] ---> Running in e96ed2bb88f2 [2021-01-19T17:52:14.771Z] Removing intermediate container eed274c680cf [2021-01-19T17:52:14.771Z] ---> 7b22f7c5e330 [2021-01-19T17:52:14.771Z] Step 23/24 : LABEL git_sha=4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:52:14.957Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:52:14.957Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:52:14.957Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:52:14.957Z] ---> 539e28391143 [2021-01-19T17:52:14.957Z] Step 3/26 : WORKDIR /edgex-go [2021-01-19T17:52:14.957Z] ---> Using cache [2021-01-19T17:52:14.957Z] ---> 4b80cf5fe8c4 [2021-01-19T17:52:14.957Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:52:14.957Z] ---> Using cache [2021-01-19T17:52:14.957Z] ---> bc1e262e765f [2021-01-19T17:52:14.957Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-19T17:52:14.957Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:52:15.373Z] ---> Running in 02bd62712db9 [2021-01-19T17:52:15.563Z] OK: 233 MiB in 51 packages [2021-01-19T17:52:15.643Z] Removing intermediate container e96ed2bb88f2 [2021-01-19T17:52:15.643Z] ---> 3235ff0c5bc0 [2021-01-19T17:52:15.643Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-19T17:52:15.838Z] ---> Running in 7f03d0675ad5 [2021-01-19T17:52:15.838Z] OK: 233 MiB in 51 packages [2021-01-19T17:52:16.237Z] Removing intermediate container 02bd62712db9 [2021-01-19T17:52:16.237Z] ---> d6110d71965a [2021-01-19T17:52:16.237Z] Step 24/24 : LABEL version=2.0.0-dev.45 [2021-01-19T17:52:16.831Z] ---> Running in ca52efc3f41c [2021-01-19T17:52:17.112Z] ---> Running in 8c924e4cdcb4 [2021-01-19T17:52:17.278Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:52:17.386Z] Removing intermediate container ca52efc3f41c [2021-01-19T17:52:17.386Z] ---> 5a328d6b86ac [2021-01-19T17:52:17.386Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-19T17:52:17.546Z] Removing intermediate container 43435c45dde8 [2021-01-19T17:52:17.546Z] ---> 634553177508 [2021-01-19T17:52:17.546Z] Step 6/23 : COPY go.mod . [2021-01-19T17:52:17.546Z] Removing intermediate container 3a4f72a685e0 [2021-01-19T17:52:17.546Z] ---> a0326dbaf9dc [2021-01-19T17:52:17.546Z] Step 6/24 : COPY go.mod . [2021-01-19T17:52:17.661Z] ---> Running in 664f7a23ba9f [2021-01-19T17:52:17.808Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:52:17.809Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:52:17.809Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:52:17.809Z] ---> 539e28391143 [2021-01-19T17:52:17.809Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T17:52:17.809Z] ---> Using cache [2021-01-19T17:52:17.809Z] ---> 4b80cf5fe8c4 [2021-01-19T17:52:17.809Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:52:17.809Z] ---> Using cache [2021-01-19T17:52:17.809Z] ---> bc1e262e765f [2021-01-19T17:52:17.809Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T17:52:17.809Z] ---> Using cache [2021-01-19T17:52:17.809Z] ---> fc76750cde9b [2021-01-19T17:52:17.809Z] Step 6/22 : COPY go.mod . [2021-01-19T17:52:17.809Z] ---> Using cache [2021-01-19T17:52:17.809Z] ---> 254ef9625f40 [2021-01-19T17:52:17.809Z] Step 7/22 : RUN go mod download [2021-01-19T17:52:17.809Z] ---> Using cache [2021-01-19T17:52:17.809Z] ---> c42a9e021983 [2021-01-19T17:52:17.809Z] Step 8/22 : COPY . . [2021-01-19T17:52:17.809Z] ---> Using cache [2021-01-19T17:52:17.809Z] ---> 4a4d8e5774ab [2021-01-19T17:52:17.809Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-19T17:52:17.938Z] Removing intermediate container 8c924e4cdcb4 [2021-01-19T17:52:17.938Z] ---> 91633a5bcf75 [2021-01-19T17:52:17.938Z] [2021-01-19T17:52:18.211Z] Successfully built 91633a5bcf75 [2021-01-19T17:52:18.390Z] ---> 485cb3e1af54 [2021-01-19T17:52:18.390Z] Step 7/24 : RUN go mod download [2021-01-19T17:52:18.390Z] OK: 233 MiB in 51 packages [2021-01-19T17:52:18.390Z] ---> c4ab4dc1f38d [2021-01-19T17:52:18.390Z] Step 7/23 : RUN go mod download [2021-01-19T17:52:18.390Z] ---> Running in 13b3da35e409 [2021-01-19T17:52:18.485Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-19T17:52:18.485Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-01-19T17:52:18.485Z] Removing intermediate container 664f7a23ba9f [2021-01-19T17:52:18.485Z] ---> 7ab5cbf218bf [2021-01-19T17:52:18.485Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-19T17:52:18.659Z] ---> Running in 23aab876afb5 [2021-01-19T17:52:18.659Z] ---> Running in 5f573a0c8d98 [2021-01-19T17:52:19.274Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-19T17:52:19.274Z] Removing intermediate container 7f03d0675ad5 [2021-01-19T17:52:19.274Z] ---> ae06ace51d0a [2021-01-19T17:52:19.274Z] Step 6/26 : COPY go.mod . [2021-01-19T17:52:19.923Z] ---> be3d7f088aa9 [2021-01-19T17:52:19.923Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-19T17:52:20.330Z] ---> 4aaf8b93a80c [2021-01-19T17:52:20.330Z] Step 7/26 : RUN go mod download [2021-01-19T17:52:20.330Z] ---> Running in f0f5cd223d2f [2021-01-19T17:52:21.375Z] ---> 4104f652fac2 [2021-01-19T17:52:21.375Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-19T17:52:22.492Z] Removing intermediate container 23aab876afb5 [2021-01-19T17:52:22.492Z] ---> 28974ea77726 [2021-01-19T17:52:22.492Z] Step 8/24 : COPY . . [2021-01-19T17:52:22.492Z] Removing intermediate container 5f573a0c8d98 [2021-01-19T17:52:22.492Z] ---> 6303c06bd484 [2021-01-19T17:52:22.492Z] Step 8/23 : COPY . . [2021-01-19T17:52:22.885Z] Removing intermediate container f0f5cd223d2f [2021-01-19T17:52:22.885Z] ---> 44ae8493b8c0 [2021-01-19T17:52:22.885Z] Step 8/26 : COPY . . [2021-01-19T17:52:22.886Z] ---> be52f7269a80 [2021-01-19T17:52:22.886Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-19T17:52:23.169Z] ---> Running in 7aeb5b311c45 [2021-01-19T17:52:24.674Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:52:24.674Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:52:25.290Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-19T17:52:25.290Z] (2/33) Installing expat (2.2.9-r1) [2021-01-19T17:52:25.290Z] (3/33) Installing libffi (3.3-r2) [2021-01-19T17:52:25.290Z] (4/33) Installing gdbm (1.13-r1) [2021-01-19T17:52:25.290Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-19T17:52:25.290Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-19T17:52:25.290Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:52:25.290Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:52:25.290Z] ---> a3ee0fa20923 [2021-01-19T17:52:25.290Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T17:52:25.290Z] ---> Using cache [2021-01-19T17:52:25.290Z] ---> 845b4f884015 [2021-01-19T17:52:25.290Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:52:25.290Z] ---> Using cache [2021-01-19T17:52:25.290Z] ---> 8a0bdb904bf5 [2021-01-19T17:52:25.290Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T17:52:25.569Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-19T17:52:27.026Z] ---> Running in 236b3013a67a [2021-01-19T17:52:28.011Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-19T17:52:28.011Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-19T17:52:28.011Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-19T17:52:28.011Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-19T17:52:28.011Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-19T17:52:28.011Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-19T17:52:28.011Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-19T17:52:28.011Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:52:28.011Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-19T17:52:28.011Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-19T17:52:28.011Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-19T17:52:28.286Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-19T17:52:28.286Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-19T17:52:28.286Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-19T17:52:28.286Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-19T17:52:28.286Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-19T17:52:28.286Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-19T17:52:28.286Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-19T17:52:28.286Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-19T17:52:28.286Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-19T17:52:28.559Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-19T17:52:28.559Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-19T17:52:28.559Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-19T17:52:28.559Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-19T17:52:28.559Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-19T17:52:28.559Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-19T17:52:28.559Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-19T17:52:28.834Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:52:28.834Z] OK: 71 MiB in 55 packages [2021-01-19T17:52:28.834Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:52:29.857Z] OK: 217 MiB in 51 packages [2021-01-19T17:52:31.843Z] Removing intermediate container 236b3013a67a [2021-01-19T17:52:31.843Z] ---> 3118dfa93efe [2021-01-19T17:52:31.843Z] Step 6/21 : COPY go.mod . [2021-01-19T17:52:33.302Z] ---> bb8f3d46f659 [2021-01-19T17:52:33.302Z] Step 7/21 : RUN go mod download [2021-01-19T17:52:33.575Z] ---> Running in a4aa373cb0ef [2021-01-19T17:52:36.203Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:52:36.203Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:52:36.203Z] ---> a3ee0fa20923 [2021-01-19T17:52:36.203Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T17:52:36.203Z] ---> Using cache [2021-01-19T17:52:36.203Z] ---> 845b4f884015 [2021-01-19T17:52:36.203Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:52:36.203Z] ---> Using cache [2021-01-19T17:52:36.203Z] ---> 8a0bdb904bf5 [2021-01-19T17:52:36.203Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T17:52:36.203Z] ---> Using cache [2021-01-19T17:52:36.203Z] ---> 3118dfa93efe [2021-01-19T17:52:36.203Z] Step 6/21 : COPY go.mod . [2021-01-19T17:52:36.203Z] ---> Using cache [2021-01-19T17:52:36.203Z] ---> bb8f3d46f659 [2021-01-19T17:52:36.203Z] Step 7/21 : RUN go mod download [2021-01-19T17:52:38.186Z] ---> Running in 10764f1722b8 [2021-01-19T17:52:39.624Z] Removing intermediate container a4aa373cb0ef [2021-01-19T17:52:39.624Z] ---> 2b1c8b399750 [2021-01-19T17:52:39.624Z] Step 8/21 : COPY . . [2021-01-19T17:52:40.224Z] Removing intermediate container 7aeb5b311c45 [2021-01-19T17:52:40.224Z] ---> 1e26ae45dc9a [2021-01-19T17:52:40.224Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-19T17:52:40.832Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:52:40.832Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:52:40.832Z] ---> a3ee0fa20923 [2021-01-19T17:52:40.832Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T17:52:40.832Z] ---> Using cache [2021-01-19T17:52:40.832Z] ---> 845b4f884015 [2021-01-19T17:52:40.832Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:52:40.832Z] ---> Using cache [2021-01-19T17:52:40.832Z] ---> 8a0bdb904bf5 [2021-01-19T17:52:40.832Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T17:52:40.832Z] ---> Using cache [2021-01-19T17:52:40.832Z] ---> 3118dfa93efe [2021-01-19T17:52:40.832Z] Step 6/22 : COPY go.mod . [2021-01-19T17:52:40.832Z] ---> Using cache [2021-01-19T17:52:40.832Z] ---> bb8f3d46f659 [2021-01-19T17:52:40.832Z] Step 7/22 : RUN go mod download [2021-01-19T17:52:40.832Z] ---> Using cache [2021-01-19T17:52:40.832Z] ---> 2b1c8b399750 [2021-01-19T17:52:40.832Z] Step 8/22 : COPY . . [2021-01-19T17:52:41.440Z] ---> Running in 2124436e4a77 [2021-01-19T17:52:43.430Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:52:43.430Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:52:43.430Z] ---> a3ee0fa20923 [2021-01-19T17:52:43.430Z] Step 3/23 : WORKDIR /edgex-go [2021-01-19T17:52:43.430Z] ---> Using cache [2021-01-19T17:52:43.430Z] ---> 845b4f884015 [2021-01-19T17:52:43.430Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:52:43.430Z] ---> Using cache [2021-01-19T17:52:43.430Z] ---> 8a0bdb904bf5 [2021-01-19T17:52:43.430Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-19T17:52:44.417Z] Removing intermediate container 10764f1722b8 [2021-01-19T17:52:44.417Z] ---> 9774fb6ec2d1 [2021-01-19T17:52:44.417Z] Step 8/21 : COPY . . [2021-01-19T17:52:44.693Z] ---> Running in c80b040e65d3 [2021-01-19T17:52:46.672Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:52:47.277Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:52:48.262Z] OK: 217 MiB in 51 packages [2021-01-19T17:52:48.262Z] Collecting docker-compose==1.23.2 [2021-01-19T17:52:48.539Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-19T17:52:49.999Z] Collecting PyYAML<4,>=3.10 [2021-01-19T17:52:49.999Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-19T17:52:52.645Z] Removing intermediate container c80b040e65d3 [2021-01-19T17:52:52.645Z] ---> a80fd63909aa [2021-01-19T17:52:52.645Z] Step 6/23 : COPY go.mod . [2021-01-19T17:52:54.089Z] Collecting docopt<0.7,>=0.6.1 [2021-01-19T17:52:54.089Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-19T17:52:54.364Z] ---> b36951675b95 [2021-01-19T17:52:54.364Z] Step 7/23 : RUN go mod download [2021-01-19T17:52:54.660Z] ---> b0da6b5a67cf [2021-01-19T17:52:54.660Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-19T17:52:54.940Z] ---> Running in 1cf880836ff9 [2021-01-19T17:52:55.216Z] ---> Running in 916b6ac528fe [2021-01-19T17:52:55.495Z] ---> 59faf940e42c [2021-01-19T17:52:55.495Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-19T17:52:55.495Z] ---> 5d29a476aded [2021-01-19T17:52:55.495Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-19T17:52:55.811Z] ---> 25023eac689c [2021-01-19T17:52:55.812Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-19T17:52:56.410Z] ---> Running in 5e10d367d0a5 [2021-01-19T17:52:56.458Z] ---> Running in dc8b9eb8d16e [2021-01-19T17:52:56.458Z] ---> Running in fc17f21a3f19 [2021-01-19T17:52:56.722Z] ---> 3c005e9157b6 [2021-01-19T17:52:56.722Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-19T17:52:56.722Z] Removing intermediate container 13b3da35e409 [2021-01-19T17:52:56.722Z] ---> e9e6abf166c6 [2021-01-19T17:52:56.722Z] [2021-01-19T17:52:56.722Z] Step 10/22 : FROM scratch [2021-01-19T17:52:56.722Z] ---> [2021-01-19T17:52:56.722Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T17:52:56.722Z] ---> Running in 7fc2bf7d0ab4 [2021-01-19T17:52:57.026Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-19T17:52:57.026Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-19T17:52:57.301Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-19T17:52:57.323Z] ---> Using cache [2021-01-19T17:52:57.323Z] ---> f14bf0e17549 [2021-01-19T17:52:57.323Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-19T17:52:57.323Z] ---> Running in 6db74a6c520a [2021-01-19T17:52:57.594Z] Removing intermediate container 6db74a6c520a [2021-01-19T17:52:57.594Z] ---> ae4514927964 [2021-01-19T17:52:57.594Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T17:52:57.594Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-19T17:52:57.594Z] ---> Running in 010bc69a7b46 [2021-01-19T17:52:57.594Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-19T17:52:57.594Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o cmd/core-data/core-data ./cmd/core-data [2021-01-19T17:52:57.865Z] Removing intermediate container 010bc69a7b46 [2021-01-19T17:52:57.865Z] ---> 6350a9609bbb [2021-01-19T17:52:57.865Z] Step 14/22 : WORKDIR / [2021-01-19T17:52:57.865Z] ---> Running in a127b3fc6a5e [2021-01-19T17:52:58.134Z] Removing intermediate container a127b3fc6a5e [2021-01-19T17:52:58.134Z] ---> 46d698737bcf [2021-01-19T17:52:58.134Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:52:58.410Z] ---> 6803ae63d958 [2021-01-19T17:52:58.410Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-19T17:52:58.748Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-19T17:52:58.748Z] ---> 9e775c8868ae [2021-01-19T17:52:58.749Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-19T17:52:59.022Z] ---> Running in 22201bbf2473 [2021-01-19T17:52:59.398Z] ---> 4c6a3bee10a5 [2021-01-19T17:52:59.399Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-19T17:52:59.633Z] Removing intermediate container 1cf880836ff9 [2021-01-19T17:52:59.633Z] ---> 13d25dbb5d2d [2021-01-19T17:52:59.633Z] Step 8/23 : COPY . . [2021-01-19T17:53:00.622Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-19T17:53:00.845Z] ---> 7fd501cc5b9f [2021-01-19T17:53:00.845Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-19T17:53:00.845Z] ---> Running in e16ba59e6ff9 [2021-01-19T17:53:01.135Z] Removing intermediate container e16ba59e6ff9 [2021-01-19T17:53:01.135Z] ---> 1c599645f6e4 [2021-01-19T17:53:01.135Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:53:01.135Z] ---> Running in da0f91723f3f [2021-01-19T17:53:01.222Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-19T17:53:01.222Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-19T17:53:01.744Z] Removing intermediate container da0f91723f3f [2021-01-19T17:53:01.744Z] ---> 7b33240b1906 [2021-01-19T17:53:01.744Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T17:53:01.744Z] ---> Running in 75e9c435b63c [2021-01-19T17:53:02.027Z] Removing intermediate container 75e9c435b63c [2021-01-19T17:53:02.028Z] ---> 6745b090d09d [2021-01-19T17:53:02.028Z] Step 21/22 : LABEL git_sha=4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:53:02.301Z] ---> Running in 567cc9f9711e [2021-01-19T17:53:02.469Z] Collecting texttable<0.10,>=0.9.0 [2021-01-19T17:53:02.470Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-19T17:53:02.573Z] Removing intermediate container 567cc9f9711e [2021-01-19T17:53:02.573Z] ---> c1bd12bdfaab [2021-01-19T17:53:02.573Z] Step 22/22 : LABEL version=2.0.0-dev.45 [2021-01-19T17:53:02.573Z] ---> Running in d8ebed3c8cd3 [2021-01-19T17:53:02.840Z] Removing intermediate container d8ebed3c8cd3 [2021-01-19T17:53:02.840Z] ---> 6f6f2408724f [2021-01-19T17:53:02.840Z] [2021-01-19T17:53:03.107Z] Successfully built 6f6f2408724f [2021-01-19T17:53:03.379Z] Successfully tagged docker-core-metadata-go:latest [2021-01-19T17:53:06.354Z] 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-01-19T17:53:06.630Z] Collecting cached-property<2,>=1.2.0 [2021-01-19T17:53:06.630Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-19T17:53:08.077Z] Collecting docker<4.0,>=3.6.0 [2021-01-19T17:53:08.077Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-19T17:53:09.068Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-19T17:53:09.068Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-19T17:53:10.061Z] Collecting jsonschema<3,>=2.5.1 [2021-01-19T17:53:10.061Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-19T17:53:11.052Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-19T17:53:11.052Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-19T17:53:12.044Z] 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-01-19T17:53:12.653Z] Collecting idna<2.8,>=2.5 [2021-01-19T17:53:12.653Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-19T17:53:12.932Z] 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-01-19T17:53:13.234Z] ---> c2a9acc4e7e7 [2021-01-19T17:53:13.234Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-19T17:53:13.234Z] Collecting docker-pycreds>=0.4.0 [2021-01-19T17:53:13.234Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-19T17:53:13.514Z] ---> Running in d9173a8f7acb [2021-01-19T17:53:13.795Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-19T17:53:13.795Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-19T17:53:13.795Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-19T17:53:13.795Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-19T17:53:15.256Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o cmd/core-data/core-data ./cmd/core-data [2021-01-19T17:53:15.256Z] Installing collected packages: PyYAML, docopt, dockerpty, urllib3, idna, requests, texttable, cached-property, websocket-client, docker-pycreds, docker, jsonschema, docker-compose [2021-01-19T17:53:15.256Z] Running setup.py install for PyYAML: started [2021-01-19T17:53:18.666Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-19T17:53:18.666Z] Running setup.py install for docopt: started [2021-01-19T17:53:20.646Z] Running setup.py install for docopt: finished with status 'done' [2021-01-19T17:53:20.646Z] Running setup.py install for dockerpty: started [2021-01-19T17:53:23.273Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-19T17:53:23.273Z] Attempting uninstall: urllib3 [2021-01-19T17:53:23.273Z] Found existing installation: urllib3 1.25.9 [2021-01-19T17:53:23.273Z] Uninstalling urllib3-1.25.9: [2021-01-19T17:53:23.547Z] Successfully uninstalled urllib3-1.25.9 [2021-01-19T17:53:24.148Z] Attempting uninstall: idna [2021-01-19T17:53:24.148Z] Found existing installation: idna 2.9 [2021-01-19T17:53:24.148Z] Uninstalling idna-2.9: [2021-01-19T17:53:24.424Z] Successfully uninstalled idna-2.9 [2021-01-19T17:53:25.025Z] Attempting uninstall: requests [2021-01-19T17:53:25.025Z] Found existing installation: requests 2.23.0 [2021-01-19T17:53:25.025Z] Uninstalling requests-2.23.0: [2021-01-19T17:53:25.303Z] Successfully uninstalled requests-2.23.0 [2021-01-19T17:53:25.577Z] Running setup.py install for texttable: started [2021-01-19T17:53:29.666Z] Running setup.py install for texttable: finished with status 'done' [2021-01-19T17:53:30.310Z]  Building docker-core-metadata-go ... done Removing intermediate container dc8b9eb8d16e [2021-01-19T17:53:30.311Z] ---> 07b2fbd7bb94 [2021-01-19T17:53:30.311Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-19T17:53:30.311Z] Removing intermediate container 7fc2bf7d0ab4 [2021-01-19T17:53:30.311Z] ---> 8bf1a7b9f8ce [2021-01-19T17:53:30.311Z] [2021-01-19T17:53:30.311Z] Step 10/24 : FROM scratch [2021-01-19T17:53:30.311Z] ---> [2021-01-19T17:53:30.311Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-19T17:53:30.311Z] ---> Running in 4d77c220a796 [2021-01-19T17:53:30.311Z] ---> Running in 657d5c134780 [2021-01-19T17:53:30.311Z] Removing intermediate container 657d5c134780 [2021-01-19T17:53:30.311Z] ---> b832c9983ff4 [2021-01-19T17:53:30.311Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-19T17:53:30.311Z] ---> Running in 5190f9883617 [2021-01-19T17:53:30.311Z] Removing intermediate container 5190f9883617 [2021-01-19T17:53:30.311Z] ---> 8e264a0fae5a [2021-01-19T17:53:30.311Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-19T17:53:30.311Z] ---> Running in bda6ed090afe [2021-01-19T17:53:30.311Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-19T17:53:30.311Z] Removing intermediate container bda6ed090afe [2021-01-19T17:53:30.311Z] ---> 680b8250b6a2 [2021-01-19T17:53:30.311Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-19T17:53:30.311Z] ---> 650bc0a3b368 [2021-01-19T17:53:30.311Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-19T17:53:30.311Z] Removing intermediate container fc17f21a3f19 [2021-01-19T17:53:30.311Z] ---> 336fdf397fff [2021-01-19T17:53:30.311Z] [2021-01-19T17:53:30.311Z] Step 10/23 : FROM alpine:3.12 [2021-01-19T17:53:30.311Z] ---> 389fef711851 [2021-01-19T17:53:30.311Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T17:53:30.311Z] ---> Running in 785cd93132c1 [2021-01-19T17:53:30.311Z] Removing intermediate container 4d77c220a796 [2021-01-19T17:53:30.311Z] ---> 136684269fa9 [2021-01-19T17:53:30.311Z] [2021-01-19T17:53:30.311Z] Step 11/26 : FROM docker:20.10.0 [2021-01-19T17:53:30.311Z] Removing intermediate container 785cd93132c1 [2021-01-19T17:53:30.311Z] ---> fabd60e079e7 [2021-01-19T17:53:30.311Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-19T17:53:30.311Z] 20.10.0: Pulling from library/docker [2021-01-19T17:53:30.311Z] ---> Running in dd40592919f3 [2021-01-19T17:53:30.311Z] ---> ddebe92deb53 [2021-01-19T17:53:30.311Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-19T17:53:30.311Z] Removing intermediate container dd40592919f3 [2021-01-19T17:53:30.311Z] ---> 6d21b5b3901f [2021-01-19T17:53:30.311Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-19T17:53:31.651Z] 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.57.0 [2021-01-19T17:53:31.715Z] ---> Running in 2f03d7b67c6b [2021-01-19T17:53:31.979Z] ---> ad51285bc1d3 [2021-01-19T17:53:31.979Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:53:32.555Z] Removing intermediate container 2f03d7b67c6b [2021-01-19T17:53:32.555Z] ---> 3b725a8377cb [2021-01-19T17:53:32.555Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:53:32.555Z] ---> 9c7f87715aea [2021-01-19T17:53:32.555Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-19T17:53:32.555Z] ---> Running in d2791625644f [2021-01-19T17:53:33.519Z] ---> aee28ec89d95 [2021-01-19T17:53:33.519Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-19T17:53:34.119Z] ---> 9d687340f0d7 [2021-01-19T17:53:34.119Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-19T17:53:34.119Z] ---> Running in 7565953a6d52 [2021-01-19T17:53:34.119Z] Removing intermediate container d2791625644f [2021-01-19T17:53:34.119Z] ---> e4581feaff95 [2021-01-19T17:53:34.119Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-19T17:53:34.119Z] ---> Running in 954f7b6f0548 [2021-01-19T17:53:34.408Z] Removing intermediate container 7565953a6d52 [2021-01-19T17:53:34.408Z] ---> 23ac44672695 [2021-01-19T17:53:34.408Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:53:34.408Z] ---> Running in 85a8e773457a [2021-01-19T17:53:34.991Z] Removing intermediate container 85a8e773457a [2021-01-19T17:53:34.991Z] ---> 57dd4ea6c647 [2021-01-19T17:53:34.991Z] Step 22/24 : LABEL arch=x86_64 [2021-01-19T17:53:34.991Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:53:35.258Z] ---> Running in 76cd185fc0bd [2021-01-19T17:53:35.525Z] Removing intermediate container 76cd185fc0bd [2021-01-19T17:53:35.525Z] ---> 89c38531c2ed [2021-01-19T17:53:35.525Z] Step 23/24 : LABEL git_sha=4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:53:35.802Z] ---> Running in ca33853a865f [2021-01-19T17:53:36.069Z] Removing intermediate container ca33853a865f [2021-01-19T17:53:36.069Z] ---> 767fc777bc1b [2021-01-19T17:53:36.069Z] Step 24/24 : LABEL version=2.0.0-dev.45 [2021-01-19T17:53:36.069Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:53:36.657Z] ---> Running in e363b8d09a66 [2021-01-19T17:53:36.923Z] Removing intermediate container e363b8d09a66 [2021-01-19T17:53:36.923Z] ---> edc0c890d2e6 [2021-01-19T17:53:36.923Z] [2021-01-19T17:53:37.088Z] Removing intermediate container 2124436e4a77 [2021-01-19T17:53:37.088Z] ---> 34b32e01fd5f [2021-01-19T17:53:37.088Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-19T17:53:37.190Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-19T17:53:37.190Z] Successfully built edc0c890d2e6 [2021-01-19T17:53:37.190Z] Successfully tagged docker-support-notifications-go:latest [2021-01-19T17:53:37.190Z]  Building docker-support-notifications-go ... done (2/5) Installing libsodium (1.0.18-r0) [2021-01-19T17:53:37.190Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-19T17:53:37.190Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-19T17:53:37.190Z] ---> aefe523efa57 [2021-01-19T17:53:37.190Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-19T17:53:37.373Z] ---> Running in 2db0c00f3d31 [2021-01-19T17:53:37.456Z] ---> Running in 8a625cf51945 [2021-01-19T17:53:37.456Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-19T17:53:37.721Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-19T17:53:37.986Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:53:37.986Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-19T17:53:37.986Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:53:37.986Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:53:37.986Z] OK: 8 MiB in 19 packages [2021-01-19T17:53:38.253Z] (1/2) Installing readline (8.0.4-r0) [2021-01-19T17:53:38.253Z] (2/2) Installing bash (5.0.17-r0) [2021-01-19T17:53:38.253Z] Executing bash-5.0.17-r0.post-install [2021-01-19T17:53:38.253Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:53:38.253Z] OK: 12 MiB in 22 packages [2021-01-19T17:53:38.844Z] Removing intermediate container 954f7b6f0548 [2021-01-19T17:53:38.844Z] ---> 77d610588e5b [2021-01-19T17:53:38.844Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:53:39.112Z] Removing intermediate container 8a625cf51945 [2021-01-19T17:53:39.112Z] ---> 5e742176b1f3 [2021-01-19T17:53:39.112Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-19T17:53:39.112Z] ---> Running in 82ab6ae030c7 [2021-01-19T17:53:39.112Z] ---> 6a6e16e98f44 [2021-01-19T17:53:39.112Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-19T17:53:39.360Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:53:39.378Z] Removing intermediate container 82ab6ae030c7 [2021-01-19T17:53:39.378Z] ---> 2b866cc9eb83 [2021-01-19T17:53:39.378Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-19T17:53:39.635Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:53:39.654Z] ---> Running in bb774ce0d9c1 [2021-01-19T17:53:39.925Z] ---> 2334f84fdd50 [2021-01-19T17:53:39.925Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-19T17:53:39.925Z] Removing intermediate container bb774ce0d9c1 [2021-01-19T17:53:39.925Z] ---> afce35902e2f [2021-01-19T17:53:39.925Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-19T17:53:40.191Z] ---> Running in a6b71c6d48ba [2021-01-19T17:53:40.234Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T17:53:40.234Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-19T17:53:40.234Z] (3/3) Installing curl (7.69.1-r3) [2021-01-19T17:53:40.474Z] ---> c598581944a7 [2021-01-19T17:53:40.474Z] Removing intermediate container a6b71c6d48ba [2021-01-19T17:53:40.474Z] Step 19/23 : ENTRYPOINT ["/core-data"] ---> 9c242b3f34ce [2021-01-19T17:53:40.474Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-19T17:53:40.474Z] [2021-01-19T17:53:40.475Z] ---> Running in 487da9cf10bd [2021-01-19T17:53:40.509Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:53:40.509Z] OK: 71 MiB in 58 packages [2021-01-19T17:53:40.751Z] Removing intermediate container 487da9cf10bd [2021-01-19T17:53:40.751Z] ---> 058a6196d5d6 [2021-01-19T17:53:40.751Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:53:40.751Z] ---> Running in f929c4eb7c82 [2021-01-19T17:53:40.751Z] ---> 450168ee66cf [2021-01-19T17:53:40.751Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-19T17:53:41.016Z] Removing intermediate container f929c4eb7c82 [2021-01-19T17:53:41.016Z] ---> 0c45d71f9013 [2021-01-19T17:53:41.016Z] Step 21/23 : LABEL arch=x86_64 [2021-01-19T17:53:41.016Z] ---> Running in cb10418ad6eb [2021-01-19T17:53:41.281Z] ---> 2379dfd09b22 [2021-01-19T17:53:41.281Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-19T17:53:41.863Z] Removing intermediate container cb10418ad6eb [2021-01-19T17:53:41.863Z] ---> 3be5b92e613d [2021-01-19T17:53:41.863Z] Step 22/23 : LABEL git_sha=4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:53:41.863Z] ---> Running in fbbe4b8f448d [2021-01-19T17:53:42.129Z] Removing intermediate container fbbe4b8f448d [2021-01-19T17:53:42.129Z] ---> 5d5f109e186c [2021-01-19T17:53:42.129Z] Step 23/23 : LABEL version=2.0.0-dev.45 [2021-01-19T17:53:42.398Z] ---> Running in 6b994261ab71 [2021-01-19T17:53:42.398Z] ---> 731f13a24f85 [2021-01-19T17:53:42.398Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-19T17:53:42.398Z] ---> Running in 5c3ab8afd561 [2021-01-19T17:53:42.501Z] Removing intermediate container 2db0c00f3d31 [2021-01-19T17:53:42.501Z] ---> 1aa06fe65063 [2021-01-19T17:53:42.502Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-19T17:53:42.665Z] Removing intermediate container 6b994261ab71 [2021-01-19T17:53:42.665Z] ---> 247a9e270cd0 [2021-01-19T17:53:42.665Z] [2021-01-19T17:53:42.665Z] Successfully built 247a9e270cd0 [2021-01-19T17:53:42.665Z] Successfully tagged docker-core-data-go:latest [2021-01-19T17:53:42.778Z] ---> Running in 7d63dcbc7914 [2021-01-19T17:53:42.929Z]  Building docker-core-data-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:53:43.195Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:53:43.195Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-19T17:53:43.195Z] (2/33) Installing expat (2.2.9-r1) [2021-01-19T17:53:43.195Z] (3/33) Installing libffi (3.3-r2) [2021-01-19T17:53:43.387Z] Removing intermediate container 7d63dcbc7914 [2021-01-19T17:53:43.387Z] ---> 09083839eec9 [2021-01-19T17:53:43.387Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:53:43.461Z] (4/33) Installing gdbm (1.13-r1) [2021-01-19T17:53:43.461Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-19T17:53:43.461Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-19T17:53:43.461Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-19T17:53:43.666Z] ---> Running in f3fd4f2e732e [2021-01-19T17:53:44.266Z] Removing intermediate container f3fd4f2e732e [2021-01-19T17:53:44.266Z] ---> 1b797f2cbb0a [2021-01-19T17:53:44.266Z] Step 24/26 : LABEL arch=arm64 [2021-01-19T17:53:44.413Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-19T17:53:44.413Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-19T17:53:44.413Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-19T17:53:44.413Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-19T17:53:44.413Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-19T17:53:44.542Z] ---> Running in 7fe03df0f7cc [2021-01-19T17:53:44.676Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-19T17:53:44.676Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-19T17:53:44.676Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-19T17:53:44.676Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-19T17:53:44.676Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-19T17:53:44.676Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-19T17:53:44.676Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-19T17:53:44.676Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-19T17:53:44.676Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-19T17:53:44.941Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-19T17:53:44.941Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-19T17:53:44.941Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-19T17:53:44.941Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-19T17:53:44.941Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-19T17:53:44.941Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-19T17:53:44.941Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-19T17:53:44.941Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-19T17:53:44.941Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-19T17:53:44.941Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-19T17:53:44.941Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-19T17:53:44.941Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-19T17:53:45.143Z] Removing intermediate container 7fe03df0f7cc [2021-01-19T17:53:45.143Z] ---> a73040fef4ca [2021-01-19T17:53:45.144Z] Step 25/26 : LABEL git_sha=4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:53:45.144Z] ---> Running in 6a0fc473b79d [2021-01-19T17:53:45.207Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:53:45.207Z] OK: 71 MiB in 55 packages [2021-01-19T17:53:45.744Z] Removing intermediate container 6a0fc473b79d [2021-01-19T17:53:45.744Z] ---> 9e7b1990c196 [2021-01-19T17:53:45.744Z] Step 26/26 : LABEL version=2.0.0-dev.45 [2021-01-19T17:53:46.020Z] ---> Running in fe723b456137 [2021-01-19T17:53:47.004Z] Removing intermediate container fe723b456137 [2021-01-19T17:53:47.004Z] ---> 6e64be4536b4 [2021-01-19T17:53:47.004Z] [2021-01-19T17:53:47.289Z] Successfully built 6e64be4536b4 [2021-01-19T17:53:47.289Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-19T17:53:53.395Z] Removing intermediate container 5c3ab8afd561 [2021-01-19T17:53:53.395Z] ---> 18eed3e96a7c [2021-01-19T17:53:53.395Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-19T17:53:53.395Z] ---> Running in 9483fe45f393 [2021-01-19T17:53:54.797Z] Collecting docker-compose==1.23.2 [2021-01-19T17:53:54.797Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-19T17:53:55.061Z] Collecting texttable<0.10,>=0.9.0 [2021-01-19T17:53:55.061Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-19T17:53:55.640Z] Collecting docopt<0.7,>=0.6.1 [2021-01-19T17:53:55.640Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-19T17:53:55.904Z] 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-01-19T17:53:56.168Z] Collecting docker<4.0,>=3.6.0 [2021-01-19T17:53:56.168Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-19T17:53:56.433Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-19T17:53:56.433Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-19T17:53:56.698Z] Collecting PyYAML<4,>=3.10 [2021-01-19T17:53:56.698Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-19T17:53:57.653Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-19T17:53:57.653Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-19T17:53:57.653Z] Collecting cached-property<2,>=1.2.0 [2021-01-19T17:53:57.917Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-19T17:53:57.917Z] Collecting jsonschema<3,>=2.5.1 [2021-01-19T17:53:57.917Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-19T17:53:57.917Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-19T17:53:57.917Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-19T17:53:58.495Z] Collecting docker-pycreds>=0.4.0 [2021-01-19T17:53:58.495Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-19T17:53:58.495Z] 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-01-19T17:53:58.760Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-19T17:53:58.760Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-19T17:53:58.760Z] Collecting idna<2.8,>=2.5 [2021-01-19T17:53:58.760Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-19T17:53:58.760Z] 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-01-19T17:53:58.760Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-19T17:53:58.760Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-19T17:53:59.024Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-19T17:53:59.024Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-19T17:53:59.024Z] Installing collected packages: texttable, docopt, urllib3, idna, requests, websocket-client, docker-pycreds, docker, PyYAML, cached-property, jsonschema, dockerpty, docker-compose [2021-01-19T17:53:59.024Z] Running setup.py install for texttable: started [2021-01-19T17:53:59.606Z] Running setup.py install for texttable: finished with status 'done' [2021-01-19T17:53:59.606Z] Running setup.py install for docopt: started [2021-01-19T17:54:00.185Z] Running setup.py install for docopt: finished with status 'done' [2021-01-19T17:54:00.185Z] Attempting uninstall: urllib3 [2021-01-19T17:54:00.185Z] Found existing installation: urllib3 1.25.9 [2021-01-19T17:54:00.185Z] Uninstalling urllib3-1.25.9: [2021-01-19T17:54:00.185Z] Successfully uninstalled urllib3-1.25.9 [2021-01-19T17:54:00.185Z] Attempting uninstall: idna [2021-01-19T17:54:00.185Z] Found existing installation: idna 2.9 [2021-01-19T17:54:00.185Z] Uninstalling idna-2.9: [2021-01-19T17:54:00.450Z] Successfully uninstalled idna-2.9 [2021-01-19T17:54:00.450Z] Attempting uninstall: requests [2021-01-19T17:54:00.450Z] Found existing installation: requests 2.23.0 [2021-01-19T17:54:00.450Z] Uninstalling requests-2.23.0: [2021-01-19T17:54:00.714Z] Successfully uninstalled requests-2.23.0 [2021-01-19T17:54:00.979Z] Running setup.py install for PyYAML: started [2021-01-19T17:54:01.557Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-19T17:54:01.822Z] Running setup.py install for dockerpty: started [2021-01-19T17:54:02.400Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-19T17:54:02.663Z] 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.57.0 [2021-01-19T17:54:05.990Z] Removing intermediate container 9483fe45f393 [2021-01-19T17:54:05.990Z] ---> 12b6ea7a38dd [2021-01-19T17:54:05.990Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-19T17:54:05.990Z] ---> Running in 31b1301b368b [2021-01-19T17:54:06.570Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:54:06.570Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:54:06.833Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T17:54:06.833Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-19T17:54:06.833Z] (3/3) Installing curl (7.69.1-r3) [2021-01-19T17:54:06.833Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:54:06.833Z] OK: 72 MiB in 58 packages [2021-01-19T17:54:07.411Z] Removing intermediate container 31b1301b368b [2021-01-19T17:54:07.411Z] ---> f7eaac8c8a8c [2021-01-19T17:54:07.411Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-19T17:54:07.411Z] ---> Running in b5bd45d4b207 [2021-01-19T17:54:07.411Z] Removing intermediate container b5bd45d4b207 [2021-01-19T17:54:07.411Z] ---> d2ff3917e052 [2021-01-19T17:54:07.411Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:54:07.675Z] ---> Running in 3d4e8fdc5c67 [2021-01-19T17:54:07.675Z] Removing intermediate container 3d4e8fdc5c67 [2021-01-19T17:54:07.675Z] ---> fc2fdb283a80 [2021-01-19T17:54:07.675Z] Step 24/26 : LABEL arch=x86_64 [2021-01-19T17:54:07.938Z] ---> Running in c1febc6dcc28 [2021-01-19T17:54:07.938Z] Removing intermediate container c1febc6dcc28 [2021-01-19T17:54:07.938Z] ---> 402e2d585c94 [2021-01-19T17:54:07.938Z] Step 25/26 : LABEL git_sha=4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:54:07.938Z] ---> Running in fc88d6949a73 [2021-01-19T17:54:08.206Z] Removing intermediate container fc88d6949a73 [2021-01-19T17:54:08.206Z] ---> a5cf577f4793 [2021-01-19T17:54:08.206Z] Step 26/26 : LABEL version=2.0.0-dev.45 [2021-01-19T17:54:08.206Z] ---> Running in 2786e026cecb [2021-01-19T17:54:08.469Z] Removing intermediate container 2786e026cecb [2021-01-19T17:54:08.469Z] ---> 79562b98f3f1 [2021-01-19T17:54:08.469Z] [2021-01-19T17:54:08.733Z] Successfully built 79562b98f3f1 [2021-01-19T17:54:08.734Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-19T17:54:09.015Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-19T17:54:09.034Z] $ docker stop --time=1 fdf88b4927c25efd2c1dc6957960a848ffe43ddd89ad43c50ca04caadad1ba30 [2021-01-19T17:54:10.728Z] $ docker rm -f fdf88b4927c25efd2c1dc6957960a848ffe43ddd89ad43c50ca04caadad1ba30 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T17:54:11.321Z] + docker images [2021-01-19T17:54:11.321Z] + grep docker [2021-01-19T17:54:11.321Z] docker-sys-mgmt-agent-go latest 79562b98f3f1 3 seconds ago 313MB [2021-01-19T17:54:11.321Z] docker-core-data-go latest 247a9e270cd0 29 seconds ago 22.3MB [2021-01-19T17:54:11.321Z] docker-support-notifications-go latest edc0c890d2e6 35 seconds ago 12MB [2021-01-19T17:54:11.321Z] docker-core-metadata-go latest 6f6f2408724f About a minute ago 13.1MB [2021-01-19T17:54:11.321Z] docker-security-secretstore-setup-go latest 1bd87c6f2703 2 minutes ago 24.6MB [2021-01-19T17:54:11.321Z] docker-security-proxy-setup-go latest a9549de55669 2 minutes ago 24.4MB [2021-01-19T17:54:11.321Z] docker-security-bootstrap-redis-go latest 066741e44f97 2 minutes ago 15.8MB [2021-01-19T17:54:11.321Z] docker-core-command-go latest 08dd72d1de0c 2 minutes ago 10.6MB [2021-01-19T17:54:11.321Z] docker-support-scheduler-go latest 4cf6cdf51fd7 2 minutes ago 10.7MB [2021-01-19T17:54:11.321Z] docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T17:54:12.182Z] provisioning config files... [2021-01-19T17:54:12.231Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/305@tmp/config1343890666052602932tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T17:54:12.586Z] ---> docker-login.sh [2021-01-19T17:54:12.586Z] nexus3.edgexfoundry.org:10001 [2021-01-19T17:54:12.586Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:54:12.851Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:54:12.851Z] Configure a credential helper to remove this warning. See [2021-01-19T17:54:12.851Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:54:12.851Z] [2021-01-19T17:54:12.851Z] Login Succeeded [2021-01-19T17:54:12.851Z] nexus3.edgexfoundry.org:10002 [2021-01-19T17:54:12.851Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:54:12.851Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:54:12.851Z] Configure a credential helper to remove this warning. See [2021-01-19T17:54:12.851Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:54:12.851Z] [2021-01-19T17:54:12.851Z] Login Succeeded [2021-01-19T17:54:12.851Z] nexus3.edgexfoundry.org:10003 [2021-01-19T17:54:13.146Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:54:13.146Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:54:13.146Z] Configure a credential helper to remove this warning. See [2021-01-19T17:54:13.146Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:54:13.146Z] [2021-01-19T17:54:13.146Z] Login Succeeded [2021-01-19T17:54:13.146Z] nexus3.edgexfoundry.org:10004 [2021-01-19T17:54:13.421Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:54:13.421Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:54:13.421Z] Configure a credential helper to remove this warning. See [2021-01-19T17:54:13.421Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:54:13.421Z] [2021-01-19T17:54:13.421Z] Login Succeeded [2021-01-19T17:54:13.421Z] docker.io [2021-01-19T17:54:13.697Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:54:13.965Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:54:13.965Z] Configure a credential helper to remove this warning. See [2021-01-19T17:54:13.965Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:54:13.965Z] [2021-01-19T17:54:13.965Z] Login Succeeded [2021-01-19T17:54:13.965Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T17:54:13.999Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [2021-01-19T17:54:14.158Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] // withEnv [Pipeline] echo [2021-01-19T17:54:14.245Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-01-19T17:54:14.245Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:54:14.245Z] 2.0.0-dev.45 [2021-01-19T17:54:14.245Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:54:14.245Z] master [2021-01-19T17:54:14.245Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:14.766Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:15.195Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:54:15.195Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-19T17:54:15.195Z] b971710b051c: Preparing [2021-01-19T17:54:15.195Z] 8ebf3056d547: Preparing [2021-01-19T17:54:15.195Z] 9df22afabdba: Preparing [2021-01-19T17:54:15.492Z] 9df22afabdba: Pushed [2021-01-19T17:54:15.492Z] b971710b051c: Pushed [2021-01-19T17:54:16.080Z] 8ebf3056d547: Pushed [2021-01-19T17:54:16.341Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f: digest: sha256:7770e5cccc820e4ed30fb523779c5e7801bb339429164c385352ee7bca64a3a9 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:16.662Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:16.966Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.45 [2021-01-19T17:54:16.966Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-19T17:54:16.966Z] b971710b051c: Preparing [2021-01-19T17:54:16.966Z] 8ebf3056d547: Preparing [2021-01-19T17:54:16.966Z] 9df22afabdba: Preparing [2021-01-19T17:54:16.966Z] b971710b051c: Layer already exists [2021-01-19T17:54:16.966Z] 9df22afabdba: Layer already exists [2021-01-19T17:54:16.966Z] 8ebf3056d547: Layer already exists [2021-01-19T17:54:16.966Z] 2.0.0-dev.45: digest: sha256:7770e5cccc820e4ed30fb523779c5e7801bb339429164c385352ee7bca64a3a9 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:17.291Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:17.595Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:54:17.595Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-19T17:54:17.595Z] b971710b051c: Preparing [2021-01-19T17:54:17.595Z] 8ebf3056d547: Preparing [2021-01-19T17:54:17.595Z] 9df22afabdba: Preparing [2021-01-19T17:54:17.595Z] b971710b051c: Layer already exists [2021-01-19T17:54:17.595Z] 8ebf3056d547: Layer already exists [2021-01-19T17:54:17.595Z] 9df22afabdba: Layer already exists [2021-01-19T17:54:17.595Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45: digest: sha256:7770e5cccc820e4ed30fb523779c5e7801bb339429164c385352ee7bca64a3a9 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:17.907Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:18.215Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-01-19T17:54:18.215Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-19T17:54:18.215Z] b971710b051c: Preparing [2021-01-19T17:54:18.215Z] 8ebf3056d547: Preparing [2021-01-19T17:54:18.215Z] 9df22afabdba: Preparing [2021-01-19T17:54:18.215Z] b971710b051c: Layer already exists [2021-01-19T17:54:18.215Z] 8ebf3056d547: Layer already exists [2021-01-19T17:54:18.216Z] 9df22afabdba: Layer already exists [2021-01-19T17:54:18.216Z] master: digest: sha256:7770e5cccc820e4ed30fb523779c5e7801bb339429164c385352ee7bca64a3a9 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T17:54:18.455Z] ===================================================== [Pipeline] echo [2021-01-19T17:54:18.501Z] taggedImages: [2021-01-19T17:54:18.501Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:54:18.501Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.45 [2021-01-19T17:54:18.501Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:54:18.501Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-01-19T17:54:18.562Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-01-19T17:54:18.562Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:54:18.562Z] 2.0.0-dev.45 [2021-01-19T17:54:18.562Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:54:18.562Z] master [2021-01-19T17:54:18.562Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:19.058Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:19.365Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:54:19.365Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-19T17:54:19.365Z] 69c21a5d9816: Preparing [2021-01-19T17:54:19.365Z] fc3adbd39ea1: Preparing [2021-01-19T17:54:19.365Z] 9df22afabdba: Preparing [2021-01-19T17:54:19.365Z] c4a5726c7bfc: Preparing [2021-01-19T17:54:19.365Z] 4675f3c6b988: Preparing [2021-01-19T17:54:19.365Z] 777b2c648970: Preparing [2021-01-19T17:54:19.365Z] 777b2c648970: Waiting [2021-01-19T17:54:19.365Z] 9df22afabdba: Layer already exists [2021-01-19T17:54:19.365Z] 777b2c648970: Layer already exists [2021-01-19T17:54:19.630Z] 69c21a5d9816: Pushed [2021-01-19T17:54:19.630Z] 4675f3c6b988: Pushed [2021-01-19T17:54:19.891Z] c4a5726c7bfc: Pushed [2021-01-19T17:54:20.835Z] fc3adbd39ea1: Pushed [2021-01-19T17:54:20.835Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f: digest: sha256:4c092ae7ea5578a4ec67c6e1782569aed64fd4616a73a04a341af721df64a477 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:21.159Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:21.470Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.45 [2021-01-19T17:54:21.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-19T17:54:21.470Z] 69c21a5d9816: Preparing [2021-01-19T17:54:21.470Z] fc3adbd39ea1: Preparing [2021-01-19T17:54:21.470Z] 9df22afabdba: Preparing [2021-01-19T17:54:21.470Z] c4a5726c7bfc: Preparing [2021-01-19T17:54:21.470Z] 4675f3c6b988: Preparing [2021-01-19T17:54:21.470Z] 777b2c648970: Preparing [2021-01-19T17:54:21.470Z] 777b2c648970: Waiting [2021-01-19T17:54:21.470Z] fc3adbd39ea1: Layer already exists [2021-01-19T17:54:21.470Z] 9df22afabdba: Layer already exists [2021-01-19T17:54:21.470Z] 4675f3c6b988: Layer already exists [2021-01-19T17:54:21.470Z] 69c21a5d9816: Layer already exists [2021-01-19T17:54:21.470Z] c4a5726c7bfc: Layer already exists [2021-01-19T17:54:21.470Z] 777b2c648970: Layer already exists [2021-01-19T17:54:21.470Z] 2.0.0-dev.45: digest: sha256:4c092ae7ea5578a4ec67c6e1782569aed64fd4616a73a04a341af721df64a477 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:21.789Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:22.092Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:54:22.092Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-19T17:54:22.092Z] 69c21a5d9816: Preparing [2021-01-19T17:54:22.092Z] fc3adbd39ea1: Preparing [2021-01-19T17:54:22.092Z] 9df22afabdba: Preparing [2021-01-19T17:54:22.092Z] c4a5726c7bfc: Preparing [2021-01-19T17:54:22.092Z] 4675f3c6b988: Preparing [2021-01-19T17:54:22.092Z] 777b2c648970: Preparing [2021-01-19T17:54:22.092Z] 777b2c648970: Waiting [2021-01-19T17:54:22.092Z] fc3adbd39ea1: Layer already exists [2021-01-19T17:54:22.092Z] 9df22afabdba: Layer already exists [2021-01-19T17:54:22.092Z] c4a5726c7bfc: Layer already exists [2021-01-19T17:54:22.092Z] 69c21a5d9816: Layer already exists [2021-01-19T17:54:22.092Z] 4675f3c6b988: Layer already exists [2021-01-19T17:54:22.092Z] 777b2c648970: Layer already exists [2021-01-19T17:54:22.092Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45: digest: sha256:4c092ae7ea5578a4ec67c6e1782569aed64fd4616a73a04a341af721df64a477 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:22.403Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:22.703Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-01-19T17:54:22.703Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-19T17:54:22.703Z] 69c21a5d9816: Preparing [2021-01-19T17:54:22.703Z] fc3adbd39ea1: Preparing [2021-01-19T17:54:22.703Z] 9df22afabdba: Preparing [2021-01-19T17:54:22.703Z] c4a5726c7bfc: Preparing [2021-01-19T17:54:22.703Z] 4675f3c6b988: Preparing [2021-01-19T17:54:22.703Z] 777b2c648970: Preparing [2021-01-19T17:54:22.703Z] 777b2c648970: Waiting [2021-01-19T17:54:22.703Z] 4675f3c6b988: Layer already exists [2021-01-19T17:54:22.703Z] 69c21a5d9816: Layer already exists [2021-01-19T17:54:22.703Z] 9df22afabdba: Layer already exists [2021-01-19T17:54:22.703Z] c4a5726c7bfc: Layer already exists [2021-01-19T17:54:22.703Z] fc3adbd39ea1: Layer already exists [2021-01-19T17:54:22.703Z] 777b2c648970: Layer already exists [2021-01-19T17:54:22.703Z] master: digest: sha256:4c092ae7ea5578a4ec67c6e1782569aed64fd4616a73a04a341af721df64a477 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T17:54:22.889Z] ===================================================== [Pipeline] echo [2021-01-19T17:54:22.933Z] taggedImages: [2021-01-19T17:54:22.933Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:54:22.933Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.45 [2021-01-19T17:54:22.933Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:54:22.933Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-01-19T17:54:22.993Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-01-19T17:54:22.993Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:54:22.993Z] 2.0.0-dev.45 [2021-01-19T17:54:22.993Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:54:22.993Z] master [2021-01-19T17:54:22.993Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:23.522Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:23.837Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:54:23.838Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-19T17:54:23.838Z] 84002affb88f: Preparing [2021-01-19T17:54:23.838Z] cacd039d7734: Preparing [2021-01-19T17:54:23.838Z] 9df22afabdba: Preparing [2021-01-19T17:54:23.838Z] 9df22afabdba: Layer already exists [2021-01-19T17:54:24.100Z] 84002affb88f: Pushed [2021-01-19T17:54:25.055Z] cacd039d7734: Pushed [2021-01-19T17:54:25.326Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f: digest: sha256:8b188ac174eafa4d4afc4acc390a989131802ce9a5dc0eb40cf2f9ac65b7f2fd size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:25.676Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:25.981Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.45 [2021-01-19T17:54:25.981Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-19T17:54:25.981Z] 84002affb88f: Preparing [2021-01-19T17:54:25.981Z] cacd039d7734: Preparing [2021-01-19T17:54:25.981Z] 9df22afabdba: Preparing [2021-01-19T17:54:25.981Z] 84002affb88f: Layer already exists [2021-01-19T17:54:25.981Z] 9df22afabdba: Layer already exists [2021-01-19T17:54:25.981Z] cacd039d7734: Layer already exists [2021-01-19T17:54:25.981Z] 2.0.0-dev.45: digest: sha256:8b188ac174eafa4d4afc4acc390a989131802ce9a5dc0eb40cf2f9ac65b7f2fd size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:26.290Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:26.611Z] Removing intermediate container 916b6ac528fe [2021-01-19T17:54:26.611Z] ---> c1bab6baaf98 [2021-01-19T17:54:26.611Z] [2021-01-19T17:54:26.611Z] Step 10/21 : FROM alpine:3.12 [2021-01-19T17:54:26.611Z] ---> afeebe901d6b [2021-01-19T17:54:26.611Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-19T17:54:26.627Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:54:26.627Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-19T17:54:26.627Z] 84002affb88f: Preparing [2021-01-19T17:54:26.627Z] cacd039d7734: Preparing [2021-01-19T17:54:26.627Z] 9df22afabdba: Preparing [2021-01-19T17:54:26.628Z] cacd039d7734: Layer already exists [2021-01-19T17:54:26.628Z] 9df22afabdba: Layer already exists [2021-01-19T17:54:26.628Z] 84002affb88f: Layer already exists [2021-01-19T17:54:26.628Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45: digest: sha256:8b188ac174eafa4d4afc4acc390a989131802ce9a5dc0eb40cf2f9ac65b7f2fd size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:26.893Z] ---> Running in 7c29299253ae [2021-01-19T17:54:26.952Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:27.269Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-01-19T17:54:27.269Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-19T17:54:27.269Z] 84002affb88f: Preparing [2021-01-19T17:54:27.269Z] cacd039d7734: Preparing [2021-01-19T17:54:27.269Z] 9df22afabdba: Preparing [2021-01-19T17:54:27.269Z] 84002affb88f: Layer already exists [2021-01-19T17:54:27.269Z] cacd039d7734: Layer already exists [2021-01-19T17:54:27.269Z] 9df22afabdba: Layer already exists [2021-01-19T17:54:27.269Z] master: digest: sha256:8b188ac174eafa4d4afc4acc390a989131802ce9a5dc0eb40cf2f9ac65b7f2fd size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T17:54:27.453Z] ===================================================== [Pipeline] echo [2021-01-19T17:54:27.498Z] taggedImages: [2021-01-19T17:54:27.498Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:54:27.498Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.45 [2021-01-19T17:54:27.498Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:54:27.498Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-01-19T17:54:27.559Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2021-01-19T17:54:27.559Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:54:27.559Z] 2.0.0-dev.45 [2021-01-19T17:54:27.559Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:54:27.559Z] master [2021-01-19T17:54:27.559Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:28.046Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:28.348Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:54:28.348Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-19T17:54:28.348Z] 6d248c0d83f6: Preparing [2021-01-19T17:54:28.348Z] 36d2a3737af4: Preparing [2021-01-19T17:54:28.348Z] 8ba94ed72518: Preparing [2021-01-19T17:54:28.348Z] 5e6d93da328c: Preparing [2021-01-19T17:54:28.348Z] 9df22afabdba: Preparing [2021-01-19T17:54:28.348Z] bc9426e449a2: Preparing [2021-01-19T17:54:28.348Z] 777b2c648970: Preparing [2021-01-19T17:54:28.348Z] bc9426e449a2: Waiting [2021-01-19T17:54:28.348Z] 777b2c648970: Waiting [2021-01-19T17:54:28.348Z] 9df22afabdba: Layer already exists [2021-01-19T17:54:28.611Z] 36d2a3737af4: Pushed [2021-01-19T17:54:28.611Z] 8ba94ed72518: Pushed [2021-01-19T17:54:28.611Z] 6d248c0d83f6: Pushed [2021-01-19T17:54:28.874Z] 777b2c648970: Layer already exists [2021-01-19T17:54:29.137Z] bc9426e449a2: Pushed [2021-01-19T17:54:29.399Z] 5e6d93da328c: Pushed [2021-01-19T17:54:29.546Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:54:29.546Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:54:29.669Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f: digest: sha256:7c40d77be7fd53dbb31109deaca7b3e68e475ff7ccdf313a1d51b9e6a8f2fe88 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:29.981Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:30.167Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-19T17:54:30.167Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T17:54:30.287Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.45 [2021-01-19T17:54:30.287Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-19T17:54:30.287Z] 6d248c0d83f6: Preparing [2021-01-19T17:54:30.287Z] 36d2a3737af4: Preparing [2021-01-19T17:54:30.287Z] 8ba94ed72518: Preparing [2021-01-19T17:54:30.287Z] 5e6d93da328c: Preparing [2021-01-19T17:54:30.287Z] 9df22afabdba: Preparing [2021-01-19T17:54:30.287Z] bc9426e449a2: Preparing [2021-01-19T17:54:30.287Z] 777b2c648970: Preparing [2021-01-19T17:54:30.287Z] bc9426e449a2: Waiting [2021-01-19T17:54:30.287Z] 777b2c648970: Waiting [2021-01-19T17:54:30.287Z] 5e6d93da328c: Layer already exists [2021-01-19T17:54:30.287Z] 36d2a3737af4: Layer already exists [2021-01-19T17:54:30.287Z] 9df22afabdba: Layer already exists [2021-01-19T17:54:30.287Z] 8ba94ed72518: Layer already exists [2021-01-19T17:54:30.287Z] 6d248c0d83f6: Layer already exists [2021-01-19T17:54:30.287Z] 777b2c648970: Layer already exists [2021-01-19T17:54:30.287Z] bc9426e449a2: Layer already exists [2021-01-19T17:54:30.287Z] 2.0.0-dev.45: digest: sha256:7c40d77be7fd53dbb31109deaca7b3e68e475ff7ccdf313a1d51b9e6a8f2fe88 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:30.460Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-19T17:54:30.460Z] (4/4) Installing curl (7.69.1-r3) [2021-01-19T17:54:30.460Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:54:30.460Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T17:54:30.604Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:30.880Z] OK: 7 MiB in 18 packages [2021-01-19T17:54:30.905Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:54:30.906Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-19T17:54:30.906Z] 6d248c0d83f6: Preparing [2021-01-19T17:54:30.906Z] 36d2a3737af4: Preparing [2021-01-19T17:54:30.906Z] 8ba94ed72518: Preparing [2021-01-19T17:54:30.906Z] 5e6d93da328c: Preparing [2021-01-19T17:54:30.906Z] 9df22afabdba: Preparing [2021-01-19T17:54:30.906Z] bc9426e449a2: Preparing [2021-01-19T17:54:30.906Z] 777b2c648970: Preparing [2021-01-19T17:54:30.906Z] bc9426e449a2: Waiting [2021-01-19T17:54:30.906Z] 777b2c648970: Waiting [2021-01-19T17:54:30.906Z] 36d2a3737af4: Layer already exists [2021-01-19T17:54:30.906Z] 8ba94ed72518: Layer already exists [2021-01-19T17:54:30.906Z] 5e6d93da328c: Layer already exists [2021-01-19T17:54:30.906Z] 6d248c0d83f6: Layer already exists [2021-01-19T17:54:30.906Z] 9df22afabdba: Layer already exists [2021-01-19T17:54:30.906Z] 777b2c648970: Layer already exists [2021-01-19T17:54:30.906Z] bc9426e449a2: Layer already exists [2021-01-19T17:54:30.906Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45: digest: sha256:7c40d77be7fd53dbb31109deaca7b3e68e475ff7ccdf313a1d51b9e6a8f2fe88 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:31.213Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:31.515Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2021-01-19T17:54:31.515Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-19T17:54:31.515Z] 6d248c0d83f6: Preparing [2021-01-19T17:54:31.515Z] 36d2a3737af4: Preparing [2021-01-19T17:54:31.515Z] 8ba94ed72518: Preparing [2021-01-19T17:54:31.515Z] 5e6d93da328c: Preparing [2021-01-19T17:54:31.515Z] 9df22afabdba: Preparing [2021-01-19T17:54:31.515Z] bc9426e449a2: Preparing [2021-01-19T17:54:31.515Z] 777b2c648970: Preparing [2021-01-19T17:54:31.515Z] 777b2c648970: Waiting [2021-01-19T17:54:31.515Z] bc9426e449a2: Waiting [2021-01-19T17:54:31.515Z] 36d2a3737af4: Layer already exists [2021-01-19T17:54:31.515Z] 8ba94ed72518: Layer already exists [2021-01-19T17:54:31.515Z] 5e6d93da328c: Layer already exists [2021-01-19T17:54:31.515Z] 9df22afabdba: Layer already exists [2021-01-19T17:54:31.515Z] 6d248c0d83f6: Layer already exists [2021-01-19T17:54:31.515Z] 777b2c648970: Layer already exists [2021-01-19T17:54:31.515Z] bc9426e449a2: Layer already exists [2021-01-19T17:54:31.515Z] master: digest: sha256:7c40d77be7fd53dbb31109deaca7b3e68e475ff7ccdf313a1d51b9e6a8f2fe88 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T17:54:31.693Z] ===================================================== [Pipeline] echo [2021-01-19T17:54:31.738Z] taggedImages: [2021-01-19T17:54:31.738Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:54:31.738Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.45 [2021-01-19T17:54:31.738Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:54:31.738Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2021-01-19T17:54:31.805Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-01-19T17:54:31.805Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:54:31.805Z] 2.0.0-dev.45 [2021-01-19T17:54:31.805Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:54:31.805Z] master [2021-01-19T17:54:31.805Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2021-01-19T17:54:31.872Z] Removing intermediate container 22201bbf2473 [2021-01-19T17:54:31.872Z] ---> af5f0c21100e [2021-01-19T17:54:31.872Z] [2021-01-19T17:54:31.872Z] Step 10/21 : FROM scratch [2021-01-19T17:54:31.872Z] ---> [2021-01-19T17:54:31.872Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T17:54:31.872Z] ---> Using cache [2021-01-19T17:54:31.872Z] ---> 99b0072ced2b [2021-01-19T17:54:31.872Z] Step 12/21 : ENV APP_PORT=48085 [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:32.278Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:32.479Z] ---> Running in 1ef3e984b46c [2021-01-19T17:54:32.578Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:54:32.578Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-19T17:54:32.578Z] 2040a5e67a87: Preparing [2021-01-19T17:54:32.578Z] 4efbe5a35453: Preparing [2021-01-19T17:54:32.578Z] 95a4525ff813: Preparing [2021-01-19T17:54:32.578Z] d1ed6664e486: Preparing [2021-01-19T17:54:32.578Z] 63748f4bdbac: Preparing [2021-01-19T17:54:32.578Z] 777b2c648970: Preparing [2021-01-19T17:54:32.578Z] 777b2c648970: Waiting [2021-01-19T17:54:32.841Z] d1ed6664e486: Pushed [2021-01-19T17:54:32.841Z] 95a4525ff813: Pushed [2021-01-19T17:54:32.841Z] 777b2c648970: Layer already exists [2021-01-19T17:54:33.105Z] 63748f4bdbac: Pushed [2021-01-19T17:54:33.468Z] Removing intermediate container 1ef3e984b46c [2021-01-19T17:54:33.468Z] ---> 6b8d608f3421 [2021-01-19T17:54:33.468Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-19T17:54:33.755Z] Removing intermediate container 7c29299253ae [2021-01-19T17:54:33.755Z] ---> 2e83965103d7 [2021-01-19T17:54:33.755Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T17:54:33.755Z] ---> Running in f50920c22ab8 [2021-01-19T17:54:34.039Z] ---> Running in 919e90e5ca82 [2021-01-19T17:54:34.048Z] 2040a5e67a87: Pushed [2021-01-19T17:54:34.048Z] 4efbe5a35453: Pushed [2021-01-19T17:54:34.308Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f: digest: sha256:2645ee800227790eb1d9193a8b49aad6d0d62ec4d19fec71ac3982055d16ed06 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:34.641Z] Removing intermediate container f50920c22ab8 [2021-01-19T17:54:34.641Z] ---> 99b89f5778d6 [2021-01-19T17:54:34.641Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:54:34.712Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:34.926Z] Removing intermediate container 919e90e5ca82 [2021-01-19T17:54:34.926Z] ---> 9572cc1fa3f9 [2021-01-19T17:54:34.926Z] Step 13/21 : WORKDIR /edgex [2021-01-19T17:54:34.926Z] ---> Running in 153e6c158c8a [2021-01-19T17:54:35.087Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.45 [2021-01-19T17:54:35.087Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-19T17:54:35.087Z] 2040a5e67a87: Preparing [2021-01-19T17:54:35.087Z] 4efbe5a35453: Preparing [2021-01-19T17:54:35.087Z] 95a4525ff813: Preparing [2021-01-19T17:54:35.087Z] d1ed6664e486: Preparing [2021-01-19T17:54:35.087Z] 63748f4bdbac: Preparing [2021-01-19T17:54:35.087Z] 777b2c648970: Preparing [2021-01-19T17:54:35.087Z] 777b2c648970: Waiting [2021-01-19T17:54:35.087Z] d1ed6664e486: Layer already exists [2021-01-19T17:54:35.087Z] 4efbe5a35453: Layer already exists [2021-01-19T17:54:35.087Z] 2040a5e67a87: Layer already exists [2021-01-19T17:54:35.087Z] 63748f4bdbac: Layer already exists [2021-01-19T17:54:35.087Z] 95a4525ff813: Layer already exists [2021-01-19T17:54:35.087Z] 777b2c648970: Layer already exists [2021-01-19T17:54:35.087Z] 2.0.0-dev.45: digest: sha256:2645ee800227790eb1d9193a8b49aad6d0d62ec4d19fec71ac3982055d16ed06 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:35.389Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:35.688Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:54:35.688Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-19T17:54:35.688Z] 2040a5e67a87: Preparing [2021-01-19T17:54:35.688Z] 4efbe5a35453: Preparing [2021-01-19T17:54:35.688Z] 95a4525ff813: Preparing [2021-01-19T17:54:35.688Z] d1ed6664e486: Preparing [2021-01-19T17:54:35.688Z] 63748f4bdbac: Preparing [2021-01-19T17:54:35.688Z] 777b2c648970: Preparing [2021-01-19T17:54:35.688Z] 777b2c648970: Waiting [2021-01-19T17:54:35.688Z] d1ed6664e486: Layer already exists [2021-01-19T17:54:35.688Z] 95a4525ff813: Layer already exists [2021-01-19T17:54:35.688Z] 2040a5e67a87: Layer already exists [2021-01-19T17:54:35.688Z] 4efbe5a35453: Layer already exists [2021-01-19T17:54:35.688Z] 63748f4bdbac: Layer already exists [2021-01-19T17:54:35.688Z] 777b2c648970: Layer already exists [2021-01-19T17:54:35.688Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45: digest: sha256:2645ee800227790eb1d9193a8b49aad6d0d62ec4d19fec71ac3982055d16ed06 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:35.926Z] ---> 3860d52c816f [2021-01-19T17:54:35.926Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-19T17:54:35.991Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:36.200Z] Removing intermediate container 153e6c158c8a [2021-01-19T17:54:36.200Z] ---> f7827e215c3e [2021-01-19T17:54:36.200Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-19T17:54:36.290Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-01-19T17:54:36.290Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-19T17:54:36.290Z] 2040a5e67a87: Preparing [2021-01-19T17:54:36.290Z] 4efbe5a35453: Preparing [2021-01-19T17:54:36.290Z] 95a4525ff813: Preparing [2021-01-19T17:54:36.290Z] d1ed6664e486: Preparing [2021-01-19T17:54:36.290Z] 63748f4bdbac: Preparing [2021-01-19T17:54:36.290Z] 777b2c648970: Preparing [2021-01-19T17:54:36.290Z] 777b2c648970: Waiting [2021-01-19T17:54:36.290Z] d1ed6664e486: Layer already exists [2021-01-19T17:54:36.290Z] 95a4525ff813: Layer already exists [2021-01-19T17:54:36.290Z] 2040a5e67a87: Layer already exists [2021-01-19T17:54:36.290Z] 63748f4bdbac: Layer already exists [2021-01-19T17:54:36.290Z] 4efbe5a35453: Layer already exists [2021-01-19T17:54:36.290Z] 777b2c648970: Layer already exists [2021-01-19T17:54:36.290Z] master: digest: sha256:2645ee800227790eb1d9193a8b49aad6d0d62ec4d19fec71ac3982055d16ed06 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T17:54:36.459Z] ===================================================== [Pipeline] echo [2021-01-19T17:54:36.536Z] taggedImages: [2021-01-19T17:54:36.536Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:54:36.536Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.45 [2021-01-19T17:54:36.536Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:54:36.536Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-01-19T17:54:36.599Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-01-19T17:54:36.599Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:54:36.599Z] 2.0.0-dev.45 [2021-01-19T17:54:36.599Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:54:36.599Z] master [2021-01-19T17:54:36.599Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:37.088Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:37.393Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:54:37.393Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-19T17:54:37.393Z] d6614e7943e0: Preparing [2021-01-19T17:54:37.393Z] fb0d46c92665: Preparing [2021-01-19T17:54:37.393Z] c12836e73582: Preparing [2021-01-19T17:54:37.393Z] 83c68be045ed: Preparing [2021-01-19T17:54:37.393Z] 03d9e069f81f: Preparing [2021-01-19T17:54:37.393Z] 6fb5583d75cf: Preparing [2021-01-19T17:54:37.393Z] 7a216138f818: Preparing [2021-01-19T17:54:37.393Z] bc9426e449a2: Preparing [2021-01-19T17:54:37.393Z] 777b2c648970: Preparing [2021-01-19T17:54:37.393Z] 6fb5583d75cf: Waiting [2021-01-19T17:54:37.393Z] 7a216138f818: Waiting [2021-01-19T17:54:37.393Z] bc9426e449a2: Waiting [2021-01-19T17:54:37.393Z] 777b2c648970: Waiting [2021-01-19T17:54:37.639Z] ---> 8d1a3938454f [2021-01-19T17:54:37.639Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-19T17:54:37.658Z] fb0d46c92665: Pushed [2021-01-19T17:54:37.658Z] 03d9e069f81f: Pushed [2021-01-19T17:54:37.658Z] d6614e7943e0: Pushed [2021-01-19T17:54:37.658Z] bc9426e449a2: Layer already exists [2021-01-19T17:54:37.658Z] 6fb5583d75cf: Pushed [2021-01-19T17:54:37.658Z] 777b2c648970: Layer already exists [2021-01-19T17:54:37.915Z] ---> 734a91123d82 [2021-01-19T17:54:37.915Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-19T17:54:37.921Z] 7a216138f818: Pushed [2021-01-19T17:54:38.495Z] 83c68be045ed: Pushed [2021-01-19T17:54:38.495Z] c12836e73582: Pushed [2021-01-19T17:54:38.756Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f: digest: sha256:5944e69d6c1baff868b6f0b329405577f18d676ed5aa715ff8c4dfb638f44665 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:39.058Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:39.360Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.45 [2021-01-19T17:54:39.360Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-19T17:54:39.360Z] d6614e7943e0: Preparing [2021-01-19T17:54:39.360Z] fb0d46c92665: Preparing [2021-01-19T17:54:39.360Z] c12836e73582: Preparing [2021-01-19T17:54:39.360Z] 83c68be045ed: Preparing [2021-01-19T17:54:39.360Z] 03d9e069f81f: Preparing [2021-01-19T17:54:39.360Z] 6fb5583d75cf: Preparing [2021-01-19T17:54:39.360Z] 7a216138f818: Preparing [2021-01-19T17:54:39.360Z] bc9426e449a2: Preparing [2021-01-19T17:54:39.360Z] 777b2c648970: Preparing [2021-01-19T17:54:39.360Z] 6fb5583d75cf: Waiting [2021-01-19T17:54:39.360Z] 7a216138f818: Waiting [2021-01-19T17:54:39.360Z] 777b2c648970: Waiting [2021-01-19T17:54:39.360Z] bc9426e449a2: Waiting [2021-01-19T17:54:39.360Z] c12836e73582: Layer already exists [2021-01-19T17:54:39.360Z] d6614e7943e0: Layer already exists [2021-01-19T17:54:39.360Z] 03d9e069f81f: Layer already exists [2021-01-19T17:54:39.360Z] 83c68be045ed: Layer already exists [2021-01-19T17:54:39.360Z] fb0d46c92665: Layer already exists [2021-01-19T17:54:39.360Z] bc9426e449a2: Layer already exists [2021-01-19T17:54:39.360Z] 6fb5583d75cf: Layer already exists [2021-01-19T17:54:39.360Z] 7a216138f818: Layer already exists [2021-01-19T17:54:39.360Z] 777b2c648970: Layer already exists [2021-01-19T17:54:39.360Z] 2.0.0-dev.45: digest: sha256:5944e69d6c1baff868b6f0b329405577f18d676ed5aa715ff8c4dfb638f44665 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:39.664Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:39.898Z] ---> ee8e70b319e3 [2021-01-19T17:54:39.898Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-19T17:54:39.898Z] ---> 3c45ecbcdcb4 [2021-01-19T17:54:39.898Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-19T17:54:39.898Z] ---> Running in 32fd226beb55 [2021-01-19T17:54:39.962Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:54:39.962Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-19T17:54:39.962Z] d6614e7943e0: Preparing [2021-01-19T17:54:39.962Z] fb0d46c92665: Preparing [2021-01-19T17:54:39.962Z] c12836e73582: Preparing [2021-01-19T17:54:39.962Z] 83c68be045ed: Preparing [2021-01-19T17:54:39.962Z] 03d9e069f81f: Preparing [2021-01-19T17:54:39.962Z] 6fb5583d75cf: Preparing [2021-01-19T17:54:39.962Z] 7a216138f818: Preparing [2021-01-19T17:54:39.962Z] bc9426e449a2: Preparing [2021-01-19T17:54:39.962Z] 777b2c648970: Preparing [2021-01-19T17:54:39.963Z] 7a216138f818: Waiting [2021-01-19T17:54:39.963Z] 6fb5583d75cf: Waiting [2021-01-19T17:54:39.963Z] bc9426e449a2: Waiting [2021-01-19T17:54:39.963Z] 777b2c648970: Waiting [2021-01-19T17:54:39.963Z] 03d9e069f81f: Layer already exists [2021-01-19T17:54:39.963Z] fb0d46c92665: Layer already exists [2021-01-19T17:54:39.963Z] d6614e7943e0: Layer already exists [2021-01-19T17:54:39.963Z] 83c68be045ed: Layer already exists [2021-01-19T17:54:39.963Z] c12836e73582: Layer already exists [2021-01-19T17:54:39.963Z] 6fb5583d75cf: Layer already exists [2021-01-19T17:54:39.963Z] 777b2c648970: Layer already exists [2021-01-19T17:54:39.963Z] bc9426e449a2: Layer already exists [2021-01-19T17:54:39.963Z] 7a216138f818: Layer already exists [2021-01-19T17:54:39.963Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45: digest: sha256:5944e69d6c1baff868b6f0b329405577f18d676ed5aa715ff8c4dfb638f44665 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:40.264Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:40.495Z] Removing intermediate container 32fd226beb55 [2021-01-19T17:54:40.495Z] ---> ece792d47979 [2021-01-19T17:54:40.495Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:54:40.581Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-01-19T17:54:40.581Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-19T17:54:40.581Z] d6614e7943e0: Preparing [2021-01-19T17:54:40.581Z] fb0d46c92665: Preparing [2021-01-19T17:54:40.581Z] c12836e73582: Preparing [2021-01-19T17:54:40.581Z] 83c68be045ed: Preparing [2021-01-19T17:54:40.581Z] 03d9e069f81f: Preparing [2021-01-19T17:54:40.581Z] 6fb5583d75cf: Preparing [2021-01-19T17:54:40.581Z] 7a216138f818: Preparing [2021-01-19T17:54:40.581Z] bc9426e449a2: Preparing [2021-01-19T17:54:40.581Z] 777b2c648970: Preparing [2021-01-19T17:54:40.581Z] 6fb5583d75cf: Waiting [2021-01-19T17:54:40.581Z] 7a216138f818: Waiting [2021-01-19T17:54:40.581Z] bc9426e449a2: Waiting [2021-01-19T17:54:40.581Z] 777b2c648970: Waiting [2021-01-19T17:54:40.581Z] 83c68be045ed: Layer already exists [2021-01-19T17:54:40.582Z] c12836e73582: Layer already exists [2021-01-19T17:54:40.582Z] 03d9e069f81f: Layer already exists [2021-01-19T17:54:40.582Z] d6614e7943e0: Layer already exists [2021-01-19T17:54:40.582Z] fb0d46c92665: Layer already exists [2021-01-19T17:54:40.582Z] 7a216138f818: Layer already exists [2021-01-19T17:54:40.582Z] 6fb5583d75cf: Layer already exists [2021-01-19T17:54:40.582Z] bc9426e449a2: Layer already exists [2021-01-19T17:54:40.582Z] 777b2c648970: Layer already exists [2021-01-19T17:54:40.582Z] master: digest: sha256:5944e69d6c1baff868b6f0b329405577f18d676ed5aa715ff8c4dfb638f44665 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2021-01-19T17:54:40.770Z] ---> Running in 974bbe01d04c [Pipeline] echo [2021-01-19T17:54:40.807Z] ===================================================== [Pipeline] echo [2021-01-19T17:54:40.851Z] taggedImages: [2021-01-19T17:54:40.851Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:54:40.851Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.45 [2021-01-19T17:54:40.851Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:54:40.851Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-01-19T17:54:40.981Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-01-19T17:54:40.981Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:54:40.981Z] 2.0.0-dev.45 [2021-01-19T17:54:40.981Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:54:40.981Z] master [2021-01-19T17:54:40.981Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:41.459Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:42.020Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:54:42.020Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-19T17:54:42.020Z] af166d0a4b05: Preparing [2021-01-19T17:54:42.020Z] a8dcea185a53: Preparing [2021-01-19T17:54:42.020Z] 9df22afabdba: Preparing [2021-01-19T17:54:42.020Z] f85bf1f3ced8: Preparing [2021-01-19T17:54:42.020Z] 9e2cb13c3364: Preparing [2021-01-19T17:54:42.020Z] b09ed1879619: Preparing [2021-01-19T17:54:42.020Z] b09ed1879619: Waiting [2021-01-19T17:54:42.020Z] 9df22afabdba: Layer already exists [2021-01-19T17:54:42.020Z] af166d0a4b05: Pushed [2021-01-19T17:54:42.064Z] Removing intermediate container 974bbe01d04c [2021-01-19T17:54:42.064Z] ---> e7f98309d0e9 [2021-01-19T17:54:42.064Z] Step 19/21 : LABEL arch=arm64 [2021-01-19T17:54:42.064Z] ---> 7120020769dd [2021-01-19T17:54:42.064Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-19T17:54:42.064Z] ---> Running in ac9adbf2a9ae [2021-01-19T17:54:42.064Z] ---> Running in 88287804d4f9 [2021-01-19T17:54:42.282Z] f85bf1f3ced8: Pushed [2021-01-19T17:54:42.282Z] 9e2cb13c3364: Pushed [2021-01-19T17:54:42.282Z] b09ed1879619: Pushed [2021-01-19T17:54:43.099Z] Removing intermediate container ac9adbf2a9ae [2021-01-19T17:54:43.099Z] ---> 85bd353b46c4 [2021-01-19T17:54:43.099Z] Step 20/21 : LABEL git_sha=4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:54:43.099Z] Removing intermediate container 88287804d4f9 [2021-01-19T17:54:43.099Z] ---> ec802f066ef1 [2021-01-19T17:54:43.099Z] Step 18/21 : CMD ["--init=true"] [2021-01-19T17:54:43.099Z] ---> Running in 9a7c2c76346f [2021-01-19T17:54:43.232Z] a8dcea185a53: Pushed [2021-01-19T17:54:43.233Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f: digest: sha256:43d11df68b701359683378ce7400a3dbbef8f04abdcbb7705f323e9deb3896df size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:43.384Z] ---> Running in 31e579e7228a [2021-01-19T17:54:43.543Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:43.840Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.45 [2021-01-19T17:54:43.840Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-19T17:54:43.840Z] af166d0a4b05: Preparing [2021-01-19T17:54:43.840Z] a8dcea185a53: Preparing [2021-01-19T17:54:43.840Z] 9df22afabdba: Preparing [2021-01-19T17:54:43.840Z] f85bf1f3ced8: Preparing [2021-01-19T17:54:43.840Z] 9e2cb13c3364: Preparing [2021-01-19T17:54:43.840Z] b09ed1879619: Preparing [2021-01-19T17:54:43.840Z] b09ed1879619: Waiting [2021-01-19T17:54:43.840Z] 9df22afabdba: Layer already exists [2021-01-19T17:54:43.840Z] 9e2cb13c3364: Layer already exists [2021-01-19T17:54:43.840Z] f85bf1f3ced8: Layer already exists [2021-01-19T17:54:43.840Z] af166d0a4b05: Layer already exists [2021-01-19T17:54:43.840Z] a8dcea185a53: Layer already exists [2021-01-19T17:54:43.840Z] b09ed1879619: Layer already exists [2021-01-19T17:54:43.840Z] 2.0.0-dev.45: digest: sha256:43d11df68b701359683378ce7400a3dbbef8f04abdcbb7705f323e9deb3896df size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:44.055Z] Removing intermediate container 9a7c2c76346f [2021-01-19T17:54:44.055Z] ---> 02b9d7dd870a [2021-01-19T17:54:44.055Z] Step 21/21 : LABEL version=2.0.0-dev.45 [2021-01-19T17:54:44.147Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:44.338Z] ---> Running in c802021ec550 [2021-01-19T17:54:44.338Z] Removing intermediate container 31e579e7228a [2021-01-19T17:54:44.338Z] ---> 0294cfdcbdfb [2021-01-19T17:54:44.338Z] Step 19/21 : LABEL arch=arm64 [2021-01-19T17:54:44.444Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:54:44.444Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-19T17:54:44.444Z] af166d0a4b05: Preparing [2021-01-19T17:54:44.444Z] a8dcea185a53: Preparing [2021-01-19T17:54:44.444Z] 9df22afabdba: Preparing [2021-01-19T17:54:44.444Z] f85bf1f3ced8: Preparing [2021-01-19T17:54:44.444Z] 9e2cb13c3364: Preparing [2021-01-19T17:54:44.444Z] b09ed1879619: Preparing [2021-01-19T17:54:44.444Z] b09ed1879619: Waiting [2021-01-19T17:54:44.444Z] 9e2cb13c3364: Layer already exists [2021-01-19T17:54:44.444Z] af166d0a4b05: Layer already exists [2021-01-19T17:54:44.444Z] 9df22afabdba: Layer already exists [2021-01-19T17:54:44.444Z] f85bf1f3ced8: Layer already exists [2021-01-19T17:54:44.444Z] a8dcea185a53: Layer already exists [2021-01-19T17:54:44.444Z] b09ed1879619: Layer already exists [2021-01-19T17:54:44.444Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45: digest: sha256:43d11df68b701359683378ce7400a3dbbef8f04abdcbb7705f323e9deb3896df size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:44.608Z] ---> Running in 9eea0002c246 [2021-01-19T17:54:44.748Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:45.062Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-01-19T17:54:45.062Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-19T17:54:45.062Z] af166d0a4b05: Preparing [2021-01-19T17:54:45.062Z] a8dcea185a53: Preparing [2021-01-19T17:54:45.062Z] 9df22afabdba: Preparing [2021-01-19T17:54:45.062Z] f85bf1f3ced8: Preparing [2021-01-19T17:54:45.062Z] 9e2cb13c3364: Preparing [2021-01-19T17:54:45.062Z] b09ed1879619: Preparing [2021-01-19T17:54:45.062Z] b09ed1879619: Waiting [2021-01-19T17:54:45.062Z] 9df22afabdba: Layer already exists [2021-01-19T17:54:45.062Z] a8dcea185a53: Layer already exists [2021-01-19T17:54:45.062Z] af166d0a4b05: Layer already exists [2021-01-19T17:54:45.062Z] 9e2cb13c3364: Layer already exists [2021-01-19T17:54:45.062Z] f85bf1f3ced8: Layer already exists [2021-01-19T17:54:45.062Z] b09ed1879619: Layer already exists [2021-01-19T17:54:45.216Z] Removing intermediate container c802021ec550 [2021-01-19T17:54:45.216Z] ---> 289b0f4cad5d [2021-01-19T17:54:45.216Z] [2021-01-19T17:54:45.216Z] Removing intermediate container 9eea0002c246 [2021-01-19T17:54:45.216Z] ---> 8cac47dc629d [2021-01-19T17:54:45.216Z] Step 20/21 : LABEL git_sha=4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:54:45.325Z] master: digest: sha256:43d11df68b701359683378ce7400a3dbbef8f04abdcbb7705f323e9deb3896df size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2021-01-19T17:54:45.492Z] ---> Running in 35815e68bf11 [Pipeline] echo [2021-01-19T17:54:45.530Z] ===================================================== [Pipeline] echo [2021-01-19T17:54:45.574Z] taggedImages: [2021-01-19T17:54:45.574Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:54:45.574Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.45 [2021-01-19T17:54:45.574Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:54:45.574Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-01-19T17:54:45.634Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-01-19T17:54:45.634Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:54:45.634Z] 2.0.0-dev.45 [2021-01-19T17:54:45.634Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:54:45.634Z] master [2021-01-19T17:54:45.634Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2021-01-19T17:54:45.788Z] Successfully built 289b0f4cad5d [2021-01-19T17:54:45.788Z] Successfully tagged docker-support-scheduler-go-arm64:latest [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:46.124Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:46.423Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:54:46.423Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-19T17:54:46.423Z] 15ad2c08bf93: Preparing [2021-01-19T17:54:46.423Z] abbe97bc0d27: Preparing [2021-01-19T17:54:46.423Z] 9df22afabdba: Preparing [2021-01-19T17:54:46.423Z] 9df22afabdba: Layer already exists [2021-01-19T17:54:46.423Z] 15ad2c08bf93: Pushed [2021-01-19T17:54:46.787Z]  Building docker-support-scheduler-go ... done Removing intermediate container 35815e68bf11 [2021-01-19T17:54:46.787Z] ---> 0bae22edd4d9 [2021-01-19T17:54:46.787Z] Step 21/21 : LABEL version=2.0.0-dev.45 [2021-01-19T17:54:47.059Z] ---> Running in 1e5def36d517 [2021-01-19T17:54:47.367Z] abbe97bc0d27: Pushed [2021-01-19T17:54:47.628Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f: digest: sha256:3bf71c9238b0f540acc916b615422aa900a738c24f03877f97ead4b6cab7c7ea size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:47.657Z] Removing intermediate container 1e5def36d517 [2021-01-19T17:54:47.657Z] ---> 5eb5f7f36556 [2021-01-19T17:54:47.657Z] [2021-01-19T17:54:47.929Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.45 [2021-01-19T17:54:47.935Z] Removing intermediate container 5e10d367d0a5 [2021-01-19T17:54:47.935Z] ---> 8b312ac857fd [2021-01-19T17:54:47.935Z] [2021-01-19T17:54:47.935Z] Step 10/22 : FROM scratch [2021-01-19T17:54:47.935Z] ---> [2021-01-19T17:54:47.935Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:48.208Z] ---> Using cache [2021-01-19T17:54:48.208Z] ---> 99b0072ced2b [2021-01-19T17:54:48.208Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-19T17:54:48.208Z] Successfully built 5eb5f7f36556 [2021-01-19T17:54:48.208Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-19T17:54:48.226Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.45 [2021-01-19T17:54:48.226Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-19T17:54:48.226Z] 15ad2c08bf93: Preparing [2021-01-19T17:54:48.226Z] abbe97bc0d27: Preparing [2021-01-19T17:54:48.226Z] 9df22afabdba: Preparing [2021-01-19T17:54:48.226Z] abbe97bc0d27: Layer already exists [2021-01-19T17:54:48.226Z] 9df22afabdba: Layer already exists [2021-01-19T17:54:48.226Z] 15ad2c08bf93: Layer already exists [2021-01-19T17:54:48.226Z] 2.0.0-dev.45: digest: sha256:3bf71c9238b0f540acc916b615422aa900a738c24f03877f97ead4b6cab7c7ea size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:48.482Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 4d8464da2bf2 [2021-01-19T17:54:48.533Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:48.830Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:54:48.830Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-19T17:54:48.830Z] 15ad2c08bf93: Preparing [2021-01-19T17:54:48.830Z] abbe97bc0d27: Preparing [2021-01-19T17:54:48.830Z] 9df22afabdba: Preparing [2021-01-19T17:54:48.830Z] 9df22afabdba: Layer already exists [2021-01-19T17:54:48.830Z] 15ad2c08bf93: Layer already exists [2021-01-19T17:54:48.830Z] abbe97bc0d27: Layer already exists [2021-01-19T17:54:48.830Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45: digest: sha256:3bf71c9238b0f540acc916b615422aa900a738c24f03877f97ead4b6cab7c7ea size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:49.083Z] Removing intermediate container 4d8464da2bf2 [2021-01-19T17:54:49.083Z] ---> aeed8d266b4b [2021-01-19T17:54:49.083Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T17:54:49.083Z] ---> Running in d869f2319edf [2021-01-19T17:54:49.128Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:49.426Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-01-19T17:54:49.427Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-19T17:54:49.427Z] 15ad2c08bf93: Preparing [2021-01-19T17:54:49.427Z] abbe97bc0d27: Preparing [2021-01-19T17:54:49.427Z] 9df22afabdba: Preparing [2021-01-19T17:54:49.427Z] 9df22afabdba: Layer already exists [2021-01-19T17:54:49.427Z] abbe97bc0d27: Layer already exists [2021-01-19T17:54:49.427Z] 15ad2c08bf93: Layer already exists [2021-01-19T17:54:49.427Z] master: digest: sha256:3bf71c9238b0f540acc916b615422aa900a738c24f03877f97ead4b6cab7c7ea size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T17:54:49.600Z] ===================================================== [Pipeline] echo [2021-01-19T17:54:49.645Z] taggedImages: [2021-01-19T17:54:49.645Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:54:49.645Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.45 [2021-01-19T17:54:49.645Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:54:49.645Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-01-19T17:54:49.683Z] Removing intermediate container d869f2319edf [2021-01-19T17:54:49.683Z] ---> d8d40888946d [2021-01-19T17:54:49.683Z] Step 14/22 : WORKDIR / [2021-01-19T17:54:49.683Z] ---> Running in f2ac6678d914 [Pipeline] echo [2021-01-19T17:54:49.709Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-01-19T17:54:49.709Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:54:49.709Z] 2.0.0-dev.45 [2021-01-19T17:54:49.709Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:54:49.709Z] master [2021-01-19T17:54:49.709Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:50.287Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:50.588Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:54:50.589Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-19T17:54:50.589Z] 49e93fff9157: Preparing [2021-01-19T17:54:50.589Z] d67da75a7839: Preparing [2021-01-19T17:54:50.589Z] 03b4ef900c43: Preparing [2021-01-19T17:54:50.589Z] a8a34f9c14ed: Preparing [2021-01-19T17:54:50.589Z] 1cc310844297: Preparing [2021-01-19T17:54:50.589Z] 4532ec03556c: Preparing [2021-01-19T17:54:50.589Z] 9366402b17d2: Preparing [2021-01-19T17:54:50.589Z] 0754057c0ad3: Preparing [2021-01-19T17:54:50.589Z] 998cdf262ab1: Preparing [2021-01-19T17:54:50.589Z] 02e56110abd2: Preparing [2021-01-19T17:54:50.589Z] abc36efb885a: Preparing [2021-01-19T17:54:50.589Z] b0b09059f4e1: Preparing [2021-01-19T17:54:50.589Z] bb961f40224b: Preparing [2021-01-19T17:54:50.589Z] f4666769fca7: Preparing [2021-01-19T17:54:50.589Z] 998cdf262ab1: Waiting [2021-01-19T17:54:50.589Z] 02e56110abd2: Waiting [2021-01-19T17:54:50.589Z] 4532ec03556c: Waiting [2021-01-19T17:54:50.589Z] abc36efb885a: Waiting [2021-01-19T17:54:50.589Z] b0b09059f4e1: Waiting [2021-01-19T17:54:50.589Z] bb961f40224b: Waiting [2021-01-19T17:54:50.589Z] f4666769fca7: Waiting [2021-01-19T17:54:50.589Z] 9366402b17d2: Waiting [2021-01-19T17:54:50.589Z] 0754057c0ad3: Waiting [2021-01-19T17:54:50.661Z] Removing intermediate container f2ac6678d914 [2021-01-19T17:54:50.661Z] ---> d4ea3153264d [2021-01-19T17:54:50.661Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:54:50.882Z] 49e93fff9157: Pushed [2021-01-19T17:54:50.882Z] 1cc310844297: Pushed [2021-01-19T17:54:51.159Z] a8a34f9c14ed: Pushed [2021-01-19T17:54:51.159Z] 0754057c0ad3: Layer already exists [2021-01-19T17:54:51.159Z] 998cdf262ab1: Layer already exists [2021-01-19T17:54:51.159Z] 9366402b17d2: Pushed [2021-01-19T17:54:51.159Z] 02e56110abd2: Layer already exists [2021-01-19T17:54:51.159Z] abc36efb885a: Layer already exists [2021-01-19T17:54:51.159Z] b0b09059f4e1: Layer already exists [2021-01-19T17:54:51.159Z] bb961f40224b: Layer already exists [2021-01-19T17:54:51.159Z] d67da75a7839: Pushed [2021-01-19T17:54:51.159Z] f4666769fca7: Layer already exists [2021-01-19T17:54:51.652Z] ---> ee73e42465e4 [2021-01-19T17:54:51.652Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-19T17:54:52.124Z] 4532ec03556c: Pushed [2021-01-19T17:54:53.101Z] ---> a50d17a92127 [2021-01-19T17:54:53.102Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-19T17:54:53.694Z] ---> ad29882eb1bb [2021-01-19T17:54:53.694Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-19T17:54:53.694Z] ---> Running in c23aa2e8d189 [2021-01-19T17:54:54.288Z] Removing intermediate container c23aa2e8d189 [2021-01-19T17:54:54.288Z] ---> 86a3f38e9ccc [2021-01-19T17:54:54.288Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:54:54.288Z] ---> Running in 7a9e77ec151f [2021-01-19T17:54:54.894Z] Removing intermediate container 7a9e77ec151f [2021-01-19T17:54:54.894Z] ---> 2cfeaea0b7a0 [2021-01-19T17:54:54.894Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T17:54:55.166Z] ---> Running in 47fc6f8c9a09 [2021-01-19T17:54:55.437Z] 03b4ef900c43: Pushed [2021-01-19T17:54:55.437Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f: digest: sha256:95844fd538a66a8b5f4424f9085b1b5fcd84d1edd850ab84bd59fb92a0b94988 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:55.756Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.45 [2021-01-19T17:54:55.759Z] Removing intermediate container 47fc6f8c9a09 [2021-01-19T17:54:55.759Z] ---> 97130eb0f617 [2021-01-19T17:54:55.759Z] Step 21/22 : LABEL git_sha=4e8269025e0154ee6bf5f0a3cff0374e651c382f [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:56.032Z] ---> Running in 9b0630485160 [2021-01-19T17:54:56.062Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.45 [2021-01-19T17:54:56.062Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-19T17:54:56.062Z] 49e93fff9157: Preparing [2021-01-19T17:54:56.062Z] d67da75a7839: Preparing [2021-01-19T17:54:56.062Z] 03b4ef900c43: Preparing [2021-01-19T17:54:56.062Z] a8a34f9c14ed: Preparing [2021-01-19T17:54:56.062Z] 1cc310844297: Preparing [2021-01-19T17:54:56.062Z] 4532ec03556c: Preparing [2021-01-19T17:54:56.062Z] 9366402b17d2: Preparing [2021-01-19T17:54:56.062Z] 0754057c0ad3: Preparing [2021-01-19T17:54:56.062Z] 998cdf262ab1: Preparing [2021-01-19T17:54:56.063Z] 02e56110abd2: Preparing [2021-01-19T17:54:56.063Z] abc36efb885a: Preparing [2021-01-19T17:54:56.063Z] b0b09059f4e1: Preparing [2021-01-19T17:54:56.063Z] bb961f40224b: Preparing [2021-01-19T17:54:56.063Z] f4666769fca7: Preparing [2021-01-19T17:54:56.063Z] 4532ec03556c: Waiting [2021-01-19T17:54:56.063Z] 9366402b17d2: Waiting [2021-01-19T17:54:56.063Z] 0754057c0ad3: Waiting [2021-01-19T17:54:56.063Z] abc36efb885a: Waiting [2021-01-19T17:54:56.063Z] 998cdf262ab1: Waiting [2021-01-19T17:54:56.063Z] b0b09059f4e1: Waiting [2021-01-19T17:54:56.063Z] bb961f40224b: Waiting [2021-01-19T17:54:56.063Z] f4666769fca7: Waiting [2021-01-19T17:54:56.063Z] 02e56110abd2: Waiting [2021-01-19T17:54:56.063Z] d67da75a7839: Layer already exists [2021-01-19T17:54:56.063Z] 49e93fff9157: Layer already exists [2021-01-19T17:54:56.063Z] a8a34f9c14ed: Layer already exists [2021-01-19T17:54:56.063Z] 03b4ef900c43: Layer already exists [2021-01-19T17:54:56.063Z] 1cc310844297: Layer already exists [2021-01-19T17:54:56.063Z] 9366402b17d2: Layer already exists [2021-01-19T17:54:56.063Z] 4532ec03556c: Layer already exists [2021-01-19T17:54:56.063Z] 0754057c0ad3: Layer already exists [2021-01-19T17:54:56.063Z] 02e56110abd2: Layer already exists [2021-01-19T17:54:56.063Z] 998cdf262ab1: Layer already exists [2021-01-19T17:54:56.063Z] b0b09059f4e1: Layer already exists [2021-01-19T17:54:56.063Z] bb961f40224b: Layer already exists [2021-01-19T17:54:56.063Z] abc36efb885a: Layer already exists [2021-01-19T17:54:56.063Z] f4666769fca7: Layer already exists [2021-01-19T17:54:56.063Z] 2.0.0-dev.45: digest: sha256:95844fd538a66a8b5f4424f9085b1b5fcd84d1edd850ab84bd59fb92a0b94988 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:56.375Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:56.625Z] Removing intermediate container 9b0630485160 [2021-01-19T17:54:56.625Z] ---> 3c737f1a7c8f [2021-01-19T17:54:56.625Z] Step 22/22 : LABEL version=2.0.0-dev.45 [2021-01-19T17:54:56.675Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:54:56.675Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-19T17:54:56.675Z] 49e93fff9157: Preparing [2021-01-19T17:54:56.675Z] d67da75a7839: Preparing [2021-01-19T17:54:56.675Z] 03b4ef900c43: Preparing [2021-01-19T17:54:56.675Z] a8a34f9c14ed: Preparing [2021-01-19T17:54:56.675Z] 1cc310844297: Preparing [2021-01-19T17:54:56.675Z] 4532ec03556c: Preparing [2021-01-19T17:54:56.675Z] 9366402b17d2: Preparing [2021-01-19T17:54:56.675Z] 0754057c0ad3: Preparing [2021-01-19T17:54:56.675Z] 998cdf262ab1: Preparing [2021-01-19T17:54:56.675Z] 02e56110abd2: Preparing [2021-01-19T17:54:56.675Z] abc36efb885a: Preparing [2021-01-19T17:54:56.675Z] b0b09059f4e1: Preparing [2021-01-19T17:54:56.675Z] bb961f40224b: Preparing [2021-01-19T17:54:56.675Z] f4666769fca7: Preparing [2021-01-19T17:54:56.675Z] 4532ec03556c: Waiting [2021-01-19T17:54:56.675Z] 0754057c0ad3: Waiting [2021-01-19T17:54:56.675Z] 998cdf262ab1: Waiting [2021-01-19T17:54:56.675Z] 9366402b17d2: Waiting [2021-01-19T17:54:56.675Z] 02e56110abd2: Waiting [2021-01-19T17:54:56.675Z] abc36efb885a: Waiting [2021-01-19T17:54:56.675Z] bb961f40224b: Waiting [2021-01-19T17:54:56.675Z] f4666769fca7: Waiting [2021-01-19T17:54:56.675Z] b0b09059f4e1: Waiting [2021-01-19T17:54:56.675Z] 1cc310844297: Layer already exists [2021-01-19T17:54:56.675Z] d67da75a7839: Layer already exists [2021-01-19T17:54:56.675Z] 49e93fff9157: Layer already exists [2021-01-19T17:54:56.675Z] 03b4ef900c43: Layer already exists [2021-01-19T17:54:56.675Z] a8a34f9c14ed: Layer already exists [2021-01-19T17:54:56.675Z] 9366402b17d2: Layer already exists [2021-01-19T17:54:56.675Z] 4532ec03556c: Layer already exists [2021-01-19T17:54:56.675Z] 02e56110abd2: Layer already exists [2021-01-19T17:54:56.675Z] 998cdf262ab1: Layer already exists [2021-01-19T17:54:56.675Z] 0754057c0ad3: Layer already exists [2021-01-19T17:54:56.675Z] b0b09059f4e1: Layer already exists [2021-01-19T17:54:56.676Z] f4666769fca7: Layer already exists [2021-01-19T17:54:56.676Z] abc36efb885a: Layer already exists [2021-01-19T17:54:56.676Z] bb961f40224b: Layer already exists [2021-01-19T17:54:56.676Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45: digest: sha256:95844fd538a66a8b5f4424f9085b1b5fcd84d1edd850ab84bd59fb92a0b94988 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:56.897Z] ---> Running in da8fcf69f15f [2021-01-19T17:54:57.010Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:54:57.420Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-01-19T17:54:57.420Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-19T17:54:57.420Z] 49e93fff9157: Preparing [2021-01-19T17:54:57.420Z] d67da75a7839: Preparing [2021-01-19T17:54:57.420Z] 03b4ef900c43: Preparing [2021-01-19T17:54:57.420Z] a8a34f9c14ed: Preparing [2021-01-19T17:54:57.420Z] 1cc310844297: Preparing [2021-01-19T17:54:57.420Z] 4532ec03556c: Preparing [2021-01-19T17:54:57.420Z] 9366402b17d2: Preparing [2021-01-19T17:54:57.420Z] 0754057c0ad3: Preparing [2021-01-19T17:54:57.420Z] 998cdf262ab1: Preparing [2021-01-19T17:54:57.420Z] 02e56110abd2: Preparing [2021-01-19T17:54:57.420Z] abc36efb885a: Preparing [2021-01-19T17:54:57.420Z] b0b09059f4e1: Preparing [2021-01-19T17:54:57.420Z] bb961f40224b: Preparing [2021-01-19T17:54:57.420Z] f4666769fca7: Preparing [2021-01-19T17:54:57.420Z] 4532ec03556c: Waiting [2021-01-19T17:54:57.420Z] 9366402b17d2: Waiting [2021-01-19T17:54:57.420Z] 0754057c0ad3: Waiting [2021-01-19T17:54:57.420Z] 998cdf262ab1: Waiting [2021-01-19T17:54:57.420Z] 02e56110abd2: Waiting [2021-01-19T17:54:57.420Z] abc36efb885a: Waiting [2021-01-19T17:54:57.420Z] f4666769fca7: Waiting [2021-01-19T17:54:57.420Z] b0b09059f4e1: Waiting [2021-01-19T17:54:57.420Z] bb961f40224b: Waiting [2021-01-19T17:54:57.420Z] 49e93fff9157: Layer already exists [2021-01-19T17:54:57.420Z] 1cc310844297: Layer already exists [2021-01-19T17:54:57.420Z] a8a34f9c14ed: Layer already exists [2021-01-19T17:54:57.420Z] d67da75a7839: Layer already exists [2021-01-19T17:54:57.420Z] 03b4ef900c43: Layer already exists [2021-01-19T17:54:57.420Z] 4532ec03556c: Layer already exists [2021-01-19T17:54:57.420Z] 9366402b17d2: Layer already exists [2021-01-19T17:54:57.420Z] 02e56110abd2: Layer already exists [2021-01-19T17:54:57.420Z] 998cdf262ab1: Layer already exists [2021-01-19T17:54:57.420Z] 0754057c0ad3: Layer already exists [2021-01-19T17:54:57.420Z] abc36efb885a: Layer already exists [2021-01-19T17:54:57.420Z] bb961f40224b: Layer already exists [2021-01-19T17:54:57.420Z] b0b09059f4e1: Layer already exists [2021-01-19T17:54:57.420Z] f4666769fca7: Layer already exists [2021-01-19T17:54:57.429Z] master: digest: sha256:95844fd538a66a8b5f4424f9085b1b5fcd84d1edd850ab84bd59fb92a0b94988 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T17:54:57.607Z] ===================================================== [Pipeline] echo [2021-01-19T17:54:57.657Z] taggedImages: [2021-01-19T17:54:57.657Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:54:57.657Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.45 [2021-01-19T17:54:57.657Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:54:57.657Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [2021-01-19T17:54:57.872Z] Removing intermediate container da8fcf69f15f [2021-01-19T17:54:57.872Z] ---> 39cc812a89f3 [2021-01-19T17:54:57.872Z] [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-01-19T17:54:58.146Z] Successfully built 39cc812a89f3 [2021-01-19T17:54:58.146Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-19T17:54:58.146Z]  Building docker-core-metadata-go ... done Removing intermediate container d9173a8f7acb [2021-01-19T17:54:58.146Z] ---> 70b784113521 [2021-01-19T17:54:58.146Z] [2021-01-19T17:54:58.146Z] Step 10/23 : FROM alpine:3.12 [2021-01-19T17:54:58.146Z] ---> afeebe901d6b [2021-01-19T17:54:58.146Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [Pipeline] // stage [Pipeline] } [2021-01-19T17:54:58.420Z] ---> Running in c2137e5a8fe7 [2021-01-19T17:54:59.018Z] Removing intermediate container c2137e5a8fe7 [2021-01-19T17:54:59.018Z] ---> 98a59626295b [2021-01-19T17:54:59.018Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-19T17:54:59.018Z] ---> Running in 0ff38b5d0176 [2021-01-19T17:54:59.616Z] Removing intermediate container 0ff38b5d0176 [2021-01-19T17:54:59.616Z] ---> 7bd01b10bc0a [2021-01-19T17:54:59.616Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-19T17:54:59.888Z] ---> Running in 4facdf0d1caa [2021-01-19T17:55:00.162Z] Removing intermediate container 4facdf0d1caa [2021-01-19T17:55:00.162Z] ---> 3d8bb181d300 [2021-01-19T17:55:00.162Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:55:00.435Z] ---> Running in d48e8eabc026 [2021-01-19T17:55:03.081Z] Removing intermediate container d48e8eabc026 [2021-01-19T17:55:03.081Z] ---> 5fddab37a75e [2021-01-19T17:55:03.081Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-19T17:55:03.081Z] ---> Running in f5b006a66d57 [2021-01-19T17:55:04.059Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:55:05.045Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:55:07.644Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-19T17:55:07.644Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-19T17:55:07.644Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-19T17:55:08.615Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-19T17:55:08.615Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-19T17:55:08.887Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:55:08.887Z] OK: 8 MiB in 19 packages [2021-01-19T17:55:10.328Z] Removing intermediate container f5b006a66d57 [2021-01-19T17:55:10.328Z] ---> f353d9cb3e62 [2021-01-19T17:55:10.328Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:55:10.922Z] ---> 36557a350b9e [2021-01-19T17:55:10.922Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-19T17:55:11.898Z] ---> b82f9f5bdf5e [2021-01-19T17:55:11.899Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-19T17:55:12.874Z] ---> bdbf1346dc41 [2021-01-19T17:55:12.874Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-19T17:55:12.874Z] ---> Running in 465c20a3ec92 [2021-01-19T17:55:13.464Z] Removing intermediate container 465c20a3ec92 [2021-01-19T17:55:13.465Z] ---> bd1421c3f2bd [2021-01-19T17:55:13.465Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:55:13.465Z] ---> Running in 01371c07919d [2021-01-19T17:55:14.060Z] Removing intermediate container 01371c07919d [2021-01-19T17:55:14.060Z] ---> bdf6ea490482 [2021-01-19T17:55:14.060Z] Step 21/23 : LABEL arch=arm64 [2021-01-19T17:55:14.060Z] ---> Running in baba6a2ce9b3 [2021-01-19T17:55:14.657Z] Removing intermediate container baba6a2ce9b3 [2021-01-19T17:55:14.657Z] ---> bf9e94a578be [2021-01-19T17:55:14.657Z] Step 22/23 : LABEL git_sha=4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:55:14.657Z] ---> Running in 61877306999b [2021-01-19T17:55:15.248Z] Removing intermediate container 61877306999b [2021-01-19T17:55:15.248Z] ---> 08d459ce9bfe [2021-01-19T17:55:15.248Z] Step 23/23 : LABEL version=2.0.0-dev.45 [2021-01-19T17:55:15.248Z] ---> Running in 074afdfb8d38 [2021-01-19T17:55:15.840Z] Removing intermediate container 074afdfb8d38 [2021-01-19T17:55:15.840Z] ---> 263c6a79ce38 [2021-01-19T17:55:15.840Z] [2021-01-19T17:55:16.112Z] Successfully built 263c6a79ce38 [2021-01-19T17:55:16.112Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-19T17:55:16.397Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-19T17:55:16.441Z] $ docker stop --time=1 902eea14916d466b4f1c37976f3b55a46c4f9171132e5ed81facc1b1d730c68e [2021-01-19T17:55:18.419Z] $ docker rm -f 902eea14916d466b4f1c37976f3b55a46c4f9171132e5ed81facc1b1d730c68e [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T17:55:19.120Z] + docker images [2021-01-19T17:55:19.120Z] + grep docker [2021-01-19T17:55:19.392Z] docker-core-data-go-arm64 latest 263c6a79ce38 4 seconds ago 21MB [2021-01-19T17:55:19.392Z] docker-core-metadata-go-arm64 latest 39cc812a89f3 22 seconds ago 12.3MB [2021-01-19T17:55:19.392Z] docker-security-proxy-setup-go-arm64 latest 5eb5f7f36556 32 seconds ago 23.2MB [2021-01-19T17:55:19.392Z] docker-support-scheduler-go-arm64 latest 289b0f4cad5d 35 seconds ago 10MB [2021-01-19T17:55:19.392Z] docker-sys-mgmt-agent-go-arm64 latest 6e64be4536b4 About a minute ago 300MB [2021-01-19T17:55:19.392Z] docker-security-secretstore-setup-go-arm64 latest 91633a5bcf75 3 minutes ago 23.4MB [2021-01-19T17:55:19.392Z] docker-security-bootstrap-redis-go-arm64 latest afecf38d3aae 3 minutes ago 15.1MB [2021-01-19T17:55:19.392Z] docker-support-notifications-go-arm64 latest 4fbcbca141db 3 minutes ago 11.4MB [2021-01-19T17:55:19.392Z] docker-core-command-go-arm64 latest e5c26fc64533 3 minutes ago 9.98MB [2021-01-19T17:55:19.392Z] docker 20.10.0 eeaf43b92773 5 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T17:55:19.880Z] provisioning config files... [2021-01-19T17:55:19.924Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/305@tmp/config9043178636134477629tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T17:55:20.325Z] ---> docker-login.sh [2021-01-19T17:55:20.325Z] nexus3.edgexfoundry.org:10001 [2021-01-19T17:55:20.596Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:55:20.867Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:55:20.867Z] Configure a credential helper to remove this warning. See [2021-01-19T17:55:20.867Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:55:20.867Z] [2021-01-19T17:55:20.867Z] Login Succeeded [2021-01-19T17:55:20.867Z] nexus3.edgexfoundry.org:10002 [2021-01-19T17:55:21.139Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:55:21.411Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:55:21.411Z] Configure a credential helper to remove this warning. See [2021-01-19T17:55:21.411Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:55:21.411Z] [2021-01-19T17:55:21.411Z] Login Succeeded [2021-01-19T17:55:21.411Z] nexus3.edgexfoundry.org:10003 [2021-01-19T17:55:21.684Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:55:21.958Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:55:21.958Z] Configure a credential helper to remove this warning. See [2021-01-19T17:55:21.958Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:55:21.958Z] [2021-01-19T17:55:21.958Z] Login Succeeded [2021-01-19T17:55:21.958Z] nexus3.edgexfoundry.org:10004 [2021-01-19T17:55:22.552Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:55:22.552Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:55:22.552Z] Configure a credential helper to remove this warning. See [2021-01-19T17:55:22.552Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:55:22.552Z] [2021-01-19T17:55:22.552Z] Login Succeeded [2021-01-19T17:55:22.552Z] docker.io [2021-01-19T17:55:23.143Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:55:23.415Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:55:23.415Z] Configure a credential helper to remove this warning. See [2021-01-19T17:55:23.415Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:55:23.415Z] [2021-01-19T17:55:23.415Z] Login Succeeded [2021-01-19T17:55:23.415Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T17:55:23.432Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T17:55:23.657Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-01-19T17:55:23.657Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:55:23.657Z] 2.0.0-dev.45 [2021-01-19T17:55:23.657Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:55:23.657Z] master [2021-01-19T17:55:23.657Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:55:24.123Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:55:24.465Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:55:24.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-19T17:55:24.465Z] 1a1946de7d0b: Preparing [2021-01-19T17:55:24.465Z] 8487ad01d4ab: Preparing [2021-01-19T17:55:24.465Z] ad732045067b: Preparing [2021-01-19T17:55:24.736Z] 1a1946de7d0b: Pushed [2021-01-19T17:55:24.736Z] ad732045067b: Pushed [2021-01-19T17:55:27.349Z] 8487ad01d4ab: Pushed [2021-01-19T17:55:27.349Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f: digest: sha256:7431798aeab97a4fad60b68ebb09f1ed29a82867f6f2c4591be78c710d47b37a size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:55:27.690Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:55:28.021Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.45 [2021-01-19T17:55:28.021Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-19T17:55:28.021Z] 1a1946de7d0b: Preparing [2021-01-19T17:55:28.021Z] 8487ad01d4ab: Preparing [2021-01-19T17:55:28.021Z] ad732045067b: Preparing [2021-01-19T17:55:28.021Z] 1a1946de7d0b: Layer already exists [2021-01-19T17:55:28.021Z] ad732045067b: Layer already exists [2021-01-19T17:55:28.021Z] 8487ad01d4ab: Layer already exists [2021-01-19T17:55:28.293Z] 2.0.0-dev.45: digest: sha256:7431798aeab97a4fad60b68ebb09f1ed29a82867f6f2c4591be78c710d47b37a size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:55:28.636Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:55:29.010Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:55:29.010Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-19T17:55:29.010Z] 1a1946de7d0b: Preparing [2021-01-19T17:55:29.010Z] 8487ad01d4ab: Preparing [2021-01-19T17:55:29.010Z] ad732045067b: Preparing [2021-01-19T17:55:29.010Z] 1a1946de7d0b: Layer already exists [2021-01-19T17:55:29.010Z] ad732045067b: Layer already exists [2021-01-19T17:55:29.010Z] 8487ad01d4ab: Layer already exists [2021-01-19T17:55:29.291Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45: digest: sha256:7431798aeab97a4fad60b68ebb09f1ed29a82867f6f2c4591be78c710d47b37a size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:55:29.666Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:55:30.042Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-01-19T17:55:30.042Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-19T17:55:30.042Z] 1a1946de7d0b: Preparing [2021-01-19T17:55:30.042Z] 8487ad01d4ab: Preparing [2021-01-19T17:55:30.042Z] ad732045067b: Preparing [2021-01-19T17:55:30.332Z] 1a1946de7d0b: Layer already exists [2021-01-19T17:55:30.332Z] ad732045067b: Layer already exists [2021-01-19T17:55:30.332Z] 8487ad01d4ab: Layer already exists [2021-01-19T17:55:30.605Z] master: digest: sha256:7431798aeab97a4fad60b68ebb09f1ed29a82867f6f2c4591be78c710d47b37a size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T17:55:30.803Z] ===================================================== [Pipeline] echo [2021-01-19T17:55:30.850Z] taggedImages: [2021-01-19T17:55:30.850Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:55:30.850Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.45 [2021-01-19T17:55:30.850Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:55:30.850Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-01-19T17:55:30.927Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-01-19T17:55:30.927Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:55:30.927Z] 2.0.0-dev.45 [2021-01-19T17:55:30.927Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:55:30.927Z] master [2021-01-19T17:55:30.927Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:55:31.432Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:55:31.777Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:55:31.777Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-19T17:55:31.777Z] 40ce654931a9: Preparing [2021-01-19T17:55:31.777Z] b8d9b505a7b6: Preparing [2021-01-19T17:55:31.777Z] ad732045067b: Preparing [2021-01-19T17:55:31.777Z] f0331299869a: Preparing [2021-01-19T17:55:31.777Z] 0b8f26ad84b4: Preparing [2021-01-19T17:55:31.777Z] 379067d0cb53: Preparing [2021-01-19T17:55:31.777Z] 379067d0cb53: Waiting [2021-01-19T17:55:32.051Z] ad732045067b: Layer already exists [2021-01-19T17:55:32.051Z] 379067d0cb53: Layer already exists [2021-01-19T17:55:32.051Z] 40ce654931a9: Pushed [2021-01-19T17:55:32.051Z] 0b8f26ad84b4: Pushed [2021-01-19T17:55:32.644Z] f0331299869a: Pushed [2021-01-19T17:55:35.257Z] b8d9b505a7b6: Pushed [2021-01-19T17:55:35.528Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f: digest: sha256:3ff1728632fb454b0a0e937e55b68a6ac3122421889ee7adf51837ec232970e0 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:55:35.865Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:55:36.193Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.45 [2021-01-19T17:55:36.193Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-19T17:55:36.193Z] 40ce654931a9: Preparing [2021-01-19T17:55:36.193Z] b8d9b505a7b6: Preparing [2021-01-19T17:55:36.193Z] ad732045067b: Preparing [2021-01-19T17:55:36.193Z] f0331299869a: Preparing [2021-01-19T17:55:36.193Z] 0b8f26ad84b4: Preparing [2021-01-19T17:55:36.193Z] 379067d0cb53: Preparing [2021-01-19T17:55:36.193Z] 379067d0cb53: Waiting [2021-01-19T17:55:36.193Z] 40ce654931a9: Layer already exists [2021-01-19T17:55:36.193Z] ad732045067b: Layer already exists [2021-01-19T17:55:36.193Z] b8d9b505a7b6: Layer already exists [2021-01-19T17:55:36.193Z] f0331299869a: Layer already exists [2021-01-19T17:55:36.194Z] 0b8f26ad84b4: Layer already exists [2021-01-19T17:55:36.194Z] 379067d0cb53: Layer already exists [2021-01-19T17:55:36.465Z] 2.0.0-dev.45: digest: sha256:3ff1728632fb454b0a0e937e55b68a6ac3122421889ee7adf51837ec232970e0 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:55:36.802Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:55:37.135Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:55:37.135Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-19T17:55:37.135Z] 40ce654931a9: Preparing [2021-01-19T17:55:37.135Z] b8d9b505a7b6: Preparing [2021-01-19T17:55:37.135Z] ad732045067b: Preparing [2021-01-19T17:55:37.135Z] f0331299869a: Preparing [2021-01-19T17:55:37.135Z] 0b8f26ad84b4: Preparing [2021-01-19T17:55:37.135Z] 379067d0cb53: Preparing [2021-01-19T17:55:37.135Z] 379067d0cb53: Waiting [2021-01-19T17:55:37.407Z] 0b8f26ad84b4: Layer already exists [2021-01-19T17:55:37.407Z] ad732045067b: Layer already exists [2021-01-19T17:55:37.407Z] f0331299869a: Layer already exists [2021-01-19T17:55:37.407Z] 40ce654931a9: Layer already exists [2021-01-19T17:55:37.407Z] b8d9b505a7b6: Layer already exists [2021-01-19T17:55:37.407Z] 379067d0cb53: Layer already exists [2021-01-19T17:55:37.407Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45: digest: sha256:3ff1728632fb454b0a0e937e55b68a6ac3122421889ee7adf51837ec232970e0 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:55:37.746Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:55:38.084Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-01-19T17:55:38.084Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-19T17:55:38.084Z] 40ce654931a9: Preparing [2021-01-19T17:55:38.084Z] b8d9b505a7b6: Preparing [2021-01-19T17:55:38.084Z] ad732045067b: Preparing [2021-01-19T17:55:38.084Z] f0331299869a: Preparing [2021-01-19T17:55:38.084Z] 0b8f26ad84b4: Preparing [2021-01-19T17:55:38.084Z] 379067d0cb53: Preparing [2021-01-19T17:55:38.084Z] 379067d0cb53: Waiting [2021-01-19T17:55:38.356Z] 40ce654931a9: Layer already exists [2021-01-19T17:55:38.356Z] 0b8f26ad84b4: Layer already exists [2021-01-19T17:55:38.356Z] f0331299869a: Layer already exists [2021-01-19T17:55:38.356Z] b8d9b505a7b6: Layer already exists [2021-01-19T17:55:38.356Z] ad732045067b: Layer already exists [2021-01-19T17:55:38.356Z] 379067d0cb53: Layer already exists [2021-01-19T17:55:38.356Z] master: digest: sha256:3ff1728632fb454b0a0e937e55b68a6ac3122421889ee7adf51837ec232970e0 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T17:55:38.533Z] ===================================================== [Pipeline] echo [2021-01-19T17:55:38.579Z] taggedImages: [2021-01-19T17:55:38.579Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:55:38.579Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.45 [2021-01-19T17:55:38.579Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:55:38.579Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-01-19T17:55:38.664Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-01-19T17:55:38.664Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:55:38.664Z] 2.0.0-dev.45 [2021-01-19T17:55:38.664Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:55:38.664Z] master [2021-01-19T17:55:38.664Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:55:39.179Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:55:39.517Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:55:39.517Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-19T17:55:39.517Z] 26aae7c2b531: Preparing [2021-01-19T17:55:39.517Z] 7e6609dce3f0: Preparing [2021-01-19T17:55:39.517Z] ad732045067b: Preparing [2021-01-19T17:55:39.790Z] ad732045067b: Layer already exists [2021-01-19T17:55:39.790Z] 26aae7c2b531: Pushed [2021-01-19T17:55:43.174Z] 7e6609dce3f0: Pushed [2021-01-19T17:55:43.174Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f: digest: sha256:c8030404a1583a746ddc7985cfa77977ee8aaa64ba93deda506bb7b3b0d5dc5d size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:55:43.521Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:55:43.858Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.45 [2021-01-19T17:55:43.858Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-19T17:55:43.858Z] 26aae7c2b531: Preparing [2021-01-19T17:55:43.858Z] 7e6609dce3f0: Preparing [2021-01-19T17:55:43.858Z] ad732045067b: Preparing [2021-01-19T17:55:44.136Z] ad732045067b: Layer already exists [2021-01-19T17:55:44.136Z] 7e6609dce3f0: Layer already exists [2021-01-19T17:55:44.136Z] 26aae7c2b531: Layer already exists [2021-01-19T17:55:44.136Z] 2.0.0-dev.45: digest: sha256:c8030404a1583a746ddc7985cfa77977ee8aaa64ba93deda506bb7b3b0d5dc5d size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:55:44.480Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:55:44.819Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:55:44.819Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-19T17:55:44.819Z] 26aae7c2b531: Preparing [2021-01-19T17:55:44.819Z] 7e6609dce3f0: Preparing [2021-01-19T17:55:44.819Z] ad732045067b: Preparing [2021-01-19T17:55:45.091Z] 26aae7c2b531: Layer already exists [2021-01-19T17:55:45.091Z] ad732045067b: Layer already exists [2021-01-19T17:55:45.091Z] 7e6609dce3f0: Layer already exists [2021-01-19T17:55:45.091Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45: digest: sha256:c8030404a1583a746ddc7985cfa77977ee8aaa64ba93deda506bb7b3b0d5dc5d size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:55:45.440Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:55:45.778Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-01-19T17:55:45.778Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-19T17:55:45.778Z] 26aae7c2b531: Preparing [2021-01-19T17:55:45.778Z] 7e6609dce3f0: Preparing [2021-01-19T17:55:45.778Z] ad732045067b: Preparing [2021-01-19T17:55:45.778Z] ad732045067b: Layer already exists [2021-01-19T17:55:45.778Z] 7e6609dce3f0: Layer already exists [2021-01-19T17:55:45.778Z] 26aae7c2b531: Layer already exists [2021-01-19T17:55:46.050Z] master: digest: sha256:c8030404a1583a746ddc7985cfa77977ee8aaa64ba93deda506bb7b3b0d5dc5d size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T17:55:46.227Z] ===================================================== [Pipeline] echo [2021-01-19T17:55:46.273Z] taggedImages: [2021-01-19T17:55:46.273Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:55:46.273Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.45 [2021-01-19T17:55:46.273Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:55:46.273Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-01-19T17:55:46.332Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2021-01-19T17:55:46.332Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:55:46.332Z] 2.0.0-dev.45 [2021-01-19T17:55:46.332Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:55:46.332Z] master [2021-01-19T17:55:46.332Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:55:46.877Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:55:47.247Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:55:47.247Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-19T17:55:47.247Z] 497308b1e448: Preparing [2021-01-19T17:55:47.247Z] a45f5a2a9082: Preparing [2021-01-19T17:55:47.247Z] 729cc6a583f4: Preparing [2021-01-19T17:55:47.247Z] 0faadd9b40f7: Preparing [2021-01-19T17:55:47.247Z] ad732045067b: Preparing [2021-01-19T17:55:47.247Z] 7516801a8c15: Preparing [2021-01-19T17:55:47.247Z] 379067d0cb53: Preparing [2021-01-19T17:55:47.247Z] 7516801a8c15: Waiting [2021-01-19T17:55:47.247Z] 379067d0cb53: Waiting [2021-01-19T17:55:47.528Z] ad732045067b: Layer already exists [2021-01-19T17:55:47.528Z] a45f5a2a9082: Pushed [2021-01-19T17:55:47.528Z] 497308b1e448: Pushed [2021-01-19T17:55:47.528Z] 729cc6a583f4: Pushed [2021-01-19T17:55:47.528Z] 379067d0cb53: Layer already exists [2021-01-19T17:55:48.119Z] 7516801a8c15: Pushed [2021-01-19T17:55:49.548Z] 0faadd9b40f7: Pushed [2021-01-19T17:55:49.817Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f: digest: sha256:00042d21be0dbfbcb86586968d57458c56acc80d0902620256e702d18d6fde2e size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:55:50.155Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:55:50.486Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.45 [2021-01-19T17:55:50.487Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-19T17:55:50.487Z] 497308b1e448: Preparing [2021-01-19T17:55:50.487Z] a45f5a2a9082: Preparing [2021-01-19T17:55:50.487Z] 729cc6a583f4: Preparing [2021-01-19T17:55:50.487Z] 0faadd9b40f7: Preparing [2021-01-19T17:55:50.487Z] ad732045067b: Preparing [2021-01-19T17:55:50.487Z] 7516801a8c15: Preparing [2021-01-19T17:55:50.487Z] 379067d0cb53: Preparing [2021-01-19T17:55:50.487Z] 7516801a8c15: Waiting [2021-01-19T17:55:50.487Z] 379067d0cb53: Waiting [2021-01-19T17:55:50.487Z] 497308b1e448: Layer already exists [2021-01-19T17:55:50.487Z] 0faadd9b40f7: Layer already exists [2021-01-19T17:55:50.758Z] ad732045067b: Layer already exists [2021-01-19T17:55:50.758Z] a45f5a2a9082: Layer already exists [2021-01-19T17:55:50.758Z] 729cc6a583f4: Layer already exists [2021-01-19T17:55:50.758Z] 379067d0cb53: Layer already exists [2021-01-19T17:55:50.758Z] 7516801a8c15: Layer already exists [2021-01-19T17:55:50.758Z] 2.0.0-dev.45: digest: sha256:00042d21be0dbfbcb86586968d57458c56acc80d0902620256e702d18d6fde2e size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:55:51.095Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:55:51.425Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:55:51.425Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-19T17:55:51.425Z] 497308b1e448: Preparing [2021-01-19T17:55:51.425Z] a45f5a2a9082: Preparing [2021-01-19T17:55:51.425Z] 729cc6a583f4: Preparing [2021-01-19T17:55:51.425Z] 0faadd9b40f7: Preparing [2021-01-19T17:55:51.425Z] ad732045067b: Preparing [2021-01-19T17:55:51.425Z] 7516801a8c15: Preparing [2021-01-19T17:55:51.425Z] 379067d0cb53: Preparing [2021-01-19T17:55:51.425Z] 7516801a8c15: Waiting [2021-01-19T17:55:51.697Z] 729cc6a583f4: Layer already exists [2021-01-19T17:55:51.697Z] a45f5a2a9082: Layer already exists [2021-01-19T17:55:51.697Z] 497308b1e448: Layer already exists [2021-01-19T17:55:51.697Z] 0faadd9b40f7: Layer already exists [2021-01-19T17:55:51.697Z] ad732045067b: Layer already exists [2021-01-19T17:55:51.697Z] 379067d0cb53: Layer already exists [2021-01-19T17:55:51.697Z] 7516801a8c15: Layer already exists [2021-01-19T17:55:51.697Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45: digest: sha256:00042d21be0dbfbcb86586968d57458c56acc80d0902620256e702d18d6fde2e size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:55:52.032Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:55:52.361Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2021-01-19T17:55:52.361Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-19T17:55:52.361Z] 497308b1e448: Preparing [2021-01-19T17:55:52.361Z] a45f5a2a9082: Preparing [2021-01-19T17:55:52.361Z] 729cc6a583f4: Preparing [2021-01-19T17:55:52.361Z] 0faadd9b40f7: Preparing [2021-01-19T17:55:52.361Z] ad732045067b: Preparing [2021-01-19T17:55:52.361Z] 7516801a8c15: Preparing [2021-01-19T17:55:52.361Z] 379067d0cb53: Preparing [2021-01-19T17:55:52.361Z] 7516801a8c15: Waiting [2021-01-19T17:55:52.361Z] 379067d0cb53: Waiting [2021-01-19T17:55:52.633Z] ad732045067b: Layer already exists [2021-01-19T17:55:52.633Z] 497308b1e448: Layer already exists [2021-01-19T17:55:52.633Z] a45f5a2a9082: Layer already exists [2021-01-19T17:55:52.633Z] 0faadd9b40f7: Layer already exists [2021-01-19T17:55:52.633Z] 729cc6a583f4: Layer already exists [2021-01-19T17:55:52.633Z] 379067d0cb53: Layer already exists [2021-01-19T17:55:52.633Z] 7516801a8c15: Layer already exists [2021-01-19T17:55:52.633Z] master: digest: sha256:00042d21be0dbfbcb86586968d57458c56acc80d0902620256e702d18d6fde2e size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T17:55:52.838Z] ===================================================== [Pipeline] echo [2021-01-19T17:55:52.881Z] taggedImages: [2021-01-19T17:55:52.881Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:55:52.881Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.45 [2021-01-19T17:55:52.881Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:55:52.881Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2021-01-19T17:55:52.938Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-01-19T17:55:52.938Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:55:52.938Z] 2.0.0-dev.45 [2021-01-19T17:55:52.938Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:55:52.938Z] master [2021-01-19T17:55:52.938Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:55:53.487Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:55:53.849Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:55:53.849Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-19T17:55:53.849Z] 402eea0eedc2: Preparing [2021-01-19T17:55:53.849Z] 13a7d19171e7: Preparing [2021-01-19T17:55:53.849Z] 18a9b07d943e: Preparing [2021-01-19T17:55:53.849Z] 5f533c3848a4: Preparing [2021-01-19T17:55:53.849Z] 9cf645677d68: Preparing [2021-01-19T17:55:53.849Z] 379067d0cb53: Preparing [2021-01-19T17:55:53.849Z] 379067d0cb53: Waiting [2021-01-19T17:55:54.161Z] 5f533c3848a4: Pushed [2021-01-19T17:55:54.161Z] 18a9b07d943e: Pushed [2021-01-19T17:55:54.479Z] 379067d0cb53: Layer already exists [2021-01-19T17:55:54.749Z] 9cf645677d68: Pushed [2021-01-19T17:55:56.173Z] 13a7d19171e7: Pushed [2021-01-19T17:55:56.173Z] 402eea0eedc2: Pushed [2021-01-19T17:55:56.446Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f: digest: sha256:159bc16c99ede7f695d43c0990d243014e2d82435d11f76a143afdbae1996959 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:55:56.787Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:55:57.124Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.45 [2021-01-19T17:55:57.124Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-19T17:55:57.124Z] 402eea0eedc2: Preparing [2021-01-19T17:55:57.124Z] 13a7d19171e7: Preparing [2021-01-19T17:55:57.124Z] 18a9b07d943e: Preparing [2021-01-19T17:55:57.124Z] 5f533c3848a4: Preparing [2021-01-19T17:55:57.124Z] 9cf645677d68: Preparing [2021-01-19T17:55:57.124Z] 379067d0cb53: Preparing [2021-01-19T17:55:57.124Z] 379067d0cb53: Waiting [2021-01-19T17:55:57.124Z] 13a7d19171e7: Layer already exists [2021-01-19T17:55:57.124Z] 18a9b07d943e: Layer already exists [2021-01-19T17:55:57.124Z] 5f533c3848a4: Layer already exists [2021-01-19T17:55:57.124Z] 402eea0eedc2: Layer already exists [2021-01-19T17:55:57.124Z] 9cf645677d68: Layer already exists [2021-01-19T17:55:57.396Z] 379067d0cb53: Layer already exists [2021-01-19T17:55:57.396Z] 2.0.0-dev.45: digest: sha256:159bc16c99ede7f695d43c0990d243014e2d82435d11f76a143afdbae1996959 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:55:57.740Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:55:58.078Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:55:58.078Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-19T17:55:58.078Z] 402eea0eedc2: Preparing [2021-01-19T17:55:58.078Z] 13a7d19171e7: Preparing [2021-01-19T17:55:58.078Z] 18a9b07d943e: Preparing [2021-01-19T17:55:58.078Z] 5f533c3848a4: Preparing [2021-01-19T17:55:58.078Z] 9cf645677d68: Preparing [2021-01-19T17:55:58.078Z] 379067d0cb53: Preparing [2021-01-19T17:55:58.078Z] 379067d0cb53: Waiting [2021-01-19T17:55:58.348Z] 402eea0eedc2: Layer already exists [2021-01-19T17:55:58.348Z] 18a9b07d943e: Layer already exists [2021-01-19T17:55:58.348Z] 13a7d19171e7: Layer already exists [2021-01-19T17:55:58.348Z] 5f533c3848a4: Layer already exists [2021-01-19T17:55:58.348Z] 9cf645677d68: Layer already exists [2021-01-19T17:55:58.348Z] 379067d0cb53: Layer already exists [2021-01-19T17:55:58.348Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45: digest: sha256:159bc16c99ede7f695d43c0990d243014e2d82435d11f76a143afdbae1996959 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:55:58.692Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:55:59.026Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-01-19T17:55:59.026Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-19T17:55:59.026Z] 402eea0eedc2: Preparing [2021-01-19T17:55:59.026Z] 13a7d19171e7: Preparing [2021-01-19T17:55:59.026Z] 18a9b07d943e: Preparing [2021-01-19T17:55:59.026Z] 5f533c3848a4: Preparing [2021-01-19T17:55:59.026Z] 9cf645677d68: Preparing [2021-01-19T17:55:59.026Z] 379067d0cb53: Preparing [2021-01-19T17:55:59.026Z] 379067d0cb53: Waiting [2021-01-19T17:55:59.298Z] 18a9b07d943e: Layer already exists [2021-01-19T17:55:59.298Z] 9cf645677d68: Layer already exists [2021-01-19T17:55:59.298Z] 13a7d19171e7: Layer already exists [2021-01-19T17:55:59.298Z] 5f533c3848a4: Layer already exists [2021-01-19T17:55:59.298Z] 402eea0eedc2: Layer already exists [2021-01-19T17:55:59.298Z] 379067d0cb53: Layer already exists [2021-01-19T17:55:59.298Z] master: digest: sha256:159bc16c99ede7f695d43c0990d243014e2d82435d11f76a143afdbae1996959 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T17:55:59.473Z] ===================================================== [Pipeline] echo [2021-01-19T17:55:59.517Z] taggedImages: [2021-01-19T17:55:59.517Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:55:59.517Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.45 [2021-01-19T17:55:59.517Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:55:59.517Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-01-19T17:55:59.578Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-01-19T17:55:59.578Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:55:59.578Z] 2.0.0-dev.45 [2021-01-19T17:55:59.578Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:55:59.578Z] master [2021-01-19T17:55:59.578Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:56:00.067Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:56:00.410Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:56:00.410Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-19T17:56:00.410Z] 5832faf7e23b: Preparing [2021-01-19T17:56:00.410Z] 91f60359900d: Preparing [2021-01-19T17:56:00.410Z] 595162102398: Preparing [2021-01-19T17:56:00.410Z] 82e106e1c226: Preparing [2021-01-19T17:56:00.410Z] 7e5f27a88b9d: Preparing [2021-01-19T17:56:00.410Z] d56c0cb76ffa: Preparing [2021-01-19T17:56:00.410Z] 37db3b714c0b: Preparing [2021-01-19T17:56:00.410Z] e663267931e8: Preparing [2021-01-19T17:56:00.410Z] 379067d0cb53: Preparing [2021-01-19T17:56:00.410Z] d56c0cb76ffa: Waiting [2021-01-19T17:56:00.410Z] 37db3b714c0b: Waiting [2021-01-19T17:56:00.410Z] 379067d0cb53: Waiting [2021-01-19T17:56:00.410Z] e663267931e8: Waiting [2021-01-19T17:56:00.681Z] 7e5f27a88b9d: Pushed [2021-01-19T17:56:00.681Z] 5832faf7e23b: Pushed [2021-01-19T17:56:00.681Z] 91f60359900d: Pushed [2021-01-19T17:56:00.954Z] d56c0cb76ffa: Pushed [2021-01-19T17:56:00.954Z] 37db3b714c0b: Pushed [2021-01-19T17:56:01.226Z] 379067d0cb53: Layer already exists [2021-01-19T17:56:01.501Z] e663267931e8: Pushed [2021-01-19T17:56:02.925Z] 595162102398: Pushed [2021-01-19T17:56:02.925Z] 82e106e1c226: Pushed [2021-01-19T17:56:03.197Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f: digest: sha256:b5e371ff2d88017323bfc39d11bddb4d3c78fd2ddfbac289ab516ad6be05d5bf size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:56:03.537Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:56:03.870Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.45 [2021-01-19T17:56:03.870Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-19T17:56:03.870Z] 5832faf7e23b: Preparing [2021-01-19T17:56:03.870Z] 91f60359900d: Preparing [2021-01-19T17:56:03.870Z] 595162102398: Preparing [2021-01-19T17:56:03.870Z] 82e106e1c226: Preparing [2021-01-19T17:56:03.870Z] 7e5f27a88b9d: Preparing [2021-01-19T17:56:03.870Z] d56c0cb76ffa: Preparing [2021-01-19T17:56:03.870Z] 37db3b714c0b: Preparing [2021-01-19T17:56:03.870Z] e663267931e8: Preparing [2021-01-19T17:56:03.870Z] 379067d0cb53: Preparing [2021-01-19T17:56:03.870Z] 37db3b714c0b: Waiting [2021-01-19T17:56:03.870Z] e663267931e8: Waiting [2021-01-19T17:56:03.870Z] 379067d0cb53: Waiting [2021-01-19T17:56:03.870Z] d56c0cb76ffa: Waiting [2021-01-19T17:56:04.141Z] 7e5f27a88b9d: Layer already exists [2021-01-19T17:56:04.141Z] 82e106e1c226: Layer already exists [2021-01-19T17:56:04.141Z] 595162102398: Layer already exists [2021-01-19T17:56:04.141Z] 91f60359900d: Layer already exists [2021-01-19T17:56:04.141Z] 5832faf7e23b: Layer already exists [2021-01-19T17:56:04.141Z] d56c0cb76ffa: Layer already exists [2021-01-19T17:56:04.141Z] e663267931e8: Layer already exists [2021-01-19T17:56:04.141Z] 37db3b714c0b: Layer already exists [2021-01-19T17:56:04.141Z] 379067d0cb53: Layer already exists [2021-01-19T17:56:04.141Z] 2.0.0-dev.45: digest: sha256:b5e371ff2d88017323bfc39d11bddb4d3c78fd2ddfbac289ab516ad6be05d5bf size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:56:04.493Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:56:04.835Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:56:04.835Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-19T17:56:04.835Z] 5832faf7e23b: Preparing [2021-01-19T17:56:04.835Z] 91f60359900d: Preparing [2021-01-19T17:56:04.835Z] 595162102398: Preparing [2021-01-19T17:56:04.835Z] 82e106e1c226: Preparing [2021-01-19T17:56:04.835Z] 7e5f27a88b9d: Preparing [2021-01-19T17:56:04.835Z] d56c0cb76ffa: Preparing [2021-01-19T17:56:04.835Z] 37db3b714c0b: Preparing [2021-01-19T17:56:04.835Z] e663267931e8: Preparing [2021-01-19T17:56:04.835Z] 379067d0cb53: Preparing [2021-01-19T17:56:04.835Z] 37db3b714c0b: Waiting [2021-01-19T17:56:04.835Z] e663267931e8: Waiting [2021-01-19T17:56:04.835Z] 379067d0cb53: Waiting [2021-01-19T17:56:04.835Z] d56c0cb76ffa: Waiting [2021-01-19T17:56:05.106Z] 82e106e1c226: Layer already exists [2021-01-19T17:56:05.106Z] 595162102398: Layer already exists [2021-01-19T17:56:05.106Z] 7e5f27a88b9d: Layer already exists [2021-01-19T17:56:05.106Z] 91f60359900d: Layer already exists [2021-01-19T17:56:05.106Z] 5832faf7e23b: Layer already exists [2021-01-19T17:56:05.106Z] d56c0cb76ffa: Layer already exists [2021-01-19T17:56:05.106Z] e663267931e8: Layer already exists [2021-01-19T17:56:05.106Z] 379067d0cb53: Layer already exists [2021-01-19T17:56:05.106Z] 37db3b714c0b: Layer already exists [2021-01-19T17:56:05.106Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45: digest: sha256:b5e371ff2d88017323bfc39d11bddb4d3c78fd2ddfbac289ab516ad6be05d5bf size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:56:05.453Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:56:05.797Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-01-19T17:56:05.797Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-19T17:56:05.797Z] 5832faf7e23b: Preparing [2021-01-19T17:56:05.797Z] 91f60359900d: Preparing [2021-01-19T17:56:05.797Z] 595162102398: Preparing [2021-01-19T17:56:05.797Z] 82e106e1c226: Preparing [2021-01-19T17:56:05.797Z] 7e5f27a88b9d: Preparing [2021-01-19T17:56:05.797Z] d56c0cb76ffa: Preparing [2021-01-19T17:56:05.797Z] 37db3b714c0b: Preparing [2021-01-19T17:56:05.797Z] e663267931e8: Preparing [2021-01-19T17:56:05.797Z] 379067d0cb53: Preparing [2021-01-19T17:56:05.797Z] 37db3b714c0b: Waiting [2021-01-19T17:56:05.797Z] e663267931e8: Waiting [2021-01-19T17:56:05.797Z] 379067d0cb53: Waiting [2021-01-19T17:56:05.797Z] d56c0cb76ffa: Waiting [2021-01-19T17:56:06.068Z] 595162102398: Layer already exists [2021-01-19T17:56:06.068Z] 82e106e1c226: Layer already exists [2021-01-19T17:56:06.068Z] 5832faf7e23b: Layer already exists [2021-01-19T17:56:06.068Z] 7e5f27a88b9d: Layer already exists [2021-01-19T17:56:06.068Z] 91f60359900d: Layer already exists [2021-01-19T17:56:06.068Z] e663267931e8: Layer already exists [2021-01-19T17:56:06.068Z] 37db3b714c0b: Layer already exists [2021-01-19T17:56:06.068Z] d56c0cb76ffa: Layer already exists [2021-01-19T17:56:06.068Z] 379067d0cb53: Layer already exists [2021-01-19T17:56:06.068Z] master: digest: sha256:b5e371ff2d88017323bfc39d11bddb4d3c78fd2ddfbac289ab516ad6be05d5bf size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T17:56:06.275Z] ===================================================== [Pipeline] echo [2021-01-19T17:56:06.318Z] taggedImages: [2021-01-19T17:56:06.319Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:56:06.319Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.45 [2021-01-19T17:56:06.319Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:56:06.319Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-01-19T17:56:06.403Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-01-19T17:56:06.403Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:56:06.403Z] 2.0.0-dev.45 [2021-01-19T17:56:06.403Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:56:06.403Z] master [2021-01-19T17:56:06.403Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:56:06.903Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:56:07.240Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:56:07.240Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-19T17:56:07.240Z] bf36dd9e358e: Preparing [2021-01-19T17:56:07.240Z] 80deca6e76c5: Preparing [2021-01-19T17:56:07.240Z] ad732045067b: Preparing [2021-01-19T17:56:07.240Z] 928209c10070: Preparing [2021-01-19T17:56:07.240Z] bd6e8974f577: Preparing [2021-01-19T17:56:07.240Z] fe62f75fcd6b: Preparing [2021-01-19T17:56:07.240Z] fe62f75fcd6b: Waiting [2021-01-19T17:56:07.513Z] ad732045067b: Layer already exists [2021-01-19T17:56:07.784Z] bf36dd9e358e: Pushed [2021-01-19T17:56:07.784Z] 928209c10070: Pushed [2021-01-19T17:56:07.784Z] bd6e8974f577: Pushed [2021-01-19T17:56:07.784Z] fe62f75fcd6b: Pushed [2021-01-19T17:56:10.385Z] 80deca6e76c5: Pushed [2021-01-19T17:56:10.385Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f: digest: sha256:ae582e3bdab7b2759e6331ec9380425237f88736516ef24b39e445a7edb60399 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:56:10.728Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:56:11.063Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.45 [2021-01-19T17:56:11.063Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-19T17:56:11.063Z] bf36dd9e358e: Preparing [2021-01-19T17:56:11.063Z] 80deca6e76c5: Preparing [2021-01-19T17:56:11.063Z] ad732045067b: Preparing [2021-01-19T17:56:11.063Z] 928209c10070: Preparing [2021-01-19T17:56:11.063Z] bd6e8974f577: Preparing [2021-01-19T17:56:11.063Z] fe62f75fcd6b: Preparing [2021-01-19T17:56:11.063Z] fe62f75fcd6b: Waiting [2021-01-19T17:56:11.063Z] 928209c10070: Layer already exists [2021-01-19T17:56:11.063Z] ad732045067b: Layer already exists [2021-01-19T17:56:11.063Z] bd6e8974f577: Layer already exists [2021-01-19T17:56:11.063Z] 80deca6e76c5: Layer already exists [2021-01-19T17:56:11.063Z] bf36dd9e358e: Layer already exists [2021-01-19T17:56:11.063Z] fe62f75fcd6b: Layer already exists [2021-01-19T17:56:11.336Z] 2.0.0-dev.45: digest: sha256:ae582e3bdab7b2759e6331ec9380425237f88736516ef24b39e445a7edb60399 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:56:11.681Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:56:12.019Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:56:12.019Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-19T17:56:12.019Z] bf36dd9e358e: Preparing [2021-01-19T17:56:12.019Z] 80deca6e76c5: Preparing [2021-01-19T17:56:12.019Z] ad732045067b: Preparing [2021-01-19T17:56:12.019Z] 928209c10070: Preparing [2021-01-19T17:56:12.019Z] bd6e8974f577: Preparing [2021-01-19T17:56:12.019Z] fe62f75fcd6b: Preparing [2021-01-19T17:56:12.019Z] fe62f75fcd6b: Waiting [2021-01-19T17:56:12.019Z] bf36dd9e358e: Layer already exists [2021-01-19T17:56:12.019Z] 928209c10070: Layer already exists [2021-01-19T17:56:12.019Z] 80deca6e76c5: Layer already exists [2021-01-19T17:56:12.019Z] bd6e8974f577: Layer already exists [2021-01-19T17:56:12.019Z] ad732045067b: Layer already exists [2021-01-19T17:56:12.019Z] fe62f75fcd6b: Layer already exists [2021-01-19T17:56:12.291Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45: digest: sha256:ae582e3bdab7b2759e6331ec9380425237f88736516ef24b39e445a7edb60399 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:56:12.637Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:56:12.990Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-01-19T17:56:12.990Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-19T17:56:12.990Z] bf36dd9e358e: Preparing [2021-01-19T17:56:12.990Z] 80deca6e76c5: Preparing [2021-01-19T17:56:12.990Z] ad732045067b: Preparing [2021-01-19T17:56:12.990Z] 928209c10070: Preparing [2021-01-19T17:56:12.990Z] bd6e8974f577: Preparing [2021-01-19T17:56:12.990Z] fe62f75fcd6b: Preparing [2021-01-19T17:56:12.990Z] fe62f75fcd6b: Waiting [2021-01-19T17:56:13.263Z] ad732045067b: Layer already exists [2021-01-19T17:56:13.263Z] 928209c10070: Layer already exists [2021-01-19T17:56:13.263Z] bf36dd9e358e: Layer already exists [2021-01-19T17:56:13.263Z] bd6e8974f577: Layer already exists [2021-01-19T17:56:13.263Z] 80deca6e76c5: Layer already exists [2021-01-19T17:56:13.263Z] fe62f75fcd6b: Layer already exists [2021-01-19T17:56:13.263Z] master: digest: sha256:ae582e3bdab7b2759e6331ec9380425237f88736516ef24b39e445a7edb60399 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T17:56:13.458Z] ===================================================== [Pipeline] echo [2021-01-19T17:56:13.512Z] taggedImages: [2021-01-19T17:56:13.512Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:56:13.512Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.45 [2021-01-19T17:56:13.512Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:56:13.512Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-01-19T17:56:13.581Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-01-19T17:56:13.581Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:56:13.581Z] 2.0.0-dev.45 [2021-01-19T17:56:13.581Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:56:13.581Z] master [2021-01-19T17:56:13.581Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:56:14.080Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:56:14.417Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:56:14.417Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-19T17:56:14.417Z] f626205e13af: Preparing [2021-01-19T17:56:14.417Z] ff6b7aca279d: Preparing [2021-01-19T17:56:14.417Z] ad732045067b: Preparing [2021-01-19T17:56:14.690Z] ad732045067b: Layer already exists [2021-01-19T17:56:14.690Z] f626205e13af: Pushed [2021-01-19T17:56:17.299Z] ff6b7aca279d: Pushed [2021-01-19T17:56:17.299Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f: digest: sha256:ccd847371e6000b082daf21d7583156919a3e3743e0db0022411623e03d32a68 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:56:17.643Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:56:18.026Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.45 [2021-01-19T17:56:18.026Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-19T17:56:18.026Z] f626205e13af: Preparing [2021-01-19T17:56:18.026Z] ff6b7aca279d: Preparing [2021-01-19T17:56:18.026Z] ad732045067b: Preparing [2021-01-19T17:56:18.313Z] ff6b7aca279d: Layer already exists [2021-01-19T17:56:18.313Z] f626205e13af: Layer already exists [2021-01-19T17:56:18.313Z] ad732045067b: Layer already exists [2021-01-19T17:56:18.313Z] 2.0.0-dev.45: digest: sha256:ccd847371e6000b082daf21d7583156919a3e3743e0db0022411623e03d32a68 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:56:18.677Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:56:19.038Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:56:19.038Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-19T17:56:19.038Z] f626205e13af: Preparing [2021-01-19T17:56:19.038Z] ff6b7aca279d: Preparing [2021-01-19T17:56:19.038Z] ad732045067b: Preparing [2021-01-19T17:56:19.314Z] f626205e13af: Layer already exists [2021-01-19T17:56:19.314Z] ad732045067b: Layer already exists [2021-01-19T17:56:19.314Z] ff6b7aca279d: Layer already exists [2021-01-19T17:56:19.314Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45: digest: sha256:ccd847371e6000b082daf21d7583156919a3e3743e0db0022411623e03d32a68 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:56:19.654Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:56:19.991Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-01-19T17:56:19.991Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-19T17:56:19.991Z] f626205e13af: Preparing [2021-01-19T17:56:19.991Z] ff6b7aca279d: Preparing [2021-01-19T17:56:19.991Z] ad732045067b: Preparing [2021-01-19T17:56:20.262Z] ad732045067b: Layer already exists [2021-01-19T17:56:20.263Z] ff6b7aca279d: Layer already exists [2021-01-19T17:56:20.263Z] f626205e13af: Layer already exists [2021-01-19T17:56:20.263Z] master: digest: sha256:ccd847371e6000b082daf21d7583156919a3e3743e0db0022411623e03d32a68 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T17:56:20.486Z] ===================================================== [Pipeline] echo [2021-01-19T17:56:20.569Z] taggedImages: [2021-01-19T17:56:20.569Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:56:20.569Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.45 [2021-01-19T17:56:20.569Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:56:20.569Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-01-19T17:56:20.633Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-01-19T17:56:20.633Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:56:20.633Z] 2.0.0-dev.45 [2021-01-19T17:56:20.633Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:56:20.633Z] master [2021-01-19T17:56:20.633Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:56:21.135Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:56:21.468Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:56:21.468Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-19T17:56:21.468Z] 9f4a6595ec68: Preparing [2021-01-19T17:56:21.468Z] c1b1e15a6154: Preparing [2021-01-19T17:56:21.468Z] 6a26c45018e5: Preparing [2021-01-19T17:56:21.468Z] 1962366408bb: Preparing [2021-01-19T17:56:21.468Z] ef9e0a150a02: Preparing [2021-01-19T17:56:21.468Z] 213ec3765ec4: Preparing [2021-01-19T17:56:21.468Z] 76ae786244a9: Preparing [2021-01-19T17:56:21.468Z] 9ded3b6bb9b5: Preparing [2021-01-19T17:56:21.468Z] fa1afe8e6ed9: Preparing [2021-01-19T17:56:21.468Z] 87a09b4c083e: Preparing [2021-01-19T17:56:21.468Z] 0f74e9ff2a61: Preparing [2021-01-19T17:56:21.468Z] b122376c33c6: Preparing [2021-01-19T17:56:21.468Z] f8381ed47b22: Preparing [2021-01-19T17:56:21.468Z] e934a737d657: Preparing [2021-01-19T17:56:21.468Z] 213ec3765ec4: Waiting [2021-01-19T17:56:21.468Z] 76ae786244a9: Waiting [2021-01-19T17:56:21.468Z] 9ded3b6bb9b5: Waiting [2021-01-19T17:56:21.468Z] fa1afe8e6ed9: Waiting [2021-01-19T17:56:21.468Z] f8381ed47b22: Waiting [2021-01-19T17:56:21.468Z] e934a737d657: Waiting [2021-01-19T17:56:21.468Z] 87a09b4c083e: Waiting [2021-01-19T17:56:21.468Z] 0f74e9ff2a61: Waiting [2021-01-19T17:56:21.468Z] b122376c33c6: Waiting [2021-01-19T17:56:22.062Z] ef9e0a150a02: Pushed [2021-01-19T17:56:22.336Z] 9f4a6595ec68: Pushed [2021-01-19T17:56:22.610Z] 1962366408bb: Pushed [2021-01-19T17:56:22.882Z] 9ded3b6bb9b5: Layer already exists [2021-01-19T17:56:22.882Z] fa1afe8e6ed9: Layer already exists [2021-01-19T17:56:22.882Z] 87a09b4c083e: Layer already exists [2021-01-19T17:56:22.882Z] 76ae786244a9: Pushed [2021-01-19T17:56:23.156Z] 0f74e9ff2a61: Layer already exists [2021-01-19T17:56:23.156Z] b122376c33c6: Layer already exists [2021-01-19T17:56:23.156Z] f8381ed47b22: Layer already exists [2021-01-19T17:56:23.156Z] e934a737d657: Layer already exists [2021-01-19T17:56:23.747Z] c1b1e15a6154: Pushed [2021-01-19T17:56:24.717Z] 213ec3765ec4: Pushed [2021-01-19T17:56:34.835Z] 6a26c45018e5: Pushed [2021-01-19T17:56:34.835Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f: digest: sha256:cdd9c03da99539c7ba5a1d8954fb9ecc15a7ecd115d977e1cbec330664475f85 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:56:35.179Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:56:35.509Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.45 [2021-01-19T17:56:35.509Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-19T17:56:35.509Z] 9f4a6595ec68: Preparing [2021-01-19T17:56:35.509Z] c1b1e15a6154: Preparing [2021-01-19T17:56:35.509Z] 6a26c45018e5: Preparing [2021-01-19T17:56:35.509Z] 1962366408bb: Preparing [2021-01-19T17:56:35.509Z] ef9e0a150a02: Preparing [2021-01-19T17:56:35.509Z] 213ec3765ec4: Preparing [2021-01-19T17:56:35.509Z] 76ae786244a9: Preparing [2021-01-19T17:56:35.509Z] 9ded3b6bb9b5: Preparing [2021-01-19T17:56:35.509Z] fa1afe8e6ed9: Preparing [2021-01-19T17:56:35.509Z] 87a09b4c083e: Preparing [2021-01-19T17:56:35.509Z] 0f74e9ff2a61: Preparing [2021-01-19T17:56:35.509Z] b122376c33c6: Preparing [2021-01-19T17:56:35.509Z] f8381ed47b22: Preparing [2021-01-19T17:56:35.509Z] e934a737d657: Preparing [2021-01-19T17:56:35.509Z] 213ec3765ec4: Waiting [2021-01-19T17:56:35.509Z] 76ae786244a9: Waiting [2021-01-19T17:56:35.509Z] 9ded3b6bb9b5: Waiting [2021-01-19T17:56:35.509Z] b122376c33c6: Waiting [2021-01-19T17:56:35.509Z] f8381ed47b22: Waiting [2021-01-19T17:56:35.509Z] fa1afe8e6ed9: Waiting [2021-01-19T17:56:35.509Z] 87a09b4c083e: Waiting [2021-01-19T17:56:35.509Z] e934a737d657: Waiting [2021-01-19T17:56:35.509Z] 0f74e9ff2a61: Waiting [2021-01-19T17:56:35.790Z] 9f4a6595ec68: Layer already exists [2021-01-19T17:56:35.790Z] ef9e0a150a02: Layer already exists [2021-01-19T17:56:35.790Z] 1962366408bb: Layer already exists [2021-01-19T17:56:35.790Z] 6a26c45018e5: Layer already exists [2021-01-19T17:56:35.790Z] c1b1e15a6154: Layer already exists [2021-01-19T17:56:35.790Z] 76ae786244a9: Layer already exists [2021-01-19T17:56:35.790Z] 9ded3b6bb9b5: Layer already exists [2021-01-19T17:56:35.790Z] 213ec3765ec4: Layer already exists [2021-01-19T17:56:35.790Z] fa1afe8e6ed9: Layer already exists [2021-01-19T17:56:35.790Z] 87a09b4c083e: Layer already exists [2021-01-19T17:56:35.790Z] f8381ed47b22: Layer already exists [2021-01-19T17:56:35.790Z] 0f74e9ff2a61: Layer already exists [2021-01-19T17:56:35.790Z] b122376c33c6: Layer already exists [2021-01-19T17:56:35.790Z] e934a737d657: Layer already exists [2021-01-19T17:56:35.790Z] 2.0.0-dev.45: digest: sha256:cdd9c03da99539c7ba5a1d8954fb9ecc15a7ecd115d977e1cbec330664475f85 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:56:36.127Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:56:36.459Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:56:36.459Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-19T17:56:36.459Z] 9f4a6595ec68: Preparing [2021-01-19T17:56:36.459Z] c1b1e15a6154: Preparing [2021-01-19T17:56:36.459Z] 6a26c45018e5: Preparing [2021-01-19T17:56:36.459Z] 1962366408bb: Preparing [2021-01-19T17:56:36.459Z] ef9e0a150a02: Preparing [2021-01-19T17:56:36.459Z] 213ec3765ec4: Preparing [2021-01-19T17:56:36.459Z] 76ae786244a9: Preparing [2021-01-19T17:56:36.459Z] 9ded3b6bb9b5: Preparing [2021-01-19T17:56:36.459Z] fa1afe8e6ed9: Preparing [2021-01-19T17:56:36.459Z] 87a09b4c083e: Preparing [2021-01-19T17:56:36.459Z] 0f74e9ff2a61: Preparing [2021-01-19T17:56:36.459Z] b122376c33c6: Preparing [2021-01-19T17:56:36.459Z] f8381ed47b22: Preparing [2021-01-19T17:56:36.459Z] e934a737d657: Preparing [2021-01-19T17:56:36.459Z] 213ec3765ec4: Waiting [2021-01-19T17:56:36.459Z] 76ae786244a9: Waiting [2021-01-19T17:56:36.459Z] 9ded3b6bb9b5: Waiting [2021-01-19T17:56:36.459Z] fa1afe8e6ed9: Waiting [2021-01-19T17:56:36.459Z] 87a09b4c083e: Waiting [2021-01-19T17:56:36.459Z] 0f74e9ff2a61: Waiting [2021-01-19T17:56:36.459Z] b122376c33c6: Waiting [2021-01-19T17:56:36.459Z] f8381ed47b22: Waiting [2021-01-19T17:56:36.459Z] e934a737d657: Waiting [2021-01-19T17:56:36.730Z] ef9e0a150a02: Layer already exists [2021-01-19T17:56:36.730Z] 9f4a6595ec68: Layer already exists [2021-01-19T17:56:36.730Z] 6a26c45018e5: Layer already exists [2021-01-19T17:56:36.730Z] c1b1e15a6154: Layer already exists [2021-01-19T17:56:36.730Z] 1962366408bb: Layer already exists [2021-01-19T17:56:36.730Z] 9ded3b6bb9b5: Layer already exists [2021-01-19T17:56:36.730Z] 213ec3765ec4: Layer already exists [2021-01-19T17:56:36.730Z] 87a09b4c083e: Layer already exists [2021-01-19T17:56:36.730Z] 76ae786244a9: Layer already exists [2021-01-19T17:56:36.730Z] fa1afe8e6ed9: Layer already exists [2021-01-19T17:56:36.730Z] b122376c33c6: Layer already exists [2021-01-19T17:56:36.730Z] f8381ed47b22: Layer already exists [2021-01-19T17:56:36.730Z] 0f74e9ff2a61: Layer already exists [2021-01-19T17:56:36.730Z] e934a737d657: Layer already exists [2021-01-19T17:56:36.730Z] 4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45: digest: sha256:cdd9c03da99539c7ba5a1d8954fb9ecc15a7ecd115d977e1cbec330664475f85 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:56:37.067Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:56:37.397Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-01-19T17:56:37.397Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-19T17:56:37.397Z] 9f4a6595ec68: Preparing [2021-01-19T17:56:37.397Z] c1b1e15a6154: Preparing [2021-01-19T17:56:37.397Z] 6a26c45018e5: Preparing [2021-01-19T17:56:37.397Z] 1962366408bb: Preparing [2021-01-19T17:56:37.397Z] ef9e0a150a02: Preparing [2021-01-19T17:56:37.397Z] 213ec3765ec4: Preparing [2021-01-19T17:56:37.397Z] 76ae786244a9: Preparing [2021-01-19T17:56:37.397Z] 9ded3b6bb9b5: Preparing [2021-01-19T17:56:37.397Z] fa1afe8e6ed9: Preparing [2021-01-19T17:56:37.397Z] 87a09b4c083e: Preparing [2021-01-19T17:56:37.397Z] 0f74e9ff2a61: Preparing [2021-01-19T17:56:37.397Z] b122376c33c6: Preparing [2021-01-19T17:56:37.397Z] f8381ed47b22: Preparing [2021-01-19T17:56:37.397Z] e934a737d657: Preparing [2021-01-19T17:56:37.397Z] 87a09b4c083e: Waiting [2021-01-19T17:56:37.397Z] 0f74e9ff2a61: Waiting [2021-01-19T17:56:37.397Z] f8381ed47b22: Waiting [2021-01-19T17:56:37.397Z] e934a737d657: Waiting [2021-01-19T17:56:37.397Z] b122376c33c6: Waiting [2021-01-19T17:56:37.397Z] 76ae786244a9: Waiting [2021-01-19T17:56:37.397Z] 213ec3765ec4: Waiting [2021-01-19T17:56:37.397Z] 9ded3b6bb9b5: Waiting [2021-01-19T17:56:37.397Z] fa1afe8e6ed9: Waiting [2021-01-19T17:56:37.670Z] 9f4a6595ec68: Layer already exists [2021-01-19T17:56:37.670Z] c1b1e15a6154: Layer already exists [2021-01-19T17:56:37.670Z] ef9e0a150a02: Layer already exists [2021-01-19T17:56:37.670Z] 1962366408bb: Layer already exists [2021-01-19T17:56:37.670Z] 6a26c45018e5: Layer already exists [2021-01-19T17:56:37.670Z] 76ae786244a9: Layer already exists [2021-01-19T17:56:37.670Z] 213ec3765ec4: Layer already exists [2021-01-19T17:56:37.670Z] 87a09b4c083e: Layer already exists [2021-01-19T17:56:37.670Z] 9ded3b6bb9b5: Layer already exists [2021-01-19T17:56:37.670Z] fa1afe8e6ed9: Layer already exists [2021-01-19T17:56:37.670Z] 0f74e9ff2a61: Layer already exists [2021-01-19T17:56:37.670Z] e934a737d657: Layer already exists [2021-01-19T17:56:37.670Z] f8381ed47b22: Layer already exists [2021-01-19T17:56:37.670Z] b122376c33c6: Layer already exists [2021-01-19T17:56:37.670Z] master: digest: sha256:cdd9c03da99539c7ba5a1d8954fb9ecc15a7ecd115d977e1cbec330664475f85 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T17:56:37.851Z] ===================================================== [Pipeline] echo [2021-01-19T17:56:37.896Z] taggedImages: [2021-01-19T17:56:37.896Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f [2021-01-19T17:56:37.896Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.45 [2021-01-19T17:56:37.896Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:4e8269025e0154ee6bf5f0a3cff0374e651c382f-2.0.0-dev.45 [2021-01-19T17:56:37.896Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-19T17:56:39.290Z] provisioning config files... [2021-01-19T17:56:39.300Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/305@tmp/config1788525143631090646tmp [Pipeline] { [Pipeline] sh [2021-01-19T17:56:39.755Z] + set +x [2021-01-19T17:56:39.755Z] + curl -s https://codecov.io/bash [2021-01-19T17:56:39.755Z] + bash -s -- [2021-01-19T17:56:40.329Z] [2021-01-19T17:56:40.329Z] _____ _ [2021-01-19T17:56:40.329Z] / ____| | | [2021-01-19T17:56:40.329Z] | | ___ __| | ___ ___ _____ __ [2021-01-19T17:56:40.329Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-19T17:56:40.329Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-19T17:56:40.329Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-19T17:56:40.329Z] Bash-20210115-cec3c92 [2021-01-19T17:56:40.329Z] [2021-01-19T17:56:40.329Z] [2021-01-19T17:56:40.329Z] ==> git version 2.24.3 found [2021-01-19T17:56:40.329Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-19T17:56:40.329Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-19T17:56:40.329Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-19T17:56:40.329Z] ==> Jenkins CI detected. [2021-01-19T17:56:40.329Z] project root: . [2021-01-19T17:56:40.329Z] --> token set from env [2021-01-19T17:56:40.329Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-19T17:56:40.329Z] ==> Running gcov in . (disable via -X gcov) [2021-01-19T17:56:40.329Z] ==> Python coveragepy not found [2021-01-19T17:56:40.329Z] ==> Searching for coverage reports in: [2021-01-19T17:56:40.329Z] + . [2021-01-19T17:56:40.329Z] -> Found 1 reports [2021-01-19T17:56:40.329Z] ==> Detecting git/mercurial file structure [2021-01-19T17:56:40.329Z] ==> Reading reports [2021-01-19T17:56:40.329Z] + ./coverage.out bytes=550280 [2021-01-19T17:56:40.329Z] ==> Appending adjustments [2021-01-19T17:56:40.329Z] https://docs.codecov.io/docs/fixing-reports [2021-01-19T17:56:43.676Z] + Found adjustments [2021-01-19T17:56:43.676Z] ==> Gzipping contents [2021-01-19T17:56:43.676Z] 84K /tmp/codecov.ibMZRu.gz [2021-01-19T17:56:43.676Z] ==> Uploading reports [2021-01-19T17:56:43.676Z] url: https://codecov.io [2021-01-19T17:56:43.676Z] query: branch=master&commit=4e8269025e0154ee6bf5f0a3cff0374e651c382f&build=305&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F305%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-19T17:56:43.676Z] -> Pinging Codecov [2021-01-19T17:56:43.676Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=4e8269025e0154ee6bf5f0a3cff0374e651c382f&build=305&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F305%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-19T17:56:43.946Z] -> Uploading to [2021-01-19T17:56:43.946Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-19/00271124DB129430A58F1EEE437C3FCB/4e8269025e0154ee6bf5f0a3cff0374e651c382f/c9236441-5ebb-421f-a9f2-eb7173351c38.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T175643Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7314f6fdbe1143f1e690989ff2f5485b9803cf70b1b95c4f61611936c4ccd331 [2021-01-19T17:56:43.946Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T17:56:43.946Z] Dload Upload Total Spent Left Speed [2021-01-19T17:56:44.784Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 98 83272 0 0 98 81920 0 215k --:--:-- --:--:-- --:--:-- 215k 100 83272 0 0 100 83272 0 127k --:--:-- --:--:-- --:--:-- 127k [2021-01-19T17:56:44.784Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/4e8269025e0154ee6bf5f0a3cff0374e651c382f [Pipeline] } [2021-01-19T17:56:44.794Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-01-19T17:56:45.616Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-19T17:56:45.669Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:56:46.013Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-19T17:56:46.013Z] [2021-01-19T17:56:46.013Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:56:46.361Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-19T17:56:46.361Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-19T17:56:46.361Z] 188c0c94c7c5: Already exists [2021-01-19T17:56:46.361Z] 0ef7d3d256c8: Already exists [2021-01-19T17:56:46.361Z] de9db76c5a1d: Already exists [2021-01-19T17:56:46.361Z] 0eba1c9be4d2: Pulling fs layer [2021-01-19T17:56:46.361Z] 0d57e429df01: Pulling fs layer [2021-01-19T17:56:46.361Z] 4e4be7b47b0d: Pulling fs layer [2021-01-19T17:56:46.361Z] e1f770b5df2f: Pulling fs layer [2021-01-19T17:56:46.361Z] 85a0685a4137: Pulling fs layer [2021-01-19T17:56:46.361Z] e1f770b5df2f: Waiting [2021-01-19T17:56:46.361Z] 85a0685a4137: Waiting [2021-01-19T17:56:46.361Z] 4e4be7b47b0d: Verifying Checksum [2021-01-19T17:56:46.361Z] 4e4be7b47b0d: Download complete [2021-01-19T17:56:46.361Z] 0d57e429df01: Verifying Checksum [2021-01-19T17:56:46.361Z] 0d57e429df01: Download complete [2021-01-19T17:56:47.758Z] e1f770b5df2f: Verifying Checksum [2021-01-19T17:56:47.758Z] e1f770b5df2f: Download complete [2021-01-19T17:56:49.690Z] 0eba1c9be4d2: Verifying Checksum [2021-01-19T17:56:49.690Z] 0eba1c9be4d2: Download complete [2021-01-19T17:56:49.955Z] 85a0685a4137: Verifying Checksum [2021-01-19T17:56:49.955Z] 85a0685a4137: Download complete [2021-01-19T17:56:56.605Z] 0eba1c9be4d2: Pull complete [2021-01-19T17:56:56.605Z] 0d57e429df01: Pull complete [2021-01-19T17:56:56.605Z] 4e4be7b47b0d: Pull complete [2021-01-19T17:56:59.989Z] e1f770b5df2f: Pull complete [2021-01-19T17:57:10.054Z] 85a0685a4137: Pull complete [2021-01-19T17:57:10.054Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-19T17:57:10.054Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-19T17:57:10.054Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-19T17:57:10.295Z] prd-centos7-docker-4c-2g-21233 does not seem to be running inside a container [2021-01-19T17:57:10.356Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/305 -v /w/workspace/edgex-go/305:/w/workspace/edgex-go/305:rw,z -v /w/workspace/edgex-go/305@tmp:/w/workspace/edgex-go/305@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-01-19T17:57:11.575Z] $ docker top c8c3c8e45b8788dd378c0a04dd4386f86763479c1545e2a30930e49f0a4558ef -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-19T17:57:12.145Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-19T17:57:12.444Z] + set -o pipefail [2021-01-19T17:57:12.444Z] + snyk monitor '--org=edgex-jenkins' [2021-01-19T17:57:20.608Z] [2021-01-19T17:57:20.608Z] Monitoring /w/workspace/edgex-go/305 (github.com/edgexfoundry/edgex-go)... [2021-01-19T17:57:20.608Z] [2021-01-19T17:57:20.608Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/5520fc02-e6cb-4d81-94f4-f8ecc6b43542 [2021-01-19T17:57:20.608Z] [2021-01-19T17:57:20.608Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-19T17:57:20.608Z] [2021-01-19T17:57:20.608Z] [Pipeline] } [2021-01-19T17:57:20.626Z] $ docker stop --time=1 c8c3c8e45b8788dd378c0a04dd4386f86763479c1545e2a30930e49f0a4558ef [2021-01-19T17:57:24.997Z] $ docker rm -f c8c3c8e45b8788dd378c0a04dd4386f86763479c1545e2a30930e49f0a4558ef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-01-19T17:57:26.220Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-19T17:57:26.272Z] provisioning config files... [2021-01-19T17:57:26.284Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/305@tmp/config7894512743616181296tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T17:57:26.657Z] --> edgex-publish-swagger.sh [2021-01-19T17:57:26.657Z] === Publish openapi/v1 API === [2021-01-19T17:57:26.657Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-01-19T17:57:26.657Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/305/openapi/v1/core-command.yaml] [2021-01-19T17:57:26.657Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T17:57:26.657Z] Dload Upload Total Spent Left Speed [2021-01-19T17:57:28.050Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 8425 0:00:01 0:00:01 --:--:-- 8431 100 10522 0 0 100 10522 0 8423 0:00:01 0:00:01 --:--:-- 8431 [2021-01-19T17:57:28.050Z] [2021-01-19T17:57:28.050Z] [2021-01-19T17:57:28.050Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/305/openapi/v1/core-data.yaml] [2021-01-19T17:57:28.050Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T17:57:28.050Z] Dload Upload Total Spent Left Speed [2021-01-19T17:57:28.997Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 29643 0:00:01 0:00:01 --:--:-- 29651 100 32557 0 0 100 32557 0 29637 0:00:01 0:00:01 --:--:-- 29651 [2021-01-19T17:57:28.997Z] [2021-01-19T17:57:28.997Z] [2021-01-19T17:57:28.997Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/305/openapi/v1/core-metadata.yaml] [2021-01-19T17:57:28.997Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T17:57:28.997Z] Dload Upload Total Spent Left Speed [2021-01-19T17:57:30.389Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 60688 0:00:01 0:00:01 --:--:-- 60725 100 73721 0 0 100 73721 0 57709 0:00:01 0:00:01 --:--:-- 57729 [2021-01-19T17:57:30.389Z] [2021-01-19T17:57:30.389Z] [2021-01-19T17:57:30.389Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/305/openapi/v1/support-logging.yaml] [2021-01-19T17:57:30.389Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T17:57:30.389Z] Dload Upload Total Spent Left Speed [2021-01-19T17:57:31.339Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 12145 0:00:01 0:00:01 --:--:-- 12147 [2021-01-19T17:57:31.339Z] [2021-01-19T17:57:31.339Z] [2021-01-19T17:57:31.339Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/305/openapi/v1/support-notifications.yaml] [2021-01-19T17:57:31.339Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T17:57:31.339Z] Dload Upload Total Spent Left Speed [2021-01-19T17:57:32.560Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 33978 0:00:01 0:00:01 --:--:-- 33965 100 38890 0 0 100 38890 0 33973 0:00:01 0:00:01 --:--:-- 33965 [2021-01-19T17:57:32.560Z] [2021-01-19T17:57:32.560Z] [2021-01-19T17:57:32.560Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/305/openapi/v1/support-scheduler.yaml] [2021-01-19T17:57:32.560Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T17:57:32.560Z] Dload Upload Total Spent Left Speed [2021-01-19T17:57:33.506Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 13628 0:00:01 0:00:01 --:--:-- 13635 100 14249 0 0 100 14249 0 13626 0:00:01 0:00:01 --:--:-- 13635 [2021-01-19T17:57:33.506Z] [2021-01-19T17:57:33.506Z] [2021-01-19T17:57:33.506Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/305/openapi/v1/system-agent.yaml] [2021-01-19T17:57:33.506Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T17:57:33.506Z] Dload Upload Total Spent Left Speed [2021-01-19T17:57:34.896Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3793 0:00:01 0:00:01 --:--:-- 3795 100 4110 0 0 100 4110 0 3792 0:00:01 0:00:01 --:--:-- 3795 [2021-01-19T17:57:34.897Z] [2021-01-19T17:57:34.897Z] [2021-01-19T17:57:34.897Z] === Publish openapi/v2 API === [2021-01-19T17:57:34.897Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-19T17:57:34.897Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/305/openapi/v2/core-command.yaml] [2021-01-19T17:57:34.897Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T17:57:34.897Z] Dload Upload Total Spent Left Speed [2021-01-19T17:57:35.845Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20843 0 0 100 20843 0 19372 0:00:01 0:00:01 --:--:-- 19388 100 20843 0 0 100 20843 0 19368 0:00:01 0:00:01 --:--:-- 19388 [2021-01-19T17:57:35.845Z] [2021-01-19T17:57:35.845Z] [2021-01-19T17:57:35.845Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/305/openapi/v2/core-data.yaml] [2021-01-19T17:57:35.845Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T17:57:35.845Z] Dload Upload Total Spent Left Speed [2021-01-19T17:57:37.236Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57055 0 0 100 57055 0 49250 0:00:01 0:00:01 --:--:-- 49270 100 57055 0 0 100 57055 0 49239 0:00:01 0:00:01 --:--:-- 49270 [2021-01-19T17:57:37.236Z] [2021-01-19T17:57:37.236Z] [2021-01-19T17:57:37.236Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/305/openapi/v2/core-metadata.yaml] [2021-01-19T17:57:37.236Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T17:57:37.236Z] Dload Upload Total Spent Left Speed [2021-01-19T17:57:38.182Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 120k 0 0 100 120k 0 106k 0:00:01 0:00:01 --:--:-- 106k 100 120k 0 0 100 120k 0 106k 0:00:01 0:00:01 --:--:-- 106k [2021-01-19T17:57:38.182Z] [2021-01-19T17:57:38.182Z] [2021-01-19T17:57:38.182Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/305/openapi/v2/support-logging.yaml] [2021-01-19T17:57:38.182Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T17:57:38.182Z] Dload Upload Total Spent Left Speed [2021-01-19T17:57:39.128Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23692 0 0 100 23692 0 22109 0:00:01 0:00:01 --:--:-- 22121 100 23692 0 0 100 23692 0 22105 0:00:01 0:00:01 --:--:-- 22121 [2021-01-19T17:57:39.128Z] [2021-01-19T17:57:39.128Z] [2021-01-19T17:57:39.128Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/305/openapi/v2/support-notifications.yaml] [2021-01-19T17:57:39.128Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T17:57:39.128Z] Dload Upload Total Spent Left Speed [2021-01-19T17:57:40.336Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 256k --:--:-- --:--:-- --:--:-- 256k 100 62691 0 0 100 62691 0 56162 0:00:01 0:00:01 --:--:-- 56225 [2021-01-19T17:57:40.336Z] [2021-01-19T17:57:40.336Z] [2021-01-19T17:57:40.336Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/305/openapi/v2/support-scheduler.yaml] [2021-01-19T17:57:40.336Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T17:57:40.336Z] Dload Upload Total Spent Left Speed [2021-01-19T17:57:41.544Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39667 0 0 100 39667 0 36634 0:00:01 0:00:01 --:--:-- 36660 [2021-01-19T17:57:41.544Z] [2021-01-19T17:57:41.544Z] [2021-01-19T17:57:41.544Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/305/openapi/v2/system-agent.yaml] [2021-01-19T17:57:41.544Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T17:57:41.544Z] Dload Upload Total Spent Left Speed [2021-01-19T17:57:42.490Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23726 0 0 100 23726 0 20991 0:00:01 0:00:01 --:--:-- 20996 100 23726 0 0 100 23726 0 20987 0:00:01 0:00:01 --:--:-- 20996 [2021-01-19T17:57:42.490Z] [2021-01-19T17:57:42.490Z] [Pipeline] } [2021-01-19T17:57:42.500Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:57:43.332Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T17:57:43.332Z] . [Pipeline] withDockerContainer [2021-01-19T17:57:43.449Z] prd-centos7-docker-4c-2g-21233 does not seem to be running inside a container [2021-01-19T17:57:43.501Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/305 -v /w/workspace/edgex-go/305:/w/workspace/edgex-go/305:rw,z -v /w/workspace/edgex-go/305@tmp:/w/workspace/edgex-go/305@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-19T17:57:44.467Z] $ docker top 1dc05a0843115fc75a0fe9353ec0839e99ef02f21a9204972dab578bad4c81a8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T17:57:44.821Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T17:57:44.821Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T17:57:45.104Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T17:57:45.108Z] $ docker exec 1dc05a0843115fc75a0fe9353ec0839e99ef02f21a9204972dab578bad4c81a8 ssh-agent [2021-01-19T17:57:45.343Z] SSH_AUTH_SOCK=/tmp/ssh-wiJqokApgdmD/agent.12 [2021-01-19T17:57:45.343Z] SSH_AGENT_PID=17 [2021-01-19T17:57:45.368Z] Running ssh-add (command line suppressed) [2021-01-19T17:57:45.530Z] Identity added: /w/workspace/edgex-go/305@tmp/private_key_2557703013084086007.key (/w/workspace/edgex-go/305@tmp/private_key_2557703013084086007.key) [2021-01-19T17:57:45.625Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T17:57:45.988Z] + git semver tag [2021-01-19T17:57:46.252Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T17:57:46.252Z] # $GIT_DIR = /w/workspace/edgex-go/305/.git [2021-01-19T17:57:46.252Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/305 [2021-01-19T17:57:46.252Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T17:57:46.252Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T17:57:46.252Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T17:57:46.252Z] # $SEMVER_BRANCH = master [2021-01-19T17:57:46.252Z] # $SEMVER_DIR = /w/workspace/edgex-go/305/.semver [2021-01-19T17:57:46.252Z] # 4e8269025e0154ee6bf5f0a3cff0374e651c382f HEAD [2021-01-19T17:57:46.831Z] # -> Force: false [2021-01-19T17:57:46.831Z] # d4ab8fd022277fb2455917ab896a510df8328e38 refs/tags/v2.0.0-dev.45 [Pipeline] } [2021-01-19T17:57:46.843Z] $ docker exec --env ******** --env ******** 1dc05a0843115fc75a0fe9353ec0839e99ef02f21a9204972dab578bad4c81a8 ssh-agent -k [2021-01-19T17:57:46.974Z] unset SSH_AUTH_SOCK; [2021-01-19T17:57:46.974Z] unset SSH_AGENT_PID; [2021-01-19T17:57:46.974Z] echo Agent pid 17 killed; [2021-01-19T17:57:47.046Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T17:57:47.510Z] + git semver [Pipeline] } [2021-01-19T17:57:47.532Z] $ docker stop --time=1 1dc05a0843115fc75a0fe9353ec0839e99ef02f21a9204972dab578bad4c81a8 [2021-01-19T17:57:48.996Z] $ docker rm -f 1dc05a0843115fc75a0fe9353ec0839e99ef02f21a9204972dab578bad4c81a8 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:57:49.626Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-19T17:57:49.626Z] [2021-01-19T17:57:49.626Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:57:49.972Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-19T17:57:49.972Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-19T17:57:49.972Z] ab5ef0e58194: Pulling fs layer [2021-01-19T17:57:49.972Z] 9712f1f96733: Pulling fs layer [2021-01-19T17:57:49.972Z] 63f879dbbcfc: Pulling fs layer [2021-01-19T17:57:49.972Z] 0d9ebad4ef96: Pulling fs layer [2021-01-19T17:57:49.972Z] e9a5061849ea: Pulling fs layer [2021-01-19T17:57:49.972Z] d747dcd14b5f: Pulling fs layer [2021-01-19T17:57:49.972Z] 2de7ff778b66: Pulling fs layer [2021-01-19T17:57:49.972Z] e9a5061849ea: Waiting [2021-01-19T17:57:49.972Z] d747dcd14b5f: Waiting [2021-01-19T17:57:49.972Z] 2de7ff778b66: Waiting [2021-01-19T17:57:49.972Z] 0d9ebad4ef96: Waiting [2021-01-19T17:57:49.972Z] 9712f1f96733: Verifying Checksum [2021-01-19T17:57:49.972Z] 9712f1f96733: Download complete [2021-01-19T17:57:51.906Z] 63f879dbbcfc: Verifying Checksum [2021-01-19T17:57:51.906Z] 63f879dbbcfc: Download complete [2021-01-19T17:57:52.172Z] 0d9ebad4ef96: Verifying Checksum [2021-01-19T17:57:52.172Z] 0d9ebad4ef96: Download complete [2021-01-19T17:57:52.172Z] d747dcd14b5f: Verifying Checksum [2021-01-19T17:57:52.172Z] d747dcd14b5f: Download complete [2021-01-19T17:57:52.172Z] e9a5061849ea: Verifying Checksum [2021-01-19T17:57:52.172Z] e9a5061849ea: Download complete [2021-01-19T17:57:52.747Z] 2de7ff778b66: Verifying Checksum [2021-01-19T17:57:52.747Z] 2de7ff778b66: Download complete [2021-01-19T17:57:52.747Z] ab5ef0e58194: Verifying Checksum [2021-01-19T17:57:52.747Z] ab5ef0e58194: Download complete [2021-01-19T17:57:56.975Z] ab5ef0e58194: Pull complete [2021-01-19T17:57:56.975Z] 9712f1f96733: Pull complete [2021-01-19T17:57:59.572Z] 63f879dbbcfc: Pull complete [2021-01-19T17:58:07.758Z] 0d9ebad4ef96: Pull complete [2021-01-19T17:58:08.022Z] e9a5061849ea: Pull complete [2021-01-19T17:58:08.022Z] d747dcd14b5f: Pull complete [2021-01-19T17:58:11.337Z] 2de7ff778b66: Pull complete [2021-01-19T17:58:11.337Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-19T17:58:11.337Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-19T17:58:11.337Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-19T17:58:11.558Z] prd-centos7-docker-4c-2g-21233 does not seem to be running inside a container [2021-01-19T17:58:11.609Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/305 -v /w/workspace/edgex-go/305:/w/workspace/edgex-go/305:rw,z -v /w/workspace/edgex-go/305@tmp:/w/workspace/edgex-go/305@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-01-19T17:58:15.101Z] $ docker top 5fe9cc11a596ec37c8d4cec6f9cb8c061e766ef745f6d212c2a21619c62e1c80 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-19T17:58:15.354Z] provisioning config files... [2021-01-19T17:58:15.365Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/305@tmp/config8101489812021302688tmp [2021-01-19T17:58:15.383Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/305@tmp/config8116599789280677144tmp [2021-01-19T17:58:15.399Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/305@tmp/config970345247089911888tmp [Pipeline] { [Pipeline] echo [2021-01-19T17:58:15.448Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T17:58:15.747Z] ---> sigul-configuration.sh [2021-01-19T17:58:15.747Z] gpg: directory `/root/.gnupg' created [2021-01-19T17:58:15.747Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-19T17:58:15.747Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-19T17:58:15.747Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-19T17:58:15.747Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-19T17:58:15.747Z] gpg: CAST5 encrypted data [2021-01-19T17:58:16.011Z] gpg: encrypted with 1 passphrase [2021-01-19T17:58:16.011Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-19T17:58:16.315Z] + mkdir /home/jenkins [2021-01-19T17:58:16.315Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-19T17:58:16.621Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-01-19T17:58:16.633Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T17:58:16.936Z] ---> sigul-install.sh [2021-01-19T17:58:23.570Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-19T17:58:23.879Z] + git tag --list [2021-01-19T17:58:23.879Z] 0.6.0 [2021-01-19T17:58:23.879Z] 0.6.1 [2021-01-19T17:58:23.879Z] 0.7.0 [2021-01-19T17:58:23.879Z] 0.7.1 [2021-01-19T17:58:23.879Z] v1.0.0 [2021-01-19T17:58:23.879Z] v1.0.1 [2021-01-19T17:58:23.879Z] v1.1.0 [2021-01-19T17:58:23.879Z] v1.2.0 [2021-01-19T17:58:23.879Z] v1.2.1 [2021-01-19T17:58:23.879Z] v1.2.2-dev.1 [2021-01-19T17:58:23.879Z] v1.2.2-dev.10 [2021-01-19T17:58:23.879Z] v1.2.2-dev.100 [2021-01-19T17:58:23.879Z] v1.2.2-dev.101 [2021-01-19T17:58:23.879Z] v1.2.2-dev.102 [2021-01-19T17:58:23.879Z] v1.2.2-dev.103 [2021-01-19T17:58:23.879Z] v1.2.2-dev.104 [2021-01-19T17:58:23.879Z] v1.2.2-dev.105 [2021-01-19T17:58:23.879Z] v1.2.2-dev.106 [2021-01-19T17:58:23.879Z] v1.2.2-dev.107 [2021-01-19T17:58:23.879Z] v1.2.2-dev.11 [2021-01-19T17:58:23.879Z] v1.2.2-dev.12 [2021-01-19T17:58:23.879Z] v1.2.2-dev.13 [2021-01-19T17:58:23.879Z] v1.2.2-dev.14 [2021-01-19T17:58:23.879Z] v1.2.2-dev.15 [2021-01-19T17:58:23.879Z] v1.2.2-dev.16 [2021-01-19T17:58:23.879Z] v1.2.2-dev.17 [2021-01-19T17:58:23.879Z] v1.2.2-dev.18 [2021-01-19T17:58:23.879Z] v1.2.2-dev.19 [2021-01-19T17:58:23.879Z] v1.2.2-dev.2 [2021-01-19T17:58:23.879Z] v1.2.2-dev.20 [2021-01-19T17:58:23.879Z] v1.2.2-dev.21 [2021-01-19T17:58:23.879Z] v1.2.2-dev.22 [2021-01-19T17:58:23.879Z] v1.2.2-dev.23 [2021-01-19T17:58:23.879Z] v1.2.2-dev.24 [2021-01-19T17:58:23.879Z] v1.2.2-dev.25 [2021-01-19T17:58:23.879Z] v1.2.2-dev.26 [2021-01-19T17:58:23.879Z] v1.2.2-dev.27 [2021-01-19T17:58:23.879Z] v1.2.2-dev.28 [2021-01-19T17:58:23.879Z] v1.2.2-dev.29 [2021-01-19T17:58:23.879Z] v1.2.2-dev.3 [2021-01-19T17:58:23.879Z] v1.2.2-dev.30 [2021-01-19T17:58:23.879Z] v1.2.2-dev.31 [2021-01-19T17:58:23.879Z] v1.2.2-dev.32 [2021-01-19T17:58:23.879Z] v1.2.2-dev.33 [2021-01-19T17:58:23.879Z] v1.2.2-dev.34 [2021-01-19T17:58:23.879Z] v1.2.2-dev.35 [2021-01-19T17:58:23.879Z] v1.2.2-dev.36 [2021-01-19T17:58:23.879Z] v1.2.2-dev.37 [2021-01-19T17:58:23.879Z] v1.2.2-dev.38 [2021-01-19T17:58:23.879Z] v1.2.2-dev.39 [2021-01-19T17:58:23.879Z] v1.2.2-dev.4 [2021-01-19T17:58:23.879Z] v1.2.2-dev.40 [2021-01-19T17:58:23.879Z] v1.2.2-dev.41 [2021-01-19T17:58:23.879Z] v1.2.2-dev.42 [2021-01-19T17:58:23.879Z] v1.2.2-dev.43 [2021-01-19T17:58:23.879Z] v1.2.2-dev.44 [2021-01-19T17:58:23.879Z] v1.2.2-dev.45 [2021-01-19T17:58:23.879Z] v1.2.2-dev.46 [2021-01-19T17:58:23.879Z] v1.2.2-dev.47 [2021-01-19T17:58:23.879Z] v1.2.2-dev.48 [2021-01-19T17:58:23.879Z] v1.2.2-dev.49 [2021-01-19T17:58:23.879Z] v1.2.2-dev.5 [2021-01-19T17:58:23.879Z] v1.2.2-dev.50 [2021-01-19T17:58:23.879Z] v1.2.2-dev.51 [2021-01-19T17:58:23.879Z] v1.2.2-dev.52 [2021-01-19T17:58:23.879Z] v1.2.2-dev.53 [2021-01-19T17:58:23.879Z] v1.2.2-dev.54 [2021-01-19T17:58:23.879Z] v1.2.2-dev.55 [2021-01-19T17:58:23.879Z] v1.2.2-dev.56 [2021-01-19T17:58:23.879Z] v1.2.2-dev.57 [2021-01-19T17:58:23.879Z] v1.2.2-dev.58 [2021-01-19T17:58:23.879Z] v1.2.2-dev.59 [2021-01-19T17:58:23.879Z] v1.2.2-dev.6 [2021-01-19T17:58:23.879Z] v1.2.2-dev.60 [2021-01-19T17:58:23.879Z] v1.2.2-dev.61 [2021-01-19T17:58:23.879Z] v1.2.2-dev.62 [2021-01-19T17:58:23.879Z] v1.2.2-dev.63 [2021-01-19T17:58:23.879Z] v1.2.2-dev.64 [2021-01-19T17:58:23.879Z] v1.2.2-dev.65 [2021-01-19T17:58:23.879Z] v1.2.2-dev.66 [2021-01-19T17:58:23.879Z] v1.2.2-dev.67 [2021-01-19T17:58:23.879Z] v1.2.2-dev.68 [2021-01-19T17:58:23.879Z] v1.2.2-dev.69 [2021-01-19T17:58:23.879Z] v1.2.2-dev.7 [2021-01-19T17:58:23.879Z] v1.2.2-dev.70 [2021-01-19T17:58:23.879Z] v1.2.2-dev.71 [2021-01-19T17:58:23.879Z] v1.2.2-dev.72 [2021-01-19T17:58:23.879Z] v1.2.2-dev.73 [2021-01-19T17:58:23.879Z] v1.2.2-dev.74 [2021-01-19T17:58:23.879Z] v1.2.2-dev.75 [2021-01-19T17:58:23.879Z] v1.2.2-dev.76 [2021-01-19T17:58:23.879Z] v1.2.2-dev.77 [2021-01-19T17:58:23.879Z] v1.2.2-dev.78 [2021-01-19T17:58:23.879Z] v1.2.2-dev.79 [2021-01-19T17:58:23.879Z] v1.2.2-dev.8 [2021-01-19T17:58:23.879Z] v1.2.2-dev.80 [2021-01-19T17:58:23.879Z] v1.2.2-dev.81 [2021-01-19T17:58:23.879Z] v1.2.2-dev.82 [2021-01-19T17:58:23.879Z] v1.2.2-dev.83 [2021-01-19T17:58:23.879Z] v1.2.2-dev.84 [2021-01-19T17:58:23.879Z] v1.2.2-dev.85 [2021-01-19T17:58:23.879Z] v1.2.2-dev.86 [2021-01-19T17:58:23.879Z] v1.2.2-dev.87 [2021-01-19T17:58:23.879Z] v1.2.2-dev.88 [2021-01-19T17:58:23.879Z] v1.2.2-dev.89 [2021-01-19T17:58:23.879Z] v1.2.2-dev.9 [2021-01-19T17:58:23.879Z] v1.2.2-dev.90 [2021-01-19T17:58:23.879Z] v1.2.2-dev.91 [2021-01-19T17:58:23.879Z] v1.2.2-dev.92 [2021-01-19T17:58:23.879Z] v1.2.2-dev.93 [2021-01-19T17:58:23.879Z] v1.2.2-dev.94 [2021-01-19T17:58:23.879Z] v1.2.2-dev.95 [2021-01-19T17:58:23.879Z] v1.2.2-dev.96 [2021-01-19T17:58:23.879Z] v1.2.2-dev.97 [2021-01-19T17:58:23.879Z] v1.2.2-dev.98 [2021-01-19T17:58:23.879Z] v1.2.2-dev.99 [2021-01-19T17:58:23.879Z] v1.3.0 [2021-01-19T17:58:23.879Z] v1.3.1-dev.1 [2021-01-19T17:58:23.879Z] v1.3.1-dev.10 [2021-01-19T17:58:23.879Z] v1.3.1-dev.11 [2021-01-19T17:58:23.879Z] v1.3.1-dev.12 [2021-01-19T17:58:23.879Z] v1.3.1-dev.13 [2021-01-19T17:58:23.879Z] v1.3.1-dev.14 [2021-01-19T17:58:23.879Z] v1.3.1-dev.15 [2021-01-19T17:58:23.879Z] v1.3.1-dev.16 [2021-01-19T17:58:23.879Z] v1.3.1-dev.17 [2021-01-19T17:58:23.879Z] v1.3.1-dev.18 [2021-01-19T17:58:23.879Z] v1.3.1-dev.2 [2021-01-19T17:58:23.879Z] v1.3.1-dev.3 [2021-01-19T17:58:23.879Z] v1.3.1-dev.4 [2021-01-19T17:58:23.879Z] v1.3.1-dev.5 [2021-01-19T17:58:23.879Z] v1.3.1-dev.6 [2021-01-19T17:58:23.879Z] v1.3.1-dev.7 [2021-01-19T17:58:23.879Z] v1.3.1-dev.8 [2021-01-19T17:58:23.879Z] v1.3.1-dev.9 [2021-01-19T17:58:23.879Z] v2.0.0-dev.1 [2021-01-19T17:58:23.879Z] v2.0.0-dev.10 [2021-01-19T17:58:23.879Z] v2.0.0-dev.11 [2021-01-19T17:58:23.879Z] v2.0.0-dev.12 [2021-01-19T17:58:23.879Z] v2.0.0-dev.13 [2021-01-19T17:58:23.879Z] v2.0.0-dev.14 [2021-01-19T17:58:23.879Z] v2.0.0-dev.15 [2021-01-19T17:58:23.879Z] v2.0.0-dev.16 [2021-01-19T17:58:23.879Z] v2.0.0-dev.17 [2021-01-19T17:58:23.879Z] v2.0.0-dev.18 [2021-01-19T17:58:23.879Z] v2.0.0-dev.19 [2021-01-19T17:58:23.879Z] v2.0.0-dev.2 [2021-01-19T17:58:23.879Z] v2.0.0-dev.20 [2021-01-19T17:58:23.879Z] v2.0.0-dev.21 [2021-01-19T17:58:23.879Z] v2.0.0-dev.22 [2021-01-19T17:58:23.879Z] v2.0.0-dev.23 [2021-01-19T17:58:23.879Z] v2.0.0-dev.24 [2021-01-19T17:58:23.879Z] v2.0.0-dev.25 [2021-01-19T17:58:23.879Z] v2.0.0-dev.26 [2021-01-19T17:58:23.879Z] v2.0.0-dev.27 [2021-01-19T17:58:23.879Z] v2.0.0-dev.28 [2021-01-19T17:58:23.879Z] v2.0.0-dev.29 [2021-01-19T17:58:23.879Z] v2.0.0-dev.3 [2021-01-19T17:58:23.879Z] v2.0.0-dev.30 [2021-01-19T17:58:23.879Z] v2.0.0-dev.31 [2021-01-19T17:58:23.879Z] v2.0.0-dev.32 [2021-01-19T17:58:23.879Z] v2.0.0-dev.33 [2021-01-19T17:58:23.879Z] v2.0.0-dev.34 [2021-01-19T17:58:23.879Z] v2.0.0-dev.35 [2021-01-19T17:58:23.879Z] v2.0.0-dev.36 [2021-01-19T17:58:23.879Z] v2.0.0-dev.37 [2021-01-19T17:58:23.879Z] v2.0.0-dev.38 [2021-01-19T17:58:23.879Z] v2.0.0-dev.39 [2021-01-19T17:58:23.879Z] v2.0.0-dev.4 [2021-01-19T17:58:23.879Z] v2.0.0-dev.40 [2021-01-19T17:58:23.879Z] v2.0.0-dev.41 [2021-01-19T17:58:23.879Z] v2.0.0-dev.42 [2021-01-19T17:58:23.879Z] v2.0.0-dev.43 [2021-01-19T17:58:23.879Z] v2.0.0-dev.44 [2021-01-19T17:58:23.879Z] v2.0.0-dev.45 [2021-01-19T17:58:23.879Z] v2.0.0-dev.5 [2021-01-19T17:58:23.879Z] v2.0.0-dev.6 [2021-01-19T17:58:23.879Z] v2.0.0-dev.7 [2021-01-19T17:58:23.879Z] v2.0.0-dev.8 [2021-01-19T17:58:23.879Z] v2.0.0-dev.9 [Pipeline] sh [2021-01-19T17:58:24.504Z] + lftools sign git-tag v2.0.0-dev.45 [2021-01-19T17:58:25.450Z] Signing Git tag with Sigul... [2021-01-19T17:58:25.450Z] Signing v2.0.0-dev.45 Aborted by Eric Ball [2021-01-19T20:21:04.809Z] Sending interrupt signal to process [2021-01-19T20:21:10.539Z] script returned exit code 143 [Pipeline] } [2021-01-19T20:21:10.553Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-19T20:21:10.663Z] $ docker stop --time=1 5fe9cc11a596ec37c8d4cec6f9cb8c061e766ef745f6d212c2a21619c62e1c80 [2021-01-19T20:21:12.171Z] $ docker rm -f 5fe9cc11a596ec37c8d4cec6f9cb8c061e766ef745f6d212c2a21619c62e1c80 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Bump Pre-Release Version" 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-01-19T20:21:13.442Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T20:21:14.367Z] ---> package-listing.sh [2021-01-19T20:21:14.367Z] ++ facter osfamily [2021-01-19T20:21:14.367Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-19T20:21:14.367Z] + OS_FAMILY=redhat [2021-01-19T20:21:14.367Z] + workspace=/w/workspace/edgex-go/305 [2021-01-19T20:21:14.367Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-19T20:21:14.367Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-19T20:21:14.367Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-19T20:21:14.367Z] + PACKAGES=/tmp/packages_start.txt [2021-01-19T20:21:14.367Z] + '[' /w/workspace/edgex-go/305 ']' [2021-01-19T20:21:14.367Z] + PACKAGES=/tmp/packages_end.txt [2021-01-19T20:21:14.367Z] + case "${OS_FAMILY}" in [2021-01-19T20:21:14.367Z] + rpm -qa [2021-01-19T20:21:14.367Z] + sort [2021-01-19T20:21:19.675Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-19T20:21:19.675Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-19T20:21:19.675Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-19T20:21:19.675Z] + '[' /w/workspace/edgex-go/305 ']' [2021-01-19T20:21:19.675Z] + mkdir -p /w/workspace/edgex-go/305/archives/ [2021-01-19T20:21:19.675Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/305/archives/ [Pipeline] echo [2021-01-19T20:21:19.688Z] 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/305/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh Click here to forcibly terminate running steps [2021-01-19T20:21:19.980Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:21:20.289Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T20:21:20.289Z] [2021-01-19T20:21:20.289Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:21:20.645Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T20:21:20.645Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-19T20:21:20.645Z] df20fa9351a1: Pulling fs layer [2021-01-19T20:21:20.645Z] 36b3adc4ff6f: Pulling fs layer [2021-01-19T20:21:20.645Z] 8ad3a11d3b57: Pulling fs layer [2021-01-19T20:21:20.645Z] 46f8f816bc3b: Pulling fs layer [2021-01-19T20:21:20.645Z] 93b61091891f: Pulling fs layer [2021-01-19T20:21:20.645Z] 93b9cdb0e59b: Pulling fs layer [2021-01-19T20:21:20.645Z] 5e14af77c1be: Pulling fs layer [2021-01-19T20:21:20.645Z] 01666e4c0597: Pulling fs layer [2021-01-19T20:21:20.645Z] aa168da1d23b: Pulling fs layer [2021-01-19T20:21:20.645Z] 93b9cdb0e59b: Waiting [2021-01-19T20:21:20.645Z] 5e14af77c1be: Waiting [2021-01-19T20:21:20.645Z] 01666e4c0597: Waiting [2021-01-19T20:21:20.645Z] aa168da1d23b: Waiting [2021-01-19T20:21:20.645Z] 46f8f816bc3b: Waiting [2021-01-19T20:21:20.645Z] 36b3adc4ff6f: Verifying Checksum [2021-01-19T20:21:20.645Z] 36b3adc4ff6f: Download complete [2021-01-19T20:21:20.645Z] 46f8f816bc3b: Verifying Checksum [2021-01-19T20:21:20.645Z] 46f8f816bc3b: Download complete [2021-01-19T20:21:20.920Z] df20fa9351a1: Download complete [2021-01-19T20:21:20.920Z] 93b9cdb0e59b: Verifying Checksum [2021-01-19T20:21:20.920Z] 93b9cdb0e59b: Download complete [2021-01-19T20:21:20.920Z] 5e14af77c1be: Verifying Checksum [2021-01-19T20:21:20.920Z] 5e14af77c1be: Download complete [2021-01-19T20:21:20.920Z] 8ad3a11d3b57: Verifying Checksum [2021-01-19T20:21:20.920Z] 8ad3a11d3b57: Download complete [2021-01-19T20:21:20.920Z] 93b61091891f: Verifying Checksum [2021-01-19T20:21:20.920Z] 93b61091891f: Download complete [2021-01-19T20:21:20.920Z] 01666e4c0597: Verifying Checksum [2021-01-19T20:21:20.920Z] 01666e4c0597: Download complete [2021-01-19T20:21:21.246Z] df20fa9351a1: Pull complete [2021-01-19T20:21:21.533Z] 36b3adc4ff6f: Pull complete [2021-01-19T20:21:22.162Z] 8ad3a11d3b57: Pull complete [2021-01-19T20:21:22.424Z] 46f8f816bc3b: Pull complete [2021-01-19T20:21:23.376Z] 93b61091891f: Pull complete [2021-01-19T20:21:23.376Z] 93b9cdb0e59b: Pull complete [2021-01-19T20:21:23.953Z] 5e14af77c1be: Pull complete [2021-01-19T20:21:24.215Z] aa168da1d23b: Verifying Checksum [2021-01-19T20:21:24.215Z] aa168da1d23b: Download complete [2021-01-19T20:21:24.796Z] 01666e4c0597: Pull complete [2021-01-19T20:21:32.986Z] aa168da1d23b: Pull complete [2021-01-19T20:21:32.986Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-19T20:21:32.986Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T20:21:32.986Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-19T20:21:33.207Z] prd-centos7-docker-4c-2g-21233 does not seem to be running inside a container [2021-01-19T20:21:33.263Z] $ 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/305/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/305 -v /w/workspace/edgex-go/305:/w/workspace/edgex-go/305:rw,z -v /w/workspace/edgex-go/305@tmp:/w/workspace/edgex-go/305@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-19T20:21:37.181Z] $ docker top 404044b6c404e744bbaf19b0544cedda1c4a1ec708cf494416c2cf5683a24f9d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T20:21:37.726Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-19T20:21:38.027Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-19T20:21:38.329Z] + ls /var/log/sa-host [2021-01-19T20:21:38.329Z] + sadf -c /var/log/sa-host/sa19 [2021-01-19T20:21:38.329Z] file_magic: OK [2021-01-19T20:21:38.329Z] HZ: Using current value: 100 [2021-01-19T20:21:38.329Z] file_header: OK [2021-01-19T20:21:38.329Z] 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-01-19T20:21:38.329Z] Statistics: [2021-01-19T20:21:38.330Z] 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... [2021-01-19T20:21:38.330Z] File successfully converted to sysstat format version 12.2.1 [2021-01-19T20:21:38.330Z] + sadf -c /var/log/sa-host/sa23 [2021-01-19T20:21:38.330Z] file_magic: OK [2021-01-19T20:21:38.330Z] HZ: Using current value: 100 [2021-01-19T20:21:38.330Z] file_header: OK [2021-01-19T20:21:38.330Z] 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-01-19T20:21:38.330Z] Statistics: [2021-01-19T20:21:38.330Z] Hnuu...uuuununununu... [2021-01-19T20:21:38.330Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-19T20:21:38.537Z] provisioning config files... [2021-01-19T20:21:38.551Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/305@tmp/config6320750540492277165tmp [Pipeline] { [Pipeline] echo [2021-01-19T20:21:38.633Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T20:21:38.938Z] ---> create-netrc.sh [Pipeline] } [2021-01-19T20:21:38.950Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-19T20:21:39.055Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T20:21:39.355Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-19T20:21:39.367Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T20:21:39.666Z] ---> sudo-logs.sh [2021-01-19T20:21:39.666Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-19T20:21:39.678Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T20:21:39.975Z] ---> job-cost.sh [2021-01-19T20:21:39.976Z] lf-activate-venv: SKIPPING [2021-01-19T20:21:39.976Z] INFO: No Stack... [2021-01-19T20:21:40.922Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-19T20:21:41.497Z] INFO: Archiving Costs [Pipeline] echo [2021-01-19T20:21:41.510Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T20:21:41.807Z] ---> logs-deploy.sh [2021-01-19T20:21:41.807Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/305 [2021-01-19T20:21:41.807Z] INFO: archiving workspace using pattern(s): [2021-01-19T20:21:43.724Z] Archives upload complete. [2021-01-19T20:21:43.724Z] INFO: archiving logs to Nexus [2021-01-19T20:21:44.681Z] ---> uname -a: [2021-01-19T20:21:44.681Z] Linux prd-centos7-docker-4c-2g-21233.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-19T20:21:44.681Z] [2021-01-19T20:21:44.681Z] [2021-01-19T20:21:44.681Z] ---> lscpu: [2021-01-19T20:21:44.681Z] Architecture: x86_64 [2021-01-19T20:21:44.681Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-19T20:21:44.681Z] Byte Order: Little Endian [2021-01-19T20:21:44.681Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-19T20:21:44.681Z] CPU(s): 4 [2021-01-19T20:21:44.681Z] On-line CPU(s) list: 0-3 [2021-01-19T20:21:44.681Z] Thread(s) per core: 1 [2021-01-19T20:21:44.681Z] Core(s) per socket: 1 [2021-01-19T20:21:44.681Z] Socket(s): 4 [2021-01-19T20:21:44.681Z] NUMA node(s): 1 [2021-01-19T20:21:44.681Z] Vendor ID: GenuineIntel [2021-01-19T20:21:44.681Z] CPU family: 6 [2021-01-19T20:21:44.681Z] Model: 44 [2021-01-19T20:21:44.681Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-19T20:21:44.681Z] Stepping: 1 [2021-01-19T20:21:44.681Z] CPU MHz: 2933.438 [2021-01-19T20:21:44.681Z] BogoMIPS: 5866.87 [2021-01-19T20:21:44.681Z] Virtualization: VT-x [2021-01-19T20:21:44.681Z] Hypervisor vendor: KVM [2021-01-19T20:21:44.681Z] Virtualization type: full [2021-01-19T20:21:44.681Z] L1d cache: 128 KiB [2021-01-19T20:21:44.681Z] L1i cache: 128 KiB [2021-01-19T20:21:44.681Z] L2 cache: 16 MiB [2021-01-19T20:21:44.681Z] L3 cache: 64 MiB [2021-01-19T20:21:44.681Z] NUMA node0 CPU(s): 0-3 [2021-01-19T20:21:44.681Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-19T20:21:44.681Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-19T20:21:44.681Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-19T20:21:44.681Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-19T20:21:44.681Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-19T20:21:44.681Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-19T20:21:44.681Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-19T20:21:44.681Z] Vulnerability Srbds: Not affected [2021-01-19T20:21:44.681Z] Vulnerability Tsx async abort: Not affected [2021-01-19T20:21:44.681Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-01-19T20:21:44.681Z] [2021-01-19T20:21:44.681Z] [2021-01-19T20:21:44.681Z] ---> nproc: [2021-01-19T20:21:44.681Z] 4 [2021-01-19T20:21:44.681Z] [2021-01-19T20:21:44.681Z] [2021-01-19T20:21:44.681Z] ---> df -h: [2021-01-19T20:21:44.681Z] Filesystem Size Used Available Use% Mounted on [2021-01-19T20:21:44.681Z] overlay 50.0G 13.3G 36.7G 27% / [2021-01-19T20:21:44.681Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-19T20:21:44.681Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-19T20:21:44.681Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-19T20:21:44.681Z] /dev/vda1 50.0G 13.3G 36.7G 27% /facter-os [2021-01-19T20:21:44.681Z] /dev/vda1 50.0G 13.3G 36.7G 27% /etc/resolv.conf [2021-01-19T20:21:44.681Z] /dev/vda1 50.0G 13.3G 36.7G 27% /etc/hostname [2021-01-19T20:21:44.681Z] /dev/vda1 50.0G 13.3G 36.7G 27% /etc/hosts [2021-01-19T20:21:44.681Z] /dev/vda1 50.0G 13.3G 36.7G 27% /run/cloud-init/result.json [2021-01-19T20:21:44.681Z] /dev/vda1 50.0G 13.3G 36.7G 27% /var/log/sa-host [2021-01-19T20:21:44.681Z] /dev/vda1 50.0G 13.3G 36.7G 27% /var/log/secure [2021-01-19T20:21:44.681Z] /dev/vda1 50.0G 13.3G 36.7G 27% /var/log/auth.log [2021-01-19T20:21:44.681Z] /dev/vda1 50.0G 13.3G 36.7G 27% /w/workspace/edgex-go/305@tmp [2021-01-19T20:21:44.681Z] /dev/vda1 50.0G 13.3G 36.7G 27% /w/workspace/edgex-go/305 [2021-01-19T20:21:44.681Z] [2021-01-19T20:21:44.681Z] [2021-01-19T20:21:44.681Z] ---> free -m: [2021-01-19T20:21:44.681Z] total used free shared buff/cache available [2021-01-19T20:21:44.681Z] Mem: 1837 880 173 0 784 921 [2021-01-19T20:21:44.681Z] Swap: 1023 57 966 [2021-01-19T20:21:44.681Z] [2021-01-19T20:21:44.681Z] [2021-01-19T20:21:44.681Z] ---> ip addr: [2021-01-19T20:21:44.681Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-19T20:21:44.681Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-19T20:21:44.681Z] inet 127.0.0.1/8 scope host lo [2021-01-19T20:21:44.681Z] valid_lft forever preferred_lft forever [2021-01-19T20:21:44.681Z] inet6 ::1/128 scope host [2021-01-19T20:21:44.681Z] valid_lft forever preferred_lft forever [2021-01-19T20:21:44.681Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-19T20:21:44.681Z] link/ether fa:16:3e:98:01:dc brd ff:ff:ff:ff:ff:ff [2021-01-19T20:21:44.681Z] inet 10.30.123.0/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-19T20:21:44.681Z] valid_lft 74851sec preferred_lft 74851sec [2021-01-19T20:21:44.681Z] inet6 fe80::f816:3eff:fe98:1dc/64 scope link [2021-01-19T20:21:44.681Z] valid_lft forever preferred_lft forever [2021-01-19T20:21:44.681Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-19T20:21:44.681Z] link/ether 02:42:97:da:c5:c8 brd ff:ff:ff:ff:ff:ff [2021-01-19T20:21:44.681Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-19T20:21:44.681Z] valid_lft forever preferred_lft forever [2021-01-19T20:21:44.681Z] inet6 fe80::42:97ff:feda:c5c8/64 scope link [2021-01-19T20:21:44.681Z] valid_lft forever preferred_lft forever [2021-01-19T20:21:44.681Z] [2021-01-19T20:21:44.681Z] [2021-01-19T20:21:44.681Z] ---> sar -b -r -n DEV: [2021-01-19T20:21:44.681Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/19/21 _x86_64_ (4 CPU) [2021-01-19T20:21:44.681Z] [2021-01-19T20:21:44.681Z] 17:09:03 LINUX RESTART (4 CPU) [2021-01-19T20:21:44.681Z] [2021-01-19T20:21:44.681Z] 17:10:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-19T20:21:44.681Z] 17:11:01 4.36 0.00 4.36 0.00 0.00 138.41 0.00 [2021-01-19T20:21:44.681Z] 17:12:01 0.60 0.00 0.60 0.00 0.00 9.47 0.00 [2021-01-19T20:21:44.681Z] 17:13:01 0.30 0.00 0.30 0.00 0.00 3.11 0.00 [2021-01-19T20:21:44.681Z] 17:14:01 0.27 0.00 0.27 0.00 0.00 2.88 0.00 [2021-01-19T20:21:44.681Z] 17:15:01 0.17 0.00 0.17 0.00 0.00 2.60 0.00 [2021-01-19T20:21:44.681Z] 17:16:01 0.45 0.00 0.45 0.00 0.00 7.31 0.00 [2021-01-19T20:21:44.681Z] 17:17:01 0.15 0.00 0.15 0.00 0.00 1.87 0.00 [2021-01-19T20:21:44.681Z] 17:18:01 0.22 0.00 0.22 0.00 0.00 3.73 0.00 [2021-01-19T20:21:44.681Z] 17:19:01 0.23 0.00 0.23 0.00 0.00 3.11 0.00 [2021-01-19T20:21:44.681Z] 17:20:01 0.20 0.00 0.20 0.00 0.00 2.03 0.00 [2021-01-19T20:21:44.681Z] 17:21:02 0.27 0.00 0.27 0.00 0.00 3.46 0.00 [2021-01-19T20:21:44.681Z] 17:22:01 0.30 0.00 0.30 0.00 0.00 4.44 0.00 [2021-01-19T20:21:44.681Z] 17:23:01 0.30 0.00 0.30 0.00 0.00 3.48 0.00 [2021-01-19T20:21:44.681Z] 17:24:01 0.45 0.20 0.25 0.00 6.39 2.30 0.00 [2021-01-19T20:21:44.681Z] 17:25:01 0.77 0.00 0.77 0.00 0.00 15.48 0.00 [2021-01-19T20:21:44.681Z] 17:26:01 0.23 0.00 0.23 0.00 0.00 2.86 0.00 [2021-01-19T20:21:44.681Z] 17:27:01 0.20 0.00 0.20 0.00 0.00 1.62 0.00 [2021-01-19T20:21:44.681Z] 17:28:01 0.27 0.00 0.27 0.00 0.00 3.40 0.00 [2021-01-19T20:21:44.681Z] 17:29:01 0.27 0.00 0.27 0.00 0.00 3.78 0.00 [2021-01-19T20:21:44.681Z] 17:30:01 0.27 0.00 0.27 0.00 0.00 3.46 0.00 [2021-01-19T20:21:44.681Z] 17:31:01 0.23 0.00 0.23 0.00 0.00 2.18 0.00 [2021-01-19T20:21:44.681Z] 17:32:01 0.18 0.00 0.18 0.00 0.00 2.32 0.00 [2021-01-19T20:21:44.681Z] 17:33:01 0.28 0.00 0.28 0.00 0.00 3.07 0.00 [2021-01-19T20:21:44.681Z] 17:34:01 0.22 0.00 0.22 0.00 0.00 2.18 0.00 [2021-01-19T20:21:44.681Z] 17:35:01 0.27 0.00 0.27 0.00 0.00 3.60 0.00 [2021-01-19T20:21:44.681Z] 17:36:01 0.28 0.00 0.28 0.00 0.00 4.33 0.00 [2021-01-19T20:21:44.681Z] 17:37:01 0.17 0.00 0.17 0.00 0.00 1.60 0.00 [2021-01-19T20:21:44.681Z] 17:38:01 0.25 0.00 0.25 0.00 0.00 3.31 0.00 [2021-01-19T20:21:44.681Z] 17:39:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 [2021-01-19T20:21:44.681Z] 17:40:02 0.23 0.00 0.23 0.00 0.00 3.05 0.00 [2021-01-19T20:21:44.681Z] 17:41:01 0.22 0.00 0.22 0.00 0.00 2.46 0.00 [2021-01-19T20:21:44.681Z] 17:42:01 0.17 0.00 0.17 0.00 0.00 1.60 0.00 [2021-01-19T20:21:44.681Z] 17:43:01 0.33 0.00 0.33 0.00 0.00 5.35 0.00 [2021-01-19T20:21:44.681Z] 17:44:01 0.22 0.00 0.22 0.00 0.00 2.72 0.00 [2021-01-19T20:21:44.681Z] 17:45:01 0.27 0.00 0.27 0.00 0.00 3.73 0.00 [2021-01-19T20:21:44.681Z] 17:46:01 55.55 15.74 39.81 0.00 4931.67 7993.34 0.00 [2021-01-19T20:21:44.681Z] 17:47:01 213.33 81.84 131.49 0.00 5622.50 49077.95 0.00 [2021-01-19T20:21:44.681Z] 17:48:01 230.11 89.79 140.32 0.00 3261.19 19571.30 0.00 [2021-01-19T20:21:44.681Z] 17:49:01 150.82 81.33 69.48 0.00 3916.27 8975.17 0.00 [2021-01-19T20:21:44.681Z] 17:50:02 470.17 258.21 211.95 0.00 72192.60 143056.07 0.00 [2021-01-19T20:21:44.682Z] 17:51:02 2957.18 2616.22 340.96 0.00 157961.87 170444.39 0.00 [2021-01-19T20:21:44.682Z] 17:52:01 471.30 207.49 263.82 0.00 50442.52 98560.93 0.00 [2021-01-19T20:21:44.682Z] 17:53:01 2505.31 2207.26 298.04 0.00 133468.52 138892.39 0.00 [2021-01-19T20:21:44.682Z] 17:54:01 232.00 53.66 178.34 0.00 5776.58 32255.99 0.00 [2021-01-19T20:21:44.682Z] 17:55:01 67.58 27.04 40.54 0.00 5838.10 1281.79 0.00 [2021-01-19T20:21:44.682Z] 17:56:01 1.98 0.15 1.83 0.00 5.73 36.56 0.00 [2021-01-19T20:21:44.682Z] 17:57:01 110.72 51.80 58.92 0.00 3502.83 19016.11 0.00 [2021-01-19T20:21:44.682Z] 17:58:01 292.04 153.19 138.84 0.00 9015.63 38138.64 0.00 [2021-01-19T20:21:44.682Z] 17:59:01 112.92 45.04 67.88 0.00 2169.64 12155.94 0.00 [2021-01-19T20:21:44.682Z] 18:00:01 1.81 0.00 1.81 0.00 0.00 51.67 0.00 [2021-01-19T20:21:44.682Z] 18:01:01 0.23 0.07 0.17 0.00 1.47 1.78 0.00 [2021-01-19T20:21:44.682Z] 18:02:01 0.77 0.32 0.45 0.00 19.57 7.90 0.00 [2021-01-19T20:21:44.682Z] 18:03:01 0.42 0.22 0.20 0.00 3.60 2.71 0.00 [2021-01-19T20:21:44.682Z] 18:04:01 0.18 0.02 0.17 0.00 0.13 1.63 0.00 [2021-01-19T20:21:44.682Z] 18:05:01 0.17 0.00 0.17 0.00 0.00 1.50 0.00 [2021-01-19T20:21:44.682Z] 18:06:01 0.18 0.02 0.17 0.00 0.27 1.77 0.00 [2021-01-19T20:21:44.682Z] 18:07:01 0.25 0.00 0.25 0.00 0.00 2.93 0.00 [2021-01-19T20:21:44.682Z] 18:08:01 0.22 0.00 0.22 0.00 0.00 2.32 0.00 [2021-01-19T20:21:44.682Z] 18:09:02 0.20 0.00 0.20 0.00 0.00 1.82 0.00 [2021-01-19T20:21:44.682Z] 18:10:01 0.39 0.20 0.19 0.00 3.52 2.05 0.00 [2021-01-19T20:21:44.682Z] 18:11:01 0.18 0.02 0.17 0.00 0.13 1.63 0.00 [2021-01-19T20:21:44.682Z] 18:12:01 0.25 0.00 0.25 0.00 0.00 2.80 0.00 [2021-01-19T20:21:44.682Z] 18:13:01 0.42 0.12 0.30 0.00 2.13 4.03 0.00 [2021-01-19T20:21:44.682Z] 18:14:01 0.18 0.00 0.18 0.00 0.00 2.05 0.00 [2021-01-19T20:21:44.682Z] 18:15:01 0.17 0.00 0.17 0.00 0.00 1.37 0.00 [2021-01-19T20:21:44.682Z] 18:16:01 0.20 0.00 0.20 0.00 0.00 1.95 0.00 [2021-01-19T20:21:44.682Z] 18:17:01 0.25 0.00 0.25 0.00 0.00 2.93 0.00 [2021-01-19T20:21:44.682Z] 18:18:01 0.22 0.00 0.22 0.00 0.00 2.45 0.00 [2021-01-19T20:21:44.682Z] 18:19:01 0.18 0.02 0.17 0.00 0.53 1.50 0.00 [2021-01-19T20:21:44.682Z] 18:20:01 0.20 0.02 0.18 0.00 0.53 1.65 0.00 [2021-01-19T20:21:44.682Z] 18:21:01 0.22 0.02 0.20 0.00 0.27 1.65 0.00 [2021-01-19T20:21:44.682Z] 18:22:01 0.38 0.00 0.38 0.00 0.00 4.01 0.00 [2021-01-19T20:21:44.682Z] 18:23:01 0.63 0.00 0.63 0.00 0.00 6.86 0.00 [2021-01-19T20:21:44.682Z] 18:24:01 0.30 0.00 0.30 0.00 0.00 3.63 0.00 [2021-01-19T20:21:44.682Z] 18:25:01 0.17 0.00 0.17 0.00 0.00 1.50 0.00 [2021-01-19T20:21:44.682Z] 18:26:01 0.62 0.00 0.62 0.00 0.00 6.61 0.00 [2021-01-19T20:21:44.682Z] 18:27:01 0.47 0.05 0.42 0.00 1.87 5.51 0.00 [2021-01-19T20:21:44.682Z] 18:28:01 0.18 0.02 0.17 0.00 0.13 1.37 0.00 [2021-01-19T20:21:44.682Z] 18:29:01 0.17 0.00 0.17 0.00 0.00 1.63 0.00 [2021-01-19T20:21:44.682Z] 18:30:01 0.20 0.02 0.18 0.00 0.13 2.08 0.00 [2021-01-19T20:21:44.682Z] 18:31:01 0.18 0.00 0.18 0.00 0.00 1.67 0.00 [2021-01-19T20:21:44.682Z] 18:32:01 2.25 1.82 0.43 0.00 99.52 5.21 0.00 [2021-01-19T20:21:44.682Z] 18:33:01 0.60 0.00 0.60 0.00 0.00 6.41 0.00 [2021-01-19T20:21:44.682Z] 18:34:02 0.55 0.00 0.55 0.00 0.00 5.73 0.00 [2021-01-19T20:21:44.682Z] 18:35:01 0.56 0.00 0.56 0.00 0.00 6.10 0.00 [2021-01-19T20:21:44.682Z] 18:36:01 0.62 0.00 0.62 0.00 0.00 6.36 0.00 [2021-01-19T20:21:44.682Z] 18:37:01 0.68 0.00 0.68 0.00 0.00 7.50 0.00 [2021-01-19T20:21:44.682Z] 18:38:01 0.60 0.00 0.60 0.00 0.00 6.03 0.00 [2021-01-19T20:21:44.682Z] 18:39:01 0.58 0.00 0.58 0.00 0.00 6.30 0.00 [2021-01-19T20:21:44.682Z] 18:40:01 0.57 0.02 0.55 0.00 1.07 5.86 0.00 [2021-01-19T20:21:44.682Z] 18:41:01 0.22 0.00 0.22 0.00 0.00 3.06 0.00 [2021-01-19T20:21:44.682Z] 18:42:01 0.25 0.00 0.25 0.00 0.00 2.93 0.00 [2021-01-19T20:21:44.682Z] 18:43:01 0.22 0.00 0.22 0.00 0.00 2.47 0.00 [2021-01-19T20:21:44.682Z] 18:44:01 0.20 0.00 0.20 0.00 0.00 1.92 0.00 [2021-01-19T20:21:44.682Z] 18:45:01 0.25 0.02 0.23 0.00 0.53 2.88 0.00 [2021-01-19T20:21:44.682Z] 18:46:01 0.18 0.02 0.17 0.00 0.27 1.77 0.00 [2021-01-19T20:21:44.682Z] 18:47:01 0.25 0.00 0.25 0.00 0.00 2.93 0.00 [2021-01-19T20:21:44.682Z] 18:48:01 0.22 0.00 0.22 0.00 0.00 2.45 0.00 [2021-01-19T20:21:44.682Z] 18:49:01 348.78 324.20 24.58 0.00 5263.38 1219.69 0.00 [2021-01-19T20:21:44.682Z] 18:50:01 0.97 0.60 0.37 0.00 40.51 5.43 0.00 [2021-01-19T20:21:44.682Z] 18:51:01 0.17 0.00 0.17 0.00 0.00 1.50 0.00 [2021-01-19T20:21:44.682Z] 18:52:01 0.22 0.02 0.20 0.00 1.07 3.00 0.00 [2021-01-19T20:21:44.682Z] 18:53:01 0.25 0.00 0.25 0.00 0.00 2.78 0.00 [2021-01-19T20:21:44.682Z] 18:54:01 0.23 0.02 0.22 0.00 0.53 2.45 0.00 [2021-01-19T20:21:44.682Z] 18:55:01 0.18 0.00 0.18 0.00 0.00 1.67 0.00 [2021-01-19T20:21:44.682Z] 18:56:01 0.17 0.00 0.17 0.00 0.00 1.63 0.00 [2021-01-19T20:21:44.682Z] 18:57:01 0.17 0.00 0.17 0.00 0.00 1.52 0.00 [2021-01-19T20:21:44.682Z] 18:58:01 0.25 0.00 0.25 0.00 0.00 2.92 0.00 [2021-01-19T20:21:44.682Z] 18:59:01 0.27 0.02 0.25 0.00 0.53 2.63 0.00 [2021-01-19T20:21:44.682Z] 19:00:01 0.17 0.00 0.17 0.00 0.00 1.37 0.00 [2021-01-19T20:21:44.682Z] 19:01:01 0.17 0.00 0.17 0.00 0.00 1.65 0.00 [2021-01-19T20:21:44.682Z] 19:02:01 0.30 0.00 0.30 0.00 0.00 3.88 0.00 [2021-01-19T20:21:44.682Z] 19:03:01 0.30 0.00 0.30 0.00 0.00 4.15 0.00 [2021-01-19T20:21:44.682Z] 19:04:01 0.20 0.03 0.17 0.00 0.93 1.50 0.00 [2021-01-19T20:21:44.682Z] 19:05:01 0.20 0.00 0.20 0.00 0.00 1.95 0.00 [2021-01-19T20:21:44.682Z] 19:06:01 0.25 0.00 0.25 0.00 0.00 2.91 0.00 [2021-01-19T20:21:44.682Z] 19:07:01 0.22 0.00 0.22 0.00 0.00 2.32 0.00 [2021-01-19T20:21:44.682Z] 19:08:01 0.17 0.00 0.17 0.00 0.00 1.63 0.00 [2021-01-19T20:21:44.682Z] 19:09:01 0.33 0.00 0.33 0.00 0.00 4.28 0.00 [2021-01-19T20:21:44.682Z] 19:10:01 0.25 0.00 0.25 0.00 0.00 3.18 0.00 [2021-01-19T20:21:44.682Z] 19:11:01 0.22 0.00 0.22 0.00 0.00 2.45 0.00 [2021-01-19T20:21:44.682Z] 19:12:01 0.20 0.00 0.20 0.00 0.00 1.82 0.00 [2021-01-19T20:21:44.682Z] 19:13:01 0.25 0.00 0.25 0.00 0.00 3.08 0.00 [2021-01-19T20:21:44.682Z] 19:14:01 0.23 0.02 0.22 0.00 1.07 2.32 0.00 [2021-01-19T20:21:44.682Z] 19:15:01 0.25 0.00 0.25 0.00 0.00 3.18 0.00 [2021-01-19T20:21:44.682Z] 19:16:01 0.22 0.00 0.22 0.00 0.00 2.33 0.00 [2021-01-19T20:21:44.682Z] 19:17:01 0.20 0.00 0.20 0.00 0.00 1.92 0.00 [2021-01-19T20:21:44.682Z] 19:18:01 0.17 0.00 0.17 0.00 0.00 1.50 0.00 [2021-01-19T20:21:44.682Z] 19:19:01 0.20 0.00 0.20 0.00 0.00 1.75 0.00 [2021-01-19T20:21:44.682Z] 19:20:02 0.27 0.00 0.27 0.00 0.00 3.15 0.00 [2021-01-19T20:21:44.682Z] 19:21:01 0.22 0.00 0.22 0.00 0.00 2.49 0.00 [2021-01-19T20:21:44.682Z] 19:22:01 0.20 0.03 0.17 0.00 0.67 1.63 0.00 [2021-01-19T20:21:44.682Z] 19:23:01 0.18 0.02 0.17 0.00 0.53 1.77 0.00 [2021-01-19T20:21:44.682Z] 19:24:01 0.17 0.00 0.17 0.00 0.00 1.50 0.00 [2021-01-19T20:21:44.682Z] 19:25:01 0.25 0.00 0.25 0.00 0.00 2.93 0.00 [2021-01-19T20:21:44.682Z] 19:26:01 0.27 0.00 0.27 0.00 0.00 2.66 0.00 [2021-01-19T20:21:44.682Z] 19:27:01 0.17 0.00 0.17 0.00 0.00 1.50 0.00 [2021-01-19T20:21:44.682Z] 19:28:01 0.17 0.00 0.17 0.00 0.00 1.63 0.00 [2021-01-19T20:21:44.682Z] 19:29:01 0.78 0.00 0.78 0.00 0.00 10.04 0.00 [2021-01-19T20:21:44.682Z] 19:30:01 0.62 0.02 0.60 0.00 0.53 6.29 0.00 [2021-01-19T20:21:44.682Z] 19:31:01 0.65 0.00 0.65 0.00 0.00 7.56 0.00 [2021-01-19T20:21:44.682Z] 19:32:01 0.55 0.00 0.55 0.00 0.00 5.73 0.00 [2021-01-19T20:21:44.682Z] 19:33:01 0.48 0.00 0.48 0.00 0.00 5.43 0.00 [2021-01-19T20:21:44.682Z] 19:34:01 0.35 0.02 0.33 0.00 0.93 4.63 0.00 [2021-01-19T20:21:44.682Z] 19:35:01 0.27 0.00 0.27 0.00 0.00 2.63 0.00 [2021-01-19T20:21:44.682Z] 19:36:01 0.28 0.00 0.28 0.00 0.00 3.40 0.00 [2021-01-19T20:21:44.682Z] 19:37:01 0.25 0.00 0.25 0.00 0.00 2.86 0.00 [2021-01-19T20:21:44.682Z] 19:38:01 0.18 0.02 0.17 0.00 1.07 1.37 0.00 [2021-01-19T20:21:44.682Z] 19:39:01 0.25 0.00 0.25 0.00 0.00 3.08 0.00 [2021-01-19T20:21:44.682Z] 19:40:01 0.20 0.00 0.20 0.00 0.00 2.75 0.00 [2021-01-19T20:21:44.682Z] 19:41:01 0.37 0.00 0.37 0.00 0.00 5.15 0.00 [2021-01-19T20:21:44.682Z] 19:42:02 0.20 0.00 0.20 0.00 0.00 2.71 0.00 [2021-01-19T20:21:44.682Z] 19:43:01 0.17 0.00 0.17 0.00 0.00 1.52 0.00 [2021-01-19T20:21:44.682Z] 19:44:01 0.27 0.02 0.25 0.00 1.07 3.06 0.00 [2021-01-19T20:21:44.682Z] 19:45:01 0.22 0.00 0.22 0.00 0.00 2.31 0.00 [2021-01-19T20:21:44.682Z] 19:46:01 0.25 0.00 0.25 0.00 0.00 3.06 0.00 [2021-01-19T20:21:44.682Z] 19:47:01 0.22 0.00 0.22 0.00 0.00 2.45 0.00 [2021-01-19T20:21:44.682Z] 19:48:01 0.20 0.00 0.20 0.00 0.00 1.68 0.00 [2021-01-19T20:21:44.682Z] 19:49:01 0.27 0.02 0.25 0.00 1.07 2.93 0.00 [2021-01-19T20:21:44.682Z] 19:50:01 0.22 0.00 0.22 0.00 0.00 2.32 0.00 [2021-01-19T20:21:44.682Z] 19:51:01 0.25 0.00 0.25 0.00 0.00 2.93 0.00 [2021-01-19T20:21:44.682Z] 19:52:01 0.22 0.00 0.22 0.00 0.00 2.32 0.00 [2021-01-19T20:21:44.682Z] 19:53:01 0.60 0.00 0.60 0.00 0.00 6.30 0.00 [2021-01-19T20:21:44.682Z] 19:54:01 0.65 0.00 0.65 0.00 0.00 7.29 0.00 [2021-01-19T20:21:44.682Z] 19:55:01 0.58 0.00 0.58 0.00 0.00 6.43 0.00 [2021-01-19T20:21:44.682Z] 19:56:01 0.65 0.00 0.65 0.00 0.00 7.43 0.00 [2021-01-19T20:21:44.682Z] 19:57:01 0.48 0.00 0.48 0.00 0.00 4.08 0.00 [2021-01-19T20:21:44.682Z] 19:58:01 0.47 0.00 0.47 0.00 0.00 4.33 0.00 [2021-01-19T20:21:44.682Z] 19:59:01 0.62 0.00 0.62 0.00 0.00 6.58 0.00 [2021-01-19T20:21:44.682Z] 20:00:01 0.73 0.08 0.65 0.00 3.20 6.99 0.00 [2021-01-19T20:21:44.682Z] 20:01:01 0.37 0.00 0.37 0.00 0.00 5.21 0.00 [2021-01-19T20:21:44.682Z] 20:02:02 0.18 0.00 0.18 0.00 0.00 1.63 0.00 [2021-01-19T20:21:44.682Z] 20:03:01 0.68 0.02 0.66 0.00 0.54 7.55 0.00 [2021-01-19T20:21:44.682Z] 20:04:01 0.55 0.00 0.55 0.00 0.00 6.00 0.00 [2021-01-19T20:21:44.682Z] 20:05:01 0.67 0.00 0.67 0.00 0.00 7.64 0.00 [2021-01-19T20:21:44.682Z] 20:06:01 0.52 0.02 0.50 0.00 1.07 4.30 0.00 [2021-01-19T20:21:44.682Z] 20:07:01 0.50 0.00 0.50 0.00 0.00 4.03 0.00 [2021-01-19T20:21:44.682Z] 20:08:01 0.62 0.00 0.62 0.00 0.00 5.91 0.00 [2021-01-19T20:21:44.682Z] 20:09:01 0.57 0.00 0.57 0.00 0.00 5.63 0.00 [2021-01-19T20:21:44.682Z] 20:10:01 0.25 0.00 0.25 0.00 0.00 3.08 0.00 [2021-01-19T20:21:44.682Z] 20:11:01 0.30 0.00 0.30 0.00 0.00 4.16 0.00 [2021-01-19T20:21:44.682Z] 20:12:01 0.22 0.00 0.22 0.00 0.00 3.20 0.00 [2021-01-19T20:21:44.682Z] 20:13:01 0.32 0.00 0.32 0.00 0.00 4.88 0.00 [2021-01-19T20:21:44.682Z] 20:14:01 0.27 0.00 0.27 0.00 0.00 3.90 0.00 [2021-01-19T20:21:44.682Z] 20:15:01 0.35 0.00 0.35 0.00 0.00 5.30 0.00 [2021-01-19T20:21:44.682Z] 20:16:01 0.32 0.00 0.32 0.00 0.00 4.55 0.00 [2021-01-19T20:21:44.682Z] 20:17:01 0.23 0.02 0.22 0.00 1.07 3.06 0.00 [2021-01-19T20:21:44.682Z] 20:18:01 0.32 0.00 0.32 0.00 0.00 4.75 0.00 [2021-01-19T20:21:44.682Z] 20:19:01 0.27 0.00 0.27 0.00 0.00 3.90 0.00 [2021-01-19T20:21:44.682Z] 20:20:01 0.33 0.00 0.33 0.00 0.00 4.96 0.00 [2021-01-19T20:21:44.682Z] 20:21:01 0.22 0.00 0.22 0.00 0.00 2.45 0.00 [2021-01-19T20:21:44.682Z] Average: 43.31 32.50 10.82 0.00 2426.85 3887.42 0.00 [2021-01-19T20:21:44.682Z] [2021-01-19T20:21:44.682Z] 17:10:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-19T20:21:44.682Z] 17:11:01 107428 0 477360 25.37 2620 1294136 965544 32.95 299756 1278048 24 [2021-01-19T20:21:44.682Z] 17:12:01 107940 0 476840 25.34 2620 1294144 965544 32.95 298572 1279384 8 [2021-01-19T20:21:44.682Z] 17:13:01 108020 0 476756 25.34 2620 1294148 965544 32.95 298576 1279384 12 [2021-01-19T20:21:44.682Z] 17:14:01 107780 0 476992 25.35 2620 1294152 973740 33.23 298760 1279384 8 [2021-01-19T20:21:44.682Z] 17:15:01 106992 0 477776 25.39 2620 1294156 973932 33.24 299852 1279384 20 [2021-01-19T20:21:44.682Z] 17:16:01 106628 0 478132 25.41 2620 1294164 973908 33.24 299628 1279388 16 [2021-01-19T20:21:44.682Z] 17:17:01 106448 0 478312 25.42 2620 1294164 973980 33.24 300028 1279384 20 [2021-01-19T20:21:44.683Z] 17:18:01 107924 0 476828 25.34 2620 1294172 973740 33.23 298712 1279384 12 [2021-01-19T20:21:44.683Z] 17:19:01 106656 0 478088 25.41 2620 1294180 973932 33.24 299780 1279384 8 [2021-01-19T20:21:44.683Z] 17:20:01 107328 0 477412 25.37 2620 1294184 973872 33.24 299496 1279384 8 [2021-01-19T20:21:44.683Z] 17:21:02 107212 0 477524 25.38 2620 1294188 973896 33.24 299528 1279384 12 [2021-01-19T20:21:44.683Z] 17:22:01 107064 0 477668 25.39 2620 1294192 973872 33.24 299536 1279384 8 [2021-01-19T20:21:44.683Z] 17:23:01 107836 0 476888 25.35 2620 1294200 973740 33.23 298804 1279388 8 [2021-01-19T20:21:44.683Z] 17:24:01 106996 0 477728 25.39 2620 1294200 973872 33.24 298808 1279384 8 [2021-01-19T20:21:44.683Z] 17:25:01 107236 0 477480 25.38 2620 1294208 973812 33.23 299216 1279384 8 [2021-01-19T20:21:44.683Z] 17:26:01 107696 0 477016 25.35 2620 1294212 973740 33.23 298836 1279380 8 [2021-01-19T20:21:44.683Z] 17:27:01 107844 0 476868 25.34 2620 1294212 973740 33.23 298712 1279380 8 [2021-01-19T20:21:44.683Z] 17:28:01 107976 0 476728 25.34 2620 1294220 973740 33.23 298720 1279380 16 [2021-01-19T20:21:44.683Z] 17:29:01 107952 0 476748 25.34 2620 1294224 973740 33.23 298724 1279380 8 [2021-01-19T20:21:44.683Z] 17:30:01 107492 0 477204 25.36 2620 1294228 973800 33.23 299044 1279380 8 [2021-01-19T20:21:44.683Z] 17:31:01 107788 0 476904 25.35 2620 1294232 973740 33.23 298856 1279380 20 [2021-01-19T20:21:44.683Z] 17:32:01 107712 0 476972 25.35 2620 1294240 973740 33.23 298864 1279380 8 [2021-01-19T20:21:44.683Z] 17:33:01 107836 0 476844 25.34 2620 1294244 973740 33.23 298992 1279380 8 [2021-01-19T20:21:44.683Z] 17:34:01 107704 0 476972 25.35 2620 1294248 973740 33.23 298996 1279380 8 [2021-01-19T20:21:44.683Z] 17:35:01 107172 0 477496 25.38 2620 1294256 973812 33.23 299384 1279380 8 [2021-01-19T20:21:44.683Z] 17:36:01 107416 0 477248 25.36 2620 1294260 973740 33.23 298888 1279380 8 [2021-01-19T20:21:44.683Z] 17:37:01 107048 0 477612 25.38 2620 1294264 973788 33.23 299148 1279380 8 [2021-01-19T20:21:44.683Z] 17:38:01 107492 0 477164 25.36 2620 1294268 973740 33.23 298896 1279380 8 [2021-01-19T20:21:44.683Z] 17:39:01 107608 0 477040 25.35 2620 1294276 973740 33.23 298780 1279380 8 [2021-01-19T20:21:44.683Z] 17:40:02 107088 0 477560 25.38 2620 1294276 973812 33.23 299284 1279380 8 [2021-01-19T20:21:44.683Z] 17:41:01 107480 0 477164 25.36 2620 1294280 973788 33.23 299192 1279380 12 [2021-01-19T20:21:44.683Z] 17:42:01 107288 0 477348 25.37 2620 1294288 973740 33.23 298824 1279380 16 [2021-01-19T20:21:44.683Z] 17:43:01 106896 0 477740 25.39 2620 1294288 973860 33.24 299528 1279380 20 [2021-01-19T20:21:44.683Z] 17:44:01 107836 0 476792 25.34 2620 1294296 973740 33.23 299024 1279380 16 [2021-01-19T20:21:44.683Z] 17:45:01 106680 0 477944 25.40 2620 1294300 973824 33.23 299500 1279380 8 [2021-01-19T20:21:44.683Z] 17:46:01 67244 0 662876 35.23 2620 1148804 1377488 47.01 540888 1067680 100880 [2021-01-19T20:21:44.683Z] 17:47:01 141764 0 680344 36.16 2032 1057404 1516504 51.76 556040 940164 1200 [2021-01-19T20:21:44.683Z] 17:48:01 144872 0 781564 41.54 1432 953676 1669644 56.98 665836 785900 67060 [2021-01-19T20:21:44.683Z] 17:49:01 277796 0 746876 39.69 624 856248 1430000 48.80 594656 716320 55376 [2021-01-19T20:21:44.683Z] 17:50:02 89508 0 827436 43.98 0 964600 2239948 76.45 711040 872348 78868 [2021-01-19T20:21:44.683Z] 17:51:02 97344 0 1308320 69.53 0 475880 4334460 147.93 790240 733972 23376 [2021-01-19T20:21:44.683Z] 17:52:01 84760 0 762500 40.53 0 1034284 1952024 66.62 769924 803348 87804 [2021-01-19T20:21:44.683Z] 17:53:01 132784 0 997996 53.04 0 750764 3206376 109.43 741040 751408 3156 [2021-01-19T20:21:44.683Z] 17:54:01 98344 0 737136 39.18 0 1046064 1513052 51.64 642752 880308 13776 [2021-01-19T20:21:44.683Z] 17:55:01 108280 0 644652 34.26 0 1128612 1216296 41.51 681572 837624 20 [2021-01-19T20:21:44.683Z] 17:56:01 111404 0 641336 34.09 0 1128804 1194528 40.77 679652 836888 12 [2021-01-19T20:21:44.683Z] 17:57:01 296512 0 730124 38.80 0 854908 1609500 54.93 614160 686772 93416 [2021-01-19T20:21:44.683Z] 17:58:01 70848 0 747932 39.75 0 1062764 1608068 54.88 635664 875456 16900 [2021-01-19T20:21:44.683Z] 17:59:01 104464 0 821260 43.65 0 955820 1364268 46.56 590172 824108 20 [2021-01-19T20:21:44.683Z] 18:00:01 106024 0 819604 43.56 0 955916 1364056 46.55 588652 824172 8 [2021-01-19T20:21:44.683Z] 18:01:01 104668 0 820944 43.63 0 955932 1366840 46.65 589456 824180 8 [2021-01-19T20:21:44.683Z] 18:02:01 112600 0 820496 43.61 0 948448 1364600 46.57 584204 821792 8 [2021-01-19T20:21:44.683Z] 18:03:01 114044 0 819044 43.53 0 948456 1362608 46.50 584768 819852 8 [2021-01-19T20:21:44.683Z] 18:04:01 114364 0 818716 43.51 0 948464 1362560 46.50 584752 819852 8 [2021-01-19T20:21:44.683Z] 18:05:01 114748 0 818328 43.49 0 948468 1362500 46.50 584248 819884 8 [2021-01-19T20:21:44.683Z] 18:06:01 115268 0 817804 43.46 0 948472 1362524 46.50 584448 819888 8 [2021-01-19T20:21:44.683Z] 18:07:01 115280 0 817780 43.46 0 948484 1362512 46.50 584196 819892 8 [2021-01-19T20:21:44.683Z] 18:08:01 115108 0 817944 43.47 0 948492 1362524 46.50 584204 819892 8 [2021-01-19T20:21:44.683Z] 18:09:02 115192 0 817824 43.47 0 948528 1362512 46.50 584308 819900 20 [2021-01-19T20:21:44.683Z] 18:10:01 115112 0 817856 43.47 0 948576 1362524 46.50 584264 819980 8 [2021-01-19T20:21:44.683Z] 18:11:01 115028 0 817916 43.47 0 948600 1362536 46.50 584408 820000 8 [2021-01-19T20:21:44.683Z] 18:12:01 115152 0 817792 43.46 0 948600 1362524 46.50 584272 820000 8 [2021-01-19T20:21:44.683Z] 18:13:01 115144 0 817752 43.46 0 948648 1362500 46.50 584380 820040 8 [2021-01-19T20:21:44.683Z] 18:14:01 114920 0 817972 43.47 0 948652 1362512 46.50 584308 820036 8 [2021-01-19T20:21:44.683Z] 18:15:01 115020 0 817868 43.47 0 948656 1362500 46.50 584336 820036 12 [2021-01-19T20:21:44.683Z] 18:16:01 115008 0 817872 43.47 0 948664 1362524 46.50 584288 820036 12 [2021-01-19T20:21:44.683Z] 18:17:01 115092 0 817780 43.46 0 948672 1362500 46.50 584112 820036 12 [2021-01-19T20:21:44.683Z] 18:18:01 115020 0 817848 43.47 0 948676 1362536 46.50 584576 820036 8 [2021-01-19T20:21:44.683Z] 18:19:01 114396 0 818480 43.50 0 948668 1362596 46.50 584604 820036 8 [2021-01-19T20:21:44.683Z] 18:20:01 114996 0 817856 43.47 0 948692 1362548 46.50 584392 820068 12 [2021-01-19T20:21:44.683Z] 18:21:01 114500 0 818348 43.49 0 948696 1362536 46.50 584580 820076 12 [2021-01-19T20:21:44.683Z] 18:22:01 114680 0 818164 43.48 0 948700 1362536 46.50 584596 820076 8 [2021-01-19T20:21:44.683Z] 18:23:01 115076 0 817760 43.46 0 948708 1362524 46.50 584544 820076 8 [2021-01-19T20:21:44.683Z] 18:24:01 114780 0 818048 43.48 0 948716 1362512 46.50 584364 820076 8 [2021-01-19T20:21:44.683Z] 18:25:01 114888 0 817936 43.47 0 948720 1362524 46.50 584420 820076 12 [2021-01-19T20:21:44.683Z] 18:26:01 114608 0 818204 43.49 0 948732 1362548 46.50 584508 820080 8 [2021-01-19T20:21:44.683Z] 18:27:01 114496 0 818308 43.49 0 948740 1362548 46.50 584476 820132 8 [2021-01-19T20:21:44.683Z] 18:28:01 114616 0 818188 43.48 0 948740 1362560 46.50 584572 820132 16 [2021-01-19T20:21:44.683Z] 18:29:01 114920 0 817876 43.47 0 948748 1362536 46.50 584580 820136 12 [2021-01-19T20:21:44.683Z] 18:30:01 114688 0 818100 43.48 0 948756 1362524 46.50 584328 820136 12 [2021-01-19T20:21:44.683Z] 18:31:01 114968 0 817812 43.46 0 948764 1362512 46.50 584452 820140 12 [2021-01-19T20:21:44.683Z] 18:32:01 111960 0 819200 43.54 0 950384 1362592 46.50 584512 823108 8 [2021-01-19T20:21:44.683Z] 18:33:01 111876 0 819260 43.54 0 950408 1362592 46.50 584512 823128 8 [2021-01-19T20:21:44.683Z] 18:34:02 111876 0 819392 43.55 0 950276 1362616 46.50 582444 825184 12 [2021-01-19T20:21:44.683Z] 18:35:01 111824 0 819440 43.55 0 950280 1362580 46.50 582312 825188 8 [2021-01-19T20:21:44.683Z] 18:36:01 111656 0 819600 43.56 0 950288 1362580 46.50 582444 825192 8 [2021-01-19T20:21:44.683Z] 18:37:01 112184 0 819068 43.53 0 950292 1362580 46.50 582256 825188 8 [2021-01-19T20:21:44.683Z] 18:38:01 112296 0 818952 43.53 0 950296 1362556 46.50 581996 825188 8 [2021-01-19T20:21:44.683Z] 18:39:01 112148 0 819088 43.53 0 950308 1362580 46.50 582212 825188 8 [2021-01-19T20:21:44.683Z] 18:40:01 111980 0 819276 43.54 0 950288 1362580 46.50 582216 825188 8 [2021-01-19T20:21:44.683Z] 18:41:01 112368 0 818852 43.52 0 950324 1362592 46.50 582220 825220 8 [2021-01-19T20:21:44.683Z] 18:42:01 112188 0 819024 43.53 0 950332 1362580 46.50 582148 825220 12 [2021-01-19T20:21:44.683Z] 18:43:01 112284 0 818920 43.52 0 950340 1362568 46.50 582148 825220 12 [2021-01-19T20:21:44.683Z] 18:44:01 114888 0 816312 43.39 0 950344 1359036 46.38 582716 821628 12 [2021-01-19T20:21:44.683Z] 18:45:01 114640 0 816556 43.40 0 950348 1359072 46.38 582988 821644 12 [2021-01-19T20:21:44.683Z] 18:46:01 115108 0 816072 43.37 0 950364 1359012 46.38 582776 821652 8 [2021-01-19T20:21:44.683Z] 18:47:01 115168 0 816008 43.37 0 950368 1359000 46.38 582708 821652 8 [2021-01-19T20:21:44.683Z] 18:48:01 115324 0 815844 43.36 0 950376 1359000 46.38 582636 821652 12 [2021-01-19T20:21:44.683Z] 18:49:01 149428 0 923228 49.07 0 808888 1357488 46.33 525072 736204 8 [2021-01-19T20:21:44.683Z] 18:50:01 198560 0 924272 49.12 0 758712 1359008 46.38 475492 736588 12 [2021-01-19T20:21:44.683Z] 18:51:01 198708 0 924120 49.11 0 758716 1359032 46.38 475500 736588 8 [2021-01-19T20:21:44.683Z] 18:52:01 198708 0 924136 49.12 0 758700 1359040 46.38 475516 736592 8 [2021-01-19T20:21:44.683Z] 18:53:01 198748 0 924064 49.11 0 758732 1359008 46.38 475444 736620 12 [2021-01-19T20:21:44.683Z] 18:54:01 198732 0 924084 49.11 0 758728 1359032 46.38 475524 736620 12 [2021-01-19T20:21:44.683Z] 18:55:01 198632 0 924160 49.12 0 758752 1359020 46.38 475388 736636 12 [2021-01-19T20:21:44.683Z] 18:56:01 198640 0 924136 49.12 0 758768 1359008 46.38 475484 736648 28 [2021-01-19T20:21:44.683Z] 18:57:01 198468 0 924312 49.13 0 758764 1359008 46.38 475576 736636 8 [2021-01-19T20:21:44.683Z] 18:58:01 198420 0 924352 49.13 0 758772 1359032 46.38 475456 736636 8 [2021-01-19T20:21:44.683Z] 18:59:01 198732 0 924044 49.11 0 758768 1359008 46.38 475652 736640 8 [2021-01-19T20:21:44.683Z] 19:00:01 198576 0 924180 49.12 0 758788 1359032 46.38 475596 736652 12 [2021-01-19T20:21:44.683Z] 19:01:01 196868 0 925876 49.21 0 758800 1361804 46.48 476476 736656 8 [2021-01-19T20:21:44.683Z] 19:02:01 198188 0 924544 49.14 0 758812 1359056 46.38 475796 736612 12 [2021-01-19T20:21:44.683Z] 19:03:01 197924 0 924804 49.15 0 758816 1359032 46.38 475600 736612 12 [2021-01-19T20:21:44.683Z] 19:04:01 198280 0 924468 49.13 0 758796 1359080 46.38 475688 736612 12 [2021-01-19T20:21:44.683Z] 19:05:01 198172 0 924540 49.14 0 758832 1359068 46.38 476036 736640 12 [2021-01-19T20:21:44.683Z] 19:06:01 198508 0 924200 49.12 0 758836 1359008 46.38 475800 736640 8 [2021-01-19T20:21:44.683Z] 19:07:01 198432 0 924264 49.12 0 758848 1359008 46.38 475696 736644 8 [2021-01-19T20:21:44.683Z] 19:08:01 198296 0 924392 49.13 0 758856 1359032 46.38 475692 736640 12 [2021-01-19T20:21:44.683Z] 19:09:01 198072 0 924612 49.14 0 758860 1359020 46.38 475768 736624 12 [2021-01-19T20:21:44.683Z] 19:10:01 198632 0 924044 49.11 0 758868 1359044 46.38 475788 736624 12 [2021-01-19T20:21:44.683Z] 19:11:01 198264 0 924404 49.13 0 758876 1359068 46.38 475680 736624 12 [2021-01-19T20:21:44.683Z] 19:12:01 198492 0 924168 49.12 0 758884 1359032 46.38 475552 736624 16 [2021-01-19T20:21:44.683Z] 19:13:01 198360 0 924296 49.12 0 758888 1359044 46.38 475628 736624 8 [2021-01-19T20:21:44.683Z] 19:14:01 198196 0 924476 49.13 0 758872 1359044 46.38 475576 736624 8 [2021-01-19T20:21:44.683Z] 19:15:01 198352 0 924284 49.12 0 758908 1359032 46.38 475560 736656 8 [2021-01-19T20:21:44.683Z] 19:16:01 198484 0 924148 49.12 0 758912 1359044 46.38 475580 736656 8 [2021-01-19T20:21:44.683Z] 19:17:01 198772 0 923848 49.10 0 758924 1359032 46.38 475460 736656 12 [2021-01-19T20:21:44.683Z] 19:18:01 198904 0 923712 49.09 0 758928 1359020 46.38 475456 736656 12 [2021-01-19T20:21:44.683Z] 19:19:01 198600 0 924008 49.11 0 758936 1359020 46.38 475644 736656 8 [2021-01-19T20:21:44.683Z] 19:20:02 198204 0 924364 49.13 0 758976 1359032 46.38 475760 736668 28 [2021-01-19T20:21:44.683Z] 19:21:01 198384 0 924208 49.12 0 758952 1359020 46.38 475696 736656 12 [2021-01-19T20:21:44.684Z] 19:22:01 198320 0 924272 49.12 0 758952 1359080 46.38 475712 736676 12 [2021-01-19T20:21:44.684Z] 19:23:01 198376 0 924220 49.12 0 758948 1359056 46.38 475816 736680 12 [2021-01-19T20:21:44.684Z] 19:24:01 198460 0 924116 49.11 0 758968 1359044 46.38 475760 736692 12 [2021-01-19T20:21:44.684Z] 19:25:01 198320 0 924252 49.12 0 758972 1359044 46.38 475644 736692 8 [2021-01-19T20:21:44.684Z] 19:26:01 198600 0 923964 49.11 0 758980 1359056 46.38 475908 736692 12 [2021-01-19T20:21:44.684Z] 19:27:01 198452 0 924104 49.11 0 758988 1359044 46.38 475828 736692 12 [2021-01-19T20:21:44.684Z] 19:28:01 198732 0 923812 49.10 0 759000 1359020 46.38 475832 736692 12 [2021-01-19T20:21:44.684Z] 19:29:01 198780 0 923816 49.10 0 758948 1358492 46.36 475520 736652 8 [2021-01-19T20:21:44.684Z] 19:30:01 198872 0 923712 49.09 0 758960 1358504 46.36 475596 736668 8 [2021-01-19T20:21:44.684Z] 19:31:01 198904 0 923672 49.09 0 758968 1358480 46.36 475652 736668 8 [2021-01-19T20:21:44.684Z] 19:32:01 199276 0 923292 49.07 0 758976 1358468 46.36 475456 736668 8 [2021-01-19T20:21:44.684Z] 19:33:01 198584 0 923976 49.11 0 758984 1358492 46.36 475476 736668 12 [2021-01-19T20:21:44.684Z] 19:34:01 199036 0 923536 49.08 0 758972 1358516 46.36 475556 736668 8 [2021-01-19T20:21:44.684Z] 19:35:01 198984 0 923548 49.08 0 759012 1358456 46.36 475596 736696 12 [2021-01-19T20:21:44.684Z] 19:36:01 198556 0 923964 49.11 0 759024 1358480 46.36 475488 736700 12 [2021-01-19T20:21:44.684Z] 19:37:01 198912 0 923596 49.09 0 759036 1358516 46.36 475516 736696 12 [2021-01-19T20:21:44.684Z] 19:38:01 198696 0 923840 49.10 0 759008 1358480 46.36 475440 736696 12 [2021-01-19T20:21:44.684Z] 19:39:01 198788 0 923708 49.09 0 759048 1358492 46.36 475512 736732 8 [2021-01-19T20:21:44.684Z] 19:40:01 198864 0 923620 49.09 0 759060 1358492 46.36 475588 736728 8 [2021-01-19T20:21:44.684Z] 19:41:01 198988 0 923492 49.08 0 759064 1358504 46.36 475596 736728 8 [2021-01-19T20:21:44.684Z] 19:42:02 198732 0 923736 49.09 0 759076 1358492 46.36 475568 736728 12 [2021-01-19T20:21:44.684Z] 19:43:01 198648 0 923812 49.10 0 759084 1358480 46.36 475644 736728 12 [2021-01-19T20:21:44.684Z] 19:44:01 198640 0 923808 49.10 0 759096 1358504 46.36 475672 736760 8 [2021-01-19T20:21:44.684Z] 19:45:01 198616 0 923824 49.10 0 759104 1358504 46.36 475724 736760 12 [2021-01-19T20:21:44.684Z] 19:46:01 198452 0 923980 49.11 0 759112 1358504 46.36 475864 736760 8 [2021-01-19T20:21:44.684Z] 19:47:01 198640 0 923784 49.10 0 759120 1358492 46.36 475676 736760 12 [2021-01-19T20:21:44.684Z] 19:48:01 198624 0 923796 49.10 0 759124 1358504 46.36 475672 736760 12 [2021-01-19T20:21:44.684Z] 19:49:01 198492 0 923948 49.11 0 759104 1358504 46.36 475816 736760 8 [2021-01-19T20:21:44.684Z] 19:50:01 198368 0 924028 49.11 0 759148 1358480 46.36 475812 736792 8 [2021-01-19T20:21:44.684Z] 19:51:01 198804 0 923584 49.09 0 759156 1358480 46.36 475628 736792 8 [2021-01-19T20:21:44.684Z] 19:52:01 198640 0 923740 49.09 0 759164 1358492 46.36 475764 736792 8 [2021-01-19T20:21:44.684Z] 19:53:01 198440 0 923928 49.10 0 759176 1358468 46.36 475884 736792 8 [2021-01-19T20:21:44.684Z] 19:54:01 198408 0 923956 49.11 0 759180 1358492 46.36 475664 736792 8 [2021-01-19T20:21:44.684Z] 19:55:01 198704 0 923644 49.09 0 759196 1358480 46.36 475652 736796 8 [2021-01-19T20:21:44.684Z] 19:56:01 198596 0 923744 49.09 0 759204 1358492 46.36 475788 736792 8 [2021-01-19T20:21:44.684Z] 19:57:01 198216 0 924120 49.11 0 759208 1358492 46.36 475844 736792 8 [2021-01-19T20:21:44.684Z] 19:58:01 197996 0 924332 49.13 0 759216 1358564 46.37 476088 736792 8 [2021-01-19T20:21:44.684Z] 19:59:01 198004 0 924316 49.13 0 759224 1358504 46.36 475872 736792 8 [2021-01-19T20:21:44.684Z] 20:00:01 201832 0 920492 48.92 0 759220 1354952 46.24 475788 733284 8 [2021-01-19T20:21:44.684Z] 20:01:01 200584 0 921716 48.99 0 759244 1357604 46.33 476768 733300 12 [2021-01-19T20:21:44.684Z] 20:02:02 201868 0 920364 48.92 0 759312 1354892 46.24 475804 733312 20 [2021-01-19T20:21:44.684Z] 20:03:01 202208 0 920076 48.90 0 759260 1354880 46.24 475764 733300 8 [2021-01-19T20:21:44.684Z] 20:04:01 201692 0 920564 48.93 0 759288 1354940 46.24 476112 733316 8 [2021-01-19T20:21:44.684Z] 20:05:01 201748 0 920504 48.92 0 759292 1354916 46.24 476112 733316 8 [2021-01-19T20:21:44.684Z] 20:06:01 201556 0 920716 48.93 0 759272 1354904 46.24 476116 733316 8 [2021-01-19T20:21:44.684Z] 20:07:01 201820 0 920416 48.92 0 759308 1354916 46.24 476116 733348 8 [2021-01-19T20:21:44.684Z] 20:08:01 201612 0 920612 48.93 0 759320 1354880 46.24 475924 733348 8 [2021-01-19T20:21:44.684Z] 20:09:01 201820 0 920400 48.92 0 759324 1354904 46.24 475692 733348 8 [2021-01-19T20:21:44.684Z] 20:10:01 201996 0 920212 48.91 0 759336 1354940 46.24 475900 733352 12 [2021-01-19T20:21:44.684Z] 20:11:01 201920 0 920276 48.91 0 759348 1354904 46.24 475888 733348 12 [2021-01-19T20:21:44.684Z] 20:12:01 202176 0 920016 48.90 0 759352 1354880 46.24 475628 733348 12 [2021-01-19T20:21:44.684Z] 20:13:01 202332 0 919852 48.89 0 759360 1354892 46.24 475516 733348 8 [2021-01-19T20:21:44.684Z] 20:14:01 201764 0 920412 48.92 0 759368 1354904 46.24 475652 733348 8 [2021-01-19T20:21:44.684Z] 20:15:01 201780 0 920380 48.92 0 759384 1354916 46.24 475912 733352 8 [2021-01-19T20:21:44.684Z] 20:16:01 201688 0 920468 48.92 0 759388 1354916 46.24 475984 733348 12 [2021-01-19T20:21:44.684Z] 20:17:01 201908 0 920240 48.91 0 759396 1354916 46.24 475864 733380 8 [2021-01-19T20:21:44.684Z] 20:18:01 201812 0 920328 48.91 0 759404 1354904 46.24 475796 733380 8 [2021-01-19T20:21:44.684Z] 20:19:01 201976 0 920156 48.90 0 759412 1354892 46.24 475604 733380 12 [2021-01-19T20:21:44.684Z] 20:20:01 202244 0 919884 48.89 0 759416 1354928 46.24 475816 733380 12 [2021-01-19T20:21:44.684Z] 20:21:01 201916 0 920204 48.91 0 759424 1354904 46.24 475620 733380 8 [2021-01-19T20:21:44.684Z] Average: 155215 0 804954 42.78 515 920860 1326345 45.27 484764 864315 2847 [2021-01-19T20:21:44.684Z] [2021-01-19T20:21:44.684Z] 17:10:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-19T20:21:44.684Z] 17:11:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.684Z] 17:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.684Z] 17:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.684Z] 17:12:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.684Z] 17:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.684Z] 17:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.684Z] 17:13:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.684Z] 17:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.684Z] 17:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.684Z] 17:14:01 eth0 1.53 0.08 0.11 0.01 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.684Z] 17:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.684Z] 17:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.684Z] 17:15:01 eth0 2.01 0.58 0.80 0.45 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.684Z] 17:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.684Z] 17:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.684Z] 17:16:01 eth0 2.36 0.25 0.44 0.19 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.684Z] 17:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.684Z] 17:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.684Z] 17:17:01 eth0 1.08 0.63 0.54 0.37 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.684Z] 17:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.684Z] 17:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.684Z] 17:18:01 eth0 0.57 0.08 0.06 0.04 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.684Z] 17:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.684Z] 17:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.684Z] 17:19:01 eth0 0.90 0.37 0.30 0.20 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.684Z] 17:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.684Z] 17:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.684Z] 17:20:01 eth0 1.40 0.53 0.48 0.27 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:21:02 eth0 2.03 0.62 0.68 0.37 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:21:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:21:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:22:01 eth0 0.64 0.36 0.29 0.24 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:23:01 eth0 0.18 0.08 0.02 0.01 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:24:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:25:01 eth0 0.32 0.18 0.14 0.07 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:26:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:27:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:28:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:29:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:30:01 eth0 0.30 0.22 0.14 0.07 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:31:01 eth0 0.10 0.05 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:32:01 eth0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:33:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:34:01 eth0 0.15 0.03 0.01 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:35:01 eth0 0.20 0.15 0.08 0.07 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:36:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:37:01 eth0 0.18 0.12 0.07 0.01 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:38:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:39:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:40:02 eth0 0.12 0.12 0.07 0.07 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:40:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:41:01 eth0 0.19 0.12 0.07 0.01 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:42:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:43:01 eth0 0.35 0.18 0.22 0.13 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:44:01 eth0 0.08 0.05 0.05 0.06 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:45:01 eth0 0.12 0.08 0.07 0.06 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:46:01 eth0 1551.76 1471.93 5084.63 180.91 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:46:01 veth85e71ca 685.60 507.71 62.60 1748.69 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:46:01 docker0 685.60 507.61 53.23 1748.68 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:47:01 vethaf35a2d 22.78 26.74 2.20 17.13 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:47:01 eth0 679.88 701.65 4148.44 68.02 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:47:01 docker0 437.54 356.32 31.42 1301.37 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:48:01 vethe7c8f81 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:48:01 eth0 128.95 109.11 481.80 79.72 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:48:01 docker0 80.23 86.37 6.31 451.13 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:49:01 vethe7c8f81 0.23 0.23 0.02 0.02 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:49:01 eth0 27.69 14.78 23.49 12.58 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:49:01 docker0 0.23 0.23 0.02 0.02 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:50:02 vethd2dc45e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:50:02 eth0 216.06 174.59 1676.03 80.99 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:50:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:50:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:51:02 vethd2dc45e 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:51:02 veth59ea3b0 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:51:02 veth35ca57e 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:51:02 veth7fe9d56 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:52:01 vethd2dc45e 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:52:01 eth0 2969.32 2669.67 12348.54 481.40 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:52:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:52:01 docker0 1247.47 1011.81 93.65 3804.94 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:53:01 vethffafe04 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:53:01 vethd2dc45e 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:53:01 veth72faed2 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:53:01 eth0 48.36 34.56 106.22 83.23 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:54:01 vethd2dc45e 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:54:01 vethded3ec5 4.21 4.47 0.53 20.20 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:54:01 eth0 202.54 136.74 1652.01 22.43 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:54:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:55:01 eth0 453.10 418.27 229.88 1588.34 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:55:01 docker0 1291.68 1094.28 96.50 4368.45 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:56:01 eth0 1.53 0.23 0.37 0.22 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:57:01 eth0 437.60 381.03 4026.29 32.83 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:58:01 eth0 542.83 483.70 3452.83 108.31 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:58:01 docker0 64.52 63.98 4.89 221.59 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:59:01 eth0 73.80 41.76 230.08 12.26 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:59:01 vethae8f6e7 26.05 45.84 1.76 202.68 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 17:59:01 docker0 26.05 45.71 1.40 202.67 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 18:00:01 eth0 1.56 0.85 1.27 0.63 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 18:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 18:00:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 18:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 18:01:01 eth0 1.62 0.70 0.96 0.51 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 18:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 18:01:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 18:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 18:02:01 eth0 2.10 0.85 1.23 0.64 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 18:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 18:02:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 18:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 18:03:01 eth0 24.73 23.49 2.93 43.85 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 18:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 18:03:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 18:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 18:04:01 eth0 1.80 0.67 1.03 0.51 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 18:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 18:04:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 18:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 18:05:01 eth0 1.73 0.97 1.31 0.76 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 18:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 18:05:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 18:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.685Z] 18:06:01 eth0 1.18 0.67 0.91 0.48 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:06:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:07:01 eth0 1.18 0.70 0.91 0.45 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:07:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:08:01 eth0 1.17 0.75 0.91 0.49 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:08:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:09:02 eth0 1.25 0.75 0.97 0.55 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:09:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:09:02 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:09:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:10:01 eth0 1.32 0.69 1.06 0.52 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:10:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:11:01 eth0 1.27 0.73 0.92 0.51 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:11:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:12:01 eth0 1.22 0.70 0.92 0.48 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:12:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:13:01 eth0 1.23 0.65 0.92 0.48 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:13:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:14:01 eth0 1.22 0.75 0.97 0.49 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:14:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:15:01 eth0 1.23 0.65 0.98 0.56 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:15:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:16:01 eth0 2.50 0.70 1.03 0.46 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:16:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:17:01 eth0 3.10 0.93 1.38 0.68 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:17:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:18:01 eth0 2.45 1.18 1.49 0.90 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:18:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:19:01 eth0 2.33 0.98 1.29 0.68 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:19:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:20:01 eth0 2.25 1.00 1.35 0.77 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:20:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:21:01 eth0 2.60 0.88 1.27 0.64 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:21:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:22:01 eth0 2.18 0.78 1.23 0.67 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:22:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:23:01 eth0 1.58 0.80 1.18 0.67 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:23:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:24:01 eth0 1.33 0.80 0.98 0.55 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:24:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:25:01 eth0 1.80 0.77 1.09 0.52 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:25:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:26:01 eth0 2.00 0.87 1.22 0.67 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:26:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:27:01 eth0 1.62 1.02 1.18 0.71 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:27:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:28:01 eth0 2.05 0.88 1.23 0.64 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:28:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:29:01 eth0 1.30 0.70 0.98 0.52 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:29:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:30:01 eth0 1.97 0.75 1.10 0.57 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:30:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:31:01 eth0 1.62 0.95 1.18 0.65 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:31:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:32:01 eth0 1.18 0.67 0.91 0.48 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:32:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:33:01 eth0 1.17 0.72 0.91 0.51 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:33:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:34:02 eth0 1.65 0.65 1.02 0.48 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:34:02 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:34:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:35:01 eth0 2.74 0.91 1.43 0.75 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:35:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:36:01 eth0 1.72 0.88 1.19 0.70 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:36:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:37:01 eth0 1.18 0.68 0.91 0.48 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:37:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:38:01 eth0 1.22 0.63 0.92 0.48 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:38:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:39:01 eth0 1.25 0.65 0.97 0.51 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:39:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:40:01 eth0 1.35 0.77 1.05 0.55 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:40:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:41:01 eth0 1.15 0.65 0.91 0.45 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:41:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:42:01 eth0 1.17 0.68 0.91 0.51 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:42:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:43:01 eth0 1.58 0.92 1.18 0.64 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:43:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:44:01 eth0 13.99 13.76 1.80 31.37 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:44:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:45:01 eth0 12.31 11.96 1.70 27.55 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.686Z] 18:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:45:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:46:01 eth0 1.25 0.75 0.97 0.46 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:46:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:47:01 eth0 1.20 0.70 0.92 0.48 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:47:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:48:01 eth0 1.17 0.72 0.91 0.51 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:48:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:49:01 eth0 1.22 0.72 0.97 0.48 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:49:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:50:01 eth0 1.33 0.72 1.05 0.54 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:50:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:51:01 eth0 1.17 0.68 0.91 0.51 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:51:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:52:01 eth0 1.15 0.70 0.91 0.46 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:52:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:53:01 eth0 1.15 0.70 0.91 0.48 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:53:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:54:01 eth0 1.25 0.80 0.97 0.55 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:54:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:55:01 eth0 1.33 0.82 1.05 0.52 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:55:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:56:01 eth0 1.20 0.63 0.92 0.48 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:56:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:57:01 eth0 1.19 0.69 0.93 0.52 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:57:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:58:01 eth0 1.17 0.68 0.91 0.45 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:58:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:59:01 eth0 1.22 0.70 0.97 0.51 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:59:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 18:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:00:01 eth0 1.27 0.70 0.99 0.57 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:00:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:01:01 eth0 1.20 0.62 0.97 0.45 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:01:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:02:01 eth0 1.15 0.62 0.91 0.48 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:02:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:03:01 eth0 1.15 0.62 0.91 0.50 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:03:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:04:01 eth0 1.68 0.67 1.02 0.48 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:04:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:05:01 eth0 1.65 1.00 1.25 0.74 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:05:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:06:01 eth0 1.23 0.65 0.97 0.50 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:06:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:07:01 eth0 1.15 0.65 0.91 0.45 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:07:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:08:01 eth0 1.18 0.70 0.92 0.48 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:08:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:09:01 eth0 1.28 0.80 0.97 0.55 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:09:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:10:01 eth0 1.27 0.78 0.99 0.52 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:10:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:11:01 eth0 1.20 0.65 0.97 0.48 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:11:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:12:01 eth0 1.22 0.72 0.92 0.51 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:12:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:13:01 eth0 1.15 0.62 0.91 0.45 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:13:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:14:01 eth0 1.22 0.67 0.97 0.51 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:14:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:15:01 eth0 1.27 0.73 0.99 0.57 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:15:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:16:01 eth0 1.22 0.72 0.97 0.46 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:16:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:17:01 eth0 1.15 0.72 0.91 0.48 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:17:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:18:01 eth0 1.17 0.63 0.91 0.50 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:18:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:19:01 eth0 1.23 0.75 0.97 0.49 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.687Z] 19:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:19:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:20:02 eth0 1.25 0.68 0.99 0.54 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:20:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:20:02 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:20:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:21:01 eth0 1.27 0.76 0.99 0.52 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:21:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:22:01 eth0 13.32 12.94 1.70 24.65 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:22:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:23:01 eth0 16.32 16.32 1.89 26.68 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:23:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:24:01 eth0 1.23 0.77 0.97 0.54 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:24:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:25:01 eth0 1.25 0.77 0.99 0.52 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:25:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:26:01 eth0 1.22 0.72 0.97 0.48 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:26:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:27:01 eth0 1.17 0.70 0.91 0.51 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:27:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:28:01 eth0 1.15 0.70 0.91 0.46 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:28:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:29:01 eth0 1.25 0.75 0.97 0.52 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:29:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:30:01 eth0 1.30 0.80 0.99 0.57 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:30:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:31:01 eth0 1.22 0.73 0.97 0.48 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:31:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:32:01 eth0 1.13 0.63 0.91 0.45 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:32:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:33:01 eth0 1.17 0.72 0.91 0.51 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:33:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:34:01 eth0 1.22 0.70 0.97 0.48 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:34:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:35:01 eth0 1.25 0.75 0.99 0.54 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:35:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:36:01 eth0 1.25 0.78 1.00 0.51 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:36:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:37:01 eth0 1.13 0.67 0.91 0.45 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:37:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:38:01 eth0 1.13 0.67 0.91 0.48 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:38:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:39:01 eth0 1.23 0.77 0.97 0.54 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:39:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:40:01 eth0 1.25 0.70 0.99 0.51 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:40:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:41:01 eth0 1.23 0.78 0.97 0.49 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:41:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:42:02 eth0 1.17 0.73 0.91 0.51 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:42:02 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:42:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:43:01 eth0 1.30 0.80 1.02 0.53 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:43:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:44:01 eth0 1.47 0.85 1.14 0.64 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:44:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:45:01 eth0 1.27 0.77 0.99 0.57 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:45:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:46:01 eth0 1.25 0.72 0.97 0.46 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:46:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:47:01 eth0 1.15 0.70 0.91 0.48 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:47:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:48:01 eth0 1.17 0.67 0.91 0.51 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:48:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:49:01 eth0 1.22 0.77 0.97 0.49 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:49:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:50:01 eth0 1.25 0.70 0.99 0.54 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:50:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:51:01 eth0 1.17 0.70 0.91 0.51 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:51:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:52:01 eth0 1.18 0.70 0.97 0.46 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:52:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.688Z] 19:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 19:53:01 eth0 1.15 0.67 0.91 0.48 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 19:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 19:53:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 19:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 19:54:01 eth0 1.23 0.77 0.97 0.54 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 19:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 19:54:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 19:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 19:55:01 eth0 1.32 0.72 1.04 0.51 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 19:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 19:55:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 19:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 19:56:01 eth0 1.17 0.72 0.93 0.48 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 19:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 19:56:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 19:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 19:57:01 eth0 2.18 0.90 1.23 0.70 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 19:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 19:57:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 19:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 19:58:01 eth0 2.08 0.85 1.22 0.66 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 19:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 19:58:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 19:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 19:59:01 eth0 2.16 1.00 1.30 0.71 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 19:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 19:59:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 19:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:00:01 eth0 21.40 20.77 2.31 44.88 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:00:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:01:01 eth0 4.96 4.36 1.45 6.16 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:01:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:02:02 eth0 1.15 0.58 0.91 0.47 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:02:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:02:02 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:02:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:03:01 eth0 1.95 0.64 0.99 0.51 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:03:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:04:01 eth0 2.17 0.95 1.29 0.68 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:04:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:05:01 eth0 1.63 0.97 1.25 0.74 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:05:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:06:01 eth0 1.22 0.67 0.97 0.51 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:06:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:07:01 eth0 1.17 0.67 0.91 0.45 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:07:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:08:01 eth0 1.15 0.62 0.91 0.48 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:08:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:09:01 eth0 1.23 0.77 0.97 0.54 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:09:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:10:01 eth0 1.33 0.70 1.05 0.51 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:10:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:11:01 eth0 1.15 0.68 0.91 0.48 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:11:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:12:01 eth0 1.18 0.68 0.91 0.51 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:12:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:13:01 eth0 1.17 0.75 0.91 0.46 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:13:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:14:01 eth0 1.67 0.67 1.02 0.51 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:14:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:15:01 eth0 1.75 0.97 1.31 0.76 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:15:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:16:01 eth0 1.22 0.68 0.92 0.45 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:16:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:17:01 eth0 1.17 0.70 0.91 0.48 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:17:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:18:01 eth0 1.17 0.72 0.91 0.51 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:18:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:19:01 eth0 1.75 0.70 1.02 0.48 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:19:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:20:01 eth0 1.38 0.75 1.05 0.54 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:20:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:21:01 eth0 1.93 0.72 0.98 0.48 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:21:01 vethae8f6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] 20:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] Average: eth0 25.10 22.25 113.51 13.38 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] Average: vethae8f6e7 0.14 0.24 0.01 1.06 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] Average: docker0 7.14 6.22 0.53 24.75 0.00 0.00 0.00 0.00 [2021-01-19T20:21:44.689Z] [2021-01-19T20:21:44.689Z] [2021-01-19T20:21:44.689Z] ---> sar -P ALL: [2021-01-19T20:21:44.689Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/19/21 _x86_64_ (4 CPU) [2021-01-19T20:21:44.689Z] [2021-01-19T20:21:44.689Z] 17:09:03 LINUX RESTART (4 CPU) [2021-01-19T20:21:44.689Z] [2021-01-19T20:21:44.689Z] 17:10:01 CPU %user %nice %system %iowait %steal %idle [2021-01-19T20:21:44.689Z] 17:11:01 all 0.12 0.00 0.06 0.00 0.10 99.72 [2021-01-19T20:21:44.689Z] 17:11:01 0 0.03 0.00 0.05 0.00 0.07 99.85 [2021-01-19T20:21:44.689Z] 17:11:01 1 0.03 0.00 0.03 0.00 0.07 99.87 [2021-01-19T20:21:44.689Z] 17:11:01 2 0.02 0.00 0.05 0.00 0.03 99.90 [2021-01-19T20:21:44.689Z] 17:11:01 3 0.42 0.00 0.10 0.00 0.23 99.25 [2021-01-19T20:21:44.689Z] 17:12:01 all 0.14 0.00 0.05 0.00 0.19 99.62 [2021-01-19T20:21:44.689Z] 17:12:01 0 0.02 0.00 0.07 0.00 0.08 99.83 [2021-01-19T20:21:44.689Z] 17:12:01 1 0.37 0.00 0.07 0.00 0.33 99.24 [2021-01-19T20:21:44.689Z] 17:12:01 2 0.03 0.00 0.03 0.00 0.20 99.73 [2021-01-19T20:21:44.689Z] 17:12:01 3 0.13 0.00 0.05 0.00 0.15 99.67 [2021-01-19T20:21:44.689Z] 17:13:01 all 0.13 0.00 0.03 0.00 0.12 99.71 [2021-01-19T20:21:44.689Z] 17:13:01 0 0.02 0.00 0.02 0.00 0.18 99.78 [2021-01-19T20:21:44.689Z] 17:13:01 1 0.47 0.00 0.05 0.00 0.10 99.38 [2021-01-19T20:21:44.689Z] 17:13:01 2 0.02 0.00 0.02 0.00 0.05 99.92 [2021-01-19T20:21:44.689Z] 17:13:01 3 0.02 0.00 0.05 0.00 0.17 99.77 [2021-01-19T20:21:44.689Z] 17:14:01 all 0.14 0.00 0.03 0.00 0.13 99.70 [2021-01-19T20:21:44.689Z] 17:14:01 0 0.05 0.00 0.03 0.00 0.17 99.75 [2021-01-19T20:21:44.689Z] 17:14:01 1 0.43 0.00 0.03 0.00 0.10 99.43 [2021-01-19T20:21:44.689Z] 17:14:01 2 0.03 0.00 0.02 0.00 0.07 99.88 [2021-01-19T20:21:44.689Z] 17:14:01 3 0.05 0.00 0.05 0.00 0.18 99.72 [2021-01-19T20:21:44.689Z] 17:15:01 all 0.18 0.00 0.05 0.00 0.29 99.48 [2021-01-19T20:21:44.689Z] 17:15:01 0 0.05 0.00 0.03 0.00 0.27 99.65 [2021-01-19T20:21:44.689Z] 17:15:01 1 0.37 0.00 0.07 0.00 0.33 99.24 [2021-01-19T20:21:44.689Z] 17:15:01 2 0.05 0.00 0.05 0.00 0.37 99.53 [2021-01-19T20:21:44.689Z] 17:15:01 3 0.25 0.00 0.03 0.00 0.20 99.52 [2021-01-19T20:21:44.689Z] 17:16:01 all 0.12 0.00 0.02 0.00 0.37 99.48 [2021-01-19T20:21:44.689Z] 17:16:01 0 0.05 0.00 0.03 0.00 0.03 99.88 [2021-01-19T20:21:44.689Z] 17:16:01 1 0.38 0.00 0.02 0.00 0.42 99.19 [2021-01-19T20:21:44.689Z] 17:16:01 2 0.03 0.00 0.02 0.00 0.51 99.44 [2021-01-19T20:21:44.689Z] 17:16:01 3 0.03 0.00 0.03 0.00 0.53 99.40 [2021-01-19T20:21:44.689Z] 17:17:01 all 0.15 0.00 0.05 0.00 0.13 99.68 [2021-01-19T20:21:44.689Z] 17:17:01 0 0.02 0.00 0.03 0.00 0.15 99.80 [2021-01-19T20:21:44.689Z] 17:17:01 1 0.45 0.00 0.05 0.00 0.17 99.33 [2021-01-19T20:21:44.689Z] 17:17:01 2 0.05 0.00 0.03 0.00 0.02 99.90 [2021-01-19T20:21:44.689Z] 17:17:01 3 0.07 0.00 0.07 0.00 0.18 99.68 [2021-01-19T20:21:44.689Z] 17:18:01 all 0.15 0.00 0.05 0.00 0.12 99.68 [2021-01-19T20:21:44.689Z] 17:18:01 0 0.05 0.00 0.07 0.00 0.12 99.77 [2021-01-19T20:21:44.689Z] 17:18:01 1 0.48 0.00 0.05 0.00 0.22 99.25 [2021-01-19T20:21:44.689Z] 17:18:01 2 0.00 0.00 0.03 0.00 0.00 99.97 [2021-01-19T20:21:44.689Z] 17:18:01 3 0.05 0.00 0.03 0.00 0.17 99.75 [2021-01-19T20:21:44.689Z] 17:19:01 all 0.19 0.00 0.03 0.00 0.01 99.77 [2021-01-19T20:21:44.689Z] 17:19:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2021-01-19T20:21:44.689Z] 17:19:01 1 0.18 0.00 0.03 0.00 0.02 99.77 [2021-01-19T20:21:44.690Z] 17:19:01 2 0.12 0.00 0.05 0.00 0.00 99.83 [2021-01-19T20:21:44.690Z] 17:19:01 3 0.40 0.00 0.03 0.00 0.02 99.55 [2021-01-19T20:21:44.690Z] 17:20:01 all 0.16 0.00 0.04 0.00 0.01 99.80 [2021-01-19T20:21:44.690Z] 17:20:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-19T20:21:44.690Z] 17:20:01 1 0.28 0.00 0.05 0.00 0.00 99.67 [2021-01-19T20:21:44.690Z] 17:20:01 2 0.02 0.00 0.03 0.00 0.02 99.93 [2021-01-19T20:21:44.690Z] 17:20:01 3 0.32 0.00 0.05 0.00 0.02 99.62 [2021-01-19T20:21:44.690Z] 17:21:02 all 0.17 0.00 0.03 0.00 0.00 99.79 [2021-01-19T20:21:44.690Z] 17:21:02 0 0.05 0.00 0.02 0.00 0.02 99.92 [2021-01-19T20:21:44.690Z] 17:21:02 1 0.27 0.00 0.03 0.00 0.00 99.70 [2021-01-19T20:21:44.690Z] 17:21:02 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-19T20:21:44.690Z] 17:21:02 3 0.35 0.00 0.05 0.00 0.00 99.60 [2021-01-19T20:21:44.690Z] [2021-01-19T20:21:44.690Z] 17:21:02 CPU %user %nice %system %iowait %steal %idle [2021-01-19T20:21:44.690Z] 17:22:01 all 0.15 0.00 0.03 0.00 0.01 99.81 [2021-01-19T20:21:44.690Z] 17:22:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2021-01-19T20:21:44.690Z] 17:22:01 1 0.52 0.00 0.03 0.00 0.00 99.44 [2021-01-19T20:21:44.690Z] 17:22:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2021-01-19T20:21:44.690Z] 17:22:01 3 0.05 0.00 0.05 0.00 0.03 99.86 [2021-01-19T20:21:44.690Z] 17:23:01 all 0.09 0.00 0.06 0.00 0.02 99.83 [2021-01-19T20:21:44.690Z] 17:23:01 0 0.02 0.00 0.02 0.00 0.03 99.93 [2021-01-19T20:21:44.690Z] 17:23:01 1 0.30 0.00 0.15 0.00 0.02 99.53 [2021-01-19T20:21:44.690Z] 17:23:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2021-01-19T20:21:44.690Z] 17:23:01 3 0.03 0.00 0.07 0.00 0.00 99.90 [2021-01-19T20:21:44.690Z] 17:24:01 all 0.05 0.00 0.06 0.00 0.04 99.85 [2021-01-19T20:21:44.690Z] 17:24:01 0 0.02 0.00 0.07 0.00 0.02 99.90 [2021-01-19T20:21:44.690Z] 17:24:01 1 0.08 0.00 0.03 0.00 0.07 99.82 [2021-01-19T20:21:44.690Z] 17:24:01 2 0.03 0.00 0.08 0.00 0.03 99.85 [2021-01-19T20:21:44.690Z] 17:24:01 3 0.08 0.00 0.05 0.00 0.05 99.82 [2021-01-19T20:21:44.690Z] 17:25:01 all 0.17 0.00 0.05 0.00 0.01 99.78 [2021-01-19T20:21:44.690Z] 17:25:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-19T20:21:44.690Z] 17:25:01 1 0.53 0.00 0.03 0.00 0.00 99.43 [2021-01-19T20:21:44.690Z] 17:25:01 2 0.03 0.00 0.07 0.00 0.02 99.88 [2021-01-19T20:21:44.690Z] 17:25:01 3 0.05 0.00 0.07 0.00 0.02 99.87 [2021-01-19T20:21:44.690Z] 17:26:01 all 0.15 0.00 0.03 0.00 0.01 99.80 [2021-01-19T20:21:44.690Z] 17:26:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2021-01-19T20:21:44.690Z] 17:26:01 1 0.52 0.00 0.03 0.00 0.02 99.43 [2021-01-19T20:21:44.690Z] 17:26:01 2 0.05 0.00 0.02 0.00 0.00 99.93 [2021-01-19T20:21:44.690Z] 17:26:01 3 0.03 0.00 0.07 0.00 0.02 99.88 [2021-01-19T20:21:44.690Z] 17:27:01 all 0.15 0.00 0.03 0.00 0.02 99.80 [2021-01-19T20:21:44.690Z] 17:27:01 0 0.05 0.00 0.03 0.00 0.03 99.88 [2021-01-19T20:21:44.690Z] 17:27:01 1 0.50 0.00 0.02 0.00 0.02 99.47 [2021-01-19T20:21:44.690Z] 17:27:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2021-01-19T20:21:44.690Z] 17:27:01 3 0.05 0.00 0.05 0.00 0.02 99.88 [2021-01-19T20:21:44.690Z] 17:28:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2021-01-19T20:21:44.690Z] 17:28:01 0 0.00 0.00 0.03 0.00 0.00 99.97 [2021-01-19T20:21:44.690Z] 17:28:01 1 0.52 0.00 0.03 0.00 0.02 99.43 [2021-01-19T20:21:44.690Z] 17:28:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-19T20:21:44.690Z] 17:28:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-19T20:21:44.690Z] 17:29:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-01-19T20:21:44.690Z] 17:29:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-19T20:21:44.690Z] 17:29:01 1 0.50 0.00 0.03 0.00 0.00 99.47 [2021-01-19T20:21:44.690Z] 17:29:01 2 0.05 0.00 0.07 0.00 0.00 99.88 [2021-01-19T20:21:44.690Z] 17:29:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-19T20:21:44.690Z] 17:30:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2021-01-19T20:21:44.690Z] 17:30:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-19T20:21:44.690Z] 17:30:01 1 0.52 0.00 0.03 0.00 0.00 99.45 [2021-01-19T20:21:44.690Z] 17:30:01 2 0.07 0.00 0.07 0.00 0.00 99.87 [2021-01-19T20:21:44.690Z] 17:30:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2021-01-19T20:21:44.690Z] 17:31:01 all 0.15 0.00 0.02 0.00 0.01 99.81 [2021-01-19T20:21:44.690Z] 17:31:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-19T20:21:44.690Z] 17:31:01 1 0.50 0.00 0.02 0.00 0.02 99.47 [2021-01-19T20:21:44.690Z] 17:31:01 2 0.03 0.00 0.05 0.00 0.03 99.88 [2021-01-19T20:21:44.690Z] 17:31:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-19T20:21:44.690Z] 17:32:01 all 0.14 0.00 0.02 0.00 0.02 99.81 [2021-01-19T20:21:44.690Z] 17:32:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-19T20:21:44.690Z] 17:32:01 1 0.48 0.00 0.02 0.00 0.02 99.48 [2021-01-19T20:21:44.690Z] 17:32:01 2 0.05 0.00 0.03 0.00 0.03 99.88 [2021-01-19T20:21:44.690Z] 17:32:01 3 0.02 0.00 0.02 0.00 0.03 99.93 [2021-01-19T20:21:44.690Z] [2021-01-19T20:21:44.690Z] 17:32:01 CPU %user %nice %system %iowait %steal %idle [2021-01-19T20:21:44.690Z] 17:33:01 all 0.14 0.00 0.03 0.00 0.00 99.83 [2021-01-19T20:21:44.690Z] 17:33:01 0 0.00 0.00 0.03 0.00 0.00 99.97 [2021-01-19T20:21:44.690Z] 17:33:01 1 0.52 0.00 0.03 0.00 0.00 99.45 [2021-01-19T20:21:44.690Z] 17:33:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-19T20:21:44.690Z] 17:33:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-19T20:21:44.690Z] 17:34:01 all 0.14 0.00 0.02 0.00 0.00 99.84 [2021-01-19T20:21:44.690Z] 17:34:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-01-19T20:21:44.690Z] 17:34:01 1 0.52 0.00 0.03 0.00 0.00 99.45 [2021-01-19T20:21:44.690Z] 17:34:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-19T20:21:44.690Z] 17:34:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2021-01-19T20:21:44.690Z] 17:35:01 all 0.15 0.00 0.02 0.00 0.00 99.82 [2021-01-19T20:21:44.690Z] 17:35:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2021-01-19T20:21:44.690Z] 17:35:01 1 0.52 0.00 0.03 0.00 0.02 99.43 [2021-01-19T20:21:44.690Z] 17:35:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-19T20:21:44.690Z] 17:35:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-19T20:21:44.690Z] 17:36:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-01-19T20:21:44.690Z] 17:36:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-19T20:21:44.690Z] 17:36:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-19T20:21:44.690Z] 17:36:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-19T20:21:44.690Z] 17:36:01 3 0.52 0.00 0.02 0.00 0.00 99.47 [2021-01-19T20:21:44.690Z] 17:37:01 all 0.12 0.00 0.03 0.00 0.00 99.84 [2021-01-19T20:21:44.690Z] 17:37:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-19T20:21:44.690Z] 17:37:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-19T20:21:44.690Z] 17:37:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-19T20:21:44.690Z] 17:37:01 3 0.42 0.00 0.03 0.00 0.00 99.55 [2021-01-19T20:21:44.690Z] 17:38:01 all 0.05 0.00 0.04 0.00 0.00 99.91 [2021-01-19T20:21:44.690Z] 17:38:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-01-19T20:21:44.690Z] 17:38:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-19T20:21:44.690Z] 17:38:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-19T20:21:44.690Z] 17:38:01 3 0.12 0.00 0.10 0.00 0.02 99.77 [2021-01-19T20:21:44.690Z] 17:39:01 all 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-19T20:21:44.690Z] 17:39:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-19T20:21:44.690Z] 17:39:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-19T20:21:44.690Z] 17:39:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2021-01-19T20:21:44.690Z] 17:39:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-19T20:21:44.690Z] 17:40:02 all 0.07 0.00 0.03 0.00 0.00 99.90 [2021-01-19T20:21:44.690Z] 17:40:02 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-19T20:21:44.690Z] 17:40:02 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-19T20:21:44.690Z] 17:40:02 2 0.07 0.00 0.03 0.00 0.02 99.88 [2021-01-19T20:21:44.690Z] 17:40:02 3 0.13 0.00 0.02 0.00 0.00 99.85 [2021-01-19T20:21:44.690Z] 17:41:01 all 0.14 0.00 0.03 0.00 0.00 99.82 [2021-01-19T20:21:44.690Z] 17:41:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-19T20:21:44.690Z] 17:41:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-19T20:21:44.690Z] 17:41:01 2 0.00 0.00 0.03 0.00 0.00 99.97 [2021-01-19T20:21:44.690Z] 17:41:01 3 0.53 0.00 0.03 0.00 0.00 99.44 [2021-01-19T20:21:44.690Z] 17:42:01 all 0.14 0.00 0.02 0.00 0.00 99.84 [2021-01-19T20:21:44.690Z] 17:42:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2021-01-19T20:21:44.690Z] 17:42:01 1 0.02 0.00 0.05 0.00 0.00 99.93 [2021-01-19T20:21:44.690Z] 17:42:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-19T20:21:44.690Z] 17:42:01 3 0.53 0.00 0.02 0.00 0.00 99.45 [2021-01-19T20:21:44.690Z] 17:43:01 all 0.15 0.00 0.03 0.00 0.00 99.83 [2021-01-19T20:21:44.690Z] 17:43:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-19T20:21:44.690Z] 17:43:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-19T20:21:44.690Z] 17:43:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2021-01-19T20:21:44.690Z] 17:43:01 3 0.52 0.00 0.02 0.00 0.00 99.47 [2021-01-19T20:21:44.690Z] [2021-01-19T20:21:44.690Z] 17:43:01 CPU %user %nice %system %iowait %steal %idle [2021-01-19T20:21:44.690Z] 17:44:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2021-01-19T20:21:44.690Z] 17:44:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-19T20:21:44.690Z] 17:44:01 1 0.08 0.00 0.03 0.00 0.02 99.87 [2021-01-19T20:21:44.690Z] 17:44:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-19T20:21:44.690Z] 17:44:01 3 0.52 0.00 0.03 0.00 0.00 99.45 [2021-01-19T20:21:44.690Z] 17:45:01 all 0.15 0.00 0.03 0.00 0.01 99.82 [2021-01-19T20:21:44.690Z] 17:45:01 0 0.07 0.00 0.02 0.00 0.00 99.92 [2021-01-19T20:21:44.690Z] 17:45:01 1 0.02 0.00 0.05 0.00 0.03 99.90 [2021-01-19T20:21:44.690Z] 17:45:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-19T20:21:44.690Z] 17:45:01 3 0.48 0.00 0.02 0.00 0.00 99.50 [2021-01-19T20:21:44.690Z] 17:46:01 all 9.35 0.00 5.06 1.13 0.06 84.40 [2021-01-19T20:21:44.690Z] 17:46:01 0 9.39 0.00 7.27 1.50 0.05 81.79 [2021-01-19T20:21:44.690Z] 17:46:01 1 7.34 0.00 4.07 2.21 0.07 86.32 [2021-01-19T20:21:44.690Z] 17:46:01 2 11.40 0.00 4.99 0.13 0.07 83.41 [2021-01-19T20:21:44.690Z] 17:46:01 3 9.28 0.00 3.92 0.66 0.07 86.07 [2021-01-19T20:21:44.690Z] 17:47:01 all 13.38 0.00 7.56 2.48 0.09 76.49 [2021-01-19T20:21:44.690Z] 17:47:01 0 14.28 0.00 8.48 2.02 0.07 75.15 [2021-01-19T20:21:44.690Z] 17:47:01 1 17.54 0.00 7.29 2.65 0.09 72.43 [2021-01-19T20:21:44.690Z] 17:47:01 2 11.51 0.00 7.90 2.17 0.10 78.32 [2021-01-19T20:21:44.690Z] 17:47:01 3 10.17 0.00 6.57 3.09 0.12 80.05 [2021-01-19T20:21:44.690Z] 17:48:01 all 39.97 0.00 12.34 5.86 0.48 41.35 [2021-01-19T20:21:44.690Z] 17:48:01 0 40.53 0.00 12.19 3.13 0.46 43.68 [2021-01-19T20:21:44.690Z] 17:48:01 1 40.33 0.00 12.25 5.03 0.50 41.89 [2021-01-19T20:21:44.690Z] 17:48:01 2 38.28 0.00 12.81 7.23 0.50 41.18 [2021-01-19T20:21:44.690Z] 17:48:01 3 40.75 0.00 12.11 8.04 0.45 38.65 [2021-01-19T20:21:44.690Z] 17:49:01 all 58.21 0.00 15.85 2.09 1.08 22.78 [2021-01-19T20:21:44.690Z] 17:49:01 0 58.10 0.00 15.94 1.24 1.08 23.64 [2021-01-19T20:21:44.690Z] 17:49:01 1 58.60 0.00 15.73 1.42 1.10 23.15 [2021-01-19T20:21:44.690Z] 17:49:01 2 58.13 0.00 16.03 3.47 1.13 21.23 [2021-01-19T20:21:44.690Z] 17:49:01 3 57.99 0.00 15.69 2.21 1.02 23.09 [2021-01-19T20:21:44.690Z] 17:50:02 all 23.91 0.00 20.55 7.01 1.49 47.04 [2021-01-19T20:21:44.690Z] 17:50:02 0 23.27 0.00 20.15 6.56 1.40 48.61 [2021-01-19T20:21:44.690Z] 17:50:02 1 24.55 0.00 20.50 6.39 1.35 47.21 [2021-01-19T20:21:44.690Z] 17:50:02 2 23.64 0.00 20.42 8.23 1.73 45.98 [2021-01-19T20:21:44.690Z] 17:50:02 3 24.19 0.00 21.11 6.86 1.48 46.36 [2021-01-19T20:21:44.690Z] 17:51:02 all 27.08 0.00 28.49 21.04 1.13 22.25 [2021-01-19T20:21:44.690Z] 17:51:02 0 25.81 0.00 26.03 21.33 1.20 25.63 [2021-01-19T20:21:44.690Z] 17:51:02 1 26.89 0.00 31.00 20.33 1.19 20.59 [2021-01-19T20:21:44.690Z] 17:51:02 2 26.36 0.00 27.12 22.48 1.23 22.80 [2021-01-19T20:21:44.690Z] 17:51:02 3 29.29 0.00 29.87 20.01 0.89 19.94 [2021-01-19T20:21:44.690Z] 17:52:01 all 45.65 0.00 19.44 11.95 3.24 19.72 [2021-01-19T20:21:44.690Z] 17:52:01 0 45.00 0.00 18.84 10.92 3.11 22.13 [2021-01-19T20:21:44.690Z] 17:52:01 1 46.09 0.00 19.29 13.53 3.09 18.00 [2021-01-19T20:21:44.690Z] 17:52:01 2 45.81 0.00 19.01 9.09 3.61 22.48 [2021-01-19T20:21:44.690Z] 17:52:01 3 45.71 0.00 20.63 14.33 3.13 16.20 [2021-01-19T20:21:44.690Z] 17:53:01 all 37.24 0.00 28.12 14.34 3.99 16.31 [2021-01-19T20:21:44.690Z] 17:53:01 0 39.01 0.00 25.77 16.18 4.41 14.62 [2021-01-19T20:21:44.690Z] 17:53:01 1 38.19 0.00 28.56 14.28 3.55 15.41 [2021-01-19T20:21:44.690Z] 17:53:01 2 34.55 0.00 27.86 13.77 4.69 19.13 [2021-01-19T20:21:44.690Z] 17:53:01 3 37.19 0.00 30.34 13.09 3.30 16.08 [2021-01-19T20:21:44.690Z] 17:54:01 all 37.51 0.00 12.67 7.74 1.26 40.82 [2021-01-19T20:21:44.690Z] 17:54:01 0 38.50 0.00 12.71 5.71 1.21 41.87 [2021-01-19T20:21:44.690Z] 17:54:01 1 36.00 0.00 12.21 8.49 1.09 42.20 [2021-01-19T20:21:44.690Z] 17:54:01 2 39.50 0.00 13.11 10.42 1.40 35.57 [2021-01-19T20:21:44.690Z] 17:54:01 3 36.02 0.00 12.64 6.34 1.34 43.65 [2021-01-19T20:21:44.690Z] [2021-01-19T20:21:44.690Z] 17:54:01 CPU %user %nice %system %iowait %steal %idle [2021-01-19T20:21:44.690Z] 17:55:01 all 10.50 0.00 4.99 1.94 0.41 82.16 [2021-01-19T20:21:44.690Z] 17:55:01 0 10.48 0.00 5.37 0.64 0.43 83.07 [2021-01-19T20:21:44.690Z] 17:55:01 1 10.77 0.00 5.08 1.57 0.43 82.14 [2021-01-19T20:21:44.690Z] 17:55:01 2 10.32 0.00 4.64 1.28 0.40 83.37 [2021-01-19T20:21:44.690Z] 17:55:01 3 10.42 0.00 4.88 4.27 0.40 80.03 [2021-01-19T20:21:44.690Z] 17:56:01 all 0.17 0.00 0.05 0.00 0.01 99.76 [2021-01-19T20:21:44.690Z] 17:56:01 0 0.08 0.00 0.07 0.00 0.03 99.82 [2021-01-19T20:21:44.691Z] 17:56:01 1 0.52 0.00 0.03 0.00 0.02 99.43 [2021-01-19T20:21:44.691Z] 17:56:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-19T20:21:44.691Z] 17:56:01 3 0.03 0.00 0.05 0.02 0.00 99.90 [2021-01-19T20:21:44.691Z] 17:57:01 all 5.70 0.00 4.31 2.56 0.12 87.32 [2021-01-19T20:21:44.691Z] 17:57:01 0 5.43 0.00 4.85 0.68 0.08 88.95 [2021-01-19T20:21:44.691Z] 17:57:01 1 5.45 0.00 4.22 3.85 0.17 86.31 [2021-01-19T20:21:44.691Z] 17:57:01 2 6.25 0.00 4.18 3.77 0.10 85.70 [2021-01-19T20:21:44.691Z] 17:57:01 3 5.65 0.00 3.97 1.93 0.12 88.33 [2021-01-19T20:21:44.691Z] 17:58:01 all 11.33 0.00 9.47 3.82 0.27 75.11 [2021-01-19T20:21:44.691Z] 17:58:01 0 10.60 0.00 9.41 4.88 0.31 74.81 [2021-01-19T20:21:44.691Z] 17:58:01 1 11.04 0.00 9.52 2.62 0.26 76.56 [2021-01-19T20:21:44.691Z] 17:58:01 2 11.72 0.00 8.62 4.16 0.29 75.21 [2021-01-19T20:21:44.691Z] 17:58:01 3 11.97 0.00 10.31 3.62 0.24 73.85 [2021-01-19T20:21:44.691Z] 17:59:01 all 5.38 0.00 4.32 1.83 0.10 88.37 [2021-01-19T20:21:44.691Z] 17:59:01 0 4.10 0.00 4.28 2.43 0.10 89.09 [2021-01-19T20:21:44.691Z] 17:59:01 1 7.04 0.00 4.60 1.82 0.08 86.45 [2021-01-19T20:21:44.691Z] 17:59:01 2 4.23 0.00 3.49 1.82 0.12 90.35 [2021-01-19T20:21:44.691Z] 17:59:01 3 6.15 0.00 4.92 1.27 0.10 87.57 [2021-01-19T20:21:44.691Z] 18:00:01 all 0.17 0.00 0.08 0.00 0.00 99.75 [2021-01-19T20:21:44.691Z] 18:00:01 0 0.05 0.00 0.08 0.00 0.00 99.87 [2021-01-19T20:21:44.691Z] 18:00:01 1 0.03 0.00 0.07 0.00 0.00 99.90 [2021-01-19T20:21:44.691Z] 18:00:01 2 0.57 0.00 0.12 0.00 0.00 99.32 [2021-01-19T20:21:44.691Z] 18:00:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-19T20:21:44.691Z] 18:01:01 all 0.19 0.00 0.09 0.00 0.02 99.70 [2021-01-19T20:21:44.691Z] 18:01:01 0 0.07 0.00 0.08 0.00 0.02 99.83 [2021-01-19T20:21:44.691Z] 18:01:01 1 0.08 0.00 0.12 0.00 0.02 99.78 [2021-01-19T20:21:44.691Z] 18:01:01 2 0.55 0.00 0.08 0.00 0.03 99.33 [2021-01-19T20:21:44.691Z] 18:01:01 3 0.07 0.00 0.07 0.02 0.00 99.85 [2021-01-19T20:21:44.691Z] 18:02:01 all 0.19 0.00 0.07 0.01 0.00 99.73 [2021-01-19T20:21:44.691Z] 18:02:01 0 0.03 0.00 0.07 0.02 0.00 99.88 [2021-01-19T20:21:44.691Z] 18:02:01 1 0.13 0.00 0.10 0.02 0.00 99.75 [2021-01-19T20:21:44.691Z] 18:02:01 2 0.53 0.00 0.05 0.00 0.00 99.42 [2021-01-19T20:21:44.691Z] 18:02:01 3 0.07 0.00 0.07 0.00 0.00 99.87 [2021-01-19T20:21:44.691Z] 18:03:01 all 0.33 0.00 0.32 0.00 0.02 99.33 [2021-01-19T20:21:44.691Z] 18:03:01 0 0.23 0.00 0.37 0.00 0.00 99.40 [2021-01-19T20:21:44.691Z] 18:03:01 1 0.67 0.00 0.37 0.02 0.03 98.92 [2021-01-19T20:21:44.691Z] 18:03:01 2 0.17 0.00 0.27 0.00 0.02 99.55 [2021-01-19T20:21:44.691Z] 18:03:01 3 0.25 0.00 0.27 0.00 0.02 99.47 [2021-01-19T20:21:44.691Z] 18:04:01 all 0.15 0.00 0.06 0.00 0.01 99.78 [2021-01-19T20:21:44.691Z] 18:04:01 0 0.03 0.00 0.05 0.00 0.02 99.90 [2021-01-19T20:21:44.691Z] 18:04:01 1 0.52 0.00 0.05 0.00 0.00 99.43 [2021-01-19T20:21:44.691Z] 18:04:01 2 0.02 0.00 0.05 0.00 0.00 99.93 [2021-01-19T20:21:44.691Z] 18:04:01 3 0.05 0.00 0.08 0.00 0.02 99.85 [2021-01-19T20:21:44.691Z] 18:05:01 all 0.18 0.00 0.06 0.00 0.00 99.76 [2021-01-19T20:21:44.691Z] 18:05:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-19T20:21:44.691Z] 18:05:01 1 0.53 0.00 0.05 0.00 0.02 99.40 [2021-01-19T20:21:44.691Z] 18:05:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2021-01-19T20:21:44.691Z] 18:05:01 3 0.07 0.00 0.10 0.00 0.00 99.83 [2021-01-19T20:21:44.691Z] [2021-01-19T20:21:44.691Z] 18:05:01 CPU %user %nice %system %iowait %steal %idle [2021-01-19T20:21:44.691Z] 18:06:01 all 0.15 0.00 0.05 0.00 0.00 99.80 [2021-01-19T20:21:44.691Z] 18:06:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-19T20:21:44.691Z] 18:06:01 1 0.52 0.00 0.05 0.00 0.00 99.43 [2021-01-19T20:21:44.691Z] 18:06:01 2 0.02 0.00 0.07 0.00 0.00 99.92 [2021-01-19T20:21:44.691Z] 18:06:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-19T20:21:44.691Z] 18:07:01 all 0.17 0.00 0.05 0.00 0.01 99.77 [2021-01-19T20:21:44.691Z] 18:07:01 0 0.03 0.00 0.05 0.00 0.02 99.90 [2021-01-19T20:21:44.691Z] 18:07:01 1 0.53 0.00 0.05 0.00 0.00 99.42 [2021-01-19T20:21:44.691Z] 18:07:01 2 0.03 0.00 0.05 0.00 0.03 99.88 [2021-01-19T20:21:44.691Z] 18:07:01 3 0.07 0.00 0.05 0.00 0.00 99.88 [2021-01-19T20:21:44.691Z] 18:08:01 all 0.15 0.00 0.05 0.00 0.01 99.79 [2021-01-19T20:21:44.691Z] 18:08:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-19T20:21:44.691Z] 18:08:01 1 0.50 0.00 0.03 0.00 0.02 99.45 [2021-01-19T20:21:44.691Z] 18:08:01 2 0.03 0.00 0.07 0.00 0.00 99.90 [2021-01-19T20:21:44.691Z] 18:08:01 3 0.05 0.00 0.07 0.00 0.02 99.87 [2021-01-19T20:21:44.691Z] 18:09:02 all 0.16 0.00 0.05 0.00 0.00 99.79 [2021-01-19T20:21:44.691Z] 18:09:02 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-19T20:21:44.691Z] 18:09:02 1 0.52 0.00 0.05 0.00 0.00 99.43 [2021-01-19T20:21:44.691Z] 18:09:02 2 0.03 0.00 0.10 0.00 0.00 99.87 [2021-01-19T20:21:44.691Z] 18:09:02 3 0.05 0.00 0.02 0.00 0.00 99.93 [2021-01-19T20:21:44.691Z] 18:10:01 all 0.16 0.00 0.06 0.00 0.00 99.78 [2021-01-19T20:21:44.691Z] 18:10:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-19T20:21:44.691Z] 18:10:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-19T20:21:44.691Z] 18:10:01 2 0.53 0.00 0.03 0.00 0.00 99.44 [2021-01-19T20:21:44.691Z] 18:10:01 3 0.07 0.00 0.12 0.00 0.00 99.81 [2021-01-19T20:21:44.691Z] 18:11:01 all 0.17 0.00 0.05 0.00 0.00 99.78 [2021-01-19T20:21:44.691Z] 18:11:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-19T20:21:44.691Z] 18:11:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-19T20:21:44.691Z] 18:11:01 2 0.52 0.00 0.02 0.00 0.02 99.45 [2021-01-19T20:21:44.691Z] 18:11:01 3 0.08 0.00 0.08 0.00 0.00 99.83 [2021-01-19T20:21:44.691Z] 18:12:01 all 0.13 0.00 0.05 0.00 0.00 99.81 [2021-01-19T20:21:44.691Z] 18:12:01 0 0.02 0.00 0.05 0.00 0.00 99.93 [2021-01-19T20:21:44.691Z] 18:12:01 1 0.05 0.00 0.08 0.00 0.02 99.85 [2021-01-19T20:21:44.691Z] 18:12:01 2 0.42 0.00 0.03 0.00 0.00 99.55 [2021-01-19T20:21:44.691Z] 18:12:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-19T20:21:44.691Z] 18:13:01 all 0.06 0.00 0.05 0.00 0.01 99.87 [2021-01-19T20:21:44.691Z] 18:13:01 0 0.08 0.00 0.07 0.02 0.02 99.82 [2021-01-19T20:21:44.691Z] 18:13:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2021-01-19T20:21:44.691Z] 18:13:01 2 0.07 0.00 0.12 0.00 0.00 99.82 [2021-01-19T20:21:44.691Z] 18:13:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2021-01-19T20:21:44.691Z] 18:14:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2021-01-19T20:21:44.691Z] 18:14:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-19T20:21:44.691Z] 18:14:01 1 0.47 0.00 0.05 0.00 0.00 99.48 [2021-01-19T20:21:44.691Z] 18:14:01 2 0.05 0.00 0.03 0.00 0.02 99.90 [2021-01-19T20:21:44.691Z] 18:14:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-19T20:21:44.691Z] 18:15:01 all 0.15 0.00 0.05 0.00 0.00 99.80 [2021-01-19T20:21:44.691Z] 18:15:01 0 0.02 0.00 0.07 0.00 0.00 99.92 [2021-01-19T20:21:44.691Z] 18:15:01 1 0.52 0.00 0.03 0.00 0.00 99.45 [2021-01-19T20:21:44.691Z] 18:15:01 2 0.05 0.00 0.08 0.00 0.00 99.87 [2021-01-19T20:21:44.691Z] 18:15:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-19T20:21:44.691Z] 18:16:01 all 0.15 0.00 0.05 0.00 0.00 99.80 [2021-01-19T20:21:44.691Z] 18:16:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-19T20:21:44.691Z] 18:16:01 1 0.52 0.00 0.03 0.00 0.00 99.45 [2021-01-19T20:21:44.691Z] 18:16:01 2 0.05 0.00 0.08 0.00 0.00 99.87 [2021-01-19T20:21:44.691Z] 18:16:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2021-01-19T20:21:44.691Z] [2021-01-19T20:21:44.691Z] 18:16:01 CPU %user %nice %system %iowait %steal %idle [2021-01-19T20:21:44.691Z] 18:17:01 all 0.16 0.00 0.06 0.00 0.00 99.78 [2021-01-19T20:21:44.691Z] 18:17:01 0 0.03 0.00 0.07 0.00 0.00 99.90 [2021-01-19T20:21:44.691Z] 18:17:01 1 0.52 0.00 0.07 0.00 0.02 99.40 [2021-01-19T20:21:44.691Z] 18:17:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-19T20:21:44.691Z] 18:17:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-19T20:21:44.691Z] 18:18:01 all 0.17 0.00 0.05 0.00 0.00 99.77 [2021-01-19T20:21:44.691Z] 18:18:01 0 0.05 0.00 0.05 0.00 0.02 99.88 [2021-01-19T20:21:44.691Z] 18:18:01 1 0.53 0.00 0.05 0.00 0.00 99.42 [2021-01-19T20:21:44.691Z] 18:18:01 2 0.03 0.00 0.07 0.00 0.00 99.90 [2021-01-19T20:21:44.691Z] 18:18:01 3 0.07 0.00 0.05 0.00 0.00 99.88 [2021-01-19T20:21:44.691Z] 18:19:01 all 0.17 0.00 0.05 0.00 0.00 99.78 [2021-01-19T20:21:44.691Z] 18:19:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-19T20:21:44.691Z] 18:19:01 1 0.53 0.00 0.03 0.02 0.00 99.42 [2021-01-19T20:21:44.691Z] 18:19:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-19T20:21:44.691Z] 18:19:01 3 0.07 0.00 0.07 0.00 0.00 99.87 [2021-01-19T20:21:44.691Z] 18:20:01 all 0.17 0.00 0.06 0.00 0.00 99.77 [2021-01-19T20:21:44.691Z] 18:20:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-19T20:21:44.691Z] 18:20:01 1 0.03 0.00 0.08 0.00 0.00 99.88 [2021-01-19T20:21:44.691Z] 18:20:01 2 0.05 0.00 0.07 0.00 0.00 99.88 [2021-01-19T20:21:44.691Z] 18:20:01 3 0.55 0.00 0.05 0.00 0.00 99.40 [2021-01-19T20:21:44.691Z] 18:21:01 all 0.17 0.00 0.05 0.00 0.00 99.79 [2021-01-19T20:21:44.691Z] 18:21:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-19T20:21:44.691Z] 18:21:01 1 0.05 0.00 0.08 0.00 0.00 99.87 [2021-01-19T20:21:44.691Z] 18:21:01 2 0.07 0.00 0.03 0.00 0.00 99.90 [2021-01-19T20:21:44.691Z] 18:21:01 3 0.53 0.00 0.05 0.00 0.00 99.42 [2021-01-19T20:21:44.691Z] 18:22:01 all 0.16 0.00 0.05 0.00 0.00 99.78 [2021-01-19T20:21:44.691Z] 18:22:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-19T20:21:44.691Z] 18:22:01 1 0.03 0.00 0.07 0.00 0.02 99.88 [2021-01-19T20:21:44.691Z] 18:22:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-19T20:21:44.691Z] 18:22:01 3 0.53 0.00 0.05 0.00 0.00 99.42 [2021-01-19T20:21:44.691Z] 18:23:01 all 0.17 0.00 0.05 0.00 0.00 99.78 [2021-01-19T20:21:44.691Z] 18:23:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-19T20:21:44.691Z] 18:23:01 1 0.08 0.00 0.07 0.00 0.00 99.85 [2021-01-19T20:21:44.691Z] 18:23:01 2 0.03 0.00 0.03 0.00 0.02 99.92 [2021-01-19T20:21:44.691Z] 18:23:01 3 0.55 0.00 0.05 0.00 0.00 99.40 [2021-01-19T20:21:44.691Z] 18:24:01 all 0.15 0.00 0.05 0.00 0.00 99.80 [2021-01-19T20:21:44.691Z] 18:24:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-19T20:21:44.691Z] 18:24:01 1 0.05 0.00 0.07 0.00 0.00 99.88 [2021-01-19T20:21:44.691Z] 18:24:01 2 0.02 0.00 0.05 0.00 0.00 99.93 [2021-01-19T20:21:44.691Z] 18:24:01 3 0.52 0.00 0.02 0.00 0.00 99.47 [2021-01-19T20:21:44.691Z] 18:25:01 all 0.10 0.00 0.07 0.00 0.01 99.82 [2021-01-19T20:21:44.691Z] 18:25:01 0 0.02 0.00 0.07 0.00 0.00 99.92 [2021-01-19T20:21:44.691Z] 18:25:01 1 0.05 0.00 0.05 0.00 0.02 99.88 [2021-01-19T20:21:44.691Z] 18:25:01 2 0.07 0.00 0.07 0.00 0.00 99.87 [2021-01-19T20:21:44.691Z] 18:25:01 3 0.28 0.00 0.08 0.00 0.02 99.62 [2021-01-19T20:21:44.691Z] 18:26:01 all 0.11 0.00 0.06 0.00 0.01 99.82 [2021-01-19T20:21:44.691Z] 18:26:01 0 0.03 0.00 0.07 0.00 0.03 99.87 [2021-01-19T20:21:44.691Z] 18:26:01 1 0.03 0.00 0.07 0.00 0.00 99.90 [2021-01-19T20:21:44.691Z] 18:26:01 2 0.05 0.00 0.08 0.00 0.02 99.85 [2021-01-19T20:21:44.691Z] 18:26:01 3 0.32 0.00 0.03 0.00 0.00 99.65 [2021-01-19T20:21:44.691Z] 18:27:01 all 0.16 0.00 0.05 0.00 0.00 99.78 [2021-01-19T20:21:44.691Z] 18:27:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-19T20:21:44.691Z] 18:27:01 1 0.07 0.00 0.10 0.00 0.02 99.82 [2021-01-19T20:21:44.691Z] 18:27:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-19T20:21:44.691Z] 18:27:01 3 0.53 0.00 0.05 0.00 0.00 99.42 [2021-01-19T20:21:44.691Z] [2021-01-19T20:21:44.691Z] 18:27:01 CPU %user %nice %system %iowait %steal %idle [2021-01-19T20:21:44.691Z] 18:28:01 all 0.18 0.00 0.06 0.00 0.01 99.75 [2021-01-19T20:21:44.691Z] 18:28:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-19T20:21:44.691Z] 18:28:01 1 0.07 0.00 0.07 0.00 0.00 99.87 [2021-01-19T20:21:44.691Z] 18:28:01 2 0.07 0.00 0.07 0.00 0.02 99.85 [2021-01-19T20:21:44.691Z] 18:28:01 3 0.53 0.00 0.07 0.00 0.02 99.38 [2021-01-19T20:21:44.691Z] 18:29:01 all 0.16 0.00 0.05 0.00 0.01 99.78 [2021-01-19T20:21:44.691Z] 18:29:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-19T20:21:44.691Z] 18:29:01 1 0.03 0.00 0.07 0.00 0.02 99.88 [2021-01-19T20:21:44.691Z] 18:29:01 2 0.07 0.00 0.05 0.00 0.02 99.87 [2021-01-19T20:21:44.691Z] 18:29:01 3 0.53 0.00 0.08 0.00 0.00 99.38 [2021-01-19T20:21:44.691Z] 18:30:01 all 0.17 0.00 0.07 0.00 0.02 99.74 [2021-01-19T20:21:44.691Z] 18:30:01 0 0.05 0.00 0.07 0.00 0.00 99.88 [2021-01-19T20:21:44.691Z] 18:30:01 1 0.02 0.00 0.07 0.00 0.00 99.92 [2021-01-19T20:21:44.691Z] 18:30:01 2 0.10 0.00 0.12 0.00 0.05 99.73 [2021-01-19T20:21:44.691Z] 18:30:01 3 0.52 0.00 0.03 0.00 0.02 99.43 [2021-01-19T20:21:44.691Z] 18:31:01 all 0.17 0.00 0.06 0.00 0.01 99.76 [2021-01-19T20:21:44.691Z] 18:31:01 0 0.08 0.00 0.10 0.00 0.02 99.80 [2021-01-19T20:21:44.691Z] 18:31:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-19T20:21:44.691Z] 18:31:01 2 0.03 0.00 0.05 0.00 0.02 99.90 [2021-01-19T20:21:44.692Z] 18:31:01 3 0.52 0.00 0.05 0.00 0.02 99.42 [2021-01-19T20:21:44.692Z] 18:32:01 all 0.27 0.00 0.06 0.03 0.01 99.63 [2021-01-19T20:21:44.692Z] 18:32:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2021-01-19T20:21:44.692Z] 18:32:01 1 0.12 0.00 0.12 0.00 0.02 99.75 [2021-01-19T20:21:44.692Z] 18:32:01 2 0.40 0.00 0.03 0.12 0.00 99.45 [2021-01-19T20:21:44.692Z] 18:32:01 3 0.53 0.00 0.05 0.00 0.00 99.42 [2021-01-19T20:21:44.692Z] 18:33:01 all 0.17 0.00 0.05 0.00 0.00 99.78 [2021-01-19T20:21:44.692Z] 18:33:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-19T20:21:44.692Z] 18:33:01 1 0.07 0.00 0.08 0.00 0.00 99.85 [2021-01-19T20:21:44.692Z] 18:33:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-19T20:21:44.692Z] 18:33:01 3 0.55 0.00 0.07 0.00 0.02 99.37 [2021-01-19T20:21:44.692Z] 18:34:02 all 0.15 0.00 0.05 0.00 0.00 99.80 [2021-01-19T20:21:44.692Z] 18:34:02 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-19T20:21:44.692Z] 18:34:02 1 0.05 0.00 0.07 0.00 0.00 99.88 [2021-01-19T20:21:44.692Z] 18:34:02 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-19T20:21:44.692Z] 18:34:02 3 0.53 0.00 0.08 0.00 0.00 99.38 [2021-01-19T20:21:44.692Z] 18:35:01 all 0.16 0.00 0.05 0.00 0.00 99.79 [2021-01-19T20:21:44.692Z] 18:35:01 0 0.07 0.00 0.05 0.00 0.00 99.88 [2021-01-19T20:21:44.692Z] 18:35:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-19T20:21:44.692Z] 18:35:01 2 0.03 0.00 0.07 0.00 0.00 99.90 [2021-01-19T20:21:44.692Z] 18:35:01 3 0.51 0.00 0.03 0.00 0.00 99.46 [2021-01-19T20:21:44.692Z] 18:36:01 all 0.11 0.00 0.07 0.00 0.00 99.82 [2021-01-19T20:21:44.692Z] 18:36:01 0 0.03 0.00 0.05 0.00 0.02 99.90 [2021-01-19T20:21:44.692Z] 18:36:01 1 0.05 0.00 0.07 0.00 0.00 99.88 [2021-01-19T20:21:44.692Z] 18:36:01 2 0.03 0.00 0.07 0.00 0.00 99.90 [2021-01-19T20:21:44.692Z] 18:36:01 3 0.32 0.00 0.10 0.00 0.00 99.58 [2021-01-19T20:21:44.692Z] 18:37:01 all 0.10 0.00 0.06 0.00 0.00 99.83 [2021-01-19T20:21:44.692Z] 18:37:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-19T20:21:44.692Z] 18:37:01 1 0.03 0.00 0.07 0.00 0.02 99.88 [2021-01-19T20:21:44.692Z] 18:37:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2021-01-19T20:21:44.692Z] 18:37:01 3 0.28 0.00 0.08 0.00 0.00 99.63 [2021-01-19T20:21:44.692Z] 18:38:01 all 0.16 0.00 0.05 0.00 0.01 99.78 [2021-01-19T20:21:44.692Z] 18:38:01 0 0.05 0.00 0.08 0.00 0.00 99.87 [2021-01-19T20:21:44.692Z] 18:38:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-19T20:21:44.692Z] 18:38:01 2 0.03 0.00 0.05 0.00 0.02 99.90 [2021-01-19T20:21:44.692Z] 18:38:01 3 0.52 0.00 0.03 0.00 0.02 99.43 [2021-01-19T20:21:44.692Z] [2021-01-19T20:21:44.692Z] 18:38:01 CPU %user %nice %system %iowait %steal %idle [2021-01-19T20:21:44.692Z] 18:39:01 all 0.16 0.00 0.05 0.00 0.00 99.80 [2021-01-19T20:21:44.692Z] 18:39:01 0 0.02 0.00 0.07 0.00 0.00 99.92 [2021-01-19T20:21:44.692Z] 18:39:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-19T20:21:44.692Z] 18:39:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-19T20:21:44.692Z] 18:39:01 3 0.52 0.00 0.03 0.00 0.00 99.45 [2021-01-19T20:21:44.692Z] 18:40:01 all 0.16 0.00 0.05 0.00 0.00 99.78 [2021-01-19T20:21:44.692Z] 18:40:01 0 0.05 0.00 0.07 0.00 0.00 99.88 [2021-01-19T20:21:44.692Z] 18:40:01 1 0.03 0.00 0.05 0.00 0.02 99.90 [2021-01-19T20:21:44.692Z] 18:40:01 2 0.05 0.00 0.08 0.00 0.00 99.87 [2021-01-19T20:21:44.692Z] 18:40:01 3 0.52 0.00 0.02 0.00 0.00 99.47 [2021-01-19T20:21:44.692Z] 18:41:01 all 0.17 0.00 0.05 0.00 0.00 99.79 [2021-01-19T20:21:44.692Z] 18:41:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-19T20:21:44.692Z] 18:41:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-19T20:21:44.692Z] 18:41:01 2 0.05 0.00 0.07 0.00 0.00 99.88 [2021-01-19T20:21:44.692Z] 18:41:01 3 0.52 0.00 0.05 0.00 0.00 99.43 [2021-01-19T20:21:44.692Z] 18:42:01 all 0.16 0.00 0.05 0.00 0.00 99.80 [2021-01-19T20:21:44.692Z] 18:42:01 0 0.05 0.00 0.08 0.00 0.00 99.87 [2021-01-19T20:21:44.692Z] 18:42:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-19T20:21:44.692Z] 18:42:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-19T20:21:44.692Z] 18:42:01 3 0.52 0.00 0.02 0.00 0.00 99.47 [2021-01-19T20:21:44.692Z] 18:43:01 all 0.17 0.00 0.05 0.00 0.00 99.78 [2021-01-19T20:21:44.692Z] 18:43:01 0 0.05 0.00 0.07 0.00 0.00 99.88 [2021-01-19T20:21:44.692Z] 18:43:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-19T20:21:44.692Z] 18:43:01 2 0.05 0.00 0.07 0.00 0.00 99.88 [2021-01-19T20:21:44.692Z] 18:43:01 3 0.52 0.00 0.02 0.00 0.00 99.47 [2021-01-19T20:21:44.692Z] 18:44:01 all 0.16 0.00 0.14 0.00 0.00 99.70 [2021-01-19T20:21:44.692Z] 18:44:01 0 0.18 0.00 0.18 0.00 0.02 99.62 [2021-01-19T20:21:44.692Z] 18:44:01 1 0.15 0.00 0.13 0.00 0.00 99.72 [2021-01-19T20:21:44.692Z] 18:44:01 2 0.15 0.00 0.17 0.00 0.00 99.68 [2021-01-19T20:21:44.692Z] 18:44:01 3 0.15 0.00 0.08 0.00 0.00 99.77 [2021-01-19T20:21:44.692Z] 18:45:01 all 0.15 0.00 0.11 0.00 0.00 99.74 [2021-01-19T20:21:44.692Z] 18:45:01 0 0.10 0.00 0.13 0.00 0.00 99.77 [2021-01-19T20:21:44.692Z] 18:45:01 1 0.15 0.00 0.10 0.00 0.02 99.73 [2021-01-19T20:21:44.692Z] 18:45:01 2 0.23 0.00 0.12 0.00 0.00 99.65 [2021-01-19T20:21:44.692Z] 18:45:01 3 0.10 0.00 0.08 0.02 0.00 99.80 [2021-01-19T20:21:44.692Z] 18:46:01 all 0.10 0.00 0.05 0.00 0.00 99.84 [2021-01-19T20:21:44.692Z] 18:46:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-19T20:21:44.692Z] 18:46:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2021-01-19T20:21:44.692Z] 18:46:01 2 0.30 0.00 0.10 0.00 0.00 99.60 [2021-01-19T20:21:44.692Z] 18:46:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-19T20:21:44.692Z] 18:47:01 all 0.15 0.00 0.07 0.00 0.00 99.78 [2021-01-19T20:21:44.692Z] 18:47:01 0 0.05 0.00 0.08 0.00 0.00 99.87 [2021-01-19T20:21:44.692Z] 18:47:01 1 0.08 0.00 0.10 0.00 0.00 99.82 [2021-01-19T20:21:44.692Z] 18:47:01 2 0.13 0.00 0.07 0.00 0.00 99.80 [2021-01-19T20:21:44.692Z] 18:47:01 3 0.35 0.00 0.03 0.00 0.00 99.62 [2021-01-19T20:21:44.692Z] 18:48:01 all 0.15 0.00 0.04 0.00 0.00 99.80 [2021-01-19T20:21:44.692Z] 18:48:01 0 0.03 0.00 0.07 0.00 0.00 99.90 [2021-01-19T20:21:44.692Z] 18:48:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-19T20:21:44.692Z] 18:48:01 2 0.05 0.00 0.07 0.00 0.02 99.87 [2021-01-19T20:21:44.692Z] 18:48:01 3 0.52 0.00 0.02 0.00 0.00 99.47 [2021-01-19T20:21:44.692Z] 18:49:01 all 0.21 2.91 13.17 5.25 0.13 78.33 [2021-01-19T20:21:44.692Z] 18:49:01 0 0.15 2.96 12.98 5.42 0.12 78.37 [2021-01-19T20:21:44.692Z] 18:49:01 1 0.25 3.20 14.79 5.95 0.12 75.68 [2021-01-19T20:21:44.692Z] 18:49:01 2 0.23 2.88 12.49 6.22 0.12 78.07 [2021-01-19T20:21:44.692Z] 18:49:01 3 0.19 2.60 12.41 3.38 0.17 81.24 [2021-01-19T20:21:44.692Z] [2021-01-19T20:21:44.692Z] 18:49:01 CPU %user %nice %system %iowait %steal %idle [2021-01-19T20:21:44.692Z] 18:50:01 all 0.17 0.00 0.08 0.00 0.00 99.75 [2021-01-19T20:21:44.692Z] 18:50:01 0 0.43 0.00 0.08 0.00 0.00 99.48 [2021-01-19T20:21:44.692Z] 18:50:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-19T20:21:44.692Z] 18:50:01 2 0.17 0.00 0.15 0.00 0.02 99.67 [2021-01-19T20:21:44.692Z] 18:50:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-19T20:21:44.692Z] 18:51:01 all 0.17 0.00 0.06 0.00 0.00 99.77 [2021-01-19T20:21:44.692Z] 18:51:01 0 0.55 0.00 0.05 0.00 0.00 99.40 [2021-01-19T20:21:44.692Z] 18:51:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-19T20:21:44.692Z] 18:51:01 2 0.07 0.00 0.07 0.00 0.00 99.87 [2021-01-19T20:21:44.692Z] 18:51:01 3 0.03 0.00 0.07 0.00 0.00 99.90 [2021-01-19T20:21:44.692Z] 18:52:01 all 0.17 0.00 0.05 0.00 0.01 99.77 [2021-01-19T20:21:44.692Z] 18:52:01 0 0.07 0.00 0.03 0.00 0.02 99.88 [2021-01-19T20:21:44.692Z] 18:52:01 1 0.52 0.00 0.07 0.00 0.00 99.42 [2021-01-19T20:21:44.692Z] 18:52:01 2 0.07 0.00 0.07 0.00 0.00 99.87 [2021-01-19T20:21:44.692Z] 18:52:01 3 0.03 0.00 0.05 0.00 0.02 99.90 [2021-01-19T20:21:44.692Z] 18:53:01 all 0.16 0.00 0.06 0.00 0.00 99.78 [2021-01-19T20:21:44.692Z] 18:53:01 0 0.02 0.00 0.05 0.00 0.00 99.93 [2021-01-19T20:21:44.692Z] 18:53:01 1 0.57 0.00 0.10 0.00 0.00 99.33 [2021-01-19T20:21:44.692Z] 18:53:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-19T20:21:44.692Z] 18:53:01 3 0.02 0.00 0.05 0.00 0.00 99.93 [2021-01-19T20:21:44.692Z] 18:54:01 all 0.16 0.00 0.05 0.00 0.01 99.78 [2021-01-19T20:21:44.692Z] 18:54:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-19T20:21:44.692Z] 18:54:01 1 0.07 0.00 0.08 0.00 0.00 99.85 [2021-01-19T20:21:44.692Z] 18:54:01 2 0.50 0.00 0.03 0.00 0.02 99.45 [2021-01-19T20:21:44.692Z] 18:54:01 3 0.03 0.00 0.05 0.00 0.02 99.90 [2021-01-19T20:21:44.692Z] 18:55:01 all 0.10 0.00 0.08 0.00 0.00 99.82 [2021-01-19T20:21:44.692Z] 18:55:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-19T20:21:44.692Z] 18:55:01 1 0.05 0.00 0.08 0.00 0.02 99.85 [2021-01-19T20:21:44.692Z] 18:55:01 2 0.30 0.00 0.12 0.00 0.00 99.58 [2021-01-19T20:21:44.692Z] 18:55:01 3 0.03 0.00 0.07 0.00 0.00 99.90 [2021-01-19T20:21:44.692Z] 18:56:01 all 0.10 0.00 0.05 0.00 0.00 99.84 [2021-01-19T20:21:44.692Z] 18:56:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-19T20:21:44.692Z] 18:56:01 1 0.07 0.00 0.10 0.00 0.00 99.83 [2021-01-19T20:21:44.692Z] 18:56:01 2 0.27 0.00 0.05 0.00 0.00 99.68 [2021-01-19T20:21:44.692Z] 18:56:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-19T20:21:44.692Z] 18:57:01 all 0.16 0.00 0.06 0.00 0.00 99.78 [2021-01-19T20:21:44.692Z] 18:57:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-19T20:21:44.692Z] 18:57:01 1 0.05 0.00 0.12 0.00 0.02 99.81 [2021-01-19T20:21:44.692Z] 18:57:01 2 0.52 0.00 0.03 0.00 0.00 99.44 [2021-01-19T20:21:44.692Z] 18:57:01 3 0.03 0.00 0.07 0.00 0.00 99.90 [2021-01-19T20:21:44.692Z] 18:58:01 all 0.15 0.00 0.05 0.00 0.00 99.80 [2021-01-19T20:21:44.692Z] 18:58:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-19T20:21:44.692Z] 18:58:01 1 0.07 0.00 0.07 0.00 0.00 99.87 [2021-01-19T20:21:44.692Z] 18:58:01 2 0.52 0.00 0.02 0.00 0.00 99.47 [2021-01-19T20:21:44.692Z] 18:58:01 3 0.02 0.00 0.07 0.00 0.00 99.92 [2021-01-19T20:21:44.692Z] 18:59:01 all 0.16 0.00 0.05 0.00 0.00 99.79 [2021-01-19T20:21:44.692Z] 18:59:01 0 0.03 0.00 0.07 0.00 0.00 99.90 [2021-01-19T20:21:44.692Z] 18:59:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-19T20:21:44.692Z] 18:59:01 2 0.53 0.00 0.05 0.00 0.02 99.40 [2021-01-19T20:21:44.692Z] 18:59:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-19T20:21:44.692Z] 19:00:01 all 0.16 0.00 0.05 0.00 0.01 99.78 [2021-01-19T20:21:44.692Z] 19:00:01 0 0.03 0.00 0.05 0.00 0.02 99.90 [2021-01-19T20:21:44.692Z] 19:00:01 1 0.05 0.00 0.05 0.00 0.02 99.88 [2021-01-19T20:21:44.692Z] 19:00:01 2 0.53 0.00 0.05 0.00 0.00 99.42 [2021-01-19T20:21:44.692Z] 19:00:01 3 0.02 0.00 0.05 0.00 0.00 99.93 [2021-01-19T20:21:44.692Z] [2021-01-19T20:21:44.692Z] 19:00:01 CPU %user %nice %system %iowait %steal %idle [2021-01-19T20:21:44.692Z] 19:01:01 all 0.17 0.00 0.06 0.00 0.00 99.78 [2021-01-19T20:21:44.692Z] 19:01:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-19T20:21:44.692Z] 19:01:01 1 0.05 0.00 0.08 0.00 0.00 99.87 [2021-01-19T20:21:44.692Z] 19:01:01 2 0.53 0.00 0.03 0.00 0.00 99.43 [2021-01-19T20:21:44.692Z] 19:01:01 3 0.03 0.00 0.08 0.00 0.00 99.88 [2021-01-19T20:21:44.692Z] 19:02:01 all 0.16 0.00 0.06 0.00 0.00 99.78 [2021-01-19T20:21:44.692Z] 19:02:01 0 0.52 0.00 0.05 0.00 0.00 99.43 [2021-01-19T20:21:44.692Z] 19:02:01 1 0.05 0.00 0.08 0.00 0.00 99.87 [2021-01-19T20:21:44.692Z] 19:02:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-19T20:21:44.692Z] 19:02:01 3 0.05 0.00 0.07 0.00 0.02 99.87 [2021-01-19T20:21:44.692Z] 19:03:01 all 0.15 0.00 0.06 0.00 0.00 99.79 [2021-01-19T20:21:44.692Z] 19:03:01 0 0.07 0.00 0.07 0.00 0.00 99.87 [2021-01-19T20:21:44.692Z] 19:03:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-19T20:21:44.692Z] 19:03:01 2 0.47 0.00 0.07 0.00 0.02 99.45 [2021-01-19T20:21:44.692Z] 19:03:01 3 0.02 0.00 0.05 0.00 0.00 99.93 [2021-01-19T20:21:44.692Z] 19:04:01 all 0.08 0.00 0.05 0.00 0.00 99.87 [2021-01-19T20:21:44.692Z] 19:04:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-19T20:21:44.692Z] 19:04:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-19T20:21:44.692Z] 19:04:01 2 0.22 0.00 0.10 0.00 0.00 99.68 [2021-01-19T20:21:44.692Z] 19:04:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-19T20:21:44.692Z] 19:05:01 all 0.17 0.00 0.07 0.00 0.00 99.76 [2021-01-19T20:21:44.692Z] 19:05:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-19T20:21:44.692Z] 19:05:01 1 0.05 0.00 0.12 0.00 0.00 99.83 [2021-01-19T20:21:44.692Z] 19:05:01 2 0.53 0.00 0.03 0.00 0.00 99.43 [2021-01-19T20:21:44.692Z] 19:05:01 3 0.03 0.00 0.08 0.00 0.00 99.88 [2021-01-19T20:21:44.692Z] 19:06:01 all 0.17 0.00 0.05 0.00 0.00 99.77 [2021-01-19T20:21:44.692Z] 19:06:01 0 0.12 0.00 0.12 0.00 0.00 99.77 [2021-01-19T20:21:44.692Z] 19:06:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-19T20:21:44.692Z] 19:06:01 2 0.52 0.00 0.03 0.00 0.00 99.45 [2021-01-19T20:21:44.692Z] 19:06:01 3 0.03 0.00 0.05 0.00 0.02 99.90 [2021-01-19T20:21:44.692Z] 19:07:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2021-01-19T20:21:44.692Z] 19:07:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-19T20:21:44.692Z] 19:07:01 1 0.07 0.00 0.07 0.00 0.00 99.87 [2021-01-19T20:21:44.692Z] 19:07:01 2 0.55 0.00 0.03 0.00 0.00 99.42 [2021-01-19T20:21:44.692Z] 19:07:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-19T20:21:44.693Z] 19:08:01 all 0.15 0.00 0.05 0.00 0.00 99.79 [2021-01-19T20:21:44.693Z] 19:08:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-19T20:21:44.693Z] 19:08:01 1 0.05 0.00 0.10 0.00 0.02 99.83 [2021-01-19T20:21:44.693Z] 19:08:01 2 0.53 0.00 0.02 0.00 0.00 99.45 [2021-01-19T20:21:44.693Z] 19:08:01 3 0.02 0.00 0.05 0.00 0.00 99.93 [2021-01-19T20:21:44.693Z] 19:09:01 all 0.16 0.00 0.05 0.00 0.00 99.79 [2021-01-19T20:21:44.693Z] 19:09:01 0 0.02 0.00 0.05 0.00 0.00 99.93 [2021-01-19T20:21:44.693Z] 19:09:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-19T20:21:44.693Z] 19:09:01 2 0.53 0.00 0.02 0.00 0.00 99.45 [2021-01-19T20:21:44.693Z] 19:09:01 3 0.05 0.00 0.07 0.00 0.02 99.87 [2021-01-19T20:21:44.693Z] 19:10:01 all 0.17 0.00 0.05 0.00 0.00 99.78 [2021-01-19T20:21:44.693Z] 19:10:01 0 0.05 0.00 0.07 0.00 0.00 99.88 [2021-01-19T20:21:44.693Z] 19:10:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-19T20:21:44.693Z] 19:10:01 2 0.53 0.00 0.08 0.00 0.02 99.37 [2021-01-19T20:21:44.693Z] 19:10:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-19T20:21:44.693Z] 19:11:01 all 0.15 0.00 0.07 0.00 0.00 99.78 [2021-01-19T20:21:44.693Z] 19:11:01 0 0.03 0.00 0.07 0.00 0.02 99.88 [2021-01-19T20:21:44.693Z] 19:11:01 1 0.03 0.00 0.08 0.00 0.00 99.88 [2021-01-19T20:21:44.693Z] 19:11:01 2 0.50 0.00 0.05 0.00 0.00 99.45 [2021-01-19T20:21:44.693Z] 19:11:01 3 0.05 0.00 0.07 0.00 0.00 99.88 [2021-01-19T20:21:44.693Z] [2021-01-19T20:21:44.693Z] 19:11:01 CPU %user %nice %system %iowait %steal %idle [2021-01-19T20:21:44.693Z] 19:12:01 all 0.08 0.00 0.07 0.00 0.00 99.85 [2021-01-19T20:21:44.693Z] 19:12:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-19T20:21:44.693Z] 19:12:01 1 0.05 0.00 0.07 0.00 0.00 99.88 [2021-01-19T20:21:44.693Z] 19:12:01 2 0.22 0.00 0.10 0.00 0.00 99.68 [2021-01-19T20:21:44.693Z] 19:12:01 3 0.03 0.00 0.08 0.00 0.00 99.88 [2021-01-19T20:21:44.693Z] 19:13:01 all 0.15 0.00 0.05 0.00 0.00 99.80 [2021-01-19T20:21:44.693Z] 19:13:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-19T20:21:44.693Z] 19:13:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-19T20:21:44.693Z] 19:13:01 2 0.43 0.00 0.02 0.00 0.00 99.55 [2021-01-19T20:21:44.693Z] 19:13:01 3 0.08 0.00 0.08 0.00 0.02 99.82 [2021-01-19T20:21:44.693Z] 19:14:01 all 0.15 0.00 0.05 0.00 0.00 99.80 [2021-01-19T20:21:44.693Z] 19:14:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-19T20:21:44.693Z] 19:14:01 1 0.05 0.00 0.07 0.00 0.00 99.88 [2021-01-19T20:21:44.693Z] 19:14:01 2 0.50 0.00 0.03 0.00 0.00 99.47 [2021-01-19T20:21:44.693Z] 19:14:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-19T20:21:44.693Z] 19:15:01 all 0.15 0.00 0.05 0.00 0.00 99.79 [2021-01-19T20:21:44.693Z] 19:15:01 0 0.03 0.00 0.07 0.00 0.00 99.90 [2021-01-19T20:21:44.693Z] 19:15:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-19T20:21:44.693Z] 19:15:01 2 0.52 0.00 0.05 0.00 0.00 99.43 [2021-01-19T20:21:44.693Z] 19:15:01 3 0.05 0.00 0.08 0.00 0.00 99.87 [2021-01-19T20:21:44.693Z] 19:16:01 all 0.17 0.00 0.05 0.00 0.01 99.78 [2021-01-19T20:21:44.693Z] 19:16:01 0 0.07 0.00 0.05 0.00 0.02 99.87 [2021-01-19T20:21:44.693Z] 19:16:01 1 0.03 0.00 0.07 0.00 0.02 99.88 [2021-01-19T20:21:44.693Z] 19:16:01 2 0.53 0.00 0.03 0.00 0.00 99.43 [2021-01-19T20:21:44.693Z] 19:16:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-19T20:21:44.693Z] 19:17:01 all 0.17 0.00 0.05 0.00 0.00 99.78 [2021-01-19T20:21:44.693Z] 19:17:01 0 0.07 0.00 0.03 0.00 0.00 99.90 [2021-01-19T20:21:44.693Z] 19:17:01 1 0.05 0.00 0.07 0.00 0.00 99.88 [2021-01-19T20:21:44.693Z] 19:17:01 2 0.52 0.00 0.03 0.00 0.00 99.45 [2021-01-19T20:21:44.693Z] 19:17:01 3 0.07 0.00 0.05 0.00 0.00 99.88 [2021-01-19T20:21:44.693Z] 19:18:01 all 0.16 0.00 0.05 0.00 0.00 99.79 [2021-01-19T20:21:44.693Z] 19:18:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-19T20:21:44.693Z] 19:18:01 1 0.03 0.00 0.08 0.00 0.00 99.88 [2021-01-19T20:21:44.693Z] 19:18:01 2 0.55 0.00 0.02 0.00 0.00 99.43 [2021-01-19T20:21:44.693Z] 19:18:01 3 0.03 0.00 0.07 0.00 0.00 99.90 [2021-01-19T20:21:44.693Z] 19:19:01 all 0.16 0.00 0.05 0.00 0.00 99.78 [2021-01-19T20:21:44.693Z] 19:19:01 0 0.30 0.00 0.05 0.00 0.00 99.65 [2021-01-19T20:21:44.693Z] 19:19:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-19T20:21:44.693Z] 19:19:01 2 0.25 0.00 0.03 0.00 0.00 99.72 [2021-01-19T20:21:44.693Z] 19:19:01 3 0.07 0.00 0.08 0.00 0.02 99.83 [2021-01-19T20:21:44.693Z] 19:20:02 all 0.15 0.00 0.05 0.00 0.00 99.80 [2021-01-19T20:21:44.693Z] 19:20:02 0 0.17 0.00 0.05 0.00 0.00 99.78 [2021-01-19T20:21:44.693Z] 19:20:02 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-19T20:21:44.693Z] 19:20:02 2 0.38 0.00 0.07 0.00 0.00 99.55 [2021-01-19T20:21:44.693Z] 19:20:02 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-19T20:21:44.693Z] 19:21:01 all 0.09 0.00 0.06 0.00 0.00 99.85 [2021-01-19T20:21:44.693Z] 19:21:01 0 0.05 0.00 0.08 0.00 0.00 99.86 [2021-01-19T20:21:44.693Z] 19:21:01 1 0.22 0.00 0.07 0.00 0.02 99.69 [2021-01-19T20:21:44.693Z] 19:21:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-19T20:21:44.693Z] 19:21:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-19T20:21:44.693Z] 19:22:01 all 0.13 0.00 0.12 0.00 0.00 99.75 [2021-01-19T20:21:44.693Z] 19:22:01 0 0.12 0.00 0.13 0.00 0.00 99.75 [2021-01-19T20:21:44.693Z] 19:22:01 1 0.10 0.00 0.10 0.00 0.00 99.80 [2021-01-19T20:21:44.693Z] 19:22:01 2 0.15 0.00 0.12 0.00 0.00 99.73 [2021-01-19T20:21:44.693Z] 19:22:01 3 0.17 0.00 0.12 0.00 0.00 99.72 [2021-01-19T20:21:44.693Z] [2021-01-19T20:21:44.693Z] 19:22:01 CPU %user %nice %system %iowait %steal %idle [2021-01-19T20:21:44.693Z] 19:23:01 all 0.17 0.00 0.15 0.00 0.00 99.67 [2021-01-19T20:21:44.693Z] 19:23:01 0 0.42 0.00 0.23 0.00 0.02 99.33 [2021-01-19T20:21:44.693Z] 19:23:01 1 0.08 0.00 0.08 0.02 0.00 99.82 [2021-01-19T20:21:44.693Z] 19:23:01 2 0.07 0.00 0.12 0.00 0.00 99.82 [2021-01-19T20:21:44.693Z] 19:23:01 3 0.10 0.00 0.17 0.00 0.00 99.73 [2021-01-19T20:21:44.693Z] 19:24:01 all 0.15 0.00 0.04 0.00 0.00 99.80 [2021-01-19T20:21:44.693Z] 19:24:01 0 0.20 0.00 0.05 0.00 0.00 99.75 [2021-01-19T20:21:44.693Z] 19:24:01 1 0.35 0.00 0.02 0.00 0.00 99.63 [2021-01-19T20:21:44.693Z] 19:24:01 2 0.05 0.00 0.08 0.00 0.02 99.85 [2021-01-19T20:21:44.693Z] 19:24:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-19T20:21:44.693Z] 19:25:01 all 0.16 0.00 0.06 0.00 0.00 99.78 [2021-01-19T20:21:44.693Z] 19:25:01 0 0.05 0.00 0.07 0.00 0.00 99.88 [2021-01-19T20:21:44.693Z] 19:25:01 1 0.52 0.00 0.03 0.00 0.00 99.45 [2021-01-19T20:21:44.693Z] 19:25:01 2 0.05 0.00 0.10 0.00 0.00 99.85 [2021-01-19T20:21:44.693Z] 19:25:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-19T20:21:44.693Z] 19:26:01 all 0.17 0.00 0.05 0.00 0.00 99.77 [2021-01-19T20:21:44.693Z] 19:26:01 0 0.05 0.00 0.07 0.00 0.00 99.88 [2021-01-19T20:21:44.693Z] 19:26:01 1 0.52 0.00 0.03 0.00 0.00 99.45 [2021-01-19T20:21:44.693Z] 19:26:01 2 0.10 0.00 0.08 0.00 0.00 99.82 [2021-01-19T20:21:44.693Z] 19:26:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-19T20:21:44.693Z] 19:27:01 all 0.15 0.00 0.06 0.00 0.00 99.79 [2021-01-19T20:21:44.693Z] 19:27:01 0 0.05 0.00 0.08 0.00 0.00 99.87 [2021-01-19T20:21:44.693Z] 19:27:01 1 0.50 0.00 0.03 0.00 0.00 99.47 [2021-01-19T20:21:44.693Z] 19:27:01 2 0.05 0.00 0.10 0.00 0.00 99.85 [2021-01-19T20:21:44.693Z] 19:27:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-19T20:21:44.693Z] 19:28:01 all 0.17 0.00 0.06 0.00 0.01 99.77 [2021-01-19T20:21:44.693Z] 19:28:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-19T20:21:44.693Z] 19:28:01 1 0.53 0.00 0.03 0.00 0.02 99.42 [2021-01-19T20:21:44.693Z] 19:28:01 2 0.05 0.00 0.12 0.00 0.00 99.83 [2021-01-19T20:21:44.693Z] 19:28:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2021-01-19T20:21:44.693Z] 19:29:01 all 0.16 0.00 0.06 0.00 0.00 99.78 [2021-01-19T20:21:44.693Z] 19:29:01 0 0.05 0.00 0.10 0.00 0.00 99.85 [2021-01-19T20:21:44.693Z] 19:29:01 1 0.50 0.00 0.02 0.00 0.00 99.48 [2021-01-19T20:21:44.693Z] 19:29:01 2 0.05 0.00 0.10 0.00 0.00 99.85 [2021-01-19T20:21:44.693Z] 19:29:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-19T20:21:44.693Z] 19:30:01 all 0.17 0.00 0.05 0.00 0.01 99.76 [2021-01-19T20:21:44.693Z] 19:30:01 0 0.05 0.00 0.08 0.00 0.02 99.85 [2021-01-19T20:21:44.693Z] 19:30:01 1 0.55 0.00 0.03 0.00 0.00 99.42 [2021-01-19T20:21:44.693Z] 19:30:01 2 0.05 0.00 0.08 0.00 0.02 99.85 [2021-01-19T20:21:44.693Z] 19:30:01 3 0.03 0.00 0.02 0.02 0.00 99.93 [2021-01-19T20:21:44.693Z] 19:31:01 all 0.15 0.00 0.05 0.00 0.00 99.80 [2021-01-19T20:21:44.693Z] 19:31:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-19T20:21:44.693Z] 19:31:01 1 0.52 0.00 0.05 0.00 0.00 99.43 [2021-01-19T20:21:44.693Z] 19:31:01 2 0.02 0.00 0.10 0.00 0.00 99.88 [2021-01-19T20:21:44.693Z] 19:31:01 3 0.00 0.00 0.03 0.00 0.00 99.97 [2021-01-19T20:21:44.693Z] 19:32:01 all 0.18 0.00 0.06 0.00 0.00 99.76 [2021-01-19T20:21:44.693Z] 19:32:01 0 0.03 0.00 0.08 0.00 0.00 99.88 [2021-01-19T20:21:44.693Z] 19:32:01 1 0.55 0.00 0.03 0.00 0.00 99.42 [2021-01-19T20:21:44.693Z] 19:32:01 2 0.08 0.00 0.08 0.00 0.00 99.83 [2021-01-19T20:21:44.693Z] 19:32:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-19T20:21:44.693Z] 19:33:01 all 0.16 0.00 0.06 0.00 0.00 99.78 [2021-01-19T20:21:44.693Z] 19:33:01 0 0.10 0.00 0.07 0.00 0.00 99.83 [2021-01-19T20:21:44.693Z] 19:33:01 1 0.45 0.00 0.05 0.00 0.00 99.50 [2021-01-19T20:21:44.693Z] 19:33:01 2 0.05 0.00 0.08 0.00 0.00 99.87 [2021-01-19T20:21:44.693Z] 19:33:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-19T20:21:44.693Z] [2021-01-19T20:21:44.693Z] 19:33:01 CPU %user %nice %system %iowait %steal %idle [2021-01-19T20:21:44.693Z] 19:34:01 all 0.15 0.00 0.06 0.00 0.01 99.78 [2021-01-19T20:21:44.693Z] 19:34:01 0 0.43 0.00 0.05 0.00 0.02 99.50 [2021-01-19T20:21:44.693Z] 19:34:01 1 0.05 0.00 0.07 0.00 0.02 99.87 [2021-01-19T20:21:44.693Z] 19:34:01 2 0.10 0.00 0.07 0.02 0.00 99.82 [2021-01-19T20:21:44.693Z] 19:34:01 3 0.02 0.00 0.05 0.00 0.00 99.93 [2021-01-19T20:21:44.693Z] 19:35:01 all 0.06 0.00 0.06 0.00 0.00 99.88 [2021-01-19T20:21:44.693Z] 19:35:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-19T20:21:44.693Z] 19:35:01 1 0.07 0.00 0.08 0.00 0.00 99.85 [2021-01-19T20:21:44.693Z] 19:35:01 2 0.13 0.00 0.07 0.00 0.00 99.80 [2021-01-19T20:21:44.693Z] 19:35:01 3 0.02 0.00 0.05 0.00 0.00 99.93 [2021-01-19T20:21:44.693Z] 19:36:01 all 0.15 0.00 0.05 0.00 0.00 99.80 [2021-01-19T20:21:44.693Z] 19:36:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-19T20:21:44.693Z] 19:36:01 1 0.08 0.00 0.03 0.00 0.00 99.88 [2021-01-19T20:21:44.693Z] 19:36:01 2 0.43 0.00 0.07 0.00 0.00 99.50 [2021-01-19T20:21:44.693Z] 19:36:01 3 0.05 0.00 0.07 0.00 0.00 99.88 [2021-01-19T20:21:44.693Z] 19:37:01 all 0.16 0.00 0.06 0.00 0.00 99.78 [2021-01-19T20:21:44.693Z] 19:37:01 0 0.03 0.00 0.07 0.00 0.00 99.90 [2021-01-19T20:21:44.693Z] 19:37:01 1 0.07 0.00 0.10 0.00 0.00 99.83 [2021-01-19T20:21:44.693Z] 19:37:01 2 0.52 0.00 0.03 0.00 0.00 99.45 [2021-01-19T20:21:44.693Z] 19:37:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-19T20:21:44.693Z] 19:38:01 all 0.17 0.00 0.06 0.00 0.00 99.78 [2021-01-19T20:21:44.693Z] 19:38:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-19T20:21:44.693Z] 19:38:01 1 0.07 0.00 0.08 0.00 0.00 99.85 [2021-01-19T20:21:44.693Z] 19:38:01 2 0.53 0.00 0.03 0.00 0.00 99.43 [2021-01-19T20:21:44.693Z] 19:38:01 3 0.02 0.00 0.07 0.00 0.00 99.92 [2021-01-19T20:21:44.693Z] 19:39:01 all 0.16 0.00 0.05 0.00 0.00 99.79 [2021-01-19T20:21:44.693Z] 19:39:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-19T20:21:44.693Z] 19:39:01 1 0.07 0.00 0.07 0.00 0.00 99.87 [2021-01-19T20:21:44.693Z] 19:39:01 2 0.50 0.00 0.03 0.00 0.00 99.47 [2021-01-19T20:21:44.693Z] 19:39:01 3 0.03 0.00 0.07 0.00 0.00 99.90 [2021-01-19T20:21:44.693Z] 19:40:01 all 0.17 0.00 0.05 0.00 0.00 99.77 [2021-01-19T20:21:44.693Z] 19:40:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-19T20:21:44.693Z] 19:40:01 1 0.10 0.00 0.10 0.00 0.02 99.78 [2021-01-19T20:21:44.693Z] 19:40:01 2 0.55 0.00 0.02 0.00 0.00 99.43 [2021-01-19T20:21:44.693Z] 19:40:01 3 0.02 0.00 0.05 0.00 0.00 99.93 [2021-01-19T20:21:44.693Z] 19:41:01 all 0.15 0.00 0.05 0.00 0.00 99.80 [2021-01-19T20:21:44.693Z] 19:41:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2021-01-19T20:21:44.693Z] 19:41:01 1 0.02 0.00 0.07 0.00 0.00 99.92 [2021-01-19T20:21:44.693Z] 19:41:01 2 0.52 0.00 0.03 0.00 0.00 99.45 [2021-01-19T20:21:44.693Z] 19:41:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-19T20:21:44.693Z] 19:42:02 all 0.19 0.00 0.06 0.00 0.00 99.75 [2021-01-19T20:21:44.693Z] 19:42:02 0 0.07 0.00 0.07 0.00 0.00 99.87 [2021-01-19T20:21:44.693Z] 19:42:02 1 0.12 0.00 0.07 0.00 0.00 99.82 [2021-01-19T20:21:44.693Z] 19:42:02 2 0.53 0.00 0.03 0.00 0.00 99.43 [2021-01-19T20:21:44.693Z] 19:42:02 3 0.03 0.00 0.07 0.00 0.00 99.90 [2021-01-19T20:21:44.693Z] 19:43:01 all 0.17 0.00 0.06 0.00 0.00 99.76 [2021-01-19T20:21:44.693Z] 19:43:01 0 0.05 0.00 0.08 0.00 0.00 99.86 [2021-01-19T20:21:44.693Z] 19:43:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-19T20:21:44.693Z] 19:43:01 2 0.56 0.00 0.08 0.00 0.00 99.36 [2021-01-19T20:21:44.693Z] 19:43:01 3 0.05 0.00 0.03 0.00 0.02 99.90 [2021-01-19T20:21:44.693Z] 19:44:01 all 0.14 0.00 0.07 0.00 0.00 99.79 [2021-01-19T20:21:44.693Z] 19:44:01 0 0.07 0.00 0.07 0.00 0.00 99.87 [2021-01-19T20:21:44.693Z] 19:44:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-19T20:21:44.693Z] 19:44:01 2 0.45 0.00 0.12 0.00 0.02 99.42 [2021-01-19T20:21:44.694Z] 19:44:01 3 0.02 0.00 0.05 0.00 0.00 99.93 [2021-01-19T20:21:44.694Z] [2021-01-19T20:21:44.694Z] 19:44:01 CPU %user %nice %system %iowait %steal %idle [2021-01-19T20:21:44.694Z] 19:45:01 all 0.11 0.00 0.07 0.00 0.00 99.82 [2021-01-19T20:21:44.694Z] 19:45:01 0 0.05 0.00 0.08 0.00 0.00 99.87 [2021-01-19T20:21:44.694Z] 19:45:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-19T20:21:44.694Z] 19:45:01 2 0.32 0.00 0.10 0.00 0.00 99.58 [2021-01-19T20:21:44.694Z] 19:45:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-19T20:21:44.694Z] 19:46:01 all 0.17 0.00 0.06 0.00 0.00 99.77 [2021-01-19T20:21:44.694Z] 19:46:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-19T20:21:44.694Z] 19:46:01 1 0.07 0.00 0.10 0.00 0.00 99.83 [2021-01-19T20:21:44.694Z] 19:46:01 2 0.52 0.00 0.05 0.00 0.00 99.43 [2021-01-19T20:21:44.694Z] 19:46:01 3 0.03 0.00 0.07 0.00 0.00 99.90 [2021-01-19T20:21:44.694Z] 19:47:01 all 0.17 0.00 0.05 0.00 0.00 99.78 [2021-01-19T20:21:44.694Z] 19:47:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-19T20:21:44.694Z] 19:47:01 1 0.08 0.00 0.08 0.00 0.00 99.83 [2021-01-19T20:21:44.694Z] 19:47:01 2 0.53 0.00 0.02 0.00 0.00 99.45 [2021-01-19T20:21:44.694Z] 19:47:01 3 0.05 0.00 0.07 0.00 0.00 99.88 [2021-01-19T20:21:44.694Z] 19:48:01 all 0.17 0.00 0.05 0.00 0.00 99.79 [2021-01-19T20:21:44.694Z] 19:48:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-19T20:21:44.694Z] 19:48:01 1 0.05 0.00 0.08 0.00 0.00 99.87 [2021-01-19T20:21:44.694Z] 19:48:01 2 0.52 0.00 0.02 0.00 0.00 99.47 [2021-01-19T20:21:44.694Z] 19:48:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-19T20:21:44.694Z] 19:49:01 all 0.17 0.00 0.06 0.00 0.00 99.77 [2021-01-19T20:21:44.694Z] 19:49:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-19T20:21:44.694Z] 19:49:01 1 0.08 0.00 0.12 0.00 0.02 99.78 [2021-01-19T20:21:44.694Z] 19:49:01 2 0.53 0.00 0.02 0.00 0.00 99.45 [2021-01-19T20:21:44.694Z] 19:49:01 3 0.03 0.00 0.07 0.00 0.00 99.90 [2021-01-19T20:21:44.694Z] 19:50:01 all 0.16 0.00 0.06 0.00 0.00 99.78 [2021-01-19T20:21:44.694Z] 19:50:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-19T20:21:44.694Z] 19:50:01 1 0.05 0.00 0.10 0.00 0.00 99.85 [2021-01-19T20:21:44.694Z] 19:50:01 2 0.52 0.00 0.05 0.00 0.00 99.43 [2021-01-19T20:21:44.694Z] 19:50:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-19T20:21:44.694Z] 19:51:01 all 0.17 0.00 0.05 0.00 0.00 99.78 [2021-01-19T20:21:44.694Z] 19:51:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2021-01-19T20:21:44.694Z] 19:51:01 1 0.07 0.00 0.07 0.00 0.00 99.87 [2021-01-19T20:21:44.694Z] 19:51:01 2 0.52 0.00 0.03 0.00 0.00 99.45 [2021-01-19T20:21:44.694Z] 19:51:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-19T20:21:44.694Z] 19:52:01 all 0.15 0.00 0.06 0.00 0.01 99.78 [2021-01-19T20:21:44.694Z] 19:52:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-19T20:21:44.694Z] 19:52:01 1 0.03 0.00 0.07 0.00 0.02 99.88 [2021-01-19T20:21:44.694Z] 19:52:01 2 0.50 0.00 0.03 0.00 0.02 99.45 [2021-01-19T20:21:44.694Z] 19:52:01 3 0.05 0.00 0.08 0.00 0.02 99.85 [2021-01-19T20:21:44.694Z] 19:53:01 all 0.14 0.00 0.06 0.00 0.00 99.80 [2021-01-19T20:21:44.694Z] 19:53:01 0 0.03 0.00 0.07 0.00 0.00 99.90 [2021-01-19T20:21:44.694Z] 19:53:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-19T20:21:44.694Z] 19:53:01 2 0.45 0.00 0.08 0.00 0.00 99.47 [2021-01-19T20:21:44.694Z] 19:53:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-19T20:21:44.694Z] 19:54:01 all 0.09 0.00 0.05 0.00 0.00 99.85 [2021-01-19T20:21:44.694Z] 19:54:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-19T20:21:44.694Z] 19:54:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-19T20:21:44.694Z] 19:54:01 2 0.22 0.00 0.07 0.00 0.00 99.72 [2021-01-19T20:21:44.694Z] 19:54:01 3 0.07 0.00 0.07 0.00 0.00 99.87 [2021-01-19T20:21:44.694Z] 19:55:01 all 0.19 0.00 0.05 0.00 0.00 99.75 [2021-01-19T20:21:44.694Z] 19:55:01 0 0.07 0.00 0.05 0.00 0.02 99.87 [2021-01-19T20:21:44.694Z] 19:55:01 1 0.07 0.00 0.07 0.00 0.00 99.87 [2021-01-19T20:21:44.694Z] 19:55:01 2 0.53 0.00 0.02 0.00 0.00 99.45 [2021-01-19T20:21:44.694Z] 19:55:01 3 0.08 0.00 0.08 0.00 0.00 99.83 [2021-01-19T20:21:44.694Z] [2021-01-19T20:21:44.694Z] 19:55:01 CPU %user %nice %system %iowait %steal %idle [2021-01-19T20:21:44.694Z] 19:56:01 all 0.15 0.00 0.06 0.00 0.00 99.79 [2021-01-19T20:21:44.694Z] 19:56:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-19T20:21:44.694Z] 19:56:01 1 0.05 0.00 0.07 0.00 0.00 99.88 [2021-01-19T20:21:44.694Z] 19:56:01 2 0.52 0.00 0.05 0.00 0.00 99.43 [2021-01-19T20:21:44.694Z] 19:56:01 3 0.00 0.00 0.07 0.00 0.00 99.93 [2021-01-19T20:21:44.694Z] 19:57:01 all 0.16 0.00 0.05 0.00 0.00 99.79 [2021-01-19T20:21:44.694Z] 19:57:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-19T20:21:44.694Z] 19:57:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-19T20:21:44.694Z] 19:57:01 2 0.52 0.00 0.02 0.00 0.00 99.47 [2021-01-19T20:21:44.694Z] 19:57:01 3 0.05 0.00 0.07 0.00 0.00 99.88 [2021-01-19T20:21:44.694Z] 19:58:01 all 0.17 0.00 0.06 0.00 0.00 99.76 [2021-01-19T20:21:44.694Z] 19:58:01 0 0.07 0.00 0.03 0.00 0.00 99.90 [2021-01-19T20:21:44.694Z] 19:58:01 1 0.07 0.00 0.08 0.00 0.00 99.85 [2021-01-19T20:21:44.694Z] 19:58:01 2 0.55 0.00 0.07 0.00 0.00 99.38 [2021-01-19T20:21:44.694Z] 19:58:01 3 0.02 0.00 0.07 0.00 0.00 99.92 [2021-01-19T20:21:44.694Z] 19:59:01 all 0.17 0.00 0.06 0.00 0.00 99.77 [2021-01-19T20:21:44.694Z] 19:59:01 0 0.07 0.00 0.08 0.00 0.00 99.85 [2021-01-19T20:21:44.694Z] 19:59:01 1 0.07 0.00 0.07 0.00 0.02 99.85 [2021-01-19T20:21:44.694Z] 19:59:01 2 0.53 0.00 0.03 0.00 0.00 99.43 [2021-01-19T20:21:44.694Z] 19:59:01 3 0.02 0.00 0.05 0.00 0.00 99.93 [2021-01-19T20:21:44.694Z] 20:00:01 all 0.23 0.00 0.15 0.00 0.00 99.61 [2021-01-19T20:21:44.694Z] 20:00:01 0 0.22 0.00 0.22 0.00 0.00 99.57 [2021-01-19T20:21:44.694Z] 20:00:01 1 0.27 0.00 0.18 0.00 0.00 99.55 [2021-01-19T20:21:44.694Z] 20:00:01 2 0.30 0.00 0.13 0.00 0.00 99.57 [2021-01-19T20:21:44.694Z] 20:00:01 3 0.15 0.00 0.07 0.00 0.02 99.77 [2021-01-19T20:21:44.694Z] 20:01:01 all 0.17 0.00 0.09 0.00 0.00 99.74 [2021-01-19T20:21:44.694Z] 20:01:01 0 0.17 0.00 0.13 0.00 0.00 99.70 [2021-01-19T20:21:44.694Z] 20:01:01 1 0.05 0.00 0.07 0.00 0.00 99.88 [2021-01-19T20:21:44.694Z] 20:01:01 2 0.38 0.00 0.10 0.00 0.02 99.50 [2021-01-19T20:21:44.694Z] 20:01:01 3 0.07 0.00 0.07 0.00 0.00 99.87 [2021-01-19T20:21:44.694Z] 20:02:02 all 0.17 0.00 0.07 0.00 0.00 99.75 [2021-01-19T20:21:44.694Z] 20:02:02 0 0.08 0.00 0.07 0.00 0.00 99.85 [2021-01-19T20:21:44.694Z] 20:02:02 1 0.05 0.00 0.07 0.00 0.00 99.88 [2021-01-19T20:21:44.694Z] 20:02:02 2 0.52 0.00 0.10 0.00 0.00 99.38 [2021-01-19T20:21:44.694Z] 20:02:02 3 0.05 0.00 0.03 0.00 0.02 99.90 [2021-01-19T20:21:44.694Z] 20:03:01 all 0.10 0.00 0.07 0.00 0.00 99.83 [2021-01-19T20:21:44.694Z] 20:03:01 0 0.31 0.00 0.10 0.00 0.00 99.59 [2021-01-19T20:21:44.694Z] 20:03:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-19T20:21:44.694Z] 20:03:01 2 0.03 0.00 0.07 0.00 0.00 99.90 [2021-01-19T20:21:44.694Z] 20:03:01 3 0.03 0.00 0.07 0.00 0.00 99.90 [2021-01-19T20:21:44.694Z] 20:04:01 all 0.17 0.00 0.06 0.00 0.00 99.76 [2021-01-19T20:21:44.694Z] 20:04:01 0 0.55 0.00 0.07 0.00 0.02 99.37 [2021-01-19T20:21:44.694Z] 20:04:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2021-01-19T20:21:44.694Z] 20:04:01 2 0.05 0.00 0.07 0.00 0.00 99.88 [2021-01-19T20:21:44.694Z] 20:04:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-19T20:21:44.694Z] 20:05:01 all 0.15 0.00 0.05 0.00 0.00 99.79 [2021-01-19T20:21:44.694Z] 20:05:01 0 0.50 0.00 0.10 0.00 0.00 99.40 [2021-01-19T20:21:44.694Z] 20:05:01 1 0.07 0.00 0.05 0.00 0.02 99.87 [2021-01-19T20:21:44.694Z] 20:05:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-19T20:21:44.694Z] 20:05:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-19T20:21:44.694Z] 20:06:01 all 0.18 0.00 0.05 0.00 0.00 99.78 [2021-01-19T20:21:44.694Z] 20:06:01 0 0.53 0.00 0.05 0.00 0.00 99.42 [2021-01-19T20:21:44.694Z] 20:06:01 1 0.08 0.00 0.07 0.00 0.00 99.85 [2021-01-19T20:21:44.694Z] 20:06:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2021-01-19T20:21:44.694Z] 20:06:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-19T20:21:44.694Z] [2021-01-19T20:21:44.694Z] 20:06:01 CPU %user %nice %system %iowait %steal %idle [2021-01-19T20:21:44.694Z] 20:07:01 all 0.16 0.00 0.05 0.00 0.00 99.78 [2021-01-19T20:21:44.694Z] 20:07:01 0 0.23 0.00 0.07 0.00 0.00 99.70 [2021-01-19T20:21:44.694Z] 20:07:01 1 0.07 0.00 0.07 0.00 0.02 99.85 [2021-01-19T20:21:44.694Z] 20:07:01 2 0.00 0.00 0.03 0.00 0.00 99.97 [2021-01-19T20:21:44.694Z] 20:07:01 3 0.35 0.00 0.05 0.00 0.00 99.60 [2021-01-19T20:21:44.694Z] 20:08:01 all 0.12 0.00 0.05 0.00 0.00 99.82 [2021-01-19T20:21:44.694Z] 20:08:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-19T20:21:44.694Z] 20:08:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-19T20:21:44.694Z] 20:08:01 2 0.02 0.00 0.05 0.00 0.02 99.92 [2021-01-19T20:21:44.694Z] 20:08:01 3 0.35 0.00 0.07 0.00 0.00 99.58 [2021-01-19T20:21:44.694Z] 20:09:01 all 0.07 0.00 0.07 0.00 0.00 99.87 [2021-01-19T20:21:44.694Z] 20:09:01 0 0.03 0.00 0.07 0.00 0.00 99.90 [2021-01-19T20:21:44.694Z] 20:09:01 1 0.05 0.00 0.12 0.00 0.00 99.83 [2021-01-19T20:21:44.694Z] 20:09:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-19T20:21:44.694Z] 20:09:01 3 0.17 0.00 0.07 0.00 0.00 99.77 [2021-01-19T20:21:44.694Z] 20:10:01 all 0.17 0.00 0.06 0.00 0.00 99.77 [2021-01-19T20:21:44.694Z] 20:10:01 0 0.03 0.00 0.08 0.00 0.00 99.88 [2021-01-19T20:21:44.694Z] 20:10:01 1 0.08 0.00 0.07 0.00 0.00 99.85 [2021-01-19T20:21:44.694Z] 20:10:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-19T20:21:44.694Z] 20:10:01 3 0.52 0.00 0.07 0.00 0.00 99.42 [2021-01-19T20:21:44.694Z] 20:11:01 all 0.15 0.00 0.05 0.00 0.00 99.80 [2021-01-19T20:21:44.694Z] 20:11:01 0 0.03 0.00 0.07 0.00 0.02 99.88 [2021-01-19T20:21:44.694Z] 20:11:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-19T20:21:44.694Z] 20:11:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-19T20:21:44.694Z] 20:11:01 3 0.52 0.00 0.02 0.00 0.00 99.47 [2021-01-19T20:21:44.694Z] 20:12:01 all 0.16 0.00 0.06 0.00 0.00 99.77 [2021-01-19T20:21:44.694Z] 20:12:01 0 0.07 0.00 0.10 0.00 0.00 99.83 [2021-01-19T20:21:44.694Z] 20:12:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-19T20:21:44.694Z] 20:12:01 2 0.03 0.00 0.08 0.00 0.00 99.88 [2021-01-19T20:21:44.694Z] 20:12:01 3 0.52 0.00 0.03 0.00 0.02 99.43 [2021-01-19T20:21:44.694Z] 20:13:01 all 0.15 0.00 0.06 0.00 0.01 99.78 [2021-01-19T20:21:44.694Z] 20:13:01 0 0.05 0.00 0.07 0.00 0.02 99.87 [2021-01-19T20:21:44.694Z] 20:13:01 1 0.42 0.00 0.07 0.00 0.02 99.50 [2021-01-19T20:21:44.694Z] 20:13:01 2 0.03 0.00 0.07 0.00 0.00 99.90 [2021-01-19T20:21:44.694Z] 20:13:01 3 0.10 0.00 0.03 0.00 0.00 99.87 [2021-01-19T20:21:44.694Z] 20:14:01 all 0.15 0.00 0.05 0.00 0.00 99.79 [2021-01-19T20:21:44.694Z] 20:14:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-19T20:21:44.694Z] 20:14:01 1 0.50 0.00 0.07 0.00 0.00 99.43 [2021-01-19T20:21:44.694Z] 20:14:01 2 0.05 0.00 0.05 0.00 0.02 99.88 [2021-01-19T20:21:44.694Z] 20:14:01 3 0.02 0.00 0.05 0.00 0.00 99.93 [2021-01-19T20:21:44.694Z] 20:15:01 all 0.17 0.00 0.05 0.00 0.00 99.78 [2021-01-19T20:21:44.694Z] 20:15:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-19T20:21:44.694Z] 20:15:01 1 0.53 0.00 0.05 0.00 0.00 99.42 [2021-01-19T20:21:44.694Z] 20:15:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-19T20:21:44.694Z] 20:15:01 3 0.05 0.00 0.08 0.00 0.00 99.87 [2021-01-19T20:21:44.694Z] 20:16:01 all 0.18 0.00 0.06 0.00 0.00 99.76 [2021-01-19T20:21:44.694Z] 20:16:01 0 0.05 0.00 0.07 0.00 0.00 99.88 [2021-01-19T20:21:44.694Z] 20:16:01 1 0.55 0.00 0.05 0.00 0.00 99.40 [2021-01-19T20:21:44.694Z] 20:16:01 2 0.07 0.00 0.07 0.00 0.00 99.87 [2021-01-19T20:21:44.694Z] 20:16:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-19T20:21:44.694Z] 20:17:01 all 0.15 0.00 0.05 0.00 0.00 99.80 [2021-01-19T20:21:44.694Z] 20:17:01 0 0.03 0.00 0.08 0.00 0.00 99.88 [2021-01-19T20:21:44.694Z] 20:17:01 1 0.52 0.00 0.02 0.00 0.00 99.47 [2021-01-19T20:21:44.695Z] 20:17:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-19T20:21:44.695Z] 20:17:01 3 0.02 0.00 0.07 0.00 0.02 99.90 [2021-01-19T20:21:44.695Z] [2021-01-19T20:21:44.695Z] 20:17:01 CPU %user %nice %system %iowait %steal %idle [2021-01-19T20:21:44.695Z] 20:18:01 all 0.17 0.00 0.06 0.00 0.00 99.78 [2021-01-19T20:21:44.695Z] 20:18:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-19T20:21:44.695Z] 20:18:01 1 0.55 0.00 0.05 0.00 0.00 99.40 [2021-01-19T20:21:44.695Z] 20:18:01 2 0.03 0.00 0.07 0.00 0.00 99.90 [2021-01-19T20:21:44.695Z] 20:18:01 3 0.05 0.00 0.07 0.00 0.00 99.88 [2021-01-19T20:21:44.695Z] 20:19:01 all 0.16 0.00 0.05 0.00 0.00 99.79 [2021-01-19T20:21:44.695Z] 20:19:01 0 0.03 0.00 0.07 0.00 0.00 99.90 [2021-01-19T20:21:44.695Z] 20:19:01 1 0.53 0.00 0.02 0.00 0.00 99.45 [2021-01-19T20:21:44.695Z] 20:19:01 2 0.05 0.00 0.07 0.00 0.00 99.88 [2021-01-19T20:21:44.695Z] 20:19:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-19T20:21:44.695Z] 20:20:01 all 0.16 0.00 0.06 0.00 0.00 99.78 [2021-01-19T20:21:44.695Z] 20:20:01 0 0.02 0.00 0.08 0.00 0.00 99.90 [2021-01-19T20:21:44.695Z] 20:20:01 1 0.55 0.00 0.03 0.00 0.00 99.42 [2021-01-19T20:21:44.695Z] 20:20:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-19T20:21:44.695Z] 20:20:01 3 0.03 0.00 0.07 0.00 0.00 99.90 [2021-01-19T20:21:44.695Z] 20:21:01 all 0.17 0.00 0.06 0.00 0.00 99.78 [2021-01-19T20:21:44.695Z] 20:21:01 0 0.03 0.00 0.07 0.00 0.00 99.90 [2021-01-19T20:21:44.695Z] 20:21:01 1 0.53 0.00 0.03 0.00 0.00 99.43 [2021-01-19T20:21:44.695Z] 20:21:01 2 0.03 0.00 0.07 0.00 0.00 99.90 [2021-01-19T20:21:44.695Z] 20:21:01 3 0.07 0.00 0.07 0.00 0.00 99.87 [2021-01-19T20:21:44.695Z] Average: all 1.78 0.02 0.99 0.45 0.08 96.69 [2021-01-19T20:21:44.695Z] Average: 0 1.70 0.02 0.98 0.41 0.08 96.81 [2021-01-19T20:21:44.695Z] Average: 1 1.84 0.02 1.01 0.45 0.08 96.61 [2021-01-19T20:21:44.695Z] Average: 2 1.80 0.02 0.97 0.47 0.09 96.65 [2021-01-19T20:21:44.695Z] Average: 3 1.76 0.01 1.00 0.44 0.08 96.71 [2021-01-19T20:21:44.695Z] [2021-01-19T20:21:44.695Z] [2021-01-19T20:21:44.695Z]