Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 67b271c0d6720504190f29223f2a5b9aa83cfa4f 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [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 ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Running on prd-centos7-docker-4c-2g-33895 in /w/workspace/edgexfoundry_edgex-ui-go_master [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-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-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-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 67b271c0d6720504190f29223f2a5b9aa83cfa4f (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-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-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 67b271c0d6720504190f29223f2a5b9aa83cfa4f # timeout=10 Commit message: "feat: Update web server to support new UI" > git rev-list --no-walk 49c4d704d89cee82356a6d6258b1004cb031f271 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:10:14 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:10:14 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:10:14 ========================================================= 10:10:14 EdgeX Global Pipelines Version Info 10:10:14 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:10:16 ------------------- 10:10:16 stable info: 10:10:16 ------------------- 10:10:16 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:10:16 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 10:10:16 Message: update stable to v1.0.186 10:10:17 ------------------- 10:10:17 experimental info: 10:10:17 ------------------- 10:10:17 Commited By: **** collab-it+edgex@linuxfoundation.org 10:10:17 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 10:10:17 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:10:17 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 10:10:17 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 10:10:17 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:10:17 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:10:18 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:10:18 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 10:10:18 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 10:10:18 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 10:10:18 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 10:10:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:10:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:10:18 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 10:10:18 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:10:19 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:10:19 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:10:19 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:10:19 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 10:10:19 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 10:10:19 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:10:19 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:10:19 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 10:10:20 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 10:10:20 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 10:10:20 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 10:10:20 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 10:10:20 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 10:10:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 10:10:20 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 10:10:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 10:10:20 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 67b271c0d6720504190f29223f2a5b9aa83cfa4f [Pipeline] echo 10:10:20 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 67b271c [Pipeline] echo 10:10:21 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:10:21 provisioning config files... 10:10:21 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config946625044257871332tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:10:21 ---> docker-login.sh 10:10:21 nexus3.edgexfoundry.org:10001 10:10:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:10:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:10:22 Configure a credential helper to remove this warning. See 10:10:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:10:22 10:10:22 Login Succeeded 10:10:22 nexus3.edgexfoundry.org:10002 10:10:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:10:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:10:22 Configure a credential helper to remove this warning. See 10:10:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:10:22 10:10:22 Login Succeeded 10:10:22 nexus3.edgexfoundry.org:10003 10:10:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:10:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:10:22 Configure a credential helper to remove this warning. See 10:10:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:10:22 10:10:22 Login Succeeded 10:10:22 nexus3.edgexfoundry.org:10004 10:10:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:10:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:10:22 Configure a credential helper to remove this warning. See 10:10:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:10:22 10:10:22 Login Succeeded 10:10:22 docker.io 10:10:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:10:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:10:23 Configure a credential helper to remove this warning. See 10:10:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:10:23 10:10:23 Login Succeeded 10:10:23 ---> docker-login.sh ends [Pipeline] } 10:10:23 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:10:24 + git log --format=format:%s -1 67b271c0d6720504190f29223f2a5b9aa83cfa4f [Pipeline] echo 10:10:24 GIT_COMMIT: 67b271c0d6720504190f29223f2a5b9aa83cfa4f, Commit Message: feat: Update web server to support new UI [Pipeline] echo 10:10:24 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 10:10:25 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:10:25 10:10:25 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:10:25 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:10:25 latest: Pulling from edgex-devops/git-semver 10:10:25 31603596830f: Pulling fs layer 10:10:25 2a8b12db71e7: Pulling fs layer 10:10:25 6ca5941a6612: Pulling fs layer 10:10:25 ecc8261a40a4: Pulling fs layer 10:10:25 ecc8261a40a4: Waiting 10:10:25 2a8b12db71e7: Download complete 10:10:25 31603596830f: Verifying Checksum 10:10:25 31603596830f: Download complete 10:10:25 6ca5941a6612: Verifying Checksum 10:10:25 6ca5941a6612: Download complete 10:10:25 ecc8261a40a4: Verifying Checksum 10:10:25 ecc8261a40a4: Download complete 10:10:26 31603596830f: Pull complete 10:10:26 2a8b12db71e7: Pull complete 10:10:27 6ca5941a6612: Pull complete 10:10:27 ecc8261a40a4: Pull complete 10:10:28 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 10:10:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:10:28 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:10:28 prd-centos7-docker-4c-2g-33895 does not seem to be running inside a container 10:10:28 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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:10004/edgex-devops/git-semver:latest cat 10:10:30 $ docker top 5c79ba45c917bc9fccb358c43534ea4ce4e8a871e22f3430e6c276299a52a3cc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:10:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:10:30 [ssh-agent] Looking for ssh-agent implementation... 10:10:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:10:31 $ docker exec 5c79ba45c917bc9fccb358c43534ea4ce4e8a871e22f3430e6c276299a52a3cc ssh-agent 10:10:31 SSH_AUTH_SOCK=/tmp/ssh-b56MBbvqKCwx/agent.11 10:10:31 SSH_AGENT_PID=16 10:10:31 Running ssh-add (command line suppressed) 10:10:31 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5159678643274187294.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5159678643274187294.key) 10:10:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:10:31 + git tag --points-at HEAD [Pipeline] } 10:10:31 $ docker exec --env ******** --env ******** 5c79ba45c917bc9fccb358c43534ea4ce4e8a871e22f3430e6c276299a52a3cc ssh-agent -k 10:10:31 unset SSH_AUTH_SOCK; 10:10:31 unset SSH_AGENT_PID; 10:10:31 echo Agent pid 16 killed; 10:10:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:10:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:10:32 [ssh-agent] Looking for ssh-agent implementation... 10:10:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:10:32 $ docker exec 5c79ba45c917bc9fccb358c43534ea4ce4e8a871e22f3430e6c276299a52a3cc ssh-agent 10:10:32 SSH_AUTH_SOCK=/tmp/ssh-i7TirGHLO3Pq/agent.45 10:10:32 SSH_AGENT_PID=51 10:10:32 Running ssh-add (command line suppressed) 10:10:32 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3365686441595849935.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3365686441595849935.key) 10:10:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:10:32 + git semver init 10:10:32 # -> Open(): unable to determine branch for HEAD 10:10:32 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 10:10:32 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 10:10:32 # $SEMVER_REMOTE_NAME = origin 10:10:32 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:10:32 # $SEMVER_USER_NAME = edgex-jenkins 10:10:32 # $SEMVER_BRANCH = master 10:10:32 # $SEMVER_TEMP = /tmp/semver-575465436 10:10:32 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 10:10:34 # '/tmp/semver-575465436' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' 10:10:34 # -> Force: false 10:10:34 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 10:10:34 $ docker exec --env ******** --env ******** 5c79ba45c917bc9fccb358c43534ea4ce4e8a871e22f3430e6c276299a52a3cc ssh-agent -k 10:10:34 unset SSH_AUTH_SOCK; 10:10:34 unset SSH_AGENT_PID; 10:10:34 echo Agent pid 51 killed; 10:10:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:10:35 + git semver [Pipeline] } 10:10:35 $ docker stop --time=1 5c79ba45c917bc9fccb358c43534ea4ce4e8a871e22f3430e6c276299a52a3cc 10:10:36 $ docker rm -f 5c79ba45c917bc9fccb358c43534ea4ce4e8a871e22f3430e6c276299a52a3cc [Pipeline] // withDockerContainer [Pipeline] sh 10:10:37 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:10:37 Stashed 1 file(s) [Pipeline] echo 10:10:37 [edgeXSemver]: initialized semver on version 2.0.0-dev.35 [Pipeline] } [Pipeline] // script [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] node 10:10:53 Still waiting to schedule task 10:10:53 Waiting for next available executor on ‘centos7-docker-4c-2g’ 10:10:53 Still waiting to schedule task 10:10:53 ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ is offline 10:12:37 Running on prd-ubuntu18.04-docker-arm64-4c-16g-33900 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 10:12:37 Running in /w/workspace/edgex-ui-go/94 [Pipeline] { [Pipeline] checkout 10:12:42 using credential edgex-jenkins-ssh 10:12:43 Cloning the remote Git repository 10:12:43 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 10:12:43 > git init /w/workspace/edgex-ui-go/94 # timeout=10 10:12:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:12:43 > git --version # timeout=10 10:12:43 > git --version # 'git version 2.17.1' 10:12:43 using GIT_SSH to set credentials SSH Credentials for GitHub 10:12:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:12:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:12:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:12:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:12:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:12:45 using GIT_SSH to set credentials SSH Credentials for GitHub 10:12:46 Checking out Revision 67b271c0d6720504190f29223f2a5b9aa83cfa4f (master) 10:12:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 10:12:46 > git config core.sparsecheckout # timeout=10 10:12:46 > git checkout -f 67b271c0d6720504190f29223f2a5b9aa83cfa4f # timeout=10 10:12:50 Commit message: "feat: Update web server to support new UI" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:12:52 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 10:12:53 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:12:53 + sudo service docker restart 10:12:53 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:12:56 provisioning config files... 10:12:56 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/94@tmp/config9156168373420904228tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:12:56 ---> docker-login.sh 10:12:56 nexus3.edgexfoundry.org:10001 10:12:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:12:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:12:58 Configure a credential helper to remove this warning. See 10:12:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:12:58 10:12:58 Login Succeeded 10:12:58 nexus3.edgexfoundry.org:10002 10:12:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:12:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:12:58 Configure a credential helper to remove this warning. See 10:12:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:12:58 10:12:58 Login Succeeded 10:12:58 nexus3.edgexfoundry.org:10003 10:12:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:12:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:12:59 Configure a credential helper to remove this warning. See 10:12:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:12:59 10:12:59 Login Succeeded 10:12:59 nexus3.edgexfoundry.org:10004 10:12:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:12:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:12:59 Configure a credential helper to remove this warning. See 10:12:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:12:59 10:12:59 Login Succeeded 10:12:59 docker.io 10:13:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:13:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:13:00 Configure a credential helper to remove this warning. See 10:13:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:13:00 10:13:00 Login Succeeded 10:13:00 ---> docker-login.sh ends [Pipeline] } 10:13:00 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:13:01 ========================================================= 10:13:01 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 10:13:01 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:13:01 + 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 . 10:13:02 Sending build context to Docker daemon 34.57MB 10:13:02 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 10:13:02 Step 2/8 : FROM ${BASE} 10:13:02 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:13:02 5f621e34cdf4: Pulling fs layer 10:13:02 a4357932f1b6: Pulling fs layer 10:13:02 18c013af1878: Pulling fs layer 10:13:02 00ac8860ef70: Pulling fs layer 10:13:02 63d7cb157983: Pulling fs layer 10:13:02 b116817d02f9: Pulling fs layer 10:13:02 745a02a5169b: Pulling fs layer 10:13:02 00ac8860ef70: Waiting 10:13:02 63d7cb157983: Waiting 10:13:02 b116817d02f9: Waiting 10:13:02 745a02a5169b: Waiting 10:13:02 18c013af1878: Verifying Checksum 10:13:02 18c013af1878: Download complete 10:13:02 a4357932f1b6: Verifying Checksum 10:13:02 a4357932f1b6: Download complete 10:13:02 63d7cb157983: Verifying Checksum 10:13:02 63d7cb157983: Download complete 10:13:02 5f621e34cdf4: Verifying Checksum 10:13:02 5f621e34cdf4: Download complete 10:13:02 b116817d02f9: Verifying Checksum 10:13:02 b116817d02f9: Download complete 10:13:03 5f621e34cdf4: Pull complete 10:13:04 a4357932f1b6: Pull complete 10:13:04 18c013af1878: Pull complete 10:13:05 745a02a5169b: Verifying Checksum 10:13:05 745a02a5169b: Download complete 10:13:06 00ac8860ef70: Verifying Checksum 10:13:06 00ac8860ef70: Download complete 10:13:16 00ac8860ef70: Pull complete 10:13:17 63d7cb157983: Pull complete 10:13:17 b116817d02f9: Pull complete 10:13:21 745a02a5169b: Pull complete 10:13:21 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 10:13:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 10:13:21 ---> b7e6874047d6 10:13:21 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:13:24 ---> Running in a90fcf9df57b 10:13:24 Removing intermediate container a90fcf9df57b 10:13:24 ---> ac6c6773c824 10:13:24 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:13:24 ---> Running in 687aae77b7b4 10:13:27 Removing intermediate container 687aae77b7b4 10:13:27 ---> f4a7dbe6f31c 10:13:27 Step 5/8 : RUN apk add --no-cache make git 10:13:27 ---> Running in 44848afec3b3 10:13:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:13:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:13:29 OK: 142 MiB in 39 packages 10:13:31 Removing intermediate container 44848afec3b3 10:13:31 ---> 9975da9b5782 10:13:31 Step 6/8 : WORKDIR /edgex-ui-go 10:13:31 ---> Running in 6dd1288c67fb 10:13:31 Removing intermediate container 6dd1288c67fb 10:13:31 ---> 5608a1556cbd 10:13:31 Step 7/8 : COPY . . 10:13:35 ---> fb4a6bc91a81 10:13:35 Step 8/8 : RUN go mod download 10:13:35 ---> Running in b2e6897b1638 10:14:07 Removing intermediate container b2e6897b1638 10:14:07 ---> 69183a2f5d87 10:14:07 Successfully built 69183a2f5d87 10:14:07 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:14:07 + docker inspect -f . ci-base-image-arm64 10:14:07 . [Pipeline] withDockerContainer 10:14:07 prd-ubuntu18.04-docker-arm64-4c-16g-33900 does not seem to be running inside a container 10:14:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/94 -v /w/workspace/edgex-ui-go/94:/w/workspace/edgex-ui-go/94:rw,z -v /w/workspace/edgex-ui-go/94@tmp:/w/workspace/edgex-ui-go/94@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:14:09 $ docker top a45dc7554f1e2b51c432ee1e95031a6d66a1761b2efb20ec7200023a2f9b1fbc -eo pid,comm [Pipeline] { [Pipeline] sh 10:14:10 + go version 10:14:10 go version go1.15.5 linux/arm64 [Pipeline] } 10:14:10 $ docker stop --time=1 a45dc7554f1e2b51c432ee1e95031a6d66a1761b2efb20ec7200023a2f9b1fbc 10:14:12 $ docker rm -f a45dc7554f1e2b51c432ee1e95031a6d66a1761b2efb20ec7200023a2f9b1fbc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:14:13 + docker inspect -f . ci-base-image-arm64 10:14:13 . [Pipeline] withDockerContainer 10:14:13 prd-ubuntu18.04-docker-arm64-4c-16g-33900 does not seem to be running inside a container 10:14:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/94 -v /w/workspace/edgex-ui-go/94:/w/workspace/edgex-ui-go/94:rw,z -v /w/workspace/edgex-ui-go/94@tmp:/w/workspace/edgex-ui-go/94@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:14:15 $ docker top 7a05a7813e1d8085984e802847f426dd06dda5033ba5a2f3c42e0f566d7ee549 -eo pid,comm [Pipeline] { [Pipeline] sh 10:14:16 + make test 10:14:16 GO111MODULE=on go test -coverprofile=coverage.out ./... 10:14:17 ? github.com/edgexfoundry/edgex-ui-go [no test files] 10:14:44 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 10:14:44 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 10:14:44 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 10:14:44 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 10:14:44 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 10:14:44 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 10:14:44 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 10:14:44 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 10:14:44 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 10:14:44 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 10:14:44 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 10:14:44 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 10:14:44 GO111MODULE=on go vet ./... 10:14:49 Running on prd-centos7-docker-4c-2g-33901 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 10:14:49 Running in /w/workspace/edgex-ui-go/94 [Pipeline] { [Pipeline] checkout [Pipeline] } 10:14:50 $ docker stop --time=1 7a05a7813e1d8085984e802847f426dd06dda5033ba5a2f3c42e0f566d7ee549 10:14:52 $ docker rm -f 7a05a7813e1d8085984e802847f426dd06dda5033ba5a2f3c42e0f566d7ee549 10:14:52 using credential edgex-jenkins-ssh 10:14:52 Cloning the remote Git repository [Pipeline] // withDockerContainer [Pipeline] sh 10:14:53 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:14:52 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 10:14:52 > git init /w/workspace/edgex-ui-go/94 # timeout=10 10:14:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:14:52 > git --version # timeout=10 10:14:52 > git --version # 'git version 2.24.3' 10:14:52 using GIT_SSH to set credentials SSH Credentials for GitHub 10:14:52 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:14:54 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { 10:14:55 Checking out Revision 67b271c0d6720504190f29223f2a5b9aa83cfa4f (master) 10:14:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:14:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:14:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:14:54 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:14:54 using GIT_SSH to set credentials SSH Credentials for GitHub 10:14:54 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 10:14:55 > git config core.sparsecheckout # timeout=10 10:14:55 > git checkout -f 67b271c0d6720504190f29223f2a5b9aa83cfa4f # timeout=10 [Pipeline] sh 10:14:57 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:14:57 + ls -al . 10:14:57 total 124 10:14:57 drwxrwxr-x 10 jenkins jenkins 4096 Apr 13 10:14 . 10:14:57 drwxrwxr-x 4 jenkins jenkins 4096 Apr 13 10:12 .. 10:14:57 drwxrwxr-x 8 jenkins jenkins 4096 Apr 13 10:12 .git 10:14:57 drwxrwxr-x 2 jenkins jenkins 4096 Apr 13 10:12 .github 10:14:57 -rw-rw-r-- 1 jenkins jenkins 162 Apr 13 10:12 .gitignore 10:14:57 -rw-rw-r-- 1 jenkins jenkins 3959 Apr 13 10:12 CONTRIBUTING.md 10:14:57 -rw-rw-r-- 1 jenkins jenkins 1508 Apr 13 10:12 Dockerfile 10:14:57 -rw-rw-r-- 1 jenkins jenkins 902 Apr 13 10:12 Dockerfile.build 10:14:57 -rw-rw-r-- 1 jenkins jenkins 652 Apr 13 10:12 Jenkinsfile 10:14:57 -rw-rw-r-- 1 jenkins jenkins 11357 Apr 13 10:12 LICENSE 10:14:57 -rw-rw-r-- 1 jenkins jenkins 951 Apr 13 10:12 Makefile 10:14:57 -rw-rw-r-- 1 jenkins jenkins 4535 Apr 13 10:12 README.md 10:14:57 -rw-rw-r-- 1 jenkins jenkins 12 Apr 13 10:10 VERSION 10:14:57 drwxrwxr-x 3 jenkins jenkins 4096 Apr 13 10:12 assets 10:14:57 drwxrwxr-x 2 jenkins jenkins 4096 Apr 13 10:12 bin 10:14:57 drwxrwxr-x 3 jenkins jenkins 4096 Apr 13 10:12 cmd 10:14:57 -rw-r--r-- 1 jenkins jenkins 10 Apr 13 10:14 coverage.out 10:14:57 drwxrwxr-x 5 jenkins jenkins 4096 Apr 13 10:12 docs 10:14:57 -rw-rw-r-- 1 jenkins jenkins 987 Apr 13 10:12 go.mod 10:14:57 -rw-r--r-- 1 jenkins jenkins 22319 Apr 13 10:14 go.sum 10:14:57 drwxrwxr-x 10 jenkins jenkins 4096 Apr 13 10:12 internal 10:14:57 -rw-rw-r-- 1 jenkins jenkins 155 Apr 13 10:12 version.go 10:14:57 drwxrwxr-x 4 jenkins jenkins 4096 Apr 13 10:12 web [Pipeline] isUnix [Pipeline] sh 10:14:57 + docker build -t docker-edgex-ui-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=67b271c0d6720504190f29223f2a5b9aa83cfa4f --label arch=arm64 --label version=2.0.0-dev.35 . 10:14:58 Sending build context to Docker daemon 34.59MB 10:14:58 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 10:14:58 Step 2/24 : FROM ${BASE} AS builder 10:14:58 ---> 69183a2f5d87 10:14:58 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 10:14:59 ---> Running in 053ede157546 10:14:59 Commit message: "feat: Update web server to support new UI" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 10:14:59 Removing intermediate container 053ede157546 10:14:59 ---> 5346a9c16b1c 10:14:59 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 10:14:59 ---> Running in 343756087ccc [Pipeline] script [Pipeline] { [Pipeline] sh 10:15:00 Removing intermediate container 343756087ccc 10:15:00 ---> 64098aef4945 10:15:00 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 10:15:00 ---> Running in 083de3dc56b0 10:15:00 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 10:15:00 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:15:00 Removing intermediate container 083de3dc56b0 10:15:00 ---> 71899a88b44a 10:15:00 Step 6/24 : LABEL Name=edgex-ui-go 10:15:00 ---> Running in 1a37a538770f 10:15:01 + sudo service docker restart 10:15:01 + true 10:15:01 Redirecting to /bin/systemctl restart docker.service 10:15:01 Removing intermediate container 1a37a538770f 10:15:01 ---> da9d64cc988c 10:15:01 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 10:15:01 ---> Running in 5a6ef0aa1ab4 10:15:01 Removing intermediate container 5a6ef0aa1ab4 10:15:01 ---> a03923fd0cff 10:15:01 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:15:02 ---> Running in da689fb91a8e [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:15:02 provisioning config files... 10:15:02 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/94@tmp/config1183074054689566711tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:15:03 ---> docker-login.sh 10:15:03 nexus3.edgexfoundry.org:10001 10:15:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:15:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:15:03 Configure a credential helper to remove this warning. See 10:15:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:15:03 10:15:03 Login Succeeded 10:15:03 nexus3.edgexfoundry.org:10002 10:15:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:15:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:15:03 Configure a credential helper to remove this warning. See 10:15:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:15:03 10:15:03 Login Succeeded 10:15:03 nexus3.edgexfoundry.org:10003 10:15:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:15:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:15:03 Configure a credential helper to remove this warning. See 10:15:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:15:03 10:15:03 Login Succeeded 10:15:03 nexus3.edgexfoundry.org:10004 10:15:04 Removing intermediate container da689fb91a8e 10:15:04 ---> 77ec70822653 10:15:04 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:15:04 ---> Running in 267d1563dbac 10:15:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:15:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:15:04 Configure a credential helper to remove this warning. See 10:15:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:15:04 10:15:04 Login Succeeded 10:15:04 docker.io 10:15:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:15:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:15:04 Configure a credential helper to remove this warning. See 10:15:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:15:04 10:15:04 Login Succeeded 10:15:04 ---> docker-login.sh ends [Pipeline] } 10:15:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:15:04 ========================================================= 10:15:04 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 10:15:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:15:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:15:05 + 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 . 10:15:05 Sending build context to Docker daemon 34.57MB 10:15:05 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 10:15:05 Step 2/8 : FROM ${BASE} 10:15:05 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 10:15:05 188c0c94c7c5: Pulling fs layer 10:15:05 0ef7d3d256c8: Pulling fs layer 10:15:05 de9db76c5a1d: Pulling fs layer 10:15:05 bca2f99d35d6: Pulling fs layer 10:15:05 93359f2a8cfa: Pulling fs layer 10:15:05 7c6f9722023f: Pulling fs layer 10:15:05 a35cf1a2eb13: Pulling fs layer 10:15:05 93359f2a8cfa: Waiting 10:15:05 7c6f9722023f: Waiting 10:15:05 a35cf1a2eb13: Waiting 10:15:05 bca2f99d35d6: Waiting 10:15:05 de9db76c5a1d: Verifying Checksum 10:15:05 de9db76c5a1d: Download complete 10:15:05 0ef7d3d256c8: Verifying Checksum 10:15:05 0ef7d3d256c8: Download complete 10:15:05 93359f2a8cfa: Verifying Checksum 10:15:05 93359f2a8cfa: Download complete 10:15:05 188c0c94c7c5: Verifying Checksum 10:15:05 188c0c94c7c5: Download complete 10:15:05 7c6f9722023f: Verifying Checksum 10:15:05 7c6f9722023f: Download complete 10:15:05 188c0c94c7c5: Pull complete 10:15:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:15:06 0ef7d3d256c8: Pull complete 10:15:06 de9db76c5a1d: Pull complete 10:15:06 OK: 142 MiB in 39 packages 10:15:07 a35cf1a2eb13: Verifying Checksum 10:15:07 a35cf1a2eb13: Download complete 10:15:08 Removing intermediate container 267d1563dbac 10:15:08 ---> 797e70cf7c47 10:15:08 Step 10/24 : ENV GO111MODULE=on 10:15:08 ---> Running in 00b7f451f7ee 10:15:08 Removing intermediate container 00b7f451f7ee 10:15:08 ---> ea8c38a6e037 10:15:08 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 10:15:08 bca2f99d35d6: Verifying Checksum 10:15:08 bca2f99d35d6: Download complete 10:15:08 ---> Running in 18154344b875 10:15:08 Removing intermediate container 18154344b875 10:15:08 ---> 9ccffd861f47 10:15:08 Step 12/24 : COPY go.mod . 10:15:10 ---> 1f2ee0ba7fa5 10:15:10 Step 13/24 : COPY Makefile . 10:15:10 ---> bd418e1795e8 10:15:10 Step 14/24 : RUN make update 10:15:10 ---> Running in fafcab30a46e 10:15:11 CGO_ENABLED=0 GO111MODULE=on go mod download 10:15:12 Removing intermediate container fafcab30a46e 10:15:12 ---> 500e32aaa408 10:15:12 Step 15/24 : COPY . . 10:15:13 bca2f99d35d6: Pull complete 10:15:13 93359f2a8cfa: Pull complete 10:15:13 7c6f9722023f: Pull complete 10:15:16 ---> 7031e8a174c6 10:15:16 Step 16/24 : RUN ${MAKE} 10:15:16 ---> Running in 591103b11495 10:15:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.35" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 10:15:21 a35cf1a2eb13: Pull complete 10:15:21 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 10:15:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 10:15:21 ---> a62c8e92a672 10:15:21 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:15:21 ---> Running in c6ff051d273b 10:15:22 Removing intermediate container c6ff051d273b 10:15:22 ---> 8d6e821b56e5 10:15:22 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:15:22 ---> Running in 6459eae02258 10:15:23 Removing intermediate container 6459eae02258 10:15:23 ---> 5e14539079f2 10:15:23 Step 5/8 : RUN apk add --no-cache make git 10:15:23 ---> Running in 1863b0a3547a 10:15:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:15:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:15:25 OK: 166 MiB in 39 packages 10:15:26 Removing intermediate container 1863b0a3547a 10:15:26 ---> 6160b6efe640 10:15:26 Step 6/8 : WORKDIR /edgex-ui-go 10:15:26 ---> Running in 48c35117bc2d 10:15:26 Removing intermediate container 48c35117bc2d 10:15:26 ---> 9870521f4ad7 10:15:26 Step 7/8 : COPY . . 10:15:29 ---> f2a652c2ae9d 10:15:29 Step 8/8 : RUN go mod download 10:15:29 ---> Running in a229441ed5e7 10:15:44 CGO_ENABLED=0 GO111MODULE=on go build ./... 10:15:48 Removing intermediate container 591103b11495 10:15:48 ---> 7d40cbf38022 10:15:48 Step 17/24 : FROM alpine:3.12 10:15:48 3.12: Pulling from library/alpine 10:15:48 9a219e8acc52: Pulling fs layer 10:15:48 9a219e8acc52: Verifying Checksum 10:15:49 9a219e8acc52: Pull complete 10:15:49 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 10:15:49 Status: Downloaded newer image for alpine:3.12 10:15:49 ---> d75e27dfc0a0 10:15:49 Step 18/24 : EXPOSE 4000 10:15:49 ---> Running in 5c74653b4938 10:15:50 Removing intermediate container 5c74653b4938 10:15:50 ---> 4e49f06e61dc 10:15:50 Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 10:15:52 ---> fd204e2bc34a 10:15:52 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 10:15:52 ---> Running in b39e08591b3d 10:15:52 Removing intermediate container b39e08591b3d 10:15:52 ---> 6c453facbd7a 10:15:52 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 10:15:53 ---> Running in e2a6c6bfa0c4 10:15:53 Removing intermediate container e2a6c6bfa0c4 10:15:53 ---> befa04a78b06 10:15:53 Step 22/24 : LABEL arch=arm64 10:15:53 ---> Running in ba83525accdb 10:15:54 Removing intermediate container ba83525accdb 10:15:54 ---> 3c20bd26024e 10:15:54 Step 23/24 : LABEL git_sha=67b271c0d6720504190f29223f2a5b9aa83cfa4f 10:15:54 ---> Running in acedbf753876 10:15:54 Removing intermediate container acedbf753876 10:15:54 ---> 5e02502bde7d 10:15:54 Step 24/24 : LABEL version=2.0.0-dev.35 10:15:54 ---> Running in e6d4cc821de2 10:15:55 Removing intermediate container e6d4cc821de2 10:15:55 ---> c05f28b63dcb 10:15:55 [Warning] One or more build-args [ARCH] were not consumed 10:15:55 Successfully built c05f28b63dcb 10:15:55 Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:15:55 provisioning config files... 10:15:55 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/94@tmp/config5351694310037118485tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:15:56 ---> docker-login.sh 10:15:56 nexus3.edgexfoundry.org:10001 10:15:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:15:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:15:56 Configure a credential helper to remove this warning. See 10:15:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:15:56 10:15:56 Login Succeeded 10:15:56 nexus3.edgexfoundry.org:10002 10:15:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:15:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:15:57 Configure a credential helper to remove this warning. See 10:15:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:15:57 10:15:57 Login Succeeded 10:15:57 nexus3.edgexfoundry.org:10003 10:15:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:15:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:15:57 Configure a credential helper to remove this warning. See 10:15:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:15:57 10:15:57 Login Succeeded 10:15:57 nexus3.edgexfoundry.org:10004 10:15:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:15:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:15:58 Configure a credential helper to remove this warning. See 10:15:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:15:58 10:15:58 Login Succeeded 10:15:58 docker.io 10:15:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:15:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:15:59 Configure a credential helper to remove this warning. See 10:15:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:15:59 10:15:59 Login Succeeded 10:15:59 ---> docker-login.sh ends [Pipeline] } 10:15:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:15:59 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: 10:15:59 67b271c0d6720504190f29223f2a5b9aa83cfa4f 10:15:59 latest 10:15:59 2.0.0-dev.35 10:15:59 67b271c0d6720504190f29223f2a5b9aa83cfa4f-2.0.0-dev.35 10:15:59 master 10:15:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:15:59 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:67b271c0d6720504190f29223f2a5b9aa83cfa4f [Pipeline] isUnix [Pipeline] sh 10:16:00 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:67b271c0d6720504190f29223f2a5b9aa83cfa4f 10:16:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 10:16:00 cc2fbc11eb47: Preparing 10:16:00 e08058ee1dfe: Preparing 10:16:00 e08058ee1dfe: Layer already exists 10:16:01 Removing intermediate container a229441ed5e7 10:16:01 ---> 83176de56aea 10:16:01 Successfully built 83176de56aea 10:16:01 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 10:16:02 + docker inspect -f . ci-base-image-x86_64 10:16:02 . [Pipeline] withDockerContainer 10:16:02 prd-centos7-docker-4c-2g-33901 does not seem to be running inside a container 10:16:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/94 -v /w/workspace/edgex-ui-go/94:/w/workspace/edgex-ui-go/94:rw,z -v /w/workspace/edgex-ui-go/94@tmp:/w/workspace/edgex-ui-go/94@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:16:03 $ docker top 22e06a6fb3f75273fb38863729abe03cad41a15f58192d30ca0462e5ce089cb2 -eo pid,comm [Pipeline] { [Pipeline] sh 10:16:04 + go version 10:16:04 go version go1.15.5 linux/amd64 [Pipeline] } 10:16:04 $ docker stop --time=1 22e06a6fb3f75273fb38863729abe03cad41a15f58192d30ca0462e5ce089cb2 10:16:05 $ docker rm -f 22e06a6fb3f75273fb38863729abe03cad41a15f58192d30ca0462e5ce089cb2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:16:06 + docker inspect -f . ci-base-image-x86_64 10:16:06 . [Pipeline] withDockerContainer 10:16:06 prd-centos7-docker-4c-2g-33901 does not seem to be running inside a container 10:16:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/94 -v /w/workspace/edgex-ui-go/94:/w/workspace/edgex-ui-go/94:rw,z -v /w/workspace/edgex-ui-go/94@tmp:/w/workspace/edgex-ui-go/94@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:16:07 $ docker top 7951d086bbc4a1487c57931aa00d542aad0a45c4ba800a6b8251275178e914a5 -eo pid,comm [Pipeline] { [Pipeline] sh 10:16:07 cc2fbc11eb47: Pushed 10:16:07 67b271c0d6720504190f29223f2a5b9aa83cfa4f: digest: sha256:58ae73a8aca0cc05d5212b2ea2e504ebb891f1941a73cf9189cb58da19348a18 size: 740 [Pipeline] isUnix [Pipeline] sh 10:16:07 + make test 10:16:07 GO111MODULE=on go test -coverprofile=coverage.out ./... 10:16:07 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:16:07 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest 10:16:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 10:16:07 cc2fbc11eb47: Preparing 10:16:07 e08058ee1dfe: Preparing 10:16:07 cc2fbc11eb47: Layer already exists 10:16:07 e08058ee1dfe: Layer already exists 10:16:08 latest: digest: sha256:58ae73a8aca0cc05d5212b2ea2e504ebb891f1941a73cf9189cb58da19348a18 size: 740 [Pipeline] isUnix [Pipeline] sh 10:16:08 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh 10:16:08 ? github.com/edgexfoundry/edgex-ui-go [no test files] 10:16:08 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.35 10:16:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 10:16:08 cc2fbc11eb47: Preparing 10:16:08 e08058ee1dfe: Preparing 10:16:09 cc2fbc11eb47: Layer already exists 10:16:09 e08058ee1dfe: Layer already exists 10:16:09 2.0.0-dev.35: digest: sha256:58ae73a8aca0cc05d5212b2ea2e504ebb891f1941a73cf9189cb58da19348a18 size: 740 [Pipeline] isUnix [Pipeline] sh 10:16:09 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:67b271c0d6720504190f29223f2a5b9aa83cfa4f-2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh 10:16:09 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:67b271c0d6720504190f29223f2a5b9aa83cfa4f-2.0.0-dev.35 10:16:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 10:16:09 cc2fbc11eb47: Preparing 10:16:09 e08058ee1dfe: Preparing 10:16:09 cc2fbc11eb47: Layer already exists 10:16:09 e08058ee1dfe: Layer already exists 10:16:10 67b271c0d6720504190f29223f2a5b9aa83cfa4f-2.0.0-dev.35: digest: sha256:58ae73a8aca0cc05d5212b2ea2e504ebb891f1941a73cf9189cb58da19348a18 size: 740 [Pipeline] isUnix [Pipeline] sh 10:16:10 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:16:10 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master 10:16:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 10:16:10 cc2fbc11eb47: Preparing 10:16:10 e08058ee1dfe: Preparing 10:16:10 cc2fbc11eb47: Layer already exists 10:16:11 e08058ee1dfe: Layer already exists 10:16:11 master: digest: sha256:58ae73a8aca0cc05d5212b2ea2e504ebb891f1941a73cf9189cb58da19348a18 size: 740 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:16:11 ===================================================== [Pipeline] echo 10:16:11 taggedImages: 10:16:11 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:67b271c0d6720504190f29223f2a5b9aa83cfa4f 10:16:11 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest 10:16:11 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.35 10:16:11 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:67b271c0d6720504190f29223f2a5b9aa83cfa4f-2.0.0-dev.35 10:16:11 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 10:16:12 ---> job-cost.sh 10:16:12 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-qzHk 10:16:19 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 10:16:19 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 10:16:19 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 10:16:19 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 10:16:19 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 10:16:19 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 10:16:19 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 10:16:19 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 10:16:19 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 10:16:19 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 10:16:19 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 10:16:19 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 10:16:19 GO111MODULE=on go vet ./... [Pipeline] } 10:16:20 $ docker stop --time=1 7951d086bbc4a1487c57931aa00d542aad0a45c4ba800a6b8251275178e914a5 10:16:22 $ docker rm -f 7951d086bbc4a1487c57931aa00d542aad0a45c4ba800a6b8251275178e914a5 [Pipeline] // withDockerContainer [Pipeline] sh 10:16:22 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:16:22 Warning: overwriting stash ‘coverage-report’ 10:16:23 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 10:16:23 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:16:24 + ls -al . 10:16:24 total 92 10:16:24 drwxrwxr-x. 10 jenkins jenkins 4096 Apr 13 10:16 . 10:16:24 drwxrwxr-x. 4 jenkins jenkins 30 Apr 13 10:14 .. 10:16:24 drwxrwxr-x. 3 jenkins jenkins 20 Apr 13 10:14 assets 10:16:24 drwxrwxr-x. 2 jenkins jenkins 35 Apr 13 10:14 bin 10:16:24 drwxrwxr-x. 3 jenkins jenkins 29 Apr 13 10:14 cmd 10:16:24 -rw-rw-r--. 1 jenkins jenkins 3959 Apr 13 10:14 CONTRIBUTING.md 10:16:24 -rw-r--r--. 1 jenkins jenkins 10 Apr 13 10:16 coverage.out 10:16:24 -rw-rw-r--. 1 jenkins jenkins 1508 Apr 13 10:14 Dockerfile 10:16:24 -rw-rw-r--. 1 jenkins jenkins 902 Apr 13 10:14 Dockerfile.build 10:16:24 drwxrwxr-x. 5 jenkins jenkins 104 Apr 13 10:14 docs 10:16:24 drwxrwxr-x. 8 jenkins jenkins 162 Apr 13 10:14 .git 10:16:24 drwxrwxr-x. 2 jenkins jenkins 103 Apr 13 10:14 .github 10:16:24 -rw-rw-r--. 1 jenkins jenkins 162 Apr 13 10:14 .gitignore 10:16:24 -rw-rw-r--. 1 jenkins jenkins 987 Apr 13 10:14 go.mod 10:16:24 -rw-r--r--. 1 jenkins jenkins 22319 Apr 13 10:16 go.sum 10:16:24 drwxrwxr-x. 10 jenkins jenkins 139 Apr 13 10:14 internal 10:16:24 -rw-rw-r--. 1 jenkins jenkins 652 Apr 13 10:14 Jenkinsfile 10:16:24 -rw-rw-r--. 1 jenkins jenkins 11357 Apr 13 10:14 LICENSE 10:16:24 -rw-rw-r--. 1 jenkins jenkins 951 Apr 13 10:14 Makefile 10:16:24 -rw-rw-r--. 1 jenkins jenkins 4535 Apr 13 10:14 README.md 10:16:24 -rw-rw-r--. 1 jenkins jenkins 12 Apr 13 10:10 VERSION 10:16:24 -rw-rw-r--. 1 jenkins jenkins 155 Apr 13 10:14 version.go 10:16:24 drwxrwxr-x. 4 jenkins jenkins 4096 Apr 13 10:14 web [Pipeline] isUnix [Pipeline] sh 10:16:24 + docker build -t docker-edgex-ui-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=67b271c0d6720504190f29223f2a5b9aa83cfa4f --label arch=amd64 --label version=2.0.0-dev.35 . 10:16:25 Sending build context to Docker daemon 34.59MB 10:16:25 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 10:16:25 Step 2/24 : FROM ${BASE} AS builder 10:16:25 ---> 83176de56aea 10:16:25 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 10:16:25 ---> Running in 13867a1eb5c2 10:16:25 Removing intermediate container 13867a1eb5c2 10:16:25 ---> baefd26f9e01 10:16:25 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 10:16:25 ---> Running in a64c16467e56 10:16:25 Removing intermediate container a64c16467e56 10:16:25 ---> cd7868809986 10:16:25 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 10:16:25 ---> Running in 9918e02d2a34 10:16:26 Removing intermediate container 9918e02d2a34 10:16:26 ---> 2a9b229f54f5 10:16:26 Step 6/24 : LABEL Name=edgex-ui-go 10:16:26 ---> Running in 823d048aae85 10:16:26 Removing intermediate container 823d048aae85 10:16:26 ---> f1939d401f5c 10:16:26 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 10:16:26 ---> Running in b8a626000e0d 10:16:26 Removing intermediate container b8a626000e0d 10:16:26 ---> d4e949141a2a 10:16:26 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:16:26 ---> Running in 08d288d2ac26 10:16:27 Removing intermediate container 08d288d2ac26 10:16:27 ---> e590acbeb559 10:16:27 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:16:27 ---> Running in 5f2586c2d4b2 10:16:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:16:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:16:29 OK: 166 MiB in 39 packages 10:16:29 Removing intermediate container 5f2586c2d4b2 10:16:29 ---> b4d7dc6768ec 10:16:29 Step 10/24 : ENV GO111MODULE=on 10:16:29 ---> Running in 14ec0878affc 10:16:29 Removing intermediate container 14ec0878affc 10:16:29 ---> 4d65cf4e5d10 10:16:29 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 10:16:29 ---> Running in bff781b8ea2c 10:16:30 Removing intermediate container bff781b8ea2c 10:16:30 ---> 519d2efeb677 10:16:30 Step 12/24 : COPY go.mod . 10:16:30 ---> 6c404f618652 10:16:30 Step 13/24 : COPY Makefile . 10:16:30 ---> d72fe9fc7e80 10:16:30 Step 14/24 : RUN make update 10:16:30 ---> Running in 139cfebd549e 10:16:31 CGO_ENABLED=0 GO111MODULE=on go mod download 10:16:31 Removing intermediate container 139cfebd549e 10:16:31 ---> 25998b00808a 10:16:31 Step 15/24 : COPY . . 10:16:34 ---> 8b17b035f9c3 10:16:34 Step 16/24 : RUN ${MAKE} 10:16:34 ---> Running in 039b1856c427 10:16:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.35" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 10:16:42 CGO_ENABLED=0 GO111MODULE=on go build ./... 10:16:46 Removing intermediate container 039b1856c427 10:16:46 ---> 95837c7bc8fe 10:16:46 Step 17/24 : FROM alpine:3.12 10:16:46 3.12: Pulling from library/alpine 10:16:46 532819f3e44c: Pulling fs layer 10:16:47 532819f3e44c: Pull complete 10:16:47 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 10:16:47 Status: Downloaded newer image for alpine:3.12 10:16:47 ---> 7230e588e954 10:16:47 Step 18/24 : EXPOSE 4000 10:16:47 ---> Running in 34038fc1d211 10:16:47 Removing intermediate container 34038fc1d211 10:16:47 ---> a22966461179 10:16:47 Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 10:16:49 ---> 789e3ac81914 10:16:49 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 10:16:49 ---> Running in a67c30de16b8 10:16:49 Removing intermediate container a67c30de16b8 10:16:49 ---> 70eb4c6f5c1a 10:16:49 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 10:16:49 ---> Running in 11e2a678cf3f 10:16:49 Removing intermediate container 11e2a678cf3f 10:16:49 ---> 8990995e31f0 10:16:49 Step 22/24 : LABEL arch=amd64 10:16:49 ---> Running in de1a2dfbf5c6 10:16:49 Removing intermediate container de1a2dfbf5c6 10:16:49 ---> f0dd8b3066ca 10:16:49 Step 23/24 : LABEL git_sha=67b271c0d6720504190f29223f2a5b9aa83cfa4f 10:16:49 ---> Running in 5e5a29779a3f 10:16:50 Removing intermediate container 5e5a29779a3f 10:16:50 ---> 292b5a86bf86 10:16:50 Step 24/24 : LABEL version=2.0.0-dev.35 10:16:50 ---> Running in 0467b6fadcb1 10:16:50 Removing intermediate container 0467b6fadcb1 10:16:50 ---> b7e65ccc3155 10:16:50 [Warning] One or more build-args [ARCH] were not consumed 10:16:50 Successfully built b7e65ccc3155 10:16:50 Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:16:50 provisioning config files... 10:16:50 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/94@tmp/config3031679007524688022tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:16:51 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 10:16:51 ---> docker-login.sh 10:16:51 nexus3.edgexfoundry.org:10001 10:16:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:16:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:16:51 Configure a credential helper to remove this warning. See 10:16:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:16:51 10:16:51 Login Succeeded 10:16:51 nexus3.edgexfoundry.org:10002 10:16:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:16:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:16:51 Configure a credential helper to remove this warning. See 10:16:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:16:51 10:16:51 Login Succeeded 10:16:51 nexus3.edgexfoundry.org:10003 10:16:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:16:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:16:51 Configure a credential helper to remove this warning. See 10:16:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:16:51 10:16:51 Login Succeeded 10:16:51 nexus3.edgexfoundry.org:10004 10:16:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:16:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:16:51 Configure a credential helper to remove this warning. See 10:16:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:16:51 10:16:51 Login Succeeded 10:16:51 docker.io 10:16:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:16:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:16:52 Configure a credential helper to remove this warning. See 10:16:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:16:52 10:16:52 Login Succeeded 10:16:52 ---> docker-login.sh ends [Pipeline] } 10:16:52 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:16:52 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: 10:16:52 67b271c0d6720504190f29223f2a5b9aa83cfa4f 10:16:52 latest 10:16:52 2.0.0-dev.35 10:16:52 67b271c0d6720504190f29223f2a5b9aa83cfa4f-2.0.0-dev.35 10:16:52 master 10:16:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:16:52 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:67b271c0d6720504190f29223f2a5b9aa83cfa4f [Pipeline] isUnix [Pipeline] sh 10:16:53 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:67b271c0d6720504190f29223f2a5b9aa83cfa4f 10:16:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 10:16:53 d9400f5c2882: Preparing 10:16:53 b0b9881431d7: Preparing 10:16:53 b0b9881431d7: Layer already exists 10:16:55 d9400f5c2882: Pushed 10:16:55 67b271c0d6720504190f29223f2a5b9aa83cfa4f: digest: sha256:66d3afebf08f94b2a800c92abd88ff74ef775e1bd72504c01e2f9780f6418555 size: 740 [Pipeline] isUnix [Pipeline] sh 10:16:56 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh 10:16:56 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 10:16:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 10:16:56 d9400f5c2882: Preparing 10:16:56 b0b9881431d7: Preparing 10:16:56 b0b9881431d7: Layer already exists 10:16:56 d9400f5c2882: Layer already exists 10:16:56 latest: digest: sha256:66d3afebf08f94b2a800c92abd88ff74ef775e1bd72504c01e2f9780f6418555 size: 740 [Pipeline] isUnix [Pipeline] sh 10:16:56 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh 10:16:57 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.35 10:16:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 10:16:57 d9400f5c2882: Preparing 10:16:57 b0b9881431d7: Preparing 10:16:57 b0b9881431d7: Layer already exists 10:16:57 d9400f5c2882: Layer already exists 10:16:57 2.0.0-dev.35: digest: sha256:66d3afebf08f94b2a800c92abd88ff74ef775e1bd72504c01e2f9780f6418555 size: 740 [Pipeline] isUnix [Pipeline] sh 10:16:57 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:67b271c0d6720504190f29223f2a5b9aa83cfa4f-2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh 10:16:57 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:67b271c0d6720504190f29223f2a5b9aa83cfa4f-2.0.0-dev.35 10:16:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 10:16:57 d9400f5c2882: Preparing 10:16:57 b0b9881431d7: Preparing 10:16:57 d9400f5c2882: Layer already exists 10:16:57 b0b9881431d7: Layer already exists 10:16:57 67b271c0d6720504190f29223f2a5b9aa83cfa4f-2.0.0-dev.35: digest: sha256:66d3afebf08f94b2a800c92abd88ff74ef775e1bd72504c01e2f9780f6418555 size: 740 [Pipeline] isUnix [Pipeline] sh 10:16:58 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh 10:16:58 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master 10:16:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 10:16:58 d9400f5c2882: Preparing 10:16:58 b0b9881431d7: Preparing 10:16:58 d9400f5c2882: Layer already exists 10:16:58 b0b9881431d7: Layer already exists 10:16:58 master: digest: sha256:66d3afebf08f94b2a800c92abd88ff74ef775e1bd72504c01e2f9780f6418555 size: 740 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:16:58 ===================================================== [Pipeline] echo 10:16:58 taggedImages: 10:16:58 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:67b271c0d6720504190f29223f2a5b9aa83cfa4f 10:16:58 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 10:16:58 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.35 10:16:58 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:67b271c0d6720504190f29223f2a5b9aa83cfa4f-2.0.0-dev.35 10:16:58 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 10:16:59 ---> job-cost.sh 10:16:59 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-exL4 10:17:17 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 10:17:44 lf-activate-venv(): INFO: Adding /tmp/venv-exL4/bin to PATH 10:17:44 INFO: No Stack... 10:17:44 INFO: Retrieving Pricing Info for: v1-standard-2 10:17:44 INFO: Archiving Costs [Pipeline] sh 10:17:44 + cat /w/workspace/edgex-ui-go/94/archives/cost.csv 10:17:44 + cut -d, -f6 [Pipeline] lock 10:17:44 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-94-stack-cost] 10:17:44 Resource [jenkins-edgexfoundry-edgex-ui-go-master-94-stack-cost] did not exist. Created. 10:17:44 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-94-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:17:45 + echo total: 0.029999999329447746 [Pipeline] stash 10:17:45 Stashed 1 file(s) [Pipeline] } 10:17:45 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-94-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 10:18:27 lf-activate-venv(): INFO: Adding /tmp/venv-qzHk/bin to PATH 10:18:27 INFO: No Stack... 10:18:27 INFO: Retrieving Pricing Info for: lf-standard-4 10:18:27 INFO: Archiving Costs [Pipeline] sh 10:18:28 + cat /w/workspace/edgex-ui-go/94/archives/cost.csv 10:18:28 + cut -d, -f6 [Pipeline] lock 10:18:28 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-94-stack-cost] 10:18:28 Resource [jenkins-edgexfoundry-edgex-ui-go-master-94-stack-cost] did not exist. Created. 10:18:28 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-94-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:18:28 /w/workspace/edgex-ui-go/94@tmp/durable-46955465/script.sh: 1: /w/workspace/edgex-ui-go/94@tmp/durable-46955465/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 10:18:29 + echo total: 0.20999999344348907 [Pipeline] stash 10:18:29 Warning: overwriting stash ‘stack-cost’ 10:18:29 Stashed 1 file(s) [Pipeline] } 10:18:29 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-94-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 10:18:30 provisioning config files... 10:18:30 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config2755988506181628665tmp [Pipeline] { [Pipeline] sh 10:18:31 + set +x 10:18:31 + curl -s https://codecov.io/bash 10:18:31 + bash -s -- 10:18:31 10:18:31 _____ _ 10:18:31 / ____| | | 10:18:31 | | ___ __| | ___ ___ _____ __ 10:18:31 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:18:31 | |___| (_) | (_| | __/ (_| (_) \ V / 10:18:31 \_____\___/ \__,_|\___|\___\___/ \_/ 10:18:31 Bash-20210309-2b87ace 10:18:31 10:18:31 10:18:31 ==> git version 2.24.3 found 10:18:31 ==> 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 10:18:31 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 10:18:31 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 10:18:31 ==> Jenkins CI detected. 10:18:31 project root: . 10:18:31 --> token set from env 10:18:31 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:18:31 ==> Running gcov in . (disable via -X gcov) 10:18:31 ==> Python coveragepy not found 10:18:31 ==> Searching for coverage reports in: 10:18:31 + . 10:18:31 -> Found 1 reports 10:18:31 ==> Detecting git/mercurial file structure 10:18:31 ==> Reading reports 10:18:31 + ./coverage.out bytes=10 10:18:31 ==> Appending adjustments 10:18:31 https://docs.codecov.io/docs/fixing-reports 10:18:31 + Found adjustments 10:18:31 ==> Gzipping contents 10:18:31 4.0K /tmp/codecov.7xSJFw.gz 10:18:31 ==> Uploading reports 10:18:31 url: https://codecov.io 10:18:31 query: branch=master&commit=67b271c0d6720504190f29223f2a5b9aa83cfa4f&build=94&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F94%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= 10:18:31 -> Pinging Codecov 10:18:31 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=67b271c0d6720504190f29223f2a5b9aa83cfa4f&build=94&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F94%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= 10:18:32 -> Uploading to 10:18:32 https://storage.googleapis.com/codecov/v4/raw/2021-04-13/FB506323287CE973F263BFD2A0EB1F37/67b271c0d6720504190f29223f2a5b9aa83cfa4f/3dd803f9-6dea-4c1a-82e9-959d8d1e2e8f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210413%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210413T101832Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2069b9d13ee9e13a74ce26978a3b121ce091e93b60291ec7685acbf3aa2281f6 10:18:32 % Total % Received % Xferd Average Speed Time Time Time Current 10:18:32 Dload Upload Total Spent Left Speed 10:18:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3827 0 0 100 3827 0 6627 --:--:-- --:--:-- --:--:-- 6621 100 3827 0 0 100 3827 0 6624 --:--:-- --:--:-- --:--:-- 6621 10:18:32 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/67b271c0d6720504190f29223f2a5b9aa83cfa4f [Pipeline] } 10:18:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 10:18:33 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 10:18:33 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:18:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:18:34 10:18:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 10:18:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:18:34 1.410.4: Pulling from edgex-devops/edgex-snyk-go 10:18:34 188c0c94c7c5: Pulling fs layer 10:18:34 0ef7d3d256c8: Pulling fs layer 10:18:34 de9db76c5a1d: Pulling fs layer 10:18:34 0eba1c9be4d2: Pulling fs layer 10:18:34 0d57e429df01: Pulling fs layer 10:18:34 4e4be7b47b0d: Pulling fs layer 10:18:34 e1f770b5df2f: Pulling fs layer 10:18:34 85a0685a4137: Pulling fs layer 10:18:34 0d57e429df01: Waiting 10:18:34 4e4be7b47b0d: Waiting 10:18:34 e1f770b5df2f: Waiting 10:18:34 85a0685a4137: Waiting 10:18:34 0eba1c9be4d2: Waiting 10:18:34 de9db76c5a1d: Verifying Checksum 10:18:34 de9db76c5a1d: Download complete 10:18:34 0ef7d3d256c8: Verifying Checksum 10:18:34 0ef7d3d256c8: Download complete 10:18:34 0d57e429df01: Verifying Checksum 10:18:34 0d57e429df01: Download complete 10:18:34 188c0c94c7c5: Verifying Checksum 10:18:34 188c0c94c7c5: Download complete 10:18:34 4e4be7b47b0d: Download complete 10:18:35 188c0c94c7c5: Pull complete 10:18:35 0ef7d3d256c8: Pull complete 10:18:35 de9db76c5a1d: Pull complete 10:18:36 e1f770b5df2f: Verifying Checksum 10:18:36 e1f770b5df2f: Download complete 10:18:38 0eba1c9be4d2: Verifying Checksum 10:18:38 0eba1c9be4d2: Download complete 10:18:39 85a0685a4137: Verifying Checksum 10:18:39 85a0685a4137: Download complete 10:18:44 0eba1c9be4d2: Pull complete 10:18:44 0d57e429df01: Pull complete 10:18:44 4e4be7b47b0d: Pull complete 10:18:46 e1f770b5df2f: Pull complete 10:18:54 85a0685a4137: Pull complete 10:18:54 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 10:18:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:18:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 10:18:54 prd-centos7-docker-4c-2g-33895 does not seem to be running inside a container 10:18:55 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 10:18:56 $ docker top ef1897c639271cfd845db810adc50b62e47a903c86edba169b7721ce81e8455e -eo pid,comm [Pipeline] { [Pipeline] echo 10:18:56 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 10:18:56 + set -o pipefail 10:18:56 + snyk monitor '--org=edgex-jenkins' 10:19:14 10:19:14 Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... 10:19:14 10:19:14 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/1abaa7ad-ff19-463c-850c-8149f8ab68e1 10:19:14 10:19:14 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 10:19:14 10:19:14 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 10:19:14 10:19:14 10:19:14 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 10:19:14 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 10:19:14 $ docker stop --time=1 ef1897c639271cfd845db810adc50b62e47a903c86edba169b7721ce81e8455e 10:19:17 $ docker rm -f ef1897c639271cfd845db810adc50b62e47a903c86edba169b7721ce81e8455e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:19:19 + git log --format=format:%s -1 67b271c0d6720504190f29223f2a5b9aa83cfa4f [Pipeline] isUnix [Pipeline] sh 10:19:20 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:19:20 . [Pipeline] withDockerContainer 10:19:20 prd-centos7-docker-4c-2g-33895 does not seem to be running inside a container 10:19:20 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:19:21 $ docker top 0161e7faa14bd21a0f7bc70c93c4501a99e96f34003625c51144807033f6ca60 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:19:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:19:21 [ssh-agent] Looking for ssh-agent implementation... 10:19:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:19:21 $ docker exec 0161e7faa14bd21a0f7bc70c93c4501a99e96f34003625c51144807033f6ca60 ssh-agent 10:19:21 SSH_AUTH_SOCK=/tmp/ssh-OoHzqxJnoULB/agent.12 10:19:21 SSH_AGENT_PID=17 10:19:21 Running ssh-add (command line suppressed) 10:19:21 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2447150399371889191.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2447150399371889191.key) 10:19:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:19:22 + git semver tag 10:19:22 # -> Open(): unable to determine branch for HEAD 10:19:22 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 10:19:22 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 10:19:22 # $SEMVER_REMOTE_NAME = origin 10:19:22 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:19:22 # $SEMVER_USER_NAME = edgex-jenkins 10:19:22 # $SEMVER_BRANCH = master 10:19:22 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 10:19:22 # 67b271c0d6720504190f29223f2a5b9aa83cfa4f HEAD 10:19:22 # -> Force: false 10:19:22 # 4b06c8e1f27d3b832455f752f6fa0f70ebe6f5d7 refs/tags/v2.0.0-dev.35 [Pipeline] } 10:19:22 $ docker exec --env ******** --env ******** 0161e7faa14bd21a0f7bc70c93c4501a99e96f34003625c51144807033f6ca60 ssh-agent -k 10:19:22 unset SSH_AUTH_SOCK; 10:19:22 unset SSH_AGENT_PID; 10:19:22 echo Agent pid 17 killed; 10:19:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:19:23 + git semver [Pipeline] } 10:19:23 $ docker stop --time=1 0161e7faa14bd21a0f7bc70c93c4501a99e96f34003625c51144807033f6ca60 10:19:24 $ docker rm -f 0161e7faa14bd21a0f7bc70c93c4501a99e96f34003625c51144807033f6ca60 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 10:19:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:19:25 10:19:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 10:19:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:19:25 0.23.1-centos7: Pulling from edgex-lftools 10:19:25 ab5ef0e58194: Pulling fs layer 10:19:25 9712f1f96733: Pulling fs layer 10:19:25 63f879dbbcfc: Pulling fs layer 10:19:25 0d9ebad4ef96: Pulling fs layer 10:19:25 e9a5061849ea: Pulling fs layer 10:19:25 d747dcd14b5f: Pulling fs layer 10:19:25 2de7ff778b66: Pulling fs layer 10:19:25 e9a5061849ea: Waiting 10:19:25 d747dcd14b5f: Waiting 10:19:25 0d9ebad4ef96: Waiting 10:19:25 2de7ff778b66: Waiting 10:19:25 9712f1f96733: Verifying Checksum 10:19:25 9712f1f96733: Download complete 10:19:27 63f879dbbcfc: Verifying Checksum 10:19:27 63f879dbbcfc: Download complete 10:19:27 e9a5061849ea: Verifying Checksum 10:19:27 e9a5061849ea: Download complete 10:19:27 d747dcd14b5f: Verifying Checksum 10:19:27 d747dcd14b5f: Download complete 10:19:28 2de7ff778b66: Verifying Checksum 10:19:28 2de7ff778b66: Download complete 10:19:28 ab5ef0e58194: Download complete 10:19:28 0d9ebad4ef96: Verifying Checksum 10:19:28 0d9ebad4ef96: Download complete 10:19:33 ab5ef0e58194: Pull complete 10:19:33 9712f1f96733: Pull complete 10:19:36 63f879dbbcfc: Pull complete 10:19:42 0d9ebad4ef96: Pull complete 10:19:43 e9a5061849ea: Pull complete 10:19:44 d747dcd14b5f: Pull complete 10:19:46 2de7ff778b66: Pull complete 10:19:46 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 10:19:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:19:46 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 10:19:46 prd-centos7-docker-4c-2g-33895 does not seem to be running inside a container 10:19:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 10:19:50 $ docker top 13cd103683c50b6504687853e628f2d924a74e305e2950ec4cc3da47e3f9f643 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 10:19:51 provisioning config files... 10:19:51 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config7345870971241806036tmp 10:19:51 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config3253237738291463493tmp 10:19:51 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config8598564214299082667tmp [Pipeline] { [Pipeline] echo 10:19:51 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 10:19:51 ---> sigul-configuration.sh 10:19:51 gpg: directory `/root/.gnupg' created 10:19:51 gpg: new configuration file `/root/.gnupg/gpg.conf' created 10:19:51 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 10:19:51 gpg: keyring `/root/.gnupg/secring.gpg' created 10:19:51 gpg: keyring `/root/.gnupg/pubring.gpg' created 10:19:51 gpg: CAST5 encrypted data 10:19:51 gpg: encrypted with 1 passphrase 10:19:51 gpg: WARNING: message was not integrity protected [Pipeline] sh 10:19:52 + mkdir /home/jenkins 10:19:52 + mkdir /home/jenkins/sigul [Pipeline] sh 10:19:52 + 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 10:19:52 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 10:19:52 ---> sigul-install.sh 10:19:59 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 10:19:59 + git tag --list 10:19:59 0.1.1 10:19:59 v1.1.0 10:19:59 v1.2.0 10:19:59 v1.2.1 10:19:59 v1.3.0 10:19:59 v2.0.0-dev.1 10:19:59 v2.0.0-dev.10 10:19:59 v2.0.0-dev.11 10:19:59 v2.0.0-dev.12 10:19:59 v2.0.0-dev.13 10:19:59 v2.0.0-dev.14 10:19:59 v2.0.0-dev.15 10:19:59 v2.0.0-dev.16 10:19:59 v2.0.0-dev.17 10:19:59 v2.0.0-dev.18 10:19:59 v2.0.0-dev.19 10:19:59 v2.0.0-dev.2 10:19:59 v2.0.0-dev.20 10:19:59 v2.0.0-dev.21 10:19:59 v2.0.0-dev.22 10:19:59 v2.0.0-dev.23 10:19:59 v2.0.0-dev.24 10:19:59 v2.0.0-dev.25 10:19:59 v2.0.0-dev.26 10:19:59 v2.0.0-dev.27 10:19:59 v2.0.0-dev.28 10:19:59 v2.0.0-dev.29 10:19:59 v2.0.0-dev.3 10:19:59 v2.0.0-dev.30 10:19:59 v2.0.0-dev.31 10:19:59 v2.0.0-dev.32 10:19:59 v2.0.0-dev.33 10:19:59 v2.0.0-dev.34 10:19:59 v2.0.0-dev.35 10:19:59 v2.0.0-dev.4 10:19:59 v2.0.0-dev.5 10:19:59 v2.0.0-dev.6 10:19:59 v2.0.0-dev.7 10:19:59 v2.0.0-dev.8 10:19:59 v2.0.0-dev.9 [Pipeline] sh 10:20:00 + lftools sign git-tag v2.0.0-dev.35 10:20:01 Signing Git tag with Sigul... 10:20:01 Signing v2.0.0-dev.35 [Pipeline] echo 10:20:03 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 10:20:03 ---> sigul-configuration-cleanup.sh [Pipeline] } 10:20:03 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 10:20:03 $ docker stop --time=1 13cd103683c50b6504687853e628f2d924a74e305e2950ec4cc3da47e3f9f643 10:20:05 $ docker rm -f 13cd103683c50b6504687853e628f2d924a74e305e2950ec4cc3da47e3f9f643 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 10:20:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:20:06 . [Pipeline] withDockerContainer 10:20:07 prd-centos7-docker-4c-2g-33895 does not seem to be running inside a container 10:20:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:20:07 $ docker top 0d00faf74fa692d52abdc7be75b61261a542ea930540f7cf06f41cde239ce7fb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:20:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:20:08 [ssh-agent] Looking for ssh-agent implementation... 10:20:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:20:08 $ docker exec 0d00faf74fa692d52abdc7be75b61261a542ea930540f7cf06f41cde239ce7fb ssh-agent 10:20:08 SSH_AUTH_SOCK=/tmp/ssh-jQvtfndCZVs9/agent.13 10:20:08 SSH_AGENT_PID=18 10:20:08 Running ssh-add (command line suppressed) 10:20:08 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4317113756092401826.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4317113756092401826.key) 10:20:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:20:09 + git semver bump pre 10:20:09 # -> Open(): unable to determine branch for HEAD 10:20:09 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 10:20:09 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 10:20:09 # $SEMVER_REMOTE_NAME = origin 10:20:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:20:09 # $SEMVER_USER_NAME = edgex-jenkins 10:20:09 # $SEMVER_BRANCH = master 10:20:09 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 10:20:09 2.0.0-dev.36 [Pipeline] } 10:20:09 $ docker exec --env ******** --env ******** 0d00faf74fa692d52abdc7be75b61261a542ea930540f7cf06f41cde239ce7fb ssh-agent -k 10:20:09 unset SSH_AUTH_SOCK; 10:20:09 unset SSH_AGENT_PID; 10:20:09 echo Agent pid 18 killed; 10:20:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:20:09 + git semver [Pipeline] } 10:20:09 $ docker stop --time=1 0d00faf74fa692d52abdc7be75b61261a542ea930540f7cf06f41cde239ce7fb 10:20:11 $ docker rm -f 0d00faf74fa692d52abdc7be75b61261a542ea930540f7cf06f41cde239ce7fb [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 10:20:11 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:20:11 . [Pipeline] withDockerContainer 10:20:11 prd-centos7-docker-4c-2g-33895 does not seem to be running inside a container 10:20:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:20:12 $ docker top 9d7ddc0adf6150948bad9e0a9cbcac3e4132027258b7ce6ebb9389d389b6c9d5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:20:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:20:12 [ssh-agent] Looking for ssh-agent implementation... 10:20:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:20:13 $ docker exec 9d7ddc0adf6150948bad9e0a9cbcac3e4132027258b7ce6ebb9389d389b6c9d5 ssh-agent 10:20:13 SSH_AUTH_SOCK=/tmp/ssh-Ay3n3OVdVKhL/agent.13 10:20:13 SSH_AGENT_PID=18 10:20:13 Running ssh-add (command line suppressed) 10:20:13 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2582310234552224098.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2582310234552224098.key) 10:20:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:20:13 + git semver push 10:20:13 # -> Open(): unable to determine branch for HEAD 10:20:13 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 10:20:13 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 10:20:13 # $SEMVER_REMOTE_NAME = origin 10:20:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:20:13 # $SEMVER_USER_NAME = edgex-jenkins 10:20:13 # $SEMVER_BRANCH = master 10:20:13 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 10:20:18 $ docker exec --env ******** --env ******** 9d7ddc0adf6150948bad9e0a9cbcac3e4132027258b7ce6ebb9389d389b6c9d5 ssh-agent -k 10:20:18 unset SSH_AUTH_SOCK; 10:20:18 unset SSH_AGENT_PID; 10:20:18 echo Agent pid 18 killed; 10:20:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:20:18 + git semver [Pipeline] } 10:20:18 $ docker stop --time=1 9d7ddc0adf6150948bad9e0a9cbcac3e4132027258b7ce6ebb9389d389b6c9d5 10:20:20 $ docker rm -f 9d7ddc0adf6150948bad9e0a9cbcac3e4132027258b7ce6ebb9389d389b6c9d5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 10:20:21 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:20:22 ---> package-listing.sh 10:20:22 ++ tr '[:upper:]' '[:lower:]' 10:20:22 ++ facter osfamily 10:20:22 + OS_FAMILY=redhat 10:20:22 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master 10:20:22 + START_PACKAGES=/tmp/packages_start.txt 10:20:22 + END_PACKAGES=/tmp/packages_end.txt 10:20:22 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:20:22 + PACKAGES=/tmp/packages_start.txt 10:20:22 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 10:20:22 + PACKAGES=/tmp/packages_end.txt 10:20:22 + case "${OS_FAMILY}" in 10:20:22 + rpm -qa 10:20:22 + sort 10:20:28 + '[' -f /tmp/packages_start.txt ']' 10:20:28 + '[' -f /tmp/packages_end.txt ']' 10:20:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:20:28 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 10:20:28 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ 10:20:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [Pipeline] echo 10:20:28 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/edgexfoundry_edgex-ui-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:20:28 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 10:20:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:20:28 10:20:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 10:20:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:20:29 alpine: Pulling from edgex-lftools-log-publisher 10:20:29 df20fa9351a1: Pulling fs layer 10:20:29 36b3adc4ff6f: Pulling fs layer 10:20:29 8ad3a11d3b57: Pulling fs layer 10:20:29 46f8f816bc3b: Pulling fs layer 10:20:29 93b61091891f: Pulling fs layer 10:20:29 93b9cdb0e59b: Pulling fs layer 10:20:29 5e14af77c1be: Pulling fs layer 10:20:29 01666e4c0597: Pulling fs layer 10:20:29 aa168da1d23b: Pulling fs layer 10:20:29 93b9cdb0e59b: Waiting 10:20:29 46f8f816bc3b: Waiting 10:20:29 93b61091891f: Waiting 10:20:29 5e14af77c1be: Waiting 10:20:29 01666e4c0597: Waiting 10:20:29 aa168da1d23b: Waiting 10:20:29 36b3adc4ff6f: Verifying Checksum 10:20:29 36b3adc4ff6f: Download complete 10:20:29 46f8f816bc3b: Verifying Checksum 10:20:29 46f8f816bc3b: Download complete 10:20:29 93b61091891f: Verifying Checksum 10:20:29 93b61091891f: Download complete 10:20:29 93b9cdb0e59b: Verifying Checksum 10:20:29 93b9cdb0e59b: Download complete 10:20:29 5e14af77c1be: Download complete 10:20:29 01666e4c0597: Verifying Checksum 10:20:29 01666e4c0597: Download complete 10:20:29 8ad3a11d3b57: Verifying Checksum 10:20:29 8ad3a11d3b57: Download complete 10:20:29 df20fa9351a1: Verifying Checksum 10:20:29 df20fa9351a1: Download complete 10:20:29 df20fa9351a1: Pull complete 10:20:29 36b3adc4ff6f: Pull complete 10:20:31 8ad3a11d3b57: Pull complete 10:20:31 aa168da1d23b: Verifying Checksum 10:20:31 aa168da1d23b: Download complete 10:20:31 46f8f816bc3b: Pull complete 10:20:32 93b61091891f: Pull complete 10:20:32 93b9cdb0e59b: Pull complete 10:20:32 5e14af77c1be: Pull complete 10:20:32 01666e4c0597: Pull complete 10:20:39 aa168da1d23b: Pull complete 10:20:39 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 10:20:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:20:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 10:20:39 prd-centos7-docker-4c-2g-33895 does not seem to be running inside a container 10:20:39 $ 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/edgexfoundry_edgex-ui-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 10:20:42 $ docker top 3c1fe3b8e6929d8a481e21feb82ea84a2745575a8b2fe4171e8fe59666ccc79f -eo pid,comm [Pipeline] { [Pipeline] sh 10:20:42 + touch /tmp/pre-build-complete [Pipeline] sh 10:20:43 + mkdir -p /var/log/sa [Pipeline] sh 10:20:43 + ls /var/log/sa-host 10:20:43 + sadf -c /var/log/sa-host/sa13 10:20:43 file_magic: OK 10:20:43 HZ: Using current value: 100 10:20:43 file_header: OK 10:20:43 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 10:20:43 Statistics: 10:20:43 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... 10:20:43 File successfully converted to sysstat format version 12.2.1 10:20:43 + sadf -c /var/log/sa-host/sa23 10:20:43 file_magic: OK 10:20:43 HZ: Using current value: 100 10:20:43 file_header: OK 10:20:43 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 10:20:43 Statistics: 10:20:43 Hnuu...uuuununununu... 10:20:43 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:20:44 provisioning config files... 10:20:44 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1793756387047624863tmp [Pipeline] { [Pipeline] echo 10:20:44 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:20:44 ---> create-netrc.sh [Pipeline] } 10:20:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 10:20:44 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 10:20:44 ---> python-tools-install.sh [Pipeline] echo 10:20:44 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:20:45 ---> sudo-logs.sh 10:20:45 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 10:20:45 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:20:45 ---> job-cost.sh 10:20:45 lf-activate-venv: SKIPPING 10:20:45 DEBUG: total: 0.20999999344348907 10:20:45 INFO: Retrieving Stack Cost... 10:20:47 INFO: Retrieving Pricing Info for: v1-standard-2 10:20:47 INFO: Archiving Costs [Pipeline] echo 10:20:47 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:20:47 ---> logs-deploy.sh 10:20:47 lf-activate-venv: SKIPPING 10:20:47 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/94 10:20:47 INFO: archiving workspace using pattern(s): 10:20:49 Archives upload complete. 10:20:49 INFO: archiving logs to Nexus 10:20:50 ---> uname -a: 10:20:50 Linux prd-centos7-docker-4c-2g-33895.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 10:20:50 10:20:50 10:20:50 ---> lscpu: 10:20:50 Architecture: x86_64 10:20:50 CPU op-mode(s): 32-bit, 64-bit 10:20:50 Byte Order: Little Endian 10:20:50 Address sizes: 40 bits physical, 48 bits virtual 10:20:50 CPU(s): 4 10:20:50 On-line CPU(s) list: 0-3 10:20:50 Thread(s) per core: 1 10:20:50 Core(s) per socket: 1 10:20:50 Socket(s): 4 10:20:50 NUMA node(s): 1 10:20:50 Vendor ID: GenuineIntel 10:20:50 CPU family: 6 10:20:50 Model: 44 10:20:50 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 10:20:50 Stepping: 1 10:20:50 CPU MHz: 2933.438 10:20:50 BogoMIPS: 5866.87 10:20:50 Virtualization: VT-x 10:20:50 Hypervisor vendor: KVM 10:20:50 Virtualization type: full 10:20:50 L1d cache: 128 KiB 10:20:50 L1i cache: 128 KiB 10:20:50 L2 cache: 16 MiB 10:20:50 L3 cache: 64 MiB 10:20:50 NUMA node0 CPU(s): 0-3 10:20:50 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 10:20:50 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 10:20:50 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 10:20:50 Vulnerability Meltdown: Mitigation; PTI 10:20:50 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:20:50 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 10:20:50 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 10:20:50 Vulnerability Srbds: Not affected 10:20:50 Vulnerability Tsx async abort: Not affected 10:20:50 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 10:20:50 10:20:50 10:20:50 ---> nproc: 10:20:50 4 10:20:50 10:20:50 10:20:50 ---> df -h: 10:20:50 Filesystem Size Used Available Use% Mounted on 10:20:50 overlay 50.0G 8.2G 41.7G 16% / 10:20:50 tmpfs 64.0M 0 64.0M 0% /dev 10:20:50 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 10:20:50 shm 64.0M 0 64.0M 0% /dev/shm 10:20:50 /dev/vda1 50.0G 8.2G 41.7G 16% /facter-os 10:20:50 /dev/vda1 50.0G 8.2G 41.7G 16% /etc/resolv.conf 10:20:50 /dev/vda1 50.0G 8.2G 41.7G 16% /etc/hostname 10:20:50 /dev/vda1 50.0G 8.2G 41.7G 16% /etc/hosts 10:20:50 /dev/vda1 50.0G 8.2G 41.7G 16% /w/workspace/edgexfoundry_edgex-ui-go_master@tmp 10:20:50 /dev/vda1 50.0G 8.2G 41.7G 16% /var/log/sa-host 10:20:50 /dev/vda1 50.0G 8.2G 41.7G 16% /var/log/secure 10:20:50 /dev/vda1 50.0G 8.2G 41.7G 16% /var/log/auth.log 10:20:50 /dev/vda1 50.0G 8.2G 41.7G 16% /run/cloud-init/result.json 10:20:50 /dev/vda1 50.0G 8.2G 41.7G 16% /w/workspace/edgexfoundry_edgex-ui-go_master 10:20:50 10:20:50 10:20:50 ---> free -m: 10:20:50 total used free shared buff/cache available 10:20:50 Mem: 1837 802 142 0 892 975 10:20:50 Swap: 1023 2 1021 10:20:50 10:20:50 10:20:50 ---> ip addr: 10:20:50 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 10:20:50 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 10:20:50 inet 127.0.0.1/8 scope host lo 10:20:50 valid_lft forever preferred_lft forever 10:20:50 inet6 ::1/128 scope host 10:20:50 valid_lft forever preferred_lft forever 10:20:50 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 10:20:50 link/ether fa:16:3e:0a:6c:5d brd ff:ff:ff:ff:ff:ff 10:20:50 inet 10.30.123.204/23 brd 10.30.123.255 scope global dynamic eth0 10:20:50 valid_lft 79833sec preferred_lft 79833sec 10:20:50 inet6 fe80::f816:3eff:fe0a:6c5d/64 scope link 10:20:50 valid_lft forever preferred_lft forever 10:20:50 3: docker0: mtu 1500 qdisc noqueue state DOWN 10:20:50 link/ether 02:42:b4:45:4a:7e brd ff:ff:ff:ff:ff:ff 10:20:50 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 10:20:50 valid_lft forever preferred_lft forever 10:20:50 inet6 fe80::42:b4ff:fe45:4a7e/64 scope link 10:20:50 valid_lft forever preferred_lft forever 10:20:50 10:20:50 10:20:50 ---> sar -b -r -n DEV: 10:20:50 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/13/21 _x86_64_ (4 CPU) 10:20:50 10:20:50 08:31:12 LINUX RESTART (4 CPU) 10:20:50 10:20:50 08:32:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:20:50 08:33:01 2.40 0.00 2.40 0.00 0.00 498.32 0.00 10:20:50 08:34:01 1.53 0.40 1.13 0.00 10.66 18.30 0.00 10:20:50 08:35:01 0.28 0.00 0.28 0.00 0.00 3.01 0.00 10:20:50 08:36:01 0.27 0.00 0.27 0.00 0.00 3.33 0.00 10:20:50 08:37:02 0.22 0.00 0.22 0.00 0.00 2.63 0.00 10:20:50 08:38:01 0.25 0.00 0.25 0.00 0.00 3.46 0.00 10:20:50 08:39:01 0.30 0.00 0.30 0.00 0.00 3.35 0.00 10:20:50 08:40:01 0.30 0.00 0.30 0.00 0.00 3.98 0.00 10:20:50 08:41:01 0.28 0.00 0.28 0.00 0.00 3.51 0.00 10:20:50 08:42:01 0.27 0.00 0.27 0.00 0.00 3.15 0.00 10:20:50 08:43:01 0.18 0.00 0.18 0.00 0.00 1.88 0.00 10:20:50 08:44:01 0.27 0.00 0.27 0.00 0.00 3.36 0.00 10:20:50 08:45:01 0.28 0.00 0.28 0.00 0.00 3.01 0.00 10:20:50 08:46:01 0.28 0.00 0.28 0.00 0.00 3.06 0.00 10:20:50 08:47:01 0.50 0.20 0.30 0.00 6.39 5.30 0.00 10:20:50 08:48:01 0.80 0.00 0.80 0.00 0.00 15.37 0.00 10:20:50 08:49:01 0.28 0.00 0.28 0.00 0.00 2.98 0.00 10:20:50 08:50:01 0.15 0.00 0.15 0.00 0.00 1.77 0.00 10:20:50 08:51:01 0.27 0.00 0.27 0.00 0.00 3.35 0.00 10:20:50 08:52:01 0.23 0.00 0.23 0.00 0.00 2.83 0.00 10:20:50 08:53:01 0.25 0.00 0.25 0.00 0.00 3.20 0.00 10:20:50 08:54:01 0.30 0.00 0.30 0.00 0.00 4.25 0.00 10:20:50 08:55:01 0.20 0.00 0.20 0.00 0.00 1.75 0.00 10:20:50 08:56:01 0.25 0.00 0.25 0.00 0.00 2.81 0.00 10:20:50 08:57:01 0.23 0.00 0.23 0.00 0.00 2.96 0.00 10:20:50 08:58:01 0.25 0.00 0.25 0.00 0.00 3.05 0.00 10:20:50 08:59:01 0.22 0.00 0.22 0.00 0.00 2.42 0.00 10:20:50 09:00:02 0.17 0.00 0.17 0.00 0.00 1.60 0.00 10:20:50 09:01:01 0.39 0.02 0.37 0.00 0.14 5.99 0.00 10:20:50 09:02:01 0.38 0.08 0.30 0.00 1.60 4.71 0.00 10:20:50 09:03:01 0.28 0.00 0.28 0.00 0.00 3.08 0.00 10:20:50 09:04:01 0.52 0.00 0.52 0.00 0.00 5.30 0.00 10:20:50 09:05:01 0.28 0.00 0.28 0.00 0.00 3.60 0.00 10:20:50 09:06:01 0.25 0.00 0.25 0.00 0.00 2.70 0.00 10:20:50 09:07:01 0.23 0.00 0.23 0.00 0.00 2.27 0.00 10:20:50 09:08:01 0.22 0.00 0.22 0.00 0.00 2.16 0.00 10:20:50 09:09:01 0.17 0.00 0.17 0.00 0.00 1.63 0.00 10:20:50 09:10:01 0.28 0.00 0.28 0.00 0.00 3.20 0.00 10:20:50 09:11:01 0.22 0.00 0.22 0.00 0.00 2.02 0.00 10:20:50 09:12:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 10:20:50 09:13:01 0.15 0.00 0.15 0.00 0.00 1.73 0.00 10:20:50 09:14:01 0.20 0.00 0.20 0.00 0.00 1.90 0.00 10:20:50 09:15:01 0.25 0.00 0.25 0.00 0.00 2.65 0.00 10:20:50 09:16:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 10:20:50 09:17:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 10:20:50 09:18:01 0.15 0.00 0.15 0.00 0.00 1.60 0.00 10:20:50 09:19:01 3.86 3.56 0.30 0.00 55.69 4.41 0.00 10:20:50 09:20:01 286.11 263.15 22.96 0.00 3656.21 1029.90 0.00 10:20:50 09:21:01 0.48 0.00 0.48 0.00 0.00 6.86 0.00 10:20:50 09:22:01 0.22 0.00 0.22 0.00 0.00 3.08 0.00 10:20:50 09:23:01 0.17 0.00 0.17 0.00 0.00 1.60 0.00 10:20:50 09:24:02 0.17 0.00 0.17 0.00 0.00 1.33 0.00 10:20:50 09:25:01 0.17 0.00 0.17 0.00 0.00 1.36 0.00 10:20:50 09:26:01 0.25 0.00 0.25 0.00 0.00 3.08 0.00 10:20:50 09:27:01 0.23 0.00 0.23 0.00 0.00 2.70 0.00 10:20:50 09:28:01 0.20 0.00 0.20 0.00 0.00 1.92 0.00 10:20:50 09:29:01 0.18 0.00 0.18 0.00 0.00 1.87 0.00 10:20:50 09:30:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 10:20:50 09:31:01 0.25 0.00 0.25 0.00 0.00 2.78 0.00 10:20:50 09:32:01 0.20 0.00 0.20 0.00 0.00 2.55 0.00 10:20:50 09:33:01 0.17 0.00 0.17 0.00 0.00 1.73 0.00 10:20:50 09:34:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 10:20:50 09:35:01 0.20 0.00 0.20 0.00 0.00 1.92 0.00 10:20:50 09:36:01 0.27 0.00 0.27 0.00 0.00 3.31 0.00 10:20:50 09:37:01 0.20 0.00 0.20 0.00 0.00 2.42 0.00 10:20:50 09:38:01 0.18 0.00 0.18 0.00 0.00 1.95 0.00 10:20:50 09:39:01 0.32 0.00 0.32 0.00 0.00 3.68 0.00 10:20:50 09:40:01 0.37 0.00 0.37 0.00 0.00 5.30 0.00 10:20:50 09:41:01 0.25 0.00 0.25 0.00 0.00 2.43 0.00 10:20:50 09:42:01 0.17 0.00 0.17 0.00 0.00 1.73 0.00 10:20:50 09:43:01 0.25 0.00 0.25 0.00 0.00 3.25 0.00 10:20:50 09:44:01 0.15 0.00 0.15 0.00 0.00 1.87 0.00 10:20:50 09:45:01 0.25 0.00 0.25 0.00 0.00 3.05 0.00 10:20:50 09:46:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 10:20:50 09:47:01 0.15 0.00 0.15 0.00 0.00 2.00 0.00 10:20:50 09:48:02 0.17 0.00 0.17 0.00 0.00 1.60 0.00 10:20:50 09:49:01 0.17 0.00 0.17 0.00 0.00 1.49 0.00 10:20:50 09:50:01 0.33 0.00 0.33 0.00 0.00 5.08 0.00 10:20:50 09:51:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 10:20:50 09:52:01 0.15 0.00 0.15 0.00 0.00 1.73 0.00 10:20:50 09:53:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 10:20:50 09:54:01 0.17 0.00 0.17 0.00 0.00 1.73 0.00 10:20:50 09:55:01 0.25 0.00 0.25 0.00 0.00 2.78 0.00 10:20:50 09:56:01 0.23 0.00 0.23 0.00 0.00 2.18 0.00 10:20:50 09:57:01 0.22 0.00 0.22 0.00 0.00 2.20 0.00 10:20:50 09:58:01 0.18 0.00 0.18 0.00 0.00 2.27 0.00 10:20:50 09:59:01 0.18 0.00 0.18 0.00 0.00 1.60 0.00 10:20:50 10:00:01 0.35 0.00 0.35 0.00 0.00 5.40 0.00 10:20:50 10:01:01 0.25 0.00 0.25 0.00 0.00 2.91 0.00 10:20:50 10:02:01 0.22 0.00 0.22 0.00 0.00 3.23 0.00 10:20:50 10:03:01 0.27 0.00 0.27 0.00 0.00 3.36 0.00 10:20:50 10:04:01 0.22 0.00 0.22 0.00 0.00 2.55 0.00 10:20:50 10:05:01 0.23 0.00 0.23 0.00 0.00 3.61 0.00 10:20:50 10:06:01 0.23 0.00 0.23 0.00 0.00 2.83 0.00 10:20:50 10:07:01 0.17 0.00 0.17 0.00 0.00 1.60 0.00 10:20:50 10:08:01 0.25 0.00 0.25 0.00 0.00 3.05 0.00 10:20:50 10:09:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 10:20:50 10:10:01 0.28 0.00 0.28 0.00 0.00 3.23 0.00 10:20:50 10:11:01 53.19 17.21 35.97 0.00 5051.44 4115.43 0.00 10:20:50 10:12:01 2.05 0.25 1.79 0.00 85.88 34.32 0.00 10:20:50 10:13:01 0.18 0.00 0.18 0.00 0.00 2.95 0.00 10:20:50 10:14:01 0.27 0.00 0.27 0.00 0.00 3.33 0.00 10:20:50 10:15:01 0.28 0.00 0.28 0.00 0.00 2.60 0.00 10:20:50 10:16:01 0.17 0.00 0.17 0.00 0.00 1.73 0.00 10:20:50 10:17:01 0.47 0.02 0.45 0.00 0.13 6.33 0.00 10:20:50 10:18:01 0.15 0.00 0.15 0.00 0.00 2.00 0.00 10:20:50 10:19:01 251.98 145.52 106.46 0.00 7071.11 33811.75 0.00 10:20:50 10:20:01 248.31 97.70 150.61 0.00 5744.80 33776.18 0.00 10:20:50 Average: 8.10 4.90 3.21 0.00 201.05 682.34 0.00 10:20:50 10:20:50 08:32:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:20:50 08:33:01 89752 0 478332 25.42 2620 1310840 977784 33.37 296788 1299160 24 10:20:50 08:34:01 90360 0 477396 25.37 2620 1311168 977664 33.37 294672 1301228 16 10:20:50 08:35:01 90044 0 477708 25.39 2620 1311172 977664 33.37 294524 1301228 8 10:20:50 08:36:01 89124 0 478628 25.44 2620 1311172 977784 33.37 295224 1301228 8 10:20:50 08:37:02 90008 0 477736 25.39 2620 1311180 977736 33.37 295100 1301228 20 10:20:50 08:38:01 90320 0 477420 25.37 2620 1311184 977664 33.37 294488 1301228 16 10:20:50 08:39:01 90444 0 477292 25.37 2620 1311188 977664 33.37 294616 1301228 8 10:20:50 08:40:01 90412 0 477320 25.37 2620 1311192 977664 33.37 294496 1301228 8 10:20:50 08:41:01 90372 0 477348 25.37 2620 1311204 977664 33.37 294752 1301232 8 10:20:50 08:42:01 89656 0 478060 25.41 2620 1311208 977760 33.37 295128 1301228 20 10:20:50 08:43:01 89220 0 478468 25.43 2620 1311236 977808 33.37 295480 1301236 32 10:20:50 08:44:01 89900 0 477808 25.39 2620 1311216 977728 33.37 294880 1301228 16 10:20:50 08:45:01 90288 0 477416 25.37 2620 1311220 977664 33.37 294532 1301228 8 10:20:50 08:46:01 90164 0 477536 25.38 2620 1311224 977664 33.37 294764 1301228 8 10:20:50 08:47:01 89516 0 478180 25.41 2620 1311228 977748 33.37 295224 1301228 16 10:20:50 08:48:01 89564 0 478124 25.41 2620 1311236 977724 33.37 294992 1301228 8 10:20:50 08:49:01 89852 0 477836 25.40 2620 1311236 977664 33.37 294672 1301228 8 10:20:50 08:50:01 90180 0 477500 25.38 2620 1311244 977664 33.37 294804 1301228 8 10:20:50 08:51:01 90008 0 477668 25.39 2620 1311248 977664 33.37 294664 1301228 8 10:20:50 08:52:01 89664 0 478008 25.41 2620 1311252 977724 33.37 294988 1301232 8 10:20:50 08:53:01 89688 0 477980 25.40 2620 1311256 977712 33.37 295056 1301228 8 10:20:50 08:54:01 89836 0 477828 25.40 2620 1311260 977664 33.37 294696 1301228 8 10:20:50 08:55:01 90000 0 477656 25.39 2620 1311268 977664 33.37 294684 1301228 8 10:20:50 08:56:01 89340 0 478312 25.42 2620 1311272 977664 33.37 294812 1301228 8 10:20:50 08:57:01 88864 0 478780 25.45 2620 1311280 977736 33.37 295196 1301228 8 10:20:50 08:58:01 89644 0 477996 25.40 2620 1311284 977664 33.37 294704 1301228 8 10:20:50 08:59:01 89332 0 478304 25.42 2620 1311288 977724 33.37 295052 1301232 8 10:20:50 09:00:02 89792 0 477840 25.40 2620 1311292 977664 33.37 294840 1301228 8 10:20:50 09:01:01 88424 0 479204 25.47 2620 1311296 980008 33.45 295360 1301228 8 10:20:50 09:02:01 88920 0 478584 25.44 2620 1311420 978256 33.39 295456 1301292 8 10:20:50 09:03:01 89472 0 478024 25.41 2620 1311428 978172 33.38 295040 1301292 8 10:20:50 09:04:01 88920 0 478572 25.44 2620 1311432 978232 33.39 295340 1301292 12 10:20:50 09:05:01 88428 0 479056 25.46 2620 1311440 978340 33.39 295968 1301296 8 10:20:50 09:06:01 89528 0 477924 25.40 2620 1311472 978172 33.38 295024 1301292 12 10:20:50 09:07:01 86464 0 481012 25.56 2620 1311448 978244 33.39 298252 1301292 20 10:20:50 09:08:01 86552 0 480920 25.56 2620 1311452 978172 33.38 297772 1301292 16 10:20:50 09:09:01 86652 0 480816 25.55 2620 1311456 978172 33.38 297780 1301292 8 10:20:50 09:10:01 86544 0 480916 25.56 2620 1311464 978172 33.38 297908 1301292 8 10:20:50 09:11:01 86536 0 480924 25.56 2620 1311464 978172 33.38 297888 1301292 8 10:20:50 09:12:01 86012 0 481440 25.59 2620 1311472 978244 33.39 298312 1301292 20 10:20:50 09:13:01 85704 0 481744 25.60 2620 1311476 978244 33.39 298220 1301288 8 10:20:50 09:14:01 86412 0 481032 25.57 2620 1311480 978172 33.38 297828 1301292 8 10:20:50 09:15:01 86412 0 481028 25.57 2620 1311484 978172 33.38 297912 1301292 8 10:20:50 09:16:01 86536 0 480900 25.56 2620 1311488 978172 33.38 297960 1301292 8 10:20:50 09:17:01 86068 0 481360 25.58 2620 1311496 978244 33.39 298308 1301292 20 10:20:50 09:18:01 86536 0 480892 25.56 2620 1311496 978172 33.38 297804 1301292 16 10:20:50 09:19:01 81976 0 484152 25.73 2620 1312796 981580 33.50 300284 1301892 16 10:20:50 09:20:01 68044 0 582148 30.94 2620 1228732 978252 33.39 327096 1189688 8 10:20:50 09:21:01 68324 0 581864 30.92 2620 1228736 978204 33.38 326720 1189688 8 10:20:50 09:22:01 68064 0 582120 30.94 2620 1228740 978288 33.39 327172 1189684 8 10:20:50 09:23:01 68456 0 581724 30.92 2620 1228744 978204 33.38 326716 1189684 8 10:20:50 09:24:02 68464 0 581712 30.92 2620 1228748 978204 33.38 326740 1189684 8 10:20:50 09:25:01 68176 0 581996 30.93 2620 1228752 978204 33.38 326744 1189684 8 10:20:50 09:26:01 68472 0 581688 30.92 2620 1228764 978204 33.38 326876 1189688 8 10:20:50 09:27:01 67916 0 582244 30.95 2620 1228764 978288 33.39 327212 1189684 8 10:20:50 09:28:01 68384 0 581768 30.92 2620 1228772 978204 33.38 326912 1189688 8 10:20:50 09:29:01 68340 0 581808 30.92 2620 1228776 978204 33.38 326796 1189684 8 10:20:50 09:30:01 68556 0 581588 30.91 2620 1228780 978204 33.38 326776 1189684 8 10:20:50 09:31:01 68828 0 581280 30.89 2620 1228816 978204 33.38 326840 1189692 20 10:20:50 09:32:01 68120 0 582016 30.93 2620 1228788 978276 33.39 327028 1189684 8 10:20:50 09:33:01 68496 0 581632 30.91 2620 1228796 978204 33.38 326792 1189684 8 10:20:50 09:34:01 68284 0 581844 30.92 2620 1228796 978240 33.39 326976 1189684 8 10:20:50 09:35:01 68432 0 581688 30.92 2620 1228804 978204 33.38 326800 1189684 8 10:20:50 09:36:01 68448 0 581668 30.91 2620 1228808 978204 33.38 326808 1189684 8 10:20:50 09:37:01 68144 0 581972 30.93 2620 1228808 978276 33.39 327052 1189684 8 10:20:50 09:38:01 68464 0 581644 30.91 2620 1228816 978204 33.38 326816 1189684 8 10:20:50 09:39:01 68828 0 581272 30.89 2620 1228824 978204 33.38 326836 1189672 16 10:20:50 09:40:01 68424 0 581672 30.91 2620 1228828 978204 33.38 326844 1189668 8 10:20:50 09:41:01 68456 0 581636 30.91 2620 1228832 978204 33.38 326848 1189668 8 10:20:50 09:42:01 67792 0 582292 30.95 2620 1228840 978300 33.39 327480 1189668 8 10:20:50 09:43:01 67472 0 582612 30.96 2620 1228840 978360 33.39 327672 1189668 20 10:20:50 09:44:01 68332 0 581744 30.92 2620 1228848 978204 33.38 326736 1189672 16 10:20:50 09:45:01 68556 0 581516 30.91 2620 1228852 978204 33.38 326996 1189668 8 10:20:50 09:46:01 68184 0 581884 30.93 2620 1228856 978204 33.38 326872 1189668 8 10:20:50 09:47:01 67716 0 582348 30.95 2620 1228860 978276 33.39 327360 1189668 8 10:20:50 09:48:02 68456 0 581604 30.91 2620 1228864 978204 33.38 326756 1189668 8 10:20:50 09:49:01 68324 0 581728 30.92 2620 1228872 978204 33.38 326868 1189668 8 10:20:50 09:50:01 68488 0 581564 30.91 2620 1228872 978204 33.38 327012 1189668 8 10:20:50 09:51:01 68340 0 581704 30.92 2620 1228880 978204 33.38 326996 1189672 8 10:20:50 09:52:01 67792 0 582248 30.95 2620 1228884 978288 33.39 327452 1189668 8 10:20:50 09:53:01 68176 0 581864 30.92 2620 1228884 978252 33.39 327288 1189668 8 10:20:50 09:54:01 68232 0 581800 30.92 2620 1228892 978204 33.38 327036 1189668 8 10:20:50 09:55:01 68448 0 581580 30.91 2620 1228896 978204 33.38 327020 1189668 8 10:20:50 09:56:01 68292 0 581732 30.92 2620 1228900 978204 33.38 327044 1189668 8 10:20:50 09:57:01 67980 0 582040 30.93 2620 1228904 978276 33.39 327416 1189668 8 10:20:50 09:58:01 68348 0 581664 30.91 2620 1228912 978204 33.38 326812 1189668 8 10:20:50 09:59:01 68748 0 581320 30.90 2620 1228856 977700 33.37 326848 1189644 20 10:20:50 10:00:01 68960 0 581104 30.88 2620 1228860 977664 33.37 326536 1189644 8 10:20:50 10:01:01 67436 0 582620 30.96 2620 1228868 980352 33.46 327536 1189644 8 10:20:50 10:02:01 67760 0 582288 30.95 2620 1228876 977748 33.37 327244 1189644 8 10:20:50 10:03:01 68564 0 581480 30.90 2620 1228880 977664 33.37 326684 1189644 8 10:20:50 10:04:01 68912 0 581124 30.89 2620 1228888 977712 33.37 326944 1189644 8 10:20:50 10:05:01 68104 0 581928 30.93 2620 1228892 978040 33.38 327328 1189644 8 10:20:50 10:06:01 68844 0 581184 30.89 2620 1228896 977920 33.37 326720 1189648 8 10:20:50 10:07:01 68788 0 581236 30.89 2620 1228900 977980 33.38 327036 1189644 8 10:20:50 10:08:01 68688 0 581332 30.90 2620 1228904 977920 33.37 326608 1189644 8 10:20:50 10:09:01 68252 0 581764 30.92 2620 1228908 977968 33.38 327080 1189644 8 10:20:50 10:10:01 68564 0 581448 30.90 2620 1228912 977920 33.37 326616 1189644 8 10:20:50 10:11:01 163000 0 691420 36.75 2620 1024504 1102044 37.61 458884 957788 132 10:20:50 10:12:01 164532 0 687280 36.53 2620 1027112 1077312 36.77 455536 959964 20 10:20:50 10:13:01 165076 0 686732 36.50 2620 1027116 1077348 36.77 451832 963964 16 10:20:50 10:14:01 165864 0 685932 36.46 2620 1027128 1073152 36.62 451120 963896 12 10:20:50 10:15:01 164960 0 686836 36.50 2620 1027128 1073272 36.63 449376 966228 16 10:20:50 10:16:01 164736 0 687052 36.52 2620 1027136 1073308 36.63 449744 966228 16 10:20:50 10:17:01 165220 0 686560 36.49 2620 1027144 1073236 36.63 449264 966228 12 10:20:50 10:18:01 165812 0 685960 36.46 2620 1027152 1073188 36.63 448996 966232 8 10:20:50 10:19:01 109264 0 817464 43.45 2596 952220 1341884 45.80 493464 932672 1060 10:20:50 10:20:01 76924 0 831444 44.19 1492 971684 1246348 42.54 661440 764664 88868 10:20:50 Average: 84792 0 549309 29.19 2609 1244834 991345 33.83 327327 1215170 844 10:20:50 10:20:50 08:32:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:20:50 08:33:01 eth0 1.93 1.40 1.67 0.12 0.00 0.00 0.00 0.00 10:20:50 08:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:34:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 10:20:50 08:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:35:01 eth0 0.75 0.02 0.06 0.00 0.00 0.00 0.00 0.00 10:20:50 08:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:36:01 eth0 0.57 0.35 0.27 0.20 0.00 0.00 0.00 0.00 10:20:50 08:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:37:02 eth0 0.37 0.25 0.17 0.08 0.00 0.00 0.00 0.00 10:20:50 08:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:37:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:38:01 eth0 0.08 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:20:50 08:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:39:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:20:50 08:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:40:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:20:50 08:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:41:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:20:50 08:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:42:01 eth0 1.12 0.43 0.45 0.23 0.00 0.00 0.00 0.00 10:20:50 08:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:43:01 eth0 0.60 0.38 0.28 0.22 0.00 0.00 0.00 0.00 10:20:50 08:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:44:01 eth0 0.17 0.10 0.01 0.04 0.00 0.00 0.00 0.00 10:20:50 08:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:45:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:20:50 08:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:46:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:20:50 08:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:47:01 eth0 0.22 0.22 0.08 0.07 0.00 0.00 0.00 0.00 10:20:50 08:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:48:01 eth0 0.12 0.10 0.06 0.01 0.00 0.00 0.00 0.00 10:20:50 08:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:49:01 eth0 0.07 0.07 0.00 0.01 0.00 0.00 0.00 0.00 10:20:50 08:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:50:01 eth0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:51:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:20:50 08:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:52:01 eth0 0.17 0.15 0.08 0.07 0.00 0.00 0.00 0.00 10:20:50 08:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:53:01 eth0 0.20 0.17 0.10 0.01 0.00 0.00 0.00 0.00 10:20:50 08:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:54:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:55:01 eth0 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:20:50 08:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:56:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:57:01 eth0 0.20 0.20 0.08 0.07 0.00 0.00 0.00 0.00 10:20:50 08:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:58:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:59:01 eth0 0.22 0.22 0.07 0.02 0.00 0.00 0.00 0.00 10:20:50 08:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 08:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:00:02 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:00:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:00:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:01:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:02:01 eth0 0.12 0.12 0.07 0.07 0.00 0.00 0.00 0.00 10:20:50 09:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:03:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:04:01 eth0 0.72 0.13 0.12 0.01 0.00 0.00 0.00 0.00 10:20:50 09:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:05:01 eth0 0.43 0.32 0.26 0.17 0.00 0.00 0.00 0.00 10:20:50 09:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:06:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:07:01 eth0 0.12 0.08 0.07 0.10 0.00 0.00 0.00 0.00 10:20:50 09:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:08:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:20:50 09:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:09:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:10:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:11:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:12:01 eth0 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 10:20:50 09:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:13:01 eth0 0.15 0.15 0.12 0.01 0.00 0.00 0.00 0.00 10:20:50 09:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:14:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:15:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:16:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:17:01 eth0 0.22 0.20 0.08 0.07 0.00 0.00 0.00 0.00 10:20:50 09:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:18:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:19:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:20:01 eth0 0.12 0.10 0.06 0.01 0.00 0.00 0.00 0.00 10:20:50 09:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:21:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:22:01 eth0 0.12 0.12 0.07 0.07 0.00 0.00 0.00 0.00 10:20:50 09:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:23:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:24:02 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:24:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:24:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:25:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:20:50 09:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:26:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:27:01 eth0 0.28 0.17 0.19 0.07 0.00 0.00 0.00 0.00 10:20:50 09:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:28:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:29:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:30:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:31:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:32:01 eth0 0.12 0.08 0.07 0.06 0.00 0.00 0.00 0.00 10:20:50 09:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:33:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:34:01 eth0 0.17 0.12 0.07 0.01 0.00 0.00 0.00 0.00 10:20:50 09:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:35:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:36:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:37:01 eth0 0.22 0.13 0.14 0.07 0.00 0.00 0.00 0.00 10:20:50 09:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:38:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:39:01 eth0 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 10:20:50 09:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:40:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:41:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:42:01 eth0 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 10:20:50 09:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:43:01 eth0 0.53 0.37 0.33 0.18 0.00 0.00 0.00 0.00 10:20:50 09:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:44:01 eth0 0.02 0.02 0.00 0.03 0.00 0.00 0.00 0.00 10:20:50 09:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:45:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:46:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:47:01 eth0 0.23 0.22 0.14 0.05 0.00 0.00 0.00 0.00 10:20:50 09:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:48:02 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:48:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:48:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:49:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:50:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:51:01 eth0 0.03 0.03 0.00 0.03 0.00 0.00 0.00 0.00 10:20:50 09:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:52:01 eth0 0.12 0.08 0.07 0.06 0.00 0.00 0.00 0.00 10:20:50 09:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:53:01 eth0 0.12 0.07 0.12 0.00 0.00 0.00 0.00 0.00 10:20:50 09:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:54:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:55:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:56:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:57:01 eth0 0.12 0.08 0.07 0.06 0.00 0.00 0.00 0.00 10:20:50 09:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:58:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:59:01 eth0 0.12 0.10 0.06 0.01 0.00 0.00 0.00 0.00 10:20:50 09:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 09:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 10:00:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:20:50 10:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 10:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 10:01:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 10:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 10:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 10:02:01 eth0 0.12 0.12 0.07 0.07 0.00 0.00 0.00 0.00 10:20:50 10:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 10:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 10:03:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 10:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 10:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 10:04:01 eth0 0.67 0.12 0.10 0.01 0.00 0.00 0.00 0.00 10:20:50 10:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 10:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 10:05:01 eth0 0.62 0.35 0.29 0.17 0.00 0.00 0.00 0.00 10:20:50 10:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 10:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 10:06:01 eth0 0.02 0.02 0.00 0.03 0.00 0.00 0.00 0.00 10:20:50 10:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 10:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 10:07:01 eth0 0.12 0.08 0.07 0.06 0.00 0.00 0.00 0.00 10:20:50 10:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 10:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 10:08:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 10:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 10:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 10:09:01 eth0 0.17 0.15 0.09 0.01 0.00 0.00 0.00 0.00 10:20:50 10:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 10:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 10:10:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 10:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 10:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 10:11:01 eth0 391.68 280.61 952.63 78.32 0.00 0.00 0.00 0.00 10:20:50 10:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 10:11:01 docker0 37.52 30.28 3.51 114.20 0.00 0.00 0.00 0.00 10:20:50 10:12:01 eth0 0.83 0.08 0.13 0.07 0.00 0.00 0.00 0.00 10:20:50 10:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 10:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 10:13:01 eth0 3.86 1.85 3.32 0.27 0.00 0.00 0.00 0.00 10:20:50 10:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 10:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 10:14:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 10:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 10:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 10:15:01 eth0 1.53 0.23 0.37 0.22 0.00 0.00 0.00 0.00 10:20:50 10:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 10:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 10:16:01 eth0 1.83 0.48 0.68 0.36 0.00 0.00 0.00 0.00 10:20:50 10:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 10:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 10:17:01 eth0 0.17 0.13 0.08 0.10 0.00 0.00 0.00 0.00 10:20:50 10:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 10:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 10:18:01 eth0 0.22 0.07 0.07 0.00 0.00 0.00 0.00 0.00 10:20:50 10:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 10:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 10:19:01 veth8f8c6c5 20.87 21.40 2.40 16.84 0.00 0.00 0.00 0.00 10:20:50 10:19:01 eth0 473.10 403.63 4101.87 67.06 0.00 0.00 0.00 0.00 10:20:50 10:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 10:19:01 docker0 20.87 21.29 2.11 16.83 0.00 0.00 0.00 0.00 10:20:50 10:20:01 eth0 564.05 456.05 3712.03 78.94 0.00 0.00 0.00 0.00 10:20:50 10:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 10:20:01 vetha8bc13a 55.08 91.30 3.62 247.80 0.00 0.00 0.00 0.00 10:20:50 10:20:01 docker0 89.60 128.76 5.66 481.70 0.00 0.00 0.00 0.00 10:20:50 Average: eth0 13.46 10.69 81.40 2.12 0.00 0.00 0.00 0.00 10:20:50 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:20:50 Average: vetha8bc13a 0.51 0.85 0.03 2.30 0.00 0.00 0.00 0.00 10:20:50 Average: docker0 1.37 1.67 0.10 5.68 0.00 0.00 0.00 0.00 10:20:50 10:20:50 10:20:50 ---> sar -P ALL: 10:20:50 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/13/21 _x86_64_ (4 CPU) 10:20:50 10:20:50 08:31:12 LINUX RESTART (4 CPU) 10:20:50 10:20:50 08:32:01 CPU %user %nice %system %iowait %steal %idle 10:20:50 08:33:01 all 0.18 0.00 0.05 0.00 0.00 99.76 10:20:50 08:33:01 0 0.12 0.00 0.05 0.00 0.00 99.83 10:20:50 08:33:01 1 0.32 0.00 0.03 0.00 0.02 99.63 10:20:50 08:33:01 2 0.13 0.00 0.05 0.00 0.00 99.82 10:20:50 08:33:01 3 0.17 0.00 0.07 0.00 0.00 99.77 10:20:50 08:34:01 all 0.17 0.00 0.05 0.00 0.01 99.78 10:20:50 08:34:01 0 0.03 0.00 0.02 0.00 0.00 99.95 10:20:50 08:34:01 1 0.53 0.00 0.05 0.00 0.00 99.42 10:20:50 08:34:01 2 0.03 0.00 0.03 0.00 0.02 99.92 10:20:50 08:34:01 3 0.07 0.00 0.10 0.00 0.02 99.82 10:20:50 08:35:01 all 0.12 0.00 0.03 0.00 0.00 99.85 10:20:50 08:35:01 0 0.00 0.00 0.03 0.00 0.00 99.97 10:20:50 08:35:01 1 0.43 0.00 0.02 0.00 0.02 99.53 10:20:50 08:35:01 2 0.02 0.00 0.03 0.00 0.00 99.95 10:20:50 08:35:01 3 0.03 0.00 0.03 0.00 0.00 99.93 10:20:50 08:36:01 all 0.17 0.00 0.04 0.00 0.00 99.79 10:20:50 08:36:01 0 0.07 0.00 0.03 0.00 0.00 99.90 10:20:50 08:36:01 1 0.48 0.00 0.05 0.00 0.00 99.47 10:20:50 08:36:01 2 0.08 0.00 0.05 0.00 0.02 99.85 10:20:50 08:36:01 3 0.05 0.00 0.02 0.00 0.00 99.93 10:20:50 08:37:02 all 0.15 0.00 0.02 0.00 0.00 99.83 10:20:50 08:37:02 0 0.00 0.00 0.00 0.00 0.02 99.98 10:20:50 08:37:02 1 0.20 0.00 0.02 0.00 0.00 99.78 10:20:50 08:37:02 2 0.33 0.00 0.02 0.00 0.00 99.65 10:20:50 08:37:02 3 0.05 0.00 0.05 0.00 0.00 99.90 10:20:50 08:38:01 all 0.14 0.00 0.03 0.00 0.00 99.83 10:20:50 08:38:01 0 0.02 0.00 0.03 0.00 0.00 99.95 10:20:50 08:38:01 1 0.20 0.00 0.03 0.00 0.00 99.76 10:20:50 08:38:01 2 0.32 0.00 0.03 0.00 0.00 99.64 10:20:50 08:38:01 3 0.03 0.00 0.02 0.00 0.00 99.95 10:20:50 08:39:01 all 0.05 0.00 0.02 0.00 0.01 99.92 10:20:50 08:39:01 0 0.03 0.00 0.02 0.00 0.00 99.95 10:20:50 08:39:01 1 0.02 0.00 0.00 0.00 0.00 99.98 10:20:50 08:39:01 2 0.12 0.00 0.02 0.00 0.02 99.85 10:20:50 08:39:01 3 0.03 0.00 0.03 0.00 0.02 99.92 10:20:50 08:40:01 all 0.08 0.00 0.03 0.00 0.00 99.89 10:20:50 08:40:01 0 0.00 0.00 0.02 0.00 0.00 99.98 10:20:50 08:40:01 1 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 08:40:01 2 0.25 0.00 0.05 0.00 0.00 99.70 10:20:50 08:40:01 3 0.05 0.00 0.05 0.00 0.00 99.90 10:20:50 08:41:01 all 0.14 0.00 0.03 0.00 0.00 99.83 10:20:50 08:41:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 08:41:01 1 0.02 0.00 0.03 0.00 0.00 99.95 10:20:50 08:41:01 2 0.52 0.00 0.03 0.00 0.00 99.45 10:20:50 08:41:01 3 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 08:42:01 all 0.22 0.00 0.04 0.00 0.00 99.74 10:20:50 08:42:01 0 0.08 0.00 0.03 0.00 0.02 99.87 10:20:50 08:42:01 1 0.20 0.00 0.05 0.00 0.00 99.75 10:20:50 08:42:01 2 0.53 0.00 0.03 0.00 0.00 99.43 10:20:50 08:42:01 3 0.07 0.00 0.03 0.00 0.00 99.90 10:20:50 08:43:01 all 0.16 0.00 0.03 0.00 0.00 99.81 10:20:50 08:43:01 0 0.07 0.00 0.05 0.00 0.00 99.88 10:20:50 08:43:01 1 0.03 0.00 0.02 0.00 0.00 99.95 10:20:50 08:43:01 2 0.03 0.00 0.03 0.00 0.00 99.93 10:20:50 08:43:01 3 0.52 0.00 0.02 0.00 0.00 99.47 10:20:50 10:20:50 08:43:01 CPU %user %nice %system %iowait %steal %idle 10:20:50 08:44:01 all 0.15 0.00 0.02 0.00 0.00 99.83 10:20:50 08:44:01 0 0.00 0.00 0.03 0.00 0.00 99.97 10:20:50 08:44:01 1 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 08:44:01 2 0.05 0.00 0.03 0.00 0.00 99.92 10:20:50 08:44:01 3 0.52 0.00 0.02 0.00 0.00 99.47 10:20:50 08:45:01 all 0.14 0.00 0.03 0.00 0.00 99.83 10:20:50 08:45:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 08:45:01 1 0.02 0.00 0.03 0.00 0.00 99.95 10:20:50 08:45:01 2 0.05 0.00 0.05 0.00 0.00 99.90 10:20:50 08:45:01 3 0.48 0.00 0.02 0.00 0.00 99.50 10:20:50 08:46:01 all 0.15 0.00 0.02 0.00 0.00 99.83 10:20:50 08:46:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:20:50 08:46:01 1 0.03 0.00 0.02 0.00 0.02 99.93 10:20:50 08:46:01 2 0.03 0.00 0.05 0.00 0.00 99.92 10:20:50 08:46:01 3 0.50 0.00 0.02 0.00 0.00 99.48 10:20:50 08:47:01 all 0.16 0.00 0.05 0.00 0.00 99.80 10:20:50 08:47:01 0 0.03 0.00 0.07 0.00 0.00 99.90 10:20:50 08:47:01 1 0.03 0.00 0.02 0.00 0.00 99.95 10:20:50 08:47:01 2 0.05 0.00 0.07 0.00 0.00 99.88 10:20:50 08:47:01 3 0.52 0.00 0.03 0.00 0.00 99.45 10:20:50 08:48:01 all 0.15 0.00 0.02 0.00 0.00 99.83 10:20:50 08:48:01 0 0.05 0.00 0.02 0.00 0.00 99.93 10:20:50 08:48:01 1 0.02 0.00 0.03 0.00 0.00 99.95 10:20:50 08:48:01 2 0.02 0.00 0.03 0.00 0.00 99.95 10:20:50 08:48:01 3 0.50 0.00 0.02 0.00 0.00 99.48 10:20:50 08:49:01 all 0.15 0.00 0.03 0.00 0.00 99.82 10:20:50 08:49:01 0 0.03 0.00 0.03 0.00 0.00 99.93 10:20:50 08:49:01 1 0.03 0.00 0.03 0.00 0.00 99.93 10:20:50 08:49:01 2 0.03 0.00 0.03 0.00 0.00 99.93 10:20:50 08:49:01 3 0.52 0.00 0.02 0.00 0.00 99.47 10:20:50 08:50:01 all 0.15 0.00 0.02 0.00 0.00 99.83 10:20:50 08:50:01 0 0.00 0.00 0.03 0.00 0.00 99.97 10:20:50 08:50:01 1 0.03 0.00 0.03 0.00 0.00 99.93 10:20:50 08:50:01 2 0.03 0.00 0.00 0.00 0.00 99.97 10:20:50 08:50:01 3 0.52 0.00 0.02 0.00 0.00 99.47 10:20:50 08:51:01 all 0.11 0.00 0.05 0.00 0.00 99.84 10:20:50 08:51:01 0 0.03 0.00 0.02 0.00 0.00 99.95 10:20:50 08:51:01 1 0.03 0.00 0.05 0.00 0.00 99.92 10:20:50 08:51:01 2 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 08:51:01 3 0.37 0.00 0.10 0.00 0.00 99.53 10:20:50 08:52:01 all 0.10 0.00 0.03 0.00 0.00 99.86 10:20:50 08:52:01 0 0.03 0.00 0.03 0.00 0.00 99.93 10:20:50 08:52:01 1 0.28 0.00 0.02 0.00 0.00 99.70 10:20:50 08:52:01 2 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 08:52:01 3 0.08 0.00 0.07 0.00 0.00 99.85 10:20:50 08:53:01 all 0.15 0.00 0.02 0.00 0.00 99.82 10:20:50 08:53:01 0 0.07 0.00 0.03 0.00 0.02 99.88 10:20:50 08:53:01 1 0.52 0.00 0.02 0.00 0.00 99.47 10:20:50 08:53:01 2 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 08:53:01 3 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 08:54:01 all 0.14 0.00 0.02 0.00 0.00 99.83 10:20:50 08:54:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 08:54:01 1 0.50 0.00 0.02 0.00 0.02 99.47 10:20:50 08:54:01 2 0.03 0.00 0.03 0.00 0.00 99.93 10:20:50 08:54:01 3 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 10:20:50 08:54:01 CPU %user %nice %system %iowait %steal %idle 10:20:50 08:55:01 all 0.14 0.00 0.02 0.00 0.00 99.84 10:20:50 08:55:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 08:55:01 1 0.48 0.00 0.02 0.00 0.00 99.50 10:20:50 08:55:01 2 0.03 0.00 0.03 0.00 0.02 99.92 10:20:50 08:55:01 3 0.02 0.00 0.00 0.00 0.00 99.98 10:20:50 08:56:01 all 0.14 0.00 0.02 0.00 0.00 99.84 10:20:50 08:56:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 08:56:01 1 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 08:56:01 2 0.50 0.00 0.03 0.00 0.00 99.47 10:20:50 08:56:01 3 0.03 0.00 0.02 0.00 0.00 99.95 10:20:50 08:57:01 all 0.15 0.00 0.02 0.00 0.00 99.83 10:20:50 08:57:01 0 0.03 0.00 0.02 0.00 0.00 99.95 10:20:50 08:57:01 1 0.03 0.00 0.03 0.00 0.00 99.93 10:20:50 08:57:01 2 0.52 0.00 0.03 0.00 0.00 99.45 10:20:50 08:57:01 3 0.00 0.00 0.02 0.00 0.00 99.98 10:20:50 08:58:01 all 0.15 0.00 0.04 0.00 0.00 99.81 10:20:50 08:58:01 0 0.02 0.00 0.03 0.00 0.00 99.95 10:20:50 08:58:01 1 0.05 0.00 0.05 0.00 0.00 99.90 10:20:50 08:58:01 2 0.50 0.00 0.03 0.00 0.00 99.47 10:20:50 08:58:01 3 0.05 0.00 0.03 0.00 0.00 99.92 10:20:50 08:59:01 all 0.14 0.00 0.02 0.00 0.00 99.84 10:20:50 08:59:01 0 0.00 0.00 0.02 0.00 0.00 99.98 10:20:50 08:59:01 1 0.05 0.00 0.03 0.00 0.02 99.90 10:20:50 08:59:01 2 0.52 0.00 0.02 0.00 0.00 99.47 10:20:50 08:59:01 3 0.00 0.00 0.00 0.00 0.00 100.00 10:20:50 09:00:02 all 0.15 0.00 0.02 0.00 0.00 99.83 10:20:50 09:00:02 0 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 09:00:02 1 0.03 0.00 0.03 0.00 0.00 99.93 10:20:50 09:00:02 2 0.53 0.00 0.02 0.00 0.00 99.45 10:20:50 09:00:02 3 0.03 0.00 0.02 0.00 0.00 99.95 10:20:50 09:01:01 all 0.14 0.00 0.03 0.00 0.00 99.83 10:20:50 09:01:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 09:01:01 1 0.02 0.00 0.03 0.00 0.00 99.95 10:20:50 09:01:01 2 0.51 0.00 0.03 0.00 0.00 99.46 10:20:50 09:01:01 3 0.02 0.00 0.03 0.00 0.02 99.93 10:20:50 09:02:01 all 0.15 0.00 0.05 0.00 0.00 99.80 10:20:50 09:02:01 0 0.03 0.00 0.03 0.00 0.00 99.93 10:20:50 09:02:01 1 0.30 0.00 0.05 0.00 0.00 99.65 10:20:50 09:02:01 2 0.22 0.00 0.05 0.00 0.00 99.73 10:20:50 09:02:01 3 0.05 0.00 0.07 0.02 0.00 99.87 10:20:50 09:03:01 all 0.06 0.00 0.04 0.00 0.00 99.90 10:20:50 09:03:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:20:50 09:03:01 1 0.20 0.00 0.10 0.00 0.00 99.70 10:20:50 09:03:01 2 0.03 0.00 0.03 0.00 0.00 99.93 10:20:50 09:03:01 3 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 09:04:01 all 0.02 0.00 0.03 0.00 0.00 99.95 10:20:50 09:04:01 0 0.00 0.00 0.02 0.00 0.00 99.98 10:20:50 09:04:01 1 0.03 0.00 0.03 0.00 0.00 99.93 10:20:50 09:04:01 2 0.02 0.00 0.02 0.00 0.02 99.95 10:20:50 09:04:01 3 0.02 0.00 0.03 0.00 0.00 99.95 10:20:50 09:05:01 all 0.03 0.00 0.03 0.00 0.00 99.93 10:20:50 09:05:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 09:05:01 1 0.07 0.00 0.08 0.00 0.02 99.83 10:20:50 09:05:01 2 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 09:05:01 3 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 10:20:50 09:05:01 CPU %user %nice %system %iowait %steal %idle 10:20:50 09:06:01 all 0.15 0.00 0.02 0.00 0.00 99.83 10:20:50 09:06:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:20:50 09:06:01 1 0.52 0.00 0.03 0.00 0.00 99.45 10:20:50 09:06:01 2 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 09:06:01 3 0.03 0.00 0.03 0.00 0.00 99.93 10:20:50 09:07:01 all 0.15 0.00 0.03 0.00 0.00 99.83 10:20:50 09:07:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 09:07:01 1 0.50 0.00 0.03 0.00 0.00 99.47 10:20:50 09:07:01 2 0.02 0.00 0.03 0.00 0.00 99.95 10:20:50 09:07:01 3 0.05 0.00 0.03 0.00 0.00 99.92 10:20:50 09:08:01 all 0.16 0.00 0.02 0.00 0.00 99.82 10:20:50 09:08:01 0 0.03 0.00 0.02 0.00 0.02 99.93 10:20:50 09:08:01 1 0.52 0.00 0.02 0.00 0.00 99.47 10:20:50 09:08:01 2 0.02 0.00 0.00 0.00 0.00 99.98 10:20:50 09:08:01 3 0.07 0.00 0.05 0.00 0.00 99.88 10:20:50 09:09:01 all 0.12 0.00 0.02 0.00 0.00 99.85 10:20:50 09:09:01 0 0.00 0.00 0.02 0.00 0.00 99.98 10:20:50 09:09:01 1 0.48 0.00 0.03 0.00 0.00 99.48 10:20:50 09:09:01 2 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 09:09:01 3 0.00 0.00 0.03 0.00 0.00 99.97 10:20:50 09:10:01 all 0.15 0.00 0.02 0.00 0.00 99.83 10:20:50 09:10:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:20:50 09:10:01 1 0.50 0.00 0.05 0.00 0.02 99.43 10:20:50 09:10:01 2 0.05 0.00 0.02 0.00 0.00 99.93 10:20:50 09:10:01 3 0.03 0.00 0.02 0.00 0.00 99.95 10:20:50 09:11:01 all 0.14 0.00 0.02 0.00 0.00 99.84 10:20:50 09:11:01 0 0.00 0.00 0.02 0.00 0.00 99.98 10:20:50 09:11:01 1 0.52 0.00 0.00 0.00 0.00 99.48 10:20:50 09:11:01 2 0.02 0.00 0.05 0.00 0.00 99.93 10:20:50 09:11:01 3 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 09:12:01 all 0.14 0.00 0.03 0.00 0.00 99.83 10:20:50 09:12:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 09:12:01 1 0.50 0.00 0.05 0.00 0.00 99.45 10:20:50 09:12:01 2 0.03 0.00 0.02 0.00 0.00 99.95 10:20:50 09:12:01 3 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 09:13:01 all 0.14 0.00 0.02 0.00 0.00 99.84 10:20:50 09:13:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 09:13:01 1 0.50 0.00 0.02 0.00 0.00 99.48 10:20:50 09:13:01 2 0.03 0.00 0.03 0.00 0.00 99.93 10:20:50 09:13:01 3 0.02 0.00 0.00 0.00 0.00 99.98 10:20:50 09:14:01 all 0.12 0.00 0.04 0.00 0.00 99.84 10:20:50 09:14:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 09:14:01 1 0.38 0.00 0.08 0.00 0.00 99.53 10:20:50 09:14:01 2 0.05 0.00 0.05 0.00 0.00 99.90 10:20:50 09:14:01 3 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 09:15:01 all 0.05 0.00 0.03 0.00 0.00 99.92 10:20:50 09:15:01 0 0.03 0.00 0.02 0.00 0.00 99.95 10:20:50 09:15:01 1 0.10 0.00 0.05 0.00 0.00 99.85 10:20:50 09:15:01 2 0.02 0.00 0.02 0.00 0.02 99.95 10:20:50 09:15:01 3 0.03 0.00 0.02 0.00 0.00 99.95 10:20:50 09:16:01 all 0.03 0.00 0.02 0.00 0.00 99.95 10:20:50 09:16:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:20:50 09:16:01 1 0.05 0.00 0.05 0.00 0.00 99.90 10:20:50 09:16:01 2 0.03 0.00 0.02 0.00 0.00 99.95 10:20:50 09:16:01 3 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 10:20:50 09:16:01 CPU %user %nice %system %iowait %steal %idle 10:20:50 09:17:01 all 0.10 0.00 0.03 0.00 0.00 99.87 10:20:50 09:17:01 0 0.02 0.00 0.03 0.00 0.00 99.95 10:20:50 09:17:01 1 0.32 0.00 0.07 0.00 0.00 99.62 10:20:50 09:17:01 2 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 09:17:01 3 0.03 0.00 0.02 0.00 0.00 99.95 10:20:50 09:18:01 all 0.15 0.00 0.02 0.00 0.00 99.83 10:20:50 09:18:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:20:50 09:18:01 1 0.53 0.00 0.03 0.00 0.00 99.43 10:20:50 09:18:01 2 0.03 0.00 0.02 0.00 0.00 99.95 10:20:50 09:18:01 3 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 09:19:01 all 0.14 0.03 0.16 0.10 0.00 99.56 10:20:50 09:19:01 0 0.00 0.05 0.22 0.07 0.00 99.67 10:20:50 09:19:01 1 0.50 0.05 0.27 0.32 0.02 98.85 10:20:50 09:19:01 2 0.03 0.02 0.08 0.02 0.00 99.85 10:20:50 09:19:01 3 0.02 0.00 0.08 0.02 0.00 99.88 10:20:50 09:20:01 all 0.16 2.55 11.19 5.83 0.11 80.16 10:20:50 09:20:01 0 0.05 2.39 10.37 6.10 0.10 80.99 10:20:50 09:20:01 1 0.23 2.88 12.39 7.33 0.12 77.04 10:20:50 09:20:01 2 0.15 2.76 12.31 6.58 0.10 78.10 10:20:50 09:20:01 3 0.20 2.17 9.65 3.27 0.12 84.59 10:20:50 09:21:01 all 0.14 0.00 0.02 0.00 0.00 99.83 10:20:50 09:21:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 09:21:01 1 0.50 0.00 0.02 0.00 0.00 99.48 10:20:50 09:21:01 2 0.02 0.00 0.03 0.02 0.00 99.93 10:20:50 09:21:01 3 0.03 0.00 0.03 0.00 0.00 99.93 10:20:50 09:22:01 all 0.15 0.00 0.03 0.00 0.00 99.82 10:20:50 09:22:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 09:22:01 1 0.53 0.00 0.05 0.00 0.00 99.42 10:20:50 09:22:01 2 0.03 0.00 0.03 0.00 0.00 99.93 10:20:50 09:22:01 3 0.03 0.00 0.02 0.00 0.00 99.95 10:20:50 09:23:01 all 0.14 0.00 0.02 0.00 0.00 99.84 10:20:50 09:23:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:20:50 09:23:01 1 0.52 0.00 0.02 0.00 0.00 99.47 10:20:50 09:23:01 2 0.03 0.00 0.03 0.00 0.00 99.93 10:20:50 09:23:01 3 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 09:24:02 all 0.14 0.00 0.02 0.00 0.00 99.84 10:20:50 09:24:02 0 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 09:24:02 1 0.50 0.00 0.02 0.00 0.00 99.48 10:20:50 09:24:02 2 0.02 0.00 0.03 0.00 0.00 99.95 10:20:50 09:24:02 3 0.02 0.00 0.03 0.00 0.00 99.95 10:20:50 09:25:01 all 0.11 0.00 0.03 0.00 0.00 99.86 10:20:50 09:25:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 09:25:01 1 0.36 0.00 0.05 0.00 0.00 99.59 10:20:50 09:25:01 2 0.03 0.00 0.03 0.00 0.00 99.93 10:20:50 09:25:01 3 0.03 0.00 0.02 0.00 0.00 99.95 10:20:50 09:26:01 all 0.03 0.00 0.02 0.00 0.00 99.95 10:20:50 09:26:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:20:50 09:26:01 1 0.07 0.00 0.03 0.00 0.00 99.90 10:20:50 09:26:01 2 0.02 0.00 0.03 0.00 0.00 99.95 10:20:50 09:26:01 3 0.03 0.00 0.02 0.00 0.00 99.95 10:20:50 09:27:01 all 0.04 0.00 0.02 0.00 0.00 99.94 10:20:50 09:27:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 09:27:01 1 0.03 0.00 0.02 0.00 0.00 99.95 10:20:50 09:27:01 2 0.08 0.00 0.03 0.00 0.00 99.88 10:20:50 09:27:01 3 0.03 0.00 0.02 0.00 0.00 99.95 10:20:50 10:20:50 09:27:01 CPU %user %nice %system %iowait %steal %idle 10:20:50 09:28:01 all 0.10 0.00 0.04 0.00 0.00 99.85 10:20:50 09:28:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 09:28:01 1 0.37 0.00 0.12 0.00 0.02 99.50 10:20:50 09:28:01 2 0.02 0.00 0.03 0.00 0.00 99.95 10:20:50 09:28:01 3 0.02 0.00 0.00 0.00 0.00 99.98 10:20:50 09:29:01 all 0.13 0.00 0.02 0.00 0.00 99.84 10:20:50 09:29:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:20:50 09:29:01 1 0.50 0.00 0.05 0.00 0.00 99.45 10:20:50 09:29:01 2 0.02 0.00 0.02 0.00 0.02 99.95 10:20:50 09:29:01 3 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 09:30:01 all 0.15 0.00 0.02 0.00 0.00 99.83 10:20:50 09:30:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:20:50 09:30:01 1 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 09:30:01 2 0.03 0.00 0.03 0.00 0.00 99.93 10:20:50 09:30:01 3 0.52 0.00 0.03 0.00 0.00 99.45 10:20:50 09:31:01 all 0.14 0.00 0.02 0.00 0.00 99.84 10:20:50 09:31:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 09:31:01 1 0.02 0.00 0.03 0.00 0.02 99.93 10:20:50 09:31:01 2 0.00 0.00 0.02 0.00 0.00 99.98 10:20:50 09:31:01 3 0.52 0.00 0.02 0.00 0.00 99.47 10:20:50 09:32:01 all 0.16 0.00 0.02 0.00 0.00 99.82 10:20:50 09:32:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:20:50 09:32:01 1 0.03 0.00 0.02 0.00 0.00 99.95 10:20:50 09:32:01 2 0.05 0.00 0.03 0.00 0.00 99.92 10:20:50 09:32:01 3 0.55 0.00 0.03 0.00 0.00 99.42 10:20:50 09:33:01 all 0.14 0.00 0.02 0.00 0.00 99.83 10:20:50 09:33:01 0 0.00 0.00 0.02 0.00 0.02 99.97 10:20:50 09:33:01 1 0.03 0.00 0.03 0.00 0.00 99.93 10:20:50 09:33:01 2 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 09:33:01 3 0.52 0.00 0.03 0.00 0.00 99.45 10:20:50 09:34:01 all 0.14 0.00 0.02 0.00 0.00 99.84 10:20:50 09:34:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:20:50 09:34:01 1 0.05 0.00 0.05 0.00 0.00 99.90 10:20:50 09:34:01 2 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 09:34:01 3 0.48 0.00 0.00 0.00 0.02 99.50 10:20:50 09:35:01 all 0.13 0.00 0.02 0.00 0.00 99.84 10:20:50 09:35:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 09:35:01 1 0.02 0.00 0.05 0.00 0.00 99.93 10:20:50 09:35:01 2 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 09:35:01 3 0.48 0.00 0.02 0.00 0.00 99.50 10:20:50 09:36:01 all 0.15 0.00 0.02 0.00 0.00 99.83 10:20:50 09:36:01 0 0.02 0.00 0.03 0.00 0.00 99.95 10:20:50 09:36:01 1 0.03 0.00 0.03 0.00 0.02 99.92 10:20:50 09:36:01 2 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 09:36:01 3 0.52 0.00 0.02 0.00 0.00 99.47 10:20:50 09:37:01 all 0.14 0.00 0.02 0.00 0.00 99.84 10:20:50 09:37:01 0 0.03 0.00 0.02 0.00 0.00 99.95 10:20:50 09:37:01 1 0.03 0.00 0.02 0.00 0.00 99.95 10:20:50 09:37:01 2 0.00 0.00 0.03 0.00 0.00 99.97 10:20:50 09:37:01 3 0.50 0.00 0.00 0.00 0.00 99.50 10:20:50 09:38:01 all 0.16 0.00 0.02 0.00 0.00 99.82 10:20:50 09:38:01 0 0.03 0.00 0.02 0.00 0.00 99.95 10:20:50 09:38:01 1 0.03 0.00 0.05 0.00 0.00 99.92 10:20:50 09:38:01 2 0.03 0.00 0.00 0.00 0.00 99.97 10:20:50 09:38:01 3 0.53 0.00 0.03 0.00 0.00 99.43 10:20:50 10:20:50 09:38:01 CPU %user %nice %system %iowait %steal %idle 10:20:50 09:39:01 all 0.14 0.00 0.03 0.00 0.00 99.83 10:20:50 09:39:01 0 0.03 0.00 0.07 0.00 0.00 99.90 10:20:50 09:39:01 1 0.00 0.00 0.03 0.00 0.00 99.97 10:20:50 09:39:01 2 0.00 0.02 0.02 0.00 0.00 99.97 10:20:50 09:39:01 3 0.52 0.00 0.02 0.00 0.00 99.47 10:20:50 09:40:01 all 0.15 0.00 0.02 0.00 0.00 99.83 10:20:50 09:40:01 0 0.05 0.00 0.05 0.00 0.00 99.90 10:20:50 09:40:01 1 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 09:40:01 2 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 09:40:01 3 0.52 0.00 0.00 0.00 0.02 99.47 10:20:50 09:41:01 all 0.13 0.00 0.02 0.00 0.00 99.84 10:20:50 09:41:01 0 0.03 0.00 0.05 0.00 0.00 99.92 10:20:50 09:41:01 1 0.00 0.00 0.02 0.00 0.00 99.98 10:20:50 09:41:01 2 0.00 0.00 0.02 0.00 0.00 99.98 10:20:50 09:41:01 3 0.50 0.00 0.02 0.00 0.00 99.48 10:20:50 09:42:01 all 0.15 0.00 0.02 0.00 0.01 99.82 10:20:50 09:42:01 0 0.05 0.00 0.03 0.00 0.02 99.90 10:20:50 09:42:01 1 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 09:42:01 2 0.03 0.00 0.02 0.00 0.02 99.93 10:20:50 09:42:01 3 0.50 0.00 0.02 0.00 0.00 99.48 10:20:50 09:43:01 all 0.17 0.00 0.02 0.00 0.00 99.80 10:20:50 09:43:01 0 0.10 0.00 0.03 0.00 0.00 99.87 10:20:50 09:43:01 1 0.05 0.00 0.03 0.00 0.02 99.90 10:20:50 09:43:01 2 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 09:43:01 3 0.53 0.00 0.02 0.00 0.00 99.45 10:20:50 09:44:01 all 0.15 0.00 0.03 0.00 0.00 99.83 10:20:50 09:44:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 09:44:01 1 0.02 0.00 0.03 0.00 0.00 99.95 10:20:50 09:44:01 2 0.03 0.00 0.03 0.00 0.00 99.93 10:20:50 09:44:01 3 0.52 0.00 0.03 0.00 0.00 99.45 10:20:50 09:45:01 all 0.14 0.00 0.02 0.00 0.00 99.84 10:20:50 09:45:01 0 0.52 0.00 0.02 0.00 0.00 99.47 10:20:50 09:45:01 1 0.00 0.00 0.02 0.00 0.00 99.98 10:20:50 09:45:01 2 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 09:45:01 3 0.03 0.00 0.03 0.00 0.00 99.93 10:20:50 09:46:01 all 0.14 0.00 0.02 0.00 0.00 99.84 10:20:50 09:46:01 0 0.50 0.00 0.02 0.00 0.00 99.48 10:20:50 09:46:01 1 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 09:46:01 2 0.02 0.00 0.03 0.00 0.00 99.95 10:20:50 09:46:01 3 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 09:47:01 all 0.11 0.00 0.04 0.00 0.00 99.85 10:20:50 09:47:01 0 0.35 0.00 0.05 0.00 0.00 99.60 10:20:50 09:47:01 1 0.02 0.00 0.03 0.00 0.00 99.95 10:20:50 09:47:01 2 0.03 0.00 0.03 0.00 0.00 99.93 10:20:50 09:47:01 3 0.05 0.00 0.03 0.00 0.02 99.90 10:20:50 09:48:02 all 0.15 0.00 0.02 0.00 0.00 99.83 10:20:50 09:48:02 0 0.52 0.00 0.03 0.00 0.00 99.45 10:20:50 09:48:02 1 0.03 0.00 0.03 0.00 0.00 99.93 10:20:50 09:48:02 2 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 09:48:02 3 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 09:49:01 all 0.16 0.00 0.02 0.00 0.00 99.83 10:20:50 09:49:01 0 0.52 0.00 0.02 0.00 0.00 99.46 10:20:50 09:49:01 1 0.03 0.00 0.03 0.00 0.00 99.93 10:20:50 09:49:01 2 0.03 0.00 0.00 0.00 0.00 99.97 10:20:50 09:49:01 3 0.03 0.00 0.02 0.00 0.00 99.95 10:20:50 10:20:50 09:49:01 CPU %user %nice %system %iowait %steal %idle 10:20:50 09:50:01 all 0.14 0.00 0.02 0.00 0.00 99.84 10:20:50 09:50:01 0 0.50 0.00 0.02 0.00 0.00 99.48 10:20:50 09:50:01 1 0.02 0.00 0.03 0.00 0.00 99.95 10:20:50 09:50:01 2 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 09:50:01 3 0.03 0.00 0.02 0.00 0.00 99.95 10:20:50 09:51:01 all 0.14 0.00 0.02 0.00 0.00 99.84 10:20:50 09:51:01 0 0.28 0.00 0.02 0.00 0.00 99.70 10:20:50 09:51:01 1 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 09:51:01 2 0.23 0.00 0.03 0.00 0.00 99.73 10:20:50 09:51:01 3 0.03 0.00 0.02 0.00 0.00 99.95 10:20:50 09:52:01 all 0.15 0.00 0.02 0.00 0.00 99.83 10:20:50 09:52:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 09:52:01 1 0.05 0.00 0.05 0.00 0.02 99.88 10:20:50 09:52:01 2 0.52 0.00 0.02 0.00 0.00 99.47 10:20:50 09:52:01 3 0.02 0.00 0.00 0.00 0.00 99.98 10:20:50 09:53:01 all 0.11 0.00 0.03 0.00 0.00 99.85 10:20:50 09:53:01 0 0.03 0.00 0.03 0.00 0.00 99.93 10:20:50 09:53:01 1 0.03 0.00 0.05 0.00 0.00 99.92 10:20:50 09:53:01 2 0.35 0.00 0.02 0.00 0.02 99.62 10:20:50 09:53:01 3 0.03 0.00 0.02 0.00 0.00 99.95 10:20:50 09:54:01 all 0.11 0.00 0.03 0.00 0.00 99.85 10:20:50 09:54:01 0 0.00 0.00 0.02 0.00 0.00 99.98 10:20:50 09:54:01 1 0.03 0.00 0.03 0.00 0.00 99.93 10:20:50 09:54:01 2 0.13 0.00 0.07 0.00 0.00 99.80 10:20:50 09:54:01 3 0.28 0.00 0.02 0.00 0.00 99.70 10:20:50 09:55:01 all 0.14 0.00 0.01 0.00 0.00 99.85 10:20:50 09:55:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:20:50 09:55:01 1 0.50 0.00 0.02 0.00 0.00 99.48 10:20:50 09:55:01 2 0.03 0.00 0.02 0.00 0.00 99.95 10:20:50 09:55:01 3 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 09:56:01 all 0.14 0.00 0.03 0.00 0.00 99.83 10:20:50 09:56:01 0 0.00 0.00 0.02 0.00 0.00 99.98 10:20:50 09:56:01 1 0.50 0.00 0.07 0.00 0.00 99.43 10:20:50 09:56:01 2 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 09:56:01 3 0.03 0.00 0.03 0.00 0.00 99.93 10:20:50 09:57:01 all 0.03 0.00 0.03 0.00 0.00 99.93 10:20:50 09:57:01 0 0.03 0.00 0.02 0.00 0.00 99.95 10:20:50 09:57:01 1 0.08 0.00 0.08 0.00 0.02 99.82 10:20:50 09:57:01 2 0.00 0.00 0.00 0.00 0.00 100.00 10:20:50 09:57:01 3 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 09:58:01 all 0.03 0.00 0.03 0.00 0.00 99.95 10:20:50 09:58:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:20:50 09:58:01 1 0.02 0.00 0.03 0.00 0.00 99.95 10:20:50 09:58:01 2 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 09:58:01 3 0.05 0.00 0.05 0.00 0.00 99.90 10:20:50 09:59:01 all 0.12 0.00 0.04 0.00 0.00 99.84 10:20:50 09:59:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 09:59:01 1 0.42 0.00 0.03 0.00 0.00 99.55 10:20:50 09:59:01 2 0.02 0.00 0.05 0.00 0.00 99.93 10:20:50 09:59:01 3 0.05 0.00 0.05 0.00 0.00 99.90 10:20:50 10:00:01 all 0.15 0.00 0.02 0.00 0.00 99.82 10:20:50 10:00:01 0 0.00 0.00 0.02 0.00 0.00 99.98 10:20:50 10:00:01 1 0.52 0.00 0.02 0.00 0.00 99.47 10:20:50 10:00:01 2 0.03 0.00 0.00 0.00 0.00 99.97 10:20:50 10:00:01 3 0.05 0.00 0.07 0.00 0.02 99.87 10:20:50 10:20:50 10:00:01 CPU %user %nice %system %iowait %steal %idle 10:20:50 10:01:01 all 0.15 0.00 0.03 0.00 0.00 99.82 10:20:50 10:01:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 10:01:01 1 0.03 0.00 0.07 0.00 0.00 99.90 10:20:50 10:01:01 2 0.02 0.00 0.03 0.00 0.00 99.95 10:20:50 10:01:01 3 0.52 0.00 0.02 0.00 0.00 99.47 10:20:50 10:02:01 all 0.17 0.00 0.04 0.00 0.00 99.79 10:20:50 10:02:01 0 0.07 0.00 0.02 0.00 0.02 99.90 10:20:50 10:02:01 1 0.03 0.00 0.05 0.00 0.00 99.92 10:20:50 10:02:01 2 0.03 0.00 0.03 0.00 0.00 99.93 10:20:50 10:02:01 3 0.55 0.00 0.05 0.00 0.00 99.40 10:20:50 10:03:01 all 0.14 0.00 0.02 0.00 0.00 99.84 10:20:50 10:03:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 10:03:01 1 0.03 0.00 0.02 0.00 0.00 99.95 10:20:50 10:03:01 2 0.02 0.00 0.03 0.00 0.00 99.95 10:20:50 10:03:01 3 0.50 0.00 0.02 0.00 0.00 99.48 10:20:50 10:04:01 all 0.16 0.00 0.02 0.00 0.00 99.81 10:20:50 10:04:01 0 0.03 0.00 0.03 0.00 0.00 99.93 10:20:50 10:04:01 1 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 10:04:01 2 0.07 0.00 0.03 0.00 0.00 99.90 10:20:50 10:04:01 3 0.53 0.00 0.02 0.00 0.00 99.45 10:20:50 10:05:01 all 0.15 0.00 0.02 0.00 0.00 99.83 10:20:50 10:05:01 0 0.03 0.00 0.03 0.00 0.00 99.93 10:20:50 10:05:01 1 0.03 0.00 0.02 0.00 0.00 99.95 10:20:50 10:05:01 2 0.03 0.00 0.02 0.00 0.00 99.95 10:20:50 10:05:01 3 0.52 0.00 0.02 0.00 0.00 99.47 10:20:50 10:06:01 all 0.15 0.00 0.02 0.00 0.00 99.83 10:20:50 10:06:01 0 0.03 0.00 0.05 0.00 0.00 99.92 10:20:50 10:06:01 1 0.03 0.00 0.02 0.00 0.00 99.95 10:20:50 10:06:01 2 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 10:06:01 3 0.50 0.00 0.02 0.00 0.00 99.48 10:20:50 10:07:01 all 0.14 0.00 0.02 0.00 0.00 99.84 10:20:50 10:07:01 0 0.03 0.00 0.02 0.00 0.00 99.95 10:20:50 10:07:01 1 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 10:07:01 2 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 10:07:01 3 0.50 0.00 0.02 0.00 0.00 99.48 10:20:50 10:08:01 all 0.15 0.00 0.02 0.00 0.00 99.83 10:20:50 10:08:01 0 0.03 0.00 0.02 0.00 0.02 99.93 10:20:50 10:08:01 1 0.03 0.00 0.03 0.00 0.00 99.93 10:20:50 10:08:01 2 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 10:08:01 3 0.52 0.00 0.02 0.00 0.00 99.47 10:20:50 10:09:01 all 0.15 0.00 0.03 0.00 0.00 99.81 10:20:50 10:09:01 0 0.52 0.00 0.05 0.00 0.00 99.43 10:20:50 10:09:01 1 0.03 0.00 0.02 0.00 0.00 99.95 10:20:50 10:09:01 2 0.03 0.00 0.05 0.00 0.02 99.90 10:20:50 10:09:01 3 0.03 0.00 0.02 0.00 0.00 99.95 10:20:50 10:10:01 all 0.15 0.00 0.02 0.00 0.00 99.83 10:20:50 10:10:01 0 0.50 0.00 0.00 0.00 0.00 99.50 10:20:50 10:10:01 1 0.03 0.00 0.02 0.00 0.00 99.95 10:20:50 10:10:01 2 0.03 0.00 0.02 0.00 0.00 99.95 10:20:50 10:10:01 3 0.03 0.00 0.03 0.00 0.00 99.93 10:20:50 10:11:01 all 6.18 0.00 3.02 1.32 0.06 89.42 10:20:50 10:11:01 0 5.59 0.00 3.36 1.54 0.05 89.45 10:20:50 10:11:01 1 6.27 0.00 2.80 0.54 0.05 90.34 10:20:50 10:11:01 2 6.84 0.00 2.98 2.93 0.05 87.19 10:20:50 10:11:01 3 6.00 0.00 2.95 0.27 0.10 90.69 10:20:50 10:20:50 10:11:01 CPU %user %nice %system %iowait %steal %idle 10:20:50 10:12:01 all 0.18 0.00 0.12 0.00 0.00 99.69 10:20:50 10:12:01 0 0.08 0.00 0.19 0.02 0.00 99.71 10:20:50 10:12:01 1 0.53 0.00 0.05 0.00 0.00 99.42 10:20:50 10:12:01 2 0.05 0.00 0.20 0.00 0.02 99.73 10:20:50 10:12:01 3 0.05 0.00 0.05 0.00 0.00 99.90 10:20:50 10:13:01 all 0.18 0.00 0.05 0.00 0.00 99.77 10:20:50 10:13:01 0 0.10 0.00 0.07 0.00 0.00 99.83 10:20:50 10:13:01 1 0.53 0.00 0.05 0.00 0.00 99.42 10:20:50 10:13:01 2 0.05 0.00 0.02 0.00 0.00 99.93 10:20:50 10:13:01 3 0.05 0.00 0.05 0.00 0.02 99.88 10:20:50 10:14:01 all 0.15 0.00 0.02 0.00 0.00 99.83 10:20:50 10:14:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 10:14:01 1 0.50 0.00 0.02 0.00 0.02 99.47 10:20:50 10:14:01 2 0.05 0.00 0.05 0.00 0.00 99.90 10:20:50 10:14:01 3 0.02 0.00 0.02 0.00 0.00 99.97 10:20:50 10:15:01 all 0.16 0.00 0.05 0.00 0.00 99.78 10:20:50 10:15:01 0 0.03 0.00 0.05 0.00 0.00 99.92 10:20:50 10:15:01 1 0.50 0.00 0.03 0.00 0.00 99.47 10:20:50 10:15:01 2 0.08 0.00 0.08 0.00 0.02 99.82 10:20:50 10:15:01 3 0.03 0.00 0.03 0.00 0.00 99.93 10:20:50 10:16:01 all 0.16 0.00 0.03 0.00 0.00 99.81 10:20:50 10:16:01 0 0.03 0.00 0.05 0.00 0.00 99.92 10:20:50 10:16:01 1 0.48 0.00 0.03 0.00 0.00 99.48 10:20:50 10:16:01 2 0.07 0.00 0.03 0.00 0.00 99.90 10:20:50 10:16:01 3 0.05 0.00 0.02 0.00 0.00 99.93 10:20:50 10:17:01 all 0.06 0.00 0.04 0.00 0.00 99.90 10:20:50 10:17:01 0 0.03 0.00 0.03 0.00 0.02 99.92 10:20:50 10:17:01 1 0.12 0.00 0.05 0.00 0.00 99.83 10:20:50 10:17:01 2 0.07 0.00 0.05 0.00 0.00 99.88 10:20:50 10:17:01 3 0.03 0.00 0.02 0.00 0.00 99.95 10:20:50 10:18:01 all 0.12 0.00 0.03 0.00 0.00 99.84 10:20:50 10:18:01 0 0.00 0.00 0.02 0.00 0.00 99.98 10:20:50 10:18:01 1 0.40 0.00 0.02 0.00 0.00 99.58 10:20:50 10:18:01 2 0.05 0.00 0.05 0.00 0.00 99.90 10:20:50 10:18:01 3 0.05 0.00 0.05 0.00 0.00 99.90 10:20:50 10:19:01 all 8.85 0.00 6.11 1.64 0.07 83.32 10:20:50 10:19:01 0 7.87 0.00 7.14 1.54 0.07 83.39 10:20:50 10:19:01 1 9.47 0.00 6.06 1.45 0.09 82.94 10:20:50 10:19:01 2 8.50 0.00 5.90 1.60 0.05 83.95 10:20:50 10:19:01 3 9.57 0.00 5.35 1.98 0.09 83.02 10:20:50 10:20:01 all 11.86 0.00 8.82 3.55 0.10 75.67 10:20:50 10:20:01 0 10.27 0.00 9.56 3.75 0.09 76.34 10:20:50 10:20:01 1 10.65 0.00 7.79 3.61 0.10 77.85 10:20:50 10:20:01 2 15.27 0.00 8.97 4.64 0.12 71.00 10:20:50 10:20:01 3 11.24 0.00 8.96 2.20 0.10 77.49 10:20:50 Average: all 0.37 0.02 0.29 0.11 0.00 99.19 10:20:50 Average: 0 0.28 0.02 0.30 0.12 0.00 99.28 10:20:50 Average: 1 0.43 0.03 0.30 0.12 0.01 99.11 10:20:50 Average: 2 0.36 0.03 0.30 0.14 0.00 99.16 10:20:50 Average: 3 0.42 0.02 0.27 0.07 0.00 99.22 10:20:50 10:20:50 10:20:50