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+6125dba09cfc805438589ab7aad954d8cad7589e (227b4c016c12b0f7ea0611871ab79c88128d5dd7) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Running on prd-centos7-docker-4c-2g-26765 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 6125dba09cfc805438589ab7aad954d8cad7589e into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc Merge succeeded, producing 406be32a71764f1645d8a166c6974ed03e36b812 Checking out Revision 406be32a71764f1645d8a166c6974ed03e36b812 (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 6125dba09cfc805438589ab7aad954d8cad7589e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 406be32a71764f1645d8a166c6974ed03e36b812 # timeout=10 Commit message: "Merge commit '6125dba09cfc805438589ab7aad954d8cad7589e' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:40:29 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:40:29 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git rev-list --no-walk 7c02c64c2daf04df6211f93624a24cb3be82836f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:40:30 ========================================================= 02:40:30 EdgeX Global Pipelines Version Info 02:40:30 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:40:31 ------------------- 02:40:31 stable info: 02:40:31 ------------------- 02:40:31 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:40:31 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 02:40:31 Message: update stable to v1.0.179 02:40:32 ------------------- 02:40:32 experimental info: 02:40:32 ------------------- 02:40:32 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:40:32 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 02:40:32 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:40:32 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 02:40:32 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 02:40:32 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:40:32 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:40:33 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:40:33 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:40:33 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:40:33 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:40:33 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 02:40:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:40:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:40:33 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 02:40:33 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:40:33 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:40:34 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:40:34 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 02:40:34 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:40:34 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:40:34 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:40:34 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:40:34 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:40:34 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 02:40:34 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:40:34 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:40:35 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:40:35 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 02:40:35 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 02:40:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-725 [Pipeline] echo 02:40:35 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-725 [Pipeline] echo 02:40:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-725 [Pipeline] echo 02:40:35 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 406be32a71764f1645d8a166c6974ed03e36b812 [Pipeline] echo 02:40:35 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 406be32 [Pipeline] echo 02:40:35 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:40:36 provisioning config files... 02:40:36 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config5026086125904316468tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:40:36 ---> docker-login.sh 02:40:36 nexus3.edgexfoundry.org:10001 02:40:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:40:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:40:36 Configure a credential helper to remove this warning. See 02:40:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:40:36 02:40:36 Login Succeeded 02:40:36 nexus3.edgexfoundry.org:10002 02:40:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:40:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:40:37 Configure a credential helper to remove this warning. See 02:40:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:40:37 02:40:37 Login Succeeded 02:40:37 nexus3.edgexfoundry.org:10003 02:40:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:40:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:40:37 Configure a credential helper to remove this warning. See 02:40:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:40:37 02:40:37 Login Succeeded 02:40:37 nexus3.edgexfoundry.org:10004 02:40:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:40:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:40:37 Configure a credential helper to remove this warning. See 02:40:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:40:37 02:40:37 Login Succeeded 02:40:37 docker.io 02:40:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:40:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:40:38 Configure a credential helper to remove this warning. See 02:40:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:40:38 02:40:38 Login Succeeded 02:40:38 ---> docker-login.sh ends [Pipeline] } 02:40:38 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:38 + git log --format=format:%s -1 406be32a71764f1645d8a166c6974ed03e36b812 [Pipeline] echo 02:40:38 GIT_COMMIT: 406be32a71764f1645d8a166c6974ed03e36b812, Commit Message: Merge commit '6125dba09cfc805438589ab7aad954d8cad7589e' into HEAD [Pipeline] echo 02:40:39 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:40:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:40:40 02:40:40 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:40:40 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:40:40 latest: Pulling from edgex-devops/git-semver 02:40:40 31603596830f: Pulling fs layer 02:40:40 2a8b12db71e7: Pulling fs layer 02:40:40 6ca5941a6612: Pulling fs layer 02:40:40 ecc8261a40a4: Pulling fs layer 02:40:40 ecc8261a40a4: Waiting 02:40:40 2a8b12db71e7: Verifying Checksum 02:40:40 2a8b12db71e7: Download complete 02:40:40 31603596830f: Verifying Checksum 02:40:40 31603596830f: Download complete 02:40:40 ecc8261a40a4: Verifying Checksum 02:40:40 ecc8261a40a4: Download complete 02:40:40 6ca5941a6612: Verifying Checksum 02:40:40 6ca5941a6612: Download complete 02:40:40 31603596830f: Pull complete 02:40:41 2a8b12db71e7: Pull complete 02:40:42 6ca5941a6612: Pull complete 02:40:42 ecc8261a40a4: Pull complete 02:40:42 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:40:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:40:42 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:40:42 prd-centos7-docker-4c-2g-26765 does not seem to be running inside a container 02:40:42 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:40:44 $ docker top 67cda480855f9c6615c661f30daeeeb1e323455ec23914ab3548bc252eba3ecf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:40:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:40:44 [ssh-agent] Looking for ssh-agent implementation... 02:40:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:40:45 $ docker exec 67cda480855f9c6615c661f30daeeeb1e323455ec23914ab3548bc252eba3ecf ssh-agent 02:40:45 SSH_AUTH_SOCK=/tmp/ssh-cdAmSdYpmOAp/agent.12 02:40:45 SSH_AGENT_PID=17 02:40:45 Running ssh-add (command line suppressed) 02:40:45 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_5446634870926507001.key (/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_5446634870926507001.key) 02:40:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:40:45 + git tag --points-at HEAD [Pipeline] } 02:40:45 $ docker exec --env ******** --env ******** 67cda480855f9c6615c661f30daeeeb1e323455ec23914ab3548bc252eba3ecf ssh-agent -k 02:40:46 unset SSH_AUTH_SOCK; 02:40:46 unset SSH_AGENT_PID; 02:40:46 echo Agent pid 17 killed; 02:40:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:40:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:40:46 [ssh-agent] Looking for ssh-agent implementation... 02:40:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:40:46 $ docker exec 67cda480855f9c6615c661f30daeeeb1e323455ec23914ab3548bc252eba3ecf ssh-agent 02:40:46 SSH_AUTH_SOCK=/tmp/ssh-URJSCUb9SCYo/agent.47 02:40:46 SSH_AGENT_PID=52 02:40:46 Running ssh-add (command line suppressed) 02:40:46 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_4479007924297255060.key (/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_4479007924297255060.key) 02:40:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:40:47 + git semver init 02:40:47 # -> Open(): unable to determine branch for HEAD 02:40:47 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-725/.git 02:40:47 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-725 02:40:47 # $SEMVER_REMOTE_NAME = origin 02:40:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:40:47 # $SEMVER_USER_NAME = edgex-jenkins 02:40:47 # $SEMVER_BRANCH = PR-725 02:40:47 # $SEMVER_TEMP = /tmp/semver-530281982 02:40:47 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 02:40:47 # '/tmp/semver-530281982' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-725/.semver' 02:40:47 # -> Force: false 02:40:47 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-725/.semver [Pipeline] } 02:40:47 $ docker exec --env ******** --env ******** 67cda480855f9c6615c661f30daeeeb1e323455ec23914ab3548bc252eba3ecf ssh-agent -k 02:40:48 unset SSH_AUTH_SOCK; 02:40:48 unset SSH_AGENT_PID; 02:40:48 echo Agent pid 52 killed; 02:40:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:40:48 + git semver [Pipeline] } 02:40:48 $ docker stop --time=1 67cda480855f9c6615c661f30daeeeb1e323455ec23914ab3548bc252eba3ecf 02:40:50 $ docker rm -f 67cda480855f9c6615c661f30daeeeb1e323455ec23914ab3548bc252eba3ecf [Pipeline] // withDockerContainer [Pipeline] sh 02:40:50 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:40:51 Stashed 1 file(s) [Pipeline] echo 02:40:51 [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:06 Still waiting to schedule task 02:41:06 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-26765’ 02:41:06 Still waiting to schedule task 02:41:06 ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline 02:42:56 Running on prd-ubuntu18.04-docker-arm64-4c-16g-26767 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] ws 02:42:56 Running in /w/workspace/device-sdk-go/12 [Pipeline] { [Pipeline] checkout 02:43:01 using credential edgex-jenkins-ssh 02:43:01 Cloning the remote Git repository 02:43:01 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:43:01 > git init /w/workspace/device-sdk-go/12 # timeout=10 02:43:01 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:43:01 > git --version # timeout=10 02:43:01 > git --version # 'git version 2.17.1' 02:43:01 using GIT_SSH to set credentials SSH Credentials for GitHub 02:43:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:43:03 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:43:03 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:43:03 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:43:03 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:43:03 using GIT_SSH to set credentials SSH Credentials for GitHub 02:43:03 > 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:43:04 Merging remotes/origin/master commit 6125dba09cfc805438589ab7aad954d8cad7589e into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc 02:43:04 Merge succeeded, producing a058785d67dc1ccf3f4503c31a7a5079365dd212 02:43:04 Checking out Revision a058785d67dc1ccf3f4503c31a7a5079365dd212 (PR-725) 02:43:04 > git config core.sparsecheckout # timeout=10 02:43:04 > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 02:43:04 > git remote # timeout=10 02:43:04 > git config --get remote.origin.url # timeout=10 02:43:04 using GIT_SSH to set credentials SSH Credentials for GitHub 02:43:04 > git merge 6125dba09cfc805438589ab7aad954d8cad7589e # timeout=10 02:43:04 > git rev-parse HEAD^{commit} # timeout=10 02:43:04 > git config core.sparsecheckout # timeout=10 02:43:04 > git checkout -f a058785d67dc1ccf3f4503c31a7a5079365dd212 # timeout=10 02:43:09 Commit message: "Merge commit '6125dba09cfc805438589ab7aad954d8cad7589e' into HEAD" 02:43:09 First time build. Skipping changelog. 02:43:09 > git rev-list --no-walk 7c02c64c2daf04df6211f93624a24cb3be82836f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:43:11 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:43:11 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:43:11 + sudo service docker restart 02:43:11 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:43:14 provisioning config files... 02:43:14 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/12@tmp/config290354292645500918tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:43:15 ---> docker-login.sh 02:43:15 nexus3.edgexfoundry.org:10001 02:43:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:16 Configure a credential helper to remove this warning. See 02:43:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:16 02:43:16 Login Succeeded 02:43:16 nexus3.edgexfoundry.org:10002 02:43:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:16 Configure a credential helper to remove this warning. See 02:43:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:16 02:43:16 Login Succeeded 02:43:16 nexus3.edgexfoundry.org:10003 02:43:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:17 Configure a credential helper to remove this warning. See 02:43:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:17 02:43:17 Login Succeeded 02:43:17 nexus3.edgexfoundry.org:10004 02:43:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:18 Configure a credential helper to remove this warning. See 02:43:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:18 02:43:18 Login Succeeded 02:43:18 docker.io 02:43:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:18 Configure a credential helper to remove this warning. See 02:43:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:18 02:43:18 Login Succeeded 02:43:18 ---> docker-login.sh ends [Pipeline] } 02:43:18 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:43:19 ========================================================= 02:43:19 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:43:19 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:43:19 + 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:20 Sending build context to Docker daemon 2.401MB 02:43:20 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:43:20 Step 2/8 : FROM ${BASE} 02:43:20 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:43:20 5f621e34cdf4: Pulling fs layer 02:43:20 a4357932f1b6: Pulling fs layer 02:43:20 18c013af1878: Pulling fs layer 02:43:20 00ac8860ef70: Pulling fs layer 02:43:20 63d7cb157983: Pulling fs layer 02:43:20 b116817d02f9: Pulling fs layer 02:43:20 745a02a5169b: Pulling fs layer 02:43:20 00ac8860ef70: Waiting 02:43:20 63d7cb157983: Waiting 02:43:20 b116817d02f9: Waiting 02:43:20 745a02a5169b: Waiting 02:43:20 18c013af1878: Verifying Checksum 02:43:20 18c013af1878: Download complete 02:43:20 a4357932f1b6: Verifying Checksum 02:43:20 a4357932f1b6: Download complete 02:43:20 63d7cb157983: Download complete 02:43:20 b116817d02f9: Verifying Checksum 02:43:20 b116817d02f9: Download complete 02:43:21 5f621e34cdf4: Download complete 02:43:21 5f621e34cdf4: Pull complete 02:43:22 a4357932f1b6: Pull complete 02:43:22 18c013af1878: Pull complete 02:43:23 745a02a5169b: Verifying Checksum 02:43:24 00ac8860ef70: Verifying Checksum 02:43:24 00ac8860ef70: Download complete 02:43:34 00ac8860ef70: Pull complete 02:43:35 63d7cb157983: Pull complete 02:43:35 b116817d02f9: Pull complete 02:43:39 745a02a5169b: Pull complete 02:43:39 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 02:43:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:43:39 ---> b7e6874047d6 02:43:39 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:43:41 ---> Running in a5056b5da201 02:43:42 Removing intermediate container a5056b5da201 02:43:42 ---> b7b74f1081db 02:43:42 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:43:42 ---> Running in 433d0bf137a4 02:43:44 Removing intermediate container 433d0bf137a4 02:43:44 ---> 14a1c1e05fb1 02:43:44 Step 5/8 : RUN apk add --update --no-cache make git 02:43:44 ---> Running in f4093faa62cd 02:43:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:43:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:43:47 OK: 142 MiB in 39 packages 02:43:48 Removing intermediate container f4093faa62cd 02:43:48 ---> f28699d34157 02:43:48 Step 6/8 : WORKDIR /device-sdk-go 02:43:48 ---> Running in 36087798a26a 02:43:48 Removing intermediate container 36087798a26a 02:43:48 ---> c75eacda4e48 02:43:48 Step 7/8 : COPY . . 02:43:49 ---> b0b63faad23b 02:43:49 Step 8/8 : RUN go mod download 02:43:50 ---> Running in fa858de2fed9 02:44:17 Removing intermediate container fa858de2fed9 02:44:17 ---> 8679dea2bae9 02:44:17 Successfully built 8679dea2bae9 02:44:17 Successfully tagged ci-base-image-arm64:latest [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-26767 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/12 -v /w/workspace/device-sdk-go/12:/w/workspace/device-sdk-go/12:rw,z -v /w/workspace/device-sdk-go/12@tmp:/w/workspace/device-sdk-go/12@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 ******** -e ******** ci-base-image-arm64 cat 02:44:19 $ docker top c15e84bc8bed5d5c51e1dd0203f579a8870e53e3ffc87291bcfc7e53b3f2e482 -eo pid,comm [Pipeline] { [Pipeline] sh 02:44:20 + go version 02:44:20 go version go1.15.5 linux/arm64 [Pipeline] } 02:44:20 $ docker stop --time=1 c15e84bc8bed5d5c51e1dd0203f579a8870e53e3ffc87291bcfc7e53b3f2e482 02:44:22 $ docker rm -f c15e84bc8bed5d5c51e1dd0203f579a8870e53e3ffc87291bcfc7e53b3f2e482 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:44:23 + docker inspect -f . ci-base-image-arm64 02:44:23 . [Pipeline] withDockerContainer 02:44:23 prd-ubuntu18.04-docker-arm64-4c-16g-26767 does not seem to be running inside a container 02:44:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/12 -v /w/workspace/device-sdk-go/12:/w/workspace/device-sdk-go/12:rw,z -v /w/workspace/device-sdk-go/12@tmp:/w/workspace/device-sdk-go/12@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 ******** -e ******** ci-base-image-arm64 cat 02:44:25 $ docker top c6e428e38922c1dbc1686a44fd42193990e64075a15f623efb89b5dfe988cc4c -eo pid,comm [Pipeline] { [Pipeline] sh 02:44:26 + make test 02:44:26 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:44:48 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 02:45:35 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 02:45:35 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 02:45:35 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 02:45:35 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.140s coverage: 25.5% of statements 02:46:02 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.163s coverage: 10.1% of statements 02:46:02 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.115s coverage: 12.5% of statements 02:46:02 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 02:46:02 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.143s coverage: 84.8% of statements 02:46:02 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 02:46:02 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 02:46:02 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 02:46:02 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 02:46:02 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.205s coverage: 49.2% of statements 02:46:02 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 02:46:02 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] 02:46:02 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.183s coverage: 24.8% of statements 02:46:02 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 5.756s coverage: 83.5% of statements 02:46:02 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.143s coverage: 5.3% of statements 02:46:02 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 02:46:02 GO111MODULE=on go vet ./... 02:46:19 Running on prd-centos7-docker-4c-2g-26768 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] ws 02:46:19 Running in /w/workspace/device-sdk-go/12 [Pipeline] { [Pipeline] checkout 02:46:31 using credential edgex-jenkins-ssh 02:46:31 Cloning the remote Git repository 02:46:31 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:46:31 > git init /w/workspace/device-sdk-go/12 # timeout=10 02:46:31 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:46:31 > git --version # timeout=10 02:46:31 > git --version # 'git version 2.24.3' 02:46:31 using GIT_SSH to set credentials SSH Credentials for GitHub 02:46:31 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:46:34 gofmt -l . 02:46:34 [ "`gofmt -l .`" = "" ] 02:46:33 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:46:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:46:34 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:46:34 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:46:34 using GIT_SSH to set credentials SSH Credentials for GitHub 02:46:34 > 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:46:34 Merging remotes/origin/master commit 6125dba09cfc805438589ab7aad954d8cad7589e into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc 02:46:34 ./bin/test-attribution-txt.sh 02:46:36 Merge succeeded, producing 8ff95acdee383c7b0184503c4cf9f9cfdee96e7d 02:46:36 Checking out Revision 8ff95acdee383c7b0184503c4cf9f9cfdee96e7d (PR-725) 02:46:34 > git config core.sparsecheckout # timeout=10 02:46:34 > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 02:46:35 > git remote # timeout=10 02:46:35 > git config --get remote.origin.url # timeout=10 02:46:35 using GIT_SSH to set credentials SSH Credentials for GitHub 02:46:35 > git merge 6125dba09cfc805438589ab7aad954d8cad7589e # timeout=10 02:46:35 > git rev-parse HEAD^{commit} # timeout=10 02:46:36 > git config core.sparsecheckout # timeout=10 02:46:36 > git checkout -f 8ff95acdee383c7b0184503c4cf9f9cfdee96e7d # timeout=10 02:46:36 ./bin/test-go-mod-tidy.sh [Pipeline] } 02:46:36 $ docker stop --time=1 c6e428e38922c1dbc1686a44fd42193990e64075a15f623efb89b5dfe988cc4c 02:46:38 $ docker rm -f c6e428e38922c1dbc1686a44fd42193990e64075a15f623efb89b5dfe988cc4c [Pipeline] // withDockerContainer [Pipeline] sh 02:46:40 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:46:40 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:46:43 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:46:43 + ls -al . 02:46:43 total 208 02:46:43 drwxrwxr-x 10 jenkins jenkins 4096 Feb 18 02:46 . 02:46:43 drwxrwxr-x 4 jenkins jenkins 4096 Feb 18 02:43 .. 02:46:43 -rw-rw-r-- 1 jenkins jenkins 140 Feb 18 02:43 .dockerignore 02:46:43 drwxrwxr-x 8 jenkins jenkins 4096 Feb 18 02:43 .git 02:46:43 drwxrwxr-x 2 jenkins jenkins 4096 Feb 18 02:43 .github 02:46:43 -rw-rw-r-- 1 jenkins jenkins 138 Feb 18 02:43 .gitignore 02:46:43 -rw-rw-r-- 1 jenkins jenkins 949 Feb 18 02:43 Dockerfile.build 02:46:43 -rw-rw-r-- 1 jenkins jenkins 894 Feb 18 02:43 Jenkinsfile 02:46:43 -rw-rw-r-- 1 jenkins jenkins 11341 Feb 18 02:43 LICENSE 02:46:43 -rw-rw-r-- 1 jenkins jenkins 1016 Feb 18 02:43 Makefile 02:46:43 -rw-rw-r-- 1 jenkins jenkins 5897 Feb 18 02:43 README.md 02:46:43 -rw-rw-r-- 1 jenkins jenkins 6616 Feb 18 02:43 RELEASE-NOTES.txt 02:46:43 -rw-rw-r-- 1 jenkins jenkins 5 Feb 18 02:40 VERSION 02:46:43 drwxrwxr-x 2 jenkins jenkins 4096 Feb 18 02:43 bin 02:46:43 -rw-r--r-- 1 jenkins jenkins 89677 Feb 18 02:46 coverage.out 02:46:43 drwxrwxr-x 4 jenkins jenkins 4096 Feb 18 02:43 example 02:46:43 -rw-r--r-- 1 jenkins jenkins 515 Feb 18 02:46 go.mod 02:46:43 -rw-r--r-- 1 jenkins jenkins 19062 Feb 18 02:46 go.sum 02:46:43 drwxrwxr-x 13 jenkins jenkins 4096 Feb 18 02:43 internal 02:46:43 drwxrwxr-x 4 jenkins jenkins 4096 Feb 18 02:43 openapi 02:46:43 drwxrwxr-x 5 jenkins jenkins 4096 Feb 18 02:43 pkg 02:46:43 drwxrwxr-x 4 jenkins jenkins 4096 Feb 18 02:43 snap 02:46:43 -rw-rw-r-- 1 jenkins jenkins 222 Feb 18 02:43 version.go [Pipeline] isUnix [Pipeline] sh 02:46:44 + 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=406be32a71764f1645d8a166c6974ed03e36b812 --label arch=arm64 --label version=0.0.0 . 02:46:44 Commit message: "Merge commit '6125dba09cfc805438589ab7aad954d8cad7589e' into HEAD" 02:46:44 First time build. Skipping changelog. 02:46:44 Sending build context to Docker daemon 2.492MB 02:46:44 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:46:44 Step 2/24 : FROM ${BASE} AS builder 02:46:44 ---> 8679dea2bae9 02:46:44 Step 3/24 : ARG MAKE='make build' 02:46:44 ---> Running in b6b568f9b104 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:46:45 Removing intermediate container b6b568f9b104 02:46:45 ---> 274d05148a1a 02:46:45 Step 4/24 : WORKDIR /device-sdk-go 02:46:45 ---> Running in f231d22cc317 02:46:44 > git rev-list --no-walk 7c02c64c2daf04df6211f93624a24cb3be82836f # timeout=10 02:46:45 Removing intermediate container f231d22cc317 02:46:45 ---> 742606ac6dd3 02:46:45 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:46:45 ---> Running in cc5437cb63b4 02:46:46 Removing intermediate container cc5437cb63b4 02:46:46 ---> 09a2928ca18b 02:46:46 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:46:46 ---> Running in dbbe8d85e180 02:46:47 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:46:48 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:46:48 Removing intermediate container dbbe8d85e180 02:46:48 ---> 71a0f8d5f822 02:46:48 Step 7/24 : RUN apk add --update --no-cache make git 02:46:48 ---> Running in 96e7d1ad64e8 02:46:48 + sudo service docker restart 02:46:48 + true 02:46:49 Redirecting to /bin/systemctl restart docker.service 02:46:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { 02:46:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] wrap 02:46:50 provisioning config files... 02:46:50 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/12@tmp/config8901720896479815295tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:46:51 OK: 142 MiB in 39 packages 02:46:51 ---> docker-login.sh 02:46:51 nexus3.edgexfoundry.org:10001 02:46:52 Removing intermediate container 96e7d1ad64e8 02:46:52 ---> cdbbb87a855c 02:46:52 Step 8/24 : COPY . . 02:46:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:52 Configure a credential helper to remove this warning. See 02:46:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:52 02:46:52 Login Succeeded 02:46:52 nexus3.edgexfoundry.org:10002 02:46:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:53 ---> 7dc376add908 02:46:53 Step 9/24 : RUN ${MAKE} 02:46:53 ---> Running in 82770298c880 02:46:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:53 Configure a credential helper to remove this warning. See 02:46:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:53 02:46:53 Login Succeeded 02:46:53 nexus3.edgexfoundry.org:10003 02:46:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:54 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:46:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:54 Configure a credential helper to remove this warning. See 02:46:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:54 02:46:54 Login Succeeded 02:46:54 nexus3.edgexfoundry.org:10004 02:46:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:55 Configure a credential helper to remove this warning. See 02:46:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:55 02:46:55 Login Succeeded 02:46:55 docker.io 02:46:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:56 Configure a credential helper to remove this warning. See 02:46:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:56 02:46:56 Login Succeeded 02:46:56 ---> docker-login.sh ends [Pipeline] } 02:46:56 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:46:56 ========================================================= 02:46:56 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:46:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:46:57 + 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:46:58 Sending build context to Docker daemon 2.395MB 02:46:58 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:46:58 Step 2/8 : FROM ${BASE} 02:46:58 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:46:58 188c0c94c7c5: Pulling fs layer 02:46:58 0ef7d3d256c8: Pulling fs layer 02:46:58 de9db76c5a1d: Pulling fs layer 02:46:58 bca2f99d35d6: Pulling fs layer 02:46:58 93359f2a8cfa: Pulling fs layer 02:46:58 7c6f9722023f: Pulling fs layer 02:46:58 a35cf1a2eb13: Pulling fs layer 02:46:58 93359f2a8cfa: Waiting 02:46:58 7c6f9722023f: Waiting 02:46:58 a35cf1a2eb13: Waiting 02:46:58 bca2f99d35d6: Waiting 02:46:58 de9db76c5a1d: Verifying Checksum 02:46:58 de9db76c5a1d: Download complete 02:46:58 0ef7d3d256c8: Verifying Checksum 02:46:58 0ef7d3d256c8: Download complete 02:46:59 93359f2a8cfa: Verifying Checksum 02:46:59 93359f2a8cfa: Download complete 02:46:59 7c6f9722023f: Verifying Checksum 02:46:59 7c6f9722023f: Download complete 02:47:00 188c0c94c7c5: Verifying Checksum 02:47:00 188c0c94c7c5: Download complete 02:47:01 188c0c94c7c5: Pull complete 02:47:02 0ef7d3d256c8: Pull complete 02:47:03 de9db76c5a1d: Pull complete 02:47:06 a35cf1a2eb13: Verifying Checksum 02:47:06 a35cf1a2eb13: Download complete 02:47:08 bca2f99d35d6: Verifying Checksum 02:47:08 bca2f99d35d6: Download complete 02:47:21 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 02:47:21 Removing intermediate container 82770298c880 02:47:21 ---> 3eb3ca4aafb1 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 1b2d7c78f30c 02:47:22 Removing intermediate container 1b2d7c78f30c 02:47:22 ---> 3608512084dc 02:47:22 Step 12/24 : ENV APP_PORT=49990 02:47:22 ---> Running in db4a6ab7c022 02:47:22 Removing intermediate container db4a6ab7c022 02:47:22 ---> 4812faca49ba 02:47:22 Step 13/24 : EXPOSE $APP_PORT 02:47:23 ---> Running in 528468d69198 02:47:23 Removing intermediate container 528468d69198 02:47:23 ---> aa4423ab8362 02:47:23 Step 14/24 : WORKDIR / 02:47:23 ---> Running in 52f11f9c327c 02:47:23 Removing intermediate container 52f11f9c327c 02:47:23 ---> 5363791c66b3 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:25 ---> dc08a714b925 02:47:25 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 02:47:25 ---> 8d7f2f199b85 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:26 ---> 660bf4ed0557 02:47:26 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 02:47:27 ---> 337a9827038c 02:47:27 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 02:47:27 bca2f99d35d6: Pull complete 02:47:27 93359f2a8cfa: Pull complete 02:47:27 7c6f9722023f: Pull complete 02:47:28 ---> 2e3b66228202 02:47:28 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 02:47:28 ---> Running in 4cadc0fcfd4b 02:47:28 Removing intermediate container 4cadc0fcfd4b 02:47:28 ---> a44072286b02 02:47:28 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:47:28 ---> Running in 2f3a0eb5037b 02:47:29 Removing intermediate container 2f3a0eb5037b 02:47:29 ---> cf69cfb202bd 02:47:29 Step 22/24 : LABEL arch=arm64 02:47:29 ---> Running in 3cb9264fc5fa 02:47:29 Removing intermediate container 3cb9264fc5fa 02:47:29 ---> e945bf3f1eb1 02:47:29 Step 23/24 : LABEL git_sha=406be32a71764f1645d8a166c6974ed03e36b812 02:47:29 ---> Running in d2aba170dafe 02:47:30 Removing intermediate container d2aba170dafe 02:47:30 ---> f691d1dba159 02:47:30 Step 24/24 : LABEL version=0.0.0 02:47:30 ---> Running in 7c2735bcf425 02:47:30 Removing intermediate container 7c2735bcf425 02:47:30 ---> 7b73e81e438b 02:47:30 [Warning] One or more build-args [ARCH] were not consumed 02:47:31 Successfully built 7b73e81e438b 02:47:31 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 02:47:34 a35cf1a2eb13: Pull complete 02:47:34 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:47:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:47:34 ---> a62c8e92a672 02:47:34 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:47:35 ---> Running in 458fd9cfe430 02:47:35 Removing intermediate container 458fd9cfe430 02:47:35 ---> 137677d8a23c 02:47:35 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:47:35 ---> Running in b4f21ce139e1 02:47:38 Removing intermediate container b4f21ce139e1 02:47:38 ---> 6a34c5101c39 02:47:38 Step 5/8 : RUN apk add --update --no-cache make git 02:47:38 ---> Running in 9f211c0084b9 02:47:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:47:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:47:44 OK: 166 MiB in 39 packages 02:47:45 Removing intermediate container 9f211c0084b9 02:47:45 ---> f2c7a491b0a5 02:47:45 Step 6/8 : WORKDIR /device-sdk-go 02:47:45 ---> Running in 425dd1343765 02:47:45 Removing intermediate container 425dd1343765 02:47:45 ---> c330d0013c0b 02:47:45 Step 7/8 : COPY . . 02:47:47 ---> 322afb5e5be6 02:47:47 Step 8/8 : RUN go mod download 02:47:48 ---> Running in d756ca410a2c 02:48:28 Removing intermediate container d756ca410a2c 02:48:28 ---> acf5ee143210 02:48:28 Successfully built acf5ee143210 02:48:28 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:48:28 + docker inspect -f . ci-base-image-x86_64 02:48:28 . [Pipeline] withDockerContainer 02:48:29 prd-centos7-docker-4c-2g-26768 does not seem to be running inside a container 02:48:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/12 -v /w/workspace/device-sdk-go/12:/w/workspace/device-sdk-go/12:rw,z -v /w/workspace/device-sdk-go/12@tmp:/w/workspace/device-sdk-go/12@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 ******** -e ******** ci-base-image-x86_64 cat 02:48:31 $ docker top b259f3363207814c2d3ede20da572c3c7616ac7b62141060a0a2051e92bfcba9 -eo pid,comm [Pipeline] { [Pipeline] sh 02:48:32 + go version 02:48:32 go version go1.15.5 linux/amd64 [Pipeline] } 02:48:32 $ docker stop --time=1 b259f3363207814c2d3ede20da572c3c7616ac7b62141060a0a2051e92bfcba9 02:48:34 $ docker rm -f b259f3363207814c2d3ede20da572c3c7616ac7b62141060a0a2051e92bfcba9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:48:36 + docker inspect -f . ci-base-image-x86_64 02:48:36 . [Pipeline] withDockerContainer 02:48:36 prd-centos7-docker-4c-2g-26768 does not seem to be running inside a container 02:48:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/12 -v /w/workspace/device-sdk-go/12:/w/workspace/device-sdk-go/12:rw,z -v /w/workspace/device-sdk-go/12@tmp:/w/workspace/device-sdk-go/12@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 ******** -e ******** ci-base-image-x86_64 cat 02:48:39 $ docker top 4324046522f204790fe424fbc274085a2c658b7f2d9296f737f3e40498543410 -eo pid,comm [Pipeline] { [Pipeline] sh 02:48:40 + make test 02:48:40 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:48:59 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 02:49:33 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 02:49:33 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 02:49:33 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 02:49:38 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.086s coverage: 25.5% of statements 02:50:06 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.263s coverage: 10.1% of statements 02:50:06 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.086s coverage: 12.5% of statements 02:50:06 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 02:50:06 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.122s coverage: 84.8% of statements 02:50:06 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 02:50:06 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 02:50:06 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 02:50:06 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 02:50:06 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.194s coverage: 49.2% of statements 02:50:06 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 02:50:06 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] 02:50:06 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.614s coverage: 24.8% of statements 02:50:06 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 7.504s coverage: 83.5% of statements 02:50:06 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.176s coverage: 5.3% of statements 02:50:06 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 02:50:06 GO111MODULE=on go vet ./... 02:50:40 gofmt -l . 02:50:40 [ "`gofmt -l .`" = "" ] 02:50:40 ./bin/test-attribution-txt.sh 02:50:40 ./bin/test-go-mod-tidy.sh [Pipeline] } 02:50:40 $ docker stop --time=1 4324046522f204790fe424fbc274085a2c658b7f2d9296f737f3e40498543410 02:50:43 $ docker rm -f 4324046522f204790fe424fbc274085a2c658b7f2d9296f737f3e40498543410 [Pipeline] // withDockerContainer [Pipeline] sh 02:50:44 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:50:44 Warning: overwriting stash ‘coverage-report’ 02:50:45 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 02:50:46 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:50:46 + ls -al . 02:50:46 total 172 02:50:46 drwxrwxr-x. 10 jenkins jenkins 4096 Feb 18 02:50 . 02:50:46 drwxrwxr-x. 4 jenkins jenkins 30 Feb 18 02:46 .. 02:50:46 drwxrwxr-x. 2 jenkins jenkins 64 Feb 18 02:46 bin 02:50:46 -rw-r--r--. 1 jenkins jenkins 89677 Feb 18 02:50 coverage.out 02:50:46 -rw-rw-r--. 1 jenkins jenkins 949 Feb 18 02:46 Dockerfile.build 02:50:46 -rw-rw-r--. 1 jenkins jenkins 140 Feb 18 02:46 .dockerignore 02:50:46 drwxrwxr-x. 4 jenkins jenkins 48 Feb 18 02:46 example 02:50:46 drwxrwxr-x. 8 jenkins jenkins 179 Feb 18 02:46 .git 02:50:46 drwxrwxr-x. 2 jenkins jenkins 103 Feb 18 02:46 .github 02:50:46 -rw-rw-r--. 1 jenkins jenkins 138 Feb 18 02:46 .gitignore 02:50:46 -rw-r--r--. 1 jenkins jenkins 515 Feb 18 02:50 go.mod 02:50:46 -rw-r--r--. 1 jenkins jenkins 19062 Feb 18 02:50 go.sum 02:50:46 drwxrwxr-x. 13 jenkins jenkins 183 Feb 18 02:46 internal 02:50:46 -rw-rw-r--. 1 jenkins jenkins 894 Feb 18 02:46 Jenkinsfile 02:50:46 -rw-rw-r--. 1 jenkins jenkins 11341 Feb 18 02:46 LICENSE 02:50:46 -rw-rw-r--. 1 jenkins jenkins 1016 Feb 18 02:46 Makefile 02:50:46 drwxrwxr-x. 4 jenkins jenkins 26 Feb 18 02:46 openapi 02:50:46 drwxrwxr-x. 5 jenkins jenkins 50 Feb 18 02:46 pkg 02:50:46 -rw-rw-r--. 1 jenkins jenkins 5897 Feb 18 02:46 README.md 02:50:46 -rw-rw-r--. 1 jenkins jenkins 6616 Feb 18 02:46 RELEASE-NOTES.txt 02:50:46 drwxrwxr-x. 4 jenkins jenkins 54 Feb 18 02:46 snap 02:50:46 -rw-rw-r--. 1 jenkins jenkins 5 Feb 18 02:40 VERSION 02:50:46 -rw-rw-r--. 1 jenkins jenkins 222 Feb 18 02:46 version.go [Pipeline] isUnix [Pipeline] sh 02:50:47 + 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=406be32a71764f1645d8a166c6974ed03e36b812 --label arch=amd64 --label version=0.0.0 . 02:50:48 Sending build context to Docker daemon 2.485MB 02:50:48 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:50:48 Step 2/24 : FROM ${BASE} AS builder 02:50:48 ---> acf5ee143210 02:50:48 Step 3/24 : ARG MAKE='make build' 02:50:48 ---> Running in aa8313e16ccd 02:50:48 Removing intermediate container aa8313e16ccd 02:50:48 ---> 99ef566c0d1b 02:50:48 Step 4/24 : WORKDIR /device-sdk-go 02:50:49 ---> Running in ed38104141f3 02:50:49 Removing intermediate container ed38104141f3 02:50:49 ---> b47f878087a0 02:50:49 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:50:49 ---> Running in ad27eaf0cdfc 02:50:49 Removing intermediate container ad27eaf0cdfc 02:50:49 ---> d9ca4b9fb115 02:50:49 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:50:50 ---> Running in c9eedc8734e0 02:50:52 Removing intermediate container c9eedc8734e0 02:50:52 ---> 5fa30c93a448 02:50:52 Step 7/24 : RUN apk add --update --no-cache make git 02:50:52 ---> Running in ec34786fc188 02:50:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:50:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:50:55 OK: 166 MiB in 39 packages 02:50:55 Removing intermediate container ec34786fc188 02:50:55 ---> b6d5e0d8bc95 02:50:55 Step 8/24 : COPY . . 02:50:56 ---> 9345d0f40e4e 02:50:56 Step 9/24 : RUN ${MAKE} 02:50:56 ---> Running in 33b6fb51261a 02:50:57 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:51:26 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 02:51:29 Removing intermediate container 33b6fb51261a 02:51:29 ---> 6920b620d92e 02:51:29 Step 10/24 : FROM scratch 02:51:29 ---> 02:51:29 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:51:29 ---> Running in f89792f4fa77 02:51:29 Removing intermediate container f89792f4fa77 02:51:29 ---> 6139bab2bfba 02:51:29 Step 12/24 : ENV APP_PORT=49990 02:51:29 ---> Running in 28f79238ea30 02:51:30 Removing intermediate container 28f79238ea30 02:51:30 ---> 6b32ac03e9c6 02:51:30 Step 13/24 : EXPOSE $APP_PORT 02:51:30 ---> Running in 78f9d59252ec 02:51:30 Removing intermediate container 78f9d59252ec 02:51:30 ---> fbc0d510c5fd 02:51:30 Step 14/24 : WORKDIR / 02:51:30 ---> Running in e8c410cade5d 02:51:31 Removing intermediate container e8c410cade5d 02:51:31 ---> 47efcde20042 02:51:31 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 02:51:32 ---> fd4ac525804d 02:51:32 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 02:51:32 ---> d6575e349389 02:51:32 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 02:51:34 ---> 5285c16273db 02:51:34 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 02:51:34 ---> e51ca34e8ff3 02:51:34 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 02:51:34 ---> 78dd5745cc2d 02:51:34 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 02:51:34 ---> Running in 32cf9e973364 02:51:34 Removing intermediate container 32cf9e973364 02:51:34 ---> 2249924dd936 02:51:34 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:51:34 ---> Running in e7e741bd6969 02:51:35 Removing intermediate container e7e741bd6969 02:51:35 ---> 2a82f7836e5e 02:51:35 Step 22/24 : LABEL arch=amd64 02:51:35 ---> Running in 251034b1ff6d 02:51:35 Removing intermediate container 251034b1ff6d 02:51:35 ---> f2bcbd4ce452 02:51:35 Step 23/24 : LABEL git_sha=406be32a71764f1645d8a166c6974ed03e36b812 02:51:35 ---> Running in a08bcaf6c72d 02:51:36 Removing intermediate container a08bcaf6c72d 02:51:36 ---> 6a15a4d80872 02:51:36 Step 24/24 : LABEL version=0.0.0 02:51:36 ---> Running in bd92c01a1488 02:51:36 Removing intermediate container bd92c01a1488 02:51:36 ---> e20569251a9b 02:51:36 [Warning] One or more build-args [ARCH] were not consumed 02:51:36 Successfully built e20569251a9b 02:51:36 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 [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:51:39 provisioning config files... 02:51:39 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config8789100649516228135tmp [Pipeline] { [Pipeline] sh 02:51:39 + set +x 02:51:39 + curl -s https://codecov.io/bash 02:51:39 + bash -s -- 02:51:39 02:51:39 _____ _ 02:51:39 / ____| | | 02:51:39 | | ___ __| | ___ ___ _____ __ 02:51:39 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:51:39 | |___| (_) | (_| | __/ (_| (_) \ V / 02:51:39 \_____\___/ \__,_|\___|\___\___/ \_/ 02:51:39 Bash-20210129-7c25fce 02:51:39 02:51:39 02:51:39 ==> git version 2.24.3 found 02:51:39 ==> 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:51:39 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 02:51:39 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 02:51:39 ==> Jenkins CI detected. 02:51:39 project root: . 02:51:39 --> token set from env 02:51:39 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:51:39 ==> Running gcov in . (disable via -X gcov) 02:51:39 ==> Python coveragepy not found 02:51:39 ==> Searching for coverage reports in: 02:51:39 + . 02:51:39 -> Found 1 reports 02:51:39 ==> Detecting git/mercurial file structure 02:51:39 ==> Reading reports 02:51:39 + ./coverage.out bytes=89677 02:51:39 ==> Appending adjustments 02:51:39 https://docs.codecov.io/docs/fixing-reports 02:51:40 + Found adjustments 02:51:40 ==> Gzipping contents 02:51:40 16K /tmp/codecov.S8GvVg.gz 02:51:40 ==> Uploading reports 02:51:40 url: https://codecov.io 02:51:40 query: branch=PR-725&commit=406be32a71764f1645d8a166c6974ed03e36b812&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-725%2F12%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=725&job=&cmd_args= 02:51:40 -> Pinging Codecov 02:51:40 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-725&commit=406be32a71764f1645d8a166c6974ed03e36b812&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-725%2F12%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=725&job=&cmd_args= 02:51:40 -> Uploading to 02:51:40 https://storage.googleapis.com/codecov/v4/raw/2021-02-18/7E55EF52A471D76F132DFD9A03CDDE97/406be32a71764f1645d8a166c6974ed03e36b812/129811fd-b055-445d-bb03-a6b8f8794761.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210218%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210218T025140Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f39d0e9246b556ceb9eed0e8f83950c6c2959157a52f77d74ea3b25a51575145 02:51:40 % Total % Received % Xferd Average Speed Time Time Time Current 02:51:40 Dload Upload Total Spent Left Speed 02:51:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15166 0 0 100 15166 0 30420 --:--:-- --:--:-- --:--:-- 30453 02:51:41 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/406be32a71764f1645d8a166c6974ed03e36b812 [Pipeline] } 02:51:41 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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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:51:44 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:51:44 ---> package-listing.sh 02:51:44 ++ facter osfamily 02:51:44 ++ tr '[:upper:]' '[:lower:]' 02:51:44 + OS_FAMILY=redhat 02:51:44 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-725 02:51:44 + START_PACKAGES=/tmp/packages_start.txt 02:51:44 + END_PACKAGES=/tmp/packages_end.txt 02:51:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:51:44 + PACKAGES=/tmp/packages_start.txt 02:51:44 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-725 ']' 02:51:44 + PACKAGES=/tmp/packages_end.txt 02:51:44 + case "${OS_FAMILY}" in 02:51:44 + rpm -qa 02:51:44 + sort 02:51:50 + '[' -f /tmp/packages_start.txt ']' 02:51:50 + '[' -f /tmp/packages_end.txt ']' 02:51:50 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:51:50 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-725 ']' 02:51:50 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-725/archives/ 02:51:50 + 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:51:50 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:51:50 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:51:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:51:51 02:51:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:51:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:51:51 alpine: Pulling from edgex-lftools-log-publisher 02:51:51 df20fa9351a1: Pulling fs layer 02:51:51 36b3adc4ff6f: Pulling fs layer 02:51:51 8ad3a11d3b57: Pulling fs layer 02:51:51 46f8f816bc3b: Pulling fs layer 02:51:51 93b61091891f: Pulling fs layer 02:51:51 93b9cdb0e59b: Pulling fs layer 02:51:51 5e14af77c1be: Pulling fs layer 02:51:51 01666e4c0597: Pulling fs layer 02:51:51 aa168da1d23b: Pulling fs layer 02:51:51 46f8f816bc3b: Waiting 02:51:51 93b61091891f: Waiting 02:51:51 5e14af77c1be: Waiting 02:51:51 01666e4c0597: Waiting 02:51:51 aa168da1d23b: Waiting 02:51:51 93b9cdb0e59b: Waiting 02:51:51 36b3adc4ff6f: Verifying Checksum 02:51:51 46f8f816bc3b: Download complete 02:51:51 df20fa9351a1: Verifying Checksum 02:51:51 93b9cdb0e59b: Verifying Checksum 02:51:51 93b9cdb0e59b: Download complete 02:51:51 5e14af77c1be: Verifying Checksum 02:51:51 5e14af77c1be: Download complete 02:51:51 93b61091891f: Verifying Checksum 02:51:51 93b61091891f: Download complete 02:51:51 01666e4c0597: Verifying Checksum 02:51:51 01666e4c0597: Download complete 02:51:52 df20fa9351a1: Pull complete 02:51:52 36b3adc4ff6f: Pull complete 02:51:52 8ad3a11d3b57: Verifying Checksum 02:51:52 8ad3a11d3b57: Download complete 02:51:53 8ad3a11d3b57: Pull complete 02:51:54 46f8f816bc3b: Pull complete 02:51:54 aa168da1d23b: Verifying Checksum 02:51:54 aa168da1d23b: Download complete 02:51:54 93b61091891f: Pull complete 02:51:55 93b9cdb0e59b: Pull complete 02:51:55 5e14af77c1be: Pull complete 02:51:55 01666e4c0597: Pull complete 02:52:03 aa168da1d23b: Pull complete 02:52:03 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:52:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:52:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:52:03 prd-centos7-docker-4c-2g-26765 does not seem to be running inside a container 02:52:03 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:52:07 $ docker top 9ac93ebd428e09dc6cc2ae84e99f7f294af442ab8e2ff4ee99bdaec472c8c83d -eo pid,comm [Pipeline] { [Pipeline] sh 02:52:07 + touch /tmp/pre-build-complete [Pipeline] sh 02:52:07 + mkdir -p /var/log/sa [Pipeline] sh 02:52:08 + ls /var/log/sa-host 02:52:08 + sadf -c /var/log/sa-host/sa18 02:52:08 file_magic: OK 02:52:08 HZ: Using current value: 100 02:52:08 file_header: OK 02:52:08 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:52:08 Statistics: 02:52:08 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:52:08 File successfully converted to sysstat format version 12.2.1 02:52:08 + sadf -c /var/log/sa-host/sa23 02:52:08 file_magic: OK 02:52:08 HZ: Using current value: 100 02:52:08 file_header: OK 02:52:08 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:52:08 Statistics: 02:52:08 Hnuu...uuuununununu... 02:52:08 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:52:08 provisioning config files... 02:52:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config4611355952759647979tmp [Pipeline] { [Pipeline] echo 02:52:09 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:52:09 ---> create-netrc.sh [Pipeline] } 02:52:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:52:09 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:52:09 ---> python-tools-install.sh [Pipeline] echo 02:52:09 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:52:10 ---> sudo-logs.sh 02:52:10 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:52:10 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:52:10 ---> job-cost.sh 02:52:10 lf-activate-venv: SKIPPING 02:52:10 INFO: No Stack... 02:52:12 INFO: Retrieving Pricing Info for: v1-standard-2 02:52:12 INFO: Archiving Costs [Pipeline] echo 02:52:12 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:52:12 ---> logs-deploy.sh 02:52:12 lf-activate-venv: SKIPPING 02:52:12 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-725/12 02:52:12 INFO: archiving workspace using pattern(s): 02:52:14 Archives upload complete. 02:52:14 INFO: archiving logs to Nexus 02:52:15 ---> uname -a: 02:52:15 Linux prd-centos7-docker-4c-2g-26765.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:52:15 02:52:15 02:52:15 ---> lscpu: 02:52:15 Architecture: x86_64 02:52:15 CPU op-mode(s): 32-bit, 64-bit 02:52:15 Byte Order: Little Endian 02:52:15 Address sizes: 40 bits physical, 48 bits virtual 02:52:15 CPU(s): 4 02:52:15 On-line CPU(s) list: 0-3 02:52:15 Thread(s) per core: 1 02:52:15 Core(s) per socket: 1 02:52:15 Socket(s): 4 02:52:15 NUMA node(s): 1 02:52:15 Vendor ID: GenuineIntel 02:52:15 CPU family: 6 02:52:15 Model: 44 02:52:15 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:52:15 Stepping: 1 02:52:15 CPU MHz: 2933.442 02:52:15 BogoMIPS: 5866.88 02:52:15 Virtualization: VT-x 02:52:15 Hypervisor vendor: KVM 02:52:15 Virtualization type: full 02:52:15 L1d cache: 128 KiB 02:52:15 L1i cache: 128 KiB 02:52:15 L2 cache: 16 MiB 02:52:15 L3 cache: 64 MiB 02:52:15 NUMA node0 CPU(s): 0-3 02:52:15 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:52:15 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:52:15 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:52:15 Vulnerability Meltdown: Mitigation; PTI 02:52:15 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:52:15 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:52:15 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:52:15 Vulnerability Srbds: Not affected 02:52:15 Vulnerability Tsx async abort: Not affected 02:52:15 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:52:15 02:52:15 02:52:15 ---> nproc: 02:52:15 4 02:52:15 02:52:15 02:52:15 ---> df -h: 02:52:15 Filesystem Size Used Available Use% Mounted on 02:52:15 overlay 50.0G 6.9G 43.1G 14% / 02:52:15 tmpfs 64.0M 0 64.0M 0% /dev 02:52:15 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:52:15 shm 64.0M 0 64.0M 0% /dev/shm 02:52:15 /dev/vda1 50.0G 6.9G 43.1G 14% /facter-os 02:52:15 /dev/vda1 50.0G 6.9G 43.1G 14% /etc/resolv.conf 02:52:15 /dev/vda1 50.0G 6.9G 43.1G 14% /etc/hostname 02:52:15 /dev/vda1 50.0G 6.9G 43.1G 14% /etc/hosts 02:52:15 /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/auth.log 02:52:15 /dev/vda1 50.0G 6.9G 43.1G 14% /run/cloud-init/result.json 02:52:15 /dev/vda1 50.0G 6.9G 43.1G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-725 02:52:15 /dev/vda1 50.0G 6.9G 43.1G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp 02:52:15 /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/sa-host 02:52:15 /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/secure 02:52:15 02:52:15 02:52:15 ---> free -m: 02:52:15 total used free shared buff/cache available 02:52:15 Mem: 1837 765 117 0 954 979 02:52:15 Swap: 1023 1 1022 02:52:15 02:52:15 02:52:15 ---> ip addr: 02:52:15 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:52:15 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:52:15 inet 127.0.0.1/8 scope host lo 02:52:15 valid_lft forever preferred_lft forever 02:52:15 inet6 ::1/128 scope host 02:52:15 valid_lft forever preferred_lft forever 02:52:15 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 02:52:15 link/ether fa:16:3e:24:28:28 brd ff:ff:ff:ff:ff:ff 02:52:15 inet 10.30.123.62/23 brd 10.30.123.255 scope global dynamic eth0 02:52:15 valid_lft 82737sec preferred_lft 82737sec 02:52:15 inet6 fe80::f816:3eff:fe24:2828/64 scope link 02:52:15 valid_lft forever preferred_lft forever 02:52:15 3: docker0: mtu 1500 qdisc noqueue state DOWN 02:52:15 link/ether 02:42:85:0d:e5:6e brd ff:ff:ff:ff:ff:ff 02:52:15 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:52:15 valid_lft forever preferred_lft forever 02:52:15 inet6 fe80::42:85ff:fe0d:e56e/64 scope link 02:52:15 valid_lft forever preferred_lft forever 02:52:15 02:52:15 02:52:15 ---> sar -b -r -n DEV: 02:52:15 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/18/21 _x86_64_ (4 CPU) 02:52:15 02:52:15 01:51:00 LINUX RESTART (4 CPU) 02:52:15 02:52:15 01:52:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:52:15 01:53:01 2.15 0.00 2.15 0.00 0.00 198.92 0.00 02:52:15 01:54:01 0.25 0.00 0.25 0.00 0.00 2.60 0.00 02:52:15 01:55:01 0.35 0.00 0.35 0.00 0.00 3.91 0.00 02:52:15 01:56:01 0.23 0.00 0.23 0.00 0.00 2.73 0.00 02:52:15 01:57:01 0.30 0.00 0.30 0.00 0.00 4.63 0.00 02:52:15 01:58:01 0.25 0.00 0.25 0.00 0.00 2.61 0.00 02:52:15 01:59:01 0.20 0.00 0.20 0.00 0.00 1.65 0.00 02:52:15 02:00:01 0.28 0.00 0.28 0.00 0.00 3.25 0.00 02:52:15 02:01:01 0.25 0.02 0.23 0.00 0.13 3.15 0.00 02:52:15 02:02:01 0.42 0.08 0.33 0.00 1.60 5.31 0.00 02:52:15 02:03:01 0.28 0.00 0.28 0.00 0.00 3.06 0.00 02:52:15 02:04:01 0.22 0.00 0.22 0.00 0.00 2.20 0.00 02:52:15 02:05:01 0.22 0.00 0.22 0.00 0.00 1.80 0.00 02:52:15 02:06:01 1.02 0.20 0.82 0.00 6.39 15.99 0.00 02:52:15 02:07:01 0.27 0.00 0.27 0.00 0.00 3.33 0.00 02:52:15 02:08:01 0.30 0.00 0.30 0.00 0.00 4.28 0.00 02:52:15 02:09:01 0.23 0.00 0.23 0.00 0.00 3.50 0.00 02:52:15 02:10:01 0.20 0.00 0.20 0.00 0.00 3.32 0.00 02:52:15 02:11:01 0.25 0.00 0.25 0.00 0.00 3.63 0.00 02:52:15 02:12:01 0.35 0.00 0.35 0.00 0.00 5.05 0.00 02:52:15 02:13:01 0.30 0.00 0.30 0.00 0.00 4.34 0.00 02:52:15 02:14:01 0.25 0.00 0.25 0.00 0.00 4.11 0.00 02:52:15 02:15:01 0.25 0.00 0.25 0.00 0.00 3.08 0.00 02:52:15 02:16:01 0.23 0.00 0.23 0.00 0.00 3.03 0.00 02:52:15 02:17:01 0.33 0.00 0.33 0.00 0.00 5.31 0.00 02:52:15 02:18:01 0.27 0.00 0.27 0.00 0.00 4.01 0.00 02:52:15 02:19:01 0.23 0.00 0.23 0.00 0.00 2.83 0.00 02:52:15 02:20:01 0.20 0.00 0.20 0.00 0.00 1.65 0.00 02:52:15 02:21:01 0.18 0.00 0.18 0.00 0.00 1.87 0.00 02:52:15 02:22:01 0.25 0.00 0.25 0.00 0.00 2.91 0.00 02:52:15 02:23:01 0.22 0.00 0.22 0.00 0.00 2.55 0.00 02:52:15 02:24:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 02:52:15 02:25:01 0.18 0.00 0.18 0.00 0.00 1.48 0.00 02:52:15 02:26:01 0.20 0.00 0.20 0.00 0.00 1.62 0.00 02:52:15 02:27:01 0.28 0.00 0.28 0.00 0.00 3.23 0.00 02:52:15 02:28:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 02:52:15 02:29:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 02:52:15 02:30:01 0.18 0.00 0.18 0.00 0.00 1.50 0.00 02:52:15 02:31:01 0.20 0.00 0.20 0.00 0.00 1.48 0.00 02:52:15 02:32:01 0.25 0.00 0.25 0.00 0.00 3.46 0.00 02:52:15 02:33:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 02:52:15 02:34:01 0.20 0.00 0.20 0.00 0.00 1.65 0.00 02:52:15 02:35:02 2.55 2.31 0.23 0.00 40.37 2.93 0.00 02:52:15 02:36:01 289.49 268.88 20.60 0.00 3734.69 925.90 0.00 02:52:15 02:37:01 2.88 0.00 2.88 0.00 0.00 93.45 0.00 02:52:15 02:38:01 0.25 0.00 0.25 0.00 0.00 2.78 0.00 02:52:15 02:39:01 0.22 0.00 0.22 0.00 0.00 2.32 0.00 02:52:15 02:40:01 0.20 0.00 0.20 0.00 0.00 1.75 0.00 02:52:15 02:41:01 50.06 16.48 33.58 0.00 4956.48 2582.89 0.00 02:52:15 02:42:01 3.40 0.00 3.40 0.00 0.00 107.19 0.00 02:52:15 02:43:01 5.73 0.00 5.73 0.00 0.00 62.81 0.00 02:52:15 02:44:01 0.23 0.00 0.23 0.00 0.00 3.10 0.00 02:52:15 02:45:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 02:52:15 02:46:01 0.20 0.00 0.20 0.00 0.00 1.72 0.00 02:52:15 02:47:01 0.28 0.00 0.28 0.00 0.00 3.66 0.00 02:52:15 02:48:01 0.22 0.00 0.22 0.00 0.00 2.41 0.00 02:52:15 02:49:01 0.15 0.00 0.15 0.00 0.00 1.73 0.00 02:52:15 02:50:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 02:52:15 02:51:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 02:52:15 02:52:01 119.96 72.54 47.42 0.00 5191.30 15086.47 0.00 02:52:15 Average: 8.09 5.94 2.14 0.00 231.65 321.02 0.00 02:52:15 02:52:15 01:52:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:52:15 01:53:01 95340 0 472712 25.12 2620 1310872 959928 32.76 287892 1302604 20 02:52:15 01:54:01 95316 0 472728 25.12 2620 1310880 959928 32.76 286516 1303996 12 02:52:15 01:55:01 95744 0 472296 25.10 2620 1310884 959928 32.76 286540 1303996 8 02:52:15 01:56:01 95608 0 472428 25.11 2620 1310888 959928 32.76 286668 1303996 8 02:52:15 01:57:01 94736 0 473296 25.15 2620 1310892 960000 32.76 286976 1303996 8 02:52:15 01:58:01 95284 0 472744 25.13 2620 1310896 959928 32.76 286372 1304228 8 02:52:15 01:59:01 95228 0 472796 25.13 2620 1310900 959928 32.76 286504 1304228 8 02:52:15 02:00:01 95096 0 472920 25.13 2620 1310908 959984 32.76 286712 1304228 20 02:52:15 02:01:01 94212 0 473796 25.18 2620 1310916 962272 32.84 287156 1304228 12 02:52:15 02:02:01 94272 0 473608 25.17 2620 1311044 960520 32.78 287012 1304292 8 02:52:15 02:03:01 94524 0 473356 25.16 2620 1311044 960436 32.78 286816 1304292 8 02:52:15 02:04:01 94624 0 473252 25.15 2620 1311048 960436 32.78 286696 1304292 8 02:52:15 02:05:01 95060 0 472808 25.13 2620 1311056 960436 32.78 286724 1304292 8 02:52:15 02:06:01 92900 0 474968 25.24 2620 1311056 960704 32.79 287888 1304292 8 02:52:15 02:07:01 93708 0 474152 25.20 2620 1311064 960560 32.78 287116 1304292 8 02:52:15 02:08:01 94072 0 473784 25.18 2620 1311068 960500 32.78 286776 1304292 8 02:52:15 02:09:01 94096 0 473756 25.18 2620 1311072 960500 32.78 286656 1304292 8 02:52:15 02:10:01 94180 0 473668 25.17 2620 1311076 960536 32.78 287104 1304292 16 02:52:15 02:11:01 94632 0 473208 25.15 2620 1311084 960500 32.78 286684 1304296 12 02:52:15 02:12:01 93992 0 473848 25.18 2620 1311084 960572 32.78 287192 1304292 8 02:52:15 02:13:01 94508 0 473324 25.16 2620 1311092 960500 32.78 286692 1304296 16 02:52:15 02:14:01 94552 0 473244 25.15 2620 1311128 960500 32.78 286888 1304300 20 02:52:15 02:15:01 94368 0 473460 25.16 2620 1311096 960500 32.78 286804 1304292 8 02:52:15 02:16:01 94452 0 473368 25.16 2620 1311104 960500 32.78 286832 1304292 8 02:52:15 02:17:01 94032 0 473784 25.18 2620 1311108 960560 32.78 287144 1304292 8 02:52:15 02:18:01 94500 0 473308 25.16 2620 1311116 960500 32.78 286840 1304296 8 02:52:15 02:19:01 94476 0 473332 25.16 2620 1311116 960500 32.78 286844 1304292 8 02:52:15 02:20:01 94584 0 473216 25.15 2620 1311124 960500 32.78 286996 1304296 8 02:52:15 02:21:01 94220 0 473576 25.17 2620 1311128 960500 32.78 286980 1304292 8 02:52:15 02:22:01 93836 0 473960 25.19 2620 1311128 960572 32.78 287224 1304292 8 02:52:15 02:23:01 94476 0 473312 25.16 2620 1311136 960500 32.78 286868 1304292 8 02:52:15 02:24:01 94040 0 473744 25.18 2620 1311140 960500 32.78 286780 1304288 8 02:52:15 02:25:01 94476 0 473300 25.15 2620 1311148 960500 32.78 286780 1304296 8 02:52:15 02:26:01 94476 0 473296 25.15 2620 1311152 960500 32.78 286888 1304292 8 02:52:15 02:27:01 91508 0 476256 25.31 2620 1311160 960572 32.78 289980 1304292 8 02:52:15 02:28:01 91668 0 476096 25.30 2620 1311160 960560 32.78 290024 1304292 8 02:52:15 02:29:01 92052 0 475708 25.28 2620 1311164 960500 32.78 289832 1304292 8 02:52:15 02:30:01 91772 0 475980 25.30 2620 1311172 960500 32.78 289716 1304292 8 02:52:15 02:31:01 91840 0 475912 25.29 2620 1311172 960500 32.78 289716 1304292 8 02:52:15 02:32:01 91372 0 476372 25.32 2620 1311180 960584 32.78 290052 1304292 8 02:52:15 02:33:01 91476 0 476264 25.31 2620 1311184 960500 32.78 289856 1304292 8 02:52:15 02:34:01 91772 0 475960 25.30 2620 1311192 960500 32.78 289616 1304292 8 02:52:15 02:35:02 87952 0 478672 25.44 2620 1312300 963660 32.89 291420 1304644 16 02:52:15 02:36:01 74164 0 576488 30.64 2620 1228272 960532 32.78 317332 1193788 24 02:52:15 02:37:01 73788 0 576892 30.66 2620 1228244 960604 32.78 317596 1193776 8 02:52:15 02:38:01 74016 0 576664 30.65 2620 1228244 960532 32.78 317216 1193776 8 02:52:15 02:39:01 74248 0 576424 30.64 2620 1228252 960532 32.78 317348 1193776 8 02:52:15 02:40:01 73960 0 576704 30.65 2620 1228260 960532 32.78 317392 1193772 8 02:52:15 02:41:01 142120 0 679196 36.10 2620 1057608 1077956 36.79 396520 1042632 132 02:52:15 02:42:01 146428 0 674808 35.86 2620 1057688 1064720 36.34 395132 1040468 20 02:52:15 02:43:01 146004 0 675220 35.89 2620 1057700 1063340 36.29 396900 1038736 16 02:52:15 02:44:01 148756 0 672464 35.74 2620 1057704 1055928 36.04 395108 1038736 12 02:52:15 02:45:01 148752 0 672464 35.74 2620 1057708 1055928 36.04 395072 1038784 8 02:52:15 02:46:01 148264 0 672944 35.77 2620 1057716 1055928 36.04 392560 1041304 8 02:52:15 02:47:01 147520 0 673688 35.81 2620 1057716 1056084 36.04 393384 1041304 8 02:52:15 02:48:01 148356 0 672844 35.76 2620 1057724 1055928 36.04 392568 1041304 8 02:52:15 02:49:01 148100 0 673096 35.77 2620 1057728 1055992 36.04 392488 1041300 8 02:52:15 02:50:01 148332 0 672860 35.76 2620 1057732 1055992 36.04 392476 1041300 8 02:52:15 02:51:01 148504 0 672684 35.75 2620 1057736 1055992 36.04 392476 1041300 16 02:52:15 02:52:01 223996 0 756536 40.21 2604 898408 1276360 43.56 443944 865832 85432 02:52:15 Average: 104172 0 523892 27.84 2620 1250860 983924 33.58 312171 1239395 1436 02:52:15 02:52:15 01:52:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:52:15 01:53:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:52:15 01:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 01:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 01:54:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:52:15 01:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 01:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 01:55:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:52:15 01:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 01:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 01:56:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:52:15 01:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 01:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 01:57:01 eth0 0.18 0.15 0.08 0.07 0.00 0.00 0.00 0.00 02:52:15 01:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 01:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 01:58:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 01:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 01:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 01:59:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:52:15 01:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 01:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:00:01 eth0 0.22 0.20 0.09 0.01 0.00 0.00 0.00 0.00 02:52:15 02:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:01:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:52:15 02:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:02:01 eth0 0.22 0.20 0.08 0.07 0.00 0.00 0.00 0.00 02:52:15 02:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:03:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:52:15 02:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:04:01 eth0 0.43 0.08 0.02 0.01 0.00 0.00 0.00 0.00 02:52:15 02:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:05:01 eth0 0.50 0.08 0.05 0.01 0.00 0.00 0.00 0.00 02:52:15 02:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:06:01 eth0 0.60 0.57 0.35 0.22 0.00 0.00 0.00 0.00 02:52:15 02:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:07:01 eth0 0.20 0.18 0.08 0.07 0.00 0.00 0.00 0.00 02:52:15 02:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:08:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:52:15 02:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:09:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 02:52:15 02:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:10:01 eth0 0.17 0.13 0.07 0.01 0.00 0.00 0.00 0.00 02:52:15 02:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:11:01 eth0 0.07 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:52:15 02:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:12:01 eth0 0.15 0.13 0.08 0.07 0.00 0.00 0.00 0.00 02:52:15 02:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:13:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:14:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:15:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:16:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:17:01 eth0 0.17 0.13 0.08 0.04 0.00 0.00 0.00 0.00 02:52:15 02:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:18:01 eth0 0.05 0.05 0.00 0.03 0.00 0.00 0.00 0.00 02:52:15 02:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:19:01 eth0 0.03 0.05 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:20:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:21:01 eth0 0.03 0.05 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:22:01 eth0 0.13 0.08 0.08 0.06 0.00 0.00 0.00 0.00 02:52:15 02:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:23:01 eth0 0.02 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:24:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:25:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:26:01 eth0 0.02 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:27:01 eth0 0.13 0.08 0.08 0.06 0.00 0.00 0.00 0.00 02:52:15 02:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:28:01 eth0 0.20 0.20 0.23 0.01 0.00 0.00 0.00 0.00 02:52:15 02:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:29:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:30:01 eth0 0.03 0.05 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:31:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:32:01 eth0 0.13 0.12 0.08 0.07 0.00 0.00 0.00 0.00 02:52:15 02:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:33:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:34:01 eth0 0.03 0.05 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:35:02 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:35:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:36:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:37:01 eth0 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 02:52:15 02:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:38:01 eth0 0.03 0.05 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:39:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:40:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:41:01 eth0 338.51 244.46 728.16 81.03 0.00 0.00 0.00 0.00 02:52:15 02:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:41:01 docker0 13.62 11.10 1.62 23.28 0.00 0.00 0.00 0.00 02:52:15 02:42:01 eth0 0.67 0.08 0.11 0.06 0.00 0.00 0.00 0.00 02:52:15 02:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:43:01 eth0 91.87 61.08 63.02 67.71 0.00 0.00 0.00 0.00 02:52:15 02:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:44:01 eth0 0.03 0.02 0.00 0.03 0.00 0.00 0.00 0.00 02:52:15 02:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:45:01 eth0 0.72 0.00 0.04 0.00 0.00 0.00 0.00 0.00 02:52:15 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:46:01 eth0 0.25 0.05 0.03 0.00 0.00 0.00 0.00 0.00 02:52:15 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:47:01 eth0 0.65 0.33 0.40 0.26 0.00 0.00 0.00 0.00 02:52:15 02:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:48:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:49:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:50:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:51:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:52:15 02:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:52:01 eth0 195.98 158.72 2165.89 17.97 0.00 0.00 0.00 0.00 02:52:15 02:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 02:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 Average: eth0 10.59 7.83 49.48 2.80 0.00 0.00 0.00 0.00 02:52:15 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:15 Average: docker0 0.23 0.19 0.03 0.39 0.00 0.00 0.00 0.00 02:52:15 02:52:15 02:52:15 ---> sar -P ALL: 02:52:15 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/18/21 _x86_64_ (4 CPU) 02:52:15 02:52:15 01:51:00 LINUX RESTART (4 CPU) 02:52:15 02:52:15 01:52:02 CPU %user %nice %system %iowait %steal %idle 02:52:15 01:53:01 all 0.12 0.00 0.05 0.00 0.00 99.83 02:52:15 01:53:01 0 0.02 0.00 0.05 0.00 0.00 99.93 02:52:15 01:53:01 1 0.39 0.00 0.07 0.00 0.00 99.54 02:52:15 01:53:01 2 0.03 0.00 0.05 0.00 0.00 99.92 02:52:15 01:53:01 3 0.03 0.00 0.02 0.00 0.00 99.95 02:52:15 01:54:01 all 0.16 0.00 0.04 0.00 0.00 99.80 02:52:15 01:54:01 0 0.05 0.00 0.03 0.00 0.02 99.90 02:52:15 01:54:01 1 0.52 0.00 0.03 0.00 0.00 99.45 02:52:15 01:54:01 2 0.05 0.00 0.03 0.00 0.00 99.92 02:52:15 01:54:01 3 0.03 0.00 0.05 0.00 0.00 99.92 02:52:15 01:55:01 all 0.15 0.00 0.04 0.00 0.00 99.80 02:52:15 01:55:01 0 0.05 0.00 0.05 0.00 0.00 99.90 02:52:15 01:55:01 1 0.03 0.00 0.03 0.00 0.00 99.93 02:52:15 01:55:01 2 0.52 0.00 0.05 0.00 0.00 99.43 02:52:15 01:55:01 3 0.02 0.00 0.03 0.00 0.00 99.95 02:52:15 01:56:01 all 0.16 0.00 0.03 0.00 0.00 99.81 02:52:15 01:56:01 0 0.05 0.00 0.03 0.00 0.00 99.92 02:52:15 01:56:01 1 0.12 0.00 0.02 0.00 0.00 99.87 02:52:15 01:56:01 2 0.43 0.00 0.03 0.00 0.00 99.53 02:52:15 01:56:01 3 0.03 0.00 0.03 0.00 0.00 99.93 02:52:15 01:57:01 all 0.16 0.00 0.06 0.00 0.00 99.78 02:52:15 01:57:01 0 0.18 0.00 0.05 0.00 0.00 99.77 02:52:15 01:57:01 1 0.32 0.00 0.12 0.00 0.00 99.57 02:52:15 01:57:01 2 0.07 0.00 0.05 0.00 0.00 99.88 02:52:15 01:57:01 3 0.07 0.00 0.03 0.00 0.00 99.90 02:52:15 01:58:01 all 0.03 0.00 0.03 0.00 0.00 99.94 02:52:15 01:58:01 0 0.02 0.00 0.03 0.00 0.00 99.95 02:52:15 01:58:01 1 0.03 0.00 0.02 0.00 0.02 99.93 02:52:15 01:58:01 2 0.03 0.00 0.02 0.00 0.00 99.95 02:52:15 01:58:01 3 0.03 0.00 0.03 0.00 0.00 99.93 02:52:15 01:59:01 all 0.03 0.00 0.04 0.00 0.00 99.93 02:52:15 01:59:01 0 0.00 0.00 0.02 0.00 0.00 99.98 02:52:15 01:59:01 1 0.05 0.00 0.08 0.00 0.00 99.87 02:52:15 01:59:01 2 0.03 0.00 0.03 0.00 0.00 99.93 02:52:15 01:59:01 3 0.03 0.00 0.02 0.00 0.00 99.95 02:52:15 02:00:01 all 0.17 0.00 0.04 0.00 0.00 99.79 02:52:15 02:00:01 0 0.07 0.00 0.03 0.00 0.00 99.90 02:52:15 02:00:01 1 0.52 0.00 0.02 0.00 0.00 99.47 02:52:15 02:00:01 2 0.05 0.00 0.05 0.00 0.00 99.90 02:52:15 02:00:01 3 0.07 0.00 0.05 0.00 0.00 99.88 02:52:15 02:01:01 all 0.17 0.00 0.04 0.00 0.00 99.79 02:52:15 02:01:01 0 0.03 0.00 0.02 0.00 0.00 99.95 02:52:15 02:01:01 1 0.52 0.00 0.03 0.00 0.00 99.45 02:52:15 02:01:01 2 0.03 0.00 0.03 0.00 0.00 99.93 02:52:15 02:01:01 3 0.08 0.00 0.08 0.00 0.00 99.83 02:52:15 02:02:01 all 0.15 0.00 0.04 0.00 0.00 99.80 02:52:15 02:02:01 0 0.00 0.00 0.05 0.02 0.00 99.93 02:52:15 02:02:01 1 0.53 0.00 0.03 0.00 0.00 99.43 02:52:15 02:02:01 2 0.05 0.00 0.05 0.00 0.00 99.90 02:52:15 02:02:01 3 0.02 0.00 0.03 0.00 0.00 99.95 02:52:15 02:03:01 all 0.15 0.00 0.02 0.00 0.00 99.83 02:52:15 02:03:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:52:15 02:03:01 1 0.50 0.00 0.02 0.00 0.00 99.48 02:52:15 02:03:01 2 0.03 0.00 0.05 0.00 0.00 99.92 02:52:15 02:03:01 3 0.03 0.00 0.02 0.00 0.00 99.95 02:52:15 02:52:15 02:03:01 CPU %user %nice %system %iowait %steal %idle 02:52:15 02:04:01 all 0.14 0.00 0.04 0.00 0.00 99.82 02:52:15 02:04:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:52:15 02:04:01 1 0.50 0.00 0.02 0.00 0.00 99.48 02:52:15 02:04:01 2 0.03 0.00 0.10 0.00 0.00 99.87 02:52:15 02:04:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:52:15 02:05:01 all 0.15 0.00 0.02 0.00 0.00 99.82 02:52:15 02:05:01 0 0.03 0.00 0.03 0.00 0.00 99.93 02:52:15 02:05:01 1 0.52 0.00 0.02 0.00 0.00 99.47 02:52:15 02:05:01 2 0.05 0.00 0.05 0.00 0.00 99.90 02:52:15 02:05:01 3 0.02 0.00 0.00 0.00 0.00 99.98 02:52:15 02:06:01 all 0.20 0.00 0.07 0.00 0.00 99.73 02:52:15 02:06:01 0 0.20 0.00 0.08 0.00 0.00 99.72 02:52:15 02:06:01 1 0.52 0.00 0.07 0.00 0.00 99.42 02:52:15 02:06:01 2 0.07 0.00 0.10 0.00 0.00 99.83 02:52:15 02:06:01 3 0.03 0.00 0.02 0.00 0.02 99.93 02:52:15 02:07:01 all 0.15 0.00 0.05 0.00 0.00 99.80 02:52:15 02:07:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:52:15 02:07:01 1 0.48 0.00 0.10 0.00 0.00 99.42 02:52:15 02:07:01 2 0.03 0.00 0.07 0.00 0.00 99.90 02:52:15 02:07:01 3 0.05 0.00 0.02 0.00 0.00 99.93 02:52:15 02:08:01 all 0.05 0.00 0.04 0.00 0.00 99.91 02:52:15 02:08:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:52:15 02:08:01 1 0.15 0.00 0.12 0.00 0.00 99.73 02:52:15 02:08:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:52:15 02:08:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:52:15 02:09:01 all 0.03 0.00 0.03 0.00 0.00 99.94 02:52:15 02:09:01 0 0.00 0.00 0.00 0.00 0.00 100.00 02:52:15 02:09:01 1 0.05 0.00 0.05 0.00 0.00 99.90 02:52:15 02:09:01 2 0.03 0.00 0.05 0.00 0.00 99.92 02:52:15 02:09:01 3 0.03 0.00 0.02 0.00 0.00 99.95 02:52:15 02:10:01 all 0.11 0.00 0.03 0.00 0.00 99.86 02:52:15 02:10:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:52:15 02:10:01 1 0.37 0.00 0.07 0.00 0.00 99.57 02:52:15 02:10:01 2 0.03 0.00 0.02 0.00 0.00 99.95 02:52:15 02:10:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:52:15 02:11:01 all 0.15 0.00 0.03 0.00 0.00 99.82 02:52:15 02:11:01 0 0.02 0.00 0.00 0.00 0.00 99.98 02:52:15 02:11:01 1 0.55 0.00 0.05 0.00 0.00 99.40 02:52:15 02:11:01 2 0.03 0.00 0.05 0.00 0.02 99.90 02:52:15 02:11:01 3 0.00 0.00 0.02 0.00 0.00 99.98 02:52:15 02:12:01 all 0.15 0.00 0.03 0.00 0.00 99.82 02:52:15 02:12:01 0 0.52 0.00 0.02 0.00 0.00 99.47 02:52:15 02:12:01 1 0.03 0.00 0.03 0.00 0.00 99.93 02:52:15 02:12:01 2 0.03 0.00 0.07 0.00 0.00 99.90 02:52:15 02:12:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:52:15 02:13:01 all 0.17 0.00 0.04 0.00 0.00 99.79 02:52:15 02:13:01 0 0.51 0.00 0.03 0.00 0.00 99.46 02:52:15 02:13:01 1 0.08 0.00 0.05 0.00 0.00 99.86 02:52:15 02:13:01 2 0.05 0.00 0.03 0.00 0.00 99.92 02:52:15 02:13:01 3 0.05 0.00 0.03 0.00 0.00 99.92 02:52:15 02:14:01 all 0.15 0.00 0.02 0.00 0.00 99.83 02:52:15 02:14:01 0 0.52 0.00 0.02 0.00 0.00 99.47 02:52:15 02:14:01 1 0.05 0.00 0.05 0.00 0.02 99.88 02:52:15 02:14:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:52:15 02:14:01 3 0.02 0.00 0.00 0.00 0.00 99.98 02:52:15 02:52:15 02:14:01 CPU %user %nice %system %iowait %steal %idle 02:52:15 02:15:01 all 0.15 0.00 0.03 0.00 0.00 99.82 02:52:15 02:15:01 0 0.50 0.00 0.02 0.00 0.00 99.48 02:52:15 02:15:01 1 0.05 0.00 0.05 0.00 0.00 99.90 02:52:15 02:15:01 2 0.03 0.00 0.03 0.00 0.00 99.93 02:52:15 02:15:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:52:15 02:16:01 all 0.16 0.00 0.04 0.00 0.00 99.80 02:52:15 02:16:01 0 0.52 0.00 0.02 0.00 0.00 99.47 02:52:15 02:16:01 1 0.07 0.00 0.08 0.00 0.00 99.85 02:52:15 02:16:01 2 0.03 0.00 0.03 0.00 0.00 99.93 02:52:15 02:16:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:52:15 02:17:01 all 0.17 0.00 0.04 0.00 0.00 99.80 02:52:15 02:17:01 0 0.52 0.00 0.02 0.00 0.00 99.47 02:52:15 02:17:01 1 0.05 0.00 0.07 0.00 0.00 99.88 02:52:15 02:17:01 2 0.03 0.00 0.03 0.00 0.00 99.93 02:52:15 02:17:01 3 0.07 0.00 0.03 0.00 0.00 99.90 02:52:15 02:18:01 all 0.15 0.00 0.03 0.00 0.00 99.81 02:52:15 02:18:01 0 0.50 0.00 0.02 0.00 0.02 99.47 02:52:15 02:18:01 1 0.07 0.00 0.07 0.00 0.00 99.87 02:52:15 02:18:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:52:15 02:18:01 3 0.03 0.00 0.02 0.00 0.00 99.95 02:52:15 02:19:01 all 0.15 0.00 0.04 0.00 0.00 99.81 02:52:15 02:19:01 0 0.27 0.00 0.02 0.00 0.00 99.72 02:52:15 02:19:01 1 0.05 0.00 0.10 0.00 0.00 99.85 02:52:15 02:19:01 2 0.27 0.00 0.02 0.00 0.00 99.72 02:52:15 02:19:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:52:15 02:20:01 all 0.14 0.00 0.03 0.00 0.00 99.83 02:52:15 02:20:01 0 0.00 0.00 0.02 0.00 0.00 99.98 02:52:15 02:20:01 1 0.05 0.00 0.07 0.00 0.00 99.88 02:52:15 02:20:01 2 0.50 0.00 0.02 0.00 0.00 99.48 02:52:15 02:20:01 3 0.02 0.00 0.00 0.00 0.00 99.98 02:52:15 02:21:01 all 0.15 0.00 0.03 0.00 0.00 99.82 02:52:15 02:21:01 0 0.50 0.00 0.02 0.00 0.00 99.48 02:52:15 02:21:01 1 0.05 0.00 0.05 0.00 0.00 99.90 02:52:15 02:21:01 2 0.02 0.00 0.05 0.00 0.00 99.93 02:52:15 02:21:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:52:15 02:22:01 all 0.17 0.00 0.05 0.00 0.00 99.78 02:52:15 02:22:01 0 0.50 0.00 0.03 0.00 0.00 99.47 02:52:15 02:22:01 1 0.07 0.00 0.07 0.00 0.00 99.87 02:52:15 02:22:01 2 0.07 0.00 0.05 0.00 0.00 99.88 02:52:15 02:22:01 3 0.05 0.00 0.03 0.00 0.00 99.92 02:52:15 02:23:01 all 0.12 0.00 0.03 0.00 0.00 99.85 02:52:15 02:23:01 0 0.38 0.00 0.03 0.00 0.00 99.58 02:52:15 02:23:01 1 0.03 0.00 0.05 0.00 0.00 99.92 02:52:15 02:23:01 2 0.02 0.00 0.03 0.00 0.00 99.95 02:52:15 02:23:01 3 0.03 0.00 0.02 0.00 0.00 99.95 02:52:15 02:24:01 all 0.04 0.00 0.04 0.00 0.00 99.92 02:52:15 02:24:01 0 0.05 0.00 0.07 0.00 0.00 99.88 02:52:15 02:24:01 1 0.05 0.00 0.03 0.00 0.00 99.92 02:52:15 02:24:01 2 0.03 0.00 0.02 0.00 0.00 99.95 02:52:15 02:24:01 3 0.02 0.00 0.03 0.00 0.00 99.95 02:52:15 02:25:01 all 0.03 0.00 0.04 0.00 0.00 99.94 02:52:15 02:25:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:52:15 02:25:01 1 0.05 0.00 0.07 0.00 0.00 99.88 02:52:15 02:25:01 2 0.02 0.00 0.03 0.00 0.00 99.95 02:52:15 02:25:01 3 0.02 0.00 0.03 0.00 0.00 99.95 02:52:15 02:52:15 02:25:01 CPU %user %nice %system %iowait %steal %idle 02:52:15 02:26:01 all 0.10 0.00 0.04 0.00 0.00 99.85 02:52:15 02:26:01 0 0.28 0.00 0.05 0.00 0.00 99.67 02:52:15 02:26:01 1 0.05 0.00 0.08 0.00 0.00 99.87 02:52:15 02:26:01 2 0.05 0.00 0.02 0.00 0.00 99.93 02:52:15 02:26:01 3 0.03 0.00 0.02 0.00 0.00 99.95 02:52:15 02:27:01 all 0.15 0.00 0.04 0.00 0.00 99.81 02:52:15 02:27:01 0 0.52 0.00 0.02 0.00 0.00 99.47 02:52:15 02:27:01 1 0.05 0.00 0.05 0.00 0.02 99.88 02:52:15 02:27:01 2 0.00 0.00 0.03 0.00 0.00 99.97 02:52:15 02:27:01 3 0.03 0.00 0.05 0.00 0.00 99.92 02:52:15 02:28:01 all 0.16 0.00 0.03 0.00 0.00 99.81 02:52:15 02:28:01 0 0.50 0.00 0.02 0.00 0.00 99.48 02:52:15 02:28:01 1 0.08 0.00 0.07 0.00 0.00 99.85 02:52:15 02:28:01 2 0.02 0.00 0.00 0.00 0.00 99.98 02:52:15 02:28:01 3 0.03 0.00 0.03 0.00 0.00 99.93 02:52:15 02:29:01 all 0.15 0.00 0.03 0.00 0.00 99.83 02:52:15 02:29:01 0 0.50 0.00 0.02 0.00 0.00 99.48 02:52:15 02:29:01 1 0.03 0.00 0.05 0.00 0.00 99.92 02:52:15 02:29:01 2 0.02 0.00 0.03 0.00 0.00 99.95 02:52:15 02:29:01 3 0.03 0.00 0.02 0.00 0.00 99.95 02:52:15 02:30:01 all 0.16 0.00 0.02 0.00 0.00 99.82 02:52:15 02:30:01 0 0.50 0.00 0.02 0.00 0.00 99.48 02:52:15 02:30:01 1 0.03 0.00 0.02 0.00 0.00 99.95 02:52:15 02:30:01 2 0.05 0.00 0.03 0.00 0.00 99.92 02:52:15 02:30:01 3 0.05 0.00 0.03 0.00 0.00 99.92 02:52:15 02:31:01 all 0.15 0.00 0.04 0.00 0.00 99.81 02:52:15 02:31:01 0 0.52 0.00 0.02 0.00 0.00 99.47 02:52:15 02:31:01 1 0.03 0.00 0.07 0.00 0.00 99.90 02:52:15 02:31:01 2 0.02 0.00 0.05 0.00 0.00 99.93 02:52:15 02:31:01 3 0.02 0.00 0.03 0.00 0.02 99.93 02:52:15 02:32:01 all 0.17 0.00 0.03 0.00 0.00 99.79 02:52:15 02:32:01 0 0.50 0.00 0.02 0.00 0.00 99.48 02:52:15 02:32:01 1 0.05 0.00 0.03 0.00 0.00 99.92 02:52:15 02:32:01 2 0.08 0.00 0.03 0.00 0.00 99.88 02:52:15 02:32:01 3 0.07 0.00 0.05 0.00 0.00 99.88 02:52:15 02:33:01 all 0.15 0.00 0.03 0.00 0.00 99.82 02:52:15 02:33:01 0 0.23 0.00 0.03 0.00 0.00 99.73 02:52:15 02:33:01 1 0.02 0.00 0.02 0.00 0.00 99.97 02:52:15 02:33:01 2 0.30 0.00 0.03 0.00 0.00 99.67 02:52:15 02:33:01 3 0.05 0.00 0.03 0.00 0.00 99.92 02:52:15 02:34:01 all 0.14 0.00 0.03 0.00 0.00 99.83 02:52:15 02:34:01 0 0.00 0.00 0.02 0.00 0.00 99.98 02:52:15 02:34:01 1 0.03 0.00 0.03 0.00 0.00 99.93 02:52:15 02:34:01 2 0.52 0.00 0.02 0.00 0.00 99.47 02:52:15 02:34:01 3 0.00 0.00 0.05 0.00 0.00 99.95 02:52:15 02:35:02 all 0.15 0.01 0.11 0.06 0.00 99.68 02:52:15 02:35:02 0 0.02 0.00 0.05 0.02 0.00 99.92 02:52:15 02:35:02 1 0.03 0.02 0.15 0.07 0.00 99.73 02:52:15 02:35:02 2 0.52 0.02 0.17 0.15 0.00 99.15 02:52:15 02:35:02 3 0.03 0.00 0.07 0.00 0.00 99.90 02:52:15 02:36:01 all 0.16 2.70 12.08 5.95 0.07 79.04 02:52:15 02:36:01 0 0.10 2.80 12.23 5.83 0.07 78.97 02:52:15 02:36:01 1 0.20 2.76 12.57 6.72 0.05 77.69 02:52:15 02:36:01 2 0.27 2.60 12.18 4.60 0.09 80.26 02:52:15 02:36:01 3 0.07 2.64 11.32 6.66 0.07 79.24 02:52:15 02:52:15 02:36:01 CPU %user %nice %system %iowait %steal %idle 02:52:15 02:37:01 all 0.17 0.00 0.05 0.00 0.00 99.79 02:52:15 02:37:01 0 0.02 0.00 0.03 0.00 0.00 99.95 02:52:15 02:37:01 1 0.07 0.00 0.08 0.00 0.00 99.85 02:52:15 02:37:01 2 0.32 0.00 0.02 0.00 0.00 99.67 02:52:15 02:37:01 3 0.27 0.00 0.05 0.00 0.00 99.68 02:52:15 02:38:01 all 0.14 0.00 0.03 0.00 0.00 99.83 02:52:15 02:38:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:52:15 02:38:01 1 0.03 0.00 0.05 0.00 0.00 99.92 02:52:15 02:38:01 2 0.02 0.00 0.05 0.00 0.00 99.93 02:52:15 02:38:01 3 0.50 0.00 0.00 0.00 0.00 99.50 02:52:15 02:39:01 all 0.16 0.00 0.02 0.00 0.00 99.81 02:52:15 02:39:01 0 0.02 0.00 0.00 0.00 0.00 99.98 02:52:15 02:39:01 1 0.05 0.00 0.05 0.00 0.02 99.88 02:52:15 02:39:01 2 0.05 0.00 0.03 0.00 0.00 99.92 02:52:15 02:39:01 3 0.52 0.00 0.02 0.00 0.00 99.47 02:52:15 02:40:01 all 0.15 0.00 0.03 0.00 0.00 99.83 02:52:15 02:40:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:52:15 02:40:01 1 0.02 0.00 0.03 0.00 0.00 99.95 02:52:15 02:40:01 2 0.03 0.00 0.03 0.00 0.00 99.93 02:52:15 02:40:01 3 0.52 0.00 0.03 0.00 0.00 99.45 02:52:15 02:41:01 all 5.98 0.00 2.97 1.26 0.03 89.76 02:52:15 02:41:01 0 6.06 0.00 3.30 3.23 0.02 87.39 02:52:15 02:41:01 1 5.84 0.00 2.76 0.96 0.05 90.40 02:52:15 02:41:01 2 6.06 0.00 2.79 0.47 0.03 90.64 02:52:15 02:41:01 3 5.97 0.00 3.01 0.37 0.02 90.63 02:52:15 02:42:01 all 0.19 0.00 0.07 0.00 0.00 99.74 02:52:15 02:42:01 0 0.07 0.00 0.07 0.00 0.00 99.87 02:52:15 02:42:01 1 0.10 0.00 0.07 0.00 0.00 99.83 02:52:15 02:42:01 2 0.52 0.00 0.05 0.00 0.00 99.43 02:52:15 02:42:01 3 0.07 0.00 0.12 0.00 0.00 99.82 02:52:15 02:43:01 all 1.28 0.00 0.44 0.03 0.01 98.24 02:52:15 02:43:01 0 1.07 0.00 0.45 0.02 0.02 98.44 02:52:15 02:43:01 1 1.25 0.00 0.43 0.03 0.00 98.28 02:52:15 02:43:01 2 1.70 0.00 0.43 0.03 0.00 97.83 02:52:15 02:43:01 3 1.09 0.00 0.45 0.02 0.02 98.43 02:52:15 02:44:01 all 0.15 0.00 0.04 0.00 0.00 99.82 02:52:15 02:44:01 0 0.02 0.00 0.05 0.00 0.00 99.93 02:52:15 02:44:01 1 0.02 0.00 0.02 0.00 0.00 99.97 02:52:15 02:44:01 2 0.52 0.00 0.03 0.00 0.00 99.45 02:52:15 02:44:01 3 0.03 0.00 0.05 0.00 0.00 99.92 02:52:15 02:45:01 all 0.15 0.00 0.03 0.00 0.00 99.83 02:52:15 02:45:01 0 0.00 0.00 0.02 0.00 0.00 99.98 02:52:15 02:45:01 1 0.40 0.00 0.03 0.00 0.00 99.57 02:52:15 02:45:01 2 0.17 0.00 0.03 0.00 0.00 99.80 02:52:15 02:45:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:52:15 02:46:01 all 0.12 0.00 0.05 0.00 0.00 99.83 02:52:15 02:46:01 0 0.02 0.00 0.03 0.00 0.00 99.95 02:52:15 02:46:01 1 0.38 0.00 0.07 0.00 0.00 99.55 02:52:15 02:46:01 2 0.07 0.00 0.07 0.00 0.00 99.87 02:52:15 02:46:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:52:15 02:47:01 all 0.15 0.00 0.03 0.00 0.00 99.82 02:52:15 02:47:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:52:15 02:47:01 1 0.50 0.00 0.03 0.00 0.00 99.47 02:52:15 02:47:01 2 0.07 0.00 0.07 0.00 0.00 99.87 02:52:15 02:47:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:52:15 02:52:15 02:47:01 CPU %user %nice %system %iowait %steal %idle 02:52:15 02:48:01 all 0.17 0.00 0.04 0.00 0.00 99.79 02:52:15 02:48:01 0 0.02 0.00 0.03 0.00 0.00 99.95 02:52:15 02:48:01 1 0.53 0.00 0.03 0.00 0.00 99.43 02:52:15 02:48:01 2 0.07 0.00 0.07 0.00 0.02 99.85 02:52:15 02:48:01 3 0.05 0.00 0.03 0.00 0.00 99.92 02:52:15 02:49:01 all 0.17 0.00 0.03 0.00 0.00 99.79 02:52:15 02:49:01 0 0.03 0.00 0.02 0.00 0.00 99.95 02:52:15 02:49:01 1 0.55 0.00 0.03 0.00 0.02 99.40 02:52:15 02:49:01 2 0.05 0.00 0.03 0.00 0.00 99.92 02:52:15 02:49:01 3 0.05 0.00 0.05 0.00 0.00 99.90 02:52:15 02:50:01 all 0.17 0.00 0.03 0.00 0.00 99.80 02:52:15 02:50:01 0 0.03 0.00 0.02 0.00 0.00 99.95 02:52:15 02:50:01 1 0.55 0.00 0.03 0.00 0.00 99.42 02:52:15 02:50:01 2 0.05 0.00 0.03 0.00 0.00 99.92 02:52:15 02:50:01 3 0.03 0.00 0.05 0.00 0.02 99.90 02:52:15 02:51:01 all 0.15 0.00 0.04 0.00 0.00 99.80 02:52:15 02:51:01 0 0.02 0.00 0.05 0.00 0.00 99.93 02:52:15 02:51:01 1 0.52 0.00 0.03 0.00 0.00 99.45 02:52:15 02:51:01 2 0.05 0.00 0.05 0.00 0.00 99.90 02:52:15 02:51:01 3 0.03 0.00 0.03 0.00 0.00 99.93 02:52:15 02:52:01 all 5.60 0.00 4.13 1.59 0.03 88.64 02:52:15 02:52:01 0 5.56 0.00 4.08 1.92 0.05 88.39 02:52:15 02:52:01 1 6.24 0.00 4.86 2.31 0.02 86.57 02:52:15 02:52:01 2 5.10 0.00 4.61 0.94 0.03 89.32 02:52:15 02:52:01 3 5.49 0.00 2.98 1.21 0.03 90.29 02:52:15 Average: all 0.35 0.04 0.36 0.15 0.00 99.11 02:52:15 Average: 0 0.38 0.05 0.35 0.18 0.00 99.04 02:52:15 Average: 1 0.42 0.05 0.39 0.17 0.00 98.98 02:52:15 Average: 2 0.32 0.04 0.37 0.10 0.00 99.16 02:52:15 Average: 3 0.27 0.04 0.32 0.13 0.00 99.24 02:52:15 02:52:15 02:52:15