Pull request #474 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/app-functions-sdk-go Obtained Jenkinsfile from bad20e1e267e0fd2c4040391f43fa2c6e6c2cc35+c89ea64ed19499ab5ba28d42d39506f385498632 (9353acedbe1d9f273284825829e1017188ae97bc) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-functions-sdk-go/branches/PR-474/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 # timeout=10 Commit message: "Merge pull request #239 from ernestojeda/update-default-go-version" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, goVersion:1.13, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [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: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 [Pipeline] node Running on prd-centos7-docker-4c-2g-1912 in /w/workspace/ndry_app-functions-sdk-go_PR-474 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_PR-474 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/474/head:refs/remotes/origin/PR-474 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit c89ea64ed19499ab5ba28d42d39506f385498632 into PR head commit bad20e1e267e0fd2c4040391f43fa2c6e6c2cc35 Merge succeeded, producing bad20e1e267e0fd2c4040391f43fa2c6e6c2cc35 Checking out Revision bad20e1e267e0fd2c4040391f43fa2c6e6c2cc35 (PR-474) > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/474/head:refs/remotes/origin/PR-474 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/474/head:refs/remotes/origin/PR-474 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bad20e1e267e0fd2c4040391f43fa2c6e6c2cc35 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge c89ea64ed19499ab5ba28d42d39506f385498632 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bad20e1e267e0fd2c4040391f43fa2c6e6c2cc35 # timeout=10 Commit message: "fix: Add locking around MQTT client setup and around connecting to avoid race conditions." First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:33:34 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:33:34 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:33:34 ========================================================= 04:33:34 EdgeX Global Pipelines Version Info 04:33:34 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:33:36 ------------------- 04:33:36 stable info: 04:33:36 ------------------- 04:33:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:33:36 Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 04:33:36 Message: update stable to v1.0.119 04:33:37 ------------------- 04:33:37 experimental info: 04:33:37 ------------------- 04:33:37 Commited By: **** collab-it+edgex@linuxfoundation.org 04:33:37 Commit SHA: fce6018850fd827eed96b6ce04e8822d251c695d 04:33:37 Message: update experimental to v1.0.120 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 04:33:37 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 04:33:37 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 04:33:37 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:33:38 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:33:38 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:33:38 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo 04:33:38 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 04:33:38 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo 04:33:38 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 04:33:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:33:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:33:39 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 04:33:39 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:33:39 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:33:39 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 04:33:39 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 04:33:39 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:33:39 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:33:39 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:33:39 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:33:40 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:33:40 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 04:33:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-474 [Pipeline] echo 04:33:40 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-474 [Pipeline] echo 04:33:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-474 [Pipeline] echo 04:33:40 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bad20e1e267e0fd2c4040391f43fa2c6e6c2cc35 [Pipeline] echo 04:33:41 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bad20e1 [Pipeline] echo 04:33:41 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:33:41 + git log --format=format:%s -1 bad20e1e267e0fd2c4040391f43fa2c6e6c2cc35 [Pipeline] echo 04:33:42 GIT_COMMIT: bad20e1e267e0fd2c4040391f43fa2c6e6c2cc35, Commit Message: fix: Add locking around MQTT client setup and around connecting to avoid race conditions. [Pipeline] echo 04:33:42 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 04:33:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:33:43 04:33:43 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:33:43 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:33:43 latest: Pulling from edgex-devops/git-semver 04:33:43 31603596830f: Pulling fs layer 04:33:43 2a8b12db71e7: Pulling fs layer 04:33:43 6ca5941a6612: Pulling fs layer 04:33:43 ecc8261a40a4: Pulling fs layer 04:33:43 ecc8261a40a4: Waiting 04:33:43 2a8b12db71e7: Verifying Checksum 04:33:43 2a8b12db71e7: Download complete 04:33:43 31603596830f: Verifying Checksum 04:33:43 31603596830f: Download complete 04:33:43 ecc8261a40a4: Verifying Checksum 04:33:43 ecc8261a40a4: Download complete 04:33:43 6ca5941a6612: Verifying Checksum 04:33:43 6ca5941a6612: Download complete 04:33:44 31603596830f: Pull complete 04:33:44 2a8b12db71e7: Pull complete 04:33:45 6ca5941a6612: Pull complete 04:33:45 ecc8261a40a4: Pull complete 04:33:45 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:33:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:33:45 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:33:45 prd-centos7-docker-4c-2g-1912 does not seem to be running inside a container 04:33:45 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-474 -v /w/workspace/ndry_app-functions-sdk-go_PR-474:/w/workspace/ndry_app-functions-sdk-go_PR-474:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-474@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-474@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 04:33:47 $ docker top 74dea6a0b4794ea3f5816db2803f79794ba1740938de5407b380dee8b4bcafb8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:33:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:33:48 [ssh-agent] Looking for ssh-agent implementation... 04:33:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:33:48 $ docker exec 74dea6a0b4794ea3f5816db2803f79794ba1740938de5407b380dee8b4bcafb8 ssh-agent 04:33:48 SSH_AUTH_SOCK=/tmp/ssh-RfYLYyT3eM7d/agent.12 04:33:48 SSH_AGENT_PID=17 04:33:48 Running ssh-add (command line suppressed) 04:33:48 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-474@tmp/private_key_5841587783716979300.key (/w/workspace/ndry_app-functions-sdk-go_PR-474@tmp/private_key_5841587783716979300.key) 04:33:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:33:49 + git describe --exact-match --tags HEAD 04:33:49 fatal: No names found, cannot describe anything. [Pipeline] } 04:33:49 $ docker exec --env ******** --env ******** 74dea6a0b4794ea3f5816db2803f79794ba1740938de5407b380dee8b4bcafb8 ssh-agent -k 04:33:49 unset SSH_AUTH_SOCK; 04:33:49 unset SSH_AGENT_PID; 04:33:49 echo Agent pid 17 killed; 04:33:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 04:33:49 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 04:33:49 This usually means this commit has not been tagged. [Pipeline] sshagent 04:33:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:33:49 [ssh-agent] Looking for ssh-agent implementation... 04:33:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:33:49 $ docker exec 74dea6a0b4794ea3f5816db2803f79794ba1740938de5407b380dee8b4bcafb8 ssh-agent 04:33:50 SSH_AUTH_SOCK=/tmp/ssh-aoLaUpHsCMh5/agent.45 04:33:50 SSH_AGENT_PID=50 04:33:50 Running ssh-add (command line suppressed) 04:33:50 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-474@tmp/private_key_5624127803007821601.key (/w/workspace/ndry_app-functions-sdk-go_PR-474@tmp/private_key_5624127803007821601.key) 04:33:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:33:50 + git semver init 04:33:50 # -> Open(): unable to determine branch for HEAD 04:33:50 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-474/.git 04:33:50 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-474 04:33:50 # $SEMVER_REMOTE_NAME = origin 04:33:50 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:33:50 # $SEMVER_USER_NAME = edgex-jenkins 04:33:50 # $SEMVER_BRANCH = PR-474 04:33:50 # $SEMVER_TEMP = /tmp/semver-591401832 04:33:50 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 04:33:53 # '/tmp/semver-591401832' -> '/w/workspace/ndry_app-functions-sdk-go_PR-474/.semver' 04:33:53 # -> Force: false 04:33:53 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-474/.semver [Pipeline] } 04:33:53 $ docker exec --env ******** --env ******** 74dea6a0b4794ea3f5816db2803f79794ba1740938de5407b380dee8b4bcafb8 ssh-agent -k 04:33:53 unset SSH_AUTH_SOCK; 04:33:53 unset SSH_AGENT_PID; 04:33:53 echo Agent pid 50 killed; 04:33:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:33:54 + git semver [Pipeline] } 04:33:54 $ docker stop --time=1 74dea6a0b4794ea3f5816db2803f79794ba1740938de5407b380dee8b4bcafb8 04:33:55 $ docker rm -f 74dea6a0b4794ea3f5816db2803f79794ba1740938de5407b380dee8b4bcafb8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 04:33:58 Stashed 39 file(s) [Pipeline] echo 04:33:58 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 04:33:58 Archived original version: [0.0.0] [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 04:33:59 Running on prd-centos7-docker-4c-2g-1911 in /w/workspace/ndry_app-functions-sdk-go_PR-474 [Pipeline] { [Pipeline] ws 04:33:59 Running in /w/workspace/app-functions-sdk-go/1 [Pipeline] { [Pipeline] checkout 04:34:05 using credential edgex-jenkins-ssh 04:34:05 Cloning the remote Git repository 04:34:05 Cloning with configured refspecs honoured and without tags 04:34:05 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 04:34:06 > git init /w/workspace/app-functions-sdk-go/1 # timeout=10 04:34:06 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 04:34:06 > git --version # timeout=10 04:34:06 > git --version # 'git version 2.16.5' 04:34:06 using GIT_SSH to set credentials SSH Credentials for GitHub 04:34:06 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/474/head:refs/remotes/origin/PR-474 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:34:08 Fetching without tags 04:34:09 Merging remotes/origin/master commit c89ea64ed19499ab5ba28d42d39506f385498632 into PR head commit bad20e1e267e0fd2c4040391f43fa2c6e6c2cc35 04:34:09 Merge succeeded, producing bad20e1e267e0fd2c4040391f43fa2c6e6c2cc35 04:34:09 Checking out Revision bad20e1e267e0fd2c4040391f43fa2c6e6c2cc35 (PR-474) 04:34:08 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 04:34:08 > git config --add remote.origin.fetch +refs/pull/474/head:refs/remotes/origin/PR-474 # timeout=10 04:34:08 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:34:08 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 04:34:08 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 04:34:08 using GIT_SSH to set credentials SSH Credentials for GitHub 04:34:08 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/474/head:refs/remotes/origin/PR-474 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:34:09 > git config core.sparsecheckout # timeout=10 04:34:09 > git checkout -f bad20e1e267e0fd2c4040391f43fa2c6e6c2cc35 # timeout=10 04:34:09 > git remote # timeout=10 04:34:09 > git config --get remote.origin.url # timeout=10 04:34:09 using GIT_SSH to set credentials SSH Credentials for GitHub 04:34:09 > git merge c89ea64ed19499ab5ba28d42d39506f385498632 # timeout=10 04:34:09 > git rev-parse HEAD^{commit} # timeout=10 04:34:09 > git config core.sparsecheckout # timeout=10 04:34:09 > git checkout -f bad20e1e267e0fd2c4040391f43fa2c6e6c2cc35 # timeout=10 04:34:12 Commit message: "fix: Add locking around MQTT client setup and around connecting to avoid race conditions." 04:34:12 > git --version # timeout=10 04:34:12 > git --version # 'git version 2.16.5' 04:34:12 fatal: bad object 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 04:34:14 Still waiting to schedule task 04:34:14 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [Pipeline] echo 04:34:15 ========================================================= 04:34:15 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 04:34:15 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:34:16 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 04:34:17 Sending build context to Docker daemon 37.13MB 04:34:17 Step 1/8 : ARG BASE=golang:1.13-alpine 04:34:17 Step 2/8 : FROM ${BASE} 04:34:17 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 04:34:17 df20fa9351a1: Pulling fs layer 04:34:17 ed8968b2872e: Pulling fs layer 04:34:17 a92cc7c5fd73: Pulling fs layer 04:34:17 2dd03ba5bac4: Pulling fs layer 04:34:17 1e091d79d1de: Pulling fs layer 04:34:17 481702a1767f: Pulling fs layer 04:34:17 f64a6f60c768: Pulling fs layer 04:34:17 e78d2573fc39: Pulling fs layer 04:34:17 e876d2f968b6: Pulling fs layer 04:34:17 ce8a83651883: Pulling fs layer 04:34:17 07967f4d0e4b: Pulling fs layer 04:34:17 2dd03ba5bac4: Waiting 04:34:17 1e091d79d1de: Waiting 04:34:17 481702a1767f: Waiting 04:34:17 f64a6f60c768: Waiting 04:34:17 e78d2573fc39: Waiting 04:34:17 e876d2f968b6: Waiting 04:34:17 ce8a83651883: Waiting 04:34:17 07967f4d0e4b: Waiting 04:34:17 a92cc7c5fd73: Verifying Checksum 04:34:17 a92cc7c5fd73: Download complete 04:34:17 ed8968b2872e: Verifying Checksum 04:34:17 ed8968b2872e: Download complete 04:34:17 1e091d79d1de: Verifying Checksum 04:34:17 1e091d79d1de: Download complete 04:34:17 481702a1767f: Verifying Checksum 04:34:17 481702a1767f: Download complete 04:34:17 df20fa9351a1: Verifying Checksum 04:34:17 df20fa9351a1: Download complete 04:34:18 df20fa9351a1: Pull complete 04:34:18 ed8968b2872e: Pull complete 04:34:19 a92cc7c5fd73: Pull complete 04:34:24 f64a6f60c768: Verifying Checksum 04:34:24 f64a6f60c768: Download complete 04:34:24 e876d2f968b6: Verifying Checksum 04:34:24 e876d2f968b6: Download complete 04:34:27 ce8a83651883: Verifying Checksum 04:34:27 ce8a83651883: Download complete 04:34:27 07967f4d0e4b: Verifying Checksum 04:34:27 07967f4d0e4b: Download complete 04:34:27 e78d2573fc39: Verifying Checksum 04:34:27 e78d2573fc39: Download complete 04:34:28 2dd03ba5bac4: Verifying Checksum 04:34:28 2dd03ba5bac4: Download complete 04:34:36 2dd03ba5bac4: Pull complete 04:34:36 1e091d79d1de: Pull complete 04:34:36 481702a1767f: Pull complete 04:34:41 f64a6f60c768: Pull complete 04:34:45 e78d2573fc39: Pull complete 04:34:45 e876d2f968b6: Pull complete 04:34:47 ce8a83651883: Pull complete 04:34:47 07967f4d0e4b: Pull complete 04:34:47 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 04:34:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 04:34:47 ---> 5d7c900382c6 04:34:47 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:34:47 latest: Pulling from library/docker 04:34:48 df20fa9351a1: Already exists 04:34:48 25ad7478873d: Pulling fs layer 04:34:48 4684f6177b5d: Pulling fs layer 04:34:48 46e300cec669: Pulling fs layer 04:34:48 63038576ad94: Pulling fs layer 04:34:48 0fdb76c4706c: Pulling fs layer 04:34:48 cb7edeffdfd5: Pulling fs layer 04:34:48 63038576ad94: Waiting 04:34:48 0fdb76c4706c: Waiting 04:34:48 cb7edeffdfd5: Waiting 04:34:48 4684f6177b5d: Download complete 04:34:48 25ad7478873d: Verifying Checksum 04:34:48 25ad7478873d: Download complete 04:34:48 63038576ad94: Download complete 04:34:48 0fdb76c4706c: Verifying Checksum 04:34:48 0fdb76c4706c: Download complete 04:34:48 cb7edeffdfd5: Verifying Checksum 04:34:48 cb7edeffdfd5: Download complete 04:34:49 25ad7478873d: Pull complete 04:34:49 4684f6177b5d: Pull complete 04:34:50 46e300cec669: Verifying Checksum 04:34:50 46e300cec669: Download complete 04:34:53 46e300cec669: Pull complete 04:34:53 63038576ad94: Pull complete 04:34:54 0fdb76c4706c: Pull complete 04:34:54 cb7edeffdfd5: Pull complete 04:34:54 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:34:54 Status: Downloaded newer image for docker:latest 04:34:56 ---> dd51239b9ba8 04:34:56 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 04:34:56 ---> Running in 60c184f9bb8c 04:34:56 Removing intermediate container 60c184f9bb8c 04:34:56 ---> e6ee2d765436 04:34:56 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 04:34:56 ---> Running in 9117a1de9536 04:34:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:34:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:34:58 (1/5) Installing libsodium (1.0.18-r0) 04:34:59 (2/5) Installing libzmq (4.3.3-r0) 04:34:59 (3/5) Installing pkgconf (1.7.2-r0) 04:34:59 (4/5) Installing libsodium-dev (1.0.18-r0) 04:34:59 (5/5) Installing zeromq-dev (4.3.3-r0) 04:34:59 Executing busybox-1.31.1-r16.trigger 04:34:59 OK: 167 MiB in 44 packages 04:35:00 Removing intermediate container 9117a1de9536 04:35:00 ---> 7abdf5d5163e 04:35:00 Step 6/8 : WORKDIR /build 04:35:00 ---> Running in 2a12c253442b 04:35:00 Removing intermediate container 2a12c253442b 04:35:00 ---> 746342d7ecf1 04:35:00 Step 7/8 : COPY go.mod . 04:35:00 ---> 7c87cc1ee7ac 04:35:00 Step 8/8 : RUN go mod download 04:35:00 ---> Running in 27704b2d1042 04:35:03 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:35:03 go: finding github.com/BurntSushi/toml v0.3.1 04:35:03 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:35:03 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:35:03 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:35:03 go: finding github.com/bgentry/speakeasy v0.1.0 04:35:03 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:35:03 go: finding github.com/davecgh/go-spew v1.1.1 04:35:03 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 04:35:03 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:35:03 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 04:35:03 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:35:03 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.75 04:35:03 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.21 04:35:03 go: finding github.com/edgexfoundry/go-mod-registry v0.1.21 04:35:03 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.19 04:35:03 go: finding github.com/fatih/color v1.7.0 04:35:03 go: finding github.com/fsnotify/fsnotify v1.4.7 04:35:03 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:35:03 go: finding github.com/go-kit/kit v0.8.0 04:35:03 go: finding github.com/go-logfmt/logfmt v0.4.0 04:35:03 go: finding github.com/go-playground/assert/v2 v2.0.1 04:35:03 go: finding github.com/go-playground/locales v0.13.0 04:35:04 go: finding github.com/go-playground/universal-translator v0.17.0 04:35:04 go: finding github.com/go-playground/validator/v10 v10.3.0 04:35:04 go: finding github.com/go-redis/redis/v7 v7.2.0 04:35:04 go: finding github.com/go-stack/stack v1.8.0 04:35:04 go: finding github.com/golang/protobuf v1.3.2 04:35:04 go: finding github.com/golang/snappy v0.0.1 04:35:04 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:35:04 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:35:04 go: finding github.com/google/go-cmp v0.4.0 04:35:04 go: finding github.com/google/uuid v1.1.1 04:35:04 go: finding github.com/gorilla/mux v1.8.0 04:35:04 go: finding github.com/hashicorp/consul/api v1.1.0 04:35:04 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:35:04 go: finding github.com/hashicorp/errwrap v1.0.0 04:35:04 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:35:04 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:35:04 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:35:04 go: finding github.com/hashicorp/go-multierror v1.0.0 04:35:04 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:35:04 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:35:04 go: finding github.com/hashicorp/go-syslog v1.0.0 04:35:04 go: finding github.com/hashicorp/go-uuid v1.0.1 04:35:04 go: finding github.com/hashicorp/go.net v0.0.1 04:35:04 go: finding github.com/hashicorp/golang-lru v0.5.0 04:35:04 go: finding github.com/hashicorp/logutils v1.0.0 04:35:04 go: finding github.com/hashicorp/mdns v1.0.0 04:35:04 go: finding github.com/hashicorp/memberlist v0.1.3 04:35:04 go: finding github.com/hashicorp/serf v0.8.2 04:35:05 go: finding github.com/hpcloud/tail v1.0.0 04:35:05 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:35:05 go: finding github.com/kr/pretty v0.1.0 04:35:05 go: finding github.com/kr/pty v1.1.1 04:35:05 go: finding github.com/kr/text v0.1.0 04:35:05 go: finding github.com/leodido/go-urn v1.2.0 04:35:05 go: finding github.com/mattn/go-colorable v0.0.9 04:35:05 go: finding github.com/mattn/go-isatty v0.0.3 04:35:05 go: finding github.com/miekg/dns v1.0.14 04:35:05 go: finding github.com/mitchellh/cli v1.0.0 04:35:05 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:35:05 go: finding github.com/mitchellh/copystructure v1.0.0 04:35:05 go: finding github.com/mitchellh/go-homedir v1.0.0 04:35:05 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:35:05 go: finding github.com/mitchellh/gox v0.4.0 04:35:05 go: finding github.com/mitchellh/iochan v1.0.0 04:35:05 go: finding github.com/mitchellh/mapstructure v1.1.2 04:35:05 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:35:05 go: finding github.com/onsi/ginkgo v1.10.1 04:35:05 go: finding github.com/onsi/gomega v1.7.0 04:35:05 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:35:05 go: finding github.com/pebbe/zmq4 v1.0.0 04:35:05 go: finding github.com/pelletier/go-toml v1.2.0 04:35:05 go: finding github.com/pkg/errors v0.8.1 04:35:05 go: finding github.com/pmezard/go-difflib v1.0.0 04:35:05 go: finding github.com/posener/complete v1.1.1 04:35:05 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:35:05 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:35:05 go: finding github.com/stretchr/objx v0.2.0 04:35:05 go: finding github.com/stretchr/testify v1.6.1 04:35:05 go: finding github.com/tidwall/pretty v1.0.1 04:35:05 go: finding github.com/ugorji/go v1.1.4 04:35:05 go: finding github.com/x448/float16 v0.8.4 04:35:05 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 04:35:05 go: finding github.com/xdg/stringprep v1.0.0 04:35:06 go: finding go.mongodb.org/mongo-driver v1.1.1 04:35:06 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 04:35:06 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:35:06 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:35:06 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:35:06 go: finding golang.org/x/text v0.3.2 04:35:06 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:35:06 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 04:35:06 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:35:06 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:35:06 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:35:06 go: finding gopkg.in/yaml.v2 v2.2.8 04:35:06 go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 04:35:28 Removing intermediate container 27704b2d1042 04:35:28 ---> faf26703cb7f 04:35:28 Successfully built faf26703cb7f 04:35:28 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:35:29 + docker inspect -f . ci-base-image-x86_64 04:35:29 . [Pipeline] withDockerContainer 04:35:29 prd-centos7-docker-4c-2g-1911 does not seem to be running inside a container 04:35:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/1 -v /w/workspace/app-functions-sdk-go/1:/w/workspace/app-functions-sdk-go/1:rw,z -v /w/workspace/app-functions-sdk-go/1@tmp:/w/workspace/app-functions-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:35:30 $ docker top a176412e1ee8f25d6e1b778516a5526f6835c0374c48fc525e27c315e9d58e7b -eo pid,comm [Pipeline] { [Pipeline] sh 04:35:31 + go version 04:35:31 go version go1.13.13 linux/amd64 [Pipeline] sh 04:35:31 + make test 04:35:31 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 04:35:34 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 04:35:45 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.175s coverage: 86.2% of statements 04:36:00 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1915 in /w/workspace/ndry_app-functions-sdk-go_PR-474 [Pipeline] { [Pipeline] ws 04:36:00 Running in /w/workspace/app-functions-sdk-go/1 [Pipeline] { [Pipeline] checkout 04:36:05 using credential edgex-jenkins-ssh 04:36:05 Cloning the remote Git repository 04:36:05 Cloning with configured refspecs honoured and without tags 04:36:05 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 04:36:06 > git init /w/workspace/app-functions-sdk-go/1 # timeout=10 04:36:06 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 04:36:06 > git --version # timeout=10 04:36:06 > git --version # 'git version 2.17.1' 04:36:06 using GIT_SSH to set credentials SSH Credentials for GitHub 04:36:06 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/474/head:refs/remotes/origin/PR-474 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:36:09 Fetching without tags 04:36:09 Merging remotes/origin/master commit c89ea64ed19499ab5ba28d42d39506f385498632 into PR head commit bad20e1e267e0fd2c4040391f43fa2c6e6c2cc35 04:36:08 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 04:36:08 > git config --add remote.origin.fetch +refs/pull/474/head:refs/remotes/origin/PR-474 # timeout=10 04:36:08 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:36:09 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 04:36:09 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 04:36:09 using GIT_SSH to set credentials SSH Credentials for GitHub 04:36:09 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/474/head:refs/remotes/origin/PR-474 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:36:09 > git config core.sparsecheckout # timeout=10 04:36:09 > git checkout -f bad20e1e267e0fd2c4040391f43fa2c6e6c2cc35 # timeout=10 04:36:09 Merge succeeded, producing bad20e1e267e0fd2c4040391f43fa2c6e6c2cc35 04:36:09 Checking out Revision bad20e1e267e0fd2c4040391f43fa2c6e6c2cc35 (PR-474) 04:36:09 > git remote # timeout=10 04:36:09 > git config --get remote.origin.url # timeout=10 04:36:09 using GIT_SSH to set credentials SSH Credentials for GitHub 04:36:09 > git merge c89ea64ed19499ab5ba28d42d39506f385498632 # timeout=10 04:36:09 > git rev-parse HEAD^{commit} # timeout=10 04:36:09 > git config core.sparsecheckout # timeout=10 04:36:09 > git checkout -f bad20e1e267e0fd2c4040391f43fa2c6e6c2cc35 # timeout=10 04:36:12 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.040s coverage: 56.1% of statements 04:36:12 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 04:36:12 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 04:36:12 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.043s coverage: 53.5% of statements 04:36:12 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 04:36:12 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.434s coverage: 69.1% of statements 04:36:14 Commit message: "fix: Add locking around MQTT client setup and around connecting to avoid race conditions." 04:36:14 > git --version # timeout=10 04:36:14 > git --version # 'git version 2.17.1' 04:36:14 fatal: bad object 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 04:36:17 ========================================================= 04:36:17 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 04:36:17 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:36:18 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 04:36:20 Sending build context to Docker daemon 37.13MB 04:36:20 Step 1/8 : ARG BASE=golang:1.13-alpine 04:36:20 Step 2/8 : FROM ${BASE} 04:36:20 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:36:20 b538f80385f9: Pulling fs layer 04:36:20 74f711af9a0d: Pulling fs layer 04:36:20 99f96fe45779: Pulling fs layer 04:36:20 fd7a069fd194: Pulling fs layer 04:36:20 66aa3694b03b: Pulling fs layer 04:36:20 170f70906a0f: Pulling fs layer 04:36:20 ad7c5574e4b9: Pulling fs layer 04:36:20 e772456be8f7: Pulling fs layer 04:36:20 c890913d741a: Pulling fs layer 04:36:20 2480fcc9aa5a: Pulling fs layer 04:36:20 09adf4765672: Pulling fs layer 04:36:20 66aa3694b03b: Waiting 04:36:20 170f70906a0f: Waiting 04:36:20 ad7c5574e4b9: Waiting 04:36:20 e772456be8f7: Waiting 04:36:20 c890913d741a: Waiting 04:36:20 2480fcc9aa5a: Waiting 04:36:20 09adf4765672: Waiting 04:36:20 fd7a069fd194: Waiting 04:36:20 99f96fe45779: Download complete 04:36:20 74f711af9a0d: Verifying Checksum 04:36:20 74f711af9a0d: Download complete 04:36:20 66aa3694b03b: Download complete 04:36:20 170f70906a0f: Verifying Checksum 04:36:20 170f70906a0f: Download complete 04:36:20 b538f80385f9: Verifying Checksum 04:36:20 b538f80385f9: Download complete 04:36:21 b538f80385f9: Pull complete 04:36:22 74f711af9a0d: Pull complete 04:36:22 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.502s coverage: 73.2% of statements 04:36:22 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.008s coverage: 89.5% of statements 04:36:22 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.007s coverage: 100.0% of statements 04:36:22 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.091s coverage: 100.0% of statements 04:36:22 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.022s coverage: 100.0% of statements 04:36:22 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.085s coverage: 100.0% of statements 04:36:22 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 04:36:22 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 04:36:22 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 04:36:22 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 04:36:22 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 04:36:22 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 04:36:22 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 04:36:22 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.007s coverage: 96.6% of statements 04:36:22 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 04:36:22 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.005s coverage: 97.7% of statements 04:36:22 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 04:36:22 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 04:36:22 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.017s coverage: 9.4% of statements 04:36:22 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 7.074s coverage: 75.0% of statements 04:36:22 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.013s coverage: 89.3% of statements 04:36:22 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.030s coverage: 88.9% of statements 04:36:22 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.160s coverage: 81.3% of statements 04:36:22 99f96fe45779: Pull complete 04:36:23 ad7c5574e4b9: Verifying Checksum 04:36:23 ad7c5574e4b9: Download complete 04:36:23 c890913d741a: Verifying Checksum 04:36:23 c890913d741a: Download complete 04:36:24 2480fcc9aa5a: Verifying Checksum 04:36:24 2480fcc9aa5a: Download complete 04:36:25 e772456be8f7: Download complete 04:36:26 fd7a069fd194: Download complete 04:36:38 fd7a069fd194: Pull complete 04:36:38 66aa3694b03b: Pull complete 04:36:38 170f70906a0f: Pull complete 04:36:42 ad7c5574e4b9: Pull complete 04:36:44 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.527s coverage: 72.8% of statements 04:36:44 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.014s coverage: 94.4% of statements 04:36:44 CGO_ENABLED=1 GO111MODULE=on go vet ./... 04:36:46 e772456be8f7: Pull complete 04:36:46 c890913d741a: Pull complete 04:36:48 2480fcc9aa5a: Pull complete 04:36:49 09adf4765672: Pull complete 04:36:49 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 04:36:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 04:36:49 ---> 2248a725d1cf 04:36:49 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:36:49 latest: Pulling from library/docker 04:36:49 b538f80385f9: Already exists 04:36:49 259a493cd78d: Pulling fs layer 04:36:49 b8e66b5100f5: Pulling fs layer 04:36:49 39dc9c94d07c: Pulling fs layer 04:36:49 551b823b3b82: Pulling fs layer 04:36:49 3c52a74df98c: Pulling fs layer 04:36:49 6c9b121b6998: Pulling fs layer 04:36:49 551b823b3b82: Waiting 04:36:49 3c52a74df98c: Waiting 04:36:49 6c9b121b6998: Waiting 04:36:50 gofmt -l . 04:36:50 [ "`gofmt -l .`" = "" ] 04:36:50 b8e66b5100f5: Download complete 04:36:50 ./bin/test-go-mod-tidy.sh 04:36:50 259a493cd78d: Verifying Checksum 04:36:50 259a493cd78d: Download complete 04:36:50 551b823b3b82: Verifying Checksum 04:36:50 551b823b3b82: Download complete 04:36:50 3c52a74df98c: Verifying Checksum 04:36:50 3c52a74df98c: Download complete 04:36:50 6c9b121b6998: Verifying Checksum 04:36:50 6c9b121b6998: Download complete 04:36:51 39dc9c94d07c: Verifying Checksum 04:36:51 39dc9c94d07c: Download complete 04:36:51 259a493cd78d: Pull complete [Pipeline] stash 04:36:51 b8e66b5100f5: Pull complete 04:36:51 Stashed 1 file(s) [Pipeline] } 04:36:51 $ docker stop --time=1 a176412e1ee8f25d6e1b778516a5526f6835c0374c48fc525e27c315e9d58e7b 04:36:53 $ docker rm -f a176412e1ee8f25d6e1b778516a5526f6835c0374c48fc525e27c315e9d58e7b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) 04:36:55 39dc9c94d07c: Pull complete 04:36:55 551b823b3b82: Pull complete Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws 04:36:55 3c52a74df98c: Pull complete [Pipeline] } [Pipeline] // node [Pipeline] } 04:36:56 6c9b121b6998: Pull complete 04:36:56 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 04:36:56 Status: Downloaded newer image for docker:latest [Pipeline] // stage [Pipeline] } 04:37:04 ---> 33b9e024d9f7 04:37:04 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 04:37:04 ---> Running in 2d326443e475 04:37:04 Removing intermediate container 2d326443e475 04:37:04 ---> 6190098aa0b7 04:37:04 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 04:37:04 ---> Running in 052c3307e4c7 04:37:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:37:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:37:07 (1/5) Installing libsodium (1.0.18-r0) 04:37:07 (2/5) Installing libzmq (4.3.3-r0) 04:37:07 (3/5) Installing pkgconf (1.7.2-r0) 04:37:07 (4/5) Installing libsodium-dev (1.0.18-r0) 04:37:07 (5/5) Installing zeromq-dev (4.3.3-r0) 04:37:07 Executing busybox-1.31.1-r16.trigger 04:37:07 OK: 144 MiB in 44 packages 04:37:09 Removing intermediate container 052c3307e4c7 04:37:09 ---> 6fe0a2db98df 04:37:09 Step 6/8 : WORKDIR /build 04:37:09 ---> Running in c666d38fc444 04:37:09 Removing intermediate container c666d38fc444 04:37:09 ---> ff8ed19ca654 04:37:09 Step 7/8 : COPY go.mod . 04:37:10 ---> 14739bc09f8c 04:37:10 Step 8/8 : RUN go mod download 04:37:10 ---> Running in 9e14ace65b36 04:37:13 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:37:13 go: finding github.com/BurntSushi/toml v0.3.1 04:37:13 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:37:13 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:37:13 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:37:13 go: finding github.com/bgentry/speakeasy v0.1.0 04:37:13 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:37:13 go: finding github.com/davecgh/go-spew v1.1.1 04:37:13 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 04:37:13 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 04:37:13 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 04:37:13 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:37:13 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.75 04:37:13 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.21 04:37:13 go: finding github.com/edgexfoundry/go-mod-registry v0.1.21 04:37:14 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.19 04:37:14 go: finding github.com/fatih/color v1.7.0 04:37:14 go: finding github.com/fsnotify/fsnotify v1.4.7 04:37:14 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:37:14 go: finding github.com/go-kit/kit v0.8.0 04:37:14 go: finding github.com/go-logfmt/logfmt v0.4.0 04:37:14 go: finding github.com/go-playground/assert/v2 v2.0.1 04:37:14 go: finding github.com/go-playground/locales v0.13.0 04:37:14 go: finding github.com/go-playground/universal-translator v0.17.0 04:37:14 go: finding github.com/go-playground/validator/v10 v10.3.0 04:37:14 go: finding github.com/go-redis/redis/v7 v7.2.0 04:37:14 go: finding github.com/go-stack/stack v1.8.0 04:37:14 go: finding github.com/golang/protobuf v1.3.2 04:37:14 go: finding github.com/golang/snappy v0.0.1 04:37:14 go: finding github.com/gomodule/redigo v2.0.0+incompatible 04:37:14 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:37:14 go: finding github.com/google/go-cmp v0.4.0 04:37:14 go: finding github.com/google/uuid v1.1.1 04:37:14 go: finding github.com/gorilla/mux v1.8.0 04:37:14 go: finding github.com/hashicorp/consul/api v1.1.0 04:37:14 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:37:14 go: finding github.com/hashicorp/errwrap v1.0.0 04:37:14 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:37:14 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:37:14 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:37:14 go: finding github.com/hashicorp/go-multierror v1.0.0 04:37:14 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:37:14 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:37:14 go: finding github.com/hashicorp/go-syslog v1.0.0 04:37:14 go: finding github.com/hashicorp/go-uuid v1.0.1 04:37:14 go: finding github.com/hashicorp/go.net v0.0.1 04:37:14 go: finding github.com/hashicorp/golang-lru v0.5.0 04:37:14 go: finding github.com/hashicorp/logutils v1.0.0 04:37:14 go: finding github.com/hashicorp/mdns v1.0.0 04:37:14 go: finding github.com/hashicorp/memberlist v0.1.3 04:37:14 go: finding github.com/hashicorp/serf v0.8.2 04:37:14 go: finding github.com/hpcloud/tail v1.0.0 04:37:14 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:37:14 go: finding github.com/kr/pretty v0.1.0 04:37:14 go: finding github.com/kr/pty v1.1.1 04:37:14 go: finding github.com/kr/text v0.1.0 04:37:14 go: finding github.com/leodido/go-urn v1.2.0 04:37:15 go: finding github.com/mattn/go-colorable v0.0.9 04:37:15 go: finding github.com/mattn/go-isatty v0.0.3 04:37:15 go: finding github.com/miekg/dns v1.0.14 04:37:15 go: finding github.com/mitchellh/cli v1.0.0 04:37:15 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:37:15 go: finding github.com/mitchellh/copystructure v1.0.0 04:37:15 go: finding github.com/mitchellh/go-homedir v1.0.0 04:37:15 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:37:15 go: finding github.com/mitchellh/gox v0.4.0 04:37:15 go: finding github.com/mitchellh/iochan v1.0.0 04:37:15 go: finding github.com/mitchellh/mapstructure v1.1.2 04:37:15 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:37:15 go: finding github.com/onsi/ginkgo v1.10.1 04:37:15 go: finding github.com/onsi/gomega v1.7.0 04:37:15 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:37:15 go: finding github.com/pebbe/zmq4 v1.0.0 04:37:15 go: finding github.com/pelletier/go-toml v1.2.0 04:37:15 go: finding github.com/pkg/errors v0.8.1 04:37:15 go: finding github.com/pmezard/go-difflib v1.0.0 04:37:15 go: finding github.com/posener/complete v1.1.1 04:37:15 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:37:15 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:37:15 go: finding github.com/stretchr/objx v0.2.0 04:37:15 go: finding github.com/stretchr/testify v1.6.1 04:37:15 go: finding github.com/tidwall/pretty v1.0.1 04:37:15 go: finding github.com/ugorji/go v1.1.4 04:37:15 go: finding github.com/x448/float16 v0.8.4 04:37:15 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 04:37:16 go: finding github.com/xdg/stringprep v1.0.0 04:37:16 go: finding go.mongodb.org/mongo-driver v1.1.1 04:37:16 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 04:37:16 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:37:16 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:37:16 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 04:37:16 go: finding golang.org/x/text v0.3.2 04:37:16 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 04:37:16 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 04:37:16 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:37:16 go: finding gopkg.in/fsnotify.v1 v1.4.7 04:37:16 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:37:16 go: finding gopkg.in/yaml.v2 v2.2.8 04:37:16 go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 04:37:38 Removing intermediate container 9e14ace65b36 04:37:38 ---> 909af4c8277f 04:37:38 Successfully built 909af4c8277f 04:37:38 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:37:39 + docker inspect -f . ci-base-image-arm64 04:37:39 . [Pipeline] withDockerContainer 04:37:39 prd-ubuntu18.04-docker-arm64-4c-16g-1915 does not seem to be running inside a container 04:37:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/1 -v /w/workspace/app-functions-sdk-go/1:/w/workspace/app-functions-sdk-go/1:rw,z -v /w/workspace/app-functions-sdk-go/1@tmp:/w/workspace/app-functions-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:37:41 $ docker top b011348d6b17f4363e699735b314fc9a3645400fa6200b342db78c6f7f04b239 -eo pid,comm [Pipeline] { [Pipeline] sh 04:37:43 + go version 04:37:43 go version go1.13.13 linux/arm64 [Pipeline] sh 04:37:44 + make test 04:37:44 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 04:37:46 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 04:38:04 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.111s coverage: 86.2% of statements 04:38:51 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.121s coverage: 56.1% of statements 04:38:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 04:38:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 04:38:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.118s coverage: 53.5% of statements 04:38:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 04:38:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.401s coverage: 69.1% of statements 04:38:55 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.522s coverage: 73.2% of statements 04:38:55 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.021s coverage: 89.5% of statements 04:38:55 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.018s coverage: 100.0% of statements 04:38:55 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.137s coverage: 100.0% of statements 04:38:55 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.034s coverage: 100.0% of statements 04:38:55 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.020s coverage: 100.0% of statements 04:38:55 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 04:38:55 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 04:38:55 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 04:38:55 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 04:38:55 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 04:38:55 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 04:38:55 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 04:38:55 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.015s coverage: 96.6% of statements 04:38:55 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 04:38:55 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.038s coverage: 97.7% of statements 04:38:55 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 04:38:55 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 04:38:55 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.028s coverage: 9.4% of statements 04:39:02 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 7.184s coverage: 75.0% of statements 04:39:02 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.041s coverage: 89.3% of statements 04:39:02 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.031s coverage: 88.9% of statements 04:39:02 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.212s coverage: 81.3% of statements 04:39:29 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.698s coverage: 72.8% of statements 04:39:29 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.025s coverage: 94.4% of statements 04:39:29 CGO_ENABLED=1 GO111MODULE=on go vet ./... 04:39:37 gofmt -l . 04:39:37 [ "`gofmt -l .`" = "" ] 04:39:38 ./bin/test-go-mod-tidy.sh [Pipeline] stash 04:39:38 Warning: overwriting stash ‘coverage-report’ 04:39:39 Stashed 1 file(s) [Pipeline] } 04:39:39 $ docker stop --time=1 b011348d6b17f4363e699735b314fc9a3645400fa6200b342db78c6f7f04b239 04:39:41 $ docker rm -f b011348d6b17f4363e699735b314fc9a3645400fa6200b342db78c6f7f04b239 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 04:39:45 provisioning config files... 04:39:45 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_PR-474@tmp/config1123930829357992849tmp [Pipeline] { [Pipeline] sh 04:39:45 + curl -s https://codecov.io/bash 04:39:45 + bash -s - -t @/w/workspace/ndry_app-functions-sdk-go_PR-474@tmp/config1123930829357992849tmp [Pipeline] } 04:39:46 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" 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 04:39:49 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:39:49 ---> package-listing.sh 04:39:49 ++ facter osfamily 04:39:49 ++ tr '[:upper:]' '[:lower:]' 04:39:49 + OS_FAMILY=redhat 04:39:49 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-474 04:39:49 + START_PACKAGES=/tmp/packages_start.txt 04:39:49 + END_PACKAGES=/tmp/packages_end.txt 04:39:49 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:39:49 + PACKAGES=/tmp/packages_start.txt 04:39:49 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-474 ']' 04:39:49 + PACKAGES=/tmp/packages_end.txt 04:39:49 + case "${OS_FAMILY}" in 04:39:49 + rpm -qa 04:39:49 + sort 04:39:54 + '[' -f /tmp/packages_start.txt ']' 04:39:54 + '[' -f /tmp/packages_end.txt ']' 04:39:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:39:54 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-474 ']' 04:39:54 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-474/archives/ 04:39:54 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-474/archives/ [Pipeline] isUnix [Pipeline] sh 04:39:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:39:54 04:39:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:39:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:39:55 alpine: Pulling from edgex-lftools-log-publisher 04:39:55 df20fa9351a1: Pulling fs layer 04:39:55 36b3adc4ff6f: Pulling fs layer 04:39:55 8ad3a11d3b57: Pulling fs layer 04:39:55 46f8f816bc3b: Pulling fs layer 04:39:55 0dadc02b9964: Pulling fs layer 04:39:55 ce6a7cf60c04: Pulling fs layer 04:39:55 7a184a31f384: Pulling fs layer 04:39:55 0879bd2ef858: Pulling fs layer 04:39:55 ce6a7cf60c04: Waiting 04:39:55 46f8f816bc3b: Waiting 04:39:55 7a184a31f384: Waiting 04:39:55 0879bd2ef858: Waiting 04:39:55 0dadc02b9964: Waiting 04:39:55 36b3adc4ff6f: Verifying Checksum 04:39:55 36b3adc4ff6f: Download complete 04:39:55 46f8f816bc3b: Download complete 04:39:55 df20fa9351a1: Verifying Checksum 04:39:55 df20fa9351a1: Download complete 04:39:55 ce6a7cf60c04: Verifying Checksum 04:39:55 ce6a7cf60c04: Download complete 04:39:55 7a184a31f384: Download complete 04:39:55 0dadc02b9964: Verifying Checksum 04:39:55 0dadc02b9964: Download complete 04:39:55 8ad3a11d3b57: Verifying Checksum 04:39:55 8ad3a11d3b57: Download complete 04:39:55 df20fa9351a1: Pull complete 04:39:55 0879bd2ef858: Verifying Checksum 04:39:55 0879bd2ef858: Download complete 04:39:56 36b3adc4ff6f: Pull complete 04:39:56 8ad3a11d3b57: Pull complete 04:39:56 46f8f816bc3b: Pull complete 04:39:57 0dadc02b9964: Pull complete 04:39:57 ce6a7cf60c04: Pull complete 04:39:57 7a184a31f384: Pull complete 04:40:00 0879bd2ef858: Pull complete 04:40:00 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 04:40:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:40:00 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:40:00 prd-centos7-docker-4c-2g-1912 does not seem to be running inside a container 04:40:00 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/ndry_app-functions-sdk-go_PR-474 -v /w/workspace/ndry_app-functions-sdk-go_PR-474:/w/workspace/ndry_app-functions-sdk-go_PR-474:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-474@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-474@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 04:40:04 $ docker top f498ab9c576bfb0e8c484781bd8d62cb8ccf42c72735c33eeae08a1a067451bd -eo pid,comm [Pipeline] { [Pipeline] sh 04:40:04 + mkdir -p /var/log/sa [Pipeline] sh 04:40:05 + ls /var/log/sa-host 04:40:05 + sadf -c /var/log/sa-host/sa05 04:40:05 file_magic: OK 04:40:05 HZ: Using current value: 100 04:40:05 file_header: OK 04:40:05 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 04:40:05 Statistics: 04:40:05 Hnuu...uuuununununu...Hnuu...uuuununununu... 04:40:05 File successfully converted to sysstat format version 12.2.1 04:40:05 + sadf -c /var/log/sa-host/sa09 04:40:05 file_magic: OK 04:40:05 HZ: Using current value: 100 04:40:05 file_header: OK 04:40:05 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 04:40:05 Statistics: 04:40:05 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... 04:40:05 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:40:05 provisioning config files... 04:40:05 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-474@tmp/config2357643107008027469tmp [Pipeline] { [Pipeline] echo 04:40:05 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:40:05 ---> create-netrc.sh [Pipeline] echo 04:40:05 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:40:06 ---> logs-deploy.sh 04:40:06 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-474/1 04:40:06 INFO: archiving workspace using pattern(s): 04:40:07 Archives upload complete. 04:40:07 INFO: archiving logs to Nexus 04:40:08 ---> uname -a: 04:40:08 Linux f498ab9c576b 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 04:40:08 04:40:08 04:40:08 ---> lscpu: 04:40:08 Architecture: x86_64 04:40:08 CPU op-mode(s): 32-bit, 64-bit 04:40:08 Byte Order: Little Endian 04:40:08 Address sizes: 40 bits physical, 48 bits virtual 04:40:08 CPU(s): 4 04:40:08 On-line CPU(s) list: 0-3 04:40:08 Thread(s) per core: 1 04:40:08 Core(s) per socket: 1 04:40:08 Socket(s): 4 04:40:08 NUMA node(s): 1 04:40:08 Vendor ID: GenuineIntel 04:40:08 CPU family: 6 04:40:08 Model: 44 04:40:08 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 04:40:08 Stepping: 1 04:40:08 CPU MHz: 2933.438 04:40:08 BogoMIPS: 5866.87 04:40:08 Virtualization: VT-x 04:40:08 Hypervisor vendor: KVM 04:40:08 Virtualization type: full 04:40:08 L1d cache: 128 KiB 04:40:08 L1i cache: 128 KiB 04:40:08 L2 cache: 16 MiB 04:40:08 L3 cache: 64 MiB 04:40:08 NUMA node0 CPU(s): 0-3 04:40:08 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 04:40:08 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 04:40:08 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 04:40:08 Vulnerability Meltdown: Mitigation; PTI 04:40:08 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:40:08 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 04:40:08 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 04:40:08 Vulnerability Tsx async abort: Not affected 04:40:08 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 04:40:08 04:40:08 04:40:08 ---> nproc: 04:40:08 4 04:40:08 04:40:08 04:40:08 ---> df -h: 04:40:08 Filesystem Size Used Available Use% Mounted on 04:40:08 overlay 50.0G 6.6G 43.4G 13% / 04:40:08 tmpfs 64.0M 0 64.0M 0% /dev 04:40:08 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 04:40:08 shm 64.0M 0 64.0M 0% /dev/shm 04:40:08 /dev/vda1 50.0G 6.6G 43.4G 13% /etc/resolv.conf 04:40:08 /dev/vda1 50.0G 6.6G 43.4G 13% /etc/hostname 04:40:08 /dev/vda1 50.0G 6.6G 43.4G 13% /etc/hosts 04:40:08 /dev/vda1 50.0G 6.6G 43.4G 13% /var/log/sa-host 04:40:08 /dev/vda1 50.0G 6.6G 43.4G 13% /w/workspace/ndry_app-functions-sdk-go_PR-474 04:40:08 /dev/vda1 50.0G 6.6G 43.4G 13% /w/workspace/ndry_app-functions-sdk-go_PR-474@tmp 04:40:08 04:40:08 04:40:08 ---> free -m: 04:40:08 total used free shared buff/cache available 04:40:08 Mem: 1837 780 131 0 926 964 04:40:08 Swap: 1023 1 1022 04:40:08 04:40:08 04:40:08 ---> ip addr: 04:40:08 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 04:40:08 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 04:40:08 inet 127.0.0.1/8 scope host lo 04:40:08 valid_lft forever preferred_lft forever 04:40:08 6: eth0@if7: mtu 1458 qdisc noqueue state UP 04:40:08 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 04:40:08 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 04:40:08 valid_lft forever preferred_lft forever 04:40:08 04:40:08 04:40:08 ---> sar -b -r -n DEV: 04:40:08 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/09/20 _x86_64_ (4 CPU) 04:40:08 04:40:08 03:36:52 LINUX RESTART (4 CPU) 04:40:08 04:40:08 03:38:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 04:40:08 03:39:01 0.64 0.00 0.64 0.00 0.00 12.65 0.00 04:40:08 03:40:01 0.23 0.03 0.20 0.00 2.13 2.05 0.00 04:40:08 03:41:01 0.32 0.00 0.32 0.00 0.00 3.40 0.00 04:40:08 03:42:01 0.25 0.00 0.25 0.00 0.00 2.60 0.00 04:40:08 03:43:01 0.33 0.00 0.33 0.00 0.00 4.95 0.00 04:40:08 03:44:01 0.25 0.00 0.25 0.00 0.00 2.75 0.00 04:40:08 03:45:01 0.20 0.00 0.20 0.00 0.00 2.06 0.00 04:40:08 03:46:01 0.30 0.00 0.30 0.00 0.00 3.68 0.00 04:40:08 03:47:02 0.25 0.00 0.25 0.00 0.00 2.75 0.00 04:40:08 03:48:01 0.27 0.00 0.27 0.00 0.00 3.57 0.00 04:40:08 03:49:01 0.25 0.00 0.25 0.00 0.00 2.73 0.00 04:40:08 03:50:01 0.17 0.00 0.17 0.00 0.00 1.38 0.00 04:40:08 03:51:01 0.28 0.00 0.28 0.00 0.00 3.25 0.00 04:40:08 03:52:01 0.42 0.17 0.25 0.00 5.33 3.26 0.00 04:40:08 03:53:01 0.78 0.00 0.78 0.00 0.00 15.86 0.00 04:40:08 03:54:01 0.25 0.00 0.25 0.00 0.00 3.01 0.00 04:40:08 03:55:01 0.30 0.00 0.30 0.00 0.00 3.51 0.00 04:40:08 03:56:01 0.20 0.00 0.20 0.00 0.00 2.70 0.00 04:40:08 03:57:01 0.18 0.00 0.18 0.00 0.00 2.16 0.00 04:40:08 03:58:01 0.27 0.00 0.27 0.00 0.00 3.50 0.00 04:40:08 03:59:01 0.22 0.00 0.22 0.00 0.00 2.43 0.00 04:40:08 04:00:01 0.30 0.00 0.30 0.00 0.00 3.81 0.00 04:40:08 04:01:01 0.27 0.02 0.25 0.00 0.13 2.30 0.00 04:40:08 04:02:01 0.45 0.12 0.33 0.00 2.13 5.83 0.00 04:40:08 04:03:01 0.23 0.00 0.23 0.00 0.00 3.10 0.00 04:40:08 04:04:01 0.23 0.00 0.23 0.00 0.00 3.35 0.00 04:40:08 04:05:01 0.22 0.00 0.22 0.00 0.00 2.95 0.00 04:40:08 04:06:01 0.20 0.00 0.20 0.00 0.00 1.92 0.00 04:40:08 04:07:01 0.18 0.00 0.18 0.00 0.00 1.87 0.00 04:40:08 04:08:01 0.15 0.00 0.15 0.00 0.00 1.60 0.00 04:40:08 04:09:01 0.23 0.00 0.23 0.00 0.00 3.33 0.00 04:40:08 04:10:01 0.22 0.00 0.22 0.00 0.00 2.42 0.00 04:40:08 04:11:02 0.17 0.00 0.17 0.00 0.00 1.50 0.00 04:40:08 04:12:01 0.20 0.00 0.20 0.00 0.00 1.64 0.00 04:40:08 04:13:01 0.18 0.00 0.18 0.00 0.00 2.05 0.00 04:40:08 04:14:01 0.27 0.00 0.27 0.00 0.00 3.46 0.00 04:40:08 04:15:01 0.18 0.00 0.18 0.00 0.00 2.15 0.00 04:40:08 04:16:01 0.17 0.00 0.17 0.00 0.00 1.50 0.00 04:40:08 04:17:01 0.20 0.00 0.20 0.00 0.00 1.52 0.00 04:40:08 04:18:01 0.15 0.00 0.15 0.00 0.00 1.90 0.00 04:40:08 04:19:01 0.25 0.00 0.25 0.00 0.00 3.08 0.00 04:40:08 04:20:01 0.25 0.00 0.25 0.00 0.00 2.50 0.00 04:40:08 04:21:01 0.17 0.00 0.17 0.00 0.00 1.23 0.00 04:40:08 04:22:01 0.17 0.00 0.17 0.00 0.00 1.50 0.00 04:40:08 04:23:01 287.71 265.31 22.41 0.00 3682.24 1000.73 0.00 04:40:08 04:24:01 0.43 0.00 0.43 0.00 0.00 6.21 0.00 04:40:08 04:25:01 0.28 0.00 0.28 0.00 0.00 3.36 0.00 04:40:08 04:26:01 0.27 0.00 0.27 0.00 0.00 2.46 0.00 04:40:08 04:27:01 0.23 0.00 0.23 0.00 0.00 2.08 0.00 04:40:08 04:28:01 0.22 0.00 0.22 0.00 0.00 2.68 0.00 04:40:08 04:29:01 0.17 0.00 0.17 0.00 0.00 1.73 0.00 04:40:08 04:30:01 0.25 0.00 0.25 0.00 0.00 2.70 0.00 04:40:08 04:31:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 04:40:08 04:32:01 0.17 0.00 0.17 0.00 0.00 1.60 0.00 04:40:08 04:33:01 0.17 0.00 0.17 0.00 0.00 1.73 0.00 04:40:08 04:34:01 55.08 20.06 35.01 0.00 5225.71 4273.51 0.00 04:40:08 04:35:01 1.62 0.00 1.62 0.00 0.00 30.71 0.00 04:40:08 04:36:01 0.15 0.00 0.15 0.00 0.00 2.13 0.00 04:40:08 04:37:02 0.15 0.00 0.15 0.00 0.00 1.60 0.00 04:40:08 04:38:01 0.24 0.00 0.24 0.00 0.00 3.54 0.00 04:40:08 04:39:01 0.28 0.00 0.28 0.00 0.00 4.01 0.00 04:40:08 04:40:01 71.70 51.25 20.45 0.00 5476.85 4232.96 0.00 04:40:08 Average: 6.96 5.45 1.52 0.00 232.92 157.26 0.00 04:40:08 04:40:08 03:38:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:40:08 03:39:01 112872 0 438300 23.29 2620 1327764 998492 34.08 280008 1333664 16 04:40:08 03:40:01 114472 0 436628 23.21 2620 1327836 988092 33.72 278668 1333432 8 04:40:08 03:41:01 113388 0 437708 23.26 2620 1327840 988092 33.72 280336 1333432 8 04:40:08 03:42:01 113412 0 437680 23.26 2620 1327844 996288 34.00 280348 1333376 8 04:40:08 03:43:01 109852 0 441236 23.45 2620 1327848 996360 34.00 283236 1334096 8 04:40:08 03:44:01 110048 0 441036 23.44 2620 1327852 996288 34.00 282920 1334096 8 04:40:08 03:45:01 109884 0 441196 23.45 2620 1327856 996336 34.00 281788 1335480 8 04:40:08 03:46:01 110080 0 440996 23.44 2620 1327860 996288 34.00 281668 1335480 8 04:40:08 03:47:02 110476 0 440592 23.42 2620 1327868 996288 34.00 281432 1335476 8 04:40:08 03:48:01 107240 0 443824 23.59 2620 1327872 996372 34.00 284296 1335836 8 04:40:08 03:49:01 107476 0 443584 23.58 2620 1327876 996288 34.00 283972 1335836 8 04:40:08 03:50:01 107540 0 443516 23.57 2620 1327880 996288 34.00 283880 1335836 8 04:40:08 03:51:01 107420 0 443632 23.58 2620 1327884 996336 34.00 284120 1335836 8 04:40:08 03:52:01 107560 0 443488 23.57 2620 1327888 996288 34.00 284004 1335832 16 04:40:08 03:53:01 107356 0 443688 23.58 2620 1327892 996360 34.00 284268 1335944 8 04:40:08 03:54:01 107668 0 443364 23.56 2620 1327904 996288 34.00 283784 1335944 8 04:40:08 03:55:01 107520 0 443512 23.57 2620 1327904 996288 34.00 283784 1335944 8 04:40:08 03:56:01 107324 0 443700 23.58 2620 1327912 996336 34.00 283876 1335992 16 04:40:08 03:57:01 107552 0 443468 23.57 2620 1327916 996288 34.00 283748 1335992 8 04:40:08 03:58:01 107324 0 443692 23.58 2620 1327920 996384 34.00 284140 1335992 8 04:40:08 03:59:01 107684 0 443272 23.56 2620 1327980 996288 34.00 283752 1336008 24 04:40:08 04:00:01 107692 0 443312 23.56 2620 1327932 996288 34.00 283788 1335996 8 04:40:08 04:01:01 106052 0 444952 23.65 2620 1327932 999092 34.10 284564 1335992 12 04:40:08 04:02:01 107368 0 443492 23.57 2620 1328076 996796 34.02 283972 1336068 16 04:40:08 04:03:01 106612 0 444244 23.61 2620 1328080 996880 34.02 284500 1336072 8 04:40:08 04:04:01 106944 0 443904 23.59 2620 1328088 996856 34.02 284384 1336072 8 04:40:08 04:05:01 105936 0 444912 23.65 2620 1328088 996964 34.02 284912 1336072 8 04:40:08 04:06:01 106876 0 443964 23.60 2620 1328096 996796 34.02 284120 1336076 8 04:40:08 04:07:01 107052 0 443784 23.59 2620 1328100 996796 34.02 284100 1336072 8 04:40:08 04:08:01 106576 0 444260 23.61 2620 1328100 996868 34.02 284468 1336080 8 04:40:08 04:09:01 106988 0 443840 23.59 2620 1328108 996844 34.02 284224 1336080 8 04:40:08 04:10:01 107076 0 443748 23.58 2620 1328112 996796 34.02 284088 1336080 8 04:40:08 04:11:02 107432 0 443384 23.56 2620 1328120 996796 34.02 283968 1336084 8 04:40:08 04:12:01 107176 0 443636 23.58 2620 1328124 996796 34.02 283996 1336080 8 04:40:08 04:13:01 106848 0 443956 23.60 2620 1328132 996868 34.02 284496 1336080 8 04:40:08 04:14:01 106980 0 443824 23.59 2620 1328132 996844 34.02 284388 1336080 8 04:40:08 04:15:01 107168 0 443632 23.58 2620 1328136 996796 34.02 284008 1336080 8 04:40:08 04:16:01 107448 0 443344 23.56 2620 1328144 996796 34.02 284140 1336080 8 04:40:08 04:17:01 107060 0 443732 23.58 2620 1328144 996796 34.02 284016 1336080 8 04:40:08 04:18:01 106296 0 444488 23.62 2620 1328152 996880 34.02 284584 1336080 8 04:40:08 04:19:01 107136 0 443644 23.58 2620 1328156 996796 34.02 284092 1336128 8 04:40:08 04:20:01 107068 0 443704 23.58 2620 1328164 996796 34.02 283976 1336128 8 04:40:08 04:21:01 107044 0 443728 23.58 2620 1328164 996796 34.02 284116 1336128 8 04:40:08 04:22:01 106132 0 444636 23.63 2620 1328168 996916 34.02 284676 1336200 20 04:40:08 04:23:01 74492 0 546304 29.03 2620 1258140 996924 34.02 323928 1228984 8 04:40:08 04:24:01 75428 0 545368 28.98 2620 1258140 996876 34.02 323740 1228984 8 04:40:08 04:25:01 75356 0 545432 28.99 2620 1258148 996828 34.02 323456 1228984 8 04:40:08 04:26:01 75080 0 545704 29.00 2620 1258152 996828 34.02 323460 1228984 8 04:40:08 04:27:01 75260 0 545520 28.99 2620 1258156 996828 34.02 323504 1228984 8 04:40:08 04:28:01 74996 0 545780 29.01 2620 1258160 996924 34.02 324008 1228984 8 04:40:08 04:29:01 75308 0 545460 28.99 2620 1258168 996828 34.02 325684 1226940 8 04:40:08 04:30:01 74980 0 545788 29.01 2620 1258168 996828 34.02 334396 1218132 8 04:40:08 04:31:01 75228 0 545536 28.99 2620 1258172 996828 34.02 334396 1218132 8 04:40:08 04:32:01 74932 0 545824 29.01 2620 1258180 996864 34.02 334600 1218132 8 04:40:08 04:33:01 75116 0 545640 29.00 2620 1258180 996900 34.02 334760 1218132 8 04:40:08 04:34:01 207192 0 698860 37.14 2620 972884 1093396 37.32 447856 970160 120 04:40:08 04:35:01 200364 0 705608 37.50 2620 972964 1074136 36.66 456736 969044 20 04:40:08 04:36:01 199700 0 706264 37.54 2620 972972 1069252 36.49 457380 968972 20 04:40:08 04:37:02 200768 0 705196 37.48 2620 972972 1069072 36.49 456376 968968 12 04:40:08 04:38:01 200544 0 705412 37.49 2620 972980 1069144 36.49 456964 968968 8 04:40:08 04:39:01 200648 0 705304 37.49 2620 972984 1069072 36.49 456580 968968 8 04:40:08 04:40:01 103476 0 787916 41.88 2620 987544 1266348 43.22 512464 963192 45748 04:40:08 Average: 111161 0 492019 26.15 2620 1275757 1008275 34.41 311708 1274533 749 04:40:08 04:40:08 03:38:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 04:40:08 03:39:01 eth0 0.49 0.29 0.27 0.23 0.00 0.00 0.00 0.00 04:40:08 03:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 03:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 03:40:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:40:08 03:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 03:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 03:41:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:40:08 03:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 03:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 03:42:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:40:08 03:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 03:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 03:43:01 eth0 0.22 0.15 0.08 0.07 0.00 0.00 0.00 0.00 04:40:08 03:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 03:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 03:44:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:40:08 03:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 03:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 03:45:01 eth0 0.20 0.17 0.09 0.01 0.00 0.00 0.00 0.00 04:40:08 03:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 03:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 03:46:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 03:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 03:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 03:47:02 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:40:08 03:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 03:47:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 03:48:01 eth0 0.22 0.20 0.08 0.07 0.00 0.00 0.00 0.00 04:40:08 03:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 03:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 03:49:01 eth0 0.07 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:40:08 03:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 03:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 03:50:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:40:08 03:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 03:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 03:51:01 eth0 0.22 0.20 0.07 0.01 0.00 0.00 0.00 0.00 04:40:08 03:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 03:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 03:52:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:40:08 03:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 03:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 03:53:01 eth0 0.20 0.18 0.08 0.07 0.00 0.00 0.00 0.00 04:40:08 03:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 03:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 03:54:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:40:08 03:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 03:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 03:55:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:40:08 03:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 03:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 03:56:01 eth0 0.15 0.12 0.06 0.01 0.00 0.00 0.00 0.00 04:40:08 03:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 03:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 03:57:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:40:08 03:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 03:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 03:58:01 eth0 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 04:40:08 03:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 03:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 03:59:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 03:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 03:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:00:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:40:08 04:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:01:01 eth0 0.13 0.05 0.06 0.00 0.00 0.00 0.00 0.00 04:40:08 04:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:02:01 eth0 0.10 0.15 0.01 0.01 0.00 0.00 0.00 0.00 04:40:08 04:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:03:01 eth0 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 04:40:08 04:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:04:01 eth0 0.65 0.18 0.12 0.01 0.00 0.00 0.00 0.00 04:40:08 04:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:05:01 eth0 0.48 0.43 0.27 0.21 0.00 0.00 0.00 0.00 04:40:08 04:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:06:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:40:08 04:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:07:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:08:01 eth0 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 04:40:08 04:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:09:01 eth0 0.17 0.17 0.07 0.01 0.00 0.00 0.00 0.00 04:40:08 04:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:10:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 04:40:08 04:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:11:02 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:11:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:11:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:12:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:13:01 eth0 0.15 0.13 0.08 0.07 0.00 0.00 0.00 0.00 04:40:08 04:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:14:01 eth0 0.12 0.05 0.06 0.00 0.00 0.00 0.00 0.00 04:40:08 04:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:15:01 eth0 0.08 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:40:08 04:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:16:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:17:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:18:01 eth0 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 04:40:08 04:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:19:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:40:08 04:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:20:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:21:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:22:01 eth0 0.55 0.40 0.33 0.21 0.00 0.00 0.00 0.00 04:40:08 04:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:23:01 eth0 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 04:40:08 04:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:24:01 eth0 0.13 0.12 0.09 0.01 0.00 0.00 0.00 0.00 04:40:08 04:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:25:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:26:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:27:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:28:01 eth0 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 04:40:08 04:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:29:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:30:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:31:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:32:01 eth0 0.13 0.10 0.06 0.01 0.00 0.00 0.00 0.00 04:40:08 04:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:33:01 eth0 0.13 0.10 0.08 0.06 0.00 0.00 0.00 0.00 04:40:08 04:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:34:01 eth0 565.12 444.92 1297.52 400.71 0.00 0.00 0.00 0.00 04:40:08 04:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:34:01 docker0 120.88 88.78 9.85 302.87 0.00 0.00 0.00 0.00 04:40:08 04:35:01 eth0 0.42 0.05 0.06 0.00 0.00 0.00 0.00 0.00 04:40:08 04:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:36:01 eth0 2.32 1.92 0.41 2.64 0.00 0.00 0.00 0.00 04:40:08 04:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:37:02 eth0 0.03 0.02 0.00 0.03 0.00 0.00 0.00 0.00 04:40:08 04:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:37:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:38:01 eth0 0.24 0.14 0.14 0.07 0.00 0.00 0.00 0.00 04:40:08 04:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:39:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:40:01 eth0 90.90 66.93 738.35 10.42 0.00 0.00 0.00 0.00 04:40:08 04:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 04:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 Average: eth0 10.77 8.40 32.99 6.71 0.00 0.00 0.00 0.00 04:40:08 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:40:08 Average: docker0 1.95 1.43 0.16 4.89 0.00 0.00 0.00 0.00 04:40:08 04:40:08 04:40:08 ---> sar -P ALL: 04:40:08 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/09/20 _x86_64_ (4 CPU) 04:40:08 04:40:08 03:36:52 LINUX RESTART (4 CPU) 04:40:08 04:40:08 03:38:02 CPU %user %nice %system %iowait %steal %idle 04:40:08 03:39:01 all 0.14 0.00 0.05 0.00 0.00 99.81 04:40:08 03:39:01 0 0.03 0.00 0.03 0.00 0.00 99.93 04:40:08 03:39:01 1 0.05 0.00 0.08 0.00 0.00 99.86 04:40:08 03:39:01 2 0.03 0.00 0.03 0.00 0.00 99.93 04:40:08 03:39:01 3 0.46 0.00 0.05 0.00 0.00 99.49 04:40:08 03:40:01 all 0.14 0.00 0.04 0.00 0.00 99.82 04:40:08 03:40:01 0 0.03 0.00 0.03 0.00 0.00 99.93 04:40:08 03:40:01 1 0.07 0.00 0.05 0.00 0.00 99.88 04:40:08 03:40:01 2 0.02 0.00 0.03 0.02 0.00 99.93 04:40:08 03:40:01 3 0.45 0.00 0.03 0.00 0.00 99.52 04:40:08 03:41:01 all 0.14 0.00 0.02 0.00 0.00 99.83 04:40:08 03:41:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:40:08 03:41:01 1 0.03 0.00 0.07 0.00 0.00 99.90 04:40:08 03:41:01 2 0.02 0.00 0.02 0.00 0.00 99.97 04:40:08 03:41:01 3 0.50 0.00 0.00 0.00 0.00 99.50 04:40:08 03:42:01 all 0.15 0.00 0.04 0.00 0.00 99.81 04:40:08 03:42:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:40:08 03:42:01 1 0.07 0.00 0.10 0.00 0.00 99.83 04:40:08 03:42:01 2 0.00 0.00 0.02 0.00 0.00 99.98 04:40:08 03:42:01 3 0.52 0.00 0.02 0.00 0.00 99.47 04:40:08 03:43:01 all 0.15 0.00 0.04 0.00 0.00 99.80 04:40:08 03:43:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:40:08 03:43:01 1 0.07 0.00 0.07 0.00 0.02 99.85 04:40:08 03:43:01 2 0.02 0.00 0.02 0.00 0.00 99.97 04:40:08 03:43:01 3 0.52 0.00 0.05 0.00 0.00 99.43 04:40:08 03:44:01 all 0.15 0.00 0.02 0.00 0.00 99.83 04:40:08 03:44:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:40:08 03:44:01 1 0.02 0.00 0.02 0.00 0.00 99.97 04:40:08 03:44:01 2 0.03 0.00 0.02 0.00 0.00 99.95 04:40:08 03:44:01 3 0.53 0.00 0.05 0.00 0.00 99.42 04:40:08 03:45:01 all 0.11 0.00 0.06 0.00 0.00 99.83 04:40:08 03:45:01 0 0.00 0.00 0.02 0.00 0.00 99.98 04:40:08 03:45:01 1 0.07 0.00 0.07 0.00 0.00 99.87 04:40:08 03:45:01 2 0.02 0.00 0.05 0.00 0.00 99.93 04:40:08 03:45:01 3 0.35 0.00 0.12 0.00 0.00 99.53 04:40:08 03:46:01 all 0.04 0.00 0.04 0.00 0.00 99.92 04:40:08 03:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:40:08 03:46:01 1 0.00 0.00 0.02 0.00 0.00 99.98 04:40:08 03:46:01 2 0.07 0.00 0.08 0.00 0.00 99.85 04:40:08 03:46:01 3 0.08 0.00 0.05 0.00 0.00 99.87 04:40:08 03:47:02 all 0.02 0.00 0.04 0.00 0.00 99.94 04:40:08 03:47:02 0 0.00 0.00 0.02 0.00 0.00 99.98 04:40:08 03:47:02 1 0.05 0.00 0.07 0.00 0.00 99.88 04:40:08 03:47:02 2 0.00 0.00 0.02 0.00 0.00 99.98 04:40:08 03:47:02 3 0.03 0.00 0.05 0.00 0.00 99.92 04:40:08 03:48:01 all 0.16 0.00 0.04 0.00 0.00 99.80 04:40:08 03:48:01 0 0.03 0.00 0.03 0.00 0.00 99.93 04:40:08 03:48:01 1 0.07 0.00 0.03 0.00 0.00 99.90 04:40:08 03:48:01 2 0.05 0.00 0.05 0.00 0.00 99.90 04:40:08 03:48:01 3 0.47 0.00 0.05 0.00 0.02 99.46 04:40:08 03:49:01 all 0.15 0.00 0.03 0.00 0.00 99.82 04:40:08 03:49:01 0 0.00 0.00 0.02 0.00 0.00 99.98 04:40:08 03:49:01 1 0.05 0.00 0.05 0.00 0.00 99.90 04:40:08 03:49:01 2 0.02 0.00 0.02 0.00 0.02 99.95 04:40:08 03:49:01 3 0.52 0.00 0.03 0.00 0.00 99.45 04:40:08 04:40:08 03:49:01 CPU %user %nice %system %iowait %steal %idle 04:40:08 03:50:01 all 0.15 0.00 0.02 0.00 0.00 99.83 04:40:08 03:50:01 0 0.00 0.00 0.00 0.00 0.00 100.00 04:40:08 03:50:01 1 0.07 0.00 0.05 0.00 0.00 99.88 04:40:08 03:50:01 2 0.03 0.00 0.02 0.00 0.00 99.95 04:40:08 03:50:01 3 0.50 0.00 0.02 0.00 0.00 99.48 04:40:08 03:51:01 all 0.15 0.00 0.03 0.00 0.00 99.82 04:40:08 03:51:01 0 0.02 0.00 0.03 0.00 0.00 99.95 04:40:08 03:51:01 1 0.03 0.00 0.05 0.00 0.00 99.92 04:40:08 03:51:01 2 0.03 0.00 0.02 0.00 0.00 99.95 04:40:08 03:51:01 3 0.52 0.00 0.02 0.00 0.00 99.47 04:40:08 03:52:01 all 0.15 0.00 0.05 0.00 0.01 99.80 04:40:08 03:52:01 0 0.02 0.00 0.03 0.00 0.02 99.93 04:40:08 03:52:01 1 0.03 0.00 0.05 0.00 0.02 99.90 04:40:08 03:52:01 2 0.02 0.00 0.08 0.00 0.00 99.90 04:40:08 03:52:01 3 0.52 0.00 0.02 0.00 0.00 99.47 04:40:08 03:53:01 all 0.15 0.00 0.02 0.00 0.00 99.83 04:40:08 03:53:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:40:08 03:53:01 1 0.05 0.00 0.03 0.00 0.00 99.92 04:40:08 03:53:01 2 0.05 0.00 0.03 0.00 0.00 99.92 04:40:08 03:53:01 3 0.50 0.00 0.00 0.00 0.00 99.50 04:40:08 03:54:01 all 0.15 0.00 0.04 0.00 0.00 99.81 04:40:08 03:54:01 0 0.02 0.00 0.05 0.00 0.00 99.93 04:40:08 03:54:01 1 0.05 0.00 0.07 0.00 0.00 99.88 04:40:08 03:54:01 2 0.00 0.00 0.02 0.00 0.00 99.98 04:40:08 03:54:01 3 0.52 0.00 0.03 0.00 0.00 99.45 04:40:08 03:55:01 all 0.15 0.00 0.02 0.00 0.00 99.83 04:40:08 03:55:01 0 0.02 0.00 0.00 0.00 0.00 99.98 04:40:08 03:55:01 1 0.03 0.00 0.05 0.00 0.02 99.90 04:40:08 03:55:01 2 0.03 0.00 0.02 0.00 0.00 99.95 04:40:08 03:55:01 3 0.50 0.00 0.00 0.00 0.00 99.50 04:40:08 03:56:01 all 0.15 0.00 0.04 0.00 0.00 99.81 04:40:08 03:56:01 0 0.02 0.00 0.03 0.00 0.00 99.95 04:40:08 03:56:01 1 0.05 0.00 0.07 0.00 0.00 99.88 04:40:08 03:56:01 2 0.02 0.00 0.02 0.00 0.00 99.97 04:40:08 03:56:01 3 0.50 0.00 0.05 0.00 0.00 99.45 04:40:08 03:57:01 all 0.16 0.00 0.02 0.00 0.00 99.82 04:40:08 03:57:01 0 0.03 0.00 0.02 0.00 0.00 99.95 04:40:08 03:57:01 1 0.03 0.00 0.02 0.00 0.00 99.95 04:40:08 03:57:01 2 0.07 0.00 0.05 0.00 0.00 99.88 04:40:08 03:57:01 3 0.50 0.00 0.02 0.00 0.00 99.48 04:40:08 03:58:01 all 0.15 0.00 0.04 0.00 0.00 99.81 04:40:08 03:58:01 0 0.03 0.00 0.07 0.00 0.00 99.90 04:40:08 03:58:01 1 0.03 0.00 0.05 0.00 0.00 99.92 04:40:08 03:58:01 2 0.02 0.00 0.03 0.00 0.00 99.95 04:40:08 03:58:01 3 0.52 0.00 0.02 0.00 0.00 99.47 04:40:08 03:59:01 all 0.15 0.00 0.02 0.00 0.00 99.83 04:40:08 03:59:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:40:08 03:59:01 1 0.03 0.00 0.00 0.00 0.00 99.97 04:40:08 03:59:01 2 0.05 0.00 0.03 0.00 0.00 99.92 04:40:08 03:59:01 3 0.52 0.00 0.03 0.00 0.00 99.45 04:40:08 04:00:01 all 0.07 0.00 0.04 0.00 0.00 99.90 04:40:08 04:00:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:40:08 04:00:01 1 0.03 0.00 0.02 0.00 0.00 99.95 04:40:08 04:00:01 2 0.02 0.00 0.05 0.00 0.00 99.93 04:40:08 04:00:01 3 0.20 0.00 0.07 0.00 0.00 99.73 04:40:08 04:40:08 04:00:01 CPU %user %nice %system %iowait %steal %idle 04:40:08 04:01:01 all 0.04 0.00 0.05 0.00 0.00 99.91 04:40:08 04:01:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:40:08 04:01:01 1 0.02 0.00 0.03 0.00 0.00 99.95 04:40:08 04:01:01 2 0.10 0.00 0.10 0.00 0.00 99.80 04:40:08 04:01:01 3 0.03 0.00 0.03 0.00 0.00 99.93 04:40:08 04:02:01 all 0.03 0.00 0.04 0.00 0.00 99.93 04:40:08 04:02:01 0 0.02 0.00 0.05 0.02 0.00 99.92 04:40:08 04:02:01 1 0.03 0.00 0.03 0.00 0.00 99.93 04:40:08 04:02:01 2 0.03 0.00 0.05 0.00 0.00 99.92 04:40:08 04:02:01 3 0.02 0.00 0.03 0.00 0.00 99.95 04:40:08 04:03:01 all 0.08 0.00 0.03 0.00 0.00 99.89 04:40:08 04:03:01 0 0.03 0.00 0.02 0.00 0.00 99.95 04:40:08 04:03:01 1 0.05 0.00 0.02 0.00 0.00 99.93 04:40:08 04:03:01 2 0.23 0.00 0.05 0.00 0.00 99.72 04:40:08 04:03:01 3 0.02 0.00 0.02 0.00 0.00 99.97 04:40:08 04:04:01 all 0.14 0.00 0.04 0.00 0.00 99.82 04:40:08 04:04:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:40:08 04:04:01 1 0.02 0.00 0.07 0.00 0.00 99.92 04:40:08 04:04:01 2 0.50 0.00 0.05 0.00 0.00 99.45 04:40:08 04:04:01 3 0.03 0.00 0.03 0.00 0.00 99.93 04:40:08 04:05:01 all 0.18 0.00 0.02 0.00 0.00 99.79 04:40:08 04:05:01 0 0.00 0.00 0.02 0.00 0.00 99.98 04:40:08 04:05:01 1 0.07 0.00 0.03 0.00 0.00 99.90 04:40:08 04:05:01 2 0.52 0.00 0.02 0.00 0.02 99.45 04:40:08 04:05:01 3 0.13 0.00 0.03 0.00 0.00 99.83 04:40:08 04:06:01 all 0.16 0.00 0.03 0.00 0.00 99.81 04:40:08 04:06:01 0 0.03 0.00 0.02 0.00 0.00 99.95 04:40:08 04:06:01 1 0.07 0.00 0.07 0.00 0.00 99.87 04:40:08 04:06:01 2 0.53 0.00 0.02 0.00 0.00 99.45 04:40:08 04:06:01 3 0.02 0.00 0.02 0.00 0.00 99.97 04:40:08 04:07:01 all 0.14 0.00 0.02 0.00 0.00 99.84 04:40:08 04:07:01 0 0.00 0.00 0.00 0.00 0.00 100.00 04:40:08 04:07:01 1 0.05 0.00 0.07 0.00 0.00 99.88 04:40:08 04:07:01 2 0.50 0.00 0.02 0.00 0.00 99.48 04:40:08 04:07:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:40:08 04:08:01 all 0.16 0.00 0.03 0.00 0.00 99.81 04:40:08 04:08:01 0 0.03 0.00 0.03 0.00 0.00 99.93 04:40:08 04:08:01 1 0.05 0.00 0.07 0.00 0.00 99.88 04:40:08 04:08:01 2 0.52 0.00 0.00 0.00 0.00 99.48 04:40:08 04:08:01 3 0.03 0.00 0.03 0.00 0.00 99.93 04:40:08 04:09:01 all 0.15 0.00 0.04 0.00 0.00 99.81 04:40:08 04:09:01 0 0.02 0.00 0.03 0.00 0.00 99.95 04:40:08 04:09:01 1 0.03 0.00 0.05 0.00 0.00 99.92 04:40:08 04:09:01 2 0.53 0.00 0.05 0.00 0.00 99.42 04:40:08 04:09:01 3 0.02 0.00 0.03 0.00 0.00 99.95 04:40:08 04:10:01 all 0.15 0.00 0.02 0.00 0.00 99.83 04:40:08 04:10:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:40:08 04:10:01 1 0.03 0.00 0.03 0.00 0.02 99.92 04:40:08 04:10:01 2 0.50 0.00 0.02 0.00 0.00 99.48 04:40:08 04:10:01 3 0.03 0.00 0.03 0.00 0.00 99.93 04:40:08 04:11:02 all 0.14 0.00 0.02 0.00 0.00 99.83 04:40:08 04:11:02 0 0.02 0.00 0.03 0.00 0.00 99.95 04:40:08 04:11:02 1 0.03 0.00 0.02 0.00 0.00 99.95 04:40:08 04:11:02 2 0.52 0.00 0.02 0.00 0.00 99.47 04:40:08 04:11:02 3 0.00 0.00 0.03 0.00 0.00 99.97 04:40:08 04:40:08 04:11:02 CPU %user %nice %system %iowait %steal %idle 04:40:08 04:12:01 all 0.16 0.00 0.03 0.00 0.00 99.82 04:40:08 04:12:01 0 0.03 0.00 0.03 0.00 0.00 99.93 04:40:08 04:12:01 1 0.07 0.00 0.02 0.00 0.00 99.92 04:40:08 04:12:01 2 0.51 0.00 0.02 0.00 0.00 99.48 04:40:08 04:12:01 3 0.02 0.00 0.03 0.00 0.00 99.95 04:40:08 04:13:01 all 0.14 0.00 0.03 0.00 0.00 99.82 04:40:08 04:13:01 0 0.00 0.00 0.02 0.00 0.00 99.98 04:40:08 04:13:01 1 0.03 0.00 0.08 0.02 0.00 99.87 04:40:08 04:13:01 2 0.52 0.00 0.02 0.00 0.00 99.47 04:40:08 04:13:01 3 0.02 0.00 0.02 0.00 0.00 99.97 04:40:08 04:14:01 all 0.16 0.00 0.03 0.00 0.01 99.80 04:40:08 04:14:01 0 0.05 0.00 0.05 0.00 0.02 99.88 04:40:08 04:14:01 1 0.03 0.00 0.00 0.00 0.00 99.97 04:40:08 04:14:01 2 0.52 0.00 0.03 0.00 0.00 99.45 04:40:08 04:14:01 3 0.03 0.00 0.03 0.00 0.02 99.92 04:40:08 04:15:01 all 0.14 0.00 0.02 0.00 0.00 99.84 04:40:08 04:15:01 0 0.03 0.00 0.03 0.00 0.00 99.93 04:40:08 04:15:01 1 0.02 0.00 0.03 0.00 0.00 99.95 04:40:08 04:15:01 2 0.50 0.00 0.02 0.00 0.00 99.48 04:40:08 04:15:01 3 0.00 0.00 0.02 0.00 0.00 99.98 04:40:08 04:16:01 all 0.15 0.00 0.02 0.00 0.00 99.83 04:40:08 04:16:01 0 0.03 0.00 0.02 0.00 0.00 99.95 04:40:08 04:16:01 1 0.03 0.00 0.02 0.00 0.00 99.95 04:40:08 04:16:01 2 0.52 0.00 0.05 0.00 0.00 99.43 04:40:08 04:16:01 3 0.02 0.00 0.02 0.00 0.00 99.97 04:40:08 04:17:01 all 0.09 0.00 0.03 0.00 0.00 99.87 04:40:08 04:17:01 0 0.02 0.00 0.03 0.00 0.00 99.95 04:40:08 04:17:01 1 0.03 0.00 0.00 0.00 0.00 99.97 04:40:08 04:17:01 2 0.28 0.00 0.08 0.00 0.00 99.63 04:40:08 04:17:01 3 0.03 0.00 0.02 0.00 0.00 99.95 04:40:08 04:18:01 all 0.03 0.00 0.04 0.00 0.00 99.93 04:40:08 04:18:01 0 0.02 0.00 0.03 0.00 0.00 99.95 04:40:08 04:18:01 1 0.02 0.00 0.03 0.00 0.00 99.95 04:40:08 04:18:01 2 0.03 0.00 0.07 0.00 0.00 99.90 04:40:08 04:18:01 3 0.03 0.00 0.03 0.00 0.00 99.93 04:40:08 04:19:01 all 0.02 0.00 0.03 0.00 0.00 99.95 04:40:08 04:19:01 0 0.00 0.00 0.02 0.00 0.00 99.98 04:40:08 04:19:01 1 0.02 0.00 0.02 0.00 0.00 99.97 04:40:08 04:19:01 2 0.03 0.00 0.05 0.00 0.00 99.92 04:40:08 04:19:01 3 0.03 0.00 0.03 0.00 0.00 99.93 04:40:08 04:20:01 all 0.10 0.00 0.03 0.00 0.00 99.87 04:40:08 04:20:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:40:08 04:20:01 1 0.35 0.00 0.05 0.00 0.00 99.60 04:40:08 04:20:01 2 0.02 0.00 0.00 0.00 0.00 99.98 04:40:08 04:20:01 3 0.03 0.00 0.03 0.00 0.00 99.93 04:40:08 04:21:01 all 0.14 0.00 0.02 0.00 0.00 99.84 04:40:08 04:21:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:40:08 04:21:01 1 0.50 0.00 0.02 0.00 0.00 99.48 04:40:08 04:21:01 2 0.02 0.00 0.02 0.00 0.00 99.97 04:40:08 04:21:01 3 0.02 0.00 0.03 0.00 0.00 99.95 04:40:08 04:22:01 all 0.16 0.00 0.03 0.00 0.00 99.81 04:40:08 04:22:01 0 0.02 0.00 0.03 0.00 0.00 99.95 04:40:08 04:22:01 1 0.52 0.00 0.02 0.00 0.00 99.47 04:40:08 04:22:01 2 0.05 0.00 0.03 0.00 0.00 99.92 04:40:08 04:22:01 3 0.05 0.00 0.05 0.00 0.00 99.90 04:40:08 04:40:08 04:22:01 CPU %user %nice %system %iowait %steal %idle 04:40:08 04:23:01 all 0.17 2.57 10.95 6.07 0.05 80.19 04:40:08 04:23:01 0 0.05 2.74 10.59 5.00 0.05 81.56 04:40:08 04:23:01 1 0.23 2.63 12.20 7.28 0.07 77.59 04:40:08 04:23:01 2 0.05 2.30 10.45 5.06 0.05 82.09 04:40:08 04:23:01 3 0.34 2.59 10.54 6.95 0.05 79.53 04:40:08 04:24:01 all 0.16 0.00 0.03 0.00 0.00 99.81 04:40:08 04:24:01 0 0.03 0.00 0.00 0.00 0.00 99.97 04:40:08 04:24:01 1 0.03 0.00 0.03 0.00 0.00 99.93 04:40:08 04:24:01 2 0.05 0.00 0.07 0.00 0.00 99.88 04:40:08 04:24:01 3 0.52 0.00 0.02 0.00 0.00 99.47 04:40:08 04:25:01 all 0.15 0.00 0.03 0.00 0.00 99.82 04:40:08 04:25:01 0 0.00 0.00 0.02 0.00 0.00 99.98 04:40:08 04:25:01 1 0.10 0.00 0.03 0.00 0.00 99.87 04:40:08 04:25:01 2 0.02 0.00 0.05 0.00 0.00 99.93 04:40:08 04:25:01 3 0.48 0.00 0.03 0.00 0.00 99.48 04:40:08 04:26:01 all 0.15 0.00 0.03 0.00 0.00 99.82 04:40:08 04:26:01 0 0.03 0.00 0.05 0.00 0.00 99.92 04:40:08 04:26:01 1 0.52 0.00 0.05 0.00 0.00 99.43 04:40:08 04:26:01 2 0.02 0.00 0.00 0.00 0.00 99.98 04:40:08 04:26:01 3 0.02 0.00 0.03 0.00 0.00 99.95 04:40:08 04:27:01 all 0.15 0.00 0.02 0.00 0.00 99.83 04:40:08 04:27:01 0 0.03 0.00 0.02 0.00 0.00 99.95 04:40:08 04:27:01 1 0.52 0.00 0.03 0.00 0.00 99.45 04:40:08 04:27:01 2 0.02 0.00 0.03 0.00 0.00 99.95 04:40:08 04:27:01 3 0.03 0.00 0.02 0.00 0.00 99.95 04:40:08 04:28:01 all 0.11 0.00 0.04 0.00 0.01 99.84 04:40:08 04:28:01 0 0.03 0.00 0.05 0.00 0.00 99.92 04:40:08 04:28:01 1 0.13 0.00 0.02 0.00 0.00 99.85 04:40:08 04:28:01 2 0.25 0.00 0.08 0.00 0.02 99.65 04:40:08 04:28:01 3 0.02 0.00 0.02 0.00 0.02 99.95 04:40:08 04:29:01 all 0.02 0.00 0.03 0.00 0.00 99.95 04:40:08 04:29:01 0 0.02 0.00 0.05 0.00 0.00 99.93 04:40:08 04:29:01 1 0.02 0.00 0.03 0.00 0.00 99.95 04:40:08 04:29:01 2 0.02 0.00 0.02 0.00 0.00 99.97 04:40:08 04:29:01 3 0.03 0.00 0.03 0.00 0.00 99.93 04:40:08 04:30:01 all 0.02 0.00 0.03 0.00 0.00 99.95 04:40:08 04:30:01 0 0.02 0.00 0.05 0.00 0.00 99.93 04:40:08 04:30:01 1 0.02 0.00 0.03 0.00 0.00 99.95 04:40:08 04:30:01 2 0.02 0.00 0.03 0.00 0.00 99.95 04:40:08 04:30:01 3 0.02 0.00 0.02 0.00 0.00 99.97 04:40:08 04:31:01 all 0.07 0.00 0.03 0.00 0.00 99.90 04:40:08 04:31:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:40:08 04:31:01 1 0.03 0.00 0.03 0.00 0.00 99.93 04:40:08 04:31:01 2 0.20 0.00 0.07 0.00 0.00 99.73 04:40:08 04:31:01 3 0.02 0.00 0.02 0.00 0.00 99.97 04:40:08 04:32:01 all 0.14 0.00 0.02 0.00 0.00 99.84 04:40:08 04:32:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:40:08 04:32:01 1 0.02 0.00 0.03 0.00 0.00 99.95 04:40:08 04:32:01 2 0.52 0.00 0.02 0.00 0.00 99.47 04:40:08 04:32:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:40:08 04:33:01 all 0.15 0.00 0.03 0.00 0.00 99.83 04:40:08 04:33:01 0 0.00 0.00 0.02 0.00 0.00 99.98 04:40:08 04:33:01 1 0.03 0.00 0.03 0.00 0.00 99.93 04:40:08 04:33:01 2 0.52 0.00 0.03 0.00 0.00 99.45 04:40:08 04:33:01 3 0.03 0.00 0.02 0.00 0.00 99.95 04:40:08 04:40:08 04:33:01 CPU %user %nice %system %iowait %steal %idle 04:40:08 04:34:01 all 8.44 0.00 3.07 1.59 0.03 86.87 04:40:08 04:34:01 0 9.66 0.00 3.68 0.34 0.05 86.27 04:40:08 04:34:01 1 7.73 0.00 3.10 0.34 0.03 88.80 04:40:08 04:34:01 2 8.10 0.00 2.85 1.89 0.02 87.14 04:40:08 04:34:01 3 8.26 0.00 2.64 3.80 0.03 85.26 04:40:08 04:35:01 all 0.05 0.00 0.05 0.00 0.00 99.90 04:40:08 04:35:01 0 0.02 0.00 0.03 0.00 0.00 99.95 04:40:08 04:35:01 1 0.10 0.00 0.08 0.00 0.00 99.82 04:40:08 04:35:01 2 0.05 0.00 0.03 0.00 0.00 99.92 04:40:08 04:35:01 3 0.03 0.00 0.03 0.00 0.00 99.93 04:40:08 04:36:01 all 0.07 0.00 0.03 0.00 0.00 99.90 04:40:08 04:36:01 0 0.03 0.00 0.03 0.00 0.00 99.93 04:40:08 04:36:01 1 0.08 0.00 0.03 0.00 0.00 99.88 04:40:08 04:36:01 2 0.10 0.00 0.03 0.00 0.00 99.87 04:40:08 04:36:01 3 0.07 0.00 0.03 0.00 0.00 99.90 04:40:08 04:37:02 all 0.03 0.00 0.04 0.00 0.00 99.92 04:40:08 04:37:02 0 0.02 0.00 0.02 0.00 0.00 99.97 04:40:08 04:37:02 1 0.03 0.00 0.03 0.00 0.00 99.93 04:40:08 04:37:02 2 0.03 0.00 0.03 0.00 0.00 99.93 04:40:08 04:37:02 3 0.05 0.00 0.08 0.00 0.00 99.87 04:40:08 04:38:01 all 0.14 0.00 0.03 0.00 0.00 99.83 04:40:08 04:38:01 0 0.00 0.00 0.02 0.00 0.00 99.98 04:40:08 04:38:01 1 0.49 0.00 0.05 0.00 0.00 99.46 04:40:08 04:38:01 2 0.03 0.00 0.02 0.00 0.00 99.95 04:40:08 04:38:01 3 0.03 0.00 0.03 0.00 0.00 99.93 04:40:08 04:39:01 all 0.16 0.00 0.03 0.00 0.00 99.81 04:40:08 04:39:01 0 0.03 0.00 0.02 0.00 0.00 99.95 04:40:08 04:39:01 1 0.52 0.00 0.02 0.00 0.00 99.47 04:40:08 04:39:01 2 0.07 0.00 0.05 0.00 0.00 99.88 04:40:08 04:39:01 3 0.02 0.00 0.05 0.00 0.00 99.93 04:40:08 04:40:01 all 2.90 0.00 1.88 1.46 0.01 93.75 04:40:08 04:40:01 0 2.15 0.00 1.91 0.23 0.02 95.69 04:40:08 04:40:01 1 3.05 0.00 1.65 1.65 0.02 93.64 04:40:08 04:40:01 2 3.80 0.00 1.88 2.23 0.02 92.07 04:40:08 04:40:01 3 2.63 0.00 2.07 1.72 0.00 93.59 04:40:08 Average: all 0.30 0.04 0.29 0.15 0.00 99.22 04:40:08 Average: 0 0.21 0.04 0.28 0.09 0.00 99.37 04:40:08 Average: 1 0.27 0.04 0.31 0.15 0.00 99.23 04:40:08 Average: 2 0.35 0.04 0.28 0.15 0.00 99.18 04:40:08 Average: 3 0.37 0.04 0.27 0.20 0.00 99.12 04:40:08 04:40:08 04:40:08