Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 250a43ed1e9b8198fb10735cc1ab2371f89d298c 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 Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-21223 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/304 [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/304 # 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 Checking out Revision 250a43ed1e9b8198fb10735cc1ab2371f89d298c (master) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 250a43ed1e9b8198fb10735cc1ab2371f89d298c # timeout=10 Commit message: "Merge pull request #3040 from edgexfoundry/dependabot/go_modules/github.com/google/uuid-1.1.5" > git rev-list --no-walk ff4e3493a8c789d3c4d6c885bb9a70d186a91ade # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:07:52 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:07:53 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:07:53 ========================================================= 17:07:53 EdgeX Global Pipelines Version Info 17:07:53 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:07:56 ------------------- 17:07:56 stable info: 17:07:56 ------------------- 17:07:56 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:07:56 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 17:07:56 Message: update stable to v1.0.177 17:07:57 ------------------- 17:07:57 experimental info: 17:07:57 ------------------- 17:07:57 Commited By: **** collab-it+edgex@linuxfoundation.org 17:07:57 Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 17:07:57 Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:07:57 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 17:07:57 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 17:07:57 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:07:57 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:07:57 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:07:57 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:07:58 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:07:58 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 17:07:58 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 17:07:58 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 17:07:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:07:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:07:58 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:07:58 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:07:58 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:07:58 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:07:59 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:07:59 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:07:59 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:07:59 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 17:07:59 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 17:07:59 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 17:07:59 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 17:07:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 17:07:59 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 17:07:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 17:07:59 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 250a43ed1e9b8198fb10735cc1ab2371f89d298c [Pipeline] echo 17:08:00 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 250a43e [Pipeline] echo 17:08:00 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:08:00 provisioning config files... 17:08:00 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/304@tmp/config1528061004037921433tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:08:01 ---> docker-login.sh 17:08:01 nexus3.edgexfoundry.org:10001 17:08:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:08:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:08:02 Configure a credential helper to remove this warning. See 17:08:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:08:02 17:08:02 Login Succeeded 17:08:02 nexus3.edgexfoundry.org:10002 17:08:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:08:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:08:03 Configure a credential helper to remove this warning. See 17:08:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:08:03 17:08:03 Login Succeeded 17:08:03 nexus3.edgexfoundry.org:10003 17:08:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:08:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:08:03 Configure a credential helper to remove this warning. See 17:08:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:08:03 17:08:03 Login Succeeded 17:08:03 nexus3.edgexfoundry.org:10004 17:08:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:08:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:08:04 Configure a credential helper to remove this warning. See 17:08:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:08:04 17:08:04 Login Succeeded 17:08:04 docker.io 17:08:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:08:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:08:04 Configure a credential helper to remove this warning. See 17:08:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:08:04 17:08:04 Login Succeeded 17:08:04 ---> docker-login.sh ends [Pipeline] } 17:08:05 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:08:05 ++ 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 17:08:05 + for file in '`ls cmd/**/Dockerfile`' 17:08:05 ++ cut -d/ -f2 17:08:05 ++ dirname cmd/core-command/Dockerfile 17:08:05 + echo core-command,cmd/core-command/Dockerfile 17:08:05 + for file in '`ls cmd/**/Dockerfile`' 17:08:05 ++ cut -d/ -f2 17:08:05 ++ dirname cmd/core-data/Dockerfile 17:08:05 + echo core-data,cmd/core-data/Dockerfile 17:08:05 + for file in '`ls cmd/**/Dockerfile`' 17:08:05 ++ dirname cmd/core-metadata/Dockerfile 17:08:05 ++ cut -d/ -f2 17:08:05 + echo core-metadata,cmd/core-metadata/Dockerfile 17:08:05 + for file in '`ls cmd/**/Dockerfile`' 17:08:05 ++ dirname cmd/security-bootstrap-redis/Dockerfile 17:08:05 ++ cut -d/ -f2 17:08:05 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 17:08:05 + for file in '`ls cmd/**/Dockerfile`' 17:08:05 ++ dirname cmd/security-proxy-setup/Dockerfile 17:08:05 ++ cut -d/ -f2 17:08:05 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 17:08:05 + for file in '`ls cmd/**/Dockerfile`' 17:08:05 ++ dirname cmd/security-secretstore-setup/Dockerfile 17:08:05 ++ cut -d/ -f2 17:08:05 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 17:08:05 + for file in '`ls cmd/**/Dockerfile`' 17:08:05 ++ cut -d/ -f2 17:08:05 ++ dirname cmd/support-notifications/Dockerfile 17:08:05 + echo support-notifications,cmd/support-notifications/Dockerfile 17:08:05 + for file in '`ls cmd/**/Dockerfile`' 17:08:05 ++ dirname cmd/support-scheduler/Dockerfile 17:08:05 ++ cut -d/ -f2 17:08:05 + echo support-scheduler,cmd/support-scheduler/Dockerfile 17:08:05 + for file in '`ls cmd/**/Dockerfile`' 17:08:05 ++ dirname cmd/sys-mgmt-agent/Dockerfile 17:08:05 ++ cut -d/ -f2 17:08:05 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 17:08:05 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 17:08:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:08:07 17:08:07 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:08:07 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:08:08 latest: Pulling from edgex-devops/git-semver 17:08:08 31603596830f: Pulling fs layer 17:08:08 2a8b12db71e7: Pulling fs layer 17:08:08 6ca5941a6612: Pulling fs layer 17:08:08 ecc8261a40a4: Pulling fs layer 17:08:08 ecc8261a40a4: Waiting 17:08:08 2a8b12db71e7: Verifying Checksum 17:08:08 2a8b12db71e7: Download complete 17:08:08 31603596830f: Verifying Checksum 17:08:08 31603596830f: Download complete 17:08:08 ecc8261a40a4: Verifying Checksum 17:08:08 ecc8261a40a4: Download complete 17:08:09 6ca5941a6612: Verifying Checksum 17:08:09 6ca5941a6612: Download complete 17:08:09 31603596830f: Pull complete 17:08:10 2a8b12db71e7: Pull complete 17:08:12 6ca5941a6612: Pull complete 17:08:13 ecc8261a40a4: Pull complete 17:08:13 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:08:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:08:13 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:08:14 prd-centos7-docker-4c-2g-21223 does not seem to be running inside a container 17:08:14 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/304 -v /w/workspace/edgex-go/304:/w/workspace/edgex-go/304:rw,z -v /w/workspace/edgex-go/304@tmp:/w/workspace/edgex-go/304@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:08:18 $ docker top 023423db64f8544ced4c578c6852322de10a0953b4decdf403e7d7d9b52ef708 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:08:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:08:18 [ssh-agent] Looking for ssh-agent implementation... 17:08:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:08:19 $ docker exec 023423db64f8544ced4c578c6852322de10a0953b4decdf403e7d7d9b52ef708 ssh-agent 17:08:20 SSH_AUTH_SOCK=/tmp/ssh-q3x4GQpIVS2f/agent.11 17:08:20 SSH_AGENT_PID=16 17:08:20 Running ssh-add (command line suppressed) 17:08:20 Identity added: /w/workspace/edgex-go/304@tmp/private_key_4097375898573681159.key (/w/workspace/edgex-go/304@tmp/private_key_4097375898573681159.key) 17:08:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:08:21 + git tag --points-at HEAD [Pipeline] } 17:08:21 $ docker exec --env ******** --env ******** 023423db64f8544ced4c578c6852322de10a0953b4decdf403e7d7d9b52ef708 ssh-agent -k 17:08:22 unset SSH_AUTH_SOCK; 17:08:22 unset SSH_AGENT_PID; 17:08:22 echo Agent pid 16 killed; 17:08:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:08:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:08:22 [ssh-agent] Looking for ssh-agent implementation... 17:08:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:08:23 $ docker exec 023423db64f8544ced4c578c6852322de10a0953b4decdf403e7d7d9b52ef708 ssh-agent 17:08:24 SSH_AUTH_SOCK=/tmp/ssh-5frOcHiKA5nm/agent.45 17:08:24 SSH_AGENT_PID=50 17:08:24 Running ssh-add (command line suppressed) 17:08:24 Identity added: /w/workspace/edgex-go/304@tmp/private_key_1527278610460852063.key (/w/workspace/edgex-go/304@tmp/private_key_1527278610460852063.key) 17:08:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:08:26 + git semver init 17:08:26 # -> Open(): unable to determine branch for HEAD 17:08:26 # $GIT_DIR = /w/workspace/edgex-go/304/.git 17:08:26 # $GIT_WORK_TREE = /w/workspace/edgex-go/304 17:08:26 # $SEMVER_REMOTE_NAME = origin 17:08:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:08:26 # $SEMVER_USER_NAME = edgex-jenkins 17:08:26 # $SEMVER_BRANCH = master 17:08:26 # $SEMVER_TEMP = /tmp/semver-364683676 17:08:26 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 17:09:14 # '/tmp/semver-364683676' -> '/w/workspace/edgex-go/304/.semver' 17:09:14 # -> Force: false 17:09:14 # $SEMVER_DIR = /w/workspace/edgex-go/304/.semver [Pipeline] } 17:09:14 $ docker exec --env ******** --env ******** 023423db64f8544ced4c578c6852322de10a0953b4decdf403e7d7d9b52ef708 ssh-agent -k 17:09:14 unset SSH_AUTH_SOCK; 17:09:14 unset SSH_AGENT_PID; 17:09:14 echo Agent pid 50 killed; 17:09:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:09:15 + git semver [Pipeline] } 17:09:15 $ docker stop --time=1 023423db64f8544ced4c578c6852322de10a0953b4decdf403e7d7d9b52ef708 17:09:17 $ docker rm -f 023423db64f8544ced4c578c6852322de10a0953b4decdf403e7d7d9b52ef708 [Pipeline] // withDockerContainer [Pipeline] sh 17:09:18 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:09:19 Stashed 1 file(s) [Pipeline] echo 17:09:19 [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) 17:09:19 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21213 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws 17:09:19 Running in /w/workspace/edgex-go/304 [Pipeline] { [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] sh 17:09:20 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:09:20 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:09:21 + sudo service docker restart 17:09:21 + true 17:09:21 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 17:09:22 ========================================================= 17:09:22 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:09:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:09:22 + 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 . 17:09:24 using credential edgex-jenkins-ssh 17:09:24 Cloning the remote Git repository 17:09:24 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:09:24 > git init /w/workspace/edgex-go/304 # timeout=10 17:09:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:09:25 > git --version # timeout=10 17:09:25 > git --version # 'git version 2.17.1' 17:09:25 using GIT_SSH to set credentials SSH Credentials for GitHub 17:09:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:09:31 Sending build context to Docker daemon 326.6MB 17:09:31 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 17:09:31 Step 2/6 : FROM ${BASE} 17:09:31 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:09:31 188c0c94c7c5: Pulling fs layer 17:09:31 0ef7d3d256c8: Pulling fs layer 17:09:31 de9db76c5a1d: Pulling fs layer 17:09:31 bca2f99d35d6: Pulling fs layer 17:09:31 93359f2a8cfa: Pulling fs layer 17:09:31 7c6f9722023f: Pulling fs layer 17:09:31 a35cf1a2eb13: Pulling fs layer 17:09:31 bca2f99d35d6: Waiting 17:09:31 93359f2a8cfa: Waiting 17:09:31 7c6f9722023f: Waiting 17:09:31 a35cf1a2eb13: Waiting 17:09:31 de9db76c5a1d: Verifying Checksum 17:09:31 de9db76c5a1d: Download complete 17:09:31 0ef7d3d256c8: Download complete 17:09:31 93359f2a8cfa: Verifying Checksum 17:09:31 93359f2a8cfa: Download complete 17:09:31 7c6f9722023f: Verifying Checksum 17:09:31 7c6f9722023f: Download complete 17:09:31 188c0c94c7c5: Verifying Checksum 17:09:31 188c0c94c7c5: Download complete 17:09:31 188c0c94c7c5: Pull complete 17:09:32 0ef7d3d256c8: Pull complete 17:09:32 de9db76c5a1d: Pull complete 17:09:36 a35cf1a2eb13: Verifying Checksum 17:09:36 a35cf1a2eb13: Download complete 17:09:40 bca2f99d35d6: Verifying Checksum 17:09:40 bca2f99d35d6: Download complete 17:09:52 Checking out Revision 250a43ed1e9b8198fb10735cc1ab2371f89d298c (master) 17:09:53 bca2f99d35d6: Pull complete 17:09:53 93359f2a8cfa: Pull complete 17:09:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:09:52 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:09:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:09:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:09:52 using GIT_SSH to set credentials SSH Credentials for GitHub 17:09:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:09:52 > git config core.sparsecheckout # timeout=10 17:09:52 > git checkout -f 250a43ed1e9b8198fb10735cc1ab2371f89d298c # timeout=10 17:09:54 7c6f9722023f: Pull complete 17:09:57 Commit message: "Merge pull request #3040 from edgexfoundry/dependabot/go_modules/github.com/google/uuid-1.1.5" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:09:58 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 17:09:59 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:09:59 + sudo service docker restart 17:09:59 + true 17:10:00 a35cf1a2eb13: Pull complete 17:10:00 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 17:10:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:10:00 ---> a62c8e92a672 17:10:00 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 17:10:00 ---> Running in ff62fd0d698f 17:10:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:10:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:10:01 provisioning config files... 17:10:01 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/304@tmp/config1171709566521099909tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:10:01 (1/12) Installing libmagic (5.38-r0) 17:10:02 ---> docker-login.sh 17:10:02 nexus3.edgexfoundry.org:10001 17:10:02 (2/12) Installing file (5.38-r0) 17:10:02 (3/12) Installing libc-dev (0.7.2-r3) 17:10:02 (4/12) Installing g++ (9.3.0-r2) 17:10:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:10:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:10:03 Configure a credential helper to remove this warning. See 17:10:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:10:03 17:10:03 Login Succeeded 17:10:03 nexus3.edgexfoundry.org:10002 17:10:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:10:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:10:04 Configure a credential helper to remove this warning. See 17:10:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:10:04 17:10:04 Login Succeeded 17:10:04 nexus3.edgexfoundry.org:10003 17:10:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:10:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:10:04 Configure a credential helper to remove this warning. See 17:10:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:10:04 17:10:04 Login Succeeded 17:10:04 nexus3.edgexfoundry.org:10004 17:10:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:10:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:10:05 Configure a credential helper to remove this warning. See 17:10:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:10:05 17:10:05 Login Succeeded 17:10:05 docker.io 17:10:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:10:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:10:06 Configure a credential helper to remove this warning. See 17:10:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:10:06 17:10:06 Login Succeeded 17:10:06 ---> docker-login.sh ends [Pipeline] } 17:10:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:10:06 ========================================================= 17:10:06 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:10:06 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:10:06 + 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 . 17:10:07 (5/12) Installing fortify-headers (1.1-r0) 17:10:07 (6/12) Installing patch (2.7.6-r6) 17:10:07 (7/12) Installing build-base (0.5-r2) 17:10:07 (8/12) Installing libsodium (1.0.18-r0) 17:10:07 (9/12) Installing pkgconf (1.7.2-r0) 17:10:07 (10/12) Installing libsodium-dev (1.0.18-r0) 17:10:07 (11/12) Installing libzmq (4.3.3-r0) 17:10:08 (12/12) Installing zeromq-dev (4.3.3-r0) 17:10:08 Executing busybox-1.31.1-r19.trigger 17:10:08 OK: 233 MiB in 51 packages 17:10:09 Sending build context to Docker daemon 165.5MB 17:10:09 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 17:10:09 Step 2/6 : FROM ${BASE} 17:10:09 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:10:09 5f621e34cdf4: Pulling fs layer 17:10:09 a4357932f1b6: Pulling fs layer 17:10:09 18c013af1878: Pulling fs layer 17:10:09 00ac8860ef70: Pulling fs layer 17:10:09 63d7cb157983: Pulling fs layer 17:10:09 b116817d02f9: Pulling fs layer 17:10:09 745a02a5169b: Pulling fs layer 17:10:09 00ac8860ef70: Waiting 17:10:09 63d7cb157983: Waiting 17:10:09 b116817d02f9: Waiting 17:10:09 745a02a5169b: Waiting 17:10:09 18c013af1878: Verifying Checksum 17:10:09 18c013af1878: Download complete 17:10:09 a4357932f1b6: Verifying Checksum 17:10:09 a4357932f1b6: Download complete 17:10:09 63d7cb157983: Verifying Checksum 17:10:09 63d7cb157983: Download complete 17:10:09 b116817d02f9: Verifying Checksum 17:10:09 b116817d02f9: Download complete 17:10:09 5f621e34cdf4: Verifying Checksum 17:10:09 5f621e34cdf4: Download complete 17:10:10 5f621e34cdf4: Pull complete 17:10:10 a4357932f1b6: Pull complete 17:10:11 18c013af1878: Pull complete 17:10:12 745a02a5169b: Verifying Checksum 17:10:12 745a02a5169b: Download complete 17:10:12 Removing intermediate container ff62fd0d698f 17:10:12 ---> 5f1f530f5c9e 17:10:12 Step 4/6 : WORKDIR /edgex-go 17:10:12 ---> Running in 359ab93d5c1c 17:10:13 Removing intermediate container 359ab93d5c1c 17:10:13 ---> a9cd32ab6ce1 17:10:13 Step 5/6 : COPY go.mod . 17:10:13 ---> dbe650bd3a36 17:10:13 Step 6/6 : RUN go mod download 17:10:13 ---> Running in 4b5cda49b407 17:10:13 00ac8860ef70: Download complete 17:10:24 00ac8860ef70: Pull complete 17:10:24 63d7cb157983: Pull complete 17:10:24 b116817d02f9: Pull complete 17:10:28 745a02a5169b: Pull complete 17:10:28 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 17:10:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:10:28 ---> b7e6874047d6 17:10:28 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 17:10:32 ---> Running in e862c9ae6585 17:10:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:10:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:10:34 (1/12) Installing libmagic (5.38-r0) 17:10:34 (2/12) Installing file (5.38-r0) 17:10:34 (3/12) Installing libc-dev (0.7.2-r3) 17:10:34 (4/12) Installing g++ (9.3.0-r2) 17:10:38 (5/12) Installing fortify-headers (1.1-r0) 17:10:38 (6/12) Installing patch (2.7.6-r6) 17:10:38 (7/12) Installing build-base (0.5-r2) 17:10:38 (8/12) Installing libsodium (1.0.18-r0) 17:10:38 (9/12) Installing pkgconf (1.7.2-r0) 17:10:38 (10/12) Installing libsodium-dev (1.0.18-r0) 17:10:38 (11/12) Installing libzmq (4.3.3-r0) 17:10:38 (12/12) Installing zeromq-dev (4.3.3-r0) 17:10:38 Executing busybox-1.31.1-r19.trigger 17:10:38 OK: 217 MiB in 51 packages 17:10:40 Removing intermediate container 4b5cda49b407 17:10:40 ---> 95e9c319de99 17:10:40 Successfully built 95e9c319de99 17:10:40 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:10:41 + docker inspect -f . ci-base-image-x86_64 17:10:41 . [Pipeline] withDockerContainer 17:10:42 prd-centos7-docker-4c-2g-21223 does not seem to be running inside a container 17:10:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/304 -v /w/workspace/edgex-go/304:/w/workspace/edgex-go/304:rw,z -v /w/workspace/edgex-go/304@tmp:/w/workspace/edgex-go/304@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 ******** ci-base-image-x86_64 cat 17:10:42 Removing intermediate container e862c9ae6585 17:10:42 ---> ad91d767aafd 17:10:42 Step 4/6 : WORKDIR /edgex-go 17:10:42 ---> Running in b8ba084cba58 17:10:43 Removing intermediate container b8ba084cba58 17:10:43 ---> 3b2c9570cd35 17:10:43 Step 5/6 : COPY go.mod . 17:10:44 ---> aaaee4811537 17:10:44 Step 6/6 : RUN go mod download 17:10:44 ---> Running in a5905241c9d7 17:10:44 $ docker top c798d836135c19ccda3b4f4795981d9db1ab7e9c6aba5fda9fe458b4ea004979 -eo pid,comm [Pipeline] { [Pipeline] sh 17:10:45 + go version 17:10:45 go version go1.15.5 linux/amd64 [Pipeline] } 17:10:45 $ docker stop --time=1 c798d836135c19ccda3b4f4795981d9db1ab7e9c6aba5fda9fe458b4ea004979 17:10:47 $ docker rm -f c798d836135c19ccda3b4f4795981d9db1ab7e9c6aba5fda9fe458b4ea004979 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:10:48 + docker inspect -f . ci-base-image-x86_64 17:10:48 . [Pipeline] withDockerContainer 17:10:48 prd-centos7-docker-4c-2g-21223 does not seem to be running inside a container 17:10:49 $ 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/304 -v /w/workspace/edgex-go/304:/w/workspace/edgex-go/304:rw,z -v /w/workspace/edgex-go/304@tmp:/w/workspace/edgex-go/304@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 ******** ci-base-image-x86_64 cat 17:10:50 $ docker top 7c47b2d31cecd786038d3ac1c3f01dac1a6c871d2f0d4050a89ec9b8648ed26b -eo pid,comm [Pipeline] { [Pipeline] echo 17:10:51 ========================================================= 17:10:51 [edgeXBuildGoParallel] Running Tests and Build... 17:10:51 ========================================================= [Pipeline] sh 17:10:51 + make test 17:10:51 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:11:10 ? github.com/edgexfoundry/edgex-go [no test files] 17:11:10 Removing intermediate container a5905241c9d7 17:11:10 ---> 330c96fb9f0e 17:11:10 Successfully built 330c96fb9f0e 17:11:10 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:11:11 + docker inspect -f . ci-base-image-arm64 17:11:11 . [Pipeline] withDockerContainer 17:11:11 prd-ubuntu18.04-docker-arm64-4c-16g-21213 does not seem to be running inside a container 17:11:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/304 -v /w/workspace/edgex-go/304:/w/workspace/edgex-go/304:rw,z -v /w/workspace/edgex-go/304@tmp:/w/workspace/edgex-go/304@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 17:11:13 $ docker top 6beefb0821a328099d51fb497e26ac7853ca89f259ab46470cb7116433a6b5cf -eo pid,comm [Pipeline] { [Pipeline] sh 17:11:14 + go version 17:11:14 go version go1.15.5 linux/arm64 [Pipeline] } 17:11:14 $ docker stop --time=1 6beefb0821a328099d51fb497e26ac7853ca89f259ab46470cb7116433a6b5cf 17:11:16 $ docker rm -f 6beefb0821a328099d51fb497e26ac7853ca89f259ab46470cb7116433a6b5cf [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] { [Pipeline] isUnix [Pipeline] sh 17:11:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:11:19 17:11:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:11:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:11:20 latest: Pulling from edgex-devops/edgex-compose-arm64 17:11:20 29e5d40040c1: Pulling fs layer 17:11:20 1ce36da41761: Pulling fs layer 17:11:20 25b303627fd3: Pulling fs layer 17:11:20 29e5d40040c1: Verifying Checksum 17:11:20 29e5d40040c1: Download complete 17:11:21 1ce36da41761: Verifying Checksum 17:11:21 1ce36da41761: Download complete 17:11:21 29e5d40040c1: Pull complete 17:11:22 1ce36da41761: Pull complete 17:11:22 25b303627fd3: Download complete 17:11:32 25b303627fd3: Pull complete 17:11:32 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 17:11:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:11:32 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 17:11:32 prd-ubuntu18.04-docker-arm64-4c-16g-21213 does not seem to be running inside a container 17:11:32 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/304 -v /w/workspace/edgex-go/304:/w/workspace/edgex-go/304:rw,z -v /w/workspace/edgex-go/304@tmp:/w/workspace/edgex-go/304@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 17:11:36 $ docker top 80580e714e7e9e68a42a95d8c549a92e98ea670343240102112eadd741432d1d -eo pid,comm [Pipeline] { [Pipeline] sh 17:11:37 + docker-compose build --help 17:11:37 + grep parallel 17:11:38 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:11:40 --parallel Build images in parallel. [Pipeline] } 17:11:40 $ docker stop --time=1 80580e714e7e9e68a42a95d8c549a92e98ea670343240102112eadd741432d1d 17:11:42 $ docker rm -f 80580e714e7e9e68a42a95d8c549a92e98ea670343240102112eadd741432d1d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:11:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:11:43 . [Pipeline] withDockerContainer 17:11:43 prd-ubuntu18.04-docker-arm64-4c-16g-21213 does not seem to be running inside a container 17:11:43 $ 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/304 -v /w/workspace/edgex-go/304:/w/workspace/edgex-go/304:rw,z -v /w/workspace/edgex-go/304@tmp:/w/workspace/edgex-go/304@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 17:11:45 $ docker top cbf488d428edf6824d4321e3a1071d4f1367abb74c8e629d83ca1d8565298b3e -eo pid,comm [Pipeline] { [Pipeline] sh 17:11:46 + docker-compose -f ./docker-compose-build.yml build --parallel 17:11:49 Building docker-core-command-go ... 17:11:49 Building docker-core-data-go ... 17:11:49 Building docker-core-metadata-go ... 17:11:49 Building docker-security-bootstrap-redis-go ... 17:11:49 Building docker-security-proxy-setup-go ... 17:11:49 Building docker-security-secretstore-setup-go ... 17:11:49 Building docker-support-notifications-go ... 17:11:49 Building docker-support-scheduler-go ... 17:11:49 Building docker-sys-mgmt-agent-go ... 17:11:49 Building docker-sys-mgmt-agent-go 17:11:49 Building docker-support-scheduler-go 17:11:49 Building docker-security-bootstrap-redis-go 17:11:49 Building docker-core-data-go 17:11:49 Building docker-support-notifications-go 17:11:51 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:11:51 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:11:51 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:11:51 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 17:11:51 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:11:51 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:11:53 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:11:53 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:11:55 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:11:58 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:11:58 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:11:58 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:12:03 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.145s coverage: 46.6% of statements 17:12:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:12:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:12:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:12:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:12:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:12:07 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.453s coverage: 27.0% of statements 17:12:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:12:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:12:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:12:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:12:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:12:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:12:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.060s coverage: 100.0% of statements 17:12:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:12:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.061s coverage: 100.0% of statements 17:12:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:12:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 17:12:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.184s coverage: 67.9% of statements 17:12:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 17:12:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 17:12:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.188s coverage: 82.3% of statements 17:12:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 17:12:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 17:12:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 17:12:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 17:12:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.561s coverage: 28.6% of statements 17:12:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:12:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:12:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:12:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:12:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:12:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.166s coverage: 100.0% of statements 17:12:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:12:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.075s coverage: 100.0% of statements 17:12:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:12:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.229s coverage: 86.7% of statements 17:12:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:12:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.317s coverage: 97.5% of statements 17:12:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:12:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.111s coverage: 78.3% of statements 17:12:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:12:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 17:12:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 17:12:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 17:12:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.079s coverage: 92.8% of statements 17:12:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 17:12:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 17:12:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 17:12:17 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:12:17 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:12:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:12:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:12:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:12:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:12:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:12:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:12:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:12:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:12:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:12:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:12:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:12:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:12:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:12:17 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.103s coverage: 58.8% of statements 17:12:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 17:12:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 17:12:17 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.212s coverage: 0.1% of statements 17:12:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 17:12:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 17:12:17 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:12:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:12:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.081s coverage: 100.0% of statements 17:12:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:12:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.325s coverage: 75.5% of statements 17:12:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 17:12:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.052s coverage: 80.8% of statements 17:12:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.116s coverage: 87.2% of statements 17:12:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.083s coverage: 84.2% of statements 17:12:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.181s coverage: 91.4% of statements 17:12:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:12:21 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.342s coverage: 63.5% of statements 17:12:21 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:12:21 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:12:21 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.074s coverage: 100.0% of statements 17:12:21 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.066s coverage: 91.3% of statements 17:12:21 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.054s coverage: 100.0% of statements 17:12:21 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.093s coverage: 73.7% of statements 17:12:22 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.072s coverage: 100.0% of statements 17:12:24 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.792s coverage: 68.9% of statements 17:12:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:12:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:12:24 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 17:12:24 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 17:12:24 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 17:12:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.144s coverage: 37.0% of statements 17:12:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:12:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:12:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.561s coverage: 84.0% of statements 17:12:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.080s coverage: 100.0% of statements 17:12:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.302s coverage: 47.1% of statements 17:12:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:12:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:12:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:12:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:12:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:12:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.151s coverage: 100.0% of statements 17:12:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:12:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.069s coverage: 100.0% of statements 17:12:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:12:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.197s coverage: 29.1% of statements 17:12:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:12:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:12:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:12:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:12:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:12:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.146s coverage: 99.0% of statements 17:12:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:12:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.123s coverage: 100.0% of statements 17:12:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:12:31 ok github.com/edgexfoundry/edgex-go/internal/system 0.100s coverage: 0.0% of statements 17:12:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:12:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements 17:12:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:12:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:12:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:12:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:12:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.076s coverage: 87.9% of statements 17:12:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:12:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:12:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements 17:12:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.039s coverage: 32.1% of statements 17:12:33 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.068s coverage: 100.0% of statements 17:12:33 GO111MODULE=on go vet ./... 17:12:36 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:12:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:12:36 ---> 330c96fb9f0e 17:12:36 Step 3/23 : WORKDIR /edgex-go 17:12:36 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:12:36 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:12:36 ---> 330c96fb9f0e 17:12:36 Step 3/21 : WORKDIR /edgex-go 17:12:36 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:12:36 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:12:36 ---> 330c96fb9f0e 17:12:36 Step 3/24 : WORKDIR /edgex-go 17:12:36 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:12:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:12:36 ---> 330c96fb9f0e 17:12:36 Step 3/22 : WORKDIR /edgex-go 17:12:36 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:12:36 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:12:36 ---> 330c96fb9f0e 17:12:36 Step 3/26 : WORKDIR /edgex-go 17:12:36 ---> Running in 3e1383290bc0 17:12:36 ---> Running in 7051c7b7b1b5 17:12:36 ---> Running in 1eeea7fa317e 17:12:36 ---> Running in 4fb4dedce943 17:12:36 ---> Running in 7aef38627feb 17:12:36 Removing intermediate container 3e1383290bc0 17:12:36 ---> 73ce7d4f683c 17:12:36 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:12:36 Removing intermediate container 7051c7b7b1b5 17:12:36 ---> 4054e26d9feb 17:12:36 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:12:36 Removing intermediate container 4fb4dedce943 17:12:36 ---> 701899a505a4 17:12:36 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:12:36 Removing intermediate container 7aef38627feb 17:12:36 ---> ceb4a479be71 17:12:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:12:36 Removing intermediate container 1eeea7fa317e 17:12:36 ---> 78d7b58e070f 17:12:36 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:12:36 ---> Running in 703d0c4c69e9 17:12:36 ---> Running in 5b71d3ff5009 17:12:36 ---> Running in c94dd91f4fbd 17:12:37 ---> Running in 2e5050444de4 17:12:37 ---> Running in ea500940d787 17:12:40 Removing intermediate container 703d0c4c69e9 17:12:40 ---> 36919536f5f2 17:12:40 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 17:12:40 ---> Running in a61ff701622d 17:12:40 Removing intermediate container 5b71d3ff5009 17:12:40 ---> 88b24ec4b2e6 17:12:40 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 17:12:41 Removing intermediate container c94dd91f4fbd 17:12:41 ---> d37304fdb50b 17:12:41 Step 5/26 : RUN apk add --update --no-cache make bash git 17:12:41 ---> Running in f89ca251fdd2 17:12:41 ---> Running in 245136a5d04b 17:12:41 Removing intermediate container 2e5050444de4 17:12:41 ---> 8e5a65f80280 17:12:41 Step 5/21 : RUN apk add --update --no-cache make git 17:12:41 Removing intermediate container ea500940d787 17:12:41 ---> a63b0e9eec95 17:12:41 Step 5/22 : RUN apk add --update --no-cache make git 17:12:42 ---> Running in e51888098ffc 17:12:42 ---> Running in 1ac17e404686 17:12:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:12:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:12:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:12:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:12:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:12:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:12:44 OK: 217 MiB in 51 packages 17:12:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:12:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:12:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:12:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:12:45 OK: 217 MiB in 51 packages 17:12:45 OK: 217 MiB in 51 packages 17:12:45 OK: 217 MiB in 51 packages 17:12:45 OK: 217 MiB in 51 packages 17:12:46 Removing intermediate container a61ff701622d 17:12:46 ---> bf76fd82cc07 17:12:46 Step 6/23 : COPY go.mod . 17:12:47 Removing intermediate container f89ca251fdd2 17:12:47 ---> 17ed8a96d677 17:12:47 Step 6/24 : COPY go.mod . 17:12:47 ---> 6e022c1ee95f 17:12:47 Step 7/23 : RUN go mod download 17:12:47 Removing intermediate container 245136a5d04b 17:12:47 ---> 7612a44c8309 17:12:47 Step 6/26 : COPY go.mod . 17:12:47 ---> Running in 6b8da1c57593 17:12:48 Removing intermediate container 1ac17e404686 17:12:48 ---> 89a2cded5b38 17:12:48 Step 6/22 : COPY go.mod . 17:12:48 ---> 119a8ede87e0 17:12:48 Step 7/24 : RUN go mod download 17:12:48 Removing intermediate container e51888098ffc 17:12:48 ---> 4f6cf4c5cdb9 17:12:48 Step 6/21 : COPY go.mod . 17:12:48 ---> Running in ec55c2ca14e1 17:12:48 ---> d9e5c18eb4e2 17:12:48 Step 7/26 : RUN go mod download 17:12:49 ---> Running in c1e3b59430bc 17:12:49 ---> 8dc5ca9e6e2e 17:12:49 Step 7/22 : RUN go mod download 17:12:49 ---> 9a080682d618 17:12:49 Step 7/21 : RUN go mod download 17:12:49 ---> Running in 75c4589249b3 17:12:50 ---> Running in a07df887859c 17:12:52 Removing intermediate container 6b8da1c57593 17:12:52 ---> 46a094153411 17:12:52 Step 8/23 : COPY . . 17:12:52 Removing intermediate container ec55c2ca14e1 17:12:52 ---> 5c8eed575bc9 17:12:52 Step 8/24 : COPY . . 17:12:53 Removing intermediate container c1e3b59430bc 17:12:53 ---> 931259028a7d 17:12:53 Step 8/26 : COPY . . 17:12:54 Removing intermediate container 75c4589249b3 17:12:54 ---> 615113a9e087 17:12:54 Step 8/22 : COPY . . 17:12:55 Removing intermediate container a07df887859c 17:12:55 ---> baa07dc9228a 17:12:55 Step 8/21 : COPY . . 17:13:13 ---> 11712d6c8848 17:13:13 Step 9/23 : RUN make cmd/core-data/core-data 17:13:13 ---> 2e52ba94612e 17:13:13 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 17:13:13 ---> 269a64e1fab7 17:13:13 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:13:13 ---> Running in 2f1aac6f72cb 17:13:13 ---> 4797b98c598f 17:13:13 Step 9/24 : RUN make cmd/support-notifications/support-notifications 17:13:13 ---> b00974ef9e8d 17:13:13 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 17:13:13 ---> Running in e12ec930b073 17:13:13 ---> Running in 5e4b24eee3f9 17:13:13 ---> Running in 134c3e2213ee 17:13:13 ---> Running in 08b72b5f4b97 17:13:13 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 17:13:14 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 17:13:14 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 17:13:14 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 17:13:14 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 17:13:21 gofmt -l . 17:13:23 [ "`gofmt -l .`" = "" ] 17:13:24 ./bin/test-go-mod-tidy.sh 17:13:25 ./bin/test-attribution-txt.sh [Pipeline] sh 17:13:27 + ls -al . 17:13:27 total 656 17:13:27 drwxrwxr-x 10 1001 1001 4096 Jan 19 17:13 . 17:13:27 drwxr-xr-x 4 root root 32 Jan 19 17:10 .. 17:13:27 -rw-rw-r-- 1 1001 1001 11 Jan 19 17:07 .dockerignore 17:13:27 drwxrwxr-x 8 1001 1001 162 Jan 19 17:07 .git 17:13:27 drwxrwxr-x 3 1001 1001 125 Jan 19 17:07 .github 17:13:27 -rw-rw-r-- 1 1001 1001 824 Jan 19 17:07 .gitignore 17:13:27 drwx------ 3 1001 1001 32 Jan 19 17:09 .semver 17:13:27 -rw-rw-r-- 1 1001 1001 166 Jan 19 17:07 .sonarcloud.properties 17:13:27 -rw-rw-r-- 1 1001 1001 7744 Jan 19 17:07 Attribution.txt 17:13:27 -rw-rw-r-- 1 1001 1001 3804 Jan 19 17:07 CONTRIBUTING.md 17:13:27 -rw-rw-r-- 1 1001 1001 931 Jan 19 17:07 Dockerfile.build 17:13:27 -rw-rw-r-- 1 1001 1001 863 Jan 19 17:07 Jenkinsfile 17:13:27 -rw-rw-r-- 1 1001 1001 10775 Jan 19 17:07 LICENSE 17:13:27 -rw-rw-r-- 1 1001 1001 5750 Jan 19 17:07 Makefile 17:13:27 -rw-rw-r-- 1 1001 1001 6524 Jan 19 17:07 README.md 17:13:27 -rw-rw-r-- 1 1001 1001 6744 Jan 19 17:07 SECURITY.md 17:13:27 -rw-rw-r-- 1 1001 1001 12 Jan 19 17:09 VERSION 17:13:27 -rw-rw-r-- 1 1001 1001 4131 Jan 19 17:07 ZMQWindows.md 17:13:27 drwxrwxr-x 2 1001 1001 117 Jan 19 17:07 bin 17:13:27 drwxrwxr-x 14 1001 1001 4096 Jan 19 17:07 cmd 17:13:27 -rw-r--r-- 1 root root 550280 Jan 19 17:12 coverage.out 17:13:27 -rw-r--r-- 1 root root 981 Jan 19 17:13 go.mod 17:13:27 -rw-r--r-- 1 root root 19326 Jan 19 17:13 go.sum 17:13:27 drwxrwxr-x 8 1001 1001 127 Jan 19 17:07 internal 17:13:27 drwxrwxr-x 4 1001 1001 26 Jan 19 17:07 openapi 17:13:27 drwxrwxr-x 4 1001 1001 71 Jan 19 17:07 snap 17:13:27 -rw-rw-r-- 1 1001 1001 168 Jan 19 17:07 version.go [Pipeline] sh 17:13:27 + '[' -e coverage.out ] 17:13:27 + chown 1001:1001 coverage.out [Pipeline] stash 17:13:27 Stashed 1 file(s) [Pipeline] sh 17:13:28 + make build 17:13:28 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 17:13:33 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 17:13:49 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 17:13:52 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 17:13:55 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 17:13:56 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 17:13:59 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 17:14:03 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 17:14:06 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 17:14:09 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 17:14:12 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 17:14:14 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] } 17:14:17 $ docker stop --time=1 7c47b2d31cecd786038d3ac1c3f01dac1a6c871d2f0d4050a89ec9b8648ed26b 17:14:20 $ docker rm -f 7c47b2d31cecd786038d3ac1c3f01dac1a6c871d2f0d4050a89ec9b8648ed26b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:14:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:14:21 17:14:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 17:14:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:14:22 latest: Pulling from edgex-devops/edgex-compose 17:14:22 cbdbe7a5bc2a: Pulling fs layer 17:14:22 ca9280d653b3: Pulling fs layer 17:14:22 7e9c9ca2126c: Pulling fs layer 17:14:22 cbdbe7a5bc2a: Verifying Checksum 17:14:22 cbdbe7a5bc2a: Download complete 17:14:24 ca9280d653b3: Verifying Checksum 17:14:24 ca9280d653b3: Download complete 17:14:24 cbdbe7a5bc2a: Pull complete 17:14:27 ca9280d653b3: Pull complete 17:14:28 7e9c9ca2126c: Download complete 17:14:41 7e9c9ca2126c: Pull complete 17:14:41 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 17:14:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:14:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 17:14:41 prd-centos7-docker-4c-2g-21223 does not seem to be running inside a container 17:14:42 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/304 -v /w/workspace/edgex-go/304:/w/workspace/edgex-go/304:rw,z -v /w/workspace/edgex-go/304@tmp:/w/workspace/edgex-go/304@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 17:14:45 $ docker top b47d79cbd9a4720da43c9a1a221dd2b5592daae46acea53f08fb9876230023bf -eo pid,comm [Pipeline] { [Pipeline] sh 17:14:46 + + grepdocker-compose parallel 17:14:46 build --help 17:14:48 --parallel Build images in parallel. [Pipeline] } 17:14:48 $ docker stop --time=1 b47d79cbd9a4720da43c9a1a221dd2b5592daae46acea53f08fb9876230023bf 17:14:50 $ docker rm -f b47d79cbd9a4720da43c9a1a221dd2b5592daae46acea53f08fb9876230023bf [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:14:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:14:51 . [Pipeline] withDockerContainer 17:14:51 prd-centos7-docker-4c-2g-21223 does not seem to be running inside a container 17:14:51 $ 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/304 -v /w/workspace/edgex-go/304:/w/workspace/edgex-go/304:rw,z -v /w/workspace/edgex-go/304@tmp:/w/workspace/edgex-go/304@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 17:14:51 Removing intermediate container 5e4b24eee3f9 17:14:51 ---> 58888a3fda9e 17:14:51 17:14:51 Step 10/22 : FROM alpine:3.12 17:14:51 3.12: Pulling from library/alpine 17:14:51 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 17:14:51 Status: Downloaded newer image for alpine:3.12 17:14:51 ---> afeebe901d6b 17:14:51 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:14:51 ---> Running in 7076f0624cee 17:14:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:14:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:14:51 (1/5) Installing ca-certificates (20191127-r4) 17:14:51 (2/5) Installing nghttp2-libs (1.41.0-r0) 17:14:51 (3/5) Installing libcurl (7.69.1-r3) 17:14:51 (4/5) Installing curl (7.69.1-r3) 17:14:51 (5/5) Installing dumb-init (1.2.2-r1) 17:14:51 Executing busybox-1.31.1-r19.trigger 17:14:51 Executing ca-certificates-20191127-r4.trigger 17:14:51 OK: 7 MiB in 19 packages 17:14:51 Removing intermediate container e12ec930b073 17:14:51 ---> a7e01bad1988 17:14:51 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:14:52 ---> Running in c56dab88ea38 17:14:53 $ docker top 549c974b042e295f01fee259e7dd9cba485d52d0eccbac008b6213923240a84f -eo pid,comm [Pipeline] { [Pipeline] sh 17:14:54 + docker-compose -f ./docker-compose-build.yml build --parallel 17:14:55 Removing intermediate container 7076f0624cee 17:14:55 ---> edc31f0989b7 17:14:55 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 17:14:55 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 17:14:55 ---> Running in 27c6df22e167 17:14:56 Building docker-core-command-go ... 17:14:56 Building docker-core-data-go ... 17:14:56 Building docker-core-metadata-go ... 17:14:56 Building docker-security-bootstrap-redis-go ... 17:14:56 Building docker-security-proxy-setup-go ... 17:14:56 Building docker-security-secretstore-setup-go ... 17:14:56 Building docker-support-notifications-go ... 17:14:56 Building docker-support-scheduler-go ... 17:14:56 Building docker-sys-mgmt-agent-go ... 17:14:56 Building docker-security-proxy-setup-go 17:14:56 Building docker-security-secretstore-setup-go 17:14:56 Building docker-core-data-go 17:14:56 Building docker-support-scheduler-go 17:14:56 Building docker-core-command-go 17:14:56 Removing intermediate container 08b72b5f4b97 17:14:57 ---> c771d7d847e5 17:14:57 17:14:57 Step 10/24 : FROM scratch 17:14:57 ---> 17:14:57 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 17:14:57 Removing intermediate container 134c3e2213ee 17:14:57 ---> 1f4317ad172e 17:14:57 17:14:57 Step 10/21 : FROM scratch 17:14:57 ---> 17:14:57 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:14:57 Removing intermediate container 27c6df22e167 17:14:57 ---> e241d991bc40 17:14:57 Step 13/22 : WORKDIR / 17:14:57 ---> Running in bece513123d0 17:14:57 ---> Running in e40125a70d37 17:14:57 ---> Running in 8a7616ddd691 17:14:58 Removing intermediate container bece513123d0 17:14:58 ---> 59e13a7ba912 17:14:58 Step 12/24 : ENV APP_PORT=48060 17:14:58 Removing intermediate container 8a7616ddd691 17:14:58 ---> c1457dd6f1ea 17:14:58 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:14:58 ---> Running in e70542fb9a27 17:14:58 Removing intermediate container e40125a70d37 17:14:58 ---> 9add1796a704 17:14:58 Step 12/21 : ENV APP_PORT=48085 17:14:58 ---> Running in 257b5e0fb786 17:14:59 Removing intermediate container e70542fb9a27 17:14:59 ---> 5c525cef6b5e 17:14:59 Step 13/24 : EXPOSE $APP_PORT 17:14:59 ---> Running in a241cad108bf 17:14:59 ---> 42362c500551 17:14:59 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 17:14:59 Removing intermediate container 257b5e0fb786 17:14:59 ---> 0af0f6e3eade 17:14:59 Step 13/21 : EXPOSE $APP_PORT 17:14:59 Removing intermediate container c56dab88ea38 17:14:59 ---> 66e921330411 17:14:59 17:14:59 Step 11/26 : FROM docker:20.10.0 17:14:59 20.10.0: Pulling from library/docker 17:14:59 Removing intermediate container a241cad108bf 17:14:59 ---> cf83aee6f719 17:14:59 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 17:14:59 ---> Running in 38df014e8808 17:15:01 Removing intermediate container 38df014e8808 17:15:01 ---> ccc3f4c9ab61 17:15:01 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 17:15:01 ---> 41d32559f732 17:15:01 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 17:15:01 ---> c01eaa3a31a4 17:15:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 17:15:02 ---> c8a500614f55 17:15:02 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:15:04 ---> f6beebf53fb3 17:15:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 17:15:04 ---> 7cfdd21cb10e 17:15:04 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 17:15:04 ---> 8ee743452451 17:15:04 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:15:05 ---> 83e37ad7a1cd 17:15:05 Step 18/22 : RUN chmod +x entrypoint.sh 17:15:06 ---> Running in 6eec91f0cf9c 17:15:06 ---> b655310e3ed8 17:15:06 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / ---> 7ce7a3ac2d31 17:15:06 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 17:15:06 17:15:07 ---> Running in ecf6eb6d2fa4 17:15:08 ---> 9f349e0351e0 17:15:08 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:15:08 Removing intermediate container ecf6eb6d2fa4 17:15:08 ---> d209cee9dd02 17:15:08 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:15:09 ---> Running in c856fc64ac12 17:15:10 ---> 9ac77f481577 17:15:10 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:15:11 Removing intermediate container 6eec91f0cf9c 17:15:11 ---> 0e8b5e29c986 17:15:11 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 17:15:11 Removing intermediate container c856fc64ac12 17:15:11 ---> 58406cf58ef5 17:15:11 Step 19/21 : LABEL arch=arm64 17:15:12 ---> Running in 323931353c92 17:15:12 ---> Running in f45364f3a12d 17:15:12 ---> 83defd11c39c 17:15:12 Step 20/24 : ENTRYPOINT ["/support-notifications"] 17:15:12 ---> Running in b33e0d87f5b1 17:15:12 Removing intermediate container 323931353c92 17:15:12 ---> 54de8ab7c14d 17:15:12 Step 20/21 : LABEL git_sha=250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:15:13 Removing intermediate container f45364f3a12d 17:15:13 ---> 6131ff2ce5d4 17:15:13 Step 20/22 : LABEL arch=arm64 17:15:13 ---> Running in 64c0dc00818d 17:15:13 Removing intermediate container b33e0d87f5b1 17:15:13 ---> 7c1ad4adf5b4 17:15:13 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:15:13 ---> Running in 4d3c9db3dcdf 17:15:13 ---> Running in 43c732674834 17:15:13 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:15:13 Status: Downloaded newer image for docker:20.10.0 17:15:13 ---> eeaf43b92773 17:15:13 Step 12/26 : RUN apk add --no-cache bash 17:15:13 Removing intermediate container 2f1aac6f72cb 17:15:13 ---> abecda08380f 17:15:13 17:15:13 Step 10/23 : FROM alpine:3.12 17:15:13 ---> afeebe901d6b 17:15:13 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:15:13 ---> Running in 383db19d1373 17:15:14 ---> Running in 5be1ad4184fc 17:15:14 Removing intermediate container 4d3c9db3dcdf 17:15:14 ---> 41a79ede0a14 17:15:14 Step 21/22 : LABEL git_sha=250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:15:14 Removing intermediate container 64c0dc00818d 17:15:14 ---> 278ab77f8384 17:15:14 Step 21/21 : LABEL version=2.0.0-dev.45 17:15:14 Removing intermediate container 43c732674834 17:15:14 ---> ebb21144e5c5 17:15:14 Step 22/24 : LABEL arch=arm64 17:15:14 ---> Running in bfd924db63fe 17:15:14 ---> Running in a29189a4e4cc 17:15:14 ---> Running in d4c925732687 17:15:14 Removing intermediate container 5be1ad4184fc 17:15:14 ---> ef51621f0a7a 17:15:14 Step 12/23 : ENV APP_PORT=48080 17:15:14 ---> Running in cff321a4f724 17:15:15 Removing intermediate container a29189a4e4cc 17:15:15 ---> d138ef323c6b 17:15:15 17:15:15 Removing intermediate container bfd924db63fe 17:15:15 ---> 8992001dd4c4 17:15:15 Step 22/22 : LABEL version=2.0.0-dev.45 17:15:15 Removing intermediate container d4c925732687 17:15:15 ---> 70672ff76192 17:15:15 Step 23/24 : LABEL git_sha=250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:15:15 Successfully built d138ef323c6b 17:15:15 Successfully tagged docker-support-scheduler-go-arm64:latest 17:15:15  Building docker-support-scheduler-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:15:15 Building docker-security-secretstore-setup-go 17:15:15 ---> Running in 791d63064999 17:15:15 ---> Running in 5ab80309c68c 17:15:15 Removing intermediate container cff321a4f724 17:15:15 ---> 244b9554553c 17:15:15 Step 13/23 : EXPOSE $APP_PORT 17:15:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:15:16 ---> Running in f37f00279410 17:15:16 Removing intermediate container 791d63064999 17:15:16 ---> 0f461c5d8a17 17:15:16 17:15:16 (1/2) Installing readline (8.0.4-r0) 17:15:16 (2/2) Installing bash (5.0.17-r0) 17:15:16 Executing bash-5.0.17-r0.post-install 17:15:16 Executing busybox-1.31.1-r19.trigger 17:15:16 OK: 12 MiB in 22 packages 17:15:16 Removing intermediate container 5ab80309c68c 17:15:16 ---> c1dd9530ada0 17:15:16 Successfully built 0f461c5d8a17 17:15:16 Step 24/24 : LABEL version=2.0.0-dev.45 17:15:16 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 17:15:16  Building docker-security-bootstrap-redis-go ... done Building docker-core-metadata-go 17:15:16 Removing intermediate container f37f00279410 17:15:16 ---> f1f80466051e 17:15:16 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:15:17 ---> Running in 7db595c9be76 17:15:17 ---> Running in 102f369c9fae 17:15:18 Removing intermediate container 7db595c9be76 17:15:18 ---> ee1f4740eb36 17:15:18 17:15:18 Removing intermediate container 383db19d1373 17:15:18 ---> 5979d6ded7ce 17:15:18 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:15:18 Successfully built ee1f4740eb36 17:15:18 Successfully tagged docker-support-notifications-go-arm64:latest 17:15:18  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 17:15:19 ---> Running in cb030dd753ab 17:15:20 Removing intermediate container cb030dd753ab 17:15:20 ---> c5c9ae770d0f 17:15:20 Step 14/26 : ENV APP_PORT=48090 17:15:20 Removing intermediate container 102f369c9fae 17:15:20 ---> 08773c485fe3 17:15:20 Step 15/23 : RUN apk add --update --no-cache zeromq 17:15:20 ---> Running in 4cc5d21c594b 17:15:22 ---> Running in 96327f3cecb7 17:15:22 Removing intermediate container 4cc5d21c594b 17:15:22 ---> 2089d30baf85 17:15:22 Step 15/26 : EXPOSE $APP_PORT 17:15:23 ---> Running in 55ea721ffb24 17:15:24 Removing intermediate container 55ea721ffb24 17:15:24 ---> d9edb0284ccb 17:15:24 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:15:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:15:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:15:26 ---> b1ba1998cbc8 17:15:26 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:15:26 (1/5) Installing libgcc (9.3.0-r2) 17:15:26 (2/5) Installing libsodium (1.0.18-r0) 17:15:26 (3/5) Installing libstdc++ (9.3.0-r2) 17:15:26 (4/5) Installing libzmq (4.3.3-r0) 17:15:27 (5/5) Installing zeromq (4.3.3-r0) 17:15:27 ---> 5c3a8e60a885 17:15:27 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:15:27 Executing busybox-1.31.1-r19.trigger 17:15:27 OK: 8 MiB in 19 packages 17:15:28 ---> a509c2d80149 17:15:28 Step 19/26 : RUN apk --no-cache add py3-pip 17:15:28 ---> Running in ec0dda6bd3e3 17:15:28 Removing intermediate container 96327f3cecb7 17:15:28 ---> 952d3b5ee9e3 17:15:28 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:15:30 ---> f89891fd0349 17:15:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:15:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:15:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:15:31 (1/33) Installing libbz2 (1.0.8-r1) 17:15:31 (2/33) Installing expat (2.2.9-r1) 17:15:31 (3/33) Installing libffi (3.3-r2) 17:15:31 (4/33) Installing gdbm (1.13-r1) 17:15:31 (5/33) Installing xz-libs (5.2.5-r0) 17:15:31 (6/33) Installing sqlite-libs (3.32.1-r0) 17:15:31 (7/33) Installing python3 (3.8.5-r0) 17:15:33 (8/33) Installing py3-appdirs (1.4.4-r1) 17:15:33 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:15:33 (10/33) Installing py3-parsing (2.4.7-r0) 17:15:33 (11/33) Installing py3-six (1.15.0-r0) 17:15:34 (12/33) Installing py3-packaging (20.4-r0) 17:15:34 (13/33) Installing py3-setuptools (47.0.0-r0) 17:15:34 (14/33) Installing py3-chardet (3.0.4-r4) 17:15:34 (15/33) Installing py3-idna (2.9-r0) 17:15:34 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:15:34 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:15:34 (18/33) Installing py3-requests (2.23.0-r0) 17:15:34 (19/33) Installing py3-msgpack (1.0.0-r0) 17:15:34 (20/33) Installing py3-lockfile (0.12.2-r3) 17:15:34 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:15:34 (22/33) Installing py3-colorama (0.4.3-r0) 17:15:34 (23/33) Installing py3-distlib (0.3.0-r0) 17:15:34 ---> ebf2ddf3fa5b 17:15:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:15:34 (24/33) Installing py3-distro (1.5.0-r1) 17:15:34 (25/33) Installing py3-webencodings (0.5.1-r3) 17:15:34 (26/33) Installing py3-html5lib (1.0.1-r4) 17:15:34 (27/33) Installing py3-pytoml (0.1.21-r0) 17:15:34 (28/33) Installing py3-pep517 (0.8.2-r0) 17:15:34 (29/33) Installing py3-progress (1.5-r0) 17:15:34 (30/33) Installing py3-toml (0.10.1-r0) 17:15:34 (31/33) Installing py3-retrying (1.3.3-r0) 17:15:34 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:15:34 (33/33) Installing py3-pip (20.1.1-r0) 17:15:35 Executing busybox-1.31.1-r19.trigger 17:15:35 OK: 71 MiB in 55 packages 17:15:37 ---> f4b3446c8b7b 17:15:37 Step 19/23 : ENTRYPOINT ["/core-data"] 17:15:37 ---> Running in e0fde62d4cd2 17:15:38 Removing intermediate container e0fde62d4cd2 17:15:38 ---> 3649b7dc4fa8 17:15:38 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:15:39 ---> Running in d287b12867ed 17:15:40 Removing intermediate container d287b12867ed 17:15:40 ---> 885ff2b7aac2 17:15:40 Step 21/23 : LABEL arch=arm64 17:15:41 ---> Running in 9ba0858f1887 17:15:41 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:15:41 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:15:41 ---> 330c96fb9f0e 17:15:41 Step 3/24 : WORKDIR /edgex-go 17:15:41 ---> Using cache 17:15:41 ---> ceb4a479be71 17:15:41 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:15:41 ---> Using cache 17:15:41 ---> a63b0e9eec95 17:15:41 Step 5/24 : RUN apk add --update --no-cache make git 17:15:41 ---> Using cache 17:15:41 ---> 89a2cded5b38 17:15:41 Step 6/24 : COPY go.mod . 17:15:41 ---> Using cache 17:15:41 ---> 8dc5ca9e6e2e 17:15:41 Step 7/24 : RUN go mod download 17:15:41 ---> Using cache 17:15:41 ---> 615113a9e087 17:15:41 Step 8/24 : COPY . . 17:15:41 ---> Using cache 17:15:41 ---> 2e52ba94612e 17:15:41 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 17:15:42 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:15:42 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:15:42 ---> 330c96fb9f0e 17:15:42 Step 3/22 : WORKDIR /edgex-go 17:15:42 ---> Using cache 17:15:42 ---> ceb4a479be71 17:15:42 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:15:42 ---> Using cache 17:15:42 ---> a63b0e9eec95 17:15:42 Step 5/22 : RUN apk add --update --no-cache make git 17:15:42 ---> Using cache 17:15:42 ---> 89a2cded5b38 17:15:42 Step 6/22 : COPY go.mod . 17:15:42 ---> Using cache 17:15:42 ---> 8dc5ca9e6e2e 17:15:42 Step 7/22 : RUN go mod download 17:15:42 ---> Using cache 17:15:42 ---> 615113a9e087 17:15:42 Step 8/22 : COPY . . 17:15:42 ---> Running in cc9430857cfe 17:15:42 Removing intermediate container 9ba0858f1887 17:15:42 ---> 24d9dc8fc470 17:15:42 Step 22/23 : LABEL git_sha=250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:15:42 ---> Using cache 17:15:42 ---> 2e52ba94612e 17:15:43 Step 9/22 : RUN make cmd/core-metadata/core-metadata 17:15:43 ---> Running in 51e90e9ee71a 17:15:43 ---> Running in 95477298a0fe 17:15:44 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:15:44 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:15:44 ---> 330c96fb9f0e 17:15:44 Step 3/21 : WORKDIR /edgex-go 17:15:44 ---> Using cache 17:15:44 ---> ceb4a479be71 17:15:44 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:15:44 ---> Using cache 17:15:44 ---> a63b0e9eec95 17:15:44 Step 5/21 : RUN apk add --update --no-cache make git 17:15:44 ---> Using cache 17:15:44 ---> 89a2cded5b38 17:15:44 Step 6/21 : COPY go.mod . 17:15:44 ---> Using cache 17:15:44 ---> 8dc5ca9e6e2e 17:15:44 Step 7/21 : RUN go mod download 17:15:44 ---> Using cache 17:15:44 ---> 615113a9e087 17:15:44 Step 8/21 : COPY . . 17:15:44 Removing intermediate container 51e90e9ee71a 17:15:44 ---> f67d71975d09 17:15:44 Step 23/23 : LABEL version=2.0.0-dev.45 17:15:44 ---> Using cache 17:15:44 ---> 2e52ba94612e 17:15:44 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 17:15:44 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 17:15:45 ---> Running in ba7c1838d48f 17:15:45 ---> Running in d041391c4723 17:15:45 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 17:15:46 Removing intermediate container ba7c1838d48f 17:15:46 ---> 9193c81c7392 17:15:46 17:15:47 Successfully built 9193c81c7392 17:15:47 Successfully tagged docker-core-data-go-arm64:latest 17:15:47 Building docker-core-command-go 17:15:47 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 17:15:47  Building docker-core-data-go ... done Removing intermediate container ec0dda6bd3e3 17:15:47 ---> d7e646a8599c 17:15:47 Step 20/26 : RUN pip install docker-compose==1.23.2 17:15:48 ---> Running in eb20aca35b5c 17:15:56 Collecting docker-compose==1.23.2 17:15:56 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:15:58 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:15:58 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:15:59 Collecting docopt<0.7,>=0.6.1 17:15:59 Downloading docopt-0.6.2.tar.gz (25 kB) 17:16:03 Collecting dockerpty<0.5,>=0.4.1 17:16:03 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:16:03 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:16:03 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:16:03 ---> 330c96fb9f0e 17:16:03 Step 3/22 : WORKDIR /edgex-go 17:16:03 ---> Using cache 17:16:03 ---> ceb4a479be71 17:16:03 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:16:03 ---> Using cache 17:16:03 ---> a63b0e9eec95 17:16:03 Step 5/22 : RUN apk add --update --no-cache make git 17:16:03 ---> Using cache 17:16:03 ---> 89a2cded5b38 17:16:03 Step 6/22 : COPY go.mod . 17:16:03 ---> Using cache 17:16:03 ---> 8dc5ca9e6e2e 17:16:03 Step 7/22 : RUN go mod download 17:16:03 ---> Using cache 17:16:03 ---> 615113a9e087 17:16:03 Step 8/22 : COPY . . 17:16:03 ---> Using cache 17:16:03 ---> 2e52ba94612e 17:16:03 Step 9/22 : RUN make cmd/core-command/core-command 17:16:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:16:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:16:05 ---> 95e9c319de99 17:16:05 Step 3/22 : WORKDIR /edgex-go 17:16:05 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:16:05 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:16:05 ---> 95e9c319de99 17:16:05 Step 3/21 : WORKDIR /edgex-go 17:16:05 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:16:05 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:16:05 ---> 95e9c319de99 17:16:05 Step 3/21 : WORKDIR /edgex-go 17:16:05 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:16:05 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:16:05 ---> 95e9c319de99 17:16:05 Step 3/24 : WORKDIR /edgex-go 17:16:05 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:16:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:16:05 ---> 95e9c319de99 17:16:05 Step 3/23 : WORKDIR /edgex-go 17:16:05 ---> Running in 64d52d7a5e00 17:16:05 ---> Running in 23c6e39b1e54 17:16:05 ---> Running in 21c5e63f837e 17:16:05 ---> Running in c85d309f3762 17:16:05 ---> Running in 784c8702fa84 17:16:05 Removing intermediate container c85d309f3762 17:16:05 ---> 74814ec45ae0 17:16:05 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:16:05 Removing intermediate container 64d52d7a5e00 17:16:05 ---> 1741b260710b 17:16:05 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:16:05 Removing intermediate container 784c8702fa84 17:16:05 ---> 329f00df4b44 17:16:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:16:05 Removing intermediate container 23c6e39b1e54 17:16:05 ---> 12268a7b10ac 17:16:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:16:05 Removing intermediate container 21c5e63f837e 17:16:05 ---> cf8972ac7a66 17:16:05 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:16:05 ---> Running in fe5d484631bb 17:16:05 ---> Running in d6e7dbb06752 17:16:05 ---> Running in e9668cc0a841 17:16:05 ---> Running in 2cdfdadc9bb5 17:16:05 ---> Running in eea0542fc103 17:16:05 Removing intermediate container eea0542fc103 17:16:05 ---> 775e128819b3 17:16:05 Step 5/21 : RUN apk add --update --no-cache make git 17:16:05 ---> Running in a7225f400066 17:16:05 Removing intermediate container 2cdfdadc9bb5 17:16:05 ---> cf72a9e26323 17:16:05 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 17:16:05 Removing intermediate container e9668cc0a841 17:16:05 ---> 6e667ddc9f40 17:16:05 Step 5/24 : RUN apk add --update --no-cache make git 17:16:05 ---> Running in d2c0328d142d 17:16:05 Removing intermediate container fe5d484631bb 17:16:05 ---> e34232d5221f 17:16:05 Step 5/21 : RUN apk add --update --no-cache make git 17:16:05 Removing intermediate container d6e7dbb06752 17:16:05 ---> 3185211e7039 17:16:05 Step 5/22 : RUN apk add --update --no-cache make git 17:16:05 ---> Running in bf9411463fbb 17:16:05 ---> Running in a5a3b0f6ce12 17:16:05 ---> Running in d661675c0fc6 17:16:05 ---> Running in 2f38f76ff3dc 17:16:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:16:06 Collecting jsonschema<3,>=2.5.1 17:16:06 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:16:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:16:06 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 17:16:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:16:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:16:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:16:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:16:07 Collecting docker<4.0,>=3.6.0 17:16:07 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:16:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:16:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:16:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:16:08 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:16:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:16:09 Collecting websocket-client<1.0,>=0.32.0 17:16:09 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 17:16:09 OK: 233 MiB in 51 packages 17:16:09 OK: 233 MiB in 51 packages 17:16:09 Collecting texttable<0.10,>=0.9.0 17:16:10 Downloading texttable-0.9.1.tar.gz (11 kB) 17:16:10 OK: 233 MiB in 51 packages 17:16:10 OK: 233 MiB in 51 packages 17:16:10 OK: 233 MiB in 51 packages 17:16:11 Removing intermediate container 2f38f76ff3dc 17:16:11 ---> 56f5c71e266b 17:16:11 Step 6/22 : COPY go.mod . 17:16:11 Removing intermediate container bf9411463fbb 17:16:11 ---> 70a7c0f7f495 17:16:11 Step 6/24 : COPY go.mod . 17:16:12 Removing intermediate container d661675c0fc6 17:16:12 ---> 3853441cebc3 17:16:12 Step 6/21 : COPY go.mod . 17:16:12 ---> deb0f3e06f53 17:16:12 Step 7/24 : RUN go mod download 17:16:12 ---> 351fb0d6a173 17:16:12 Step 7/22 : RUN go mod download 17:16:12 Removing intermediate container d2c0328d142d 17:16:12 ---> 81db2e988a0a 17:16:12 Step 6/23 : COPY go.mod . 17:16:12 ---> Running in 5e7168d14128 17:16:12 ---> Running in 677c1d38c3a8 17:16:12 Removing intermediate container a7225f400066 17:16:12 ---> 35c263d91326 17:16:12 Step 6/21 : COPY go.mod . 17:16:13 ---> 76091625f57b 17:16:13 Step 7/21 : RUN go mod download 17:16:13 ---> 641155faa404 17:16:13 Step 7/23 : RUN go mod download 17:16:13 ---> Running in 4cad6cab3180 17:16:13 ---> Running in ceaad43beddf 17:16:13 ---> 7e196172e527 17:16:13 Step 7/21 : RUN go mod download 17:16:13 ---> Running in 37111597233f 17:16:14 Collecting PyYAML<4,>=3.10 17:16:14 Downloading PyYAML-3.13.tar.gz (270 kB) 17:16:18 Removing intermediate container ceaad43beddf 17:16:18 ---> 7553ce2b3594 17:16:18 Step 8/23 : COPY . . 17:16:18 Removing intermediate container 5e7168d14128 17:16:18 ---> 28d7facca4a0 17:16:18 Step 8/24 : COPY . . 17:16:18 Removing intermediate container 677c1d38c3a8 17:16:18 ---> 98c32377bca9 17:16:18 Step 8/22 : COPY . . 17:16:18 Removing intermediate container 4cad6cab3180 17:16:18 ---> 5be8bd75117e 17:16:18 Step 8/21 : COPY . . 17:16:18 Removing intermediate container 37111597233f 17:16:18 ---> dbde851da895 17:16:18 Step 8/21 : COPY . . 17:16:18 Collecting cached-property<2,>=1.2.0 17:16:18 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:16:19 Collecting urllib3<1.25,>=1.21.1 17:16:19 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:16:20 Collecting idna<2.8,>=2.5 17:16:20 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:16:20 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) 17:16:20 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) 17:16:20 Collecting docker-pycreds>=0.4.0 17:16:20 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:16:20 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:16:20 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:16:20 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:16:20 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:16:22 Installing collected packages: urllib3, idna, requests, docopt, dockerpty, jsonschema, docker-pycreds, websocket-client, docker, texttable, PyYAML, cached-property, docker-compose 17:16:22 Attempting uninstall: urllib3 17:16:22 Found existing installation: urllib3 1.25.9 17:16:22 Uninstalling urllib3-1.25.9: 17:16:22 Successfully uninstalled urllib3-1.25.9 17:16:23 Attempting uninstall: idna 17:16:23 Found existing installation: idna 2.9 17:16:23 Uninstalling idna-2.9: 17:16:23 Successfully uninstalled idna-2.9 17:16:24 Attempting uninstall: requests 17:16:24 Found existing installation: requests 2.23.0 17:16:24 Uninstalling requests-2.23.0: 17:16:24 Successfully uninstalled requests-2.23.0 17:16:24 Running setup.py install for docopt: started 17:16:28 Running setup.py install for docopt: finished with status 'done' 17:16:28 Running setup.py install for dockerpty: started 17:16:31 Running setup.py install for dockerpty: finished with status 'done' 17:16:33 Running setup.py install for texttable: started 17:16:36 Running setup.py install for texttable: finished with status 'done' 17:16:36 Running setup.py install for PyYAML: started 17:16:39 Running setup.py install for PyYAML: finished with status 'done' 17:16:40 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 17:16:47 Removing intermediate container eb20aca35b5c 17:16:47 ---> 46e3e6c371c5 17:16:47 Step 21/26 : RUN apk --no-cache add curl 17:16:47 ---> Running in 075f9fd1d6f9 17:16:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:16:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:16:49 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:16:49 (2/3) Installing libcurl (7.69.1-r3) 17:16:49 (3/3) Installing curl (7.69.1-r3) 17:16:49 Executing busybox-1.31.1-r19.trigger 17:16:50 OK: 71 MiB in 58 packages 17:16:52 Removing intermediate container 075f9fd1d6f9 17:16:52 ---> 42d849665fb4 17:16:52 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 17:16:52 ---> Running in 438832c1b28b 17:16:53 Removing intermediate container 438832c1b28b 17:16:53 ---> fe53cc47e9e5 17:16:53 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:16:53 ---> Running in 1a337b612cb4 17:16:53 Removing intermediate container 1a337b612cb4 17:16:53 ---> e20dea7ac0c4 17:16:53 Step 24/26 : LABEL arch=arm64 17:16:54 ---> Running in dd010395f4a2 17:16:54 Removing intermediate container dd010395f4a2 17:16:54 ---> 00eb416ae1b5 17:16:54 Step 25/26 : LABEL git_sha=250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:16:55 ---> Running in fa9d6734cb0c 17:16:56 Removing intermediate container fa9d6734cb0c 17:16:56 ---> 8312ea27c74d 17:16:56 Step 26/26 : LABEL version=2.0.0-dev.45 17:16:56 ---> Running in c21ccd4d2d3b 17:16:56 Removing intermediate container c21ccd4d2d3b 17:16:56 ---> e3972c85b12b 17:16:56 17:16:57 Successfully built e3972c85b12b 17:16:57 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 17:17:04  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/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:17:08 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 17:17:20 Removing intermediate container cc9430857cfe 17:17:20 ---> 938c4708f10a 17:17:20 17:17:20 Step 10/24 : FROM alpine:3.12 17:17:20 ---> afeebe901d6b 17:17:20 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:17:20 ---> Using cache 17:17:20 ---> edc31f0989b7 17:17:20 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:17:20 ---> Running in 012e1eb5ee87 17:17:20 Removing intermediate container 012e1eb5ee87 17:17:20 ---> bffaacc3b359 17:17:20 Step 13/24 : WORKDIR / 17:17:20 ---> Running in 48760990e447 17:17:21 Removing intermediate container 48760990e447 17:17:21 ---> b0c51d1fed65 17:17:21 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:17:22 ---> faed574606a0 17:17:22 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:17:24 ---> 489a0bb81232 17:17:24 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:17:24 Removing intermediate container d041391c4723 17:17:24 ---> 4124fbc6ddd0 17:17:24 17:17:24 Step 10/21 : FROM alpine:3.12 17:17:24 ---> afeebe901d6b 17:17:24 Step 11/21 : RUN apk add --update --no-cache curl 17:17:25 ---> Running in 2eb72440bef0 17:17:25 ---> 101b04ee2b19 17:17:25 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:17:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:17:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:17:27 ---> 66081b8cee5e 17:17:27 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:17:27 (1/4) Installing ca-certificates (20191127-r4) 17:17:28 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:17:28 (3/4) Installing libcurl (7.69.1-r3) 17:17:28 (4/4) Installing curl (7.69.1-r3) 17:17:28 Executing busybox-1.31.1-r19.trigger 17:17:28 Executing ca-certificates-20191127-r4.trigger 17:17:28 OK: 7 MiB in 18 packages 17:17:29 ---> 3a30f70e611f 17:17:29 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:17:30 ---> 2e5d6dc4ea13 17:17:30 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/ 17:17:30 ---> Running in 267654f015b7 17:17:31 Removing intermediate container 2eb72440bef0 17:17:31 ---> 2b61d964c59d 17:17:31 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:17:31 ---> Running in ef7d53d99bc7 17:17:32 Removing intermediate container ef7d53d99bc7 17:17:32 ---> c5a120e62114 17:17:32 Step 13/21 : WORKDIR /edgex 17:17:33 ---> Running in 841f5c7b9c06 17:17:34 Removing intermediate container a5a3b0f6ce12 17:17:34 ---> dd53ce5055ce 17:17:34 17:17:34 Step 10/22 : FROM scratch 17:17:34 ---> 17:17:34 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:17:34 Removing intermediate container 841f5c7b9c06 17:17:34 ---> ed82c8093f5a 17:17:34 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:17:34 ---> Using cache 17:17:34 ---> 9add1796a704 17:17:34 Step 12/22 : ENV APP_PORT=48082 17:17:34 Removing intermediate container 267654f015b7 17:17:34 ---> 3008f177bcb3 17:17:34 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 17:17:34 ---> Running in 26903f655f6c 17:17:34 ---> Running in 5d1e876f4b1c 17:17:35 ---> 312626e52e6f 17:17:35 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:17:35 Removing intermediate container 26903f655f6c 17:17:35 ---> 9854a14b4635 17:17:35 Step 13/22 : EXPOSE $APP_PORT 17:17:36 ---> Running in df500e4b3fc4 17:17:36 Removing intermediate container 5d1e876f4b1c 17:17:36 ---> 6806005c5187 17:17:36 Step 22/24 : LABEL arch=arm64 17:17:36 ---> Running in 6f5d007fab50 17:17:36 Removing intermediate container df500e4b3fc4 17:17:36 ---> 1d36786d414a 17:17:36 Step 14/22 : WORKDIR / 17:17:36 ---> 059097366cc2 17:17:36 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 17:17:36 ---> Running in 810a2480a28e 17:17:37 Removing intermediate container 95477298a0fe 17:17:37 ---> 7eff1d789e26 17:17:37 17:17:37 Step 10/22 : FROM scratch 17:17:37 ---> 17:17:37 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:17:37 ---> Using cache 17:17:37 ---> 9add1796a704 17:17:37 Step 12/22 : ENV APP_PORT=48081 17:17:38 Removing intermediate container 6f5d007fab50 17:17:38 ---> 5c9dccbbdc75 17:17:38 Step 23/24 : LABEL git_sha=250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:17:38 ---> Running in f8046de6349f 17:17:38 Removing intermediate container 810a2480a28e 17:17:38 ---> 589d49a2c8cc 17:17:38 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:17:38 ---> Running in 0ffe4da10f55 17:17:38 ---> e9f86f345dca 17:17:38 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:17:38 ---> Running in 9015cd696c68 17:17:38 Removing intermediate container f8046de6349f 17:17:38 ---> cdb14a27d4fa 17:17:38 Step 13/22 : EXPOSE $APP_PORT 17:17:38 ---> Running in d585c9217d55 17:17:38 Removing intermediate container 0ffe4da10f55 17:17:38 ---> 012d11db985a 17:17:38 Step 24/24 : LABEL version=2.0.0-dev.45 17:17:38 ---> 097778de320f 17:17:38 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:17:39 ---> Running in eba409f85dec 17:17:39 Removing intermediate container 9015cd696c68 17:17:39 ---> bab7e7d0287c 17:17:39 Step 18/21 : CMD ["--init=true"] 17:17:39 Removing intermediate container d585c9217d55 17:17:39 ---> d5b16101d5b3 17:17:39 Step 14/22 : WORKDIR / 17:17:39 ---> Running in 34391bb07e5a 17:17:39 ---> Running in 0ff8f607e2be 17:17:39 Removing intermediate container eba409f85dec 17:17:39 ---> a1cefd20b4f7 17:17:39 17:17:39 Removing intermediate container 34391bb07e5a 17:17:39 ---> a6e401f8c77f 17:17:39 Step 19/21 : LABEL arch=arm64 17:17:40 Successfully built a1cefd20b4f7 17:17:40 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 17:17:40  Building docker-security-secretstore-setup-go ... done  ---> 28a364bb8e25 17:17:40 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:17:40 ---> Running in c29d37762455 17:17:40 Removing intermediate container 0ff8f607e2be 17:17:40 ---> 14857f499780 17:17:40 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:17:41 Removing intermediate container c29d37762455 17:17:41 ---> e9a0fc44c428 17:17:41 Step 20/21 : LABEL git_sha=250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:17:41 ---> be86374cc71f 17:17:41 Step 18/22 : ENTRYPOINT ["/core-command"] 17:17:41 ---> Running in a80bdcf9d57a 17:17:41 ---> 2aed91814ef4 17:17:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:17:41 ---> Running in c1fb3fd6a58b 17:17:41 Removing intermediate container a80bdcf9d57a 17:17:41 ---> bd7cf868adea 17:17:41 Step 21/21 : LABEL version=2.0.0-dev.45 17:17:41 Removing intermediate container c1fb3fd6a58b 17:17:41 ---> f0f70bf385ca 17:17:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:17:42 ---> Running in a83c356a68f3 17:17:42 ---> Running in fdd35584f4cf 17:17:42 ---> 149932948cfe 17:17:42 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 17:17:42 ---> 0e3a256c46d4 17:17:42 Step 9/23 : RUN make cmd/core-data/core-data 17:17:42 ---> 7a658328c166 17:17:42 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 17:17:42 ---> bddd849ee4c1 17:17:42 Step 9/22 : RUN make cmd/core-command/core-command 17:17:42 ---> a6400d5c6111 17:17:42 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 17:17:42 ---> Running in a21766f39f2b 17:17:42 ---> Running in e8f00e3d19de 17:17:42 ---> Running in 72121503702e 17:17:42 ---> Running in ccae45507b9a 17:17:42 ---> Running in 73b9e47b9581 17:17:42 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 17:17:42 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 17:17:42 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 17:17:42 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 17:17:42 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 17:17:42 ---> 7ef12e13a00a 17:17:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:17:42 Removing intermediate container a83c356a68f3 17:17:42 ---> 997d2fe4ffb7 17:17:42 17:17:42 Removing intermediate container fdd35584f4cf 17:17:42 ---> 67cd32a7bad1 17:17:42 Step 20/22 : LABEL arch=arm64 17:17:43 Successfully built 997d2fe4ffb7 17:17:43 ---> Running in 29eb0b1af984 17:17:43 Successfully tagged docker-security-proxy-setup-go-arm64:latest 17:17:43  Building docker-security-proxy-setup-go ... done  ---> e5a63277eaea 17:17:43 Step 18/22 : ENTRYPOINT ["/core-metadata"] 17:17:43 ---> Running in c4250b91fc42 17:17:43 Removing intermediate container 29eb0b1af984 17:17:43 ---> b4146a3af150 17:17:43 Step 21/22 : LABEL git_sha=250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:17:43 ---> Running in 2c555cd1f0b3 17:17:44 Removing intermediate container c4250b91fc42 17:17:44 ---> b82d8498c4bf 17:17:44 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:17:44 ---> Running in a8c2da51396d 17:17:44 Removing intermediate container 2c555cd1f0b3 17:17:44 ---> ff305f89e4ce 17:17:44 Step 22/22 : LABEL version=2.0.0-dev.45 17:17:44 ---> Running in ad5056f7b2f0 17:17:44 Removing intermediate container a8c2da51396d 17:17:44 ---> 1d30641e6364 17:17:44 Step 20/22 : LABEL arch=arm64 17:17:44 ---> Running in d26333ab5a40 17:17:44 Removing intermediate container ad5056f7b2f0 17:17:44 ---> ab21ea435094 17:17:44 17:17:45 Successfully built ab21ea435094 17:17:45 Successfully tagged docker-core-command-go-arm64:latest 17:17:45  Building docker-core-command-go ... done Removing intermediate container d26333ab5a40 17:17:45 ---> d9b0e7e70dd6 17:17:45 Step 21/22 : LABEL git_sha=250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:17:45 ---> Running in 25c5b2d46d32 17:17:46 Removing intermediate container 25c5b2d46d32 17:17:46 ---> 82aa15d9968b 17:17:46 Step 22/22 : LABEL version=2.0.0-dev.45 17:17:46 ---> Running in ee8cb8cd8205 17:17:46 Removing intermediate container ee8cb8cd8205 17:17:46 ---> 2a447b3a9b5c 17:17:46 17:17:47 Successfully built 2a447b3a9b5c 17:17:47 Successfully tagged docker-core-metadata-go-arm64:latest 17:17:47  Building docker-core-metadata-go ... done  [Pipeline] } 17:17:47 $ docker stop --time=1 cbf488d428edf6824d4321e3a1071d4f1367abb74c8e629d83ca1d8565298b3e 17:17:49 $ docker rm -f cbf488d428edf6824d4321e3a1071d4f1367abb74c8e629d83ca1d8565298b3e [Pipeline] // withDockerContainer [Pipeline] sh 17:17:49 + docker images 17:17:49 + grep docker 17:17:50 docker-core-metadata-go-arm64 latest 2a447b3a9b5c 4 seconds ago 12.3MB 17:17:50 docker-core-command-go-arm64 latest ab21ea435094 6 seconds ago 9.98MB 17:17:50 docker-security-proxy-setup-go-arm64 latest 997d2fe4ffb7 8 seconds ago 23.2MB 17:17:50 docker-security-secretstore-setup-go-arm64 latest a1cefd20b4f7 11 seconds ago 23.4MB 17:17:50 docker-sys-mgmt-agent-go-arm64 latest e3972c85b12b 54 seconds ago 300MB 17:17:50 docker-core-data-go-arm64 latest 9193c81c7392 2 minutes ago 21MB 17:17:50 docker-support-notifications-go-arm64 latest ee1f4740eb36 2 minutes ago 11.4MB 17:17:50 docker-security-bootstrap-redis-go-arm64 latest 0f461c5d8a17 2 minutes ago 15.1MB 17:17:50 docker-support-scheduler-go-arm64 latest d138ef323c6b 2 minutes ago 10MB 17:17:50 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 17:17:50 provisioning config files... 17:17:50 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/304@tmp/config2504699673403433703tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:17:51 ---> docker-login.sh 17:17:51 nexus3.edgexfoundry.org:10001 17:17:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:17:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:17:51 Configure a credential helper to remove this warning. See 17:17:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:17:51 17:17:51 Login Succeeded 17:17:51 nexus3.edgexfoundry.org:10002 17:17:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:17:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:17:52 Configure a credential helper to remove this warning. See 17:17:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:17:52 17:17:52 Login Succeeded 17:17:52 nexus3.edgexfoundry.org:10003 17:17:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:17:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:17:52 Configure a credential helper to remove this warning. See 17:17:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:17:52 17:17:52 Login Succeeded 17:17:52 nexus3.edgexfoundry.org:10004 17:17:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:17:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:17:53 Configure a credential helper to remove this warning. See 17:17:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:17:53 17:17:53 Login Succeeded 17:17:53 docker.io 17:17:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:17:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:17:54 Configure a credential helper to remove this warning. See 17:17:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:17:54 17:17:54 Login Succeeded 17:17:54 ---> docker-login.sh ends [Pipeline] } 17:17:54 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:17:54 [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: 17:17:54 250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:17:54 2.0.0-dev.45 17:17:54 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:17:54 master 17:17:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:17:55 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c [Pipeline] isUnix [Pipeline] sh 17:17:55 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:17:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 17:17:55 8b6b97b321c3: Preparing 17:17:55 a82b9a8285dd: Preparing 17:17:55 117e41205f13: Preparing 17:17:55 8b6b97b321c3: Pushed 17:17:55 117e41205f13: Pushed 17:17:58 a82b9a8285dd: Pushed 17:17:58 250a43ed1e9b8198fb10735cc1ab2371f89d298c: digest: sha256:4205708a038d6833fe13071b6a560e846cd7f2c61d31984e4231b232b34551c9 size: 943 [Pipeline] isUnix [Pipeline] sh 17:17:58 + 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 17:17:59 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.45 17:17:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 17:17:59 8b6b97b321c3: Preparing 17:17:59 a82b9a8285dd: Preparing 17:17:59 117e41205f13: Preparing 17:17:59 a82b9a8285dd: Layer already exists 17:17:59 117e41205f13: Layer already exists 17:17:59 8b6b97b321c3: Layer already exists 17:17:59 2.0.0-dev.45: digest: sha256:4205708a038d6833fe13071b6a560e846cd7f2c61d31984e4231b232b34551c9 size: 943 [Pipeline] isUnix [Pipeline] sh 17:17:59 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh 17:17:59 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:17:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 17:17:59 8b6b97b321c3: Preparing 17:17:59 a82b9a8285dd: Preparing 17:17:59 117e41205f13: Preparing 17:18:00 8b6b97b321c3: Layer already exists 17:18:00 a82b9a8285dd: Layer already exists 17:18:00 117e41205f13: Layer already exists 17:18:00 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45: digest: sha256:4205708a038d6833fe13071b6a560e846cd7f2c61d31984e4231b232b34551c9 size: 943 [Pipeline] isUnix [Pipeline] sh 17:18:00 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh 17:18:01 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master 17:18:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 17:18:01 8b6b97b321c3: Preparing 17:18:01 a82b9a8285dd: Preparing 17:18:01 117e41205f13: Preparing 17:18:01 a82b9a8285dd: Layer already exists 17:18:01 117e41205f13: Layer already exists 17:18:01 8b6b97b321c3: Layer already exists 17:18:01 master: digest: sha256:4205708a038d6833fe13071b6a560e846cd7f2c61d31984e4231b232b34551c9 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:18:02 ===================================================== [Pipeline] echo 17:18:02 taggedImages: 17:18:02 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:18:02 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.45 17:18:02 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:18:02 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo 17:18:02 [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: 17:18:02 250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:18:02 2.0.0-dev.45 17:18:02 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:18:02 master 17:18:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:18:02 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c [Pipeline] isUnix [Pipeline] sh 17:18:03 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:18:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 17:18:03 4f2ea025b508: Preparing 17:18:03 16c96736be23: Preparing 17:18:03 117e41205f13: Preparing 17:18:03 f5b7af100a71: Preparing 17:18:03 4d5d370164bf: Preparing 17:18:03 379067d0cb53: Preparing 17:18:03 379067d0cb53: Waiting 17:18:03 117e41205f13: Layer already exists 17:18:03 379067d0cb53: Layer already exists 17:18:03 4d5d370164bf: Pushed 17:18:03 4f2ea025b508: Pushed 17:18:04 f5b7af100a71: Pushed 17:18:06 16c96736be23: Pushed 17:18:06 250a43ed1e9b8198fb10735cc1ab2371f89d298c: digest: sha256:c426de682771f177f0a2a1cd4882bff5d52b9cdcb96051cc71b03c607188e9d1 size: 1572 [Pipeline] isUnix [Pipeline] sh 17:18:07 + 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 17:18:07 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.45 17:18:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 17:18:07 4f2ea025b508: Preparing 17:18:07 16c96736be23: Preparing 17:18:07 117e41205f13: Preparing 17:18:07 f5b7af100a71: Preparing 17:18:07 4d5d370164bf: Preparing 17:18:07 379067d0cb53: Preparing 17:18:07 379067d0cb53: Waiting 17:18:07 f5b7af100a71: Layer already exists 17:18:07 117e41205f13: Layer already exists 17:18:07 16c96736be23: Layer already exists 17:18:07 4d5d370164bf: Layer already exists 17:18:07 4f2ea025b508: Layer already exists 17:18:07 379067d0cb53: Layer already exists 17:18:07 2.0.0-dev.45: digest: sha256:c426de682771f177f0a2a1cd4882bff5d52b9cdcb96051cc71b03c607188e9d1 size: 1572 [Pipeline] isUnix [Pipeline] sh 17:18:08 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh 17:18:08 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:18:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 17:18:08 4f2ea025b508: Preparing 17:18:08 16c96736be23: Preparing 17:18:08 117e41205f13: Preparing 17:18:08 f5b7af100a71: Preparing 17:18:08 4d5d370164bf: Preparing 17:18:08 379067d0cb53: Preparing 17:18:08 379067d0cb53: Waiting 17:18:08 4d5d370164bf: Layer already exists 17:18:08 117e41205f13: Layer already exists 17:18:08 16c96736be23: Layer already exists 17:18:08 4f2ea025b508: Layer already exists 17:18:08 f5b7af100a71: Layer already exists 17:18:08 379067d0cb53: Layer already exists 17:18:08 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45: digest: sha256:c426de682771f177f0a2a1cd4882bff5d52b9cdcb96051cc71b03c607188e9d1 size: 1572 [Pipeline] isUnix [Pipeline] sh 17:18:09 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh 17:18:09 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master 17:18:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 17:18:09 4f2ea025b508: Preparing 17:18:09 16c96736be23: Preparing 17:18:09 117e41205f13: Preparing 17:18:09 f5b7af100a71: Preparing 17:18:09 4d5d370164bf: Preparing 17:18:09 379067d0cb53: Preparing 17:18:09 379067d0cb53: Waiting 17:18:09 16c96736be23: Layer already exists 17:18:09 4d5d370164bf: Layer already exists 17:18:09 117e41205f13: Layer already exists 17:18:09 f5b7af100a71: Layer already exists 17:18:09 4f2ea025b508: Layer already exists 17:18:09 379067d0cb53: Layer already exists 17:18:09 master: digest: sha256:c426de682771f177f0a2a1cd4882bff5d52b9cdcb96051cc71b03c607188e9d1 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:18:10 ===================================================== [Pipeline] echo 17:18:10 taggedImages: 17:18:10 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:18:10 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.45 17:18:10 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:18:10 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo 17:18:10 [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: 17:18:10 250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:18:10 2.0.0-dev.45 17:18:10 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:18:10 master 17:18:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:18:10 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c [Pipeline] isUnix [Pipeline] sh 17:18:11 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:18:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 17:18:11 482b61578d84: Preparing 17:18:11 9754c7d68b3e: Preparing 17:18:11 117e41205f13: Preparing 17:18:11 117e41205f13: Layer already exists 17:18:11 482b61578d84: Pushed 17:18:14 9754c7d68b3e: Pushed 17:18:14 250a43ed1e9b8198fb10735cc1ab2371f89d298c: digest: sha256:f6f1b173a5804b17f6540fd5c4fe08a29b4513ba56c58689698f8bb27dca6440 size: 943 [Pipeline] isUnix [Pipeline] sh 17:18:15 + 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 17:18:15 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.45 17:18:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 17:18:15 482b61578d84: Preparing 17:18:15 9754c7d68b3e: Preparing 17:18:15 117e41205f13: Preparing 17:18:15 117e41205f13: Layer already exists 17:18:15 482b61578d84: Layer already exists 17:18:15 9754c7d68b3e: Layer already exists 17:18:15 2.0.0-dev.45: digest: sha256:f6f1b173a5804b17f6540fd5c4fe08a29b4513ba56c58689698f8bb27dca6440 size: 943 [Pipeline] isUnix [Pipeline] sh 17:18:16 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh 17:18:16 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:18:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 17:18:16 482b61578d84: Preparing 17:18:16 9754c7d68b3e: Preparing 17:18:16 117e41205f13: Preparing 17:18:16 9754c7d68b3e: Layer already exists 17:18:16 482b61578d84: Layer already exists 17:18:16 117e41205f13: Layer already exists 17:18:16 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45: digest: sha256:f6f1b173a5804b17f6540fd5c4fe08a29b4513ba56c58689698f8bb27dca6440 size: 943 [Pipeline] isUnix [Pipeline] sh 17:18:17 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh 17:18:17 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master 17:18:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 17:18:17 482b61578d84: Preparing 17:18:17 9754c7d68b3e: Preparing 17:18:17 117e41205f13: Preparing 17:18:17 9754c7d68b3e: Layer already exists 17:18:17 482b61578d84: Layer already exists 17:18:17 117e41205f13: Layer already exists 17:18:17 master: digest: sha256:f6f1b173a5804b17f6540fd5c4fe08a29b4513ba56c58689698f8bb27dca6440 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:18:17 ===================================================== [Pipeline] echo 17:18:17 taggedImages: 17:18:17 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:18:17 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.45 17:18:17 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:18:17 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo 17:18:18 [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: 17:18:18 250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:18:18 2.0.0-dev.45 17:18:18 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:18:18 master 17:18:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:18:18 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c [Pipeline] isUnix [Pipeline] sh 17:18:18 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:18:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 17:18:18 e017f2440561: Preparing 17:18:18 0a5c4456e79e: Preparing 17:18:18 4f33cd5e7f0e: Preparing 17:18:18 6d1ffd4d1807: Preparing 17:18:18 117e41205f13: Preparing 17:18:18 c19a7f293c69: Preparing 17:18:18 379067d0cb53: Preparing 17:18:18 c19a7f293c69: Waiting 17:18:18 379067d0cb53: Waiting 17:18:19 117e41205f13: Layer already exists 17:18:19 e017f2440561: Pushed 17:18:19 4f33cd5e7f0e: Pushed 17:18:19 0a5c4456e79e: Pushed 17:18:19 379067d0cb53: Layer already exists 17:18:19 c19a7f293c69: Pushed 17:18:21 6d1ffd4d1807: Pushed 17:18:21 250a43ed1e9b8198fb10735cc1ab2371f89d298c: digest: sha256:67215ccb8098f7e544441ab0d5b26d26caa34e356db48ff2d11f4351a0b086ad size: 1778 [Pipeline] isUnix [Pipeline] sh 17:18:21 + 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 17:18:22 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.45 17:18:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 17:18:22 e017f2440561: Preparing 17:18:22 0a5c4456e79e: Preparing 17:18:22 4f33cd5e7f0e: Preparing 17:18:22 6d1ffd4d1807: Preparing 17:18:22 117e41205f13: Preparing 17:18:22 c19a7f293c69: Preparing 17:18:22 379067d0cb53: Preparing 17:18:22 379067d0cb53: Waiting 17:18:22 c19a7f293c69: Waiting 17:18:22 4f33cd5e7f0e: Layer already exists 17:18:22 117e41205f13: Layer already exists 17:18:22 e017f2440561: Layer already exists 17:18:22 0a5c4456e79e: Layer already exists 17:18:22 6d1ffd4d1807: Layer already exists 17:18:22 379067d0cb53: Layer already exists 17:18:22 c19a7f293c69: Layer already exists 17:18:22 2.0.0-dev.45: digest: sha256:67215ccb8098f7e544441ab0d5b26d26caa34e356db48ff2d11f4351a0b086ad size: 1778 [Pipeline] isUnix [Pipeline] sh 17:18:22 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh 17:18:23 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:18:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 17:18:23 e017f2440561: Preparing 17:18:23 0a5c4456e79e: Preparing 17:18:23 4f33cd5e7f0e: Preparing 17:18:23 6d1ffd4d1807: Preparing 17:18:23 117e41205f13: Preparing 17:18:23 c19a7f293c69: Preparing 17:18:23 379067d0cb53: Preparing 17:18:23 c19a7f293c69: Waiting 17:18:23 379067d0cb53: Waiting 17:18:23 0a5c4456e79e: Layer already exists 17:18:23 117e41205f13: Layer already exists 17:18:23 e017f2440561: Layer already exists 17:18:23 6d1ffd4d1807: Layer already exists 17:18:23 4f33cd5e7f0e: Layer already exists 17:18:23 379067d0cb53: Layer already exists 17:18:23 c19a7f293c69: Layer already exists 17:18:23 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45: digest: sha256:67215ccb8098f7e544441ab0d5b26d26caa34e356db48ff2d11f4351a0b086ad size: 1778 [Pipeline] isUnix [Pipeline] sh 17:18:23 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] isUnix [Pipeline] sh 17:18:24 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master 17:18:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 17:18:24 e017f2440561: Preparing 17:18:24 0a5c4456e79e: Preparing 17:18:24 4f33cd5e7f0e: Preparing 17:18:24 6d1ffd4d1807: Preparing 17:18:24 117e41205f13: Preparing 17:18:24 c19a7f293c69: Preparing 17:18:24 379067d0cb53: Preparing 17:18:24 c19a7f293c69: Waiting 17:18:24 379067d0cb53: Waiting 17:18:24 6d1ffd4d1807: Layer already exists 17:18:24 e017f2440561: Layer already exists 17:18:24 0a5c4456e79e: Layer already exists 17:18:24 4f33cd5e7f0e: Layer already exists 17:18:24 117e41205f13: Layer already exists 17:18:24 c19a7f293c69: Layer already exists 17:18:24 379067d0cb53: Layer already exists 17:18:24 master: digest: sha256:67215ccb8098f7e544441ab0d5b26d26caa34e356db48ff2d11f4351a0b086ad size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:18:24 ===================================================== [Pipeline] echo 17:18:24 taggedImages: 17:18:24 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:18:24 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.45 17:18:24 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:18:24 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo 17:18:24 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: 17:18:24 250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:18:24 2.0.0-dev.45 17:18:24 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:18:24 master 17:18:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:18:25 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c [Pipeline] isUnix [Pipeline] sh 17:18:25 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:18:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 17:18:25 ece3bfb014f7: Preparing 17:18:25 93a8f02f5a49: Preparing 17:18:25 971c628a39c2: Preparing 17:18:25 77e990376f60: Preparing 17:18:25 fd412212633d: Preparing 17:18:25 379067d0cb53: Preparing 17:18:25 971c628a39c2: Pushed 17:18:25 77e990376f60: Pushed 17:18:26 379067d0cb53: Layer already exists 17:18:26 fd412212633d: Pushed 17:18:28 93a8f02f5a49: Pushed 17:18:28 ece3bfb014f7: Pushed 17:18:28 250a43ed1e9b8198fb10735cc1ab2371f89d298c: digest: sha256:ab59ed74fd9addc7505bd552cc264dfd08612a9b4935232fe336c32b2fdf386e size: 1574 [Pipeline] isUnix [Pipeline] sh 17:18:28 + 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 17:18:29 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.45 17:18:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 17:18:29 ece3bfb014f7: Preparing 17:18:29 93a8f02f5a49: Preparing 17:18:29 971c628a39c2: Preparing 17:18:29 77e990376f60: Preparing 17:18:29 fd412212633d: Preparing 17:18:29 379067d0cb53: Preparing 17:18:29 379067d0cb53: Waiting 17:18:29 ece3bfb014f7: Layer already exists 17:18:29 93a8f02f5a49: Layer already exists 17:18:29 fd412212633d: Layer already exists 17:18:29 971c628a39c2: Layer already exists 17:18:29 77e990376f60: Layer already exists 17:18:29 379067d0cb53: Layer already exists 17:18:29 2.0.0-dev.45: digest: sha256:ab59ed74fd9addc7505bd552cc264dfd08612a9b4935232fe336c32b2fdf386e size: 1574 [Pipeline] isUnix [Pipeline] sh 17:18:29 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh 17:18:29 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 17:18:29 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 17:18:30 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:18:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 17:18:30 ece3bfb014f7: Preparing 17:18:30 93a8f02f5a49: Preparing 17:18:30 971c628a39c2: Preparing 17:18:30 77e990376f60: Preparing 17:18:30 fd412212633d: Preparing 17:18:30 379067d0cb53: Preparing 17:18:30 379067d0cb53: Waiting 17:18:30 77e990376f60: Layer already exists 17:18:30 fd412212633d: Layer already exists 17:18:30 93a8f02f5a49: Layer already exists 17:18:30 ece3bfb014f7: Layer already exists 17:18:30 971c628a39c2: Layer already exists 17:18:30 379067d0cb53: Layer already exists 17:18:30 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45: digest: sha256:ab59ed74fd9addc7505bd552cc264dfd08612a9b4935232fe336c32b2fdf386e size: 1574 [Pipeline] isUnix [Pipeline] sh 17:18:30 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 17:18:31 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master 17:18:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 17:18:31 ece3bfb014f7: Preparing 17:18:31 93a8f02f5a49: Preparing 17:18:31 971c628a39c2: Preparing 17:18:31 77e990376f60: Preparing 17:18:31 fd412212633d: Preparing 17:18:31 379067d0cb53: Preparing 17:18:31 379067d0cb53: Waiting 17:18:31 ece3bfb014f7: Layer already exists 17:18:31 971c628a39c2: Layer already exists 17:18:31 77e990376f60: Layer already exists 17:18:31 fd412212633d: Layer already exists 17:18:31 93a8f02f5a49: Layer already exists 17:18:31 379067d0cb53: Layer already exists 17:18:31 master: digest: sha256:ab59ed74fd9addc7505bd552cc264dfd08612a9b4935232fe336c32b2fdf386e size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:18:31 ===================================================== [Pipeline] echo 17:18:31 taggedImages: 17:18:31 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:18:31 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.45 17:18:31 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:18:31 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo 17:18:31 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: 17:18:31 250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:18:31 2.0.0-dev.45 17:18:31 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:18:31 master 17:18:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:18:32 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c [Pipeline] isUnix [Pipeline] sh 17:18:32 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:18:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 17:18:32 b037384fbff6: Preparing 17:18:32 38dd04ad50ee: Preparing 17:18:32 1811d7e16005: Preparing 17:18:32 f4fdab8e260f: Preparing 17:18:32 aa2dc0682b46: Preparing 17:18:32 7c415bd66aa9: Preparing 17:18:32 df79a1ad4a0d: Preparing 17:18:32 c19a7f293c69: Preparing 17:18:32 379067d0cb53: Preparing 17:18:32 df79a1ad4a0d: Waiting 17:18:32 c19a7f293c69: Waiting 17:18:32 379067d0cb53: Waiting 17:18:32 7c415bd66aa9: Waiting 17:18:32 aa2dc0682b46: Pushed 17:18:32 b037384fbff6: Pushed 17:18:32 38dd04ad50ee: Pushed 17:18:33 c19a7f293c69: Layer already exists 17:18:33 379067d0cb53: Layer already exists 17:18:33 7c415bd66aa9: Pushed 17:18:33 df79a1ad4a0d: Pushed 17:18:35 f4fdab8e260f: Pushed 17:18:35 1811d7e16005: Pushed 17:18:35 250a43ed1e9b8198fb10735cc1ab2371f89d298c: digest: sha256:19435c9530dd89aae39fb80cc0238729dac96a3e9dc17fd555dd8c69a1f6bef3 size: 2198 [Pipeline] isUnix [Pipeline] sh 17:18:35 + 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 17:18:36 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.45 17:18:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 17:18:36 b037384fbff6: Preparing 17:18:36 38dd04ad50ee: Preparing 17:18:36 1811d7e16005: Preparing 17:18:36 f4fdab8e260f: Preparing 17:18:36 aa2dc0682b46: Preparing 17:18:36 7c415bd66aa9: Preparing 17:18:36 df79a1ad4a0d: Preparing 17:18:36 c19a7f293c69: Preparing 17:18:36 379067d0cb53: Preparing 17:18:36 7c415bd66aa9: Waiting 17:18:36 df79a1ad4a0d: Waiting 17:18:36 c19a7f293c69: Waiting 17:18:36 379067d0cb53: Waiting 17:18:36 b037384fbff6: Layer already exists 17:18:36 f4fdab8e260f: Layer already exists 17:18:36 1811d7e16005: Layer already exists 17:18:36 aa2dc0682b46: Layer already exists 17:18:36 38dd04ad50ee: Layer already exists 17:18:36 7c415bd66aa9: Layer already exists 17:18:36 df79a1ad4a0d: Layer already exists 17:18:36 c19a7f293c69: Layer already exists 17:18:36 379067d0cb53: Layer already exists 17:18:36 2.0.0-dev.45: digest: sha256:19435c9530dd89aae39fb80cc0238729dac96a3e9dc17fd555dd8c69a1f6bef3 size: 2198 [Pipeline] isUnix [Pipeline] sh 17:18:36 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh 17:18:36 Removing intermediate container ccae45507b9a 17:18:36 ---> d3f4c72f0465 17:18:36 17:18:36 Step 10/22 : FROM scratch 17:18:36 ---> 17:18:36 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:18:36 Removing intermediate container 73b9e47b9581 17:18:36 ---> 40e736fc1634 17:18:36 17:18:36 Step 10/21 : FROM scratch 17:18:36 ---> 17:18:36 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:18:36 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:18:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 17:18:36 b037384fbff6: Preparing 17:18:36 38dd04ad50ee: Preparing 17:18:36 1811d7e16005: Preparing 17:18:36 f4fdab8e260f: Preparing 17:18:36 aa2dc0682b46: Preparing 17:18:36 7c415bd66aa9: Preparing 17:18:36 df79a1ad4a0d: Preparing 17:18:36 c19a7f293c69: Preparing 17:18:36 379067d0cb53: Preparing 17:18:36 df79a1ad4a0d: Waiting 17:18:36 c19a7f293c69: Waiting 17:18:36 379067d0cb53: Waiting 17:18:36 7c415bd66aa9: Waiting 17:18:37 1811d7e16005: Layer already exists 17:18:37 38dd04ad50ee: Layer already exists 17:18:37 b037384fbff6: Layer already exists 17:18:37 aa2dc0682b46: Layer already exists 17:18:37 f4fdab8e260f: Layer already exists 17:18:37 7c415bd66aa9: Layer already exists 17:18:37 df79a1ad4a0d: Layer already exists 17:18:37 c19a7f293c69: Layer already exists 17:18:37 379067d0cb53: Layer already exists 17:18:37 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45: digest: sha256:19435c9530dd89aae39fb80cc0238729dac96a3e9dc17fd555dd8c69a1f6bef3 size: 2198 [Pipeline] isUnix [Pipeline] sh 17:18:37 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 17:18:37 ---> Running in 1b349210095b 17:18:37 ---> Running in 05ed85d8d4ab 17:18:37 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master 17:18:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 17:18:37 b037384fbff6: Preparing 17:18:37 38dd04ad50ee: Preparing 17:18:37 1811d7e16005: Preparing 17:18:37 f4fdab8e260f: Preparing 17:18:37 aa2dc0682b46: Preparing 17:18:37 7c415bd66aa9: Preparing 17:18:37 df79a1ad4a0d: Preparing 17:18:37 c19a7f293c69: Preparing 17:18:37 379067d0cb53: Preparing 17:18:37 df79a1ad4a0d: Waiting 17:18:37 c19a7f293c69: Waiting 17:18:37 379067d0cb53: Waiting 17:18:37 7c415bd66aa9: Waiting 17:18:38 f4fdab8e260f: Layer already exists 17:18:38 b037384fbff6: Layer already exists 17:18:38 1811d7e16005: Layer already exists 17:18:38 aa2dc0682b46: Layer already exists 17:18:38 38dd04ad50ee: Layer already exists 17:18:38 df79a1ad4a0d: Layer already exists 17:18:38 7c415bd66aa9: Layer already exists 17:18:38 c19a7f293c69: Layer already exists 17:18:38 379067d0cb53: Layer already exists 17:18:38 master: digest: sha256:19435c9530dd89aae39fb80cc0238729dac96a3e9dc17fd555dd8c69a1f6bef3 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry 17:18:38 Removing intermediate container 05ed85d8d4ab 17:18:38 ---> b2256f690c42 [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:18:38 ===================================================== [Pipeline] echo 17:18:38 taggedImages: 17:18:38 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:18:38 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.45 17:18:38 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:18:38 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo 17:18:38 [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: 17:18:38 250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:18:38 2.0.0-dev.45 17:18:38 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:18:38 master 17:18:38 ===================================================== [Pipeline] withEnv [Pipeline] { 17:18:38 Step 12/22 : ENV APP_PORT=48082 17:18:38 Removing intermediate container 1b349210095b 17:18:38 ---> 45d16b48142a 17:18:38 Step 12/21 : ENV APP_PORT=48085 17:18:38 ---> Running in a74d42068938 17:18:38 ---> Running in f44eb214f4d6 [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:18:39 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c [Pipeline] isUnix [Pipeline] sh 17:18:39 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:18:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 17:18:39 93692de2e719: Preparing 17:18:39 794b5a1ef813: Preparing 17:18:39 117e41205f13: Preparing 17:18:39 ddb41dbd6722: Preparing 17:18:39 b0a14cb3607e: Preparing 17:18:39 e1feacd902e4: Preparing 17:18:39 e1feacd902e4: Waiting 17:18:39 117e41205f13: Layer already exists 17:18:39 93692de2e719: Pushed 17:18:39 ddb41dbd6722: Pushed 17:18:39 b0a14cb3607e: Pushed 17:18:39 e1feacd902e4: Pushed 17:18:40 Removing intermediate container f44eb214f4d6 17:18:40 ---> ed85bb502aab 17:18:40 Step 13/21 : EXPOSE $APP_PORT 17:18:40 Removing intermediate container a74d42068938 17:18:40 ---> bb805f7662b2 17:18:40 Step 13/22 : EXPOSE $APP_PORT 17:18:41 ---> Running in a83ad3e488b3 17:18:41 Removing intermediate container 72121503702e 17:18:41 ---> 354842f67c59 17:18:41 17:18:41 Step 10/21 : FROM alpine:3.12 17:18:41 ---> Running in 895626952c75 17:18:41 Removing intermediate container e8f00e3d19de 17:18:41 ---> 18a431c60862 17:18:41 17:18:41 Step 10/24 : FROM alpine:3.12 17:18:41 3.12: Pulling from library/alpine 17:18:41 3.12: Pulling from library/alpine 17:18:41 Removing intermediate container a83ad3e488b3 17:18:41 ---> b007fb348a22 17:18:41 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 17:18:41 Removing intermediate container 895626952c75 17:18:41 ---> f9f19310debb 17:18:41 Step 14/22 : WORKDIR / 17:18:41 ---> Running in a28da72b3050 17:18:42 ---> 0793f07cfd82 17:18:42 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:18:42 794b5a1ef813: Pushed 17:18:42 250a43ed1e9b8198fb10735cc1ab2371f89d298c: digest: sha256:5e3dcbe5d9b0e3a729f4b5c825eaeebaee7a991d85a35a68d220fbb0218964fb size: 1573 [Pipeline] isUnix [Pipeline] sh 17:18:42 + 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 17:18:43 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.45 17:18:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 17:18:43 93692de2e719: Preparing 17:18:43 794b5a1ef813: Preparing 17:18:43 117e41205f13: Preparing 17:18:43 ddb41dbd6722: Preparing 17:18:43 b0a14cb3607e: Preparing 17:18:43 e1feacd902e4: Preparing 17:18:43 e1feacd902e4: Waiting 17:18:43 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 17:18:43 Removing intermediate container a28da72b3050 17:18:43 ---> 545ef4eb676e 17:18:43 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:18:43 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 17:18:43 Status: Downloaded newer image for alpine:3.12 17:18:43 ---> 389fef711851 17:18:43 Step 11/21 : RUN apk add --update --no-cache curl 17:18:43 Status: Downloaded newer image for alpine:3.12 17:18:43 ---> 389fef711851 17:18:43 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:18:43 93692de2e719: Layer already exists 17:18:43 794b5a1ef813: Layer already exists 17:18:43 b0a14cb3607e: Layer already exists 17:18:43 117e41205f13: Layer already exists 17:18:43 ddb41dbd6722: Layer already exists 17:18:43 e1feacd902e4: Layer already exists 17:18:43 2.0.0-dev.45: digest: sha256:5e3dcbe5d9b0e3a729f4b5c825eaeebaee7a991d85a35a68d220fbb0218964fb size: 1573 [Pipeline] isUnix [Pipeline] sh 17:18:43 ---> Running in cd7e9e7f085d 17:18:43 ---> Running in 5c042fc4be3c 17:18:43 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh 17:18:43 ---> 6e5ba87cb424 17:18:43 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:18:44 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:18:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 17:18:44 93692de2e719: Preparing 17:18:44 794b5a1ef813: Preparing 17:18:44 117e41205f13: Preparing 17:18:44 ddb41dbd6722: Preparing 17:18:44 b0a14cb3607e: Preparing 17:18:44 e1feacd902e4: Preparing 17:18:44 e1feacd902e4: Waiting 17:18:44 ddb41dbd6722: Layer already exists 17:18:44 794b5a1ef813: Layer already exists 17:18:44 93692de2e719: Layer already exists 17:18:44 b0a14cb3607e: Layer already exists 17:18:44 117e41205f13: Layer already exists 17:18:44 e1feacd902e4: Layer already exists 17:18:44 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45: digest: sha256:5e3dcbe5d9b0e3a729f4b5c825eaeebaee7a991d85a35a68d220fbb0218964fb size: 1573 [Pipeline] isUnix [Pipeline] sh 17:18:44 ---> 5bfec5ca53a5 17:18:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:18:44 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh 17:18:45 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master 17:18:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 17:18:45 93692de2e719: Preparing 17:18:45 794b5a1ef813: Preparing 17:18:45 117e41205f13: Preparing 17:18:45 ddb41dbd6722: Preparing 17:18:45 b0a14cb3607e: Preparing 17:18:45 e1feacd902e4: Preparing 17:18:45 e1feacd902e4: Waiting 17:18:45 93692de2e719: Layer already exists 17:18:45 794b5a1ef813: Layer already exists 17:18:45 b0a14cb3607e: Layer already exists 17:18:45 ddb41dbd6722: Layer already exists 17:18:45 117e41205f13: Layer already exists 17:18:45 e1feacd902e4: Layer already exists 17:18:45 master: digest: sha256:5e3dcbe5d9b0e3a729f4b5c825eaeebaee7a991d85a35a68d220fbb0218964fb size: 1573 [Pipeline] } 17:18:45 ---> 137029ba3d05 17:18:45 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 17:18:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:18:45 ===================================================== [Pipeline] echo 17:18:45 taggedImages: 17:18:45 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:18:45 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.45 17:18:45 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:18:45 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo 17:18:45 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: 17:18:45 250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:18:45 2.0.0-dev.45 17:18:45 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:18:45 master 17:18:45 ===================================================== 17:18:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:18:45 (1/5) Installing ca-certificates (20191127-r4) [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:18:46 ---> Running in 88dbceb10d7a 17:18:46 (2/5) Installing nghttp2-libs (1.41.0-r0) 17:18:46 (3/5) Installing libcurl (7.69.1-r3) 17:18:46 (4/5) Installing curl (7.69.1-r3) 17:18:46 (5/5) Installing dumb-init (1.2.2-r1) 17:18:46 Executing busybox-1.31.1-r19.trigger 17:18:46 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c [Pipeline] isUnix [Pipeline] sh 17:18:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:18:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:18:46 Executing ca-certificates-20191127-r4.trigger 17:18:46 OK: 7 MiB in 19 packages 17:18:46 (1/4) Installing ca-certificates (20191127-r4) 17:18:46 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:18:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 17:18:46 bdff8fbddbd5: Preparing 17:18:46 2ea43fcce339: Preparing 17:18:46 117e41205f13: Preparing 17:18:46 117e41205f13: Layer already exists 17:18:46 bdff8fbddbd5: Pushed 17:18:46 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:18:46 (3/4) Installing libcurl (7.69.1-r3) 17:18:46 ---> 612f72d470a0 17:18:46 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:18:46 (4/4) Installing curl (7.69.1-r3) 17:18:46 Executing busybox-1.31.1-r19.trigger 17:18:46 Executing ca-certificates-20191127-r4.trigger 17:18:46 OK: 7 MiB in 18 packages 17:18:47 Removing intermediate container 88dbceb10d7a 17:18:47 ---> dbbf669f6074 17:18:47 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:18:47 Removing intermediate container a21766f39f2b 17:18:47 ---> 1e5498755c40 17:18:47 17:18:47 Step 10/23 : FROM alpine:3.12 17:18:47 ---> 389fef711851 17:18:47 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:18:47 ---> 828ec321e0a9 17:18:47 Step 18/22 : ENTRYPOINT ["/core-command"] 17:18:47 ---> Running in 6d587d984eca 17:18:47 ---> Running in 2ce03472dcce 17:18:47 ---> Running in 9ab3ee6a7208 17:18:48 Removing intermediate container 6d587d984eca 17:18:48 ---> d392128f8551 17:18:48 Step 19/21 : LABEL arch=x86_64 17:18:48 Removing intermediate container 2ce03472dcce 17:18:48 ---> 93f2fcb306aa 17:18:48 Step 12/23 : ENV APP_PORT=48080 17:18:48 Removing intermediate container 5c042fc4be3c 17:18:48 ---> a1e61ae9cab1 17:18:48 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:18:48 Removing intermediate container 9ab3ee6a7208 17:18:48 ---> 19b7de9226eb 17:18:48 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:18:48 ---> Running in 813d9ca70d9e 17:18:48 ---> Running in 6d3e69fa29e8 17:18:48 ---> Running in 723a6a799970 17:18:48 Removing intermediate container cd7e9e7f085d 17:18:48 ---> 4d6ed2ef4f15 17:18:48 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:18:49 ---> Running in b148f341bb52 17:18:49 ---> Running in 9b3db75678ff 17:18:49 Removing intermediate container 6d3e69fa29e8 17:18:49 ---> 90a57af4d1ba 17:18:49 Step 20/21 : LABEL git_sha=250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:18:49 Removing intermediate container 813d9ca70d9e 17:18:49 ---> 8caf398b9eca 17:18:49 Step 13/23 : EXPOSE $APP_PORT 17:18:49 Removing intermediate container 723a6a799970 17:18:49 ---> d969803cfa0e 17:18:49 Step 13/24 : WORKDIR / 17:18:49 ---> Running in 35fe4247c66e 17:18:49 ---> Running in 19d7603541fb 17:18:49 Removing intermediate container b148f341bb52 17:18:49 ---> 39ed42e94d0f 17:18:49 Step 20/22 : LABEL arch=x86_64 17:18:49 ---> Running in bd49ac79c62d 17:18:49 2ea43fcce339: Pushed 17:18:49 250a43ed1e9b8198fb10735cc1ab2371f89d298c: digest: sha256:7c846a2a9c981f785f2e792a78801476b006856532e1e15dc19c1f6003052d87 size: 943 [Pipeline] isUnix [Pipeline] sh 17:18:50 Removing intermediate container 9b3db75678ff 17:18:50 ---> def0ca9a063d 17:18:50 Step 13/21 : WORKDIR /edgex 17:18:50 ---> Running in c02f3e80bb11 17:18:50 ---> Running in 8a61135fb9d7 17:18:50 + 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 17:18:50 Removing intermediate container 35fe4247c66e 17:18:50 ---> 1a99c499e2fd 17:18:50 Step 21/21 : LABEL version=2.0.0-dev.45 17:18:50 Removing intermediate container 19d7603541fb 17:18:50 ---> 686ce5baaaae 17:18:50 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:18:50 Removing intermediate container bd49ac79c62d 17:18:50 ---> 3cd1238bee5e 17:18:50 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:18:50 ---> Running in dc03d879bd7a 17:18:50 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.45 17:18:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 17:18:50 bdff8fbddbd5: Preparing 17:18:50 2ea43fcce339: Preparing 17:18:50 117e41205f13: Preparing 17:18:50 117e41205f13: Layer already exists 17:18:50 2ea43fcce339: Layer already exists 17:18:50 bdff8fbddbd5: Layer already exists 17:18:50 ---> Running in 28e5a99d561e 17:18:50 Removing intermediate container c02f3e80bb11 17:18:50 ---> 0404ac081869 17:18:50 Step 21/22 : LABEL git_sha=250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:18:50 Removing intermediate container 8a61135fb9d7 17:18:50 ---> a5cf6f8f8d77 17:18:50 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:18:50 2.0.0-dev.45: digest: sha256:7c846a2a9c981f785f2e792a78801476b006856532e1e15dc19c1f6003052d87 size: 943 [Pipeline] isUnix [Pipeline] sh 17:18:50 ---> Running in 8d21bce78d58 17:18:50 Removing intermediate container dc03d879bd7a 17:18:50 ---> aaa9f2d1cce5 17:18:50 17:18:51 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh 17:18:51 ---> 1bd4bf91c4aa 17:18:51 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:18:51 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:18:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 17:18:51 bdff8fbddbd5: Preparing 17:18:51 2ea43fcce339: Preparing 17:18:51 117e41205f13: Preparing 17:18:51 117e41205f13: Layer already exists 17:18:51 2ea43fcce339: Layer already exists 17:18:51 bdff8fbddbd5: Layer already exists 17:18:51 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45: digest: sha256:7c846a2a9c981f785f2e792a78801476b006856532e1e15dc19c1f6003052d87 size: 943 [Pipeline] isUnix [Pipeline] sh 17:18:51 ---> 5f67fcb1073f 17:18:51 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:18:51 Removing intermediate container 8d21bce78d58 17:18:51 ---> 67469499ce21 17:18:51 Step 22/22 : LABEL version=2.0.0-dev.45 17:18:52 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh 17:18:52 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master 17:18:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 17:18:52 bdff8fbddbd5: Preparing 17:18:52 2ea43fcce339: Preparing 17:18:52 117e41205f13: Preparing 17:18:52 117e41205f13: Layer already exists 17:18:52 bdff8fbddbd5: Layer already exists 17:18:52 2ea43fcce339: Layer already exists 17:18:52 ---> cdc903035687 17:18:52 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:18:52 Successfully built aaa9f2d1cce5 17:18:52 master: digest: sha256:7c846a2a9c981f785f2e792a78801476b006856532e1e15dc19c1f6003052d87 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:18:52 ===================================================== [Pipeline] echo 17:18:52 taggedImages: 17:18:52 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:18:52 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.45 17:18:52 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:18:52 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master 17:18:53 Successfully tagged docker-support-scheduler-go:latest 17:18:53  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 17:18:53 ---> Running in b3bde10e10b9 [Pipeline] echo 17:18:53 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: 17:18:53 250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:18:53 2.0.0-dev.45 17:18:53 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:18:53 master 17:18:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:18:53 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c [Pipeline] isUnix [Pipeline] sh 17:18:53 ---> b48a3833a103 17:18:53 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:18:53 ---> 3d77b62a44d7 17:18:53 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 17:18:53 Removing intermediate container b3bde10e10b9 17:18:53 ---> ae77ee73b63d 17:18:53 17:18:53 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:18:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 17:18:53 73fb8a183e79: Preparing 17:18:53 87bc118bc467: Preparing 17:18:53 e7317ac41d13: Preparing 17:18:53 daed9504d1b4: Preparing 17:18:53 500635f3675e: Preparing 17:18:53 3a4b498eda3b: Preparing 17:18:53 4ea4f8bb8e2b: Preparing 17:18:53 9ded3b6bb9b5: Preparing 17:18:53 fa1afe8e6ed9: Preparing 17:18:53 87a09b4c083e: Preparing 17:18:53 0f74e9ff2a61: Preparing 17:18:53 b122376c33c6: Preparing 17:18:53 f8381ed47b22: Preparing 17:18:53 e934a737d657: Preparing 17:18:53 3a4b498eda3b: Waiting 17:18:53 0f74e9ff2a61: Waiting 17:18:53 4ea4f8bb8e2b: Waiting 17:18:53 b122376c33c6: Waiting 17:18:53 9ded3b6bb9b5: Waiting 17:18:53 f8381ed47b22: Waiting 17:18:53 e934a737d657: Waiting 17:18:53 fa1afe8e6ed9: Waiting 17:18:53 87a09b4c083e: Waiting 17:18:53 Removing intermediate container 28e5a99d561e 17:18:53 ---> 68439bdeac5b 17:18:53 Step 15/23 : RUN apk add --update --no-cache zeromq 17:18:53 Successfully built ae77ee73b63d 17:18:54 Successfully tagged docker-core-command-go:latest 17:18:54 Building docker-core-metadata-go 17:18:54 500635f3675e: Pushed 17:18:54 73fb8a183e79: Pushed 17:18:54  Building docker-core-command-go ... done  ---> Running in 06970ee586aa 17:18:55 ---> 47a533846761 17:18:55 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:18:55 ---> aa475c1cd191 17:18:55 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:18:55 daed9504d1b4: Pushed 17:18:55 9ded3b6bb9b5: Layer already exists 17:18:55 4ea4f8bb8e2b: Pushed 17:18:55 fa1afe8e6ed9: Layer already exists 17:18:55 87a09b4c083e: Layer already exists 17:18:55 0f74e9ff2a61: Layer already exists 17:18:55 b122376c33c6: Layer already exists 17:18:55 f8381ed47b22: Layer already exists 17:18:55 e934a737d657: Layer already exists 17:18:55 ---> Running in 5d729418cc81 17:18:56 87bc118bc467: Pushed 17:18:57 3a4b498eda3b: Pushed 17:18:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:18:57 Removing intermediate container 5d729418cc81 17:18:57 ---> c4b0dbdcd4de 17:18:57 Step 18/21 : CMD ["--init=true"] 17:18:57 ---> a4edfd6e8c48 17:18:57 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:18:57 ---> Running in f69b3ad92250 17:18:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:18:59 (1/5) Installing libgcc (9.3.0-r2) 17:18:59 (2/5) Installing libsodium (1.0.18-r0) 17:18:59 Removing intermediate container f69b3ad92250 17:18:59 ---> b8b3de723777 17:18:59 Step 19/21 : LABEL arch=x86_64 17:18:59 (3/5) Installing libstdc++ (9.3.0-r2) 17:18:59 (4/5) Installing libzmq (4.3.3-r0) 17:18:59 (5/5) Installing zeromq (4.3.3-r0) 17:18:59 Executing busybox-1.31.1-r19.trigger 17:18:59 OK: 8 MiB in 19 packages 17:19:00 ---> Running in 93ce04801e4c 17:19:00 ---> 39154f91eb85 17:19:00 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/ 17:19:01 ---> Running in 46d05b64dbbe 17:19:01 Removing intermediate container 93ce04801e4c 17:19:01 ---> d027cd2c14f9 17:19:01 Step 20/21 : LABEL git_sha=250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:19:02 ---> Running in bf5ce8ba59b1 17:19:02 Removing intermediate container 06970ee586aa 17:19:02 ---> 8f3e5e296f8d 17:19:02 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:19:03 Removing intermediate container bf5ce8ba59b1 17:19:03 ---> 5ae68caac700 17:19:03 Step 21/21 : LABEL version=2.0.0-dev.45 17:19:04 ---> 3553bd569d15 17:19:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:19:04 ---> Running in 92561104b775 17:19:05 Removing intermediate container 92561104b775 17:19:05 ---> de94a2dc2573 17:19:05 17:19:05 Removing intermediate container 46d05b64dbbe 17:19:05 ---> 0a0e4fd799e6 17:19:05 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 17:19:05 ---> Running in c8888ed2391d 17:19:05 Successfully built de94a2dc2573 17:19:05 Successfully tagged docker-security-proxy-setup-go:latest 17:19:05  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrap-redis-go 17:19:06 ---> d8e7f89005f5 17:19:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:19:06 Removing intermediate container c8888ed2391d 17:19:06 ---> dfecd3185be1 17:19:06 Step 22/24 : LABEL arch=x86_64 17:19:06 ---> Running in bae83db8b897 17:19:07 ---> 5d23c3deee1c 17:19:07 Step 19/23 : ENTRYPOINT ["/core-data"] 17:19:08 ---> Running in 34b355db4f84 17:19:08 Removing intermediate container bae83db8b897 17:19:08 ---> 13831c5e3205 17:19:08 Step 23/24 : LABEL git_sha=250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:19:08 ---> Running in a6707e81bda2 17:19:09 Removing intermediate container 34b355db4f84 17:19:09 ---> f32f3ba8805f 17:19:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:19:09 ---> Running in acd36f18bb98 17:19:09 Removing intermediate container a6707e81bda2 17:19:09 ---> 1863d92884f8 17:19:09 Step 24/24 : LABEL version=2.0.0-dev.45 17:19:09 e7317ac41d13: Pushed 17:19:09 250a43ed1e9b8198fb10735cc1ab2371f89d298c: digest: sha256:504849743a9da7ef8c468a3364f28cd27de3ec88ec5b96725c9cd5bc137fe5b6 size: 3252 [Pipeline] isUnix [Pipeline] sh 17:19:10 + 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 17:19:10 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.45 17:19:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 17:19:10 73fb8a183e79: Preparing 17:19:10 87bc118bc467: Preparing 17:19:10 e7317ac41d13: Preparing 17:19:10 daed9504d1b4: Preparing 17:19:10 500635f3675e: Preparing 17:19:10 3a4b498eda3b: Preparing 17:19:10 4ea4f8bb8e2b: Preparing 17:19:10 9ded3b6bb9b5: Preparing 17:19:10 fa1afe8e6ed9: Preparing 17:19:10 87a09b4c083e: Preparing 17:19:10 0f74e9ff2a61: Preparing 17:19:10 b122376c33c6: Preparing 17:19:10 f8381ed47b22: Preparing 17:19:10 e934a737d657: Preparing 17:19:10 3a4b498eda3b: Waiting 17:19:10 4ea4f8bb8e2b: Waiting 17:19:10 9ded3b6bb9b5: Waiting 17:19:10 fa1afe8e6ed9: Waiting 17:19:10 87a09b4c083e: Waiting 17:19:10 0f74e9ff2a61: Waiting 17:19:10 b122376c33c6: Waiting 17:19:10 73fb8a183e79: Layer already exists 17:19:10 e7317ac41d13: Layer already exists 17:19:10 500635f3675e: Layer already exists 17:19:10 87bc118bc467: Layer already exists 17:19:10 daed9504d1b4: Layer already exists 17:19:10 4ea4f8bb8e2b: Layer already exists 17:19:10 9ded3b6bb9b5: Layer already exists 17:19:10 3a4b498eda3b: Layer already exists 17:19:10 87a09b4c083e: Layer already exists 17:19:10 fa1afe8e6ed9: Layer already exists 17:19:10 e934a737d657: Layer already exists 17:19:10 b122376c33c6: Layer already exists 17:19:10 f8381ed47b22: Layer already exists 17:19:10 0f74e9ff2a61: Layer already exists 17:19:10 2.0.0-dev.45: digest: sha256:504849743a9da7ef8c468a3364f28cd27de3ec88ec5b96725c9cd5bc137fe5b6 size: 3252 [Pipeline] isUnix [Pipeline] sh 17:19:11 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh 17:19:11 ---> Running in 0337f53f8e15 17:19:11 Removing intermediate container acd36f18bb98 17:19:11 ---> e427c35a0303 17:19:11 Step 21/23 : LABEL arch=x86_64 17:19:11 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:19:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 17:19:11 73fb8a183e79: Preparing 17:19:11 87bc118bc467: Preparing 17:19:11 e7317ac41d13: Preparing 17:19:11 daed9504d1b4: Preparing 17:19:11 500635f3675e: Preparing 17:19:11 3a4b498eda3b: Preparing 17:19:11 4ea4f8bb8e2b: Preparing 17:19:11 9ded3b6bb9b5: Preparing 17:19:11 fa1afe8e6ed9: Preparing 17:19:11 87a09b4c083e: Preparing 17:19:11 0f74e9ff2a61: Preparing 17:19:11 b122376c33c6: Preparing 17:19:11 f8381ed47b22: Preparing 17:19:11 e934a737d657: Preparing 17:19:11 3a4b498eda3b: Waiting 17:19:11 0f74e9ff2a61: Waiting 17:19:11 4ea4f8bb8e2b: Waiting 17:19:11 b122376c33c6: Waiting 17:19:11 9ded3b6bb9b5: Waiting 17:19:11 f8381ed47b22: Waiting 17:19:11 fa1afe8e6ed9: Waiting 17:19:11 87a09b4c083e: Waiting 17:19:11 e934a737d657: Waiting 17:19:11 73fb8a183e79: Layer already exists 17:19:11 87bc118bc467: Layer already exists 17:19:11 daed9504d1b4: Layer already exists 17:19:11 500635f3675e: Layer already exists 17:19:11 e7317ac41d13: Layer already exists 17:19:11 4ea4f8bb8e2b: Layer already exists 17:19:11 9ded3b6bb9b5: Layer already exists 17:19:11 3a4b498eda3b: Layer already exists 17:19:11 87a09b4c083e: Layer already exists 17:19:11 fa1afe8e6ed9: Layer already exists 17:19:11 b122376c33c6: Layer already exists 17:19:11 0f74e9ff2a61: Layer already exists 17:19:11 f8381ed47b22: Layer already exists 17:19:11 e934a737d657: Layer already exists 17:19:11 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45: digest: sha256:504849743a9da7ef8c468a3364f28cd27de3ec88ec5b96725c9cd5bc137fe5b6 size: 3252 [Pipeline] isUnix [Pipeline] sh 17:19:11 ---> Running in 53758fb978a9 17:19:12 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh 17:19:12 Removing intermediate container 0337f53f8e15 17:19:12 ---> 3b07f463b926 17:19:12 17:19:12 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master 17:19:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 17:19:12 73fb8a183e79: Preparing 17:19:12 87bc118bc467: Preparing 17:19:12 e7317ac41d13: Preparing 17:19:12 daed9504d1b4: Preparing 17:19:12 500635f3675e: Preparing 17:19:12 3a4b498eda3b: Preparing 17:19:12 4ea4f8bb8e2b: Preparing 17:19:12 9ded3b6bb9b5: Preparing 17:19:12 fa1afe8e6ed9: Preparing 17:19:12 87a09b4c083e: Preparing 17:19:12 0f74e9ff2a61: Preparing 17:19:12 b122376c33c6: Preparing 17:19:12 f8381ed47b22: Preparing 17:19:12 e934a737d657: Preparing 17:19:12 4ea4f8bb8e2b: Waiting 17:19:12 9ded3b6bb9b5: Waiting 17:19:12 fa1afe8e6ed9: Waiting 17:19:12 87a09b4c083e: Waiting 17:19:12 0f74e9ff2a61: Waiting 17:19:12 b122376c33c6: Waiting 17:19:12 f8381ed47b22: Waiting 17:19:12 3a4b498eda3b: Waiting 17:19:12 e934a737d657: Waiting 17:19:12 73fb8a183e79: Layer already exists 17:19:12 500635f3675e: Layer already exists 17:19:12 e7317ac41d13: Layer already exists 17:19:12 daed9504d1b4: Layer already exists 17:19:12 87bc118bc467: Layer already exists 17:19:12 3a4b498eda3b: Layer already exists 17:19:12 4ea4f8bb8e2b: Layer already exists 17:19:12 9ded3b6bb9b5: Layer already exists 17:19:12 87a09b4c083e: Layer already exists 17:19:12 fa1afe8e6ed9: Layer already exists 17:19:12 0f74e9ff2a61: Layer already exists 17:19:12 b122376c33c6: Layer already exists 17:19:12 e934a737d657: Layer already exists 17:19:12 f8381ed47b22: Layer already exists 17:19:12 master: digest: sha256:504849743a9da7ef8c468a3364f28cd27de3ec88ec5b96725c9cd5bc137fe5b6 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } 17:19:12 Successfully built 3b07f463b926 [Pipeline] // withEnv [Pipeline] echo 17:19:12 ===================================================== [Pipeline] echo 17:19:12 taggedImages: 17:19:12 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:19:12 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.45 17:19:12 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:19:12 - 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] } 17:19:13 Successfully tagged docker-security-secretstore-setup-go:latest 17:19:13  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go 17:19:13 Removing intermediate container 53758fb978a9 17:19:13 ---> 09de8215ed9d 17:19:13 Step 22/23 : LABEL git_sha=250a43ed1e9b8198fb10735cc1ab2371f89d298c [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 17:19:13 ---> Running in 3d0996d194aa 17:19:14 Removing intermediate container 3d0996d194aa 17:19:14 ---> 241721600bd1 17:19:14 Step 23/23 : LABEL version=2.0.0-dev.45 17:19:15 ---> Running in f2a02ada8aa0 17:19:16 Removing intermediate container f2a02ada8aa0 17:19:16 ---> 57e493e649dc 17:19:16 17:19:16 Successfully built 57e493e649dc 17:19:16 Successfully tagged docker-core-data-go:latest 17:19:32  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:19:32 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:19:32 ---> 95e9c319de99 17:19:32 Step 3/26 : WORKDIR /edgex-go 17:19:32 ---> Using cache 17:19:32 ---> 329f00df4b44 17:19:32 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:19:32 ---> Using cache 17:19:32 ---> 3185211e7039 17:19:32 Step 5/26 : RUN apk add --update --no-cache make bash git 17:19:32 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:19:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:19:32 ---> 95e9c319de99 17:19:32 Step 3/22 : WORKDIR /edgex-go 17:19:32 ---> Using cache 17:19:32 ---> 329f00df4b44 17:19:32 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:19:32 ---> Using cache 17:19:32 ---> 3185211e7039 17:19:32 Step 5/22 : RUN apk add --update --no-cache make git 17:19:32 ---> Using cache 17:19:32 ---> 56f5c71e266b 17:19:32 Step 6/22 : COPY go.mod . 17:19:32 ---> Using cache 17:19:32 ---> 351fb0d6a173 17:19:32 Step 7/22 : RUN go mod download 17:19:32 ---> Using cache 17:19:32 ---> 98c32377bca9 17:19:32 Step 8/22 : COPY . . 17:19:32 ---> Using cache 17:19:32 ---> bddd849ee4c1 17:19:32 Step 9/22 : RUN make cmd/core-metadata/core-metadata 17:19:32 ---> Running in f98b6d652602 17:19:32 ---> Running in 324878cb6737 17:19:39 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 17:19:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:19:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:19:39 OK: 233 MiB in 51 packages 17:19:43 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:19:43 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:19:43 ---> 95e9c319de99 17:19:43 Step 3/22 : WORKDIR /edgex-go 17:19:43 ---> Using cache 17:19:43 ---> 329f00df4b44 17:19:43 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:19:43 ---> Using cache 17:19:43 ---> 3185211e7039 17:19:43 Step 5/22 : RUN apk add --update --no-cache make git 17:19:43 ---> Using cache 17:19:43 ---> 56f5c71e266b 17:19:43 Step 6/22 : COPY go.mod . 17:19:43 ---> Using cache 17:19:43 ---> 351fb0d6a173 17:19:43 Step 7/22 : RUN go mod download 17:19:43 ---> Using cache 17:19:43 ---> 98c32377bca9 17:19:43 Step 8/22 : COPY . . 17:19:43 ---> Using cache 17:19:43 ---> bddd849ee4c1 17:19:43 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 17:19:44 Removing intermediate container 324878cb6737 17:19:44 ---> 11603e7823ab 17:19:44 Step 6/26 : COPY go.mod . 17:19:44 ---> Running in bfb4cea75f37 17:19:45 ---> 5deb75e89f3f 17:19:45 Step 7/26 : RUN go mod download 17:19:46 ---> Running in edd6a6f624cc 17:19:47 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 17:19:56 Removing intermediate container edd6a6f624cc 17:19:56 ---> 8d1802c99ddf 17:19:56 Step 8/26 : COPY . . 17:19:57 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:19:57 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:19:57 ---> 95e9c319de99 17:19:57 Step 3/24 : WORKDIR /edgex-go 17:19:57 ---> Using cache 17:19:57 ---> 329f00df4b44 17:19:57 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:19:57 ---> Using cache 17:19:57 ---> 3185211e7039 17:19:57 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 17:19:58 ---> Running in fef28e66cad0 17:20:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:20:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:20:03 OK: 233 MiB in 51 packages 17:20:07 Removing intermediate container fef28e66cad0 17:20:07 ---> 554f77f90f89 17:20:07 Step 6/24 : COPY go.mod . 17:20:09 ---> 250b275167c4 17:20:09 Step 7/24 : RUN go mod download 17:20:10 ---> Running in 6d0c3fe2e1e0 17:20:17 Removing intermediate container 6d0c3fe2e1e0 17:20:17 ---> 70a2746dc618 17:20:17 Step 8/24 : COPY . . 17:20:40 Removing intermediate container bfb4cea75f37 17:20:40 ---> 0cfdca935619 17:20:40 17:20:40 Step 10/22 : FROM alpine:3.12 17:20:40 ---> 389fef711851 17:20:40 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:20:40 ---> Using cache 17:20:40 ---> a1e61ae9cab1 17:20:40 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 17:20:43 ---> Running in c8172dad451d 17:20:43 Removing intermediate container f98b6d652602 17:20:43 ---> 6207799f5d7c 17:20:43 17:20:43 Step 10/22 : FROM scratch 17:20:43 ---> 17:20:43 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:20:46 ---> Using cache 17:20:46 ---> b2256f690c42 17:20:46 Step 12/22 : ENV APP_PORT=48081 17:20:46 Removing intermediate container c8172dad451d 17:20:46 ---> 88e467171df8 17:20:46 Step 13/22 : WORKDIR / 17:20:46 ---> Running in 294b225f5466 17:20:47 ---> a4125e4d5b8c 17:20:47 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:20:47 ---> Running in e03d34da1be1 17:20:47 ---> Running in 40762517bcb8 17:20:48 Removing intermediate container 294b225f5466 17:20:48 ---> 319a196a562e 17:20:48 Step 13/22 : EXPOSE $APP_PORT 17:20:49 ---> Running in 97713d1d2323 17:20:49 Removing intermediate container e03d34da1be1 17:20:49 ---> bd1866beb8c0 17:20:49 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:20:50 Removing intermediate container 97713d1d2323 17:20:50 ---> b26c52562c28 17:20:50 Step 14/22 : WORKDIR / 17:20:50 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 17:20:50 ---> Running in 6d51626f6c67 17:20:51 ---> 0390945556d3 17:20:51 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 17:20:51 Removing intermediate container 6d51626f6c67 17:20:51 ---> 7fad974b8013 17:20:51 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:20:53 ---> 68b935b9ab97 17:20:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:20:53 ---> c10d6ccc61e2 17:20:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 17:20:55 ---> 337feb3b7463 17:20:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 17:20:57 ---> 0def8de79d73 17:20:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:20:57 ---> 67541543c673 17:20:57 Step 18/22 : RUN chmod +x entrypoint.sh 17:20:58 ---> Running in 1447342ba05f 17:20:59 ---> 3c137b8b6ea6 17:20:59 Step 18/22 : ENTRYPOINT ["/core-metadata"] 17:21:00 ---> Running in a971edb4bbd7 17:21:01 Removing intermediate container a971edb4bbd7 17:21:01 ---> ffff8574a184 17:21:01 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:21:02 ---> Running in f620aeeb350c 17:21:03 ---> c8f7a2648132 17:21:03 Step 9/24 : RUN make cmd/support-notifications/support-notifications 17:21:03 ---> Running in 348fa3a15c41 17:21:03 Removing intermediate container f620aeeb350c 17:21:03 ---> 45de58f5c90e 17:21:03 Step 20/22 : LABEL arch=x86_64 17:21:03 ---> Running in fa3359755fbd 17:21:04 Removing intermediate container 1447342ba05f 17:21:04 ---> 4cb2072ef830 17:21:04 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 17:21:04 Removing intermediate container fa3359755fbd 17:21:04 ---> 563884dcf8f1 17:21:04 Step 21/22 : LABEL git_sha=250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:21:05 ---> Running in 175404b3fcdf 17:21:05 ---> Running in dc18955de156 17:21:05 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 17:21:05 Removing intermediate container 175404b3fcdf 17:21:05 ---> bcaf9b6a2765 17:21:05 Step 20/22 : LABEL arch=x86_64 17:21:05 Removing intermediate container dc18955de156 17:21:05 ---> 94725b0b0d6e 17:21:05 Step 22/22 : LABEL version=2.0.0-dev.45 17:21:05 ---> Running in 63246ed3306b 17:21:05 ---> Running in 82e51b35605d 17:21:06 Removing intermediate container 63246ed3306b 17:21:06 ---> 3fd416b12d20 17:21:06 Step 21/22 : LABEL git_sha=250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:21:06 Removing intermediate container 82e51b35605d 17:21:06 ---> 8e95d9cb7551 17:21:06 17:21:06 ---> Running in 0b0391246745 17:21:07 Successfully built 8e95d9cb7551 17:21:07 Successfully tagged docker-core-metadata-go:latest 17:21:07  Building docker-core-metadata-go ... done Removing intermediate container 0b0391246745 17:21:07 ---> 923a46cc44b4 17:21:07 Step 22/22 : LABEL version=2.0.0-dev.45 17:21:08 ---> Running in e5e7d67bfd9b 17:21:09 Removing intermediate container e5e7d67bfd9b 17:21:09 ---> 7c6e8603a2b9 17:21:09 17:21:09 Successfully built 7c6e8603a2b9 17:21:09 Successfully tagged docker-security-bootstrap-redis-go:latest 17:21:22  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 40762517bcb8 17:21:22 ---> 21b942164fc5 17:21:22 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:21:22 ---> Running in 02f1aaaf50fd 17:21:24 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 17:21:27 Removing intermediate container 02f1aaaf50fd 17:21:27 ---> d5a95b53ef00 17:21:27 17:21:27 Step 11/26 : FROM docker:20.10.0 17:21:27 20.10.0: Pulling from library/docker 17:21:30 Removing intermediate container 348fa3a15c41 17:21:30 ---> c0186e96349f 17:21:30 17:21:30 Step 10/24 : FROM scratch 17:21:30 ---> 17:21:30 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 17:21:30 ---> Running in 51df935ff47a 17:21:30 Removing intermediate container 51df935ff47a 17:21:30 ---> 781c30e36d55 17:21:31 Step 12/24 : ENV APP_PORT=48060 17:21:31 ---> Running in 2402d7ff7550 17:21:31 Removing intermediate container 2402d7ff7550 17:21:31 ---> 27f7870c5f3a 17:21:31 Step 13/24 : EXPOSE $APP_PORT 17:21:31 ---> Running in 8f6accc9f803 17:21:32 Removing intermediate container 8f6accc9f803 17:21:32 ---> fad8a63e248b 17:21:32 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 17:21:32 ---> 0dd8902dd05c 17:21:32 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 17:21:34 ---> 71408b8d4898 17:21:34 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 17:21:35 ---> 5b141538ac49 17:21:35 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 17:21:35 ---> 604bae7b07ec 17:21:35 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:21:38 ---> 8d484368c2fa 17:21:38 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:21:38 ---> 9a98fa08266f 17:21:38 Step 20/24 : ENTRYPOINT ["/support-notifications"] 17:21:38 ---> Running in c6619c5a0760 17:21:38 Removing intermediate container c6619c5a0760 17:21:38 ---> 81dc160c9f25 17:21:38 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:21:39 ---> Running in 793e05352e13 17:21:39 Removing intermediate container 793e05352e13 17:21:39 ---> 7202b9c13983 17:21:39 Step 22/24 : LABEL arch=x86_64 17:21:40 ---> Running in 5b9832cba0a7 17:21:40 Removing intermediate container 5b9832cba0a7 17:21:40 ---> 157b96da7cfd 17:21:40 Step 23/24 : LABEL git_sha=250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:21:40 ---> Running in 03e959360164 17:21:41 Removing intermediate container 03e959360164 17:21:41 ---> c389ef34c86e 17:21:41 Step 24/24 : LABEL version=2.0.0-dev.45 17:21:41 ---> Running in 1ec5178f2707 17:21:41 Removing intermediate container 1ec5178f2707 17:21:41 ---> cb3293fc7014 17:21:41 17:21:41 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:21:41 Status: Downloaded newer image for docker:20.10.0 17:21:41 ---> aefe523efa57 17:21:41 Step 12/26 : RUN apk add --no-cache bash 17:21:41 Successfully built cb3293fc7014 17:21:41 Successfully tagged docker-support-notifications-go:latest 17:21:41  Building docker-support-notifications-go ... done  ---> Running in 8de03b19c9a8 17:21:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:21:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:21:43 (1/2) Installing readline (8.0.4-r0) 17:21:43 (2/2) Installing bash (5.0.17-r0) 17:21:43 Executing bash-5.0.17-r0.post-install 17:21:43 Executing busybox-1.31.1-r19.trigger 17:21:43 OK: 12 MiB in 22 packages 17:21:44 Removing intermediate container 8de03b19c9a8 17:21:44 ---> 152459acb2d0 17:21:44 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:21:44 ---> Running in 00b7fb611133 17:21:44 Removing intermediate container 00b7fb611133 17:21:44 ---> ca85c5384616 17:21:44 Step 14/26 : ENV APP_PORT=48090 17:21:44 ---> Running in 81e085048bdc 17:21:44 Removing intermediate container 81e085048bdc 17:21:44 ---> 8df09fb755f9 17:21:44 Step 15/26 : EXPOSE $APP_PORT 17:21:45 ---> Running in 14f322ccfd6f 17:21:45 Removing intermediate container 14f322ccfd6f 17:21:45 ---> 674a00e5ce48 17:21:45 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:21:46 ---> 8f278ca6f346 17:21:46 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:21:46 ---> 8c03c74bdbb8 17:21:46 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:21:47 ---> 20b38bc5f104 17:21:47 Step 19/26 : RUN apk --no-cache add py3-pip 17:21:47 ---> Running in 83826ccc7e6b 17:21:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:21:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:21:48 (1/33) Installing libbz2 (1.0.8-r1) 17:21:48 (2/33) Installing expat (2.2.9-r1) 17:21:48 (3/33) Installing libffi (3.3-r2) 17:21:48 (4/33) Installing gdbm (1.13-r1) 17:21:48 (5/33) Installing xz-libs (5.2.5-r0) 17:21:48 (6/33) Installing sqlite-libs (3.32.1-r0) 17:21:48 (7/33) Installing python3 (3.8.5-r0) 17:21:53 (8/33) Installing py3-appdirs (1.4.4-r1) 17:21:53 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:21:53 (10/33) Installing py3-parsing (2.4.7-r0) 17:21:53 (11/33) Installing py3-six (1.15.0-r0) 17:21:53 (12/33) Installing py3-packaging (20.4-r0) 17:21:53 (13/33) Installing py3-setuptools (47.0.0-r0) 17:21:53 (14/33) Installing py3-chardet (3.0.4-r4) 17:21:53 (15/33) Installing py3-idna (2.9-r0) 17:21:53 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:21:53 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:21:53 (18/33) Installing py3-requests (2.23.0-r0) 17:21:53 (19/33) Installing py3-msgpack (1.0.0-r0) 17:21:53 (20/33) Installing py3-lockfile (0.12.2-r3) 17:21:53 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:21:53 (22/33) Installing py3-colorama (0.4.3-r0) 17:21:53 (23/33) Installing py3-distlib (0.3.0-r0) 17:21:54 (24/33) Installing py3-distro (1.5.0-r1) 17:21:54 (25/33) Installing py3-webencodings (0.5.1-r3) 17:21:54 (26/33) Installing py3-html5lib (1.0.1-r4) 17:21:54 (27/33) Installing py3-pytoml (0.1.21-r0) 17:21:54 (28/33) Installing py3-pep517 (0.8.2-r0) 17:21:54 (29/33) Installing py3-progress (1.5-r0) 17:21:54 (30/33) Installing py3-toml (0.10.1-r0) 17:21:54 (31/33) Installing py3-retrying (1.3.3-r0) 17:21:54 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:21:54 (33/33) Installing py3-pip (20.1.1-r0) 17:21:54 Executing busybox-1.31.1-r19.trigger 17:21:54 OK: 71 MiB in 55 packages 17:22:05 Removing intermediate container 83826ccc7e6b 17:22:05 ---> c8bf35360ec9 17:22:05 Step 20/26 : RUN pip install docker-compose==1.23.2 17:22:05 ---> Running in 8f57357f4566 17:22:08 Collecting docker-compose==1.23.2 17:22:08 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:22:08 Collecting docopt<0.7,>=0.6.1 17:22:08 Downloading docopt-0.6.2.tar.gz (25 kB) 17:22:09 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:22:09 Collecting docker<4.0,>=3.6.0 17:22:09 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:22:09 Collecting cached-property<2,>=1.2.0 17:22:09 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:22:09 Collecting dockerpty<0.5,>=0.4.1 17:22:09 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:22:10 Collecting PyYAML<4,>=3.10 17:22:10 Downloading PyYAML-3.13.tar.gz (270 kB) 17:22:11 Collecting websocket-client<1.0,>=0.32.0 17:22:11 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 17:22:12 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:22:12 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:22:12 Collecting texttable<0.10,>=0.9.0 17:22:12 Downloading texttable-0.9.1.tar.gz (11 kB) 17:22:13 Collecting jsonschema<3,>=2.5.1 17:22:13 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:22:13 Collecting docker-pycreds>=0.4.0 17:22:13 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:22:13 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) 17:22:13 Collecting urllib3<1.25,>=1.21.1 17:22:13 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:22:13 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) 17:22:13 Collecting idna<2.8,>=2.5 17:22:13 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:22:13 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:22:13 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:22:13 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:22:13 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:22:14 Installing collected packages: docopt, docker-pycreds, urllib3, idna, requests, websocket-client, docker, cached-property, dockerpty, PyYAML, texttable, jsonschema, docker-compose 17:22:14 Running setup.py install for docopt: started 17:22:15 Running setup.py install for docopt: finished with status 'done' 17:22:15 Attempting uninstall: urllib3 17:22:15 Found existing installation: urllib3 1.25.9 17:22:15 Uninstalling urllib3-1.25.9: 17:22:15 Successfully uninstalled urllib3-1.25.9 17:22:15 Attempting uninstall: idna 17:22:15 Found existing installation: idna 2.9 17:22:15 Uninstalling idna-2.9: 17:22:15 Successfully uninstalled idna-2.9 17:22:15 Attempting uninstall: requests 17:22:15 Found existing installation: requests 2.23.0 17:22:15 Uninstalling requests-2.23.0: 17:22:15 Successfully uninstalled requests-2.23.0 17:22:16 Running setup.py install for dockerpty: started 17:22:16 Running setup.py install for dockerpty: finished with status 'done' 17:22:16 Running setup.py install for PyYAML: started 17:22:17 Running setup.py install for PyYAML: finished with status 'done' 17:22:17 Running setup.py install for texttable: started 17:22:18 Running setup.py install for texttable: finished with status 'done' 17:22:19 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 17:22:21 Removing intermediate container 8f57357f4566 17:22:21 ---> 2ca3b6b5e7e1 17:22:21 Step 21/26 : RUN apk --no-cache add curl 17:22:22 ---> Running in e3a4f27b3790 17:22:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:22:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:22:23 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:22:23 (2/3) Installing libcurl (7.69.1-r3) 17:22:23 (3/3) Installing curl (7.69.1-r3) 17:22:23 Executing busybox-1.31.1-r19.trigger 17:22:23 OK: 72 MiB in 58 packages 17:22:24 Removing intermediate container e3a4f27b3790 17:22:24 ---> 40bdf1564107 17:22:24 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 17:22:24 ---> Running in ac53ff5022b1 17:22:24 Removing intermediate container ac53ff5022b1 17:22:24 ---> b6e3d1d0ed87 17:22:24 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:22:24 ---> Running in f70af13c11dc 17:22:25 Removing intermediate container f70af13c11dc 17:22:25 ---> 49f0e059d4c4 17:22:25 Step 24/26 : LABEL arch=x86_64 17:22:25 ---> Running in c1f2f5658d3b 17:22:25 Removing intermediate container c1f2f5658d3b 17:22:25 ---> 82c6f61d6aff 17:22:25 Step 25/26 : LABEL git_sha=250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:22:25 ---> Running in c1076a09a5e0 17:22:26 Removing intermediate container c1076a09a5e0 17:22:26 ---> 78a06ebcd631 17:22:26 Step 26/26 : LABEL version=2.0.0-dev.45 17:22:26 ---> Running in 5ce9e0f540e1 17:22:26 Removing intermediate container 5ce9e0f540e1 17:22:26 ---> 3dcd7c9a414f 17:22:26 17:22:26 Successfully built 3dcd7c9a414f 17:22:26 Successfully tagged docker-sys-mgmt-agent-go:latest 17:22:27  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 17:22:28 $ docker stop --time=1 549c974b042e295f01fee259e7dd9cba485d52d0eccbac008b6213923240a84f 17:22:29 $ docker rm -f 549c974b042e295f01fee259e7dd9cba485d52d0eccbac008b6213923240a84f [Pipeline] // withDockerContainer [Pipeline] sh 17:22:30 + docker images 17:22:30 + grep docker 17:22:30 docker-sys-mgmt-agent-go latest 3dcd7c9a414f 4 seconds ago 313MB 17:22:30 docker-support-notifications-go latest cb3293fc7014 49 seconds ago 12MB 17:22:30 docker-security-bootstrap-redis-go latest 7c6e8603a2b9 About a minute ago 15.8MB 17:22:30 docker-core-metadata-go latest 8e95d9cb7551 About a minute ago 13.1MB 17:22:30 docker-core-data-go latest 57e493e649dc 3 minutes ago 22.3MB 17:22:30 docker-security-secretstore-setup-go latest 3b07f463b926 3 minutes ago 24.6MB 17:22:30 docker-security-proxy-setup-go latest de94a2dc2573 3 minutes ago 24.4MB 17:22:30 docker-core-command-go latest ae77ee73b63d 3 minutes ago 10.6MB 17:22:30 docker-support-scheduler-go latest aaa9f2d1cce5 3 minutes ago 10.7MB 17:22:30 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 17:22:31 provisioning config files... 17:22:31 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/304@tmp/config8731954218492901385tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:22:32 ---> docker-login.sh 17:22:32 nexus3.edgexfoundry.org:10001 17:22:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:22:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:22:32 Configure a credential helper to remove this warning. See 17:22:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:22:32 17:22:32 Login Succeeded 17:22:32 nexus3.edgexfoundry.org:10002 17:22:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:22:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:22:33 Configure a credential helper to remove this warning. See 17:22:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:22:33 17:22:33 Login Succeeded 17:22:33 nexus3.edgexfoundry.org:10003 17:22:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:22:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:22:33 Configure a credential helper to remove this warning. See 17:22:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:22:33 17:22:33 Login Succeeded 17:22:33 nexus3.edgexfoundry.org:10004 17:22:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:22:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:22:34 Configure a credential helper to remove this warning. See 17:22:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:22:34 17:22:34 Login Succeeded 17:22:34 docker.io 17:22:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:22:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:22:34 Configure a credential helper to remove this warning. See 17:22:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:22:34 17:22:34 Login Succeeded 17:22:34 ---> docker-login.sh ends [Pipeline] } 17:22:34 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:22:34 [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: 17:22:34 250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:22:34 2.0.0-dev.45 17:22:34 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:22:34 master 17:22:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:22:35 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c [Pipeline] isUnix [Pipeline] sh 17:22:35 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:22:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 17:22:35 b2136f269b90: Preparing 17:22:35 c2e8c253d100: Preparing 17:22:35 07546aaa408b: Preparing 17:22:36 b2136f269b90: Pushed 17:22:36 07546aaa408b: Pushed 17:22:37 c2e8c253d100: Pushed 17:22:38 250a43ed1e9b8198fb10735cc1ab2371f89d298c: digest: sha256:ebee125832b378d211624ca85b925c79ff929a4d7e8c86cd65da4590ad4a9947 size: 943 [Pipeline] isUnix [Pipeline] sh 17:22:38 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh 17:22:39 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.45 17:22:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 17:22:39 b2136f269b90: Preparing 17:22:39 c2e8c253d100: Preparing 17:22:39 07546aaa408b: Preparing 17:22:39 b2136f269b90: Layer already exists 17:22:39 07546aaa408b: Layer already exists 17:22:39 c2e8c253d100: Layer already exists 17:22:39 2.0.0-dev.45: digest: sha256:ebee125832b378d211624ca85b925c79ff929a4d7e8c86cd65da4590ad4a9947 size: 943 [Pipeline] isUnix [Pipeline] sh 17:22:40 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh 17:22:40 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:22:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 17:22:40 b2136f269b90: Preparing 17:22:40 c2e8c253d100: Preparing 17:22:40 07546aaa408b: Preparing 17:22:40 b2136f269b90: Layer already exists 17:22:40 07546aaa408b: Layer already exists 17:22:40 c2e8c253d100: Layer already exists 17:22:40 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45: digest: sha256:ebee125832b378d211624ca85b925c79ff929a4d7e8c86cd65da4590ad4a9947 size: 943 [Pipeline] isUnix [Pipeline] sh 17:22:41 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh 17:22:41 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master 17:22:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 17:22:41 b2136f269b90: Preparing 17:22:41 c2e8c253d100: Preparing 17:22:41 07546aaa408b: Preparing 17:22:41 07546aaa408b: Layer already exists 17:22:41 b2136f269b90: Layer already exists 17:22:41 c2e8c253d100: Layer already exists 17:22:41 master: digest: sha256:ebee125832b378d211624ca85b925c79ff929a4d7e8c86cd65da4590ad4a9947 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:22:41 ===================================================== [Pipeline] echo 17:22:41 taggedImages: 17:22:41 - nexus3.edgexfoundry.org:10004/docker-core-command-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:22:41 - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.45 17:22:41 - nexus3.edgexfoundry.org:10004/docker-core-command-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:22:41 - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo 17:22:42 [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: 17:22:42 250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:22:42 2.0.0-dev.45 17:22:42 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:22:42 master 17:22:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:22:42 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c [Pipeline] isUnix [Pipeline] sh 17:22:42 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:22:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 17:22:42 7447a22a460b: Preparing 17:22:42 9a141c35cdf1: Preparing 17:22:42 07546aaa408b: Preparing 17:22:42 a5432afba15b: Preparing 17:22:42 4759e3e29747: Preparing 17:22:42 777b2c648970: Preparing 17:22:42 777b2c648970: Waiting 17:22:42 07546aaa408b: Layer already exists 17:22:43 777b2c648970: Layer already exists 17:22:43 4759e3e29747: Pushed 17:22:43 7447a22a460b: Pushed 17:22:43 a5432afba15b: Pushed 17:22:46 9a141c35cdf1: Pushed 17:22:46 250a43ed1e9b8198fb10735cc1ab2371f89d298c: digest: sha256:6a6543f69d0596b2908fb6063a3c16648df3baacb20f65609b2d7e07b00d0c1e size: 1572 [Pipeline] isUnix [Pipeline] sh 17:22:46 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh 17:22:47 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.45 17:22:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 17:22:47 7447a22a460b: Preparing 17:22:47 9a141c35cdf1: Preparing 17:22:47 07546aaa408b: Preparing 17:22:47 a5432afba15b: Preparing 17:22:47 4759e3e29747: Preparing 17:22:47 777b2c648970: Preparing 17:22:47 777b2c648970: Waiting 17:22:47 4759e3e29747: Layer already exists 17:22:47 9a141c35cdf1: Layer already exists 17:22:47 7447a22a460b: Layer already exists 17:22:47 07546aaa408b: Layer already exists 17:22:47 a5432afba15b: Layer already exists 17:22:47 777b2c648970: Layer already exists 17:22:47 2.0.0-dev.45: digest: sha256:6a6543f69d0596b2908fb6063a3c16648df3baacb20f65609b2d7e07b00d0c1e size: 1572 [Pipeline] isUnix [Pipeline] sh 17:22:48 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh 17:22:48 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:22:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 17:22:48 7447a22a460b: Preparing 17:22:48 9a141c35cdf1: Preparing 17:22:48 07546aaa408b: Preparing 17:22:48 a5432afba15b: Preparing 17:22:48 4759e3e29747: Preparing 17:22:48 777b2c648970: Preparing 17:22:48 777b2c648970: Waiting 17:22:48 a5432afba15b: Layer already exists 17:22:48 7447a22a460b: Layer already exists 17:22:48 07546aaa408b: Layer already exists 17:22:48 9a141c35cdf1: Layer already exists 17:22:48 4759e3e29747: Layer already exists 17:22:48 777b2c648970: Layer already exists 17:22:48 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45: digest: sha256:6a6543f69d0596b2908fb6063a3c16648df3baacb20f65609b2d7e07b00d0c1e size: 1572 [Pipeline] isUnix [Pipeline] sh 17:22:49 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh 17:22:49 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master 17:22:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 17:22:49 7447a22a460b: Preparing 17:22:49 9a141c35cdf1: Preparing 17:22:49 07546aaa408b: Preparing 17:22:49 a5432afba15b: Preparing 17:22:49 4759e3e29747: Preparing 17:22:49 777b2c648970: Preparing 17:22:49 777b2c648970: Waiting 17:22:49 4759e3e29747: Layer already exists 17:22:49 a5432afba15b: Layer already exists 17:22:49 7447a22a460b: Layer already exists 17:22:49 9a141c35cdf1: Layer already exists 17:22:49 07546aaa408b: Layer already exists 17:22:49 777b2c648970: Layer already exists 17:22:49 master: digest: sha256:6a6543f69d0596b2908fb6063a3c16648df3baacb20f65609b2d7e07b00d0c1e size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:22:49 ===================================================== [Pipeline] echo 17:22:49 taggedImages: 17:22:49 - nexus3.edgexfoundry.org:10004/docker-core-data-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:22:49 - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.45 17:22:49 - nexus3.edgexfoundry.org:10004/docker-core-data-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:22:49 - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo 17:22:50 [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: 17:22:50 250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:22:50 2.0.0-dev.45 17:22:50 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:22:50 master 17:22:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:22:50 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c [Pipeline] isUnix [Pipeline] sh 17:22:51 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:22:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 17:22:51 522c5de4ecf2: Preparing 17:22:51 8866158a717d: Preparing 17:22:51 07546aaa408b: Preparing 17:22:51 07546aaa408b: Layer already exists 17:22:51 522c5de4ecf2: Pushed 17:22:53 8866158a717d: Pushed 17:22:53 250a43ed1e9b8198fb10735cc1ab2371f89d298c: digest: sha256:a4a08b86e59510ff08bef53988f10baee3564bad159d23cf46c02a82735ea161 size: 943 [Pipeline] isUnix [Pipeline] sh 17:22:53 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh 17:22:54 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.45 17:22:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 17:22:54 522c5de4ecf2: Preparing 17:22:54 8866158a717d: Preparing 17:22:54 07546aaa408b: Preparing 17:22:54 07546aaa408b: Layer already exists 17:22:55 522c5de4ecf2: Layer already exists 17:22:55 8866158a717d: Layer already exists 17:22:55 2.0.0-dev.45: digest: sha256:a4a08b86e59510ff08bef53988f10baee3564bad159d23cf46c02a82735ea161 size: 943 [Pipeline] isUnix [Pipeline] sh 17:22:55 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh 17:22:55 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:22:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 17:22:56 522c5de4ecf2: Preparing 17:22:56 8866158a717d: Preparing 17:22:56 07546aaa408b: Preparing 17:22:56 522c5de4ecf2: Layer already exists 17:22:56 07546aaa408b: Layer already exists 17:22:56 8866158a717d: Layer already exists 17:22:56 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45: digest: sha256:a4a08b86e59510ff08bef53988f10baee3564bad159d23cf46c02a82735ea161 size: 943 [Pipeline] isUnix [Pipeline] sh 17:22:56 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh 17:22:56 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master 17:22:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 17:22:56 522c5de4ecf2: Preparing 17:22:56 8866158a717d: Preparing 17:22:56 07546aaa408b: Preparing 17:22:56 8866158a717d: Layer already exists 17:22:56 07546aaa408b: Layer already exists 17:22:56 522c5de4ecf2: Layer already exists 17:22:56 master: digest: sha256:a4a08b86e59510ff08bef53988f10baee3564bad159d23cf46c02a82735ea161 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:22:57 ===================================================== [Pipeline] echo 17:22:57 taggedImages: 17:22:57 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:22:57 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.45 17:22:57 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:22:57 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo 17:22:57 [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: 17:22:57 250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:22:57 2.0.0-dev.45 17:22:57 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:22:57 master 17:22:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:22:57 + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c [Pipeline] isUnix [Pipeline] sh 17:22:58 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:22:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] 17:22:58 ef0e9b9f6f4d: Preparing 17:22:58 bc5d90595818: Preparing 17:22:58 b200eb6176b0: Preparing 17:22:58 4cbba4df1b77: Preparing 17:22:58 07546aaa408b: Preparing 17:22:58 c43dd6793255: Preparing 17:22:58 777b2c648970: Preparing 17:22:58 c43dd6793255: Waiting 17:22:58 777b2c648970: Waiting 17:22:58 07546aaa408b: Layer already exists 17:22:58 ef0e9b9f6f4d: Pushed 17:22:58 b200eb6176b0: Pushed 17:22:58 bc5d90595818: Pushed 17:22:59 777b2c648970: Layer already exists 17:23:00 c43dd6793255: Pushed 17:23:00 4cbba4df1b77: Pushed 17:23:00 250a43ed1e9b8198fb10735cc1ab2371f89d298c: digest: sha256:b3a6a9b864cc6f99a28d85727df3ad0432b99740be62161db75b7b5e38cd558d size: 1778 [Pipeline] isUnix [Pipeline] sh 17:23:01 + 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 17:23:01 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.45 17:23:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] 17:23:01 ef0e9b9f6f4d: Preparing 17:23:01 bc5d90595818: Preparing 17:23:01 b200eb6176b0: Preparing 17:23:01 4cbba4df1b77: Preparing 17:23:01 07546aaa408b: Preparing 17:23:01 c43dd6793255: Preparing 17:23:01 777b2c648970: Preparing 17:23:01 777b2c648970: Waiting 17:23:01 c43dd6793255: Waiting 17:23:01 07546aaa408b: Layer already exists 17:23:01 bc5d90595818: Layer already exists 17:23:01 b200eb6176b0: Layer already exists 17:23:01 ef0e9b9f6f4d: Layer already exists 17:23:01 4cbba4df1b77: Layer already exists 17:23:01 777b2c648970: Layer already exists 17:23:01 c43dd6793255: Layer already exists 17:23:01 2.0.0-dev.45: digest: sha256:b3a6a9b864cc6f99a28d85727df3ad0432b99740be62161db75b7b5e38cd558d size: 1778 [Pipeline] isUnix [Pipeline] sh 17:23:02 + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh 17:23:02 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:23:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] 17:23:02 ef0e9b9f6f4d: Preparing 17:23:02 bc5d90595818: Preparing 17:23:02 b200eb6176b0: Preparing 17:23:02 4cbba4df1b77: Preparing 17:23:02 07546aaa408b: Preparing 17:23:02 c43dd6793255: Preparing 17:23:02 777b2c648970: Preparing 17:23:02 c43dd6793255: Waiting 17:23:02 777b2c648970: Waiting 17:23:02 bc5d90595818: Layer already exists 17:23:02 ef0e9b9f6f4d: Layer already exists 17:23:02 4cbba4df1b77: Layer already exists 17:23:02 b200eb6176b0: Layer already exists 17:23:02 07546aaa408b: Layer already exists 17:23:02 777b2c648970: Layer already exists 17:23:02 c43dd6793255: Layer already exists 17:23:02 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45: digest: sha256:b3a6a9b864cc6f99a28d85727df3ad0432b99740be62161db75b7b5e38cd558d size: 1778 [Pipeline] isUnix [Pipeline] sh 17:23:03 + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh 17:23:03 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master 17:23:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] 17:23:03 ef0e9b9f6f4d: Preparing 17:23:03 bc5d90595818: Preparing 17:23:03 b200eb6176b0: Preparing 17:23:03 4cbba4df1b77: Preparing 17:23:03 07546aaa408b: Preparing 17:23:03 c43dd6793255: Preparing 17:23:03 777b2c648970: Preparing 17:23:03 c43dd6793255: Waiting 17:23:03 777b2c648970: Waiting 17:23:03 b200eb6176b0: Layer already exists 17:23:03 ef0e9b9f6f4d: Layer already exists 17:23:03 4cbba4df1b77: Layer already exists 17:23:03 bc5d90595818: Layer already exists 17:23:03 07546aaa408b: Layer already exists 17:23:03 c43dd6793255: Layer already exists 17:23:03 777b2c648970: Layer already exists 17:23:03 master: digest: sha256:b3a6a9b864cc6f99a28d85727df3ad0432b99740be62161db75b7b5e38cd558d size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:23:03 ===================================================== [Pipeline] echo 17:23:04 taggedImages: 17:23:04 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:23:04 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.45 17:23:04 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:23:04 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo 17:23:04 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: 17:23:04 250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:23:04 2.0.0-dev.45 17:23:04 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:23:04 master 17:23:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:23:04 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c [Pipeline] isUnix [Pipeline] sh 17:23:04 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:23:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 17:23:04 306efad79f31: Preparing 17:23:04 f15d0798ed90: Preparing 17:23:04 64f5e886e611: Preparing 17:23:04 6d13b56a33a5: Preparing 17:23:04 a5f24ca2ee74: Preparing 17:23:04 777b2c648970: Preparing 17:23:04 777b2c648970: Waiting 17:23:05 64f5e886e611: Pushed 17:23:05 6d13b56a33a5: Pushed 17:23:05 777b2c648970: Layer already exists 17:23:05 a5f24ca2ee74: Pushed 17:23:06 306efad79f31: Pushed 17:23:07 f15d0798ed90: Pushed 17:23:07 250a43ed1e9b8198fb10735cc1ab2371f89d298c: digest: sha256:496ca134395ff12cdcb5cc2f975967604a59fee0bd294772acb61af89364d10d size: 1574 [Pipeline] isUnix [Pipeline] sh 17:23:08 + 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 17:23:08 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.45 17:23:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 17:23:08 306efad79f31: Preparing 17:23:08 f15d0798ed90: Preparing 17:23:08 64f5e886e611: Preparing 17:23:08 6d13b56a33a5: Preparing 17:23:08 a5f24ca2ee74: Preparing 17:23:08 777b2c648970: Preparing 17:23:08 777b2c648970: Waiting 17:23:08 6d13b56a33a5: Layer already exists 17:23:08 a5f24ca2ee74: Layer already exists 17:23:08 f15d0798ed90: Layer already exists 17:23:08 306efad79f31: Layer already exists 17:23:08 64f5e886e611: Layer already exists 17:23:08 777b2c648970: Layer already exists 17:23:08 2.0.0-dev.45: digest: sha256:496ca134395ff12cdcb5cc2f975967604a59fee0bd294772acb61af89364d10d size: 1574 [Pipeline] isUnix [Pipeline] sh 17:23:09 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh 17:23:09 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:23:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 17:23:09 306efad79f31: Preparing 17:23:09 f15d0798ed90: Preparing 17:23:09 64f5e886e611: Preparing 17:23:09 6d13b56a33a5: Preparing 17:23:09 a5f24ca2ee74: Preparing 17:23:09 777b2c648970: Preparing 17:23:09 777b2c648970: Waiting 17:23:09 f15d0798ed90: Layer already exists 17:23:09 64f5e886e611: Layer already exists 17:23:09 a5f24ca2ee74: Layer already exists 17:23:09 6d13b56a33a5: Layer already exists 17:23:09 306efad79f31: Layer already exists 17:23:09 777b2c648970: Layer already exists 17:23:09 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45: digest: sha256:496ca134395ff12cdcb5cc2f975967604a59fee0bd294772acb61af89364d10d size: 1574 [Pipeline] isUnix [Pipeline] sh 17:23:10 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh 17:23:10 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master 17:23:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 17:23:10 306efad79f31: Preparing 17:23:10 f15d0798ed90: Preparing 17:23:10 64f5e886e611: Preparing 17:23:10 6d13b56a33a5: Preparing 17:23:10 a5f24ca2ee74: Preparing 17:23:10 777b2c648970: Preparing 17:23:10 777b2c648970: Waiting 17:23:10 f15d0798ed90: Layer already exists 17:23:10 a5f24ca2ee74: Layer already exists 17:23:10 6d13b56a33a5: Layer already exists 17:23:10 64f5e886e611: Layer already exists 17:23:10 306efad79f31: Layer already exists 17:23:10 777b2c648970: Layer already exists 17:23:10 master: digest: sha256:496ca134395ff12cdcb5cc2f975967604a59fee0bd294772acb61af89364d10d size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:23:10 ===================================================== [Pipeline] echo 17:23:11 taggedImages: 17:23:11 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:23:11 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.45 17:23:11 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:23:11 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo 17:23:11 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: 17:23:11 250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:23:11 2.0.0-dev.45 17:23:11 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:23:11 master 17:23:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:23:11 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c [Pipeline] isUnix [Pipeline] sh 17:23:12 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:23:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 17:23:12 8e0c9efe94d3: Preparing 17:23:12 b163ec655d08: Preparing 17:23:12 4fb6c20ae4e8: Preparing 17:23:12 5f2a925a6b24: Preparing 17:23:12 54d3526f8dc6: Preparing 17:23:12 611d5fe7ee9d: Preparing 17:23:12 7395378d4296: Preparing 17:23:12 c43dd6793255: Preparing 17:23:12 777b2c648970: Preparing 17:23:12 7395378d4296: Waiting 17:23:12 c43dd6793255: Waiting 17:23:12 777b2c648970: Waiting 17:23:12 611d5fe7ee9d: Waiting 17:23:12 b163ec655d08: Pushed 17:23:12 54d3526f8dc6: Pushed 17:23:12 8e0c9efe94d3: Pushed 17:23:13 c43dd6793255: Layer already exists 17:23:13 777b2c648970: Layer already exists 17:23:13 611d5fe7ee9d: Pushed 17:23:13 7395378d4296: Pushed 17:23:14 5f2a925a6b24: Pushed 17:23:14 4fb6c20ae4e8: Pushed 17:23:14 250a43ed1e9b8198fb10735cc1ab2371f89d298c: digest: sha256:d82c25fa2f76f9c18e82d8cabfa4d25a2a2760409bf1bb68eed5ac74f9d3bac8 size: 2198 [Pipeline] isUnix [Pipeline] sh 17:23:15 + 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 17:23:15 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.45 17:23:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 17:23:15 8e0c9efe94d3: Preparing 17:23:15 b163ec655d08: Preparing 17:23:15 4fb6c20ae4e8: Preparing 17:23:15 5f2a925a6b24: Preparing 17:23:15 54d3526f8dc6: Preparing 17:23:15 611d5fe7ee9d: Preparing 17:23:15 7395378d4296: Preparing 17:23:15 c43dd6793255: Preparing 17:23:15 777b2c648970: Preparing 17:23:15 611d5fe7ee9d: Waiting 17:23:15 7395378d4296: Waiting 17:23:15 c43dd6793255: Waiting 17:23:15 777b2c648970: Waiting 17:23:16 4fb6c20ae4e8: Layer already exists 17:23:16 5f2a925a6b24: Layer already exists 17:23:16 8e0c9efe94d3: Layer already exists 17:23:16 b163ec655d08: Layer already exists 17:23:16 54d3526f8dc6: Layer already exists 17:23:16 777b2c648970: Layer already exists 17:23:16 7395378d4296: Layer already exists 17:23:16 c43dd6793255: Layer already exists 17:23:16 611d5fe7ee9d: Layer already exists 17:23:16 2.0.0-dev.45: digest: sha256:d82c25fa2f76f9c18e82d8cabfa4d25a2a2760409bf1bb68eed5ac74f9d3bac8 size: 2198 [Pipeline] isUnix [Pipeline] sh 17:23:16 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh 17:23:17 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:23:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 17:23:17 8e0c9efe94d3: Preparing 17:23:17 b163ec655d08: Preparing 17:23:17 4fb6c20ae4e8: Preparing 17:23:17 5f2a925a6b24: Preparing 17:23:17 54d3526f8dc6: Preparing 17:23:17 611d5fe7ee9d: Preparing 17:23:17 7395378d4296: Preparing 17:23:17 c43dd6793255: Preparing 17:23:17 777b2c648970: Preparing 17:23:17 611d5fe7ee9d: Waiting 17:23:17 c43dd6793255: Waiting 17:23:17 777b2c648970: Waiting 17:23:17 7395378d4296: Waiting 17:23:17 8e0c9efe94d3: Layer already exists 17:23:17 4fb6c20ae4e8: Layer already exists 17:23:17 5f2a925a6b24: Layer already exists 17:23:17 54d3526f8dc6: Layer already exists 17:23:17 b163ec655d08: Layer already exists 17:23:17 7395378d4296: Layer already exists 17:23:17 777b2c648970: Layer already exists 17:23:17 c43dd6793255: Layer already exists 17:23:17 611d5fe7ee9d: Layer already exists 17:23:17 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45: digest: sha256:d82c25fa2f76f9c18e82d8cabfa4d25a2a2760409bf1bb68eed5ac74f9d3bac8 size: 2198 [Pipeline] isUnix [Pipeline] sh 17:23:17 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh 17:23:18 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master 17:23:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 17:23:18 8e0c9efe94d3: Preparing 17:23:18 b163ec655d08: Preparing 17:23:18 4fb6c20ae4e8: Preparing 17:23:18 5f2a925a6b24: Preparing 17:23:18 54d3526f8dc6: Preparing 17:23:18 611d5fe7ee9d: Preparing 17:23:18 7395378d4296: Preparing 17:23:18 c43dd6793255: Preparing 17:23:18 777b2c648970: Preparing 17:23:18 611d5fe7ee9d: Waiting 17:23:18 7395378d4296: Waiting 17:23:18 c43dd6793255: Waiting 17:23:18 777b2c648970: Waiting 17:23:19 54d3526f8dc6: Layer already exists 17:23:19 b163ec655d08: Layer already exists 17:23:19 8e0c9efe94d3: Layer already exists 17:23:19 4fb6c20ae4e8: Layer already exists 17:23:19 5f2a925a6b24: Layer already exists 17:23:19 c43dd6793255: Layer already exists 17:23:19 611d5fe7ee9d: Layer already exists 17:23:19 7395378d4296: Layer already exists 17:23:19 777b2c648970: Layer already exists 17:23:19 master: digest: sha256:d82c25fa2f76f9c18e82d8cabfa4d25a2a2760409bf1bb68eed5ac74f9d3bac8 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:23:19 ===================================================== [Pipeline] echo 17:23:19 taggedImages: 17:23:19 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:23:19 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.45 17:23:19 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:23:19 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo 17:23:19 [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: 17:23:19 250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:23:19 2.0.0-dev.45 17:23:19 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:23:19 master 17:23:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:23:20 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c [Pipeline] isUnix [Pipeline] sh 17:23:20 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:23:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 17:23:20 69dd1787e591: Preparing 17:23:20 b121c9ae6da2: Preparing 17:23:20 07546aaa408b: Preparing 17:23:20 7abec25acadd: Preparing 17:23:20 c90d81a97686: Preparing 17:23:20 cdfe3d8503a2: Preparing 17:23:20 cdfe3d8503a2: Waiting 17:23:21 07546aaa408b: Layer already exists 17:23:21 69dd1787e591: Pushed 17:23:21 7abec25acadd: Pushed 17:23:21 c90d81a97686: Pushed 17:23:21 cdfe3d8503a2: Pushed 17:23:23 b121c9ae6da2: Pushed 17:23:23 250a43ed1e9b8198fb10735cc1ab2371f89d298c: digest: sha256:5ca562f19162eac97d86ab8fc6857c994d716f8a34f61ad5949bdaad9d9a28fd size: 1573 [Pipeline] isUnix [Pipeline] sh 17:23:23 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh 17:23:24 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.45 17:23:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 17:23:24 69dd1787e591: Preparing 17:23:24 b121c9ae6da2: Preparing 17:23:24 07546aaa408b: Preparing 17:23:24 7abec25acadd: Preparing 17:23:24 c90d81a97686: Preparing 17:23:24 cdfe3d8503a2: Preparing 17:23:24 cdfe3d8503a2: Waiting 17:23:24 c90d81a97686: Layer already exists 17:23:24 7abec25acadd: Layer already exists 17:23:24 69dd1787e591: Layer already exists 17:23:24 b121c9ae6da2: Layer already exists 17:23:24 07546aaa408b: Layer already exists 17:23:24 cdfe3d8503a2: Layer already exists 17:23:25 2.0.0-dev.45: digest: sha256:5ca562f19162eac97d86ab8fc6857c994d716f8a34f61ad5949bdaad9d9a28fd size: 1573 [Pipeline] isUnix [Pipeline] sh 17:23:25 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh 17:23:25 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:23:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 17:23:26 69dd1787e591: Preparing 17:23:26 b121c9ae6da2: Preparing 17:23:26 07546aaa408b: Preparing 17:23:26 7abec25acadd: Preparing 17:23:26 c90d81a97686: Preparing 17:23:26 cdfe3d8503a2: Preparing 17:23:26 cdfe3d8503a2: Waiting 17:23:26 69dd1787e591: Layer already exists 17:23:26 7abec25acadd: Layer already exists 17:23:26 b121c9ae6da2: Layer already exists 17:23:26 07546aaa408b: Layer already exists 17:23:26 c90d81a97686: Layer already exists 17:23:26 cdfe3d8503a2: Layer already exists 17:23:26 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45: digest: sha256:5ca562f19162eac97d86ab8fc6857c994d716f8a34f61ad5949bdaad9d9a28fd size: 1573 [Pipeline] isUnix [Pipeline] sh 17:23:26 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh 17:23:26 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master 17:23:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 17:23:26 69dd1787e591: Preparing 17:23:26 b121c9ae6da2: Preparing 17:23:26 07546aaa408b: Preparing 17:23:26 7abec25acadd: Preparing 17:23:26 c90d81a97686: Preparing 17:23:26 cdfe3d8503a2: Preparing 17:23:26 cdfe3d8503a2: Waiting 17:23:26 69dd1787e591: Layer already exists 17:23:26 c90d81a97686: Layer already exists 17:23:26 7abec25acadd: Layer already exists 17:23:26 b121c9ae6da2: Layer already exists 17:23:26 07546aaa408b: Layer already exists 17:23:26 cdfe3d8503a2: Layer already exists 17:23:27 master: digest: sha256:5ca562f19162eac97d86ab8fc6857c994d716f8a34f61ad5949bdaad9d9a28fd size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:23:27 ===================================================== [Pipeline] echo 17:23:27 taggedImages: 17:23:27 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:23:27 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.45 17:23:27 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:23:27 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo 17:23:27 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: 17:23:27 250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:23:27 2.0.0-dev.45 17:23:27 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:23:27 master 17:23:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:23:27 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c [Pipeline] isUnix [Pipeline] sh 17:23:28 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:23:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 17:23:28 66734f9a2250: Preparing 17:23:28 9b67b2007221: Preparing 17:23:28 07546aaa408b: Preparing 17:23:28 07546aaa408b: Layer already exists 17:23:29 66734f9a2250: Pushed 17:23:30 9b67b2007221: Pushed 17:23:30 250a43ed1e9b8198fb10735cc1ab2371f89d298c: digest: sha256:9f993e70faf2f7d5c0af923a6c77b6292360a82d49b2a2c2931781e4d29930a3 size: 943 [Pipeline] isUnix [Pipeline] sh 17:23:31 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh 17:23:31 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.45 17:23:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 17:23:31 66734f9a2250: Preparing 17:23:31 9b67b2007221: Preparing 17:23:31 07546aaa408b: Preparing 17:23:31 07546aaa408b: Layer already exists 17:23:31 66734f9a2250: Layer already exists 17:23:31 9b67b2007221: Layer already exists 17:23:31 2.0.0-dev.45: digest: sha256:9f993e70faf2f7d5c0af923a6c77b6292360a82d49b2a2c2931781e4d29930a3 size: 943 [Pipeline] isUnix [Pipeline] sh 17:23:31 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh 17:23:32 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:23:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 17:23:32 66734f9a2250: Preparing 17:23:32 9b67b2007221: Preparing 17:23:32 07546aaa408b: Preparing 17:23:32 9b67b2007221: Layer already exists 17:23:32 07546aaa408b: Layer already exists 17:23:32 66734f9a2250: Layer already exists 17:23:32 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45: digest: sha256:9f993e70faf2f7d5c0af923a6c77b6292360a82d49b2a2c2931781e4d29930a3 size: 943 [Pipeline] isUnix [Pipeline] sh 17:23:32 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh 17:23:32 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master 17:23:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 17:23:32 66734f9a2250: Preparing 17:23:32 9b67b2007221: Preparing 17:23:32 07546aaa408b: Preparing 17:23:32 07546aaa408b: Layer already exists 17:23:32 66734f9a2250: Layer already exists 17:23:32 9b67b2007221: Layer already exists 17:23:32 master: digest: sha256:9f993e70faf2f7d5c0af923a6c77b6292360a82d49b2a2c2931781e4d29930a3 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:23:33 ===================================================== [Pipeline] echo 17:23:33 taggedImages: 17:23:33 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:23:33 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.45 17:23:33 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:23:33 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo 17:23:33 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: 17:23:33 250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:23:33 2.0.0-dev.45 17:23:33 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:23:33 master 17:23:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:23:33 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c [Pipeline] isUnix [Pipeline] sh 17:23:34 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:23:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 17:23:34 33afc03762ce: Preparing 17:23:34 e76d35e21ed6: Preparing 17:23:34 5b085ab6bda1: Preparing 17:23:34 a66b99f17e8e: Preparing 17:23:34 c1935eee77b7: Preparing 17:23:34 7e4c3e703dcc: Preparing 17:23:34 32eaabf7ec7a: Preparing 17:23:34 0754057c0ad3: Preparing 17:23:34 998cdf262ab1: Preparing 17:23:34 02e56110abd2: Preparing 17:23:34 abc36efb885a: Preparing 17:23:34 b0b09059f4e1: Preparing 17:23:34 bb961f40224b: Preparing 17:23:34 f4666769fca7: Preparing 17:23:34 998cdf262ab1: Waiting 17:23:34 02e56110abd2: Waiting 17:23:34 abc36efb885a: Waiting 17:23:34 b0b09059f4e1: Waiting 17:23:34 7e4c3e703dcc: Waiting 17:23:34 bb961f40224b: Waiting 17:23:34 f4666769fca7: Waiting 17:23:34 32eaabf7ec7a: Waiting 17:23:34 0754057c0ad3: Waiting 17:23:34 c1935eee77b7: Pushed 17:23:34 33afc03762ce: Pushed 17:23:35 a66b99f17e8e: Pushed 17:23:35 0754057c0ad3: Layer already exists 17:23:35 998cdf262ab1: Layer already exists 17:23:35 32eaabf7ec7a: Pushed 17:23:35 02e56110abd2: Layer already exists 17:23:35 abc36efb885a: Layer already exists 17:23:35 e76d35e21ed6: Pushed 17:23:35 b0b09059f4e1: Layer already exists 17:23:35 bb961f40224b: Layer already exists 17:23:35 f4666769fca7: Layer already exists 17:23:36 7e4c3e703dcc: Pushed 17:23:42 5b085ab6bda1: Pushed 17:23:42 250a43ed1e9b8198fb10735cc1ab2371f89d298c: digest: sha256:631ef0f298506ddcd2d6df799fc8e4a0313af3b9d00ef05b8a27359a4aa1c4d5 size: 3252 [Pipeline] isUnix [Pipeline] sh 17:23:42 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh 17:23:43 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.45 17:23:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 17:23:43 33afc03762ce: Preparing 17:23:43 e76d35e21ed6: Preparing 17:23:43 5b085ab6bda1: Preparing 17:23:43 a66b99f17e8e: Preparing 17:23:43 c1935eee77b7: Preparing 17:23:43 7e4c3e703dcc: Preparing 17:23:43 32eaabf7ec7a: Preparing 17:23:43 0754057c0ad3: Preparing 17:23:43 998cdf262ab1: Preparing 17:23:43 02e56110abd2: Preparing 17:23:43 abc36efb885a: Preparing 17:23:43 b0b09059f4e1: Preparing 17:23:43 bb961f40224b: Preparing 17:23:43 f4666769fca7: Preparing 17:23:43 0754057c0ad3: Waiting 17:23:43 998cdf262ab1: Waiting 17:23:43 02e56110abd2: Waiting 17:23:43 abc36efb885a: Waiting 17:23:43 b0b09059f4e1: Waiting 17:23:43 bb961f40224b: Waiting 17:23:43 f4666769fca7: Waiting 17:23:43 7e4c3e703dcc: Waiting 17:23:43 32eaabf7ec7a: Waiting 17:23:43 33afc03762ce: Layer already exists 17:23:43 5b085ab6bda1: Layer already exists 17:23:43 c1935eee77b7: Layer already exists 17:23:43 e76d35e21ed6: Layer already exists 17:23:43 a66b99f17e8e: Layer already exists 17:23:43 32eaabf7ec7a: Layer already exists 17:23:43 02e56110abd2: Layer already exists 17:23:43 7e4c3e703dcc: Layer already exists 17:23:43 998cdf262ab1: Layer already exists 17:23:43 0754057c0ad3: Layer already exists 17:23:43 bb961f40224b: Layer already exists 17:23:43 abc36efb885a: Layer already exists 17:23:43 b0b09059f4e1: Layer already exists 17:23:43 f4666769fca7: Layer already exists 17:23:43 2.0.0-dev.45: digest: sha256:631ef0f298506ddcd2d6df799fc8e4a0313af3b9d00ef05b8a27359a4aa1c4d5 size: 3252 [Pipeline] isUnix [Pipeline] sh 17:23:44 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh 17:23:44 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:23:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 17:23:44 33afc03762ce: Preparing 17:23:44 e76d35e21ed6: Preparing 17:23:44 5b085ab6bda1: Preparing 17:23:44 a66b99f17e8e: Preparing 17:23:44 c1935eee77b7: Preparing 17:23:44 7e4c3e703dcc: Preparing 17:23:44 32eaabf7ec7a: Preparing 17:23:44 0754057c0ad3: Preparing 17:23:44 998cdf262ab1: Preparing 17:23:44 02e56110abd2: Preparing 17:23:44 abc36efb885a: Preparing 17:23:44 b0b09059f4e1: Preparing 17:23:44 bb961f40224b: Preparing 17:23:44 f4666769fca7: Preparing 17:23:44 7e4c3e703dcc: Waiting 17:23:44 32eaabf7ec7a: Waiting 17:23:44 0754057c0ad3: Waiting 17:23:44 998cdf262ab1: Waiting 17:23:44 02e56110abd2: Waiting 17:23:44 abc36efb885a: Waiting 17:23:44 b0b09059f4e1: Waiting 17:23:44 bb961f40224b: Waiting 17:23:44 f4666769fca7: Waiting 17:23:44 5b085ab6bda1: Layer already exists 17:23:44 e76d35e21ed6: Layer already exists 17:23:44 33afc03762ce: Layer already exists 17:23:44 a66b99f17e8e: Layer already exists 17:23:44 c1935eee77b7: Layer already exists 17:23:44 7e4c3e703dcc: Layer already exists 17:23:44 02e56110abd2: Layer already exists 17:23:44 0754057c0ad3: Layer already exists 17:23:44 32eaabf7ec7a: Layer already exists 17:23:44 998cdf262ab1: Layer already exists 17:23:44 abc36efb885a: Layer already exists 17:23:44 f4666769fca7: Layer already exists 17:23:44 bb961f40224b: Layer already exists 17:23:44 b0b09059f4e1: Layer already exists 17:23:44 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45: digest: sha256:631ef0f298506ddcd2d6df799fc8e4a0313af3b9d00ef05b8a27359a4aa1c4d5 size: 3252 [Pipeline] isUnix [Pipeline] sh 17:23:45 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh 17:23:45 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master 17:23:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 17:23:45 33afc03762ce: Preparing 17:23:45 e76d35e21ed6: Preparing 17:23:45 5b085ab6bda1: Preparing 17:23:45 a66b99f17e8e: Preparing 17:23:45 c1935eee77b7: Preparing 17:23:45 7e4c3e703dcc: Preparing 17:23:45 32eaabf7ec7a: Preparing 17:23:45 0754057c0ad3: Preparing 17:23:45 998cdf262ab1: Preparing 17:23:45 02e56110abd2: Preparing 17:23:45 abc36efb885a: Preparing 17:23:45 b0b09059f4e1: Preparing 17:23:45 bb961f40224b: Preparing 17:23:45 f4666769fca7: Preparing 17:23:45 7e4c3e703dcc: Waiting 17:23:45 32eaabf7ec7a: Waiting 17:23:45 0754057c0ad3: Waiting 17:23:45 998cdf262ab1: Waiting 17:23:45 02e56110abd2: Waiting 17:23:45 abc36efb885a: Waiting 17:23:45 b0b09059f4e1: Waiting 17:23:45 bb961f40224b: Waiting 17:23:45 f4666769fca7: Waiting 17:23:45 c1935eee77b7: Layer already exists 17:23:45 5b085ab6bda1: Layer already exists 17:23:45 e76d35e21ed6: Layer already exists 17:23:45 a66b99f17e8e: Layer already exists 17:23:45 33afc03762ce: Layer already exists 17:23:45 0754057c0ad3: Layer already exists 17:23:45 32eaabf7ec7a: Layer already exists 17:23:45 7e4c3e703dcc: Layer already exists 17:23:45 998cdf262ab1: Layer already exists 17:23:45 02e56110abd2: Layer already exists 17:23:45 bb961f40224b: Layer already exists 17:23:45 abc36efb885a: Layer already exists 17:23:45 f4666769fca7: Layer already exists 17:23:45 b0b09059f4e1: Layer already exists 17:23:45 master: digest: sha256:631ef0f298506ddcd2d6df799fc8e4a0313af3b9d00ef05b8a27359a4aa1c4d5 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:23:46 ===================================================== [Pipeline] echo 17:23:46 taggedImages: 17:23:46 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c 17:23:46 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.45 17:23:46 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 17:23:46 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 17:23:47 provisioning config files... 17:23:47 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/304@tmp/config4052138620250842204tmp [Pipeline] { [Pipeline] sh 17:23:48 + set +x 17:23:48 + curl -s https://codecov.io/bash 17:23:48 + bash -s -- 17:23:48 17:23:48 _____ _ 17:23:48 / ____| | | 17:23:48 | | ___ __| | ___ ___ _____ __ 17:23:48 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:23:48 | |___| (_) | (_| | __/ (_| (_) \ V / 17:23:48 \_____\___/ \__,_|\___|\___\___/ \_/ 17:23:48 Bash-20210115-cec3c92 17:23:48 17:23:48 17:23:48 ==> git version 2.24.3 found 17:23:48 ==> 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 17:23:48 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 17:23:48 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 17:23:48 ==> Jenkins CI detected. 17:23:48 project root: . 17:23:48 --> token set from env 17:23:48 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:23:49 ==> Running gcov in . (disable via -X gcov) 17:23:49 ==> Python coveragepy not found 17:23:49 ==> Searching for coverage reports in: 17:23:49 + . 17:23:49 -> Found 1 reports 17:23:49 ==> Detecting git/mercurial file structure 17:23:49 ==> Reading reports 17:23:49 + ./coverage.out bytes=550280 17:23:49 ==> Appending adjustments 17:23:49 https://docs.codecov.io/docs/fixing-reports 17:23:54 + Found adjustments 17:23:54 ==> Gzipping contents 17:23:55 84K /tmp/codecov.oKERvf.gz 17:23:55 ==> Uploading reports 17:23:55 url: https://codecov.io 17:23:55 query: branch=master&commit=250a43ed1e9b8198fb10735cc1ab2371f89d298c&build=304&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F304%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 17:23:55 -> Pinging Codecov 17:23:55 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=250a43ed1e9b8198fb10735cc1ab2371f89d298c&build=304&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F304%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 17:23:55 -> Uploading to 17:23:55 https://storage.googleapis.com/codecov/v4/raw/2021-01-19/00271124DB129430A58F1EEE437C3FCB/250a43ed1e9b8198fb10735cc1ab2371f89d298c/977fda35-5b4f-4035-9b76-6f1f6b8e8e3a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T172355Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=17d09475fce4b8b3ded7bcb9e8e46718738fbbeecfe53cd87bc2b3ce3e0da4fc 17:23:55 % Total % Received % Xferd Average Speed Time Time Time Current 17:23:55 Dload Upload Total Spent Left Speed 17:23:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83305 0 0 100 83305 0 150k --:--:-- --:--:-- --:--:-- 150k 17:23:56 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/250a43ed1e9b8198fb10735cc1ab2371f89d298c [Pipeline] } 17:23:56 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 17:23:57 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 17:23:57 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:23:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:23:58 17:23:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 17:23:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:23:59 1.410.4: Pulling from edgex-devops/edgex-snyk-go 17:23:59 188c0c94c7c5: Already exists 17:23:59 0ef7d3d256c8: Already exists 17:23:59 de9db76c5a1d: Already exists 17:23:59 0eba1c9be4d2: Pulling fs layer 17:23:59 0d57e429df01: Pulling fs layer 17:23:59 4e4be7b47b0d: Pulling fs layer 17:23:59 e1f770b5df2f: Pulling fs layer 17:23:59 85a0685a4137: Pulling fs layer 17:23:59 e1f770b5df2f: Waiting 17:23:59 85a0685a4137: Waiting 17:23:59 4e4be7b47b0d: Verifying Checksum 17:23:59 4e4be7b47b0d: Download complete 17:23:59 0d57e429df01: Verifying Checksum 17:23:59 0d57e429df01: Download complete 17:24:01 e1f770b5df2f: Verifying Checksum 17:24:01 e1f770b5df2f: Download complete 17:24:07 0eba1c9be4d2: Verifying Checksum 17:24:07 0eba1c9be4d2: Download complete 17:24:10 85a0685a4137: Verifying Checksum 17:24:10 85a0685a4137: Download complete 17:24:18 0eba1c9be4d2: Pull complete 17:24:18 0d57e429df01: Pull complete 17:24:18 4e4be7b47b0d: Pull complete 17:24:22 e1f770b5df2f: Pull complete 17:24:35 85a0685a4137: Pull complete 17:24:35 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 17:24:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:24:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 17:24:36 prd-centos7-docker-4c-2g-21223 does not seem to be running inside a container 17:24:36 $ 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/304 -v /w/workspace/edgex-go/304:/w/workspace/edgex-go/304:rw,z -v /w/workspace/edgex-go/304@tmp:/w/workspace/edgex-go/304@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-snyk-go:1.410.4 cat 17:24:38 $ docker top 1aeba132045d19003118a054ca737143bc1d5449e683969f18110e5a9611dbb3 -eo pid,comm [Pipeline] { [Pipeline] echo 17:24:39 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 17:24:40 + set -o pipefail 17:24:40 + snyk monitor '--org=edgex-jenkins' 17:24:54 17:24:54 Monitoring /w/workspace/edgex-go/304 (github.com/edgexfoundry/edgex-go)... 17:24:54 17:24:54 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/18044a8b-11af-4772-87c9-c8c00dcab0ae 17:24:54 17:24:54 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:24:54 17:24:54 [Pipeline] } 17:24:54 $ docker stop --time=1 1aeba132045d19003118a054ca737143bc1d5449e683969f18110e5a9611dbb3 17:24:57 $ docker rm -f 1aeba132045d19003118a054ca737143bc1d5449e683969f18110e5a9611dbb3 [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 17:24:58 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:24:58 provisioning config files... 17:24:58 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/304@tmp/config4729203807445554215tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:24:59 --> edgex-publish-swagger.sh 17:24:59 === Publish openapi/v1 API === 17:24:59 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 17:24:59 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/304/openapi/v1/core-command.yaml] 17:24:59 % Total % Received % Xferd Average Speed Time Time Time Current 17:24:59 Dload Upload Total Spent Left Speed 17:25:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 9345 0:00:01 0:00:01 --:--:-- 9361 100 10522 0 0 100 10522 0 9342 0:00:01 0:00:01 --:--:-- 9352 17:25:00 17:25:00 17:25:00 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/304/openapi/v1/core-data.yaml] 17:25:00 % Total % Received % Xferd Average Speed Time Time Time Current 17:25:00 Dload Upload Total Spent Left Speed 17:25:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 26788 0:00:01 0:00:01 --:--:-- 26795 100 32557 0 0 100 32557 0 26782 0:00:01 0:00:01 --:--:-- 26795 17:25:01 17:25:01 17:25:01 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/304/openapi/v1/core-metadata.yaml] 17:25:01 % Total % Received % Xferd Average Speed Time Time Time Current 17:25:01 Dload Upload Total Spent Left Speed 17:25:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 61675 0:00:01 0:00:01 --:--:-- 61691 100 73721 0 0 100 73721 0 61628 0:00:01 0:00:01 --:--:-- 61691 17:25:03 17:25:03 17:25:03 [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/304/openapi/v1/support-logging.yaml] 17:25:03 % Total % Received % Xferd Average Speed Time Time Time Current 17:25:03 Dload Upload Total Spent Left Speed 17:25:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 11462 0:00:01 0:00:01 --:--:-- 11470 100 13581 0 0 100 13581 0 11459 0:00:01 0:00:01 --:--:-- 11470 17:25:04 17:25:04 17:25:04 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/304/openapi/v1/support-notifications.yaml] 17:25:04 % Total % Received % Xferd Average Speed Time Time Time Current 17:25:04 Dload Upload Total Spent Left Speed 17:25:05 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 31457 0:00:01 0:00:01 --:--:-- 31438 100 38890 0 0 100 38890 0 31310 0:00:01 0:00:01 --:--:-- 31312 17:25:05 17:25:05 17:25:05 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/304/openapi/v1/support-scheduler.yaml] 17:25:05 % Total % Received % Xferd Average Speed Time Time Time Current 17:25:05 Dload Upload Total Spent Left Speed 17:25:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 12321 0:00:01 0:00:01 --:--:-- 12326 100 14249 0 0 100 14249 0 12318 0:00:01 0:00:01 --:--:-- 12326 17:25:06 17:25:06 17:25:06 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/304/openapi/v1/system-agent.yaml] 17:25:06 % Total % Received % Xferd Average Speed Time Time Time Current 17:25:06 Dload Upload Total Spent Left Speed 17:25:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3967 0:00:01 0:00:01 --:--:-- 3971 100 4110 0 0 100 4110 0 3966 0:00:01 0:00:01 --:--:-- 3971 17:25:07 17:25:07 17:25:07 === Publish openapi/v2 API === 17:25:07 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 17:25:07 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/304/openapi/v2/core-command.yaml] 17:25:07 % Total % Received % Xferd Average Speed Time Time Time Current 17:25:07 Dload Upload Total Spent Left Speed 17:25:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20843 0 0 100 20843 0 16671 0:00:01 0:00:01 --:--:-- 16687 100 20843 0 0 100 20843 0 16668 0:00:01 0:00:01 --:--:-- 16674 17:25:08 17:25:08 17:25:08 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/304/openapi/v2/core-data.yaml] 17:25:08 % Total % Received % Xferd Average Speed Time Time Time Current 17:25:08 Dload Upload Total Spent Left Speed 17:25:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57055 0 0 100 57055 0 47136 0:00:01 0:00:01 --:--:-- 47152 100 57055 0 0 100 57055 0 47122 0:00:01 0:00:01 --:--:-- 47152 17:25:10 17:25:10 17:25:10 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/304/openapi/v2/core-metadata.yaml] 17:25:10 % Total % Received % Xferd Average Speed Time Time Time Current 17:25:10 Dload Upload Total Spent Left Speed 17:25:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 120k 0 0 100 120k 0 100k 0:00:01 0:00:01 --:--:-- 100k 100 120k 0 0 100 120k 0 100k 0:00:01 0:00:01 --:--:-- 100k 17:25:11 17:25:11 17:25:11 [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/304/openapi/v2/support-logging.yaml] 17:25:11 % Total % Received % Xferd Average Speed Time Time Time Current 17:25:11 Dload Upload Total Spent Left Speed 17:25:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23692 0 0 100 23692 0 19148 0:00:01 0:00:01 --:--:-- 19168 100 23692 0 0 100 23692 0 17507 0:00:01 0:00:01 --:--:-- 17523 17:25:12 17:25:12 17:25:12 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/304/openapi/v2/support-notifications.yaml] 17:25:12 % Total % Received % Xferd Average Speed Time Time Time Current 17:25:12 Dload Upload Total Spent Left Speed 17:25:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 56919 0:00:01 0:00:01 --:--:-- 56940 100 62691 0 0 100 62691 0 56899 0:00:01 0:00:01 --:--:-- 56940 17:25:14 17:25:14 17:25:14 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/304/openapi/v2/support-scheduler.yaml] 17:25:14 % Total % Received % Xferd Average Speed Time Time Time Current 17:25:14 Dload Upload Total Spent Left Speed 17:25:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39667 0 0 100 39667 0 31909 0:00:01 0:00:01 --:--:-- 31938 100 39667 0 0 100 39667 0 30896 0:00:01 0:00:01 --:--:-- 30917 17:25:15 17:25:15 17:25:15 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/304/openapi/v2/system-agent.yaml] 17:25:15 % Total % Received % Xferd Average Speed Time Time Time Current 17:25:15 Dload Upload Total Spent Left Speed 17:25:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23726 0 0 100 23726 0 21532 0:00:01 0:00:01 --:--:-- 21549 100 23726 0 0 100 23726 0 21526 0:00:01 0:00:01 --:--:-- 21549 17:25:16 17:25:16 [Pipeline] } 17:25:16 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 17:25:17 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:25:17 . [Pipeline] withDockerContainer 17:25:17 prd-centos7-docker-4c-2g-21223 does not seem to be running inside a container 17:25:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/304 -v /w/workspace/edgex-go/304:/w/workspace/edgex-go/304:rw,z -v /w/workspace/edgex-go/304@tmp:/w/workspace/edgex-go/304@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:10004/edgex-devops/git-semver:latest cat 17:25:19 $ docker top e0e48418275ec448923cc0a07a342ba765ff70aa64239bb081a09cca9ef89dca -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:25:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:25:20 [ssh-agent] Looking for ssh-agent implementation... 17:25:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:25:20 $ docker exec e0e48418275ec448923cc0a07a342ba765ff70aa64239bb081a09cca9ef89dca ssh-agent 17:25:21 SSH_AUTH_SOCK=/tmp/ssh-qrw2jmu5bNdb/agent.12 17:25:21 SSH_AGENT_PID=17 17:25:21 Running ssh-add (command line suppressed) 17:25:21 Identity added: /w/workspace/edgex-go/304@tmp/private_key_8864009278652479009.key (/w/workspace/edgex-go/304@tmp/private_key_8864009278652479009.key) 17:25:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:25:22 + git semver tag 17:25:23 # -> Open(): unable to determine branch for HEAD 17:25:23 # $GIT_DIR = /w/workspace/edgex-go/304/.git 17:25:23 # $GIT_WORK_TREE = /w/workspace/edgex-go/304 17:25:23 # $SEMVER_REMOTE_NAME = origin 17:25:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:25:23 # $SEMVER_USER_NAME = edgex-jenkins 17:25:23 # $SEMVER_BRANCH = master 17:25:23 # $SEMVER_DIR = /w/workspace/edgex-go/304/.semver 17:25:23 # 250a43ed1e9b8198fb10735cc1ab2371f89d298c HEAD 17:25:23 # -> Force: false 17:25:23 # 4b4482fbed14ab852da8ed99d3c2fdb04b6723e5 refs/tags/v2.0.0-dev.45 [Pipeline] } 17:25:23 $ docker exec --env ******** --env ******** e0e48418275ec448923cc0a07a342ba765ff70aa64239bb081a09cca9ef89dca ssh-agent -k 17:25:24 unset SSH_AUTH_SOCK; 17:25:24 unset SSH_AGENT_PID; 17:25:24 echo Agent pid 17 killed; 17:25:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:25:24 + git semver [Pipeline] } 17:25:24 $ docker stop --time=1 e0e48418275ec448923cc0a07a342ba765ff70aa64239bb081a09cca9ef89dca 17:25:26 $ docker rm -f e0e48418275ec448923cc0a07a342ba765ff70aa64239bb081a09cca9ef89dca [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 17:25:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:25:27 17:25:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 17:25:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:25:27 0.23.1-centos7: Pulling from edgex-lftools 17:25:27 ab5ef0e58194: Pulling fs layer 17:25:27 9712f1f96733: Pulling fs layer 17:25:27 63f879dbbcfc: Pulling fs layer 17:25:27 0d9ebad4ef96: Pulling fs layer 17:25:27 e9a5061849ea: Pulling fs layer 17:25:27 0d9ebad4ef96: Waiting 17:25:27 d747dcd14b5f: Pulling fs layer 17:25:27 2de7ff778b66: Pulling fs layer 17:25:27 e9a5061849ea: Waiting 17:25:27 d747dcd14b5f: Waiting 17:25:27 2de7ff778b66: Waiting 17:25:27 9712f1f96733: Verifying Checksum 17:25:27 9712f1f96733: Download complete 17:25:30 63f879dbbcfc: Verifying Checksum 17:25:30 63f879dbbcfc: Download complete 17:25:31 e9a5061849ea: Verifying Checksum 17:25:31 e9a5061849ea: Download complete 17:25:31 d747dcd14b5f: Verifying Checksum 17:25:31 d747dcd14b5f: Download complete 17:25:32 2de7ff778b66: Verifying Checksum 17:25:32 2de7ff778b66: Download complete 17:25:32 0d9ebad4ef96: Verifying Checksum 17:25:32 0d9ebad4ef96: Download complete 17:25:32 ab5ef0e58194: Verifying Checksum 17:25:32 ab5ef0e58194: Download complete 17:25:41 ab5ef0e58194: Pull complete 17:25:41 9712f1f96733: Pull complete 17:25:44 63f879dbbcfc: Pull complete 17:25:56 0d9ebad4ef96: Pull complete 17:26:00 e9a5061849ea: Pull complete 17:26:00 d747dcd14b5f: Pull complete 17:26:07 2de7ff778b66: Pull complete 17:26:07 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:26:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:26:07 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 17:26:08 prd-centos7-docker-4c-2g-21223 does not seem to be running inside a container 17:26:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/304 -v /w/workspace/edgex-go/304:/w/workspace/edgex-go/304:rw,z -v /w/workspace/edgex-go/304@tmp:/w/workspace/edgex-go/304@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-lftools:0.23.1-centos7 cat 17:26:11 $ docker top 04c21cc3807678499e07422bc3158acf89f6b1aec188ecd2ade4a74d1fbf3b1d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:26:11 provisioning config files... 17:26:11 copy managed file [sigul-config] to file:/w/workspace/edgex-go/304@tmp/config2993523542091857541tmp 17:26:11 copy managed file [sigul-password] to file:/w/workspace/edgex-go/304@tmp/config3800997790437260492tmp 17:26:11 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/304@tmp/config159932762424121286tmp [Pipeline] { [Pipeline] echo 17:26:11 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:26:12 ---> sigul-configuration.sh 17:26:12 gpg: directory `/root/.gnupg' created 17:26:12 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:26:12 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:26:12 gpg: keyring `/root/.gnupg/secring.gpg' created 17:26:12 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:26:12 gpg: CAST5 encrypted data 17:26:12 gpg: encrypted with 1 passphrase 17:26:12 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:26:13 + mkdir /home/jenkins 17:26:13 + mkdir /home/jenkins/sigul [Pipeline] sh 17:26:13 + 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 17:26:13 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:26:13 ---> sigul-install.sh 17:26:22 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 17:26:22 + git tag --list 17:26:22 0.6.0 17:26:22 0.6.1 17:26:22 0.7.0 17:26:22 0.7.1 17:26:22 v1.0.0 17:26:22 v1.0.1 17:26:22 v1.1.0 17:26:22 v1.2.0 17:26:22 v1.2.1 17:26:22 v1.2.2-dev.1 17:26:22 v1.2.2-dev.10 17:26:22 v1.2.2-dev.100 17:26:22 v1.2.2-dev.101 17:26:22 v1.2.2-dev.102 17:26:22 v1.2.2-dev.103 17:26:22 v1.2.2-dev.104 17:26:22 v1.2.2-dev.105 17:26:22 v1.2.2-dev.106 17:26:22 v1.2.2-dev.107 17:26:22 v1.2.2-dev.11 17:26:22 v1.2.2-dev.12 17:26:22 v1.2.2-dev.13 17:26:22 v1.2.2-dev.14 17:26:22 v1.2.2-dev.15 17:26:22 v1.2.2-dev.16 17:26:22 v1.2.2-dev.17 17:26:22 v1.2.2-dev.18 17:26:22 v1.2.2-dev.19 17:26:22 v1.2.2-dev.2 17:26:22 v1.2.2-dev.20 17:26:22 v1.2.2-dev.21 17:26:22 v1.2.2-dev.22 17:26:22 v1.2.2-dev.23 17:26:22 v1.2.2-dev.24 17:26:22 v1.2.2-dev.25 17:26:22 v1.2.2-dev.26 17:26:22 v1.2.2-dev.27 17:26:22 v1.2.2-dev.28 17:26:22 v1.2.2-dev.29 17:26:22 v1.2.2-dev.3 17:26:22 v1.2.2-dev.30 17:26:22 v1.2.2-dev.31 17:26:22 v1.2.2-dev.32 17:26:22 v1.2.2-dev.33 17:26:22 v1.2.2-dev.34 17:26:22 v1.2.2-dev.35 17:26:22 v1.2.2-dev.36 17:26:22 v1.2.2-dev.37 17:26:22 v1.2.2-dev.38 17:26:22 v1.2.2-dev.39 17:26:22 v1.2.2-dev.4 17:26:22 v1.2.2-dev.40 17:26:22 v1.2.2-dev.41 17:26:22 v1.2.2-dev.42 17:26:22 v1.2.2-dev.43 17:26:22 v1.2.2-dev.44 17:26:22 v1.2.2-dev.45 17:26:22 v1.2.2-dev.46 17:26:22 v1.2.2-dev.47 17:26:22 v1.2.2-dev.48 17:26:22 v1.2.2-dev.49 17:26:22 v1.2.2-dev.5 17:26:22 v1.2.2-dev.50 17:26:22 v1.2.2-dev.51 17:26:22 v1.2.2-dev.52 17:26:22 v1.2.2-dev.53 17:26:22 v1.2.2-dev.54 17:26:22 v1.2.2-dev.55 17:26:22 v1.2.2-dev.56 17:26:22 v1.2.2-dev.57 17:26:22 v1.2.2-dev.58 17:26:22 v1.2.2-dev.59 17:26:22 v1.2.2-dev.6 17:26:22 v1.2.2-dev.60 17:26:22 v1.2.2-dev.61 17:26:22 v1.2.2-dev.62 17:26:22 v1.2.2-dev.63 17:26:22 v1.2.2-dev.64 17:26:22 v1.2.2-dev.65 17:26:22 v1.2.2-dev.66 17:26:22 v1.2.2-dev.67 17:26:22 v1.2.2-dev.68 17:26:22 v1.2.2-dev.69 17:26:22 v1.2.2-dev.7 17:26:22 v1.2.2-dev.70 17:26:22 v1.2.2-dev.71 17:26:22 v1.2.2-dev.72 17:26:22 v1.2.2-dev.73 17:26:22 v1.2.2-dev.74 17:26:22 v1.2.2-dev.75 17:26:22 v1.2.2-dev.76 17:26:22 v1.2.2-dev.77 17:26:22 v1.2.2-dev.78 17:26:22 v1.2.2-dev.79 17:26:22 v1.2.2-dev.8 17:26:22 v1.2.2-dev.80 17:26:22 v1.2.2-dev.81 17:26:22 v1.2.2-dev.82 17:26:22 v1.2.2-dev.83 17:26:22 v1.2.2-dev.84 17:26:22 v1.2.2-dev.85 17:26:22 v1.2.2-dev.86 17:26:22 v1.2.2-dev.87 17:26:22 v1.2.2-dev.88 17:26:22 v1.2.2-dev.89 17:26:22 v1.2.2-dev.9 17:26:22 v1.2.2-dev.90 17:26:22 v1.2.2-dev.91 17:26:22 v1.2.2-dev.92 17:26:22 v1.2.2-dev.93 17:26:22 v1.2.2-dev.94 17:26:22 v1.2.2-dev.95 17:26:22 v1.2.2-dev.96 17:26:22 v1.2.2-dev.97 17:26:22 v1.2.2-dev.98 17:26:22 v1.2.2-dev.99 17:26:22 v1.3.0 17:26:22 v1.3.1-dev.1 17:26:22 v1.3.1-dev.10 17:26:22 v1.3.1-dev.11 17:26:22 v1.3.1-dev.12 17:26:22 v1.3.1-dev.13 17:26:22 v1.3.1-dev.14 17:26:22 v1.3.1-dev.15 17:26:22 v1.3.1-dev.16 17:26:22 v1.3.1-dev.17 17:26:22 v1.3.1-dev.18 17:26:22 v1.3.1-dev.2 17:26:22 v1.3.1-dev.3 17:26:22 v1.3.1-dev.4 17:26:22 v1.3.1-dev.5 17:26:22 v1.3.1-dev.6 17:26:22 v1.3.1-dev.7 17:26:22 v1.3.1-dev.8 17:26:22 v1.3.1-dev.9 17:26:22 v2.0.0-dev.1 17:26:22 v2.0.0-dev.10 17:26:22 v2.0.0-dev.11 17:26:22 v2.0.0-dev.12 17:26:22 v2.0.0-dev.13 17:26:22 v2.0.0-dev.14 17:26:22 v2.0.0-dev.15 17:26:22 v2.0.0-dev.16 17:26:22 v2.0.0-dev.17 17:26:22 v2.0.0-dev.18 17:26:22 v2.0.0-dev.19 17:26:22 v2.0.0-dev.2 17:26:22 v2.0.0-dev.20 17:26:22 v2.0.0-dev.21 17:26:22 v2.0.0-dev.22 17:26:22 v2.0.0-dev.23 17:26:22 v2.0.0-dev.24 17:26:22 v2.0.0-dev.25 17:26:22 v2.0.0-dev.26 17:26:22 v2.0.0-dev.27 17:26:22 v2.0.0-dev.28 17:26:22 v2.0.0-dev.29 17:26:22 v2.0.0-dev.3 17:26:22 v2.0.0-dev.30 17:26:22 v2.0.0-dev.31 17:26:22 v2.0.0-dev.32 17:26:22 v2.0.0-dev.33 17:26:22 v2.0.0-dev.34 17:26:22 v2.0.0-dev.35 17:26:22 v2.0.0-dev.36 17:26:22 v2.0.0-dev.37 17:26:22 v2.0.0-dev.38 17:26:22 v2.0.0-dev.39 17:26:22 v2.0.0-dev.4 17:26:22 v2.0.0-dev.40 17:26:22 v2.0.0-dev.41 17:26:22 v2.0.0-dev.42 17:26:22 v2.0.0-dev.43 17:26:22 v2.0.0-dev.44 17:26:22 v2.0.0-dev.45 17:26:22 v2.0.0-dev.5 17:26:22 v2.0.0-dev.6 17:26:22 v2.0.0-dev.7 17:26:22 v2.0.0-dev.8 17:26:22 v2.0.0-dev.9 [Pipeline] sh 17:26:23 + lftools sign git-tag v2.0.0-dev.45 17:26:25 Signing Git tag with Sigul... 17:26:25 Signing v2.0.0-dev.45 Aborted by Eric Ball 20:21:00 Sending interrupt signal to process 20:21:06 script returned exit code 143 [Pipeline] } 20:21:06 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 20:21:06 $ docker stop --time=1 04c21cc3807678499e07422bc3158acf89f6b1aec188ecd2ade4a74d1fbf3b1d 20:21:08 $ docker rm -f 04c21cc3807678499e07422bc3158acf89f6b1aec188ecd2ade4a74d1fbf3b1d [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 20:21:10 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:21:12 ---> package-listing.sh 20:21:12 ++ facter osfamily 20:21:12 ++ tr '[:upper:]' '[:lower:]' 20:21:12 + OS_FAMILY=redhat 20:21:12 + workspace=/w/workspace/edgex-go/304 20:21:12 + START_PACKAGES=/tmp/packages_start.txt 20:21:12 + END_PACKAGES=/tmp/packages_end.txt 20:21:12 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:21:12 + PACKAGES=/tmp/packages_start.txt 20:21:12 + '[' /w/workspace/edgex-go/304 ']' 20:21:12 + PACKAGES=/tmp/packages_end.txt 20:21:12 + case "${OS_FAMILY}" in 20:21:12 + rpm -qa 20:21:12 + sort Click here to forcibly terminate running steps 20:21:19 + '[' -f /tmp/packages_start.txt ']' 20:21:19 + '[' -f /tmp/packages_end.txt ']' 20:21:19 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:21:19 + '[' /w/workspace/edgex-go/304 ']' 20:21:19 + mkdir -p /w/workspace/edgex-go/304/archives/ 20:21:19 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/304/archives/ [Pipeline] echo 20:21:19 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/304/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:21:19 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:21:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:21:20 20:21:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:21:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:21:21 alpine: Pulling from edgex-lftools-log-publisher 20:21:21 df20fa9351a1: Pulling fs layer 20:21:21 36b3adc4ff6f: Pulling fs layer 20:21:21 8ad3a11d3b57: Pulling fs layer 20:21:21 46f8f816bc3b: Pulling fs layer 20:21:21 93b61091891f: Pulling fs layer 20:21:21 93b9cdb0e59b: Pulling fs layer 20:21:21 5e14af77c1be: Pulling fs layer 20:21:21 01666e4c0597: Pulling fs layer 20:21:21 aa168da1d23b: Pulling fs layer 20:21:21 46f8f816bc3b: Waiting 20:21:21 93b61091891f: Waiting 20:21:21 93b9cdb0e59b: Waiting 20:21:21 5e14af77c1be: Waiting 20:21:21 01666e4c0597: Waiting 20:21:21 aa168da1d23b: Waiting 20:21:22 36b3adc4ff6f: Verifying Checksum 20:21:22 36b3adc4ff6f: Download complete 20:21:22 46f8f816bc3b: Verifying Checksum 20:21:22 46f8f816bc3b: Download complete 20:21:22 df20fa9351a1: Verifying Checksum 20:21:22 df20fa9351a1: Download complete 20:21:22 93b9cdb0e59b: Verifying Checksum 20:21:22 93b9cdb0e59b: Download complete 20:21:22 5e14af77c1be: Verifying Checksum 20:21:22 5e14af77c1be: Download complete 20:21:22 93b61091891f: Verifying Checksum 20:21:22 93b61091891f: Download complete 20:21:22 01666e4c0597: Download complete 20:21:23 df20fa9351a1: Pull complete 20:21:24 36b3adc4ff6f: Pull complete 20:21:24 8ad3a11d3b57: Verifying Checksum 20:21:24 8ad3a11d3b57: Download complete 20:21:26 8ad3a11d3b57: Pull complete 20:21:27 46f8f816bc3b: Pull complete 20:21:28 93b61091891f: Pull complete 20:21:29 93b9cdb0e59b: Pull complete 20:21:29 5e14af77c1be: Pull complete 20:21:29 aa168da1d23b: Verifying Checksum 20:21:29 aa168da1d23b: Download complete 20:21:29 01666e4c0597: Pull complete 20:21:45 aa168da1d23b: Pull complete 20:21:45 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:21:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:21:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:21:45 prd-centos7-docker-4c-2g-21223 does not seem to be running inside a container 20:21:45 $ 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/304/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/304 -v /w/workspace/edgex-go/304:/w/workspace/edgex-go/304:rw,z -v /w/workspace/edgex-go/304@tmp:/w/workspace/edgex-go/304@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-lftools-log-publisher:alpine cat 20:21:49 $ docker top eac6a0ed220258236cd56354f577c495a46acb4573f59c68ea30abc8366fd507 -eo pid,comm [Pipeline] { [Pipeline] sh 20:21:50 + touch /tmp/pre-build-complete [Pipeline] sh 20:21:50 + mkdir -p /var/log/sa [Pipeline] sh 20:21:51 + ls /var/log/sa-host 20:21:51 + sadf -c /var/log/sa-host/sa19 20:21:51 file_magic: OK 20:21:51 HZ: Using current value: 100 20:21:51 file_header: OK 20:21:51 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 20:21:51 Statistics: 20:21:51 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 20:21:51 File successfully converted to sysstat format version 12.2.1 20:21:51 + sadf -c /var/log/sa-host/sa23 20:21:51 file_magic: OK 20:21:51 HZ: Using current value: 100 20:21:51 file_header: OK 20:21:51 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 20:21:51 Statistics: 20:21:51 Hnuu...uuuununununu... 20:21:51 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:21:51 provisioning config files... 20:21:51 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/304@tmp/config897984773676328277tmp [Pipeline] { [Pipeline] echo 20:21:51 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:21:52 ---> create-netrc.sh [Pipeline] } 20:21:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:21:52 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:21:53 ---> python-tools-install.sh [Pipeline] echo 20:21:53 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:21:53 ---> sudo-logs.sh 20:21:53 Archiving 'sudo' log.. [Pipeline] echo 20:21:53 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:21:53 ---> job-cost.sh 20:21:53 lf-activate-venv: SKIPPING 20:21:53 INFO: No Stack... 20:21:54 INFO: Retrieving Pricing Info for: v1-standard-2 20:21:55 INFO: Archiving Costs [Pipeline] echo 20:21:55 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:21:56 ---> logs-deploy.sh 20:21:56 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/304 20:21:56 INFO: archiving workspace using pattern(s): 20:21:58 Archives upload complete. 20:21:58 INFO: archiving logs to Nexus 20:22:00 ---> uname -a: 20:22:00 Linux prd-centos7-docker-4c-2g-21223.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 20:22:00 20:22:00 20:22:00 ---> lscpu: 20:22:00 Architecture: x86_64 20:22:00 CPU op-mode(s): 32-bit, 64-bit 20:22:00 Byte Order: Little Endian 20:22:00 Address sizes: 40 bits physical, 48 bits virtual 20:22:00 CPU(s): 4 20:22:00 On-line CPU(s) list: 0-3 20:22:00 Thread(s) per core: 1 20:22:00 Core(s) per socket: 1 20:22:00 Socket(s): 4 20:22:00 NUMA node(s): 1 20:22:00 Vendor ID: GenuineIntel 20:22:00 CPU family: 6 20:22:00 Model: 44 20:22:00 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 20:22:00 Stepping: 1 20:22:00 CPU MHz: 2933.438 20:22:00 BogoMIPS: 5866.87 20:22:00 Virtualization: VT-x 20:22:00 Hypervisor vendor: KVM 20:22:00 Virtualization type: full 20:22:00 L1d cache: 128 KiB 20:22:00 L1i cache: 128 KiB 20:22:00 L2 cache: 16 MiB 20:22:00 L3 cache: 64 MiB 20:22:00 NUMA node0 CPU(s): 0-3 20:22:00 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 20:22:00 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 20:22:00 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 20:22:00 Vulnerability Meltdown: Mitigation; PTI 20:22:00 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:22:00 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 20:22:00 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 20:22:00 Vulnerability Srbds: Not affected 20:22:00 Vulnerability Tsx async abort: Not affected 20:22:00 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 20:22:00 20:22:00 20:22:00 ---> nproc: 20:22:00 4 20:22:00 20:22:00 20:22:00 ---> df -h: 20:22:00 Filesystem Size Used Available Use% Mounted on 20:22:00 overlay 50.0G 13.3G 36.7G 27% / 20:22:00 tmpfs 64.0M 0 64.0M 0% /dev 20:22:00 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 20:22:00 shm 64.0M 0 64.0M 0% /dev/shm 20:22:00 /dev/vda1 50.0G 13.3G 36.7G 27% /facter-os 20:22:00 /dev/vda1 50.0G 13.3G 36.7G 27% /etc/resolv.conf 20:22:00 /dev/vda1 50.0G 13.3G 36.7G 27% /etc/hostname 20:22:00 /dev/vda1 50.0G 13.3G 36.7G 27% /etc/hosts 20:22:00 /dev/vda1 50.0G 13.3G 36.7G 27% /var/log/secure 20:22:00 /dev/vda1 50.0G 13.3G 36.7G 27% /var/log/auth.log 20:22:00 /dev/vda1 50.0G 13.3G 36.7G 27% /run/cloud-init/result.json 20:22:00 /dev/vda1 50.0G 13.3G 36.7G 27% /var/log/sa-host 20:22:00 /dev/vda1 50.0G 13.3G 36.7G 27% /w/workspace/edgex-go/304 20:22:00 /dev/vda1 50.0G 13.3G 36.7G 27% /w/workspace/edgex-go/304@tmp 20:22:00 20:22:00 20:22:00 ---> free -m: 20:22:00 total used free shared buff/cache available 20:22:00 Mem: 1837 879 130 0 827 928 20:22:00 Swap: 1023 70 953 20:22:00 20:22:00 20:22:00 ---> ip addr: 20:22:00 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 20:22:00 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:22:00 inet 127.0.0.1/8 scope host lo 20:22:00 valid_lft forever preferred_lft forever 20:22:00 inet6 ::1/128 scope host 20:22:00 valid_lft forever preferred_lft forever 20:22:00 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 20:22:00 link/ether fa:16:3e:d3:7b:b3 brd ff:ff:ff:ff:ff:ff 20:22:00 inet 10.30.122.43/23 brd 10.30.123.255 scope global dynamic eth0 20:22:00 valid_lft 74659sec preferred_lft 74659sec 20:22:00 inet6 fe80::f816:3eff:fed3:7bb3/64 scope link 20:22:00 valid_lft forever preferred_lft forever 20:22:00 3: docker0: mtu 1500 qdisc noqueue state DOWN 20:22:00 link/ether 02:42:a3:19:5b:1a brd ff:ff:ff:ff:ff:ff 20:22:00 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 20:22:00 valid_lft forever preferred_lft forever 20:22:00 inet6 fe80::42:a3ff:fe19:5b1a/64 scope link 20:22:00 valid_lft forever preferred_lft forever 20:22:00 20:22:00 20:22:00 ---> sar -b -r -n DEV: 20:22:00 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) 20:22:00 20:22:00 17:06:05 LINUX RESTART (4 CPU) 20:22:00 20:22:00 17:07:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:22:00 17:08:01 40.22 9.24 30.98 0.00 2531.83 7115.84 0.00 20:22:00 17:09:01 41.89 15.48 26.41 0.00 3184.63 6483.01 0.00 20:22:00 17:10:01 216.22 113.20 103.02 0.00 6796.48 39666.47 0.00 20:22:00 17:11:02 218.49 83.75 134.73 0.00 3474.01 17936.18 0.00 20:22:00 17:12:01 87.62 24.48 63.13 0.00 1076.60 6929.55 0.00 20:22:00 17:13:01 97.78 51.87 45.91 0.00 1817.76 4113.08 0.00 20:22:00 17:14:02 68.02 23.11 44.91 0.00 1652.20 7456.82 0.00 20:22:00 17:15:01 109.32 21.37 87.94 0.00 5463.33 37205.60 0.00 20:22:00 17:16:02 860.70 687.98 172.72 0.00 84424.40 124579.18 0.00 20:22:00 17:17:04 1567.85 1393.96 173.89 0.00 84420.57 89306.04 0.00 20:22:00 17:18:02 1124.07 997.10 126.97 0.00 56520.41 60091.10 0.00 20:22:00 17:19:02 315.07 125.12 189.95 0.00 22648.29 45679.01 0.00 20:22:00 17:20:03 1379.49 1165.68 213.81 0.00 89915.52 102735.17 0.00 20:22:00 17:21:03 1191.21 982.50 208.72 0.00 57755.29 64752.41 0.00 20:22:00 17:22:01 145.29 25.67 119.62 0.00 1151.86 22191.13 0.00 20:22:00 17:23:01 81.85 23.90 57.95 0.00 4210.87 3619.41 0.00 20:22:00 17:24:01 35.28 23.84 11.44 0.00 2723.43 235.17 0.00 20:22:00 17:25:01 322.14 162.28 159.86 0.00 8720.81 36861.78 0.00 20:22:00 17:26:02 160.89 41.79 119.11 0.00 3033.24 26491.80 0.00 20:22:00 17:27:01 65.09 33.17 31.92 0.00 2698.24 6994.60 0.00 20:22:00 17:28:01 1.15 0.22 0.93 0.00 115.12 15.42 0.00 20:22:00 17:29:01 0.65 0.40 0.25 0.00 39.57 2.61 0.00 20:22:00 17:30:01 0.20 0.00 0.20 0.00 0.00 2.05 0.00 20:22:00 17:31:01 0.35 0.00 0.35 0.00 0.00 3.76 0.00 20:22:00 17:32:01 0.27 0.00 0.27 0.00 0.00 3.46 0.00 20:22:00 17:33:01 0.35 0.02 0.33 0.00 0.53 3.66 0.00 20:22:00 17:34:02 0.25 0.00 0.25 0.00 0.00 2.63 0.00 20:22:00 17:35:01 0.20 0.00 0.20 0.00 0.00 1.81 0.00 20:22:00 17:36:01 0.33 0.00 0.33 0.00 0.00 4.49 0.00 20:22:00 17:37:01 0.35 0.15 0.20 0.00 10.65 2.71 0.00 20:22:00 17:38:01 0.25 0.00 0.25 0.00 0.00 2.95 0.00 20:22:00 17:39:01 0.23 0.02 0.22 0.00 0.53 2.58 0.00 20:22:00 17:40:01 0.17 0.00 0.17 0.00 0.00 1.36 0.00 20:22:00 17:41:01 0.30 0.03 0.27 0.00 0.80 3.10 0.00 20:22:00 17:42:01 0.25 0.00 0.25 0.00 0.00 2.60 0.00 20:22:00 17:43:01 0.38 0.02 0.37 0.00 0.53 5.06 0.00 20:22:00 17:44:01 0.22 0.02 0.20 0.00 0.53 2.48 0.00 20:22:00 17:45:01 0.20 0.00 0.20 0.00 0.00 1.78 0.00 20:22:00 17:46:02 0.25 0.00 0.25 0.00 0.00 2.94 0.00 20:22:00 17:47:01 0.24 0.00 0.24 0.00 0.00 2.64 0.00 20:22:00 17:48:01 0.30 0.00 0.30 0.00 0.00 3.78 0.00 20:22:00 17:49:01 0.30 0.05 0.25 0.00 1.20 2.60 0.00 20:22:00 17:50:01 0.20 0.00 0.20 0.00 0.00 1.81 0.00 20:22:00 17:51:01 0.25 0.00 0.25 0.00 0.00 3.21 0.00 20:22:00 17:52:01 0.23 0.02 0.22 0.00 0.80 2.45 0.00 20:22:00 17:53:01 0.27 0.02 0.25 0.00 0.53 3.08 0.00 20:22:00 17:54:01 0.23 0.02 0.22 0.00 0.27 2.35 0.00 20:22:00 17:55:01 0.22 0.02 0.20 0.00 0.53 2.05 0.00 20:22:00 17:56:01 0.25 0.00 0.25 0.00 0.00 2.95 0.00 20:22:00 17:57:02 0.25 0.00 0.25 0.00 0.00 2.76 0.00 20:22:00 17:58:01 0.25 0.00 0.25 0.00 0.00 3.00 0.00 20:22:00 17:59:01 0.22 0.00 0.22 0.00 0.00 2.31 0.00 20:22:00 18:00:01 0.17 0.00 0.17 0.00 0.00 1.63 0.00 20:22:00 18:01:01 0.32 0.07 0.25 0.00 1.73 2.94 0.00 20:22:00 18:02:01 0.51 0.22 0.30 0.00 17.93 4.75 0.00 20:22:00 18:03:01 1.35 1.02 0.33 0.00 31.70 5.88 0.00 20:22:00 18:04:01 0.17 0.02 0.15 0.00 0.53 1.76 0.00 20:22:00 18:05:01 0.25 0.00 0.25 0.00 0.00 3.05 0.00 20:22:00 18:06:01 0.22 0.00 0.22 0.00 0.00 2.31 0.00 20:22:00 18:07:02 0.18 0.02 0.17 0.00 0.53 1.50 0.00 20:22:00 18:08:01 0.17 0.00 0.17 0.00 0.00 1.80 0.00 20:22:00 18:09:01 0.27 0.08 0.18 0.00 1.33 1.58 0.00 20:22:00 18:10:01 0.40 0.02 0.38 0.00 0.53 5.44 0.00 20:22:00 18:11:01 0.28 0.05 0.23 0.00 0.93 2.31 0.00 20:22:00 18:12:01 0.17 0.00 0.17 0.00 0.00 1.50 0.00 20:22:00 18:13:01 0.18 0.02 0.17 0.00 0.53 1.63 0.00 20:22:00 18:14:01 0.17 0.00 0.17 0.00 0.00 1.36 0.00 20:22:00 18:15:01 0.25 0.00 0.25 0.00 0.00 3.05 0.00 20:22:00 18:16:02 0.22 0.00 0.22 0.00 0.00 2.30 0.00 20:22:00 18:17:01 0.22 0.00 0.22 0.00 0.00 2.01 0.00 20:22:00 18:18:01 0.20 0.00 0.20 0.00 0.00 1.65 0.00 20:22:00 18:19:01 0.22 0.02 0.20 0.00 0.53 1.76 0.00 20:22:00 18:20:01 0.25 0.00 0.25 0.00 0.00 3.21 0.00 20:22:00 18:21:01 0.22 0.00 0.22 0.00 0.00 2.31 0.00 20:22:00 18:22:01 0.17 0.00 0.17 0.00 0.00 1.63 0.00 20:22:00 18:23:01 0.17 0.00 0.17 0.00 0.00 1.80 0.00 20:22:00 18:24:01 0.92 0.72 0.20 0.00 26.10 2.05 0.00 20:22:00 18:25:01 0.33 0.00 0.33 0.00 0.00 4.61 0.00 20:22:00 18:26:01 0.23 0.02 0.22 0.00 1.07 2.31 0.00 20:22:00 18:27:01 0.17 0.00 0.17 0.00 0.00 1.76 0.00 20:22:00 18:28:01 0.17 0.00 0.17 0.00 0.00 1.50 0.00 20:22:00 18:29:02 0.17 0.00 0.17 0.00 0.00 1.76 0.00 20:22:00 18:30:01 0.27 0.02 0.25 0.00 0.54 2.99 0.00 20:22:00 18:31:01 0.23 0.02 0.22 0.00 0.27 2.45 0.00 20:22:00 18:32:01 0.30 0.00 0.30 0.00 0.00 3.64 0.00 20:22:00 18:33:01 0.18 0.02 0.17 0.00 0.27 1.76 0.00 20:22:00 18:34:01 0.17 0.00 0.17 0.00 0.00 1.37 0.00 20:22:00 18:35:01 0.25 0.00 0.25 0.00 0.00 2.91 0.00 20:22:00 18:36:01 0.22 0.00 0.22 0.00 0.00 2.45 0.00 20:22:00 18:37:01 0.17 0.00 0.17 0.00 0.00 1.63 0.00 20:22:00 18:38:01 0.17 0.00 0.17 0.00 0.00 1.50 0.00 20:22:00 18:39:01 0.22 0.02 0.20 0.00 0.53 1.68 0.00 20:22:00 18:40:02 0.27 0.02 0.25 0.00 0.53 3.08 0.00 20:22:00 18:41:01 0.25 0.00 0.25 0.00 0.00 2.51 0.00 20:22:00 18:42:01 0.17 0.00 0.17 0.00 0.00 1.63 0.00 20:22:00 18:43:01 0.17 0.00 0.17 0.00 0.00 1.77 0.00 20:22:00 18:44:01 0.18 0.02 0.17 0.00 1.07 1.50 0.00 20:22:00 18:45:01 186.97 168.16 18.80 0.00 2002.86 799.17 0.00 20:22:00 18:46:01 171.57 164.40 7.17 0.00 3537.51 510.08 0.00 20:22:00 18:47:01 1.48 1.08 0.40 0.00 25.30 5.84 0.00 20:22:00 18:48:01 0.58 0.42 0.17 0.00 13.32 1.76 0.00 20:22:00 18:49:01 1.33 1.16 0.17 0.00 40.87 1.76 0.00 20:22:00 18:50:01 0.45 0.30 0.15 0.00 19.45 1.63 0.00 20:22:00 18:51:01 0.38 0.00 0.38 0.00 0.00 4.24 0.00 20:22:00 18:52:02 0.40 0.00 0.40 0.00 0.00 5.33 0.00 20:22:00 18:53:01 0.20 0.00 0.20 0.00 0.00 1.85 0.00 20:22:00 18:54:01 0.18 0.00 0.18 0.00 0.00 2.02 0.00 20:22:00 18:55:01 0.17 0.00 0.17 0.00 0.00 1.50 0.00 20:22:00 18:56:01 0.27 0.02 0.25 0.00 1.06 3.18 0.00 20:22:00 18:57:01 0.22 0.00 0.22 0.00 0.00 2.18 0.00 20:22:00 18:58:01 0.23 0.07 0.17 0.00 1.20 1.78 0.00 20:22:00 18:59:01 0.20 0.00 0.20 0.00 0.00 1.91 0.00 20:22:00 19:00:01 0.22 0.02 0.20 0.00 0.53 1.75 0.00 20:22:00 19:01:01 0.27 0.00 0.27 0.00 0.00 3.28 0.00 20:22:00 19:02:01 0.23 0.00 0.23 0.00 0.00 2.98 0.00 20:22:00 19:03:01 0.17 0.00 0.17 0.00 0.00 1.36 0.00 20:22:00 19:04:01 0.27 0.02 0.25 0.00 0.54 3.11 0.00 20:22:00 19:05:01 0.42 0.02 0.40 0.00 0.53 6.51 0.00 20:22:00 19:06:01 0.20 0.00 0.20 0.00 0.00 1.68 0.00 20:22:00 19:07:01 0.17 0.00 0.17 0.00 0.00 1.63 0.00 20:22:00 19:08:01 0.25 0.00 0.25 0.00 0.00 3.04 0.00 20:22:00 19:09:01 0.22 0.00 0.22 0.00 0.00 2.45 0.00 20:22:00 19:10:01 0.17 0.00 0.17 0.00 0.00 1.50 0.00 20:22:00 19:11:01 0.78 0.63 0.15 0.00 24.11 2.03 0.00 20:22:00 19:12:01 0.17 0.00 0.17 0.00 0.00 1.50 0.00 20:22:00 19:13:01 0.27 0.02 0.25 0.00 0.13 2.91 0.00 20:22:00 19:14:01 0.28 0.00 0.28 0.00 0.00 3.84 0.00 20:22:00 19:15:02 0.18 0.02 0.17 0.00 0.53 1.50 0.00 20:22:00 19:16:01 0.17 0.00 0.17 0.00 0.00 1.52 0.00 20:22:00 19:17:01 0.20 0.00 0.20 0.00 0.00 1.76 0.00 20:22:00 19:18:01 0.25 0.00 0.25 0.00 0.00 3.18 0.00 20:22:00 19:19:01 0.22 0.00 0.22 0.00 0.00 2.31 0.00 20:22:00 19:20:01 0.18 0.02 0.17 0.00 0.27 1.63 0.00 20:22:00 19:21:01 0.25 0.02 0.23 0.00 0.27 3.11 0.00 20:22:00 19:22:01 0.17 0.00 0.17 0.00 0.00 1.50 0.00 20:22:00 19:23:01 0.27 0.00 0.27 0.00 0.00 3.21 0.00 20:22:00 19:24:01 0.25 0.02 0.23 0.00 0.27 2.58 0.00 20:22:00 19:25:02 0.37 0.00 0.37 0.00 0.00 5.67 0.00 20:22:00 19:26:01 0.27 0.02 0.25 0.00 0.54 2.35 0.00 20:22:00 19:27:01 0.30 0.00 0.30 0.00 0.00 3.46 0.00 20:22:00 19:28:01 0.30 0.02 0.28 0.00 0.53 3.23 0.00 20:22:00 19:29:01 0.22 0.00 0.22 0.00 0.00 2.18 0.00 20:22:00 19:30:01 0.27 0.00 0.27 0.00 0.00 3.21 0.00 20:22:00 19:31:01 0.27 0.02 0.25 0.00 1.06 2.59 0.00 20:22:00 19:32:01 0.17 0.00 0.17 0.00 0.00 1.50 0.00 20:22:00 19:33:01 0.58 0.30 0.28 0.00 8.52 3.29 0.00 20:22:00 19:34:01 0.25 0.00 0.25 0.00 0.00 2.86 0.00 20:22:00 19:35:02 0.28 0.00 0.28 0.00 0.00 3.13 0.00 20:22:00 19:36:01 0.25 0.00 0.25 0.00 0.00 2.76 0.00 20:22:00 19:37:01 0.17 0.00 0.17 0.00 0.00 1.63 0.00 20:22:00 19:38:01 0.27 0.00 0.27 0.00 0.00 2.98 0.00 20:22:00 19:39:01 6.51 6.29 0.22 0.00 115.18 2.58 0.00 20:22:00 19:40:01 7.39 7.15 0.23 0.00 128.72 3.21 0.00 20:22:00 19:41:01 0.22 0.00 0.22 0.00 0.00 2.58 0.00 20:22:00 19:42:01 0.22 0.02 0.20 0.00 0.53 1.81 0.00 20:22:00 19:43:01 0.28 0.03 0.25 0.00 0.80 3.21 0.00 20:22:00 19:44:01 0.20 0.00 0.20 0.00 0.00 2.71 0.00 20:22:00 19:45:02 0.28 0.00 0.28 0.00 0.00 2.75 0.00 20:22:00 19:46:01 0.22 0.00 0.22 0.00 0.00 2.62 0.00 20:22:00 19:47:01 0.20 0.02 0.18 0.00 0.53 1.66 0.00 20:22:00 19:48:01 0.25 0.00 0.25 0.00 0.00 3.08 0.00 20:22:00 19:49:01 0.25 0.00 0.25 0.00 0.00 2.76 0.00 20:22:00 19:50:01 0.25 0.00 0.25 0.00 0.00 3.21 0.00 20:22:00 19:51:01 0.22 0.00 0.22 0.00 0.00 2.18 0.00 20:22:00 19:52:01 0.17 0.00 0.17 0.00 0.00 1.76 0.00 20:22:00 19:53:01 0.25 0.00 0.25 0.00 0.00 3.08 0.00 20:22:00 19:54:01 0.22 0.00 0.22 0.00 0.00 2.18 0.00 20:22:00 19:55:01 0.25 0.00 0.25 0.00 0.00 3.21 0.00 20:22:00 19:56:02 0.25 0.00 0.25 0.00 0.00 2.63 0.00 20:22:00 19:57:01 0.15 0.00 0.15 0.00 0.00 1.57 0.00 20:22:00 19:58:01 0.33 0.00 0.33 0.00 0.00 4.93 0.00 20:22:00 19:59:01 0.27 0.00 0.27 0.00 0.00 4.03 0.00 20:22:00 20:00:01 0.33 0.00 0.33 0.00 0.00 5.29 0.00 20:22:00 20:01:01 0.25 0.00 0.25 0.00 0.00 4.03 0.00 20:22:00 20:02:01 0.33 0.00 0.33 0.00 0.00 5.41 0.00 20:22:00 20:03:01 0.33 0.00 0.33 0.00 0.00 5.41 0.00 20:22:00 20:04:01 0.58 0.00 0.58 0.00 0.00 5.58 0.00 20:22:00 20:05:01 0.58 0.03 0.55 0.00 1.60 5.64 0.00 20:22:00 20:06:02 0.47 0.00 0.47 0.00 0.00 4.03 0.00 20:22:00 20:07:01 0.66 0.00 0.66 0.00 0.00 7.68 0.00 20:22:00 20:08:01 0.45 0.00 0.45 0.00 0.00 5.06 0.00 20:22:00 20:09:01 0.30 0.00 0.30 0.00 0.00 3.46 0.00 20:22:00 20:10:01 0.40 0.00 0.40 0.00 0.00 5.59 0.00 20:22:00 20:11:01 0.20 0.00 0.20 0.00 0.00 1.76 0.00 20:22:00 20:12:01 0.25 0.00 0.25 0.00 0.00 3.51 0.00 20:22:00 20:13:01 0.25 0.00 0.25 0.00 0.00 2.73 0.00 20:22:00 20:14:01 0.30 0.00 0.30 0.00 0.00 3.33 0.00 20:22:00 20:15:01 0.27 0.00 0.27 0.00 0.00 2.78 0.00 20:22:00 20:16:01 0.20 0.00 0.20 0.00 0.00 1.81 0.00 20:22:00 20:17:01 0.28 0.00 0.28 0.00 0.00 3.13 0.00 20:22:00 20:18:02 0.22 0.00 0.22 0.00 0.00 2.48 0.00 20:22:00 20:19:01 5.63 4.86 0.78 0.00 578.72 469.77 0.00 20:22:00 20:20:01 0.67 0.00 0.67 0.00 0.00 9.99 0.00 20:22:00 20:21:01 3.53 3.23 0.30 0.00 332.15 5.31 0.00 20:22:00 Average: 44.42 33.10 11.32 0.00 2347.11 3694.24 0.00 20:22:00 20:22:00 17:07:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:22:00 17:08:01 80964 0 604124 32.11 2620 1193836 1147256 39.15 496156 1106616 11888 20:22:00 17:09:01 70536 0 813864 43.26 2620 994524 1520648 51.90 664984 942184 26688 20:22:00 17:10:01 149564 0 722796 38.42 1640 1007544 1501868 51.26 573704 921464 36 20:22:00 17:11:02 138892 0 857080 45.55 1492 884080 1532248 52.29 641596 827988 5536 20:22:00 17:12:01 120240 0 832380 44.24 732 928192 1673508 57.11 682560 798696 67336 20:22:00 17:13:01 308188 0 764624 40.64 560 808172 1671468 57.04 576016 714384 82360 20:22:00 17:14:02 181168 0 791032 42.04 520 908824 1432444 48.89 646616 768040 1500 20:22:00 17:15:01 73460 0 732924 38.95 184 1074976 1285616 43.88 705232 829544 38084 20:22:00 17:16:02 467148 0 688952 36.62 0 725444 2032660 69.37 507692 692496 76 20:22:00 17:17:04 53356 0 839288 44.61 0 988900 2363972 80.68 770368 830596 23612 20:22:00 17:18:02 92096 0 1137296 60.44 0 652152 3403040 116.14 826588 701496 11116 20:22:00 17:19:02 74140 0 749208 39.82 0 1058196 1858564 63.43 757796 801668 8120 20:22:00 17:20:03 64184 0 863792 45.91 0 953568 2605648 88.93 652116 929524 89296 20:22:00 17:21:03 419900 0 746912 39.70 0 714732 1842680 62.89 598336 635820 24 20:22:00 17:22:01 77764 0 698204 37.11 0 1105576 1583808 54.05 629748 929824 48504 20:22:00 17:23:01 81040 0 655072 34.82 0 1145432 1477028 50.41 589576 967200 32 20:22:00 17:24:01 70116 0 658160 34.98 0 1153268 1500472 51.21 669764 895904 71976 20:22:00 17:25:01 281856 0 693220 36.84 0 906468 1322252 45.13 610456 679812 40 20:22:00 17:26:02 190968 0 787672 41.86 0 902904 1740296 59.39 533876 804908 38560 20:22:00 17:27:01 79356 0 819476 43.55 0 982712 1494308 51.00 595332 833104 20 20:22:00 17:28:01 87152 0 808240 42.96 0 986152 1371584 46.81 590444 833064 8 20:22:00 17:29:01 85872 0 808432 42.97 0 987240 1371596 46.81 590092 834424 12 20:22:00 17:30:01 87160 0 807264 42.90 0 987120 1358256 46.36 588968 834392 8 20:22:00 17:31:01 87572 0 806844 42.88 0 987128 1358232 46.35 588664 834392 8 20:22:00 17:32:01 88128 0 806264 42.85 0 987152 1351096 46.11 588364 834376 24 20:22:00 17:33:01 88536 0 805996 42.84 0 987012 1351120 46.11 588092 834524 8 20:22:00 17:34:02 88680 0 805832 42.83 0 987032 1351084 46.11 587700 834476 8 20:22:00 17:35:01 89160 0 805468 42.81 0 986916 1351048 46.11 587508 834628 8 20:22:00 17:36:01 89612 0 805132 42.79 0 986800 1350020 46.07 587056 834852 12 20:22:00 17:37:01 95256 0 803888 42.72 0 982400 1352528 46.16 569060 846776 12 20:22:00 17:38:01 96148 0 802992 42.68 0 982404 1352096 46.14 568648 846776 16 20:22:00 17:39:01 95992 0 803152 42.69 0 982400 1352108 46.15 568672 846776 12 20:22:00 17:40:01 96508 0 802616 42.66 0 982420 1350816 46.10 568500 846792 12 20:22:00 17:41:01 96476 0 802644 42.66 0 982424 1350852 46.10 568688 846812 8 20:22:00 17:42:01 96624 0 802480 42.65 0 982440 1344692 45.89 568568 846816 12 20:22:00 17:43:01 96088 0 803012 42.68 0 982444 1344744 45.89 568680 846832 12 20:22:00 17:44:01 96120 0 802984 42.68 0 982440 1344744 45.89 568824 846832 8 20:22:00 17:45:01 96416 0 802664 42.66 0 982464 1344696 45.89 568708 846848 12 20:22:00 17:46:02 96268 0 802800 42.67 0 982476 1344720 45.89 568592 846848 12 20:22:00 17:47:01 95840 0 803216 42.69 0 982488 1344708 45.89 568784 846848 8 20:22:00 17:48:01 96132 0 802912 42.67 0 982500 1344816 45.90 568868 846852 12 20:22:00 17:49:01 95432 0 803636 42.71 0 982476 1344836 45.90 568904 846848 8 20:22:00 17:50:01 96212 0 802816 42.67 0 982516 1344720 45.89 568408 846884 16 20:22:00 17:51:01 96568 0 802448 42.65 0 982528 1344672 45.89 564952 850340 12 20:22:00 17:52:01 96264 0 802748 42.66 0 982532 1344744 45.89 565364 850364 8 20:22:00 17:53:01 95476 0 803528 42.71 0 982540 1344840 45.90 565676 850380 8 20:22:00 17:54:01 95296 0 803700 42.71 0 982548 1344864 45.90 564048 852052 8 20:22:00 17:55:01 95808 0 803192 42.69 0 982544 1344744 45.89 563900 852052 8 20:22:00 17:56:01 95896 0 803084 42.68 0 982564 1344744 45.89 564004 852072 16 20:22:00 17:57:02 95724 0 803252 42.69 0 982568 1344756 45.89 564204 852068 8 20:22:00 17:58:01 95236 0 803728 42.72 0 982580 1344780 45.90 562628 853732 12 20:22:00 17:59:01 95288 0 803672 42.71 0 982584 1344792 45.90 562736 853732 8 20:22:00 18:00:01 95940 0 803012 42.68 0 982592 1344684 45.89 562200 853732 8 20:22:00 18:01:01 95100 0 803860 42.72 0 982584 1347392 45.98 561208 855396 8 20:22:00 18:02:01 94292 0 804064 42.73 0 983188 1345300 45.91 561136 855872 12 20:22:00 18:03:01 92352 0 805992 42.84 0 983200 1369784 46.75 562056 856828 8 20:22:00 18:04:01 94460 0 803892 42.73 0 983192 1353956 46.21 560672 856776 12 20:22:00 18:05:01 94556 0 803776 42.72 0 983212 1353624 46.20 560868 856792 8 20:22:00 18:06:01 94856 0 803468 42.70 0 983220 1351840 46.14 560624 856792 8 20:22:00 18:07:02 94784 0 803536 42.71 0 983224 1345744 45.93 560548 856808 12 20:22:00 18:08:01 94656 0 803656 42.71 0 983232 1345804 45.93 560728 856808 12 20:22:00 18:09:01 94768 0 803512 42.70 0 983264 1345744 45.93 560444 856836 12 20:22:00 18:10:01 95096 0 803176 42.69 0 983272 1345768 45.93 560512 856856 8 20:22:00 18:11:01 94828 0 803436 42.70 0 983280 1345804 45.93 560544 856880 8 20:22:00 18:12:01 95084 0 803180 42.69 0 983280 1345768 45.93 560304 856880 12 20:22:00 18:13:01 95280 0 802988 42.68 0 983276 1345752 45.93 560532 856880 8 20:22:00 18:14:01 94900 0 803348 42.70 0 983296 1345732 45.93 560524 856896 12 20:22:00 18:15:01 95412 0 802828 42.67 0 983304 1345744 45.93 560388 856896 8 20:22:00 18:16:02 94844 0 803364 42.70 0 983336 1345792 45.93 560372 856892 16 20:22:00 18:17:01 94352 0 803872 42.72 0 983320 1345852 45.93 560568 856896 12 20:22:00 18:18:01 94352 0 803872 42.72 0 983320 1345912 45.93 561068 856896 8 20:22:00 18:19:01 94028 0 804204 42.74 0 983312 1345936 45.93 561404 856896 8 20:22:00 18:20:01 94244 0 803964 42.73 0 983336 1345804 45.93 560848 856912 8 20:22:00 18:21:01 93972 0 804232 42.74 0 983340 1345912 45.93 561264 856912 16 20:22:00 18:22:01 93724 0 804472 42.76 0 983348 1345900 45.93 561548 856912 12 20:22:00 18:23:01 93936 0 804252 42.74 0 983356 1345912 45.93 561616 856916 8 20:22:00 18:24:01 95400 0 802776 42.67 0 983368 1342976 45.83 560576 855544 16 20:22:00 18:25:01 95168 0 803008 42.68 0 983368 1347172 45.98 560908 855544 8 20:22:00 18:26:01 95856 0 802344 42.64 0 983344 1346872 45.97 560724 855544 8 20:22:00 18:27:01 95784 0 802376 42.64 0 983384 1346872 45.97 560900 855576 8 20:22:00 18:28:01 96256 0 801900 42.62 0 983388 1346836 45.97 560748 855576 16 20:22:00 18:29:02 95824 0 802324 42.64 0 983396 1346824 45.96 560904 855576 12 20:22:00 18:30:01 96152 0 802004 42.62 0 983388 1346728 45.96 560460 855576 12 20:22:00 18:31:01 96212 0 801928 42.62 0 983404 1346788 45.96 560440 855592 8 20:22:00 18:32:01 96088 0 802040 42.63 0 983416 1346800 45.96 560764 855600 8 20:22:00 18:33:01 96276 0 801848 42.62 0 983420 1346740 45.96 560476 855604 8 20:22:00 18:34:01 96260 0 801856 42.62 0 983428 1346752 45.96 560632 855608 8 20:22:00 18:35:01 95928 0 802180 42.63 0 983436 1346812 45.96 560788 855608 8 20:22:00 18:36:01 95992 0 802108 42.63 0 983444 1346848 45.97 561076 855608 8 20:22:00 18:37:01 96328 0 801764 42.61 0 983452 1345712 45.93 560416 855608 8 20:22:00 18:38:01 96372 0 801716 42.61 0 983456 1345736 45.93 560452 855608 8 20:22:00 18:39:01 96344 0 801704 42.61 0 983496 1345748 45.93 560576 855632 24 20:22:00 18:40:02 96608 0 801464 42.60 0 983472 1345724 45.93 560380 855624 8 20:22:00 18:41:01 96532 0 801524 42.60 0 983488 1345688 45.93 560228 855640 8 20:22:00 18:42:01 97156 0 800892 42.57 0 983496 1341600 45.79 559948 855640 8 20:22:00 18:43:01 96356 0 801684 42.61 0 983504 1341684 45.79 560344 855640 8 20:22:00 18:44:01 96832 0 801236 42.58 0 983476 1341612 45.79 560216 855640 12 20:22:00 18:45:01 238104 0 817176 43.43 0 826264 1348924 46.04 507708 753128 12 20:22:00 18:46:01 132792 0 909108 48.32 0 839644 1340112 45.74 497132 769708 8 20:22:00 18:47:01 131296 0 910364 48.38 0 839884 1341716 45.79 498360 770112 8 20:22:00 18:48:01 129576 0 911964 48.47 0 840004 1345664 45.93 498628 770412 8 20:22:00 18:49:01 128644 0 911656 48.45 0 841244 1345352 45.91 498556 771424 8 20:22:00 18:50:01 128904 0 910856 48.41 0 841784 1345244 45.91 498644 771916 12 20:22:00 18:51:01 128884 0 910844 48.41 0 841816 1343136 45.84 498612 771940 8 20:22:00 18:52:02 128724 0 910992 48.42 0 841828 1343244 45.84 498736 771940 8 20:22:00 18:53:01 128912 0 910800 48.41 0 841832 1343260 45.84 498688 771940 8 20:22:00 18:54:01 128140 0 911564 48.45 0 841840 1343272 45.84 498840 771940 8 20:22:00 18:55:01 128888 0 910812 48.41 0 841844 1343152 45.84 498444 771940 8 20:22:00 18:56:01 128732 0 910952 48.42 0 841860 1343224 45.84 498516 771976 8 20:22:00 18:57:01 129308 0 910376 48.38 0 841860 1343188 45.84 498748 771972 8 20:22:00 18:58:01 128640 0 911032 48.42 0 841872 1343212 45.84 498716 772012 8 20:22:00 18:59:01 129204 0 910460 48.39 0 841880 1343152 45.84 498540 772008 8 20:22:00 19:00:01 128856 0 910820 48.41 0 841868 1342112 45.80 498400 772008 8 20:22:00 19:01:01 127904 0 911744 48.46 0 841896 1344976 45.90 499312 772024 8 20:22:00 19:02:01 128784 0 910820 48.41 0 841940 1342244 45.81 498736 772020 20 20:22:00 19:03:01 128764 0 910868 48.41 0 841912 1342184 45.81 498660 772012 8 20:22:00 19:04:01 128964 0 910672 48.40 0 841908 1340116 45.74 498416 772016 8 20:22:00 19:05:01 128720 0 910904 48.41 0 841920 1340164 45.74 498968 772012 12 20:22:00 19:06:01 128784 0 910820 48.41 0 841940 1340128 45.74 498568 772028 12 20:22:00 19:07:01 128696 0 910900 48.41 0 841948 1340176 45.74 498724 772028 12 20:22:00 19:08:01 128604 0 910984 48.42 0 841956 1340212 45.74 498560 772028 12 20:22:00 19:09:01 128604 0 910976 48.42 0 841964 1340188 45.74 498556 772028 12 20:22:00 19:10:01 128828 0 910752 48.40 0 841964 1340164 45.74 498548 772028 12 20:22:00 19:11:01 127048 0 911836 48.46 0 842660 1342584 45.82 499204 772040 12 20:22:00 19:12:01 128636 0 910240 48.38 0 842668 1342140 45.81 498840 772044 16 20:22:00 19:13:01 128704 0 910132 48.37 0 842708 1342164 45.81 499028 772056 28 20:22:00 19:14:01 128416 0 910444 48.39 0 842684 1342200 45.81 499076 772048 12 20:22:00 19:15:02 128408 0 910460 48.39 0 842676 1342200 45.81 498896 772048 12 20:22:00 19:16:01 128828 0 910020 48.37 0 842696 1342176 45.81 498860 772064 12 20:22:00 19:17:01 128432 0 910408 48.39 0 842704 1342164 45.81 498896 772064 12 20:22:00 19:18:01 128620 0 910212 48.38 0 842712 1342140 45.81 498904 772064 12 20:22:00 19:19:01 128480 0 910348 48.38 0 842716 1342152 45.81 498896 772064 8 20:22:00 19:20:01 128484 0 910336 48.38 0 842724 1341172 45.77 498844 772076 12 20:22:00 19:21:01 128516 0 910304 48.38 0 842724 1341196 45.77 498868 772072 12 20:22:00 19:22:01 128128 0 910684 48.40 0 842732 1341208 45.77 499148 772080 8 20:22:00 19:23:01 128160 0 910612 48.40 0 842772 1341172 45.77 499072 772088 20 20:22:00 19:24:01 128832 0 910024 48.37 0 842688 1337500 45.65 498492 771988 24 20:22:00 19:25:02 128924 0 909916 48.36 0 842704 1337512 45.65 498608 771996 12 20:22:00 19:26:01 128956 0 909888 48.36 0 842700 1337524 45.65 498416 771996 16 20:22:00 19:27:01 129360 0 909456 48.34 0 842728 1337464 45.65 498580 772012 12 20:22:00 19:28:01 129296 0 909512 48.34 0 842736 1337512 45.65 498432 772012 12 20:22:00 19:29:01 128620 0 910172 48.37 0 842752 1337500 45.65 498620 772028 12 20:22:00 19:30:01 129208 0 909572 48.34 0 842764 1337560 45.65 498652 772028 8 20:22:00 19:31:01 129488 0 909316 48.33 0 842740 1336496 45.61 498556 772028 12 20:22:00 19:32:01 129196 0 909568 48.34 0 842780 1336508 45.61 498504 772060 12 20:22:00 19:33:01 126544 0 912152 48.48 0 842848 1372372 46.84 499452 772092 32 20:22:00 19:34:01 128948 0 909792 48.35 0 842804 1346204 45.94 498648 772020 12 20:22:00 19:35:02 129020 0 909716 48.35 0 842808 1341064 45.77 498472 771996 8 20:22:00 19:36:01 129120 0 909604 48.34 0 842820 1336964 45.63 498476 772000 12 20:22:00 19:37:01 129004 0 909712 48.35 0 842828 1337000 45.63 498556 771996 8 20:22:00 19:38:01 128836 0 909876 48.36 0 842832 1337048 45.63 498780 771996 12 20:22:00 19:39:01 126048 0 912520 48.50 0 842976 1334496 45.54 499076 774600 8 20:22:00 19:40:01 121612 0 916876 48.73 0 843056 1334688 45.55 499256 778620 8 20:22:00 19:41:01 121908 0 916568 48.71 0 843068 1334472 45.54 498792 778620 8 20:22:00 19:42:01 122468 0 916016 48.68 0 843060 1334424 45.54 498840 778624 8 20:22:00 19:43:01 121708 0 916768 48.72 0 843068 1334508 45.54 499328 778636 8 20:22:00 19:44:01 121224 0 917224 48.75 0 843096 1334572 45.55 499544 778660 8 20:22:00 19:45:02 121572 0 916872 48.73 0 843100 1334572 45.55 499552 778660 8 20:22:00 19:46:01 121784 0 916648 48.72 0 843112 1333496 45.51 498984 778660 8 20:22:00 19:47:01 121672 0 916768 48.72 0 843104 1333592 45.51 499220 778660 8 20:22:00 19:48:01 121300 0 917120 48.74 0 843124 1333616 45.51 499320 778676 8 20:22:00 19:49:01 121376 0 917036 48.74 0 843132 1333508 45.51 499080 778676 8 20:22:00 19:50:01 121796 0 916608 48.72 0 843140 1333532 45.51 498992 778676 8 20:22:00 19:51:01 121612 0 916792 48.73 0 843140 1333556 45.51 499140 778676 8 20:22:00 19:52:01 122000 0 916396 48.70 0 843148 1333520 45.51 499244 778680 8 20:22:00 19:53:01 121464 0 916928 48.73 0 843152 1333568 45.51 499220 778676 8 20:22:00 19:54:01 121692 0 916700 48.72 0 843152 1333496 45.51 499236 778676 8 20:22:00 19:55:01 121756 0 916604 48.72 0 843184 1333436 45.51 498948 778680 12 20:22:00 19:56:02 121872 0 916504 48.71 0 843168 1333472 45.51 499068 778676 8 20:22:00 19:57:01 121420 0 916948 48.73 0 843176 1333496 45.51 499440 778676 8 20:22:00 19:58:01 121416 0 916948 48.73 0 843180 1333592 45.51 499564 778676 8 20:22:00 19:59:01 120796 0 917556 48.77 0 843192 1333616 45.51 499956 778680 8 20:22:00 20:00:01 121392 0 916956 48.73 0 843196 1333592 45.51 499796 778676 8 20:22:00 20:01:01 119576 0 918768 48.83 0 843200 1336288 45.61 500584 778676 8 20:22:00 20:02:01 120824 0 917512 48.76 0 843208 1333628 45.51 499868 778676 8 20:22:00 20:03:01 120788 0 917540 48.77 0 843216 1333616 45.51 499720 778676 8 20:22:00 20:04:01 120764 0 917560 48.77 0 843220 1333628 45.51 500008 778676 8 20:22:00 20:05:01 120096 0 918200 48.80 0 843248 1333344 45.50 500240 778580 4 20:22:00 20:06:02 118916 0 919396 48.86 0 843232 1360108 46.42 500848 778576 8 20:22:00 20:07:01 121824 0 916484 48.71 0 843236 1337036 45.63 499444 778532 8 20:22:00 20:08:01 121628 0 916676 48.72 0 843240 1337120 45.63 499596 778528 12 20:22:00 20:09:01 121676 0 916624 48.72 0 843244 1337132 45.63 499604 778528 8 20:22:00 20:10:01 121520 0 916776 48.72 0 843248 1337168 45.64 499640 778528 12 20:22:00 20:11:01 121204 0 917088 48.74 0 843252 1337180 45.64 499540 778528 8 20:22:00 20:12:01 121324 0 916952 48.73 0 843268 1337120 45.63 499400 778532 8 20:22:00 20:13:01 121264 0 917008 48.74 0 843272 1337120 45.63 499576 778528 8 20:22:00 20:14:01 121456 0 916812 48.73 0 843276 1337108 45.63 499600 778528 12 20:22:00 20:15:01 121144 0 917120 48.74 0 843280 1337156 45.63 499788 778528 8 20:22:00 20:16:01 121176 0 917060 48.74 0 843308 1337132 45.63 499684 778532 16 20:22:00 20:17:01 121100 0 917156 48.74 0 843288 1337144 45.63 499780 778528 8 20:22:00 20:18:02 121684 0 916568 48.71 0 843292 1337060 45.63 499660 778528 12 20:22:00 20:19:01 83768 0 924388 49.13 0 873388 1364208 46.56 520700 793724 8 20:22:00 20:20:01 85260 0 922896 49.05 0 873388 1349360 46.05 520248 793724 8 20:22:00 20:21:01 66664 0 961656 51.11 0 853224 1702852 58.12 561392 772508 8 20:22:00 Average: 116100 0 855033 45.44 53 910357 1386951 47.33 540306 810999 2714 20:22:00 20:22:00 17:07:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:22:00 17:08:01 eth0 630.78 542.24 3359.19 83.87 0.00 0.00 0.00 0.00 20:22:00 17:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:09:01 veth1579815 819.08 668.85 79.39 2647.76 0.00 0.00 0.00 0.00 20:22:00 17:09:01 eth0 741.12 870.59 2983.00 113.61 0.00 0.00 0.00 0.00 20:22:00 17:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:09:01 docker0 819.08 668.72 68.19 2647.75 0.00 0.00 0.00 0.00 20:22:00 17:10:01 veth63b21c3 1.71 4.00 0.12 29.16 0.00 0.00 0.00 0.00 20:22:00 17:10:01 eth0 311.72 246.22 2863.84 28.26 0.00 0.00 0.00 0.00 20:22:00 17:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:10:01 docker0 1.76 3.95 0.09 29.15 0.00 0.00 0.00 0.00 20:22:00 17:11:02 eth0 194.16 137.75 825.67 75.58 0.00 0.00 0.00 0.00 20:22:00 17:11:02 veth64afce9 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:22:00 17:11:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:11:02 docker0 107.29 157.27 7.68 796.23 0.00 0.00 0.00 0.00 20:22:00 17:12:01 eth0 17.47 13.11 14.30 7.31 0.00 0.00 0.00 0.00 20:22:00 17:12:01 veth64afce9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:13:01 eth0 34.41 27.82 20.24 59.54 0.00 0.00 0.00 0.00 20:22:00 17:13:01 veth64afce9 0.23 0.23 0.02 0.02 0.00 0.00 0.00 0.00 20:22:00 17:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:13:01 docker0 0.23 0.23 0.02 0.02 0.00 0.00 0.00 0.00 20:22:00 17:14:02 eth0 24.92 17.52 19.93 10.63 0.00 0.00 0.00 0.00 20:22:00 17:14:02 veth64afce9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:14:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:14:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:15:01 vetha1f51d4 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 20:22:00 17:15:01 eth0 200.69 165.71 1720.13 73.61 0.00 0.00 0.00 0.00 20:22:00 17:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:16:02 veth6b0bf1d 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:16:02 vetha1f51d4 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:16:02 vethaa07859 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:16:02 vethd76be70 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:17:04 vetha1f51d4 0.00 0.27 0.00 0.01 0.00 0.00 0.00 0.00 20:22:00 17:17:04 eth0 2155.65 1993.58 11518.03 445.93 0.00 0.00 0.00 0.00 20:22:00 17:17:04 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 20:22:00 17:17:04 docker0 914.56 825.28 74.32 3488.34 0.00 0.00 0.00 0.00 20:22:00 17:18:02 vetha1f51d4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:18:02 vethd813f68 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 20:22:00 17:18:02 vethe28dc76 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 20:22:00 17:18:02 veth500066f 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 20:22:00 17:19:02 veth88f767f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:19:02 vetha1f51d4 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:22:00 17:19:02 eth0 2335.99 2148.16 12316.45 531.05 0.00 0.00 0.00 0.00 20:22:00 17:19:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:22:00 17:20:03 vethb600a2d 0.00 0.21 0.00 0.01 0.00 0.00 0.00 0.00 20:22:00 17:20:03 vetha1f51d4 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:20:03 eth0 44.72 31.78 84.26 15.01 0.00 0.00 0.00 0.00 20:22:00 17:20:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:21:03 vetha1f51d4 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:21:03 veth9785607 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 20:22:00 17:21:03 veth5f3232a 0.10 0.00 0.01 0.00 0.00 0.00 0.00 0.00 20:22:00 17:21:03 veth6fa883c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:22:00 17:22:01 vetha1f51d4 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:22:01 eth0 2763.84 2462.12 14365.86 704.15 0.00 0.00 0.00 0.00 20:22:00 17:22:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:22:00 17:22:01 docker0 1084.22 1029.57 85.51 4301.08 0.00 0.00 0.00 0.00 20:22:00 17:23:01 eth0 188.98 170.97 150.52 513.13 0.00 0.00 0.00 0.00 20:22:00 17:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:23:01 docker0 12.08 15.14 0.92 56.58 0.00 0.00 0.00 0.00 20:22:00 17:24:01 eth0 403.64 367.87 1341.23 1063.30 0.00 0.00 0.00 0.00 20:22:00 17:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:25:01 eth0 322.11 269.66 3038.17 65.54 0.00 0.00 0.00 0.00 20:22:00 17:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:25:01 docker0 34.84 34.00 3.35 220.18 0.00 0.00 0.00 0.00 20:22:00 17:26:02 eth0 358.69 286.13 3205.06 72.07 0.00 0.00 0.00 0.00 20:22:00 17:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:26:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:27:01 eth0 76.78 51.52 232.30 40.83 0.00 0.00 0.00 0.00 20:22:00 17:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:27:01 veth42322b7 29.47 43.86 1.96 205.91 0.00 0.00 0.00 0.00 20:22:00 17:27:01 docker0 29.47 43.72 1.56 205.90 0.00 0.00 0.00 0.00 20:22:00 17:28:01 eth0 1.65 0.87 1.28 0.66 0.00 0.00 0.00 0.00 20:22:00 17:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:28:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:29:01 eth0 1.25 0.78 0.93 0.52 0.00 0.00 0.00 0.00 20:22:00 17:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:29:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:30:01 eth0 1.25 0.77 0.94 0.46 0.00 0.00 0.00 0.00 20:22:00 17:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:30:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:31:01 eth0 1.25 0.77 0.92 0.49 0.00 0.00 0.00 0.00 20:22:00 17:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:31:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:32:01 eth0 1.31 0.73 0.98 0.54 0.00 0.00 0.00 0.00 20:22:00 17:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:32:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:33:01 eth0 1.33 0.95 0.99 0.54 0.00 0.00 0.00 0.00 20:22:00 17:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:33:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:34:02 eth0 1.30 1.03 1.02 0.51 0.00 0.00 0.00 0.00 20:22:00 17:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:34:02 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:34:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:35:01 eth0 1.20 1.00 0.93 0.54 0.00 0.00 0.00 0.00 20:22:00 17:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:35:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:36:01 eth0 1.20 0.98 0.91 0.50 0.00 0.00 0.00 0.00 20:22:00 17:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:36:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:37:01 eth0 8.06 8.62 1.43 31.01 0.00 0.00 0.00 0.00 20:22:00 17:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:37:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:38:01 eth0 1.33 0.87 0.99 0.55 0.00 0.00 0.00 0.00 20:22:00 17:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:38:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:39:01 eth0 1.15 0.62 0.91 0.45 0.00 0.00 0.00 0.00 20:22:00 17:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:39:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:40:01 eth0 1.26 0.75 0.93 0.51 0.00 0.00 0.00 0.00 20:22:00 17:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:40:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:41:01 eth0 1.30 0.72 0.98 0.46 0.00 0.00 0.00 0.00 20:22:00 17:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:41:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:42:01 eth0 1.30 0.65 0.98 0.51 0.00 0.00 0.00 0.00 20:22:00 17:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:42:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:43:01 eth0 1.71 1.10 1.27 0.74 0.00 0.00 0.00 0.00 20:22:00 17:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:43:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:44:01 eth0 1.17 0.72 0.93 0.49 0.00 0.00 0.00 0.00 20:22:00 17:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:44:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:45:01 eth0 1.21 0.72 0.92 0.48 0.00 0.00 0.00 0.00 20:22:00 17:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:45:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:46:02 eth0 1.28 0.85 0.97 0.52 0.00 0.00 0.00 0.00 20:22:00 17:46:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:46:02 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:46:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:47:01 eth0 1.29 0.69 0.99 0.49 0.00 0.00 0.00 0.00 20:22:00 17:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:47:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:48:01 eth0 1.40 0.87 1.07 0.55 0.00 0.00 0.00 0.00 20:22:00 17:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:48:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:49:01 eth0 1.20 0.75 0.91 0.52 0.00 0.00 0.00 0.00 20:22:00 17:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:49:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:50:01 eth0 1.17 0.75 0.91 0.49 0.00 0.00 0.00 0.00 20:22:00 17:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:50:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:51:01 eth0 2.41 0.80 1.03 0.49 0.00 0.00 0.00 0.00 20:22:00 17:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:51:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:52:01 eth0 3.41 0.85 1.41 0.70 0.00 0.00 0.00 0.00 20:22:00 17:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:52:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:53:01 eth0 2.13 1.20 1.58 0.91 0.00 0.00 0.00 0.00 20:22:00 17:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:53:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:54:01 eth0 1.58 0.80 0.96 0.49 0.00 0.00 0.00 0.00 20:22:00 17:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:54:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:55:01 eth0 2.05 0.76 0.98 0.51 0.00 0.00 0.00 0.00 20:22:00 17:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:55:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:56:01 eth0 2.76 0.90 1.29 0.65 0.00 0.00 0.00 0.00 20:22:00 17:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:56:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:57:02 eth0 2.08 1.43 1.52 0.95 0.00 0.00 0.00 0.00 20:22:00 17:57:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:57:02 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:57:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:58:01 eth0 1.37 0.85 1.06 0.53 0.00 0.00 0.00 0.00 20:22:00 17:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:58:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:59:01 eth0 1.18 0.68 0.91 0.48 0.00 0.00 0.00 0.00 20:22:00 17:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:59:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 17:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:00:01 eth0 1.26 0.73 0.92 0.51 0.00 0.00 0.00 0.00 20:22:00 18:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:00:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:01:01 eth0 1.60 0.73 0.96 0.46 0.00 0.00 0.00 0.00 20:22:00 18:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:01:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:02:01 eth0 2.13 0.95 1.28 0.70 0.00 0.00 0.00 0.00 20:22:00 18:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:02:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:03:01 eth0 9.32 8.49 2.06 34.83 0.00 0.00 0.00 0.00 20:22:00 18:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:03:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:04:01 eth0 1.80 0.73 0.99 0.52 0.00 0.00 0.00 0.00 20:22:00 18:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:04:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:05:01 eth0 1.66 0.92 1.18 0.65 0.00 0.00 0.00 0.00 20:22:00 18:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:05:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:06:01 eth0 1.18 0.65 0.91 0.50 0.00 0.00 0.00 0.00 20:22:00 18:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:06:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:07:02 eth0 1.25 0.67 0.97 0.48 0.00 0.00 0.00 0.00 20:22:00 18:07:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:07:02 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:07:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:08:01 eth0 1.41 0.80 1.08 0.58 0.00 0.00 0.00 0.00 20:22:00 18:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:08:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:09:01 eth0 1.23 0.67 0.92 0.45 0.00 0.00 0.00 0.00 20:22:00 18:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:09:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:10:01 eth0 1.27 0.75 0.95 0.48 0.00 0.00 0.00 0.00 20:22:00 18:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:10:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:11:01 eth0 1.35 0.75 0.94 0.51 0.00 0.00 0.00 0.00 20:22:00 18:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:11:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:12:01 eth0 1.37 0.70 0.98 0.48 0.00 0.00 0.00 0.00 20:22:00 18:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:12:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:13:01 eth0 1.61 0.86 1.08 0.58 0.00 0.00 0.00 0.00 20:22:00 18:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:13:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:14:01 eth0 1.25 0.72 0.92 0.46 0.00 0.00 0.00 0.00 20:22:00 18:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:14:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:15:01 eth0 1.22 0.68 0.92 0.48 0.00 0.00 0.00 0.00 20:22:00 18:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:15:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:16:02 eth0 2.62 0.71 1.03 0.51 0.00 0.00 0.00 0.00 20:22:00 18:16:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:16:02 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:16:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:17:01 eth0 3.15 1.02 1.41 0.69 0.00 0.00 0.00 0.00 20:22:00 18:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:17:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:18:01 eth0 2.35 1.22 1.60 0.94 0.00 0.00 0.00 0.00 20:22:00 18:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:18:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:19:01 eth0 2.26 0.98 1.23 0.71 0.00 0.00 0.00 0.00 20:22:00 18:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:19:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:20:01 eth0 2.10 1.02 1.23 0.68 0.00 0.00 0.00 0.00 20:22:00 18:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:20:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:21:01 eth0 2.55 0.95 1.26 0.65 0.00 0.00 0.00 0.00 20:22:00 18:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:21:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:22:01 eth0 2.13 0.80 1.30 0.70 0.00 0.00 0.00 0.00 20:22:00 18:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:22:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:23:01 eth0 1.83 0.97 1.35 0.74 0.00 0.00 0.00 0.00 20:22:00 18:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:23:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:24:01 eth0 3.76 3.61 1.08 21.64 0.00 0.00 0.00 0.00 20:22:00 18:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:24:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:25:01 eth0 3.40 2.50 1.08 9.23 0.00 0.00 0.00 0.00 20:22:00 18:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:25:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:26:01 eth0 1.98 0.83 1.22 0.67 0.00 0.00 0.00 0.00 20:22:00 18:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:26:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:27:01 eth0 1.60 0.97 1.25 0.74 0.00 0.00 0.00 0.00 20:22:00 18:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:27:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:28:01 eth0 2.21 1.01 1.37 0.71 0.00 0.00 0.00 0.00 20:22:00 18:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:28:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:29:02 eth0 1.26 0.63 0.94 0.48 0.00 0.00 0.00 0.00 20:22:00 18:29:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:29:02 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:29:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:30:01 eth0 1.90 0.69 0.99 0.52 0.00 0.00 0.00 0.00 20:22:00 18:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:30:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:31:01 eth0 1.63 0.87 1.18 0.64 0.00 0.00 0.00 0.00 20:22:00 18:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:31:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:32:01 eth0 1.25 0.77 0.97 0.51 0.00 0.00 0.00 0.00 20:22:00 18:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:32:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:33:01 eth0 1.32 0.82 1.04 0.58 0.00 0.00 0.00 0.00 20:22:00 18:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:33:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:34:01 eth0 1.62 0.75 0.96 0.49 0.00 0.00 0.00 0.00 20:22:00 18:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:34:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:35:01 eth0 2.61 0.95 1.31 0.68 0.00 0.00 0.00 0.00 20:22:00 18:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:35:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:36:01 eth0 1.58 0.87 1.18 0.64 0.00 0.00 0.00 0.00 20:22:00 18:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:36:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:37:01 eth0 1.22 0.77 0.97 0.52 0.00 0.00 0.00 0.00 20:22:00 18:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:37:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:38:01 eth0 1.48 0.77 1.07 0.58 0.00 0.00 0.00 0.00 20:22:00 18:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:38:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:39:01 eth0 1.18 0.70 0.91 0.45 0.00 0.00 0.00 0.00 20:22:00 18:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:39:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:40:02 eth0 1.18 0.68 0.91 0.48 0.00 0.00 0.00 0.00 20:22:00 18:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:40:02 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:40:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:41:01 eth0 1.19 0.78 0.93 0.52 0.00 0.00 0.00 0.00 20:22:00 18:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:41:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:42:01 eth0 1.22 0.70 0.97 0.48 0.00 0.00 0.00 0.00 20:22:00 18:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:42:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:43:01 eth0 1.88 0.98 1.33 0.74 0.00 0.00 0.00 0.00 20:22:00 18:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:43:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:44:01 eth0 1.23 0.65 0.92 0.48 0.00 0.00 0.00 0.00 20:22:00 18:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:44:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:45:01 eth0 1.28 0.73 0.92 0.48 0.00 0.00 0.00 0.00 20:22:00 18:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:45:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:46:01 eth0 1.26 0.85 0.93 0.52 0.00 0.00 0.00 0.00 20:22:00 18:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:46:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:47:01 eth0 1.40 0.73 0.98 0.48 0.00 0.00 0.00 0.00 20:22:00 18:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:47:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:48:01 eth0 10.50 10.14 1.64 31.36 0.00 0.00 0.00 0.00 20:22:00 18:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:48:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:49:01 eth0 1.16 0.75 0.91 0.51 0.00 0.00 0.00 0.00 20:22:00 18:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:49:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:50:01 eth0 1.30 0.78 0.94 0.46 0.00 0.00 0.00 0.00 20:22:00 18:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:50:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:51:01 eth0 1.30 0.70 0.92 0.49 0.00 0.00 0.00 0.00 20:22:00 18:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:51:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:52:02 eth0 1.35 0.76 0.98 0.54 0.00 0.00 0.00 0.00 20:22:00 18:52:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:52:02 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:52:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:53:01 eth0 1.41 0.78 1.07 0.53 0.00 0.00 0.00 0.00 20:22:00 18:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:53:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:54:01 eth0 1.15 0.77 0.91 0.49 0.00 0.00 0.00 0.00 20:22:00 18:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:54:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:55:01 eth0 1.17 0.63 0.91 0.50 0.00 0.00 0.00 0.00 20:22:00 18:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:55:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:56:01 eth0 1.21 0.73 0.93 0.46 0.00 0.00 0.00 0.00 20:22:00 18:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:56:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:57:01 eth0 1.22 0.75 0.97 0.51 0.00 0.00 0.00 0.00 20:22:00 18:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:57:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:58:01 eth0 1.37 0.78 1.08 0.55 0.00 0.00 0.00 0.00 20:22:00 18:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:58:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:59:01 eth0 1.15 0.67 0.91 0.48 0.00 0.00 0.00 0.00 20:22:00 18:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:59:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 18:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:00:01 eth0 1.17 0.72 0.91 0.51 0.00 0.00 0.00 0.00 20:22:00 19:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:00:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:01:01 eth0 1.21 0.82 0.93 0.47 0.00 0.00 0.00 0.00 20:22:00 19:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:01:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:02:01 eth0 1.25 0.95 0.97 0.53 0.00 0.00 0.00 0.00 20:22:00 19:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:02:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:03:01 eth0 1.41 1.06 1.07 0.56 0.00 0.00 0.00 0.00 20:22:00 19:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:03:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:04:01 eth0 1.76 1.02 0.99 0.51 0.00 0.00 0.00 0.00 20:22:00 19:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:04:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:05:01 eth0 1.45 1.21 1.17 0.69 0.00 0.00 0.00 0.00 20:22:00 19:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:05:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:06:01 eth0 1.18 1.00 0.91 0.50 0.00 0.00 0.00 0.00 20:22:00 19:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:06:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:07:01 eth0 1.22 0.95 0.97 0.53 0.00 0.00 0.00 0.00 20:22:00 19:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:07:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:08:01 eth0 1.35 1.11 1.05 0.57 0.00 0.00 0.00 0.00 20:22:00 19:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:08:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:09:01 eth0 1.18 0.97 0.91 0.50 0.00 0.00 0.00 0.00 20:22:00 19:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:09:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:10:01 eth0 1.20 1.03 0.93 0.50 0.00 0.00 0.00 0.00 20:22:00 19:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:10:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:11:01 eth0 6.48 6.83 1.26 29.31 0.00 0.00 0.00 0.00 20:22:00 19:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:11:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:12:01 eth0 1.35 0.73 0.98 0.51 0.00 0.00 0.00 0.00 20:22:00 19:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:12:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:13:01 eth0 1.38 0.85 1.05 0.55 0.00 0.00 0.00 0.00 20:22:00 19:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:13:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:14:01 eth0 1.17 0.67 0.91 0.48 0.00 0.00 0.00 0.00 20:22:00 19:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:14:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:15:02 eth0 1.17 0.63 0.91 0.48 0.00 0.00 0.00 0.00 20:22:00 19:15:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:15:02 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:15:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:16:01 eth0 1.26 0.76 0.94 0.50 0.00 0.00 0.00 0.00 20:22:00 19:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:16:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:17:01 eth0 1.37 0.80 1.00 0.52 0.00 0.00 0.00 0.00 20:22:00 19:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:17:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:18:01 eth0 1.38 0.82 1.05 0.55 0.00 0.00 0.00 0.00 20:22:00 19:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:18:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:19:01 eth0 1.26 0.68 0.92 0.48 0.00 0.00 0.00 0.00 20:22:00 19:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:19:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:20:01 eth0 1.27 0.77 0.92 0.49 0.00 0.00 0.00 0.00 20:22:00 19:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:20:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:21:01 eth0 1.17 0.68 0.91 0.48 0.00 0.00 0.00 0.00 20:22:00 19:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:21:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:22:01 eth0 1.26 0.78 0.99 0.52 0.00 0.00 0.00 0.00 20:22:00 19:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:22:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:23:01 eth0 1.38 0.82 1.05 0.55 0.00 0.00 0.00 0.00 20:22:00 19:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:23:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:24:01 eth0 1.18 0.70 0.93 0.48 0.00 0.00 0.00 0.00 20:22:00 19:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:24:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:25:02 eth0 1.20 0.63 0.91 0.48 0.00 0.00 0.00 0.00 20:22:00 19:25:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:25:02 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:25:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:26:01 eth0 1.32 0.71 0.94 0.49 0.00 0.00 0.00 0.00 20:22:00 19:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:26:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:27:01 eth0 1.25 0.68 0.97 0.51 0.00 0.00 0.00 0.00 20:22:00 19:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:27:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:28:01 eth0 1.37 0.77 0.99 0.55 0.00 0.00 0.00 0.00 20:22:00 19:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:28:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:29:01 eth0 1.30 0.77 0.98 0.49 0.00 0.00 0.00 0.00 20:22:00 19:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:29:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:30:01 eth0 1.30 0.68 0.92 0.48 0.00 0.00 0.00 0.00 20:22:00 19:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:30:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:31:01 eth0 1.26 0.71 0.92 0.48 0.00 0.00 0.00 0.00 20:22:00 19:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:31:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:32:01 eth0 1.33 0.68 0.98 0.51 0.00 0.00 0.00 0.00 20:22:00 19:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:32:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:33:01 eth0 6.64 6.57 1.39 27.95 0.00 0.00 0.00 0.00 20:22:00 19:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:33:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:34:01 eth0 1.20 0.67 0.91 0.48 0.00 0.00 0.00 0.00 20:22:00 19:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:34:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:35:02 eth0 1.27 0.75 0.92 0.49 0.00 0.00 0.00 0.00 20:22:00 19:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:35:02 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:35:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:36:01 eth0 1.27 0.64 0.93 0.48 0.00 0.00 0.00 0.00 20:22:00 19:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:36:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:37:01 eth0 1.31 0.72 0.98 0.51 0.00 0.00 0.00 0.00 20:22:00 19:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:37:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:38:01 eth0 1.30 0.80 1.02 0.55 0.00 0.00 0.00 0.00 20:22:00 19:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:38:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:39:01 eth0 1.20 0.73 0.90 0.43 0.00 0.00 0.00 0.00 20:22:00 19:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:39:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:40:01 eth0 2.43 2.18 0.90 9.50 0.00 0.00 0.00 0.00 20:22:00 19:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:40:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:41:01 eth0 1.23 0.71 0.91 0.51 0.00 0.00 0.00 0.00 20:22:00 19:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:41:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:42:01 eth0 1.22 0.73 0.97 0.48 0.00 0.00 0.00 0.00 20:22:00 19:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:42:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:43:01 eth0 1.81 1.01 1.33 0.74 0.00 0.00 0.00 0.00 20:22:00 19:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:43:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:44:01 eth0 1.16 0.70 0.91 0.52 0.00 0.00 0.00 0.00 20:22:00 19:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:44:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:45:02 eth0 1.15 0.67 0.91 0.45 0.00 0.00 0.00 0.00 20:22:00 19:45:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:45:02 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:45:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:46:01 eth0 1.27 0.80 0.95 0.50 0.00 0.00 0.00 0.00 20:22:00 19:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:46:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:47:01 eth0 1.38 0.80 0.98 0.55 0.00 0.00 0.00 0.00 20:22:00 19:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:47:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:48:01 eth0 1.37 0.70 0.99 0.52 0.00 0.00 0.00 0.00 20:22:00 19:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:48:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:49:01 eth0 1.23 0.72 0.92 0.48 0.00 0.00 0.00 0.00 20:22:00 19:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:49:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:50:01 eth0 1.26 0.72 0.97 0.51 0.00 0.00 0.00 0.00 20:22:00 19:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:50:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:51:01 eth0 1.23 0.73 0.92 0.46 0.00 0.00 0.00 0.00 20:22:00 19:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:51:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:52:01 eth0 1.33 0.72 0.98 0.54 0.00 0.00 0.00 0.00 20:22:00 19:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:52:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:53:01 eth0 1.45 0.72 1.05 0.55 0.00 0.00 0.00 0.00 20:22:00 19:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:53:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:54:01 eth0 1.17 0.67 0.91 0.45 0.00 0.00 0.00 0.00 20:22:00 19:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:54:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:55:01 eth0 1.17 0.75 0.91 0.49 0.00 0.00 0.00 0.00 20:22:00 19:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:55:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:56:02 eth0 1.18 0.71 0.91 0.51 0.00 0.00 0.00 0.00 20:22:00 19:56:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:56:02 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:56:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:57:01 eth0 2.23 0.91 1.31 0.69 0.00 0.00 0.00 0.00 20:22:00 19:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:57:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:58:01 eth0 2.16 1.00 1.35 0.74 0.00 0.00 0.00 0.00 20:22:00 19:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:58:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:59:01 eth0 2.00 0.80 1.24 0.69 0.00 0.00 0.00 0.00 20:22:00 19:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:59:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 19:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:00:01 eth0 1.68 0.73 0.96 0.48 0.00 0.00 0.00 0.00 20:22:00 20:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:00:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:01:01 eth0 1.55 0.92 1.19 0.65 0.00 0.00 0.00 0.00 20:22:00 20:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:01:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:02:01 eth0 1.25 0.73 0.97 0.54 0.00 0.00 0.00 0.00 20:22:00 20:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:02:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:03:01 eth0 2.00 0.73 1.10 0.52 0.00 0.00 0.00 0.00 20:22:00 20:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:03:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:04:01 eth0 2.01 0.83 1.22 0.67 0.00 0.00 0.00 0.00 20:22:00 20:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:04:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:05:01 eth0 4.39 4.08 1.36 16.03 0.00 0.00 0.00 0.00 20:22:00 20:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:05:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:06:02 eth0 4.21 3.86 1.11 18.75 0.00 0.00 0.00 0.00 20:22:00 20:06:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:06:02 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:06:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:07:01 eth0 1.30 0.81 1.01 0.53 0.00 0.00 0.00 0.00 20:22:00 20:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:07:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:08:01 eth0 1.41 0.72 1.06 0.57 0.00 0.00 0.00 0.00 20:22:00 20:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:08:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:09:01 eth0 1.21 0.65 0.92 0.45 0.00 0.00 0.00 0.00 20:22:00 20:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:09:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:10:01 eth0 1.23 0.68 0.92 0.48 0.00 0.00 0.00 0.00 20:22:00 20:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:10:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:11:01 eth0 1.15 0.67 0.91 0.51 0.00 0.00 0.00 0.00 20:22:00 20:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:11:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:12:01 eth0 1.28 0.78 1.00 0.49 0.00 0.00 0.00 0.00 20:22:00 20:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:12:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:13:01 eth0 1.46 0.85 1.05 0.56 0.00 0.00 0.00 0.00 20:22:00 20:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:13:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:14:01 eth0 1.72 0.70 0.97 0.51 0.00 0.00 0.00 0.00 20:22:00 20:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:14:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:15:01 eth0 1.58 0.92 1.19 0.65 0.00 0.00 0.00 0.00 20:22:00 20:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:15:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:16:01 eth0 1.21 0.68 0.92 0.48 0.00 0.00 0.00 0.00 20:22:00 20:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:16:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:17:01 eth0 1.32 0.87 0.99 0.55 0.00 0.00 0.00 0.00 20:22:00 20:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:17:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:18:02 eth0 1.40 0.82 1.05 0.52 0.00 0.00 0.00 0.00 20:22:00 20:18:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:18:02 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:18:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:19:01 eth0 85.18 62.92 276.61 39.08 0.00 0.00 0.00 0.00 20:22:00 20:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:19:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:20:01 eth0 1.25 0.77 0.95 0.47 0.00 0.00 0.00 0.00 20:22:00 20:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:20:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:21:01 eth0 2.61 1.13 1.44 1.31 0.00 0.00 0.00 0.00 20:22:00 20:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:21:01 veth42322b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 20:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 Average: eth0 22.52 19.39 114.97 14.42 0.00 0.00 0.00 0.00 20:22:00 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:22:00 Average: veth42322b7 0.15 0.22 0.01 1.05 0.00 0.00 0.00 0.00 20:22:00 Average: docker0 5.81 5.62 0.46 23.97 0.00 0.00 0.00 0.00 20:22:00 20:22:00 20:22:00 ---> sar -P ALL: 20:22:00 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) 20:22:00 20:22:00 17:06:05 LINUX RESTART (4 CPU) 20:22:00 20:22:00 17:07:02 CPU %user %nice %system %iowait %steal %idle 20:22:00 17:08:01 all 9.88 0.00 2.64 0.62 22.94 63.93 20:22:00 17:08:01 0 7.41 0.00 2.79 0.68 25.52 63.60 20:22:00 17:08:01 1 10.38 0.00 2.31 0.71 21.53 65.07 20:22:00 17:08:01 2 8.92 0.00 2.47 0.90 22.92 64.79 20:22:00 17:08:01 3 12.96 0.00 2.99 0.17 21.72 62.16 20:22:00 17:09:01 all 5.30 0.00 3.57 0.81 27.51 62.80 20:22:00 17:09:01 0 4.77 0.00 3.42 0.42 30.50 60.89 20:22:00 17:09:01 1 5.41 0.00 3.28 0.21 27.03 64.07 20:22:00 17:09:01 2 5.88 0.00 3.15 1.51 26.66 62.79 20:22:00 17:09:01 3 5.15 0.00 4.47 1.14 25.73 63.50 20:22:00 17:10:01 all 6.00 0.00 4.31 1.78 20.59 67.32 20:22:00 17:10:01 0 7.32 0.00 3.96 1.07 21.83 65.81 20:22:00 17:10:01 1 4.87 0.00 3.86 1.70 20.52 69.05 20:22:00 17:10:01 2 6.06 0.00 5.56 2.90 20.14 65.34 20:22:00 17:10:01 3 5.74 0.00 3.86 1.47 19.83 69.11 20:22:00 17:11:02 all 6.60 0.00 5.91 5.92 19.73 61.83 20:22:00 17:11:02 0 5.70 0.00 5.97 4.93 21.01 62.40 20:22:00 17:11:02 1 5.42 0.00 5.46 7.70 20.11 61.31 20:22:00 17:11:02 2 8.12 0.00 6.08 4.54 19.47 61.80 20:22:00 17:11:02 3 7.24 0.00 6.15 6.49 18.28 61.83 20:22:00 17:12:01 all 41.09 0.00 12.07 2.09 26.86 17.88 20:22:00 17:12:01 0 37.14 0.00 11.82 2.08 27.89 21.08 20:22:00 17:12:01 1 45.25 0.00 11.97 0.75 24.66 17.37 20:22:00 17:12:01 2 44.58 0.00 12.57 3.24 25.57 14.04 20:22:00 17:12:01 3 37.75 0.00 11.97 2.33 29.18 18.77 20:22:00 17:13:01 all 43.55 0.00 13.90 1.85 23.34 17.36 20:22:00 17:13:01 0 44.07 0.00 14.07 1.74 22.65 17.46 20:22:00 17:13:01 1 41.29 0.00 12.83 2.11 23.96 19.81 20:22:00 17:13:01 2 40.65 0.00 13.82 2.13 24.35 19.05 20:22:00 17:13:01 3 48.39 0.00 14.93 1.38 22.34 12.96 20:22:00 17:14:02 all 22.81 0.00 10.85 2.55 26.28 37.51 20:22:00 17:14:02 0 20.34 0.00 9.81 3.18 26.77 39.90 20:22:00 17:14:02 1 21.44 0.00 10.12 1.75 26.67 40.03 20:22:00 17:14:02 2 24.51 0.00 11.08 3.56 26.01 34.83 20:22:00 17:14:02 3 25.10 0.00 12.45 1.68 25.64 35.14 20:22:00 17:15:01 all 7.25 0.00 6.70 1.06 26.07 58.92 20:22:00 17:15:01 0 5.92 0.00 6.30 0.80 26.72 60.26 20:22:00 17:15:01 1 7.81 0.00 6.62 1.61 26.59 57.37 20:22:00 17:15:01 2 8.47 0.00 7.40 0.96 25.26 57.91 20:22:00 17:15:01 3 6.79 0.00 6.48 0.86 25.71 60.16 20:22:00 17:16:02 all 10.36 0.00 10.92 10.39 39.51 28.83 20:22:00 17:16:02 0 9.16 0.00 9.03 10.46 38.78 32.57 20:22:00 17:16:02 1 11.06 0.00 11.78 10.13 40.59 26.44 20:22:00 17:16:02 2 9.57 0.00 10.62 10.52 38.84 30.45 20:22:00 17:16:02 3 11.74 0.00 12.36 10.43 39.90 25.57 20:22:00 17:17:04 all 4.93 0.00 8.00 29.17 34.68 23.22 20:22:00 17:17:04 0 4.25 0.00 7.47 29.46 34.20 24.62 20:22:00 17:17:04 1 4.90 0.00 8.06 28.72 33.44 24.88 20:22:00 17:17:04 2 4.91 0.00 8.14 31.06 34.94 20.94 20:22:00 17:17:04 3 5.68 0.00 8.33 27.42 36.16 22.40 20:22:00 17:18:02 all 27.09 0.00 10.52 18.59 27.46 16.34 20:22:00 17:18:02 0 26.74 0.00 9.82 18.09 26.76 18.60 20:22:00 17:18:02 1 27.27 0.00 10.52 17.98 27.23 17.00 20:22:00 17:18:02 2 27.32 0.00 11.56 20.17 26.40 14.55 20:22:00 17:18:02 3 27.01 0.00 10.20 18.10 29.49 15.20 20:22:00 20:22:00 17:18:02 CPU %user %nice %system %iowait %steal %idle 20:22:00 17:19:02 all 40.28 0.00 14.64 8.41 21.10 15.58 20:22:00 17:19:02 0 34.87 0.00 13.57 7.05 25.07 19.44 20:22:00 17:19:02 1 44.15 0.00 14.55 10.20 17.99 13.12 20:22:00 17:19:02 2 43.84 0.00 15.18 7.45 19.33 14.20 20:22:00 17:19:02 3 37.94 0.00 15.27 8.94 22.17 15.68 20:22:00 17:20:03 all 21.22 0.00 14.39 12.86 31.65 19.88 20:22:00 17:20:03 0 20.50 0.00 13.99 13.61 30.79 21.10 20:22:00 17:20:03 1 20.00 0.00 14.25 13.15 31.92 20.67 20:22:00 17:20:03 2 21.41 0.00 14.12 12.68 31.06 20.73 20:22:00 17:20:03 3 23.02 0.00 15.22 11.96 32.90 16.90 20:22:00 17:21:03 all 20.29 0.00 10.76 19.36 29.22 20.36 20:22:00 17:21:03 0 19.33 0.00 10.64 19.33 29.73 20.96 20:22:00 17:21:03 1 18.95 0.00 10.41 19.36 29.35 21.94 20:22:00 17:21:03 2 20.14 0.00 10.39 20.60 28.79 20.07 20:22:00 17:21:03 3 22.85 0.00 11.61 18.12 29.00 18.41 20:22:00 17:22:01 all 18.44 0.00 9.57 3.43 21.35 47.21 20:22:00 17:22:01 0 18.41 0.00 8.59 1.02 23.21 48.78 20:22:00 17:22:01 1 17.66 0.00 9.24 4.25 21.64 47.20 20:22:00 17:22:01 2 17.73 0.00 10.03 4.47 20.80 46.96 20:22:00 17:22:01 3 20.00 0.00 10.41 3.96 19.74 45.88 20:22:00 17:23:01 all 6.34 0.00 4.27 1.86 15.02 72.49 20:22:00 17:23:01 0 7.58 0.00 4.74 2.03 15.41 70.24 20:22:00 17:23:01 1 4.55 0.00 3.87 1.14 15.25 75.19 20:22:00 17:23:01 2 8.59 0.00 4.36 1.71 13.78 71.55 20:22:00 17:23:01 3 4.70 0.00 4.12 2.59 15.65 72.94 20:22:00 17:24:01 all 5.65 0.00 3.71 0.90 20.61 69.12 20:22:00 17:24:01 0 5.04 0.00 3.04 1.12 21.36 69.44 20:22:00 17:24:01 1 5.57 0.00 4.25 1.02 20.03 69.13 20:22:00 17:24:01 2 5.96 0.00 4.21 0.79 19.94 69.11 20:22:00 17:24:01 3 6.05 0.00 3.38 0.68 21.09 68.80 20:22:00 17:25:01 all 6.19 0.00 6.36 5.38 17.63 64.45 20:22:00 17:25:01 0 6.41 0.00 6.61 5.28 19.04 62.66 20:22:00 17:25:01 1 5.87 0.00 6.64 6.46 17.71 63.32 20:22:00 17:25:01 2 6.17 0.00 5.64 3.80 16.48 67.91 20:22:00 17:25:01 3 6.30 0.00 6.52 5.96 17.26 63.96 20:22:00 17:26:02 all 5.80 0.00 7.04 1.10 17.15 68.91 20:22:00 17:26:02 0 5.55 0.00 6.67 0.56 17.77 69.45 20:22:00 17:26:02 1 6.39 0.00 7.54 0.67 16.89 68.51 20:22:00 17:26:02 2 5.74 0.00 6.52 1.50 17.12 69.12 20:22:00 17:26:02 3 5.53 0.00 7.44 1.66 16.81 68.56 20:22:00 17:27:01 all 3.23 0.00 2.47 1.10 5.93 87.28 20:22:00 17:27:01 0 1.64 0.00 2.63 1.34 5.79 88.59 20:22:00 17:27:01 1 6.53 0.00 2.88 1.32 6.28 83.00 20:22:00 17:27:01 2 2.17 0.00 1.98 1.30 6.22 88.34 20:22:00 17:27:01 3 2.58 0.00 2.39 0.43 5.42 89.18 20:22:00 17:28:01 all 0.12 0.00 0.10 0.00 0.32 99.45 20:22:00 17:28:01 0 0.07 0.00 0.07 0.00 0.15 99.72 20:22:00 17:28:01 1 0.07 0.00 0.12 0.00 0.40 99.42 20:22:00 17:28:01 2 0.05 0.00 0.13 0.00 0.32 99.50 20:22:00 17:28:01 3 0.32 0.00 0.10 0.02 0.42 99.15 20:22:00 17:29:01 all 0.11 0.00 0.10 0.00 0.59 99.20 20:22:00 17:29:01 0 0.03 0.00 0.08 0.02 0.71 99.15 20:22:00 17:29:01 1 0.05 0.00 0.13 0.00 0.66 99.15 20:22:00 17:29:01 2 0.03 0.00 0.08 0.00 0.45 99.43 20:22:00 17:29:01 3 0.33 0.00 0.08 0.00 0.52 99.07 20:22:00 20:22:00 17:29:01 CPU %user %nice %system %iowait %steal %idle 20:22:00 17:30:01 all 0.10 0.00 0.07 0.00 0.44 99.39 20:22:00 17:30:01 0 0.02 0.00 0.08 0.00 0.22 99.68 20:22:00 17:30:01 1 0.05 0.00 0.07 0.00 0.58 99.30 20:22:00 17:30:01 2 0.03 0.00 0.08 0.00 0.51 99.37 20:22:00 17:30:01 3 0.30 0.00 0.03 0.00 0.47 99.20 20:22:00 17:31:01 all 0.10 0.00 0.24 0.00 1.28 98.38 20:22:00 17:31:01 0 0.03 0.00 0.25 0.00 1.22 98.50 20:22:00 17:31:01 1 0.05 0.00 0.35 0.00 1.26 98.34 20:22:00 17:31:01 2 0.02 0.00 0.28 0.00 1.01 98.69 20:22:00 17:31:01 3 0.28 0.00 0.08 0.00 1.63 98.01 20:22:00 17:32:01 all 0.10 0.00 0.07 0.00 0.44 99.38 20:22:00 17:32:01 0 0.03 0.00 0.07 0.00 0.38 99.52 20:22:00 17:32:01 1 0.02 0.00 0.03 0.00 0.41 99.54 20:22:00 17:32:01 2 0.02 0.00 0.12 0.00 0.28 99.58 20:22:00 17:32:01 3 0.35 0.00 0.07 0.00 0.70 98.89 20:22:00 17:33:01 all 0.11 0.00 0.07 0.00 0.40 99.42 20:22:00 17:33:01 0 0.03 0.00 0.05 0.00 0.15 99.77 20:22:00 17:33:01 1 0.05 0.00 0.08 0.00 0.50 99.37 20:22:00 17:33:01 2 0.03 0.00 0.03 0.00 0.17 99.77 20:22:00 17:33:01 3 0.33 0.00 0.10 0.00 0.78 98.79 20:22:00 17:34:02 all 0.10 0.00 0.05 0.00 0.43 99.41 20:22:00 17:34:02 0 0.02 0.00 0.05 0.00 0.75 99.19 20:22:00 17:34:02 1 0.03 0.00 0.08 0.00 0.40 99.48 20:22:00 17:34:02 2 0.02 0.00 0.02 0.00 0.20 99.77 20:22:00 17:34:02 3 0.33 0.00 0.07 0.00 0.38 99.22 20:22:00 17:35:01 all 0.09 0.00 0.07 0.00 0.46 99.38 20:22:00 17:35:01 0 0.03 0.00 0.02 0.00 0.37 99.58 20:22:00 17:35:01 1 0.13 0.00 0.12 0.00 0.83 98.92 20:22:00 17:35:01 2 0.07 0.00 0.05 0.00 0.19 99.70 20:22:00 17:35:01 3 0.12 0.00 0.10 0.00 0.46 99.32 20:22:00 17:36:01 all 0.10 0.00 0.07 0.00 0.40 99.44 20:22:00 17:36:01 0 0.03 0.00 0.07 0.00 0.48 99.42 20:22:00 17:36:01 1 0.22 0.00 0.08 0.00 0.27 99.43 20:22:00 17:36:01 2 0.02 0.00 0.07 0.00 0.56 99.35 20:22:00 17:36:01 3 0.13 0.00 0.05 0.00 0.28 99.53 20:22:00 17:37:01 all 0.17 0.00 0.11 0.00 0.68 99.03 20:22:00 17:37:01 0 0.08 0.00 0.12 0.00 0.48 99.32 20:22:00 17:37:01 1 0.32 0.00 0.10 0.00 0.81 98.77 20:22:00 17:37:01 2 0.12 0.00 0.13 0.02 0.71 99.02 20:22:00 17:37:01 3 0.18 0.00 0.08 0.00 0.71 99.02 20:22:00 17:38:01 all 0.13 0.00 0.09 0.00 0.37 99.41 20:22:00 17:38:01 0 0.03 0.00 0.12 0.00 0.15 99.70 20:22:00 17:38:01 1 0.35 0.00 0.05 0.00 0.38 99.22 20:22:00 17:38:01 2 0.03 0.00 0.08 0.00 0.22 99.67 20:22:00 17:38:01 3 0.10 0.00 0.10 0.00 0.75 99.06 20:22:00 17:39:01 all 0.13 0.00 0.05 0.00 0.30 99.52 20:22:00 17:39:01 0 0.00 0.00 0.02 0.00 0.10 99.88 20:22:00 17:39:01 1 0.43 0.00 0.07 0.02 0.38 99.10 20:22:00 17:39:01 2 0.05 0.00 0.03 0.00 0.38 99.53 20:22:00 17:39:01 3 0.03 0.00 0.07 0.00 0.33 99.57 20:22:00 17:40:01 all 0.11 0.00 0.05 0.00 0.32 99.52 20:22:00 17:40:01 0 0.03 0.00 0.02 0.00 0.07 99.88 20:22:00 17:40:01 1 0.35 0.00 0.12 0.00 0.63 98.90 20:22:00 17:40:01 2 0.03 0.00 0.05 0.00 0.47 99.45 20:22:00 17:40:01 3 0.02 0.00 0.03 0.00 0.10 99.85 20:22:00 20:22:00 17:40:01 CPU %user %nice %system %iowait %steal %idle 20:22:00 17:41:01 all 0.09 0.00 0.05 0.00 0.31 99.55 20:22:00 17:41:01 0 0.02 0.00 0.03 0.00 0.28 99.67 20:22:00 17:41:01 1 0.22 0.00 0.08 0.00 0.32 99.38 20:22:00 17:41:01 2 0.03 0.00 0.03 0.00 0.53 99.40 20:22:00 17:41:01 3 0.08 0.00 0.07 0.00 0.12 99.73 20:22:00 17:42:01 all 0.11 0.00 0.06 0.00 0.37 99.46 20:22:00 17:42:01 0 0.03 0.00 0.05 0.00 0.50 99.42 20:22:00 17:42:01 1 0.17 0.00 0.08 0.00 0.38 99.37 20:22:00 17:42:01 2 0.02 0.00 0.03 0.00 0.18 99.77 20:22:00 17:42:01 3 0.22 0.00 0.07 0.00 0.42 99.30 20:22:00 17:43:01 all 0.15 0.00 0.05 0.00 0.30 99.51 20:22:00 17:43:01 0 0.03 0.00 0.05 0.00 0.23 99.68 20:22:00 17:43:01 1 0.12 0.00 0.05 0.00 0.42 99.42 20:22:00 17:43:01 2 0.40 0.00 0.08 0.00 0.33 99.18 20:22:00 17:43:01 3 0.03 0.00 0.02 0.00 0.22 99.73 20:22:00 17:44:01 all 0.12 0.00 0.05 0.00 0.20 99.63 20:22:00 17:44:01 0 0.02 0.00 0.03 0.00 0.05 99.90 20:22:00 17:44:01 1 0.18 0.00 0.07 0.00 0.25 99.50 20:22:00 17:44:01 2 0.03 0.00 0.03 0.00 0.20 99.73 20:22:00 17:44:01 3 0.23 0.00 0.05 0.00 0.32 99.40 20:22:00 17:45:01 all 0.12 0.00 0.07 0.00 0.39 99.41 20:22:00 17:45:01 0 0.02 0.00 0.02 0.00 0.17 99.80 20:22:00 17:45:01 1 0.05 0.00 0.13 0.00 0.27 99.55 20:22:00 17:45:01 2 0.07 0.00 0.07 0.00 0.68 99.19 20:22:00 17:45:01 3 0.37 0.00 0.08 0.00 0.43 99.12 20:22:00 17:46:02 all 0.10 0.00 0.06 0.00 0.48 99.36 20:22:00 17:46:02 0 0.02 0.00 0.03 0.00 0.17 99.78 20:22:00 17:46:02 1 0.23 0.00 0.07 0.00 0.53 99.17 20:22:00 17:46:02 2 0.07 0.00 0.07 0.00 0.91 98.96 20:22:00 17:46:02 3 0.08 0.00 0.08 0.00 0.32 99.52 20:22:00 17:47:01 all 0.11 0.00 0.06 0.00 0.59 99.24 20:22:00 17:47:01 0 0.05 0.00 0.12 0.00 1.36 98.47 20:22:00 17:47:01 1 0.34 0.00 0.03 0.00 0.39 99.24 20:22:00 17:47:01 2 0.02 0.00 0.08 0.00 0.32 99.58 20:22:00 17:47:01 3 0.03 0.00 0.02 0.00 0.29 99.66 20:22:00 17:48:01 all 0.12 0.00 0.05 0.00 0.52 99.32 20:22:00 17:48:01 0 0.03 0.00 0.05 0.00 0.37 99.55 20:22:00 17:48:01 1 0.38 0.00 0.03 0.00 0.95 98.64 20:22:00 17:48:01 2 0.03 0.00 0.07 0.00 0.58 99.32 20:22:00 17:48:01 3 0.02 0.00 0.03 0.00 0.18 99.77 20:22:00 17:49:01 all 0.10 0.00 0.06 0.00 0.51 99.34 20:22:00 17:49:01 0 0.02 0.00 0.05 0.00 0.37 99.57 20:22:00 17:49:01 1 0.17 0.00 0.07 0.00 0.93 98.84 20:22:00 17:49:01 2 0.07 0.00 0.07 0.00 0.43 99.43 20:22:00 17:49:01 3 0.13 0.00 0.05 0.00 0.32 99.50 20:22:00 17:50:01 all 0.13 0.00 0.07 0.00 0.33 99.48 20:22:00 17:50:01 0 0.05 0.00 0.05 0.00 0.51 99.39 20:22:00 17:50:01 1 0.37 0.00 0.05 0.00 0.48 99.10 20:22:00 17:50:01 2 0.05 0.00 0.10 0.00 0.18 99.67 20:22:00 17:50:01 3 0.05 0.00 0.07 0.00 0.13 99.75 20:22:00 17:51:01 all 0.11 0.00 0.07 0.00 0.34 99.48 20:22:00 17:51:01 0 0.05 0.00 0.08 0.00 0.48 99.39 20:22:00 17:51:01 1 0.12 0.00 0.03 0.00 0.50 99.35 20:22:00 17:51:01 2 0.23 0.00 0.08 0.00 0.27 99.42 20:22:00 17:51:01 3 0.03 0.00 0.07 0.00 0.12 99.78 20:22:00 20:22:00 17:51:01 CPU %user %nice %system %iowait %steal %idle 20:22:00 17:52:01 all 0.12 0.00 0.05 0.00 0.36 99.47 20:22:00 17:52:01 0 0.03 0.00 0.05 0.00 0.18 99.73 20:22:00 17:52:01 1 0.03 0.00 0.05 0.00 0.28 99.63 20:22:00 17:52:01 2 0.40 0.00 0.08 0.00 0.50 99.02 20:22:00 17:52:01 3 0.02 0.00 0.02 0.00 0.47 99.50 20:22:00 17:53:01 all 0.11 0.00 0.07 0.00 0.46 99.36 20:22:00 17:53:01 0 0.03 0.00 0.05 0.00 0.48 99.44 20:22:00 17:53:01 1 0.07 0.00 0.15 0.00 0.68 99.10 20:22:00 17:53:01 2 0.30 0.00 0.03 0.00 0.46 99.20 20:22:00 17:53:01 3 0.03 0.00 0.05 0.00 0.20 99.72 20:22:00 17:54:01 all 0.11 0.00 0.06 0.00 0.51 99.32 20:22:00 17:54:01 0 0.03 0.00 0.05 0.00 0.40 99.52 20:22:00 17:54:01 1 0.05 0.00 0.05 0.00 0.60 99.30 20:22:00 17:54:01 2 0.33 0.00 0.07 0.00 0.48 99.12 20:22:00 17:54:01 3 0.03 0.00 0.07 0.02 0.55 99.34 20:22:00 17:55:01 all 0.12 0.00 0.06 0.00 0.31 99.51 20:22:00 17:55:01 0 0.03 0.00 0.08 0.00 0.20 99.68 20:22:00 17:55:01 1 0.02 0.00 0.03 0.00 0.20 99.75 20:22:00 17:55:01 2 0.08 0.00 0.08 0.00 0.25 99.58 20:22:00 17:55:01 3 0.35 0.00 0.05 0.02 0.58 99.00 20:22:00 17:56:01 all 0.12 0.00 0.06 0.00 0.58 99.24 20:22:00 17:56:01 0 0.02 0.00 0.05 0.00 0.27 99.67 20:22:00 17:56:01 1 0.03 0.00 0.07 0.00 0.78 99.12 20:22:00 17:56:01 2 0.05 0.00 0.07 0.00 0.35 99.53 20:22:00 17:56:01 3 0.40 0.00 0.07 0.00 0.91 98.62 20:22:00 17:57:02 all 0.12 0.00 0.06 0.00 0.58 99.24 20:22:00 17:57:02 0 0.32 0.00 0.07 0.00 0.48 99.14 20:22:00 17:57:02 1 0.05 0.00 0.05 0.00 0.66 99.24 20:22:00 17:57:02 2 0.05 0.00 0.10 0.00 0.76 99.09 20:22:00 17:57:02 3 0.05 0.00 0.03 0.00 0.43 99.49 20:22:00 17:58:01 all 0.11 0.00 0.05 0.00 0.42 99.41 20:22:00 17:58:01 0 0.37 0.00 0.05 0.00 0.49 99.09 20:22:00 17:58:01 1 0.02 0.00 0.03 0.00 0.29 99.66 20:22:00 17:58:01 2 0.05 0.00 0.10 0.00 0.66 99.19 20:22:00 17:58:01 3 0.02 0.00 0.03 0.00 0.25 99.70 20:22:00 17:59:01 all 0.08 0.00 0.05 0.00 0.29 99.57 20:22:00 17:59:01 0 0.23 0.00 0.08 0.00 0.23 99.45 20:22:00 17:59:01 1 0.02 0.00 0.05 0.00 0.32 99.62 20:22:00 17:59:01 2 0.05 0.00 0.07 0.00 0.22 99.67 20:22:00 17:59:01 3 0.03 0.00 0.02 0.00 0.40 99.55 20:22:00 18:00:01 all 0.11 0.00 0.05 0.00 0.25 99.59 20:22:00 18:00:01 0 0.17 0.00 0.03 0.00 0.15 99.65 20:22:00 18:00:01 1 0.03 0.00 0.05 0.00 0.20 99.72 20:22:00 18:00:01 2 0.18 0.00 0.07 0.00 0.25 99.50 20:22:00 18:00:01 3 0.05 0.00 0.05 0.00 0.40 99.50 20:22:00 18:01:01 all 0.13 0.00 0.09 0.00 0.63 99.16 20:22:00 18:01:01 0 0.05 0.00 0.13 0.00 0.60 99.22 20:22:00 18:01:01 1 0.02 0.00 0.05 0.00 0.50 99.44 20:22:00 18:01:01 2 0.41 0.00 0.08 0.00 0.94 98.56 20:22:00 18:01:01 3 0.03 0.00 0.08 0.00 0.46 99.42 20:22:00 18:02:01 all 0.10 0.00 0.07 0.01 0.60 99.22 20:22:00 18:02:01 0 0.08 0.00 0.08 0.02 0.51 99.30 20:22:00 18:02:01 1 0.05 0.00 0.05 0.00 0.71 99.19 20:22:00 18:02:01 2 0.03 0.00 0.10 0.02 0.79 99.06 20:22:00 18:02:01 3 0.23 0.00 0.03 0.02 0.40 99.32 20:22:00 20:22:00 18:02:01 CPU %user %nice %system %iowait %steal %idle 20:22:00 18:03:01 all 0.15 0.00 0.12 0.04 0.79 98.90 20:22:00 18:03:01 0 0.12 0.00 0.10 0.03 0.57 99.18 20:22:00 18:03:01 1 0.12 0.00 0.18 0.03 0.91 98.76 20:22:00 18:03:01 2 0.30 0.00 0.10 0.07 0.75 98.79 20:22:00 18:03:01 3 0.08 0.00 0.10 0.03 0.93 98.86 20:22:00 18:04:01 all 0.11 0.00 0.07 0.00 0.59 99.23 20:22:00 18:04:01 0 0.02 0.00 0.03 0.00 0.30 99.65 20:22:00 18:04:01 1 0.03 0.00 0.10 0.00 0.75 99.12 20:22:00 18:04:01 2 0.35 0.00 0.10 0.00 0.98 98.58 20:22:00 18:04:01 3 0.03 0.00 0.05 0.00 0.35 99.57 20:22:00 18:05:01 all 0.11 0.00 0.05 0.00 0.47 99.37 20:22:00 18:05:01 0 0.02 0.00 0.02 0.00 0.18 99.78 20:22:00 18:05:01 1 0.03 0.00 0.08 0.00 0.40 99.48 20:22:00 18:05:01 2 0.33 0.00 0.02 0.00 0.56 99.09 20:22:00 18:05:01 3 0.05 0.00 0.08 0.00 0.73 99.14 20:22:00 18:06:01 all 0.12 0.00 0.07 0.00 0.38 99.43 20:22:00 18:06:01 0 0.03 0.00 0.05 0.00 0.38 99.53 20:22:00 18:06:01 1 0.02 0.00 0.08 0.00 0.30 99.60 20:22:00 18:06:01 2 0.38 0.00 0.05 0.00 0.55 99.02 20:22:00 18:06:01 3 0.03 0.00 0.10 0.00 0.28 99.58 20:22:00 18:07:02 all 0.11 0.00 0.07 0.00 0.49 99.33 20:22:00 18:07:02 0 0.02 0.00 0.05 0.00 0.23 99.70 20:22:00 18:07:02 1 0.05 0.00 0.08 0.00 0.45 99.42 20:22:00 18:07:02 2 0.35 0.00 0.07 0.00 1.01 98.58 20:22:00 18:07:02 3 0.03 0.00 0.07 0.00 0.27 99.63 20:22:00 18:08:01 all 0.09 0.00 0.03 0.00 0.54 99.34 20:22:00 18:08:01 0 0.02 0.00 0.05 0.00 0.73 99.21 20:22:00 18:08:01 1 0.15 0.00 0.03 0.00 0.42 99.39 20:22:00 18:08:01 2 0.20 0.00 0.05 0.00 0.88 98.87 20:22:00 18:08:01 3 0.00 0.00 0.00 0.00 0.12 99.88 20:22:00 18:09:01 all 0.10 0.00 0.05 0.00 0.53 99.31 20:22:00 18:09:01 0 0.02 0.00 0.05 0.00 0.37 99.57 20:22:00 18:09:01 1 0.32 0.00 0.03 0.00 0.56 99.09 20:22:00 18:09:01 2 0.07 0.00 0.10 0.00 1.01 98.82 20:22:00 18:09:01 3 0.02 0.00 0.03 0.02 0.18 99.75 20:22:00 18:10:01 all 0.11 0.00 0.06 0.00 0.68 99.14 20:22:00 18:10:01 0 0.02 0.00 0.08 0.00 0.68 99.22 20:22:00 18:10:01 1 0.36 0.00 0.03 0.00 0.83 98.78 20:22:00 18:10:01 2 0.03 0.00 0.08 0.00 0.43 99.45 20:22:00 18:10:01 3 0.03 0.00 0.05 0.00 0.79 99.12 20:22:00 18:11:01 all 0.12 0.00 0.04 0.00 0.42 99.43 20:22:00 18:11:01 0 0.03 0.00 0.05 0.00 0.30 99.62 20:22:00 18:11:01 1 0.38 0.00 0.03 0.00 0.61 98.97 20:22:00 18:11:01 2 0.02 0.00 0.08 0.00 0.50 99.40 20:22:00 18:11:01 3 0.03 0.00 0.00 0.00 0.25 99.72 20:22:00 18:12:01 all 0.08 0.00 0.05 0.00 0.52 99.35 20:22:00 18:12:01 0 0.02 0.00 0.05 0.00 0.47 99.47 20:22:00 18:12:01 1 0.12 0.00 0.03 0.00 0.61 99.24 20:22:00 18:12:01 2 0.17 0.00 0.07 0.00 0.45 99.32 20:22:00 18:12:01 3 0.02 0.00 0.03 0.00 0.56 99.39 20:22:00 18:13:01 all 0.11 0.00 0.05 0.00 0.55 99.28 20:22:00 18:13:01 0 0.03 0.00 0.05 0.00 0.58 99.34 20:22:00 18:13:01 1 0.08 0.00 0.05 0.02 0.58 99.27 20:22:00 18:13:01 2 0.28 0.00 0.10 0.00 0.48 99.14 20:22:00 18:13:01 3 0.05 0.00 0.02 0.00 0.55 99.39 20:22:00 20:22:00 18:13:01 CPU %user %nice %system %iowait %steal %idle 20:22:00 18:14:01 all 0.09 0.00 0.06 0.00 0.75 99.11 20:22:00 18:14:01 0 0.02 0.00 0.03 0.00 0.61 99.34 20:22:00 18:14:01 1 0.03 0.00 0.07 0.00 0.86 99.04 20:22:00 18:14:01 2 0.28 0.00 0.05 0.00 0.84 98.82 20:22:00 18:14:01 3 0.02 0.00 0.10 0.00 0.66 99.22 20:22:00 18:15:01 all 0.09 0.00 0.07 0.00 0.68 99.15 20:22:00 18:15:01 0 0.03 0.00 0.08 0.00 0.35 99.53 20:22:00 18:15:01 1 0.05 0.00 0.07 0.00 1.39 98.50 20:22:00 18:15:01 2 0.12 0.00 0.10 0.00 0.47 99.32 20:22:00 18:15:01 3 0.17 0.00 0.05 0.00 0.51 99.27 20:22:00 18:16:02 all 0.07 0.00 0.07 0.00 1.41 98.45 20:22:00 18:16:02 0 0.00 0.00 0.07 0.00 1.27 98.67 20:22:00 18:16:02 1 0.03 0.00 0.07 0.00 1.28 98.62 20:22:00 18:16:02 2 0.02 0.00 0.05 0.00 1.97 97.96 20:22:00 18:16:02 3 0.23 0.00 0.10 0.00 1.12 98.55 20:22:00 18:17:01 all 0.11 0.00 0.06 0.00 1.00 98.83 20:22:00 18:17:01 0 0.02 0.00 0.02 0.00 0.41 99.56 20:22:00 18:17:01 1 0.29 0.00 0.10 0.00 0.89 98.72 20:22:00 18:17:01 2 0.07 0.00 0.07 0.00 2.18 97.69 20:22:00 18:17:01 3 0.05 0.00 0.05 0.00 0.52 99.38 20:22:00 18:18:01 all 0.08 0.00 0.05 0.00 0.88 98.99 20:22:00 18:18:01 0 0.02 0.00 0.07 0.00 0.75 99.17 20:22:00 18:18:01 1 0.26 0.00 0.03 0.00 1.24 98.46 20:22:00 18:18:01 2 0.02 0.00 0.05 0.00 0.55 99.39 20:22:00 18:18:01 3 0.03 0.00 0.05 0.00 0.99 98.93 20:22:00 18:19:01 all 0.09 0.00 0.07 0.00 0.80 99.04 20:22:00 18:19:01 0 0.03 0.00 0.08 0.00 0.51 99.37 20:22:00 18:19:01 1 0.25 0.00 0.07 0.00 1.71 97.98 20:22:00 18:19:01 2 0.02 0.00 0.12 0.00 0.53 99.34 20:22:00 18:19:01 3 0.05 0.00 0.03 0.00 0.45 99.47 20:22:00 18:20:01 all 0.10 0.00 0.07 0.00 0.76 99.07 20:22:00 18:20:01 0 0.03 0.00 0.08 0.00 0.96 98.92 20:22:00 18:20:01 1 0.05 0.00 0.07 0.00 1.14 98.74 20:22:00 18:20:01 2 0.03 0.00 0.10 0.00 0.42 99.45 20:22:00 18:20:01 3 0.28 0.00 0.03 0.00 0.53 99.15 20:22:00 18:21:01 all 0.09 0.00 0.05 0.00 0.66 99.20 20:22:00 18:21:01 0 0.00 0.00 0.02 0.00 0.55 99.44 20:22:00 18:21:01 1 0.03 0.00 0.08 0.00 0.66 99.22 20:22:00 18:21:01 2 0.03 0.00 0.05 0.00 0.94 98.97 20:22:00 18:21:01 3 0.28 0.00 0.07 0.00 0.48 99.17 20:22:00 18:22:01 all 0.07 0.00 0.04 0.00 0.94 98.95 20:22:00 18:22:01 0 0.02 0.00 0.03 0.00 0.51 99.44 20:22:00 18:22:01 1 0.02 0.00 0.03 0.00 0.98 98.97 20:22:00 18:22:01 2 0.05 0.00 0.07 0.00 1.39 98.50 20:22:00 18:22:01 3 0.20 0.00 0.03 0.00 0.86 98.91 20:22:00 18:23:01 all 0.07 0.00 0.07 0.00 1.18 98.69 20:22:00 18:23:01 0 0.03 0.00 0.07 0.00 0.70 99.20 20:22:00 18:23:01 1 0.13 0.00 0.05 0.00 1.16 98.66 20:22:00 18:23:01 2 0.03 0.00 0.13 0.00 2.00 97.84 20:22:00 18:23:01 3 0.07 0.00 0.03 0.00 0.84 99.06 20:22:00 18:24:01 all 0.14 0.00 0.11 0.03 1.01 98.71 20:22:00 18:24:01 0 0.05 0.00 0.12 0.00 1.34 98.50 20:22:00 18:24:01 1 0.08 0.00 0.08 0.05 1.06 98.73 20:22:00 18:24:01 2 0.26 0.00 0.13 0.05 1.11 98.44 20:22:00 18:24:01 3 0.17 0.00 0.12 0.03 0.52 99.17 20:22:00 20:22:00 18:24:01 CPU %user %nice %system %iowait %steal %idle 20:22:00 18:25:01 all 0.10 0.00 0.08 0.00 0.56 99.26 20:22:00 18:25:01 0 0.05 0.00 0.10 0.00 0.42 99.43 20:22:00 18:25:01 1 0.08 0.00 0.07 0.00 0.88 98.97 20:22:00 18:25:01 2 0.23 0.00 0.08 0.00 0.55 99.14 20:22:00 18:25:01 3 0.03 0.00 0.07 0.00 0.40 99.50 20:22:00 18:26:01 all 0.07 0.00 0.07 0.00 0.91 98.95 20:22:00 18:26:01 0 0.03 0.00 0.02 0.00 0.28 99.67 20:22:00 18:26:01 1 0.05 0.00 0.10 0.00 1.34 98.52 20:22:00 18:26:01 2 0.18 0.00 0.03 0.00 1.12 98.66 20:22:00 18:26:01 3 0.02 0.00 0.12 0.00 0.89 98.97 20:22:00 18:27:01 all 0.06 0.00 0.06 0.00 1.00 98.88 20:22:00 18:27:01 0 0.03 0.00 0.05 0.00 0.99 98.92 20:22:00 18:27:01 1 0.03 0.00 0.07 0.00 0.76 99.14 20:22:00 18:27:01 2 0.17 0.00 0.08 0.00 1.29 98.46 20:22:00 18:27:01 3 0.02 0.00 0.05 0.00 0.96 98.97 20:22:00 18:28:01 all 0.07 0.00 0.07 0.00 1.17 98.69 20:22:00 18:28:01 0 0.17 0.00 0.03 0.00 1.29 98.51 20:22:00 18:28:01 1 0.05 0.00 0.15 0.00 1.02 98.78 20:22:00 18:28:01 2 0.02 0.00 0.03 0.00 1.19 98.76 20:22:00 18:28:01 3 0.05 0.00 0.08 0.00 1.17 98.70 20:22:00 18:29:02 all 0.06 0.00 0.07 0.00 0.76 99.11 20:22:00 18:29:02 0 0.18 0.00 0.02 0.00 0.50 99.30 20:22:00 18:29:02 1 0.02 0.00 0.10 0.00 1.01 98.88 20:22:00 18:29:02 2 0.02 0.00 0.05 0.00 0.32 99.62 20:22:00 18:29:02 3 0.03 0.00 0.12 0.00 1.22 98.63 20:22:00 18:30:01 all 0.08 0.00 0.05 0.00 0.92 98.95 20:22:00 18:30:01 0 0.20 0.00 0.03 0.00 0.61 99.15 20:22:00 18:30:01 1 0.03 0.00 0.08 0.00 1.08 98.81 20:22:00 18:30:01 2 0.03 0.00 0.05 0.00 1.16 98.76 20:22:00 18:30:01 3 0.03 0.00 0.05 0.00 0.83 99.09 20:22:00 18:31:01 all 0.07 0.00 0.07 0.00 1.22 98.64 20:22:00 18:31:01 0 0.03 0.00 0.08 0.00 0.76 99.12 20:22:00 18:31:01 1 0.02 0.00 0.03 0.00 1.40 98.55 20:22:00 18:31:01 2 0.21 0.00 0.12 0.00 1.50 98.17 20:22:00 18:31:01 3 0.00 0.00 0.05 0.02 1.20 98.73 20:22:00 18:32:01 all 0.11 0.00 0.06 0.00 0.74 99.09 20:22:00 18:32:01 0 0.02 0.00 0.10 0.00 0.27 99.62 20:22:00 18:32:01 1 0.03 0.00 0.05 0.00 0.83 99.09 20:22:00 18:32:01 2 0.33 0.00 0.05 0.02 0.88 98.73 20:22:00 18:32:01 3 0.05 0.00 0.05 0.00 0.98 98.92 20:22:00 18:33:01 all 0.10 0.00 0.05 0.00 0.35 99.51 20:22:00 18:33:01 0 0.02 0.00 0.08 0.00 0.17 99.73 20:22:00 18:33:01 1 0.02 0.00 0.02 0.00 0.48 99.48 20:22:00 18:33:01 2 0.37 0.00 0.07 0.00 0.28 99.28 20:22:00 18:33:01 3 0.02 0.00 0.02 0.00 0.45 99.52 20:22:00 18:34:01 all 0.10 0.00 0.06 0.00 0.43 99.41 20:22:00 18:34:01 0 0.03 0.00 0.10 0.00 0.13 99.73 20:22:00 18:34:01 1 0.03 0.00 0.05 0.00 0.94 98.97 20:22:00 18:34:01 2 0.02 0.00 0.05 0.00 0.32 99.62 20:22:00 18:34:01 3 0.30 0.00 0.03 0.00 0.33 99.33 20:22:00 18:35:01 all 0.10 0.00 0.05 0.00 0.41 99.44 20:22:00 18:35:01 0 0.02 0.00 0.07 0.00 0.30 99.62 20:22:00 18:35:01 1 0.07 0.00 0.05 0.00 0.66 99.22 20:22:00 18:35:01 2 0.03 0.00 0.07 0.00 0.35 99.55 20:22:00 18:35:01 3 0.28 0.00 0.02 0.00 0.33 99.37 20:22:00 20:22:00 18:35:01 CPU %user %nice %system %iowait %steal %idle 20:22:00 18:36:01 all 0.12 0.00 0.06 0.00 0.41 99.41 20:22:00 18:36:01 0 0.03 0.00 0.08 0.00 0.22 99.67 20:22:00 18:36:01 1 0.05 0.00 0.05 0.00 0.33 99.57 20:22:00 18:36:01 2 0.05 0.00 0.05 0.00 0.55 99.35 20:22:00 18:36:01 3 0.37 0.00 0.05 0.00 0.55 99.04 20:22:00 18:37:01 all 0.10 0.00 0.06 0.00 0.47 99.36 20:22:00 18:37:01 0 0.03 0.00 0.05 0.00 0.60 99.32 20:22:00 18:37:01 1 0.05 0.00 0.08 0.00 0.76 99.11 20:22:00 18:37:01 2 0.03 0.00 0.05 0.00 0.12 99.80 20:22:00 18:37:01 3 0.30 0.00 0.07 0.00 0.42 99.22 20:22:00 18:38:01 all 0.10 0.00 0.05 0.00 0.44 99.41 20:22:00 18:38:01 0 0.17 0.00 0.02 0.00 0.37 99.45 20:22:00 18:38:01 1 0.05 0.00 0.08 0.00 0.55 99.32 20:22:00 18:38:01 2 0.03 0.00 0.03 0.00 0.48 99.45 20:22:00 18:38:01 3 0.13 0.00 0.08 0.00 0.35 99.44 20:22:00 18:39:01 all 0.10 0.00 0.06 0.00 0.52 99.31 20:22:00 18:39:01 0 0.02 0.00 0.02 0.00 0.18 99.78 20:22:00 18:39:01 1 0.05 0.00 0.08 0.00 0.37 99.50 20:22:00 18:39:01 2 0.30 0.00 0.07 0.00 0.78 98.85 20:22:00 18:39:01 3 0.05 0.00 0.08 0.00 0.76 99.10 20:22:00 18:40:02 all 0.12 0.00 0.06 0.00 0.39 99.43 20:22:00 18:40:02 0 0.03 0.00 0.03 0.00 0.37 99.57 20:22:00 18:40:02 1 0.41 0.00 0.08 0.00 0.56 98.94 20:22:00 18:40:02 2 0.03 0.00 0.05 0.00 0.48 99.44 20:22:00 18:40:02 3 0.00 0.00 0.07 0.00 0.17 99.77 20:22:00 18:41:01 all 0.13 0.00 0.07 0.00 0.29 99.51 20:22:00 18:41:01 0 0.03 0.00 0.03 0.00 0.10 99.83 20:22:00 18:41:01 1 0.39 0.00 0.12 0.00 0.37 99.12 20:22:00 18:41:01 2 0.05 0.00 0.03 0.00 0.59 99.32 20:22:00 18:41:01 3 0.03 0.00 0.10 0.00 0.08 99.78 20:22:00 18:42:01 all 0.09 0.00 0.05 0.00 0.37 99.49 20:22:00 18:42:01 0 0.02 0.00 0.03 0.00 0.15 99.80 20:22:00 18:42:01 1 0.28 0.00 0.08 0.00 0.68 98.95 20:22:00 18:42:01 2 0.03 0.00 0.07 0.00 0.50 99.40 20:22:00 18:42:01 3 0.02 0.00 0.02 0.00 0.17 99.80 20:22:00 18:43:01 all 0.14 0.00 0.05 0.00 0.30 99.51 20:22:00 18:43:01 0 0.03 0.00 0.08 0.00 0.17 99.72 20:22:00 18:43:01 1 0.07 0.00 0.05 0.00 0.48 99.40 20:22:00 18:43:01 2 0.42 0.00 0.05 0.00 0.45 99.09 20:22:00 18:43:01 3 0.03 0.00 0.02 0.00 0.10 99.85 20:22:00 18:44:01 all 0.12 0.00 0.05 0.00 0.27 99.56 20:22:00 18:44:01 0 0.02 0.00 0.07 0.00 0.10 99.82 20:22:00 18:44:01 1 0.07 0.00 0.07 0.00 0.43 99.43 20:22:00 18:44:01 2 0.37 0.00 0.07 0.00 0.43 99.14 20:22:00 18:44:01 3 0.02 0.00 0.02 0.00 0.10 99.87 20:22:00 18:45:01 all 0.14 2.20 10.79 6.26 12.17 68.44 20:22:00 18:45:01 0 0.14 2.09 10.35 5.18 11.72 70.51 20:22:00 18:45:01 1 0.06 2.27 11.13 6.79 11.88 67.87 20:22:00 18:45:01 2 0.16 2.29 11.28 6.88 12.69 66.70 20:22:00 18:45:01 3 0.18 2.14 10.42 6.19 12.39 68.68 20:22:00 18:46:01 all 0.11 0.34 2.62 0.65 3.60 92.68 20:22:00 18:46:01 0 0.00 0.25 1.78 1.07 2.80 94.11 20:22:00 18:46:01 1 0.31 0.30 2.71 0.43 3.95 92.31 20:22:00 18:46:01 2 0.08 0.33 2.58 0.25 3.57 93.20 20:22:00 18:46:01 3 0.05 0.48 3.40 0.87 4.09 91.10 20:22:00 20:22:00 18:46:01 CPU %user %nice %system %iowait %steal %idle 20:22:00 18:47:01 all 0.12 0.00 0.07 0.05 0.57 99.20 20:22:00 18:47:01 0 0.05 0.00 0.05 0.08 0.25 99.57 20:22:00 18:47:01 1 0.33 0.00 0.12 0.07 1.09 98.39 20:22:00 18:47:01 2 0.03 0.00 0.02 0.02 0.45 99.48 20:22:00 18:47:01 3 0.05 0.00 0.08 0.02 0.50 99.35 20:22:00 18:48:01 all 0.15 0.00 0.10 0.02 0.73 99.00 20:22:00 18:48:01 0 0.08 0.00 0.13 0.02 0.53 99.24 20:22:00 18:48:01 1 0.40 0.00 0.10 0.02 0.66 98.82 20:22:00 18:48:01 2 0.08 0.00 0.10 0.03 1.09 98.69 20:22:00 18:48:01 3 0.05 0.00 0.07 0.00 0.65 99.24 20:22:00 18:49:01 all 0.13 0.00 0.07 0.00 0.34 99.44 20:22:00 18:49:01 0 0.03 0.00 0.07 0.02 0.25 99.63 20:22:00 18:49:01 1 0.43 0.00 0.05 0.00 0.46 99.05 20:22:00 18:49:01 2 0.05 0.00 0.12 0.00 0.51 99.32 20:22:00 18:49:01 3 0.02 0.00 0.07 0.00 0.15 99.77 20:22:00 18:50:01 all 0.13 0.00 0.07 0.00 0.42 99.38 20:22:00 18:50:01 0 0.02 0.00 0.05 0.00 0.18 99.75 20:22:00 18:50:01 1 0.35 0.00 0.05 0.00 0.73 98.87 20:22:00 18:50:01 2 0.05 0.00 0.12 0.00 0.42 99.42 20:22:00 18:50:01 3 0.10 0.00 0.05 0.02 0.37 99.47 20:22:00 18:51:01 all 0.13 0.00 0.07 0.00 0.35 99.44 20:22:00 18:51:01 0 0.05 0.00 0.05 0.00 0.27 99.63 20:22:00 18:51:01 1 0.40 0.00 0.08 0.00 0.50 99.02 20:22:00 18:51:01 2 0.05 0.00 0.08 0.00 0.35 99.52 20:22:00 18:51:01 3 0.02 0.00 0.08 0.00 0.30 99.60 20:22:00 18:52:02 all 0.12 0.00 0.06 0.00 0.52 99.30 20:22:00 18:52:02 0 0.03 0.00 0.05 0.00 0.70 99.22 20:22:00 18:52:02 1 0.23 0.00 0.07 0.00 0.66 99.04 20:22:00 18:52:02 2 0.17 0.00 0.05 0.00 0.50 99.29 20:22:00 18:52:02 3 0.03 0.00 0.07 0.00 0.23 99.67 20:22:00 18:53:01 all 0.10 0.00 0.06 0.00 0.74 99.10 20:22:00 18:53:01 0 0.03 0.00 0.12 0.00 1.34 98.51 20:22:00 18:53:01 1 0.32 0.00 0.02 0.00 0.74 98.92 20:22:00 18:53:01 2 0.03 0.00 0.10 0.00 0.57 99.29 20:22:00 18:53:01 3 0.02 0.00 0.02 0.00 0.29 99.68 20:22:00 18:54:01 all 0.11 0.00 0.06 0.00 0.31 99.53 20:22:00 18:54:01 0 0.03 0.00 0.07 0.00 0.33 99.57 20:22:00 18:54:01 1 0.37 0.00 0.05 0.00 0.38 99.20 20:22:00 18:54:01 2 0.02 0.00 0.10 0.00 0.23 99.65 20:22:00 18:54:01 3 0.02 0.00 0.02 0.00 0.28 99.68 20:22:00 18:55:01 all 0.10 0.00 0.07 0.00 0.59 99.24 20:22:00 18:55:01 0 0.03 0.00 0.07 0.00 0.45 99.45 20:22:00 18:55:01 1 0.35 0.00 0.05 0.00 1.27 98.33 20:22:00 18:55:01 2 0.03 0.00 0.15 0.00 0.38 99.43 20:22:00 18:55:01 3 0.00 0.00 0.02 0.00 0.23 99.75 20:22:00 18:56:01 all 0.12 0.00 0.05 0.00 0.30 99.52 20:22:00 18:56:01 0 0.02 0.00 0.07 0.00 0.17 99.75 20:22:00 18:56:01 1 0.40 0.00 0.07 0.00 0.53 99.00 20:22:00 18:56:01 2 0.05 0.00 0.07 0.00 0.35 99.53 20:22:00 18:56:01 3 0.03 0.00 0.02 0.00 0.15 99.80 20:22:00 18:57:01 all 0.08 0.00 0.05 0.00 0.36 99.51 20:22:00 18:57:01 0 0.02 0.00 0.02 0.00 0.10 99.87 20:22:00 18:57:01 1 0.05 0.00 0.07 0.00 0.58 99.30 20:22:00 18:57:01 2 0.02 0.00 0.03 0.00 0.50 99.45 20:22:00 18:57:01 3 0.25 0.00 0.08 0.00 0.25 99.42 20:22:00 20:22:00 18:57:01 CPU %user %nice %system %iowait %steal %idle 20:22:00 18:58:01 all 0.11 0.00 0.05 0.00 0.55 99.29 20:22:00 18:58:01 0 0.05 0.00 0.03 0.00 0.30 99.62 20:22:00 18:58:01 1 0.33 0.00 0.05 0.00 0.96 98.66 20:22:00 18:58:01 2 0.03 0.00 0.05 0.00 0.30 99.62 20:22:00 18:58:01 3 0.03 0.00 0.05 0.00 0.63 99.29 20:22:00 18:59:01 all 0.11 0.00 0.05 0.00 0.31 99.53 20:22:00 18:59:01 0 0.03 0.00 0.03 0.00 0.17 99.77 20:22:00 18:59:01 1 0.32 0.00 0.07 0.00 0.50 99.12 20:22:00 18:59:01 2 0.05 0.00 0.05 0.00 0.40 99.50 20:22:00 18:59:01 3 0.03 0.00 0.07 0.00 0.18 99.72 20:22:00 19:00:01 all 0.10 0.00 0.05 0.00 0.39 99.46 20:22:00 19:00:01 0 0.03 0.00 0.02 0.00 0.07 99.88 20:22:00 19:00:01 1 0.30 0.00 0.08 0.00 0.60 99.02 20:22:00 19:00:01 2 0.03 0.00 0.05 0.00 0.56 99.35 20:22:00 19:00:01 3 0.03 0.00 0.07 0.00 0.32 99.58 20:22:00 19:01:01 all 0.10 0.00 0.06 0.00 0.97 98.87 20:22:00 19:01:01 0 0.02 0.00 0.03 0.00 0.33 99.62 20:22:00 19:01:01 1 0.35 0.00 0.08 0.00 0.84 98.72 20:22:00 19:01:01 2 0.02 0.00 0.02 0.00 1.51 98.45 20:22:00 19:01:01 3 0.03 0.00 0.10 0.00 1.17 98.69 20:22:00 19:02:01 all 0.08 0.00 0.07 0.00 0.75 99.10 20:22:00 19:02:01 0 0.22 0.00 0.03 0.00 1.06 98.69 20:22:00 19:02:01 1 0.05 0.00 0.10 0.00 0.55 99.30 20:22:00 19:02:01 2 0.03 0.00 0.05 0.00 0.46 99.45 20:22:00 19:02:01 3 0.02 0.00 0.12 0.00 0.91 98.96 20:22:00 19:03:01 all 0.08 0.00 0.05 0.00 0.39 99.47 20:22:00 19:03:01 0 0.27 0.00 0.02 0.00 0.25 99.47 20:22:00 19:03:01 1 0.02 0.00 0.12 0.00 0.32 99.55 20:22:00 19:03:01 2 0.03 0.00 0.03 0.00 0.61 99.32 20:22:00 19:03:01 3 0.02 0.00 0.05 0.00 0.40 99.53 20:22:00 19:04:01 all 0.13 0.00 0.06 0.00 0.42 99.38 20:22:00 19:04:01 0 0.30 0.00 0.03 0.00 0.41 99.26 20:22:00 19:04:01 1 0.08 0.00 0.07 0.00 0.32 99.53 20:22:00 19:04:01 2 0.05 0.00 0.05 0.00 0.12 99.78 20:22:00 19:04:01 3 0.08 0.00 0.08 0.02 0.84 98.97 20:22:00 19:05:01 all 0.07 0.00 0.07 0.00 0.51 99.35 20:22:00 19:05:01 0 0.22 0.00 0.07 0.00 0.75 98.97 20:22:00 19:05:01 1 0.02 0.00 0.08 0.00 0.53 99.37 20:22:00 19:05:01 2 0.02 0.00 0.05 0.00 0.51 99.42 20:22:00 19:05:01 3 0.02 0.00 0.08 0.00 0.27 99.63 20:22:00 19:06:01 all 0.11 0.00 0.08 0.00 0.61 99.20 20:22:00 19:06:01 0 0.33 0.00 0.05 0.00 0.90 98.72 20:22:00 19:06:01 1 0.03 0.00 0.15 0.00 0.65 99.17 20:22:00 19:06:01 2 0.03 0.00 0.02 0.00 0.60 99.35 20:22:00 19:06:01 3 0.03 0.00 0.12 0.00 0.32 99.53 20:22:00 19:07:01 all 0.13 0.00 0.07 0.00 0.44 99.37 20:22:00 19:07:01 0 0.41 0.00 0.05 0.00 0.65 98.89 20:22:00 19:07:01 1 0.07 0.00 0.10 0.00 0.70 99.14 20:22:00 19:07:01 2 0.02 0.00 0.07 0.00 0.17 99.75 20:22:00 19:07:01 3 0.02 0.00 0.05 0.00 0.23 99.70 20:22:00 19:08:01 all 0.12 0.00 0.06 0.00 0.58 99.24 20:22:00 19:08:01 0 0.32 0.00 0.07 0.00 0.53 99.09 20:22:00 19:08:01 1 0.05 0.00 0.05 0.00 0.86 99.04 20:22:00 19:08:01 2 0.03 0.00 0.08 0.00 0.40 99.48 20:22:00 19:08:01 3 0.07 0.00 0.05 0.00 0.53 99.35 20:22:00 20:22:00 19:08:01 CPU %user %nice %system %iowait %steal %idle 20:22:00 19:09:01 all 0.07 0.00 0.05 0.00 0.72 99.16 20:22:00 19:09:01 0 0.12 0.00 0.05 0.00 0.58 99.25 20:22:00 19:09:01 1 0.12 0.00 0.03 0.00 0.84 99.01 20:22:00 19:09:01 2 0.02 0.00 0.10 0.00 0.46 99.42 20:22:00 19:09:01 3 0.02 0.00 0.03 0.00 0.98 98.97 20:22:00 19:10:01 all 0.12 0.00 0.05 0.00 0.51 99.33 20:22:00 19:10:01 0 0.02 0.00 0.02 0.00 0.30 99.67 20:22:00 19:10:01 1 0.37 0.00 0.07 0.00 0.58 98.99 20:22:00 19:10:01 2 0.05 0.00 0.05 0.00 0.73 99.17 20:22:00 19:10:01 3 0.03 0.00 0.07 0.00 0.42 99.48 20:22:00 19:11:01 all 0.15 0.00 0.12 0.00 0.54 99.19 20:22:00 19:11:01 0 0.10 0.00 0.10 0.02 0.52 99.27 20:22:00 19:11:01 1 0.20 0.00 0.10 0.00 0.75 98.96 20:22:00 19:11:01 2 0.13 0.00 0.12 0.00 0.60 99.15 20:22:00 19:11:01 3 0.17 0.00 0.15 0.00 0.30 99.38 20:22:00 19:12:01 all 0.11 0.00 0.06 0.00 0.58 99.25 20:22:00 19:12:01 0 0.03 0.00 0.07 0.00 0.75 99.15 20:22:00 19:12:01 1 0.30 0.00 0.07 0.00 0.93 98.71 20:22:00 19:12:01 2 0.05 0.00 0.08 0.00 0.33 99.53 20:22:00 19:12:01 3 0.07 0.00 0.03 0.00 0.32 99.58 20:22:00 19:13:01 all 0.12 0.00 0.05 0.00 0.41 99.43 20:22:00 19:13:01 0 0.03 0.00 0.05 0.00 0.17 99.75 20:22:00 19:13:01 1 0.35 0.00 0.03 0.00 0.33 99.29 20:22:00 19:13:01 2 0.03 0.00 0.07 0.00 0.13 99.77 20:22:00 19:13:01 3 0.05 0.00 0.05 0.00 0.99 98.91 20:22:00 19:14:01 all 0.12 0.00 0.05 0.00 0.35 99.47 20:22:00 19:14:01 0 0.02 0.00 0.07 0.00 0.23 99.68 20:22:00 19:14:01 1 0.40 0.00 0.03 0.00 0.47 99.10 20:22:00 19:14:01 2 0.03 0.00 0.07 0.00 0.12 99.78 20:22:00 19:14:01 3 0.05 0.00 0.05 0.00 0.58 99.32 20:22:00 19:15:02 all 0.11 0.00 0.05 0.00 0.43 99.41 20:22:00 19:15:02 0 0.02 0.00 0.05 0.00 0.32 99.62 20:22:00 19:15:02 1 0.35 0.00 0.05 0.00 0.37 99.23 20:22:00 19:15:02 2 0.03 0.00 0.05 0.00 0.50 99.42 20:22:00 19:15:02 3 0.03 0.00 0.05 0.00 0.53 99.39 20:22:00 19:16:01 all 0.11 0.00 0.06 0.00 0.99 98.84 20:22:00 19:16:01 0 0.03 0.00 0.05 0.00 0.94 98.98 20:22:00 19:16:01 1 0.35 0.00 0.05 0.00 1.17 98.43 20:22:00 19:16:01 2 0.03 0.00 0.12 0.00 1.44 98.41 20:22:00 19:16:01 3 0.02 0.00 0.02 0.00 0.40 99.56 20:22:00 19:17:01 all 0.11 0.00 0.05 0.00 0.70 99.14 20:22:00 19:17:01 0 0.03 0.00 0.05 0.00 0.38 99.53 20:22:00 19:17:01 1 0.17 0.00 0.03 0.00 0.56 99.24 20:22:00 19:17:01 2 0.22 0.00 0.10 0.00 1.14 98.54 20:22:00 19:17:01 3 0.03 0.00 0.03 0.00 0.70 99.24 20:22:00 19:18:01 all 0.10 0.00 0.05 0.00 0.40 99.44 20:22:00 19:18:01 0 0.02 0.00 0.02 0.00 0.23 99.73 20:22:00 19:18:01 1 0.03 0.00 0.08 0.00 0.47 99.42 20:22:00 19:18:01 2 0.33 0.00 0.02 0.00 0.27 99.38 20:22:00 19:18:01 3 0.03 0.00 0.10 0.00 0.63 99.24 20:22:00 19:19:01 all 0.10 0.00 0.07 0.00 0.55 99.27 20:22:00 19:19:01 0 0.02 0.00 0.00 0.00 0.28 99.70 20:22:00 19:19:01 1 0.03 0.00 0.12 0.00 0.84 99.01 20:22:00 19:19:01 2 0.30 0.00 0.03 0.00 0.61 99.05 20:22:00 19:19:01 3 0.07 0.00 0.13 0.00 0.46 99.34 20:22:00 20:22:00 19:19:01 CPU %user %nice %system %iowait %steal %idle 20:22:00 19:20:01 all 0.11 0.00 0.05 0.00 0.57 99.27 20:22:00 19:20:01 0 0.02 0.00 0.03 0.00 0.17 99.78 20:22:00 19:20:01 1 0.03 0.00 0.07 0.00 0.43 99.47 20:22:00 19:20:01 2 0.25 0.00 0.05 0.00 1.37 98.33 20:22:00 19:20:01 3 0.13 0.00 0.05 0.00 0.32 99.50 20:22:00 19:21:01 all 0.10 0.00 0.07 0.00 0.65 99.18 20:22:00 19:21:01 0 0.02 0.00 0.03 0.00 0.28 99.67 20:22:00 19:21:01 1 0.03 0.00 0.08 0.00 0.63 99.25 20:22:00 19:21:01 2 0.31 0.00 0.05 0.00 1.35 98.28 20:22:00 19:21:01 3 0.02 0.00 0.12 0.00 0.33 99.53 20:22:00 19:22:01 all 0.08 0.00 0.06 0.00 0.38 99.48 20:22:00 19:22:01 0 0.00 0.00 0.08 0.00 0.18 99.73 20:22:00 19:22:01 1 0.03 0.00 0.05 0.00 0.40 99.52 20:22:00 19:22:01 2 0.08 0.00 0.07 0.00 0.50 99.35 20:22:00 19:22:01 3 0.22 0.00 0.03 0.00 0.45 99.30 20:22:00 19:23:01 all 0.10 0.00 0.05 0.00 0.43 99.42 20:22:00 19:23:01 0 0.02 0.00 0.02 0.00 0.38 99.58 20:22:00 19:23:01 1 0.07 0.00 0.10 0.00 0.80 99.04 20:22:00 19:23:01 2 0.15 0.00 0.02 0.00 0.28 99.55 20:22:00 19:23:01 3 0.18 0.00 0.05 0.00 0.27 99.50 20:22:00 19:24:01 all 0.11 0.00 0.06 0.00 0.46 99.36 20:22:00 19:24:01 0 0.02 0.00 0.05 0.02 0.20 99.72 20:22:00 19:24:01 1 0.22 0.00 0.08 0.00 0.56 99.14 20:22:00 19:24:01 2 0.13 0.00 0.03 0.00 0.20 99.63 20:22:00 19:24:01 3 0.07 0.00 0.08 0.00 0.88 98.97 20:22:00 19:25:02 all 0.13 0.00 0.06 0.00 0.39 99.41 20:22:00 19:25:02 0 0.20 0.00 0.10 0.00 0.33 99.37 20:22:00 19:25:02 1 0.25 0.00 0.03 0.00 0.38 99.34 20:22:00 19:25:02 2 0.07 0.00 0.08 0.00 0.27 99.58 20:22:00 19:25:02 3 0.02 0.00 0.03 0.00 0.58 99.37 20:22:00 19:26:01 all 0.11 0.00 0.07 0.00 0.38 99.45 20:22:00 19:26:01 0 0.08 0.00 0.08 0.00 0.32 99.51 20:22:00 19:26:01 1 0.30 0.00 0.05 0.00 0.61 99.04 20:22:00 19:26:01 2 0.02 0.00 0.08 0.00 0.19 99.71 20:22:00 19:26:01 3 0.03 0.00 0.05 0.00 0.39 99.53 20:22:00 19:27:01 all 0.12 0.00 0.05 0.00 0.66 99.18 20:22:00 19:27:01 0 0.05 0.00 0.03 0.00 0.91 99.01 20:22:00 19:27:01 1 0.36 0.00 0.03 0.00 1.19 98.42 20:22:00 19:27:01 2 0.05 0.00 0.07 0.00 0.35 99.53 20:22:00 19:27:01 3 0.02 0.00 0.05 0.00 0.18 99.75 20:22:00 19:28:01 all 0.10 0.00 0.06 0.00 0.27 99.57 20:22:00 19:28:01 0 0.03 0.00 0.07 0.00 0.37 99.53 20:22:00 19:28:01 1 0.33 0.00 0.05 0.00 0.52 99.10 20:22:00 19:28:01 2 0.03 0.00 0.08 0.00 0.10 99.78 20:22:00 19:28:01 3 0.02 0.00 0.03 0.00 0.10 99.85 20:22:00 19:29:01 all 0.12 0.00 0.05 0.00 0.42 99.42 20:22:00 19:29:01 0 0.08 0.00 0.05 0.00 0.42 99.45 20:22:00 19:29:01 1 0.22 0.00 0.03 0.00 0.79 98.96 20:22:00 19:29:01 2 0.13 0.00 0.08 0.00 0.30 99.48 20:22:00 19:29:01 3 0.03 0.00 0.03 0.00 0.15 99.78 20:22:00 19:30:01 all 0.10 0.00 0.06 0.00 0.36 99.48 20:22:00 19:30:01 0 0.02 0.00 0.07 0.00 0.22 99.70 20:22:00 19:30:01 1 0.22 0.00 0.07 0.00 0.88 98.84 20:22:00 19:30:01 2 0.17 0.00 0.08 0.00 0.20 99.55 20:22:00 19:30:01 3 0.00 0.00 0.02 0.00 0.15 99.83 20:22:00 20:22:00 19:30:01 CPU %user %nice %system %iowait %steal %idle 20:22:00 19:31:01 all 0.12 0.00 0.03 0.00 0.50 99.35 20:22:00 19:31:01 0 0.02 0.00 0.02 0.00 0.63 99.34 20:22:00 19:31:01 1 0.37 0.00 0.03 0.00 0.48 99.12 20:22:00 19:31:01 2 0.05 0.00 0.05 0.00 0.45 99.45 20:22:00 19:31:01 3 0.03 0.00 0.03 0.00 0.43 99.50 20:22:00 19:32:01 all 0.11 0.00 0.08 0.00 0.57 99.24 20:22:00 19:32:01 0 0.03 0.00 0.10 0.00 0.23 99.63 20:22:00 19:32:01 1 0.08 0.00 0.05 0.00 0.78 99.09 20:22:00 19:32:01 2 0.07 0.00 0.13 0.00 0.23 99.57 20:22:00 19:32:01 3 0.25 0.00 0.05 0.00 1.04 98.66 20:22:00 19:33:01 all 0.15 0.00 0.10 0.02 1.01 98.72 20:22:00 19:33:01 0 0.13 0.00 0.15 0.02 0.67 99.04 20:22:00 19:33:01 1 0.08 0.00 0.07 0.00 1.21 98.64 20:22:00 19:33:01 2 0.07 0.00 0.10 0.00 1.24 98.60 20:22:00 19:33:01 3 0.31 0.00 0.08 0.07 0.93 98.61 20:22:00 19:34:01 all 0.10 0.00 0.06 0.00 0.68 99.17 20:22:00 19:34:01 0 0.02 0.00 0.08 0.00 0.27 99.63 20:22:00 19:34:01 1 0.05 0.00 0.07 0.00 1.04 98.84 20:22:00 19:34:01 2 0.05 0.00 0.08 0.00 0.63 99.24 20:22:00 19:34:01 3 0.27 0.00 0.02 0.00 0.76 98.96 20:22:00 19:35:02 all 0.09 0.00 0.06 0.00 0.59 99.26 20:22:00 19:35:02 0 0.00 0.00 0.05 0.00 0.61 99.34 20:22:00 19:35:02 1 0.13 0.00 0.08 0.00 1.12 98.66 20:22:00 19:35:02 2 0.08 0.00 0.03 0.00 0.30 99.58 20:22:00 19:35:02 3 0.15 0.00 0.07 0.00 0.33 99.45 20:22:00 19:36:01 all 0.10 0.00 0.07 0.01 0.51 99.31 20:22:00 19:36:01 0 0.05 0.00 0.07 0.00 0.41 99.48 20:22:00 19:36:01 1 0.05 0.00 0.07 0.03 0.46 99.39 20:22:00 19:36:01 2 0.29 0.00 0.05 0.00 0.51 99.16 20:22:00 19:36:01 3 0.02 0.00 0.08 0.00 0.67 99.22 20:22:00 19:37:01 all 0.08 0.00 0.05 0.00 0.32 99.55 20:22:00 19:37:01 0 0.13 0.00 0.05 0.00 0.43 99.38 20:22:00 19:37:01 1 0.03 0.00 0.05 0.00 0.23 99.68 20:22:00 19:37:01 2 0.15 0.00 0.07 0.00 0.18 99.60 20:22:00 19:37:01 3 0.02 0.00 0.05 0.00 0.42 99.52 20:22:00 19:38:01 all 0.12 0.00 0.05 0.00 0.58 99.25 20:22:00 19:38:01 0 0.05 0.00 0.08 0.00 0.86 99.00 20:22:00 19:38:01 1 0.35 0.00 0.02 0.00 0.78 98.86 20:22:00 19:38:01 2 0.05 0.00 0.03 0.00 0.43 99.48 20:22:00 19:38:01 3 0.03 0.00 0.05 0.00 0.25 99.67 20:22:00 19:39:01 all 0.10 0.00 0.07 0.21 0.37 99.24 20:22:00 19:39:01 0 0.05 0.00 0.07 0.08 0.65 99.15 20:22:00 19:39:01 1 0.07 0.00 0.08 0.63 0.28 98.94 20:22:00 19:39:01 2 0.27 0.00 0.10 0.05 0.42 99.17 20:22:00 19:39:01 3 0.03 0.00 0.05 0.07 0.13 99.72 20:22:00 19:40:01 all 0.16 0.00 0.08 0.32 0.56 98.88 20:22:00 19:40:01 0 0.32 0.00 0.12 0.00 0.86 98.70 20:22:00 19:40:01 1 0.13 0.00 0.07 1.25 0.71 97.84 20:22:00 19:40:01 2 0.12 0.00 0.08 0.00 0.38 99.42 20:22:00 19:40:01 3 0.08 0.00 0.05 0.02 0.28 99.57 20:22:00 19:41:01 all 0.12 0.00 0.07 0.00 0.66 99.16 20:22:00 19:41:01 0 0.35 0.00 0.07 0.00 1.12 98.46 20:22:00 19:41:01 1 0.07 0.00 0.07 0.00 0.84 99.03 20:22:00 19:41:01 2 0.03 0.00 0.10 0.00 0.50 99.37 20:22:00 19:41:01 3 0.02 0.00 0.03 0.00 0.18 99.77 20:22:00 20:22:00 19:41:01 CPU %user %nice %system %iowait %steal %idle 20:22:00 19:42:01 all 0.12 0.00 0.04 0.00 0.54 99.31 20:22:00 19:42:01 0 0.37 0.00 0.03 0.00 0.75 98.86 20:22:00 19:42:01 1 0.03 0.00 0.05 0.00 0.38 99.53 20:22:00 19:42:01 2 0.03 0.00 0.05 0.00 0.56 99.35 20:22:00 19:42:01 3 0.03 0.00 0.03 0.00 0.45 99.48 20:22:00 19:43:01 all 0.12 0.00 0.07 0.00 0.49 99.31 20:22:00 19:43:01 0 0.32 0.00 0.07 0.00 0.38 99.24 20:22:00 19:43:01 1 0.08 0.00 0.12 0.00 0.37 99.44 20:22:00 19:43:01 2 0.03 0.00 0.03 0.02 0.40 99.52 20:22:00 19:43:01 3 0.07 0.00 0.08 0.00 0.80 99.06 20:22:00 19:44:01 all 0.12 0.00 0.06 0.00 0.38 99.44 20:22:00 19:44:01 0 0.35 0.00 0.05 0.00 0.28 99.32 20:22:00 19:44:01 1 0.03 0.00 0.05 0.00 0.33 99.58 20:22:00 19:44:01 2 0.07 0.00 0.08 0.00 0.73 99.12 20:22:00 19:44:01 3 0.03 0.00 0.05 0.00 0.17 99.75 20:22:00 19:45:02 all 0.10 0.00 0.05 0.00 0.42 99.43 20:22:00 19:45:02 0 0.32 0.00 0.07 0.00 0.65 98.97 20:22:00 19:45:02 1 0.02 0.00 0.02 0.00 0.25 99.72 20:22:00 19:45:02 2 0.03 0.00 0.07 0.00 0.33 99.57 20:22:00 19:45:02 3 0.05 0.00 0.03 0.00 0.46 99.45 20:22:00 19:46:01 all 0.14 0.00 0.09 0.00 0.43 99.35 20:22:00 19:46:01 0 0.14 0.00 0.03 0.00 0.25 99.58 20:22:00 19:46:01 1 0.08 0.00 0.07 0.00 0.47 99.38 20:22:00 19:46:01 2 0.13 0.00 0.12 0.00 0.69 99.06 20:22:00 19:46:01 3 0.19 0.00 0.14 0.00 0.29 99.39 20:22:00 19:47:01 all 0.10 0.00 0.05 0.00 0.60 99.25 20:22:00 19:47:01 0 0.02 0.00 0.05 0.00 0.33 99.60 20:22:00 19:47:01 1 0.05 0.00 0.07 0.00 0.71 99.17 20:22:00 19:47:01 2 0.03 0.00 0.07 0.00 0.91 98.99 20:22:00 19:47:01 3 0.28 0.00 0.03 0.00 0.43 99.25 20:22:00 19:48:01 all 0.10 0.00 0.06 0.00 0.59 99.25 20:22:00 19:48:01 0 0.02 0.00 0.07 0.00 0.28 99.63 20:22:00 19:48:01 1 0.05 0.00 0.08 0.00 1.16 98.71 20:22:00 19:48:01 2 0.05 0.00 0.08 0.00 0.45 99.42 20:22:00 19:48:01 3 0.30 0.00 0.00 0.00 0.47 99.24 20:22:00 19:49:01 all 0.15 0.00 0.06 0.00 0.33 99.46 20:22:00 19:49:01 0 0.03 0.00 0.05 0.00 0.13 99.78 20:22:00 19:49:01 1 0.03 0.00 0.03 0.00 0.46 99.47 20:22:00 19:49:01 2 0.18 0.00 0.10 0.00 0.53 99.19 20:22:00 19:49:01 3 0.33 0.00 0.05 0.00 0.20 99.42 20:22:00 19:50:01 all 0.09 0.00 0.06 0.00 0.32 99.53 20:22:00 19:50:01 0 0.02 0.00 0.08 0.00 0.27 99.63 20:22:00 19:50:01 1 0.03 0.00 0.02 0.00 0.33 99.62 20:22:00 19:50:01 2 0.02 0.00 0.10 0.00 0.17 99.72 20:22:00 19:50:01 3 0.30 0.00 0.05 0.00 0.52 99.13 20:22:00 19:51:01 all 0.13 0.00 0.07 0.00 0.43 99.37 20:22:00 19:51:01 0 0.03 0.00 0.10 0.00 0.22 99.65 20:22:00 19:51:01 1 0.05 0.00 0.05 0.00 0.38 99.52 20:22:00 19:51:01 2 0.05 0.00 0.08 0.00 0.60 99.27 20:22:00 19:51:01 3 0.38 0.00 0.03 0.00 0.53 99.05 20:22:00 19:52:01 all 0.12 0.00 0.07 0.00 0.54 99.27 20:22:00 19:52:01 0 0.03 0.00 0.07 0.00 0.25 99.65 20:22:00 19:52:01 1 0.02 0.00 0.03 0.00 0.43 99.52 20:22:00 19:52:01 2 0.07 0.00 0.12 0.00 1.01 98.81 20:22:00 19:52:01 3 0.36 0.00 0.05 0.00 0.46 99.12 20:22:00 20:22:00 19:52:01 CPU %user %nice %system %iowait %steal %idle 20:22:00 19:53:01 all 0.10 0.00 0.05 0.00 0.34 99.51 20:22:00 19:53:01 0 0.05 0.00 0.08 0.00 0.17 99.70 20:22:00 19:53:01 1 0.03 0.00 0.02 0.00 0.23 99.72 20:22:00 19:53:01 2 0.03 0.00 0.07 0.00 0.50 99.40 20:22:00 19:53:01 3 0.27 0.00 0.03 0.00 0.47 99.23 20:22:00 19:54:01 all 0.10 0.00 0.08 0.00 0.37 99.46 20:22:00 19:54:01 0 0.03 0.00 0.10 0.00 0.18 99.68 20:22:00 19:54:01 1 0.03 0.00 0.07 0.00 0.33 99.57 20:22:00 19:54:01 2 0.02 0.00 0.07 0.00 0.40 99.52 20:22:00 19:54:01 3 0.32 0.00 0.08 0.00 0.55 99.05 20:22:00 19:55:01 all 0.13 0.00 0.06 0.00 0.23 99.58 20:22:00 19:55:01 0 0.02 0.00 0.05 0.00 0.10 99.83 20:22:00 19:55:01 1 0.07 0.00 0.07 0.00 0.23 99.63 20:22:00 19:55:01 2 0.03 0.00 0.07 0.00 0.17 99.73 20:22:00 19:55:01 3 0.42 0.00 0.05 0.00 0.43 99.10 20:22:00 19:56:02 all 0.11 0.00 0.04 0.00 0.35 99.50 20:22:00 19:56:02 0 0.35 0.00 0.03 0.00 0.30 99.32 20:22:00 19:56:02 1 0.05 0.00 0.05 0.00 0.25 99.65 20:22:00 19:56:02 2 0.02 0.00 0.03 0.00 0.38 99.57 20:22:00 19:56:02 3 0.02 0.00 0.03 0.00 0.48 99.47 20:22:00 19:57:01 all 0.11 0.00 0.06 0.00 0.34 99.48 20:22:00 19:57:01 0 0.19 0.00 0.07 0.00 0.34 99.41 20:22:00 19:57:01 1 0.05 0.00 0.07 0.00 0.27 99.61 20:22:00 19:57:01 2 0.08 0.00 0.08 0.00 0.51 99.32 20:22:00 19:57:01 3 0.14 0.00 0.03 0.00 0.24 99.59 20:22:00 19:58:01 all 0.11 0.00 0.05 0.00 0.64 99.20 20:22:00 19:58:01 0 0.03 0.00 0.08 0.00 0.57 99.32 20:22:00 19:58:01 1 0.03 0.00 0.03 0.00 0.50 99.44 20:22:00 19:58:01 2 0.03 0.00 0.07 0.00 0.51 99.39 20:22:00 19:58:01 3 0.35 0.00 0.03 0.00 0.98 98.64 20:22:00 19:59:01 all 0.11 0.00 0.05 0.00 0.56 99.28 20:22:00 19:59:01 0 0.02 0.00 0.08 0.00 0.25 99.65 20:22:00 19:59:01 1 0.05 0.00 0.03 0.00 0.66 99.25 20:22:00 19:59:01 2 0.03 0.00 0.08 0.00 0.61 99.27 20:22:00 19:59:01 3 0.33 0.00 0.02 0.00 0.70 98.95 20:22:00 20:00:01 all 0.11 0.00 0.05 0.00 0.58 99.25 20:22:00 20:00:01 0 0.02 0.00 0.08 0.00 0.71 99.19 20:22:00 20:00:01 1 0.38 0.00 0.02 0.00 0.48 99.12 20:22:00 20:00:01 2 0.03 0.00 0.10 0.00 0.51 99.35 20:22:00 20:00:01 3 0.02 0.00 0.02 0.00 0.63 99.34 20:22:00 20:01:01 all 0.13 0.00 0.07 0.00 0.93 98.87 20:22:00 20:01:01 0 0.17 0.00 0.05 0.00 0.51 99.27 20:22:00 20:01:01 1 0.16 0.00 0.05 0.00 1.42 98.37 20:22:00 20:01:01 2 0.05 0.00 0.12 0.00 1.30 98.53 20:22:00 20:01:01 3 0.15 0.00 0.05 0.00 0.47 99.34 20:22:00 20:02:01 all 0.11 0.00 0.06 0.00 0.62 99.21 20:22:00 20:02:01 0 0.03 0.00 0.03 0.00 0.23 99.70 20:22:00 20:02:01 1 0.03 0.00 0.08 0.00 1.16 98.73 20:22:00 20:02:01 2 0.33 0.00 0.03 0.00 0.80 98.84 20:22:00 20:02:01 3 0.03 0.00 0.10 0.00 0.30 99.57 20:22:00 20:03:01 all 0.08 0.00 0.06 0.00 0.75 99.11 20:22:00 20:03:01 0 0.00 0.00 0.02 0.00 0.42 99.57 20:22:00 20:03:01 1 0.03 0.00 0.08 0.00 0.75 99.14 20:22:00 20:03:01 2 0.23 0.00 0.03 0.00 1.52 98.22 20:22:00 20:03:01 3 0.05 0.00 0.10 0.00 0.32 99.53 20:22:00 20:22:00 20:03:01 CPU %user %nice %system %iowait %steal %idle 20:22:00 20:04:01 all 0.07 0.00 0.06 0.00 1.33 98.54 20:22:00 20:04:01 0 0.03 0.00 0.08 0.00 0.96 98.93 20:22:00 20:04:01 1 0.05 0.00 0.05 0.00 1.85 98.05 20:22:00 20:04:01 2 0.20 0.00 0.08 0.00 1.94 97.79 20:22:00 20:04:01 3 0.00 0.00 0.02 0.00 0.56 99.42 20:22:00 20:05:01 all 0.11 0.00 0.09 0.00 1.20 98.60 20:22:00 20:05:01 0 0.05 0.00 0.08 0.00 1.32 98.55 20:22:00 20:05:01 1 0.12 0.00 0.10 0.02 1.22 98.54 20:22:00 20:05:01 2 0.20 0.00 0.07 0.00 0.98 98.76 20:22:00 20:05:01 3 0.08 0.00 0.10 0.00 1.29 98.53 20:22:00 20:06:02 all 0.10 0.00 0.09 0.00 0.80 99.01 20:22:00 20:06:02 0 0.22 0.00 0.08 0.00 1.12 98.58 20:22:00 20:06:02 1 0.12 0.00 0.10 0.00 0.91 98.87 20:22:00 20:06:02 2 0.03 0.00 0.08 0.00 0.53 99.35 20:22:00 20:06:02 3 0.03 0.00 0.08 0.00 0.65 99.24 20:22:00 20:07:01 all 0.09 0.00 0.08 0.00 0.79 99.04 20:22:00 20:07:01 0 0.27 0.00 0.07 0.00 0.69 98.97 20:22:00 20:07:01 1 0.03 0.00 0.08 0.00 0.72 99.16 20:22:00 20:07:01 2 0.02 0.00 0.07 0.00 0.69 99.22 20:22:00 20:07:01 3 0.03 0.00 0.10 0.00 1.06 98.81 20:22:00 20:08:01 all 0.06 0.00 0.06 0.00 1.72 98.17 20:22:00 20:08:01 0 0.13 0.00 0.07 0.00 1.60 98.20 20:22:00 20:08:01 1 0.02 0.00 0.08 0.00 1.65 98.25 20:22:00 20:08:01 2 0.05 0.00 0.03 0.00 2.42 97.50 20:22:00 20:08:01 3 0.03 0.00 0.05 0.00 1.20 98.71 20:22:00 20:09:01 all 0.05 0.00 0.07 0.00 1.01 98.87 20:22:00 20:09:01 0 0.15 0.00 0.03 0.00 1.01 98.81 20:22:00 20:09:01 1 0.02 0.00 0.08 0.00 0.70 99.20 20:22:00 20:09:01 2 0.02 0.00 0.08 0.00 1.89 98.02 20:22:00 20:09:01 3 0.02 0.00 0.07 0.00 0.45 99.47 20:22:00 20:10:01 all 0.07 0.00 0.05 0.00 1.16 98.71 20:22:00 20:10:01 0 0.02 0.00 0.02 0.00 0.33 99.63 20:22:00 20:10:01 1 0.05 0.00 0.05 0.00 1.26 98.65 20:22:00 20:10:01 2 0.21 0.00 0.03 0.00 1.35 98.40 20:22:00 20:10:01 3 0.02 0.00 0.10 0.00 1.71 98.17 20:22:00 20:11:01 all 0.08 0.00 0.06 0.00 0.86 98.99 20:22:00 20:11:01 0 0.02 0.00 0.03 0.00 0.84 99.11 20:22:00 20:11:01 1 0.03 0.00 0.07 0.00 0.78 99.12 20:22:00 20:11:01 2 0.23 0.00 0.03 0.00 0.91 98.83 20:22:00 20:11:01 3 0.03 0.00 0.12 0.00 0.93 98.92 20:22:00 20:12:01 all 0.06 0.00 0.06 0.00 1.38 98.50 20:22:00 20:12:01 0 0.02 0.00 0.02 0.00 0.50 99.47 20:22:00 20:12:01 1 0.02 0.00 0.08 0.00 1.90 98.00 20:22:00 20:12:01 2 0.03 0.00 0.05 0.00 1.77 98.15 20:22:00 20:12:01 3 0.18 0.00 0.10 0.00 1.32 98.40 20:22:00 20:13:01 all 0.07 0.00 0.08 0.00 1.46 98.39 20:22:00 20:13:01 0 0.02 0.00 0.12 0.00 0.56 99.30 20:22:00 20:13:01 1 0.03 0.00 0.03 0.00 2.03 97.91 20:22:00 20:13:01 2 0.05 0.00 0.11 0.00 2.08 97.76 20:22:00 20:13:01 3 0.20 0.00 0.05 0.00 1.14 98.61 20:22:00 20:14:01 all 0.10 0.00 0.06 0.00 0.43 99.41 20:22:00 20:14:01 0 0.03 0.00 0.08 0.00 0.33 99.55 20:22:00 20:14:01 1 0.05 0.00 0.05 0.00 0.58 99.32 20:22:00 20:14:01 2 0.02 0.00 0.05 0.00 0.17 99.77 20:22:00 20:14:01 3 0.28 0.00 0.05 0.02 0.65 99.00 20:22:00 20:22:00 20:14:01 CPU %user %nice %system %iowait %steal %idle 20:22:00 20:15:01 all 0.11 0.00 0.05 0.00 0.51 99.33 20:22:00 20:15:01 0 0.02 0.00 0.03 0.00 0.23 99.72 20:22:00 20:15:01 1 0.05 0.00 0.08 0.00 0.53 99.34 20:22:00 20:15:01 2 0.02 0.00 0.03 0.00 0.63 99.32 20:22:00 20:15:01 3 0.35 0.00 0.07 0.00 0.63 98.95 20:22:00 20:16:01 all 0.09 0.00 0.05 0.00 0.66 99.20 20:22:00 20:16:01 0 0.02 0.00 0.02 0.00 0.71 99.25 20:22:00 20:16:01 1 0.02 0.00 0.07 0.00 0.56 99.35 20:22:00 20:16:01 2 0.03 0.00 0.02 0.00 0.83 99.12 20:22:00 20:16:01 3 0.30 0.00 0.08 0.00 0.55 99.07 20:22:00 20:17:01 all 0.10 0.00 0.05 0.00 0.73 99.13 20:22:00 20:17:01 0 0.03 0.00 0.00 0.00 0.63 99.34 20:22:00 20:17:01 1 0.05 0.00 0.10 0.00 0.71 99.14 20:22:00 20:17:01 2 0.02 0.00 0.02 0.00 0.89 99.07 20:22:00 20:17:01 3 0.28 0.00 0.07 0.00 0.68 98.97 20:22:00 20:18:02 all 0.12 0.00 0.06 0.00 0.61 99.22 20:22:00 20:18:02 0 0.08 0.00 0.07 0.00 0.30 99.55 20:22:00 20:18:02 1 0.03 0.00 0.07 0.00 0.56 99.34 20:22:00 20:18:02 2 0.03 0.00 0.05 0.00 0.45 99.47 20:22:00 20:18:02 3 0.31 0.00 0.05 0.00 1.12 98.51 20:22:00 20:19:01 all 0.80 0.00 0.26 0.14 1.97 96.82 20:22:00 20:19:01 0 0.56 0.00 0.22 0.05 2.12 97.05 20:22:00 20:19:01 1 0.80 0.00 0.25 0.07 1.71 97.17 20:22:00 20:19:01 2 0.79 0.00 0.29 0.25 2.28 96.38 20:22:00 20:19:01 3 1.07 0.00 0.29 0.20 1.75 96.69 20:22:00 20:20:01 all 0.12 0.00 0.06 0.00 0.74 99.08 20:22:00 20:20:01 0 0.02 0.00 0.08 0.00 0.61 99.29 20:22:00 20:20:01 1 0.02 0.00 0.07 0.00 0.73 99.19 20:22:00 20:20:01 2 0.38 0.00 0.05 0.00 0.58 98.99 20:22:00 20:20:01 3 0.05 0.00 0.05 0.00 1.03 98.87 20:22:00 20:21:01 all 0.14 0.00 0.17 0.02 0.63 99.04 20:22:00 20:21:01 0 0.13 0.00 0.23 0.05 0.35 99.23 20:22:00 20:21:01 1 0.22 0.00 0.10 0.02 1.08 98.59 20:22:00 20:21:01 2 0.17 0.00 0.25 0.02 0.38 99.18 20:22:00 20:21:01 3 0.05 0.00 0.10 0.00 0.70 99.15 20:22:00 Average: all 1.60 0.01 0.93 0.69 3.01 93.74 20:22:00 Average: 0 1.49 0.01 0.89 0.67 3.02 93.91 20:22:00 Average: 1 1.65 0.01 0.93 0.71 3.09 93.60 20:22:00 Average: 2 1.64 0.01 0.95 0.73 3.01 93.66 20:22:00 Average: 3 1.64 0.01 0.96 0.67 2.93 93.80 20:22:00 20:22:00 20:22:00