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 IOTechSystems for edgexfoundry/device-sdk-go Loading trusted files from base branch master at 1a07617a55e4200b889676e00db141fb8b6dd4d0 rather than 937c27991e3a022820c7233401f8a9f6f6c272ba Obtained Jenkinsfile from 1a07617a55e4200b889676e00db141fb8b6dd4d0 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Examining edgexfoundry/edgex-global-pipelines Attempting to resolve stable as a branch Attempting to resolve stable as a tag Resolved stable as tag stable at revision b810438aec07f555226556e3b59abf2bab733840 using credential edgex-jenkins-access-pat > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 Checking out Revision b810438aec07f555226556e3b59abf2bab733840 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f b810438aec07f555226556e3b59abf2bab733840 # timeout=10 Commit message: "Merge pull request #114 from lranjbar/release-kraken" > 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 [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, goVersion:1.13, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false] ========================================================= [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.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-10581 in /w/workspace/dgexfoundry_device-sdk-go_PR-429 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-429 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/429/head:refs/remotes/origin/PR-429 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 1a07617a55e4200b889676e00db141fb8b6dd4d0 into PR head commit 937c27991e3a022820c7233401f8a9f6f6c272ba > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/429/head:refs/remotes/origin/PR-429 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/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 --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/429/head:refs/remotes/origin/PR-429 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 937c27991e3a022820c7233401f8a9f6f6c272ba # timeout=10 Merge succeeded, producing 4cc6a7097a51f4b4b4fa8258602da949104198fb Checking out Revision 4cc6a7097a51f4b4b4fa8258602da949104198fb (PR-429) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 1a07617a55e4200b889676e00db141fb8b6dd4d0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4cc6a7097a51f4b4b4fa8258602da949104198fb # timeout=10 Commit message: "Merge commit '1a07617a55e4200b889676e00db141fb8b6dd4d0' into HEAD" > git rev-list --no-walk 937c27991e3a022820c7233401f8a9f6f6c272ba # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-03-10T18:43:07.107Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-03-10T18:43:08.994Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-03-10T18:43:08.994Z] [2020-03-10T18:43:08.994Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-03-10T18:43:09.351Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-03-10T18:43:09.351Z] latest: Pulling from edgex-devops/git-semver [2020-03-10T18:43:09.351Z] 9123ac7c32f7: Pulling fs layer [2020-03-10T18:43:09.351Z] b8cc5d1170e3: Pulling fs layer [2020-03-10T18:43:09.351Z] 2924cbbf6a41: Pulling fs layer [2020-03-10T18:43:09.351Z] 93b08a4f1073: Pulling fs layer [2020-03-10T18:43:09.351Z] 93b08a4f1073: Waiting [2020-03-10T18:43:09.351Z] b8cc5d1170e3: Verifying Checksum [2020-03-10T18:43:09.351Z] b8cc5d1170e3: Download complete [2020-03-10T18:43:09.618Z] 9123ac7c32f7: Verifying Checksum [2020-03-10T18:43:09.618Z] 9123ac7c32f7: Download complete [2020-03-10T18:43:09.618Z] 93b08a4f1073: Verifying Checksum [2020-03-10T18:43:09.618Z] 93b08a4f1073: Download complete [2020-03-10T18:43:09.618Z] 2924cbbf6a41: Verifying Checksum [2020-03-10T18:43:09.618Z] 2924cbbf6a41: Download complete [2020-03-10T18:43:09.886Z] 9123ac7c32f7: Pull complete [2020-03-10T18:43:09.886Z] b8cc5d1170e3: Pull complete [2020-03-10T18:43:10.827Z] 2924cbbf6a41: Pull complete [2020-03-10T18:43:11.091Z] 93b08a4f1073: Pull complete [2020-03-10T18:43:11.091Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-03-10T18:43:11.091Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-03-10T18:43:11.235Z] prd-centos7-docker-4c-2g-10581 does not seem to be running inside a container [2020-03-10T18:43:11.285Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-429 -v /w/workspace/dgexfoundry_device-sdk-go_PR-429:/w/workspace/dgexfoundry_device-sdk-go_PR-429:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-429@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-429@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-03-10T18:43:12.025Z] $ docker top 634403468d6f267964b5ef884f1e96ad13f5fcb54dfce379c3dffc64bfca5b27 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-03-10T18:43:12.780Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-03-10T18:43:12.780Z] [ssh-agent] Looking for ssh-agent implementation... [2020-03-10T18:43:13.027Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-03-10T18:43:13.034Z] $ docker exec 634403468d6f267964b5ef884f1e96ad13f5fcb54dfce379c3dffc64bfca5b27 ssh-agent [2020-03-10T18:43:13.258Z] SSH_AUTH_SOCK=/tmp/ssh-4nwZWn7uZz0a/agent.15 [2020-03-10T18:43:13.258Z] SSH_AGENT_PID=22 [2020-03-10T18:43:13.278Z] Running ssh-add (command line suppressed) [2020-03-10T18:43:13.477Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-429@tmp/private_key_6584678067160053195.key (/w/workspace/dgexfoundry_device-sdk-go_PR-429@tmp/private_key_6584678067160053195.key) [2020-03-10T18:43:13.530Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-03-10T18:43:13.870Z] + git describe --exact-match --tags HEAD [2020-03-10T18:43:13.870Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-03-10T18:43:13.937Z] $ docker exec --env ******** --env ******** 634403468d6f267964b5ef884f1e96ad13f5fcb54dfce379c3dffc64bfca5b27 ssh-agent -k [2020-03-10T18:43:14.140Z] unset SSH_AUTH_SOCK; [2020-03-10T18:43:14.141Z] unset SSH_AGENT_PID; [2020-03-10T18:43:14.142Z] echo Agent pid 22 killed; [2020-03-10T18:43:14.194Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-03-10T18:43:14.265Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-03-10T18:43:14.265Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-03-10T18:43:14.342Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-03-10T18:43:14.342Z] [ssh-agent] Looking for ssh-agent implementation... [2020-03-10T18:43:14.547Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-03-10T18:43:14.557Z] $ docker exec 634403468d6f267964b5ef884f1e96ad13f5fcb54dfce379c3dffc64bfca5b27 ssh-agent [2020-03-10T18:43:14.812Z] SSH_AUTH_SOCK=/tmp/ssh-lQhtUaYMOjVC/agent.58 [2020-03-10T18:43:14.812Z] SSH_AGENT_PID=64 [2020-03-10T18:43:14.818Z] Running ssh-add (command line suppressed) [2020-03-10T18:43:14.988Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-429@tmp/private_key_5752911679295948798.key (/w/workspace/dgexfoundry_device-sdk-go_PR-429@tmp/private_key_5752911679295948798.key) [2020-03-10T18:43:15.056Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-03-10T18:43:15.383Z] + git semver init [2020-03-10T18:43:15.383Z] # -> Open(): unable to determine branch for HEAD [2020-03-10T18:43:15.383Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-429/.git [2020-03-10T18:43:15.383Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-429 [2020-03-10T18:43:15.383Z] # $SEMVER_REMOTE_NAME = origin [2020-03-10T18:43:15.383Z] # $SEMVER_USER_EMAIL = jenkins@edgexfoundry.org [2020-03-10T18:43:15.383Z] # $SEMVER_USER_NAME = jenkins [2020-03-10T18:43:15.383Z] # $SEMVER_BRANCH = PR-429 [2020-03-10T18:43:15.383Z] # $SEMVER_TEMP = /tmp/semver-184819242 [2020-03-10T18:43:15.383Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-03-10T18:43:15.964Z] # '/tmp/semver-184819242' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-429/.semver' [2020-03-10T18:43:15.964Z] # -> Force: false [2020-03-10T18:43:15.964Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-429/.semver [Pipeline] } [2020-03-10T18:43:15.983Z] $ docker exec --env ******** --env ******** 634403468d6f267964b5ef884f1e96ad13f5fcb54dfce379c3dffc64bfca5b27 ssh-agent -k [2020-03-10T18:43:16.191Z] unset SSH_AUTH_SOCK; [2020-03-10T18:43:16.192Z] unset SSH_AGENT_PID; [2020-03-10T18:43:16.193Z] echo Agent pid 64 killed; [2020-03-10T18:43:16.233Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-03-10T18:43:16.657Z] + git semver [Pipeline] } [2020-03-10T18:43:16.677Z] $ docker stop --time=1 634403468d6f267964b5ef884f1e96ad13f5fcb54dfce379c3dffc64bfca5b27 [2020-03-10T18:43:18.047Z] $ docker rm -f 634403468d6f267964b5ef884f1e96ad13f5fcb54dfce379c3dffc64bfca5b27 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-03-10T18:43:18.914Z] Stashed 31 file(s) [Pipeline] echo [2020-03-10T18:43:18.916Z] [edgeXSemver] initialized semver on version 0.0.0 [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 [2020-03-10T18:43:34.146Z] Still waiting to schedule task [2020-03-10T18:43:34.147Z] ‘prd-centos7-docker-4c-2g-10587’ is offline; ‘prd-centos7-docker-4c-2g-563’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-10459’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-2518’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-5709’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-03-10T18:43:34.148Z] Still waiting to schedule task [2020-03-10T18:43:34.148Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-03-10T18:51:07.237Z] Running on prd-centos7-docker-4c-2g-10791 in /w/workspace/dgexfoundry_device-sdk-go_PR-429 [Pipeline] { [Pipeline] ws [2020-03-10T18:51:07.281Z] Running in /w/workspace/device-sdk-go/10 [Pipeline] { [Pipeline] checkout [2020-03-10T18:51:09.444Z] using credential edgex-jenkins-ssh [2020-03-10T18:51:09.486Z] Cloning the remote Git repository [2020-03-10T18:51:09.486Z] Cloning with configured refspecs honoured and without tags [2020-03-10T18:51:09.298Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-03-10T18:51:09.338Z] > git init /w/workspace/device-sdk-go/10 # timeout=10 [2020-03-10T18:51:10.225Z] Fetching without tags [2020-03-10T18:51:09.389Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-03-10T18:51:09.389Z] > git --version # timeout=10 [2020-03-10T18:51:09.395Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-10T18:51:09.421Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/429/head:refs/remotes/origin/PR-429 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-10T18:51:10.034Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-03-10T18:51:10.039Z] > git config --add remote.origin.fetch +refs/pull/429/head:refs/remotes/origin/PR-429 # timeout=10 [2020-03-10T18:51:10.046Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-10T18:51:10.060Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-03-10T18:51:10.070Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-03-10T18:51:10.070Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-10T18:51:10.075Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/429/head:refs/remotes/origin/PR-429 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-10T18:51:10.651Z] Merging remotes/origin/master commit 1a07617a55e4200b889676e00db141fb8b6dd4d0 into PR head commit 937c27991e3a022820c7233401f8a9f6f6c272ba [2020-03-10T18:51:10.764Z] Merge succeeded, producing 31a4518da326145180fc2ab65572207f003a9486 [2020-03-10T18:51:10.765Z] Checking out Revision 31a4518da326145180fc2ab65572207f003a9486 (PR-429) [2020-03-10T18:51:10.536Z] > git config core.sparsecheckout # timeout=10 [2020-03-10T18:51:10.541Z] > git checkout -f 937c27991e3a022820c7233401f8a9f6f6c272ba # timeout=10 [2020-03-10T18:51:10.590Z] > git remote # timeout=10 [2020-03-10T18:51:10.595Z] > git config --get remote.origin.url # timeout=10 [2020-03-10T18:51:10.607Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-10T18:51:10.611Z] > git merge 1a07617a55e4200b889676e00db141fb8b6dd4d0 # timeout=10 [2020-03-10T18:51:10.640Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-03-10T18:51:10.654Z] > git config core.sparsecheckout # timeout=10 [2020-03-10T18:51:10.660Z] > git checkout -f 31a4518da326145180fc2ab65572207f003a9486 # timeout=10 [2020-03-10T18:51:14.460Z] Commit message: "Merge commit '1a07617a55e4200b889676e00db141fb8b6dd4d0' into HEAD" [2020-03-10T18:51:14.461Z] > git rev-list --no-walk 937c27991e3a022820c7233401f8a9f6f6c272ba # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-03-10T18:51:15.437Z] ========================================================= [2020-03-10T18:51:15.437Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-03-10T18:51:15.437Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-03-10T18:51:16.081Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-03-10T18:51:16.341Z] Sending build context to Docker daemon 2.678MB [2020-03-10T18:51:16.342Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-03-10T18:51:16.342Z] Step 2/8 : FROM ${BASE} [2020-03-10T18:51:16.342Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-03-10T18:51:16.342Z] e6b0cf9c0882: Pulling fs layer [2020-03-10T18:51:16.342Z] 2848faf0eed1: Pulling fs layer [2020-03-10T18:51:16.342Z] 0f37312ad70f: Pulling fs layer [2020-03-10T18:51:16.342Z] 5788d62ee057: Pulling fs layer [2020-03-10T18:51:16.342Z] 0e6b1d234666: Pulling fs layer [2020-03-10T18:51:16.342Z] bf5d7aec512f: Pulling fs layer [2020-03-10T18:51:16.342Z] 34c802a77dc8: Pulling fs layer [2020-03-10T18:51:16.342Z] 9eb99e56ec68: Pulling fs layer [2020-03-10T18:51:16.342Z] 27c7a5d97fbd: Pulling fs layer [2020-03-10T18:51:16.342Z] 5c102a31e300: Pulling fs layer [2020-03-10T18:51:16.342Z] dcfb455df0a1: Pulling fs layer [2020-03-10T18:51:16.342Z] 34c802a77dc8: Waiting [2020-03-10T18:51:16.342Z] 9eb99e56ec68: Waiting [2020-03-10T18:51:16.342Z] 27c7a5d97fbd: Waiting [2020-03-10T18:51:16.342Z] 5c102a31e300: Waiting [2020-03-10T18:51:16.342Z] dcfb455df0a1: Waiting [2020-03-10T18:51:16.342Z] 5788d62ee057: Waiting [2020-03-10T18:51:16.342Z] 0e6b1d234666: Waiting [2020-03-10T18:51:16.607Z] 0f37312ad70f: Verifying Checksum [2020-03-10T18:51:16.607Z] 0f37312ad70f: Download complete [2020-03-10T18:51:16.607Z] 2848faf0eed1: Verifying Checksum [2020-03-10T18:51:16.607Z] 2848faf0eed1: Download complete [2020-03-10T18:51:16.607Z] 0e6b1d234666: Verifying Checksum [2020-03-10T18:51:16.607Z] 0e6b1d234666: Download complete [2020-03-10T18:51:16.607Z] bf5d7aec512f: Download complete [2020-03-10T18:51:16.607Z] e6b0cf9c0882: Verifying Checksum [2020-03-10T18:51:16.875Z] e6b0cf9c0882: Pull complete [2020-03-10T18:51:16.875Z] 2848faf0eed1: Pull complete [2020-03-10T18:51:17.136Z] 0f37312ad70f: Pull complete [2020-03-10T18:51:17.718Z] 34c802a77dc8: Verifying Checksum [2020-03-10T18:51:17.718Z] 34c802a77dc8: Download complete [2020-03-10T18:51:17.718Z] 27c7a5d97fbd: Verifying Checksum [2020-03-10T18:51:17.718Z] 27c7a5d97fbd: Download complete [2020-03-10T18:51:18.304Z] 9eb99e56ec68: Verifying Checksum [2020-03-10T18:51:18.304Z] 9eb99e56ec68: Download complete [2020-03-10T18:51:18.566Z] 5c102a31e300: Download complete [2020-03-10T18:51:18.566Z] dcfb455df0a1: Verifying Checksum [2020-03-10T18:51:18.566Z] dcfb455df0a1: Download complete [2020-03-10T18:51:18.566Z] 5788d62ee057: Verifying Checksum [2020-03-10T18:51:18.566Z] 5788d62ee057: Download complete [2020-03-10T18:51:25.155Z] 5788d62ee057: Pull complete [2020-03-10T18:51:25.155Z] 0e6b1d234666: Pull complete [2020-03-10T18:51:25.155Z] bf5d7aec512f: Pull complete [2020-03-10T18:51:29.352Z] 34c802a77dc8: Pull complete [2020-03-10T18:51:32.675Z] 9eb99e56ec68: Pull complete [2020-03-10T18:51:32.675Z] 27c7a5d97fbd: Pull complete [2020-03-10T18:51:32.936Z] 5c102a31e300: Pull complete [2020-03-10T18:51:33.199Z] dcfb455df0a1: Pull complete [2020-03-10T18:51:33.199Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-03-10T18:51:33.199Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-03-10T18:51:33.199Z] ---> 7c70fe431013 [2020-03-10T18:51:33.199Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-03-10T18:51:33.199Z] ---> Running in f3cc5eca2b50 [2020-03-10T18:51:33.768Z] Removing intermediate container f3cc5eca2b50 [2020-03-10T18:51:33.768Z] ---> 62b9a6d7b06d [2020-03-10T18:51:33.768Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-03-10T18:51:33.768Z] ---> Running in 0f42d7cdad48 [2020-03-10T18:51:35.154Z] Removing intermediate container 0f42d7cdad48 [2020-03-10T18:51:35.154Z] ---> 3842378d51e3 [2020-03-10T18:51:35.154Z] Step 5/8 : RUN apk add --no-cache make git [2020-03-10T18:51:35.154Z] ---> Running in e9ef517c937c [2020-03-10T18:51:35.412Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-03-10T18:51:36.358Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-03-10T18:51:36.619Z] OK: 143 MiB in 39 packages [2020-03-10T18:51:36.879Z] Removing intermediate container e9ef517c937c [2020-03-10T18:51:36.879Z] ---> 2447c6a24977 [2020-03-10T18:51:36.879Z] Step 6/8 : WORKDIR /device-sdk-go [2020-03-10T18:51:37.140Z] ---> Running in 2e3e265265e2 [2020-03-10T18:51:37.140Z] Removing intermediate container 2e3e265265e2 [2020-03-10T18:51:37.140Z] ---> 97b279687f81 [2020-03-10T18:51:37.140Z] Step 7/8 : COPY . . [2020-03-10T18:51:37.725Z] ---> ac2cce6a73ef [2020-03-10T18:51:37.725Z] Step 8/8 : RUN go mod download [2020-03-10T18:51:37.725Z] ---> Running in 5b4212a97d99 [2020-03-10T18:51:39.645Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-03-10T18:51:39.645Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-03-10T18:51:39.645Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-03-10T18:51:39.645Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-03-10T18:51:39.645Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-03-10T18:51:39.645Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-03-10T18:51:39.645Z] go: finding github.com/cenkalti/backoff v2.1.1+incompatible [2020-03-10T18:51:39.645Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-03-10T18:51:39.645Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.36 [2020-03-10T18:51:39.645Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.0 [2020-03-10T18:51:39.645Z] go: finding github.com/fatih/color v1.7.0 [2020-03-10T18:51:39.645Z] go: finding github.com/go-kit/kit v0.8.0 [2020-03-10T18:51:39.645Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-03-10T18:51:39.645Z] go: finding github.com/go-stack/stack v1.8.0 [2020-03-10T18:51:39.645Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-03-10T18:51:39.645Z] go: finding github.com/google/uuid v1.1.0 [2020-03-10T18:51:39.645Z] go: finding github.com/gorilla/context v0.0.0-20181012153548-51ce91d2eadd [2020-03-10T18:51:39.645Z] go: finding github.com/gorilla/mux v1.6.2 [2020-03-10T18:51:39.645Z] go: finding github.com/hashicorp/consul v1.4.2 [2020-03-10T18:51:39.645Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-03-10T18:51:39.645Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.0 [2020-03-10T18:51:39.645Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-03-10T18:51:39.645Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-03-10T18:51:39.645Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-03-10T18:51:39.645Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-03-10T18:51:39.645Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-03-10T18:51:39.645Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-03-10T18:51:39.645Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-03-10T18:51:39.645Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-03-10T18:51:39.645Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-03-10T18:51:39.645Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-03-10T18:51:39.645Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-03-10T18:51:39.906Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-03-10T18:51:39.906Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-03-10T18:51:39.906Z] go: finding github.com/jessevdk/go-flags v1.4.0 [2020-03-10T18:51:39.906Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-03-10T18:51:39.906Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-03-10T18:51:39.906Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-03-10T18:51:39.906Z] go: finding github.com/miekg/dns v1.0.14 [2020-03-10T18:51:39.906Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-03-10T18:51:39.906Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-03-10T18:51:39.906Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-03-10T18:51:39.906Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-03-10T18:51:39.906Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-03-10T18:51:39.906Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-03-10T18:51:39.906Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-03-10T18:51:39.906Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-03-10T18:51:39.906Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-03-10T18:51:39.906Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-03-10T18:51:39.906Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-03-10T18:51:39.906Z] go: finding github.com/pkg/errors v0.8.1 [2020-03-10T18:51:39.906Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-03-10T18:51:39.906Z] go: finding github.com/posener/complete v1.1.1 [2020-03-10T18:51:39.906Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-03-10T18:51:39.906Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-03-10T18:51:39.906Z] go: finding github.com/stretchr/objx v0.1.0 [2020-03-10T18:51:39.906Z] go: finding github.com/stretchr/testify v1.3.0 [2020-03-10T18:51:39.906Z] go: finding github.com/ugorji/go v1.1.4 [2020-03-10T18:51:39.906Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-03-10T18:51:40.169Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-03-10T18:51:40.169Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-03-10T18:51:40.169Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-03-10T18:51:40.169Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-03-10T18:51:40.169Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2020-03-10T18:51:48.377Z] Removing intermediate container 5b4212a97d99 [2020-03-10T18:51:48.377Z] ---> 5de01e6a628e [2020-03-10T18:51:48.377Z] Successfully built 5de01e6a628e [2020-03-10T18:51:48.958Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-03-10T18:51:49.557Z] + docker inspect -f . ci-base-image-x86_64 [2020-03-10T18:51:49.557Z] . [Pipeline] withDockerContainer [2020-03-10T18:51:49.701Z] prd-centos7-docker-4c-2g-10791 does not seem to be running inside a container [2020-03-10T18:51:49.764Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/10 -v /w/workspace/device-sdk-go/10:/w/workspace/device-sdk-go/10:rw,z -v /w/workspace/device-sdk-go/10@tmp:/w/workspace/device-sdk-go/10@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 ******** ci-base-image-x86_64 cat [2020-03-10T18:51:50.377Z] $ docker top 1e46cb79f20dbd21fb7fcd9f4dcf2d8df39b115fdf71ef26e1c557e58e3c1d14 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-03-10T18:51:51.461Z] + go version [2020-03-10T18:51:51.461Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-03-10T18:51:51.860Z] + make test [2020-03-10T18:51:51.860Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-03-10T18:52:06.822Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-03-10T18:52:06.822Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-03-10T18:52:06.822Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-03-10T18:52:11.029Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.015s coverage: 23.1% of statements [2020-03-10T18:52:11.029Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.048s coverage: 95.8% of statements [2020-03-10T18:52:14.341Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 3.361s coverage: 12.7% of statements [2020-03-10T18:52:14.341Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.007s coverage: 24.2% of statements [2020-03-10T18:52:46.454Z] ok github.com/edgexfoundry/device-sdk-go/internal/config 31.014s coverage: 30.0% of statements [2020-03-10T18:52:46.454Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.554s coverage: 42.3% of statements [2020-03-10T18:52:46.454Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-03-10T18:52:46.454Z] ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] [2020-03-10T18:52:46.454Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 1.276s coverage: 79.3% of statements [2020-03-10T18:52:46.454Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-03-10T18:52:46.454Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-03-10T18:52:46.454Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-03-10T18:52:46.454Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.015s coverage: 52.6% of statements [2020-03-10T18:52:46.454Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.102s coverage: 76.1% of statements [2020-03-10T18:52:46.454Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-03-10T18:52:46.454Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-03-10T18:52:46.454Z] gofmt -l . [2020-03-10T18:52:46.454Z] [ "`gofmt -l .`" = "" ] [2020-03-10T18:52:46.454Z] ./bin/test-attribution-txt.sh [2020-03-10T18:52:47.023Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-03-10T18:52:47.465Z] Stashed 1 file(s) [Pipeline] } [2020-03-10T18:52:47.464Z] $ docker stop --time=1 1e46cb79f20dbd21fb7fcd9f4dcf2d8df39b115fdf71ef26e1c557e58e3c1d14 [2020-03-10T18:52:48.919Z] $ docker rm -f 1e46cb79f20dbd21fb7fcd9f4dcf2d8df39b115fdf71ef26e1c557e58e3c1d14 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-03-10T18:52:49.932Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-03-10T18:52:50.228Z] + ls -al . [2020-03-10T18:52:50.228Z] total 200 [2020-03-10T18:52:50.228Z] drwxrwxr-x. 11 jenkins jenkins 4096 Mar 10 18:52 . [2020-03-10T18:52:50.228Z] drwxrwxr-x. 4 jenkins jenkins 30 Mar 10 18:51 .. [2020-03-10T18:52:50.228Z] drwxrwxr-x. 3 jenkins jenkins 20 Mar 10 18:51 api [2020-03-10T18:52:50.228Z] -rw-rw-r--. 1 jenkins jenkins 3321 Mar 10 18:51 async.go [2020-03-10T18:52:50.228Z] drwxrwxr-x. 2 jenkins jenkins 64 Mar 10 18:51 bin [2020-03-10T18:52:50.228Z] -rw-r--r--. 1 jenkins jenkins 100521 Mar 10 18:52 coverage.out [2020-03-10T18:52:50.228Z] -rw-rw-r--. 1 jenkins jenkins 936 Mar 10 18:51 Dockerfile.build [2020-03-10T18:52:50.228Z] -rw-rw-r--. 1 jenkins jenkins 140 Mar 10 18:51 .dockerignore [2020-03-10T18:52:50.228Z] drwxrwxr-x. 4 jenkins jenkins 31 Mar 10 18:51 example [2020-03-10T18:52:50.228Z] drwxrwxr-x. 8 jenkins jenkins 179 Mar 10 18:51 .git [2020-03-10T18:52:50.228Z] drwxrwxr-x. 2 jenkins jenkins 38 Mar 10 18:51 .github [2020-03-10T18:52:50.228Z] -rw-rw-r--. 1 jenkins jenkins 138 Mar 10 18:51 .gitignore [2020-03-10T18:52:50.228Z] -rw-r--r--. 1 jenkins jenkins 536 Mar 10 18:52 go.mod [2020-03-10T18:52:50.228Z] -rw-r--r--. 1 jenkins jenkins 11140 Mar 10 18:52 go.sum [2020-03-10T18:52:50.228Z] drwxrwxr-x. 13 jenkins jenkins 176 Mar 10 18:51 internal [2020-03-10T18:52:50.228Z] -rw-rw-r--. 1 jenkins jenkins 808 Mar 10 18:51 Jenkinsfile [2020-03-10T18:52:50.228Z] -rw-rw-r--. 1 jenkins jenkins 11341 Mar 10 18:51 LICENSE [2020-03-10T18:52:50.228Z] -rw-rw-r--. 1 jenkins jenkins 892 Mar 10 18:51 Makefile [2020-03-10T18:52:50.228Z] -rw-rw-r--. 1 jenkins jenkins 4352 Mar 10 18:51 manageddevices.go [2020-03-10T18:52:50.228Z] -rw-rw-r--. 1 jenkins jenkins 5473 Mar 10 18:51 managedprofiles.go [2020-03-10T18:52:50.228Z] -rw-rw-r--. 1 jenkins jenkins 3878 Mar 10 18:51 managedwatchers.go [2020-03-10T18:52:50.228Z] drwxrwxr-x. 4 jenkins jenkins 35 Mar 10 18:51 pkg [2020-03-10T18:52:50.228Z] -rw-rw-r--. 1 jenkins jenkins 761 Mar 10 18:51 README.md [2020-03-10T18:52:50.228Z] drwxrwxr-x. 3 jenkins jenkins 58 Mar 10 18:51 .semver [2020-03-10T18:52:50.228Z] -rw-rw-r--. 1 jenkins jenkins 9817 Mar 10 18:51 service.go [2020-03-10T18:52:50.228Z] drwxrwxr-x. 4 jenkins jenkins 54 Mar 10 18:51 snap [2020-03-10T18:52:50.228Z] -rw-rw-r--. 1 jenkins jenkins 5 Mar 10 18:43 VERSION [2020-03-10T18:52:50.228Z] -rw-rw-r--. 1 jenkins jenkins 222 Mar 10 18:51 version.go [Pipeline] isUnix [Pipeline] sh [2020-03-10T18:52:50.557Z] + docker build -t docker-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=4cc6a7097a51f4b4b4fa8258602da949104198fb --label arch=amd64 --label version=0.0.0 . [2020-03-10T18:52:50.557Z] Sending build context to Docker daemon 2.805MB [2020-03-10T18:52:50.557Z] Step 1/20 : ARG BASE=golang:1.13-alpine [2020-03-10T18:52:50.557Z] Step 2/20 : FROM ${BASE} AS builder [2020-03-10T18:52:50.557Z] ---> 5de01e6a628e [2020-03-10T18:52:50.557Z] Step 3/20 : ARG MAKE='make build' [2020-03-10T18:52:50.818Z] ---> Running in 486f3697bebc [2020-03-10T18:52:50.818Z] Removing intermediate container 486f3697bebc [2020-03-10T18:52:50.818Z] ---> 3b7bafbfcb71 [2020-03-10T18:52:50.818Z] Step 4/20 : WORKDIR /device-sdk-go [2020-03-10T18:52:50.818Z] ---> Running in a23feb19fe8d [2020-03-10T18:52:51.083Z] Removing intermediate container a23feb19fe8d [2020-03-10T18:52:51.083Z] ---> 6bbe3fb60389 [2020-03-10T18:52:51.083Z] Step 5/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-03-10T18:52:51.083Z] ---> Running in 9b25bef7f2c6 [2020-03-10T18:52:51.083Z] Removing intermediate container 9b25bef7f2c6 [2020-03-10T18:52:51.083Z] ---> b148b0e45689 [2020-03-10T18:52:51.083Z] Step 6/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-03-10T18:52:51.352Z] ---> Running in b32d05832beb [2020-03-10T18:52:51.922Z] Removing intermediate container b32d05832beb [2020-03-10T18:52:51.922Z] ---> 0e5b287c272a [2020-03-10T18:52:51.922Z] Step 7/20 : RUN apk add --update --no-cache make git [2020-03-10T18:52:51.922Z] ---> Running in 8fc552038a63 [2020-03-10T18:52:52.491Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-03-10T18:52:53.065Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-03-10T18:52:53.640Z] OK: 143 MiB in 39 packages [2020-03-10T18:52:53.901Z] Removing intermediate container 8fc552038a63 [2020-03-10T18:52:53.901Z] ---> 13df098650be [2020-03-10T18:52:53.901Z] Step 8/20 : COPY . . [2020-03-10T18:52:54.162Z] ---> 7487493be3ca [2020-03-10T18:52:54.162Z] Step 9/20 : RUN ${MAKE} [2020-03-10T18:52:54.162Z] ---> Running in c9123c9e83da [2020-03-10T18:52:54.731Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-03-10T18:53:07.035Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-03-10T18:53:12.378Z] Removing intermediate container c9123c9e83da [2020-03-10T18:53:12.378Z] ---> 384ef57f2129 [2020-03-10T18:53:12.378Z] Step 10/20 : FROM scratch [2020-03-10T18:53:12.378Z] ---> [2020-03-10T18:53:12.378Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-03-10T18:53:12.378Z] ---> Running in e38fe6c3fa7e [2020-03-10T18:53:12.378Z] Removing intermediate container e38fe6c3fa7e [2020-03-10T18:53:12.378Z] ---> 0b43af83e131 [2020-03-10T18:53:12.378Z] Step 12/20 : ENV APP_PORT=49990 [2020-03-10T18:53:12.378Z] ---> Running in 17b81de81c23 [2020-03-10T18:53:12.378Z] Removing intermediate container 17b81de81c23 [2020-03-10T18:53:12.378Z] ---> db92e8dcc90b [2020-03-10T18:53:12.378Z] Step 13/20 : EXPOSE $APP_PORT [2020-03-10T18:53:12.638Z] ---> Running in ed91ad01535a [2020-03-10T18:53:12.638Z] Removing intermediate container ed91ad01535a [2020-03-10T18:53:12.638Z] ---> ca95631abf4f [2020-03-10T18:53:12.638Z] Step 14/20 : WORKDIR / [2020-03-10T18:53:12.638Z] ---> Running in b39494f78bc6 [2020-03-10T18:53:12.899Z] Removing intermediate container b39494f78bc6 [2020-03-10T18:53:12.899Z] ---> 59d9d27a43d3 [2020-03-10T18:53:12.899Z] Step 15/20 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-03-10T18:53:13.158Z] ---> 20a4064c1881 [2020-03-10T18:53:13.158Z] Step 16/20 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/docker/configuration.toml /res/docker/configuration.toml [2020-03-10T18:53:13.419Z] ---> 972f7edfdce5 [2020-03-10T18:53:13.419Z] Step 17/20 : CMD [ "/usr/local/bin/device-simple","--profile=docker","--confdir=/res"] [2020-03-10T18:53:13.419Z] ---> Running in 1a9be08b33a3 [2020-03-10T18:53:13.678Z] Removing intermediate container 1a9be08b33a3 [2020-03-10T18:53:13.678Z] ---> c4ac4137bb78 [2020-03-10T18:53:13.678Z] Step 18/20 : LABEL arch=amd64 [2020-03-10T18:53:13.678Z] ---> Running in 777cbf9c0666 [2020-03-10T18:53:13.938Z] Removing intermediate container 777cbf9c0666 [2020-03-10T18:53:13.938Z] ---> 33ca5ab980b1 [2020-03-10T18:53:13.938Z] Step 19/20 : LABEL git_sha=4cc6a7097a51f4b4b4fa8258602da949104198fb [2020-03-10T18:53:13.938Z] ---> Running in 544302ce304f [2020-03-10T18:53:13.938Z] Removing intermediate container 544302ce304f [2020-03-10T18:53:13.938Z] ---> 00cc6fbf5ca7 [2020-03-10T18:53:13.938Z] Step 20/20 : LABEL version=0.0.0 [2020-03-10T18:53:13.938Z] ---> Running in 9e194a9b05ac [2020-03-10T18:53:14.198Z] Removing intermediate container 9e194a9b05ac [2020-03-10T18:53:14.198Z] ---> 77fbbef632a1 [2020-03-10T18:53:14.198Z] [Warning] One or more build-args [ARCH] were not consumed [2020-03-10T18:53:14.198Z] Successfully built 77fbbef632a1 [2020-03-10T18:53:14.198Z] Successfully tagged docker-device-sdk-simple: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] } [2020-03-10T19:22:07.858Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-11130 in /w/workspace/dgexfoundry_device-sdk-go_PR-429 [Pipeline] { [Pipeline] ws [2020-03-10T19:22:07.914Z] Running in /w/workspace/device-sdk-go/10 [Pipeline] { [Pipeline] checkout [2020-03-10T19:22:14.996Z] using credential edgex-jenkins-ssh [2020-03-10T19:22:15.063Z] Cloning the remote Git repository [2020-03-10T19:22:15.064Z] Cloning with configured refspecs honoured and without tags [2020-03-10T19:22:15.125Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-03-10T19:22:15.296Z] > git init /w/workspace/device-sdk-go/10 # timeout=10 [2020-03-10T19:22:15.389Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-03-10T19:22:15.392Z] > git --version # timeout=10 [2020-03-10T19:22:15.425Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-10T19:22:15.487Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/429/head:refs/remotes/origin/PR-429 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-10T19:22:16.659Z] Fetching without tags [2020-03-10T19:22:16.470Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-03-10T19:22:16.506Z] > git config --add remote.origin.fetch +refs/pull/429/head:refs/remotes/origin/PR-429 # timeout=10 [2020-03-10T19:22:16.534Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-10T19:22:16.595Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-03-10T19:22:16.638Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-03-10T19:22:16.639Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-10T19:22:16.661Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/429/head:refs/remotes/origin/PR-429 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-10T19:22:17.237Z] Merging remotes/origin/master commit 1a07617a55e4200b889676e00db141fb8b6dd4d0 into PR head commit 937c27991e3a022820c7233401f8a9f6f6c272ba [2020-03-10T19:22:17.838Z] Merge succeeded, producing 3d815232ba0d91877d0440b58e10ca8b887ab3d2 [2020-03-10T19:22:17.838Z] Checking out Revision 3d815232ba0d91877d0440b58e10ca8b887ab3d2 (PR-429) [2020-03-10T19:22:17.230Z] > git config core.sparsecheckout # timeout=10 [2020-03-10T19:22:17.264Z] > git checkout -f 937c27991e3a022820c7233401f8a9f6f6c272ba # timeout=10 [2020-03-10T19:22:17.394Z] > git remote # timeout=10 [2020-03-10T19:22:17.435Z] > git config --get remote.origin.url # timeout=10 [2020-03-10T19:22:17.550Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-10T19:22:17.592Z] > git merge 1a07617a55e4200b889676e00db141fb8b6dd4d0 # timeout=10 [2020-03-10T19:22:17.753Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-03-10T19:22:17.818Z] > git config core.sparsecheckout # timeout=10 [2020-03-10T19:22:17.884Z] > git checkout -f 3d815232ba0d91877d0440b58e10ca8b887ab3d2 # timeout=10 [2020-03-10T19:22:22.571Z] Commit message: "Merge commit '1a07617a55e4200b889676e00db141fb8b6dd4d0' into HEAD" [2020-03-10T19:22:22.560Z] > git rev-list --no-walk 937c27991e3a022820c7233401f8a9f6f6c272ba # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-03-10T19:22:24.142Z] ========================================================= [2020-03-10T19:22:24.142Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-03-10T19:22:24.142Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-03-10T19:22:25.481Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-03-10T19:22:26.451Z] Sending build context to Docker daemon 2.681MB [2020-03-10T19:22:26.451Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-03-10T19:22:26.451Z] Step 2/8 : FROM ${BASE} [2020-03-10T19:22:26.729Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-03-10T19:22:26.729Z] cde5963f3b93: Pulling fs layer [2020-03-10T19:22:26.729Z] 2a23fa8c16f7: Pulling fs layer [2020-03-10T19:22:26.729Z] 777b28850792: Pulling fs layer [2020-03-10T19:22:26.729Z] 8a11ddd9e578: Pulling fs layer [2020-03-10T19:22:26.729Z] 4cf88f913ddb: Pulling fs layer [2020-03-10T19:22:26.729Z] 1df406cf5192: Pulling fs layer [2020-03-10T19:22:26.729Z] cd6300453558: Pulling fs layer [2020-03-10T19:22:26.729Z] b9c365052c96: Pulling fs layer [2020-03-10T19:22:26.729Z] a2d8cc88f415: Pulling fs layer [2020-03-10T19:22:26.729Z] ea1d1ca13537: Pulling fs layer [2020-03-10T19:22:26.729Z] 3750a50a1c5e: Pulling fs layer [2020-03-10T19:22:26.729Z] 8a11ddd9e578: Waiting [2020-03-10T19:22:26.729Z] 4cf88f913ddb: Waiting [2020-03-10T19:22:26.729Z] 1df406cf5192: Waiting [2020-03-10T19:22:26.729Z] cd6300453558: Waiting [2020-03-10T19:22:26.729Z] b9c365052c96: Waiting [2020-03-10T19:22:26.729Z] a2d8cc88f415: Waiting [2020-03-10T19:22:26.729Z] ea1d1ca13537: Waiting [2020-03-10T19:22:26.729Z] 3750a50a1c5e: Waiting [2020-03-10T19:22:26.729Z] 777b28850792: Verifying Checksum [2020-03-10T19:22:26.729Z] 777b28850792: Download complete [2020-03-10T19:22:26.729Z] 2a23fa8c16f7: Download complete [2020-03-10T19:22:26.729Z] 4cf88f913ddb: Verifying Checksum [2020-03-10T19:22:26.729Z] 4cf88f913ddb: Download complete [2020-03-10T19:22:27.003Z] 1df406cf5192: Download complete [2020-03-10T19:22:27.003Z] cde5963f3b93: Download complete [2020-03-10T19:22:27.978Z] cde5963f3b93: Pull complete [2020-03-10T19:22:28.247Z] 2a23fa8c16f7: Pull complete [2020-03-10T19:22:28.845Z] 777b28850792: Pull complete [2020-03-10T19:22:31.447Z] cd6300453558: Verifying Checksum [2020-03-10T19:22:31.447Z] cd6300453558: Download complete [2020-03-10T19:22:31.447Z] a2d8cc88f415: Verifying Checksum [2020-03-10T19:22:31.447Z] a2d8cc88f415: Download complete [2020-03-10T19:22:34.051Z] ea1d1ca13537: Verifying Checksum [2020-03-10T19:22:34.051Z] ea1d1ca13537: Download complete [2020-03-10T19:22:34.051Z] 3750a50a1c5e: Verifying Checksum [2020-03-10T19:22:34.051Z] 3750a50a1c5e: Download complete [2020-03-10T19:22:36.656Z] b9c365052c96: Verifying Checksum [2020-03-10T19:22:36.656Z] b9c365052c96: Download complete [2020-03-10T19:22:38.082Z] 8a11ddd9e578: Download complete [2020-03-10T19:22:50.444Z] 8a11ddd9e578: Pull complete [2020-03-10T19:22:50.444Z] 4cf88f913ddb: Pull complete [2020-03-10T19:22:50.444Z] 1df406cf5192: Pull complete [2020-03-10T19:22:54.731Z] cd6300453558: Pull complete [2020-03-10T19:22:59.011Z] b9c365052c96: Pull complete [2020-03-10T19:22:59.283Z] a2d8cc88f415: Pull complete [2020-03-10T19:23:01.253Z] ea1d1ca13537: Pull complete [2020-03-10T19:23:02.218Z] 3750a50a1c5e: Pull complete [2020-03-10T19:23:02.218Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-03-10T19:23:02.218Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-03-10T19:23:02.218Z] ---> 78745c68409d [2020-03-10T19:23:02.218Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-03-10T19:23:07.605Z] ---> Running in 48b8bb5c1c6d [2020-03-10T19:23:07.605Z] Removing intermediate container 48b8bb5c1c6d [2020-03-10T19:23:07.605Z] ---> 0cbbf0d8dc57 [2020-03-10T19:23:07.605Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-03-10T19:23:07.606Z] ---> Running in 5af701f48ef6 [2020-03-10T19:23:09.563Z] Removing intermediate container 5af701f48ef6 [2020-03-10T19:23:09.563Z] ---> 29f41f4e0ee2 [2020-03-10T19:23:09.563Z] Step 5/8 : RUN apk add --no-cache make git [2020-03-10T19:23:09.563Z] ---> Running in 1de50c5e6bc9 [2020-03-10T19:23:10.528Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-03-10T19:23:11.492Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-03-10T19:23:12.079Z] OK: 125 MiB in 39 packages [2020-03-10T19:23:13.502Z] Removing intermediate container 1de50c5e6bc9 [2020-03-10T19:23:13.502Z] ---> c5879351bab0 [2020-03-10T19:23:13.502Z] Step 6/8 : WORKDIR /device-sdk-go [2020-03-10T19:23:13.502Z] ---> Running in 5ebc3d29cdf8 [2020-03-10T19:23:14.107Z] Removing intermediate container 5ebc3d29cdf8 [2020-03-10T19:23:14.107Z] ---> 895345383075 [2020-03-10T19:23:14.107Z] Step 7/8 : COPY . . [2020-03-10T19:23:15.076Z] ---> 374b5f236350 [2020-03-10T19:23:15.076Z] Step 8/8 : RUN go mod download [2020-03-10T19:23:15.344Z] ---> Running in 253554c0c4ce [2020-03-10T19:23:17.299Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-03-10T19:23:17.299Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-03-10T19:23:17.299Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-03-10T19:23:17.299Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-03-10T19:23:17.299Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-03-10T19:23:17.569Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-03-10T19:23:17.569Z] go: finding github.com/cenkalti/backoff v2.1.1+incompatible [2020-03-10T19:23:17.569Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-03-10T19:23:17.569Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.36 [2020-03-10T19:23:17.569Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.0 [2020-03-10T19:23:17.569Z] go: finding github.com/fatih/color v1.7.0 [2020-03-10T19:23:17.569Z] go: finding github.com/go-kit/kit v0.8.0 [2020-03-10T19:23:17.569Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-03-10T19:23:17.569Z] go: finding github.com/go-stack/stack v1.8.0 [2020-03-10T19:23:17.569Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-03-10T19:23:17.569Z] go: finding github.com/google/uuid v1.1.0 [2020-03-10T19:23:17.569Z] go: finding github.com/gorilla/context v0.0.0-20181012153548-51ce91d2eadd [2020-03-10T19:23:17.569Z] go: finding github.com/gorilla/mux v1.6.2 [2020-03-10T19:23:17.569Z] go: finding github.com/hashicorp/consul v1.4.2 [2020-03-10T19:23:17.569Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-03-10T19:23:17.569Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.0 [2020-03-10T19:23:17.569Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-03-10T19:23:17.569Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-03-10T19:23:17.569Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-03-10T19:23:17.569Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-03-10T19:23:17.569Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-03-10T19:23:17.569Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-03-10T19:23:17.569Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-03-10T19:23:17.569Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-03-10T19:23:17.569Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-03-10T19:23:17.569Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-03-10T19:23:17.569Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-03-10T19:23:17.838Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-03-10T19:23:17.838Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-03-10T19:23:17.838Z] go: finding github.com/jessevdk/go-flags v1.4.0 [2020-03-10T19:23:17.838Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-03-10T19:23:17.838Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-03-10T19:23:17.838Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-03-10T19:23:17.838Z] go: finding github.com/miekg/dns v1.0.14 [2020-03-10T19:23:17.838Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-03-10T19:23:17.838Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-03-10T19:23:17.838Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-03-10T19:23:17.838Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-03-10T19:23:17.838Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-03-10T19:23:17.838Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-03-10T19:23:17.838Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-03-10T19:23:17.838Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-03-10T19:23:17.838Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-03-10T19:23:17.838Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-03-10T19:23:17.838Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-03-10T19:23:17.838Z] go: finding github.com/pkg/errors v0.8.1 [2020-03-10T19:23:18.111Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-03-10T19:23:18.111Z] go: finding github.com/posener/complete v1.1.1 [2020-03-10T19:23:18.111Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-03-10T19:23:18.111Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-03-10T19:23:18.111Z] go: finding github.com/stretchr/objx v0.1.0 [2020-03-10T19:23:18.111Z] go: finding github.com/stretchr/testify v1.3.0 [2020-03-10T19:23:18.111Z] go: finding github.com/ugorji/go v1.1.4 [2020-03-10T19:23:18.111Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-03-10T19:23:18.111Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-03-10T19:23:18.111Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-03-10T19:23:18.111Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-03-10T19:23:18.111Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-03-10T19:23:18.111Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2020-03-10T19:23:36.375Z] Removing intermediate container 253554c0c4ce [2020-03-10T19:23:36.375Z] ---> 96dbffe7ed31 [2020-03-10T19:23:36.375Z] Successfully built 96dbffe7ed31 [2020-03-10T19:23:36.375Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-03-10T19:23:37.062Z] + docker inspect -f . ci-base-image-arm64 [2020-03-10T19:23:37.332Z] . [Pipeline] withDockerContainer [2020-03-10T19:23:37.693Z] prd-ubuntu18.04-docker-arm64-4c-16g-11130 does not seem to be running inside a container [2020-03-10T19:23:37.999Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/10 -v /w/workspace/device-sdk-go/10:/w/workspace/device-sdk-go/10:rw,z -v /w/workspace/device-sdk-go/10@tmp:/w/workspace/device-sdk-go/10@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 ******** ci-base-image-arm64 cat [2020-03-10T19:23:39.647Z] $ docker top f8e50ff087b234252d06bd12a2d9e766d9de164377dfa56759c5ff191fd2faf0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-03-10T19:23:42.376Z] + go version [2020-03-10T19:23:42.377Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-03-10T19:23:43.039Z] + make test [2020-03-10T19:23:43.039Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-03-10T19:24:30.013Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-03-10T19:24:30.013Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-03-10T19:24:30.013Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-03-10T19:24:30.013Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.034s coverage: 23.1% of statements [2020-03-10T19:24:30.013Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.195s coverage: 95.8% of statements [2020-03-10T19:24:30.013Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 3.114s coverage: 12.7% of statements [2020-03-10T19:24:30.013Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.025s coverage: 24.2% of statements [2020-03-10T19:25:02.321Z] ok github.com/edgexfoundry/device-sdk-go/internal/config 31.045s coverage: 30.0% of statements [2020-03-10T19:25:02.321Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.431s coverage: 42.3% of statements [2020-03-10T19:25:02.321Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-03-10T19:25:02.321Z] ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] [2020-03-10T19:25:02.321Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.908s coverage: 79.3% of statements [2020-03-10T19:25:02.321Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-03-10T19:25:02.321Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-03-10T19:25:02.321Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-03-10T19:25:02.321Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.065s coverage: 52.6% of statements [2020-03-10T19:25:02.321Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.336s coverage: 76.1% of statements [2020-03-10T19:25:02.321Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-03-10T19:25:02.321Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-03-10T19:25:07.699Z] gofmt -l . [2020-03-10T19:25:07.699Z] [ "`gofmt -l .`" = "" ] [2020-03-10T19:25:07.699Z] ./bin/test-attribution-txt.sh [2020-03-10T19:25:08.287Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-03-10T19:25:08.922Z] Warning: overwriting stash ‘coverage-report’ [2020-03-10T19:25:09.382Z] Stashed 1 file(s) [Pipeline] } [2020-03-10T19:25:09.400Z] $ docker stop --time=1 f8e50ff087b234252d06bd12a2d9e766d9de164377dfa56759c5ff191fd2faf0 [2020-03-10T19:25:11.610Z] $ docker rm -f f8e50ff087b234252d06bd12a2d9e766d9de164377dfa56759c5ff191fd2faf0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-03-10T19:25:12.854Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-03-10T19:25:13.178Z] + ls -al . [2020-03-10T19:25:13.178Z] total 240 [2020-03-10T19:25:13.178Z] drwxrwxr-x 11 jenkins jenkins 4096 Mar 10 19:25 . [2020-03-10T19:25:13.178Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 10 19:22 .. [2020-03-10T19:25:13.178Z] -rw-rw-r-- 1 jenkins jenkins 140 Mar 10 19:22 .dockerignore [2020-03-10T19:25:13.178Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 10 19:22 .git [2020-03-10T19:25:13.178Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 10 19:22 .github [2020-03-10T19:25:13.178Z] -rw-rw-r-- 1 jenkins jenkins 138 Mar 10 19:22 .gitignore [2020-03-10T19:25:13.178Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 10 19:22 .semver [2020-03-10T19:25:13.178Z] -rw-rw-r-- 1 jenkins jenkins 936 Mar 10 19:22 Dockerfile.build [2020-03-10T19:25:13.178Z] -rw-rw-r-- 1 jenkins jenkins 808 Mar 10 19:22 Jenkinsfile [2020-03-10T19:25:13.178Z] -rw-rw-r-- 1 jenkins jenkins 11341 Mar 10 19:22 LICENSE [2020-03-10T19:25:13.178Z] -rw-rw-r-- 1 jenkins jenkins 892 Mar 10 19:22 Makefile [2020-03-10T19:25:13.178Z] -rw-rw-r-- 1 jenkins jenkins 761 Mar 10 19:22 README.md [2020-03-10T19:25:13.178Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 10 18:43 VERSION [2020-03-10T19:25:13.178Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 10 19:22 api [2020-03-10T19:25:13.178Z] -rw-rw-r-- 1 jenkins jenkins 3321 Mar 10 19:22 async.go [2020-03-10T19:25:13.178Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 10 19:22 bin [2020-03-10T19:25:13.178Z] -rw-r--r-- 1 jenkins jenkins 100521 Mar 10 19:24 coverage.out [2020-03-10T19:25:13.178Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 10 19:22 example [2020-03-10T19:25:13.178Z] -rw-r--r-- 1 jenkins jenkins 536 Mar 10 19:25 go.mod [2020-03-10T19:25:13.178Z] -rw-r--r-- 1 jenkins jenkins 11140 Mar 10 19:25 go.sum [2020-03-10T19:25:13.178Z] drwxrwxr-x 13 jenkins jenkins 4096 Mar 10 19:22 internal [2020-03-10T19:25:13.178Z] -rw-rw-r-- 1 jenkins jenkins 4352 Mar 10 19:22 manageddevices.go [2020-03-10T19:25:13.178Z] -rw-rw-r-- 1 jenkins jenkins 5473 Mar 10 19:22 managedprofiles.go [2020-03-10T19:25:13.178Z] -rw-rw-r-- 1 jenkins jenkins 3878 Mar 10 19:22 managedwatchers.go [2020-03-10T19:25:13.178Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 10 19:22 pkg [2020-03-10T19:25:13.178Z] -rw-rw-r-- 1 jenkins jenkins 9817 Mar 10 19:22 service.go [2020-03-10T19:25:13.178Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 10 19:22 snap [2020-03-10T19:25:13.178Z] -rw-rw-r-- 1 jenkins jenkins 222 Mar 10 19:22 version.go [Pipeline] isUnix [Pipeline] sh [2020-03-10T19:25:13.516Z] + docker build -t docker-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=4cc6a7097a51f4b4b4fa8258602da949104198fb --label arch=arm64 --label version=0.0.0 . [2020-03-10T19:25:14.165Z] Sending build context to Docker daemon 2.807MB [2020-03-10T19:25:14.165Z] Step 1/20 : ARG BASE=golang:1.13-alpine [2020-03-10T19:25:14.165Z] Step 2/20 : FROM ${BASE} AS builder [2020-03-10T19:25:14.165Z] ---> 96dbffe7ed31 [2020-03-10T19:25:14.165Z] Step 3/20 : ARG MAKE='make build' [2020-03-10T19:25:14.165Z] ---> Running in ce0352c5cb4c [2020-03-10T19:25:14.772Z] Removing intermediate container ce0352c5cb4c [2020-03-10T19:25:14.772Z] ---> 098dfc778663 [2020-03-10T19:25:14.772Z] Step 4/20 : WORKDIR /device-sdk-go [2020-03-10T19:25:14.772Z] ---> Running in cd14cbd90b3f [2020-03-10T19:25:15.380Z] Removing intermediate container cd14cbd90b3f [2020-03-10T19:25:15.380Z] ---> b4697d5b4a2a [2020-03-10T19:25:15.380Z] Step 5/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-03-10T19:25:15.380Z] ---> Running in be84f5a72e0f [2020-03-10T19:25:15.669Z] Removing intermediate container be84f5a72e0f [2020-03-10T19:25:15.669Z] ---> dd743c54dc8b [2020-03-10T19:25:15.669Z] Step 6/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-03-10T19:25:15.949Z] ---> Running in 81ee77ca3a59 [2020-03-10T19:25:17.926Z] Removing intermediate container 81ee77ca3a59 [2020-03-10T19:25:17.926Z] ---> 6a66be009bd4 [2020-03-10T19:25:17.926Z] Step 7/20 : RUN apk add --update --no-cache make git [2020-03-10T19:25:17.926Z] ---> Running in 318229ec6b62 [2020-03-10T19:25:18.891Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-03-10T19:25:19.474Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-03-10T19:25:20.058Z] OK: 125 MiB in 39 packages [2020-03-10T19:25:21.027Z] Removing intermediate container 318229ec6b62 [2020-03-10T19:25:21.027Z] ---> 69e7d9a0b6ce [2020-03-10T19:25:21.027Z] Step 8/20 : COPY . . [2020-03-10T19:25:21.995Z] ---> e6cb33b038d0 [2020-03-10T19:25:21.995Z] Step 9/20 : RUN ${MAKE} [2020-03-10T19:25:22.274Z] ---> Running in 518d1061c119 [2020-03-10T19:25:23.245Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-03-10T19:26:02.238Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-03-10T19:26:12.341Z] Removing intermediate container 518d1061c119 [2020-03-10T19:26:12.341Z] ---> 15febbf21bb0 [2020-03-10T19:26:12.341Z] Step 10/20 : FROM scratch [2020-03-10T19:26:12.341Z] ---> [2020-03-10T19:26:12.341Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-03-10T19:26:12.341Z] ---> Running in d92778753d40 [2020-03-10T19:26:12.341Z] Removing intermediate container d92778753d40 [2020-03-10T19:26:12.341Z] ---> 2fe2bb51e51a [2020-03-10T19:26:12.341Z] Step 12/20 : ENV APP_PORT=49990 [2020-03-10T19:26:12.341Z] ---> Running in 9f96e4dc12e1 [2020-03-10T19:26:12.341Z] Removing intermediate container 9f96e4dc12e1 [2020-03-10T19:26:12.341Z] ---> 8d5853c84992 [2020-03-10T19:26:12.341Z] Step 13/20 : EXPOSE $APP_PORT [2020-03-10T19:26:12.341Z] ---> Running in 01ac954b95a3 [2020-03-10T19:26:12.610Z] Removing intermediate container 01ac954b95a3 [2020-03-10T19:26:12.610Z] ---> 7b7588f2e736 [2020-03-10T19:26:12.610Z] Step 14/20 : WORKDIR / [2020-03-10T19:26:12.877Z] ---> Running in 378f3958c49d [2020-03-10T19:26:13.145Z] Removing intermediate container 378f3958c49d [2020-03-10T19:26:13.145Z] ---> df3f55f57ebf [2020-03-10T19:26:13.145Z] Step 15/20 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-03-10T19:26:14.563Z] ---> 7bdbbaf3f59b [2020-03-10T19:26:14.563Z] Step 16/20 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/docker/configuration.toml /res/docker/configuration.toml [2020-03-10T19:26:14.832Z] ---> b6fec45a9aa6 [2020-03-10T19:26:14.832Z] Step 17/20 : CMD [ "/usr/local/bin/device-simple","--profile=docker","--confdir=/res"] [2020-03-10T19:26:14.832Z] ---> Running in c206317ddf00 [2020-03-10T19:26:15.416Z] Removing intermediate container c206317ddf00 [2020-03-10T19:26:15.416Z] ---> fe2c1af01b27 [2020-03-10T19:26:15.416Z] Step 18/20 : LABEL arch=arm64 [2020-03-10T19:26:15.416Z] ---> Running in 32d7790cc8fb [2020-03-10T19:26:15.684Z] Removing intermediate container 32d7790cc8fb [2020-03-10T19:26:15.684Z] ---> 22bfca6b980d [2020-03-10T19:26:15.684Z] Step 19/20 : LABEL git_sha=4cc6a7097a51f4b4b4fa8258602da949104198fb [2020-03-10T19:26:15.951Z] ---> Running in 97c65c21effc [2020-03-10T19:26:16.219Z] Removing intermediate container 97c65c21effc [2020-03-10T19:26:16.219Z] ---> b2f10fb1e2e7 [2020-03-10T19:26:16.219Z] Step 20/20 : LABEL version=0.0.0 [2020-03-10T19:26:16.487Z] ---> Running in 3655d8c22542 [2020-03-10T19:26:16.754Z] Removing intermediate container 3655d8c22542 [2020-03-10T19:26:16.754Z] ---> 4e321c47c32c [2020-03-10T19:26:16.754Z] [Warning] One or more build-args [ARCH] were not consumed [2020-03-10T19:26:16.755Z] Successfully built 4e321c47c32c [2020-03-10T19:26:16.755Z] Successfully tagged docker-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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-03-10T19:26:17.846Z] provisioning config files... [2020-03-10T19:26:17.860Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-429@tmp/config8790796345538098236tmp [Pipeline] { [Pipeline] sh [2020-03-10T19:26:18.222Z] + curl -s https://codecov.io/bash [2020-03-10T19:26:18.222Z] + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-429@tmp/config8790796345538098236tmp [2020-03-10T19:26:18.483Z] [2020-03-10T19:26:18.483Z] _____ _ [2020-03-10T19:26:18.483Z] / ____| | | [2020-03-10T19:26:18.483Z] | | ___ __| | ___ ___ _____ __ [2020-03-10T19:26:18.483Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-03-10T19:26:18.483Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-03-10T19:26:18.483Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-03-10T19:26:18.483Z] Bash-20200303-bc4d7e6 [2020-03-10T19:26:18.483Z] [2020-03-10T19:26:18.483Z] [2020-03-10T19:26:18.483Z] ==> Jenkins CI detected. [2020-03-10T19:26:18.483Z] project root: . [2020-03-10T19:26:18.483Z] Fixing merge commit SHA [2020-03-10T19:26:18.483Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-03-10T19:26:18.483Z] ==> Running gcov in . (disable via -X gcov) [2020-03-10T19:26:18.483Z] ==> Python coveragepy not found [2020-03-10T19:26:18.483Z] ==> Searching for coverage reports in: [2020-03-10T19:26:18.483Z] + . [2020-03-10T19:26:18.483Z] -> Found 1 reports [2020-03-10T19:26:18.483Z] ==> Detecting git/mercurial file structure [2020-03-10T19:26:18.483Z] ==> Reading reports [2020-03-10T19:26:18.483Z] + ./coverage.out bytes=100521 [2020-03-10T19:26:18.483Z] ==> Appending adjustments [2020-03-10T19:26:18.483Z] http://docs.codecov.io/docs/fixing-reports [2020-03-10T19:26:19.052Z] + Found adjustments [2020-03-10T19:26:19.052Z] ==> Gzipping contents [2020-03-10T19:26:19.052Z] ==> Uploading reports [2020-03-10T19:26:19.052Z] url: https://codecov.io [2020-03-10T19:26:19.052Z] query: branch=PR-429&commit=1a07617a55e4200b889676e00db141fb8b6dd4d0&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-429%2F10%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=429&job= [2020-03-10T19:26:19.052Z] -> Pinging Codecov [2020-03-10T19:26:19.052Z] https://codecov.io/upload/v4?package=bash-20200303-bc4d7e6&token=secret&branch=PR-429&commit=1a07617a55e4200b889676e00db141fb8b6dd4d0&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-429%2F10%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=429&job= [2020-03-10T19:26:19.312Z] -> Uploading [2020-03-10T19:26:21.221Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/1a07617a55e4200b889676e00db141fb8b6dd4d0 [Pipeline] } [2020-03-10T19:26:21.228Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-03-10T19:26:22.500Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-03-10T19:26:22.806Z] ---> package-listing.sh [2020-03-10T19:26:22.806Z] ++ facter osfamily [2020-03-10T19:26:22.806Z] ++ tr '[:upper:]' '[:lower:]' [2020-03-10T19:26:22.806Z] + OS_FAMILY=redhat [2020-03-10T19:26:22.806Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-429 [2020-03-10T19:26:22.806Z] + START_PACKAGES=/tmp/packages_start.txt [2020-03-10T19:26:22.806Z] + END_PACKAGES=/tmp/packages_end.txt [2020-03-10T19:26:22.806Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-03-10T19:26:22.806Z] + PACKAGES=/tmp/packages_start.txt [2020-03-10T19:26:22.806Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-429 ']' [2020-03-10T19:26:22.806Z] + PACKAGES=/tmp/packages_end.txt [2020-03-10T19:26:22.806Z] + case "${OS_FAMILY}" in [2020-03-10T19:26:22.806Z] + rpm -qa [2020-03-10T19:26:22.806Z] + sort [2020-03-10T19:26:27.019Z] + '[' -f /tmp/packages_start.txt ']' [2020-03-10T19:26:27.019Z] + '[' -f /tmp/packages_end.txt ']' [2020-03-10T19:26:27.019Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-03-10T19:26:27.019Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-429 ']' [2020-03-10T19:26:27.019Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-429/archives/ [2020-03-10T19:26:27.019Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-429/archives/ [Pipeline] isUnix [Pipeline] sh [2020-03-10T19:26:27.374Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-03-10T19:26:27.374Z] [2020-03-10T19:26:27.374Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-03-10T19:26:27.748Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-03-10T19:26:27.748Z] alpine: Pulling from edgex-lftools-log-publisher [2020-03-10T19:26:27.748Z] c9b1b535fdd9: Pulling fs layer [2020-03-10T19:26:27.748Z] 2cc5ad85d9ab: Pulling fs layer [2020-03-10T19:26:27.748Z] 756a868c4378: Pulling fs layer [2020-03-10T19:26:27.748Z] 444b2fc9a129: Pulling fs layer [2020-03-10T19:26:27.748Z] ea15f1150254: Pulling fs layer [2020-03-10T19:26:27.748Z] 41b27a9f41bf: Pulling fs layer [2020-03-10T19:26:27.748Z] 28c525ee5125: Pulling fs layer [2020-03-10T19:26:27.748Z] 094b1ea09ed8: Pulling fs layer [2020-03-10T19:26:27.748Z] 138eaada9080: Pulling fs layer [2020-03-10T19:26:27.748Z] 0622d0fa9048: Pulling fs layer [2020-03-10T19:26:27.748Z] 41b27a9f41bf: Waiting [2020-03-10T19:26:27.748Z] 28c525ee5125: Waiting [2020-03-10T19:26:27.748Z] 094b1ea09ed8: Waiting [2020-03-10T19:26:27.748Z] 138eaada9080: Waiting [2020-03-10T19:26:27.749Z] 444b2fc9a129: Waiting [2020-03-10T19:26:27.749Z] ea15f1150254: Waiting [2020-03-10T19:26:27.749Z] 0622d0fa9048: Waiting [2020-03-10T19:26:27.749Z] 2cc5ad85d9ab: Download complete [2020-03-10T19:26:27.749Z] 444b2fc9a129: Download complete [2020-03-10T19:26:27.749Z] c9b1b535fdd9: Verifying Checksum [2020-03-10T19:26:28.027Z] ea15f1150254: Verifying Checksum [2020-03-10T19:26:28.027Z] ea15f1150254: Download complete [2020-03-10T19:26:28.027Z] 28c525ee5125: Verifying Checksum [2020-03-10T19:26:28.027Z] 28c525ee5125: Download complete [2020-03-10T19:26:28.309Z] 756a868c4378: Verifying Checksum [2020-03-10T19:26:28.309Z] 756a868c4378: Download complete [2020-03-10T19:26:28.309Z] c9b1b535fdd9: Pull complete [2020-03-10T19:26:28.588Z] 138eaada9080: Verifying Checksum [2020-03-10T19:26:28.588Z] 138eaada9080: Download complete [2020-03-10T19:26:28.588Z] 0622d0fa9048: Verifying Checksum [2020-03-10T19:26:28.588Z] 0622d0fa9048: Download complete [2020-03-10T19:26:28.588Z] 2cc5ad85d9ab: Pull complete [2020-03-10T19:26:28.588Z] 094b1ea09ed8: Verifying Checksum [2020-03-10T19:26:28.588Z] 094b1ea09ed8: Download complete [2020-03-10T19:26:29.210Z] 41b27a9f41bf: Download complete [2020-03-10T19:26:30.609Z] 756a868c4378: Pull complete [2020-03-10T19:26:30.609Z] 444b2fc9a129: Pull complete [2020-03-10T19:26:31.181Z] ea15f1150254: Pull complete [2020-03-10T19:26:34.476Z] 41b27a9f41bf: Pull complete [2020-03-10T19:26:34.736Z] 28c525ee5125: Pull complete [2020-03-10T19:26:37.301Z] 094b1ea09ed8: Pull complete [2020-03-10T19:26:37.301Z] 138eaada9080: Pull complete [2020-03-10T19:26:37.559Z] 0622d0fa9048: Pull complete [2020-03-10T19:26:37.559Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-03-10T19:26:37.559Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-03-10T19:26:37.745Z] prd-centos7-docker-4c-2g-10581 does not seem to be running inside a container [2020-03-10T19:26:37.799Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/dgexfoundry_device-sdk-go_PR-429 -v /w/workspace/dgexfoundry_device-sdk-go_PR-429:/w/workspace/dgexfoundry_device-sdk-go_PR-429:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-429@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-429@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-03-10T19:26:38.848Z] $ docker top 87b32dd2ddefc57cdece40cafada2dd3159b676683f1768d9d3be27688a84ee0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-03-10T19:26:39.661Z] provisioning config files... [2020-03-10T19:26:39.675Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-429@tmp/config8672773338173278246tmp [Pipeline] { [Pipeline] echo [2020-03-10T19:26:39.789Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-03-10T19:26:40.098Z] ---> create-netrc.sh [Pipeline] echo [2020-03-10T19:26:40.106Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-03-10T19:26:40.405Z] ---> logs-deploy.sh [2020-03-10T19:26:40.405Z] + ARCHIVE_ARTIFACTS= [2020-03-10T19:26:40.405Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-03-10T19:26:40.405Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-03-10T19:26:40.405Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-03-10T19:26:40.405Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-429/10 [2020-03-10T19:26:40.405Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-429/10/ [2020-03-10T19:26:40.405Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-429/10 /w/workspace/dgexfoundry_device-sdk-go_PR-429 [2020-03-10T19:26:41.785Z] Archives upload complete. [2020-03-10T19:26:41.785Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-429/10 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-429/10/ [2020-03-10T19:26:42.355Z] ---> uname -a: [2020-03-10T19:26:42.355Z] Linux 87b32dd2ddef 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64 Linux [2020-03-10T19:26:42.355Z] [2020-03-10T19:26:42.355Z] [2020-03-10T19:26:42.620Z] ---> lscpu: [2020-03-10T19:26:42.620Z] Architecture: x86_64 [2020-03-10T19:26:42.620Z] CPU op-mode(s): 32-bit, 64-bit [2020-03-10T19:26:42.620Z] Byte Order: Little Endian [2020-03-10T19:26:42.620Z] Address sizes: 40 bits physical, 48 bits virtual [2020-03-10T19:26:42.620Z] CPU(s): 4 [2020-03-10T19:26:42.620Z] On-line CPU(s) list: 0-3 [2020-03-10T19:26:42.620Z] Thread(s) per core: 1 [2020-03-10T19:26:42.620Z] Core(s) per socket: 1 [2020-03-10T19:26:42.620Z] Socket(s): 4 [2020-03-10T19:26:42.620Z] NUMA node(s): 1 [2020-03-10T19:26:42.620Z] Vendor ID: GenuineIntel [2020-03-10T19:26:42.620Z] CPU family: 6 [2020-03-10T19:26:42.620Z] Model: 44 [2020-03-10T19:26:42.620Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-03-10T19:26:42.620Z] Stepping: 1 [2020-03-10T19:26:42.620Z] CPU MHz: 2933.436 [2020-03-10T19:26:42.620Z] BogoMIPS: 5866.87 [2020-03-10T19:26:42.620Z] Virtualization: VT-x [2020-03-10T19:26:42.620Z] Hypervisor vendor: KVM [2020-03-10T19:26:42.620Z] Virtualization type: full [2020-03-10T19:26:42.620Z] L1d cache: 128 KiB [2020-03-10T19:26:42.620Z] L1i cache: 128 KiB [2020-03-10T19:26:42.620Z] L2 cache: 16 MiB [2020-03-10T19:26:42.620Z] L3 cache: 64 MiB [2020-03-10T19:26:42.620Z] NUMA node0 CPU(s): 0-3 [2020-03-10T19:26:42.620Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX SMT disabled, L1D conditional cache flushes [2020-03-10T19:26:42.620Z] Vulnerability Meltdown: Mitigation; PTI [2020-03-10T19:26:42.620Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-03-10T19:26:42.620Z] Vulnerability Spectre v1: Mitigation; Load fences, __user pointer sanitization [2020-03-10T19:26:42.620Z] Vulnerability Spectre v2: Mitigation; Full retpoline [2020-03-10T19:26:42.620Z] 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 [2020-03-10T19:26:42.620Z] [2020-03-10T19:26:42.620Z] [2020-03-10T19:26:42.620Z] ---> nproc: [2020-03-10T19:26:42.620Z] 4 [2020-03-10T19:26:42.620Z] [2020-03-10T19:26:42.620Z] [2020-03-10T19:26:42.620Z] ---> df -h: [2020-03-10T19:26:42.620Z] Filesystem Size Used Available Use% Mounted on [2020-03-10T19:26:42.620Z] overlay 50.0G 6.1G 43.9G 12% / [2020-03-10T19:26:42.620Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-03-10T19:26:42.620Z] tmpfs 919.1M 0 919.1M 0% /sys/fs/cgroup [2020-03-10T19:26:42.620Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-03-10T19:26:42.620Z] /dev/vda1 50.0G 6.1G 43.9G 12% /etc/resolv.conf [2020-03-10T19:26:42.620Z] /dev/vda1 50.0G 6.1G 43.9G 12% /etc/hostname [2020-03-10T19:26:42.620Z] /dev/vda1 50.0G 6.1G 43.9G 12% /etc/hosts [2020-03-10T19:26:42.620Z] /dev/vda1 50.0G 6.1G 43.9G 12% /w/workspace/dgexfoundry_device-sdk-go_PR-429 [2020-03-10T19:26:42.620Z] /dev/vda1 50.0G 6.1G 43.9G 12% /w/workspace/dgexfoundry_device-sdk-go_PR-429@tmp [2020-03-10T19:26:42.620Z] /dev/vda1 50.0G 6.1G 43.9G 12% /var/log/sa [2020-03-10T19:26:42.620Z] [2020-03-10T19:26:42.620Z] [2020-03-10T19:26:42.620Z] ---> free -m: [2020-03-10T19:26:42.620Z] total used free shared buff/cache available [2020-03-10T19:26:42.620Z] Mem: 1838 600 74 0 1163 1133 [2020-03-10T19:26:42.620Z] Swap: 1023 0 1023 [2020-03-10T19:26:42.620Z] [2020-03-10T19:26:42.620Z] [2020-03-10T19:26:42.620Z] ---> ip addr: [2020-03-10T19:26:42.620Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-03-10T19:26:42.620Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-03-10T19:26:42.620Z] inet 127.0.0.1/8 scope host lo [2020-03-10T19:26:42.620Z] valid_lft forever preferred_lft forever [2020-03-10T19:26:42.620Z] 6: eth0@if7: mtu 1458 qdisc noqueue state UP [2020-03-10T19:26:42.620Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-03-10T19:26:42.620Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-03-10T19:26:42.620Z] valid_lft forever preferred_lft forever [2020-03-10T19:26:42.620Z] [2020-03-10T19:26:42.620Z] [2020-03-10T19:26:42.620Z] ---> sar -b -r -n DEV: [2020-03-10T19:26:42.620Z] Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 03/10/20 _x86_64_ (4 CPU) [2020-03-10T19:26:42.620Z] [2020-03-10T19:26:42.620Z] 18:42:23 LINUX RESTART [2020-03-10T19:26:42.620Z] [2020-03-10T19:26:42.620Z] 18:43:01 tps rtps wtps bread/s bwrtn/s [2020-03-10T19:26:42.620Z] 18:44:01 35.92 7.14 28.78 1914.78 2154.24 [2020-03-10T19:26:42.620Z] 18:45:01 2.16 0.00 2.16 0.00 75.43 [2020-03-10T19:26:42.620Z] 18:46:01 0.65 0.00 0.65 0.00 8.09 [2020-03-10T19:26:42.620Z] 18:47:01 0.65 0.00 0.65 0.00 7.84 [2020-03-10T19:26:42.620Z] 18:48:01 0.58 0.00 0.58 0.00 5.86 [2020-03-10T19:26:42.620Z] 18:49:01 0.78 0.00 0.78 0.00 9.87 [2020-03-10T19:26:42.620Z] 18:50:01 0.67 0.00 0.67 0.00 7.71 [2020-03-10T19:26:42.620Z] 18:51:01 0.60 0.00 0.60 0.00 5.86 [2020-03-10T19:26:42.620Z] 18:52:01 0.70 0.00 0.70 0.00 8.94 [2020-03-10T19:26:42.620Z] 18:53:01 0.33 0.00 0.33 0.00 5.16 [2020-03-10T19:26:42.620Z] 18:54:01 0.63 0.00 0.63 0.00 7.98 [2020-03-10T19:26:42.620Z] 18:55:01 0.58 0.00 0.58 0.00 5.86 [2020-03-10T19:26:42.620Z] 18:56:01 0.67 0.00 0.67 0.00 7.56 [2020-03-10T19:26:42.620Z] 18:57:01 0.65 0.00 0.65 0.00 7.53 [2020-03-10T19:26:42.620Z] 18:58:02 0.88 0.23 0.65 7.46 6.66 [2020-03-10T19:26:42.620Z] 18:59:01 0.66 0.00 0.66 0.00 15.00 [2020-03-10T19:26:42.620Z] 19:00:01 0.27 0.00 0.27 0.00 3.33 [2020-03-10T19:26:42.620Z] 19:01:01 0.27 0.02 0.25 0.13 3.65 [2020-03-10T19:26:42.620Z] 19:02:01 0.48 0.13 0.35 2.66 6.63 [2020-03-10T19:26:42.620Z] 19:03:01 0.23 0.00 0.23 0.00 2.96 [2020-03-10T19:26:42.620Z] 19:04:01 0.25 0.00 0.25 0.00 3.20 [2020-03-10T19:26:42.620Z] 19:05:01 0.23 0.00 0.23 0.00 3.11 [2020-03-10T19:26:42.620Z] 19:06:01 0.22 0.00 0.22 0.00 1.75 [2020-03-10T19:26:42.620Z] 19:07:01 0.28 0.00 0.28 0.00 3.11 [2020-03-10T19:26:42.620Z] 19:08:01 0.25 0.00 0.25 0.00 3.36 [2020-03-10T19:26:42.620Z] 19:09:01 0.18 0.00 0.18 0.00 1.60 [2020-03-10T19:26:42.620Z] 19:10:01 0.25 0.00 0.25 0.00 2.65 [2020-03-10T19:26:42.620Z] 19:11:01 0.22 0.00 0.22 0.00 2.15 [2020-03-10T19:26:42.620Z] 19:12:01 0.17 0.00 0.17 0.00 1.47 [2020-03-10T19:26:42.620Z] 19:13:01 0.17 0.00 0.17 0.00 1.73 [2020-03-10T19:26:42.620Z] 19:14:01 0.28 0.00 0.28 0.00 3.63 [2020-03-10T19:26:42.620Z] 19:15:01 0.23 0.00 0.23 0.00 2.45 [2020-03-10T19:26:42.620Z] 19:16:01 0.20 0.00 0.20 0.00 1.78 [2020-03-10T19:26:42.620Z] 19:17:01 0.28 0.00 0.28 0.00 3.06 [2020-03-10T19:26:42.620Z] 19:18:01 0.22 0.00 0.22 0.00 2.18 [2020-03-10T19:26:42.620Z] 19:19:02 0.17 0.00 0.17 0.00 1.63 [2020-03-10T19:26:42.620Z] 19:20:01 0.25 0.00 0.25 0.00 3.10 [2020-03-10T19:26:42.620Z] 19:21:01 0.22 0.00 0.22 0.00 2.45 [2020-03-10T19:26:42.620Z] 19:22:01 0.23 0.00 0.23 0.00 2.85 [2020-03-10T19:26:42.620Z] 19:23:01 0.13 0.00 0.13 0.00 2.27 [2020-03-10T19:26:42.620Z] 19:24:01 0.23 0.00 0.23 0.00 3.45 [2020-03-10T19:26:42.620Z] 19:25:01 0.20 0.00 0.20 0.00 2.81 [2020-03-10T19:26:42.620Z] 19:26:01 0.17 0.00 0.17 0.00 1.60 [2020-03-10T19:26:42.620Z] Average: 1.24 0.18 1.07 44.83 56.19 [2020-03-10T19:26:42.620Z] [2020-03-10T19:26:42.620Z] 18:43:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-03-10T19:26:42.620Z] 18:44:01 107216 1775088 94.30 2620 1238696 965028 32.93 439228 1176164 16 [2020-03-10T19:26:42.620Z] 18:45:01 115692 1766612 93.85 2620 1238704 925268 31.57 432772 1175864 12 [2020-03-10T19:26:42.620Z] 18:46:01 117212 1765092 93.77 2620 1238708 911904 31.11 431712 1175860 8 [2020-03-10T19:26:42.620Z] 18:47:01 117064 1765240 93.78 2620 1238708 911904 31.11 431624 1175860 8 [2020-03-10T19:26:42.620Z] 18:48:01 116388 1765916 93.82 2620 1238716 912000 31.12 432280 1175860 8 [2020-03-10T19:26:42.620Z] 18:49:01 116500 1765804 93.81 2620 1238720 911952 31.12 432044 1175860 8 [2020-03-10T19:26:42.620Z] 18:50:01 116952 1765352 93.79 2620 1238780 911904 31.11 431756 1175868 20 [2020-03-10T19:26:42.620Z] 18:51:01 130240 1752064 93.08 2620 1238728 911904 31.11 418252 1175856 16 [2020-03-10T19:26:42.620Z] 18:52:01 129568 1752736 93.12 2620 1238740 912036 31.12 419116 1175860 8 [2020-03-10T19:26:42.620Z] 18:53:01 134604 1747700 92.85 2620 1238744 912084 31.12 414020 1175856 16 [2020-03-10T19:26:42.620Z] 18:54:01 135628 1746676 92.79 2620 1238744 911904 31.11 413244 1175856 8 [2020-03-10T19:26:42.620Z] 18:55:01 135620 1746684 92.80 2620 1238752 911904 31.11 413164 1175856 8 [2020-03-10T19:26:42.620Z] 18:56:01 135860 1746444 92.78 2620 1238756 911904 31.11 413328 1175856 8 [2020-03-10T19:26:42.620Z] 18:57:01 135352 1746952 92.81 2620 1238760 912032 31.12 413640 1175856 8 [2020-03-10T19:26:42.620Z] 18:58:02 135652 1746652 92.79 2620 1238796 912020 31.12 412848 1175884 8 [2020-03-10T19:26:42.620Z] 18:59:01 135832 1746472 92.78 2620 1238808 912004 31.12 412688 1175884 8 [2020-03-10T19:26:42.620Z] 19:00:01 135880 1746424 92.78 2620 1238808 911972 31.12 412648 1175884 8 [2020-03-10T19:26:42.620Z] 19:01:01 134956 1747348 92.83 2620 1238816 914444 31.20 413308 1175884 8 [2020-03-10T19:26:42.620Z] 19:02:01 135768 1746536 92.79 2620 1238972 912480 31.13 412980 1175976 8 [2020-03-10T19:26:42.620Z] 19:03:01 134168 1748136 92.87 2620 1238976 912784 31.14 414240 1175976 8 [2020-03-10T19:26:42.620Z] 19:04:01 135264 1747040 92.81 2620 1238980 912568 31.14 413116 1175976 8 [2020-03-10T19:26:42.620Z] 19:05:01 134808 1747496 92.84 2620 1238988 912676 31.14 413836 1175976 8 [2020-03-10T19:26:42.620Z] 19:06:01 135536 1746768 92.80 2620 1238988 912544 31.14 413008 1175976 8 [2020-03-10T19:26:42.620Z] 19:07:01 135232 1747072 92.82 2620 1238996 912544 31.14 413140 1175976 8 [2020-03-10T19:26:42.620Z] 19:08:01 134880 1747424 92.83 2620 1239000 912604 31.14 413404 1175976 0 [2020-03-10T19:26:42.620Z] 19:09:01 135784 1746520 92.79 2620 1239008 912544 31.14 412992 1175980 12 [2020-03-10T19:26:42.620Z] 19:10:01 135356 1746948 92.81 2620 1239008 912544 31.14 413120 1175976 8 [2020-03-10T19:26:42.620Z] 19:11:01 135580 1746724 92.80 2620 1239012 912544 31.14 412860 1175976 8 [2020-03-10T19:26:42.620Z] 19:12:01 135644 1746660 92.79 2620 1239020 912544 31.14 412868 1175976 8 [2020-03-10T19:26:42.620Z] 19:13:01 134456 1747848 92.86 2620 1239020 912824 31.15 414100 1175976 16 [2020-03-10T19:26:42.620Z] 19:14:01 135052 1747252 92.83 2620 1239028 912708 31.14 413448 1175976 8 [2020-03-10T19:26:42.620Z] 19:15:01 135240 1747064 92.82 2620 1239036 912672 31.14 413148 1175980 8 [2020-03-10T19:26:42.620Z] 19:16:01 135456 1746848 92.80 2620 1239044 912672 31.14 413180 1175980 8 [2020-03-10T19:26:42.620Z] 19:17:01 135048 1747256 92.83 2620 1239048 912672 31.14 413328 1175976 8 [2020-03-10T19:26:42.620Z] 19:18:01 134856 1747448 92.84 2620 1239052 912744 31.14 413580 1175976 16 [2020-03-10T19:26:42.620Z] 19:19:02 135052 1747252 92.83 2620 1239056 912708 31.14 413424 1175976 16 [2020-03-10T19:26:42.620Z] 19:20:01 135108 1747196 92.82 2620 1239060 912672 31.14 413264 1175976 12 [2020-03-10T19:26:42.620Z] 19:21:01 135412 1746892 92.81 2620 1239068 912672 31.14 413368 1175976 16 [2020-03-10T19:26:42.620Z] 19:22:01 134916 1747388 92.83 2620 1239068 912740 31.14 413280 1175976 16 [2020-03-10T19:26:42.620Z] 19:23:01 134320 1747984 92.86 2620 1239076 912872 31.15 414184 1175976 20 [2020-03-10T19:26:42.620Z] 19:24:01 134392 1747912 92.86 2620 1239080 912848 31.15 413940 1175976 20 [2020-03-10T19:26:42.620Z] 19:25:01 134960 1747344 92.83 2620 1239084 912804 31.14 413364 1175976 12 [2020-03-10T19:26:42.620Z] 19:26:01 134760 1747544 92.84 2620 1239088 912804 31.14 413276 1175976 8 [2020-03-10T19:26:42.620Z] Average: 131704 1750600 93.00 2620 1238913 913976 31.18 416793 1175937 11 [2020-03-10T19:26:42.620Z] [2020-03-10T19:26:42.620Z] 18:43:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-03-10T19:26:42.620Z] 18:44:01 eth0 135.95 103.55 485.18 61.54 0.00 0.00 0.00 [2020-03-10T19:26:42.620Z] 18:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.620Z] 18:44:01 docker0 6.04 4.83 0.82 15.80 0.00 0.00 0.00 [2020-03-10T19:26:42.620Z] 18:45:01 eth0 0.57 0.50 0.28 0.25 0.00 0.00 0.00 [2020-03-10T19:26:42.620Z] 18:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.620Z] 18:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 18:46:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 18:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 18:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 18:47:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 18:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 18:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 18:48:01 eth0 0.23 0.17 0.08 0.07 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 18:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 18:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 18:49:01 eth0 0.18 0.13 0.07 0.01 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 18:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 18:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 18:50:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 18:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 18:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 18:51:01 eth0 1.07 0.08 0.06 0.01 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 18:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 18:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 18:52:01 eth0 1.27 0.40 0.36 0.20 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 18:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 18:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 18:53:01 eth0 0.82 0.67 0.42 0.28 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 18:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 18:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 18:54:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 18:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 18:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 18:55:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 18:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 18:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 18:56:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 18:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 18:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 18:57:01 eth0 0.30 0.18 0.22 0.01 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 18:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 18:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 18:58:02 eth0 0.17 0.12 0.08 0.07 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 18:58:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 18:58:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 18:59:01 eth0 0.22 0.15 0.07 0.01 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 18:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 18:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:00:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:01:01 eth0 0.15 0.07 0.01 0.01 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:02:01 eth0 0.75 0.07 0.06 0.01 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:03:01 eth0 0.57 0.48 0.34 0.27 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:04:01 eth0 0.58 0.12 0.10 0.01 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:05:01 eth0 0.93 0.58 0.53 0.40 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:06:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:07:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:08:01 eth0 0.32 0.20 0.14 0.07 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:09:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:10:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:11:01 eth0 0.25 0.00 0.01 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:12:01 eth0 0.55 0.05 0.05 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:13:01 eth0 0.62 0.58 0.34 0.28 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:14:01 eth0 0.13 0.08 0.09 0.01 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:15:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:16:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:17:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:18:01 eth0 0.17 0.13 0.08 0.07 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:19:02 eth0 0.13 0.08 0.06 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:19:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:19:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:20:01 eth0 0.08 0.07 0.01 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:21:01 eth0 0.38 0.07 0.02 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:22:01 eth0 0.62 0.03 0.06 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:23:01 eth0 1.33 0.52 0.40 0.27 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:24:01 eth0 0.57 0.33 0.33 0.20 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:25:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:26:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] 19:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] Average: eth0 3.50 2.57 11.40 1.49 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] Average: docker0 0.14 0.11 0.02 0.37 0.00 0.00 0.00 [2020-03-10T19:26:42.621Z] [2020-03-10T19:26:42.621Z] [2020-03-10T19:26:42.621Z] ---> sar -P ALL: [2020-03-10T19:26:42.621Z] Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 03/10/20 _x86_64_ (4 CPU) [2020-03-10T19:26:42.621Z] [2020-03-10T19:26:42.621Z] 18:42:23 LINUX RESTART [2020-03-10T19:26:42.621Z] [2020-03-10T19:26:42.621Z] 18:43:01 CPU %user %nice %system %iowait %steal %idle [2020-03-10T19:26:42.621Z] 18:44:01 all 3.90 0.00 1.93 1.14 0.68 92.34 [2020-03-10T19:26:42.621Z] 18:44:01 0 3.85 0.00 2.44 4.27 0.69 88.75 [2020-03-10T19:26:42.621Z] 18:44:01 1 3.54 0.00 1.63 0.07 0.69 94.08 [2020-03-10T19:26:42.621Z] 18:44:01 2 4.41 0.00 2.01 0.15 0.60 92.82 [2020-03-10T19:26:42.621Z] 18:44:01 3 3.81 0.00 1.66 0.08 0.72 93.72 [2020-03-10T19:26:42.621Z] 18:45:01 all 0.17 0.00 0.07 0.00 0.03 99.72 [2020-03-10T19:26:42.621Z] 18:45:01 0 0.43 0.00 0.07 0.00 0.02 99.48 [2020-03-10T19:26:42.621Z] 18:45:01 1 0.10 0.00 0.07 0.00 0.05 99.78 [2020-03-10T19:26:42.621Z] 18:45:01 2 0.07 0.00 0.10 0.00 0.02 99.82 [2020-03-10T19:26:42.621Z] 18:45:01 3 0.08 0.00 0.07 0.00 0.05 99.80 [2020-03-10T19:26:42.621Z] 18:46:01 all 0.12 0.00 0.05 0.00 0.15 99.68 [2020-03-10T19:26:42.621Z] 18:46:01 0 0.32 0.00 0.05 0.00 0.20 99.43 [2020-03-10T19:26:42.621Z] 18:46:01 1 0.03 0.00 0.03 0.00 0.10 99.83 [2020-03-10T19:26:42.621Z] 18:46:01 2 0.07 0.00 0.05 0.00 0.27 99.62 [2020-03-10T19:26:42.621Z] 18:46:01 3 0.03 0.00 0.08 0.00 0.07 99.82 [2020-03-10T19:26:42.621Z] 18:47:01 all 0.13 0.00 0.04 0.00 0.10 99.74 [2020-03-10T19:26:42.621Z] 18:47:01 0 0.35 0.00 0.05 0.00 0.10 99.50 [2020-03-10T19:26:42.621Z] 18:47:01 1 0.05 0.00 0.03 0.00 0.08 99.83 [2020-03-10T19:26:42.621Z] 18:47:01 2 0.05 0.00 0.07 0.00 0.15 99.73 [2020-03-10T19:26:42.621Z] 18:47:01 3 0.05 0.00 0.02 0.00 0.03 99.90 [2020-03-10T19:26:42.621Z] 18:48:01 all 0.13 0.00 0.06 0.00 0.06 99.75 [2020-03-10T19:26:42.621Z] 18:48:01 0 0.15 0.00 0.03 0.00 0.03 99.78 [2020-03-10T19:26:42.621Z] 18:48:01 1 0.12 0.00 0.07 0.00 0.10 99.72 [2020-03-10T19:26:42.621Z] 18:48:01 2 0.07 0.00 0.03 0.00 0.05 99.85 [2020-03-10T19:26:42.622Z] 18:48:01 3 0.20 0.00 0.05 0.00 0.05 99.70 [2020-03-10T19:26:42.622Z] 18:49:01 all 0.12 0.00 0.05 0.00 0.18 99.65 [2020-03-10T19:26:42.622Z] 18:49:01 0 0.03 0.00 0.03 0.00 0.17 99.77 [2020-03-10T19:26:42.622Z] 18:49:01 1 0.07 0.00 0.05 0.00 0.22 99.67 [2020-03-10T19:26:42.622Z] 18:49:01 2 0.07 0.00 0.07 0.00 0.20 99.67 [2020-03-10T19:26:42.622Z] 18:49:01 3 0.30 0.00 0.07 0.00 0.17 99.47 [2020-03-10T19:26:42.622Z] 18:50:01 all 0.11 0.00 0.05 0.00 0.22 99.62 [2020-03-10T19:26:42.622Z] 18:50:01 0 0.07 0.00 0.05 0.00 0.25 99.63 [2020-03-10T19:26:42.622Z] 18:50:01 1 0.07 0.00 0.05 0.00 0.23 99.65 [2020-03-10T19:26:42.622Z] 18:50:01 2 0.07 0.00 0.05 0.00 0.25 99.63 [2020-03-10T19:26:42.622Z] 18:50:01 3 0.27 0.00 0.07 0.00 0.12 99.55 [2020-03-10T19:26:42.622Z] 18:51:01 all 0.11 0.00 0.05 0.00 0.09 99.75 [2020-03-10T19:26:42.622Z] 18:51:01 0 0.23 0.00 0.05 0.00 0.10 99.62 [2020-03-10T19:26:42.622Z] 18:51:01 1 0.05 0.00 0.02 0.00 0.07 99.87 [2020-03-10T19:26:42.622Z] 18:51:01 2 0.07 0.00 0.05 0.00 0.08 99.80 [2020-03-10T19:26:42.622Z] 18:51:01 3 0.12 0.00 0.07 0.00 0.10 99.72 [2020-03-10T19:26:42.622Z] 18:52:01 all 0.18 0.00 0.03 0.00 0.03 99.76 [2020-03-10T19:26:42.622Z] 18:52:01 0 0.48 0.00 0.02 0.00 0.03 99.47 [2020-03-10T19:26:42.622Z] 18:52:01 1 0.08 0.00 0.03 0.00 0.02 99.87 [2020-03-10T19:26:42.622Z] 18:52:01 2 0.08 0.00 0.02 0.00 0.05 99.85 [2020-03-10T19:26:42.622Z] 18:52:01 3 0.07 0.00 0.07 0.00 0.03 99.83 [2020-03-10T19:26:42.622Z] 18:53:01 all 0.17 0.00 0.04 0.00 0.01 99.77 [2020-03-10T19:26:42.622Z] 18:53:01 0 0.48 0.00 0.03 0.00 0.02 99.47 [2020-03-10T19:26:42.622Z] 18:53:01 1 0.07 0.00 0.03 0.00 0.02 99.88 [2020-03-10T19:26:42.622Z] 18:53:01 2 0.05 0.00 0.05 0.00 0.02 99.88 [2020-03-10T19:26:42.622Z] 18:53:01 3 0.08 0.00 0.05 0.00 0.00 99.87 [2020-03-10T19:26:42.622Z] 18:54:01 all 0.16 0.00 0.05 0.00 0.01 99.78 [2020-03-10T19:26:42.622Z] 18:54:01 0 0.48 0.00 0.03 0.00 0.00 99.48 [2020-03-10T19:26:42.622Z] 18:54:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2020-03-10T19:26:42.622Z] 18:54:01 2 0.08 0.00 0.07 0.00 0.00 99.85 [2020-03-10T19:26:42.622Z] 18:54:01 3 0.05 0.00 0.05 0.00 0.02 99.88 [2020-03-10T19:26:42.622Z] 18:55:01 all 0.16 0.00 0.04 0.00 0.02 99.78 [2020-03-10T19:26:42.622Z] 18:55:01 0 0.48 0.00 0.03 0.00 0.02 99.47 [2020-03-10T19:26:42.622Z] 18:55:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2020-03-10T19:26:42.622Z] 18:55:01 2 0.07 0.00 0.03 0.00 0.02 99.88 [2020-03-10T19:26:42.622Z] 18:55:01 3 0.05 0.00 0.05 0.00 0.02 99.88 [2020-03-10T19:26:42.622Z] 18:56:01 all 0.16 0.00 0.04 0.00 0.03 99.78 [2020-03-10T19:26:42.622Z] 18:56:01 0 0.43 0.00 0.03 0.00 0.03 99.50 [2020-03-10T19:26:42.622Z] 18:56:01 1 0.07 0.00 0.05 0.00 0.02 99.87 [2020-03-10T19:26:42.622Z] 18:56:01 2 0.07 0.00 0.05 0.00 0.02 99.87 [2020-03-10T19:26:42.622Z] 18:56:01 3 0.07 0.00 0.02 0.00 0.03 99.88 [2020-03-10T19:26:42.622Z] 18:57:01 all 0.10 0.00 0.05 0.00 0.03 99.82 [2020-03-10T19:26:42.622Z] 18:57:01 0 0.25 0.00 0.03 0.00 0.03 99.68 [2020-03-10T19:26:42.622Z] 18:57:01 1 0.08 0.00 0.03 0.00 0.03 99.85 [2020-03-10T19:26:42.622Z] 18:57:01 2 0.03 0.00 0.03 0.00 0.02 99.92 [2020-03-10T19:26:42.622Z] 18:57:01 3 0.05 0.00 0.07 0.00 0.02 99.87 [2020-03-10T19:26:42.622Z] 18:58:02 all 0.15 0.00 0.06 0.00 0.01 99.77 [2020-03-10T19:26:42.622Z] 18:58:02 0 0.38 0.00 0.05 0.00 0.02 99.55 [2020-03-10T19:26:42.622Z] 18:58:02 1 0.08 0.00 0.08 0.00 0.00 99.83 [2020-03-10T19:26:42.622Z] 18:58:02 2 0.08 0.00 0.03 0.00 0.02 99.87 [2020-03-10T19:26:42.622Z] 18:58:02 3 0.07 0.00 0.10 0.00 0.03 99.80 [2020-03-10T19:26:42.622Z] 18:59:01 all 0.16 0.00 0.05 0.00 0.01 99.78 [2020-03-10T19:26:42.622Z] 18:59:01 0 0.49 0.00 0.07 0.00 0.00 99.44 [2020-03-10T19:26:42.622Z] 18:59:01 1 0.03 0.00 0.07 0.00 0.02 99.88 [2020-03-10T19:26:42.622Z] 18:59:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2020-03-10T19:26:42.622Z] 18:59:01 3 0.07 0.00 0.05 0.00 0.02 99.86 [2020-03-10T19:26:42.622Z] 19:00:01 all 0.15 0.00 0.05 0.00 0.02 99.78 [2020-03-10T19:26:42.622Z] 19:00:01 0 0.43 0.00 0.02 0.00 0.02 99.53 [2020-03-10T19:26:42.622Z] 19:00:01 1 0.07 0.00 0.03 0.00 0.03 99.87 [2020-03-10T19:26:42.622Z] 19:00:01 2 0.07 0.00 0.08 0.00 0.02 99.83 [2020-03-10T19:26:42.622Z] 19:00:01 3 0.03 0.00 0.02 0.00 0.03 99.92 [2020-03-10T19:26:42.622Z] 19:01:01 all 0.16 0.00 0.04 0.00 0.03 99.77 [2020-03-10T19:26:42.622Z] 19:01:01 0 0.47 0.00 0.03 0.00 0.05 99.45 [2020-03-10T19:26:42.622Z] 19:01:01 1 0.07 0.00 0.05 0.00 0.02 99.87 [2020-03-10T19:26:42.622Z] 19:01:01 2 0.05 0.00 0.05 0.02 0.03 99.85 [2020-03-10T19:26:42.622Z] 19:01:01 3 0.07 0.00 0.05 0.00 0.03 99.85 [2020-03-10T19:26:42.622Z] 19:02:01 all 0.13 0.00 0.05 0.00 0.02 99.80 [2020-03-10T19:26:42.622Z] 19:02:01 0 0.37 0.00 0.07 0.00 0.03 99.53 [2020-03-10T19:26:42.622Z] 19:02:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2020-03-10T19:26:42.622Z] 19:02:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2020-03-10T19:26:42.622Z] 19:02:01 3 0.07 0.00 0.05 0.02 0.02 99.85 [2020-03-10T19:26:42.622Z] 19:03:01 all 0.18 0.00 0.06 0.00 0.02 99.75 [2020-03-10T19:26:42.622Z] 19:03:01 0 0.52 0.00 0.07 0.00 0.03 99.38 [2020-03-10T19:26:42.622Z] 19:03:01 1 0.08 0.00 0.05 0.00 0.02 99.85 [2020-03-10T19:26:42.622Z] 19:03:01 2 0.05 0.00 0.07 0.00 0.03 99.85 [2020-03-10T19:26:42.622Z] 19:03:01 3 0.03 0.00 0.03 0.00 0.03 99.90 [2020-03-10T19:26:42.622Z] 19:04:01 all 0.16 0.00 0.04 0.00 0.02 99.78 [2020-03-10T19:26:42.622Z] 19:04:01 0 0.47 0.00 0.03 0.00 0.02 99.48 [2020-03-10T19:26:42.622Z] 19:04:01 1 0.08 0.00 0.05 0.00 0.02 99.85 [2020-03-10T19:26:42.622Z] 19:04:01 2 0.05 0.00 0.05 0.00 0.03 99.87 [2020-03-10T19:26:42.622Z] 19:04:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2020-03-10T19:26:42.622Z] 19:05:01 all 0.14 0.00 0.05 0.00 0.02 99.79 [2020-03-10T19:26:42.622Z] 19:05:01 0 0.30 0.00 0.07 0.00 0.02 99.62 [2020-03-10T19:26:42.622Z] 19:05:01 1 0.07 0.00 0.03 0.00 0.02 99.88 [2020-03-10T19:26:42.622Z] 19:05:01 2 0.15 0.00 0.07 0.00 0.03 99.75 [2020-03-10T19:26:42.622Z] 19:05:01 3 0.03 0.00 0.03 0.00 0.05 99.88 [2020-03-10T19:26:42.622Z] 19:06:01 all 0.15 0.00 0.04 0.00 0.03 99.77 [2020-03-10T19:26:42.622Z] 19:06:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2020-03-10T19:26:42.622Z] 19:06:01 1 0.07 0.00 0.05 0.00 0.05 99.83 [2020-03-10T19:26:42.622Z] 19:06:01 2 0.45 0.00 0.05 0.00 0.02 99.48 [2020-03-10T19:26:42.622Z] 19:06:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2020-03-10T19:26:42.622Z] 19:07:01 all 0.13 0.00 0.04 0.00 0.10 99.73 [2020-03-10T19:26:42.622Z] 19:07:01 0 0.02 0.00 0.02 0.00 0.03 99.93 [2020-03-10T19:26:42.622Z] 19:07:01 1 0.07 0.00 0.07 0.00 0.27 99.60 [2020-03-10T19:26:42.622Z] 19:07:01 2 0.42 0.00 0.05 0.00 0.07 99.47 [2020-03-10T19:26:42.622Z] 19:07:01 3 0.03 0.00 0.03 0.00 0.05 99.88 [2020-03-10T19:26:42.622Z] 19:08:01 all 0.16 0.00 0.04 0.00 0.17 99.63 [2020-03-10T19:26:42.622Z] 19:08:01 0 0.05 0.00 0.03 0.00 0.05 99.87 [2020-03-10T19:26:42.622Z] 19:08:01 1 0.07 0.00 0.03 0.00 0.28 99.62 [2020-03-10T19:26:42.622Z] 19:08:01 2 0.47 0.00 0.07 0.00 0.20 99.27 [2020-03-10T19:26:42.622Z] 19:08:01 3 0.05 0.00 0.03 0.00 0.15 99.77 [2020-03-10T19:26:42.622Z] 19:09:01 all 0.13 0.00 0.04 0.00 0.09 99.74 [2020-03-10T19:26:42.622Z] 19:09:01 0 0.02 0.00 0.02 0.00 0.03 99.93 [2020-03-10T19:26:42.622Z] 19:09:01 1 0.10 0.00 0.07 0.00 0.10 99.73 [2020-03-10T19:26:42.622Z] 19:09:01 2 0.38 0.00 0.07 0.00 0.13 99.42 [2020-03-10T19:26:42.622Z] 19:09:01 3 0.03 0.00 0.03 0.00 0.07 99.87 [2020-03-10T19:26:42.622Z] 19:10:01 all 0.13 0.00 0.04 0.00 0.35 99.48 [2020-03-10T19:26:42.622Z] 19:10:01 0 0.02 0.00 0.02 0.00 0.20 99.77 [2020-03-10T19:26:42.622Z] 19:10:01 1 0.03 0.00 0.02 0.00 0.45 99.50 [2020-03-10T19:26:42.622Z] 19:10:01 2 0.43 0.00 0.07 0.00 0.45 99.05 [2020-03-10T19:26:42.622Z] 19:10:01 3 0.05 0.00 0.03 0.00 0.30 99.62 [2020-03-10T19:26:42.622Z] 19:11:01 all 0.10 0.00 0.04 0.00 0.08 99.78 [2020-03-10T19:26:42.622Z] 19:11:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2020-03-10T19:26:42.622Z] 19:11:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2020-03-10T19:26:42.622Z] 19:11:01 2 0.23 0.00 0.05 0.00 0.08 99.63 [2020-03-10T19:26:42.622Z] 19:11:01 3 0.13 0.00 0.03 0.00 0.20 99.63 [2020-03-10T19:26:42.622Z] 19:12:01 all 0.17 0.00 0.03 0.00 0.03 99.77 [2020-03-10T19:26:42.622Z] 19:12:01 0 0.03 0.00 0.03 0.00 0.03 99.90 [2020-03-10T19:26:42.622Z] 19:12:01 1 0.05 0.00 0.03 0.00 0.03 99.88 [2020-03-10T19:26:42.622Z] 19:12:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2020-03-10T19:26:42.622Z] 19:12:01 3 0.52 0.00 0.02 0.00 0.03 99.43 [2020-03-10T19:26:42.622Z] 19:13:01 all 0.15 0.00 0.05 0.00 0.08 99.72 [2020-03-10T19:26:42.622Z] 19:13:01 0 0.05 0.00 0.03 0.00 0.07 99.85 [2020-03-10T19:26:42.622Z] 19:13:01 1 0.03 0.00 0.03 0.00 0.07 99.87 [2020-03-10T19:26:42.622Z] 19:13:01 2 0.08 0.00 0.07 0.00 0.15 99.70 [2020-03-10T19:26:42.622Z] 19:13:01 3 0.43 0.00 0.03 0.00 0.03 99.50 [2020-03-10T19:26:42.622Z] 19:14:01 all 0.19 0.00 0.05 0.00 0.09 99.67 [2020-03-10T19:26:42.622Z] 19:14:01 0 0.05 0.00 0.05 0.00 0.07 99.83 [2020-03-10T19:26:42.622Z] 19:14:01 1 0.23 0.00 0.05 0.00 0.10 99.62 [2020-03-10T19:26:42.622Z] 19:14:01 2 0.05 0.00 0.05 0.00 0.07 99.83 [2020-03-10T19:26:42.622Z] 19:14:01 3 0.42 0.00 0.07 0.00 0.08 99.43 [2020-03-10T19:26:42.622Z] 19:15:01 all 0.11 0.00 0.05 0.00 0.13 99.70 [2020-03-10T19:26:42.622Z] 19:15:01 0 0.03 0.00 0.07 0.00 0.18 99.72 [2020-03-10T19:26:42.622Z] 19:15:01 1 0.07 0.00 0.03 0.00 0.13 99.77 [2020-03-10T19:26:42.622Z] 19:15:01 2 0.07 0.00 0.05 0.00 0.15 99.73 [2020-03-10T19:26:42.622Z] 19:15:01 3 0.30 0.00 0.03 0.00 0.10 99.57 [2020-03-10T19:26:42.622Z] 19:16:01 all 0.12 0.00 0.05 0.00 0.18 99.64 [2020-03-10T19:26:42.622Z] 19:16:01 0 0.02 0.00 0.05 0.00 0.08 99.85 [2020-03-10T19:26:42.622Z] 19:16:01 1 0.08 0.00 0.05 0.00 0.37 99.50 [2020-03-10T19:26:42.622Z] 19:16:01 2 0.03 0.00 0.05 0.00 0.18 99.73 [2020-03-10T19:26:42.622Z] 19:16:01 3 0.35 0.00 0.05 0.00 0.10 99.50 [2020-03-10T19:26:42.622Z] 19:17:01 all 0.14 0.00 0.04 0.00 0.05 99.77 [2020-03-10T19:26:42.622Z] 19:17:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2020-03-10T19:26:42.622Z] 19:17:01 1 0.08 0.00 0.07 0.00 0.07 99.78 [2020-03-10T19:26:42.622Z] 19:17:01 2 0.05 0.00 0.05 0.00 0.07 99.83 [2020-03-10T19:26:42.622Z] 19:17:01 3 0.40 0.00 0.03 0.00 0.05 99.52 [2020-03-10T19:26:42.622Z] 19:18:01 all 0.14 0.00 0.03 0.00 0.02 99.80 [2020-03-10T19:26:42.622Z] 19:18:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2020-03-10T19:26:42.622Z] 19:18:01 1 0.03 0.00 0.05 0.00 0.02 99.90 [2020-03-10T19:26:42.622Z] 19:18:01 2 0.08 0.00 0.05 0.00 0.02 99.85 [2020-03-10T19:26:42.622Z] 19:18:01 3 0.42 0.00 0.03 0.00 0.03 99.52 [2020-03-10T19:26:42.622Z] 19:19:02 all 0.14 0.00 0.04 0.00 0.03 99.79 [2020-03-10T19:26:42.622Z] 19:19:02 0 0.03 0.00 0.02 0.00 0.03 99.92 [2020-03-10T19:26:42.622Z] 19:19:02 1 0.08 0.00 0.05 0.00 0.03 99.83 [2020-03-10T19:26:42.622Z] 19:19:02 2 0.02 0.00 0.03 0.00 0.02 99.93 [2020-03-10T19:26:42.622Z] 19:19:02 3 0.43 0.00 0.05 0.00 0.02 99.50 [2020-03-10T19:26:42.622Z] 19:20:01 all 0.15 0.00 0.04 0.00 0.02 99.79 [2020-03-10T19:26:42.622Z] 19:20:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2020-03-10T19:26:42.622Z] 19:20:01 1 0.05 0.00 0.03 0.00 0.02 99.90 [2020-03-10T19:26:42.622Z] 19:20:01 2 0.03 0.00 0.05 0.00 0.03 99.88 [2020-03-10T19:26:42.622Z] 19:20:01 3 0.47 0.00 0.03 0.00 0.03 99.46 [2020-03-10T19:26:42.622Z] 19:21:01 all 0.15 0.00 0.04 0.00 0.05 99.76 [2020-03-10T19:26:42.622Z] 19:21:01 0 0.03 0.00 0.02 0.00 0.08 99.87 [2020-03-10T19:26:42.622Z] 19:21:01 1 0.08 0.00 0.08 0.00 0.07 99.77 [2020-03-10T19:26:42.622Z] 19:21:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-03-10T19:26:42.622Z] 19:21:01 3 0.47 0.00 0.02 0.00 0.03 99.48 [2020-03-10T19:26:42.622Z] 19:22:01 all 0.13 0.00 0.04 0.00 0.03 99.80 [2020-03-10T19:26:42.622Z] 19:22:01 0 0.03 0.00 0.05 0.00 0.03 99.88 [2020-03-10T19:26:42.622Z] 19:22:01 1 0.17 0.00 0.05 0.00 0.02 99.77 [2020-03-10T19:26:42.622Z] 19:22:01 2 0.05 0.00 0.05 0.00 0.03 99.87 [2020-03-10T19:26:42.623Z] 19:22:01 3 0.28 0.00 0.05 0.00 0.03 99.63 [2020-03-10T19:26:42.623Z] 19:23:01 all 0.17 0.00 0.04 0.00 0.01 99.77 [2020-03-10T19:26:42.623Z] 19:23:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2020-03-10T19:26:42.623Z] 19:23:01 1 0.03 0.00 0.05 0.00 0.02 99.90 [2020-03-10T19:26:42.623Z] 19:23:01 2 0.10 0.00 0.03 0.00 0.02 99.85 [2020-03-10T19:26:42.623Z] 19:23:01 3 0.48 0.00 0.05 0.00 0.02 99.45 [2020-03-10T19:26:42.623Z] 19:24:01 all 0.16 0.00 0.05 0.00 0.03 99.76 [2020-03-10T19:26:42.623Z] 19:24:01 0 0.02 0.00 0.05 0.00 0.02 99.92 [2020-03-10T19:26:42.623Z] 19:24:01 1 0.42 0.00 0.03 0.00 0.02 99.53 [2020-03-10T19:26:42.623Z] 19:24:01 2 0.17 0.00 0.05 0.00 0.05 99.73 [2020-03-10T19:26:42.623Z] 19:24:01 3 0.05 0.00 0.05 0.00 0.05 99.85 [2020-03-10T19:26:42.623Z] 19:25:01 all 0.16 0.00 0.05 0.00 0.02 99.77 [2020-03-10T19:26:42.623Z] 19:25:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2020-03-10T19:26:42.623Z] 19:25:01 1 0.50 0.00 0.05 0.00 0.03 99.42 [2020-03-10T19:26:42.623Z] 19:25:01 2 0.03 0.00 0.05 0.00 0.02 99.90 [2020-03-10T19:26:42.623Z] 19:25:01 3 0.05 0.00 0.05 0.00 0.03 99.87 [2020-03-10T19:26:42.623Z] 19:26:01 all 0.15 0.00 0.04 0.00 0.04 99.77 [2020-03-10T19:26:42.623Z] 19:26:01 0 0.02 0.00 0.02 0.00 0.03 99.93 [2020-03-10T19:26:42.623Z] 19:26:01 1 0.47 0.00 0.03 0.00 0.03 99.47 [2020-03-10T19:26:42.623Z] 19:26:01 2 0.08 0.00 0.07 0.00 0.03 99.82 [2020-03-10T19:26:42.623Z] 19:26:01 3 0.05 0.00 0.03 0.00 0.05 99.87 [2020-03-10T19:26:42.623Z] [2020-03-10T19:26:42.623Z] Average: CPU %user %nice %system %iowait %steal %idle [2020-03-10T19:26:42.623Z] Average: all 0.23 0.00 0.09 0.03 0.08 99.57 [2020-03-10T19:26:42.623Z] Average: 0 0.28 0.00 0.09 0.10 0.07 99.46 [2020-03-10T19:26:42.623Z] Average: 1 0.18 0.00 0.08 0.00 0.09 99.65 [2020-03-10T19:26:42.623Z] Average: 2 0.21 0.00 0.10 0.00 0.09 99.60 [2020-03-10T19:26:42.623Z] Average: 3 0.26 0.00 0.08 0.00 0.07 99.59 [2020-03-10T19:26:42.623Z] [2020-03-10T19:26:42.623Z] [2020-03-10T19:26:42.623Z]