Branch indexing 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 ernestojeda for edgexfoundry/device-sdk-go Obtained Jenkinsfile from ea5f2fe995444737663861e42b9b0407e76b07bc+4a48ed36b56f70f387819c322f1a51e9c7883451 (f4f3885663b65a75f39abd88e64bb9d54faa1258) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, 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: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true 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/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Running on prd-centos7-docker-4c-2g-29903 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-725 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 4a48ed36b56f70f387819c322f1a51e9c7883451 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc Merge succeeded, producing 7cbecbb3357f4fad9a0f7f795cc02cb112067614 Checking out Revision 7cbecbb3357f4fad9a0f7f795cc02cb112067614 (PR-725) > git config core.sparsecheckout # timeout=10 > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # 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 4a48ed36b56f70f387819c322f1a51e9c7883451 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7cbecbb3357f4fad9a0f7f795cc02cb112067614 # timeout=10 Commit message: "Merge commit '4a48ed36b56f70f387819c322f1a51e9c7883451' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:40:26 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:40:26 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:40:26 ========================================================= 02:40:26 EdgeX Global Pipelines Version Info 02:40:26 ========================================================= [Pipeline] libraryResource > git rev-list --no-walk d3bf9c36920b917ddbb5b6097c4ac0b3e90eb114 # timeout=10 [Pipeline] sh 02:40:28 ------------------- 02:40:28 stable info: 02:40:28 ------------------- 02:40:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:40:28 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 02:40:28 Message: update stable to v1.0.184 02:40:29 ------------------- 02:40:29 experimental info: 02:40:29 ------------------- 02:40:29 Commited By: **** collab-it+edgex@linuxfoundation.org 02:40:29 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 02:40:29 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:40:29 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 02:40:29 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 02:40:29 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:40:29 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:40:29 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:40:30 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:40:30 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:40:30 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:40:30 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 02:40:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:40:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:40:30 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 02:40:31 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:40:31 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:40:31 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:40:31 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 02:40:31 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:40:31 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:40:31 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:40:31 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:40:31 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:40:32 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 02:40:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:40:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:40:32 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:40:32 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:40:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-725 [Pipeline] echo 02:40:32 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-725 [Pipeline] echo 02:40:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-725 [Pipeline] echo 02:40:32 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7cbecbb3357f4fad9a0f7f795cc02cb112067614 [Pipeline] echo 02:40:33 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7cbecbb [Pipeline] echo 02:40:33 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:40:33 provisioning config files... 02:40:33 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config7077237114986250238tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:40:33 ---> docker-login.sh 02:40:33 nexus3.edgexfoundry.org:10001 02:40:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:40:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:40:34 Configure a credential helper to remove this warning. See 02:40:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:40:34 02:40:34 Login Succeeded 02:40:34 nexus3.edgexfoundry.org:10002 02:40:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:40:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:40:34 Configure a credential helper to remove this warning. See 02:40:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:40:34 02:40:34 Login Succeeded 02:40:34 nexus3.edgexfoundry.org:10003 02:40:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:40:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:40:34 Configure a credential helper to remove this warning. See 02:40:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:40:34 02:40:34 Login Succeeded 02:40:34 nexus3.edgexfoundry.org:10004 02:40:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:40:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:40:34 Configure a credential helper to remove this warning. See 02:40:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:40:34 02:40:34 Login Succeeded 02:40:34 docker.io 02:40:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:40:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:40:35 Configure a credential helper to remove this warning. See 02:40:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:40:35 02:40:35 Login Succeeded 02:40:35 ---> docker-login.sh ends [Pipeline] } 02:40:35 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:40:36 + git log --format=format:%s -1 7cbecbb3357f4fad9a0f7f795cc02cb112067614 [Pipeline] echo 02:40:36 GIT_COMMIT: 7cbecbb3357f4fad9a0f7f795cc02cb112067614, Commit Message: Merge commit '4a48ed36b56f70f387819c322f1a51e9c7883451' into HEAD [Pipeline] echo 02:40:36 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:40:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:40:37 02:40:37 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:40:37 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:40:37 latest: Pulling from edgex-devops/git-semver 02:40:37 31603596830f: Pulling fs layer 02:40:37 2a8b12db71e7: Pulling fs layer 02:40:37 6ca5941a6612: Pulling fs layer 02:40:37 ecc8261a40a4: Pulling fs layer 02:40:37 ecc8261a40a4: Waiting 02:40:37 2a8b12db71e7: Download complete 02:40:38 31603596830f: Verifying Checksum 02:40:38 31603596830f: Download complete 02:40:38 6ca5941a6612: Verifying Checksum 02:40:38 6ca5941a6612: Download complete 02:40:38 ecc8261a40a4: Verifying Checksum 02:40:38 ecc8261a40a4: Download complete 02:40:38 31603596830f: Pull complete 02:40:38 2a8b12db71e7: Pull complete 02:40:39 6ca5941a6612: Pull complete 02:40:39 ecc8261a40a4: Pull complete 02:40:39 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:40:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:40:39 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:40:39 prd-centos7-docker-4c-2g-29903 does not seem to be running inside a container 02:40:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-725 -v /w/workspace/dgexfoundry_device-sdk-go_PR-725:/w/workspace/dgexfoundry_device-sdk-go_PR-725:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:40:42 $ docker top 70bdec05c35e5b09516ec6d3ba007d138b310a8aef41024f5889c7d451906fbb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:40:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:40:42 [ssh-agent] Looking for ssh-agent implementation... 02:40:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:40:42 $ docker exec 70bdec05c35e5b09516ec6d3ba007d138b310a8aef41024f5889c7d451906fbb ssh-agent 02:40:42 SSH_AUTH_SOCK=/tmp/ssh-G5hpLTPsssOU/agent.12 02:40:42 SSH_AGENT_PID=18 02:40:42 Running ssh-add (command line suppressed) 02:40:43 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_5360849562178778111.key (/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_5360849562178778111.key) 02:40:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:40:43 + git tag --points-at HEAD [Pipeline] } 02:40:43 $ docker exec --env ******** --env ******** 70bdec05c35e5b09516ec6d3ba007d138b310a8aef41024f5889c7d451906fbb ssh-agent -k 02:40:43 unset SSH_AUTH_SOCK; 02:40:43 unset SSH_AGENT_PID; 02:40:43 echo Agent pid 18 killed; 02:40:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:40:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:40:43 [ssh-agent] Looking for ssh-agent implementation... 02:40:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:40:44 $ docker exec 70bdec05c35e5b09516ec6d3ba007d138b310a8aef41024f5889c7d451906fbb ssh-agent 02:40:44 SSH_AUTH_SOCK=/tmp/ssh-LuLiJQMkCzyo/agent.46 02:40:44 SSH_AGENT_PID=52 02:40:44 Running ssh-add (command line suppressed) 02:40:44 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_4049626827791130447.key (/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_4049626827791130447.key) 02:40:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:40:44 + git semver init 02:40:44 # -> Open(): unable to determine branch for HEAD 02:40:44 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-725/.git 02:40:44 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-725 02:40:44 # $SEMVER_REMOTE_NAME = origin 02:40:44 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:40:44 # $SEMVER_USER_NAME = edgex-jenkins 02:40:44 # $SEMVER_BRANCH = PR-725 02:40:44 # $SEMVER_TEMP = /tmp/semver-708349616 02:40:44 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 02:40:45 # '/tmp/semver-708349616' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-725/.semver' 02:40:45 # -> Force: false 02:40:45 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-725/.semver [Pipeline] } 02:40:45 $ docker exec --env ******** --env ******** 70bdec05c35e5b09516ec6d3ba007d138b310a8aef41024f5889c7d451906fbb ssh-agent -k 02:40:45 unset SSH_AUTH_SOCK; 02:40:45 unset SSH_AGENT_PID; 02:40:45 echo Agent pid 52 killed; 02:40:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:40:46 + git semver [Pipeline] } 02:40:46 $ docker stop --time=1 70bdec05c35e5b09516ec6d3ba007d138b310a8aef41024f5889c7d451906fbb 02:40:47 $ docker rm -f 70bdec05c35e5b09516ec6d3ba007d138b310a8aef41024f5889c7d451906fbb [Pipeline] // withDockerContainer [Pipeline] sh 02:40:48 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:40:48 Stashed 1 file(s) [Pipeline] echo 02:40:48 [edgeXSemver]: initialized semver on 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 02:41:04 Still waiting to schedule task 02:41:04 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-29903’ 02:41:04 Still waiting to schedule task 02:41:04 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 02:42:48 Running on prd-ubuntu18.04-docker-arm64-4c-16g-29907 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] ws 02:42:48 Running in /w/workspace/device-sdk-go/19 [Pipeline] { [Pipeline] checkout 02:42:53 using credential edgex-jenkins-ssh 02:42:53 Cloning the remote Git repository 02:42:53 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:42:53 > git init /w/workspace/device-sdk-go/19 # timeout=10 02:42:53 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:42:53 > git --version # timeout=10 02:42:53 > git --version # 'git version 2.17.1' 02:42:53 using GIT_SSH to set credentials SSH Credentials for GitHub 02:42:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:42:55 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:42:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:42:55 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:42:55 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:42:55 using GIT_SSH to set credentials SSH Credentials for GitHub 02:42:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:42:55 Merging remotes/origin/master commit 4a48ed36b56f70f387819c322f1a51e9c7883451 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc 02:42:56 Merge succeeded, producing 95606082c249da84937fbaeb26b751e0b98ff6d4 02:42:56 Checking out Revision 95606082c249da84937fbaeb26b751e0b98ff6d4 (PR-725) 02:42:55 > git config core.sparsecheckout # timeout=10 02:42:55 > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 02:42:56 > git remote # timeout=10 02:42:56 > git config --get remote.origin.url # timeout=10 02:42:56 using GIT_SSH to set credentials SSH Credentials for GitHub 02:42:56 > git merge 4a48ed36b56f70f387819c322f1a51e9c7883451 # timeout=10 02:42:56 > git rev-parse HEAD^{commit} # timeout=10 02:42:56 > git config core.sparsecheckout # timeout=10 02:42:56 > git checkout -f 95606082c249da84937fbaeb26b751e0b98ff6d4 # timeout=10 02:43:00 Commit message: "Merge commit '4a48ed36b56f70f387819c322f1a51e9c7883451' into HEAD" 02:43:00 First time build. Skipping changelog. 02:43:00 > git rev-list --no-walk d3bf9c36920b917ddbb5b6097c4ac0b3e90eb114 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:43:02 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:43:02 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:43:03 + true 02:43:03 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:43:05 provisioning config files... 02:43:05 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/19@tmp/config6894325792269057226tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:43:06 ---> docker-login.sh 02:43:06 nexus3.edgexfoundry.org:10001 02:43:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:07 Configure a credential helper to remove this warning. See 02:43:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:07 02:43:07 Login Succeeded 02:43:07 nexus3.edgexfoundry.org:10002 02:43:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:08 Configure a credential helper to remove this warning. See 02:43:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:08 02:43:08 Login Succeeded 02:43:08 nexus3.edgexfoundry.org:10003 02:43:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:08 Configure a credential helper to remove this warning. See 02:43:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:08 02:43:08 Login Succeeded 02:43:08 nexus3.edgexfoundry.org:10004 02:43:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:09 Configure a credential helper to remove this warning. See 02:43:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:09 02:43:09 Login Succeeded 02:43:09 docker.io 02:43:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:12 Configure a credential helper to remove this warning. See 02:43:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:12 02:43:12 Login Succeeded 02:43:12 ---> docker-login.sh ends [Pipeline] } 02:43:12 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:43:13 ========================================================= 02:43:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:43:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:43:13 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 02:43:14 Sending build context to Docker daemon 2.272MB 02:43:14 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:43:14 Step 2/8 : FROM ${BASE} 02:43:14 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:43:14 5f621e34cdf4: Pulling fs layer 02:43:14 a4357932f1b6: Pulling fs layer 02:43:14 18c013af1878: Pulling fs layer 02:43:14 00ac8860ef70: Pulling fs layer 02:43:14 63d7cb157983: Pulling fs layer 02:43:14 b116817d02f9: Pulling fs layer 02:43:14 745a02a5169b: Pulling fs layer 02:43:14 00ac8860ef70: Waiting 02:43:14 63d7cb157983: Waiting 02:43:14 b116817d02f9: Waiting 02:43:14 745a02a5169b: Waiting 02:43:14 18c013af1878: Download complete 02:43:14 a4357932f1b6: Download complete 02:43:14 63d7cb157983: Verifying Checksum 02:43:14 63d7cb157983: Download complete 02:43:14 b116817d02f9: Verifying Checksum 02:43:14 b116817d02f9: Download complete 02:43:14 5f621e34cdf4: Download complete 02:43:15 5f621e34cdf4: Pull complete 02:43:15 a4357932f1b6: Pull complete 02:43:16 18c013af1878: Pull complete 02:43:17 745a02a5169b: Verifying Checksum 02:43:17 745a02a5169b: Download complete 02:43:18 00ac8860ef70: Verifying Checksum 02:43:18 00ac8860ef70: Download complete 02:43:28 00ac8860ef70: Pull complete 02:43:28 63d7cb157983: Pull complete 02:43:29 b116817d02f9: Pull complete 02:43:33 745a02a5169b: Pull complete 02:43:33 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 02:43:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:43:33 ---> b7e6874047d6 02:43:33 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:43:35 ---> Running in 3f4544419217 02:43:36 Removing intermediate container 3f4544419217 02:43:36 ---> 4051ba18fdc1 02:43:36 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:43:36 ---> Running in ab0a3133b69f 02:43:38 Removing intermediate container ab0a3133b69f 02:43:38 ---> 3f3514f8e5af 02:43:38 Step 5/8 : RUN apk add --update --no-cache make git 02:43:38 ---> Running in 8962c1c870ce 02:43:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:43:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:43:40 OK: 142 MiB in 39 packages 02:43:42 Removing intermediate container 8962c1c870ce 02:43:42 ---> a878524dceee 02:43:42 Step 6/8 : WORKDIR /device-sdk-go 02:43:42 ---> Running in 2b17d5ad9400 02:43:42 Removing intermediate container 2b17d5ad9400 02:43:42 ---> f81bb7bd6c91 02:43:42 Step 7/8 : COPY . . 02:43:44 ---> de4436112ade 02:43:44 Step 8/8 : RUN go mod download 02:43:44 ---> Running in 6626214ef6e0 02:44:10 Removing intermediate container 6626214ef6e0 02:44:10 ---> 70dfb9ee55c8 02:44:10 Successfully built 70dfb9ee55c8 02:44:10 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:44:11 + docker inspect -f . ci-base-image-arm64 02:44:11 . [Pipeline] withDockerContainer 02:44:11 prd-ubuntu18.04-docker-arm64-4c-16g-29907 does not seem to be running inside a container 02:44:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/19 -v /w/workspace/device-sdk-go/19:/w/workspace/device-sdk-go/19:rw,z -v /w/workspace/device-sdk-go/19@tmp:/w/workspace/device-sdk-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:44:13 $ docker top d3710e7f9c4930150c94cef45bf392e2ee0a6343413a5cdf38b2247cf55c99e6 -eo pid,comm [Pipeline] { [Pipeline] sh 02:44:14 + go version 02:44:14 go version go1.15.5 linux/arm64 [Pipeline] } 02:44:14 $ docker stop --time=1 d3710e7f9c4930150c94cef45bf392e2ee0a6343413a5cdf38b2247cf55c99e6 02:44:16 $ docker rm -f d3710e7f9c4930150c94cef45bf392e2ee0a6343413a5cdf38b2247cf55c99e6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:44:17 + docker inspect -f . ci-base-image-arm64 02:44:17 . [Pipeline] withDockerContainer 02:44:17 prd-ubuntu18.04-docker-arm64-4c-16g-29907 does not seem to be running inside a container 02:44:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/19 -v /w/workspace/device-sdk-go/19:/w/workspace/device-sdk-go/19:rw,z -v /w/workspace/device-sdk-go/19@tmp:/w/workspace/device-sdk-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:44:18 $ docker top b365bfe15066e0d93f36ed17f8107a7525ac3bacfd8809d9f7b06eac34af38ab -eo pid,comm [Pipeline] { [Pipeline] sh 02:44:19 + make test 02:44:19 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:44:42 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 02:45:01 Running on prd-centos7-docker-4c-2g-29908 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] ws 02:45:01 Running in /w/workspace/device-sdk-go/19 [Pipeline] { [Pipeline] checkout 02:45:04 using credential edgex-jenkins-ssh 02:45:04 Cloning the remote Git repository 02:45:04 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:45:04 > git init /w/workspace/device-sdk-go/19 # timeout=10 02:45:04 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:45:04 > git --version # timeout=10 02:45:04 > git --version # 'git version 2.24.3' 02:45:04 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:04 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:45:06 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:45:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:45:06 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:45:06 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:45:06 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:06 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:45:06 Merging remotes/origin/master commit 4a48ed36b56f70f387819c322f1a51e9c7883451 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc 02:45:06 Merge succeeded, producing b2e14cd5983da4b2ab1230acb74eabcf417b18a9 02:45:06 Checking out Revision b2e14cd5983da4b2ab1230acb74eabcf417b18a9 (PR-725) 02:45:06 > git config core.sparsecheckout # timeout=10 02:45:06 > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 02:45:06 > git remote # timeout=10 02:45:06 > git config --get remote.origin.url # timeout=10 02:45:06 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:06 > git merge 4a48ed36b56f70f387819c322f1a51e9c7883451 # timeout=10 02:45:06 > git rev-parse HEAD^{commit} # timeout=10 02:45:06 > git config core.sparsecheckout # timeout=10 02:45:06 > git checkout -f b2e14cd5983da4b2ab1230acb74eabcf417b18a9 # timeout=10 02:45:10 Commit message: "Merge commit '4a48ed36b56f70f387819c322f1a51e9c7883451' into HEAD" 02:45:10 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:45:10 > git rev-list --no-walk d3bf9c36920b917ddbb5b6097c4ac0b3e90eb114 # timeout=10 02:45:11 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:45:12 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:45:12 + sudo service docker restart 02:45:12 + true 02:45:12 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:45:13 provisioning config files... 02:45:13 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/19@tmp/config6315317833425619713tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:45:14 ---> docker-login.sh 02:45:14 nexus3.edgexfoundry.org:10001 02:45:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:14 Configure a credential helper to remove this warning. See 02:45:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:14 02:45:14 Login Succeeded 02:45:14 nexus3.edgexfoundry.org:10002 02:45:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:14 Configure a credential helper to remove this warning. See 02:45:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:14 02:45:14 Login Succeeded 02:45:14 nexus3.edgexfoundry.org:10003 02:45:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:15 Configure a credential helper to remove this warning. See 02:45:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:15 02:45:15 Login Succeeded 02:45:15 nexus3.edgexfoundry.org:10004 02:45:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:15 Configure a credential helper to remove this warning. See 02:45:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:15 02:45:15 Login Succeeded 02:45:15 docker.io 02:45:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:15 Configure a credential helper to remove this warning. See 02:45:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:15 02:45:15 Login Succeeded 02:45:15 ---> docker-login.sh ends [Pipeline] } 02:45:15 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:45:15 ========================================================= 02:45:15 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:45:15 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:45: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.15-alpine . 02:45:16 Sending build context to Docker daemon 2.266MB 02:45:16 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:45:16 Step 2/8 : FROM ${BASE} 02:45:16 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:45:16 188c0c94c7c5: Pulling fs layer 02:45:16 0ef7d3d256c8: Pulling fs layer 02:45:16 de9db76c5a1d: Pulling fs layer 02:45:16 bca2f99d35d6: Pulling fs layer 02:45:16 93359f2a8cfa: Pulling fs layer 02:45:16 7c6f9722023f: Pulling fs layer 02:45:16 a35cf1a2eb13: Pulling fs layer 02:45:16 93359f2a8cfa: Waiting 02:45:16 bca2f99d35d6: Waiting 02:45:16 7c6f9722023f: Waiting 02:45:16 a35cf1a2eb13: Waiting 02:45:16 de9db76c5a1d: Verifying Checksum 02:45:16 de9db76c5a1d: Download complete 02:45:16 0ef7d3d256c8: Download complete 02:45:16 93359f2a8cfa: Verifying Checksum 02:45:16 93359f2a8cfa: Download complete 02:45:16 188c0c94c7c5: Verifying Checksum 02:45:16 188c0c94c7c5: Download complete 02:45:16 7c6f9722023f: Verifying Checksum 02:45:16 7c6f9722023f: Download complete 02:45:16 188c0c94c7c5: Pull complete 02:45:17 0ef7d3d256c8: Pull complete 02:45:17 de9db76c5a1d: Pull complete 02:45:18 a35cf1a2eb13: Verifying Checksum 02:45:18 a35cf1a2eb13: Download complete 02:45:19 bca2f99d35d6: Verifying Checksum 02:45:19 bca2f99d35d6: Download complete 02:45:24 bca2f99d35d6: Pull complete 02:45:24 93359f2a8cfa: Pull complete 02:45:24 7c6f9722023f: Pull complete 02:45:29 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 02:45:29 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 02:45:29 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 02:45:29 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.126s coverage: 25.5% of statements 02:45:32 a35cf1a2eb13: Pull complete 02:45:32 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:45:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:45:32 ---> a62c8e92a672 02:45:32 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:45:32 ---> Running in 2a498f8c7305 02:45:32 Removing intermediate container 2a498f8c7305 02:45:32 ---> 541e35468586 02:45:32 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:45:33 ---> Running in ba70e2c3fd18 02:45:34 Removing intermediate container ba70e2c3fd18 02:45:34 ---> 553531e34531 02:45:34 Step 5/8 : RUN apk add --update --no-cache make git 02:45:34 ---> Running in 553681ce85e7 02:45:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:45:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:45:36 OK: 166 MiB in 39 packages 02:45:36 Removing intermediate container 553681ce85e7 02:45:36 ---> c35c917899a2 02:45:36 Step 6/8 : WORKDIR /device-sdk-go 02:45:36 ---> Running in ef6ea69cbe4e 02:45:37 Removing intermediate container ef6ea69cbe4e 02:45:37 ---> f414e53de719 02:45:37 Step 7/8 : COPY . . 02:45:38 ---> 96c8bb938db5 02:45:38 Step 8/8 : RUN go mod download 02:45:38 ---> Running in ac600f1198c7 02:45:55 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.134s coverage: 10.5% of statements 02:45:55 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.128s coverage: 12.5% of statements 02:45:55 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 02:45:55 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.153s coverage: 84.8% of statements 02:45:55 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 02:45:55 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 02:45:55 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 02:45:55 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.260s coverage: 57.3% of statements 02:45:55 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 02:45:55 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.187s coverage: 81.2% of statements 02:45:55 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.173s coverage: 24.8% of statements 02:45:55 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.798s coverage: 6.4% of statements 02:45:55 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.138s coverage: 5.2% of statements 02:45:55 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 02:45:56 GO111MODULE=on go vet ./... 02:46:04 Removing intermediate container ac600f1198c7 02:46:04 ---> f5d2acf6b35d 02:46:04 Successfully built f5d2acf6b35d 02:46:04 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:46:05 + docker inspect -f . ci-base-image-x86_64 02:46:05 . [Pipeline] withDockerContainer 02:46:05 prd-centos7-docker-4c-2g-29908 does not seem to be running inside a container 02:46:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/19 -v /w/workspace/device-sdk-go/19:/w/workspace/device-sdk-go/19:rw,z -v /w/workspace/device-sdk-go/19@tmp:/w/workspace/device-sdk-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:46:06 $ docker top 76d58d96823b10a0aa2907883316211a5babe628b20a4113459306225a967631 -eo pid,comm [Pipeline] { [Pipeline] sh 02:46:06 + go version 02:46:06 go version go1.15.5 linux/amd64 [Pipeline] } 02:46:06 $ docker stop --time=1 76d58d96823b10a0aa2907883316211a5babe628b20a4113459306225a967631 02:46:07 $ docker rm -f 76d58d96823b10a0aa2907883316211a5babe628b20a4113459306225a967631 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:46:08 + docker inspect -f . ci-base-image-x86_64 02:46:08 . [Pipeline] withDockerContainer 02:46:08 prd-centos7-docker-4c-2g-29908 does not seem to be running inside a container 02:46:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/19 -v /w/workspace/device-sdk-go/19:/w/workspace/device-sdk-go/19:rw,z -v /w/workspace/device-sdk-go/19@tmp:/w/workspace/device-sdk-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:46:09 $ docker top b0584232efcc7eb177e5615bc9ba26170c87506a255571eaecae8bb5d6e12e0a -eo pid,comm [Pipeline] { [Pipeline] sh 02:46:10 + make test 02:46:10 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:46:18 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 02:46:33 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 02:46:33 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 02:46:33 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 02:46:35 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.048s coverage: 25.5% of statements 02:46:35 gofmt -l . 02:46:35 [ "`gofmt -l .`" = "" ] 02:46:35 ./bin/test-attribution-txt.sh 02:46:35 ./bin/test-go-mod-tidy.sh [Pipeline] } 02:46:35 $ docker stop --time=1 b365bfe15066e0d93f36ed17f8107a7525ac3bacfd8809d9f7b06eac34af38ab 02:46:37 $ docker rm -f b365bfe15066e0d93f36ed17f8107a7525ac3bacfd8809d9f7b06eac34af38ab [Pipeline] // withDockerContainer [Pipeline] sh 02:46:39 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:46:39 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:46:42 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:46:42 + ls -al . 02:46:42 total 224 02:46:42 drwxrwxr-x 10 jenkins jenkins 4096 Mar 16 02:46 . 02:46:42 drwxrwxr-x 4 jenkins jenkins 4096 Mar 16 02:42 .. 02:46:42 -rw-rw-r-- 1 jenkins jenkins 140 Mar 16 02:42 .dockerignore 02:46:42 drwxrwxr-x 8 jenkins jenkins 4096 Mar 16 02:43 .git 02:46:42 drwxrwxr-x 2 jenkins jenkins 4096 Mar 16 02:42 .github 02:46:42 -rw-rw-r-- 1 jenkins jenkins 138 Mar 16 02:42 .gitignore 02:46:42 -rw-rw-r-- 1 jenkins jenkins 949 Mar 16 02:42 Dockerfile.build 02:46:42 -rw-rw-r-- 1 jenkins jenkins 894 Mar 16 02:42 Jenkinsfile 02:46:42 -rw-rw-r-- 1 jenkins jenkins 11341 Mar 16 02:42 LICENSE 02:46:42 -rw-rw-r-- 1 jenkins jenkins 1016 Mar 16 02:42 Makefile 02:46:42 -rw-rw-r-- 1 jenkins jenkins 5897 Mar 16 02:42 README.md 02:46:42 -rw-rw-r-- 1 jenkins jenkins 6616 Mar 16 02:42 RELEASE-NOTES.txt 02:46:42 -rw-rw-r-- 1 jenkins jenkins 5 Mar 16 02:40 VERSION 02:46:42 drwxrwxr-x 2 jenkins jenkins 4096 Mar 16 02:42 bin 02:46:42 -rw-r--r-- 1 jenkins jenkins 103401 Mar 16 02:45 coverage.out 02:46:42 drwxrwxr-x 4 jenkins jenkins 4096 Mar 16 02:42 example 02:46:42 -rw-r--r-- 1 jenkins jenkins 479 Mar 16 02:46 go.mod 02:46:42 -rw-r--r-- 1 jenkins jenkins 17490 Mar 16 02:46 go.sum 02:46:42 drwxrwxr-x 12 jenkins jenkins 4096 Mar 16 02:42 internal 02:46:42 drwxrwxr-x 4 jenkins jenkins 4096 Mar 16 02:42 openapi 02:46:42 drwxrwxr-x 5 jenkins jenkins 4096 Mar 16 02:42 pkg 02:46:42 drwxrwxr-x 4 jenkins jenkins 4096 Mar 16 02:42 snap 02:46:42 -rw-rw-r-- 1 jenkins jenkins 222 Mar 16 02:42 version.go [Pipeline] isUnix [Pipeline] sh 02:46:43 + docker build -t device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=7cbecbb3357f4fad9a0f7f795cc02cb112067614 --label arch=arm64 --label version=0.0.0 . 02:46:43 Sending build context to Docker daemon 2.376MB 02:46:43 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:46:43 Step 2/24 : FROM ${BASE} AS builder 02:46:43 ---> 70dfb9ee55c8 02:46:43 Step 3/24 : ARG MAKE='make build' 02:46:43 ---> Running in 5e2769780849 02:46:44 Removing intermediate container 5e2769780849 02:46:44 ---> 31815d3d73da 02:46:44 Step 4/24 : WORKDIR /device-sdk-go 02:46:44 ---> Running in 473c80e554d5 02:46:45 Removing intermediate container 473c80e554d5 02:46:45 ---> 00657b53212a 02:46:45 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:46:45 ---> Running in c15f10a00351 02:46:45 Removing intermediate container c15f10a00351 02:46:45 ---> f3d62fa7b72d 02:46:45 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:46:45 ---> Running in 669848eeb75f 02:46:47 Removing intermediate container 669848eeb75f 02:46:47 ---> 59837e23b4c8 02:46:47 Step 7/24 : RUN apk add --update --no-cache make git 02:46:47 ---> Running in d54856b86465 02:46:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:46:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:46:50 OK: 142 MiB in 39 packages 02:46:51 Removing intermediate container d54856b86465 02:46:51 ---> 59e5356ef475 02:46:51 Step 8/24 : COPY . . 02:46:52 ---> ac61a3b4d507 02:46:52 Step 9/24 : RUN ${MAKE} 02:46:52 ---> Running in e69479726480 02:46:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 02:47:07 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.057s coverage: 10.5% of statements 02:47:07 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.047s coverage: 12.5% of statements 02:47:07 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 02:47:07 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.068s coverage: 84.8% of statements 02:47:07 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 02:47:07 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 02:47:07 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 02:47:07 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.117s coverage: 57.3% of statements 02:47:07 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 02:47:07 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.086s coverage: 81.2% of statements 02:47:07 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.076s coverage: 24.8% of statements 02:47:07 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.164s coverage: 6.4% of statements 02:47:07 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.055s coverage: 5.2% of statements 02:47:07 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 02:47:07 GO111MODULE=on go vet ./... 02:47:15 gofmt -l . 02:47:15 [ "`gofmt -l .`" = "" ] 02:47:15 ./bin/test-attribution-txt.sh 02:47:15 ./bin/test-go-mod-tidy.sh [Pipeline] } 02:47:15 $ docker stop --time=1 b0584232efcc7eb177e5615bc9ba26170c87506a255571eaecae8bb5d6e12e0a 02:47:17 $ docker rm -f b0584232efcc7eb177e5615bc9ba26170c87506a255571eaecae8bb5d6e12e0a [Pipeline] // withDockerContainer [Pipeline] sh 02:47:18 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:47:18 Warning: overwriting stash ‘coverage-report’ 02:47:18 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 02:47:19 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:47:19 + ls -al . 02:47:19 total 188 02:47:19 drwxrwxr-x. 10 jenkins jenkins 4096 Mar 16 02:47 . 02:47:19 drwxrwxr-x. 4 jenkins jenkins 30 Mar 16 02:45 .. 02:47:19 drwxrwxr-x. 2 jenkins jenkins 64 Mar 16 02:45 bin 02:47:19 -rw-r--r--. 1 jenkins jenkins 103401 Mar 16 02:47 coverage.out 02:47:19 -rw-rw-r--. 1 jenkins jenkins 949 Mar 16 02:45 Dockerfile.build 02:47:19 -rw-rw-r--. 1 jenkins jenkins 140 Mar 16 02:45 .dockerignore 02:47:19 drwxrwxr-x. 4 jenkins jenkins 48 Mar 16 02:45 example 02:47:19 drwxrwxr-x. 8 jenkins jenkins 179 Mar 16 02:45 .git 02:47:19 drwxrwxr-x. 2 jenkins jenkins 103 Mar 16 02:45 .github 02:47:19 -rw-rw-r--. 1 jenkins jenkins 138 Mar 16 02:45 .gitignore 02:47:19 -rw-r--r--. 1 jenkins jenkins 479 Mar 16 02:47 go.mod 02:47:19 -rw-r--r--. 1 jenkins jenkins 17490 Mar 16 02:47 go.sum 02:47:19 drwxrwxr-x. 12 jenkins jenkins 171 Mar 16 02:45 internal 02:47:19 -rw-rw-r--. 1 jenkins jenkins 894 Mar 16 02:45 Jenkinsfile 02:47:19 -rw-rw-r--. 1 jenkins jenkins 11341 Mar 16 02:45 LICENSE 02:47:19 -rw-rw-r--. 1 jenkins jenkins 1016 Mar 16 02:45 Makefile 02:47:19 drwxrwxr-x. 4 jenkins jenkins 26 Mar 16 02:45 openapi 02:47:19 drwxrwxr-x. 5 jenkins jenkins 50 Mar 16 02:45 pkg 02:47:19 -rw-rw-r--. 1 jenkins jenkins 5897 Mar 16 02:45 README.md 02:47:19 -rw-rw-r--. 1 jenkins jenkins 6616 Mar 16 02:45 RELEASE-NOTES.txt 02:47:19 drwxrwxr-x. 4 jenkins jenkins 54 Mar 16 02:45 snap 02:47:19 -rw-rw-r--. 1 jenkins jenkins 5 Mar 16 02:40 VERSION 02:47:19 -rw-rw-r--. 1 jenkins jenkins 222 Mar 16 02:45 version.go [Pipeline] isUnix [Pipeline] sh 02:47:20 + docker build -t device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=7cbecbb3357f4fad9a0f7f795cc02cb112067614 --label arch=amd64 --label version=0.0.0 . 02:47:20 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 02:47:20 Sending build context to Docker daemon 2.37MB 02:47:20 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:47:20 Step 2/24 : FROM ${BASE} AS builder 02:47:20 ---> f5d2acf6b35d 02:47:20 Step 3/24 : ARG MAKE='make build' 02:47:20 ---> Running in 5cb896b173e1 02:47:20 Removing intermediate container 5cb896b173e1 02:47:20 ---> 2c70c42189da 02:47:20 Step 4/24 : WORKDIR /device-sdk-go 02:47:20 ---> Running in 7b81a06d437b 02:47:21 Removing intermediate container e69479726480 02:47:21 ---> a67221e6df86 02:47:21 Step 10/24 : FROM scratch 02:47:21 ---> 02:47:21 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:47:21 ---> Running in 78d6c9f615a7 02:47:21 Removing intermediate container 7b81a06d437b 02:47:21 ---> 55f3eab6d8fe 02:47:21 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:47:21 ---> Running in e5fd3b7033a0 02:47:21 Removing intermediate container 78d6c9f615a7 02:47:21 ---> 32fb508f1f2d 02:47:21 Step 12/24 : ENV APP_PORT=49990 02:47:21 Removing intermediate container e5fd3b7033a0 02:47:21 ---> 576041b39749 02:47:21 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:47:21 ---> Running in d9b98e1709e5 02:47:21 ---> Running in 1c96e272be3a 02:47:21 Removing intermediate container 1c96e272be3a 02:47:21 ---> 6e5d83bce845 02:47:21 Step 13/24 : EXPOSE $APP_PORT 02:47:22 ---> Running in d350b7cc918f 02:47:22 Removing intermediate container d9b98e1709e5 02:47:22 ---> d92d36cf9b41 02:47:22 Step 7/24 : RUN apk add --update --no-cache make git 02:47:22 ---> Running in 79b34ac2f17a 02:47:22 Removing intermediate container d350b7cc918f 02:47:22 ---> af596803226b 02:47:22 Step 14/24 : WORKDIR / 02:47:22 ---> Running in 69b284bc06df 02:47:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:47:23 Removing intermediate container 69b284bc06df 02:47:23 ---> efb487e444f0 02:47:23 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 02:47:24 ---> ef0abc0057b7 02:47:24 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 02:47:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:47:25 ---> 228ad549e3be 02:47:25 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 02:47:25 OK: 166 MiB in 39 packages 02:47:25 Removing intermediate container 79b34ac2f17a 02:47:25 ---> 7cfb8a80fb64 02:47:25 Step 8/24 : COPY . . 02:47:25 ---> 8c32cf162f64 02:47:25 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 02:47:26 ---> b7a1f82c029a 02:47:26 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 02:47:26 ---> dbddf94f9cbf 02:47:26 Step 9/24 : RUN ${MAKE} 02:47:26 ---> Running in 7e6b43835f2d 02:47:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 02:47:27 ---> 8bf02a931d1d 02:47:27 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 02:47:27 ---> Running in 3ecf30cd0d20 02:47:27 Removing intermediate container 3ecf30cd0d20 02:47:27 ---> 217abd142704 02:47:27 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:47:27 ---> Running in 821165a6feed 02:47:28 Removing intermediate container 821165a6feed 02:47:28 ---> 7b09e63f3193 02:47:28 Step 22/24 : LABEL arch=arm64 02:47:28 ---> Running in 46921ea1602a 02:47:29 Removing intermediate container 46921ea1602a 02:47:29 ---> ff97d88f5d60 02:47:29 Step 23/24 : LABEL git_sha=7cbecbb3357f4fad9a0f7f795cc02cb112067614 02:47:29 ---> Running in 462413a54ec6 02:47:29 Removing intermediate container 462413a54ec6 02:47:29 ---> ccd2dbc0fad2 02:47:29 Step 24/24 : LABEL version=0.0.0 02:47:29 ---> Running in f80acfdfdaa1 02:47:30 Removing intermediate container f80acfdfdaa1 02:47:30 ---> da094e342ee8 02:47:30 [Warning] One or more build-args [ARCH] were not consumed 02:47:30 Successfully built da094e342ee8 02:47:30 Successfully tagged device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 02:47:31 ---> job-cost.sh 02:47:31 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-s6XZ 02:47:37 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 02:47:38 Removing intermediate container 7e6b43835f2d 02:47:38 ---> f1c5420d6075 02:47:38 Step 10/24 : FROM scratch 02:47:38 ---> 02:47:38 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:47:38 ---> Running in 9591e41f7cf0 02:47:38 Removing intermediate container 9591e41f7cf0 02:47:38 ---> 875c360d861e 02:47:38 Step 12/24 : ENV APP_PORT=49990 02:47:38 ---> Running in f1efd56f14f5 02:47:38 Removing intermediate container f1efd56f14f5 02:47:38 ---> 26e6983dda0a 02:47:38 Step 13/24 : EXPOSE $APP_PORT 02:47:38 ---> Running in ea15b2529ae1 02:47:38 Removing intermediate container ea15b2529ae1 02:47:38 ---> 7815d182a14c 02:47:38 Step 14/24 : WORKDIR / 02:47:38 ---> Running in 9037976842fc 02:47:39 Removing intermediate container 9037976842fc 02:47:39 ---> ba7504181800 02:47:39 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 02:47:39 ---> 400a0130f28f 02:47:39 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 02:47:39 ---> 5ee9e514ea81 02:47:39 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 02:47:39 ---> 837665eb798a 02:47:39 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 02:47:40 ---> 2e75e906b7e4 02:47:40 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 02:47:40 ---> 198d4b5d3f30 02:47:40 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 02:47:40 ---> Running in 24cd98fd5204 02:47:40 Removing intermediate container 24cd98fd5204 02:47:40 ---> 9999b4f3d27a 02:47:40 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:47:40 ---> Running in 995a74999a1c 02:47:40 Removing intermediate container 995a74999a1c 02:47:40 ---> 264d115933a1 02:47:40 Step 22/24 : LABEL arch=amd64 02:47:40 ---> Running in 9c19ff46465d 02:47:40 Removing intermediate container 9c19ff46465d 02:47:40 ---> 69267b8512e2 02:47:40 Step 23/24 : LABEL git_sha=7cbecbb3357f4fad9a0f7f795cc02cb112067614 02:47:41 ---> Running in aff440d8374c 02:47:41 Removing intermediate container aff440d8374c 02:47:41 ---> 3652a0c4f2f5 02:47:41 Step 24/24 : LABEL version=0.0.0 02:47:41 ---> Running in ac02f0523a00 02:47:41 Removing intermediate container ac02f0523a00 02:47:41 ---> b4746c1c0ca7 02:47:41 [Warning] One or more build-args [ARCH] were not consumed 02:47:41 Successfully built b4746c1c0ca7 02:47:41 Successfully tagged device-sdk-simple:latest [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 Post stage [Pipeline] libraryResource [Pipeline] sh 02:47:42 ---> job-cost.sh 02:47:42 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-a5VV 02:47:57 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:48:10 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:48:23 lf-activate-venv(): INFO: Adding /tmp/venv-a5VV/bin to PATH 02:48:23 INFO: No Stack... 02:48:23 INFO: Retrieving Pricing Info for: v1-standard-2 02:48:23 INFO: Archiving Costs [Pipeline] sh 02:48:24 + cat /w/workspace/device-sdk-go/19/archives/cost.csv 02:48:24 + cut -d, -f6 [Pipeline] lock 02:48:24 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-725-19-stack-cost] 02:48:24 Resource [jenkins-edgexfoundry-device-sdk-go-PR-725-19-stack-cost] did not exist. Created. 02:48:24 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-725-19-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:48:24 + echo total: 0.029999999329447746 [Pipeline] stash 02:48:24 Stashed 1 file(s) [Pipeline] } 02:48:24 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-725-19-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 02:49:32 lf-activate-venv(): INFO: Adding /tmp/venv-s6XZ/bin to PATH 02:49:32 INFO: No Stack... 02:49:33 INFO: Retrieving Pricing Info for: lf-standard-4 02:49:33 INFO: Archiving Costs [Pipeline] sh 02:49:33 + cut -d, -f6 02:49:33 + cat /w/workspace/device-sdk-go/19/archives/cost.csv [Pipeline] lock 02:49:33 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-725-19-stack-cost] 02:49:33 Resource [jenkins-edgexfoundry-device-sdk-go-PR-725-19-stack-cost] did not exist. Created. 02:49:33 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-725-19-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:49:34 /w/workspace/device-sdk-go/19@tmp/durable-5e203902/script.sh: 1: /w/workspace/device-sdk-go/19@tmp/durable-5e203902/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 02:49:34 + echo total: 0.20999999344348907 [Pipeline] stash 02:49:34 Warning: overwriting stash ‘stack-cost’ 02:49:34 Stashed 1 file(s) [Pipeline] } 02:49:34 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-725-19-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 02:49:36 provisioning config files... 02:49:36 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config8889845810023274403tmp [Pipeline] { [Pipeline] sh 02:49:36 + set +x 02:49:36 + curl -s https://codecov.io/bash 02:49:36 + bash -s -- 02:49:37 02:49:37 _____ _ 02:49:37 / ____| | | 02:49:37 | | ___ __| | ___ ___ _____ __ 02:49:37 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:49:37 | |___| (_) | (_| | __/ (_| (_) \ V / 02:49:37 \_____\___/ \__,_|\___|\___\___/ \_/ 02:49:37 Bash-20210309-2b87ace 02:49:37 02:49:37 02:49:37 ==> git version 2.24.3 found 02:49:37 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 02:49:37 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 02:49:37 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 02:49:37 ==> Jenkins CI detected. 02:49:37 project root: . 02:49:37 --> token set from env 02:49:37 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:49:37 ==> Running gcov in . (disable via -X gcov) 02:49:37 ==> Python coveragepy not found 02:49:37 ==> Searching for coverage reports in: 02:49:37 + . 02:49:37 -> Found 1 reports 02:49:37 ==> Detecting git/mercurial file structure 02:49:37 ==> Reading reports 02:49:37 + ./coverage.out bytes=103401 02:49:37 ==> Appending adjustments 02:49:37 https://docs.codecov.io/docs/fixing-reports 02:49:37 + Found adjustments 02:49:37 ==> Gzipping contents 02:49:37 16K /tmp/codecov.TnzebZ.gz 02:49:37 ==> Uploading reports 02:49:37 url: https://codecov.io 02:49:37 query: branch=PR-725&commit=7cbecbb3357f4fad9a0f7f795cc02cb112067614&build=19&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-725%2F19%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=725&job=&cmd_args= 02:49:37 -> Pinging Codecov 02:49:37 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-725&commit=7cbecbb3357f4fad9a0f7f795cc02cb112067614&build=19&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-725%2F19%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=725&job=&cmd_args= 02:49:37 -> Uploading to 02:49:37 https://storage.googleapis.com/codecov/v4/raw/2021-03-16/7E55EF52A471D76F132DFD9A03CDDE97/7cbecbb3357f4fad9a0f7f795cc02cb112067614/1797cb5e-606e-4d1e-ba4f-1d05979cfb05.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210316%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210316T024937Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b64a4fd17a6fb932fc4f8e5d70774019477113ebf95dad78e5c6d12b835fd4ea 02:49:37 % Total % Received % Xferd Average Speed Time Time Time Current 02:49:37 Dload Upload Total Spent Left Speed 02:49:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13862 0 0 100 13862 0 32153 --:--:-- --:--:-- --:--:-- 32237 02:49:38 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/7cbecbb3357f4fad9a0f7f795cc02cb112067614 [Pipeline] } 02:49:38 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) 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 02:49:41 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:49:41 ---> package-listing.sh 02:49:41 ++ facter osfamily 02:49:41 ++ tr '[:upper:]' '[:lower:]' 02:49:41 + OS_FAMILY=redhat 02:49:41 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-725 02:49:41 + START_PACKAGES=/tmp/packages_start.txt 02:49:41 + END_PACKAGES=/tmp/packages_end.txt 02:49:41 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:49:41 + PACKAGES=/tmp/packages_start.txt 02:49:41 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-725 ']' 02:49:41 + PACKAGES=/tmp/packages_end.txt 02:49:41 + case "${OS_FAMILY}" in 02:49:41 + rpm -qa 02:49:41 + sort 02:49:46 + '[' -f /tmp/packages_start.txt ']' 02:49:46 + '[' -f /tmp/packages_end.txt ']' 02:49:46 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:49:46 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-725 ']' 02:49:46 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-725/archives/ 02:49:46 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-725/archives/ [Pipeline] echo 02:49:46 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-725/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:49:47 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:49:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:49:47 02:49:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:49:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:49:47 alpine: Pulling from edgex-lftools-log-publisher 02:49:47 df20fa9351a1: Pulling fs layer 02:49:47 36b3adc4ff6f: Pulling fs layer 02:49:47 8ad3a11d3b57: Pulling fs layer 02:49:47 46f8f816bc3b: Pulling fs layer 02:49:47 93b61091891f: Pulling fs layer 02:49:47 93b9cdb0e59b: Pulling fs layer 02:49:47 5e14af77c1be: Pulling fs layer 02:49:47 01666e4c0597: Pulling fs layer 02:49:47 aa168da1d23b: Pulling fs layer 02:49:47 93b9cdb0e59b: Waiting 02:49:47 93b61091891f: Waiting 02:49:47 5e14af77c1be: Waiting 02:49:47 01666e4c0597: Waiting 02:49:47 aa168da1d23b: Waiting 02:49:47 46f8f816bc3b: Waiting 02:49:47 36b3adc4ff6f: Verifying Checksum 02:49:47 36b3adc4ff6f: Download complete 02:49:47 46f8f816bc3b: Verifying Checksum 02:49:47 46f8f816bc3b: Download complete 02:49:48 df20fa9351a1: Download complete 02:49:48 93b9cdb0e59b: Download complete 02:49:48 93b61091891f: Verifying Checksum 02:49:48 93b61091891f: Download complete 02:49:48 5e14af77c1be: Verifying Checksum 02:49:48 5e14af77c1be: Download complete 02:49:48 01666e4c0597: Verifying Checksum 02:49:48 01666e4c0597: Download complete 02:49:48 df20fa9351a1: Pull complete 02:49:48 36b3adc4ff6f: Pull complete 02:49:48 8ad3a11d3b57: Verifying Checksum 02:49:48 8ad3a11d3b57: Download complete 02:49:50 aa168da1d23b: Verifying Checksum 02:49:50 aa168da1d23b: Download complete 02:49:50 8ad3a11d3b57: Pull complete 02:49:51 46f8f816bc3b: Pull complete 02:49:51 93b61091891f: Pull complete 02:49:51 93b9cdb0e59b: Pull complete 02:49:51 5e14af77c1be: Pull complete 02:49:52 01666e4c0597: Pull complete 02:50:00 aa168da1d23b: Pull complete 02:50:00 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:50:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:50:00 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:50:00 prd-centos7-docker-4c-2g-29903 does not seem to be running inside a container 02:50:00 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-725/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_PR-725 -v /w/workspace/dgexfoundry_device-sdk-go_PR-725:/w/workspace/dgexfoundry_device-sdk-go_PR-725:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:50:03 $ docker top 49bae8c3d136db261b9b947b8bb1f75e178af73c2a5927aad05eafd1a9d6fbff -eo pid,comm [Pipeline] { [Pipeline] sh 02:50:04 + touch /tmp/pre-build-complete [Pipeline] sh 02:50:04 + mkdir -p /var/log/sa [Pipeline] sh 02:50:05 + ls /var/log/sa-host 02:50:05 + sadf -c /var/log/sa-host/sa16 02:50:05 file_magic: OK 02:50:05 HZ: Using current value: 100 02:50:05 file_header: OK 02:50: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 02:50:05 Statistics: 02:50: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... 02:50:05 File successfully converted to sysstat format version 12.2.1 02:50:05 + sadf -c /var/log/sa-host/sa23 02:50:05 file_magic: OK 02:50:05 HZ: Using current value: 100 02:50:05 file_header: OK 02:50: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 02:50:05 Statistics: 02:50:05 Hnuu...uuuununununu... 02:50:05 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:50:05 provisioning config files... 02:50:05 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config4526718689800952781tmp [Pipeline] { [Pipeline] echo 02:50:05 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:50:06 ---> create-netrc.sh [Pipeline] } 02:50:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:50:06 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:50:06 ---> python-tools-install.sh [Pipeline] echo 02:50:06 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:50:06 ---> sudo-logs.sh 02:50:06 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:50:06 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:50:07 ---> job-cost.sh 02:50:07 lf-activate-venv: SKIPPING 02:50:07 DEBUG: total: 0.20999999344348907 02:50:07 INFO: Retrieving Stack Cost... 02:50:08 INFO: Retrieving Pricing Info for: v1-standard-2 02:50:08 INFO: Archiving Costs [Pipeline] echo 02:50:08 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:50:09 ---> logs-deploy.sh 02:50:09 lf-activate-venv: SKIPPING 02:50:09 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-725/19 02:50:09 INFO: archiving workspace using pattern(s): 02:50:11 Archives upload complete. 02:50:11 INFO: archiving logs to Nexus 02:50:11 ---> uname -a: 02:50:11 Linux prd-centos7-docker-4c-2g-29903.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 02:50:11 02:50:11 02:50:11 ---> lscpu: 02:50:11 Architecture: x86_64 02:50:11 CPU op-mode(s): 32-bit, 64-bit 02:50:11 Byte Order: Little Endian 02:50:11 Address sizes: 40 bits physical, 48 bits virtual 02:50:11 CPU(s): 4 02:50:11 On-line CPU(s) list: 0-3 02:50:11 Thread(s) per core: 1 02:50:11 Core(s) per socket: 1 02:50:11 Socket(s): 4 02:50:11 NUMA node(s): 1 02:50:11 Vendor ID: GenuineIntel 02:50:11 CPU family: 6 02:50:11 Model: 44 02:50:11 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:50:11 Stepping: 1 02:50:11 CPU MHz: 2933.438 02:50:11 BogoMIPS: 5866.87 02:50:11 Virtualization: VT-x 02:50:11 Hypervisor vendor: KVM 02:50:11 Virtualization type: full 02:50:11 L1d cache: 128 KiB 02:50:11 L1i cache: 128 KiB 02:50:11 L2 cache: 16 MiB 02:50:11 L3 cache: 64 MiB 02:50:11 NUMA node0 CPU(s): 0-3 02:50:11 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:50:11 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:50:11 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:50:11 Vulnerability Meltdown: Mitigation; PTI 02:50:11 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:50:11 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:50:11 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:50:11 Vulnerability Srbds: Not affected 02:50:11 Vulnerability Tsx async abort: Not affected 02:50:11 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 02:50:11 02:50:11 02:50:11 ---> nproc: 02:50:11 4 02:50:11 02:50:11 02:50:11 ---> df -h: 02:50:11 Filesystem Size Used Available Use% Mounted on 02:50:11 overlay 50.0G 6.9G 43.1G 14% / 02:50:11 tmpfs 64.0M 0 64.0M 0% /dev 02:50:11 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:50:11 shm 64.0M 0 64.0M 0% /dev/shm 02:50:11 /dev/vda1 50.0G 6.9G 43.1G 14% /facter-os 02:50:11 /dev/vda1 50.0G 6.9G 43.1G 14% /etc/resolv.conf 02:50:11 /dev/vda1 50.0G 6.9G 43.1G 14% /etc/hostname 02:50:11 /dev/vda1 50.0G 6.9G 43.1G 14% /etc/hosts 02:50:11 /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/auth.log 02:50:11 /dev/vda1 50.0G 6.9G 43.1G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-725 02:50:11 /dev/vda1 50.0G 6.9G 43.1G 14% /run/cloud-init/result.json 02:50:11 /dev/vda1 50.0G 6.9G 43.1G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp 02:50:11 /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/sa-host 02:50:11 /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/secure 02:50:11 02:50:11 02:50:11 ---> free -m: 02:50:11 total used free shared buff/cache available 02:50:11 Mem: 1837 813 107 0 916 931 02:50:11 Swap: 1023 1 1022 02:50:11 02:50:11 02:50:11 ---> ip addr: 02:50:11 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:50:11 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:50:11 inet 127.0.0.1/8 scope host lo 02:50:11 valid_lft forever preferred_lft forever 02:50:11 inet6 ::1/128 scope host 02:50:11 valid_lft forever preferred_lft forever 02:50:11 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 02:50:11 link/ether fa:16:3e:eb:ba:22 brd ff:ff:ff:ff:ff:ff 02:50:11 inet 10.30.122.122/23 brd 10.30.123.255 scope global dynamic eth0 02:50:11 valid_lft 82872sec preferred_lft 82872sec 02:50:11 inet6 fe80::f816:3eff:feeb:ba22/64 scope link 02:50:11 valid_lft forever preferred_lft forever 02:50:11 3: docker0: mtu 1500 qdisc noqueue state DOWN 02:50:11 link/ether 02:42:06:d4:e5:6c brd ff:ff:ff:ff:ff:ff 02:50:11 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:50:11 valid_lft forever preferred_lft forever 02:50:11 inet6 fe80::42:6ff:fed4:e56c/64 scope link 02:50:11 valid_lft forever preferred_lft forever 02:50:11 02:50:11 02:50:11 ---> sar -b -r -n DEV: 02:50:11 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/16/21 _x86_64_ (4 CPU) 02:50:11 02:50:11 01:51:13 LINUX RESTART (4 CPU) 02:50:11 02:50:11 01:52:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:50:11 01:53:01 2.10 0.00 2.10 0.00 0.00 509.19 0.00 02:50:11 01:54:01 1.13 0.00 1.13 0.00 0.00 18.94 0.00 02:50:11 01:55:01 0.25 0.00 0.25 0.00 0.00 2.71 0.00 02:50:11 01:56:01 0.25 0.00 0.25 0.00 0.00 3.73 0.00 02:50:11 01:57:01 0.22 0.00 0.22 0.00 0.00 2.62 0.00 02:50:11 01:58:01 0.28 0.00 0.28 0.00 0.00 3.70 0.00 02:50:11 01:59:01 0.30 0.00 0.30 0.00 0.00 3.73 0.00 02:50:11 02:00:01 0.20 0.00 0.20 0.00 0.00 2.43 0.00 02:50:11 02:01:01 0.30 0.02 0.28 0.00 0.13 3.48 0.00 02:50:11 02:02:01 0.40 0.08 0.32 0.00 1.60 5.29 0.00 02:50:11 02:03:01 0.23 0.00 0.23 0.00 0.00 2.97 0.00 02:50:11 02:04:01 0.20 0.00 0.20 0.00 0.00 1.95 0.00 02:50:11 02:05:01 0.22 0.00 0.22 0.00 0.00 2.58 0.00 02:50:11 02:06:01 0.27 0.00 0.27 0.00 0.00 3.33 0.00 02:50:11 02:07:01 0.95 0.20 0.75 0.00 6.39 15.30 0.00 02:50:11 02:08:01 0.20 0.00 0.20 0.00 0.00 1.65 0.00 02:50:11 02:09:01 0.18 0.00 0.18 0.00 0.00 2.02 0.00 02:50:11 02:10:01 0.23 0.00 0.23 0.00 0.00 3.06 0.00 02:50:11 02:11:01 0.28 0.00 0.28 0.00 0.00 2.92 0.00 02:50:11 02:12:02 0.20 0.00 0.20 0.00 0.00 2.41 0.00 02:50:11 02:13:01 0.17 0.00 0.17 0.00 0.00 1.80 0.00 02:50:11 02:14:01 0.18 0.00 0.18 0.00 0.00 2.05 0.00 02:50:11 02:15:01 0.27 0.00 0.27 0.00 0.00 3.33 0.00 02:50:11 02:16:01 0.22 0.00 0.22 0.00 0.00 2.58 0.00 02:50:11 02:17:01 0.20 0.00 0.20 0.00 0.00 1.88 0.00 02:50:11 02:18:01 0.18 0.00 0.18 0.00 0.00 2.05 0.00 02:50:11 02:19:01 0.18 0.00 0.18 0.00 0.00 1.73 0.00 02:50:11 02:20:01 0.25 0.00 0.25 0.00 0.00 2.91 0.00 02:50:11 02:21:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 02:50:11 02:22:01 0.15 0.00 0.15 0.00 0.00 1.60 0.00 02:50:11 02:23:01 0.20 0.00 0.20 0.00 0.00 2.00 0.00 02:50:11 02:24:01 0.18 0.00 0.18 0.00 0.00 1.50 0.00 02:50:11 02:25:01 0.30 0.00 0.30 0.00 0.00 3.40 0.00 02:50:11 02:26:01 0.27 0.00 0.27 0.00 0.00 2.96 0.00 02:50:11 02:27:01 0.18 0.00 0.18 0.00 0.00 1.77 0.00 02:50:11 02:28:01 0.18 0.00 0.18 0.00 0.00 1.88 0.00 02:50:11 02:29:01 0.38 0.22 0.17 0.00 6.00 1.60 0.00 02:50:11 02:30:01 289.14 266.55 22.59 0.00 3707.49 1008.01 0.00 02:50:11 02:31:01 0.47 0.00 0.47 0.00 0.00 6.43 0.00 02:50:11 02:32:01 0.20 0.00 0.20 0.00 0.00 2.68 0.00 02:50:11 02:33:01 0.25 0.00 0.25 0.00 0.00 3.38 0.00 02:50:11 02:34:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 02:50:11 02:35:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 02:50:11 02:36:01 0.25 0.00 0.25 0.00 0.00 3.18 0.00 02:50:11 02:37:02 0.20 0.00 0.20 0.00 0.00 2.55 0.00 02:50:11 02:38:01 0.17 0.00 0.17 0.00 0.00 1.49 0.00 02:50:11 02:39:01 0.13 0.00 0.13 0.00 0.00 1.23 0.00 02:50:11 02:40:01 0.27 0.00 0.27 0.00 0.00 3.40 0.00 02:50:11 02:41:01 53.40 17.95 35.45 0.00 5011.92 2678.59 0.00 02:50:11 02:42:01 1.77 0.00 1.77 0.00 0.00 36.86 0.00 02:50:11 02:43:01 5.63 0.00 5.63 0.00 0.00 64.86 0.00 02:50:11 02:44:01 0.15 0.00 0.15 0.00 0.00 1.77 0.00 02:50:11 02:45:01 0.37 0.00 0.37 0.00 0.00 4.86 0.00 02:50:11 02:46:01 0.20 0.00 0.20 0.00 0.00 2.68 0.00 02:50:11 02:47:01 0.17 0.00 0.17 0.00 0.00 1.73 0.00 02:50:11 02:48:01 0.17 0.00 0.17 0.00 0.00 1.60 0.00 02:50:11 02:49:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 02:50:11 02:50:01 143.67 87.26 56.41 0.00 6760.97 16891.04 0.00 02:50:11 Average: 8.79 6.42 2.36 0.00 267.38 368.46 0.00 02:50:11 02:50:11 01:52:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:50:11 01:53:01 83220 0 490728 26.08 2620 1304976 984112 33.59 303896 1298800 20 02:50:11 01:54:01 83704 0 490236 26.05 2620 1304984 976940 33.34 302056 1300164 8 02:50:11 01:55:01 82600 0 491336 26.11 2620 1304988 977108 33.35 303276 1300164 12 02:50:11 01:56:01 83604 0 490276 26.06 2620 1305044 976904 33.34 302324 1300176 24 02:50:11 01:57:01 83288 0 490640 26.08 2620 1304996 976988 33.34 302536 1300164 20 02:50:11 01:58:01 84044 0 489876 26.04 2620 1305004 976904 33.34 302232 1300168 16 02:50:11 01:59:01 83936 0 489984 26.04 2620 1305004 976904 33.34 302236 1300164 8 02:50:11 02:00:01 84024 0 489892 26.04 2620 1305008 976904 33.34 302364 1300164 8 02:50:11 02:01:01 82812 0 491092 26.10 2620 1305020 979672 33.43 302916 1300164 8 02:50:11 02:02:01 83144 0 490632 26.08 2620 1305148 985668 33.64 302856 1300232 16 02:50:11 02:03:01 82644 0 491132 26.10 2620 1305148 985764 33.64 303512 1300228 8 02:50:11 02:04:01 83728 0 490040 26.04 2620 1305156 985608 33.64 302548 1300232 8 02:50:11 02:05:01 82684 0 491080 26.10 2620 1305160 985716 33.64 303140 1300228 8 02:50:11 02:06:01 82412 0 491352 26.11 2620 1305160 985728 33.64 303368 1300228 8 02:50:11 02:07:01 82932 0 490824 26.09 2620 1305168 985668 33.64 302776 1300228 8 02:50:11 02:08:01 82776 0 490976 26.09 2620 1305172 985668 33.64 303028 1300228 8 02:50:11 02:09:01 83260 0 490488 26.07 2620 1305176 985608 33.64 302584 1300228 8 02:50:11 02:10:01 83168 0 490576 26.07 2620 1305180 985608 33.64 302604 1300228 8 02:50:11 02:11:01 83244 0 490492 26.07 2620 1305188 985608 33.64 302596 1300228 8 02:50:11 02:12:02 82776 0 490960 26.09 2620 1305188 985692 33.64 303048 1300228 8 02:50:11 02:13:01 83028 0 490700 26.08 2620 1305196 985608 33.64 302724 1300232 8 02:50:11 02:14:01 82972 0 490752 26.08 2620 1305200 985644 33.64 302668 1300228 12 02:50:11 02:15:01 82404 0 491320 26.11 2620 1305200 985692 33.64 303080 1300228 8 02:50:11 02:16:01 83068 0 490648 26.08 2620 1305208 985608 33.64 302652 1300228 8 02:50:11 02:17:01 79784 0 493928 26.25 2620 1305212 988372 33.73 305852 1300228 8 02:50:11 02:18:01 80276 0 493428 26.22 2620 1305220 988288 33.73 305312 1300228 8 02:50:11 02:19:01 80300 0 493404 26.22 2620 1305220 988288 33.73 305312 1300228 8 02:50:11 02:20:01 80340 0 493356 26.22 2620 1305228 988288 33.73 305444 1300228 8 02:50:11 02:21:01 80316 0 493344 26.22 2620 1305264 988288 33.73 305300 1300236 16 02:50:11 02:22:01 79924 0 493768 26.24 2620 1305232 988360 33.73 305696 1300228 8 02:50:11 02:23:01 80144 0 493540 26.23 2620 1305240 988288 33.73 305324 1300228 8 02:50:11 02:24:01 80056 0 493624 26.24 2620 1305244 988360 33.73 305704 1300228 8 02:50:11 02:25:01 80300 0 493372 26.22 2620 1305252 988288 33.73 305332 1300232 8 02:50:11 02:26:01 80424 0 493244 26.21 2620 1305256 988288 33.73 305464 1300228 8 02:50:11 02:27:01 80104 0 493556 26.23 2620 1305264 988348 33.73 305672 1300228 8 02:50:11 02:28:01 79824 0 493836 26.25 2620 1305264 988372 33.73 305792 1300228 8 02:50:11 02:29:01 79364 0 494288 26.27 2620 1305272 990032 33.79 306248 1300208 16 02:50:11 02:30:01 74032 0 595672 31.66 2620 1209220 988320 33.73 334520 1176940 8 02:50:11 02:31:01 69812 0 599892 31.88 2620 1209220 988320 33.73 344708 1171400 8 02:50:11 02:32:01 69468 0 600228 31.90 2620 1209228 988636 33.74 345152 1171400 8 02:50:11 02:33:01 69920 0 599772 31.88 2620 1209232 988576 33.74 344608 1171400 8 02:50:11 02:34:01 70300 0 599384 31.86 2620 1209240 988576 33.74 344640 1171400 8 02:50:11 02:35:01 69740 0 599944 31.89 2620 1209240 988624 33.74 345028 1171396 8 02:50:11 02:36:01 69836 0 599840 31.88 2620 1209248 988576 33.74 344760 1171404 8 02:50:11 02:37:02 69352 0 600320 31.91 2620 1209252 988648 33.74 345212 1171400 8 02:50:11 02:38:01 70052 0 599620 31.87 2620 1209252 988576 33.74 344096 1171400 16 02:50:11 02:39:01 69996 0 599668 31.87 2620 1209260 988576 33.74 344132 1171400 8 02:50:11 02:40:01 70268 0 599388 31.86 2620 1209268 988576 33.74 344156 1171396 8 02:50:11 02:41:01 155096 0 709132 37.69 2620 1014696 1105072 37.71 448604 977696 136 02:50:11 02:42:01 170092 0 694032 36.89 2620 1014800 1082012 36.93 434456 977732 20 02:50:11 02:43:01 134876 0 729236 38.76 2620 1014812 1082380 36.94 464888 982200 20 02:50:11 02:44:01 137432 0 726676 38.62 2620 1014816 1074884 36.68 461268 983632 12 02:50:11 02:45:01 137504 0 726600 38.62 2620 1014820 1074884 36.68 461136 983488 8 02:50:11 02:46:01 136124 0 727972 38.69 2620 1014828 1075200 36.69 461136 985008 8 02:50:11 02:47:01 137100 0 726996 38.64 2620 1014828 1075028 36.69 460224 985004 8 02:50:11 02:48:01 137288 0 726800 38.63 2620 1014836 1074984 36.69 459940 985048 8 02:50:11 02:49:01 137780 0 726304 38.60 2620 1014840 1074948 36.69 459780 985044 8 02:50:11 02:50:01 166532 0 817124 43.43 2596 895292 1284716 43.85 471776 889656 34436 02:50:11 Average: 90676 0 553402 29.41 2620 1234846 1005436 34.31 337995 1219517 606 02:50:11 02:50:11 01:52:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:50:11 01:53:01 eth0 0.55 0.37 0.35 0.13 0.00 0.00 0.00 0.00 02:50:11 01:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 01:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 01:54:01 eth0 1.25 0.12 0.13 0.01 0.00 0.00 0.00 0.00 02:50:11 01:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 01:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 01:55:01 eth0 0.65 0.28 0.29 0.17 0.00 0.00 0.00 0.00 02:50:11 01:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 01:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 01:56:01 eth0 0.13 0.08 0.01 0.04 0.00 0.00 0.00 0.00 02:50:11 01:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 01:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 01:57:01 eth0 0.28 0.20 0.14 0.07 0.00 0.00 0.00 0.00 02:50:11 01:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 01:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 01:58:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:50:11 01:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 01:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 01:59:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:50:11 01:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 01:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:00:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:50:11 02:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:01:01 eth0 0.53 0.08 0.05 0.01 0.00 0.00 0.00 0.00 02:50:11 02:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:02:01 eth0 0.72 0.17 0.13 0.07 0.00 0.00 0.00 0.00 02:50:11 02:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:03:01 eth0 0.72 0.45 0.37 0.21 0.00 0.00 0.00 0.00 02:50:11 02:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:04:01 eth0 0.58 0.08 0.06 0.01 0.00 0.00 0.00 0.00 02:50:11 02:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:05:01 eth0 0.55 0.45 0.28 0.21 0.00 0.00 0.00 0.00 02:50:11 02:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:06:01 eth0 0.38 0.27 0.24 0.13 0.00 0.00 0.00 0.00 02:50:11 02:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:07:01 eth0 0.20 0.15 0.08 0.07 0.00 0.00 0.00 0.00 02:50:11 02:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:08:01 eth0 0.18 0.15 0.07 0.01 0.00 0.00 0.00 0.00 02:50:11 02:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:09:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:10:01 eth0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:11:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:50:11 02:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:12:02 eth0 0.18 0.15 0.08 0.07 0.00 0.00 0.00 0.00 02:50:11 02:12:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:12:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:13:01 eth0 0.14 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:50:11 02:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:14:01 eth0 0.18 0.05 0.07 0.00 0.00 0.00 0.00 0.00 02:50:11 02:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:15:01 eth0 0.30 0.23 0.13 0.07 0.00 0.00 0.00 0.00 02:50:11 02:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:16:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:17:01 eth0 0.18 0.15 0.08 0.07 0.00 0.00 0.00 0.00 02:50:11 02:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:18:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:19:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 02:50:11 02:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:20:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:21:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:22:01 eth0 0.17 0.15 0.09 0.07 0.00 0.00 0.00 0.00 02:50:11 02:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:23:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:24:01 eth0 0.20 0.18 0.12 0.01 0.00 0.00 0.00 0.00 02:50:11 02:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:25:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:26:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:27:01 eth0 0.17 0.15 0.08 0.07 0.00 0.00 0.00 0.00 02:50:11 02:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:28:01 eth0 0.40 0.22 0.29 0.13 0.00 0.00 0.00 0.00 02:50:11 02:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:29:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:30:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:31:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:32:01 eth0 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 02:50:11 02:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:33:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:34:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:35:01 eth0 0.13 0.12 0.06 0.01 0.00 0.00 0.00 0.00 02:50:11 02:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:36:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:37:02 eth0 0.15 0.15 0.08 0.07 0.00 0.00 0.00 0.00 02:50:11 02:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:37:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:38:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:39:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:40:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:41:01 eth0 345.74 236.25 729.70 74.73 0.00 0.00 0.00 0.00 02:50:11 02:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:41:01 docker0 10.89 7.56 1.54 23.81 0.00 0.00 0.00 0.00 02:50:11 02:42:01 eth0 0.83 0.10 0.13 0.04 0.00 0.00 0.00 0.00 02:50:11 02:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:43:01 eth0 92.52 62.00 62.09 68.14 0.00 0.00 0.00 0.00 02:50:11 02:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:44:01 eth0 0.05 0.03 0.00 0.05 0.00 0.00 0.00 0.00 02:50:11 02:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:45:01 eth0 0.60 0.08 0.06 0.01 0.00 0.00 0.00 0.00 02:50:11 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:46:01 eth0 2.00 2.07 0.37 6.72 0.00 0.00 0.00 0.00 02:50:11 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:47:01 eth0 4.40 4.38 0.35 7.00 0.00 0.00 0.00 0.00 02:50:11 02:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:48:01 eth0 0.13 0.13 0.09 0.01 0.00 0.00 0.00 0.00 02:50:11 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:49:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:50:01 eth0 194.14 167.67 2174.80 21.58 0.00 0.00 0.00 0.00 02:50:11 02:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 Average: eth0 11.22 8.25 51.27 3.11 0.00 0.00 0.00 0.00 02:50:11 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:11 Average: docker0 0.19 0.13 0.03 0.41 0.00 0.00 0.00 0.00 02:50:11 02:50:11 02:50:11 ---> sar -P ALL: 02:50:11 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/16/21 _x86_64_ (4 CPU) 02:50:11 02:50:11 01:51:13 LINUX RESTART (4 CPU) 02:50:11 02:50:11 01:52:01 CPU %user %nice %system %iowait %steal %idle 02:50:11 01:53:01 all 0.13 0.00 0.04 0.00 0.00 99.83 02:50:11 01:53:01 0 0.00 0.00 0.02 0.00 0.00 99.98 02:50:11 01:53:01 1 0.38 0.00 0.05 0.00 0.00 99.57 02:50:11 01:53:01 2 0.03 0.00 0.05 0.00 0.00 99.92 02:50:11 01:53:01 3 0.12 0.00 0.03 0.00 0.00 99.85 02:50:11 01:54:01 all 0.15 0.00 0.08 0.00 0.00 99.77 02:50:11 01:54:01 0 0.03 0.00 0.05 0.00 0.02 99.90 02:50:11 01:54:01 1 0.03 0.00 0.07 0.00 0.00 99.90 02:50:11 01:54:01 2 0.05 0.00 0.08 0.00 0.00 99.87 02:50:11 01:54:01 3 0.48 0.00 0.12 0.00 0.00 99.40 02:50:11 01:55:01 all 0.15 0.00 0.03 0.00 0.00 99.83 02:50:11 01:55:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:50:11 01:55:01 1 0.07 0.00 0.02 0.00 0.00 99.92 02:50:11 01:55:01 2 0.03 0.00 0.03 0.00 0.00 99.93 02:50:11 01:55:01 3 0.47 0.00 0.03 0.00 0.00 99.50 02:50:11 01:56:01 all 0.15 0.00 0.03 0.00 0.00 99.82 02:50:11 01:56:01 0 0.03 0.00 0.02 0.00 0.00 99.95 02:50:11 01:56:01 1 0.03 0.00 0.03 0.00 0.00 99.93 02:50:11 01:56:01 2 0.03 0.00 0.03 0.00 0.00 99.93 02:50:11 01:56:01 3 0.52 0.00 0.03 0.00 0.00 99.45 02:50:11 01:57:01 all 0.08 0.00 0.03 0.00 0.00 99.90 02:50:11 01:57:01 0 0.17 0.00 0.03 0.00 0.00 99.80 02:50:11 01:57:01 1 0.03 0.00 0.02 0.00 0.00 99.95 02:50:11 01:57:01 2 0.03 0.00 0.05 0.00 0.00 99.92 02:50:11 01:57:01 3 0.07 0.00 0.02 0.00 0.00 99.92 02:50:11 01:58:01 all 0.16 0.00 0.04 0.00 0.00 99.80 02:50:11 01:58:01 0 0.50 0.00 0.02 0.00 0.00 99.48 02:50:11 01:58:01 1 0.03 0.00 0.05 0.00 0.00 99.92 02:50:11 01:58:01 2 0.07 0.00 0.07 0.00 0.00 99.87 02:50:11 01:58:01 3 0.03 0.00 0.03 0.00 0.00 99.93 02:50:11 01:59:01 all 0.14 0.00 0.03 0.00 0.00 99.83 02:50:11 01:59:01 0 0.50 0.00 0.00 0.00 0.00 99.50 02:50:11 01:59:01 1 0.02 0.00 0.02 0.00 0.00 99.97 02:50:11 01:59:01 2 0.03 0.00 0.05 0.00 0.00 99.92 02:50:11 01:59:01 3 0.02 0.00 0.05 0.00 0.00 99.93 02:50:11 02:00:01 all 0.15 0.00 0.03 0.00 0.00 99.82 02:50:11 02:00:01 0 0.52 0.00 0.03 0.00 0.00 99.45 02:50:11 02:00:01 1 0.03 0.00 0.03 0.00 0.00 99.93 02:50:11 02:00:01 2 0.02 0.00 0.02 0.00 0.02 99.95 02:50:11 02:00:01 3 0.03 0.00 0.02 0.00 0.00 99.95 02:50:11 02:01:01 all 0.16 0.00 0.05 0.00 0.00 99.79 02:50:11 02:01:01 0 0.20 0.00 0.03 0.00 0.00 99.77 02:50:11 02:01:01 1 0.05 0.00 0.05 0.00 0.02 99.88 02:50:11 02:01:01 2 0.35 0.00 0.07 0.00 0.00 99.58 02:50:11 02:01:01 3 0.05 0.00 0.03 0.00 0.00 99.92 02:50:11 02:02:01 all 0.16 0.00 0.04 0.00 0.00 99.80 02:50:11 02:02:01 0 0.03 0.00 0.03 0.00 0.00 99.93 02:50:11 02:02:01 1 0.07 0.00 0.07 0.02 0.00 99.85 02:50:11 02:02:01 2 0.22 0.00 0.03 0.00 0.00 99.75 02:50:11 02:02:01 3 0.32 0.00 0.03 0.00 0.00 99.65 02:50:11 02:03:01 all 0.19 0.00 0.03 0.00 0.00 99.78 02:50:11 02:03:01 0 0.13 0.00 0.02 0.00 0.02 99.83 02:50:11 02:03:01 1 0.07 0.00 0.08 0.00 0.00 99.85 02:50:11 02:03:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:50:11 02:03:01 3 0.53 0.00 0.02 0.00 0.00 99.45 02:50:11 02:50:11 02:03:01 CPU %user %nice %system %iowait %steal %idle 02:50:11 02:04:01 all 0.14 0.00 0.03 0.00 0.00 99.83 02:50:11 02:04:01 0 0.00 0.00 0.02 0.00 0.00 99.98 02:50:11 02:04:01 1 0.03 0.00 0.03 0.00 0.00 99.93 02:50:11 02:04:01 2 0.03 0.00 0.03 0.00 0.00 99.93 02:50:11 02:04:01 3 0.50 0.00 0.02 0.00 0.00 99.48 02:50:11 02:05:01 all 0.16 0.00 0.03 0.00 0.00 99.81 02:50:11 02:05:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:50:11 02:05:01 1 0.42 0.00 0.05 0.00 0.00 99.53 02:50:11 02:05:01 2 0.05 0.00 0.03 0.00 0.00 99.92 02:50:11 02:05:01 3 0.17 0.00 0.02 0.00 0.00 99.82 02:50:11 02:06:01 all 0.14 0.00 0.03 0.00 0.01 99.82 02:50:11 02:06:01 0 0.02 0.00 0.00 0.00 0.00 99.98 02:50:11 02:06:01 1 0.52 0.00 0.03 0.00 0.02 99.43 02:50:11 02:06:01 2 0.02 0.00 0.03 0.00 0.00 99.95 02:50:11 02:06:01 3 0.02 0.00 0.03 0.00 0.02 99.93 02:50:11 02:07:01 all 0.16 0.00 0.05 0.00 0.00 99.80 02:50:11 02:07:01 0 0.02 0.00 0.03 0.00 0.00 99.95 02:50:11 02:07:01 1 0.07 0.00 0.05 0.00 0.00 99.88 02:50:11 02:07:01 2 0.22 0.00 0.02 0.00 0.00 99.77 02:50:11 02:07:01 3 0.33 0.00 0.08 0.00 0.00 99.58 02:50:11 02:08:01 all 0.15 0.00 0.03 0.00 0.00 99.83 02:50:11 02:08:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:50:11 02:08:01 1 0.05 0.00 0.07 0.00 0.00 99.88 02:50:11 02:08:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:50:11 02:08:01 3 0.50 0.00 0.02 0.00 0.00 99.48 02:50:11 02:09:01 all 0.16 0.00 0.03 0.00 0.00 99.81 02:50:11 02:09:01 0 0.02 0.00 0.03 0.00 0.00 99.95 02:50:11 02:09:01 1 0.05 0.00 0.03 0.00 0.00 99.92 02:50:11 02:09:01 2 0.05 0.00 0.03 0.00 0.00 99.92 02:50:11 02:09:01 3 0.52 0.00 0.02 0.00 0.00 99.47 02:50:11 02:10:01 all 0.15 0.00 0.02 0.00 0.00 99.82 02:50:11 02:10:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:50:11 02:10:01 1 0.05 0.00 0.05 0.00 0.00 99.90 02:50:11 02:10:01 2 0.03 0.00 0.02 0.00 0.00 99.95 02:50:11 02:10:01 3 0.52 0.00 0.02 0.00 0.00 99.47 02:50:11 02:11:01 all 0.15 0.00 0.02 0.00 0.00 99.84 02:50:11 02:11:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:50:11 02:11:01 1 0.03 0.00 0.02 0.00 0.00 99.95 02:50:11 02:11:01 2 0.03 0.00 0.02 0.00 0.00 99.95 02:50:11 02:11:01 3 0.50 0.00 0.02 0.00 0.00 99.48 02:50:11 02:12:02 all 0.10 0.00 0.05 0.00 0.00 99.85 02:50:11 02:12:02 0 0.03 0.00 0.03 0.00 0.00 99.93 02:50:11 02:12:02 1 0.22 0.00 0.07 0.00 0.00 99.72 02:50:11 02:12:02 2 0.13 0.00 0.07 0.00 0.00 99.80 02:50:11 02:12:02 3 0.02 0.00 0.03 0.00 0.00 99.95 02:50:11 02:13:01 all 0.03 0.00 0.03 0.00 0.00 99.93 02:50:11 02:13:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:50:11 02:13:01 1 0.03 0.00 0.05 0.00 0.00 99.92 02:50:11 02:13:01 2 0.03 0.00 0.03 0.00 0.00 99.93 02:50:11 02:13:01 3 0.03 0.00 0.03 0.00 0.02 99.92 02:50:11 02:14:01 all 0.05 0.00 0.03 0.00 0.00 99.92 02:50:11 02:14:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:50:11 02:14:01 1 0.05 0.00 0.02 0.00 0.02 99.92 02:50:11 02:14:01 2 0.10 0.00 0.05 0.00 0.00 99.85 02:50:11 02:14:01 3 0.02 0.00 0.03 0.00 0.00 99.95 02:50:11 02:50:11 02:14:01 CPU %user %nice %system %iowait %steal %idle 02:50:11 02:15:01 all 0.15 0.00 0.02 0.00 0.00 99.82 02:50:11 02:15:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:50:11 02:15:01 1 0.03 0.00 0.03 0.00 0.00 99.93 02:50:11 02:15:01 2 0.50 0.00 0.00 0.00 0.02 99.48 02:50:11 02:15:01 3 0.07 0.00 0.03 0.00 0.00 99.90 02:50:11 02:16:01 all 0.15 0.00 0.03 0.00 0.00 99.82 02:50:11 02:16:01 0 0.02 0.00 0.02 0.00 0.02 99.95 02:50:11 02:16:01 1 0.02 0.00 0.02 0.00 0.00 99.97 02:50:11 02:16:01 2 0.52 0.00 0.02 0.00 0.00 99.47 02:50:11 02:16:01 3 0.03 0.00 0.07 0.00 0.00 99.90 02:50:11 02:17:01 all 0.15 0.00 0.03 0.00 0.00 99.82 02:50:11 02:17:01 0 0.00 0.00 0.02 0.00 0.00 99.98 02:50:11 02:17:01 1 0.05 0.00 0.05 0.00 0.00 99.90 02:50:11 02:17:01 2 0.52 0.00 0.05 0.00 0.00 99.43 02:50:11 02:17:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:50:11 02:18:01 all 0.15 0.00 0.02 0.00 0.00 99.82 02:50:11 02:18:01 0 0.52 0.00 0.02 0.00 0.00 99.47 02:50:11 02:18:01 1 0.07 0.00 0.05 0.00 0.00 99.88 02:50:11 02:18:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:50:11 02:18:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:50:11 02:19:01 all 0.14 0.00 0.02 0.00 0.00 99.84 02:50:11 02:19:01 0 0.50 0.00 0.02 0.00 0.00 99.48 02:50:11 02:19:01 1 0.03 0.00 0.07 0.00 0.00 99.90 02:50:11 02:19:01 2 0.02 0.00 0.00 0.00 0.00 99.98 02:50:11 02:19:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:50:11 02:20:01 all 0.16 0.00 0.03 0.00 0.00 99.81 02:50:11 02:20:01 0 0.52 0.00 0.03 0.00 0.00 99.45 02:50:11 02:20:01 1 0.05 0.00 0.02 0.00 0.00 99.93 02:50:11 02:20:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:50:11 02:20:01 3 0.05 0.00 0.05 0.00 0.02 99.88 02:50:11 02:21:01 all 0.14 0.00 0.02 0.00 0.00 99.83 02:50:11 02:21:01 0 0.50 0.00 0.02 0.00 0.00 99.48 02:50:11 02:21:01 1 0.03 0.00 0.02 0.00 0.00 99.95 02:50:11 02:21:01 2 0.00 0.00 0.02 0.00 0.00 99.98 02:50:11 02:21:01 3 0.03 0.00 0.05 0.00 0.00 99.92 02:50:11 02:22:01 all 0.17 0.00 0.03 0.00 0.00 99.80 02:50:11 02:22:01 0 0.48 0.00 0.02 0.00 0.00 99.50 02:50:11 02:22:01 1 0.08 0.00 0.07 0.00 0.00 99.85 02:50:11 02:22:01 2 0.07 0.00 0.03 0.00 0.00 99.90 02:50:11 02:22:01 3 0.03 0.00 0.02 0.00 0.00 99.95 02:50:11 02:23:01 all 0.14 0.00 0.03 0.00 0.00 99.83 02:50:11 02:23:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:50:11 02:23:01 1 0.03 0.00 0.03 0.00 0.00 99.93 02:50:11 02:23:01 2 0.03 0.00 0.05 0.00 0.00 99.92 02:50:11 02:23:01 3 0.48 0.00 0.02 0.00 0.00 99.50 02:50:11 02:24:01 all 0.15 0.00 0.02 0.00 0.00 99.83 02:50:11 02:24:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:50:11 02:24:01 1 0.03 0.00 0.02 0.00 0.02 99.93 02:50:11 02:24:01 2 0.03 0.00 0.03 0.00 0.00 99.93 02:50:11 02:24:01 3 0.50 0.00 0.00 0.00 0.00 99.50 02:50:11 02:25:01 all 0.15 0.00 0.04 0.00 0.00 99.81 02:50:11 02:25:01 0 0.05 0.00 0.05 0.00 0.00 99.90 02:50:11 02:25:01 1 0.03 0.00 0.05 0.00 0.00 99.92 02:50:11 02:25:01 2 0.02 0.00 0.03 0.00 0.00 99.95 02:50:11 02:25:01 3 0.50 0.00 0.02 0.00 0.00 99.48 02:50:11 02:50:11 02:25:01 CPU %user %nice %system %iowait %steal %idle 02:50:11 02:26:01 all 0.15 0.00 0.03 0.00 0.00 99.82 02:50:11 02:26:01 0 0.00 0.00 0.02 0.00 0.00 99.98 02:50:11 02:26:01 1 0.08 0.00 0.08 0.00 0.00 99.83 02:50:11 02:26:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:50:11 02:26:01 3 0.50 0.00 0.02 0.00 0.00 99.48 02:50:11 02:27:01 all 0.08 0.00 0.04 0.00 0.00 99.88 02:50:11 02:27:01 0 0.02 0.00 0.00 0.00 0.00 99.98 02:50:11 02:27:01 1 0.27 0.00 0.10 0.00 0.00 99.63 02:50:11 02:27:01 2 0.03 0.00 0.03 0.00 0.00 99.93 02:50:11 02:27:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:50:11 02:28:01 all 0.03 0.00 0.03 0.00 0.00 99.94 02:50:11 02:28:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:50:11 02:28:01 1 0.08 0.00 0.05 0.00 0.02 99.85 02:50:11 02:28:01 2 0.02 0.00 0.00 0.00 0.00 99.98 02:50:11 02:28:01 3 0.02 0.00 0.03 0.00 0.00 99.95 02:50:11 02:29:01 all 0.13 0.00 0.04 0.00 0.00 99.82 02:50:11 02:29:01 0 0.00 0.00 0.02 0.00 0.00 99.98 02:50:11 02:29:01 1 0.48 0.00 0.07 0.00 0.00 99.45 02:50:11 02:29:01 2 0.03 0.00 0.05 0.02 0.00 99.90 02:50:11 02:29:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:50:11 02:30:01 all 0.18 2.66 11.37 5.61 0.11 80.07 02:50:11 02:30:01 0 0.20 2.35 10.02 4.47 0.10 82.86 02:50:11 02:30:01 1 0.12 2.39 10.37 4.50 0.10 82.52 02:50:11 02:30:01 2 0.25 2.90 12.35 7.16 0.12 77.22 02:50:11 02:30:01 3 0.14 3.01 12.72 6.32 0.12 77.70 02:50:11 02:31:01 all 0.14 0.00 0.05 0.00 0.00 99.81 02:50:11 02:31:01 0 0.00 0.00 0.02 0.00 0.00 99.98 02:50:11 02:31:01 1 0.03 0.00 0.07 0.00 0.00 99.90 02:50:11 02:31:01 2 0.50 0.00 0.02 0.00 0.00 99.48 02:50:11 02:31:01 3 0.03 0.00 0.10 0.00 0.00 99.87 02:50:11 02:32:01 all 0.15 0.00 0.03 0.00 0.01 99.81 02:50:11 02:32:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:50:11 02:32:01 1 0.03 0.00 0.03 0.00 0.02 99.92 02:50:11 02:32:01 2 0.52 0.00 0.03 0.00 0.00 99.45 02:50:11 02:32:01 3 0.05 0.00 0.03 0.00 0.02 99.90 02:50:11 02:33:01 all 0.15 0.00 0.02 0.00 0.00 99.83 02:50:11 02:33:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:50:11 02:33:01 1 0.03 0.00 0.03 0.00 0.00 99.93 02:50:11 02:33:01 2 0.50 0.00 0.00 0.00 0.00 99.50 02:50:11 02:33:01 3 0.03 0.00 0.05 0.00 0.00 99.92 02:50:11 02:34:01 all 0.09 0.00 0.05 0.00 0.00 99.87 02:50:11 02:34:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:50:11 02:34:01 1 0.02 0.00 0.03 0.00 0.00 99.95 02:50:11 02:34:01 2 0.28 0.00 0.08 0.00 0.00 99.63 02:50:11 02:34:01 3 0.03 0.00 0.05 0.00 0.00 99.92 02:50:11 02:35:01 all 0.03 0.00 0.03 0.00 0.00 99.95 02:50:11 02:35:01 0 0.00 0.00 0.02 0.00 0.00 99.98 02:50:11 02:35:01 1 0.03 0.00 0.02 0.00 0.00 99.95 02:50:11 02:35:01 2 0.03 0.00 0.02 0.00 0.00 99.95 02:50:11 02:35:01 3 0.05 0.00 0.05 0.00 0.00 99.90 02:50:11 02:36:01 all 0.04 0.00 0.03 0.00 0.00 99.93 02:50:11 02:36:01 0 0.02 0.00 0.00 0.00 0.02 99.97 02:50:11 02:36:01 1 0.03 0.00 0.03 0.00 0.00 99.93 02:50:11 02:36:01 2 0.05 0.00 0.03 0.00 0.00 99.92 02:50:11 02:36:01 3 0.05 0.00 0.03 0.00 0.00 99.92 02:50:11 02:50:11 02:36:01 CPU %user %nice %system %iowait %steal %idle 02:50:11 02:37:02 all 0.15 0.00 0.04 0.00 0.00 99.81 02:50:11 02:37:02 0 0.52 0.00 0.03 0.00 0.00 99.45 02:50:11 02:37:02 1 0.03 0.00 0.05 0.00 0.00 99.92 02:50:11 02:37:02 2 0.03 0.00 0.03 0.00 0.00 99.93 02:50:11 02:37:02 3 0.03 0.00 0.03 0.00 0.00 99.93 02:50:11 02:38:01 all 0.13 0.00 0.03 0.00 0.00 99.83 02:50:11 02:38:01 0 0.03 0.00 0.02 0.00 0.00 99.95 02:50:11 02:38:01 1 0.02 0.00 0.03 0.00 0.00 99.95 02:50:11 02:38:01 2 0.44 0.00 0.05 0.00 0.00 99.51 02:50:11 02:38:01 3 0.03 0.00 0.03 0.00 0.00 99.93 02:50:11 02:39:01 all 0.04 0.00 0.03 0.00 0.00 99.92 02:50:11 02:39:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:50:11 02:39:01 1 0.03 0.00 0.02 0.00 0.00 99.95 02:50:11 02:39:01 2 0.10 0.00 0.07 0.00 0.00 99.83 02:50:11 02:39:01 3 0.02 0.00 0.03 0.00 0.00 99.95 02:50:11 02:40:01 all 0.02 0.00 0.03 0.00 0.00 99.94 02:50:11 02:40:01 0 0.00 0.00 0.02 0.00 0.00 99.98 02:50:11 02:40:01 1 0.03 0.00 0.05 0.00 0.00 99.92 02:50:11 02:40:01 2 0.03 0.00 0.03 0.00 0.02 99.92 02:50:11 02:40:01 3 0.02 0.00 0.03 0.00 0.00 99.95 02:50:11 02:41:01 all 6.67 0.00 2.89 1.73 0.05 88.66 02:50:11 02:41:01 0 7.30 0.00 3.29 2.83 0.03 86.55 02:50:11 02:41:01 1 6.12 0.00 2.64 1.88 0.05 89.30 02:50:11 02:41:01 2 6.95 0.00 2.76 0.64 0.02 89.63 02:50:11 02:41:01 3 6.30 0.00 2.86 1.58 0.10 89.16 02:50:11 02:42:01 all 0.18 0.00 0.05 0.00 0.00 99.78 02:50:11 02:42:01 0 0.55 0.00 0.05 0.00 0.00 99.40 02:50:11 02:42:01 1 0.07 0.00 0.07 0.00 0.00 99.87 02:50:11 02:42:01 2 0.05 0.00 0.03 0.00 0.00 99.92 02:50:11 02:42:01 3 0.03 0.00 0.03 0.00 0.00 99.93 02:50:11 02:43:01 all 0.91 0.00 0.40 0.02 0.02 98.65 02:50:11 02:43:01 0 0.75 0.00 0.49 0.02 0.02 98.73 02:50:11 02:43:01 1 0.85 0.00 0.42 0.02 0.03 98.68 02:50:11 02:43:01 2 0.87 0.00 0.37 0.03 0.02 98.71 02:50:11 02:43:01 3 1.17 0.00 0.33 0.02 0.02 98.46 02:50:11 02:44:01 all 0.03 0.00 0.07 0.00 0.00 99.90 02:50:11 02:44:01 0 0.02 0.00 0.00 0.00 0.00 99.98 02:50:11 02:44:01 1 0.05 0.00 0.13 0.00 0.00 99.82 02:50:11 02:44:01 2 0.02 0.00 0.05 0.00 0.00 99.93 02:50:11 02:44:01 3 0.03 0.00 0.08 0.00 0.00 99.88 02:50:11 02:45:01 all 0.02 0.00 0.03 0.00 0.00 99.95 02:50:11 02:45:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:50:11 02:45:01 1 0.02 0.00 0.03 0.00 0.00 99.95 02:50:11 02:45:01 2 0.03 0.00 0.03 0.00 0.00 99.93 02:50:11 02:45:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:50:11 02:46:01 all 0.07 0.00 0.04 0.00 0.00 99.89 02:50:11 02:46:01 0 0.03 0.00 0.03 0.00 0.00 99.93 02:50:11 02:46:01 1 0.05 0.00 0.03 0.00 0.00 99.92 02:50:11 02:46:01 2 0.12 0.00 0.03 0.00 0.00 99.85 02:50:11 02:46:01 3 0.08 0.00 0.05 0.00 0.00 99.87 02:50:11 02:47:01 all 0.06 0.00 0.05 0.00 0.00 99.89 02:50:11 02:47:01 0 0.05 0.00 0.05 0.00 0.00 99.90 02:50:11 02:47:01 1 0.08 0.00 0.05 0.00 0.00 99.87 02:50:11 02:47:01 2 0.07 0.00 0.07 0.00 0.00 99.87 02:50:11 02:47:01 3 0.05 0.00 0.03 0.00 0.00 99.92 02:50:11 02:50:11 02:47:01 CPU %user %nice %system %iowait %steal %idle 02:50:11 02:48:01 all 0.02 0.00 0.03 0.00 0.00 99.95 02:50:11 02:48:01 0 0.03 0.00 0.03 0.00 0.00 99.93 02:50:11 02:48:01 1 0.02 0.00 0.02 0.00 0.00 99.97 02:50:11 02:48:01 2 0.02 0.00 0.02 0.00 0.02 99.95 02:50:11 02:48:01 3 0.02 0.00 0.03 0.00 0.00 99.95 02:50:11 02:49:01 all 0.03 0.00 0.02 0.00 0.00 99.96 02:50:11 02:49:01 0 0.03 0.00 0.03 0.00 0.00 99.93 02:50:11 02:49:01 1 0.02 0.00 0.00 0.00 0.00 99.98 02:50:11 02:49:01 2 0.03 0.00 0.02 0.00 0.00 99.95 02:50:11 02:49:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:50:11 02:50:01 all 5.53 0.00 4.08 2.02 0.05 88.32 02:50:11 02:50:01 0 5.14 0.00 3.70 0.17 0.05 90.94 02:50:11 02:50:01 1 4.99 0.00 4.23 2.70 0.03 88.05 02:50:11 02:50:01 2 5.30 0.00 3.82 1.25 0.07 89.56 02:50:11 02:50:01 3 6.67 0.02 4.56 3.95 0.07 84.73 02:50:11 Average: all 0.34 0.05 0.35 0.16 0.01 99.10 02:50:11 Average: 0 0.34 0.04 0.32 0.13 0.00 99.17 02:50:11 Average: 1 0.28 0.04 0.34 0.16 0.01 99.17 02:50:11 Average: 2 0.34 0.05 0.36 0.16 0.00 99.09 02:50:11 Average: 3 0.39 0.05 0.38 0.20 0.01 98.97 02:50:11 02:50:11 02:50:11